﻿
body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	border: 0px;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	/*background-color: #FFF;*/
	background-color: #2c3285;
	/*background-image: url('/Images/background.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 16pt;
	color: #02052c;
	/*margin-top: 0px;
	margin-bottom: 15px;*/
	line-height: 1.3em;
}

a, a:link, link
{
	color: #515CED;
	text-decoration: none;
	/*font-size: 1.0em;
	font-style: italic;*/
}
a:hover
{
	color: #CC0000;
}
a:visited
{
	color: #515CED;
}

a[href^="tel:"]:before {
	content: "\260e";
	margin-right: 0.5em;
	white-space: nowrap;
}



h1
{
	font-size: 1.8em;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #2c3285;
	border-bottom: 3px solid #cb2f48;
}
h2
{
	font-size: 1.5em;
	font-weight: 500;
	color: #2c3285;
}
h3
{
	font-size: 1.2em;
	font-weight: 500;
}

.pagetitle
{
	color: #2c3285;
	font-size: 1.25em;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
}

/* Other controls */
.button
{
	font-family: Roboto;
	font-size: 14px;
	color: #CC0000;
	background-color: #0000CC;
	border: none;
	margin: 5px 0 5px 0;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}

img
{
	padding: 0px;
	margin: 10px;
	border: 1px #515CED solid;
	border-radius: 6px;
}

.txt
{
	color: #AAAAAA;
}

.radio
{
	color: #00CC00;
}

.txtarea
{
	font-family: Verdana;
	font-size: 1.0em;
}

.chkbox
{
	color: #CC0000;
}



.page
{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	/*box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.1);*/
	background-color: #fff;
	float: left;
}

/********** header **********/
.pageHeader
{
	color: #000000;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	vertical-align: top;

}
.pageHeaderInner
{
	padding-top: 5px;
	font-size: 1.0em !important;
}
.pageHeader img
{
	background-color: #54D9F9;
	padding: 10px 20px 10px 20px;
	margin: 10px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 0px 16px 0 rgba(0,0,0,0.19) !important;
}
.pageHeader .logo {
	width: 180px;
}
.pageHeaderInnerWrapper {
	max-width: 1280px;
	margin: 0 auto 0 auto;
}
.pageHeaderInnerWrapper .logo {
	width: 180px;
	display: inline-block;
	border: none !important;
}
.pageHeaderInnerWrapper .title {
	width: calc(100% - 220px);
	vertical-align: top;
	display: inline-block;
	height: 100px;
	margin-top: 20px;
	text-align: right;
	margin-right: 15px;	
}


/********** content area **********/
body .content
{
	max-width: 1280px;
	margin: 10px auto 0 auto;
	background-color: #fff;
}

.contentPage
{
	color: #555555;
	background-color: #FFFFFF;
	/*width: calc(100% - 274px);*/
	width: calc(100% - 10px);
	float: left;
	/*min-width: 450px;*/
	vertical-align: top;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 5px;
}
.contentPageSidebar
{
	color: #555555;
	background-color: #FFFFFF;
	width: calc(100% - 290px);
	float: left;
	/*min-width: 460px;*/
	vertical-align: top;
	margin-top: 0px;
	/*border: 1px solid #333333;*/
	padding: 0px 20px 10px 20px;
	min-height: 600px;
}
.contentPageSidebarRight
{
	color: #555555;
	background-color: #FFFFFF;
	width: calc(100% - 275px);
	float: left;
	/*min-width: 460px;*/
	vertical-align: top;
	margin-top: 60px;
	/*border: 1px solid #333333;*/
	padding: 0px 20px 52px 5px;
	min-height: 600px;
}
.contentWide
{
	color: #555555;
	background-color: #FFFFFF;
	width: calc(100% - 10px);
	/*float: left;*/
	/*min-width: 460px;*/
	vertical-align: top;
	/*border: 1px solid #CCCCCC;*/
	padding: 5px 5px 5px 5px;
	max-width: 1280px;
	margin: 10px auto 10px auto;
}
.content ul li
{
}

