/*!
 * Bootstrap Reboot v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*$primary: blue;
$secondary: grey;
$success: green;
$danger: red;
$warning: orange;
$info: aqua;
$light: lightgrey;
$dark: darkgrey;*/
:root {
  /* overriding globael colors set by Elementor that weren't working properly */
  --e-global-color-primary: #375477;
  --e-global-color-secondary: #2eb8e8;
  --e-global-color-accent: #8dcc2a;
}

a {
  color: #2eb8e8;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

a:hover, a:focus {
  color: #117a9f;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
}

h1 {
  font-weight: 700;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  background: #2eb8e8;
  color: #fff;
}

.btn:hover, .btn:focus {
  background: #1ABC9C;
  color: #fff;
}

.phoneside {
  margin: 0 0 20px 0;
  display: flex;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.phoneside a {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
}
.phoneside a:hover, .phoneside a:focus, .phoneside a:active {
  color: #fff;
  background: rgba(46, 184, 232, 0.8);
  text-decoration: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

.col {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 576px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md-6 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg-4 {
    width: 33.333%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
.header {
  background: #fff;
  border-bottom: thin solid #ddd;
}
.header__container {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header__toggle {
  width: 25px;
  display: flex;
  height: 20px;
  align-items: center;
}
.header__toggle span,
.header__toggle span:before,
.header__toggle span:after {
  border-radius: 1px;
  height: 2px;
  width: 25px;
  background-color: #375477;
  position: absolute;
  display: block;
  content: "";
}
.header__toggle span:before {
  bottom: -7px;
}
.header__toggle span:after {
  top: -7px;
}
.header__toggle:not(.collapsed) span {
  background: transparent;
}
.header__toggle:not(.collapsed) span:before {
  transform: rotate(45deg);
  bottom: 0;
}
.header__toggle:not(.collapsed) span:after {
  transform: rotate(-45deg);
  top: 0;
}
.header__toggle:hover {
  cursor: pointer;
}
.header__logo svg {
  max-width: 160px;
  height: auto;
}
.header__right {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.header__phoneicon {
  fill: #375477;
  align-items: center;
}
.header__phoneicon svg {
  width: 35px;
  height: 35px;
  transform: scaleX(-1);
}
.header__phonenumber {
  display: none;
}
.header__rs {
  display: none;
}
.header__menucontainer {
  display: none;
  z-index: 500;
}
.header__menucontainer.show {
  display: flex;
  position: absolute;
  background: #375477;
  width: 100%;
}
.header__menu {
  padding-left: 0;
}
.header__menu .menu-item a {
  padding: 15px;
  font-size: 0.9rem;
  display: flex;
  color: #fff;
  background: linear-gradient(180deg, #375477 0%, #375477 25%, #2eb8e8 50%, #2eb8e8 100%);
  background-size: 100% 400%;
  background-position-y: 0%;
  transition: all 0.4s ease;
}
.header__menu .menu-item a:hover {
  background-position-y: 40%;
}
.header__menu .menu-item a:active, .header__menu .menu-item a:focus {
  background-position-y: 100%;
}
.header__menu .current-menu-item a, .header__menu .current-menu-parent a,
.header__menu .current-menu-item a:hover, .header__menu .current-menu-parent a:hover,
.header__menu .current-menu-item a:focus, .header__menu .current-menu-parent a:focus,
.header__menu .current-menu-item a:visited, .header__menu .current-menu-parent a:visited {
  background: #2eb8e8;
  transition: none;
}

@media screen and (min-width: 576px) {
  .header__container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .header__container {
    max-width: 100%;
    padding: 20px 10px;
  }
  .header__toggle {
    display: none;
  }
  .header__rs {
    display: block;
    margin: 0 0 0 20px;
  }
  .header__menucontainer {
    display: flex;
    background: #375477;
  }
  .header__menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .header__menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #2eb8e8 0%, #375477 350%);
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header__menu .sub-menu a {
    background: none;
    transition: all 0.5s ease;
  }
  .header__menu .sub-menu .current-menu-item a {
    background: #2eb8e8;
  }
  .header__menu .current-menu-item .sub-menu, .header__menu .current-menu-parent .sub-menu {
    display: flex;
  }

  /*body.page-parent header,
body.page-child header {
    padding-bottom: 52px;
  }*/
}
@media screen and (min-width: 992px) {
  .header__container {
    max-width: 960px;
  }
  .header__phoneicon {
    display: none;
  }
  .header__phonenumber {
    display: block;
    font-size: 1.15rem;
    font-weight: 600;
  }
  .header__menu {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .header__container {
    max-width: 1140px;
  }
  .header__menu {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .header__container {
    max-width: 1280px;
  }
  .header__menu {
    max-width: 1280px;
  }
}
.contentheader {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 30px;
  margin: 30px auto;
}
.contentheader__breadcrumb {
  font-size: 12px;
}
.contentheader__title {
  margin-bottom: 0;
}
.contentheader__strapline {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px 0;
}
.contentheader__interact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.contentheader__item {
  margin-right: 8px;
}
.contentheader__phone {
  fill: #375477;
}
.contentheader__phone svg {
  transform: scaleX(-1);
}
.contentheader__email {
  fill: #2eb8e8;
}
.contentheader__facebook {
  fill: #4267B2;
}
.contentheader__linkedin {
  fill: #2867B2;
}
.contentheader__newsletter {
  padding-left: 8px;
  border-left: thin solid #ddd;
  fill: #375477;
}
.contentheader__newsletter span {
  font-size: 12px;
  color: #375477;
}
.contentheader__newsletter span.long {
  display: none;
}

@media screen and (min-width: 768px) {
  .contentheader {
    margin: 50px auto;
  }
  .contentheader__newsletter span.long {
    display: inline-block;
  }
  .contentheader__newsletter span.short {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .contentheader {
    max-width: 960px;
  }
}
body.home .contentheader__breadcrumb {
  display: none;
}

.contentmain {
  padding: 0 30px;
}
.contentmain h2, .contentmain h3, .contentmain h4, .contentmain h5, .contentmain h6 {
  margin-top: 30px;
}

.blockcontent h1, .blockcontent h2, .blockcontent h3, .blockcontent h4, .blockcontent h5, .blockcontent h6 {
  position: relative;
  margin-bottom: 30px;
}
.blockcontent h1:after,
.blockcontent h2:after,
.blockcontent h3:after,
.blockcontent h4:after,
.blockcontent h5:after,
.blockcontent h6:after {
  position: absolute;
  height: 3px;
  width: 25%;
  background: #bbaa86;
  content: "";
  left: 0;
  bottom: -12px;
}
.blockcontent a {
  color: #bbaa86;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .contentmain {
    max-width: 960px;
  }
  .contentmain h2, .contentmain h3, .contentmain h4, .contentmain h5, .contentmain h6 {
    margin-top: 50px;
  }
}
.customersure__banner {
  /*background: red;
  -webkit-mask-image: url('../images/bean.svg');
  mask-image: url('../images/bean.svg');*/
  background-size: contain;
  padding: 9vh 30px;
  text-align: center;
  color: #375477;
  position: relative;
  transition: all 0.15s ease-in-out;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
}
.customersure__banner:before {
  background: url("../images/bean.svg") center center no-repeat;
  filter: brightness(100) blur(0) opacity(0.5);
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 5%;
  z-index: -1;
  transition: all 0.5s ease;
  -webkit-transition: -webkit-filter all 0.5s ease;
}
.customersure__banner:after {
  background: url("../images/pebble.svg") center center no-repeat;
  filter: brightness(2.2) blur(0) opacity(1) hue-rotate(210deg) grayscale(0) opacity(1);
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: -2;
  left: -5%;
  transition: all 0.5s ease;
  -webkit-transition: -webkit-filter all 0.5s ease;
}
.customersure__stars {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.customersure__star {
  float: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 21px;
  margin-left: 0px;
}
.customersure__star svg {
  margin: 0;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
  fill: #bbaa86;
}
.customersure div.reviews {
  padding: 4px 0 0 0;
  margin: 0 0 0 5px;
  transition: all 0.3s ease;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  float: none;
  display: flex;
  flex-direction: column;
  position: relative;
}
.customersure div.reviews span.small {
  font-size: 65%;
  letter-spacing: 0rem;
  font-weight: 200;
}
.customersure div.reviews span.small a {
  color: #fff;
}

.customersure__banner:hover {
  color: #375477;
}
.customersure__banner:hover .customersure__star svg {
  fill: #ffd200;
  transition: all 0.15s ease-in-out;
}
.customersure__banner:hover .customersure__star-2 svg {
  transition-delay: 0.1s;
}
.customersure__banner:hover .customersure__star-3 svg {
  transition-delay: 0.2s;
}
.customersure__banner:hover .customersure__star-4 svg {
  transition-delay: 0.3s;
}
.customersure__banner:hover .customersure__star-5 svg {
  transition-delay: 0.4s;
}
.customersure__banner:hover div.reviews span {
  background: transparent;
}
.customersure__banner:hover:before {
  filter: brightness(1.25) blur(0) opacity(1) hue-rotate(210deg) grayscale(0.3);
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: -webkit-filter all 0.5s ease;
}
.customersure__banner:hover:after {
  filter: brightness(100) blur(0) opacity(0.5);
  z-index: -1;
  left: 0;
  background-size: contain;
  transition: all 0.5s ease;
  -webkit-transition: -webkit-filter all 0.5s ease;
}

.featuredimage {
  margin-bottom: 30px;
}
.featuredimage img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .featuredimage {
    margin-bottom: 50px;
  }
}
.quote {
  font-family: Georgia, "Times New Roman", Times, serif;
  display: inline-block;
  transition: all 0.3s ease;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #fff;
  width: 100%;
}
.quote--content {
  font-size: 22px;
  line-height: 27px;
  font-style: italic;
}
.quote--author {
  font-size: 16px;
  color: #2eb8e8;
  display: block;
  font-style: normal;
}

#tiw {
  display: flex;
  border-top: thin solid #fff;
  background: #fff;
  margin-top: 140px;
  /* The Transcendit way page */
}
#tiw #tiw__container {
  float: left;
  width: 100%;
  position: relative;
}
#tiw #show-hide-tiw {
  position: absolute;
  top: -13px;
  right: 20px;
  z-index: 250;
  /* TIW tog */
}
#tiw #show-hide-tiw .tog {
  float: left;
  margin-left: 20px;
  height: 40px;
}
#tiw #show-hide-tiw .tog a, #tiw #show-hide-tiw .tog a:before, #tiw #show-hide-tiw .tog a:after {
  cursor: default;
  z-index: 1;
  position: relative;
  border-bottom: 0;
  float: left;
  height: 29px;
  margin: 2px 0 0 0;
  padding: 0 20px 0 0;
  border-radius: 0 0 5px 5px;
  background: #2eb8e8;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
#tiw #show-hide-tiw .tog a:before {
  content: "";
  position: absolute;
  left: -15px;
  z-index: -1;
  transform: skewX(-160deg);
  border-right: 0;
  margin: 0;
  padding: 0;
  width: 30px;
  border-radius: 0 0 5px 5px;
}
#tiw #show-hide-tiw .tog a:after {
  content: "";
  position: absolute;
  right: -7px;
  z-index: -2;
  transform: skewX(-20deg);
  border-right: 0;
  margin: 0;
  padding: 0;
  width: 30px;
  border-radius: 0 0 5px 5px;
  top: 0;
}
#tiw #show-hide-tiw .tog a span {
  display: inline-block;
  line-height: 30px;
}
#tiw #show-hide-tiw .tog a span:first-child {
  margin-right: 8px;
}
#tiw #show-hide-tiw .tog a:hover, #tiw #show-hide-tiw .tog a:hover:before, #tiw #show-hide-tiw .tog a:hover:after {
  background: #8dcc2a;
  color: #fff;
}
#tiw #show-hide-tiw .tog span.behind {
  height: 10px;
  width: 100%;
  transform: skewX(-20deg);
  background: #070a0e;
  position: absolute;
  left: -2px;
  top: 2px;
}
#tiw #show-hide-tiw .tog span.behind:after {
  content: "";
  height: 10px;
  width: 20px;
  transform: skewX(-140deg);
  background: #070a0e;
  position: absolute;
  right: -17px;
  left: auto;
}
#tiw #show-hide-tiw .tiw-toggle {
  width: 12px;
  height: 12px;
  cursor: pointer;
  top: 8px;
  position: absolute;
  right: 6px;
  line-height: 12px;
  -webkit-animation: rotus 2s infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: rotus 2s infinite;
}
#tiw #show-hide-tiw .tiw-toggle span, #tiw #show-hide-tiw .tiw-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 12px;
  top: 5px;
  background-color: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#tiw #show-hide-tiw .tiw-toggle span:before {
  transform: rotate(0deg);
  top: 0px;
}
@-webkit-keyframes rotus {
  0% {
    -webkit-transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes rotus {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
#tiw #show-hide-tiw.collapsed .tiw-toggle span:before {
  transform: rotate(90deg);
}
#tiw #transcenditway {
  float: left;
  width: 100%;
  padding: 60px 30px;
  list-style: none;
  font-weight: 300;
}
#tiw #transcenditway h2 {
  margin: 0 0 50px 0;
  font-weight: 500;
}
#tiw #transcenditway.collapse {
  padding: 0 30px;
}
#tiw #transcenditway.collapse.show {
  padding: 60px 30px;
}

