html {
	background: white;
}
.left {
	float: left;
}
.right {
	float: right;
}
img {
	border: none;
	height: auto;
	max-width: 100%;
}
a img {
	border: none;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
body {
	color: #464646;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
}
h1,
h2,
h3,
h4 {
    font-family: 'Roboto', sans-serif;
	color: #008080;
	font-weight: lighter;
    line-height: 120%;
}
h1 {
	font-size: 30px;
	line-height: 120%;
	margin-bottom: 28px;
}
.section h1 h1:first-child {
	font-size: 26px;
	line-height:120%;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
li h3 {
	color: #008080;
	line-height:120%;
	margin-bottom:0.1em;
}
h4 {
	font-size: 18px;
}
p {
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 1.1em;
    color: #000;
    line-height: 120%;
    letter-spacing: 0.01em;
}
p:last-of-type {
	margin-bottom: 0;
}
a {
	color: #008080;
	text-decoration: underline;
}
a.read-more {
	color: #196993;
}
header a {
	text-decoration: none;
} 
td {
	max-width: 160px;
}
td h2,
td h2:first-child {
	margin-top: 1.6875em;
}
article form {
	padding: 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}
article form .oneCol,
article form .col {
	width: 100%;
	box-sizing: border-box;
	clear: both;
}
article form .col {
	margin: 0 0 15px 0;
}
article form label {
	color: #434141;
	line-height: 42px;
	margin-bottom: 0;
	width: 240px;
	display: block;
	float: left;
	font-weight: bold;
}
article form label.error {
	display: none;
	color: #b60808;
	font-weight: 400;
}
article form input[type="text"],
article form input[type="password"],
article form textarea,
article form select {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #6a6a6a;
	font-size: 16px;
	margin-bottom: 0;
	max-width: 100%;
	outline: medium none;
	padding: 11px 13px;
	width: 370px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	line-height: 120%;
}
article form input:focus,
article form textarea:focus {
	outline: none;
}
article form input.error,
article form textarea.error {
	background: #fff8f8;
	border: 1px solid #b60808;
}
article form textarea {
	height: 112px;
	resize: none;
	margin-bottom: 13px;
}
article form .formOptions {
	clear: none;
	float: left;
	width: 370px;
}
article form .formOptions:after {
	content: '';
	clear: both;
	display: block;
}
article form .formOptions > div {
	clear: both;
	width: 100%;
	margin-top: 7px;
}
article form .formOptions div:after {
	content: '';
	clear: both;
	display: block;
}
article form .formOptions > div div {
	float: left;
	width: 25px;
}
article form .formOptions > div label {
	float: left;
	width: calc(100% - 25px);
	line-height: 170%;
}
#outer-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
}
#outer-wrap #inner-wrap {
	position: relative;
	width: 100%;
}
#header {
	background: #fff;
	top: 0;
	width: 100%;
	z-index: 1;
	height: 99px;
}
#header h2 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	line-height: normal;
	text-align: center;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
#header h2 a {
	color: #666;
}
#header h2 a span.companyName {
	color: #217788;
	margin-right: 10px;
	letter-spacing: -0.009em;
}
#header h2 a span.companyDescription {
	letter-spacing: -0.019em;
}
.container {
	margin: 0 10px;
	max-width: 1170px;
}
.main-wrapper {
	float: left;
	width: 100%;
}
.treatment-detail .main-wrapper {
	background-color: #f4f4f4;
}
#content {
	margin: 0;
	padding: 0;
}
body[data-header="0"] #content {
	margin-top: 86px;
}
#footer {
	background: #484848;
	clear: both;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	overflow: hidden;
	padding: 29px 0;
}
#footer strong {
	font-weight: 700;
	margin-right: 5px;
}
#footer p {
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
	font-size: 12px;
}

#footer a
{
	font-size: 12px;
}

#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li.last {
	border: 0;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#primary-column {
	background: #38A18F;
	float: left;
	overflow: hidden;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	width: 70%;
	margin-left: -170%;
	-webkit-box-shadow: inset -1px 0 3px #bababa;
	-moz-box-shadow: inset -1px 0 3px #bababa;
	box-shadow: inset -1px 0 3px #bababa;
}
#primary-column.fixed {
	background-color: #40a08f;
	position: fixed;
}
#primary-column .container {
	position: static;
}
#headerImageOverlay {
    background: rgba(56, 162, 144, 0.75);
    height: 50px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}
