/*!
Theme Name:  Page Builder Framework - Child
Author:      David Vongries
Author URI:  https://mapsteps.com
Description: Page Builder Framework Child Theme
Version:     1.3
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags:        one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, custom-logo, custom-background, threaded-comments, blog, e-commerce
Template:    page-builder-framework
Text Domain: page-builder-framework-child
*/

/* Typography Rendering Settings */
* {
  font-feature-settings: "kern" !important;
  font-kerning: normal !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
}

#content {
	overflow-x: clip;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.05em;
}
h1 .uabb-heading-text {
	letter-spacing: -0.05em;
}
p, a, span {
    letter-spacing: -0.04em;
}
@media (max-width: 768px) {
	h1, h2, h3, h4, h5, h6 {
		letter-spacing: -0.04em;
	}
	h1 .uabb-heading-text {
		letter-spacing: -0.04em;
	}
	p, a, span {
		letter-spacing: -0.03em;
	}
}
.fix-margin .uabb-subheading p {
	margin-bottom: 20px;
}
.fix-margin .uabb-subheading p:last-child {
	margin-bottom: 0;
}
.justify p {
    text-align: justify !important;
}
.stong-edit strong {
	color: #00A59C !important;
}

/* Lists */
.list-edit ul {
    margin: 0 0 20px 0;
    padding: 5px 30px;
    list-style: none;
}
.list-edit li {
    padding: 5px;
    position: relative;
}
.list-edit li::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 13px;
    background: #06A69D;
    width: 12px;
    height: 12px;
    border-radius: 1px;
}

/* Lists - Mobile */
.wpbf-is-mobile .list-edit li {
  padding: 7.5px 0 7.5px 40px;
  text-align: left !important;
}
.wpbf-is-mobile .list-edit li::before {
  top: 15px;
  left: 10px;
}

/* Strong Alt */
strong.alt-color {
	color: #11918A !important;
}

/* Remove BR on Mobile */
.wpbf-is-mobile br {
  display: none;
}

/* Header - Init Layout */
#header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  margin: auto;
  z-index: 999;
}
#header .wpbf-nav-wrapper {
  padding: 10px 20px;
}

/* Header - If admin bar */
.admin-bar #header {
  top: 32px;
}

/* Header - Grid Layout */
#header .wpbf-inner-container {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  align-content: center;
  -webkit-align-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}

/* Header - 3 Items */

.social-wrapper, .wpbf-logo-container, .menu-and-button-container {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}

/* Header - Left Side */

#header .social-wrapper {
    width: 100%;
    display: block;
    position: relative;
	text-align: left;
}
#header .social-inner {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    column-gap: 35px;
}
#header .social-inner i {
  background: #0D4D78;
  color: #fff;
  width: 40px;
  height: 40px;
  display: grid;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  border-radius: 5px;
  font-size: 24px;
  transition: all 0.35s ease-in-out;
}
#header .social-inner i:hover {
  background: #00A59C;
  color: #fff;
}
/* Header - Right Side */

.menu-and-button-container {
  display: inline-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
}
.demo-button-container {
  width: auto;
  text-align: right;
  margin-right: 40px;
}
.wpbf-menu-container {
  width: fit-content;
}

/* Header - Right Side - Demo Button */

.demo-btn button {
    padding: 12.5px 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.05em;
}
.demo-btn button i {
    margin-left: 5px;
}
.demo-btn i {
  position: relative;
  z-index: 10;
}

/* Header - Right Side - Icon */

.wpbf-menu-container .wpbf-icon svg {
  width: 32px;
  height: 32px;
  fill: #42474D;
}
.wpbf-menu-container .wpbf-icon:hover svg {
  fill: #11908A;
}
.wpbf-menu-container .wpbf-icon svg path {
  font-size: 100%;
}

/* Header Active */

#header {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;	
}
#header.header-sticky {
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}
#header .wpbf-logo img {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}
#header.header-sticky .wpbf-logo img {
  width: 150px;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}

/* Header - Nav */

