/*
Theme Name: Acaboom
Version: 1.2
Author: helloknox
Author URI: @helloknox
Description: Theme for Acaboom
*/

* {
    box-sizing: border-box;
}

/* BS over rides */

html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

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

/* -------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------- */



html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	box-sizing: border-box;
	color: #333;
	font-family: "Lato", Helvetica, sans-serif;
	font-size: 1.6rem;
	text-align: left;
	overflow-x:hidden;
}

@media ( min-width: 768px ) {
	body {
		font-size: 1.7rem;
	}
}

@media ( min-width: 992px ) {
	body {
		font-size: 2rem;
	}
}


/* Webinars */
/* Webinars */

.webinar-title {

}

.webinar-description {
	color: #555;
  font-size: 0.8em;
}

.webinar-dates {
	color: #555;
  font-size: 0.8em;
}


/* General styles */
/* General styles */

.py-5 {padding-top: 1.5em !important; padding-bottom: 1.5em !important;}
.py-9 {padding-top: 2.2em !important; padding-bottom: 2.2em !important;}


/* Make the presentation gallery align vertical */

.presentation-gallery .slick-track {
  display: flex;
}

.presentation-gallery .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.container {
	padding-left: 25px;
	padding-right: 25px;
}

#site-content article, #site-content .archive-header {
	margin-top: 80px;
}

@media ( min-width: 768px ) {
	#site-content article, #site-content .archive-header {
		margin-top: 90px;
		margin-bottom: 90px;
	}
}

.tint {
  background-color: rgba(0,0,0,.5);
  background-blend-mode: multiply;
}

/* Slim CTA */
.announce {
	background-color: #84D096;
}

.announce p {
	margin: 0;
}

.bg-nav {
	background-color: #fff;
	padding: 0;

}

.banner {
  position: relative;
  padding: 170px 0 60px 0;
  background-color: #ECF1F1;
  overflow: visible;
  z-index: 1;
}

@media only screen and (min-width : 768px) {
	.banner {
		padding: 170px 0 20px 0;
	}
}

@media only screen and (min-width : 991px) {
	.banner {
		padding: 200px 0 50px 0;
	}
}

.blog, .category, .page-id-837, .page-template-template-gallery, .page-template-template-webinar, .page-template-template-testimonials {
	background-color: #ECF1F1;
}

/* Lead pods */
.blog-featured .entry-header-lead {;
	padding: 35px;
	border-radius: 5px;
	margin-bottom: 30px;
}

@media ( min-width: 991px ) {
.blog-featured .entry-header-lead {
		min-height: 270px;
	}
}

@media ( min-width: 1200px ) {
.blog-featured .entry-header-lead {
		min-height: 317px;
	}
}

.blog-featured .tag {
	background: #008080;
	display: block;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	width: 120px;
	text-transform: uppercase;
	color: #fff;
}

.blog-featured .title a {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.1em;
	text-decoration: none;
	display: block;
	padding: 15px 0 0px 0;
	color: #fff;
	transition: none;
}

@media ( min-width: 768px ) {
	.blog-featured .title a {
		font-size: 2.4em;
		line-height: 1.2em;
		padding: 30px 0 20px 0;
	}
}

@media ( min-width: 991px ) {
	.blog-featured .title a {
		font-size: 1.4em;
	}
}
@media ( max-width: 991px ) {
	.blog-featured .title a {
		font-size: 1.2em;
	}
	.blog-featured .entry-header-lead {
		min-height: 239px;
	}
}
@media ( max-width: 767px ) {
	.blog-featured .entry-header-lead {
		min-height: 200px;
	}
}



.archive #site-content .container-margin, .blog #site-content .container-margin {
	margin-bottom: 100px;
}

.cat-name {
	color: #ccc;
	font-size: 0.8em;
}

.blogposts .col-12 {
	margin-bottom: 30px;
}


@media ( min-width: 768px ) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media ( min-width: 1400px ) {
	.container {
		width: 1280px !important;
    	max-width: 1280px !important;
	}
}

.container-narrow {
	width: 96% !important;
}

@media ( min-width: 768px ) {
	.container-narrow {
		width: 84% !important;
	}
}

@media ( min-width: 1200px ) {
	.container-narrow {
		width: 80% !important;
	}
}

header#top {
	z-index: 91;
	position: absolute;
	width: 100%;
	top: 0px;
}

.admin-bar header#top {
	top: 46px;
}

@media ( min-width: 767px ) {
	.admin-bar header#top {
		top: 30px;
	}
}

/* ============================================================
   Full-screen mobile menu overlay
   Fades in via opacity only (fast, content-independent).
   Sits below the fixed header (z-index) so the hamburger/X
   stays tappable to close.
   ============================================================ */
.mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 85;
	background: #E5F2F2;
	opacity: 0;
	visibility: hidden;
	transition: opacity .15s ease, visibility 0s linear .15s;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	padding: 110px 28px 48px; /* fallback; JS sets padding-top to the live header height */
	text-align: left;
}

.mobile-menu.is-open {
	opacity: 1;
	visibility: visible;
	transition: opacity .15s ease;
}

/* Lock background scroll while the menu is open */
body.menu-open { overflow: hidden; }

/* --- Menu items --- */
.mobile-menu .mobile-nav {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
	width: 100%;
}

.mobile-menu .mobile-nav li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.mobile-menu .mobile-nav > li > a {
	display: block;
	position: relative;
	padding: 7px 0;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 1.3em;
	color: #1C5656;
	text-decoration: none;
}

.mobile-menu .mobile-nav > li > a:hover,
.mobile-menu .mobile-nav .current-menu-item > a,
.mobile-menu .mobile-nav .current-menu-ancestor > a {
	color: #008080;
}

/* Caret affordance on items that expand, rotates when open */
.mobile-menu .mobile-nav > li.menu-item-has-children > a::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
	transition: transform .15s ease;
}

.mobile-menu .mobile-nav > li.menu-item-has-children.open > a::after {
	transform: translateY(-50%) rotate(225deg);
}

/* Nested items: collapsed by default, revealed when parent .open (accordion) */
.mobile-menu .mobile-nav .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0 0 4px;
}

.mobile-menu .mobile-nav .sub-menu a {
	display: block;
	padding: 6px 0 6px 16px;
	font-size: 1.05em;
	color: #4a7a7a;
	text-decoration: none;
}

/* --- Search + CTAs block --- */
.mobile-menu .menu-menu-mobile-container {
	background: transparent;
	width: 100%;
	max-width: 340px;
}

.mobile-search {
	padding: 1.2em 0;
}

.mobile-search form {
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-search #search {
	background-color: #fff;
	outline: none;
	border: 1px solid #80BFBF;
	border-radius: 6px;
	padding: 10px 12px;
	width: 82%;
	margin: 0 10px 0 0;
}

.mobile-search .search-icon {
	position: relative;
	background-color: transparent;
	top: 5px;
}




/* New dropdown additions */

/* Dropdown additions for desktop only */

/* Structure */
.main-nav,
.main-nav ul { list-style: none; margin: 0; padding: 0; }
.main-nav > li { position: relative; }
.main-nav a { display: block; text-decoration: none; }

/* Hide submenus by default */
.main-nav .sub-menu {
  display: none !important;
  padding: 0px 0 !important;
}

.main-nav .sub-menu li {
  padding: 5px 20px;
}

