body {
  font-family: Arial, sans-serif;
  /*font-size: 0.9em;*/
  margin: 0px;
  padding: 0px;
}

#wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  width: 100%;
}

#container {
  background-color: #FFFFFF;
  -webkit-box-shadow: #cccccc 0 0 20px;
  -moz-box-shadow: #cccccc 0 0 20px;
  box-shadow: #cccccc 0 0 20px;
  padding-bottom: 54px;
  position: relative;
  z-index: 10;
  min-height: 808px;
}
#header {
	margin-bottom: 2em;
}
#header img.background {
	width: 100%;
}
#header img.logo {
	padding-left: 1em;
}

#header > div {
	position: relative;
	height: 77px;
}
svg.helmholtzslider {
	width: 32px;
	height: 23px;
	position: absolute;
	left: 62%;
	top: 100%;
}
svg.helmholtzslider + span {
	background-color: #FFF;
	height: 21px;
	width: 62%;
	position: absolute;
	left: 0;
	top: 100%;
}

#title {
	padding: 0 1em;
}

[class*="col-"] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em;
}
a {
	text-decoration: none;
}

.bg-lightblue {
	background-color: rgba(0, 90, 160, 0.1);
}

.apply-bottom {
  	left: 0;
  	position: absolute;
  	width: 100%;
  	line-height: 20px;
}

hr {
	border: 0;
	height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 10px;
  margin-bottom: 10px;
	border-top: 1px solid #eee;
}

a.apply-link {
  	background-color: #005AA0;
  	color: #FFFFFF;
  	display: block;
  	font-size: 1.4em;
  	font-weight: 400;
  	padding: 25px;
  	text-align: center;
}
a.apply-link:hover {
	background-color: #002157;
}
a.return-link {
  	color: black;
  	display: block;
  	font-size: 0.8em;
  	text-align: center;
}
.text-center {
	text-align: center;
}
h1, h2, h3, h4 > a, .h3, .specialinfo, a#careerlink {
	color: #005AA0;
	font-weight: normal;
}
h1 {
	font-size: 2em;
	margin-bottom: 0;
}
@media only screen and (min-width: 1000px) {
	h1 {
		width: 90%;
		margin: 0 auto;
	}
}	

h2, a#careerlink, h4 > a {
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

.specialinfo {
/*	font-size: 0.8em;*/
}
ul.lists, #rightCol ul, #leftCol ul {
	padding-left: 1em;
	list-style-type: square;
	color: #005AA0;
	margin-top: 0;
	/*font-size: 0.9em;*/
}
ul.lists li span.liContent, #rightCol ul li {
	color: #000;
}
img#logo {
	margin-top: 1em;
	width: 220px;
}
img.logos {
	margin-top: 2em;
}
img#logo1 {
	width: 100%;
}
img#logo2 {
	width: 40%;
	margin: 2em auto;
	display: block;
}


.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #005AA0;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover {
  color: #FFF;
  background-color: #002157;
  border-color: #002157;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

#footer {
	margin-top: 30px;
}

#leftCol {
	padding-right: 2em;
}

.row {
    overflow: hidden; 
}

.row [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
@media only screen and (max-width: 768px) {
  [class*="col-"] {
    width: 100%;
  }
  #leftCol {
  	padding-right: 0;
  }
}

.hidden-xs {
	display: block;
}
.hidden-lg {
	display: none;
}
@media only screen and (max-width: 767px) {
	.hidden-xs {
		display: none;
	}
	.hidden-lg {
		display: block;
	}
}	

@media only print {
	.hidden-print {
		display: none !important;
	}
	#container {
		box-shadow: none !important;
	}	
}

.shariff ul.col-5 {
	width: 100%;
}