
body { font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif,serif, 'Special Elite', cursive, 'Cormorant Garamond', ; background-color: #ffffff; color: #555555; font-weight:400; }
h3 { margin-top:20px; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a { xcolor: #d64360; xcolor: #124e66; color: #3aafa9; color: #61892f; color: #e64398; }
h1,h1 a { color: #0fa4af; color: #d64360; }
h4 { color: #90aead; color: #61892f; color: #d64360; }
h3 { color: #244855; }
h2 { color: #e64833; }
h5 { color: #874f41;color: #3aafa9; }
.ulaligndot { padding-left:18px; }
.inthenews a { color:inherit; }

/* Very large desktops */
@media (min-width: 1400px) {
	.xxbody{ border-left:5px solid grey !important; } /*DEDUG REMOVE*/
}
/* Large desktops and laptops */
@media (min-width: 1199px) and (max-width: 1399px) {
	.xxbody{ border-left:5px solid orange !important; } /*DEDUG REMOVE*/
}
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.xxbody{ border-left:5px solid yellow !important; } /*DEDUG REMOVE*/
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.xxbody{ border-left:5px solid green !important; } /*DEDUG REMOVE*/
	.logo img { width:100%; }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.xxbody{ border-left:5px solid blue !important; } /*DEDUG REMOVE*/
	.logo img { width:100%; }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.xxbody{ border-left:5px solid red !important; } /*DEDUG REMOVE*/
	.logo img { width:100%; }
}