/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
*
* :: Mixins : Media Queries 
*
* How to use:
*
* .header-title {  
*   font-size: 2rem;  
*   @include for-size(phone-only) {    
*     font-size: 1rem; 
*   }
* }
*
*
*   @include for-size(phone-only) {};               // max-width: 599px
*   @include for-size(tablet-portrait-up) {};       // min-width: 600px
*   @include for-size(tablet-landscape-up) {};      // min-width: 900px
*   @include for-size(desktop-up) {};               // min-width: 1200px
*   @include for-size(big-desktop-up ) {};          // min-width: 1800px
*
*
*/
/*

Global settings

*/
/*  
*
* ** Demonstration only **
*
* colours
*
*/
.site-main {
  padding-top: 90px;
}

.scaffolding-container {
  max-width: 1600px;
}

.wp-core-ui {
  color: #3c434a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4em;
}
.wp-core-ui h2 {
  font-weight: bold;
}

/* 
*
* ** Demonstration only **
*
* fonts
*/
header #menu-main-menu.open,
.template-partial-header #menu-main-menu.open {
  top: 90px !important;
}
@media (min-width: 1200px) {
  header .top_lvl_item > a,
  .template-partial-header .top_lvl_item > a {
    color: #000;
  }
}

/*  
*
* ** Demonstration only **
*
* colours
*
*/
/**
*
* :: Mixins : Media Queries 
*
* How to use:
*
* .header-title {  
*   font-size: 2rem;  
*   @include for-size(phone-only) {    
*     font-size: 1rem; 
*   }
* }
*
*
*   @include for-size(phone-only) {};               // max-width: 599px
*   @include for-size(tablet-portrait-up) {};       // min-width: 600px
*   @include for-size(tablet-landscape-up) {};      // min-width: 900px
*   @include for-size(desktop-up) {};               // min-width: 1200px
*   @include for-size(big-desktop-up ) {};          // min-width: 1800px
*
*
*/
.site-main {
  padding-top: 90px;
}

.scaffolding-container {
  max-width: 1600px;
}

.template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines, .template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines::after, .template-partial-header .t-p-header__navigation-primary-toggle-control-group .burger .burger-lines::before {
  background-color: #000;
}

.template-partial-footer .site-logo .custom-logo {
  max-width: 250px !important;
}

.template-partial-footer__sub-footer-group {
  border-top: solid 1px rgba(0, 0, 0, 0.1450980392);
}

.template-partial-footer__contact-information {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
  padding-top: 2rem;
}
.template-partial-footer__contact-information li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.template-partial-footer__contact-information li span {
  margin-bottom: 0;
  padding-bottom: 0;
}