/* Desktop: show on hover/focus */
@media (hover:hover) and (pointer:fine) {
  .main-nav > li.menu-item-has-children:hover > .sub-menu,
  .main-nav > li.menu-item-has-children:focus-within > .sub-menu {
    display: block !important;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
    z-index: 1000;
    border-radius: 0 0 8px 8px;
  }
}





.content-start a {
	color: #008080;
}

/* Position for content start home */

.home .content-start {
	margin-top: 100px;
}

@media ( min-width: 768px ) {
	.home .content-start {
		margin-top: 100px;
	}
}

@media ( min-width: 991px ) {
	.home .content-start {
		margin-top: 250px;
	}
}


.content-start {
	margin-top: 175px;
}



header#top .logo, #site-footer .logo {
	max-width: 140px;
	padding:  15px 0;
}

@media ( min-width: 992px ) {
	header#top .logo, #site-footer .logo {
		max-width: 180px;
		padding:  20px 0;

	}
}

#bun {
	display: block;
	position: absolute;
	right: 15px;
	top: 18px;
	z-index: 9999;
	background-color: transparent;
}

.hamburger {
	padding: 0px;
}

/* Nudge the mobile burger up so it aligns with the logo */
#bun.hamburger {
	margin-top: -30px;
}
	
/* open */
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	background-color: #008080;
}
/* Closed */
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
	background-color: #008080;
}

@media ( min-width: 992px ) {
	.mobile-nav, #menu-primary-1 {
		display: none;
	}
	.mobile-nav, #menu-secondary-1 {
		display: none;
	}
	#bun {
    	display: none;
	}
}

/* Mobile */

@media ( max-width: 991px ) {

	.menu-primary-container .nav {
		margin: 0;
		padding: 5px 0 0 0;
	}

	.menu-secondary-container .nav {
		margin: 0;
		padding: 0 0 5px 0;
	}

	.menu-primary-container .nav li, .menu-secondary-container .nav li {
		margin: 0;
		padding: 0 15px 0 0;
	}

	.menu-secondary-container {
		border-bottom: 3px solid #008080;
	}

	.menu-primary-container .nav a {
		color: #008080;
		font-size: 1em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 500;
	}
}


/* BUTTON */

.book-a-demo {
	background-color: #008080;
	color: #fff !important;
	padding: 3px 22px;
	border-radius: 50px;
	text-decoration: none;
	font-family: 'Lato', 'Helvetica' , sans-serif;
	border: solid 1px #008080;
	cursor: pointer;
	display: inline-block;
}

.book-a-demo-small {
	font-size: 0.7em;
}

.book-a-demo-plus {
	padding: 12px 30px;
	font-size: 1.2em;
}

.book-a-demo:hover {
	background-color: #006262;
	border: solid 2px #006262;
	color: #fff;
}

.book-a-demo-ghost {
	background-color: transparent;
	color: #008080 !important;
	border: solid 1px #80BFBF;
}

.book-a-demo-ghost-light {
	background-color: #E5F2F2;
	color: #008080 !important;
	border: solid 2px #008080;
}

.book-a-demo-ghost-light:hover {
	background-color: #E5F2F2 !important;
	color: #008080 !important;
	border: solid 2px #008080 !important;
}

.book-a-demo-ghost:hover {
	background-color: transparent;
	border: solid 2px #006262;
	color: #006262;
}

.main-nav .book-a-demo {
	padding: 5px 12px;
}

/* HOME */

.intro h1 {
	color: #1C5656;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 30px;
	width: 70%;
}

.intro h3 {
	color: #1C5656;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2em;
}


@media ( min-width: 768px ) {
	.intro h1 {
		font-size: 1.6em;
	}

	.intro h3 {
		width: 85%;
		line-height: 1.4em;
	}
}

@media ( min-width: 991px ) {
	.intro h1 {
		font-size: 2em;
		line-height: 1.1em;
	}
}

.standard {
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.1em;
}

.cta {
	text-align: center;
}

.cta h2 {
	color: #3E363F;
	margin-bottom: 20px;
	font-size: 1.8em;
}

.cta p {
	color: #666;
}

@media ( min-width: 768px ) {
	.cta {
		margin: 0 auto;
	}
}

.list-section-summary .list-section-content {
	padding: 15px;
	border-radius: 8px;
}

.list-section-summary .list-section-content:hover {
	background-color: #E5F2F2;
}

.list-section-summary .list-section-content .title {
	font-size: 0.8em;
	font-weight: 600;
	color: #1C5656;

}

.list-section-summary .list-section-content p {
	font-size: 0.8em;
	color: #555;
	line-height: 1.2em;
	margin-bottom: 0;
}

.list-section-summary .list-section-content a {
	font-weight: 400;
}

.list-section-summary img {
	margin: 0px 15px 0 0;
	height: 100%;
	max-width: 75px;
}

@media ( min-width: 991px ) {
	.list-section-summary .col-12 {
		margin-bottom: 20px;
	}
}

a.anchor {
    display: block;
    position: relative;
    top: -300px;
}

.list-section .row:nth-child(odd) .list-section-content, .list-section .row:nth-child(even) .list-section-content {
	text-align: center;
	padding: 50px 0px 0 0px;
}

@media ( min-width: 991px ) {
	.list-section .row:nth-child(odd) {
		flex-direction: row-reverse;
	}

	.list-section .row:nth-child(odd) .list-section-content {
		text-align: left;
		padding:  0 50px 0 0;
	}

	.list-section .row:nth-child(even) {
		flex-direction: row;
	}

	.list-section .row:nth-child(even) .list-section-content {
		text-align: left;
		padding: 0 0 0 50px;
	}
}

@media ( min-width: 991px ) {

	.list-section .row:nth-child(odd) .list-section-content {
		padding-right: 70px;
	}

	.list-section .row:nth-child(even) .list-section-content {
		padding-left: 70px;
	}
}

.list-section-content h2, .list-section-summary h2 {
	color: #1C5656;
	margin-bottom: 20px;
	font-size: 1.6em;
	font-weight: 600;
}

.list-section-content p {
	color: #555;
	font-size: 0.95em;
}

.list-section-content ul {
	margin: 2rem 0;
}

.list-section-content li {
	color: #777;
	font-size: 0.95em;
	line-height: 1.3em;
	margin: 1rem 0 0 2rem;
}

.list-section-content a {
	color: #008080;
	font-weight: 400;
	text-decoration: none;
}

.list-section-content a:hover {
	color: #006262;
}

.list-section video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

.banner-image video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
  -webkit-box-shadow: 0px 0px 40px 5px #0080809c; 
	box-shadow: 0px 0px 40px 5px #0080809c;
}


/* Pricing Page */
/* Pricing Page */
/* Pricing Page */

.subscription-features #collapseExample.collapse:not(.show) {
  display: block;
  height: 140px;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.subscription-features #collapseExample.collapse.show {
  margin: 0 0 15px 0;
}

.subscription-features #collapseExample.collapsing {
  height: 140px;
  margin: 0 0 10px 0;
}

.subscription-features a.collapsed::after {
  content: '+ Show all of the subscription features';
  color: #008080;
}

.subscription-features a:not(.collapsed)::after {
  content: '- Show less of the subscription features';
  color: #008080;
}


/* Expanding features */

.slide-content {
	margin: 0px;
	padding: 0px;
}

