/*
 Theme Name: Infolabs
 Theme URI:  #
 Description:Multipurpose Child Theme Template for Divi
 Author:     Divi Lover
 Author URI: http:/divilover.com
 Template:   Divi
 Version:    1.0
 License:    GNU General Public License v2 or later
 License URI:http://www.gnu.org/licenses/gpl-2.0.html
*/


/* ----- Header & Navigation ----- */



/* Remove box shadow from header */
#main-header {
    box-shadow:none;
    position:relative;
}

#main-header.et-fixed-header {
	box-shadow:none!important;
}

/* Add custom shadow to header */
#main-header:after {
	content:'';
	display:block;
	height:30px;
	width:100%;
	background-image:url(images/custom-shadow.png);
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	bottom:-30px;
	z-index:101;
}


/* Style the primary menu items */
#top-menu-nav > ul > li {
	padding-right:25px;
}

#top-menu-nav > ul > li > a {
    position:relative;
}

#top-menu-nav > ul > li > a:before {
	content:'';
	position:absolute;
	left:50%;
	top:18px;
	width:0;
	transition:all .3s ease-in-out;
}

/* Style the primary menu items on hover */
#top-menu-nav > ul > li > a:hover {
    opacity:1;
}

#top-menu-nav > ul > li > a:hover:before {
	width:100%;
	margin-left:-50%;
}

/* Style the active primary menu item */
#top-menu > li.current-menu-item > a:before { 
	display:none;
}

/* Style the CTA menu item */
#top-menu > li.cta-menu-item > a {
	padding:10px 15px !important;
	color:#fff;
	margin-top:-10px;
	border-radius:3px;
	border-width:2px;
	border-style:solid;
}

#top-menu > li.cta-menu-item > a:before {
	display:none;
}

/* Style the CTA menu item on hover */
#top-menu > li.cta-menu-item > a:hover {
	background:transparent!important;
}
.container.et_menu_container {
	z-index:999;
}

/* Style secondary menu */
#et-info {
	padding:.75em 0!important ;
}
#et-secondary-menu>ul>li a {
	padding:.75em 0!important;
	position:relative;
}
#et-secondary-menu>ul>li a:hover {
	opacity:1;
}
#et-secondary-menu>ul>li a:after {
	content:'';
	display:block;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	height:0; 
	transition: all .3s ease-in-out;
}
#et-secondary-menu>ul>li a:hover:after {
	height:3px;
}
#page-container #top-header .container {padding-top:0;}

/* Style the mobile menu */
.mobile_menu_bar::before {
	font-size:42px;
	padding-bottom:14px;
}

.opened .mobile_menu_bar::before {
	content:'M';
}

.et_mobile_menu {
	border-top:none;
	padding:0;
}

/* Style the mobile menu item */
.et_mobile_menu li a {
	text-transform:uppercase;
}

/* Style the mobile menu item on hover*/
.et_mobile_menu li a:hover {
	color:#fff;
}

/* Style the CTA mobile menu item */
.et_mobile_menu li.cta-menu-item a {
	color:#fff;
}

/* Sub menu fixes */
.nav li li ul {top:0;}
#top-menu.nav li ul.sub-menu {border-top:none; margin-left:-20px; padding:0;}
#top-menu.nav li ul.sub-menu ul.sub-menu {margin-left:0; margin-top:0;}
#top-menu.nav li:not(.mega-menu) ul.sub-menu li {padding:0; width:100%;}
#top-menu.nav li:not(.mega-menu) ul.sub-menu li a {width:100%; text-transform:none;}
#top-menu.nav li ul.sub-menu li a:hover {opacity:1; cursor:pointer;}

