@charset "UTF-8";
#audit-hero {
  padding: 80px 10%;
  background-image: url("/wp-content/uploads/2019/04/DotsBackgroundTile_Light_V2.svg");
}

#audit-hero h1 {
  font-size: 60px !important;
  font-family: ivyjournal, arial;
  margin-bottom: 30px;
}

#audit-hero p, #audit-hero strong {
  font-size: 20px;
  font-family: Muli, Arial;
  font-weight: 400;
}

#audit-hero p {
  margin-bottom: 30px;
}

#audit-hero strong {
  font-weight: 600;
}

#audit-hero .chevronBtnBlk {
  font-weight: 300;
}

@media (max-width: 768px) {
  #audit-hero .chevronBtnBlk::after {
    display: none;
  }
}

.page-id-1203 header {
  background-image: url("/wp-content/uploads/2019/04/DotsBackgroundTile_Light_V2.svg");
}

.page-id-1203 .questionMark:before {
  content: ".";
  position: absolute;
  color: #fdc62a;
  left: 2px;
  font-size: 90px;
  top: -30px;
  bottom: -50;
}

#cover-section {
  padding: 40px 10%;
  background-color: #35353e;
  background-image: url(/wp-content/uploads/2019/04/DotsBackgroundTile.svg);
}

#cover-section h2 {
  color: white;
  font-size: 50px !important;
  margin-bottom: 40px;
}

#cover-section h3 {
  color: white;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

#cover-section p {
  color: white;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

#cover-section img {
  margin-top: 8px;
  margin-right: 10px;
}

#cover-section .covered-aspect {
  margin-bottom: 25px;
}

#signup {
  background-color: #FDC62A;
  padding: 60px 0;
}

#signup .card {
  padding: 40px;
}

#signup .card h2 {
  font-size: 30px;
  font-family: Muli, arial;
  font-weight: 400;
}

#signup .card .wpforms-field-label-inline {
  font-size: 12px;
}

#signup .card .wpforms-field-description {
  font-size: 12px;
}

#signup .card #wpforms-1206 *::-webkit-input-placeholder {
  color: #C8C8D5;
}

#signup .card #wpforms-1206 *:-ms-input-placeholder {
  color: #C8C8D5;
}

#signup .card #wpforms-1206 *::-ms-input-placeholder {
  color: #C8C8D5;
}

#signup .card #wpforms-1206 *::placeholder {
  color: #C8C8D5;
}

#signup .card #wpforms-1206 input[type=text], #signup .card #wpforms-1206 input[type=url], #signup .card #wpforms-1206 input[type=email] {
  padding: 30px 10px;
  border: solid 1px #969696;
  border-radius: 0;
}

#signup .card #wpforms-1206 textarea {
  height: 90px;
  padding-top: 20px;
  border: solid 1px #969696;
  border-radius: 0;
}

#signup .card .wpforms-recaptcha-container {
  float: right !important;
}

#signup .card .wpforms-submit-container {
  float: right;
}

#signup .card .wpforms-submit-container button {
  background-color: #35353E;
  color: white;
  border: none;
}

#who-are-insight {
  padding: 40px 10%;
}

#who-are-insight h2 {
  margin-bottom: 60px;
  font-size: 50px !important;
}

#who-are-insight .questionMark {
  color: #1F1F26;
}

#who-are-insight .left {
  color: #1F1F26;
  font-size: 30px !important;
  line-height: 38px !important;
  font-weight: 500 !important;
}

#who-are-insight .about-link {
  color: #35353E;
  -webkit-text-decoration-color: #35353E;
          text-decoration-color: #35353E;
  font-size: 20px;
  margin-top: 40px;
  display: block;
}

@media (max-width: 992px) {
  .audit-image {
    margin-top: 40px;
  }
}

/******************************************************

    General CSS

******************************************************/
@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/InsightTheme/CSS/Fonts/icomoon.eot?25yrd1");
  src: url("/wp-content/themes/InsightTheme/CSS/Fonts/icomoon.eot?25yrd1#iefix") format("embedded-opentype"), url("/wp-content/themes/InsightTheme/CSS/Fonts/icomoon.ttf?25yrd1") format("truetype"), url("/wp-content/themes/InsightTheme/CSS/Fonts/icomoon.woff?25yrd1") format("woff"), url("/wp-content/themes/InsightTheme/CSS/Fonts/icomoon.svg?25yrd1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Facebook:before {
  content: "\e900";
}

.icon-Instagram:before {
  content: "\e901";
}

.icon-LinkedIn:before {
  content: "\e902";
}

.icon-Twitter:before {
  content: "\e903";
}

* {
  color: #35353e;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: Muli, arial;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #35353e;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  color: #35353e;
}

body {
  background-color: #fcfaf9;
  line-height: 26px;
}

.mb-4pcnt {
  margin-bottom: 4%;
}

p {
  font-size: 20px;
  font-weight: 300;
}

h1 {
  font-weight: 300;
}

h2 {
  font-size: 46px;
  font-weight: 300;
}

h6 {
  font-weight: 300;
}

li {
  margin-bottom: 10px;
  font-weight: 300;
}

.flex-list-tall li {
  margin-bottom: 3px;
}

.flex-list-tall {
  margin-left: 1em;
  padding: 0;
  font-size: 18px;
}

.careers-list-component {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.careers-list-component li {
  margin-left: calc(1em + 5px);
}

.margin-auto {
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px 0;
}

.grey-hr {
  color: #dedede;
}

em {
  font-family: ivyjournal, arial;
  line-height: 50px;
}

span {
  line-height: 1.2;
}

a:hover {
  -webkit-text-decoration-color: #64b3aa;
  text-decoration-color: #64b3aa !important;
}

i:hover {
  color: #64b3aa;
}

.para-no-margin {
  margin-bottom: 0;
}

h1,
h2 {
  font-family: ivyjournal, arial;
}

.orangeFullStop,
.questionMark {
  font-family: ivyjournal, arial;
}

/* General */
.underlined-link {
  text-decoration: underline;
  padding-top: 2%;
  color: white;
  margin-bottom: 20px;
}

/* Chevron Buttons */
.insight-yellow {
  padding: 10px 15px;
  background-color: #fdc62a;
  color: #35353e;
  border-radius: 1px;
}

.insight-yellow:hover {
  background-color: #fff;
  color: #35353e;
}

.insight-yellow:hover:after {
  content: url("/wp-content/uploads/2019/04/chevron_black.svg");
  margin-left: 50px;
}

.insight-yellow:after {
  content: url("/wp-content/uploads/2019/04/chevron_black.svg");
  margin-left: 50px;
}

.insight-black {
  padding: 10px 15px;
  background-color: #35353e;
  color: white;
  border-radius: 1px;
}

.insight-black:hover {
  background-color: #fdc62a;
  color: #35353e;
}

.insight-black:hover:after {
  content: url("/wp-content/uploads/2019/04/chevron_black.svg") !important;
  margin-left: 50px;
}

.insight-black:after {
  content: url("/wp-content/uploads/2019/04/DoubleChevron.svg");
  margin-left: 50px;
}

.insight-black-contact {
  padding: 10px 15px !important;
  background-color: #35353e !important;
  color: white !important;
  border-radius: 1px !important;
  border: 0 !important;
}

.insight-black-contact:hover {
  background-color: #fdc62a !important;
  color: #35353e !important;
}

.insight-black-contact:hover:after {
  content: url("/wp-content/uploads/2019/04/chevron_black.svg") !important;
  margin-left: 50px !important;
}

.insight-black-contact:after {
  content: url("/wp-content/uploads/2019/04/DoubleChevron.svg") !important;
  margin-left: 50px !important;
}

.insight-black-1-alt {
  padding: 10px 15px;
  background-color: #35353e;
  color: white;
  border-radius: 1px;
}

.insight-black-1-alt:hover {
  background-color: #fff;
  color: #35353e;
}

.insight-black-1-alt:hover:after {
  content: url("/wp-content/uploads/2019/04/chevron_black.svg") !important;
  margin-left: 50px;
}

.insight-black-1-alt:after {
  content: url("/wp-content/uploads/2019/04/DoubleChevron.svg");
  margin-left: 50px;
}

/* Black */
.chevronBtnBlk {
  padding: 10px 15px;
  background-color: #35353e;
  color: white;
  border-radius: 1px;
}

.chevronBtnBlkAlt {
  padding: 10px 15px;
  background-color: #35353e;
  color: white;
  border-radius: 1px;
}

.contactBtnSubmit {
  background-color: #35353e;
  color: white;
  border-radius: 1px;
}

.chevronBtnBlk::after {
  content: url("/wp-content/uploads/2019/04/DoubleChevron.svg");
  margin-left: 50px;
}

/* yellow */
.chevronBtnOrg {
  padding: 10px 15px;
  background-color: #fdc62a;
  color: #35353e;
  border-radius: 1px;
}

.chevronBtnOrg::after {
  content: url("/wp-content/uploads/2019/04/chevron_black.svg");
  margin-left: 50px;
}

.chevronBtnOrg:hover::after {
  content: url("/wp-content/uploads/2019/04/DoubleChevron.svg");
  margin-left: 50px;
}

#fld_4678985_1-wrap {
  text-align: right;
}

#fld_4678985_1 {
  padding: 10px 30px;
}

/* Hover Effects */
/* Yellow Hover */
.orgHover:hover {
  background-color: #fdc62a;
  color: #fff;
}

/* White Hover */
.whtHover:hover {
  background-color: #fff;
  color: #35353e;
}

/* Black Hover */
.blkHover:hover {
  background-color: #35353e;
  color: white;
}

/* Mailchimp Button */
.mail-chimp-btn {
  padding: 10px 15px;
  background-color: #35353e;
  color: white;
  border-radius: 1px;
}

.mail-chimp-btn:hover {
  background-color: #64b3aa;
  color: #fff;
}

/* Go Down Button */
.goDownArrow {
  position: relative;
  left: 50%;
  top: -20%;
}

#scrolldownbtn img {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  cursor: pointer;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* Orange Full Stop */
.orangeFullStop {
  color: #fdc62a !important;
  line-height: 0;
  font-size: 90px;
}

/* Orange Question Mark Dot */
.questionMark {
  color: white;
  position: relative;
}

.questionMark:before {
  content: ".";
  position: absolute;
  color: #fdc62a;
  left: 1px;
  font-size: 90px;
  top: -35px;
  bottom: -50;
}

@media (max-width: 599px) {
  .questionMark:before {
    content: ".";
    position: absolute;
    color: #fdc62a;
    left: 3px;
    font-size: 54px;
    top: -8px;
  }
}

/* FAQ Accordion */
.u-accordion .card {
  border-color: #eee;
}

[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) {
  display: block;
}

@media (max-width: 767px) {
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) {
    border-color: #fdc62a;
  }
}

.u-accordion__header {
  padding: 0.71429rem 1.07143rem;
  cursor: pointer;
}

.u-accordion__body {
  padding: 1.07143rem;
}

.u-accordion__control-icon i:nth-child(1) {
  display: none;
}

.collapsed .u-accordion__control-icon i:nth-child(1) {
  display: inline;
}

.u-accordion__control-icon i:nth-child(2) {
  display: inline;
}

.collapsed .u-accordion__control-icon i:nth-child(2) {
  display: none;
}

[aria-expanded="false"] .u-accordion__control-icon i:nth-child(1) {
  display: inline;
}

[aria-expanded="false"] .u-accordion__control-icon i:nth-child(2) {
  display: none;
}

[aria-expanded="true"] .u-accordion__control-icon i:nth-child(1) {
  display: none;
}

[aria-expanded="true"] .u-accordion__control-icon i:nth-child(2) {
  display: inline;
}

.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
  color: #fdc62a !important;
}

.g-brd-none {
  border: none !important;
}

.g-brd-bottom {
  border-bottom: solid 1px transparent !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.g-brd-gray-light-v4 {
  border-color: #707070 !important;
}

.g-text-underline--none--hover:focus,
.g-text-underline--none--hover:hover {
  text-decoration: none;
}

.g-color-gray-dark-v5 {
  font-weight: bold;
}

@media (min-width: 0) {
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }
}

@media (min-width: 0) {
  .g-pa-0 {
    padding: 0 !important;
  }
}

.g-pa-15-0 {
  padding: 1rem 0 !important;
}

/***************************************************
  
      HOMEPAGE CSS
  
  ***************************************************/
/* Main Section */
#mainSection {
  padding: 80px 10%;
  background-color: #fcfaf9;
  background-image: url("/wp-content/uploads/2019/04/DotsBackgroundTile-1.svg");
  padding-bottom: 60px;
}

@media (max-width: 599px) {
  #mainSection {
    padding: 40px 6% !important;
  }
}

#mainSection h1 {
  padding-bottom: 3%;
  font-weight: 300;
}

#mainSection h5 {
  font-size: 18px;
  padding-bottom: 3%;
  font-weight: 300;
  line-height: 26px;
}

.Typewriter__wrapper,
.Typewriter__cursor {
  font-family: ivyjournal, arial;
  font-weight: 300;
}

/* Mission Statement */
#missionStatement {
  padding: 60px 10%;
  background-color: #fdc62a;
  position: relative;
}

@media (max-width: 599px) {
  #missionStatement {
    padding: 60px 6%;
  }
}

#missionStatement h3 {
  font-size: 30px;
  font-weight: 300;
}

#missionStatement em {
  line-height: 1;
  font-weight: lighter;
}

#missionStatement .underlined-link a {
  color: #35353e;
  font-size: 18px;
}

#missionStatement a {
  color: #35353e;
  text-decoration: underline;
  line-height: 1.2;
}

#missionStatement a:hover {
  -webkit-text-decoration-color: #ffffff !important;
  text-decoration-color: #ffffff !important;
}

