/*
Theme Name: Yoko Co 2020
Theme URI: https://www.yokoco.com
Version: 1.0
Description: A custom theme for the Yoko Co site. 
Author: Yoko Co
Author URI: https://www.yokoco.com
template: bb-theme
*/

@import url("base.css");

/*****************************************************************************/
/******************************* THE BASICS **********************************/
/*****************************************************************************/

@media screen and (min-width: 1024px) {
	.fl-page {
		padding: 8px; 
	}
}

/* Set your maximum container width here. Only use the customizer width to set the width for the header */

.fl-page-content .container {
	max-width: 1100px; 
}

/* Set this to the same as you set the content width in the customizer. */

.max-fix .fl-row-fixed-width {
	max-width: 1600px; 	
}


/* Define default accent background colors. */

.bg1 {
	background-color: #000; 
}

.bg2 {
	background-color: #222; 
}

.bg-blue {
	background-color: #0272bc; 
}

.bg-light {
	background-color: #f3f6f9; 
}

.bg-black {
	background-color: #000; 
}

ul {
	margin-bottom: 1em; 
}

#fl-to-top {
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
}

.home-intro-text {
	color: #fff; 
}

.home-intro-text a {
	color: #fff; 
}

.home-intro-text h1.home-headline a {
	color: #fff; 
	text-decoration: none!important;
}

.home-intro-text h1.home-headline .black-text a {
	color: #000; 
}

.home-subhead a {
}

.blue-text, .blue-text h1, .blue-text h2, .blue-text h3, .blue-text h3, .blue-text h4, .blue-text h5, .blue-text h6 {
	color: #0272bc; 
}

.home-main .fl-row-fixed-width {
	max-width: 1000px; 
}

.home-main.fl-row-full-height .fl-row-content-wrap {
    min-height: calc(100vh - 16px);
    border-radius: 2px;
    padding: 0px 20px;
}

.home-down-icon .fl-icon-wrap {
  transform: rotate(0deg);
  transition: transform 300ms;
transition-timing-function: ease-out;
}


.home-down-icon .fl-icon-wrap:hover {
  transform: rotate(360deg);
}

/* How to size page banners without a featured image.

.no-featured-image .banner-title .fl-row-content-wrap {
	padding-top: 50px; 
}  */

/* Define button styles. */

button, input[type=button], input[type=submit], .fl-builder-content a.fl-button, .wp-block-button__link {
	padding: 19px 30px 17px;
	font-size: 17px; 
	border: 0px; 
	background-color: #0272bc; 
	text-decoration: none; 
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
	border-radius: 0px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	font-weight: 700;
}

.webinar-button a {
	color: #fff;
	padding: 19px 30px 17px;
	font-size: 17px; 
	border: 0px; 
	background-color: #0272bc; 
	text-decoration: none; 
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
	border-radius: 0px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	font-weight: 700;
}

button.alt-button, input[type=button].alt-button , input[type=submit].alt-button , .fl-builder-content .alt-button a.fl-button, .fl-builder-content .alt-button a.fl-button:visited {
	background-color: #000; 
}
.webinar-button a:hover,
button:hover, input[type=button]:hover, input[type=submit]:hover, a.fl-button:hover, .fl-builder-content a.fl-button:hover, .wp-block-button__link:hover {
	color: #fff; 
	text-decoration: none; 
	background-color: #02c97c; 
	border: 0px; 
	/* background-color: #444444; */
	/* text-transform: none; */
}


button.alt-button:hover, input[type=button].alt-button:hover , input[type=submit].alt-button:hover , .fl-builder-content .alt-button a.fl-button:hover {
	background-color: #02c97c; 
}

button:hover *, input[type=button]:hover *, input[type=submit]:hover *, a.fl-button:hover *, .fl-builder-content a.fl-button:hover * {
	color: #fff; 
}

.wp-block-button__link {
	margin-top: 10px; 
}

.home-subhead {
	font-size: 24px;
	line-height: 36px; 
	padding-left: 14px; 
}

@media screen and (min-width:1024px) {
	h1 {
		font-size: 100px; 
	}
	.single-resource h1 {
		font-size: 90px; 
	}
	h1.home-headline {
		font-size: 160px;
		letter-spacing: -1px;
		line-height: 110px; 
	}
	h1.home-headline .blue {
		padding-left: 5px; 
	}
}


@media screen and (max-width: 1023px) and (min-width:768px) {
	h1.home-headline {
		font-size: 120px;
		letter-spacing: -1px;
		line-height: 90px; 
	}
	h1 {
		font-size: 90px; 
	}
	.single-resource h1 {
		font-size: 72px; 
	}
	h1.home-headline .blue {
		padding-left: 5px; 
	}
}


@media screen and (max-width: 768px) {
	h1.home-headline {
		font-size: 50px;
		letter-spacing: -1px;
		line-height: 50px; 
	}
	h1.home-headline .blue {
		padding-left: 5px; 
	}
	.home-subhead {
		font-size: 21px;
		line-height: 32px; 
		margin-top: 30px; 
		padding-left: 10px; 
	}
}