.navListWrapper {
	background: rgba(56, 162, 144, 0.75);
	display: none;
	padding-bottom: 50px;
	padding-top: 15px;
	position: absolute;
	left: 0;
	right: 0;
}
#navMobile .navListWrapper {
	padding-top: 0;
}
#navDesktop li:hover .navListWrapper {
	display: block;
}
#navDesktop {
	margin-left: 160px;
}
#navDesktop ul:after {
	clear: both;
	content: '';
	display: block;
}
#navDesktop ul,
#navMobile ul {
	margin: 10px 0 0 0;
	padding: 0;
}
#navDesktop > ul,
#navMobile > ul {
	margin-top: 0;
	position: static;
}
#navDesktop ul li,
#navMobile ul li {
	float: left;
	list-style: none;
}
#navMobile ul li {
	float: none;
}
#navDesktop ul li ul li {
	float: none;
}
#navDesktop ul li ul li.navColumn {
	border-left: 1px solid #fff;
	float: left;
	margin-top: 20px;
}
#navDesktop ul li ul li.navColumn > ul {
	margin-top: 0;
}
#navDesktop ul li ul li:after {
	clear: both;
	content: '';
	display: block;
}
#navDesktop .navListWrapper > ul {
	display: block;
	margin: 0 auto;
	width: 852px;
}
#navDesktop ul li > ul {
	/*position: absolute;*/
	width: 100%;
}
#navDesktop ul li a,
#navMobile ul li a {
    font-family: 'Roboto';
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: normal;
	/*min-height: 38px;*/
	padding: 12px 7px 0;
	text-decoration: none;
	text-transform: uppercase;
}
#navMobile ul li a {
	color: #38A18F;
}
#navDesktop ul li:hover,
#navMobile ul li:hover,
#navDesktop ul li.selected,
#navMobile ul li.selected {
	background-color: transparent;
	margin: 0;
}
#navDesktop ul a:hover,
#navMobile ul a:hover,
#navDesktop ul li a.active,
#navMobile ul li a.active {
	color: #0e4c3b;
}
#navDesktop ul li ul li a.active,
#navMobile ul li ul li a.active {
	text-decoration: underline;
}
#navDesktop ul ul,
#navMobile ul ul {
}
#navDesktop ul li:hover ul {
}
#navDesktop ul li ul li ul {
	margin-left: 0;
	margin-top: 0;
}
#navDesktop ul li ul li ul li ul {
	margin-left: 20px;
}
#navDesktop ul li ul > li {
	margin-top: 0;
}
#navDesktop ul li ul li ul li a {
        font-size: 16px;
        font-weight: bold;
        color: #0e4c3b !important;
	text-transform: uppercase;
}
#navDesktop ul li ul li ul li ul li a {
        font-size: 16px;
	color: #fff !important;
	font-weight: normal;
	line-height: 22px;
	text-transform: lowercase;
}
#navDesktop ul li ul li ul li a:hover {
	text-decoration: underline;
}
#navMobile .logoImageWrapper {
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
}
#navDesktop .social-media-icons {
    float: right;
}
#navDesktop .social-media-icons ul li {
    float: left;
    padding-right: 10px;
}
#navDesktop .social-media-icons ul li a {
    margin: 0;
    padding: 0;
}
#navMobile .social-media-icons, #navMobile .social-media-icons:hover {
    float: right;
    background: #38A18F;
    width: 100%;
}
#navMobile .social-media-icons ul li {
    float: left;
    padding-right: 10px;
    width: 50%;
    text-align: center;
}
#navMobile .social-media-icons ul li a {
    margin: 0;
    padding: 0;
}
.mobileMenu {
	background: #fff; /*rgba(25, 137, 147, 1); */
	bottom: 0;
	display: none;
	overflow-y: auto;
	padding-top: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 256px;
	will-change: transform;
	z-index: 0;
	color: white;
}
.slideout-open .mobileMenu {
	display: block;
}
.slideout-open .container .logoImageWrapper {
	display: none;
}
.breadcrumb {
	display: none;
}
.breadcrumb p {
	line-height: 36px;
}
.breadcrumb a {
	color: #4f4d4d;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #008080;
}
.lang-switch {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 18px;
	right: 0;
	width: 90px;
}
.lang-switch li {
	font-size: 14px;
	float: left;
	line-height: 15px;
	padding: 0 6px;
	text-transform: uppercase;
}
.lang-switch li.first {
	border-right: 1px solid #313131;
	padding: 0 12px;
}
.lang-switch li.selected a {
	color: #008080;
}
.lang-switch li a {
	color: #313131;
	text-decoration: none;
}
.selected .lang-switch li a,
.lang-switch li a:hover {
	color: #008080;
}
.blockContainer {
	width: 100%;
	padding: 30px 0;
}
.blockContainer.bgType-1,
.blockContainer.bgType-2 {
	background-color: #fff;
}
.blockContainer.bgType-3,
.blockContainer.bgType-4 {
	background-color: #f4f4f4;
}
.blockContainer.bgType-1 article,
.blockContainer.bgType-3 article {
	background-color: #fff;
}
.blockContainer.bgType-2 article,
.blockContainer.bgType-4 article {
	background-color: #fafafa;
}
.blockContainer.blockType-13 { /*Quote*/
	padding: 50px 0;
}
.blockContainer article {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 30px;
}
.blockContainer > div,
.blockContainer article .mediaLibrary {
	max-width: 1170px;
	margin: 0 auto;
}
.blockContainer.blockType-13 article {
	background-color: #fff;
	padding: 0;
	text-align: center;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: italic;
}
.blockContainer.blockType-13 article blockquote {
	font-size: 24px;
	line-height: 32px;
	margin: 0 auto;
	padding: 0 20px;
}
.blockContainer.blockType-13 article blockquote::before {
	content: open-quote;
}
.blockContainer.blockType-13 article blockquote::after {
	content: close-quote;
}
.blockContainer.blockType-13 article cite {
	color: #008080;
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
}
.blockContainer article::after {
	content: '';
	clear: both;
	display: block;
}
.headerText {
	width: 100%;
}
.headerText > div {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	width: 1170px;
}
.textWrapper {
	width: 600px;
	padding-left: 25px;
	box-sizing: border-box;
}
.textWrapper > p {
	margin-left: 0 !important;
}
.block,
.blockitem {
	max-width: 100% !important;
	box-sizing: border-box;
}
.blockitem {
	float: left;
}
.photo-block {
	background: #f4f4f4;
	padding: 25px 0;
	overflow: hidden;
}
.photo-block h2 {
	padding-bottom: 20px;
}
.photo-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.photo-list:after {
	clear: both;
	content: '';
	display: block;
}
.photo-list li {
	float: left;
	margin-bottom: 30px;
	width: calc((100% / 3) - 20px);
}
.photo-list li:nth-child(3n+1) {
	margin-right: 15px;
}
.photo-list li:nth-child(3n+2) {
	margin-left: 15px;
	margin-right: 15px;
}
.photo-list li:nth-child(3n+3) {
	margin-left: 15px;
}
.photo-list li figure {
	margin: 0;
	max-width: 370px;
}
.photo-list li figcaption {
	background: #fff;
	color: #008080;
	display: block;
	font-weight: 600;
	padding: 27px 0;
	text-align: center;
}
.content-box {
	background: #fff;
	margin: 191px auto 0;
	padding: 9px 0 15px 0;
	max-width: 1170px;
}
.content-box h1 {
	margin-bottom: 30px;
}
.content-box .container {
	margin: 0;
	padding: 10px;
	max-width: 600px;
}
.btn,
.submit,
button {
	background-color: #008080;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	outline: 0;
	padding: 0 20px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.btn:hover,
.submit:hover,
button:hover {
	background-color: #1b98a3;
}
.btn.left,
button.left {
	float: left;
}
.btn.right,
button.right {
	float: right;
}
.btn.center,
button.center {
	display: block;
	margin: 0 auto;
}
.treatment-detail .btn.center,
.treatment-detail button.center {
	margin-top: 20px;
	max-width: 135px;
}
.btn.disabled,
button.disabled {
	background-color: #b4b4b4;
}
.btn.disabled:hover,
button.disabled:hover {
	background-color: #b4b4b4;
}
.btn.more-photos,
button.more-photos {
	display: block;
	margin: 0 auto;
	max-width: 200px;
}
.btn.nav-trigger,
button.nav-trigger {
	background-color: transparent;
	background-image: url("/public/images/user/sprites/sprite.png");
	background-position: 0 -170px;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	padding: 0;
	position: absolute;
	right: 10px;
	text-indent: -99999px;
	top: 50px;
	width: 30px;
	z-index: 10000;
}
.slideout-open #menu_button_close {
	display: block;
}
#menu_button_close {
	background-image: url('/public/images/user/close.png');
	background-size: 30px 30px;
	display: none;
	height: 30px;
	left: 20px;
	position: absolute;
	top: 33px;
	width: 30px;
	z-index: 10;
}
#headerImage {
	width: 100%;
	max-height: 420px;
	padding-top: 50px;
	overflow: hidden;
	background-color: #d6e2e0;
	text-align: center;
	position: relative;
}
#headerImage img {
	width: 1170px;
	height: auto;
	margin-bottom: -8px;
}
#headerImage .headerText {
	position: absolute;
	top: 85px;
}
header .container {
}
header .logo {
	position: relative;
	z-index: 1000;
}
header .logoImageWrapper {
	background-color: #fff;
	padding: 10px 5px;
}
header .logo > * {
	position: absolute;
}
header .logo img {
}
header .logo h2 {
	display: inline-block;
	left: 181px;
	top: 10px;
        color: #8AC1B8;
}
#headerBackground img {
	height: auto;
	width: 100%;
        min-width: 100%;
}
.header-fade-left {
	background: url(/public/images/user/header-background-fade-left.png);
	height: calc(100% - 8px);
	width: 100%;
	position: absolute;
	background-repeat: repeat-y;
	top:0;

}
.header-fade-right {
	height: calc(100% - 8px);
	background: url(/public/images/user/header-background-fade-right.png);
	width: 380px;
	position: absolute;
	right: 0;
	background-repeat: repeat-y;
	top:0;

}
/* ZITE SLIDER */
#slider {
	position: relative;
	display: block;
	float: left;
}
div.slider {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
div.slider div.wrapper {
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}
#slider img {
	width: 100%;
	height: auto;
}
div.slider div.wrapper {
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}
div.slide {
	float: left;
	overflow: hidden;
	width: 100%;
}
.blogsWrapper {
	padding-top: 20px;
}
.blog {
	box-sizing: border-box;
	cursor: pointer;
	background-color: #fff;
	padding: 15px;
	border: 3pt solid #f4f4f4;
	margin-bottom: 25px;
	width: 32%;
	margin-right: 2%;
	transition-property: background-color;
	transition-duration: 250ms;
}
.blog:hover {
	background-color: #f1f1f1;
	transition-property: background-color;
	transition-duration: 250ms;
}

