/*
 Theme Name:		Semalytix
 Theme URI:			https://www.clearbrand.com/
 Description:		Semalytix Child Theme
 Author:			Clearbrand
 Template:			Divi
 Version:			1.0.0
 Author URI:		https://www.clearbrand.com/
*/

/************ GENERAL ************/

.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content a.et_pb_button,
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content a.et_pb_button:hover,
.et_pb_button_module_wrapper a.et_pb_button,
.et_pb_button_module_wrapper a.et_pb_button:hover,
.et_pb_contact .et_contact_bottom_container button.et_pb_contact_submit,
.et_pb_contact .et_contact_bottom_container button.et_pb_contact_submit:hover,
.et_pb_contact .et_contact_bottom_container button.et_pb_contact_submit,
.et_pb_contact .et_contact_bottom_container button.et_pb_contact_submit:hover,
.et_pb_newsletter_form .et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_newsletter_button,
.et_pb_newsletter_form .et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_newsletter_button:hover {
	padding: 5px 36.5px !important;
}

/************ TOP NAVIGATION ************/

header.et-l--header ul.et-menu li.menu-item a:hover {
	  opacity: 1;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
	  opacity: 1; background-color: initial;
}

.et_pb_fullwidth_menu .et-menu>li {
    padding-left: 18px;
	padding-right: 18px;
}

.request-cta {
	background-color: #0CA761;
	color: #fff;
	padding: 0 !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 40px;
    margin: 22px 12px 0 18px !important;
}

.request-cta a {
	font-weight: bold;
	padding: 10px 36.5px !important;
	-webkit-transition: all .2s !important;
    transition: all .2s !important;
}

.request-cta a:hover {
	background-color: #087243;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul.fullwidth-menu li.current-menu-item a::before {
	-webkit-transform: translateY(18px);
	transform: translateY(18px);
	opacity: 1;
}

ul.fullwidth-menu li a:before {
	content: '';
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
    background: #0EB468;
    width: 24px;
    height: 2px;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    opacity: 0;
    transition: 0.3s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
}

/************ PHAROS GRAPHIC v2 ************/

/*.pharos-img::before {
	content: "";
    position: absolute;
    display: block;
    width: 150%;
    height: 150%;
    box-sizing: border-box;
    margin-left: -25%;
    margin-top: -25%;
    border-radius: 50%;
    background-color: #0ca761;
    -webkit-animation: pulse-ring 1.9s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.9s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@keyframes pulse-ring {
	0% {
		transform: scale(.33);
	}
	80%, 100% {
		opacity: 0;
	}
}*/

/************ HOMEPAGE ************/

.pharos-img-alt::before,
.pharos-img-alt::after {
	animation: pulse 2s linear infinite;
	border: #0ca761 solid 1px;
	border-radius: 9999px;
	box-sizing: border-box;
	content: "";
	height: 140%;
	left: -20%;
	opacity: .75;
	position: absolute;
	top: -20%;
	transform: scale(0.65);
	width: 140%;
	z-index: 200;
}

.pharos-img-alt::after {
	animation-delay: 1s;
}

.pharos-img-alt:hover::before,
.pharos-img-alt:hover::after {
	animation: pulse 1s linear infinite, cycle-colors 1s linear infinite;
}

.pharos-img-alt:hover::after {
	animation-delay: .5s;
	border-width: 4px;
}

@keyframes cycle-colors {
	0% { border-color: hsl(185, 100%, 40%); }
	25% { border-color: hsl(153, 87%, 35%); }
	50% { border-color: hsl(217, 100%, 56%); }
	75% { border-color: hsl(263, 91%, 49%); }
	100% { border-color: hsl(185, 100%, 40%); }
}

@keyframes pulse {
	to {
		opacity: 0;
		transform: scale(1);
		}
}

.et_pb_section_0.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
	z-index: 1 !important;
}