/* Adjust for the mega-menu */
#top-menu.nav li.mega-menu ul.sub-menu {margin-left:0;}
#top-menu li.mega-menu>ul>li>a:first-child {
    padding: 6px 20px!important;
    border-bottom:none;
	text-transform:none;
}
#top-menu li.mega-menu>ul>li>a:first-child:hover {
    background-color: #e8eded!important;
}
#top-menu li.mega-menu>ul>li>a {width:100%;}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
	content: '5';	
}

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;	
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0,0,0,0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0,0,0,0.1);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
	display: none !important;
	padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
	display: block !important;
	background-color: rgba(0,0,0,0.03);
}
/* remove sub menu list item left padding, since padding will be on anchors */
	#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
	padding-right: 44px;
}


/* ----- FOOTER Styling ----- */


/* Bottom Footer styling */
#footer-bottom {
	position:relative;
	padding:50px 0 40px;
	z-index:90;
}
#footer-bottom:before {
	display:block;
	height:30px;
	width:100%;
	background-image:url(images/custom-shadow.png);
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	top:0;
	z-index:101;
	content:'';
}

/* Social Icons styling */
.et-social-icons {
	float:none;
	text-align:center;
}

.et-social-icons li {
	margin-left:3px;
}

.et-social-icon a {
	font-size:20px;
	border-radius:100%;
	width:50px;
	height:50px;
	line-height:50px;
	display:inline-block;
	text-align:center;
}

.et-social-icon a:hover {
	background:#fff;
	opacity:1;
}

/* Copyright Styling */
#footer-info { 
	padding:20px 0 0;
	float:none;
	text-align:center;
}

#footer-info a:hover {
	opacity:1;
	text-decoration:underline;
}

/* Style "back to top" link */
.et_pb_scroll_top.et-pb-icon {
	background:#fff;
	right:10px;
	border-radius:100%;
	box-shadow:1px 1px 3px rgba(0,0,0,0.2);
}
/* Footer  navigation*/
#et-footer-nav ul {text-align:center;}
#footer-widgets .footer-widget li,
#footer-widgets .footer-widget li:before {transition:all .3s ease-in-out;}
#footer-widgets .footer-widget li:before {opacity:0; left:-10px; width: 0; 
  height: 0; 
  border-top-color: transparent!important;
  border-bottom-color: transparent!important;
  border-width: 5px;
  border-style: solid; border-right:none; margin-top:-2px;}

#footer-widgets .footer-widget li:hover:before {opacity:1; left:0;}
#footer-widgets .footer-widget li:hover {padding-left:8px;}
#footer-widgets .footer-widget li {padding-left:0;}

/* ----- GENERAL site-wide styling ----- */


/* CTA button styling & CTA Module */
body .et_pb_button.dl-cta-button,
.dl-cta .et_pb_button {
	padding:20px 30px;
    font-size:20px;
}

.et_pb_module .dl-cta-button:hover,
.dl-cta .et_pb_button:hover,
.et_pb_section:not(.dl-cta-bg) .dl-cta .et_pb_button:hover  {
	background:none!important;
	padding:20px 50px 20px 30px;
}

.dl-cta-button::after,
.dl-cta .et_pb_button:after {
	font-size:32px!important;
}
@media (max-width:767px) {
	.dl-cta.et_pb_promo,
	.dl-cta.et_pb_promo .et_pb_module_header,
	.dl-cta.et_pb_promo .et_pb_button_wrapper {text-align:center!important;}
}
@media (min-width:768px) {
	.dl-cta {
		display: flex;
		align-items: center;
		}
	.dl-cta .et_pb_promo_description {width:60%;}
	.dl-cta .et_pb_button_wrapper {width:40%;}
}
@media (min-width:981px) {
	.dl-cta .et_pb_promo_description {width:80%;}
	.dl-cta .et_pb_button_wrapper {width:20%;}
}


/* Blockquotes styling */
blockquote {
	border:none;
	padding-left:40px;
	position:relative;
}

blockquote p {
	font-style:italic;
}

blockquote:before {
	content:'"';
	display:block;
	font-family:'Courier New', monospace;
	font-style:italic;
	font-size:60px;
	position:absolute;
	top:15px;
	left:0;
}

