@charset "UTF-8";
/*!
	Theme Name: Sublime Designs Media Theme
	Version: 1.7
	Theme URI: https://www.sublimedesignsmedia.com/
	Description: Sublime Designs Media Theme is an assemblage of awesome resources, put together to form an extremely flexible WordPress foundation.
	Author: Sublime Designs Media
	Author URI: https://www.sublimedesignsmedia.com/
*/
/* CSS Document */
/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/******************************************** HELPER CLASSES ************/
.bumpBox {
  animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 30px;
  }
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
} /* for image replacement */
.hidden {
  display: none;
  visibility: hidden;
} /* Hide for both screenreaders and browsers */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
} /* Hide only visually - available for screenreaders */
.invisible {
  visibility: hidden;
} /* Hide visually and from screenreaders, but maintain layout */
.clear {
  clear: both;
  display: block;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  /* For IE 6/7 (trigger hasLayout) */
  *zoom: 1;
}

small, .small, .meta, .postMeta {
  font-size: 11px;
  line-height: 13px;
}

.postMeta {
  color: #999;
}

.fa {
  font-family: "FontAwesome";
}

.leftFloat {
  float: left;
}

.rightFloat {
  float: right;
}

blockquote {
  float: left;
  width: 330px;
  margin: 30px 80px 130px 0px;
  font-family: "Manrope", sans-serif;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
  color: #001f3f;
  position: relative;
}
blockquote:after {
  content: "";
  display: block;
  width: 283px;
  height: 369px;
  background-image: url("images/pullQuoteGraphic.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -100%;
}

/********************************************************** FONTS ************/
html {
  text-align: center;
  overflow-x: hidden;
}

html div, .elementor-slideshow__header {
  box-sizing: border-box;
}

body {
  text-align: left;
  max-width: 100%;
  overflow: auto;
  overflow-x: hidden;
}

h1, .h1 {
  margin: 0 0 25px 0;
  text-wrap: pretty;
}

h2, .h2 {
  margin: 0 0 25px 0;
  text-wrap: pretty;
}

h3, .h3 {
  margin: 0 0 25px 0;
  text-wrap: pretty;
}

h4, .h4 {
  margin: 0 0 20px 0;
  text-wrap: pretty;
}

h5, .h5 {
  margin: 0 0 20px 0;
  text-wrap: pretty;
}

h6, .h6 {
  margin: 0 0 20px 0;
  text-wrap: pretty;
}

header h1, header h2, header h3, header h4, header h5, header h6 {
  margin-bottom: 3px;
}

.textBalance p, .textBalance h1, .textBalance h2, .textBalance h3, .textBalance h4, .textBalance h5, .textBalance h6 {
  text-wrap: balance;
}

article header {
  margin-bottom: 20px;
}

/* elementor fixes for lightbox easy fancybox etc */
.elementor-slideshow__footer, .elementor-slideshow__header {
  box-sizing: border-box;
}

/* Main Content */
#main-content blockquote {
  font-style: italic;
}

.paging {
  text-align: center;
}
.paging .prev a, .paging .next a {
  /* Dark Themes color: #fff; */
}
.paging .prev a {
  margin: 0 auto;
  display: inline-block;
  padding: 7px 27px;
  border: 1px solid #555;
  border-radius: 3px;
  text-align: center;
}
.paging .next {
  float: left;
}
/********************************************************* LAYOUT ************/
html {
  height: 100%;
  /* 
  	Use this if the site has width 100% to prevent the background becoming smaller than the main container. 
  	Change 980px to the width of your main container 

  	min-width: 1160px; 
  */
}

body {
  /*height:100%;*/
  position: relative;
  background: #fff;
  padding: 0;
}

body p {
  text-wrap: pretty;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}

.flexIt {
  display: flex;
  flex-flow: row;
  text-align: center;
}
.flexIt > * {
  flex: 1 0;
  text-align: center;
}
.centerStuff {
  text-align: center;
  margin: 0 auto 20px;
}

.center {
  text-align: center;
}

.centerText {
  text-align: center;
}
.centerText a {
  display: inline;
}

.textalignleft {
  text-align: left;
}

.textalignright {
  text-align: right;
}

.gridRow {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
}

article ul:not(.elementor-editor-section-settings):not(.megacal-tabNav):not(.elementor-editor-element-settings),
article ol, .elementor-widget-text-editor ul:not(.elementor-editor-section-settings):not(.megacal-tabNav):not(.elementor-editor-element-settings),
.elementor-widget-text-editor ol,
.elementor-widget-theme-post-content ul:not(.elementor-editor-section-settings):not(.megacal-tabNav):not(.elementor-editor-element-settings),
.elementor-widget-theme-post-content ol {
  position: relative;
  margin-left: 20px;
  padding-right: 25px; /*necessary to ensure content fits in page*/
  margin-bottom: 25px;
}
article ul:not(.elementor-editor-section-settings):not(.megacal-tabNav):not(.elementor-editor-element-settings) li,
article ol li, .elementor-widget-text-editor ul:not(.elementor-editor-section-settings):not(.megacal-tabNav):not(.elementor-editor-element-settings) li,
.elementor-widget-text-editor ol li,
.elementor-widget-theme-post-content ul:not(.elementor-editor-section-settings):not(.megacal-tabNav):not(.elementor-editor-element-settings) li,
.elementor-widget-theme-post-content ol li {
  margin-bottom: 5px;
}