@media ( min-width: 768px ) {
	.slide-content {
		columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
	}
}

.slide-content li {
	margin: 0 0 0 20px;
	padding: 5px 0px;
	color: #333;
	font-size: 0.9em;
}

/* Pricing styles */

.pricing h2.section-heading {
	color: #1C5656;
	border: #82BFBE 2px solid;
	border-radius: 40px;
	padding: 7px 20px;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
}

.page-template-template-pricing-v3 .price-block {
	background-color: #008080;
	border-radius: 7px;
	padding: 20px 30px 30px 30px;
}

.price-block {
  background-color: #008080;
  border-radius: 10px;
  padding: 15px 0;
}

.price-block-fade {
	background-color: rgba(255,255,255,0.2);
	padding: 15px 15px;
	border-radius: 5px;
}

@media ( min-width: 991px ) {
	.page-template-template-pricing-v3 .price-block {
		padding: 40px 60px 60px 60px;
	}
	.page-template-template-pricing-v3 .price-block-fade {
		padding: 20px 30px;
	}
}

.price-sub-block {
	background-color: #daecec;
	border-radius: 10px;
	padding: 20px;
	color:#1C5656;
	font-size: 0.85em;
  line-height: 1.4em;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media ( min-width: 768px ) {
	.price-sub-block {
		min-height: 110px !important;
	}
}

.price-sub-block p {
	margin: 0;
}

.price-sub-block a {
	color: #008080;
}

.price-sub-block-alt {
	border-radius: 10px;
	border: #daecec solid 3px;
	padding: 20px;
	height: 100%;
	color:#1C5656;
	color:#1C5656;
	font-size: 0.85em;
  line-height: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media ( min-width: 768px ) {
.price-sub-block-alt {
		padding: 35px;
	}
}

.price-sub-block-alt ul {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
}

.price-sub-block-alt ul li {
	margin: 0 0 0 15px;
	padding: 0px;
}

.price-block hr {
	margin: 0.6em 0;
	border-top: 1px solid #80BFBF;
}

.main-office-subscription {
	color: #fff;
	font-size: 1.2em;
}
.main-office-subscription-value {
	color: #fff;
	text-align: right;
	font-size: 1.4em;
	font-weight: 700;
}

.sub-office-subscription {
	color: #B2D9D9;
}
.sub-office-subscription-value {
	color: #B2D9D9;
	text-align: right;
}




/* Package blocks */

.package-block {
	padding: 20px;
	border-radius: 10px;
	margin: 10px 10px 0 0;
	height: 200px;
	width: 195px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media ( min-width: 1400px ) {
	.package-block {
		width: 220px;
	}
}

.package-block-title {
	color: #fff;
	font-size: 1.4em;
	display: block;
}

.package-block-description {
	color: #fff;
	font-size: 0.7em;
	display: block;
}

.package-block-price {
	color: #fff;
	font-weight: 700;
	font-size: 1.6em;
	display: block;
}

.starter {
	background-color: #82BFBE;
}

.professional {
	background-color: #86D198;
}

.business {
	background-color: #3D886C;
}

.enterprise {
	background-color: #008080;
}




/* Book a demo page */
/* Book a demo page */
/* Book a demo page */

.demo-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.demo-list li {
  position: relative;
  margin-bottom: 1rem;
  padding: 20px 0 20px 45px;
  margin: 0;
  color: #51866E;
  border-bottom: #DDD 1px solid;
  font-size: 1em;
  line-height: 1em;
}

@media (min-width: 768px) {
	.demo-list li {
		font-size: 1.25em;
    line-height: 1.25em;
	}
}

.demo-list li:last-child {
  border-bottom: 0px;
}

.demo-list li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(assets/images/demo-bullet.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.demo-card {
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
}

.demo-card-image {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom-left-radius: 50% 15%;
  border-bottom-right-radius: 50% 15%;
}







/* Pricing Page v2 */
/* Pricing Page v2 */
/* Pricing Page v2 */

.template-pricing-v2 .subscription-features #featuresOne.collapse:not(.show) {
  display: block;
  height: 130px;
  overflow: hidden;
  margin: 0;
}

.template-pricing-v2 .subscription-features #featuresTwo.collapse:not(.show) {
  display: block;
  height: 220px;
  overflow: hidden;
  margin: 0;
}

.template-pricing-v2 .subscription-features #featuresOne.collapse.show {
  margin: 0;
}

.template-pricing-v2 .subscription-features #featuresOne.collapsing {
  height: 130px;
  margin: 0;
}


.template-pricing-v2 .subscription-features #featuresTwo.collapse.show {
  margin: 0;
}

.template-pricing-v2 .subscription-features #featuresTwo.collapsing {
  height: 220px;
  margin: 0;
}

.template-pricing-v2 .subscription-features a.collapsed::after {
  content: '+ Show all of the features';
  color: #008080;
}

.template-pricing-v2 .subscription-features a:not(.collapsed)::after {
  content: '- Show less of the features';
  color: #008080;
}


/* Expanding features */

.template-pricing-v2 .slide-content {
	margin: 0px;
	padding: 0px;
}

@media ( min-width: 768px ) {
	.template-pricing-v2 .slide-content {
		columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
	}
}

.template-pricing-v2 .slide-content li {
	margin: 0 0 0 20px;
	padding: 5px 0px;
	color: #333;
	font-size: 0.9em;
}

/* Pricing styles */

.template-pricing-v2 .pricing h2.part {
	color: #fff;
	border: #82BFBE 2px solid;
	background-color: #82BFBE;
	border-radius: 40px 0 0 40px;
	padding: 7px 20px;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
}

.template-pricing-v2 .pricing h2.section-heading {
	color: #1C5656;
	border: #82BFBE 2px solid;
	border-radius: 0 40px 40px 0;
	padding: 7px 20px;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
}

.template-pricing-v2 .pricing h2.section-heading-full {
	color: #1C5656;
	border: #82BFBE 2px solid;
	border-radius: 40px;
	padding: 7px 20px;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
}