.home .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content {
    position: absolute;
    width: 65%;
    top: 80px;
	padding: 0;
}

.home .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content h1 {
	padding-bottom: 20px;
}

.home .header-content .et_pb_fullwidth_header_subhead {
	padding-right: 20%;
}

.testimonial-slider .et_pb_slide {
	background: none !important;	
}

.testimonial-slider .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 0 !important;
}

.testimonial-slider .et_pb_slide_content {
	background-color: #ffffff;
	padding: 40px 70px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    border-radius: 8px;
	text-align: center;
}

.testimonial-slider .et_pb_bg_layout_dark .et_pb_slide_description {
	text-shadow: none !important;
	padding-right: 70px !important;
    padding-left: 70px !important;
}

.testimonial-slider .et-pb-controllers {
	bottom: -10px;
}

.testimonial-slider .et-pb-controllers a {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    width: 10px;
    height: 10px;
}

.testimonial-slider .et_pb_slider_container_inner {
	padding-bottom: 50px;
}

.testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next,
.testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev {
	top: 42%;
}

.testimonial-slider .et-pb-arrow-prev:before,
.testimonial-slider .et-pb-arrow-next:before {
	font-weight: 900;
}

.testimonial-slider .et-pb-arrow-prev,
.testimonial-slider .et-pb-arrow-next {
	font-size: 60px;
}

.et_pb_contact_right p input {
	padding: 10px !important;	
}

.et_contact_bottom_container {
	margin-top: 0;
}

.et_pb_contact_form p.et_pb_contact_field {
	margin-bottom: 4%;
}

.hyperstream-stats {
	position: absolute;
    left: -50%;
    padding-right: 80px;
    top: 20%;
}

/************ COMPANY ************/

.company-hero .header-content {
	width: 60% !important;
}

.page-id-23 .et_pb_fullwidth_header .header-content ul {
	list-style-type: none;
	padding-left: 30px;
}

.page-id-23 .et_pb_fullwidth_header .header-content ul li:before {
	content: "";
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 8px;
    margin-top: 12px;
}

/************ RESEARCH ************/

.page-id-25 .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
	position: relative;
}

.page-id-25 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	margin-bottom: 0;
}

/************ TEAM ************/

.page-id-41 .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
	margin-bottom: 0;
}

.page-id-41 .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content h1 {
	padding-bottom: 0;
}

.page-id-41 .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
	position: relative;
}

.team-blurb .et_pb_main_blurb_image {
	width: 255px;
	height: 255px;
}

.team-blurb .et_pb_blurb_container .et_pb_blurb_description {
	padding: 0 10% 0 10%;
	line-height: 1.5em;
}

.team-blurb h4 {
	padding-bottom: 0px;
}

/************ CAREERS ************/

.page-id-43 .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
	position: relative;
	padding-top: 0;
}

.page-id-43 .et_pb_fullwidth_header .header-content,
.page-id-43 .et_pb_fullwidth_header .header-content h1 {
	padding-bottom: 0;
}

.page-id-43 .careers-blurb .et_pb_blurb_content {
	position: absolute;
    bottom: 0;
}

.page-id-43 .careers-blurb .et_pb_blurb_description {
	display: none;
}

.page-id-43 .careers-blurb .et_pb_blurb_content h4 {
	padding-bottom: 20px;
}

.page-id-43 .careers-blurb:hover .et_pb_blurb_description {
	display: block;
	opacity: 1;
}

.page-id-43 .careers-blurb:hover .et_pb_blurb_content {
	position: relative;
}

.page-id-43 .careers-blurb:hover .et_pb_blurb_content h4 {
	padding-bottom: 10px;
}

.et_pb_blurb.open-positions .pos-icon1:before {
	content: "\e081";
}

.et_pb_blurb.open-positions .pos-icon2:before {
	content: "\e06b";
}