/* Can We Help */
#canwehelp {
  padding: 40px 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 62, 0.5)), to(rgba(53, 53, 62, 0.5))), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background: linear-gradient(rgba(53, 53, 62, 0.5), rgba(53, 53, 62, 0.5)), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background-color: #35353e;
}

@media (max-width: 599px) {
  #canwehelp {
    padding: 40px 6%;
  }
}

#canwehelp h3,
#canwehelp p,
#canwehelp h2 {
  color: white;
}

#canwehelp h2 {
  font-size: 46px !important;
  padding-bottom: 40px;
  font-weight: 300;
}

@media (max-width: 599px) {
  #canwehelp h2 {
    font-size: 40px !important;
    font-weight: 300;
  }
}

#canwehelp h3 {
  font-size: 30px;
}

#canwehelp p {
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 599px) {
  #canwehelp p {
    font-size: 18px;
  }
}

#canwehelp .underlined-link a {
  color: white;
  font-size: 18px;
}

#canwehelp .col-lg-4 {
  padding-bottom: 20px;
}

#canwehelp button {
  margin: 3% 0;
}

#canwehelp article {
  margin-bottom: 20px;
}

/* Our Projects */
#ourprojects {
  padding: 40px 10%;
}

#ourprojects h2 {
  font-size: 50px;
  margin-bottom: 40px;
}

#ourprojects a {
  color: #35353e;
  font-size: 18px;
}

/* Testimonial Slider */
#testimonialSection {
  padding: 40px 10%;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 62, 0.5)), to(rgba(53, 53, 62, 0.5))), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background: linear-gradient(rgba(53, 53, 62, 0.5), rgba(53, 53, 62, 0.5)), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background-color: #35353e;
}

#testimonialSection::before {
  content: url("/wp-content/uploads/2019/04/QuoteMarks.svg");
  position: absolute;
  opacity: 0.3;
}

#testimonialSection blockquote {
  font-size: 35px;
  padding: 0 10%;
}

#testimonialSection em {
  color: white;
  font-size: 25px;
  line-height: 38px;
  font-weight: 300;
  font-style: normal;
}

.slick-slide:focus,
.slick-slide a {
  outline: none;
}

.quoteName,
.quoteName strong {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 20px;
}

.slick-prev:before {
  content: url("/wp-content/uploads/2019/04/LeftArrowOrg.svg");
}

.slick-next:before {
  content: url("/wp-content/uploads/2019/04/RightArrowOrg.svg");
}

/* Thinking */
#thinking {
  padding: 40px 10%;
  background-color: #fcfaf9;
}

@media (max-width: 599px) {
  #thinking {
    padding: 40px 6%;
  }
}

#thinking h2 {
  font-size: 46px !important;
  padding-bottom: 40px;
}

@media (max-width: 599px) {
  #thinking h2 {
    font-size: 35px !important;
  }
}

#thinking a {
  color: #35353e;
  font-size: 18px;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  -webkit-text-decoration-color: #fcfaf9;
  text-decoration-color: #fcfaf9;
}

#thinking a:hover {
  -webkit-text-decoration-color: #64b3aa;
  text-decoration-color: #64b3aa;
}

.underlined-link a {
  color: #35353e !important;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #35353e !important;
  text-decoration-color: #35353e !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}

.underlined-link a:hover {
  color: #35353e !important;
  -webkit-text-decoration-color: #64b3aa !important;
  text-decoration-color: #64b3aa !important;
}

.thinkingImg {
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px;
}

#thinking img {
  width: 100%;
  height: 100%;
}

.box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Achievements */
#achievements {
  padding: 40px 10%;
  background-color: white;
}

#achievements h2 {
  font-size: 50px;
  margin-bottom: 3%;
}

/* Brand */
#brand {
  padding: 40px 10%;
  background-color: #fdc62a;
}

@media (max-width: 599px) {
  #brand {
    padding: 40px 6%;
  }
}

#brand h2 {
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 45px;
}

@media (max-width: 599px) {
  #brand h2 {
    font-size: 35px;
  }
}

#brand .chevronBtnBlk {
  margin-top: 10%;
}

#brand a {
  color: #35353e;
  text-decoration: none;
  -webkit-text-decoration-color: #fdc62a !important;
  text-decoration-color: #fdc62a !important;
}

#brand a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: white !important;
  text-decoration-color: white !important;
}

.your_brand {
  font-family: ivyjournal, arial;
  font-weight: bold;
}

/***************************************************
  
      Our Services CSS
  
  ***************************************************/
/* Integrated Approach */
#integratedApproach {
  padding: 40px 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 62, 0.5)), to(rgba(53, 53, 62, 0.5))), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background: linear-gradient(rgba(53, 53, 62, 0.5), rgba(53, 53, 62, 0.5)), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background-color: #35353e;
  color: white;
}

@media (max-width: 599px) {
  #integratedApproach {
    padding: 40px 6%;
  }
}

#integratedApproach .orangeFullStop {
  font-weight: 400;
}

#integratedApproach * {
  color: white;
}

#integratedApproach h2 {
  font-size: 46px;
  font-weight: 300;
}

@media (max-width: 599px) {
  #integratedApproach h2 {
    font-size: 35px;
  }
}

#integratedApproach p {
  line-height: 26px;
  font-weight: 300;
}

/* Online Marketing */
#onlineMarketing {
  padding: 0 10%;
  background-color: #fcfaf9;
}

#onlineMarketing h2 {
  font-size: 46px;
}

@media (max-width: 599px) {
  #onlineMarketing h2 {
    font-size: 35px !important;
  }
}

#onlineMarketing .btn {
  margin-top: 20px;
}

#onlineMarketing ul {
  margin-bottom: 0;
  padding: 0;
}

/* Website Creation */
#websiteCreation {
  padding: 0 10%;
  background-color: white;
}

#websiteCreation h2 {
  font-size: 46px;
}

#websiteCreation .btn {
  margin-top: 20px;
}

#websiteCreation ul {
  margin-bottom: 0;
  padding: 0;
}

/* Branding */
#branding {
  padding: 0 10%;
  background-color: #fcfaf9;
}

#branding h2 {
  font-size: 46px;
}

#branding .btn {
  margin-top: 20px;
}

#branding ul {
  margin-bottom: 0;
  padding: 0;
}

/* Consultancy */
#consultancy {
  padding: 0 10%;
  background-color: fcfaf9;
}

#consultancy h2 {
  font-size: 46px;
}

#consultancy a {
  font-size: 18px;
  color: #35353e;
  text-decoration: underline;
}

#consultancy .btn {
  margin-top: 20px;
}

#consultancy ul {
  margin-bottom: 0;
  padding: 0;
}

#printing {
  padding: 0 10%;
  background-color: #ffffff;
}

#printing h2 {
  font-size: 46px;
}

#printing .btn {
  margin-top: 20px;
}

#printing ul {
  margin-bottom: 0;
  padding: 0;
}

.services-mobile-icon {
  margin-right: 20px;
}

.services-para {
  margin-top: 20px;
}

/***************************************************
  
      Single Services CSS
  
  ***************************************************/
/* Our Toolbox */
.ourToolbox {
  padding: 40px 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 62, 0.5)), to(rgba(53, 53, 62, 0.5))), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background: linear-gradient(rgba(53, 53, 62, 0.5), rgba(53, 53, 62, 0.5)), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background-color: #35353e;
}

.ourToolbox .questionMark {
  color: white;
  position: relative;
}

.ourToolbox .questionMark:before {
  content: ".";
  position: absolute;
  color: #fdc62a;
  left: 4px;
  font-size: 60px;
  top: -7px;
  bottom: -50;
}

@media (max-width: 599px) {
  .ourToolbox .questionMark:before {
    content: ".";
    position: absolute;
    color: #fdc62a;
    left: 2px;
    font-size: 54px;
    top: -13px;
  }
}

.ourToolbox .orangeFullStop {
  font-weight: 400;
}

@media (max-width: 599px) {
  .ourToolbox {
    padding: 40px 6%;
  }
}

.ourToolbox em {
  font-family: inherit;
  line-height: inherit;
}

.ourToolbox * {
  color: white;
}

.ourToolbox h2 {
  font-size: 46px;
  margin-bottom: 20px;
  font-weight: 300;
}

@media (max-width: 599px) {
  .ourToolbox h2 {
    font-size: 35px;
  }
}

.ourToolbox .firstPara {
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
}

@media (max-width: 599px) {
  .ourToolbox .firstPara {
    font-size: 25px !important;
    line-height: 31px !important;
  }
}

.ourToolbox .secondPara {
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 599px) {
  .ourToolbox .secondPara {
    font-size: 18px;
  }
}

/* Featured Services */
.featuredServices {
  padding: 40px 10%;
  background-color: #fcfaf9;
}

@media (max-width: 599px) {
  .featuredServices {
    padding: 40px 6%;
  }
}

.featuredServices h3 {
  font-size: 30px;
}

.featuredServices h3 a {
  text-decoration: none;
}

@media (max-width: 599px) {
  .featuredServices h3 {
    font-size: 25px;
  }
}

.featuredServices svg {
  margin-bottom: 20px;
  margin-top: 20px;
}

/* FAQS */
.faqs {
  padding: 40px 10%;
  background-color: white;
}

@media all and (max-width: 1998px) {
  .faqs .insight-black {
    padding: 10px 15px;
  }
}

@media all and (max-width: 1214px) {
  .faqs .insight-black {
    padding: 10px 13px;
  }
}

@media (max-width: 599px) {
  .faqs {
    padding: 40px 6%;
  }
}

.faqs h2 {
  font-size: 46px;
  margin-bottom: 50px;
}

.faq-title {
  font-weight: bold;
}

.faqs .u-accordion__header span {
  font-weight: bold;
}

.faqs .u-accordion__body {
  font-size: 18px;
}

/* Case Studies */
#caseStudies {
  padding: 40px 10%;
  background-color: #fcfaf9;
}

#caseStudies h2 {
  font-size: 46px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

/* We Also Do */
.new-we-also-do {
  padding: 30px 10%;
  background-color: white;
}

@media (max-width: 599px) {
  .new-we-also-do {
    padding: 30px 6%;
  }
}

.new-we-also-do h4 {
  margin-left: 10px;
  margin-bottom: 0;
}

.new-we-also-do h4:hover {
  color: #64b3aa;
  -webkit-text-decoration-color: #64b3aa;
          text-decoration-color: #64b3aa;
}

.new-we-also-do h2 {
  font-size: 30px;
  font-family: muli, arial;
}

.new-we-also-do a {
  text-decoration: none;
  color: #35353e;
}

/* Got a Project */
#gotaProject {
  padding: 40px 10%;
  background-color: #fdc62a;
}

@media (max-width: 599px) {
  #gotaProject {
    padding: 40px 6%;
  }
}

.buttonContainerProject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#gotaProject h2 {
  font-size: 46px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media (max-width: 599px) {
  #gotaProject h2 {
    font-size: 35px;
  }
}

/***************************************************
  
      Page-Careers CSS
  
  ***************************************************/
/* Careers Feed */
#careersFeed {
  padding: 0 10% 40px 10%;
  background-color: #fcfaf9;
}

@media (max-width: 599px) {
  #careersFeed {
    padding: 0 6% 40px 6%;
  }
}

#careersFeed h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

#careersFeed .card {
  margin-top: 3%;
  margin-bottom: 3%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

#careersFeed .card-body {
  padding: 3%;
}

#careersFeed .card h3 {
  font-size: 30px;
  padding-bottom: 2%;
}

.sidebar-careers-paras {
  padding-left: 30px;
  padding-right: 30px;
}

.single-career-main {
  background-color: white;
}

.single-career-main ul {
  font-size: 20px;
  padding: 0;
}

.list-job-title {
  width: 110px;
  display: inline-block;
  font-weight: bold;
}

.single-career-aside {
  background-color: white;
}

.career_single_item {
  padding: 40px;
  margin-bottom: 20px;
}

.career_single_item ul {
  font-size: 18px;
}

.career_single_ahref:hover {
  margin-bottom: 20px;
  text-decoration: none;
}

.career_header_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.career_header_single p {
  padding: 2px 0px;
}

#single-careers-body {
  padding: 20px 10%;
}

@media (max-width: 599px) {
  #single-careers-body {
    padding: 20px 6%;
  }
}