.calltoactionboxwrapper {
	width: calc(100% - 20px);
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
}
.calltoactionbox{
	width: 29%;
	/*min-width: 262px;*/
	max-width: 400px;
	border: 1px solid #2c3285;
	border-left: 10px solid #cb2f48;
	margin: 8px;
	font-size: 14px;
	display: inline-block;
	text-align: left;
}
	.calltoactionbox .title {
		width: calc(100% - 10px);
		padding: 5px 0px 5px 10px;
		margin: 0px;
		text-transform: uppercase;
		font-size: 1.0em;
		font-weight: 500;
		background: #efefef;
		color: #2c3285;
	}
	.calltoactionbox .body {
		margin: 10px;
		font-size: 1.0em;
		font-weight: 500;
	}
	.calltoactionbox .btn {
		width: 50%;
		margin: 5px auto 5px auto;
		background: #efefef;
		border-radius: 5px;
		border: 1px solid #515CED;
		padding: 10px;
		text-transform: uppercase;
		text-align: center;
	}
	.calltoactionbox .btn a, calltoactionbox .btn a:visited {
		color: #515CED;
		font-weight:bold;
		text-decoration: none;
	}
	.calltoactionbox .btn a:hover {
		color: #cb2f48;
	}

.hrefInDivBtn {width: 200px; background: #efefef; border-radius: 5px; border: 1px solid #515CED; padding: 10px; text-transform: uppercase; text-align: center; margin: 0 auto 0 auto;}

.divborder {border: 1px solid #CCCCCC;}
.divnoborder {border: none;}
.wrapperdiv100 {width: 100%; margin-top: 10px; min-width: 100%;}
.divnoborderfull {border: none; width: 98%; max-width: 98%; padding: 5px;}
.divnoborder2col {border: none; width: calc(95% / 2); display: inline-block; margin-right: 1%; padding: 5px;}
.divnoborder3col {border: none; width: calc(92% / 3); display: inline-block; margin-right: 1%; padding: 5px;}
.divnoborderleftthird {border: none; width:32%; display: inline-block; max-width: 32%; margin-right: 1%; padding: 5px;}
.divnoborderrighttwothirds {border: none; width:63%; display: inline-block; max-width: 64%; padding: 5px;}
.divnoborderlefttwothirds {border: none; width:63%; display: inline-block; max-width: 64%; margin-right: 1%;  padding: 5px;}
.divnoborderrightthird {border: none; width:32%; display: inline-block; max-width: 32%; padding: 5px;}

.divborderfull {border: 1px solid #CCCCCC; width: 98%; max-width: 98%; padding: 5px; border-radius:5px;}
.divborder2col {border: 1px solid #CCCCCC;width: calc(95% / 2); display: inline-block; margin-right: 1%; padding: 5px; border-radius:5px;}
.divborder3col {border: 1px solid #CCCCCC; width: calc(92% / 3); display: inline-block; margin-right: 1%; padding: 5px; border-radius:5px;}
.divborderleftthird {border: 1px solid #CCCCCC; width: 32%; display: inline-block; max-width: 32%; margin-right: 1%; padding: 5px; border-radius:5px;}
.divborderrighttwothirds {border: 1px solid #CCCCCC; width: 63%; display: inline-block; max-width: 64%; padding: 5px; border-radius:5px;}
.divborderlefttwothirds {border: 1px solid #CCCCCC; width: 63%; display: inline-block; max-width: 64%; margin-right: 1%; padding: 5px; border-radius:5px;}
.divborderrightthird {border: 1px solid #CCCCCC; width: 32%; display: inline-block; max-width: 32%; padding: 5px; border-radius:5px;}



/********** footer **********/
.pageFooter
{
	/*position: fixed;
	bottom: 0;*/
	float: left;
	width: calc(100% - 2px);
	margin-top: 10px;
	font-size: 1.0em;
	color: #FFFFFF;
	text-align: center;
	background-color: #2c3285;
	/*height: 50px;*/
}
.pageFooter p {
	color: #FFFFFF;
}
.pageFooter a, .pageFooter a:visited {
	text-decoration:none;
	color: #ffffff;
}
.pageFooterInnerDiv
{
}

.pageFooterCopyright
{
}



/********** Sidebars **********/
.sidebarRight
{
	color: #2c3285;
	width: 210px;
	margin: 20px 10px 0px 10px;
	background-color: #efefef;
	float: left;
	vertical-align: top;
	border: 0px solid #333333;
	padding: 0px 8px 5px 8px;
	font-size: 14px;
}

.sidebarRightHeader
{
	width: 100%;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	background-color: #111111;
}
.sidebarRightInnerDiv
{
	font-size: 1.0em;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.sidebarLeft
{
	color: #2c3285;
	width: 210px;
	margin: 70px 10px 0px 10px;
	background-color: #efefef;
	float: left;
	vertical-align: top;
	border: 0px solid #333333;
	padding: 0px 8px 5px 8px;
	font-size: 14px;
}

.sidebarLeftHeader
{
	width: 100%;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	background-color: #111111;
}
.sidebarLeftInnerDiv
{
	font-size: 1.0em;
	text-align: left;
	padding: 5px 5px 5px 5px;
}



/********** Menu **********/
.nav
{
	color: #FFFFFF;
	max-width: 100%;
	background-color: #2c3285; 
	vertical-align: top;
	height: 45px;
}
.navmobile {
	color: #FFFFFF;
	max-width: 100%;
	background-color: #2c3285; 
	vertical-align: top;
	height: 0px;
}
.navTop
{
	background-color: transparent;
	border: none;
	padding: 3px 3px 3px 3px;
	font-size: 1.0em;
	margin-right: 25px;
	float: right !important;
}

#hamburger{display:none;}
/*#MobileMenu {display:none}*/
.navMobileMenu {
	width:100%;
	background-color: #2c3285;
	text-align:center;
	color: #fff;
	display:none;
	padding-bottom: 10px;
}
.navMobileMenu a{color:#fff; padding: 10px; }
.navMobileMenu ul {float:none !important}
.navMobileMenu ul .level1 .static {float:none !important}
#mobileWrapper {display: none;}

div.navTop ul li ul
{
    display: none;
    background-color: #efefef;
    margin-top: 3px;
}
div.navTop ul li 
{
    /*position: relative; 
    float: left;*/
    display: inline-block;
    list-style: none;
}

.navTop .level1
{
	background-color: transparent;
	font-size: 1.0em;
}


.navTop .level1 .static
{
	color: #FFFFFF;
	min-width: 60px;
	padding: 5px 10px;
}
.navTop .level1 .static a
{
	font-style: normal;
}
.navTop .level1 .static a:hover
{
	font-style: italic;
}
.navTop .level1 .static a img
{
	padding: 0px 10px 0px 0px;
}

.navTop .level2 .dynamic ul
{
    margin-top: 3px;
    margin-bottom: 10px;
}
.navTop .level2 .dynamic
{
	color: #CC0000;
	background-color: #EFEFEF;
	font-size: 1.0em;
	min-width: 150px;
	padding: 1px 5px 3px 5px;
	/*margin-top: 3px;*/
}
.navTop .level2 .dynamic a
{
	font-style: normal;
}
.navTop .level2 .dynamic a:hover
{
	font-style: italic;
	background-color: #EFEFEF;
}
.navTop .level2 .dynamic a img
{
	padding: 0px 10px 0px 0px;
}


.divprompt240 {
	width: 240px;
	display: inline-block;
	text-align: right;
	padding: 8px 5px 0 0;
	margin-top: 5px;
}

.divresponse240 {
	width: calc(100% - 265px);
	display: inline-block;
	min-width: 300px;
	margin-top: 5px;
}

.divprompt200 {
	width: 200px;
	display: inline-block;
	text-align: right;
	padding: 8px 5px 0 0;
	margin-top: 5px;
}

.divresponse200 {
	width: calc(100% - 225px);
	display: inline-block;
	min-width: 300px;
	margin-top: 5px;
}

.divprompt100 {
	width: 100px;
	display: inline-block;
	text-align: right;
	padding: 8px 5px 0 0;
	margin-top: 5px;
}

.divresponse100 {
	width: calc(100% - 125px);
	display: inline-block;
	min-width: 300px;
	margin-top: 5px;
}

.divprompt50 {
	width: 50px;
	display: inline-block;
	text-align: right;
	padding: 8px 5px 0 0;
	margin-top: 5px;
}

.divresponse50 {
	width: calc(100% - 60px);
	display: inline-block;
	min-width: 300px;
	margin-top: 5px;
}


.buttonClearBlue {
	font-size: 1.1em;
	color: #010228;
	text-transform: uppercase;
	background-color: transparent;
	padding: 8px;
	border: none;
	border-radius: 0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.blueButton {
	cursor: pointer;
	display: inline-block;
	color: #FFF; /*#FEFFFB;*/
	background: #2c3285; /*#B2A975;*/
	font-weight: 100;
	border: 1px solid #336699; /*#D8D7CE;*/
	border-radius: 3px;
	min-width: 100px;
	padding: .25em .5em;
	font-size: 1.0em;
	white-space: normal; width: 100px;
}

	.blueButton:hover {
		color: #2c3285; /*#B2A975;*/
		background: #FEFFFB;
		border: 1px solid #006688; /*#B2A975;*/
	}

.blueButton:disabled {color: #fff; background: #ccc;}

.blueButtonhref {
	cursor: pointer;
	display: inline-block;
	color: #FEFFFB !important;
	background: #2c3285;
	font-weight: 100 !important;
	border: 1px solid #D8D7CE;
	border-radius: 3px;
	min-width: 100px;
	padding: .25em .5em;
	font-size: 1.0em;
	white-space: normal;

	text-decoration:none; padding: 5px;}

	.blueButtonhref:hover {
		color: #2c3285 !important;
		background: #FEFFFB;
		border: 1px solid #006688;
	}


.blueButtonSmall {
	border-style: none;
	font-size: 0.8em;
	color: #fff;
	text-transform: uppercase;
	background-color: #2c3285;
	padding: 5px 11px 5px 11px;
	border-radius: 3px;
	margin: 2px 0 2px 0;
}

	.blueButtonSmall:disabled {color: #fff; background: #ccc;}

	.blueButtonSmall:hover {
		color: #2c3285; /*#B2A975;*/
		background: #FEFFFB;
		border: 1px solid #006688; /*#B2A975;*/
	}

.greenButton {
	cursor: pointer;
	display: inline-block;
	color: #FFF; /*#FEFFFB;*/
	background: #00DD11; /*#B2A975;*/
	font-weight: 100;
	border: 1px solid #11AB29; /*#D8D7CE;*/
	border-radius: 3px;
	min-width: 100px;
	padding: .25em .5em;
	font-size: 1.0em;
	white-space: normal; width: 100px;


}

	.greenButton:hover {
		color: #003300;
	}


.imagebuttonDelete, imagebuttonDelete img {
	padding: 0 !important;
}

.watermarkednormal, watermarkednormal input {
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #999;
	font-style: italic;
	text-align: left;
	/*box-shadow: inset 0 0 3px #888;*/
	padding: 8px;
	border-radius: 5px;
}

.watermarkednormalcalcwidth1, watermarkednormalcalcwidth1 input {
	width: calc( 100% - 202px);
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #999;
	font-style: italic;
	text-align: left;
	/*box-shadow: inset 0 0 3px #888;*/
	padding: 8px;
	border-radius: 5px;
}

.watermarkednormalcalcwidth2, watermarkednormalcalcwidth2 input {
	width: calc( 100% - 95px);
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #999;
	font-style: italic;
	text-align: left;
	/*box-shadow: inset 0 0 3px #888;*/
	padding: 8px;
	border-radius: 5px;
}

.tbwide {
	width: 90%;
	padding: 8px;
}

.tb {
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #666;
	/*box-shadow: inset 0 0 2px #888;*/
	border-radius: 5px;
	padding: 8px;
}

.tbcalcwidth1 {
	width: calc( 100% - 202px);
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #666;
	/*box-shadow: inset 0 0 2px #888;*/
	border-radius: 5px;
	padding: 8px;
}

.tbcalcwidth2 {
	width: calc( 100% - 100px);
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #666;
	/*box-shadow: inset 0 0 2px #888;*/
	border-radius: 5px;
	padding: 8px;
}

.tbdropdownlist {
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #666;
	border-radius: 5px;
	/*box-shadow: inset 0 0 2px #888;*/
	padding: 8px;
}


.membernavwrapper {vertical-align:top; display:inline-block; width: calc(100% - 40px); margin-left:20px; }
.membernav {width: 100%; display: inline-block; padding: 10px 0 10px 10px; line-height: 1.5em; background-image: none; text-align: center; height: auto; border-top: 1px solid #2c3285; border-bottom: 1px solid #2c3285; margin-bottom: 10px;}
.membernav a {display:unset; padding: 10px 10px; line-height: 1.75em; font-size: 1.2em; color: #2c3285; text-decoration:none; font-weight:normal; text-transform:uppercase;}

.membernav a:hover {
    background: rgba(72, 60, 50,.15);
    color: #fff;
    text-decoration: none;
    /*text-shadow: -1px -1px 1px rgba(0,0,0,0.15);*/
}


input {font-family: inherit;font-size: 1.0em;}


/********** Responsive **********/
@media (min-width:1730px)
{
	body
	{
		/*font-size: 16px;*/
	}
}

@media (min-width: 1280px)
{
	.navTop
	{
		margin-right: calc((100% - 1250px) / 2);
	}
}

@media (max-width:1199px)
{
	body
	{
		/*font-size: 14px;*/
	}
}


@media (max-width:1024px)
{
	body
	{
		/*font-size: 14px;*/
	}
	.pageHeader img {
		padding: 10px 10px 10px 10px;
	}
	.pageHeader .logo {
		width: 110px;
	}
	.pageHeaderInnerWrapper .logo {
		width: 110px;
	}
	.pageHeaderInnerWrapper .title {
		width: calc(100% - 145px);
		margin-right: 0px;
		margin-left: 20px;
		font-size: 0.75em;
	}
	.navTop
	{
		margin-right: 5px;
	}
	.sidebarLeft {display: none;}

	.contentPageSidebar {
		width: calc(100% - 40px);
	}

}


@media (max-width:950px)
{
	body
	{
		/*font-size: 12px;*/
	}
	.navTop
	{
		display: none;
	}
	#hamburger{
		display:block;
		padding-top: 10px;
		text-align: right;
		margin-right: 20px;
		padding-bottom: 10px;
	}
	#mobileWrapper {display: block;}
		.nav
		{
			height: 0px;
		}
		.navmobile {
			height: 36px;
		}

}


@media (max-width:780px)
{
	body
	{
	}
	.content
	{
		width: 99%;
		font-size: 0.9em;
	}
	h1 {
		font-size: 1.5em;
	}
	.content p {
		font-size: 1.4em
	}
	.contentPageSidebar
	{
		width: calc(100% - 40px);
	}
	.sidebarRight {
		width: calc(100% - 12px);
		margin-left: 0px;
	}
	.pageFooter
	{
		font-size: 0.8em;
	}
	.navTop ul
	{
		width: calc(100% - 2px) !important;
		display: block !important;
		position: relative !important;
		text-align: center;
	}
	.navTop img
	{
		display: none;
	}
	.navTop .level1 .static
	{
		width: 100% !important;
	}
	.navTop .level2 .dynamic
	{
		width: 100%;
		background-color: transparent !important;
	}

	.divnoborderfull {width: 98%; max-width: 98%; }
	.divnoborder2col {width: 98%; max-width: 98%; }
	.divnoborder3col {width: 98%; max-width: 98%; }
	.divnoborderleftthird {width: 98%; max-width: 98%; }
	.divnoborderrighttwothirds {width: 98%; max-width: 98%; }
	.divnoborderlefttwothirds {width: 98%; max-width: 98%; }
	.divnoborderrightthird {width: 98%; max-width: 98%; }

	.divborderfull {width: 98%; max-width: 98%; }
	.divborder2col {width: 98%; max-width: 98%; }
	.divborder3col {width: 98%; max-width: 98%; }
	.divborderleftthird {width: 98%; max-width: 98%; }
	.divborderrighttwothirds {width: 98%; max-width: 98%; }
	.divborderlefttwothirds {width: 98%; max-width: 98%; }
	.divborderrightthird {width: 98%; max-width: 98%; }

	.calltoactionbox{
		width: 100%;
		margin: 10px auto 10px auto;
		max-width: calc(100% - 20px);
	}

}



@media (max-width:525px) {
	.divprompt240 {
		width: 99%;
		text-align: left;
		padding: 5px 5px 0 0;
		margin-top: 5px;
	}

	.divresponse240 {
		width: 99%;
		margin-top: 0px;
	}
	.divprompt200 {
		text-align: left;
		padding: 5px 5px 0 0;
		margin-top: 5px;
		width: 99%;
	}

	.divresponse200 {
		margin-top: 0px;
		width: 99%;
	}

	.divprompt100 {
		text-align: left;
		padding: 5px 5px 0 0;
		margin-top: 5px;
		width: 99%;
	}

	.divresponse100 {
		margin-top: 0px;
		width: 99%;
	}

	.divprompt50 {
		text-align: left;
		padding: 5px 5px 0 0;
		margin-top: 5px;
		width: 99%;
	}

	.divresponse50 {
		margin-top: 0px;
		width: 99%;
	}
}

@media (max-width:480px)
{
	body
	{
		font-size: 16px;
	}
	.level2 dynamic ul
	{
		display: block !important;
		position: relative !important;
	}
}