.lineBreak {
  padding-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

/******************************* Breadcrumbs */
.breadCrumb {
  margin: 8px 0 8px;
  position: relative;
  left: -5px;
  font: 12px Arial, sans-serif;
}
.breadCrumb p {
  font-size: 11px;
  padding-top: 10px;
  margin-bottom: 0;
}
.breadCrumb p a:last-child::after {
  /*content: "";*/
}
.breadCrumb p a {
  margin: 0 5px 0 5px;
  text-decoration: none;
  display: inline-block;
}
.breadCrumb p a:hover {
  text-decoration: underline;
}
.breadCrumb p .breadcrumb_last {
  display: none;
}

/* 
- Install Yoast
- Insert yoast breadcrumbs into single page template and this hides it when no parent exists 
- Manage here: 
/wp-admin/admin.php?page=wpseo_page_settings#/breadcrumbs#input-wpseo_titles-breadcrumbs-sep
*/
.elementor-widget-breadcrumbs {
  display: none;
}

.page-child .elementor-widget-breadcrumbs {
  display: block;
}

/************************ - end of breadcrumb styles ***********************/
.childrenBlock {
  text-align: center;
}

a.pictureBox {
  border-radius: 5px;
  width: 40%;
  display: inline-block;
  height: 200px;
  list-style: none;
  position: relative;
  overflow: hidden;
  margin: 0 20px;
}
a.pictureBox:hover .newsOverlay {
  background: rgba(41, 41, 58, 0.98);
}
a.pictureBox .newOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(76, 85, 107, 0.7411764706);
  transition: background 0.15s ease;
}
a.pictureBox .newsText {
  position: absolute;
  bottom: 0;
  padding: 13px 18px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
a.pictureBox .newsText p {
  font-size: 16px;
  margin-bottom: 12px;
}
a.pictureBox .newsText h3 {
  font-size: 24px;
  color: #fff;
}
a.pictureBox .newsText span {
  float: right;
  transition: color 0.15s ease;
}
a.pictureBox img {
  width: 100%;
  height: auto;
}

/***************** PARALLAX SCROLLING *****************/
.parallax-container {
  height: 500px;
  width: 100%;
  background: transparent;
  position: relative;
}

.parallax-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.parallax-content h1 {
  color: #fff;
}

.normal-block-example {
  padding: 50px 0;
}

.animationOnScroll h1 {
  text-align: center;
}

/******** Animation On Scroll Example/Helper styles ****************/
.gradientShape {
  position: relative;
}
.gradientShape:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 50%;
  height: 4px;
  background: linear-gradient(90deg, #001F3F 0%, #04814F 52.88%, #DBE54D 100%);
  position: absolute;
  top: -15px;
  left: 0;
}

.item {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: #ccc;
  text-align: center;
  color: #FFF;
  font-size: 3em;
}

/********** IMAGES ************/
.wp-post-image, img.alignright, img.alignleft, img.aligncenter {
  max-width: 100%;
  height: auto;
}

article iframe {
  max-width: 100%;
}

.alignleft {
  float: left;
  clear: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  clear: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  margin: 15px auto;
  display: block;
}

.gallery .gallery-item {
  padding: 5px;
  box-sizing: border-box;
  margin-top: 0;
}
.gallery .gallery-item img {
  max-width: 100%;
  border: none !important;
  height: auto;
  border-radius: 3px;
}

div.wp-caption {
  text-align: center;
  background: none;
  border: 1px solid #eee;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0px !important;
  text-align: center !important;
  margin-bottom: 20px;
}
div.wp-caption p.wp-caption-text {
  margin-bottom: 3px !important;
  padding: 0 6px 4px !important;
  clear: both;
  font-size: 13px;
  line-height: 16px;
}
div.wp-caption img {
  margin: 0;
  box-sizing: border-box;
  padding: 5px 5px 0;
  outline: 0;
  border: 0;
}

/*************************************************************** LINKS & BUTTONS **********/
a {
  color: #ba3b71;
  text-decoration: none;
}
a:hover, a:focus {
  color: #e63533;
}

/* Stellar Social Icons */
.socialDiv {
  position: absolute;
  top: 11px;
  right: 11px;
}
.socialDiv .socialList {
  list-style: none;
}
.socialDiv .socialList li {
  display: inline-block;
  margin-right: 5px;
  float: left;
}
.socialDiv .socialList li a {
  display: block;
  height: 36px;
  width: 36px;
  text-align: center;
  border-radius: 3px;
}
.socialDiv .socialList li a i {
  font-size: 22px;
  color: #222;
  margin: 7px auto 0;
}
.socialDiv .socialList li a:hover {
  background: #e63533;
}
.socialDiv .socialList li a:hover i {
  color: #FFF;
}
.socialDiv .socialList .fbLink:hover, .socialDiv .socialList .fbLink:active {
  background: #3b5998;
}
.socialDiv .socialList .instLink:hover, .socialDiv .socialList .instLink:active {
  background: #ac308e;
}
.socialDiv .socialList .twLink:hover, .socialDiv .socialList .twLink:active {
  background: #00acee;
}
.socialDiv .socialList .ytLink:hover, .socialDiv .socialList .ytLink:active {
  background: #c4302b;
}
.socialDiv .socialList .liLink:hover, .socialDiv .socialList .liLink:active {
  background: #2867b2;
}
.socialDiv .socialList .rssLink:hover, .socialDiv .socialList .rssLink:active {
  background: #ee802f;
}

/**************************************************************** Header */
#header {
  padding: 0 5px;
  margin-bottom: 20px;
}
#header .contact {
  float: right;
  margin: 0 20px 0;
}

#logo {
  float: left;
  font-size: 24px;
  margin: 20px;
}
#logo a {
  display: block;
  padding: 8px;
  position: relative;
}
#logo a img {
  max-width: 375px;
  height: auto;
}

/***************** Hero ******************/
#hero {
  position: relative;
  z-index: 1;
  padding: 32px 5% 40px 5%;
  background: #001f3f;
}
#hero .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
}
#hero .heroContent {
  padding: 20px 0px 20px;
  flex: 0 0 calc((100% - 40px) / 2);
}
#hero .heroTitle {
  margin-bottom: 20px;
  color: #fdfdfd;
  max-width: 600px;
}
#hero .heroText {
  max-width: 550px;
  color: #fdfdfd;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}
#hero .heroButtonWrap {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
#hero .heroMedia {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 calc((100% - 80px) / 2);
}
#hero .heroMedia img.heroImage {
  width: 100%;
  height: auto;
  max-height: 400px;
  max-width: 365px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}
#hero .heroMedia .designElement {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: -26px;
  right: -43px;
}
#hero.hero-type-post:after {
  content: "";
  display: block;
  width: 520px;
  height: 100%;
  background-image: url("images/insightSingleGraphic.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}

.page-id-25 #hero, .elementor-page-335 #hero {
  padding-top: 16px;
}
.page-id-25 #hero .heroContent, .elementor-page-335 #hero .heroContent {
  padding-top: 40px;
}
.page-id-25 #hero .heroMedia img.heroImage, .elementor-page-335 #hero .heroMedia img.heroImage {
  max-width: 318px;
}

.elementor-page-335 #hero {
  padding-top: 0px;
}
.elementor-page-335 #hero .heroContent {
  padding-top: 56px;
}
.elementor-page-335 #hero .heroMedia img.heroImage {
  max-width: 318px;
}

/********************************************* Main Content */
#main {
  clear: both;
  margin-bottom: 20px;
}
#main #main-content {
  grid-column: span 8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #main #main-content {
    grid-column: span 12;
  }
}
#main #main-content {
  margin-bottom: 40px;
}
#main #main-content.fullWidth {
  grid-column: span 12;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #main #main-content.fullWidth {
    grid-column: span 12;
  }
}
#main #main-content.fullWidth {
  width: 100%;
  max-width: 790px;
  margin: 0 auto 40px;
}
#main #main-content iframe {
  grid-column: span 12;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #main #main-content iframe {
    grid-column: span 12;
  }
}
#main #main-content blockquote {
  margin: 0 2.5em 1.25em 2.5em;
  border: 1px solid #eee;
  background: #f6f6f6;
  padding: 1.19em 1.25em 0;
}

.fullWidth {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw !important;
}

.blog .post {
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #eee;
}
.blog .post:last-child {
  border-bottom: none;
}
.blog .post h2 {
  margin: 0 0 7px;
}
.blog .post .postMeta {
  margin: 0 0 12px;
}

/* Sidebar */
#sidebar {
  grid-column: span 4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #sidebar {
    grid-column: span 12;
  }
}
#sidebar #subpages {
  width: 210px;
}

/****************************************************** WIDGETS ************/
.widget {
  margin: 0 0 30px 0;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget.widget_search {
  overflow: hidden;
  zoom: 1;
}
.widget.widget_search input#s {
  float: left;
  width: 50%;
}
.widget.widget_search #searchsubmit {
  font-size: 0.875em;
  padding: 0 1em;
  border: 0;
  margin: 1px 0 0 0;
  line-height: 2.29em;
}
.widget.widget_search label {
  display: none;
}
.widget.widget_categories ul, .widget.widget_archive ul, .widget.widget_links ul, .widget.widget_recent_entries ul, .widget.widget_recent_comments ul, .widget.widget_meta ul, .widget.widget_pages ul, .widget.widget_rss ul, .widget.widget_pages ul, .widget.widget_nav_menu ul, .widget.widget_categories ul {
  padding: 0;
  list-style-type: none;
}
.widget.widget_categories ul li, .widget.widget_archive ul li, .widget.widget_links ul li, .widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li, .widget.widget_meta ul li, .widget.widget_pages ul li, .widget.widget_rss ul li, .widget.widget_pages ul li, .widget.widget_nav_menu ul li, .widget.widget_categories ul li {
  display: block;
}
.widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_links ul li a, .widget.widget_recent_entries ul li a, .widget.widget_recent_comments ul li a, .widget.widget_meta ul li a, .widget.widget_pages ul li a, .widget.widget_rss ul li a, .widget.widget_pages ul li a, .widget.widget_nav_menu ul li a, .widget.widget_categories ul li a {
  text-decoration: none;
}
.widget.widget_categories ul li a:hover, .widget.widget_categories ul li a:focus, .widget.widget_archive ul li a:hover, .widget.widget_archive ul li a:focus, .widget.widget_links ul li a:hover, .widget.widget_links ul li a:focus, .widget.widget_recent_entries ul li a:hover, .widget.widget_recent_entries ul li a:focus, .widget.widget_recent_comments ul li a:hover, .widget.widget_recent_comments ul li a:focus, .widget.widget_meta ul li a:hover, .widget.widget_meta ul li a:focus, .widget.widget_pages ul li a:hover, .widget.widget_pages ul li a:focus, .widget.widget_rss ul li a:hover, .widget.widget_rss ul li a:focus, .widget.widget_pages ul li a:hover, .widget.widget_pages ul li a:focus, .widget.widget_nav_menu ul li a:hover, .widget.widget_nav_menu ul li a:focus, .widget.widget_categories ul li a:hover, .widget.widget_categories ul li a:focus {
  text-decoration: underline;
}
.widget.widget_tag_cloud div {
  padding: 0;
  overflow: hidden;
}
.widget.widget_tag_cloud a {
  line-height: 1.62em;
}
.widget.widget_tag_cloud a:hover, .widget.widget_tag_cloud a:focus {
  text-decoration: underline;
}