.template-pricing-v2 .price-block {
	background-color: #008080;
	background-image: url(assets/images/subscription-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding: 15px 0;
}

.template-pricing-v2 .price-block hr {
	margin: 0.6em 0;
	border-top: 1px solid #80BFBF;
}

.template-pricing-v2 .main-office-subscription {
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
}

.template-pricing-v2 .main-office-subscription-value {
	color: #fff;
	text-align: right;
	font-size: 1.4em;
	font-weight: 700;
}

.template-pricing-v2 .sub-office-subscription {
	color: #ffffffe3;
}
.template-pricing-v2 .sub-office-subscription-value {
	color: #ffffffe3;
	text-align: right;
}

.small-print {
	color: #888888;
	font-size: 0.7em;
	font-weight: 400;
}

.template-pricing-v2 .setup-block {
	background-color: #008080;
	background-image: url(assets/images/businesspackage-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding: 15px 0;
	height: 225px;
	flex-direction: column;
	justify-content: space-between;
}

.template-pricing-v2 .setup-block hr {
	margin: 0.6em 0;
	border-top: 1px solid #80BFBF;
}


.template-pricing-v2 .feature {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  padding: 35px;
  height: 100%;
}

.template-pricing-v2 .feature:hover {
  background: #fff;
  border: 2px solid #fff;
  cursor: auto;
}

.template-pricing-v2 .feature .title {
	font-weight: 600;
	color: #333;
}

.template-pricing-v2 .feature .description {
	  color: #888888;
  	font-size: 0.7em;
  	font-weight: 400;
}




/* BS table overrides */

.table-responsive .table {
	border: 0px;
	margin: 0px;
}

.table-responsive .table thead th {
	border-top: 0px !important;
}

.table thead th {
	border-bottom: 2px solid #82BFBE;
}

.table-responsive th {
	font-weight: 700;
}

.table-responsive tbody tr:first-child {
	border-top: 2px solid #82BFBE;
}

.table-responsive tbody tr:last-child {
	border-bottom: 2px solid #82BFBE;
}

.table-responsive .table td, .table-responsive .table th {
	border-top: 1px solid #82BFBE;
}

.table-package .table td {
	border-top: 0px;
}

.table-responsive .table td, .table-responsive .table th {
  padding: 1.2rem 0;
}

.table-item {
	width: 275px;
}

.table-item-wide {
	width: 70%;
}

.value {
	color: #008080;
	font-size: 1.3em;
}

.small-note {
	color: #008080;
	font-size: 0.8em;
}

.table-description-title {
	color: #333;
	font-weight: 400;
}

.table-description-title p {
	margin: 0 0 0.2em 0 !important;
	line-height: 1.2em;
}

.table-description-description {
	color: #888888;
	font-size: 0.7em;
	font-weight: 400;
}

.data-cell {
	width: 200px;
	margin: 0 auto;
}

.table-bullet {
	height: 17px;
	width: 17px;
	border-radius: 40px;
	background-color: #82BFBE;
	display: block;
	margin: 0 auto;
}

.addon-price {
	min-width: 60px;
	padding-left: 10px !important;
}


/* Calculator styles */
/* Calculator styles */
/* Calculator styles */

.feature, .rank {
	background: #F5F5F5;
	border: 2px solid #F5F5F5;
	border-radius: 5px;
	text-align: center;
	padding:35px;
	height: 100%;
}

.rank img {
	margin: 30px auto;
	width: 170px;
}

.unselected-feature {
	background: #F5F5F5;
	border: 2px solid #F5F5F5;
	border-radius: 5px;
	padding:35px;
	display: flex;
	height: 100%;
}

.unselected-feature:hover {
	background: #E5F2F2;
	border: 2px solid #E5F2F2;
	border-radius: 5px;
	padding:35px;
	display: flex;
}

.unselected-feature .read-more {
	color: #555;
	font-size: 0.8em;
}

.unselected-feature img {
	max-width: 75px;
}

.feature-no-top-padding {
	padding: 0 35px 35px 35px;
}

.feature-no-y-padding {
	padding: 0 35px;
}

.feature:hover {
	background: #E5F2F2;
	border: 2px solid #E5F2F2;
	border-radius: 5px;
	cursor: pointer;
}

.feature.selected {
	background-color: #E5F2F2;
	border: 2px solid #008080;
	border-radius: 5px;
}

.feature.selected .book-a-demo-ghost-light {
	background-color: #008080;
	border: 2px solid #008080;
	color:#fff !important;
}

.feature.selected .book-a-demo-ghost-light:hover {
	background-color: #006262 !important;
	border: 2px solid #006262 !important;
	color:#fff !important;
}

.feature .icon {
	position: relative;
	top: -35px;
	width: 75px;
	margin: 0 auto;
}

.feature .feature-button-offset {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
}

.feature .title, .unselected-feature .title {
	color: #008080;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 15px 0;
}

.feature .description, .unselected-feature .description {
	color:#555;
	font-size: 0.8em;
}

#top-unselected-items .feature {
	background-color: #E5F2F2;
	border: 5px solid #008080;
	border-radius: 10px;
	margin-bottom: 40px;
}



/* Team */

.team-member {
  margin: 0 0 30px 0;
}

.team-member .figure {
  position: relative;
  max-width: 100%;
  display: block;
}

.team-member .figure img.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}

.team-member .figure:hover img.image-hover {
  opacity: 1;
}

.team-member .figure img {
  border-radius: 150px;
  background-color: #E5F2F2;
}

.team-member .box {
  padding: 20px 0;
}

.team-member .name {
  font-size: 1em;
  color: #1C5656;
  font-weight: 600;
  margin: 0 !important;
}

.team-member .position {
  font-weight: 400;
  color: #1C5656;
  font-size: 1em;
  line-height: 1.1em;
  margin: 0;
}

.team-member .bio {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 10px 0 0 0;
  color: #555;
}


/* Blog */

.entry-header {
	text-align: center;
	background-color: #fff;
	padding: 10px;
}

.entry-header img {
	border-radius: 3px;
}

.entry-header p {
	width: 90%;
}

h3.entry-title {
	margin: 20px 10px;
	font-size: 1em !important;
}

h3.entry-title a {
	text-align: center;
	color: #008080;
	text-decoration: none;
	font-weight: 400;
}


/* Page content */
.content {
  padding: 16px;
}



.main-nav ul {
	margin: 0px;
	padding: 0px;
}

.main-nav li {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
}

@media ( min-width: 768px ) {
	.main-nav li {
		display: inline-block;
		padding: 0px 6px 0 6px;
	}
}


@media ( min-width: 1200px ) {
	.main-nav li {
		display: inline-block;
		padding: 0px;
	}
}




.main-nav a {
	color: #008080;
	font-size: 0.8em;
	text-decoration: none;
	font-family: 'Lato', 'Helvetica' , sans-serif;
	font-weight: 400;
}

@media ( min-width: 1200px ) {
	.main-nav a {
		font-size: 0.9em;
	}
}	

.buttonicon {
	display: inline-block;
	margin: 4px 2px;
	text-align: center;
	color: white;
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.buttonicon:hover {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

/* Simple rounded header search box (matches the CTA pill style) */
.header-search {
	align-items: center;
	background-color: #fff;
	border: solid 1px #80BFBF;
	border-radius: 50px;
	padding: 7px 6px 7px 16px;
}

.header-search__input {
	border: none;
	outline: none;
	background: transparent;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 0.85em;
	color: #1C5656;
	width: 150px;
}

.header-search__input::placeholder {
	color: #7fa3a3;
}

/* Scoped under .header-search so it outranks the base theme's
   accent rule (button:not(.toggle){background-color:#333}) without
   touching that shared rule. */
.header-search .header-search__btn,
.header-search .header-search__btn:hover,
.header-search .header-search__btn:focus {
	display: flex;
	align-items: center;
	border: none;
	background: transparent;
	box-shadow: none;
	padding: 0 4px;
	min-width: 0;
	cursor: pointer;
}

.header-search .header-search__btn img {
	display: block;
	width: 16px;
	height: 16px;
}




/* ============================================================
   Primary navigation bar  (sticky bottom bar on desktop,
   collapsed into the single mobile menu below 992px)
   ============================================================ */

#navbar {
  background-color: #fbfbfb;
  z-index: 90;
  padding: 10px 0;
  margin-bottom: 50px;
}

@media ( min-width: 991px ) {
  #navbar { padding: 0; }
}

#navbar.sticky .container { display: block; }

/* Sticky positioning: bar is fixed directly under the header */
#navbar.sticky {
  position: fixed;
  background-color: #E5F2F2;
  border-bottom: #80BFBF solid 1px;
  top: 71px;
  left: 0px;
  width: 100%;
}