/* Style the divider svg lines */
.dl-divider-line {
	text-align:center;
	margin-bottom:2%!important;
}
.dl-divider-line.et_pb_text_align_left {
	text-align:left;
}
.dl-divider-line.et_pb_text_align_center {
	text-align:center;
}
.dl-divider-line.et_pb_text_align_right {
	text-align:right;
}
.dl-divider-right {
	text-align:right;
	margin-bottom:0;
}

@media only screen and (max-width:767px) {
	.dl-divider-right {
		text-align:left;
	}
}

.dl-divider-white svg {
	fill:#fff;
}



/* ----- Modules & Page Elements ----- */


/* Style the homepage header */
.dl-home-hero {
	padding:2% 0 4%!important;
}

.dl-home-header {
	margin-bottom:0!important;
}

/* Person module styling - our speakers */
.dl-speaker {
	position:relative;
	text-align:center;
}

.dl-speaker .et_pb_team_member_image {
	border-radius:100%;
	overflow:hidden;
	margin:0 auto 10px!important;
	float:none !important;
}

.dl-speaker .et_pb_team_member_description {
	width:100%;
	display:block;
	clear:both;
}

.dl-speaker h4 {
	font-size:16px;
}

.dl-speaker p {
	font-size:14px;
	line-height:1.1;
}

/* Style the speaker image overlay */
.dl-speaker .et_pb_team_member_image {
	position:relative;
}

.dl-speaker .et_pb_team_member_image:before {
	display:block;
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,219,206, 0);
	z-index:5;
	transition:all 0.3s ease-in-out;
}

/* Speaker social links styling */
.dl-speaker .et_pb_member_social_links {
	position:absolute;
	display:none;
	top:30%;
	left:0;
	width:100%;
	z-index:7;
	transform:translate(0,-150px);
}

.dl-speaker .et_pb_member_social_links li a {
	color:#fff;
}

.dl-speaker .et_pb_member_social_links li a:hover {
	color:#00171f;
}

/* Show social links and overlay on hover */
.dl-speaker:hover .et_pb_member_social_links {
	display:block;
}

.dl-speaker:hover .et_pb_team_member_image:before {
	opacity:0.8;
}
.dl-speaker .et_pb_member_social_links li:last-child {
	margin-right:0;
}

/* Inline Bloom Optin Form styling */
.dl-inline-email-optin .et_bloom_optin {
	margin:10px 0 0!important;
}
.dl-inline-email-optin .et_pb_text_inner > p {
	padding-bottom:0;
}
.dl-inline-email-optin .et_bloom_form_header {
	display:none
}
.dl-inline-email-optin .et_bloom_form_container,
.dl-inline-email-optin .et_bloom_form_content {
	background-color:transparent!important;
}

.dl-inline-email-optin .et_bloom_form_content {
	padding:0!important;
}

.dl-inline-email-optin .et_bloom_optin .et_bloom_form_container .et_bloom_form_content .et_bloom_popup_input input {
	padding:13px 10px!important;
	font-weight:400;
}

.dl-inline-email-optin .et_bloom_optin .et_bloom_form_container .et_bloom_form_content button {
	transition:all .3s ease-in-out;
	background:#00171f;
	border-width:2px;
	border-style:solid;
	padding:11px;
}

.dl-inline-email-optin .et_bloom_optin .et_bloom_form_container .et_bloom_form_content button span {
	transition:all .3s ease-in-out;
	font-family:'Raleway', sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	font-weight:800;
}

.dl-inline-email-optin .et_bloom_optin .et_bloom_form_container .et_bloom_form_content button:hover {
	background:transparent;
}

.dl-inline-optin-header {
	margin-bottom:-5px!important;
}

.dl-inline-optin-header h2{
	font-size:30px;
}

@media only screen and (max-width:980px) {
	.dl-inline-optin-header, .dl-divider-right {
		text-align:left!important;
	}
}