/* Members Menu and User Login Form */
body:not(.logged-in) article.post-8167 {
  margin: 25px auto 70px;
  max-width: 380px;
  background: whitesmoke;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 3px 3px -3px #b1b1b1;
  padding: 25px 50px;
}

#wpuf-login-form a {
  display: inline-block;
  margin: 0 7px 0;
}

.loginLink {
  float: right;
  top: 23px;
  position: relative;
  right: 178px;
}
.loginLink a {
  color: #444;
}
.loginLink a:hover {
  text-decoration: underline;
}

.cartLink {
  float: right;
  top: 56px;
  right: 17px;
  position: absolute;
  font-size: 15px;
  line-height: 10px;
}
.cartLink a {
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 12px 16px 11px 38px;
  border: 1px solid #ccc;
  background: #fff url(images/cart-wrench.png) no-repeat 7px 3px;
  background-size: 26px;
}
.cartLink a img {
  position: relative;
  top: -8px;
  width: 26px;
  float: left;
  left: -5px;
}
.cartLink a:hover {
  border: 1px solid #FF0000;
}
/********************************************* Theme Details */
.articleInfo {
  margin-left: 188px;
}

/********************************************* Footer */
#footer {
  overflow: hidden;
  zoom: 1;
  clear: both;
  padding: 15px 15px;
  background: #333;
  color: #FFF;
  font-size: 12px;
  line-height: 12px;
}
#footer .chillDivider {
  color: #777;
}
#footer .codingLogos {
  width: 120px;
  clear: none;
  margin: 0 auto;
  text-align: center;
}
#footer .codingLogos img:first-child {
  margin-right: 20px;
}
#footer {
  /* Nav */
}
#footer .menu {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#footer .menu li {
  float: left;
  margin: 0 10px 0 0;
}
#footer .menu li a {
  padding: 0;
  margin: 0;
}
#footer .siteBy ul {
  margin: 0;
  padding: 0;
  display: table;
  float: right;
}
#footer .siteBy ul li {
  list-style: none;
  height: 30px;
  padding: 6px 3px 0;
  display: table-cell;
  vertical-align: middle;
  float: left;
  margin: 0;
  margin-right: -1px;
  min-width: 35px;
  text-align: center;
}
#footer .siteBy a.stellar {
  margin-top: 5px;
  display: inline-block;
}
#footer .siteBy a.stellar:hover {
  text-decoration: none;
}
#footer #wpstats {
  display: none;
  visibility: hidden;
}

.footerNavWrap .elementor-nav-menu .menu-item {
  border-width: 0;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.footerNavWrap .elementor-nav-menu .menu-item:not(:last-of-type) {
  border-bottom: 1px solid #707070;
}

.postCards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: center;
}
.postCards .postCard {
  position: relative;
  flex: 0 0 calc((100% - 90px) / 3);
}
.postCards .postCard .cardIcon {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 26px;
  width: 25px;
  height: auto;
  display: block;
}
.postCards .postCard .postCardImg {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.postCards .postCard .postCardImg .cardImage {
  position: absolute;
  top: 0;
  left: 0;
}
.postCards .postCard .postCardImg .cardImage.repeater {
  left: 52%;
  top: 20px;
  transform: translate(-50%, 0);
}
.postCards .postCard .postCardTitle {
  color: #010101;
  font-size: 18px;
  line-height: 25px;
  text-wrap: pretty;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  transition: color 0.15s ease;
}
.postCards .postCard .postCardReadMore {
  font-family: "Open Sans";
  font-size: 18px;
  font-style: italic;
  color: #04814f;
  position: relative;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
  transition: color 0.15s ease;
}
.postCards .postCard .postCardReadMore:after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  inset: -6px -12px -7px -12px;
  background: #001f3f;
  opacity: 0;
  transition: opacity 0.15s ease, background 0.15s ease;
}
.postCards .postCard:hover .postCardTitle {
  color: #04814f;
}
.postCards .postCard:hover .postCardReadMore {
  color: #fdfdfd;
}
.postCards .postCard:hover .postCardReadMore:after {
  opacity: 1;
  background: #04814f;
}
.postCards .postCard:focus .postCardReadMore, .postCards .postCard:active .postCardReadMore {
  color: #001f3f;
}
.postCards .postCard:focus .postCardReadMore:after, .postCards .postCard:active .postCardReadMore:after {
  opacity: 1;
  background: #DBE54D;
}
.postCards.randomCards {
  margin-bottom: 30px;
}
.postCards.randomCards .postCard .cardTop {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  background-color: #F4F4F4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.postCards.randomCards .postCard .cardTop:before {
  width: 100%;
  display: block;
  content: "";
  padding-bottom: 52%;
}
.postCards.randomCards .postCard .postCardContent {
  position: absolute;
  z-index: 2;
  top: 29%;
  width: 67%;
  padding-left: 55px;
}
.postCards.randomCards .postCard:first-child .postCardContent {
  width: 94%;
}
.postCards.randomCards .postCard:nth-child(odd) .postCardTitle {
  color: #010101;
}
.postCards.randomCards .postCard:nth-child(even) .postCardTitle {
  color: #fdfdfd;
}
.postCards.randomCards .postCard:nth-child(odd):hover .postCardTitle, .postCards.randomCards .postCard:nth-child(odd):active .postCardTitle, .postCards.randomCards .postCard:nth-child(odd):focus .postCardTitle {
  color: #04814f;
}
.postCards.randomCards .postCard:nth-child(even):hover .postCardTitle, .postCards.randomCards .postCard:nth-child(even):active .postCardTitle, .postCards.randomCards .postCard:nth-child(even):focus .postCardTitle {
  color: #DBE54D;
}

