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

:root {
  --page-highlight-colour: #15daa1; }

body {
  font-family: "Montserrat", sans-serif; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6,
  body p,
  body div,
  body ul,
  body li,
  body input,
  body button,
  body span,
  body header,
  body footer,
  body main,
  body section,
  body article,
  body aside {
    font-family: "Montserrat", sans-serif; }

h1 {
  line-height: 1.1; }

h2,
h3,
h4,
h5 {
  line-height: 1.3; }

@media (max-width: 500px) {
  body h1 {
    font-size: 30px; }
  body h2 {
    font-size: 24px; }
  body h3 {
    font-size: 22px; }
  body h4 {
    font-size: 18px; } }

strong,
b {
  font-weight: 700; }

@media (max-width: 500px) {
  .ct-section,
  .ct-inner-content.ct-inner-content {
    max-width: 100%; } }

.ct-inner-content {
  width: 100vw;
  max-width: 100vw; }
  .ct-inner-content p a strong,
  .ct-inner-content p strong a {
    text-transform: uppercase; }
  .ct-inner-content img:not(.cover-image) {
    display: block;
    max-width: 100%;
    height: auto; }
  .ct-inner-content h1,
  .ct-inner-content h2,
  .ct-inner-content h3,
  .ct-inner-content h4,
  .ct-inner-content h5,
  .ct-inner-content h6,
  .ct-inner-content hgroup,
  .ct-inner-content ul,
  .ct-inner-content ol,
  .ct-inner-content dd,
  .ct-inner-content p,
  .ct-inner-content figure,
  .ct-inner-content pre,
  .ct-inner-content table,
  .ct-inner-content fieldset,
  .ct-inner-content hr,
  .ct-inner-content > div {
    margin-bottom: 1.5rem; }

.site-footer .legal-text a {
  color: #fff; }

.ct-new-columns.ct-new-columns {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }

iframe {
  display: block;
  max-width: 100%; }

.site-footer .footer-link,
.legal-footer a {
  color: #fff;
  opacity: 0.9; }
  .site-footer .footer-link:hover,
  .legal-footer a:hover {
    color: #fff;
    opacity: 1; }

.ct-section-inner-wrap > .ct-inner-content .wp-block-cover:first-child {
  margin-top: -75px; }

@media (max-width: 700px) {
  .ct-inner-content .wp-block-cover,
  .ct-inner-content .wp-block-cover-image {
    min-height: 200px; }
    .ct-inner-content .wp-block-cover p,
    .ct-inner-content .wp-block-cover-image p {
      font-size: 24px; } }

@media (min-width: 600px) and (max-width: 1300px) {
  .ct-section-inner-wrap {
    width: 90%; } }

#-pro-menu-7-31893 .oxy-pro-menu-list .menu-item.highlight-btn a {
  background-color: transparent !important;
  border: solid 1px #15DAA1;
  color: #15DAA1 !important;
  border-color: #15DAA1 !important; }
  #-pro-menu-7-31893 .oxy-pro-menu-list .menu-item.highlight-btn a:hover, #-pro-menu-7-31893 .oxy-pro-menu-list .menu-item.highlight-btn a:focus {
    background-color: #15DAA1 !important;
    color: #fff !important;
    border-color: #16e8ab !important; }

body > .ct-inner-content > :not(.ct-section):not(.alignfull),
.wp-block-group.wp-block-group-is-layout-constrained.alignfull > .wp-block-group__inner-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px; }
  body > .ct-inner-content > :not(.ct-section):not(.alignfull):first-child,
  .wp-block-group.wp-block-group-is-layout-constrained.alignfull > .wp-block-group__inner-container:first-child {
    padding-top: 75px; }
  body > .ct-inner-content > :not(.ct-section):not(.alignfull):last-child,
  .wp-block-group.wp-block-group-is-layout-constrained.alignfull > .wp-block-group__inner-container:last-child {
    padding-bottom: 75px; }

body .is-layout-constrained {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px; }

body > .ct-inner-content > .is-style-wide {
  max-width: none; }

.oxy-modal-backdrop {
  max-width: 100% !important; }

.stand-out-text .ct-span {
  display: inline; }

.ct-section .cropped-image-container {
  overflow: visible; }
  .ct-section .cropped-image-container picture.ct-image {
    height: 100%;
    width: 100%; }
  .ct-section .cropped-image-container img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.ct-link.service-link .service-arrow {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  transition: all 0.3s ease; }

.ct-link.service-link:hover .service-arrow, .ct-link.service-link:focus .service-arrow {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0.8;
  transition: all 0.3s ease; }

.ct-link-button,
.watch-icon-button,
.orange-icon-btn.orange-icon-btn,
.wp-block-buttons.is-style-green-outline-btn a {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s ease; }
  .ct-link-button:hover, .ct-link-button:focus,
  .watch-icon-button:hover,
  .watch-icon-button:focus,
  .orange-icon-btn.orange-icon-btn:hover,
  .orange-icon-btn.orange-icon-btn:focus,
  .wp-block-buttons.is-style-green-outline-btn a:hover,
  .wp-block-buttons.is-style-green-outline-btn a:focus {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    transition: all 0.3s ease; }

.services-slider {
  display: block;
  width: 100%; }
  .services-slider a {
    display: flex;
    width: 100%; }

@media (min-width: 900px) {
  .image-col .image-highlight {
    position: -webkit-sticky;
    position: sticky;
    top: 120px; } }

.latest-posts-repeater .oxy-repeater-pages-wrap {
  display: none;
  visibility: hidden; }

.header-margin.header-margin {
  padding-top: 130px; }

#header-nav .oxy-pro-menu-list .menu-item.highlight-btn a,
body.home #header-nav .oxy-pro-menu-list .menu-item.highlight-btn a,
body.dark-header #header-nav .oxy-pro-menu-list .menu-item.highlight-btn a,
body.light-header #header-nav .oxy-pro-menu-list .menu-item.highlight-btn a {
  color: #fff !important;
  background-color: #15DAA1 !important;
  padding: 5px 10px 3px; }
  #header-nav .oxy-pro-menu-list .menu-item.highlight-btn a:hover,
  body.home #header-nav .oxy-pro-menu-list .menu-item.highlight-btn a:hover,
  body.dark-header #header-nav .oxy-pro-menu-list .menu-item.highlight-btn a:hover,
  body.light-header #header-nav .oxy-pro-menu-list .menu-item.highlight-btn a:hover {
    color: #fff !important;
    background-color: #16e8ab !important; }

#header-nav .oxy-pro-menu-list .menu-item.highlight-btn:hover a {
  color: #fff;
  background-color: #1fe9af; }

@media (min-width: 999px) {
  #header-nav .sub-menu {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.89); }
  @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #header-nav .sub-menu {
      -webkit-backdrop-filter: blur(8px);
              backdrop-filter: blur(8px);
      background-color: rgba(255, 255, 255, 0.4); } } }

