/* 
Theme Name: Theme Name
Author:  Merge Studio, LLC
Author URI: https://merge.studio
Template: Divi
Version: 1.0 
Description: A custom theme based on the Divi framework.
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
License: GNU General Public License v3
*/

/* put your custom CSS below */

/* Fonts */
strong {
	font-weight: 600;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 80%;
}
sub { 
  top: 0.4em; 
}
#left-area ul, .entry-content ul, 
#left-area ol, .entry-content ol {
	padding: 0 0 1em 2em !important;
	margin-left: 0 !important;
	list-style-position: outside;
}
#left-area ul li, .entry-content ul li, 
#left-area ol li, .entry-content ol li {
	margin-bottom: .5em !important;
}

/* Headings */
h1, h2, h3, h4, h5 {
}
.hero .et_pb_text h1 {
}
.hero-home .et_pb_text h1 {
}
.hero .et_pb_text h2,
h2, .et_pb_text h2 {
}
h3, .et_pb_text h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
}
h4, .et_pb_text h4, .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 {
}
h5, .et_pb_text h5 {
}
h6, .et_pb_text h6 {
}

@media screen and (max-width: 980px) {
	.hero .et_pb_text h1 {
	}
	.hero-home .et_pb_text h1 {
	}
	.hero .et_pb_text h2,
	h2, .et_pb_text h2 {
	}
	h3, .et_pb_text h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
	}
	h4, .et_pb_text h4, .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 {
	}
	h5, .et_pb_text h5 {
	}
}

@media screen and (max-width: 768px) {
	.hero .et_pb_text h1 {
	}
	.hero-home .et_pb_text h1 {
	}
	.hero .et_pb_text h2,
	h2, .et_pb_text h2 {
	}
	h3, .et_pb_text h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
	}
	h4, .et_pb_text h4, .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 {
	}
	h5, .et_pb_text h5 {
	}
}
@media screen and (max-width: 500px) {
	.hero .et_pb_text h1 {
	}
	.hero-home .et_pb_text h1 {
	}
	.hero .et_pb_text h2,
	h2, .et_pb_text h2 {
	}
	h3, .et_pb_text h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
	}
	h4, .et_pb_text h4, .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 {
	}
	h5, .et_pb_text h5 {
	}
}

/* Header */
.et_mobile_menu {
	overflow: scroll !important;
	max-height: 80vh;
}
#top-menu >li:last-child>.sub-menu {
	left: auto;
	right: 0;
}
.nav li ul.sub-menu {
	width: 220px;
}