.admin-bar #navbar.sticky { top: 116px; }

@media ( min-width: 767px ) {
  .admin-bar #navbar.sticky { top: 91px; }
}

@media ( min-width: 991px ) {
  #navbar.sticky { top: 74px; }
  .admin-bar #navbar.sticky { top: 101px; }
}

/* --- Primary menu inside the bar (desktop) --- */
#navbar .main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navbar .main-nav > li {
  position: relative;
  display: inline-block;
}

#navbar .main-nav > li > a {
  display: block;
  text-align: center;
  padding: 14px 40px 14px 0px;
  color: #1C5656;
  text-decoration: none;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  line-height: 1.2em;
  font-weight: 600;
}

#navbar .main-nav > li > a:hover { color: #008080; }

/* Thin chevron on items that have a dropdown (inherits text colour) */
#navbar .main-nav > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  vertical-align: middle;
}

/* Active page highlight (WordPress adds these classes automatically) */
#navbar .main-nav .current-menu-item > a,
#navbar .main-nav .current-menu-ancestor > a,
#navbar .main-nav .current-page-ancestor > a {
  color: #008080;
  position: relative;
}

/* Active indicator drawn as a pseudo-element that dips 1px below the
   item to mask the bar's own 1px hairline directly beneath it, so the
   active item shows a single clean 3px line (no lighter sliver).
   Uses ::before so it never clashes with the dropdown caret (::after).
   right:40px matches the item's right padding so the line ends flush
   with the text rather than running into the inter-item gap. */
#navbar .main-nav .current-menu-item > a::before,
#navbar .main-nav .current-menu-ancestor > a::before,
#navbar .main-nav .current-page-ancestor > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 40px;
  bottom: -1px;
  height: 3px;
  background: #008080;
}

/* --- Dropdown submenu styling (positioning/reveal handled in the
   "New dropdown additions" block earlier in this file) --- */
#navbar .main-nav .sub-menu {
  margin: 0;
  padding: 10px 0 !important;
  list-style: none;
}

#navbar .main-nav .sub-menu li { padding: 0; display: block;}

#navbar .main-nav .sub-menu a {
  display: block;
  padding: 8px 20px;
  text-align: left;
  white-space: nowrap;
  color: #1C5656;
  font-family: 'Lato', sans-serif;
  font-size: 0.9em;
  text-transform: none;
  text-decoration: none;
}

#navbar .main-nav .sub-menu a:hover {
  color: #008080;
}

/* --- Mobile accordion: reset desktop dropdown positioning, and keep
   submenus collapsed until their parent <li> gets .open (added by JS) --- */
.mobile-menu .main-nav .sub-menu {
  position: static !important;
  box-shadow: none !important;
  background: transparent !important;
  min-width: 0 !important;
  display: none !important;
}

.mobile-menu .main-nav > li.open > .sub-menu {
  display: block !important;
}


/* Pricing modal */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 980px;
  }
}

.page-template-template-pricing-v3 .modal-header {
	padding: 0px;
}

.page-template-template-pricing-v3 .modal-header h3 {
	line-height: 1.1em;
}

.page-template-template-pricing-v3 .modal-content {
	padding:10px 30px 30px 30px;
  border: 0px;
  -webkit-box-shadow: 0px 0px 20px 11px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 20px 11px rgba(0,0,0,0.2);
}

@media (min-width: 768px) {
	.page-template-template-pricing-v3 .modal-content {
		padding: 30px 50px 50px 50px;
	}
}

.page-template-template-pricing-v3 .card-header {
	background-color: #E5F2F2;
	color: #1C5656;
	cursor: pointer;
}

.page-template-template-pricing-v3 .nav-tabs
{
  border-bottom: 1px solid #dee2e6;
  background-color: #E5F2F2;
  margin: 0px;
}

.page-template-template-pricing-v3 .tab-content
{
	border: 1px solid #ddd;
  border-top: 0px ;
  padding: 25px 25px 45px 25px;
}

.page-template-template-pricing-v3 .nav-tabs .nav-link {
	padding: 1rem 2rem;
}

.page-template-template-pricing-v3 .nav-tabs .nav-link:hover {
	color: #008080;
}

.page-template-template-pricing-v3 .slide-content {
	list-style: none;
}

@media (min-width: 992px) {
	.page-template-template-pricing-v3 .slide-content {
			columns: 2;
	    -webkit-columns: 2;
	    -moz-columns: 2;
	    list-style: none;
	}
}

.page-template-template-pricing-v3 .slide-content li {
  margin: 0 0 0 0px;
  padding: 10px 0px;
  color: #333;
  font-size: 0.9em;
  border-bottom: 1px #ccc solid;
}

.page-template-template-pricing-v3 .slide-content li.extra {
  margin: 0 0 0 0px;
  padding: 10px 0px;
  color: #333;
  font-size: 0.9em;
  border-bottom: 1px #ccc solid;
  display: inline-block;
  width: 100%;
  min-height: 120px;
}

.page-template-template-pricing-v3 .slide-content li.extra .description {
  color: #777;
  font-size: 0.75em;
  line-height: 1.3em;
}

.page-template-template-pricing-v3 .close {
	font-size: 3rem;
	background-color: transparent;
	color: #777;
} 

@media (min-width: 768px) {
	.btn-pricing {
	  right: 50px;
	}
}

.page-template-template-pricing-v3 small {
	color: #ccc;
}


/* Other stuff */

.admin-bar .modal-fullscreen {
	top: 30px;
}

.modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}


.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  animation-duration:0.6s;
  max-width: none;
}

.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  /* change bg color below */
 /* background:#1abc9c; */
}


/* The styles above for the modal-body, footer, etc aren't being applied so I tried the ones below and they work */
.modal-body {
  height: 100%;
  padding: 0px;
}

.modal-body iframe {
  width: 100% !important;
}

.modal-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #FFF;
}

/* Video modal  */
/* Video modal  */
/* Video modal  */

/* Base styles for Bootstrap modal */
.modal.fade .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-backdrop.show {
  opacity: 0.5;
}

/* Custom size and centering for the modal */
.modal-custom-size {
  max-width: 75%;
  margin: auto;
}

.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.75rem auto;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

@media (max-width: 768px) {
  .modal-custom-size {
    max-width: 90%;
  }
}



/* WP Forms */
/* WP Forms */

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  max-width: 100% !important;
}

.page-id-837 div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}

.page-id-837 div.wpforms-container-full .wpforms-form select.wpforms-field-medium {
	max-width: 100% !important;
}

.page-id-837 div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
	max-width: 100% !important;
}

div.wpforms-container-full .wpforms-form input[type="text"], div.wpforms-container-full .wpforms-form input[type="email"], div.wpforms-container-full .wpforms-form input[type="select"] {
	border-radius: 6px;
}

div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #008080;
	color: #fff !important;
	padding: 5px 18px;
	border-radius: 50px;
	text-decoration: none;
	font-family: 'Lato', 'Helvetica' , sans-serif;
	margin-top: 4px;
	border: solid 2px #008080;
}

div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background-color: #006262;
	border: solid 2px #006262;
	color: #fff;
}

div.wpforms-container-full {
	margin: 60px 0;
}

/* About image */

