/*
 Theme Name:     Divi Child Theme (by Infocus)
 Author:         Infocus Publishing
 Author URI:     http://infocuspub.com/
 Template:       Divi
 Version:        1.0
 Description:    A Child Theme for Divi with additional Social Icons options.
 Wordpress Version: 4.9.1
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

/* Container Max Width*/

.container, .et_pb_row {
	max-width: 1152px;
}

/* Logo Styles */

#logo {
	max-width: 100% !important;
}

#main-header {
	/*background-color: transparent;*/
}


/* Detect if page does NOT use Divi builder layout */

body:not(.et_pb_pagebuilder_layout) {}

/* For FIXED header, detect if sticking to top */

#main-header:not(.et-fixed-header) {}

/* For transparent nav menu BG on Single posts */

body:not(.et_pb_pagebuilder_layout) #main-header:not(.et-fixed-header) {
	/*background: #666;*/
}

/* For fixing link color on current submenu item */

#main-header:not(.et-fixed-header) .sub-menu li.current-menu-item>a {
	/*color:#333;*/
}

.top-phone-desktop {
	display: block;
}

.top-phone-desktop h4 {
	font-size: 18px;
	color: #999;
	padding-bottom: 5px;
	padding-top: 10px;
}
.top-phone-desktop h3 {
	font-size: 26px;
	color: #555;
	padding-bottom: 0px;
}

.hide-on-desktop { display: block }
.hide-on-mobile { display: none }

/* Mobile Menu breakpoint */
@media (max-width: 479px) {
	#logo {
		max-width: 100% !important;
		max-height: 63px !important;
	}
}

@media (min-width: 640px) and (max-width: 1024px) {
	.container, .et_pb_row {
		width: 90%;
	}
}

@media only screen and ( max-width: 980px) {
	#logo {
		max-height: 63px !important;
	}
	.logo_container {
		padding-top: 10px;
	}
	.logo_container a {
		display: inline-block;
		/* margin-right: 50px; */
	}
	#top-menu-nav, #top-menu {
		display: none;
	}
	#et_top_search {
		display: none;
	}
	#et_mobile_nav_menu {
		display: block;
	}
	/* Mobile Menu Custom Colors */
	.et_mobile_menu a {
		color: #333 !important;
	}
	.mobile_menu_bar::before {
		color: #333;
	}
	.et_mobile_menu {
		border-top-color: #333;
	}
	.align-center-on-mobile {
		text-align: center;
	}
	
}

@media (min-width: 981px) {
	#logo {
		max-height: 80px !important;
	}
	#top-nav-wrap {
		/*background-color: #333;*/
	}
	#et-top-navigation {
		float: none;
		padding-left: 0 !important;
		padding-top: 20px !important;
	}
	nav#top-menu-nav, ul#top-menu {
		float: none;
	}
	.nav li ul {
		/*border-top: 3px solid #555;
		background: #ccc !important;*/
	}
	#top-menu a {
		padding-bottom: 22px !important;
		padding-right: 8px;
		padding-left: 8px;
		font-size: 16px;
		font-weight: 400;
	}
	.top-phone-desktop {
		display: block;
		position: absolute;
		top: 15px;
		right: 0;
	}
	.top-phone-desktop h4 {
		font-family: 'Arimo', sans-serif;
		font-size: 20px;
		color: #555;
		padding-top: 4px;
		letter-spacing: 2px;
	}
	.top-phone-desktop h3 {
		font-family: 'Oswald', sans-serif;
		font-size: 34px;
		font-weight: 700;
		color: #e09900;
	}
	.top-phone-desktop h3 .fas {
		margin-right: 8px;
		font-size: 30px;
	}
	#main-header:not(.et-fixed-header) .et_menu_container {
		transition: all 0.25s ease-in-out;
		height: 100px;
		transform: scale(1);
	}
	#main-header.et-fixed-header .et_menu_container {
		height: 0px;
		transform: scale(0);
		transition: all 0.25s ease-in-out;
	}
	.hide-on-desktop { display: none }
	.hide-on-mobile { display: block }
	.db-form-top {
		margin-top: 0px;
	}
}

/* Change default sidebar width */

#left-area {
	width: 66.67%;
}

#sidebar {
	width: 33.33%;
}

.et_right_sidebar #main-content .container::before {
	right: 33.33% !important;
}

/* Menu CTA Button */

.call-us-number {
	display: block;
	position: relative;
	background-color: #0e76bc;
	padding: 15px 15px 15px 46px;
	color: #fff;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 700;
	max-width: 280px;
	text-align: center;
	margin: auto;
}

.call-us-number:hover {
	background-color: #555;
}