.blog:nth-child(3n+3) {
	margin-right: 0;
}
.blog p {
	font-size: 10pt;
}
.newsContent h1:first-child {
	display:none!important;
}
.blog h3 {
	margin-top: 0;
}
.block h2 {
	margin-bottom: 0;
	font-weight: 400;
}
/* Question Answer */
.timmenga-question {
	border-left: solid 10px #04b4ae;
	display: block;
	padding: 15px;
	font-style: italic;
	margin-bottom: 5px;
}
.timmenga-answer, .timmenga-review-description {
	border-left: solid 10px #ebf1f2;
	display: block;
	padding: 15px;
	font-style: normal;
	margin: 0;
}
.timmenga-review-category {
	border-left: solid 10px #04b4ae;
	display: block;
	padding: 15px;
	font-size: 20px;
	color: #04b4ae;
	margin-bottom: 5px;
}
a.button_green {
	background-color: rgb(33, 119, 136);
	height: 38px;
	width: 100%;
	color: #fafafa;
	font-size: 12pt;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	line-height: 38px;
	text-decoration: none;
}
a.button_green:hover {
	background-color: rgba(33, 119, 136, 0.8);
}
a.button_blue {
	background-color: rgba(56, 161, 143, 1);
	height: 38px;
	width: 100%;
	color: #fafafa;
	text-decoration: none;
	font-size: 12pt;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	line-height: 38px;
}
a.button_blue:hover {
	background-color: rgba(56, 161, 143, 0.8);
}
a.button_green,
a.button_blue {
	margin-bottom: 4px;
}
/* General */
#content h1 {
	max-width: 1110px;
	width: 100%;
	margin: 25px auto;
	display: block;
	font-weight: 600;
}
article .mediaLibrary:after {
	clear: both;
	content: '';
	display: block;
}
.mediaLibrary > a {
	display: inline-block;
	float: left;
	width: calc((100% / 5) - 30px);
}
.mediaLibrary > a > img {
	width: 100%;
	height: auto;
}
.mediaLibrary > a:nth-child(5n+1) {
	clear: both;
}
.mediaLibrary > a:nth-child(5n+1) {
	margin-right: 15px;
}
.mediaLibrary > a:nth-child(5n+2),.mediaLibrary > a:nth-child(5n+3),.mediaLibrary > a:nth-child(5n+4) {
	margin-left: 15px;
	margin-right: 15px;
}
.mediaLibrary > a:nth-child(5n+5) {
	margin-left: 15px;
}
#mbox-caption {
	position: absolute;
}
ul li ul {
	/*display: block !important;*/
	/*top: 125px!important;*/
	/*height: 100px;*/
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

#menu_button_close {
	display: none;
}
.animalBanner {
	background-image: url("/public/images/user/image002.png");
	background-position: 20px 0;
	background-repeat: no-repeat;
	background-size: 140px auto;
	display: block;
	float: left;
	height: 118px;
	width: 100%;
}
