body {
	font-family: 'Open Sans', Arial, Helvetica, Sans-serif, Verdana, Tahoma;
	font-size: 15px; 
  background: rgb(36,36,36);
 	background: -moz-linear-gradient(124deg, rgba(36,36,36,1) 0%, rgba(20,42,68,1) 44%, rgba(0,57,121,1) 100%);
  background: -webkit-linear-gradient(124deg, rgba(36,36,36,1) 0%, rgba(20,42,68,1) 44%, rgba(0,57,121,1) 100%);
  background: linear-gradient(124deg, rgba(36,36,36,1) 0%, rgba(20,42,68,1) 44%, rgba(0,57,121,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#242424",endColorstr="#003979",GradientType=1);
  margin: 0;
  background-repeat: no-repeat;	
  background-size: cover;
}

a:hover {
	color:  #3399FF;
}

a:active {
	color:  #98d1ff;
}

a:visited {
  color: rgb(46, 46, 46);
}

.center {
  margin: auto;
  max-width: 55%;
  border: 3px;
  border-style: solid;
  border-color: #005fcc #000000 #000000 #005fcc; 
  padding: 15px;
  border-radius: 15px;
  background-color: #ebf2f9;
  overflow: hidden;
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px
}

.center a {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
	}
	
.step-number {
  text-shadow: 1px 1px 1px #005fcc59;
	font-size: 1.4em;
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.center-image {
	display: block;
	margin: 0 auto;
}

h1 {
  text-shadow: 1px 1px 2px #005fcc59;
  line-height: 0.8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 240%;
  text-align: center;
}

h2:not(.modal-header-title) {
  text-shadow: 1px 1px 2px #005fcc59;
  line-height: 0.8;
  text-transform: uppercase;
  font-size: 190%;
  text-align: center;
  font-weight: bold;
}

.modal-header-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

h3 {
  text-shadow: 1px 1px 2px #005fcc59;
  line-height: 0.8;
  text-transform: uppercase;
  font-size: 140%;
  font-weight: bold;
}

ol {
  list-style-type: lower-roman;
}

ul {
  list-style-image: url("imagesnew/fire.svg");
}

.less-than-normal {
  width: 85%;
}

.glossary-letter {
  font-size: 19pt;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}