body.light-header .page-hero::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.288);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px); }

.site-header.clear-header {
  background-color: rgba(37, 39, 48, 0);
  transition: all 0.3s ease-in-out 0.05s; }
  .site-header.clear-header .ct-section-inner-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.3s ease-in-out 0.05s; }
  .site-header.clear-header .site-logo {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 0.3s ease-in-out 0.05s; }

.site-header.dark-header {
  background-color: #252730;
  transition: all 0.3s ease-in-out 0.05s; }
  .site-header.dark-header .ct-section-inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.3s ease-in-out 0.05s; }
  .site-header.dark-header .site-logo {
    -webkit-transform: scale(0.68);
            transform: scale(0.68);
    transition: all 0.3s ease-in-out 0.05s; }

@media (min-width: 999px) {
  body.home #header-nav .sub-menu,
  body.single-post #header-nav .sub-menu,
  body.light-header #header-nav .sub-menu {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4); }
  @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    body.home #header-nav .sub-menu,
    body.single-post #header-nav .sub-menu,
    body.light-header #header-nav .sub-menu {
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px);
      background-color: rgba(255, 255, 255, 0.3); }
      body.home #header-nav .sub-menu .menu-item a,
      body.single-post #header-nav .sub-menu .menu-item a,
      body.light-header #header-nav .sub-menu .menu-item a {
        color: #252730; } } }

