/* CSS Document */
/* alegreya-sans-regular - latin */
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/alegreya-sans-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'),
       url('../fonts/alegreya-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/alegreya-sans-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/alegreya-sans-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/alegreya-sans-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/alegreya-sans-v10-latin-regular.svg#AlegreyaSans') format('svg'); /* Legacy iOS */
}

/* alegreya-sans-500 - latin */
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/alegreya-sans-v10-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Alegreya Sans Medium'), local('AlegreyaSans-Medium'),
       url('../fonts/alegreya-sans-v10-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/alegreya-sans-v10-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/alegreya-sans-v10-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/alegreya-sans-v10-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/alegreya-sans-v10-latin-500.svg#AlegreyaSans') format('svg'); /* Legacy iOS */
}

/* alegreya-sans-700 - latin */
@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/alegreya-sans-v10-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'),
       url('../fonts/alegreya-sans-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/alegreya-sans-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/alegreya-sans-v10-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/alegreya-sans-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/alegreya-sans-v10-latin-700.svg#AlegreyaSans') format('svg'); /* Legacy iOS */
}
.gridContainer {
-webkit-box-shadow: 0px 0px 7px 0px rgba(24,43,72,0.7);
box-shadow: 0px 0px 7px 0px rgba(24,43,72,0.7);
}

#links { -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; } 
#links p[style] { -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; hyphens: none;
color: rgb(103,166,190);
font-style: bold;
 } 
h1 {
font-weight: 400;
font-size: 1.5em;
margin-top: 2rem;
margin-bottom: 1.625rem;
}
h2 {
  font-weight: 500;
  font-size: 1.25rem;
margin: 2rem 0 1.125rem 0;
}
h3 {
  font-weight: 500;
  font-size: 1em;
}
.pull-left {
float: left;
margin: 0 1em 1.5em 0;
}

.pull-right {
float: right;
margin: 0 0 1.5em 10%;
width: 100%
}
.pull-center {
margin-top: 1em;
width: 12.5%;
}


#navigation  {
text-align: center;
font-size: 1.25rem;
}
li.current a {
color: rgb(24,43,72);
}

#footer a, #navigation ul li  {
display: inline-block;
padding: 0 1em 0 0;
margin: 0;
border-right: 2px dotted rgb(24,43,72);
text-transform: uppercase;
}
#footer ul, #navigation ul {
list-style: none;
margin: 0em auto;
padding: 0;
}
#navigation li:last-child, #footer a:last-child {
margin-right: 0em !important;
border: none;
padding: 0 0 0 1em;
}
h2 a:visited {
}
.moduletable ul {
padding: 0;
margin: 0;
  }
  
.moduletable li {
  list-style-type: none;
list-style-position: inside;
padding: 0;
margin: 0em 0 0.5em 0;
  }
  
.moduletable li:before {
	font: normal normal normal 1em/1 FontAwesome;
  content: "\f1c1";
  padding: 0 1em 0 0;
  }
.items-row {
margin: 0 0 1em 0;  
}
.items-more {
border-top: 1px solid rgb(39,116,65);  
margin: 1em 0 0.5em 0;
}

#footer {
color:  rgba(24,43,72,0.7);
}
#footer p { font-size: 0.875em; }