/**

Gotcha alert !!


Because this is purely for styling in line we can use @extend in the layout that needs it

*/
.t-p-code-post-slider__parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__title-container {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-p-code-post-slider__parent .t-p-code-post-slider {
  --box-ratio: 16/9;
}
.t-p-code-post-slider__parent .t-p-code-post-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-p-code-post-slider__parent .t-p-code-post-slider .fluid-media > iframe,
.t-p-code-post-slider__parent .t-p-code-post-slider .fluid-media > video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover; /* or 'contain' */
}
.t-p-code-post-slider__parent .t-p-acf-t2-ct-image {
  min-height: 450px;
  min-width: 100%;
}
.t-p-code-post-slider__parent .swiper-buttons-container {
  width: 100%;
  position: absolute;
  top: 0;
  margin-bottom: 4rem;
}
.t-p-code-post-slider__parent.carousel-fullwidth-parent .custom-swiper-pagination {
  display: none !important;
}
.t-p-code-post-slider__parent.carousel-fullwidth-parent .swiper-pagination-bullet {
  display: none !important;
}
.t-p-code-post-slider__parent.carousel-fullwidth-parent .pagination-box {
  display: none;
}
@media only screen and (min-width: 900px) {
  .t-p-code-post-slider__parent.carousel-fullwidth-parent .pagination-box {
    display: none;
    position: absolute;
    padding-top: 2rem;
    bottom: 30px;
    right: unset;
    top: unset;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}
.t-p-code-post-slider__parent.carousel-fullwidth-parent .swiper-buttons-container {
  display: none;
}
.t-p-code-post-slider__parent.carousel-card-parent {
  padding-bottom: 2rem;
}
.t-p-code-post-slider__parent.carousel-card-parent .pagination-box {
  z-index: 99;
  position: absolute;
  display: none !important;
}
.t-p-code-post-slider__parent.carousel-card-parent .swiper-wrapper {
  margin-top: 5rem;
}
.t-p-code-post-slider__parent.carousel-card-parent .swiper-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.t-p-code-post-slider__parent.carousel-card-parent .t-p-code-post-slider__profile_link .t-p-acf-t2-ct-button-group__button {
  padding: 0 !important;
}
.t-p-code-post-slider__parent.carousel-card-parent .t-p-code-post-slider__profile_link .t-p-acf-t2-ct-button-group__button span {
  margin-top: auto;
  margin-bottom: auto;
}
.t-p-code-post-slider__parent.carousel-card-parent .swiper-buttons-container {
  position: absolute;
  bottom: 10px !important;
  left: 8px;
  top: unset;
  margin-bottom: unset;
}
@media only screen and (min-width: 900px) {
  .t-p-code-post-slider__parent.carousel-card-parent .swiper-buttons-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    margin-bottom: 4rem;
  }
}
.t-p-code-post-slider__parent .carousel-static-parent .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* make slides grow to content */
}
.t-p-code-post-slider__parent .carousel-static-parent .swiper-slide {
  display: block; /* ensure block-level so height is content-driven */
}
.t-p-code-post-slider__parent.carousel-static-parent {
  padding-bottom: 2rem !important;
  height: auto !important; /* defeat inline 100% */
  min-height: 0 !important; /* undo min-height:100% */
}
.t-p-code-post-slider__parent.carousel-static-parent .pagination-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 900px) {
  .t-p-code-post-slider__parent.carousel-static-parent .pagination-box {
    display: none;
  }
}
.t-p-code-post-slider__parent.carousel-static-parent .custom-swiper-pagination {
  margin-left: auto;
  margin-top: auto;
}
.t-p-code-post-slider__parent.carousel-static-parent .swiper-buttons-container {
  display: none;
  position: absolute;
  bottom: 10px !important;
  top: unset;
  margin-bottom: unset;
}
@media only screen and (min-width: 900px) {
  .t-p-code-post-slider__parent.carousel-static-parent .swiper-buttons-container {
    display: none;
  }
}
.t-p-code-post-slider__parent.carousel-static-parent .play-svg-button svg {
  max-height: 35px;
  max-width: 35px;
}
@media only screen and (min-width: 900px) {
  .t-p-code-post-slider__parent.carousel-static-parent .play-svg-button svg {
    max-height: unset;
    max-width: unset;
  }
}
.t-p-code-post-slider__parent .t-p-code-post-slider {
  min-height: 100%;
  height: 100%;
}
.t-p-code-post-slider__parent .carousel-display-static {
  height: 100%;
  margin-bottom: 1rem;
}
.t-p-code-post-slider__parent .carousel-display-static .pagination-box {
  display: none;
}
.t-p-code-post-slider__parent .carousel-display-static .swiper-wrapper {
  height: 100%;
}
.t-p-code-post-slider__parent .carousel-display-static .swiper-slide {
  height: 100%;
}
@media only screen and (min-width: 900px) {
  .t-p-code-post-slider__parent .carousel-display-cards .pagination-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
  }
}
.t-p-code-post-slider__parent .carousel-display-cards .t-p-code-post-slider__featured-img {
  border-radius: 15px;
}
.t-p-code-post-slider__parent .carousel-display-cards .t-p-code-post-slider__featured-img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 15px;
  pointer-events: auto;
}
.t-p-code-post-slider__parent .carousel-display-cards .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
  border-radius: 15px;
}
.t-p-code-post-slider__parent .carousel-display-cards .t-p-code-post-slider__featured-img img {
  border-radius: 15px;
}
.t-p-code-post-slider__parent .carousel-display-cards .pagination-box {
  position: absolute;
  padding-top: 2rem;
  bottom: 0;
  right: unset;
  top: unset;
  left: 0;
  width: 100%;
}
.t-p-code-post-slider__parent .carousel-display-cards .t-p-acf-t2-ct-button-group__button {
  margin-left: 0;
  padding-left: 0;
  padding-top: 0;
}
.t-p-code-post-slider__parent .carousel-display-cards .t-p-acf-t2-ct-button-group__button .t-p-acf-t2-ct-button-group__button-label {
  font-weight: 500;
}
.t-p-code-post-slider__parent .carousel-display-cards .t-p-acf-t2-ct-button-group__button .t-p-acf-t2-ct-button-group__button-icon {
  max-height: 13px;
}
.t-p-code-post-slider__parent .carousel-display-cards .t-p-acf-t2-ct-button-group__button .t-p-acf-t2-ct-button-group__button-icon svg {
  height: 100%;
  width: 100%;
}
.t-p-code-post-slider__parent.carousel-display-fullwidth .layout-background-image {
  height: 100%;
  top: 0;
  left: 0;
}
.t-p-code-post-slider__parent.carousel-display-fullwidth .swiper-slide {
  height: 100%;
  min-height: 500px;
}
.t-p-code-post-slider__parent.carousel-display-fullwidth .swiper-slide .t-p-acf-t2-ly-content-grid__layout-background-image {
  min-height: 500px;
}
.t-p-code-post-slider__parent.carousel-display-fullwidth .swiper-slide-next {
  height: 0;
}
.t-p-code-post-slider__parent.carousel-display-fullwidth .swiper-slide-next .layout-background-image {
  height: 100%;
}
.t-p-code-post-slider__parent__swiper-slide_cards img {
  max-width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-p-code-post-slider__parent .t-p-acf-t2-ct-button-group__button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.t-p-code-post-slider__parent .t-p-acf-t2-ct-button-group__button img {
  height: 10px;
  width: 10px;
  margin-right: auto;
}
.t-p-code-post-slider__parent .t-p-acf-t2-ct-button-group__button > span {
  width: unset !important;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_ {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_ .t-p-code-post-slider__excerpt {
  padding: 0.5rem;
  font-size: 2vw;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_ .t-p-code-post-slider__profile_link {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_ .t-p-acf-t2-ct-button-group__button {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_ .t-p-acf-t2-ct-button-group__button-label {
  margin-bottom: 0.5rem;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_ .t-p-acf-t2-ct-button-group__button-icon {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  border-radius: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_ .t-p-acf-t2-ct-button-group__button-icon img {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_ .t-p-code-post-slider__featured-img {
  border-radius: 7px !important;
  margin: 2px;
  width: auto;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_ .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
  border-radius: 7px;
  height: 100%;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_ .t-p-code-post-slider__featured-img .wp-post-image {
  border-radius: 5px;
}
.t-p-code-post-slider__parent__swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.t-p-code-post-slider__parent .swiper-button-prev,
.t-p-code-post-slider__parent .swiper-button-next {
  height: 30px;
  width: 30px;
  border-radius: 13px;
  position: relative;
}
.t-p-code-post-slider__parent .swiper-button-prev:after,
.t-p-code-post-slider__parent .swiper-button-next:after {
  font-size: inherit;
  padding: 2px;
  margin: auto;
}
.t-p-code-post-slider__parent .swiper-button-next:after {
  font-size: inherit;
  padding: 2px;
  margin: auto;
}
.t-p-code-post-slider__parent .swiper-button-prev:after {
  font-size: inherit;
  padding: 2px;
  margin: auto;
}
.t-p-code-post-slider__parent .custom-swiper-pagination {
  opacity: 1;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial {
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial .t-p-code-post-slider__excerpt {
  display: none;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial .t-p-code-post-slider__profile_link {
  margin: 1rem;
  height: 100%;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 100%;
  margin-bottom: 0;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial a:hover .t-p-acf-t2-ct-button-group__button-icon {
  margin-left: 15px;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
  position: relative;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial a:hover .t-p-acf-t2-ct-button-group__button-icon img {
  color: white;
  margin: auto;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial a span {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #001D61;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial a .t-p-acf-t2-ct-button-group__button-label {
  margin-bottom: 0.5rem;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial a .t-p-acf-t2-ct-button-group__button-icon {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_testimonial a .t-p-acf-t2-ct-button-group__button-icon img {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__featured-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
  width: 100%;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__featured-img .t-p-code-post-slider__title-container {
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link {
  margin-top: auto;
  display: block;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link span {
  color: black;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post {
  height: auto;
  padding: 20px 0px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: #001D61;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post a span {
  color: #001D61;
  font-weight: 300;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__title-container {
  margin-top: auto;
  margin-bottom: 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0 !important;
  color: #001D61;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__excerpt {
  text-align: left;
  margin: 0;
  color: #001D61;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img ul {
  font-size: 1rem;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  font-size: 0.8rem;
  color: #001D61;
  font-weight: 500;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img ul svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: auto;
  height: 3px;
  width: 3px;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
  margin: auto;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1600px) {
  .t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container img {
  height: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__title-container {
  margin: auto;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link {
  margin-top: auto;
  display: block;
}
.t-p-code-post-slider__parent .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link span {
  color: black;
}

.t-p-code-post-slider__swiper-slide_display {
  height: auto;
  padding: 0px 0px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.t-p-code-post-slider__swiper-slide_display a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: #001D61;
}
.t-p-code-post-slider__swiper-slide_display a span {
  color: #001D61;
  font-weight: 300;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__title-container {
  margin-top: auto;
  margin-bottom: 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0 !important;
  color: #001D61;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt {
  text-align: left;
  margin: 1rem;
  color: #001D61;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h1, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h2, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h3, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h4, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h5, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h6, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt p, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt strong {
  margin: 0;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img ul {
  font-size: 1rem;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  font-size: 0.8rem;
  color: #001D61;
  font-weight: 500;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img ul svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: auto;
  height: 3px;
  width: 3px;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
  margin-bottom: 1rem;
  margin-bottom: 1rem;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img img {
  height: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__title-container {
  margin: 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__title-container strong {
  font-size: 1.5rem;
  font-weight: 500;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link {
  margin-top: auto;
  display: block;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link span {
  color: black;
}

.carousel-display-fullwidth {
  margin-top: 0 !important;
}
.carousel-display-fullwidth .t-p-code-post-slider {
  height: 100%;
}
.carousel-display-fullwidth .t-p-code-post-slider .t-p-code-post-slider__swiper-wrapper {
  height: 100%;
}
.carousel-display-fullwidth .t-p-code-post-slider .t-p-code-post-slider__swiper-slide_fullwidth {
  height: 100%;
}
.carousel-display-fullwidth .t-p-code-post-slider .t-p-code-post-slider__grid {
  height: 100%;
}

.t-p-code-post-slider__parent .pagination-box {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  height: 50px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-p-code-post-slider__parent .pagination-box .swiper-pagination-bullets {
  display: inline;
  width: auto;
  opacity: 1;
}
.t-p-code-post-slider__parent .pagination-box .swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: #fff;
  background: black !important;
  opacity: 1;
}
.t-p-code-post-slider__parent .pagination-box .swiper-pagination-bullets .swiper-pagination-bullet {
  background: white;
  opacity: 1;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  margin: 2px !important;
}
.t-p-code-post-slider__parent .swiper-button-prev,
.t-p-code-post-slider__parent .swiper-button-next {
  height: 25px;
  width: 25px;
  border-radius: 13px;
}
.t-p-code-post-slider__parent .swiper-button-prev:after,
.t-p-code-post-slider__parent .swiper-button-next:after {
  padding-right: 2px;
  margin: auto;
  color: inherit !important;
}
.t-p-code-post-slider__parent .swiper-button-next {
  height: 25px;
  width: 25px;
  border-radius: 20px;
}
.t-p-code-post-slider__parent .swiper-button-next:after {
  padding: 2px;
  margin: auto;
}
.t-p-code-post-slider__parent .swiper-button-prev:after {
  padding: 2px;
  margin: auto;
}

.carousel-card-parent {
  padding-bottom: 3rem !important;
}
.carousel-card-parent .swiper-button-prev,
.carousel-card-parent .swiper-button-next {
  position: relative !important;
  z-index: 99999;
}
.t-p-code-post-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100vw;
}
.t-p-code-post-slider__swiper-wrapper {
  width: 100%;
  position: relative;
  max-width: 100vw;
}
.t-p-code-post-slider .swiper-button-prev,
.t-p-code-post-slider .swiper-button-next {
  height: 25px;
  width: 25px;
  border-radius: 13px;
  position: absolute;
}
.t-p-code-post-slider .swiper-button-prev:after,
.t-p-code-post-slider .swiper-button-next:after {
  font-size: inherit;
  padding: 2px;
  margin: auto;
}
.t-p-code-post-slider .swiper-slide-next,
.t-p-code-post-slider .swiper-slide-prev {
  max-width: 100%;
}
.t-p-code-post-slider .swiper-button-next:after {
  font-size: inherit;
  padding: 2px;
  margin: auto;
}
.t-p-code-post-slider .swiper-button-prev:after {
  font-size: inherit;
  margin: auto;
}
.t-p-code-post-slider .custom-swiper-pagination {
  opacity: 0;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_testimonial {
  max-width: 100vw;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_testimonial .t-p-code-post-slider__excerpt {
  display: none;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_testimonial .t-p-code-post-slider__profile_link {
  margin: 1rem;
  height: 100%;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_testimonial a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 100%;
  margin-bottom: 0;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_testimonial a:hover .t-p-acf-t2-ct-button-group__button-icon {
  margin-left: 15px;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
  position: relative;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_testimonial a:hover .t-p-acf-t2-ct-button-group__button-icon img {
  color: white;
  margin: auto;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_testimonial a span {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #001D61;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_testimonial a .t-p-acf-t2-ct-button-group__button-label {
  margin-bottom: 0.5rem;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_testimonial a .t-p-acf-t2-ct-button-group__button-icon {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_testimonial a .t-p-acf-t2-ct-button-group__button-icon img {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
.t-p-code-post-slider .t-p-code-post-slider__featured-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.t-p-code-post-slider .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
  width: 100%;
}
.t-p-code-post-slider .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container img {
  height: 100%;
  width: 100%;
}
.t-p-code-post-slider .t-p-code-post-slider__featured-img .t-p-code-post-slider__title-container {
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}
.t-p-code-post-slider .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link {
  margin-top: auto;
  display: block;
}
.t-p-code-post-slider .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link span {
  color: black;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post {
  height: auto;
  padding: 20px 0px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: #001D61;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post a span {
  color: #001D61;
  font-weight: 300;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__title-container {
  margin-top: auto;
  margin-bottom: 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0 !important;
  color: #001D61;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__excerpt {
  text-align: left;
  margin: 0;
  color: #001D61;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img ul {
  font-size: 1rem;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  font-size: 0.8rem;
  color: #001D61;
  font-weight: 500;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img ul svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: auto;
  height: 3px;
  width: 3px;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
  margin: auto;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1600px) {
  .t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container img {
  height: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__title-container {
  margin: auto;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link {
  margin-top: auto;
  display: block;
}
.t-p-code-post-slider .t-p-code-post-slider__swiper-slide_post .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link span {
  color: black;
}

.t-p-code-post-slider__swiper-slide_display {
  height: auto;
  padding: 0px 0px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.t-p-code-post-slider__swiper-slide_display a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: #001D61;
}
.t-p-code-post-slider__swiper-slide_display a span {
  color: #001D61;
  font-weight: 300;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__title-container {
  margin-top: auto;
  margin-bottom: 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0 !important;
  color: #001D61;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt {
  text-align: left;
  margin: 1rem;
  color: #001D61;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h1, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h2, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h3, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h4, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h5, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt h6, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt p, .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__excerpt strong {
  margin: 0;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img ul {
  font-size: 1rem;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  font-size: 0.8rem;
  color: #001D61;
  font-weight: 500;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img ul svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: auto;
  height: 3px;
  width: 3px;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1600px) {
  .t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container {
    margin-bottom: 1rem;
  }
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__img-container img {
  height: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__title-container {
  margin: 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__title-container strong {
  font-size: 1.5rem;
  font-weight: 500;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link {
  margin-top: auto;
  display: block;
}
.t-p-code-post-slider__swiper-slide_display .t-p-code-post-slider__featured-img .t-p-code-post-slider__profile_link span {
  color: black;
}

.t-p-code-post-slider__parent .swiper-buttons-child {
  gap: 10px;
  padding-top: 0.5rem;
}
.t-p-code-post-slider__parent .swiper-button-prev,
.t-p-code-post-slider__parent .swiper-button-next {
  top: unset;
  height: 25px;
  width: 25px;
  margin-top: 0rem;
  border-radius: 13px;
  position: relative !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.t-p-code-post-slider__parent .swiper-button-prev:after,
.t-p-code-post-slider__parent .swiper-button-next:after {
  padding-right: 2px;
  margin: auto;
  color: inherit !important;
}
.t-p-code-post-slider__parent .swiper-button-next {
  height: 25px;
  width: 25px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  left: unset;
  right: unset;
}
@media only screen and (min-width: 1600px) {
  .t-p-code-post-slider__parent .swiper-button-next {
    height: 25px;
    width: 25px;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    font-size: 24px;
  }
}
.t-p-code-post-slider__parent .swiper-button-next:after {
  font-size: 12px !important;
  padding: 2px;
}
.t-p-code-post-slider__parent .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  height: 25px;
  width: 25px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  right: unset;
  left: unset;
}
@media only screen and (min-width: 1600px) {
  .t-p-code-post-slider__parent .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
  }
}
.t-p-code-post-slider__parent .swiper-button-prev:after {
  font-size: 12px !important;
  padding: 2px;
}

.carousel-fullwidth-parent {
  max-height: 500px;
}
.carousel-fullwidth-parent .swiper-buttons-container {
  display: none;
}
.carousel-fullwidth-parent img {
  max-height: 500px;
}
.carousel-fullwidth-parent .swiper-button-prev,
.carousel-fullwidth-parent .swiper-button-next {
  display: none;
}

/* scope: your static slider */
.carousel-static-parent,
.carousel-static-parent .t-p-code-post-slider,
.carousel-static-parent .t-p-code-post-slider__swiper-wrapper,
.carousel-static-parent .t-p-code-post-slider__swiper-slide_static,
.carousel-static-parent .swiper,
.carousel-static-parent .swiper-wrapper,
.carousel-static-parent .swiper-slide,
.t-p-acf-t2-ly-content-grid__grid { /* the grid around the slider had height:100% inline */
  height: auto !important;
  min-height: 0 !important;
  height: 100% !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.t-p-acf-t2-ly-content-grid__grid-item {
  height: 100% !important;
}

.swiper-slide > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.t-p-acf-t2-ly-content-grid__card {
  height: 100% !important;
}
.t-p-acf-t2-ly-content-grid__card .t-p-acf-t2-ly-content-grid__grid-item {
  height: 100% !important;
}

/* let content decide slide height */
.carousel-static-parent .swiper-wrapper {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; /* don't stretch to a non-existent container height */
}

.carousel-static-parent .swiper-slide {
  display: block !important;
}

/* your video wrapper stays the same */
.fluid-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.fluid-media > iframe,
.fluid-media > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.swiper-button-prev,
.swiper-button-next, .swiper-button-child {
  display: none !important;
}

@media (max-width: 1199.98px) {
  /* make the slide itself allow a 2-row split */
  .t-p-code-post-slider__swiper-slide_fullwidth.swiper-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* the builder grid becomes the "two rows" container */
  .t-p-code-post-slider__swiper-slide_fullwidth .t-p-acf-t2-ly-content-grid__grid {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; /* fill the slide */
    height: 100% !important; /* important for equal split */
    gap: 0 !important; /* optional: remove gap between halves */
  }
  /* each stacked half gets equal height */
  .t-p-code-post-slider__swiper-slide_fullwidth .t-p-acf-t2-ly-content-grid__grid-item.col-6 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0px !important;
            flex: 1 1 0 !important; /* key: equal split */
    height: auto !important; /* avoid the 100% rule */
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* allows vertical centering classes to work */
  }
  /* optional: ensure inner content can center vertically */
  .t-p-code-post-slider__swiper-slide_fullwidth .t-p-acf-t2-ly-content-grid__grid-item--justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    vertical-align: middle;
  }
  .t-p-code-post-slider__swiper-slide_fullwidth .t-p-acf-t2-ly-content-grid__grid-item--justify-content-center .col-nested-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .t-p-code-post-slider__swiper-slide_fullwidth .t-p-acf-t2-ly-content-grid__grid-item--justify-content-center > * > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.div1 {
  width: unset !important;
}

.menu-footer-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-footer-menu-container ul {
  margin-top: auto;
}

#gform_1 .gform-field-label:where(:not(.gform-theme__disable) :not(.gform-theme__disable *) :not(.gform-theme__disable-framework) :not(.gform-theme__disable-framework *)) {
  color: #fff;
}
#gform_1 input[type=submit] {
  background-color: #048cae !important;
}