.careers-list-component li {
  list-style-position: outside;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.printIcons a:hover,
.printIcons strong:hover {
  text-decoration: none;
  color: #fdc62a;
}

.printIcons svg:hover {
  fill: #fdc62a;
}

.u-link-v5 {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.u-link-v5:hover,
.u-link-v5:focus {
  text-decoration: none;
}

.u-tags-v1 {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-tags-v1:hover,
.u-tags-v1:focus {
  text-decoration: none;
  cursor: pointer;
}

.u-tags-v1:focus {
  color: inherit;
}

.g-bg-gray-dark-v2--hover:hover {
  background-color: #333 !important;
}

.g-brd-around {
  border: solid 1px transparent !important;
}

.g-brd-gray-dark-v2--hover:hover {
  border-color: #333 !important;
}

.g-brd-gray-light-v3 {
  border-color: #ddd !important;
}

.g-brd-gray-light-v4 {
  border-color: #707070 !important;
}

.g-font-size-12 {
  font-size: 0.85714rem !important;
}

.g-pos-rel {
  position: relative !important;
}

.g-top-1 {
  top: 0.07143rem;
}

.g-color-main {
  color: #555 !important;
}

.g-color-primary {
  color: #72c02c !important;
}

.g-color-primary--hover:hover {
  color: #72c02c !important;
}

.g-color-white--hover:hover {
  color: #fff !important;
}

.g-color-gray-dark-v1 {
  color: #111 !important;
}

.g-width-25 {
  width: 25px !important;
}

.g-width-110 {
  width: 120px !important;
}

.g-height-25 {
  height: 25px;
}

@media (min-width: 0) {
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }
  .g-mr-20 {
    margin-right: 1.42857rem !important;
  }
}

@media (min-width: 0) {
  .g-pa-25 {
    padding: 1.78571rem !important;
  }
  .g-px-8 {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .g-py-3 {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
}

#careersFeed .u-shadow-v11 {
  background-color: white;
}

::-moz-selection {
  color: #fff;
  background-color: #fdc62a;
}

::selection {
  color: #fff;
  background-color: #fdc62a;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.btn {
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}

.btn:focus,
.btn:active:focus {
  outline: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-xl {
  line-height: 1.4;
  padding: 0.92857rem 1.85714rem;
  font-size: 1.28571rem;
}

.u-btn-primary {
  color: #fff;
  background-color: #fdc62a;
}

.u-btn-primary:hover {
  border-color: #fdc62a;
  background-color: #fdc62a;
}

.u-btn-primary:hover,
.u-btn-primary:focus {
  color: #fff;
}

.u-shadow-v11 {
  box-shadow: 1px 0px 10px 0px rgba(65, 64, 57, 0.05);
  -webkit-box-shadow: 1px 0px 10px 0px rgba(65, 64, 57, 0.05);
  -moz-box-shadow: 1px 0px 10px 0px rgba(65, 64, 57, 0.05);
}

.g-color-primary:focus {
  color: #fdc62a;
}

.u-link-v5 {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.u-link-v5:hover,
.u-link-v5:focus {
  text-decoration: none;
}

.u-tags-v1 {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-tags-v1:hover,
.u-tags-v1:focus {
  text-decoration: none;
  cursor: pointer;
}

.u-tags-v1:focus {
  color: inherit;
}

.g-bg-primary--hover:hover {
  background-color: #fdc62a !important;
}

.g-bg-black-opacity-0_1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.g-bg-gray-dark-v2--hover:hover {
  background-color: #333 !important;
}

.g-bg-gray-light-v5 {
  background-color: #f7f7f7 !important;
}

.g-brd-around {
  border: solid 1px transparent !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.g-brd-gray-dark-v2--hover:hover {
  border-color: #333 !important;
}

.g-brd-gray-light-v3 {
  border-color: #ddd !important;
}

.g-brd-gray-light-v4 {
  border-color: #707070 !important;
}

.g-font-weight-600 {
  font-weight: 600 !important;
}

.g-pos-rel {
  position: relative !important;
}

.g-top-1 {
  top: 0.07143rem;
}

.g-color-main {
  color: #555 !important;
}

.g-color-primary {
  color: #fdc62a !important;
}

.g-color-primary--hover:hover {
  color: #fdc62a !important;
}

.g-color-white--hover:hover {
  color: #fff !important;
}

.g-color-gray-dark-v1 {
  color: #111 !important;
}

.g-color-gray-dark-v4 {
  color: #777 !important;
}

.g-width-40 {
  width: 40px !important;
}

.g-width-110 {
  width: 110px !important;
}

.g-height-40 {
  height: 40px;
}

.g-min-height-300 {
  min-height: 300px;
}

@media (min-width: 0) {
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mt-3 {
    margin-top: 0.21429rem !important;
  }
  .g-mb-3 {
    margin-bottom: 0.21429rem !important;
  }
  .g-mb-5 {
    margin-bottom: 0.35714rem !important;
  }
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-12 {
    margin-bottom: 0.85714rem !important;
  }
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-30 {
    margin-bottom: 2.14286rem !important;
  }
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }
  .g-mr-8 {
    margin-right: 0.57143rem !important;
  }
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }
  .g-mr-15 {
    margin-right: 1.07143rem !important;
  }
  .g-mr-20 {
    margin-right: 1.42857rem !important;
  }
}

@media (min-width: 768px) {
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .g-mb-0--lg {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 0) {
  .g-pa-30 {
    padding: 2.14286rem !important;
  }
  .g-px-8 {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-py-3 {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  .g-py-5 {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
}

.offer-details p {
  font-size: 18px;
}

.offer-details svg {
  margin-right: 5px;
}

/***************************************************
  
      Page-Resources CSS
  
  ***************************************************/
/* Case Studies Statement */
#caseStudiesStatement {
  padding: 40px 10%;
  background-color: #35353e;
  background-image: url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
}

@media (max-width: 599px) {
  #caseStudiesStatement {
    padding: 40px 6%;
  }
}

#caseStudiesStatement h3 {
  color: #fcfaf9;
  font-size: 30px;
  font-weight: 400;
}

@media (max-width: 599px) {
  #caseStudiesStatement h3 {
    font-size: 25px;
  }
}

/* Case Studies Tabs */
#caseStudiesTabs {
  padding: 40px 10%;
}

@media (max-width: 599px) {
  #caseStudiesTabs {
    padding: 40px 6%;
  }
}

#caseStudiesTabs .btn.active {
  background-color: #fdc62a;
}

#caseStudiesTabs .btn {
  border-radius: 0;
  padding: 2px 5px;
}

#caseStudiesTabs .btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#caseStudiesTabs a {
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 20px;
}

#caseStudiesTabs .nav-tabs {
  border-bottom: none;
}

.imageContainer {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.imageContainer img {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/***************************************************
  
      Page-Blog CSS
  
  ***************************************************/
#blogTabs {
  padding: 0 10% 40px 10%;
  background-color: #fcfaf9;
}

@media (max-width: 599px) {
  #blogTabs {
    padding: 0 6% 40px 6%;
  }
}

#blogTabs .btn.active {
  background-color: #fdc62a;
}

#blogTabs .col-lg-8 {
  padding-right: 10%;
}

#blogTabs .btn {
  border-radius: 0;
  padding: 2px 5px;
}

#blogTabs .btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#blogTabs li a {
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 20px;
  letter-spacing: 2px;
}

#blogTabs .readMore {
  text-decoration: underline;
  color: #35353e;
  font-size: 18px;
}

#blogTabs .readMore:hover {
  -webkit-text-decoration-color: #fdc62a;
  text-decoration-color: #fdc62a;
}

#blogTabs .nav-tabs {
  border-bottom: none;
}

#blogTabs .row {
  margin: 30px 0;
}

#blogTabs h3 {
  font-size: 30px;
  margin-top: 10px;
}

@media (max-width: 599px) {
  #blogTabs h3 {
    font-size: 25px;
  }
}

.blog-title-link {
  color: #35353e;
}

.blog-title-link:hover {
  color: #35353e;
}

/***************************************************
  
      Single-Blog CSS
  
  ***************************************************/
/* Single Blog */
.wysiwyg_single_blog p span,
.wysiwyg_single_blog p {
  font-weight: 300 !important;
  margin-bottom: 1.5rem;
}

.wysiwyg_single_blog h3 strong,
.wysiwyg_single_blog h3 {
  font-family: Muli, arial;
  font-size: 1.5rem;
  font-weight: 500;
}

.wysiwyg_single_blog h2 strong,
.wysiwyg_single_blog h2 {
  font-family: ivyjournal, arial;
  font-size: 2.3rem;
  font-weight: 300;
}

.wysiwyg_single_blog ul li {
  margin: 0 0 1rem -1rem;
  list-style: none;
  line-height: 1;
  font-size: 1.25rem;
  line-height: 1.3;
}

.wysiwyg_single_blog ul li:before {
  content: "•";
  font-size: 1.5rem;
  font-weight: 300;
  color: #fdc62a;
  vertical-align: inherit;
  margin: 0 0.75rem 0 -1.5rem;
  line-height: inherit;
}

.heading_single_blog {
  padding: 10px 10%;
}

.wysiwyg_single_blog,
#comments-insight,
.author-single-article {
  padding: 5px 10%;
}

/* Related Posts */
.blogRelatedPosts {
  padding: 40px 10%;
  background-color: white;
}

@media (max-width: 599px) {
  .blogRelatedPosts {
    padding: 40px 6%;
  }
}

.blogRelatedPosts h2 {
  font-size: 50px;
  padding-bottom: 3%;
}

.blogRelatedPosts p {
  font-size: 30px;
  line-height: 38px;
}

.blogRelatedPosts a {
  color: #35353e;
  font-size: 18px;
}

.blogRelatedPosts .row {
  margin-bottom: 2%;
}

.blogRelatedPostsImg {
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px;
}

.blogRelatedPosts img {
  max-width: 100%;
  max-height: 100%;
}

/******************************************************
  
      Page-About CSS
  
  ******************************************************/
#aboutMissionStatement {
  padding: 40px 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 62, 0.5)), to(rgba(53, 53, 62, 0.5))), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background: linear-gradient(rgba(53, 53, 62, 0.5), rgba(53, 53, 62, 0.5)), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background-color: #35353e;
}

@media (max-width: 599px) {
  #aboutMissionStatement {
    padding: 40px 6%;
  }
}

#aboutMissionStatement a {
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}

#aboutMissionStatement a:hover {
  -webkit-text-decoration-color: white !important;
          text-decoration-color: white !important;
}

#aboutMissionStatement .orangeFullStop {
  font-weight: 400;
}

#aboutMissionStatement h2 {
  font-size: 46px;
  margin-bottom: 40px;
  font-weight: 300;
}

@media (max-width: 599px) {
  #aboutMissionStatement h2 {
    font-size: 35px;
  }
}

#aboutMissionStatement .aboutSubText {
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
}

@media (max-width: 599px) {
  #aboutMissionStatement .aboutSubText {
    font-size: 25px !important;
    line-height: 35px;
  }
}

#aboutMissionStatement * {
  color: white;
}

/* Tabs */
.aboutTabsHeading {
  padding: 40px 10% 0;
}

@media (max-width: 599px) {
  .aboutTabsHeading {
    padding: 40px 6% 0;
  }
}

.aboutTabsHeading h2 {
  margin-bottom: 70px;
}

#aboutTabs {
  padding-top: 40px;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #fcfaf9;
}

#aboutTabs h2 {
  margin-bottom: 105px;
  font-size: 46px;
}

#aboutTabs .nav-tabs {
  border: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#aboutTabs .btn.active {
  background-color: #fdc62a;
}

#aboutTabs .btn {
  border-radius: 0;
  padding: 2px 5px;
}

#aboutTabs .btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#aboutTabs li a {
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 20px;
}

.tab-pane-about {
  background-color: white;
  padding: 30px;
  height: unset;
}

@media all and (min-width: 400px) {
  .tab-pane-about {
    height: 750px;
  }
}

@media all and (min-width: 440px) {
  .tab-pane-about {
    height: 700px;
  }
}

@media all and (min-width: 500px) {
  .tab-pane-about {
    height: 600px;
  }
}

@media all and (min-width: 600px) {
  .tab-pane-about {
    height: 500px;
  }
}

@media all and (min-width: 700px) {
  .tab-pane-about {
    height: 450px;
  }
}

@media all and (min-width: 800px) {
  .tab-pane-about {
    height: 400px;
  }
}

@media all and (min-width: 900px) {
  .tab-pane-about {
    height: 360px;
  }
}

@media all and (min-width: 990px) {
  .tab-pane-about {
    height: 345px;
  }
}

@media all and (min-width: 1000px) {
  .tab-pane-about {
    height: 330px;
  }
}

@media all and (min-width: 1100px) {
  .tab-pane-about {
    height: 310px;
  }
}

@media all and (min-width: 1200px) {
  .tab-pane-about {
    height: 290px;
  }
}

@media all and (min-width: 1300px) {
  .tab-pane-about {
    height: 270px;
  }
}

@media all and (min-width: 1400px) {
  .tab-pane-about {
    height: 250px;
  }
}

@media all and (min-width: 1500px) {
  .tab-pane-about {
    height: 215px;
  }
}

@media all and (min-width: 1600px) {
  .tab-pane-about {
    height: 215px;
  }
}

#aboutsvg {
  padding: 0 0;
}

/* What we value */
#aboutWhatWeValue {
  padding: 40px 10%;
  background-color: white;
}

@media (max-width: 599px) {
  #aboutWhatWeValue {
    padding: 40px 6%;
  }
}

#aboutWhatWeValue h3 {
  margin-bottom: 2%;
}

#aboutWhatWeValue h2 {
  font-size: 46px;
  margin-bottom: 40px;
}

@media (max-width: 599px) {
  #aboutWhatWeValue h2 {
    font-size: 35px;
  }
}

#aboutWhatWeValue p {
  padding-right: 3%;
}

#aboutWhatWeValue .col-lg-6 {
  margin-bottom: 30px;
}

#insightfulTeam {
  padding: 40px 10%;
}

@media (max-width: 599px) {
  #insightfulTeam {
    padding: 40px 6%;
  }
}

#insightfulTeam h2 {
  margin-bottom: 40px;
  font-size: 46px;
}

@media (max-width: 599px) {
  #insightfulTeam h2 {
    font-size: 35px;
  }
}

.insightful-team-line img {
  margin: 20px 0;
  width: 100%;
}

/******************************************************
  
      Footer CSS
  
  ******************************************************/
footer {
  padding: 40px 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 62, 0.5)), to(rgba(53, 53, 62, 0.5))), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background: linear-gradient(rgba(53, 53, 62, 0.5), rgba(53, 53, 62, 0.5)), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background-color: #35353e;
}

@media (max-width: 599px) {
  footer {
    padding: 40px 6%;
  }
}

footer * {
  word-wrap: break-word;
}

#menu-footer-menu {
  padding: 0;
}

#copyrightFooter {
  background-color: white;
  padding: 20px 5% 20px 5%;
}

#copyrightFooter p {
  font-size: 12px !important;
  margin-bottom: 0;
}

@media all and (max-width: 1080px) {
  #copyrightFooter {
    padding: 20px 5% 85px 5%;
  }
}

