/* **********************************************/
/* hsm_ds20190511.css                             */
/***********************************************/
@import url(grid.css);
@import url(ie.css);
@import url(reset.css);
@import url(typography.css);

@font-face{
	font-family: 'Roboto';
	src: url("RobotoTTF/Roboto-Regular.ttf")  format('truetype');
}

@font-face{
	font-family: 'Roboto-bold';
	src: url("RobotoTTF/Roboto-Bold.ttf")  format('truetype');
}

@font-face{
	font-family: 'Roboto-thin';
	src: url("RobotoTTF/Roboto-Thin.ttf")  format('truetype');
}

@font-face{
	font-family: 'Roboto-italic';
	src: url("RobotoTTF/Roboto-Italic.ttf")  format('truetype');
}

@font-face{
	font-family: 'Beatrice';
	src: url("BeatriceTTF/BEATRICE.ttf")  format('truetype');
}

@font-face{
	font-family: 'Roboto-bolditalic';
	src: url("RobotoTTF/Roboto-BlackItalic.ttf")  format('truetype');
}

@font-face{
	font-family: 'Bauhaus-italic';
	src: url("Bauhaus/bauhauslh-bold-italic.ttf")  format('truetype');
}


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 2;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	color: #772277;
	background: #FFFFFF;
	max-width: 1920px;
}

.row{
	max-width: 1920px;
	width: 90%;
	margin: 20px auto 20px auto;
}

#navigation{
	background-color: #772277;
	height: 3.0em;
	padding: 0.5em 0.5% 0.5em 0.5%;
	text-align: center;
	border-radius: 1.0em;
	width: 99%;
	line-height: 1.50;
	font-size: 1.0em;
	
}

.nav_tab{
	position: relative;
	float: left;
	margin: 0.0em 1.5% 0.5em 1.5%;
	height: 1.5em;
}

a:link.nav_tab{
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	color: #FFD700;
	text-decoration: none;
}

a:visited.nav_tab{
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	color: #FFD700;
	text-decoration: none;
}

a:hover.nav_tab{
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

a.here{
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}


/*
a.nav_tab1{
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	color: #FFD700;
	text-decoration: none;
}

a:link.nav_tab1{
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	color: #FFD700;
	text-decoration: none;
}

a:visited.nav_tab1{
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	color: #FFD700;
	text-decoration: none;
}

a:hover.nav_tab1{
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
*/
#gcontent{
	background-color: #9AABAC;
}

#gcontent em{
	font-family: "Times New Roman", Times, serif;
	color: #009900;
	font-size: medium;
	font-weight: bold;
}

h1{
	font-family: 'Roboto';
	font-size: 1.75em;
	color: #3366FF;
	margin: 20px auto 20px auto;
	padding: 0px;
	font-weight: 700;
	text-align: center;
}

h2{
	font-family: 'Roboto';
	font-size: 1.5em;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #58bd26; 
	padding: 0.5em 1.0em 0.5em 1.0em; 
	border-radius: 0.5em; 
	margin: 10px auto 14px auto;
}

h3{
	font-family: 'Roboto';
	font-size: 1.25em;
	background-color: #3366FF;
	color: #FFFFFF;
	margin: 0px 0px 0.75em 0px;
	padding: 0.5em 1.0em 0.5em 1.0em;
	font-weight: 700;
	text-align: left;
	border-radius: 0.5em;
}

h4{
	font-family: 'Roboto';
	font-size: 90%;
	font-weight: bold;
	color: #3366FF;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h5{
	font-family: 'Roboto';
	font-size: 85%;
	color: #3366FF;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

ol{
	text-align: left;
}

label{
	font-family: 'Roboto';
	font-weight: normal;
	text-align: left;
	position: relative; 
	float: left; 
	width: 100%;
	color: #772277;
}

textarea, select, input{
	font-family: 'Roboto';
	font-weight: bold;
	text-align: left;
	position: relative; 
	float: left; 
	width: 100%;
	color: #772277;
	background: #FFFFFF;
}

p.gcgblock{
	 width: 75%; 
	 max-width: 1920px;
	 margin: 20px auto 20px auto; 
	 font-style: italic; 
	 font-weight: 700; 
	 color: #003FFF;
	 text-align: left;
	 font-size: 18px;
}

.req{
	font-style: oblique;
	color: #FF0000;
	font-weight: bold;
}

.cform{
	line-height: 30px;
}

#gcontent a{
	color: #C00000;
	font-size: medium;
}

img.right{
	position: relative;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

img.left{
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}


p{
	text-align: left;
	font-size: 1.0em;
	color: #772277;

}

.segment_3{
	position: relative; 
	float: left; 
	width: 31%; 
	margin-left: 1.0%; 
	margin-right: 1.0%;
	margin-bottom: 1.25em;
}

.segment_1{
	margin: 0px 5% 0px 5%; 
	width: 90%;
	max-width: 1200px; 
	margin-left: auto;
	margin-right: auto;
}

.segment_2{
	position: relative; 
	float: left; 
	margin-right: 1.5%; 
	margin-left: 1.5%; 
	width: 47%;
}

.topnav {
  overflow: hidden;
  background-color:  #772277;
  margin-top: 0px;
}

.topnav a {
  float: left;
  display: block;
  color: #FFD700;
  text-align: center;
  padding: 16px 16px 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #772277;
  color: #FFFFFF;
}

.topnav a.active {
  background-color: #772277;
  color: #FFFFFF;
}

.topnav .icon {
  display: none;
}

.navbar-custom{
	background-color: #772277;

}







@media only screen and (max-width : 840px) and (min-width: 481px){
	body{
		font-family: 'Roboto';
		font-size: 1.0em;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		background: #FFFFFF;
		color: #772277;
		text-align: left;
	    max-width: 840px;
	    width: 100%;
	}

	.gcontent{
		width: 92%; 
		margin: 20px 4% 20px 4%;
	}

	li{
		width: 92%;
		margin-left: 3.0em;
		margin-right: 3.0em;
	}
	
	.segment_3{
		width: 90%;
		margin: 5px auto 5px auto;
	}

}

@media only screen and (max-width : 480px) and (min-width: 320px){
	body{
		font-family: 'Roboto';
		font-size: 1.0em;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		background: #FFFFFF;
		color: #772277;
		text-align: left;
	    max-width: 840px;
	    width: 100%;
	}

	.gcontent{
		width: 92%; 
		margin: 20px 4% 20px 4%;
	}

	.third_panel{
		width: 92%;
		margin: 20px 4% 20px 4%;
	}


	li{
		width: 96%;
		margin-left: 3.0em;
		margin-right: 3.0em;
	}

}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  	.segment_3{
		width: 90%;
		margin: 5px auto 5px auto;
	}

}


@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  	.segment_3{
		width: 90%;
		margin: 5px auto 5px auto;
	}