/* Custom blog module - grid styling */
.dl-blog-grid {
	margin-top:60px;
}

.dl-blog-grid .post-content {
	display:none /* hide post excerpt or content */
}

.dl-blog-grid article.et_pb_post {
	border:none;
	border-radius:3px;
	overflow:hidden;
}

.dl-blog-grid .et_pb_post .entry-featured-image-url:after {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.7;
	display:block;
	transition:all .5s ease-in-out;
	top:0;
	left:0;
}

.dl-blog-grid .et_pb_post:hover .entry-featured-image-url:after{
	opacity:0;
}
@media only screen and (max-width:767px) {
	.dl-blog-grid .column {
		float:none;
		margin:0 auto;
		max-width:80%;
	}
}
@media only screen and (max-width:460px) {
	.dl-blog-grid .column {
		max-width:100%;
	}
}

.dl-blog-grid h2.entry-title {
	padding:0;
}

.dl-blog-grid h2.entry-title a,
.dl-blog-grid .et_pb_post .et_pb_image_container img,
.dl-blog-grid .et_pb_post {
	transition:all .3s ease-in-out;  transform-origin: bottom;
}
.dl-blog-grid .et_pb_image_container a {
	overflow:hidden;
}

.dl-blog-grid .et_pb_post:hover .et_pb_image_container img {
	transform:scale(1.05);
}
.dl-blog-grid .et_pb_post:hover {
	transform:scale(1.02);
}

.dl-blog-grid p.post-meta {
	margin:0;
}

/* Tickets - pricing tables styling */
.dl-ticket .et_pb_pricing_table {
	border:none;
	border-radius:3px;
}

.dl-ticket .et_pb_pricing_heading {
	background:none;
	margin:0;
}

.dl-ticket .et_pb_pricing_content_top {
	padding:0;
	border:0;
}

.dl-ticket .et_pb_et_price,
.dl-ticket .et_pb_sum,
.dl-ticket .et_pb_dollar_sign {
	font-family:'Raleway', sans-serif;
	font-weight:800;
}

.dl-ticket .et_pb_dollar_sign {
	margin:0.5em 0 0 -1em;
}

.dl-ticket .et_pb_pricing {
	text-align:center;
	font-weight:800;
	color:#fff;
}

.dl-ticket .et_pb_pricing li {
	padding-bottom:0;
}

.dl-ticket .et_pb_pricing li span::before {
	border:none;
	content:'N';
	font-family:'ETmodules';
	top:0;
	left:-20px;
}

/* "Sold out" pricing table styling */
.dl-ticket-soldout {
	opacity:0.3;
}

/* "Premium" pricing table styling */
.dl-ticket .et_pb_featured_table {
	box-shadow:none;
}

.dl-ticket .et_pb_featured_table .et_pb_pricing_content {
	padding-bottom:30px;
}


/* "Contact Us" section styling */
span.tel, span.mail {
	font-size:110%;
	position:relative;
	font-weight:700;
	padding-left:25px;
}

span.tel:before, span.mail:before {
	position:absolute;
	top:0;
	left:0;
	font-family:'ETmodules';
	display:block;
}

span.tel:before {
	content:'';
}

span.mail:before {
	content:'';
}

/* Contact Form styling */
.dl-contact-form {
	max-width:700px;
	margin:0 auto;
}

/* Speaker-person full width styling */
.dl-speaker-full {
	display:table;
	margin-bottom:4%!important;
}

.dl-speaker-full .et_pb_team_member_description {
 vertical-align:middle;

}

.dl-speaker-full h4 {
	font-size:24px;
}

.dl-speaker-full .et_pb_member_position {
	font-weight:700;
}

.dl-speaker-full .et_pb_member_position:after {
	content:'';
	display:block;
	border-radius:3px;
	height:3px;
	background:#fff;
	width:80px;
	margin:10px 0 20px;
}