.et_pb_blurb.open-positions .pos-icon1:before,
.et_pb_blurb.open-positions .pos-icon2:before {
	font-family: ETmodules;
	display: inline-block;
	color: #0ca761;
	font-size: 20px;
    margin-right: 10px;
}

.open-positions h5 {
	font-weight: bold;
	display: inline-block;
	padding-right: 30px;
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 26px;
}

.open-positions h4 {
	padding-bottom: 10px;
}

/***** MEDIA, PRIVACY POLICY & IMPRINT *****/

.page-id-48 .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll,
.page-id-3 .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll,
.page-id-914 .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
	position: relative;
	padding-top: 0;
}

.page-id-48 .et_pb_fullwidth_header .header-content,
.page-id-48 .et_pb_fullwidth_header .header-content h1,
.page-id-3 .et_pb_fullwidth_header .header-content,
.page-id-3 .et_pb_fullwidth_header .header-content h1,
.page-id-914 .et_pb_fullwidth_header .header-content,
.page-id-914 .et_pb_fullwidth_header .header-content h1{
	padding-bottom: 0;
}


/************ BLOG PAGE ************/

.blog-opt-in .et_pb_newsletter_form p.et_pb_newsletter_field {
	padding-bottom: 25px;
}

.blog-opt-in p.et_pb_newsletter_button_wrap {
	text-align: center;
}

.blog-opt-in.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form {
	padding-left: 0 !important;
}

.main-blog-section article.et_pb_post p.post-meta a {
	font-weight: bold;
}

/*.main-blog-section article.et_pb_post {
	position: relative;
}

.main-blog-section article.et_pb_post p.post-meta .published {
	position: absolute;
    top: 166px;
    right: -1px;
    color: #ffffff;
    font-weight: bold;
    background-color: #0ca761;
    padding: 5px 15px;
}*/



/************ BLOG POST ************/

.single.single-post .container {
	padding-top: 170px !important;
}

.single.single-post .container #sidebar {
	display: none;
}

.single.single-post #main-content .container:before {
	display: none;
}

.single.single-post #main-content .container #left-area {
	width: 100%;
	padding-right: 0;
	float: none;
}

.single.single-post #main-content .container #left-area .et_post_meta_wrapper h1.entry-title {
	font-weight: bold;
	font-size: 38px;
	line-height: 48px;
	color: #ffffff;
	text-align: center;
	padding: 0 60px 20px;
}

.single.single-post #main-content .container #left-area .et_post_meta_wrapper p.post-meta {
	text-align: center;
	color: #ffffff;
	padding-bottom: 20px;
}

.single.single-post #main-content .container #left-area .et_post_meta_wrapper p.post-meta a {
	color: #0ca761;
	font-weight: bold;
}

.single.single-post #main-content .container #left-area .et_post_meta_wrapper img {
	margin: auto;
    display: block;
	width: 90%;
}

.single.single-post #main-content {
	background: linear-gradient(180deg, #272727 550px, #ffffff 550px);
}

.single.single-post #main-content .container #left-area .entry-content {
	width: 90%;
	margin: auto;
}

.single.single-post #main-content .container #left-area .entry-content h2,
.single.single-post #main-content .container #left-area .entry-content h3,
.single.single-post #main-content .container #left-area .entry-content h4,
.single.single-post #main-content .container #left-area .entry-content h5,
.single.single-post #main-content .container #left-area .entry-content h6 {
	padding-top: 40px;
	padding-bottom: 25px;
}

.single.single-post #main-content .container #left-area .entry-content a {
	font-weight: bold;
}

/************ AUTHOR & CATEGORY PAGES ************/

.archive.author .et_pb_section_0_tb_body,
.archive.category .et_pb_section_0_tb_body {
	padding-top: 200px !important;
}

.archive.author .et_pb_fullwidth_menu.et_pb_fullwidth_menu_0_tb_header,
.archive.category .et_pb_section_0_tb_header {
	background-color: #272727 !important;
}