.call-us-number::before {
	font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Solid', 'Font Awesome 5 Free', 'FontAwesome';
	font-weight: 900;
	content: "\f095";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: rgba(255, 255, 255, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

/* Change the default breakpoint for mobile menu    */

.phone-for-mobile {
	padding: 10px 0;
	background-color: #fff;
	display: none;
	overflow: hidden;
	margin: auto;
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.08);
}

.phone-for-mobile .call-us-number {
	font-size: 22px;
	font-weight: 700;
	max-width: 250px;
	padding: 10px 15px 10px 65px;
	margin: 0 0 0 auto;
}

.phone-for-mobile .call-us-number::before {
	width: 50px;
	font-weight: 400;
}

@media (max-width: 980px) {
	.phone-for-mobile {
		display: block;
	}
	.menu-item .call-us-number {
		display: none;
	}
}

@media (max-width: 568px) {
	.phone-for-mobile .call-us-number {
		margin: 0 auto;
	}
}

/* Class for ETmodules Icons */

.et-icon {
	font-family: ETmodules;
}
/* Horizontal Align Middle */
.horizontal-align-middle {
	display: flex;
	justify-content: center;
}
/* Horizontal Align Right  */
.horizontal-align-right {
	display: flex;
	justify-content: flex-end;
}
/* Horizontal Align Left and Right  */
.horizontal-align-left-right {
	display: flex;
	justify-content: space-between;
}
/* Vertical Align Middle */
.vertical-align-middle {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* Vertical Align Bottom  */
.vertical-align-bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
/* Vertical Align Top and Bottom  */
.vertical-align-top-bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* Remove Vertical Line from Sidebar */
#main-content .container::before {
	background-color: transparent !important;
}
.et_pb_widget_area_left, .et_pb_widget_area_right {
	border-color: transparent !important;
}
/* Remove Align/Float of Images on MOBILE */
@media only screen and (max-width: 480px) {
	#main-content .et_pb_text img.alignright, #main-content .et_pb_text img.alignleft {
		display: block !important;
		float: none !important;
		margin: 0 auto 15px !important;
	}
}

/* Fix for Single Posts excess padding/margin */
.single .post {
	padding-bottom: 0;
}

.single #left-area {
	padding-bottom: 0;
}

.single .et_pb_post {
	margin-bottom: 0;
}

/* Styling CF7 to look like the Divi Contact Form */

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
	background-color: #f5f5f5 !important;
	border: 1px solid #ddd !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 3px !important;
	font-size: 14px;
	color: #333 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7-submit {
	color: #fff !important;
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 20px;
	line-height: 1.7em;
	background: #e09900;
	border: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

@media (max-width: 480px) {
	.wpcf7-submit {
		font-size: 13px;
	}
}

.wpcf7-submit:hover {
	background-color: #111;
}

div.wpcf7 .ajax-loader {
	width: auto;
}

.wpcf7-response-output {
	background-color: white;
}
::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #848484;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #848484;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #848484;
}