.dl-speaker-full .et_pb_team_member_image {
	border-radius:100%;
	overflow:hidden;
	width:300px;
}

@media only screen and (max-width:767px) {
	.dl-speaker-full .et_pb_team_member_image {
		width:150px;
	}
	.dl-speaker-full {
		display:block;
	}
}

/* Speaker-person full width Social Icons styling */
.dl-speaker-full .et_pb_member_social_links li {
	margin-right:4px;
}

.dl-speaker-full .et_pb_member_social_links li a {
	border-radius:100%;
	width:33px;
	height:33px;
	font-size:14px;
	line-height:33px;
	text-align:center;
	display:block;
	transition:all .3s ease-in-out;
}

.dl-speaker-full .et_pb_member_social_links li a:hover {
	background:#fff;
	transform:scale(1.1);
}

/* Schedule toggle styling */
h5.et_pb_toggle_title span {
	font-weight:normal;
}

.dl-schedule-toggle {
	padding:0;
	border:none;
	margin-bottom:10px!important;
	background:none;
}

.dl-schedule-toggle .et_pb_toggle_title {
	clear:both;
	border-radius:3px;
	transition:all .3s ease-in-out;
	padding-left:10px!important;
}

.dl-schedule-toggle.et_pb_toggle_open .et_pb_toggle_title {
	border-bottom-left-radius:0;
}

.dl-schedule-time p {
	display:block;
	font-style:italic;
	line-height:40px!important;
}

.dl-schedule-toggle .et_pb_toggle_content {
	padding:10px;
	margin-bottom:30px;
	position:relative;
}

.dl-schedule-toggle .et_pb_toggle_content p {
	line-height:inherit!important;
}

/* Add left border to schedule content */
.dl-schedule-toggle .et_pb_toggle_content:before {
	content:'';
	display:block;
	width:3px;
	border-radius:0 0 3px 3px;
	height:100%;
	background:#f6f6f6;
	position:absolute;
	top:0;
	left:0;
	font-size:20px;
}

/* Schedule Icon Open/Close styling */
.dl-schedule-toggle .et_pb_toggle_title::before {
	right:10px;
	content:'C';
}

.dl-schedule-toggle.et_pb_toggle_open .et_pb_toggle_title::before {
	content:'B';
}

/* Style the time of schedule item text module on mobile */
@media only screen and (max-width:980px) {
	.dl-schedule-time p {text-align:left; margin-bottom:-35px; margin-left:10px;}
	
}


/* ----- Blog & archive pages styling ----- */

/* Post meta */
.post-meta {
	font-size: 12px!important;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	line-height:1.2;
	padding: 10px 0!important;
}
@media (max-width:767px) {
	.post-meta {font-size: 11px!important;}
}
.author a:before {
	font-family: 'ETModules';
	content: '\e08a';
	margin-right: 2px;
}
.published:before {
	font-family: 'ETModules';
	content: '\e06b';
	margin-right: 3px;
}
a[rel~="category"]:before {
	font-family: 'ETModules';
	content: '\e07b';
	margin-right: 3px;
}
.comments-number a:before {
	font-family: 'ETModules';
	content: '\e065';
	margin-right: 3px;
}
.post-meta>a, .post-meta>span {
	margin-right: 10px;
}

/* Remove the default border from sidebar */
#main-content .container::before {
	display:none;
}

.et_pb_widget_area_right {
	border-left:none;
}

/* Searchform styling */

#searchform input[type=submit] {
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	border-width:2px;
	font-size:12px;
	transition:all .3s ease-in-out;
}

#searchform input[type=submit]:hover {
	background:#fff;
}

/* Styles for Sidebar Widgets */
#sidebar, .et_pb_widget_area {
	padding-top:30px;
}

#sidebar .et_pb_widget li,
.et_pb_widget_area li {
	font-size:14px;
	line-height:20px;
}

#sidebar .et_pb_widget li a:hover,
.et_pb_widget li a:hover {
	opacity:1;
	text-decoration:underline;
}

