.inline_for_small {
	display:none;
}
.inline_for_large {
	display:inline;
}

.boldtext, .bold_text, strong {
	font-weight:700 !important;
}
.mainClientColor_text {
	color:#00457c;
}
.mainClientColor_boldtext {
	font-weight:700;
	color:#00457c;
}

.mainClientColor2_text {
	color:#99d1fe;
}
.mainClientColor2_boldtext {
	font-weight:700;
	color:#99d1fe;
}

.normalColor_text {
	color:#00457c;
}
.whiteColor_text {
	color:#FFFFFF;
}

a:link {
	text-decoration:none;
	color:#99d1fe;
}

a:visited {
	text-decoration:none;
	color:#99d1fe;
}
a:hover {
	text-decoration:none;
	color:#99d1fe;
}
a:active {
	text-decoration:none;
	color:#99d1fe;
}


p, ul, li{ 
	font-family:'Lato', Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:400;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color:#00457c;
	margin-top:0px;
	text-align:left;
}

p, ul{ 
	margin-bottom:25px;
}

.largetext,
.normaltext,
.mediumtext,
.smalltext {
	font-family:'Lato', Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:  1.4;
	letter-spacing: 0.02em;
	color:#00457c;
	text-align:left;
}

.largetext {
	font-size:22px;
	line-height:  1.4;
}
.mediumtext {
	font-size:16px;
	line-height:  1.4;
}
.smalltext {
	font-size:14px;
	line-height:  1.4;
}




.pageheader,
.pagesubheader{ 
	font-family:'Lato', Verdana, Geneva, sans-serif;
	font-size:28px;
	font-weight:700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color:#91c7f2;
	margin-top:0px;
	text-align:left;
}

.pagesubheader{ 
	font-size:22px;
	margin-bottom:5px;
}



.text_button_holder,
.text_button_holder_li {
	width:100%;
	position:relative;
	height:auto;
	display:block;
	overflow:auto;

	margin:-10px 0px 25px 0px;
}
.text_button_holder_li {
	margin:10px 0px 25px 0px;
}


.text_button {
	width:auto;
	height:auto;
	display:table;
	float:right;

	font-family:'Lato', Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color:#ffffff;
	text-align:right !important;
	
	padding: 5px 10px 8px 10px;
	background-color: rgba(0,69,124,1.0);
	border: solid 1px #00457c;
}

.text_button:hover{
	background-color: rgba(145,199,242,1.0);
	color:#00457c;
	cursor:pointer;
}
.text_button a:link,
.text_button a:visited,
.text_button a:active {
	color:#ffffff;
}
.text_button a:hover {
	color:#00457c;
}


























.footertext,
.footertext_dark { 
	font-family: 'Lato', serif;
	font-size: 15px;
	font-weight:300;
	text-align: left;
	line-height:22px;
	color: #00457c;
}
.footertext a:link,
.footertext_dark a:link {
	text-decoration: none;
	color:#00457c;
}
.footertext a:visited,
.footertext_dark a:visited {
	text-decoration: none;
	color:#00457c;
}
.footertext a:hover,
.footertext_dark a:hover {
	text-decoration: underline;
	color:#00457c;
}
.footertext a:active,
.footertext_dark a:active {
	text-decoration: none;
	color:#00457c;
}

.footertext_dark,
.footertext_dark a:link,
.footertext_dark a:visited,
.footertext_dark a:hover,
.footertext_dark a:active {
	color:#004467;
}