footer p {
  color: #fcfaf9;
  font-size: 18px;
}

footer h4 {
  color: #fcfaf9;
  font-size: 30px;
}

footer a {
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-text-decoration-color: #35353e !important;
          text-decoration-color: #35353e !important;
}

footer a:hover {
  color: white;
  text-decoration: underline;
  -webkit-text-decoration-color: white !important;
  text-decoration-color: white !important;
}

footer .col-lg-3,
footer .col-lg-6 {
  margin-bottom: 5px;
}

@media all and (max-width: 991px) {
  footer .col-lg-3,
  footer .col-lg-6 {
    margin-bottom: 20px;
  }
}

#CybotCookiebotDialog {
  -webkit-box-shadow: 1px 0px 10px 0px rgba(65, 64, 57, 0.2);
          box-shadow: 1px 0px 10px 0px rgba(65, 64, 57, 0.2);
  border-top: 1px solid rgba(65, 64, 57, 0.34);
}

#CybotCookiebotDialog div {
  font-family: Muli, arial !important;
}

#emailPreFooter {
  padding: 40px 10%;
  background-color: #fcfaf9;
}

@media (max-width: 599px) {
  #emailPreFooter {
    padding: 40px 6%;
  }
}

#emailPreFooter h2::before {
  content: "\f1d8";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 50px;
  margin-right: 3%;
}

#emailPreFooter .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lowerFooterRow a,
.lowerFooterRow p,
.lowerFooterRow i {
  color: #fcfaf9;
  font-size: 17px;
}

.twitter {
  margin-bottom: 8px;
}

.twitter h4 {
  margin-bottom: 0;
}

.twitterFollow a {
  color: white;
  text-decoration: underline;
  font-size: 18px;
}

.twitterFollow a:hover {
  -webkit-text-decoration-color: #fdc62a;
  text-decoration-color: #fdc62a;
}

#ctf .ctf-tweet-actions a {
  padding: 0;
}

.ctf-tweet-text {
  font-size: 16px;
}

.footerSocialIcons svg {
  color: white;
  margin-right: 15px;
}

.footerSocialIcons svg:hover {
  fill: #fdc62a;
}

#footerMenu li {
  display: inline;
  color: white;
  margin-right: 15px;
}

#ctf .ctf-item {
  border-top: none;
  padding: 15px 0;
}

/* Sign Up Form Mailchimp */
::-moz-selection {
  color: #fff;
  background-color: #fdc62a;
}
::selection {
  color: #fff;
  background-color: #fdc62a;
}

.btn {
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}

.btn:focus,
.btn:active:focus {
  outline: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media all and (max-width: 550px) {
  .signup-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .signup-form button {
    margin-top: 15px;
  }
}

.u-form-control {
  padding: 0.8rem 1rem 0.6rem;
}

.u-form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.3;
}

.u-form-control::-ms-input-placeholder {
  color: inherit;
  opacity: 0.3;
}

.u-form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 0.3;
}

.u-form-control::placeholder {
  color: inherit;
  opacity: 0.3;
}

.u-form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.3;
}

.u-form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.3;
}

.form-control {
  border-color: #ccc;
  height: auto;
}

.form-control,
.form-control:focus {
  color: #555;
}

.form-control:focus {
  border-color: #fdc62a;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.form-control::placeholder {
  color: inherit;
  opacity: 0.5;
}

[class*="input-group-"] {
  min-width: 38px;
  background-color: transparent;
  border-color: #ccc;
  -webkit-transition: border-color 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s;
}

[class*="input-group-"] > * {
  white-space: normal;
}

[class*="input-group-"] i {
  margin: 0 auto;
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: auto;
}

@media (min-width: 0) {
  .g-mr-15 {
    margin-right: 1.07143rem !important;
  }
}

/***************************************************
  
      Single Case Studies
  
  ***************************************************/
.wysiwyg_single_case_studies {
  padding: 5px 10%;
}

.title_single_case_studies {
  padding: 10px 10%;
}

@media (max-width: 599px) {
  .title_single_case_studies {
    padding: 10px 6%;
  }
}

.title_single_case_studies h2 {
  font-size: 46px;
}

.twocolumns {
  padding: 0 10%;
}

@media (max-width: 599px) {
  .twocolumns {
    padding: 0 6%;
  }
}

/* Case Studies Project Background Component */
.project_background_case_studies {
  padding: 20px 10%;
}

@media (max-width: 599px) {
  .project_background_case_studies {
    padding: 20px 6%;
  }
}

.project_background_standfirst {
  font-size: 30px;
  line-height: 38px;
  margin: 30px 0;
}

@media (max-width: 599px) {
  .project_background_standfirst {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}

.project_background_case_studies h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.project_background_case_studies h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  text-decoration: none;
}

/* Case Studies Results Component */
.the_results_case_studies {
  padding: 20px 10%;
}

@media (max-width: 599px) {
  .the_results_case_studies {
    padding: 20px 6%;
  }
}

.case_studies_results {
  margin-bottom: 40px;
  margin-left: 20px;
}

.case_studies_results_percentage {
  margin-bottom: 0;
  font-size: 30px;
}

.case_studies_results_title {
  text-transform: uppercase;
}

/* Case Studies Image Component */
.case_studies_image {
  padding: 10px 10%;
}

@media (max-width: 599px) {
  .case_studies_image {
    padding: 10px 6%;
  }
}

.case_studies_slider {
  padding: 10px 15%;
}

@media all and (max-width: 768px) {
  .case_studies_slider {
    padding: 10px 10%;
  }
}

/* Case Studies Blockquote Component */
.case_studies_blockquote {
  padding: 20px 10%;
}

@media (max-width: 599px) {
  .case_studies_blockquote {
    padding: 20px 6%;
  }
}

.case_studies_blockquote blockquote {
  padding: 20px 5%;
}

.case_studies_blockquote p {
  font-size: 35px;
}

@media (max-width: 599px) {
  .case_studies_blockquote p em {
    line-height: 35px;
  }
}

.case_studies__logos {
  text-align: center;
  margin: 14px 0;
}

.quote-footer {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.case_studies_blockquote blockquote {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 250, 249, 0.7)), to(rgba(252, 250, 249, 0.7))), url("/wp-content/uploads/2019/04/QuoteMarks.svg");
  background: linear-gradient(rgba(252, 250, 249, 0.7), rgba(252, 250, 249, 0.7)), url("/wp-content/uploads/2019/04/QuoteMarks.svg");
  background-repeat: no-repeat;
}

.tint figcaption {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: white;
  margin: 0;
  font-size: 30px;
  text-transform: none;
}

figcaption {
  font-family: muli, arial;
  font-size: 30px;
  font-weight: 400;
}

figcaption p {
  font-family: muli, arial;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

.single-post li {
  font-size: 18px;
}

/***************************************************
  
      404 Page
  
  ***************************************************/
#page404 {
  margin-top: 10%;
  margin-bottom: 10%;
}

#page404 h1 {
  font-size: 60px;
  margin-bottom: 30px;
}

#page404 a {
  color: #35353e;
  text-decoration: underline;
}

/***************************************************
  
      Alt-Header CSS
  
  ***************************************************/
#altHeader2 {
  padding: 60px 10%;
}

@media (max-width: 599px) {
  #altHeader2 {
    padding: 60px 6%;
  }
}

#altHeader2 h1 {
  font-size: 46px;
}

@media (max-width: 599px) {
  #altHeader2 h1 {
    font-size: 40px !important;
  }
}

#altHeader2 a {
  color: #35353e;
  font-weight: light;
}

#altHeader2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#altHeader2 p {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.breadcrumb-div {
  margin-top: 20px;
  padding-left: 2px;
}

.breadcrumb-div a {
  text-decoration: none;
}

.breadcrumb-div a:hover {
  text-decoration: underline;
}

.breadcrumb_last {
  font-weight: bold;
}

/***************************************************
  
      Default Page Template CSS
  
  ***************************************************/
#default-page-template-content {
  padding: 2% 10%;
  background-color: white;
}

@media (max-width: 599px) {
  #default-page-template-content {
    padding: 2% 6%;
  }
}

.secondRow p {
  color: white;
  display: block;
  font-size: 18px;
  line-height: 1.7;
  word-wrap: break-word;
  margin-bottom: 0;
}

.secondRow {
  margin-top: 5%;
}

.cd-primary-nav {
  overflow: hidden;
}

.cd-primary-nav ul li {
  list-style: none;
  font-size: 40px;
}

.cd-primary-nav ul i {
  margin-right: 6%;
}

#icons {
  margin-top: 5%;
  font-size: 30px;
}

.overlayCol {
  padding-left: 0;
}

.headerScrollBg {
  background-color: rgba(53, 53, 62, 0.705);
}

.overlay-main-menu-ul {
  margin-top: 40px;
}

.overlay-main-menu-ul li a {
  font-size: 50px;
}

.overlay-main-menu-ul li {
  margin-bottom: 40px;
}

.menu-accordion {
  background-color: transparent;
}

.menu-accordion-title {
  color: white;
}

.menu-accordion-title:hover {
  color: #fdc62a;
}

.menu-accordion-icon i {
  color: white;
}

.menu-accordion-body p {
  color: white;
}

.menu-accordion-body p:last-child {
  margin-bottom: 0;
}

.menu-accordion-body p a {
  font-size: 30px !important;
  margin-bottom: 10px;
}

/******************************************************
  
      Media Queries
  
  ******************************************************/
/* 
    ##Device = Large Desktops
    ##Screen = 1281px to higher resolution desktops
  */
@media (min-width: 1281px) {
  #brand p {
    font-size: 35px;
  }
  .livechat_button {
    font-size: 35px;
    font-weight: 300;
  }
  #emailPreFooter h3 {
    width: 90%;
  }
  #heading1 {
    margin-bottom: 10px;
  }
  .textSVGfooter a {
    margin-top: 24px;
    margin-left: 10px;
  }
  .services-mobile-icon {
    display: none;
  }
  .padding-question {
    padding: 0 10%;
  }
  #mainSection h1 {
    font-size: 46px;
  }
  #testimonialSection blockquote {
    padding: 0 10%;
  }
  #testimonialSection::before {
    left: 15%;
    top: 25%;
    opacity: 0.4;
  }
}

@media all and (min-width: 1281px) and (max-width: 991px) {
  #testimonialSection::before {
    opacity: 0.3;
  }
}

@media (min-width: 1281px) {
  .overlay-menu-item li a {
    font-size: 50px;
  }
  #careersFeed .card {
    max-width: 90%;
  }
  .btn {
    font-size: 20px;
  }
  .buttonContainerProject a {
    margin-left: auto;
  }
  .heading_single_blog {
    padding: 10px 15%;
  }
  .wysiwyg_single_blog,
  #comments-insight,
  .author-single-article {
    padding: 5px 15%;
  }
  .case_studies_image {
    padding: 10px 15%;
  }
  .case_studies_blockquote {
    padding: 20px 15%;
  }
  .title_single_case_studies {
    padding: 10px 15%;
  }
  .wysiwyg_single_case_studies {
    padding: 5px 15%;
  }
  .twocolumns {
    padding: 0 15%;
  }
  .project_background_case_studies {
    padding: 20px 15%;
  }
  .the_results_case_studies {
    padding: 20px 15%;
  }
  .brand-text {
    margin-bottom: 30px;
  }
}

/* 
  ##Device = Small Desktops & Laptops
  ##Screen = B/w 1025px to 1280px
  */