.about-image {
	max-width: 550px;
	margin: 0 auto;
}

/* Main gallery */

.gallery-image {
	position: relative;
	margin: 0 0 30px 0;
	background-color: #fff;
	padding: 10px;
}

.gallery-image .label {
	background-color: #fff;
	color: #1C5656;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 6px 12px;
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Presentation gallery */

.presentation-gallery {
	background-color: #E5F2F2;
}

.presentation-gallery div img {
	padding: 0 40px;
}

/* Slick slider */

.slick-slide img {
	max-width: 500px;
}

.slick-slide img.mobile {
	width: 300px;
}

.white-bg {
	background-color: #fff;
}

.entry-content > p {
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 1em;
}

.clients img {
	max-width: 150px;
	margin: 0px auto;
	padding: 0px 25px;
}

.page-template-templates-partners .clients img {
	max-width: 150px;
	margin: 10px auto;
	padding: 0px 25px;
}

@media ( min-width: 991px ) {
	.clients img {
		max-width: 150px;
		padding: 0px 25px;
	}
}

@media ( min-width: 1200px ) {
	.clients img {
		max-width: 190px;
		padding: 0px 25px;
	}
}


/* Testimonial page layout */

@media ( min-width: 1400px ) {
	.testimonial-outer {
		width: 70% !important;
	}
}

@media ( min-width: 768px ) {
	.testimonial-outer .hexagon-content {
		padding: 0 0px;
	}
}

@media ( min-width: 768px ) {
	.testimonial-outer .hexagon-content {
		padding: 0 10px;
	}
}

.testimonial-outer .row {
	padding: 50px 0;
}

.testimonial-outer .quote {
	font-size: 1em;
	font-weight: 300;
	color: #333;
}

@media ( min-width: 768px ) {
	.testimonial-outer .quote {
		font-size: 1em;
	}
}

.quote-words:before {
  content:'“';
  font-size: 3em;
  display: block;
  height: 60px;
  color: #008080;
}

.quote-author {
	color: #1C5656;
	padding: 15px 0 0 0;
	font-size: 0.9em;
	display: block;
}

.quote-company {
	color: #1C5656;
	padding: 0;
	font-size: 0.9em;
	display: block;
	font-weight: 700;
}

.testimonial-outer .row:nth-child(odd) .quote, .testimonial-outer .row:nth-child(even) .quote {
	text-align: center;
	padding: 50px 0px 0 0px;
}

@media ( min-width: 768px ) {
	.testimonial-outer .row:nth-child(odd) {
		flex-direction: row-reverse;
	}

	.testimonial-outer .row:nth-child(odd) .quote {
		text-align: left;
		padding:  0 50px 0 0;
	}

	.testimonial-outer .row:nth-child(even) {
		flex-direction: row;
		background-color: #E5F2F2;
		border-radius: 5px;
	}

	.testimonial-outer .row:nth-child(even) .quote {
		text-align: left;
		padding: 0 20px 0 50px;
	}
}

@media ( min-width: 991px ) {

	.testimonial-outer .row:nth-child(odd) .quote {
		padding-right: 100px;
	}

	.testimonial-outer .row:nth-child(even) .quote {
		padding-left: 100px;
	}
}

.testimonial-outer .logo {
	display: flex;
	height: 210px;
}

.testimonial-outer .logo .row {
	margin: 0 auto !important;
}

@media ( min-width: 768px ) {
	.testimonial-outer .logo {
		height: 140px;
	}
}

@media ( min-width: 991px ) {
	.testimonial-outer .logo {
		height: 140px;
	}
}

@media ( min-width: 1200px ) {
	.testimonial-outer .logo {
		height: 160px;
	}
}

@media ( min-width: 1400px ) {
	.testimonial-outer .logo {
		height: 190px;
	}
}

.testimonial-outer .logo img {
	max-width: 170px;
}

@media ( min-width: 768px ) {
	.testimonial-outer .logo img {
		max-width: 160px;
	}
}

@media ( min-width: 991px ) {
	.testimonial-outer .logo img {
		max-width: 130px;
	}
}

@media ( min-width: 1200px ) {
	.testimonial-outer .logo img {
		max-width: 170px;
	}
}

@media ( min-width: 1300px ) {
	.testimonial-outer .logo img {
		max-width: 180px;
	}
}


/* Testimonials 2024 */
/* Testimonials 2024 */

.testimonials-outer .testimonials:nth-child(2n) {
  background-color: #fff;
}

@media (min-width: 991px) {
  .testimonials-outer .testimonials:nth-child(2n) .row {
    flex-direction: row-reverse;
  }
}

.testimonial-quote h2 {
	color: #2D5556;
	font-size: 33px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -0.33px;
	width: 100%;
}

@media (min-width: 991px) {
  .testimonials-outer h2 {
    width: 88%;
  }
}

.testimonial-quote blockquote {
	color: #008080;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -0.19px;
	margin: 70px 0 0 0;
	position: relative;
	border: none;
  padding: 0;
}

.testimonial-quote blockquote::before {
    content: url('assets/images/quotemark.svg'); /* Replace with the path to your icon */
    position: absolute;
    top: -30px;
    left: 0;
}

.video-btn:hover .testimonial-quote h2, .read-btn:hover .testimonial-quote h2 {
	filter: brightness(140%);
	cursor: pointer;
}

.video-btn:hover .testimonial-quote blockquote, .read-btn:hover .testimonial-quote blockquote {
	filter: brightness(120%);
	cursor: pointer;
}

.video-btn:hover .view-content, .read-btn:hover .view-content {
	filter: brightness(115%);
	cursor: pointer;
	transition: filter 0.2s ease-in-out;
}

.testimonial-author {
	padding-top: 50px;
}

.testimonial-author img {
	border-radius: 70px;
	width: 70px;
	height: 70px; 
}

.testimonial-author .author-name {
	color: #555;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.16px;
	margin: 0;
}

.testimonial-author .author-company {
	color: #555;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.16px;
	margin: 0;
}

.testimonial-presentation:hover {
	cursor: pointer;
}

.testimonial-presentation {
	position: relative;
}

.testimonial-presentation .company-logo {
	position: absolute;
  bottom: -40px;
  left: 40px;
  width: 110px;
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
}

.testimonial-presentation .view-company-presentation {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FF9737;
  color: #fff;
  width: 90px; /* Adjust the width as needed */
  height: 90px; /* Adjust the height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transform-origin: top right;
  transform: rotate(0deg);
  box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.2);
}

.testimonial-presentation .view-company-presentation span {
	transform: rotate(45deg);
  text-align: center;
  position: relative;
  top: -15px;
  left: 15px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: 600;
  letter-spacing: 0.03em;
}


.testimonial-presentation .company-presentation {
	box-shadow: 0px 0px 40px 5px #CCC;
	transition: box-shadow 0.3s ease-in-out;
}

.testimonial-presentation:hover .company-presentation {
	box-shadow: 0px 0px 40px 5px #bbb;
}

.testimonials-outer .testimonials:nth-child(2n+2) .row .testimonial-presentation .company-presentation {
	box-shadow: 0px 0px 40px 5px #DDD;
	transition: box-shadow 0.3s ease-in-out;
}

.testimonials-outer .testimonials:nth-child(2n+2) .row .testimonial-presentation:hover .company-presentation {
	box-shadow: 0px 0px 40px 5px #ccc;
}

@media (min-width: 991px) {
	.testimonials-outer .testimonials:nth-child(2n+2) .row .company-logo {
		right: 40px;
		left: unset;
	}

	.testimonials-outer .testimonials:nth-child(2n+2) .row .view-company-presentation {
		left: unset;
	  right: 0px;
	}
}

.testimonial-quote  {
	padding: 30px 0 0 0px;
}

.testimonial-author  {
	padding: 30px 0 30px 0px;
}

@media (min-width: 991px) {
	.testimonial-quote  {
		padding: 30px 0 0 0px;
	}

	.testimonials-outer .testimonials:nth-child(2n) .testimonial-quote {
		padding: 30px 0 0 40px;
	}


	.testimonial-author  {
		padding: 30px 0 30px 0px;
	}

	.testimonials-outer .testimonials:nth-child(2n) .testimonial-author {
		padding: 30px 0 30 40px;
	}
}

.testimonial-panel {
	position: relative;
}

.testimonial-panel .view-content {
	position: absolute;
	right: -45px;
	top: -30px;
	z-index: 9;
}

@media (min-width: 991px) {
	.testimonial-pr {
		padding-right: 7rem;
	}
}


/* Pagination */
/* Pagination */

.pagination {
	padding: 50px 0;
}

.wp-pagenavi {
	font-size: 1.3em;
	font-weight: 600;
}

.wp-pagenavi a {
	color: #008080;
}


.wp-pagenavi .pages {
	padding: 0 35px 0 0;
}

.wp-pagenavi .current {
	padding: 0 7px 0 7px;
}

.wp-pagenavi .larger, .wp-pagenavi .smaller {
	padding: 0 7px 0 7px;
}

.wp-pagenavi .previouspostslink {
	padding: 0 15px 0 0;
}

.wp-pagenavi .nextpostslink {
	padding: 0 0 0 15px;
}


*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}


/* Fonts ------------------------------------- */

/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the classic editor and
 * block editor. The following font-face override fixes the issue by manually
 * inserting a custom font that includes just a Hoefler Text space replacement
 * for that character instead.
 */
@font-face {
	font-family: NonBreakingSpaceOverride;
	src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format("woff");
}



/* Accessibility Settings -------------------- */

@media ( prefers-reduced-motion: reduce ) {

	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}

/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */

main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	line-height: 1.25;
	color: #1C5656;
}

