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

.navigation {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;	
	color: #999999;
	text-decoration: none;
}

.navigation:hover {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #599eca;
	text-decoration: none;
}

.navigationActive {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;	
	color: #2e2929;
	text-decoration: none;
}

.heading {
	font-size: 26px;
	font-style: normal;
	font-weight: none;
	color: #253774; /* #599eca */
	text-decoration: none;
}

.heading.orange {
	color: #d44f23;
}

.headingOpening {
	font-size: 26px;
	font-style: normal;
	font-weight: none;
	color: #253774;
	text-decoration: none;
}

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

.headingBanner.pink{
	color: #599eca;
}

@media only screen and (max-width: 768px) {
.headingBanner{
	font-size: 22px;
	font-style: normal;
	font-weight: none;
	color: #fff;
	text-decoration: none;
}

}


.heading2 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #599eca;
	text-decoration: none;
}

.heading2.white {
	color: #fff;
}


.heading2Link {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #599eca;
	text-decoration: none;
}

.heading2Link:hover {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #599eca;
	text-decoration: underline;
}


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

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

.paraStartPink:hover {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #599eca;
	line-height: 1.5; 
	text-decoration: underline;
}

.paraStartPink2 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #599eca;
	line-height: 1.5; 
	text-decoration: none;
}

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

.mainText.small {
	font-size: 16px;
	line-height: 2.0; 
}

.mainText.white {
	color: #fff; 
}

.mainText.pink {
	color: #599eca; 
}


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

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

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


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

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

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

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

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

footer{
background-color:#4d4a49;
margin: 0px 0px 0px 0px;
padding: 20px 0px 20px 0px;
}

.footerLg{
	background: #253774; 
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 50px 0px;
}

.banner{
background-color:#599eca;
margin: -15px 15px 0px 15px;
padding: 5px 0px 5px 0px;
}

.banner.gm{ background-color:#3e347b;}
.banner.gt{ background-color:#b1146d;}
.banner.cm{ background-color:#5c9bc7;}


iframe {
    display:block;
    width:100%;
}

