@charset "utf-8";
/* CSS Document */

.heading {
	font-size: 20px;
	font-style: normal;
	font-weight: none;
	color: #008eaf;
	text-decoration: none;
}

.heading2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #008eaf;
	text-decoration: none;
}

.heading2b {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:  #63447f;
	text-decoration: none;
	margin-top: -30px;
}

.headingMob {
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color:  #818285;
	text-decoration: none;
}

.heading3Link {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.heading3Link:hover {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}


.paraStart {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #818285;
	line-height: 1.5; 
	text-decoration: none;
}

.mainText {
	font-size: 15px;
	font-style: normal;
	font-weight: none;
	color: #777;
	line-height: 1.5; 
	text-decoration: none;
}

.mainText.blue {
	color: #008eaf;
	font-weight:bold;
}

.mainTextSm {
	font-size: 14px;
	font-style: normal;
	font-weight: none;
	color: #818285;
	line-height: 1.5; 
	text-decoration: none;
}

.Quote {
	font-size: 15.5px;
	font-style: normal;
	font-weight: bold;
	color: #818285;
	line-height: 1.5; 
	text-decoration: none;
}

.mainTextPink {
	font-size: 16px;
	font-style: normal;
	font-weight: none;
	color: #be3c3b;
	line-height: 1.5; 
	text-decoration: none;
}

.footerText {
	font-size: 14px;
	font-style: normal;
	font-weight: none;
	color: #ffffff;
	text-decoration: none;
}

.footerTextLink {
	font-size: 14px;
	font-style: normal;
	font-weight: none;
	color: #fff;
	text-decoration: none;
}

.footerTextLink:hover {
	font-size: 14px;
	font-style: normal;
	font-weight: none;
	color: #fff;
	text-decoration: underline;
}


.mainTextLinks {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.mainTextLinks:hover {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #999;
	text-decoration: underline;
}

.mainTextLinksBIG {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #43181b;
	text-decoration: none;
}

.mainTextLinksBIG:hover {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #43181b;
	text-decoration: underline;
}

header{
background-color:#000;
margin: 0px 0px 0px 0px;
}

footer{
	background: #008eaf;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 50px 0px;
	border-top: solid 0px #000;
}

.banner{
	background: #e0dfe0;
	/*background-image: url(../banner-bg.jpg);*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: solid 0px #818285;
    border-bottom: solid 0px #818285;
}

.header2{
	background: #008eaf;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	border: solid #818285;
	border-width: 0px 0 0px 0;
}

.accordTitle{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #008eaf;
	text-decoration: none;
}