h1,
.heading-size-1 {
	color: #1C5656;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 30px;
}

@media ( min-width: 768px ) {
	h1,
	.heading-size-1 {
		font-size: 1.6em;
	}
}

@media ( min-width: 991px ) {
	h1,
	.heading-size-1 {
		font-size: 2em;
	}
}

h2,
.heading-size-2 {
	font-size: 2.8rem;
}

h3,
.heading-size-3 {
	font-size: 1.4em;
	margin-bottom: 20px;
	font-weight: 400;
	color: #1C5656;
}

h4,
.heading-size-4 {
	font-size: 1.em;
}

h5,
.heading-size-5 {
	font-size: 1em;
}

h6,
.heading-size-6 {
	font-size: 1em;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
}

p {
	line-height: 1.4;
	margin: 0 0 1em 0;
}

em,
i,
q,
dfn {
	font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}

b,
strong {
	font-weight: 700;
}

ins {
	text-decoration: underline;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #eee;
	margin: 4rem 0;
}

.entry-content hr,
hr.styled-separator {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	background-color: transparent !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
	color: #6d6d6d;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	top: calc(50% - 0.8rem);
	transform: rotate(22.5deg);
	width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
	left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
	right: calc(50% - 0.5rem);
}

a {
	color: #008080;
}

a:hover,
a:focus {
	text-decoration: none;
}

/* Lists ------------------------------------- */

ul,
ol {
	margin: 4rem 0 4rem 0rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 2rem 0 0 2rem;
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}

/* Quotes ------------------------------------ */

blockquote {
	border-color: #008080;
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

blockquote p:last-child {
	margin: 0;
}


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #eee;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}


/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}

/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #eee;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #eee;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}

@supports ( font-variation-settings: normal ) {

	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: "Lato", Helvetica, sans-serif;
	}
}

input,
textarea {
	border-color: #eee;
	color: #333;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}



select {
	font-size: 1em;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: underline;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: currentColor;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
	border: 0.1rem solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #eee;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}


/* Hiding and Showing ------------------------ */

.js .show-js {
	display: block !important;
}

.js .hide-js {
	display: none !important;
}

.no-js .show-no-js {
	display: block !important;
}

.no-js .hide-no-js {
	display: none !important;
}


/* Header Titles ----------------------------- */

.header-titles-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 4rem;
	text-align: center;
}

@media (max-width: 782px) {

	.admin-bar.overlay-header #site-header {
		top: 46px;
	}
}


/* Primary Menu ---------------------------- */

.primary-menu-wrapper {
	display: none;
}

.search-container {
	display: none;
}

.secondary-menu-wrapper {
	display: none;
}

ul.primary-menu {
	display: flex;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0rem 0;
	padding: 2.2rem 0;
}

.primary-menu li {
	font-size: inherit;
	line-height: 1.25;
	position: relative;
}

.primary-menu > li {
	margin: 0 0 0 3.5rem;
}

.primary-menu > li > .icon {
	right: -0.5rem;
	top: calc(50% - 0.4rem);
}

.primary-menu a {
	color: #008080;
	font-size: 1.9em;
	display: block;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
}

.primary-menu > li > a {
	color: #008080 !important;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
	text-decoration: underline;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration: none;
}

.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
	text-decoration: none;
}


.modal {
  top: 5% !important;
  right: 3% !important;
  bottom: 5% !important;
  left: 3% !important;
}



/* -------------------------------------------------------------------------- */

/*	11. Entry Content
/* -------------------------------------------------------------------------- */

.entry-content {
	line-height: 1.5;
}

.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25em;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.read-more-button-wrap {
	margin-top: 1em;
	text-align: center;
}

.entry-content a:hover,
.entry-content a:focus {
	text-decoration: none;
}

.entry-content p,
.entry-content li {
	line-height: 1.4;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 3.5rem auto 2rem;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 1rem;
}

.entry-content hr {
	margin: 4rem auto;
}

/* Font Families ----------------------------- */

.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt {
	letter-spacing: normal;
}

.entry-content cite,
.entry-content figcaption,
.entry-content .wp-caption-text {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

	.entry-content cite,
	.entry-content figcaption,
	.entry-content .wp-caption-text {
		font-family: "Lato", Helvetica, sans-serif;
	}
}


.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-top: 4rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}

/* Full */

.alignfull {
	margin-top: 5rem;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}

/* Wide */

.alignwide {
	max-width: 120rem;
	position: relative;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > .alignwide {
	width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}


/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
	width: calc(100% - 4rem);
}


/* -------------------------------------------------------------------------- */

/*	14. Error 404
/* -------------------------------------------------------------------------- */


.error404 #site-content {
	padding-top: 4rem;
}

.error404-content {
	text-align: center;
}

.error404 #site-content .search-form {
	justify-content: center;
	margin-top: 3rem;
}


/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	16. Site Footer
/* -------------------------------------------------------------------------- */

/* Footer Info */

.footer-border {
	border-top: 1px solid rgba(255,255,255,0.2);
}