/* Buttons */
body .et_pb_button, 
body .et_pb_more_button, 
.et_pb_bg_layout_light .et_pb_button, 
.et_pb_bg_layout_light .et_pb_more_button {
  color: ;
  text-transform: ;
  text-decoration: none;
  margin-bottom: ;
  padding: 8px 20px !important;
  display: inline-block;
  font-weight: 400;
  background-color: ;
  border-color: ;
  line-height: ;
  opacity: 1;
}
body .et_pb_button:hover, 
body .et_pb_more_button:hover, 
.et_pb_bg_layout_light .et_pb_button:hover, 
.et_pb_bg_layout_light .et_pb_more_button:hover {
  padding: 8px 20px !important;
  color: ;
  background-color: ;
  border-color: ;
  opacity: 1;
  text-decoration: none;
}
body .et_pb_button.reverse, 
body .et_pb_more_button.reverse, 
.et_pb_bg_layout_dark .et_pb_button, 
.et_pb_bg_layout_dark.et_pb_button, 
.et_pb_bg_layout_dark .et_pb_more_button {
	border-color: ;
	background-color: transparent;
	color: ;
}
body .et_pb_button.reverse:hover, 
body .et_pb_more_button.reverse:hover, 
.et_pb_bg_layout_dark .et_pb_button:hover, 
.et_pb_bg_layout_dark.et_pb_button:hover, 
.et_pb_bg_layout_dark .et_pb_more_button:hover {
	color: ;
  background-color: ;
  border-color: ;
}
body .et_pb_button.outline, 
body .et_pb_more_button.outline {
	border-color: ;
	background-color: transparent;
	color: ;
}
body .et_pb_button.outline:hover, 
body .et_pb_more_button.outline:hover {
	color: ;
  background-color: ;
  border-color: ;
}
a.et_pb_button + a.et_pb_button {
	margin-left: 36px;
}
input[type=submit] {
	padding: 8px 20px;
	background-color: ;
	color: ;
	cursor: pointer;
	text-transform: ;
	border: ;
	-webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
input[type=submit]:hover {
	padding: 8px 20px;
	background-color: ;
	color: ;
	cursor: pointer;
	text-transform: ;
	border-color: ;
}



/* Forms */
input[type=text], 
input[type=password], 
input[type=tel], 
input[type=email], 
input.text, 
input.title, 
textarea,
select {
	width: 100%;
	font-size: 16px;
	height: 49px;
	line-height: 49px;
	padding: 0 15px !important;
	border: 1px solid #ccc;
	border-radius: 0;
	margin-bottom: 16px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
textarea {
	height: 196px;
}
.gform_wrapper .gform_validation_errors>h2 {
	color: #c02b0a !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	margin: 0 !important;
	padding:  0 !important;
}
.gform_wrapper.gravity-theme .description, 
.gform_wrapper.gravity-theme .gfield_description, 
.gform_wrapper.gravity-theme .gsection_description, 
.gform_wrapper.gravity-theme .instruction {
	font-size: 16px !important;
	font-weight: 400 !important;
	margin-bottom: 10px;
}

/* Text meant only for screen readers. */
.screen-reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
}

/* Gravity Forms */
.gfield.gfield_visibility_visible.captcha {
	display: none !important;
	visibility: hidden !important;
}
.gform_anchor::before {
    content: "";
    display: block;
    width: 0;
    height: 150px;
    margin: -150px 0 0;
}
.gform_confirmation_wrapper div {
	font-size: 24px;
	font-weight: 500;
	padding: 30px;
	border: 1px solid #fff;
	border-radius: 4px;
}

.gform_wrapper span.gfield_required {
	display: none;
}
.gform_wrapper.gravity-theme .gfield-choice-input, 
.gform_wrapper.gravity-theme .gfield-choice-input+label {
	vertical-align: top !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
	height: 20px;
	width: 20px;
	margin: 6px 10px 0 0 !important;
	vertical-align: top !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: calc(100% - 64px) !important;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, 
.gform_wrapper.gravity-theme .gfield_radio label {
	font-size: 16px !important;
	line-height: 1.4;
	margin-bottom: 10px !important;
}
.gform_wrapper.gravity-theme .field_description_above .description, 
.gform_wrapper.gravity-theme .field_description_above .gfield_description, 
.gform_wrapper.gravity-theme .field_description_above .gsection_description, 
.gform_wrapper.gravity-theme .field_description_above .instruction {
	padding-bottom: 0 !important;
}
/* hide field labels on forms with class name of "hide-labels" */
.gform_wrapper .hide-labels label,
.gform_wrapper .hide-labels legend,
.gform_wrapper.hide-labels_wrapper .gform_required_legend {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}



/* Tablet & Mobile Column Adjust */
/* Keeps columns from breaking for Tablet, large phone, all phone widths */
/* class names to use:  .col-tablet, .col-mobile-lg, .col-mobile */
/* .mobile-swap reverses column order for tablet & mobile */
@media screen and (max-width: 980px) {
	.et_pb_row.col-tablet,
	.et_section_specialty.col-tablet .et_pb_row,
	.et_pb_section.col-tablet .et_pb_row {
		display: flex;
	}
	.et_pb_row.col-tablet .et_pb_column,
	.et_section_specialty.col-tablet .et_pb_row .et_pb_column,
	.et_pb_section.col-tablet .et_pb_row .et_pb_column {
		margin-right: 2%;
	}
	.mobile-swap {
		display: flex;
		flex-wrap: wrap;
	}
	.mobile-swap.et_pb_row .et_pb_column, 
	.mobile-swap.et_pb_row .et_pb_column {
		order: 2;
	}
	.mobile-swap.et_pb_row .et_pb_column.et-last-child, 
	.mobile-swap.et_pb_row .et_pb_column:last-child {
		margin-bottom: 30px;
		order: 1;
	} 
}
@media screen and (max-width: 767px) {
	.et_pb_row.col-tablet,
	.et_section_specialty.col-tablet .et_pb_row,
	.et_pb_section.col-tablet .et_pb_row {
		display: block;
	}
	.et_pb_row.col-tablet.col-mobile-lg,
	.et_pb_row.col-tablet.col-mobile {
		display: flex;
	}
	.et_pb_row.col-tablet.col-mobile-lg .et_pb_column,
	.et_pb_row.col-tablet.col-mobile .et_pb_column {
		margin-right: 2%;
	}
}
@media screen and (max-width: 580px) {
	.et_pb_row.col-mobile-lg {
		display: block;
	}
}

/* Collapsing mobile menu */
/*change hamburger icon to x when mobile menu is open*/
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}
/*adjust the new toggle element which is added via jQuery*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}
/*some code to keep everyting positioned properly*/
ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}
/*remove default background color from menu items that have children*/
.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}
/*hide the submenu by default*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}
/*show the submenu when toggled open*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}
/*adjust the toggle icon position and transparency*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}
/*submenu toggle icon when closed*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #fff;
	background: #348c83;
	border-radius: 50%;
	padding: 3px;
}
/*submenu toggle icon when open*/
ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}
/*add point on top of the menu submenu dropdown*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}
/*adjust the position of the hamburger menu*/
.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 0px;
	line-height: 0;
}
/*force the background color and add a rounded border*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}
/* My styling added */
.et_pb_menu .et_mobile_nav_menu ul.et_mobile_menu li a {
	font-size: 16px;
	font-weight: 400;
}
ul.et_mobile_menu li a:hover {
	text-decoration: none;
}
.et_pb_menu .et_mobile_nav_menu ul.et_mobile_menu li ul a {
	text-transform: none;
}