.archive.author .et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu,
.archive.category .et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu {
	padding-bottom: 40px !important;
}

.archive.category #demo-request {
	padding-top: 70px;
    padding-bottom: 70px;
    background-color: #272727!important;
}









/************ CONTACT FORMS ************/

.et_pb_contact_form_container .et-pb-contact-message p,
.contact-page-contact-form .et_pb_contact_form_container .et-pb-contact-message p {
	background-color: #f3f3f3;
    padding: 20px;
    text-align: center;
    color: #272727;
}


/************ FOOTER ************/

.et_pb_menu.et_pb_menu_0_tb_footer .et-menu>li {
	padding-left: 16px;
	padding-right: 16px;
}

footer.et-l.et-l--footer p.footer-copyright {
	font-size: 16px;
}

footer.et-l.et-l--footer p.footer-copyright a {
	color: #646a78;
}

/************ COOKIES NOTICE ************/

.cn-buttons-container .cn-button.bootstrap {
	background: #0ca761 !important;
}
#hs-eu-cookie-confirmation{
	display:none;
}



/** Disable Hamburger Menu on Footer @ 980px**/

@media only screen and (max-width: 980px) {
	.et_pb_menu_0_tb_footer .et_pb_menu__menu {
		display: block !important;
	}
	.et_pb_menu_0_tb_footer .et_mobile_nav_menu {
		display: none !important;
	}
	.et_pb_menu_0_tb_footer .et_pb_menu__menu li {
		border: 1px solid #abaeb5;
		padding: 15px !important;
		margin: 10px 12px !important;
	}
	.et_pb_menu_0_tb_footer .et_pb_menu__menu li a {
		padding-top: 0px !important;
	}
}

/** Trigger TOP Hamburger Menu @ 1100px **/

@media only screen and ( max-width: 1100px) {
	.et_pb_fullwidth_menu .et_mobile_nav_menu {
		float: none;
    	margin: 0 6px;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;	
	}
	.request-cta {
		margin-top: 15px !important;
		margin-left: 5% !important;
		height: initial;
		display: inline-block;
	}
	.et_pb_fullwidth_menu .et_mobile_menu {
		list-style: none!important;
		text-align: left;
		top: 125%;
		padding: 5%;
	}
	ul.et_mobile_menu {
		padding-bottom: 8% !important;
	}
	.et_pb_fullwidth_menu .et_pb_menu__menu {
		display: none !important;
	}
}

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

@media only screen and (max-width: 2000px) {
	.company-grey-section {
		background-position: 70% 160px !important;
	}
	.listen-to-section {
		background-position: 240px 280px !important;
	}
}

@media only screen and (max-width: 1820px) {
	.listen-to-section {
		background-position: 120px 280px !important;
	}
}

@media only screen and (max-width: 1600px) {
	.company-grey-section {
		background-position: 75% 160px !important;
	}
	.listen-to-section {
		background-position: 50px 280px !important;
	}
	.et_pb_section_4.section5-laptop .et_pb_row .et_pb_column {
		padding-left: 7% !important;
	}
	.et_pb_section_4.section5-laptop .et_pb_column_7.systematic-laptop-col {
		padding-left: 0px !important;
	}
}

@media only screen and (max-width: 1440px) {
	.company-grey-section {
		background-position: 80% 160px !important;
	}
	.listen-to-section {
		background-position: -30px 280px !important;
	}
	.et_pb_section_4.section5-laptop .et_pb_row .et_pb_column {
		padding-left: 0px !important;
		padding-top: 50px !important;
	}
}

@media only screen and (max-width: 1280px) {
	.company-grey-section {
		background-position: 90% 160px !important;
	}
	.listen-to-section {
		background-position: -120px 280px !important;
	}
	.et_pb_section_4.section5-laptop {
		padding-bottom: 60px !important;
	}
}

