

body {
   margin: 0px;
   padding: 0px;
   font-family: 'Open Sans', sans-serif;
   font-size: 16px; line-height: 24px;
   color: #333333;
}

img {
   border: none;
}

p {
   margin: 0px;
   padding: 0px;
}

a {
   color: #009597;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
   color: #009597
}

i {
   /*font-style: italic;*/
   font-style: normal;
   font-family: 'Open Sans', sans-serif;
}
b {
   /*font-weight: bold;*/
   font-family: 'Open Sans', sans-serif;font-weight: 800;
}

b > i,
i > b{
/*   font-family: 'Open Sans', sans-serif;font-weight: 800;
   font-style: italic;*/
   font-family: 'Open Sans', sans-serif;
   font-style: italic;
   font-weight: bold;
   margin-right: 3px;
}

h1, h2, h3, h4, h5, h6 {
   margin: 0px;
   padding: 0px;
   font-weight: normal;
}

h1 {
   font-family: 'Open Sans', sans-serif;
   font-size: 32px; line-height: 1.2;
   color: #333333;
}
@media (max-width: 767px) {
   h1 {
      font-size: 28px;
   }
}

h2 {
   font-family: 'Open Sans', sans-serif;font-weight: bold;
   font-size: 14px; line-height: 1.2;
   color: #333333;
}

h3 {
   font-family: 'Open Sans', sans-serif;font-weight: bold;
   font-size: 16px; line-height: 1.2;
   color: #000000;
}

h3 > a {
   font-family: 'Open Sans', sans-serif;font-weight: bold;
   font-size: 16px; line-height: 24px;
   color: #000000;
   
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;

}

h3 > a:hover {
   color: #006f4f;
}

h4 {
   font-family: 'Open Sans', sans-serif;
   font-size: 16px; line-height: 24px;
   color: #006f4f;
   text-transform: uppercase;
}

h5 {
   font-family: 'Open Sans', sans-serif;
   font-size: 20px; line-height: 22px;
   color: #000000;
}


h6 {
   font-family: 'Open Sans', sans-serif;font-weight: bold;
   font-size: 24px; 
   color: #333333;
}

h6 strong {
   font-family: 'Open Sans', sans-serif;font-weight: 800;
}
h6 i > strong,
h6 strong > i{
   font-family: 'Open Sans', sans-serif;font-weight: 800;
   font-style: italic;
}

ul,
ol{
   margin-top: 0px;
   margin-bottom: 0px;
}
ul > li.hide,
ol > li.hide{
   visibility: hidden;
   height: 0px;
}

.special-1 {
   color: #009597;
}