.blogArchive {
  display: flex;
  flex-direction: row;
  min-height: 800px;
}
.blogArchive .blogSidebar {
  width: 300px;
  margin-right: 60px;
}
.blogArchive .blogSidebar .searchField {
  position: relative;
}
.blogArchive .blogSidebar .searchField input {
  width: 100%;
  padding-right: 35px;
}
.blogArchive .blogSidebar .searchField .clearSearch {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.blogArchive .blogSidebar .searchField.hasText .clearSearch {
  opacity: 1;
  pointer-events: auto;
}
.blogArchive .blogSidebar .sidebarSection {
  margin-bottom: 35px;
}
.blogArchive .blogSidebar .filterTitle {
  color: #001f3f;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 4px;
}
.blogArchive .blogSidebar .filterBtn {
  width: auto;
  background-color: transparent !important;
  font-size: 21px;
  font-weight: 400;
  color: #000 !important;
  padding: 0;
  margin-bottom: 5px;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
  width: 100%;
  text-align: left;
  transition: padding-left 0.15s ease, color 0.15s ease;
}
.blogArchive .blogSidebar .filterBtn:after {
  content: "\f057";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  font-family: "FontAwesome";
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.blogArchive .blogSidebar .filterBtn:hover {
  color: #01804E !important;
}
.blogArchive .blogSidebar .filterBtn.active {
  padding-left: 20px;
  color: #01804E !important;
}
.blogArchive .blogSidebar .filterBtn.active:after {
  opacity: 1;
}
.blogArchive .blogMain {
  position: relative;
  min-height: 370px;
  width: -o-calc(100% - 360px);
  width: calc(100% - 360px);
}
.blogArchive .postCards {
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.blogArchive .postCards .postCard {
  flex: 0 0 calc((100% - 45px) / 2);
}
.blogArchive .postCards.randomCards .postCard:nth-child(6n+1) .postCardContent {
  width: 94%;
}
.blogArchive .postCards.randomCards .postCard:nth-child(6n+1) .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+4) .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+5) .postCardTitle {
  color: #010101;
}
.blogArchive .postCards.randomCards .postCard:nth-child(6n+2) .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+3) .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+6) .postCardTitle {
  color: #fdfdfd;
}
.blogArchive .postCards.randomCards .postCard:nth-child(6n+1):hover .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+1):active .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+1):focus .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+4):hover .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+4):active .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+4):focus .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+5):hover .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+5):active .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+5):focus .postCardTitle {
  color: #04814f;
}
.blogArchive .postCards.randomCards .postCard:nth-child(6n+2):hover .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+2):active .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+2):focus .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+3):hover .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+3):active .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+3):focus .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+6):hover .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+6):active .postCardTitle, .blogArchive .postCards.randomCards .postCard:nth-child(6n+6):focus .postCardTitle {
  color: #DBE54D;
}
.blogArchive .loadMoreBtn {
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  transition: background 0.15s ease, color 0.15s ease;
}
.blogArchive .loadMoreBtn:focus, .blogArchive .loadMoreBtn:active {
  background: #04814f !important;
  color: #fdfdfd !important;
}
.blogArchive .ajaxSpinner {
  transition: all 0.15s ease;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5490196078) !important;
  width: 100%;
  backdrop-filter: blur(1px);
  align-items: center;
  justify-content: center;
}

.featuredReviews {
  padding: 0px;
  position: relative;
  background: #001f3f;
  padding: 60px 20px;
}
.featuredReviews .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 60px;
}

.reviewCard {
  flex: 0 0 calc((100% - 120px) / 3);
  color: #fdfdfd;
  position: relative;
}
.reviewCard .quote {
  display: block;
  color: #DBE54D;
  font-size: 35px;
  font-weight: 800;
  font-style: italic;
}
.reviewCard .reviewContent {
  font-size: 23px;
  font-weight: 400;
  line-height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  margin-bottom: 24px;
}
.reviewCard .reviewContent h2, .reviewCard .reviewContent h3, .reviewCard .reviewContent h4, .reviewCard .reviewContent h5, .reviewCard .reviewContent h6 {
  color: #fdfdfd;
  font-size: 20px;
}
.reviewCard .reviewContent p:last-of-type {
  margin-bottom: 0px;
}
.reviewCard .reviewMeta {
  font-size: 18px;
  font-style: italic;
  line-height: 26px;
  color: #DBE54D;
}
.reviewCard:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #D9D9D9;
}

.imgBoxWrap .elementor-widget-image-box .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imgBoxWrap .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
  display: block;
  height: 95px;
  width: 100%;
  max-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 45px;
}
.imgBoxWrap .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content h3 {
  margin-bottom: 10px;
}
.imgBoxWrap .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.imgBoxWrap.horizontal .elementor-widget-image-box .elementor-image-box-wrapper {
  display: flex;
  flex-direction: row;
}
.imgBoxWrap.horizontal .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
  height: 100px;
  width: 100px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 0px;
}
.imgBoxWrap.horizontal .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
  padding-left: 30px;
}
.imgBoxWrap.horizontal .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.imgBoxWrap.diffSection .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
  height: 100px;
  margin-bottom: 46px;
}
.imgBoxWrap.diffSection .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-weight: 700;
  margin-bottom: 29px;
}
.imgBoxWrap.diffSection .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  font-weight: 400;
}

.teamModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}
.teamModal.active {
  pointer-events: auto;
}
.teamModal.active .teamModalOverlay {
  opacity: 1;
  backdrop-filter: blur(4px);
}
.teamModal.active .teamModalContent {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.teamModalOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.teamModalContent {
  position: relative;
  max-width: 700px;
  max-height: 80vh;
  overflow-y: auto;
  margin: 5% auto;
  background: #fff;
  padding: 30px;
  z-index: 2;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(20px) scale(0.96);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.teamModalContent .teamModalClose {
  padding: 3px 9px;
  border-radius: 50px;
  border: none;
  position: relative;
  top: -16px;
  left: -16px;
  color: #fff !important;
}
.teamModalContent .teamModalHeader {
  position: relative;
  padding-bottom: 10px;
  display: flex;
}
.teamModalContent .teamModalHeader .teamTitleHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.teamModalContent .teamModalHeader .teamTitleHeader .teamName {
  margin-bottom: 2px;
  font-family: "Open Sans", Sans-serif;
  font-weight: 700;
}
.teamModalContent .teamModalHeader .teamTitleHeader .teamJobTitle {
  margin-bottom: 0px;
}
.teamModalContent .teamModalHeader .teamTitleHeader .teamLinkedin {
  position: absolute;
  bottom: 30px;
  right: 12px;
  font-size: 27px;
  color: #04814F;
  transition: color 0.15s ease;
}
.teamModalContent .teamModalHeader .teamTitleHeader .teamLinkedin:hover, .teamModalContent .teamModalHeader .teamTitleHeader .teamLinkedin:active, .teamModalContent .teamModalHeader .teamTitleHeader .teamLinkedin:focus {
  color: #001f3f;
}
.teamModalContent .teamBio {
  border-top: 1px solid #e8e8e8;
  padding-top: 30px;
}
.teamModalContent .teamBio, .teamModalContent .teamBio p {
  font-size: 15px;
}
.teamModalContent .teamImage {
  max-width: 250px;
  max-width: 250px;
  float: left;
  width: 250px;
  margin: 0 30px 21px 0;
}
.teamModalContent .teamImage img {
  max-width: 100%;
  height: auto;
}

.teamGrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.teamCard {
  flex: 0 0 calc((100% - 60px) / 3);
  max-width: 350px;
  position: relative;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.15s ease;
}
.teamCard.advisors_tertiary {
  flex: 0 0 calc((100% - 90px) / 4);
}
.teamCard .teamContent {
  position: relative;
  z-index: 1;
  background: #001f3f;
  padding: 22px 15px 25px 15px;
}
.teamCard .teamContent:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(90deg, #001F3F 0.15%, #04814F 79.14%, #DBE54D 149.51%);
  opacity: 0;
  transition: opacity 0.15s ease;
}
.teamCard .teamName {
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.teamCard .jobCred {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  font-style: italic;
}
.teamCard .teamJobTitle, .teamCard .teamCredText {
  position: relative;
  z-index: 1;
}
.teamCard .teamLinkedin {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 15px;
  color: #fff;
  transition: color 0.15s ease;
}
.teamCard .teamLinkedin:hover, .teamCard .teamLinkedin:active, .teamCard .teamLinkedin:focus {
  color: #01804E;
}
.teamCard {
  /*
  &:hover,
  &:active,
  &:focus {
      transform: scale(1.1);
      z-index: 2;
      .teamContent {
      	&:before {
      		opacity: 1;
      	}
   }
   .teamImage img {
   	// filter: grayscale(0);
   }
  }
  */
}

.teamImage {
  margin-bottom: 9px;
  position: relative;
  overflow: hidden;
  border: 2px solid #F4F4F4;
}
.teamImage:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.teamImage img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: filter 0.15s ease;
}
.teamImage i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
}

.transactionsShareGraphicLoop {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  margin: 0 auto;
  width: 100%;
}
.transactionsShareGraphicLoop .shareGraphicItem {
  display: block;
  max-width: 400px;
  position: relative;
}
.transactionsShareGraphicLoop .shareGraphicItem img {
  display: block;
  width: 100%;
  height: auto;
}

.boxAligner h3 {
  min-height: 48px !important;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px !important;
}

.transactionsWrapper {
  min-height: 800px;
}
.transactionsWrapper .loadMoreTransactions {
  margin: 0 auto;
  display: block;
}

.transactionFilters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-bottom: 55px;
}
.transactionFilters .filterTitle {
  color: #001f3f;
  font-weight: 700;
}
.transactionFilters .filterButton {
  background-color: transparent !important;
  font-size: 21px;
  font-weight: 400;
  color: #001f3f !important;
  padding: 0;
}
.transactionFilters .filterButton:hover, .transactionFilters .filterButton:active, .transactionFilters .filterButton:focus, .transactionFilters .filterButton.active {
  background-color: transparent !important;
  color: #01804E !important;
}