/* Add underline to Widget headers */
h4.widgettitle:after {
	content:'';
	display:block;
	width:80px;
	border-radius:3px;
	margin:5px 0;
}

/* Style the article list */
article.et_pb_post {
	display:block;
	margin:0 0 60px;
	position:relative;
	padding-left:37%;
}

.single article.et_pb_post {
	padding:0; /* reset padding for single article layout */
}

.article.et_pb_post:after {
     visibility:hidden;
     display:block;
     font-size:0;
     content:'';
     clear:both;
     height:0;
}

.et_pb_post > a {
	position:absolute!important;
	max-width:33%;
	top:8px;
	left:0;
	overflow:hidden;
}
@media (max-width:467px) {
	.et_pb_post > a {max-width:100%; position:relative!important;}
	:not(.dl-blog-grid) article.et_pb_post {padding-left:0!important;}
}

/* Post title in article list styling */
.et_pb_post h2.entry-title {
	padding-bottom:2px;
}

.et_pb_post h2.entry-title a {
	transition:all .3s ease-in-out;
}

/* Style blog image overlay */
.et_pb_post > a:after {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.7;
	display:block;
	transition:all .5s ease-in-out;
	top:0;
	left:0;
}

.et_pb_post > a:hover:after{
	top:-150%;
}

/* Single post comment section styling */
#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
	background:#fff;
	border-radius:3px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	border-width:1px;
	border-style:solid;
}

#commentform textarea:focus,
#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform input[type="url"]:focus {
	outline:none;
	box-shadow:none;
}



/* ----- BLURBS ----- */
.blurb-style1 .et_pb_image_wrap img,
.blurb-style1 .et_pb_image_wrap,
.blurb-style1 .et_pb_blurb_container {transition:all .3s ease-in-out;}
.blurb-style1:hover .et_pb_image_wrap {padding:9%;}
.blurb-style1:hover .et_pb_blurb_container {margin-top:-10px; margin-bottom:10px;}

.blurb-style2 .et-pb-icon-circle {padding:20px; border-radius:100%; box-shadow: 5px 5px 40px -12px rgba(0,0,0,0.2);}
@media (max-width:980px) {
	.blurb-style2 .et-pb-icon-circle {padding:15px;}
}
@media (max-width:767px) {
	.blurb-style2 .et-pb-icon-circle {padding:10px;}
}
.blurb-style2:hover .et_pb_blurb_container {
	animation: woble_right .5s;
}
.blurb-style2:hover .et-pb-icon {
	animation: woble_left .5s;
}
.blurb-style2.et_pb_blurb_position_top:hover .et_pb_blurb_container {
	animation: woble_bottom .5s;
}

.blurb-style2.et_pb_blurb_position_top:hover .et-pb-icon {
	animation: woble_top .5s;
}