.footertestimonials {
  padding: 100px 0;
  background: #375477;
  color: #fff;
}
.footertestimonials__container {
  max-width: 880px;
  padding: 0 30px;
}
.footertestimonials__cscontainer {
  display: flex;
  flex-direction: inline;
  flex-wrap: wrap;
}
.footertestimonials__cscontainer .customersure__stars {
  margin: 0 10px 0 0;
}
.footertestimonials__cscontainer .customersurefooter__reviews {
  font-size: 12px;
  margin: 7px 0 0 0;
}

@media screen and (min-width: 992px) {
  .footertestimonials {
    padding: 200px 0;
  }
}
.footeraddresses {
  padding: 100px 0;
}
.footeraddresses__container {
  padding: 0 30px;
}
.footeraddresses__block {
  margin: 0 0 30px 0;
}
.footeraddresses__block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footeraddresses__block ul li {
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  .footeraddresses__container {
    max-width: 960px;
  }
}
.footerchuf {
  background: #fff;
  padding: 50px 0;
  color: #d2525f;
  position: relative;
}
.footerchuf__container {
  padding: 0 30px;
}
.footerchuf__icon {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -40px;
}
.footerchuf__icon svg {
  margin: 0;
  width: 80px;
  height: 80px;
  fill: #d2525f;
  transform: rotate(-12deg);
  -webkit-animation: heartbeat 1s infinite;
  animation: heartbeat 1s infinite;
}
.footerchuf__community {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerchuf__community a {
  color: #d2525f;
  border-bottom: thin dotted #d2525f;
}
.footerchuf__community a:hover, .footerchuf__community a:focus {
  border-bottom: thin solid #d2525f;
}
.footerchuf__community span {
  margin: 0 30px 0 0;
}
.footerchuf__community img {
  max-height: 70px;
}

@-webkit-keyframes heartbeat {
  0% {
    width: 80px;
    height: 80px;
    fill: #d2525f;
  }
  10% {
    width: 85px;
    height: 85px;
  }
  100% {
    width: 80px;
    height: 80px;
  }
}

@keyframes heartbeat {
  0% {
    width: 80px;
    height: 80px;
    fill: #d2525f;
  }
  10% {
    width: 85px;
    height: 85px;
  }
  100% {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 576px) {
  .footerchuf__community {
    font-size: 18px;
  }
  .footerchuf__community img {
    max-height: 100px;
  }
}
.footerpartners {
  background: #f9f9f9;
  padding: 50px 0;
}
.footerpartners__container {
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 120px));
  grid-gap: 5px;
  justify-content: space-between;
  align-items: center;
}
.footerpartners__logo {
  mix-blend-mode: multiply;
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: all 0.15s ease-in-out;
}
.footerpartners__logo:hover {
  filter: grayscale(0);
}