.ct-section.page-hero .ct-section-inner-wrap,
.ct-section.minimal-page-hero .ct-section-inner-wrap {
  padding-bottom: 0; }

.hero-title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px; }
  .hero-title::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 300px;
    max-width: 30vw;
    background-color: var(--page-highlight-colour); }
  @media (max-width: 600px) {
    .hero-title {
      padding-bottom: 20px;
      margin-bottom: 10px; }
      .hero-title::after {
        width: 160px;
        height: 3px; } }
.button-group > * {
  margin-right: 20px;
  margin-bottom: 20px; }

.ct-link.watch-icon-button:hover .ct-fancy-icon,
.ct-link.orange-icon-btn:hover .ct-fancy-icon {
  color: #fff !important;
  transition: color 0.2s ease-in 0; }

.breadcrumb-container #breadcrumbs {
  margin: 0;
  padding: 0; }
  .breadcrumb-container #breadcrumbs span {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
  .breadcrumb-container #breadcrumbs * {
    color: #fff; }
  .breadcrumb-container #breadcrumbs a {
    opacity: 0.6;
    margin-right: 20px; }
    .breadcrumb-container #breadcrumbs a:hover {
      opacity: 0.8; }
  .breadcrumb-container #breadcrumbs a,
  .breadcrumb-container #breadcrumbs .breadcrumb_last {
    padding-bottom: 4px; }
  .breadcrumb-container #breadcrumbs .breadcrumb_last {
    border-bottom: solid 3px var(--page-highlight-colour); }
  @media (max-width: 600px) {
    .breadcrumb-container #breadcrumbs * {
      font-size: 14px; } }
/**
 ** Fixed height headers 
 **/
@media (max-width: 400px) {
  .ct-section.page-hero .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .ct-section.page-hero .ct-section-inner-wrap .page-hero-content {
      margin-top: auto;
      margin-bottom: auto; } }

.breadcrumb-container {
  margin-top: auto; }

@media (min-width: 800px) {
  .alignwide,
  .ct-inner-content .alignwide {
    max-width: none;
    margin-left: -3em;
    margin-right: -3em; }
  .alignfull,
  .ct-inner-content .alignfull,
  .ct-inner-content .feature-section {
    max-width: none;
    width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2); } }

@media (min-width: 1200px) {
  .alignwide,
  .ct-inner-content .alignwide {
    max-width: none;
    margin-left: -7em;
    margin-right: -7em; } }

.page-article .feature-section {
  margin-top: 3em;
  margin-bottom: 3em; }