@media all and (max-width: 1280px) {
  .service-text-mobile {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  #brand p {
    font-size: 35px !important;
  }
  .livechat_button {
    font-size: 35px;
    font-weight: 300;
  }
  .textSVGfooter a {
    margin-top: 24px;
  }
  .padding-question {
    padding: 0 10%;
  }
  .services-mobile-icon {
    display: block;
    width: 100px;
    height: 100px;
  }
  .services-image {
    display: none;
  }
  #mainSection h1 {
    font-size: 46px;
  }
  #testimonialSection blockquote {
    padding: 0 15%;
  }
  .overlay-menu-item li a {
    font-size: 50px;
  }
  #testimonialSection::before {
    left: 20%;
    top: 15%;
    opacity: 0.3;
  }
  #careersFeed .card {
    max-width: 90%;
  }
  .btn {
    font-size: 20px;
  }
  .buttonContainerProject a {
    margin-left: auto;
  }
  .heading_single_blog {
    padding: 10px 15%;
  }
  .wysiwyg_single_blog,
  #comments-insight,
  .author-single-article {
    padding: 5px 15%;
  }
  .case_studies_image {
    padding: 10px 15%;
  }
  .case_studies_blockquote {
    padding: 20px 15%;
  }
  .title_single_case_studies {
    padding: 10px 15%;
  }
  .wysiwyg_single_case_studies {
    padding: 5px 15%;
  }
  .twocolumns {
    padding: 0 15%;
  }
  .project_background_case_studies {
    padding: 20px 15%;
  }
  .the_results_case_studies {
    padding: 20px 15%;
  }
  .brand-text {
    margin-bottom: 30px;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) {
  #brand p {
    font-size: 35px;
  }
  .livechat_button {
    font-size: 35px;
    font-weight: 300;
  }
  .padding-question {
    padding: 20px 0;
  }
  #brand .chevronBtnBlk {
    margin-top: 25px;
  }
  #contactIconBar .col-lg-3 {
    margin: 20px 0;
  }
  #integratedApproach h2 {
    margin-bottom: 10px;
  }
  .right-col {
    margin-bottom: 10px;
  }
  .sidebar-careers-paras {
    margin-top: 10px;
  }
  .overlay-menu-item li a {
    font-size: 35px;
  }
  #mainSection h1 {
    font-size: 46px;
  }
  .services-image {
    display: none;
  }
  #testimonialSection blockquote {
    padding: 0 5%;
  }
  #testimonialSection::before {
    left: 5%;
    top: 15%;
    opacity: 0.3;
  }
  .btn {
    font-size: 18px;
  }
  .iconSVG {
    display: block !important;
  }
  .textSVG {
    display: block !important;
  }
  .buttonContainerProject a {
    margin-left: auto;
  }
  .heading_single_blog {
    padding: 10px 15%;
  }
  wysiwyg_single_blog #comments-insight,
  .author-single-article {
    padding: 5px 15%;
  }
  .case_studies_image {
    padding: 10px 15%;
  }
  .case_studies_blockquote {
    padding: 20px 15%;
  }
  .title_single_case_studies {
    padding: 10px 15%;
  }
  .wysiwyg_single_case_studies {
    padding: 5px 15%;
  }
  .twocolumns {
    padding: 0 15%;
  }
  .project_background_case_studies {
    padding: 20px 15%;
  }
  .the_results_case_studies {
    padding: 20px 15%;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
  */
@media (min-width: 481px) and (max-width: 767px) {
  #testimonialSection blockquote {
    padding: 0 5%;
  }
  .livechat_button {
    font-weight: 300;
    font-size: 18px;
  }
  #brand .chevronBtnBlk {
    margin-top: 25px;
  }
  #sendMessage .col-lg-4 p {
    margin-bottom: 30px;
  }
  #contactIconBar .col-lg-3 {
    margin: 20px 0;
  }
  #aboutTabs h2 {
    margin-bottom: 30px;
  }
  .sidebar-careers-paras {
    margin-top: 10px;
  }
  .padding-question {
    padding: 20px 0%;
  }
  #integratedApproach h2 {
    margin-bottom: 10px;
  }
  .right-col {
    margin-bottom: 10px;
  }
  .btn {
    font-size: 18px;
  }
  .overlay-menu-item li a {
    font-size: 35px;
  }
  .services-image {
    display: none;
  }
  .single-post li {
    font-size: 18px !important;
  }
  h1 {
    font-size: 40px !important;
  }
  .iconSVG {
    display: block !important;
  }
  .textSVG {
    display: block !important;
  }
  .overlay-main-menu-ul li a {
    font-size: 35px;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 0 to 479px
  */
@media (min-width: 0px) and (max-width: 480px) {
  #testimonialSection blockquote {
    padding: 0 0;
  }
  .livechat_button {
    font-weight: 300;
    font-size: 18px;
  }
  #contactIconBar .col-lg-3 {
    margin: 20px 0;
  }
  #sendMessage .col-lg-4 p {
    margin-bottom: 10px;
  }
  .right-col {
    margin-bottom: 10px;
  }
  .single-careers #altHeader2 {
    padding-bottom: 20px !important;
  }
  .overlay-content {
    padding: 0px 10% !important;
  }
  .overlay-content .material-icons {
    font-size: 30px !important;
    line-height: 0.8 !important;
  }
  .brand-text {
    margin-bottom: 0;
  }
  #aboutMissionStatement .aboutSubText {
    font-size: 25px !important;
  }
  #testimonialSection em {
    font-size: 18px;
    line-height: 23px;
  }
  .quoteName,
  .quoteName strong {
    font-size: 14px;
  }
  #mainSection h1 {
    font-size: 30px !important;
  }
  #mainSection .orangeFullStop {
    font-size: 60px;
  }
  #integratedApproach h2 {
    margin-bottom: 10px;
  }
  .sidebar-careers-paras {
    margin-top: 10px;
  }
  .services-image {
    display: none;
  }
  .padding-question {
    padding: 0 0%;
  }
  p {
    font-size: 18px !important;
  }
  .single-post li {
    font-size: 18px !important;
  }
  .overlay-menu-item li a {
    font-size: 35px;
  }
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 35px !important;
  }
  #ourprojects a {
    font-size: 18px;
  }
  #testimonialSection blockquote {
    font-size: 25px;
  }
  .iconSVG {
    display: block !important;
  }
  .right-col {
    display: block !important;
  }
  .career_header_single {
    display: unset;
  }
  #emailPreFooter h3 {
    font-size: 18px;
    margin-top: 20px;
  }
  #aboutTabs h2 {
    margin-bottom: 30px;
  }
  .overlay-main-menu-ul li a {
    font-size: 35px;
  }
  #missionStatement h3 {
    font-size: 25px;
  }
  .social-media-nav li {
    display: none;
  }
}

/* Tints */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(53, 53, 62, 0.5);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.uk-position-cover-alt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(53, 53, 62, 0.5);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.uk-position-cover:hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(53, 53, 62, 0.2);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.uk-position-cover-alt:hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(53, 53, 62, 0.2);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.case-study-col h3 {
  font-size: 30px;
}

/* Form Alerts*/
.caldera-grid .alert-success {
  background-color: #18ba9b;
  color: white;
  border: none;
  text-shadow: none;
  border-radius: 0;
}

.help-block,
.caldera_ajax_error_block {
  display: block;
  margin-top: 10px;
  color: red;
}

.featuredServices .col-lg-6,
.featuredServices .col-lg-4 {
  margin-bottom: 45px;
}

.single-post #main-title {
  font-size: 46px !important;
}

.breadcrumb-div p {
  font-size: 14px !important;
  font-weight: 300;
}

.page-id-11 .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.team-members-thinking h3 {
  font-size: 30px;
  font-weight: lighter;
  text-align: left;
}

.team-members-thinking p {
  text-align: left;
}

.team-member-single {
  margin: 25px 0;
}

.team-member-single h4 {
  font-size: 30px;
}

.team-member-single h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 500;
}

.team-member-single img {
  margin-bottom: 1rem;
}

.team-member-single p {
  font-size: 16px;
}

.team-member-single .job-type {
  font-size: 16px;
  text-transform: inherit;
  letter-spacing: inherit;
  font-weight: 300;
}

.team-member-single:nth-child(even) .insight-team {
  width: 163px;
  height: 163px;
  margin: 0 auto;
  background-size: contain;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-position: center;
  margin-bottom: 1rem;
}

.team-member-single:nth-child(even) .insight-team:hover {
  border-radius: 0 !important;
}

.team-member-single:nth-child(odd) .insight-team {
  width: 163px;
  height: 163px;
  margin: 0 auto;
  background-size: contain;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-position: center;
  margin-bottom: 1rem;
}

.team-member-single:nth-child(odd) .insight-team:hover {
  border-radius: 100% !important;
}

.team-members {
  margin-top: -5rem;
}

@media all and (max-width: 991px) {
  .team-members {
    margin-top: -2rem;
  }
}

@media all and (max-width: 768px) {
  .team-members {
    margin-top: 0;
  }
}

footer a {
  text-decoration: none;
}

.single-career-aside a {
  text-decoration: none;
}

#contactIconBar a {
  text-decoration: none;
}

#careersFeed a {
  text-decoration: none !important;
}

.image_and_text {
  padding: 20px 10%;
}

@media (max-width: 599px) {
  .image_and_text {
    padding: 20px 6%;
  }
}

.featuredServices {
  padding-bottom: 0;
}

.home header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("/wp-content/uploads/2019/04/DotsBackgroundTile_Light_V2.svg");
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/wp-content/uploads/2019/04/DotsBackgroundTile_Light_V2.svg");
}

.nav-tabs a,
.blog-title-link {
  text-decoration: none;
}

.image_and_text .text-column {
  margin-top: auto;
  margin-bottom: auto;
}

#singleBlogSection {
  margin-bottom: 20px;
}

.menu-accordion-icon i:hover {
  color: #fdc62a;
}

.post_link_homepage {
  text-decoration: none;
}

.post_link_homepage:hover {
  text-decoration: underline;
}

.social-icon,
.social-icon:hover {
  text-decoration: none !important;
}

.footerSocialIcons a i,
.footerSocialIcons a {
  color: #fff;
  margin-right: 5px;
  text-decoration: none !important;
}

.footerSocialIcons a i:hover,
.footerSocialIcons a:hover {
  text-decoration: none !important;
  color: #64b3aa;
}

#thinking h3 {
  font-weight: 500;
  font-size: 30px;
}

#wpforms-submit-1148,
#wpforms-submit-1149 {
  background-color: #35353e;
  color: white;
  border-radius: 1px;
}

.misha_loadmore {
  color: white;
  padding: 10px 10px !important;
}

.misha_loadmore:hover {
  color: white;
}

/* Lists  */
.page-services-list {
  -webkit-column-count: 2;
  column-count: 2;
  margin-left: 1em;
  font-size: 18px;
}

/* Contact Checkbox */
.wpforms-container input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
}

.wpforms-container input[type="checkbox"]:checked {
  background-image: url("/wp-content/uploads/2019/05/baseline_check_black_18dp.png") !important;
  background-size: contain !important;
}

div.wpforms-container-full .wpforms-form input[type="checkbox"],
div.wpforms-container-full .wpforms-form input[type="radio"] {
  padding: 0;
}

#wpforms-1148-field_3_1 {
  padding: 0 !important;
  vertical-align: middle;
  margin: 0 0 0 0;
}

#comments-insight label {
  display: block;
}

#comments-insight input,
#comments-insight textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

#comments-insight input {
  overflow: visible;
}

#comments-insight [type="submit"] {
  -webkit-appearance: button;
}

#comments-insight [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

#comments-insight [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

#comments-insight textarea {
  overflow: auto;
}

#comments-insight input,
#comments-insight textarea {
  color: #111;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

#comments-insight .comments-title,
#comments-insight .comment-author .fn,
#comments-insight h2,
#comments-insight h3 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#comments-insight h2 {
  font-size: 1.6875em;
}

@media only screen and (min-width: 768px) {
  #comments-insight h2 {
    font-size: 2.25em;
  }
}

#comments-insight .comments-title,
#comments-insight h3 {
  font-size: 1.6875em;
}

#comments-insight .comment-author .fn {
  font-size: 1.125em;
}

#comments-insight .comment-content {
  font-size: 0.88889em;
}

#comments-insight .discussion-meta-info,
#comments-insight .comment-reply-link,
#comments-insight .comment-metadata,
#comments-insight #cancel-comment-reply-link,
#comments-insight img:after {
  font-size: 0.71111em;
}

#comments-insight .comments-title {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

#comments-insight p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#comments-insight a {
  text-decoration: none;
}

#comments-insight a:hover {
  text-decoration: none;
}

#comments-insight a:focus {
  text-decoration: underline;
}

#comments-insight ::-moz-selection {
  background-color: #bfdcea;
}

#comments-insight ::selection {
  background-color: #bfdcea;
}

#comments-insight *,
#comments-insight *:before,
#comments-insight *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

#comments-insight a {
  -webkit-transition: color 110ms ease-in-out;
  transition: color 110ms ease-in-out;
  color: #0073aa;
}

#comments-insight a:hover,
#comments-insight a:active {
  color: #005177;
  outline: 0;
  text-decoration: none;
}

#comments-insight a:focus {
  outline: thin;
  outline-style: dotted;
  text-decoration: underline;
}

#comments-insight h2,
#comments-insight h3 {
  clear: both;
  margin: 1rem 0;
}

#comments-insight h2:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

#comments-insight ol {
  padding-left: 1rem;
}

#comments-insight ol {
  list-style: decimal;
}

#comments-insight li {
  line-height: 1.8;
}

#comments-insight img {
  height: auto;
  max-width: 100%;
  position: relative;
}

#comments-insight input[type="submit"] {
  padding: 10px 15px;
  background-color: #35353e;
  color: white;
  border: none;
}

#comments-insight textarea {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 0.36rem 0.66rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
}

#comments-insight textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
}

#comments-insight form p {
  margin: 1rem 0;
}

#comments-insight a:hover,
#comments-insight a:active {
  outline: 0;
  text-decoration: none;
}

#comments-insight a:focus {
  outline: thin dotted;
  text-decoration: underline;
}

#comments-insight .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

#comments-insight .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#comments-insight .comment-content:before,
#comments-insight .comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

#comments-insight .comment-content:after {
  clear: both;
}

#comments-insight .comment-content a {
  word-wrap: break-word;
}

#comments-insight .comments-area {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

#comments-insight .comments-area > * {
  margin-top: calc(2 * 1rem);
  margin-bottom: calc(2 * 1rem);
}

@media only screen and (min-width: 768px) {
  #comments-insight .comments-area > * {
    margin-top: calc(3 * 1rem);
    margin-bottom: calc(3 * 1rem);
  }
}

#comments-insight .entry + .comments-area {
  margin-top: calc(3 * 1rem);
}

@media only screen and (min-width: 768px) {
  #comments-insight .comments-area .comments-title-wrap {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#comments-insight .comments-area .comments-title-wrap .comments-title {
  margin: 0;
}

#comments-insight .comments-area .comments-title-wrap .comments-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

@media only screen and (min-width: 768px) {
  #comments-insight .comments-area .comments-title-wrap .comments-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(3 * (100vw / 12));
            flex: 1 0 calc(3 * (100vw / 12));
  }
}

@media only screen and (min-width: 768px) {
  #comments-insight .comments-area .comments-title-wrap .discussion-meta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(2 * (100vw / 12));
            flex: 0 0 calc(2 * (100vw / 12));
    margin-left: 1rem;
  }
}

#comments-insight #comment {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#comments-insight #respond {
  position: relative;
}

#comments-insight .comment-form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#comments-insight .comment-form-flex .comments-title {
  display: none;
  margin: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#comments-insight .comment-form-flex #respond {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#comments-insight .comment-form-flex #respond + .comments-title {
  display: block;
}

#comments-insight .comment-list {
  list-style: none;
  padding: 0;
}

#comments-insight .comment-list > .comment:first-child {
  margin-top: 0;
}