.footersmall {
  background: #375477;
  padding: 50px 0;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
}
.footersmall__container {
  padding: 0 30px;
}
.footersmall__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footersmall__nav li {
  display: inline-flex;
  padding: 0 5px 0 0;
  margin: 0 5px 0 0;
  position: relative;
}
.footersmall__nav li:after {
  content: "|";
  right: -5px;
  position: absolute;
}
.footersmall__nav li:last-of-type:after {
  content: "";
}
.footersmall__nav a {
  color: #fff;
}

#customersure_frame {
  height: 370px !important;
  border: none;
}

body {
  color: #375477;
  height: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: url("../images/grey-bg.jpg") repeat;
}

.collapse {
  height: 0;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}

.collapse.show {
  height: auto;
}

.contentaccordion .elementor-accordion .elementor-accordion-item {
  padding: 0 0 20px 0;
}
.contentaccordion .elementor-accordion .elementor-tab-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  font-weight: 500;
}

.jumbotron {
  background: #375477;
  color: #fff;
  text-align: center;
  padding: 48px 40px;
}
.jumbotron p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0;
}
.jumbotron a {
  color: #fff;
  font-weight: 700;
}

.feedback-loop p:last-child {
  margin-bottom: 0;
}

.subnav {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.subnav li a {
  padding: 5px 10px;
  border-left: 5px solid #8ad7f2;
  display: block;
  margin-bottom: 2px;
  background: rgba(255, 255, 255, 0);
  font-size: 15px;
  transition: all 0.3s ease !important;
  color: #2eb8e8;
}
.subnav li a:hover, .subnav li a:focus {
  background: rgba(255, 255, 255, 0.5);
  border-left: 5px solid #2eb8e8;
}
.subnav li a.elementor-item-active {
  background: #fff;
  border-left: 5px solid #2eb8e8;
}

.absolute-element {
  z-index: -1;
}

.wrap-columns .elementor-container {
  flex-wrap: wrap;
}

.h-100,
.h-100 .elementor-widget-container {
  height: 100%;
}

/* @mixin hide-text{
    overflow:hidden;
    text-indent:-9000px;
    display:block;
}
@mixin border-radius($radius) {
  -webkit-border-radius: $radius;
     -moz-border-radius: $radius;
      -ms-border-radius: $radius;
       -o-border-radius: $radius;
          border-radius: $radius;
}

.largebutton { @include border-radius(10px); }
.smallbutton { @include border-radius(5px); } */
