
* {
  box-sizing:border-box;
}

body  {
    color : #000000;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10pt;
	background-color: white;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

select {
        width: 200px;
        height: 30px;
		font: inherit;
}

input[type="checkbox"] {
    transform: scale(2.0);
	margin: 10px;
}

.bodywidth {
	margin: 0 auto;
	width:70%;
}

.bodysmall {
	margin: 0 auto;
	width:58%;
	line-height: 120%;
	font-family: Arial, Geneva,sans-serif;
	font-weight: bold;
	font-size:16px;
	color:black;
}


.contenthead {
	color: navy;
	background-color: #8EB9FF;   /* light blu-ish */
	font-size : 15px;
	font-weight : normal;
	line-height: 100%;
}


.contenthead a:link, .contenthead a:visited {
   color: navy;
   text-decoration: underline;
   font-weight : normal;
}

.contenthead a:hover {
	color: red;
	text-decoration: underline;
	font-weight : normal;
}

.contentbody {
	color: navy;
	font-size : 15px;
	font-weight : normal;
	line-height: 100%;
}

.emphasis {
	font-family: "Poppins", sans-serif;
	background-color:#0000BC;
	border-radius: 8px;
	color:white;
	font-size:18px;
	padding:8px;
	margin: 0 auto;
	width:90%;
	text-align:left;
}

.emphasis a:link, .emphasis a:visited {  
  color: white;
  text-decoration: underline;
} 


.emphasis a:hover {
  color: yellow;
  text-decoration: underline;
} 

.merit {
	width:20%;
	float:left;
	line-height:100%;
	margin-bottom:20px;
}

.bodyleft {
	width:48%;
	float:left;
}

.bodyright {
	width:48%;
	float:right;
}

.bodythird {
	width:27%;
	float:left;
}

.bodythirder {
	width:40%;
	float:left;
}

.body2thirds {
	width:70%;
	float:left;
}

.txtarea {
  width: 70%;
}

.gutter {
	width:8%;
	float:left;
}

.guttersmall {
	width:5%;
	float:left;
}

.gutterlarge {
	width:16%;
	float:left;
}

.userpwd {
	width:80%;
}

.userid {
	width:40%;
}

.fullimage {
	width:70%;
	margin-bottom:36px;
}

.halfimage {
	width:35%;
	margin-top:15px;
}

.halfling {
	width:50%;
	height:50%;
}

.imglogo {
	width:  193px;
	height: 123px;	
}

.loginfields {
    font-family : inherit; 
	color: black;
	font-size : 18px;
    font-weight : normal;
}

.centered {
	text-align:center;
}

.centeredbut {
	text-align:center;
	padding: 0px
}

.lefting {
	text-align:left;
}

.righting {
	text-align:right;
}

.auto {
	margin: 0 auto;
}

.roundit {
	border-radius: 8px;
	border:2px solid navy;
}

header {
	padding:10px;
	background: linear-gradient(navy, #7C92FF);
}

footer {
	margin-top: auto; 
	padding:0 30px;
	background: linear-gradient(#7C92FF, navy);
}


.onlymobile {
	display: none;
}

.onlypc {
	display: block;
}

.clear {
	clear:both;
}


.logo {
	float:left; 
	width: 22%;
}

.logoright {
	float:right; 
	width: 16%;
}

#foot {
	float:left; 
	width: 60%;
}

.bodyextend {
	float:left; 
	width: 66%;
}

.bodyextendsmall {
	float:left; 
	width: 60%;
}

.actioncall {
	text-align:center;
	font-size: 28px;
	color: navy;
	font-weight:bold;
}

.socialmedia {
	float:left; 
	width: 10%;
}

#menu {
	float:left; 
	width: 66%;
}

.menuitem {
	float:left;
	width:15%;
	text-align:center;
	font-size : 16px;
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.menuitem a:link, .menuitem a:visited {  
  color: white;
  text-decoration: none;
  font-weight:bold;
} 


.menuitem a:hover {
  color: yellow;
  text-decoration: none;
  font-weight:bold;
} 



.geologica {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size:36px;
  margin-left:100px;
  color:white;
  text-shadow: 2px 2px navy;
}

.bodytext {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size:20px;
	line-height: 160%;
	color:black;
}



.roundbkgnd {
	background-color:#0000BC;
	border-radius: 10px;
	border:2px solid navy;
}



.boxtitle {
	font-family: "Poppins", sans-serif;
	color:white;
	font-size:20px;
	padding:10px;
	font-weight: bold;
}

.boxtext {
	background-color:white;
	font-family: "IBM+Plex+Sans", sans-serif;
	font-weight: bold;
	font-size:16px;
	color:black;
	padding:10px;
	line-height: 170%;
}

.headline {
	font-family: "IBM+Plex+Sans", sans-serif;
	font-weight: bold;
	font-size:28px;
	color:navy;
}

.lineitem {
	font-family: "Poppins", sans-serif;
	color:navy;
	font-size:20px;
	font-weight: bold;
}

.subitem {
	font-family: "Poppins", sans-serif;
	color:black;
	font-size:17px;
	font-weight: normal;
	margin-left:40px;
}



.indent {
	margin-left:36px;
}

.singleline {
	line-height:100%;
}

.button {
	background: linear-gradient(navy, lightblue);
	border-radius: 8px;
	border:2px solid navy;
	margin: 6px auto;
	font-weight: bold;
	font-size:16px;
	padding:12px;
	width:50%;
	color:white;
}

.button a:link, .button a:visited {  
  color: white;
  text-decoration: none;
} 


.button a:hover {
  color: yellow;
  text-decoration: none;
} 

.roundquote {
	background-color:#0000BC;
	border-radius: 8px;
	color:white;
	font-size:20px;
	padding:16px;
	text-align:center;
	
}

.quote {
	font-size:28px;
}

.pushup {
	margin-top:-20px;
}

.pushdown {
	margin-top:70px;
}

.pushright {
	margin-left:70px;
}

.downabit {
	margin-top:20px;
}

.upabit {
	margin-top:10px;
}

.pushbottom {
	margin-bottom:30px;
}

.largerimg {
	width:80%;
	height:80%;
}

.smallerimg {
	width:30%;
	height:30%;
}

.footertext {
	font-family: "Noto Sans", sans-serif;
	color:white;
	font-size:17px;
	font-weight: normal;
	text-align:center;
}

.footertext a:link, .footertext a:visited {  
  color: white;
  text-decoration: none;
  font-weight:bold;
} 


.footertext a:hover {
  color: yellow;
  text-decoration: none;
  font-weight:bold;
} 

.footeritem {
	line-height: 200%
}

.footeritem a:link, .footeritem a:visited {  
  color: white;
  text-decoration: none;
  font-weight:bold;
} 


.footeritem a:hover {
  color: yellow;
  text-decoration: none;
  font-weight:bold;
} 

.footleft {
	width:31%;
	float:left;
}

.footright {
	width:31%;
	float:right;
}

#legalstuff {
	text-align:center;
	margin:14px 10px;
	font-family: "Noto Sans", sans-serif;
}

.smallertext {
	font-family: Arial, sans-serif;
	color:black !important;
	font-size:15px;
	font-weight: normal;
	line-height: 100%;
}


.smalltext {
	color:white;
	font-size:14px;
}

.smalltext a:link, .smalltext a:visited {  
  color: white;
  text-decoration: none;
  font-weight:bold;
} 


.smalltext a:hover {
  color: yellow;
  text-decoration: none;
  font-weight:bold;
} 



.tinytext {
	color:black;
	font-size:14px;
}

.tinytext a:link, .tinytext a:visited {  
  color: black;
  text-decoration: none;
  font-weight:bold;
} 


.tinytext a:hover {
  color: red;
  text-decoration: none;
  font-weight:bold;
} 

.socialimage {
	float:left;
	width:35px;
	height:35px;
	margin-right:12px;
}

.roundform {
	background-color:#DBDBDB;
	padding:10px;
	margin:0px auto;
	width:90%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 5px 8px #888;
	-webkit-box-shadow: 0 5px 8px#888;
	box-shadow: 0 5px 8px #888;
}

.formsize {
	width:40%;
}

.moreinfo {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

.butform  {
	margin-bottom: 1px;
	margin-top: 3px;
}

.loginbut  {
	font-size: 14pt;
}

.submitbut  {
	font-size: 7pt;
}

input[type="text"] {
	font-size: 20px;
}


input[type="submit"] {
    background-color: #5ACFED; 
    background: -webkit-gradient(linear, left top, left bottom, from(#B3C4D6), to(#8789BA));
	background: -webkit-linear-gradient(top, #B3C4D6, #8789BA);
	background: -moz-linear-gradient(top, #B3C4D6, #8789BA);
	background: -o-linear-gradient(top, #B3C4D6, #8789BA);
	background: linear-gradient(top, #B3C4D6 5%, #8789BA 100%);
    background: -ms-linear-gradient(bottom, #B3C4D6 5%, #8789BA 100%);
    color: white;
    border:2px groove #2699FF;
    padding: 2px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
	-webkit-box-shadow: 2px 3px 2px #d1d1d1;
	-moz-box-shadow: 2px 3px 2px #d1d1d1;
	box-shadow: 2px 3px 2px #d1d1d1;
}

input[type="submit"]:hover {
    background-color: #9BF29B;
    background: -webkit-gradient(linear, left top, left bottom, from(#4FC164), to(#00B221));
	background: -webkit-linear-gradient(top, #4FC164, #00B221);
	background: -moz-linear-gradient(top, #4FC164, #00B221);
	background: -o-linear-gradient(top, #4FC164, #00B221);
	background: linear-gradient(top, #4FC164 5%, #00B221 100%);
    background: -ms-linear-gradient(bottom, #4FC164 5%, #00B221 100%);
    border: 2px groove yellow;
    color: white; 
} 

.buttonlink {
  border: 2px solid blue;
  color: black;
  background-color:white;
  padding: 10px;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.buttonlink:link {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.buttonlink:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.buttonlink:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}