#comments-insight .comment-reply .comment-reply-link {
  display: inline-block;
}

#comments-insight .comment {
  list-style: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #comments-insight .comment {
    padding-left: 20px;
  }
  #comments-insight .comment.depth-1 {
    padding-left: 0;
  }
  #comments-insight .comment.depth-1 {
    margin-left: calc(3.25 * 1rem);
  }
}

#comments-insight .comment .comment-body {
  margin: calc(2 * 1rem) 0 0;
}

#comments-insight .comment .comment-meta {
  position: relative;
}

#comments-insight .comment .comment-author .avatar {
  float: left;
  margin-right: 1rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #comments-insight .comment .comment-author .avatar {
    float: inherit;
    margin-right: inherit;
    position: absolute;
    top: 0;
    right: calc(100% + 1rem);
  }
}

#comments-insight .comment .comment-author .fn {
  position: relative;
  display: block;
}

#comments-insight .comment .comment-metadata > a,
#comments-insight .comment .comment-metadata .comment-edit-link {
  display: inline;
  font-weight: 500;
  vertical-align: baseline;
}

#comments-insight .comment .comment-metadata > a time {
  vertical-align: baseline;
}

#comments-insight .comment .comment-metadata > a:hover,
#comments-insight .comment .comment-metadata .comment-edit-link:hover {
  text-decoration: none;
}

#comments-insight .comment .comment-metadata > * {
  display: inline-block;
}

#comments-insight .comment .comment-metadata .edit-link-sep {
  margin: 0 0.2em;
  vertical-align: baseline;
}

#comments-insight .comment .comment-metadata .edit-link svg {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  vertical-align: baseline;
  margin-right: 0.1em;
}

#comments-insight .comment .comment-metadata .comment-edit-link {
  position: relative;
  padding-left: 1rem;
  margin-left: -1rem;
  z-index: 1;
}

#comments-insight .comment .comment-content {
  margin: 1rem 0;
}

@media only screen and (min-width: 1168px) {
  #comments-insight .comment .comment-content {
    padding-right: 1rem;
  }
}

#comments-insight .comment .comment-content > *:first-child {
  margin-top: 0;
}

#comments-insight .comment .comment-content > *:last-child {
  margin-bottom: 0;
}

#comments-insight .comment .comment-content a {
  text-decoration: underline;
}

#comments-insight .comment .comment-content a:hover {
  text-decoration: none;
}

#comments-insight .comment-reply-link,
#comments-insight #cancel-comment-reply-link {
  font-weight: 500;
}

#comments-insight .discussion-avatar-list {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

#comments-insight .discussion-avatar-list li {
  position: relative;
  list-style: none;
  margin: 0 -8px 0 0;
  padding: 0;
  float: left;
}

#comments-insight .discussion-avatar-list .comment-user-avatar img {
  height: calc(1.5 * 1rem);
  width: calc(1.5 * 1rem);
}

#comments-insight .discussion-meta .discussion-meta-info {
  margin: 0;
}

#comments-insight .discussion-meta .discussion-meta-info .svg-icon {
  vertical-align: middle;
  fill: currentColor;
  -webkit-transform: scale(0.6) scaleX(-1) translateY(-0.1em);
          transform: scale(0.6) scaleX(-1) translateY(-0.1em);
  margin-left: -0.25rem;
}

#comments-insight .avatar {
  border-radius: 100%;
  display: block;
  height: calc(2.25 * 1rem);
  min-height: inherit;
  width: calc(2.25 * 1rem);
}

#comments-insight svg {
  -webkit-transition: fill 120ms ease-in-out;
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}

#comments-insight .says {
  display: none;
}

.page-id-13 .img-fluid {
  height: 100%;
  width: 500px;
}

.page-id-1156 a {
  color: #35353e !important;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #64b3aa !important;
          text-decoration-color: #64b3aa !important;
}

.page-id-1156 a:hover {
  color: #35353e;
}

.page-id-1156 .sla {
  margin-left: 1em;
}

.list-col-count {
  -webkit-column-count: 2;
          column-count: 2;
}

.cross {
  color: white;
}

.overlay-content ul {
  list-style: none;
  padding: 0;
}

.overlay-content li {
  color: white;
  font-size: 35px;
}

.overlay-content li .child-list {
  font-size: 30px;
}

.overlay-content .toggle {
  display: none;
}

.overlay-content .accordion-trigger {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 50px;
}

.overlay-content .accordion-trigger:focus {
  outline: 0;
}

.overlay-content .parent {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
}

.overlay-content .child-list a {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}

#mc-embedded-subscribe-form input {
  padding-left: 20px !important;
}

#blogTabs img {
  width: 100%;
}

#wpforms-1148-field_6 {
  padding: 0 !important;
}

@media (max-width: 599px) {
  .overlay-content li {
    margin-bottom: 0;
  }
  .overlay-content .parent {
    line-height: 1.2;
    font-size: 40px;
  }
  .overlay-content .accordion-trigger {
    font-size: 40px;
    line-height: 1.2;
  }
  .sub-content-col {
    margin-bottom: 10px;
  }
  .firstPara {
    font-size: 21px !important;
    line-height: 34px !important;
  }
  .overflow-sub-content address {
    display: none;
  }
}

#typewriter {
  line-height: 1;
  margin-right: -7px;
}

#typewriter * {
  font-family: ivyjournal, arial;
  color: #35353e !important;
}

.cursor-span {
  margin-left: -5px;
}

.author-single-article h3,
.author-single-article h4 {
  display: inline;
}

.author-single-article h3 {
  margin-right: 10px;
}

.author-single-article h4 {
  font-weight: 700;
  font-size: 20px;
}

.author-single-article .author-text {
  margin-left: 20px;
}

.author-single-article img {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

@media (min-width: 1200px) {
  .author-single-article .author-text {
    margin-top: 15px;
  }
}

.itf-single-tweet {
  margin-bottom: 20px;
}

@media (max-width: 767px) and (min-width: 481px) {
  .ourToolbox .firstPara {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1107px) {
  .homepage-hero {
    height: 290px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 576px) {
  .homepage-hero {
    height: 270px;
  }
}

@media only screen and (max-width: 481px) {
  .homepage-hero {
    height: 220px;
  }
}

@media only screen and (min-width: 722px) {
  .homepage-hero {
    height: 220px;
  }
}

@media only screen and (min-width: 922px) {
  .homepage-hero {
    height: 240px;
  }
}

@media only screen and (min-width: 991px) {
  .homepage-hero {
    height: 295px;
  }
}

@media only screen and (min-width: 1200px) {
  .homepage-hero {
    height: 250px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1315px) {
  .homepage-hero {
    height: 300px;
  }
}

@media only screen and (min-width: 1260px) {
  .homepage-hero {
    height: 200px;
  }
}

@media only screen and (min-width: 1650px) {
  .homepage-hero {
    height: 150px;
  }
}

@media all and (max-width: 991px) {
  .bg-hero {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.88)), to(rgba(255, 255, 255, 0.88))), url("/wp-content/uploads/2019/05/HeroBanner_V2.svg");
    background: linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), url("/wp-content/uploads/2019/05/HeroBanner_V2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(20%, #ffeebe));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #ffeebe 20%);
}

.highlight::after {
  content: "\0020";
  white-space: pre;
}

.highlight-alt {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(86, 161, 158, 0.3)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(86, 161, 158, 0.3) 20%);
}

.highlight-alt::after {
  content: "\0020";
  white-space: pre;
}

.highlight-dark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(20%, #726137));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #726137 20%);
}

.highlight-dark::after {
  content: "\0020";
  white-space: pre;
}

.highlight-main {
  font-family: ivyjournal, arial;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(37%, rgba(255, 255, 255, 0)), color-stop(20%, #ffeebe));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 37%, #ffeebe 20%);
}

#apply-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#apply-button:hover {
  background-color: #64b3aa;
  color: #fff;
}

#apply-button::after {
  margin-left: unset;
}

.slide {
  height: 700px;
  background-size: cover !important;
  background-position: center center !important;
}

@media all and (max-width: 1200px) {
  .slide {
    height: 500px;
  }
}

@media all and (max-width: 991px) {
  .slide {
    height: 300px;
  }
}

/*
|--------------------------------------------------------------------------
| _header.scss
|--------------------------------------------------------------------------
|
| All styles related to the header are stored here.
|
*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  header {
    padding: 20px 6%;
  }
}

.nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-media-nav {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}

@media all and (max-width: 1010px) {
  .social-media-nav {
    margin-right: 10px;
  }
}

.social-media-nav {
  padding: 0;
}

.social-media-nav li {
  margin: 0 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.social-media-nav li svg path:hover {
  fill: #64B3AA;
}

.social-media-nav a {
  text-decoration: none;
}

.social-media-nav a:hover {
  text-decoration: none;
}

.fa-bars, .dehaze {
  font-size: 40px;
  margin-left: 20px;
  cursor: pointer;
}

.fa-bars::after, .dehaze::after {
  content: 'MENU';
  font-size: 12px;
  display: block;
  font-family: Muli, arial;
}

@media all and (max-width: 1010px) {
  .header-nav {
    display: none;
  }
}

.mobile-nav {
  display: none;
}

@media all and (max-width: 1010px) {
  .mobile-nav {
    display: block;
  }
}

.mobile-nav svg:hover line {
  stroke: #64B3AA;
}

.mobile-nav svg:hover path {
  fill: #64B3AA;
}

.insight-header-menu {
  margin: 0;
  margin-right: 27px;
}

.insight-header-menu li {
  margin-bottom: 0;
  margin-right: 27px !important;
}

.insight-header-menu li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #35353E;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
}

.insight-header-menu li a:hover {
  color: #64B3AA;
}

.insight-header-menu li:last-child {
  margin-right: 0 !important;
}

@media all and (max-width: 1010px) {
  .insight-header-menu {
    display: none;
  }
}

header svg {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff !important;
  -webkit-box-shadow: 0 0.0325em 0.3em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.0325em 0.3em rgba(0, 0, 0, 0.1);
  z-index: 100;
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes slide {
  0% {
    opacity: .1;
  }
  15% {
    opacity: .2;
  }
  25% {
    opacity: .4;
  }
  35% {
    opacity: .6;
  }
  50% {
    opacity: .7;
  }
  75% {
    opacity: .9;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide {
  0% {
    opacity: .1;
  }
  15% {
    opacity: .2;
  }
  25% {
    opacity: .4;
  }
  35% {
    opacity: .6;
  }
  50% {
    opacity: .7;
  }
  75% {
    opacity: .9;
  }
  100% {
    opacity: 1;
  }
}

/* The Overlay (background) */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 0;
  background-color: #35353e;
  background-image: url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  overflow-x: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.overlay-header {
  padding: 20px 10%;
}

@media (max-width: 599px) {
  .overlay-header {
    padding: 20px 6%;
  }
}

.overlay_logo {
  position: absolute;
  left: 15%;
  top: 5%;
}

#menu-header-overlay {
  line-height: 60px;
}

/* Position the content inside the overlay */
.overlay-content {
  width: 100%;
  text-align: left;
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
  padding: 20px 10%;
}

@media (max-width: 599px) {
  .overlay-content {
    padding: 20px 6% !important;
  }
}

.overlay-content .material-icons {
  font-size: 38px;
  line-height: .5;
}

#menu-menu-overlay-submenu a:hover {
  color: white;
  text-decoration: underline;
}

.overflow-sub-content {
  padding: 80px 10%;
}

@media (max-width: 599px) {
  .overflow-sub-content {
    padding: 0px 6%;
  }
}

.overflow-sub-content p {
  margin-bottom: 5px;
}

.overflow-sub-content * {
  color: white;
}

.overflow-sub-content i {
  margin-right: 20px;
  font-size: 18px;
}

.overflow-sub-content ul {
  list-style-type: none;
  padding: 0;
}

.overflow-sub-content li a {
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-text-decoration-color: #35353e !important;
          text-decoration-color: #35353e !important;
}

.overflow-sub-content li a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: white !important;
          text-decoration-color: white !important;
}

.overflow-sub-content a {
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-text-decoration-color: #35353e !important;
          text-decoration-color: #35353e !important;
}

.overflow-sub-content a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: white !important;
          text-decoration-color: white !important;
}

.overflow-sub-content p a {
  font-size: 18px;
  font-weight: 300;
}

.sub-content-col {
  margin-bottom: 30px;
}

/* The navigation links inside the overlay */
.overlay a {
  text-decoration: none;
  font-size: 36px;
  color: white;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: #fdc62a;
}

.sub-content-col a:hover {
  text-decoration: underline;
  color: white;
}

.closebtn svg {
  fill: white;
}

.closebtn svg:hover {
  fill: #fdc62a;
}

.overlay .closebtn i {
  color: white;
}

.overlay .closebtn i:hover {
  color: #fdc62a;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
}

.overlay-content li {
  list-style-type: none;
}

.overlay-content li:hover {
  color: #fdc62a;
}

.iconSVG,
.textSVG {
  vertical-align: middle;
  display: inline-block;
}

.iconSVG {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.iconSVGfooter,
.textSVGfooter {
  vertical-align: middle;
  display: inline-block;
}

.textSVGfooter a {
  font-size: 18px;
  text-decoration: underline;
}

.iconSVGfooter {
  margin-right: 10px;
  margin-bottom: 10px;
}

.iconSVGmail,
.textSVGmail {
  vertical-align: middle;
  display: inline-block;
}

.iconSVGmail {
  margin-right: 20px;
}

.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(20%, #ffeebe));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #ffeebe 20%);
}

.highlight::after {
  content: '\0020';
  white-space: pre;
}

.highlight-dark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(20%, #726137));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #726137 20%);
}

.highlight-dark::after {
  content: '\0020';
  white-space: pre;
}

/*
|--------------------------------------------------------------------------
| _contact.scss
|--------------------------------------------------------------------------
|
| All styles related to the contact page are stored here.
|
*/
/* Contact Icon bar */
#contactIconBar {
  padding: 40px 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 62, 0.5)), to(rgba(53, 53, 62, 0.5))), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background: linear-gradient(rgba(53, 53, 62, 0.5), rgba(53, 53, 62, 0.5)), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background-color: #35353e;
}