@media only screen and (max-width: 1215px) {
	.home .et_pb_fullwidth_header_0 {
		padding-bottom: 60px;
	}
	.page-id-23 .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content {
		width: 50%;
	}
	.page-id-23 .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content h1 {
		font-size: 28px;
		line-height: 38px;
	}
}

@media only screen and (max-width: 1155px) {
	.page-id-23 .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content {
		width: 60%;
	}
}


@media only screen and (max-width: 1150px) {
	.et_pb_section_4.section5-laptop .et_pb_column_7.systematic-laptop-col {
		display: none !important;
	}
	.et_pb_section_4.section5-laptop .et_pb_row .et_pb_column {
		width: 100%;
		padding-top: 120px !important;
		margin-right: 0px;
	}
	.et_pb_section_4.section5-laptop .et_pb_row .et_pb_column .et_pb_text {
		text-align: center !important;
	}
}

@media only screen and (max-width: 1145px) {
	.home .et_pb_fullwidth_header_0 {
		padding-bottom: 130px;
	}
}
	
@media only screen and (max-width: 1100px) {
	.company-grey-section {
		background-position: 100% 160px !important;
	}
	.listen-to-section {
		background-position: -190px 280px !important;
	}
}

@media only screen and (max-width: 1145px) {
	.home .et_pb_fullwidth_header_0 {
		padding-bottom: 130px;
	}
}

@media only screen and (max-width: 1080px) {
	.home .et_pb_fullwidth_header_0 {
		padding-bottom: 165px;
	}
}

@media only screen and (max-width: 1045px) {
	.home .et_pb_fullwidth_header_0 {
		padding-bottom: 230px;
	}
}

@media only screen and (max-width: 1028px) {
	.company-grey-section {
		background-position: 120% 160px !important;
	}
	.home .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content {
		top: 70px;
	}
	.home .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content h1 {
		font-size: 28px;
		line-height: 38px;
	}
	.home .et_pb_fullwidth_header_0 {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 980px) {
	.et_pb_fullwidth_menu .et_mobile_menu {
		top: 100%;
	}
	.center-on-mob {
		text-align: center;
	}
    .no-pad-bottom {
        padding-bottom: 0 !important;
    }
    .no-pad-top {
        padding-top: 0 !important;
    }
    .no-marg-bottom {
        margin-bottom: 0 !important;
    }
	.company-grey-section {
		background-position: 200% 100px !important;
	}
	.et_pb_section.et_pb_section_3.listen-to-section {
		background-image: none !important;
	}
	.home-hero .header-image img {
		padding-top: 50px;
		width: 80%;
	}
	.home-hero .header-image {
		margin-right: 0 !important;
	}
	.home .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content {
    	width: 70%;
		top: 90px;
	}
	.page-id-23 .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content {
		top: 40px;
	}
	ul.et_mobile_menu {
		padding-bottom: 8% !important;
	}
	.request-cta {
		margin-top: 15px !important;
		height: initial;
		display: inline-block;
	}
	.home .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content h1,
	.page-id-23 .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content h1 {
		font-size: 26px;
		line-height: 36px;
	}
	.section3-black-bg {
		background-position: -50px center !important;
	}
	.testimonial-slider .et_pb_bg_layout_dark .et_pb_slide_description {
		padding-right: 40px !important;
    	padding-left: 40px !important;
	}
	.testimonial-slider .et-pb-controllers {
		bottom: -15px;
	}
	.et_pb_section.et_pb_section_2.company-grey-section {
		background-image: none !important;
	}
	.et_pb_section.et_pb_section_2.company-grey-section .et_pb_column:first-child {
		padding-right: 0 !important;
	}
	footer.et-l.et-l--footer p.footer-copyright {
		font-size: 14px;
	}
	.page-id-41 .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
		margin: 0 auto;
	}
	.page-id-25 .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
		margin: 0 auto;
		width: 90%;		
	}
	.centered-blurb .et_pb_blurb .et_pb_blurb_content,
	.centered-blurb .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4,
	.centered-blurb .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
		text-align: center;
	}
	.et_pb_section_4.section5-laptop .et_pb_row .et_pb_column {
		padding-top: 80px !important;
	}
	.et_pb_section_4.section5-laptop {
		padding-bottom: 0px !important;
	}
	.pharos-section-home .middle-col {
		top: 0px !important;
	}
	.team-blurb .et_pb_main_blurb_image {
		width: 300px;
		height: 300px;
	}
	.team-blurb {
		margin-bottom: 30px !important;
	}
	.company-hero .header-content {
		width: 75% !important;
	}
	.single.single-post #main-content .container #left-area .et_post_meta_wrapper h1.entry-title {
		font-size: 30px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 940px) {
	.home .et_pb_fullwidth_header_0 {
		padding-bottom: 190px !important;
	}
}