.blue {
	color: #0272bc; 
}

.larger {
	font-size: 21px; 
}

.larger h2 {
	font-size: 50px; 
	font-weight: 900; 
}

.xl h2 {
	font-size: 84px; 
}

@media screen and (min-width: 768px) {
	.overlap-50 {
		margin-top: -50px; 
	}

	.overlap-100 {
		margin-top: -100px; 
	}

	.overlap-150 {
		margin-top: -150px; 
	}

	.overlap-200 {
		margin-top: -200px; 
	}
}
/*****************************************************************************/
/********************************* HEADER ************************************/
/*****************************************************************************/

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.home .fl-page-header-wrap {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.home .fl-page-header-wrap {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

@media (min-width: 992px) {
	.fl-page-header-logo-col {
		width: 20%; 
	}
	.fl-page-nav-col {
		width: 80%; 
	}
  .fl-page-bar {
    position: absolute;
    top: 0;
    z-index: 11;
    width: 100%;
  }
  .fl-page-header, .fl-page-header-wrap {
    background-color: transparent;
    border-bottom-style: none; /* Removes the 1px border below the menu */
    position: absolute;
    width: 100%;
    z-index: 10;
  }
	.fl-page-header-fixed .fl-page-header-wrap {
		background: #fff;
		top: 0; 
		box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	}
	.fl-page-header-fixed .fl-page-header-wrap .navbar-nav li>a {
		color: #000; 
	}
}



.fl-page-header-primary {
	position: relative; 
	z-index: 99; 
}

.fl-page-nav-right .fl-page-header-wrap {
	border-bottom: 0px; 
}

.fl-page-header-primary {
	position: relative; 
	z-index: 99; 
}

.fl-page-nav-right .fl-page-header-wrap {
	border-bottom: 0px; 
}

.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab {
	margin-right: 2px; 
}

.fl-page-nav-search form {
	background-color: #fff; 
}

.fl-page-nav-search form input.fl-search-input {
	border-color: #ddd; 
	background-color: #fff; 
	color: #333!important; 
}

.fl-page-nav-right.fl-page-header-fixed .fl-page-header-container.container, .fl-page-header-fixed .fl-page-header-container.container {
	padding: 0px; 
}

.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li>a, .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li>a {
	font-size: 14px; 
}

.custom-subtitle h3 {
	font-weight: 400; 
	color: #0272bc;
}

.custom-subtitle-job h3 {
	color: #0272bc; 
}

.mobile-nav-search {
	margin-top: 10px; 
}

.mobile-nav-search label {
	width: 82%; 
	display: block; 
	float: left; 
}
.mobile-nav-search input[type=search] {
	
}

.mobile-nav-search button {
	background: rgba(0,0,0,0);
	padding: 6px 20px; 
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li:last-of-type {
	border: 0px; 
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a:hover, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a:focus, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor>a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-parent>a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item>a {
	color: #71c2f7; 
}

.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li>a, .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li>a {
	font-weight: 400; 
}

.fl-page-nav-right .fl-page-nav-search a.fa-search {
    font-family: 'linearicons' !important;
	padding-top: 7px; 
}

.fl-page-nav-right .fl-page-nav-search a.fa-search:before {
    content: "\e922";
    font-size: 15px;
}

.fl-page-nav-right .fl-page-nav-wrap a.fas:hover {
    color: #71c2f7;
}

.no-featured-image .fl-page .banner-title .fl-row-content-wrap {
}

.builder-textcol {
	max-width: 800px; 
	margin: 0 auto; 
}

.banner-date .fl-html {
	font-size: 15px; 
	opacity: 0.4; 
}

@media screen and (min-width: 768px) {
	.extended-header .fl-page .banner-title .fl-row-content-wrap {
		min-height: 80vh; 
	}
}


@media screen and (min-width: 768px) {
	.fl-page-nav ul.sub-menu {
		border: 0px; 
		padding: 4px 0px; 
		border-radius: 4px; 
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px; 
		background: #f8f8f8;
	}

	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav ul.sub-menu li>a {
		color: #0272bc; 
	}

	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav ul.sub-menu li {
		transition: background 0.5s;
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
	}

	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav ul.sub-menu li:hover {
		background: #eee;
	}
}
/*****************************************************************************/
/********************************* FOOTER ************************************/ 
/*****************************************************************************/

.footer-main .fl-row-content-wrap .menu .fl-has-submenu .sub-menu {
	display: none; 
}

.footer-main .fl-menu-toggle {
	display: none; 
}

.footer-sub {
	font-size: 13px; 
}

.footer-main {
	font-size: 16px; 
}

.footer-main .menu a {
	padding: 0px 5px 10px 0px;  
}

.footer-main a:hover {
	text-decoration: underline; 
}

.footer-main input[type=search] {
	border: 1px solid #fff; 
	padding: 10px;
	color: #fff; 
	background: rgba(0,0,0,0); 
	height: auto; 
	border-radius: 0px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
}

.footer-main input::placeholder {
	color: #fff; 
}

.footer-main .search-form label {
	width: 80%; 
}

.footer-main .search-form button {
	padding: 10px;  
	margin-left: -40px; 
	background: rgba(0,0,0,0); 
}

.footer-main .search-form button:hover {
	background: rgba(0,0,0,0);
}

.footer-utility {
	padding: 0px 8px; 
}

/*****************************************************************************/
/******************************* COMPONENTS **********************************/
/*****************************************************************************/

.highlight-bubble {
	background: #e6f400; 
	font-size: 13px; 
	padding: 4px 6px; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	color: #000; 
}


.home-intro-text {
		text-align: left; 
	}
.home-subhead {
		margin-left: 0px; 
		margin-right: 0px; 
	} 

.home-service-list .fl-rich-text ul {
	list-style-type: none; 
	padding: 0px; 
}

.home-service-list .fl-rich-text ul li::before {
	content: "";
}

.latest-posts-banner-bottom .fl-post-grid-image img {
	height: 240px!important; 
	object-fit: cover;
}


@media screen and (min-width: 768px) {
	.home-service-list ul li {
		display: inline-block; 
		float: left; 
		width: 48%; 
		margin-right: 2%; 
	}
}

.home-fader .fl-slide .fl-slide-content-wrap .fl-slide-content {
	margin: 0px; 
}

.home-fader .fl-slide .fl-slide-content-wrap {
	width: 100%; 
	float: none; 
	clear: both; 
}

.home-post-feed .fl-post-grid-post .fl-post-grid-title {
	font-size: 24px; 
	line-height: 30px; 
}

.home-post-feed .fl-post-grid-more {
	font-size: 24px; 
}

.home-post-feed .fl-post-column {
	padding-bottom: 10px; 
}

h1 .hidden-space {
	font-size: 20px; 
}

@media screen and (min-width: 1024px) {
	.single-post h1 {
	font-size: 72px; 
	}
}

blockquote, .fl-page .fl-content .wp-block-quote, .wp-block-quote {
	padding: 20px; 
	border: 8px solid #eee; 
	color: #444; 
}

blockquote h3:first-of-type, blockquote h2:first-of-type, .cta-box h3:first-of-type, .cta-box h2:first-of-type {
	margin-top: 0px; 
}

blockquote p:last-of-type + .fl-button-wrap {
	margin-top: 20px; 
}

.cta-box {
	border: 8px solid #eee; 
	padding: 20px; 
	margin: 20px 0px; 
}

blockquote .cta-box {
	background: #eee; 
	margin-bottom: 0px; 
}


.search-results .fl-post-feed-content {
	color: #888; 
}

.fl-post-feed-post {
	padding-bottom: 40px; 
}

.blog-sidebar .fl-widget + .fl-widget {
	border-top: 1px solid #ddd; 
	padding-top: 30px; 
}

h2.widgettitle {
	font-size: 21px; 
}

.widget_recent_entries li + li {
	margin-top: 15px; 
}

.widget_recent_entries .post-date {
	display: block; 
	font-size: 13px;
	opacity: 0.5; 
}

.fl-post-grid-post {
	border: 0px; 
	background: rgba(255,255,255,0); 
}

.fl-post-grid-post .fl-post-grid-text {
	padding: 20px 0px; 
}

.fl-post-grid-meta {
	opacity: 0.5; 
}

.fl-post-grid-post .fl-post-grid-title {
	margin-bottom: 6px; 
}

.post-meta-info {
	font-size: 15px; 
}

.post-meta-category, .post-meta-author, .fl-post-feed-meta {
	color: #888; 
}

.post-sharing {
	text-align: right; 
	color: #888; 
}

.preshare-text {
	display: inline; 
}

.addtoany_shortcode {
	float: right; 
	margin-left: 10px; 
}

.breadcrumbs {
	font-size: 11px; 
    letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0.5; 
}

.big-box-link {
	position: relative; 
	text-align: center; 
}

.big-box-link h3 {
	padding: 180px 20px; 
}

.big-box-link a {
	position: absolute; 
	top: 0; 
	left: 0; 
	display: block; 
	width: 100%; 
	height: 100%; 
}

body .fl-post-grid-content p {
	font-size: 17px; 
	line-height: 28px; 
	color: #888; 
}

.fl-rich-text ul {
	padding-left: 25px; 
  list-style: none; 
}

.fl-rich-text ul li::before {
  content: "\2022";  
  color: #0272bc; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.fl-cta-wrap {
    padding: 30px 40px;
    background: #0272bc;
	color: #fff; 
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
    border-left: 8px solid #000;
    padding-top: 40px;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 8px 8px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 8px 8px 20px rgba(0,0,0,0.1);
}

.fl-cta-wrap h3.fl-cta-title {
	color: #fff; 
}

.fl-builder-content .fl-cta-wrap .fl-button, .fl-builder-content .fl-cta-wrap .fl-button:hover  {
	border: 2px solid #fff; 
}

.expertise-clients-row .grid-client-name {
	display: none; 
}

.expertise-clients-row .fl-post-image img {
	padding: 10px 10px; 
	  /* filter: grayscale(100%);
	  -webkit-filter: grayscale(100%);
	  -moz-filter: grayscale(100%); */
}


.expertise-clients-row .fl-post-image img:hover {
	  filter: grayscale(0%);
	  -webkit-filter: grayscale(0%);
	  -moz-filter: grayscale(0%);
}

@media screen and (max-width: 767px) {
	.expertise-features-row .fl-module-content .fl-icon i:before {
		font-size: 40px; 
	}
	.expertise-features-row .service-sub-icon .fl-module-content {
		margin-bottom: 0px; 
	}
	.expertise-features-row h4 {
		margin-top: 0px; 
	}
}
.phase-overview .fl-embed-video {
	background: #000; 
}

.phase-overview iframe {
	border: 15px solid #0272bc; 
}

@media screen and (min-width: 768px) {
		.yoko-rotator .bx-wrapper .bx-controls-auto, .yoko-rotator .bx-wrapper .bx-pager {
		bottom: 0px; 
	}

	.phase-overview iframe {
		border: 8px solid #0272bc; 
	}

}

.yoko-video-rotator .fl-content-slider-navigation {
	top: 46%; 
}

.yoko-rotator .fl-content-slider-navigation path {
	fill: #0272bc; 
}

.yoko-rotator .fl-content-slider-navigation .fl-content-slider-svg-container {
    width: 22px;
    height: 22px;
}

.yoko-rotator .fl-content-slider-navigation .slider-prev {
	left: -23px; 
}

.yoko-rotator .fl-content-slider-navigation .slider-next {
	right: -23px; 
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {    
	background: #0272bc;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #bbb; 
}

.yoko-rotator .fl-content-slider .fl-slide-bg-photo {
	background-size: 100%; 
}

.progress-bar-container {
	background: #ddd; 
}

.progress-bar-container .progress-bar {
	float: left; 
	background: #02c97c; 
	padding: 15px 20px; 
	color: #fff; 
	line-height: 24px; 
}

.progress-bar-container .progress-total {
	float: left; 
	padding: 20px; 
}

.timeline-block .fl-module-content {
	border-left: 2px solid #0272bc; 
	padding-left: 20px; 
}

.timeline-block h4 {
	margin-left: -22px; 
	color: #0272bc; 
	font-size: 18px;
}

.timeline-block p {
	color: #777;
	font-size: 14px; 
	line-height: 20px; 
  	-webkit-transition: color 0.5s; 
  	transition: color 0.5s;
}

.timeline-block:hover p {
	color: #000; 
}

.service-sub-icon i {
	color: #0272bc; 
}


.phase-overview iframe {
	border: 15px solid #0272bc; 
}


/*****************************************************************************/
/******************************* CASE STUDIES ********************************/
/*****************************************************************************/

.case-study-subtitle h3 {
	font-weight: 900; 
	color: #0272bc; 
}

.case-study-meta-info {
	margin-bottom: 18px; 
}

.case-study-meta-info img {
	max-width: 70%; 
	margin-top: 10px; 
}

.case-study-meta h6 {
	color: #bbb; 
	text-transform: uppercase; 
	margin-bottom: 3px; 
}

.case-study-meta ul {
	list-style-type: none; 
	padding: 0px; 
}

.case-study-meta ul li span {
	font-size: 14px; 
	padding: 3px 8px; 
	background-color: #eef1f4;
	border-radius: 40px; 
	-moz-border-radius: 40px; 
	-webkit-border-radius: 40px; 
}

@media screen and (max-width: 767px) {
	.case-study-logo {
		text-align: center; 
	}
}

.case-study-images img {
	padding: 10px; 
	background: #fff; 
	border: 3px solid #dfdfdf; 
	border-radius: 12px; 
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	box-shadow: 0px 12px 24px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 12px 24px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 12px 24px rgba(0,0,0,0.1);
}

.screen-window img {
	padding: 10px; 
	background: #fff; 
	border: 3px solid #dfdfdf; 
	border-radius: 12px; 
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	box-shadow: 0px 12px 24px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 12px 24px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 12px 24px rgba(0,0,0,0.1);
}

.case-study-big-screen .fl-photo-align-center {
	text-align: left; 
}

.testimonial-quote {
	font-size: 40px; 
	line-height: 50px; 
	font-weight: 900; 
}

.testimonial-quote .fl-rich-text p {
	color: #777; 
}

.legacy-case-study-testimonial .testimonial-quote .fl-rich-text p {
	color: #fff; 
}

.testimonial-quote .fl-rich-text p strong {
	color: #0272bc; 
}

.testimonial-attr p {
	color: #888; 
	text-align: right; 
}


.legacy-case-study-testimonial .testimonial-attr p {
	color: #bbb; 
}


.fl-post .testimonial-attr img {
	margin: 0px; 
	max-width: 70px; 
	border-radius: 35px; 
	-moz-border-radius: 35px; 
	-webkit-border-radius: 35px; 
}

.fl-post .case-study-big-screen img {
	max-width: 100%; 
	width: 900px; 
}

.case-study-small-screen .fl-photo-align-center {
	text-align: right; 
}



.work-grid .fl-post-grid-post {
	position: relative; 
}

.work-grid .fl-post-grid-text {
	position: absolute; 
	top: 0; 
	left: 0; 
	background: #fff; 
	-webkit-transition: background 0.5s; 
	transition: background 0.5s;
}

.work-grid .fl-post-grid-text a {
	padding: 20px; 
	-webkit-transition: color 0.5s; 
	transition: color 0.5s;
}

.work-grid .fl-post-grid-post:hover .fl-post-grid-text {
	background: #0272bc; 
}

.work-grid .fl-post-grid-post:hover .fl-post-grid-text a {
	color: #fff; 
}

.work-grid-item {
	position: relative; 
	background: #0272bc; 
}

.work-grid-item-content-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background: rgba(0,0,0,0);
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
}

.work-grid-item:hover .work-grid-item-content-container {
	background: rgba(2,114,188,.8);
}

.work-grid-item-content {
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    text-align: center;
    padding: 20px 30px;
	color: #fff; 
	opacity: 0; 
  	-webkit-transition: opacity 0.5s; 
  	transition: opacity 0.5s;
}

.work-grid-item:hover .work-grid-item-content {
	opacity: 1; 
}

.work-icon-link .fl-icon i {
	font-size: 24px; 
	color: #fff; 
}

.work-full-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.work-grid-item-text {
	font-size: 17px; 
}

.work-grid-item img {
}

.work-grid-item:hover img {
  -webkit-filter: blur(4px); 
  filter: blur(4px);
}

.work-grid-item h2.fl-post-title {
	font-size: 24px; 
}

.work-grid-item h2 a {
	color: #fff; 
}

.case-study-filter-row {
	margin-left: 0px
}
.work-grid-filters {
	text-align: center; 
}

.work-grid-filters .fs-label-wrap {
	border: 0px; 
}

.work-grid-filters .fs-dropdown {
	border: 0px; 
}

.work-grid-filters .fs-arrow {
	border-top: 5px solid #0272bc; 
}

.work-grid-filters .fs-option, .work-grid-filters .fs-search, .work-grid-filters .fs-optgroup-label {
	padding: 10px 12px; 
}


.work-grid-filters .fs-option {
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
}

.work-grid-filters .fs-option:hover {
	background: #0272bc; 
	color: #fff; 
}

@media screen and (max-width: 767px) {
	.work-grid-filters {
		text-align: center; 
	}
}

.work-filter-col {
	display: inline-block; 
	text-align: left; 
}

.work-filter-col h4 {
	margin-right: 10px; 
}

.work-filter-col .facetwp-facet {
	margin-right: 8px; 
	margin-bottom: 0px; 
}

.work-filter-col .fs-search {
	display: none; 
}

.work-filter-col .fs-label-wrap .fs-label {
	padding: 15px 22px 15px 12px; 
}

.job-share {
	text-align: right; 
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.fl-post .case-study-big-screen img {
		max-width: 80%; 
		display: inline; 
	}
	.fl-post .case-study-small-screen img {
		max-width: 30%; 
		box-shadow: 0px 12px 30px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 12px 30px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 12px 30px rgba(0,0,0,0.2);
	}
	.fl-post .case-study-third-screen img {
		max-width: 80%; 
	}
}

@media screen and (min-width: 1024px) {
	.fl-post .case-study-small-screen img {
		max-width: 400px; 
		box-shadow: 0px 12px 30px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 12px 30px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 12px 30px rgba(0,0,0,0.2);
	}
}

@media screen and (max-width: 768px) {
	.testimonial-attr p {
		color: #888; 
		text-align: center; 
	}
	.testimonial-quote {
		font-size: 21px;
		text-align: center; 
		line-height: 30px; 
		font-weight: 900; 
	}
	.testimonial-quote p {
		margin-bottom: 0px; 
	}
	.case-study-highlights {
		text-align: center; 
	}
	.fl-post .case-study-big-screen img {
		max-width: 100%; 
		display: block; 
	}
	.fl-post .case-study-small-screen img {
		max-width: 70%; 
		display: block; 
		margin: 0 auto; 
	}
	.fl-post .case-study-third-screen img {
		max-width: 100%; 
		display: block; 
	}
}



/*****************************************************************************/
/******************************** BLOG STUFF *********************************/
/*****************************************************************************/

@media screen and (min-width: 768px) {
	.blog-big-featured-post .fl-post-feed-post {
		position: relative; 
	}

	.blog-big-featured-post .fl-post-feed-text {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
		padding-right: 20px; 
	}
}

.blog-big-featured .fl-post-feed-text .fl-post-feed-title {
	font-size: 24px;  
	line-height: 32px; 
}

.blog-main-title h1 {
	font-size: 40px; 
}

.blog-big-featured-post {
	background: #000;
	border-top: 3px solid #0272bc; 
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	padding: 0px; 
	margin-top: 20px; 
}

.blog-big-featured-post .fl-module-content {
	margin: 0px; 
}

.blog-big-featured-post .fl-post-feed-text {
    padding: 30px 20px 20px 0px;
}


.post-feed-cats {
	line-height: 26px; 
	margin-top: 10px; 
}

.post-feed-cats a {
	font-size: 12px; 
	background: #fff; 
	color: #999; 
	padding: 4px 6px; 
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	white-space: nowrap; 
}

.blog-feature-row .fl-post-feed-terms a {
	font-size: 12px; 
	background: #edf1f5; 
	color: #999; 
	padding: 2px 6px; 
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	white-space: nowrap; 
}


.post-feed-cats a:hover, 
.blog-feature-row .fl-post-feed-terms a:hover {
	background: #0272bc; 
	color: #fff; 
	text-decoration: none; 
}

@media screen and (min-width: 1024px) {
	.blog-big-featured-post h2 {
		font-size: 36px; 
	}
}

@media screen and (max-width: 767px) {
	.blog-big-featured-post {
		text-align: left; 
		margin: 8px 20px; 
	}
	
	.blog-big-featured-post .fl-post-feed-text {
		padding: 20px 20px 20px 20px;
	}

	.blog-main-title {
		padding: 80px 0px;
	}
	.fl-post-feed-post.fl-post-feed-image-beside, .fl-post-feed-post.fl-post-feed-image-beside-content, .fl-post-feed-post.fl-post-feed-image-beside-right, .fl-post-feed-post.fl-post-feed-image-beside-content-right {
		max-width: 100%; 
	}
	.archive-feed .fl-post-feed-post .fl-post-text {
		padding: 20px 0px; 
	}
	.blog-big-featured-post {
		padding: 0px; 
	}
	.blog-big-featured-post .fl-module-content {
		margin: 0px; 
	}
	.blog-big-featured-post .fl-post-feed-text {
		padding: 8px 20px; 
	}
	.archive-feed.side-feed .fl-post-feed-post {
		padding-bottom: 20px; 
	}
	.blog-main-feed .fl-module-content {
		margin: 20px 5px; 
	}
	.blog-main-feed .fl-post-excerpt, .blog-main-feed .fl-post-more-link {
		display: none; 
	}
}

.archive-date-col {
	color: #888; 
}

.archive-feed .fl-post-text {
	padding-top: 0px; 
}

.archive-feed h2 {
	font-size: 24px; 
}

.archive-feed .fl-post-feed-post {
	margin-bottom: 50px; 
	padding-bottom: 50px; 
}

.blog-big-featured-post .fl-post-feed-more {
	color: #0272bc!important;	
}

.blog-main-feed .fl-post-feed-post {
	margin-bottom: 40px; 
	padding-bottom: 25px; 
}

.search-query-title h2 {
	text-transform: capitalize;
}

.widget_recent_entries {
	font-size: 15px; 
	line-height: 18px; 
}

.fl-widget .fl-widget-title {
	font-size: 18px; 
}


/*****************************************************************************/
/**************************** CUSTOM POST TYPES ******************************/
/*****************************************************************************/



.team-grid-title {
	margin-bottom: 20px; 
	opacity: 0.5; 
}

.bio-meta {
	opacity: 0.5; 
	font-weight: 400; 
}

.bio-meta h2, .bio-meta h3, .bio-meta h4, .bio-meta h5, .bio-meta h6 {
	font-weight: 400; 
}

.tribe-events-meta-group .tribe-events-single-section-title {
	font-size: 24px; 
}

.tribe-venue {
	font-weight: 700; 
}

.tribe-events-cal-links .tribe-events-button {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #555; 
}

.tribe-events-page-title {
	text-align: left; 	
}

.gated-content-form-col .fl-col-content {
	background: #fff; 
	padding: 20px; 
	border-top: 5px solid #0272bc;
	box-shadow: 6px 6px 30px rgba(0,0,0,0.15);
	-moz-box-shadow: 6px 6px 30px rgba(0,0,0,0.15);
	-webkit-box-shadow: 6px 6px 30px rgba(0,0,0,0.15);
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}

.gated-content-share .addtoany_shortcode {
	display: inline; 
	float: none; 
}

.fl-comments {
	max-width: 800px; 
	margin: 0 auto; 
}

.webinar-meta {
	font-size: 12px; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	color: #999; 
}

.webinar-guest-headshot {
	display: inline-block; 
}

.webinar-guest-name {
	display: inline-block; 
	line-height: 20px; 
}

.webinar-guest-name strong {
	display: block; 
}

.webinar-guest-headshot img {
	max-width: 40px!important; 
	width: 100%; 
	display: block; 
	border-radius: 100px; 
	-moz-border-radius: 100px; 
	-webkit-border-radius: 100px; 
}



.webinar-guest-floater .webinar-guest-headshot img {
	max-width: 200px!important; 
	width: 100%; 
	display: block; 
	border-radius: 100px; 
	-moz-border-radius: 100px; 
	-webkit-border-radius: 100px; 
}


h4.webinar-guest-name {
	margin-bottom: 0px; 
}

.webinar-side-feed .fl-post-text {
	padding: 0px 0px 20px 0px;
}

.webinar-side-feed h4 {
	margin-top: 0px;
}

.webinar-second .fl-post-text,
.webinar-main-feed .fl-post-text {
	padding: 10px 0px 20px;
}

.webinar-main-feed {
	padding: 0px 30px;
}

.webinar-main-feed .fl-post-image {
	position: relative; 
}

.webinar-button {
	margin-top: 30px;
}

.webinar-feed-guest {
    position: absolute;
    top: 6px;
    left: 6px;
    background: #000;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border: 1px solid rgba(255,255,255,0.2);
	color: #fff; 
}

.webinar-feed-guest-headshot {
    width: 50px;
    display: inline-block;
}

.webinar-featured .webinar-image {
	padding: 0px; 
}

.webinar-feed-guest-headshot img {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    margin-top: -18px;
    margin-left: -2px;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.webinar-feed-guest-name {
    display: inline-block;
    font-size: 15px;
    padding: 6px 15px 6px 2px;
    line-height: 19px;
    color: #fff;
}

.webinar-second .fl-post-image {
	position: relative; 
}

.webinar-feed-guest-name strong {
	display: block; 
}

.webinar-main-feed .fl-post-excerpt {
	margin-bottom: 20px; 
	font-size: 16px; 
}

.webinar-main-feed .webinar-button a, .webinar-side-feed .webinar-button a, .webinar-second .webinar-button a {    
	color: #0272bc;
    border: 1px solid #0272bc;
    padding: 6px 10px;
    font-size: 17px;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 700;
}

.guest-label {
    color: #aaa;
    font-size: 13px;
}


.webinar-main-feed .webinar-button a:hover, .webinar-side-feed .webinar-button a:hover, .webinar-second .webinar-button a:hover {
	background-color: #0272bc; 
	color: #fff; 
}

@media screen and (min-width: 1024px) {
	.single-webinar h1 {
		font-size: 90px; 
	}
}

@media screen and (min-width: 768px) {
	.gated-content-form-col {
			margin-top: -70px; 
	}
	.gated-content-form-col .fl-col-content {
		margin-left: 40px; 
	}
	.gated-content-container-row .fl-row-content-wrap {
		padding-top: 0px; 
	}
}

@media screen and (max-width: 767px) {
	.gated-content-form-col {
		margin-left: 10px; 
		margin-right: 10px; 
	}
}

/*****************************************************************************/
/********************************** FORMS ************************************/
/*****************************************************************************/

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: 400; 
	color: #222; 
}



body .gform_wrapper ul li.gfield {
	margin-top: 24px;
}

.gform_wrapper .gsection {
    margin: 28px 16px 12px 0;
}

.gform_wrapper, .gform_confirmation_wrapper {
    padding: 10px 18px 30px 32px;
	box-shadow: 0px 0px 24px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 24px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 24px rgba(0,0,0,0.1);
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	background: #fff; 
}

.gform_wrapper div.validation_error {
	border-top: 0px; 
	border-bottom: 0px; 
    background-color: rgba(255,223,224,.25);
	font-weight: 400; 
	padding: 8px; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border-top: 0px; 
	border-bottom: 0px; 
	padding: 0px 8px 8px;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	font-weight: 400; 
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0px; 
}

.gform_wrapper .validation_message {
	font-weight: 400; 
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0px; 
}

.gform label {
	font-weight: 400; 
}

.gform_wrapper .gform_page_footer {
	text-align: center; 
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
	background-color: #fff; 
	color: #0272bc;
}

.gform_wrapper .gform_page_footer .button.gform_next_button {
}

.gform_confirmation_message h3 {
	color: #0272bc; 
}

@media screen and (min-width: 768px) {
	.gform_wrapper ul.gfield_checkbox li {
		width: 33%; 
		display: inline-block;
	}
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
	font-size: 24px; 
}

.gform_wrapper .top_label .gsection .gsection_description {
	font-size: 17px; 
	margin-top: 8px; 
	color: #888; 
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
	margin-top: 2px; 
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), body .fl-page .gform_wrapper .top_label div.ginput_container {
	margin-top: 2px; 
}

.gform_wrapper .field_description_below .gfield_description {
	padding-top: 4px; 
	line-height: 18px; 
	color: #888; 
}

.gform_wrapper .gf_progressbar {
	padding: 0px; 
	box-shadow: none; 
}


.gform_wrapper .gf_progressbar_percentage span {
	display: none; 
}

.gform_wrapper .percentbar_blue {
	background: #0272bc; 
	background-color: #0272bc; 
}

.gform_wrapper .gf_progressbar_percentage {
	height: 8px; 
}

.gform_wrapper .gf_progressbar:after {
	height: 8px; 
	margin-top: -8px; 
}

.gform_wrapper .gsection {
	border-bottom: 1px solid #000; 
	padding-bottom: 12px; 
}

.gform_wrapper .gform_page_footer {
	border-top: 0px; 
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	margin: 12px 0px 8px;
	text-align: right; 
	font-size: 12px; 
	color: #777; 
	font-weight: 400; 
    font-family: 'DM Sans';
}

.fl-widget .gform_wrapper ul li {
	margin-bottom: 30px; 
}

button, input[type=button], input[type=submit] {
	font-size: 16px; 
}

.hubspot-form .hbspt-form {
	padding: 30px; 
	background: #fff; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}

.hbspt-form {
}

.hbspt-form label {
    font-size: 12px;
	text-transform: uppercase; 
    letter-spacing: 1px;
}

.hbspt-form input[type=submit] {
	margin-top: 15px; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}

.hs-error-msgs {
	list-style-type: none; 
	padding: 0px; 
	font-weight: 400; 
	font-size: 13px; 
	color: #f87157; 
}

.hs-form-field + .hs-form-field {
	margin-top: 15px; 
}

@media screen and (min-width: 768px) {
		.single-career h1 {
		font-size: 90px; 
	}
}

/*****************************************************************************/
/****************************** MEDIA QUERIES ********************************/ 
/*****************************************************************************/

@media only screen and (max-width: 1100px) and (min-width: 992px) {
	
}

@media screen and (min-width: 768px) {
	.single-post h2 {
		font-size: 30px; 
		line-height: 40px; 
	}
	.single-post h3 {
		font-size: 24px; 
		line-height: 32px; 
	}
}

/****************************** IPAD LANDSCAPE ********************************/ 

@media only screen and (max-width: 1024px) {
	
}


/********************************* BB MEDIUM **********************************/ 

@media only screen and (max-width: 1024px) {
	.trans-banner .fl-row-content-wrap {
		margin-top: 0px; 
	}
}	    




/****************************** IPAD PORTRAIT ********************************/ 

@media only screen and (max-width: 769px) and (min-width: 768px) {
	
}



/******************************* SMARTPHONE **********************************/ 

@media only screen and (max-width: 767px) {
	
	h1 {font-size: 40px;}
	h2 {font-size: 24px;}
	h3 {font-size: 21px;}
	h4,h5,h6 {font-size: 18px;}
	img.alignright, img.alignleft {
		display: block; 
		margin: 15px auto; 
		float: none; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li>a:hover, .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li>a:focus, .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a:hover, .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a:focus, .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-submenu-icon-wrap:hover .fl-submenu-toggle-icon:after {
		color: #71c2f7; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li {
		border-color: rgba(255,255,255,0.1);
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse {
		border-top: 1px solid rgba(255,255,255,0.1);
	}
	.home .fl-page-header {
		background-color: #0272bc; 
		border-color: #0272bc; 
	}
	.fl-page-header-primary .fl-logo-img {
		max-height: 60px!important; 
		width: auto!important; 
	}
	.logo-grid-collapse .fl-col-small {
		width: 50%!important; 
		float: left; 
		clear: none; 
	}
	.home-blog-feed .fl-post-grid {
		margin-right: 0px; 
	}
	.home-intro-text {
		text-align: center; 
	}
	.home-subhead {
		margin: 0 auto; 
	}
	.home-blog-title h2 {
		font-size: 40px; 
	}
	.fl-cta-inline {
		text-align: left; 
	}
	.fl-page .banner-title .fl-row-content-wrap {
    min-height: 60vh;
		text-align: center;
	}
	.no-featured-image .fl-page .banner-title .fl-row-content-wrap {
    min-height: 50vh;
		text-align: center;
	}
	.single-project .fl-page .banner-title .fl-row-content-wrap {
    	min-height: 60vh;
		text-align: center;
	}
	.mobile-center, .mobile-center .fl-icon-group-left, .mobile-center .fl-icon-group-right {
		text-align: center!important; 
	}
	.larger h2 {
		font-size: 24px; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li {
		border-top: 0px; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
		font-size: 29px; 
		line-height: 26px;
		top: 18px; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle .fa-bars:before {
		content: "\e92b";
		font-family: 'linearicons' !important;
	}
	.client-logo-grid .fl-post-grid .fl-post-column {
		width: 33.3%!important; 
		float: left; 
		clear: none; 
	}
	.tool-logo-grid .fl-col-small {
		width: 33.3%!important; 
		float: left; 
		clear: none; 
	}
	.footer-sub .fl-rich-text p {
		text-align: center; 
	}
	.fl-page-bar {display: none;}
	.post-sharing, .addtoany_shortcode {
		text-align: left; 
	}
	.addtoany_shortcode, .preshare-text {
		float: left; 
	}
}