.transactionsGrid .transactionCard {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.transactionsGrid .transactionCard:not(:last-of-type) {
  border-bottom: 1px solid;
}
.transactionsGrid .transactionCard .logosBox {
  width: 30%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.transactionsGrid .transactionCard .logoRow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 50%;
  border-right: 1px dotted;
}
.transactionsGrid .transactionCard .logoRow img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 110px;
}
.transactionsGrid .transactionCard .actionText {
  color: #000;
  text-align: center;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
}
.transactionsGrid .transactionCard .actionText:first-letter {
  text-transform: uppercase;
}
.transactionsGrid .transactionCard .lineBelowText {
  color: #000;
  text-align: center;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
.transactionsGrid .transactionCard .descriptionRow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px dotted;
  padding: 0 30px;
  width: 40%;
  font-family: "Open Sans", Sans-serif;
  line-height: 25px;
  font-size: 18px;
}
.transactionsGrid .transactionCard .descriptionRow .topLine {
  color: #001F3F;
  font-weight: 700;
}
.transactionsGrid .transactionCard .descriptionRow .secondLine {
  font-weight: 400;
  color: #000;
  text-wrap: pretty;
}
.transactionsGrid .transactionCard .flagsBtn {
  width: 30%;
  display: flex;
  flex-direction: row;
}
.transactionsGrid .transactionCard .countryRow {
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 15px;
  width: 165px;
  margin-right: auto;
}
.transactionsGrid .transactionCard .countryRow img {
  max-width: 45px;
  width: 100%;
  height: auto;
  display: block;
}
.transactionsGrid .transactionCard .learnMore {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.transactionsGrid .transactionCard .learnMore a {
  text-align: center;
}

.transactionSidebar {
  float: right;
  width: 35%;
  margin-left: 80px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 3px solid #969696;
  align-items: center;
  padding: 20px;
  font-size: 17px;
  color: #1d1d1d;
}
.transactionSidebar p {
  margin-bottom: 7px !important;
}
.transactionSidebar .flags {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
.transactionSidebar .flags > div {
  min-width: 50px;
  margin: 0 5px;
  box-sizing: border-box;
}
.transactionSidebar .flags img {
  max-width: 60px;
  margin: 0 0px 0 0px;
  width: 100%;
}
.transactionSidebar .describeTransaction {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 10px 15px;
}
.transactionSidebar .transLogo {
  min-height: 128px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.transactionSidebar .transLogo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 250px;
}
.transactionSidebar .transactionAction {
  font-size: 18px;
  font-style: italic;
  color: #707070;
  text-transform: capitalize;
}

.transactionLayout .transactionMain {
  overflow: hidden;
}
.transactionLayout .transactionMain h1 {
  font-size: 30px;
}
.transactionLayout .transactionMain h2 {
  font-size: 24px;
}

.notificationBar {
  padding: 20px;
  background: #000;
}
.notificationBar .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
.notificationBar .notificationText p {
  color: #FFFDFD;
  text-align: center;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}
.notificationBar .notificationText a {
  color: #DAE251;
  transition: color 0.15s ease;
}
.notificationBar .notificationText a:hover, .notificationBar .notificationText a:active, .notificationBar .notificationText a:focus {
  color: #01804E;
}
.notificationBar .notificationButton {
  flex-shrink: 0;
}
.notificationBar .notificationButton .button {
  padding: 4px 22px;
}
.notificationBar .notificationButton .button:hover {
  background: #DAE251;
  color: #010101 !important;
}

/* =========================
   AJAX Loading Spinner
==========================*/
.ajaxSpinner {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.ajaxSpinner.isVisible {
  display: flex;
}
.ajaxSpinner__ring {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(4, 129, 79, 0.2);
  border-top-color: #001F3F !important;
  border-radius: 50%;
  animation: ajaxSpin 0.7s linear infinite;
}

@keyframes ajaxSpin {
  to {
    transform: rotate(360deg);
  }
}
.childPagesList.list .childPage {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 0 15px;
  margin: 0 0 25px 0;
}
.childPagesList.list .childPage:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.childPagesList.list .childPage .icon {
  width: 45px;
  height: 45px;
  display: block;
  position: relative;
  margin: 0 10px 0 0;
}
.childPagesList.list .childPage .icon i {
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.childPagesList.list .childPage .icon .imgIcon {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.childPagesList.list .childPage .textWrap {
  width: -o-calc(100% - 55px);
  width: calc(100% - 55px);
}
.childPagesList.list .childPage .textWrap h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 5px 0;
}
.childPagesList.list .childPage .textWrap h3 a {
  transition: color 0.15s ease;
}
.childPagesList.list .childPage .textWrap .button {
  float: right;
}
.childPagesList.card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: center;
}
.childPagesList.card .childPage {
  position: relative;
  overflow: hidden;
  flex: 0 0 calc((100% - 90px) / 3);
  transition: background-color 0.15s ease;
}
.childPagesList.card .childPage .cardIcon {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 26px;
  width: 25px;
  height: auto;
  display: block;
  display: none;
}
.childPagesList.card .childPage .cardThumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #000;
  margin-bottom: 27px;
}
.childPagesList.card .childPage .cardThumb:before {
  content: "";
  display: block;
  padding-bottom: 52%;
}
.childPagesList.card .childPage .cardThumb img {
  position: absolute;
  top: 0;
  left: 0;
}
.childPagesList.card .childPage .cardFooter {
  position: relative;
  z-index: 1;
}
.childPagesList.card .childPage .cardFooter h3 {
  color: #01804E;
  font-size: 24px;
  line-height: 1.2em;
  text-wrap: pretty;
  margin-bottom: 12px;
  height: 62px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.childPagesList.card .childPage .cardFooter .readMore {
  font-family: "Open Sans";
  font-size: 18px;
  font-style: italic;
  color: #707070;
}
#childPageSection .parentTitle {
  max-width: 1000px;
  margin: 0 auto 25px;
}

/* Main Navigation */
#main-nav .menu {
  padding: 0px;
  margin: 0;
}
#main-nav .menu li {
  float: left;
  position: relative;
  margin: 0 7px 0 0;
}
#main-nav .menu li a {
  display: block;
  line-height: 21px;
  padding: 5px 15px;
  text-align: center;
  color: #111;
  font-family: "Manrope";
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  transition: font-weight 0.15s ease;
}
#main-nav .menu li a:before {
  content: attr(data-text);
  font-family: inherit, "FontAwesome";
  font-weight: 700;
  visibility: hidden;
  display: block;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
}
#main-nav .menu li.current-menu-item > a, #main-nav .menu li:hover > a, #main-nav .menu li:focus > a, #main-nav .menu li:active > a {
  font-weight: 700;
}
#main-nav .menu li.menu-item-has-children > a:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-weight: 900;
  margin: 0 0 0 8px;
  font-size: 17px;
  position: relative;
  top: -1px;
}
#main-nav .menu li:last-of-type {
  margin: 0;
}
#main-nav .menu > li > a {
  line-height: 40px;
}
#main-nav .menu ul.sub-menu {
  position: absolute;
  background: #04814F;
  padding: 6px 2px;
  top: 51px;
  border-radius: 0;
  left: -9999px;
  z-index: 2;
}
#main-nav .menu ul.sub-menu li {
  display: block;
  float: none;
  margin: 0 0 7px;
}
#main-nav .menu ul.sub-menu li a {
  background: transparent;
  color: #fff;
  text-align: left;
  width: 200px;
  text-transform: none;
  padding: 7px 14px 5px;
  transition: background 0.15s ease, color 0.15s ease, font-weight 0.15s ease;
}
#main-nav .menu ul.sub-menu li.current-menu-item a, #main-nav .menu ul.sub-menu li:hover a, #main-nav .menu ul.sub-menu li:focus a, #main-nav .menu ul.sub-menu li:active a {
  font-weight: 700;
  color: #010101 !important;
}
#main-nav .menu li:hover ul.sub-menu {
  left: 15px !important;
}
#main-nav .menu li:hover ul.sub-menu:hover, #main-nav .menu li:hover ul.sub-menu:active, #main-nav .menu li:hover ul.sub-menu:focus {
  background: #DAE251;
}