.wpbf-menu-off-canvas {
	padding: 0;
	overflow-y: auto;
}
.wpbf-menu-off-canvas.active {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}
.wpbf-menu-off-canvas ul {
  margin-top: 60px;
}
.wpbf-menu-off-canvas li {
  display: block;
  width: 100%;
}
.wpbf-menu-off-canvas li a {
   color: #42474D;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  padding: 12.5px 25px !important;
}
.wpbf-menu-off-canvas li.current_page_item a, .wpbf-menu-off-canvas li.current-menu-item a {
  background: #ebebeb;
}
.wpbf-menu-off-canvas li.current_page_item a, .wpbf-menu-off-canvas li.current-menu-item a {
  color: #00A59C !important;
}
.wpbf-menu-off-canvas li a:hover {
  color: #00A59C;
}
.wpbf-menu-off-canvas .wpbf-submenu-toggle {
  top: 0 !important;
  right: 20px !important;
}
.wpbf-menu-off-canvas ul ul {
  margin-left: 15px !important;
}
.wpbf-menu-off-canvas ul ul ul {
  margin-left: 30px !important;
}

/* Mobile Header + Linkedin + Logo + Nav + Submenu */
.wpbf-mobile-nav-wrapper {
  display: inline-flex;
  justify-content: space-between;
 -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  position: relative;
  padding: 15px 0;
}
#header .wpbf-mobile-menu-hamburger .social-inner i {
  font-size: 20px;
  width: 32px;
  height: 32px;
}
#header .wpbf-mobile-nav-wrapper img {
  width: 12rem;
  padding: 0 1rem;
}
.wpbf-mobile-menu-container .wpbf-icon svg {
  width: 1.2em;
  height: 1.2em;
}
.wpbf-mobile-menu-container a {
  font-weight: 500;
}
.wpbf-mobile-menu-container ul ul {
  margin-left: 15px !important;
}
.wpbf-mobile-menu-container ul ul ul {
  margin-left: 15px !important;
}

/* Mobile Header - Active*/
#header .wpbf-mobile-logo img {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}

#header.header-sticky .wpbf-mobile-logo img {
  width: 10rem;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}

/* Mobile - Request a demo button */
.request-a-demo a {
  background: #0D4D78;
  text-align: center;
  color: #fff;
}


/* Heading Gradient */

