@font-face { 
	font-family: "Roboto";
	src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

 html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', Arial, sans-serif;
	font-size: 100%;
  line-height: 1.3;
  color: #0F3573;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #FFF;
  -webkit-print-color-adjust:exact;
}
.frame-outer {
  position: relative;
  padding: 0;
  width: 800px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.0625rem solid #0F3573;
  font-size: 0.75rem;
}

.frame-outer2 {
  position: relative;
  padding: 0;
  width: 780px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.062rem solid #0F3573;
  font-size: 0.8rem;
}
a {
  color: #0F3573;
  text-decoration: none;
}
p {
	padding-bottom: 0.5rem;
  text-align: justify;
}

h1 {
  font-size: 2.06em;
  line-height: 1.1;
  margin: 0.5rem 0 1rem 1.25rem;
}
h1 span{
  font-size: 0.7em;
}
h2 {
  font-size: 0.95rem;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

h3 {
  font-size: 1.3em;
  line-height: 1.3;
  margin: 0 0 0.75rem;
}

ul {
  padding: 0rem 0rem 0.5rem;
  list-style-image: url();
  list-style: none;
}

ul ul {
  padding-bottom:0;
}

li {
  padding-left: 0.75rem;
}

li::before {
  content: "▪";
  display: inline-block;
  font-size: 1em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -0.75rem;
} 


li li::before {
  content: "-";
  top: -0.1rem;
}

.box  li::before {
  content: "•";
} 


img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}
a:hover {
  text-decoration: underline;
}
.flex{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow:row wrap;
  text-align: left;
}
.left {
  width: 48%;
}
.right {
  width: 48%;
}

.logo{
  padding:1.5rem 1rem 0.75rem;
  position: relative;
  text-align: center;
}

.header {
  padding:0rem;
}
.content {
  padding: 1.5rem 4.7rem 0.5rem 3.5rem;
}

.footer {
  padding: 1rem 3.5rem;
  background: #0F3573;
  color: #FFF;
  font-size: 1.06em;
}
.footer a{
  color: #FFF;
}

.refnr {}

.apply {}