/****** Gutenberg Block Quotes ******/
.wp-block-quote {
  position: relative;
  margin-left: 0;
  margin-right: 0; }
  .wp-block-quote::before {
    content: "";
    position: absolute;
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNnB4IiBoZWlnaHQ9IjIycHgiIHZpZXdCb3g9IjAgMCAyNiAyMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5xdW90ZS1pY29uPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJXaXJlZnJhbWVzLVJvdW5kLTMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IkRlc2t0b3AtSEQtQ29weS05IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzcwLjAwMDAwMCwgLTk2MC4wMDAwMDApIiBmaWxsPSIjREVERURFIiBmaWxsLXJ1bGU9Im5vbnplcm8iPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNzYuMDQ3MDA5LDk4MiBDMzc3LjYxMzk2LDk4MiAzNzguODUxODUyLDk4MS41MTQyNDUgMzc5Ljc2MDY4NCw5ODAuNTQyNzM1IEMzODAuNjY5NTE2LDk3OS41NzEyMjUgMzgxLjEyMzkzMiw5NzguMzMzMzMzIDM4MS4xMjM5MzIsOTc2LjgyOTA2IEMzODEuMTIzOTMyLDk3NS4zMjQ3ODYgMzgwLjY2OTUxNiw5NzQuMTE4MjM0IDM3OS43NjA2ODQsOTczLjIwOTQwMiBDMzc4Ljg1MTg1Miw5NzIuMzAwNTcgMzc3LjY3NjYzOCw5NzEuODQ2MTU0IDM3Ni4yMzUwNDMsOTcxLjg0NjE1NCBMMzc2LjIzNTA0Myw5NzEuODQ2MTU0IEwzNzUuNjcwOTQsOTcxLjg0NjE1NCBDMzc1LjY3MDk0LDk3MC40MDQ1NTggMzc2LjEwOTY4Nyw5NjguNjQ5NTczIDM3Ni45ODcxNzksOTY2LjU4MTE5NyBDMzc3Ljg2NDY3Miw5NjQuNTEyODIxIDM3OS40MzE2MjQsOTYyLjMxOTA4OCAzODEuNjg4MDM0LDk2MCBMMzgxLjY4ODAzNCw5NjAgTDM3Ni44OTMxNjIsOTYwIEMzNzQuNTExMzk2LDk2Mi41Njk4MDEgMzcyLjg1MDQyNyw5NjUuMTA4MjYyIDM3MS45MTAyNTYsOTY3LjYxNTM4NSBDMzcwLjk3MDA4NSw5NzAuMTIyNTA3IDM3MC41LDk3Mi41NjY5NTIgMzcwLjUsOTc0Ljk0ODcxOCBDMzcwLjUsOTc3LjU4MTE5NyAzNzEuMDAxNDI1LDk3OS40MTQ1MyAzNzIuMDA0Mjc0LDk4MC40NDg3MTggQzM3My4wMDcxMjMsOTgxLjQ4MjkwNiAzNzQuMzU0NzAxLDk4MiAzNzYuMDQ3MDA5LDk4MiBaIE0zODkuNTg1NDcsOTgyIEMzOTEuMTUyNDIyLDk4MiAzOTIuMzkwMzEzLDk4MS41MTQyNDUgMzkzLjI5OTE0NSw5ODAuNTQyNzM1IEMzOTQuMjA3OTc3LDk3OS41NzEyMjUgMzk0LjY2MjM5Myw5NzguMzMzMzMzIDM5NC42NjIzOTMsOTc2LjgyOTA2IEMzOTQuNjYyMzkzLDk3NS4zMjQ3ODYgMzk0LjIwNzk3Nyw5NzQuMTE4MjM0IDM5My4yOTkxNDUsOTczLjIwOTQwMiBDMzkyLjM5MDMxMyw5NzIuMzAwNTcgMzkxLjIxNTEsOTcxLjg0NjE1NCAzODkuNzczNTA0LDk3MS44NDYxNTQgTDM4OS43NzM1MDQsOTcxLjg0NjE1NCBMMzg5LjIwOTQwMiw5NzEuODQ2MTU0IEMzODkuMjA5NDAyLDk3MC40MDQ1NTggMzg5LjY0ODE0OCw5NjguNjQ5NTczIDM5MC41MjU2NDEsOTY2LjU4MTE5NyBDMzkxLjQwMzEzNCw5NjQuNTEyODIxIDM5My4wMDE0MjUsOTYyLjMxOTA4OCAzOTUuMzIwNTEzLDk2MCBMMzk1LjMyMDUxMyw5NjAgTDM5MC40MzE2MjQsOTYwIEMzODguMTEyNTM2LDk2Mi41Njk4MDEgMzg2LjQ2NzIzNiw5NjUuMTA4MjYyIDM4NS40OTU3MjYsOTY3LjYxNTM4NSBDMzg0LjUyNDIxNyw5NzAuMTIyNTA3IDM4NC4wMzg0NjIsOTcyLjU2Njk1MiAzODQuMDM4NDYyLDk3NC45NDg3MTggQzM4NC4wMzg0NjIsOTc3LjU4MTE5NyAzODQuNTU1NTU2LDk3OS40MTQ1MyAzODUuNTg5NzQ0LDk4MC40NDg3MTggQzM4Ni42MjM5MzIsOTgxLjQ4MjkwNiAzODcuOTU1ODQsOTgyIDM4OS41ODU0Nyw5ODIgWiIgaWQ9InF1b3RlLWljb24iPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    left: -2em; }
  @media (max-width: 700px) {
    .wp-block-quote {
      margin-left: 1.2em; }
      .wp-block-quote::before {
        width: 1em;
        height: 1em;
        left: -1.3em; } }
  .wp-block-quote p {
    color: #717171;
    font-style: italic;
    font-size: 1.1em;
    font-weight: 400; }