span.grad-heading {
    background: linear-gradient(107.56deg, #0D4D78 0%, rgba(0, 103, 132, 1) 37.21%, rgba(80, 175, 130, 1) 67.76%, #11918A 100%);
	padding-right: 5px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}

/* Icon Gradient */

.icon-grad .fl-icon i, .icon-grad .uabb-icon i  {
    background: linear-gradient(107.56deg, #0D4D78 0%, rgba(0, 103, 132, 1) 37.21%, rgba(80, 175, 130, 1) 67.76%, #11918A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}

/* Alt Heading */
span.alt-heading {
    color: #11908A !important;
}

/* Gradient Background */
.grad-bg .fl-row-content-wrap {
	background: linear-gradient(107.56deg, #0D4D78 0%, rgba(0, 103, 132, 1) 37.21%, rgba(80, 175, 130, 1) 67.76%, #11918A 100%);
}

/* Fix Clipping on Gradient Text */
span.fix-clip {
	padding-right: 1px;
}

/* Buttons */
.mouse-cursor-gradient-tracking {
	 position: relative;
	 background: #0d4d78;
	 padding: 12.5px 25px;
	 font-size: 18px;
	 line-height: 28px;
	 font-weight: 400;
	 letter-spacing: -0.04em;
	 border-radius: 100px !important;
	 border: none;
	 color: white;
	 cursor: pointer;
	 outline: none;
	 overflow: hidden;
	 min-width: 175px;
	 transition: all 0.35s ease-in-out;
	 -webkit-transition: all 0.35s ease-in-out;
}
.mouse-cursor-gradient-tracking:hover,
.mouse-cursor-gradient-tracking:focus,
.mouse-cursor-gradient-tracking:active {
	background: #00A59C;
	border-radius: 100px !important;
}
 .mouse-cursor-gradient-tracking span {
	 position: relative;
}
.mouse-cursor-gradient-tracking i {
  position: relative;
  z-index: 10;
}
/*
 .mouse-cursor-gradient-tracking:before {
	 --size: 0;
	 content: '';
	 position: absolute;
	 left: var(--x);
	 top: var(--y);
	 width: var(--size);
	 height: var(--size);
	 background: radial-gradient(circle closest-side, #11918a, transparent);
	 transform: translate(-50%, -50%);
	 transition: width 0.2s ease, height 0.2s ease;
}
 .mouse-cursor-gradient-tracking:hover:before {
	 --size: 200px;
} */

/* Center Button */
.center-btn {
  text-align: center;
  margin: auto;
  width: 100%;
  display: block;
}

/* Right Align Button */
.right-btn {
  text-align: right;
  margin: auto;
  width: 100%;
  display: block;
}

/* If blue background use this button */

.alt-btn .mouse-cursor-gradient-tracking {
  background: #2FBCA5;
}
.alt-btn .mouse-cursor-gradient-tracking:hover,
.alt-btn .mouse-cursor-gradient-tracking:focus,
.alt-btn .mouse-cursor-gradient-tracking:active {
	background: #0D4D78;
}

/*
.alt-btn  .mouse-cursor-gradient-tracking:before {
   background: radial-gradient(circle closest-side, #50AF82, transparent);
} */

/* Gravity Forms Buttons */
.gform_footer {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.gform_footer .gform_button {
 	 position: relative;
	 background: #0d4d78;
	 padding: 12.5px 25px;
	 font-size: 18px;
	 line-height: 28px;
	 font-weight: 400;
	 letter-spacing: -0.04em;
	 border-radius: 100px;
	 border: none;
	 color: white;
	 cursor: pointer;
	 outline: none;
	 overflow: hidden;
	 min-width: 175px;
   width: auto !important;
}

/* Gravity Forms Buttons - Mobile */
.wpbf-is-mobile .gform_footer .button {
  width: 100% !important;
}

/* Mobile Center Button */
@media (max-width: 768px) {
	.mobile-center {
		text-align: center;
		margin: auto;
		width: 100%;
		display: block;
	}
	.mouse-cursor-gradient-tracking, .bigger-btn button {
	  text-align: center;
	  margin: auto;
	  display: block;
	  min-width: 225px;
	  width: auto;
	  max-width: 100%;
	}
}


/* Case Studies Page */
.c-archive-posts .elementor-section.elementor-section-items-middle > .elementor-container {
  align-items: unset;
  -webkit-align-items: unset;
}
.c-archive-posts .c-post-col .elementor-widget-wrap {
  padding: 0;
  border-radius: 5px;
}
.c-post-heading, .c-post-slogan, .c-post-divider, .c-post-terms {
  padding: 5px 20px;
}
.c-archive-posts .c-post-cover img {
  height: 185px;
  object-fit: cover;
  border-radius 5px 5px 0 0;
}
.c-archive-posts .c-post-heading h4 {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 300 !important;
  line-height: 1.2;
  background: linear-gradient(107.56deg, #0D4D78 0%, rgba(0, 103, 132, 1) 37.21%, rgba(80, 175, 130, 1) 67.76%, #11918A 100%);
  padding-right: 5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}
.c-archive-posts .c-post-slogan {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #767676;
}
.c-post-terms {
  margin-bottom: 20px;
}
.c-post-terms span {
  color: #0D4D78;
}
.c-filter .jet-filter-label {
  margin-bottom: 7.5px;
}
.c-filter .jet-radio-list__row {
  margin: 0 5px 5px 0;
  padding: 0 !important;
}

/* Case Studies Page - Slight Mobile Edit - Data ID = Elementor Row Id's */
.wpbf-is-mobile [data-id="60f2036"], .wpbf-is-mobile [data-id="c2813f0"] {
  padding: 30px 10px !important;
}
.wpbf-is-mobile  .c-post-heading {
  margin-top: 5px;
}

/* Case Studies Page - Hide Pagination */
.elementor-pagination {
	visibility: hidden;
}

/* Case Studies Page - Fix Wierd UABB Info List Issue */
.post-type-archive-case_studies #quick-contact .uabb-info-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-type-archive-case_studies #quick-contact .uabb-info-list li {
  padding-bottom: 12px;
}
.post-type-archive-case_studies #quick-contact .uabb-info-list li:last-child {
  padding-bottom: 0;
}
.post-type-archive-case_studies #quick-contact .uabb-info-list .uabb-imgicon-wrap {
  text-align: left;
  margin-right: 20px;
}
.post-type-archive-case_studies #quick-contact .uabb-info-list-content-wrapper {
  display: inline-flex;
}
.post-type-archive-case_studies #quick-contact .uabb-info-list p {
  margin: 0;
}
.post-type-archive-case_studies #quick-contact .uabb-info-list i {
  background: linear-gradient(90.93deg, #0D4D78 39.64%, #006784 63.71%, #50AF82 79.86%, #11918A 99.67%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* Case Studies - Disable Location Filter */

.jet-smart-filters-radio:first-child {
  display: none;
}

/* Newsletter Popup */
.uabb-modal .fl-row-content-wrap {
  padding: 0;
}
.news-inner input[type="email"] {
  border: 2px solid #2FBBAF;
  border-radius: 5px;
  color: #0D4D78;
  transition: border-color 0.25s ease-in-out;
  -webkit-transition: border-color 0.25s ease-in-out;
}
.news-inner input[type="email"]::placeholder {
  color: #0D4D78;
  opacity: 0.35;
}
.news-inner input[type="email"]:active, .news-inner input[type="email"]:focus {
  border-color: #0D4D78;
  transition: border-color 0.25s ease-in-out;
  -webkit-transition: border-color 0.25s ease-in-out;
}
.news-inner input[type="checkbox"] {
  margin: 25px 0;
}
.news-inner input[type="submit"] {
  display: flex;
  width: 100%;
  text-align: center;
  background: #0D4D78;
  color: #fff !important;
  border-radius: 100px;
}
.news-inner input[type="submit"]:hover {
  background: #2FBBAF;
}

/* Newsletter Popup - Icon */
.add-border .fl-icon {
    width: 96px;
    height: 96px;
    border-radius: 100%;
    display: grid;
    justify-content: center;
    -webkit-justify-content: center;
    align-content: center;
    -webkit-align-content: center;
    line-height: 0;
    padding: 0;
    margin: 0;
    position: relative;
    background: #2FBBAF;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

/* White Paper - Gforms */
.white-paper-form #gform_submit_button_2 {
	 position: relative;
	 background: #0d4d78;
	 padding: 15px 25px;
	 font-size: 20px;
   	 font-weight: 400 !important;
	 line-height: 30px;
	 letter-spacing: -0.06em;
	 border-radius: 100px;
	 border: none;
	 color: white;
	 cursor: pointer;
	 outline: none;
	 overflow: hidden;
	 min-width: 175px;
}
.white-paper-form #gform_submit_button_2:hover {
  background: #00A59C;
}

/* CSS Animations */
.float {
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
	img {
		width: 100%;
		height: auto;
	}
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.scale-on-hover {
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  will-change: transform;
}
.scale-on-hover:hover {
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  -webkit-transform: translate(0,-10px);
          transform: translate(0,-10px);
}

/* Uabb Model Popup - General Edits */
.uabb-modal .fl-col-content {
  min-height: 375px;
}
.uabb-modal .uabb-modal-close {
  position: absolute;
  top: -18px;
  left: unset;
  right: -16px;
  color: #fff !important;
  background: #13517A;
  border-radius: 100%;
   border: 3px solid #fff;
  font-size: 20px;
  width: 64px;
  height: 64px;
  transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
  display: grid;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
}
.uabb-modal .uabb-close-icon {
  color: #fff !important;
}
.uabb-modal .uabb-modal-close:hover {
  background: #2FBBAF;
    transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}

/* Uabb Model Popup - General Edits - Mobile */
.wpbf-is-mobile .uabb-modal .uabb-content {
	max-width: 100% !important;
	width: 100% !important;
}
.wpbf-is-mobile .uabb-modal .uabb-modal-close {
	width: 36px;
	height: 36px;
	left: 0;
	right: 0;
	margin: auto;
	border: 2px solid #fff;
	top: 0px;
}
.wpbf-is-mobile .uabb-modal .uabb-modal-close i {
	font-size: 18px;
}
.wpbf-is-mobile .uabb-modal .fl-builder-content {
	overflow-y: scroll;
	max-height: 90vh;
}

/* Fix Info Box Icon Issue */
.fl-module-info-box .uabb-icon i::before {
  font-size: 48px !important;
  width: 48px !important;
  height: 48px !important;
}

/* Blog Posts - General */
.all-blogs .uabb-next-date-meta .uabb-posted-on {
    border-radius: 5px 0 0 0 !important;
}
.all-blogs .uabb-post-meta {
    margin: 0 !important;
}
.all-blogs .uabb-blog-posts-description {
    padding: 0;
    margin-top: 15px;
}

/* Blog Posts - Block Layout */
.blog-feeds img {
    height: 316px;
    width: 562px;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px 0 0 5px !important
}
@media (min-width: 768px) {
	.blog-feeds .uabb-blog-post-content {
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
	  -webkit-align-items: flex-start;
	  justify-content: center;
	  -webkit-justify-content: center;
	  min-height: 316px;
	  height: auto;
	}
}

/* Blog Posts - Grid Layout */
.blog-grid img {
    height: 211px;
    width: 375px;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px 5px 0 0 !important
}

/* Blog Posts - Remove Padding on UL for Slick dots */
ul.slick-dots {
  padding-left: 0 !important;
}

/* Blog Posts - Nav */
@media (max-width: 768px) {
  .all-blogs .slick-prev, .all-blogs .slick-next {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .all-blogs .slick-dots {
    display: none !important;
  }
}

/* Blog Posts - Mobile */
.wpbf-is-mobile .all-blogs img {
  width: 100%;
  height: 197px;
  border-radius: 5px 5px 0 0 !important;
}
.wpbf-is-mobile h2.uabb-posted-on {
  font-size: 28px;
  letter-spacing: 0;
}
.wpbf-is-mobile .all-blogs .uabb-blog-post-content {
  padding: 25px 30px !important;
  width: 100%;
  margin: 0;
}
.wpbf-is-mobile .all-blogs .uabb-blog-posts-grid {
  margin: 0;
  padding: 0;
}
.wpbf-is-mobile .all-blogs h3, .wpbf-is-mobile .all-blogs h5 {
  font-size: 24px;
  margin-bottom: 10px;
}

/* Blog Posts Inner - Button */
.post-btn .wp-block-button {
  display: flex;
  min-width: 175px;
  width: auto;
  max-width: calc(100% - 30px);
}
.post-btn .wp-block-button a {
  background: #00A59C;
  color: #fff;
  padding: 12.5px 25px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.04em;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.post-btn .wp-block-button a:hover,
.post-btn .wp-block-button a:active,
.post-btn .wp-block-button a:focus {
  background: #0D4D78;
}

/* Blog Posts Inner - Button - Mobile */
@media (max-width: 768px) {
  .post-btn .wp-block-button {
    display: block;
    margin: auto;
  }
}

/* Those background circles on Sustainion Inner pages - Mobile */
.wpbf-is-mobile .add-circle::after {
    width: 180px;
    height: 180px;
    left: 0;
    right: 0;
    margin: auto;
}

/* Careers Inner - Form Edit */
.gfield--type-fileupload .gform_drop_area {
  background: #EDF1F4 !important;
  border-color: #0D4D78 !important;
}
.gfield--type-fileupload .gform_drop_area button {
  background: #2FBCA5;
  color: #fff;
  border-radius: 100px;
  padding: 7.5px 15px;
  cursor: pointer;
}
.gfield--type-fileupload:hover .gform_drop_area button {
  background: #0D4D78;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.gfield--type-fileupload .gfield_description {
  margin-bottom: 0 !important;
  text-align: center;
}
#field_7_13 .gform_drop_instructions::before {
  content: "Upload your C.V. here";
  display: block;
  color: #0D4D78;
  font-size: initial;
}
#field_7_13 .gform_drop_instructions {
  font-size: 12px;
}

/* All Forms - Privacy Policy Consent */
.pp-consent {
  position: relative;
  overflow: clip;
  padding-bottom: 3px;
}
.pp-consent::after {
  content: '';
  position: absolute;
  background: #00A59C;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.pp-consent:hover,
.pp-consent:focus,
.pp-consent:active {
	opacity: 0.85;
}
.pp-consent:hover::after,
.pp-consent:active::after,
.pp-consent:focus::after {
  width: 0;
  right: 0;
  left: unset;
}

/* All Forms - Privacy Policy Consent - White */
.w-consent {
  color: #fff !important;
}
.w-consent::after {
  background: #fff;
}

/* Whitepaper Form - Consent */
.whitep-consent {
  color: #fff;
}
.whitep-consent::after {
  background: #fff;
}

/* Inner Blog Post Whitepaper - Form Consent */
.single-post .gfield_html p {
  font-size: 16px;
  margin-bottom: 0;
} 
.single-post .whitep-consent {
  color: #767676;
}
.single-post .whitep-consent::after {
  background: #767676;
}

/* Careers Inner Whitepaper - Form Consent */
.single-careers .gfield_html {
  text-align: center;
}
.single-careers .ja-consent {
  color: #767676
}
.single-careers .ja-consent::after {
  background: #767676;
}

/* Landing Page - Form Consent */
.whitep-l-consent {
  color: #767676;
}
.whitep-l-consent::after {
  background: #767676;
}

/* Newsletter Popup - Form Consent */
.white-paper-popup .gfield_html p {
  max-width: 450px;
}
.white-paper-popup .whitep-consent {
  color: #767676;
}
.white-paper-popup .whitep-consent::after {
  background: #767676;
}
@media (max-width: 768px) {
  .white-paper-popup .gfield_html p {
    background: #fff;
    padding: 20px 15px;
  }
}

/* Gravity Forms - Conset Edit */
.ginput_container_consent {
  letter-spacing: -0.04em !important;
  margin-bottom: 15px;
}
.ginput_container_consent a {
  text-decoration: underline !important;
}

/* Footer - Fix Gform z-index */
.pos-rel {
    position: relative;
    z-index: 100;
}

/* Footer - Gform Consent */
#quick-contact .ginput_container_consent, #quick-contact .ginput_container_consent a {
  color: #fff;
}

/* Footer - Social Icons */
#footer .social-wrapper {
    width: 100%;
    display: block;
    position: relative;
	text-align: left;
}
#footer .social-inner {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    column-gap: 35px;
}
#footer .social-inner i {
  background: #0D4D78;
  color: #fff;
  width: 40px;
  height: 40px;
  display: grid;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  border-radius: 5px;
  font-size: 24px;
  transition: all 0.35s ease-in-out;
}
#footer .social-inner i:hover {
  background: #00A59C;
  color: #fff;
}