.user {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.user p:not(.whiteLink),
.user .avatarTop,
.user .menu-member {
  display: inline-block;
  vertical-align: top;
}
.user p.welcomeMessage {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #383838;
}
.user p.welcomeMessage i {
  margin-left: 7px;
}
.user p.whiteLink {
  position: relative;
  margin-bottom: 0;
}
.user p.whiteLink a {
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 7px 15px 6px;
  border: 1px solid #ccc;
}
.user .avatarTop {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 5px 0 0;
}
.user .avatarTop img {
  display: block;
}
.user .menu-member {
  position: absolute;
  z-index: 1;
  left: -9999px;
  top: 33px;
  text-align: left;
  padding: 15px 12px 12px;
  background: #fff;
  border: 1px solid #dadada;
  border-top: none;
}
.user .menu-member ul {
  list-style: none;
  margin: 0;
}
.user .menu-member ul li:not(:last-child) {
  margin-bottom: 5px;
}
.user .menu-member ul li a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  width: 150px;
}
.user:hover .menu-member, .user:active .menu-member {
  left: 40px;
}

/* Slider */
/* Default Slick Styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slider .slick-slide {
  display: none;
}

.slick-slider .slick-slide:first-child {
  display: block;
}

.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child {
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slick Theme Styles */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* FontAwesome Arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  cursor: pointer;
  transition: color 0.15s ease;
}
.slick-arrow.fa-angle-left {
  left: -66px;
}
.slick-arrow.fa-angle-right {
  right: -66px;
}
.slick-arrow:hover, .slick-arrow:active {
  color: #ff7522;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Stellar Form Styles - Generic Styles for Sexy Forms */
input:not([type=submit]):not([type=file]),
select,
textarea {
  padding: 10px 10px 8px !important;
  font-size: 15px !important;
  border-radius: 0px !important;
  border: 1px solid #CCC !important;
  color: #4d4d4d !important;
  outline: none !important;
  background: #fafafa !important;
  box-sizing: border-box;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
input:not([type=submit]):not([type=file]):focus,
select:focus,
textarea:focus {
  color: #1A1A1A !important;
  border: 1px solid #999 !important;
  background: #fff;
}

input[type=checkbox] {
  width: auto !important;
  margin: 3px 8px 0 6px;
}

textarea {
  padding: 10px 10px 8px !important;
  box-sizing: border-box;
}

.salesForceForm {
  max-width: 500px !important;
}
.salesForceForm label {
  display: none;
}
.salesForceForm div.submitButtonSalesForce {
  text-align: center;
}
.salesForceForm div.submitButtonSalesForce input {
  transition: background-color 0.15s ease, color 0.15s ease;
  cursor: pointer;
  margin: 0 auto;
  background-color: #DBE54D;
  border: none;
  color: #010101;
}
.salesForceForm div.submitButtonSalesForce input:hover {
  background-color: #fff;
}
.salesForceForm div.submitButtonSalesForce input:active, .salesForceForm div.submitButtonSalesForce input:focus {
  background-color: #04814f;
  color: #fdfdfd;
}
.salesForceForm div:not(.submitButtonSalesForce) input {
  margin-bottom: 20px;
  width: 100%;
}

.gform_fields,
.ginput_container ul {
  list-style: none;
  left: 0;
}

.ginput_container input:not([type=radio]) {
  width: 250px;
}

.gform_confirmation_wrapper {
  padding: 30px 50px;
  border: 3px dotted #ba3b71;
}

.greenSection .gform_confirmation_wrapper {
  color: #FFF;
  padding: 30px 50px;
  border: 3px dotted #FFF;
}

.gform_required_legend {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px !important;
}

/* Uncomment to style placeholder text
::-webkit-input-placeholder {
   color: #8dc63f;
}

:-moz-placeholder {
   color: #8dc63f;  
}

::-moz-placeholder {
   color: #8dc63f;  
}

:-ms-input-placeholder {  
   color: #8dc63f;  
}*/
/************************************************************************************* COMMENTS ************/
#comment {
  width: 100%;
  height: 150px;
}

#respond {
  margin-top: 20px;
  margin-bottom: 15px;
}
#respond form {
  background: none !important;
}
#respond form textarea {
  width: 98%;
  margin-right: 0;
}
#respond form label {
  font-size: 1em;
  font-weight: bold;
}

.comment_container {
  position: relative;
}

ol.comment-list {
  margin: 0 0 15px !important;
}
ol.comment-list li {
  margin: 0;
  padding: 8px 0 8px 14px;
  list-style: none;
  overflow: hidden;
  position: relative;
}
ol.comment-list li ul {
  margin: 8px 0 0 !important;
}
ol.comment-list li ul li {
  border: 0;
  margin: 0 0 0 28px !important;
  padding: 0 0 8px;
}
ol.comment-list li header {
  margin: 0;
  line-height: 1.5em;
}
ol.comment-list li article nav {
  float: right;
}
ol.comment-list li .comment-text {
  border: 2px solid #ebebeb;
  overflow: hidden;
  border-radius: 8px;
  padding: 10px 10px 0;
}
ol.comment-list li .comment-text p {
  margin: 0 0 10px !important;
}
ol.comment-list li .comment-text p.meta {
  font-weight: normal;
  background: transparent;
  padding: 0;
  font-style: italic;
  color: #777;
  font-size: 0.9em;
  margin: 0 0 10px !important;
}
ol.comment-list li .comment-text p.meta strong {
  font-weight: bold;
}
ol.comment-list li.bypostauthor .comment-text,
ol.comment-list li.bypostauthor img.avatar {
  border-color: #D4E2EB;
}
ol.comment-list img.avatar {
  margin: 8px 10px 0 0;
  padding: 4px;
  float: left;
  border: 1px solid #1a1f23;
}

#respond input.text,
#respond select,
#respond textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.widget_search input#s {
  border: 1px solid #eee;
  background: #f6f6f6;
  color: #777;
  font-size: 1em;
  line-height: 1em;
  padding: 0.375em;
  width: 50%;
  margin: 0 4px 0 0;
  outline: 0;
  display: block;
}