@media only screen and (max-width: 890px) {
	.section3-black-bg {
		background-position: -190px center !important;
	}
	.company-hero .header-image img,
	.company-hero .header-image, 
	.company-hero .header-image-container {
		display: none;
	}
	.page-id-23 .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content {
    	width: 100%;
		position: relative;
		margin-left: 0;
		margin-top: 0;
	}
	.page-id-23 .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container {
		width: 100%;	
	}
}

@media only screen and (max-width: 767px) {
	.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content a.et_pb_button,
	.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content a.et_pb_button:hover,
	.et_pb_button_module_wrapper a.et_pb_button,
	.et_pb_button_module_wrapper a.et_pb_button:hover,
	.et_pb_contact .et_contact_bottom_container button.et_pb_contact_submit,
	.et_pb_contact .et_contact_bottom_container button.et_pb_contact_submit:hover,
	.et_pb_contact .et_contact_bottom_container button.et_pb_contact_submit,
	.et_pb_contact .et_contact_bottom_container button.et_pb_contact_submit:hover,
	.et_pb_newsletter_form .et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_newsletter_button,
	.et_pb_newsletter_form .et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_newsletter_button:hover {
		font-size: 16px !important;
	}
	.et_pb_contact_right {
		min-width: 130px;
	}
	p.footer-copyright {
		font-size: 14px;
	}
	.open-positions h5 {
		font-size: 16px;
		line-height: 24px;
	}
	.home .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content {
    	width: 100%;
		position: relative;
		margin-left: 0;
		margin-top: 0;
	}
	.home-hero .header-image img {
		display: none;
	}
	.home .header-content .et_pb_fullwidth_header_subhead {
		padding-right: 0;
	}
	.home .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content h1,
	.page-id-23 .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.et_pb_section.et_pb_section_2.section3-black-bg {
		background-image: none !important;
	}
	.et_pb_row.testimonial-slider {
		width: 95%;
	}
	.testimonial-slider .et_pb_bg_layout_dark .et_pb_slide_description {
		padding-right: 10px !important;
    	padding-left: 10px !important;
	}
	.testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next {
		right: -16px !important;
	}
	.testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev {
		left: -18px !important;
	}
	.testimonial-slider .et_pb_slide_content {
		padding: 40px 30px !important;
	}
	.home .et_pb_fullwidth_header_0 {
		padding-bottom: 230px !important;
	}
	.page-id-41 .team-arrow:before {
		font-size: 30px;
		margin-top: 0;
		margin-left: -8px;
	}
	ul.et_mobile_menu {
		padding-bottom: 10% !important;
	}
	.footer-copyright {
		padding: 0 20%;
	}
	.company-hero .header-content {
		width: 100% !important;
	}
	.et_pb_fullwidth_header.company-hero {
		background-image: none !important;
	}
	.single.single-post #main-content .container #left-area .et_post_meta_wrapper h1.entry-title {
		font-size: 22px;
		line-height: 32px;
	}
}
.page-id-339059 .difl_contentcarousel_0 .swiper-container {
	padding-bottom: 30px;
}