.footer-info img {
	max-width: 50px;
	height: 50px;
	margin: 0 auto;
}

@media ( min-width: 768px ) {
	.footer-info {
		text-align: left;
	}
	.footer-info img {
		margin: unset;
	}
}

.terms {
	color: #598393;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0 0 30px 0;
	margin: 0px;
	font-family: 'Lato', 'Helvetica', sans-serif;
}

.madeby {
		color: rgba(255,255,255,0.3);
    padding: 15px 0 0 0;
    display: block;
    font-size: 0.8;
}

a.madeby {
    color: rgba(255,255,255,0.3);
    font-size: 0.7em;
    text-decoration: none;
}


/* Footer Nav */

.footer-nav {
	margin: 10px 0;
}

@media ( min-width: 768px ) {
	.footer-nav {
		margin: 0px;
	}
}

.footer-nav ul {
	margin: 0px;
	padding: 20px 0;
}

.footer-nav li {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
	font-family: 'Lato', 'Helvetica' , sans-serif;
	font-weight: 400;
}

@media ( min-width: 768px ) {
	.footer-nav li {
		display: inline-block;
		padding: 0 0 0 25px;
	}

	.footer-nav li:first-child {
		padding: 0px;
	}
}

.footer-nav a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	font-family: 'Lato', 'Helvetica' , sans-serif;
}

.footer-nav a:hover {
	color: #fff;
}

.footer-nav span {
	align-self: end;
}

/* footer nav products */

.footer-nav-how {
	margin: 10px 0;
}

@media ( min-width: 768px ) {
	.footer-nav-how {
		margin: 0px;
	}
}

.footer-nav-how ul {
	margin: 0px;
	padding: 0px;
}

.footer-nav-how li {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	color: rgba(255,255,255,0.8);
	font-size: 0.80em;
	text-decoration: none;
	font-family: 'Lato', 'Helvetica' , sans-serif;
}

@media ( min-width: 768px ) {
	.footer-nav-how li {
		display: block;
		padding: 0;
	}
}

.footer-nav-how a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}

.footer-nav-how a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-nav-how span {
	align-self: end;
}

/* Footer Copy */

.footer-copy {
	text-align: center;
	display: block;
	font-size: 0.8em;
}

@media ( min-width: 768px ) {
	.footer-copy {
		text-align: left;
	}
}

/* Social icons */

.social-navigation {
    width: 100%;
    margin: 0px;
}

.social-navigation ul {
    list-style: none;
    margin: 15px 0;
}

.social-navigation li {
    margin: 0 15px 0 0;
    display: inline-block;
}

#site-footer {
	background-color: #008080;
	padding: 0 0 20px 0;
}

#site-footer h3 {
	padding: 0;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	letter-spacing: 4px;
	font-size: 0.9em;
}

@media ( min-width: 768px ) {
	#site-footer h3 {
		font-size: 0.9em;
	}
}

/* People template */

.page-template-template-service #site-content .col-sm-4, .page-template-template-service #site-content .col-sm-6 {
	margin: 0 0 30px 0;
}

/* -------------------------------------------------------------------------- */

/*	17. Media Queries
/* -------------------------------------------------------------------------- */

@media ( min-width: 480px ) {

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright {
		max-width: 26rem;
	}
}

	.entry-categories a {
		font-size: 1.5rem;
		margin: 1rem 0.5em 0 0.5em;
		background-color: #E5F2F2;
		border-radius: 100px;
		color:  #008080;
		padding: 5px 10px;
	}

	.entry-categories ul {
		margin: 20px;
		padding: 0px;
		text-align: center;
	}

	.entry-categories li {
		display: inline-block;
		margin: 5px -5px;
		padding: 0px;
	}

	section {
		padding: 4rem 0;
		margin: 4rem 0;
	}

	section.presentation-gallery {
		padding: 4rem 0;
		margin: 4rem 0 0 0;
	}


@media ( min-width: 700px ) {

	/* Element Base ------------------------- */

	ul,
	ol {
		margin-bottom: 4rem;
	}

	pre {
		padding: 3rem;
	}

	hr {
		margin: 6rem auto;
	}

	table {
		font-size: 1.8rem;
	}

	/* INPUTS */

	fieldset {
		padding: 3rem;
	}

	legend {
		padding: 0 1.5rem;
	}

	button,
	.button,
	.faux-button,
	.wp-block-button__link,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 1.7rem;
	}

	/* MEDIA */

	figcaption,
	.wp-caption-text {
		margin-top: 1.8rem;
	}


	/* Sub Page ------------------------------ */

	/* FEATURED MEDIA */

	.featured-media figcaption {
		margin: 2rem auto 0 auto;
		width: calc(100% - 8rem);
	}

	/* Post: Archive ------------------------- */

	.archive-header {
		padding: 5rem 0;
	}

	.reduced-spacing .archive-header {
		padding-bottom: 3rem;
	}

	.archive-title {
		font-size: 3.2rem;
	}

	h2.entry-title {
		font-size: 6.4rem;
	}



	/* Post: Single -------------------------- */

	/* POST HEADER */

	.singular .entry-header {
		padding: 1rem 0;
	}

	.entry-categories {
		margin-bottom: 3rem;
	}

	.entry-categories-inner {
		margin: -1rem 0 0 -2rem;
	}

	.intro-text {
		font-size: 2rem;
		margin-top: 2.5rem;
	}

	.singular .intro-text {
		font-size: 2.6rem;
	}

	.post-meta-wrapper {
		margin-top: 3rem;
	}

	.post-meta {
		font-size: 1.6rem;
		margin: -1.4rem 0 0 -3rem;
	}

	.post-meta li {
		margin: 1.4rem 0 0 3rem;
		max-width: calc(100% - 3rem);
	}

	.featured-media {
		margin-top: 6rem;
	}

	.post-inner {
		padding-top: 2rem;
	}

	/* POST FOOTER */

	.post-meta-wrapper.post-meta-single-bottom {
		margin-top: 4rem;
	}

	/* Entry Content ------------------------- */

	.entry-content p,
	.entry-content li {
		line-height: 1.476;
	}

	.entry-content h1,
	.entry-content h2,
	.entry-content h3 {
		margin: 6rem auto 3rem;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		margin: 4.5rem auto 2.5rem;
	}

	.alignnone,
	.aligncenter {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}

	/* Site Pagination ----------------------- */

	.pagination-separator {
		margin: 8rem 0;
	}

	/* Display the full text for Newer and Older Posts. */

	.nav-short {
		display: inline;
	}

	.pagination .nav-links {
		font-size: 2.4rem;
		font-weight: 700;
		margin: -2.5rem 0 0 -4rem;
	}

	.nav-links > * {
		margin: 2.5rem 0 0 4rem;
	}
}


@media (min-width: 782px) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-column {
		margin-bottom: 0;
	}

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -2.8rem;
	}
}

@media ( min-width: 992px ) {

	/* Site Header --------------------------- */

	#site-header {
		z-index: 1;
	}

	/* HEADER NAVIGATION */

	.header-navigation-wrapper {
		align-items: center;
		display: flex;
	}

	.primary-menu-wrapper {
		display: block;	
	}

.search-container {
	display: block;
}

	.primary-menu-wrapper form {
		align-self: center;
		margin-left: 40px;
		position: relative;
	}
}