/* Blurb as a title */
.blurb-title .et_pb_main_blurb_image {
	margin-bottom:0;
	margin-right:10px;
}
.blurb-title .et_pb_main_blurb_image img{
	max-height:30px;
}
@media (max-width:767px) {
	
	.blurb-title .et_pb_main_blurb_image img{
		max-height:20px;
	}
}
.blurb-title .et_pb_blurb_content {
    max-width: 100%;
    display: flex;
    align-items: center;
}
.blurb-title .et_pb_module_header {
	padding-bottom:0;
}
@keyframes woble_right {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
}
@keyframes woble_left {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
}
@keyframes woble_bottom {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}
@keyframes woble_top {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Resources Blurbs */
.res-blurb {transition: all .3s ease-in-out;}
.res-blurb:hover {transform:scale(1.04); transform-origin: bottom; box-shadow:1px 30px 91px -10px rgba(0,0,0,0.15);}
.res-blurb .et_pb_blurb_content {text-align:left;}
.res-blurb .et_pb_main_blurb_image,
.res-blurb .et_pb_main_blurb_image img {width:auto; max-width:100%; max-height:150px;}
.res-blurb .et_pb_blurb_content strong {text-transform: uppercase; opacity:0.6; letter-spacing:1px; font-size:80%;}

/* Careers Blurbs */

.burbs-row .et_pb_column {display:flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.dl-blurb-hover {width:24%; padding:40px; position:relative; overflow:hidden; height:200px; border-radius:4px; transition: all .3s ease-in-out; margin:0 0 1.33%!important;}
.dl-blurb-hover:hover {transform:scale(1.05); box-shadow:5px 5px 45px -10px rgba(0,0,0,0.2); z-index:9;}
.dl-blurb-hover.has_link:hover {cursor:pointer;}
.dl-blurb-hover.read-more {pisition:absolute; top:0; right:0; bottom:0; left:0; z-index:4;}
.dl-blurb-hover:after {content:''; display:block; opacity:0.8; position:absolute; top:0; right:0; bottom:0; left:0; z-index:2; transition: all .5s ease-in-out;}
.dl-blurb-hover:hover:after {opacity:.95;}
.dl-blurb-hover .et_pb_blurb_content {position: absolute; top:0; right:0; bottom:0; left:0; z-index:3;}


.dl-blurb-hover .et_pb_main_blurb_image {position:absolute; top:30px; left:0; right:0; width:100%; max-height:100px; transition: all .3s ease-in-out;}
.dl-blurb-hover:hover .et_pb_main_blurb_image {top:-30px; opacity:0; transform:scale(0.5);}

.dl-blurb-hover .et-pb-icon {font-size:65px;}
.dl-blurb-hover .et_pb_main_blurb_image img {height:80px;}
.dl-blurb-hover .et_pb_blurb_container {position: absolute; height:200px; top:0; left:0; right:0; transition: all .3s ease-in-out; bottom:0; display:flex; justify-content:start; flex-direction: column;}
.dl-blurb-hover:hover .et_pb_blurb_container {justify-content:center;}
.dl-blurb-hover .et_pb_module_header {transition: all .3s ease-in-out; margin-top:120px;}
.dl-blurb-hover:hover .et_pb_module_header {margin-top:0;}
.dl-blurb-hover .et_pb_blurb_description {transition: all .3s ease-in-out; opacity:0; transform:scale(0.8); padding:0 15px;}
.dl-blurb-hover:hover .et_pb_blurb_description {opacity:1; transform:scale(1);}

.dl-blurb-hover .read-more a {position: absolute; top:0; cursor:pointer; bottom: 0; right: 0; left: 0; z-index: 4;}

@media (max-width:1100px) {
	.dl-blurb-hover {width:32%; margin-bottom:2%!important;}
}
@media (max-width:980px) {
	.dl-blurb-hover {width:49%;}
}

@media (max-width:464px) {
	.dl-blurb-hover {width:100%;}
}


/* Logo Row */
.dl-logo-row .et_pb_column {display:flex;}
@media (max-width:980px) {
	.dl-logo-row .et_pb_column {flex-wrap:wrap;}
	.dl-logo-row .et_pb_column .et_pb_module {width:25%;}
}
@media (max-width:767px) {
	.dl-logo-row .et_pb_column .et_pb_module {width:33.33%;}
}
@media (max-width:469px) {
	.dl-logo-row .et_pb_column .et_pb_module {width:50%;}
}

/* Section with overlay */
.et_pb_section.light-overlay:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.2;
}
.et_pb_section.accent-overlay:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.7;
}
.et_pb_section.light-overlay .et_pb_row,
.et_pb_section.accent-overlay .et_pb_row {
	z-index:3;
}

/* Sticky menu */
.dl-sticky {position:sticky; z-index:999;}
.dl-menu li a:hover {opacity:1;}
.dl-menu .fullwidth-menu-nav>ul {padding-top:18px!important;}
.dl-menu li>a {padding-bottom:24px;}