/* CF7 Recaptcha Styles */
@media screen and (min-width: 1367px) {
	.et_pb_widget_area #rc-imageselect, 
	.et_pb_widget_area .wpcf7-recaptcha, 
	.et_pb_widget_area .cf7sr-g-recaptcha {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media screen and (max-width: 1366px) {
	.et_pb_widget_area #rc-imageselect, 
	.et_pb_widget_area .wpcf7-recaptcha, 
	.et_pb_widget_area .cf7sr-g-recaptcha {
		-webkit-transform: scale(0.96);
		transform: scale(0.96);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media screen and (max-width: 1280px) {
	.et_pb_widget_area #rc-imageselect, 
	.et_pb_widget_area .wpcf7-recaptcha, 
	.et_pb_widget_area .cf7sr-g-recaptcha {
		-webkit-transform: scale(0.92);
		transform: scale(0.92);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media screen and (max-width: 1200px) {
	.et_pb_widget_area #rc-imageselect, 
	.et_pb_widget_area .wpcf7-recaptcha, 
	.et_pb_widget_area .cf7sr-g-recaptcha {
		-webkit-transform: scale(0.86);
		transform: scale(0.86);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media screen and (max-width: 1140px) {
	.et_pb_widget_area #rc-imageselect, 
	.et_pb_widget_area .wpcf7-recaptcha, 
	.et_pb_widget_area .cf7sr-g-recaptcha {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media screen and (max-width: 1080px) {
	.et_pb_widget_area #rc-imageselect, 
	.et_pb_widget_area .wpcf7-recaptcha, 
	.et_pb_widget_area .cf7sr-g-recaptcha {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media screen and (max-width: 1024px) {
	.et_pb_widget_area #rc-imageselect, 
	.et_pb_widget_area .wpcf7-recaptcha, 
	.et_pb_widget_area .cf7sr-g-recaptcha {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media screen and (max-width: 980px) {
	.et_pb_widget_area #rc-imageselect, 
	.et_pb_widget_area .wpcf7-recaptcha, 
	.et_pb_widget_area .cf7sr-g-recaptcha {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@media screen and (max-width: 414px) {
	.et_pb_widget_area #rc-imageselect, 
	.et_pb_widget_area .wpcf7-recaptcha, 
	.et_pb_widget_area .cf7sr-g-recaptcha {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media screen and (max-width: 375px) {
	.et_pb_widget_area #rc-imageselect, 
	.et_pb_widget_area .wpcf7-recaptcha, 
	.et_pb_widget_area .cf7sr-g-recaptcha {
		-webkit-transform: scale(0.90);
		transform: scale(0.90);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media screen and (max-width: 360px) {
	.et_pb_widget_area #rc-imageselect, 
	.et_pb_widget_area .wpcf7-recaptcha, 
	.et_pb_widget_area .cf7sr-g-recaptcha {
		transform: scale(0.85);
		-webkit-transform: scale(0.85);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}
@media screen and (max-width: 320px) {
	.et_pb_widget_area #rc-imageselect, 
	.et_pb_widget_area .wpcf7-recaptcha, 
	.et_pb_widget_area .cf7sr-g-recaptcha {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

/* Heading styles for the Page Content */

.main-page-content h2, .main-page-content h3 {
	margin-top: 0.75em;
	margin-bottom: 0.5em;
}

/* Slider Animation Fix */

.et-pb-active-slide .et_pb_slide_description {
	animation: fadeLeft 0.9s ease-in-out 0s;
}

/* Blog Post Grid Margin Bottom Fix */

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, 
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
	margin-bottom: 24px;
}

.hero-play-button a {
	display: block;
	position: relative;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	border: 2px solid #fff;
	border-radius: 50%;
	margin: auto;
	width: 96px;
	height: 96px;
}

.hero-play-button a::before {
	display: block;
	font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Solid', 'Font Awesome 5 Free', 'FontAwesome';
	font-weight: 900;
	font-size: 72px;
	content: "\f0da";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-40%, -50%);
	color: #fff;
}

.hero-play-button a:hover {
	background-color: #3498db;
}

p:empty {
	display: none;
}

.p-last-pad p:last-of-type {
	padding-bottom: 1em;
}

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

.inline-buttons {
	/* text-align: center; */
}

.inline-buttons .et_pb_button_module_wrapper {
	display: inline-block;
}

.inline-buttons .et_pb_button {
	/* margin-left: 15px !important; */
	margin-right: 15px !important;
}

/* IE Styles */
@media (min-width: 981px) {
	body.ie .vertical-align-bottom,
	body.ie .vertical-align-middle {
		position: relative;
	}
	body.ie .vertical-align-bottom .et_pb_image {
		position: absolute;
		bottom: 0;
	}
}

/* BEGIN: Padding fix for columns inside full-width rows */
@media (max-width: 980px) {
	.et_pb_row .et_pb_column.col-mobile-pad-left,
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		max-width: 80%;
		margin: auto !important;
		padding-top: 50px !important;
		padding-bottom: 50px !important;
		float: none !important;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-left {
		padding-left: 0px;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-right: 0px;
	}
}

@media (max-width: 767px) {
	.et_pb_row .et_pb_column.col-mobile-pad-left,
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
}

@media (max-width: 479px) {
	.et_pb_row .et_pb_column.col-mobile-pad-left,
	.et_pb_row .et_pb_column.col-mobile-pad-right	{
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
}

@media (min-width: 1024px) {
	.et_pb_row .et_pb_column.col-mobile-pad-left,
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-left {
		padding-left: 50px;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-right: 50px;
	}
}

@media (min-width: 1136px) {
	.et_pb_row .et_pb_column.col-mobile-pad-left,
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-left {
		padding-left: 114px;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-right: 114px;
	}
}

@media (min-width: 1200px) {
	.et_pb_row .et_pb_column.col-mobile-pad-left,
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-left {
		padding-left: 120px;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-right: 120px;
	}
}

@media (min-width: 1280px) {
	.et_pb_row .et_pb_column.col-mobile-pad-left,
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-left {
		padding-left: 128px;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-right: 128px;
	}
}

@media (min-width: 1366px) {
	.et_pb_row .et_pb_column.col-mobile-pad-left {
		padding-left: 138px;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-right: 138px;
	}
}

@media (min-width: 1440px) {
	.et_pb_row .et_pb_column.col-mobile-pad-left {
		padding-left: 145px;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-right: 145px;
	}
}

@media (min-width: 1600px) {
	.et_pb_row .et_pb_column.col-mobile-pad-left {
		padding-left: 224px;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-right: 224px;
	}
}

@media (min-width: 1920px) {
	.et_pb_row .et_pb_column.col-mobile-pad-left {
		padding-left: 376px;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-right: 376px;
	}
}

@media (min-width: 2048px) {
	.et_pb_row .et_pb_column.col-mobile-pad-left {
		padding-left: 22%;
	}
	.et_pb_row .et_pb_column.col-mobile-pad-right {
		padding-right: 22%;
	}
}
/* END: Padding fix for columns inside full-width rows */

/* Widget Bullet List Styles */
.et_pb_widget ul li::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Solid', 'Font Awesome 5 Free', 'FontAwesome';
    font-weight: 900;
    color: #ccc;
    margin-right: 6px;
}
.et_pb_widget ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    padding-left: 6px;
}
.et_pb_widget ul li:first-child {
    border-top: 1px solid #eee;
    padding-top: 6px;
}
.et_pb_widget ul li ul li::before {
    content: "\f0da";
    margin-right: 6px;
}
.et_pb_widget ul li ul li {
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.et_pb_widget ul li ul li {
    margin-left: 15px;
}
.et_pb_widget ul li ul li:first-child {
    padding-top: 10px;
}

/* List Styles */
.content-subpage ul li {
	margin-bottom: 10px;
}

/* Badges Styles */
.award-badges {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.award-badges img {
    display: inline-block;
    max-height: 115px;
    width: auto;
}
@media (max-width: 640px) {
	.award-badges img {
		max-height: 120px;
		margin-bottom: 15px;
	}
}
@media (min-width: 641px) and (max-width: 1024px) {
	.award-badges img {
		max-height: 80px;
		margin-bottom: 15px;
	}
}
.vertical-divider {
	border-right: 3px solid #0c71c3;
}

/* Mobile Contact Button */
#mobile-contact-button, #mobile-chat-button { display: none; }
@media (max-width: 640px) {
	#page-container {
		padding-top: 250px !important;
		/*padding-bottom: 53px !important;*/
	}
	.logo_helper { display: none !important; }
	.logo_container a {
    	display: inline-block;
		margin-right: 0px;
		width: 100%;
		text-align: center;
	}
	#main-header {
		top: 100px !important;
	}
	.top-phone-desktop {
		background-color: #fff;
		text-align: center;
		margin-top: 7px;
		margin-left: -30px;
		margin-right: -30px;
	}
	.top-phone-desktop h4 {
		font-family: 'Arimo', sans-serif;
		font-size: 17px;
		color: #555;
		padding-top: 4px;
		letter-spacing: 1px;
	}
	.top-phone-desktop h3 {
		font-family: 'Oswald', sans-serif;
		font-size: 30px;
		font-weight: 700;
		color: #e09900;
	}
	.top-phone-desktop h3 .fas {
		margin-right: 8px;
		font-size: 30px;
	}
	.top-cf7-headline {
		text-align: center;
	}
	.top-cf7-headline h2 {
		font-family: 'Oswald', sans-serif;
	}
	#mobile-contact-button, #mobile-chat-button {
		display: block;
		position: fixed;
		width: 100%;
		z-index: 999999;
		text-align: center;
		font-size: 20px;
		font-weight: 700;
		text-transform: uppercase;
	}
	#mobile-contact-button {
		background-color: #f9f9f9;
		top: 0;
		text-align: center;
		box-shadow: 0 3px 12px rgba(0,0,0,0.2);
		padding: 10px;
		height: 100px;
		box-sizing: border-box;
	}
	#mobile-chat-button {
		bottom: 0;
	}
	#mobile-chat-button a {
		color: #fff;
		display: block;
		padding: 15px;
		background-color: #003d7f;
	}
	#mobile-contact-button a {
		color: #fff;
		display: inline-block;
		width: 140px;
		padding: 6px 0px;
		box-sizing: border-box;
		font-size: 14px;
		background-color:  #e09900;
		border-radius: 20px;
		box-shadow: 2px 5px #c07700;
	}
	#mobile-contact-button .free {
		text-align: center;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.vertical-divider {
		border-right: 0;
	}
}

.postauthor-wrap {
    width: 100%;
    clear: both;
    padding: 20px;
	margin-top: 24px;
    margin-bottom: 40px;
    background: #fafafa;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    border: 1px solid #eaeaea;
}

.postauthor-img {
    float: right;
    display: block;
    margin-left: 15px;
    box-shadow: -5px 5px #e0e0e0;
}

.postauthor-desc {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
}

.postauthor-more {
    font-size: 12px;
    line-height: 1.5;
	margin-top: 5px;
    margin-bottom: 0;
}

.top-cf7-headline {
	
}

.top-cf7-headline p {
	margin-bottom: 10px !important;
}
@media (max-width: 980px) {
	.et_pb_column.et_pb_column_empty {
		display: block !important;
	}
}