@media (max-width: 599px) {
  #contactIconBar {
    padding: 40px 6%;
  }
}

#contactIconBar * {
  color: white;
}

#contactIconBar h6 {
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 599px) {
  #contactIconBar h6 {
    font-size: 18px;
  }
}

#contactIconBar svg {
  margin-bottom: 20px;
}

/* Book Appointment */
#bookAppointment {
  padding: 40px 10%;
  background-color: #fcfaf9;
}

@media (max-width: 599px) {
  #bookAppointment {
    padding: 40px 6%;
  }
}

#bookAppointment h2 {
  font-size: 46px;
}

@media (max-width: 599px) {
  #bookAppointment h2 {
    font-size: 35px;
  }
}

#bookAppointment p {
  font-size: 18px;
}

.calendly-inline-widget {
  height: 840px !important;
  overflow: hidden;
}

@media all and (max-width: 1335px) {
  .calendly-inline-widget {
    height: 880px !important;
  }
}

@media all and (max-width: 1253px) {
  .calendly-inline-widget {
    height: 900px !important;
  }
}

@media all and (max-width: 991px) {
  .calendly-inline-widget {
    height: 840px !important;
  }
}

@media all and (max-width: 845px) {
  .calendly-inline-widget {
    height: 920px !important;
  }
}

@media all and (max-width: 829px) {
  .calendly-inline-widget {
    height: 905px !important;
  }
}

@media all and (max-width: 500px) {
  .calendly-inline-widget {
    height: 960px !important;
  }
}

.Wrapper__cls1___2LpwQ.Wrapper__media-tablet-up___1cMla {
  margin-top: 0 !important;
}

/* Send Message */
#sendMessage {
  padding: 40px 10%;
  background-color: white;
}

@media (max-width: 599px) {
  #sendMessage {
    padding: 40px 6%;
  }
}

#sendMessage .col-lg-4 h2 {
  font-size: 46px;
}

@media (max-width: 599px) {
  #sendMessage .col-lg-4 h2 {
    font-size: 35px !important;
  }
}

#sendMessage .col-lg-4 p {
  font-size: 18px;
}

#sendMessage label {
  margin-bottom: 0;
  font-size: 13px;
}

.contact-text p {
  font-size: 12px !important;
}

#sendMessage input:not(.contactBtnSubmit) {
  padding: 30px 20px;
}

#sendMessage textarea {
  padding: 20px 20px;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: #fdc62a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 197, 42, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(253, 197, 42, 0.25);
}

#sendMessage input::-webkit-input-placeholder,
#sendMessage textarea::-webkit-input-placeholder {
  color: #c8c8d5;
}

#sendMessage input:-ms-input-placeholder,
#sendMessage textarea:-ms-input-placeholder {
  color: #c8c8d5;
}

#sendMessage input::-ms-input-placeholder,
#sendMessage textarea::-ms-input-placeholder {
  color: #c8c8d5;
}

#sendMessage input::placeholder,
#sendMessage textarea::placeholder {
  color: #c8c8d5;
}

#sendMessage a {
  color: #35353e;
  text-decoration: underline;
}

/* Locations */
#locations {
  padding: 40px 10%;
  background-color: #fcfaf9;
}

@media (max-width: 599px) {
  #locations {
    padding: 40px 6%;
  }
}

#locations h6 {
  font-size: 18px;
  margin-top: 5%;
}

#locations h3 {
  font-size: 30px;
  font-weight: 300;
}

@media (max-width: 599px) {
  #locations h3 {
    font-size: 25px;
  }
}

#locations .row {
  margin-bottom: 20px;
}

/* Google Maps */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

#locations .col-lg-4 {
  margin-top: auto;
  margin-bottom: auto;
}

.form-padding input {
  padding: 30px 20px !important;
}

.form-padding textarea {
  padding: 30px 20px !important;
}

.form-padding select {
  height: 62px !important;
}

.insight-contact-form .insight-form input {
  background-color: #FCFAF9 !important;
}

.insight-contact-form .insight-form textarea {
  background-color: #FCFAF9 !important;
}

.insight-contact-form .insight-form select {
  background-color: #FCFAF9 !important;
  color: #6d6d6d !important;
}

.insight-job-app-form .insight-form input {
  background-color: #FCFAF9 !important;
}

.insight-job-app-form .insight-form textarea {
  background-color: #FCFAF9 !important;
}

#contactdetails {
  padding: 40px 10%;
  background-color: white;
}

#contactdetails h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#contactdetails .insight-list-address {
  list-style-type: none;
  font-size: 20px;
  padding: 0;
  margin: 0;
}

#contactdetails .insight-list-address li {
  margin: 0;
  padding: 0;
}

#contactdetails .insight-list-address a {
  text-decoration: none;
}

#contactdetails .insight-social-icons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contactdetails .insight-social-icons a {
  text-decoration: none;
}

#contactdetails .insight-social-icons li {
  margin-right: 15px;
  margin-bottom: 0;
}

#contactdetails .insight-social-icons i {
  font-size: 20px;
}

.insight-about-img-card {
  width: 163px;
  height: 163px;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.insight-about-img-card img {
  width: 163px;
  height: 163px;
  -o-object-fit: contain;
     object-fit: contain;
}

.insight-about-img-card .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fcfaf9;
}

.insight-about-img-card:hover .img-top {
  display: inline;
}

.insight-white {
  background-color: #FFF;
}

.insight-white .card {
  background-color: #FFF;
}

.insight-dim {
  background-color: #FCFAF9;
}

.insight-dim .card {
  background-color: #FCFAF9;
}

.bullet_points {
  background-color: #FCFAF9;
  padding: 40px 10%;
}

.bullet_points h2 {
  font-size: 46px;
  margin-bottom: 40px;
}

.bullet_points .point-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bullet_points .point-block .point-circle {
  border-radius: 100%;
  background-color: #fdc62a;
  width: 13px;
  height: 13px;
  margin-top: 4px;
}

.bullet_points .point-block span {
  font-weight: bold;
}

.insight-forms {
  background-color: #FFF;
  padding: 40px 10%;
}

.insight-forms h2 {
  font-size: 46px;
  margin-bottom: 40px;
}

.insight-process {
  background-color: #FCFAF9;
  padding: 40px 10%;
}

@media all and (max-width: 599px) {
  .insight-process {
    padding: 40px 6%;
  }
}

.insight-process h2 {
  font-size: 46px;
  margin-bottom: 50px;
}

.insight-process .steps {
  padding-left: 85px;
  padding-bottom: 40px !important;
  margin-left: 27px;
  border-left: 2px solid #35353e;
  background-position: left;
  background-size: 5px 16px;
  background-repeat: repeat-y;
}

.insight-process .steps h3 {
  font-size: 29px;
  margin-bottom: 19px;
}

@media all and (max-width: 991px) {
  .insight-process .steps {
    padding-left: 40px;
    margin-left: 20px;
  }
}

.insight-process .steps-container .steps-column:last-child .steps {
  background: none;
  padding-bottom: 0;
  border-left: 0;
}

.insight-process .icon-steps {
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: #FDC62A;
  margin-top: -2px;
  border-radius: 100%;
}

@media all and (max-width: 991px) {
  .insight-process .icon-steps {
    width: 39px;
    height: 39px;
  }
}

.insight-process .steps-bubble {
  position: relative;
  background-color: #FFF;
  padding: 35px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(65, 64, 57, 0.05);
          box-shadow: 0 0.5rem 1rem rgba(65, 64, 57, 0.05);
}

.insight-process .steps-bubble:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 12px solid #FFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -20px;
  top: 20px;
}

@media all and (max-width: 991px) {
  .insight-process .steps-bubble:before {
    top: 10px;
  }
}

.insight-process .steps-bubble:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -18px;
  top: 20px;
}

@media all and (max-width: 991px) {
  .insight-process .steps-bubble:after {
    top: 10px;
  }
}

.columns_and_bulleted_features {
  background-color: #FCFAF9;
  padding: 40px 10%;
}

.columns_and_bulleted_features h2 {
  font-size: 46px;
  margin-bottom: 50px;
}

.columns_and_bulleted_features .standfirst {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
}

.columns_and_bulleted_features .bullet-box {
  background-color: #FFF;
  padding: 35px;
}

.columns_and_bulleted_features .bullet-box h3 {
  margin-bottom: 20px;
  font-size: 30px;
}

.columns_and_bulleted_features .bullet-box ul {
  padding-left: 25px;
  margin: 0;
}

.columns_and_bulleted_features .bullet-box ul li {
  font-size: 17px;
  margin-bottom: 4px;
}

.insight-columns-and-text {
  background-color: #FCFAF9;
  padding: 40px 10%;
}

.insight-columns-and-text h2 {
  font-size: 46px;
  margin-bottom: 50px;
}

.insight-columns-and-text .standfirst {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
}

.insight-columns-and-text .features h3 {
  font-size: 30px;
}

#anchor-links {
  padding: 40px 10%;
}

#anchor-links ul {
  margin: 0;
}

#anchor-links ul li {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 0;
  letter-spacing: 1.7px;
}

.keywords {
  padding: 40px 10%;
}

.keywords ul {
  margin: 0;
}

.keywords ul li {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 0;
  letter-spacing: 1.7px;
}

.insight-columns {
  padding: 40px 10%;
}

.insight-columns h2 {
  font-size: 46px;
  margin-bottom: 50px;
}

.insight-columns .standfirst {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
}

.bullet-points-section-alt {
  padding: 40px 10%;
}

.bullet-points-section-alt h2 {
  font-size: 46px;
  margin-bottom: 50px;
}

.bullet-points-section-alt .standfirst {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
}

.bullet-points-section-alt .point-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bullet-points-section-alt .point-block .point-circle {
  border-radius: 100%;
  background-color: #fdc62a;
  width: 13px;
  height: 13px;
  margin-top: 4px;
}

.bullet-points-section-alt .point-block p {
  margin: 0;
}

.bullet-points-section-alt .point-block span {
  font-weight: bold;
}

.image-and-text-2 {
  padding: 40px 10%;
}

.image-and-text-2 h2 {
  font-size: 46px;
  margin-bottom: 50px;
}

.image-and-text-2 .standfirst {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
}

.insight-features {
  padding: 40px 10%;
}

.insight-features h3 {
  font-size: 30px;
}

.highlight-section {
  padding: 40px 10%;
}

.highlight-section h2 {
  font-size: 46px;
  margin-bottom: 50px;
}

.highlight-section h3 {
  margin-bottom: 20px;
}

.highlight-section .highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(20%, #ffeebe));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #ffeebe 20%);
}

.bullet-point-section {
  padding: 40px 10%;
}

.bullet-point-section h2 {
  font-size: 46px;
  margin-bottom: 50px;
}

.bullet-point-section .standfirst {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
}

.bullet-point-section .point-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bullet-point-section .point-block .point-circle {
  border-radius: 100%;
  background-color: #fdc62a;
  width: 13px;
  height: 13px;
  margin-top: 4px;
}

.bullet-point-section .point-block p {
  margin: 0;
}

.bullet-point-section .point-block span {
  font-weight: bold;
}

.relatd-case-studies {
  padding: 40px 10%;
}

.relatd-case-studies h2 {
  font-size: 46px;
  margin-bottom: 50px;
}

.page-template-landing-page .questionMark:before {
  content: ".";
  position: absolute;
  color: #fdc62a;
  left: 2px;
  font-size: 90px;
  top: -30px;
  bottom: -50;
}

.insight-box {
  background-color: #FFF;
  border: 1px solid #f1f1f1;
  padding: 35px;
  height: 100%;
}

.insight-call-to-action {
  padding: 50px 10%;
  background-color: #fdc62a;
}

.insight-call-to-action h2 {
  font-size: 46px;
  margin-bottom: 20px;
  font-weight: 400;
}

.insight-related-services {
  padding: 50px 10%;
}

.insight-related-services h2 {
  font-size: 46px;
  margin-bottom: 40px;
  font-weight: 300;
}

.insight-related-services .related-box {
  background-color: #FFF;
  border: 1px solid #f1f1f1;
  padding: 35px 35px 85px 35px;
  height: 100%;
}

.insight-related-services .related-box h3 {
  font-size: 30px;
  margin-bottom: 1rem;
}

.insight-related-services .related-box .related-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 45px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.insight-prices {
  padding: 50px 10%;
}

.insight-prices h2 {
  font-size: 46px;
  margin-bottom: 60px;
  font-weight: 300;
}

.insight-prices .insight-disclaimer {
  margin-top: 1.5rem;
}

.insight-prices .insight-disclaimer p {
  font-size: 16px;
}

.insight-prices .insight-price-block {
  background-color: #fff;
  margin-bottom: .5rem;
  border: 1px solid #f1f1f1 !important;
}

.insight-prices .insight-price-block .insight-price-block--title {
  padding: 25px 30px !important;
}