#respond input.text:focus,
#respond select:focus,
#respond textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.widget_search input#s:focus {
  border: 1px solid #ccc;
}

.borderradius #respond input.text,
.borderradius #respond select,
.borderradius #respond textarea,
.borderradius .comment-form-author input,
.borderradius .comment-form-email input,
.borderradius .comment-form-url input,
.borderradius .widget_search input#s {
  border-radius: 0.5em;
}

button,
.learnMoreBtn,
.button,
#submit,
#wp-submit,
.wpuf-submit-button,
#wpuf-account-update-profile {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  color: #fdfdfd !important;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: #001F3F !important;
  border-radius: 0px;
  transition: background-color 0.15s ease, color 0.15s ease;
}
button:hover,
.learnMoreBtn:hover,
.button:hover,
#submit:hover,
#wp-submit:hover,
.wpuf-submit-button:hover,
#wpuf-account-update-profile:hover {
  background-color: #DBE54D !important;
  color: #010101 !important;
}
button:focus, button:active,
.learnMoreBtn:focus,
.learnMoreBtn:active,
.button:focus,
.button:active,
#submit:focus,
#submit:active,
#wp-submit:focus,
#wp-submit:active,
.wpuf-submit-button:focus,
.wpuf-submit-button:active,
#wpuf-account-update-profile:focus,
#wpuf-account-update-profile:active {
  background-color: #04814f !important;
  color: #fdfdfd !important;
}
button.featuredPostLink:hover,
.learnMoreBtn.featuredPostLink:hover,
.button.featuredPostLink:hover,
#submit.featuredPostLink:hover,
#wp-submit.featuredPostLink:hover,
.wpuf-submit-button.featuredPostLink:hover,
#wpuf-account-update-profile.featuredPostLink:hover {
  background: #DBE54D !important;
  color: #010101 !important;
}
button.featuredPostLink:focus, button.featuredPostLink:active,
.learnMoreBtn.featuredPostLink:focus,
.learnMoreBtn.featuredPostLink:active,
.button.featuredPostLink:focus,
.button.featuredPostLink:active,
#submit.featuredPostLink:focus,
#submit.featuredPostLink:active,
#wp-submit.featuredPostLink:focus,
#wp-submit.featuredPostLink:active,
.wpuf-submit-button.featuredPostLink:focus,
.wpuf-submit-button.featuredPostLink:active,
#wpuf-account-update-profile.featuredPostLink:focus,
#wpuf-account-update-profile.featuredPostLink:active {
  background: #04814f !important;
  color: #fdfdfd !important;
}
button.darkButton,
.learnMoreBtn.darkButton,
.button.darkButton,
#submit.darkButton,
#wp-submit.darkButton,
.wpuf-submit-button.darkButton,
#wpuf-account-update-profile.darkButton {
  background-color: #DBE54D !important;
  color: #010101 !important;
}
button.darkButton:hover,
.learnMoreBtn.darkButton:hover,
.button.darkButton:hover,
#submit.darkButton:hover,
#wp-submit.darkButton:hover,
.wpuf-submit-button.darkButton:hover,
#wpuf-account-update-profile.darkButton:hover {
  background-color: #fff !important;
  color: #010101 !important;
}
button.darkButton:focus, button.darkButton:active,
.learnMoreBtn.darkButton:focus,
.learnMoreBtn.darkButton:active,
.button.darkButton:focus,
.button.darkButton:active,
#submit.darkButton:focus,
#submit.darkButton:active,
#wp-submit.darkButton:focus,
#wp-submit.darkButton:active,
.wpuf-submit-button.darkButton:focus,
.wpuf-submit-button.darkButton:active,
#wpuf-account-update-profile.darkButton:focus,
#wpuf-account-update-profile.darkButton:active {
  background-color: #04814f !important;
  color: #fdfdfd !important;
}
button.secondaryButton.darkButton,
.learnMoreBtn.secondaryButton.darkButton,
.button.secondaryButton.darkButton,
#submit.secondaryButton.darkButton,
#wp-submit.secondaryButton.darkButton,
.wpuf-submit-button.secondaryButton.darkButton,
#wpuf-account-update-profile.secondaryButton.darkButton {
  color: #fdfdfd !important;
  border: 1px solid #fff;
  background-color: #001F3F !important;
}
button.secondaryButton.darkButton:hover,
.learnMoreBtn.secondaryButton.darkButton:hover,
.button.secondaryButton.darkButton:hover,
#submit.secondaryButton.darkButton:hover,
#wp-submit.secondaryButton.darkButton:hover,
.wpuf-submit-button.secondaryButton.darkButton:hover,
#wpuf-account-update-profile.secondaryButton.darkButton:hover {
  background-color: #fff !important;
  color: #010101 !important;
}
button.secondaryButton.darkButton:focus, button.secondaryButton.darkButton:active,
.learnMoreBtn.secondaryButton.darkButton:focus,
.learnMoreBtn.secondaryButton.darkButton:active,
.button.secondaryButton.darkButton:focus,
.button.secondaryButton.darkButton:active,
#submit.secondaryButton.darkButton:focus,
#submit.secondaryButton.darkButton:active,
#wp-submit.secondaryButton.darkButton:focus,
#wp-submit.secondaryButton.darkButton:active,
.wpuf-submit-button.secondaryButton.darkButton:focus,
.wpuf-submit-button.secondaryButton.darkButton:active,
#wpuf-account-update-profile.secondaryButton.darkButton:focus,
#wpuf-account-update-profile.secondaryButton.darkButton:active {
  background-color: #04814f !important;
  color: #fdfdfd !important;
  border-color: #04814f;
}

.elementor-kit-9 .elementor-widget-button .elementor-button:focus, .elementor-kit-9 .elementor-widget-button .elementor-button:active {
  background: #04814f !important;
  color: #fdfdfd !important;
}

#gform_wrapper_1 .gform_heading {
  display: none;
}
#gform_wrapper_1 #gform_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 22px;
}
#gform_wrapper_1 #gform_1 .gform-body {
  flex: 1;
}
#gform_wrapper_1 .gform-footer {
  margin-top: 0px;
}
#gform_wrapper_1 .button {
  padding: 10px 24px;
  border-radius: 0px !important;
  margin-bottom: 0px;
  background-color: #001F3F !important;
  color: #fdfdfd !important;
}
#gform_wrapper_1 .button:hover {
  background-color: #fff !important;
  color: #010101 !important;
}
#gform_wrapper_1 .button:focus, #gform_wrapper_1 .button:active {
  background-color: #DBE54D !important;
  color: #010101 !important;
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT 
 */
.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_open .slicknav_icon-bar:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
}
.slicknav_open .slicknav_icon-bar:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
.slicknav_open .slicknav_icon-bar:nth-child(3) {
  transform: translateY(-6px) rotate(45deg);
}

.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  box-sizing: border-box;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 15px;
  display: none;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  background: #010101;
  height: 3px;
  margin: 0 0 3px;
  outline: transparent solid 1px;
  transition: background 0.15s ease;
  width: 26px;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu:hover .slicknav_icon-bar, .slicknav_menu:active .slicknav_icon-bar, .slicknav_menu:focus .slicknav_icon-bar {
  background: #04814F;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  padding: 40px 0 0;
  font-size: 18px;
  list-style: none;
  overflow: auto;
  max-height: 100%;
  position: fixed;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  top: 0;
  right: 0;
  z-index: 9997;
  display: block !important;
  transition: visibility 0 400ms, opacity 400ms, transform 400ms;
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0;
  visibility: visible;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_nav.slicknav_hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
}
.slicknav_nav .slicknav_row {
  transition: color 0.25s;
}
.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  color: #dae251 !important;
}
.slicknav_nav a {
  font-size: 25px;
  line-height: 33px;
  padding: 5px 10px;
  margin: 4px 20px;
  text-decoration: none;
  color: #fff !important;
  transition: color 0.25s;
}
.slicknav_nav a:hover {
  border-radius: 6px;
  color: #dae251 !important;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 0;
}
.slicknav_nav ul a {
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 400;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  line-height: 1.125em;
  cursor: pointer;
  padding: 5px 5px 6px;
  margin: 0;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  z-index: 9998;
  transition: margin 400ms;
}
.slicknav_btn.slicknav_open .slicknav_icon-bar {
  background-color: #fff;
}