/****** Gutenberg Buttons ******/
.wp-block-buttons .wp-block-button .wp-block-button__link {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0.6em 1.2em;
  border-radius: 0; }

.page-article .wp-block-buttons .wp-block-button {
  margin-top: 15px;
  margin-bottom: 15px; }
  .page-article .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0.6em 1.2em; }

.wp-block-buttons.is-style-green-outline-btn .wp-block-button a {
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #15DAA1;
  color: #15DAA1; }
  .wp-block-buttons.is-style-green-outline-btn .wp-block-button a:hover, .wp-block-buttons.is-style-green-outline-btn .wp-block-button a:focus {
    background-color: #00c189;
    color: #ffffff !important; }

.page-content .oxy-stock-content-styles {
  display: block;
  max-width: 100%; }

/******** GUTENBERG DIVIDER **********/
.wp-block-separator {
  max-width: none;
  width: 100vw;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  background-color: #fcfcfc;
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  background-size: 90px;
  background-attachment: scroll;
  background-position: top 5px left 5px;
  height: 50px;
  border: none; }
  @media (min-width: 900px) {
    .wp-block-separator {
      height: 60px; } }
/****** IMAGES ******/
.image-highlight,
.wp-block-image.is-style-highlight-image {
  position: relative;
  padding: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px; }
  .image-highlight img,
  .wp-block-image.is-style-highlight-image img {
    position: relative;
    z-index: 1;
    top: -15px;
    right: -15px;
    box-shadow: -3px 3px 8px rgba(9, 81, 105, 0.1);
    width: 100%; }
  .image-highlight::before,
  .wp-block-image.is-style-highlight-image::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 5px;
    right: 0;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    background-size: 90px; }

/****** COLUMNS ******/
@media (max-width: 780px) {
  .wp-block-columns.is-style-reverse-mobile-order {
    flex-direction: column-reverse; } }

/****** GROUP ******/
.wp-block-group.is-style-feature-boxes {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  grid-column-gap: 60px;
  grid-row-gap: 40px; }
  @media (max-width: 800px) {
    .wp-block-group.is-style-feature-boxes {
      grid-template-columns: 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 20px; } }
.facetwp-facet.facetwp-facet {
  margin: 0; }

.facetwp-counter {
  display: none; }

.facetwp-facet .noUi-handle {
  border-radius: 99px;
  background-color: #717171;
  border-color: #717171; }

.facetwp-facet .noUi-horizontal {
  height: 2px;
  border-color: #717171; }

.facetwp-facet .noUi-horizontal .noUi-handle {
  height: 16px;
  width: 16px; }

.facetwp-facet .noUi-connect,
.facetwp-facet .noUi-origin {
  margin-top: -4px; }

.facetwp-facet .noUi-target {
  padding: 0;
  margin-left: 5px;
  margin-right: 25px; }

.facetwp-facet .facetwp-input-wrap {
  display: block;
  width: 100%; }

.facetwp-facet input {
  font-family: "Montserrat", sans-serif;
  border: solid 1px #F0F0F0;
  display: block;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  border-radius: 0;
  background-color: #fff;
  color: #252730;
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 15px; }
  .facetwp-facet input:focus {
    box-shadow: 0 0 8px rgba(21, 218, 161, 0.5); }

.facetwp-facet .facetwp-icon {
  background-color: #15DAA1;
  aspect-ratio: 1 / 1;
  opacity: 0.75; }
  .facetwp-facet .facetwp-icon::before {
    width: 100%;
    background-position: center; }

/***** PAGEINATION *****/
.oxy-repeater-pages-wrap,
.pagination-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .oxy-repeater-pages-wrap .oxy-repeater-pages > *,
  .oxy-repeater-pages-wrap .facetwp-pager > *,
  .pagination-container .oxy-repeater-pages > *,
  .pagination-container .facetwp-pager > * {
    color: #717171;
    font-size: 14px !important;
    border: solid 1px #717171;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center; }
    .oxy-repeater-pages-wrap .oxy-repeater-pages > *.next,
    .oxy-repeater-pages-wrap .facetwp-pager > *.next,
    .pagination-container .oxy-repeater-pages > *.next,
    .pagination-container .facetwp-pager > *.next {
      width: auto; }

.blog-card .post-card-title a {
  color: #3C3950; }

.oxy-repeater-pages-wrap {
  grid-column-end: -1;
  grid-column-start: 1; }

.blog-thumb-image,
.blog-thumb-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

@media (min-width: 500px) {
  .single-post .ct-div-block.blog-back {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
    .single-post .ct-div-block.blog-back .prev {
      grid-column: 1 / 2; }
    .single-post .ct-div-block.blog-back .back {
      grid-column: 2 / 3;
      text-align: center;
      align-self: center; }
    .single-post .ct-div-block.blog-back .next {
      grid-column: 3 / 4;
      text-align: right; } }

@media (min-width: 1400px) {
  .ct-section.post-article {
    margin-left: calc( (100vw - 1300px) / 2); }
    .ct-section.post-article .ct-section-inner-wrap {
      margin-left: 0; } }

/******* Contact Form 7 Styles *********/
.oxygen-body form input,
.oxygen-body form textarea {
  font-family: "Montserrat", sans-serif;
  border: solid 1px #f7f9fa;
  display: block;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  border-radius: 0;
  background-color: #fff;
  color: #252730;
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 15px; }
  .oxygen-body form input:focus,
  .oxygen-body form textarea:focus {
    box-shadow: 0 0 8px rgba(21, 218, 161, 0.5); }

.oxygen-body form ::-webkit-input-placeholder {
  color: #717171;
  opacity: 0.85; }

.oxygen-body form ::-moz-placeholder {
  color: #717171;
  opacity: 0.85; }

.oxygen-body form ::placeholder {
  color: #717171;
  opacity: 0.85; }

.oxygen-body form fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.oxygen-body form .wpcf7-checkbox {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
  .oxygen-body form .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0; }
    .oxygen-body form .wpcf7-checkbox .wpcf7-list-item.first.last {
      grid-column: span 2; }
    .oxygen-body form .wpcf7-checkbox .wpcf7-list-item label {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .oxygen-body form .wpcf7-checkbox .wpcf7-list-item label input {
        width: auto;
        margin-right: 10px;
        margin-bottom: 0; }
      .oxygen-body form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
        flex-grow: 2; }

.oxygen-body form .form-grid {
  display: grid;
  margin: 20px auto;
  grid-gap: 0 20px; }
  .oxygen-body form .form-grid input,
  .oxygen-body form .form-grid textarea {
    font-size: 15px;
    padding: 8px 12px; }
  .oxygen-body form .form-grid > div,
  .oxygen-body form .form-grid .form-field {
    margin: 0; }
  @media (min-width: 900px) {
    .oxygen-body form .form-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0 20px;
      max-width: 960px;
      margin: 20px auto; }
      .oxygen-body form .form-grid .wide-form-field,
      .oxygen-body form .form-grid .form-submit {
        grid-column: span 2; }
      .oxygen-body form .form-grid .form-submit {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center; }
        .oxygen-body form .form-grid .form-submit > * {
          margin-left: 2em; }
        .oxygen-body form .form-grid .form-submit input {
          width: auto;
          margin-bottom: 0; }
        .oxygen-body form .form-grid .form-submit .ajax-loader,
        .oxygen-body form .form-grid .form-submit .wpcf7-spinner {
          order: -3; } }
.oxygen-body form .wpcf7-acceptance label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  color: #252730; }
  .oxygen-body form .wpcf7-acceptance label a {
    color: #15DAA1;
    text-decoration: underline; }
  .oxygen-body form .wpcf7-acceptance label input {
    margin: 0 5px 0 0;
    width: auto;
    min-width: 16px; }

.oxygen-body form .wpcf7-submit {
  background-color: #15DAA1;
  border-color: #15DAA1;
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s ease;
  cursor: pointer; }
  .oxygen-body form .wpcf7-submit:focus, .oxygen-body form .wpcf7-submit:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    box-shadow: 0 0 8px rgba(21, 218, 161, 0.5);
    transition: all 0.3s ease; }

.oxygen-body .ct-inner-content form.wpcf7-form div.wpcf7-response-output,
.oxygen-body .ct-section form.wpcf7-form div.wpcf7-response-output {
  background-color: #363636;
  color: #fff;
  border: none;
  padding: 1em 1.5em;
  border-radius: 5px;
  margin: 0; }

.oxygen-body .ct-inner-content form.wpcf7-form.sent div.wpcf7-response-output,
.oxygen-body .ct-section form.wpcf7-form.sent div.wpcf7-response-output {
  background-color: #42ba71; }

.oxygen-body .ct-inner-content form.wpcf7-form.invalid div.wpcf7-response-output,
.oxygen-body .ct-section form.wpcf7-form.invalid div.wpcf7-response-output {
  background-color: #e4941d; }

.oxygen-body .ct-inner-content form.wpcf7-form.spam div.wpcf7-response-output,
.oxygen-body .ct-section form.wpcf7-form.spam div.wpcf7-response-output {
  background-color: #920505; }

.oxygen-body .signup-form-grid .wpcf7-form-control-wrap.recaptcha {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  flex-shrink: 0; }

@media (min-width: 800px) {
  .oxygen-body .signup-form-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .oxygen-body .signup-form-grid .wpcf7-submit {
      max-width: 200px; } }

.oxygen-body .top-newsletter-signup .signup-form-grid {
  grid-gap: 5px; }
  .oxygen-body .top-newsletter-signup .signup-form-grid input[type='text'],
  .oxygen-body .top-newsletter-signup .signup-form-grid input[type='email'] {
    background-color: transparent;
    border: solid 1px rgba(255, 255, 255, 0.712);
    color: #fff;
    margin-bottom: 0; }
  .oxygen-body .top-newsletter-signup .signup-form-grid input[type='submit'] {
    margin-bottom: 0; }
  .oxygen-body .top-newsletter-signup .signup-form-grid ::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.85; }
  .oxygen-body .top-newsletter-signup .signup-form-grid ::-moz-placeholder {
    color: #fff;
    opacity: 0.85; }
  .oxygen-body .top-newsletter-signup .signup-form-grid ::placeholder {
    color: #fff;
    opacity: 0.85; }

/******* FAQS ********/
.ct-section.faq-section.block-faq-section .ct-section-inner-wrap {
  padding: 30px 20px; }
  @media (min-width: 900px) {
    .ct-section.faq-section.block-faq-section .ct-section-inner-wrap {
      padding: 40px 0 50px; } }
.faq-single,
.faq-question {
  width: 100%; }

.faq-single.faq-closed .faq-indicator {
  -webkit-filter: saturate(0);
          filter: saturate(0); }

.faq-single.faq-open .faq-indicator {
  -webkit-filter: saturate(100%);
          filter: saturate(100%); }

.faq-answer {
  display: none; }

.faq-answer-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .faq-answer-section .faq-answer {
    display: block; }

.faq-answer-section:empty {
  display: none; }

@media (max-width: 990px) {
  .answer-col {
    display: none; }
  .faq-single.faq-open .faq-answer {
    display: block; } }

/******* Map Links ********/
.australian-map-links {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .australian-map-links svg {
    width: 100%;
    height: auto;
    max-width: 700px;
    margin: auto; }
  .australian-map-links path {
    fill: #ccc;
    cursor: pointer;
    transition: fill 0.3s; }
    .australian-map-links path:hover {
      fill: #15DAA1; }

.cost-calculator-box input + .cost-slider-container {
  height: 120px; }

body #refinancing-v2.cost-calculator-container input, body #refinancing-v2.cost-calculator-container h1, body #refinancing-v2.cost-calculator-container h2, body #refinancing-v2.cost-calculator-container h3, body #refinancing-v2.cost-calculator-container h4, body #refinancing-v2.cost-calculator-container h5, body #refinancing-v2.cost-calculator-container div, body #refinancing-v2.cost-calculator-container p, body #refinancing-v2.cost-calculator-container * {
  font-family: "Montserrat", sans-serif !important; }

body .cost-calculator-container.cost-calculator-form .cost-calculator-row input {
  font-size: 18px;
  margin-top: 10px; }

body .cost-calculator-container.cost-calculator-form .cost-calculator-row label {
  font-size: 16px; }

body .cost-calculator-container.cost-calculator-form .cost-calculator-row h4 {
  margin-bottom: 20px; }

body .cost-calculator-container.cost-calculator-form .cost-calculator-row h5 {
  margin-bottom: 10px;
  font-size: 18px; }

body .cost-calculator-container.cost-calculator-form .hidden-calc-fields {
  display: none;
  visibility: hidden; }

body .cost-calculator-container.cost-calculator-form .cost-calculator-value:after {
  content: "%"; }

body .cost-calculator-container.cost-calculator-form .type-number:before {
  content: "$"; }

body .cost-calculator-container.cost-calculator-form .type-number {
  padding-left: 27px !important;
  background-color: #fff;
  background-image: url("../images/dollar.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 10px !important;
  background-position: left 13px top 14px !important; }

body .cost-calculator-container.cost-calculator-form .cost-slider-container .cost-calculator-cost-slider-input {
  padding-right: 30px !important;
  background-color: #fff;
  background-image: url("../images/percent.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: right 13px top 16px !important;
  width: 20% !important;
  margin-left: 4% !important;
  margin-top: 0;
  font-size: 15px !important;
  padding-left: 14px !important; }

body .cost-calculator-container.cost-calculator-form > * {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400; }

body .cost-calculator-container.cost-calculator-form .cost-calculator-summary-price {
  margin-bottom: 1em; }

body .cost-calculator-container.cost-calculator-form .loan-row input.type-number {
  margin-top: 0 !important; }

body .cost-calculator-container.cost-calculator-form .cost-calculator-row:not(.no-margin-row) {
  margin-bottom: 1.5em; }

body .cost-calculator-container.cost-calculator-form .small-costs-row h4 {
  margin-bottom: 10px; }

body .cost-calculator-container.cost-calculator-form .small-costs-row .cost-calculator-summary-price {
  margin-bottom: 0.5em; }

body .cost-calculator-container.cost-calculator-form .small-costs-row .cost-calculator-summary-box .cost-calculator-summary-price {
  font-size: 32px; }

body .cost-calculator-container.cost-calculator-form .contact-form-container {
  padding: 30px; }
  body .cost-calculator-container.cost-calculator-form .contact-form-container .cost-calculator-summary-price {
    margin-bottom: 0; }

body .cost-calculator-container.cost-calculator-form .feature-costs-row {
  background: #3C3950;
  padding: 30px;
  border-radius: 12px; }
  @media (min-width: 1000px) {
    body .cost-calculator-container.cost-calculator-form .feature-costs-row {
      padding: 50px 40px; } }
  body .cost-calculator-container.cost-calculator-form .feature-costs-row h4 {
    color: #6BD7D2; }
  body .cost-calculator-container.cost-calculator-form .feature-costs-row .cost-calculator-summary-price {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700; }

body .cost-calculator-container.cost-calculator-form #monthly-savings:after {
  content: "/month";
  font-size: 26px; }

.ct-elements-managers-bottom > .ct-dom-tree-node .ct-dom-tree-node {
  padding: 0 0 0 37px !important;
  margin: 0 0 0 -21px !important;
  width: calc(100% + 16px) !important; }
/*# sourceMappingURL=site-styles.css.map */