.insight-prices .insight-price-block .insight-price-block--title .insight-price-block--title_main {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.insight-prices .insight-price-block .insight-price-block--title .insight-price {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.insight-prices .insight-accordion-icon {
  border-radius: 30px;
  background-color: #fdc62a;
  width: 25px;
  height: 25px;
}

.insight-prices .insight-accordion-icon i {
  color: #fff;
}

.insight-prices .insight-price-block--description {
  padding: 5px 30px 30px !important;
}

.insight-prices .insight-price-block--description .insight-price-table {
  padding-top: 1rem;
}

.insight-prices .insight-price-block--description h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
}

.insight-prices .insight-price-block--description .pricing-table {
  border-bottom: 2px solid #f1f1f1;
}

.insight-prices .insight-price-block--description .pricing-table .pricing-row {
  border-bottom: 2px solid #ebebeb;
  padding: 1rem 0;
}

@media all and (max-width: 1000px) {
  .insight-prices .insight-price-block--description .pricing-table .pricing-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.insight-prices .insight-price-block--description .pricing-table .pricing-row p {
  margin-bottom: 0;
}

.insight-prices .insight-price-block--description .pricing-table .pricing-row .pricing-table--price {
  font-weight: bold;
}

.insight-prices .insight-price-block--description .pricing-table:last-child {
  border-bottom: 0;
}

@media all and (max-width: 1200px) {
  .insight-prices .price-desktop {
    display: none;
  }
}

.insight-prices .price-mobile {
  display: none;
}

@media all and (max-width: 1200px) {
  .insight-prices .price-mobile {
    display: block;
    margin-top: 5px;
  }
}

.insight-content-block {
  padding: 50px 10%;
}

.insight-mega-p {
  font-size: 17px;
  color: white;
}

.mega-block-title {
  font-weight: lighter !important;
  letter-spacing: 1.4px;
  margin-bottom: .5rem !important;
}

#menu-website-links-mega-menu, #menu-marketing-links-mega-menu {
  padding-left: 1.3rem;
}

#menu-website-links-mega-menu li a, #menu-marketing-links-mega-menu li a {
  color: white;
  font-size: 17px;
  text-decoration: none;
  -webkit-transition: unset;
  transition: unset;
}

#menu-website-links-mega-menu li a:hover, #menu-marketing-links-mega-menu li a:hover {
  color: #64B3AA;
  text-decoration: none;
}

#menu-website-links-mega-menu li ::before, #menu-marketing-links-mega-menu li ::before {
  content: "\2022" !important;
  color: #FDC62A !important;
  font-weight: bolder !important;
  display: inline-block !important;
  width: 1em !important;
  margin-left: -1.5rem !important;
  position: absolute !important;
  margin-top: -10px !important;
  font-size: 27px !important;
}

.insight-mega-links {
  padding-left: 1.3rem;
}

.insight-mega-links li a {
  color: white;
  font-size: 17px;
  text-decoration: none;
  -webkit-transition: unset;
  transition: unset;
}

.insight-mega-links li ::before {
  content: "\2022" !important;
  color: #FDC62A !important;
  font-weight: bolder !important;
  display: inline-block !important;
  width: 1em !important;
  margin-left: -1.5rem !important;
  position: absolute !important;
  margin-top: -10px !important;
  font-size: 27px !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  line-height: 37px !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
  letter-spacing: 1.4px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-1372.mega-menu-megamenu > ul.mega-sub-menu {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 62, 0.5)), to(rgba(53, 53, 62, 0.5))), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg") !important;
  background: linear-gradient(rgba(53, 53, 62, 0.5), rgba(53, 53, 62, 0.5)), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg") !important;
  background-color: #35353e !important;
}

.insight-mega-heading {
  font-weight: lighter !important;
  letter-spacing: 1.4px;
  margin-bottom: .5rem !important;
  font-size: 16px !important;
  text-transform: uppercase;
  color: white;
}

.insight-mega-heading:hover {
  color: #64B3AA;
}

.insight-mega-heading-link {
  text-decoration: none;
  -webkit-transition: unset;
  transition: unset;
}

.insight-mega-heading-link:hover {
  color: #64B3AA !important;
  text-decoration: none;
}

.reviews-p {
  max-width: 800px;
  margin: 0 auto;
}

.review-text-box ol li {
  font-size: 20px;
}

#reviews-template {
  padding: 25px 10%;
  background-color: white;
}

.reviews-link {
  text-decoration: none;
}

.reviews-link:hover {
  text-decoration: none;
}

#csr_aboutcontainer {
  padding: 40px 10% 19px 10%;
}

@media (max-width: 1199.98px) {
  #csr_aboutcontainer {
    padding: 40px 10% 0px 10%;
  }
}

@media (max-width: 991.99px) {
  #csr_aboutcontainer {
    padding: 40px 10% 19px 10%;
  }
}

#csr_aboutcontainer h2 {
  margin-bottom: 1.6rem;
}

@media (max-width: 767.99px) {
  #csr_aboutcontainer h2 {
    font-size: 40px;
  }
}

#csr_aboutcontainer h3 {
  margin-bottom: 1.5rem;
}

@media (max-width: 767.99px) {
  #csr_aboutcontainer h3 {
    font-size: 1.563rem;
  }
}

#csr_aboutcontainer h3 span {
  line-height: 1.4 !important;
}

#csr_aboutcontainer p {
  font-weight: 400;
}

#csr_aboutcontainer p:nth-child(5) {
  margin-bottom: 0rem;
}

@media (max-width: 1199.98px) {
  #csr_aboutcontainer p:nth-child(5) {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.99px) {
  #csr_aboutcontainer p {
    font-size: 18px;
  }
}

#csr_aboutcontainer img {
  float: right;
  width: 100%;
}

@media (max-width: 991.99px) {
  #csr_aboutcontainer img {
    margin-top: 14px;
    float: left;
  }
}

@media (max-width: 767.99px) {
  #csr_aboutcontainer img {
    width: 100%;
  }
}

@media (max-width: 575.99px) {
  #csr_aboutcontainer img {
    width: 100%;
  }
}

.csrprojects_container {
  padding: 50px 10% 21px 10%;
}

.csrprojects_container .card {
  border: none;
  outline: none;
  border-radius: 0px !important;
}

@media (max-width: 991.99px) {
  .csrprojects_container .card {
    padding-bottom: 10px;
  }
}

.csrprojects_container button {
  background: #FDC62A;
  width: 100%;
  text-align: left;
  border-radius: 0px;
  padding-top: 30px;
  padding-bottom: 25px;
  font-size: 24px;
  border: none;
  color: #35353E;
  padding-left: 25px;
  font-family: Muli, arial;
  font-weight: 400;
  outline: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media (max-width: 767.99px) {
  .csrprojects_container button {
    font-size: 18px;
    padding-top: 28px;
    padding-bottom: 25px;
  }
}

@media (max-width: 575.99px) {
  .csrprojects_container button {
    padding-top: 25px;
    font-size: 15px;
  }
}

.csrprojects_container button:hover {
  background: #35353e;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  color: #fff;
}

.csrprojects_container button:hover i {
  color: #fff;
}

.csrprojects_container button i {
  float: right;
  margin-right: 15px;
  margin-top: -5px;
  color: #35353E;
}

@media (max-width: 767.99px) {
  .csrprojects_container button i {
    margin-top: 2px;
  }
}

@media (max-width: 575.99px) {
  .csrprojects_container button i {
    margin-top: 7px;
  }
}

.csrprojects_container button i:hover {
  color: #35353E;
}

.csrprojects_container .content {
  border-bottom: 1px solid #FDC62A;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 991.99px) {
  .csrprojects_container .content {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 41px;
  }
}

.csrprojects_container .content .col-12,
.csrprojects_container .content .col-lg-8,
.csrprojects_container .content .col-lg-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.csrprojects_container .content:last-child {
  border-bottom: 0px solid #FDC62A;
}

.csrprojects_container .content h2 {
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 30px;
}

@media (max-width: 991.99px) {
  .csrprojects_container .content h2 {
    margin-bottom: 20px;
    margin-top: -12px;
  }
}

@media (max-width: 767.99px) {
  .csrprojects_container .content h2 {
    font-size: 35px;
  }
}

.csrprojects_container .content p {
  font-weight: 400;
  padding-right: 15px;
}

@media (max-width: 1199.98px) {
  .csrprojects_container .content p {
    padding-right: 25px;
  }
}

@media (max-width: 991.99px) {
  .csrprojects_container .content p {
    padding-right: 0px;
  }
}

@media (max-width: 767.99px) {
  .csrprojects_container .content p {
    font-size: 18px;
  }
}

.csrprojects_container .content p:last-child {
  margin-bottom: -5px;
}

.csrprojects_container .content img {
  float: right;
  width: 400px;
  height: 400px;
}

@media (max-width: 1199.98px) {
  .csrprojects_container .content img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 991.99px) {
  .csrprojects_container .content img {
    float: left;
    margin-top: 27px;
    width: 75%;
  }
}

@media (max-width: 767.99px) {
  .csrprojects_container .content img {
    float: left;
    width: 100%;
  }
}

#quoteSection {
  padding: 69px 10% 52px 10%;
  background: #35353e;
  margin-top: 50px;
}

@media (max-width: 991.99px) {
  #quoteSection {
    padding: 69px 10% 49px 10%;
  }
}

#quoteSection em p {
  font-family: ivyjournal, arial;
  color: #fff;
  padding-left: 175px;
  text-align: justify;
  padding-top: 30px;
  margin-bottom: 30px;
  line-height: 39px;
  font-size: 25px;
  font-weight: 300;
}

@media (max-width: 991.99px) {
  #quoteSection em p {
    padding-top: 0px;
    padding-left: 0px;
    line-height: 30px;
    font-size: 22px;
    text-align: left;
  }
}

#quoteSection:before {
  content: url("/wp-content/uploads/2019/04/QuoteMarks.svg");
  position: absolute;
  opacity: 1;
}

@media (max-width: 991.99px) {
  #quoteSection:before {
    opacity: 0.15;
  }
}

#quoteSection span strong {
  font-weight: 800;
}

@media (max-width: 991.99px) {
  #quoteSection span strong {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

#csr_ourgoalscontainer {
  padding: 30px 10% 50px 10%;
  margin-top: 25px;
}

@media (max-width: 991.99px) {
  #csr_ourgoalscontainer {
    padding: 30px 10% 47px 10%;
  }
}

#csr_ourgoalscontainer h2 {
  margin-bottom: 1.5rem;
}

@media (max-width: 767.99px) {
  #csr_ourgoalscontainer h2 {
    font-size: 40px;
  }
}

#csr_ourgoalscontainer p {
  font-weight: 400;
}

@media (max-width: 767.99px) {
  #csr_ourgoalscontainer p {
    font-size: 18px;
  }
}

.our_csrgoals_container {
  padding: 60px 10% 39px 10%;
  background: #35353e;
  overflow: hidden;
  position: relative;
}

.our_csrgoals_container:before {
  content: url("/wp-content/uploads/2021/10/allfootprints.svg");
  position: absolute;
  right: 0;
  top: -40px;
  opacity: 1;
}

@media (max-width: 991.99px) {
  .our_csrgoals_container:before {
    opacity: 0.15;
  }
}

.our_csrgoals_container h2 {
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 767.99px) {
  .our_csrgoals_container h2 {
    font-size: 40px;
  }
}

.our_csrgoals_container h2 span {
  color: #fdc62a !important;
}

.our_csrgoals_container .csr_goal_content {
  margin-bottom: 15px;
}

.our_csrgoals_container .csr_goal_content .point-circle {
  border-radius: 100%;
  background-color: #fdc62a;
  width: 11px;
  height: 11px;
  margin-top: 4px;
}

.our_csrgoals_container .csr_goal_content p {
  color: #fff;
  font-weight: 400;
  margin-left: 10px;
}

@media (max-width: 767.99px) {
  .our_csrgoals_container .csr_goal_content p {
    font-size: 18px;
  }
}

.fade {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.insight-intro-block-bg-black {
  padding: 40px 10%;
  background-color: #35353e;
  background-image: url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
}

@media (max-width: 599px) {
  .insight-intro-block-bg-black {
    padding: 40px 6%;
  }
}

.insight-intro-block-bg-black h3 {
  color: #fcfaf9;
  font-size: 30px;
  font-weight: 400;
}

@media (max-width: 599px) {
  .insight-intro-block-bg-black h3 {
    font-size: 25px;
  }
}

.testimonial-block::before {
  content: url("/wp-content/uploads/2019/04/QuoteMarks.svg");
  position: absolute;
  opacity: 0.2;
}

.testimonial-wrapper {
  padding: 3rem 4rem;
}

.main-testimonial {
  margin-bottom: 1rem;
}

.main-testimonial p {
  font-size: 25px;
  font-family: ivyjournal, arial;
  line-height: 38px;
}

.testimonial-signature {
  margin-top: 1rem;
}

.testimonial-signature p {
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}

.testimonial-further-text p {
  font-size: 18px;
  font-weight: bold;
}

.testimonial-img {
  height: 100%;
  width: 100%;
}

.testimonial-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.testimonial-img-alt {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem;
}

.testimonial-cats {
  margin-bottom: 1rem;
  margin-left: 1.4rem;
}

.testimonial-cats p {
  font-size: 16px;
  font-weight: bold;
}

.insight-testimonials {
  padding: 40px 10%;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 62, 0.5)), to(rgba(53, 53, 62, 0.5))), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background: linear-gradient(rgba(53, 53, 62, 0.5), rgba(53, 53, 62, 0.5)), url("/wp-content/uploads/2019/04/DotsBackgroundTile.svg");
  background-color: #35353e;
}

.insight-testimonials blockquote {
  padding: 0 10%;
}

.insight-testimonials p {
  font-family: ivyjournal, arial;
  color: white;
  font-size: 25px;
  line-height: 38px;
  font-weight: 300;
}

@media all and (max-width: 480px) {
  .insight-testimonials p {
    line-height: 26px;
  }
}

.insight-testimonial-signature {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}

.insight-testimonial-signature li {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 20px;
  font-weight: bold;
}

.insight-testimonial-signature li::before {
  content: "―";
  color: #fff;
  position: absolute;
  left: 0;
}
/*# sourceMappingURL=custom.css.map */