/************************************************************************************* RESPONSIVE **********/
@media only screen and (max-width: 1400px) {
  blockquote {
    margin: 10px 50px 100px 80px;
    font-size: 30px;
    line-height: 43px;
  }
  blockquote:after {
    height: 300px;
    left: -94%;
  }
}
@media only screen and (max-width: 1210px) {
  #main-nav .menu li {
    margin: 0 4px 0 0;
  }
  #main-nav .menu li a {
    padding: 5px 4px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  blockquote {
    margin: 0px 35px 85px 80px;
    font-size: 26px;
    line-height: 36px;
  }
  #hero .heroText {
    font-size: 21px;
    line-height: 1.3em;
  }
  .imgBoxWrap .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
    margin-bottom: 25px;
  }
  .imgBoxWrap .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
    font-size: 19px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .slicknav_menu {
    display: block;
  }
  #main-nav {
    display: none;
  }
  .childPagesList.card .childPage {
    flex: 0 0 calc((100% - 45px) / 2);
  }
  .postCards .postCard {
    flex: 0 0 calc((100% - 45px) / 2);
  }
  .transactionsGrid .transactionCard .logosBox {
    flex-direction: column;
  }
  .transactionsGrid .transactionCard .logosBox .logoRow {
    width: 100%;
  }
  .transactionsGrid .transactionCard .flagsBtn {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .transactionsGrid .transactionCard .flagsBtn .countryRow,
  .transactionsGrid .transactionCard .flagsBtn .learnMore {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .transactionFilters {
    row-gap: 20px;
  }
  .transactionFilters .filterButton {
    font-size: 18px;
  }
  .blogArchive .blogSidebar {
    width: 190px;
    margin-right: 35px;
  }
  .blogArchive .blogSidebar .filterTitle {
    font-size: 18px;
  }
  .blogArchive .blogSidebar .filterBtn {
    font-size: 18px;
  }
  .blogArchive .blogMain {
    width: -o-calc(100% - 225px);
    width: calc(100% - 225px);
  }
  .designElement {
    display: none;
  }
  .featuredReview:before {
    top: 38px;
    bottom: 51px;
    left: 59px;
    right: 59px;
  }
  .teamCard.advisors_tertiary {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width: 900px) {
  .transactionSidebar {
    float: none;
    width: 100%;
    margin: 0 auto 40px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .reviewCard .reviewContent {
    font-size: 19px;
  }
  .reviewCard .reviewMeta {
    font-size: 16px;
  }
  .featuredReviews .container {
    flex-direction: column;
  }
  #hero .heroMedia img.heroImage {
    max-width: 68px !important;
  }
  .transactionFilters {
    padding-top: 30px;
    row-gap: 15px;
  }
  .transactionFilters .filterButton {
    font-size: 16px;
  }
  blockquote {
    width: 250px;
    margin: 0px 35px 85px 80px;
    font-size: 22px;
    line-height: 30px;
  }
  blockquote:after {
    height: 215px;
    left: -125%;
  }
  .blogArchive .postCards {
    flex-direction: column;
    align-items: center;
  }
  .blogArchive .blogSidebar .filterTitle {
    font-size: 16px;
  }
  .blogArchive .blogSidebar .filterBtn {
    font-size: 16px;
  }
  #hero {
    padding: 25px 15px 25px 15px;
  }
  #hero .container {
    flex-direction: column;
    gap: 0px;
  }
  #hero .heroContent {
    padding: 0px 0px 28px 0px;
  }
  #hero .heroMedia {
    justify-content: center;
  }
  #hero .heroMedia .designElement {
    display: none;
  }
  #hero .heroText {
    font-size: 19px;
  }
  .imgBoxWrap .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
    margin-bottom: 20px;
  }
  .imgBoxWrap .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 0;
    overflow: hidden;
  }
  .imgBoxWrap.diffSection .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
    margin-bottom: 15px;
  }
  .imgBoxWrap.diffSection .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
    max-width: 350px;
  }
  .teamModalContent {
    max-width: 90%;
  }
  .teamGrid {
    gap: 15px;
  }
  .teamGrid .teamContent {
    min-height: 115px;
  }
  .teamCard {
    flex: 0 0 calc((100% - 30px) / 2);
  }
  .teamCard.advisors_tertiary {
    flex: 0 0 calc((100% - 30px) / 2);
  }
  .notificationBar .container {
    flex-direction: column;
    gap: 12px;
  }
  .childPagesList.card {
    flex-direction: column;
    align-items: center;
  }
  .childPagesList.card .childPage {
    flex: none;
    width: 100%;
    max-width: 450px;
  }
  .postCards .postCard {
    flex: none;
    width: 100%;
    max-width: 450px;
  }
  .transactionsShareGraphicLoop {
    padding-top: 45px;
  }
  .transactionsGrid .transactionCard {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .transactionsGrid .transactionCard .logosBox {
    flex-direction: row;
    width: 100%;
  }
  .transactionsGrid .transactionCard .logosBox .logoRow:nth-child(2) {
    border-right: none;
  }
  .transactionsGrid .transactionCard .descriptionRow {
    width: 100%;
    text-align: center;
    border-right: none;
  }
}
@media only screen and (max-width: 600px) {
  blockquote {
    float: none;
    width: 100%;
    margin: 20px 0px 45px 0px;
    padding: 0px 0px 0px 57px;
  }
  blockquote:after {
    width: 100%;
    height: 150px;
    left: -75px;
    background-position: top left;
  }
  .blogArchive {
    flex-direction: column;
  }
  .blogArchive .blogSidebar {
    width: 100%;
    margin-right: 0;
  }
  .blogArchive .blogSidebar .sidebarSection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .blogArchive .blogSidebar .filterTitle {
    width: 100%;
  }
  .blogArchive .blogSidebar .filterBtn {
    width: auto;
    font-size: 18px;
    padding: 4px 12px;
    border-radius: 50px;
    transition: background 0.15s ease, color 0.15s ease;
  }
  .blogArchive .blogSidebar .filterBtn:hover, .blogArchive .blogSidebar .filterBtn:active, .blogArchive .blogSidebar .filterBtn:focus {
    background: #01804e !important;
    color: #fff !important;
  }
  .blogArchive .blogSidebar .filterBtn.active {
    padding-left: 25px;
  }
  .blogArchive .blogSidebar .filterBtn:after {
    left: 5px;
    top: 9px;
  }
  .blogArchive .blogMain {
    width: 100%;
  }
  .transactionsGrid .transactionCard .logosBox {
    flex-direction: column;
    gap: 20px;
  }
  .transactionsGrid .transactionCard .logosBox .logoRow {
    border-right: none;
  }
  .transactionsGrid .transactionCard .descriptionRow {
    width: 100%;
    text-align: center;
    border-right: none;
  }
  .transactionsGrid .transactionCard .flagsBtn {
    width: 100%;
  }
  .transactionsShareGraphicLoop {
    padding-top: 0px;
  }
  .transactionsShareGraphicLoop .shareGraphicItem:first-of-type, .transactionsShareGraphicLoop .shareGraphicItem:nth-child(3) {
    top: 0;
  }
  .notificationBar {
    padding: 10px 15px;
  }
  #wpadminbar {
    display: none;
  }
  .alignleft, .alignright, .aligncenter {
    margin: 0 auto 20px;
    float: none;
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  .teamCard.advisors_tertiary {
    flex: auto;
  }
}