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

/* --- Italic --- */
@font-face { font-family: "Open Sans";
	 
  src: local('Open Sans'),     
	   url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: italic;
}

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

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

body {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 100%;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust: exact;
}

p {
  padding-bottom: 0.7rem;
}

h1 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: 0.25rem;
  font-family: 'Open Sans', sans-serif;
  background: #0154A6;
  color: #fff;
  text-align: center;
}

h2 {
  font-size: 1.66rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  padding: 0.25rem;
  color: #fff;
}

h3 {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

li {
  padding-left: 1.3rem;
  padding-bottom: 1rem;
  background: url('icon.png') no-repeat 0 0.2rem;
}

li strong {
  padding-bottom: 0.35rem;
  display: block;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.frame-outer {
  position: relative;
  padding: 1.7rem;
  width: 695px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.875rem;
}

.header {
  background: #0154A6;
  padding: 0 0 0rem;
}

.content {
  padding: 0.7rem 0rem 0.5rem;
}

.footer {
  padding: 0.5rem 1.3rem;
  background: #0154A6;
  color: #fff;
  position: relative;
}

.footer p {
  font-size: 1.5em;
  text-align: center;
  position: absolute;
  right: 3rem;
  bottom: -0.35rem;
  line-height: 1.2;
}

.refnr {}

.apply {}
