/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.19.7.1548207575
Updated: 2019-01-23 01:39:35

*/

/* Universal Styles */

* {
	font-family: Open Sans;
}


#top-menu a {
	font-weight: normal;
}

#top-menu .current_page_item a {
	font-weight: bold;
}

#et-info {
	float: none;
	text-align: right;
}

#et-info-email {
	display: none !important;
}

#mobile_menu {
	background-color: rgba(0,0,0,0.5) !important;
}

.mobile_menu_bar:before {
	color: #fff;
}

/* End Universal Styles */

/* Typography Styles */

h1 {
	font-size: 45px; overflow-wrap:normal;
}

h2 {
	font-size: 21px;
	line-height: 1.5em;
}

p, h3, h4, h5, h6, li {
	font-size: 15px;
}

a {
	font-size: inherit;
}

/* End Typography Styles */

/* CTA Styles */

.cta {
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 7px 30px;
}

.cta-blue {
	background-color: rgba(0,107,183,.7);
	border: solid 1px #fff;
	color: #fff;
	text-transform: uppercase;
}

/* End CTA Styles */

/* Gravity Forms Styles */

#gform_fields_1 #field_1_2, #gform_fields_1 #field_1_3, #gform_fields_1 #field_1_5  {
	margin-top: 0 !important;
}

#gform_fields_1 #field_1_6 {
	margin-top: 12px !important;
}

#input_1_6 {
	height: 32px !important;
}

#gform_submit_button_1 {
	display: block;
	width: fit-content;
	margin-left: auto;
	padding: 7px 30px;
	background-color: #006BB7;
	border: solid 1px #fff;
	color: #fff;
	text-transform: uppercase;
}

/* End Gravity Forms Styles */

/* Slider Styles */

#tab-content_97 {
	padding: 30px !important;
}

.noParaPadding .et_pb_text_inner p {
	padding: 0 !important;
}

#tab_container_97 {
	margin-bottom: 0 !important;
}

.tabContainer {
	display: flex; 
	justify-content: space-between;
}

.tabInner {
	display: block; 
	width: 49%;
}

.tabInner p {
	width: 90%;
}

@media (max-width: 992px) {
	.tabContainer {
		flex-direction: column;
	}
	
	.tabInner:first-child {
		margin-bottom: 15px;
	}
	
	.tabInner, .tabInner p {
		width: 100%;
	}
}

/* End Slider Styles */