/* Footer - Social Icons - Mobile */
.wpbf-is-mobile #footer .social-wrapper {
	text-align: center;
}
.wpbf-is-mobile #footer .social-inner {
	justify-content: center;
	-webkit-justify-content: center;
}
.wpbf-is-mobile #footer .social-inner i {
  font-size: 20px;
  width: 32px;
  height: 32px;
}

/* Footer - Nav */
.footer-list ul {
    list-style: none;
    padding: 0;
}
.footer-list li {
    letter-spacing: -0.05em;
    padding: 5px 0;
}
.footer-list li:first-child {
    padding-top: 0;
}
.footer-list li:last-child {
    padding-bottom: 0;
}

/* Footer - Copyright & Terms */
.copy-right ul {
    display: inline-flex;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
    list-style: none;
    padding: 0;
}
.copy-right li {
    letter-spacing: -0.05em;
}
.left-copyright ul {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.bottom-copyright ul {
    justify-content: center;
    -webkit-justify-content: center;
}
footer a:hover {
    color: #11908A;
}

/* Footer - Contact Button */
.footer-btn {
    min-width: unset;
    padding: 7.5px 15px;
}
.footer-btn span {
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
    letter-spacing: -0.03em !important;
}

/* Footer - Newsletter */
#footer  .news-inner.footer-news input[type="email"] {
  font-size: 14px;
  margin: -5px 0 10px 0;
}
#footer  .news-inner.footer-news input[type="checkbox"] {
  margin: 0;
  padding: 0;
}
#footer  .news-inner.footer-news span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  letter-spacing: -0.04em;
}
#footer  .news-inner.footer-news input[type="submit"] {
  margin-top: 15px;
  padding: 12.5px 25px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
#footer #gform_wrapper_5 input {
  margin: 0 !important;
  padding: 10px 15px  !important;
}
