html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

body {
	color: #333;
	box-sizing: border-box;
	font-family: Lato, sans-serif;
	position: absolute;
	left: 0;
	right: 0;
	background-color: white;
}

a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

a {
	color: #4c5057;
}

a:visited {
	color: #4c5057;
}
a:hover {
	color: #39bf92;
	text-decoration: none;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
	content: "\e942";
}
.icon-globe:before {
	content: "\e9c9";
}
.icon-display:before {
	content: "\e956";
}
.icon-menu:before {
	content: "\e9bd";
}

.icon-facebook:before {
	content: "\e900";
	font-size: 27px;
	line-height: 38px;
}


.btn-mydr-pp {
	background-image: none!important;
	width: auto!important;
	height: auto!important;
}

.call-to-action-register-online {
	height: 35px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #329751;
	border: 1px solid #329751;
	padding: 6px 16px;
	display: inline-table;
	margin-left: 20px;
	background-color: white;
	min-width: 200px;
	background-image: none!important;
	width: auto!important;
}

@media (max-width: 450px) {
	.call-to-action-register-online {
		font-size: 14px;
	}
}

@media (max-width: 572px) {
	.call-to-action-register-online {
		margin-top: 30px;
		margin-left: 0;
		width: 100%;
	}

	.service-call-to-action {
		flex-direction: column;
		align-items: center!important;
		justify-content: center;
		margin-top: 20px !important;
	}

	.service-call-to-action.no-bottom-margin {
		margin-bottom: 0 !important;
	}
}

.service-call-to-action {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.person-wrapper > div {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.person-wrapper	p {
	font-size: 18px;
	color: #6c6c6c;
	font-weight: 300;
	font-family: Lato, sans-serif;
	text-align: justify;
}

.person-wrapper	ul li {
	text-align: left;
	font-size: 18px;
	color: #727272;
}

.service-wrapper > div {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.service-wrapper p {
	font-size: 18px;
	color: #6c6c6c;
	font-weight: 300;
	font-family: Lato, sans-serif;
	text-align: justify;
}

.service-wrapper ul li {
	text-align: left;
	font-size: 18px;
	color: #727272;
}

ul.slim li {
	font-weight: 300 !important;
}

.service-wrapper > .call-to-action-phone {
	margin-top: 30px;
	margin-bottom: 30px;
}

.service {
	padding-bottom: 28px;
}

.service .image {
	padding: 0 10px;
}

.service .image img {
	max-width: 100%;
	min-width: 316px;
	min-height: 105px;
	border-radius: 4px;
}

.service .link h3 {
	margin: 6px 0 6px 0;
	line-height: 20px;
}

.service .link a {
	color: #278364;
	font-size: 20px !important;
	font-weight: 400 !important;
}

.service .link a:hover {
	color: #4c5057;
}

@media (min-width: 1210px) {
	.service {
		padding-bottom: 28px;
	}

	.service .image {
			width: 568px;
			height: 189px;
	}

	.person-description .service .image {
		height: 126px;
	}
}

@media (max-width: 420px) {
	.service {
		padding-bottom: 28px;
	}

	.service .image {
		width: 368px;
		height: 128px;
	}
}

.light-link {
	text-decoration: dashed underline;
	text-decoration-thickness: 1px;
	text-decoration-color: #4c5057;
}

.light-link:hover {
	color: #6c6c6c;
}

.avatar-with-profession img {
	background-color: #f7f7f7;
	border: 1px solid #cecece54;
}