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

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

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

p {
    padding-bottom: 1rem;
}

h1 {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  margin: -0.8rem 0rem 0.3rem;
}

h2 {
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

h3 {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 600;
}
h4{
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.3em;
}
h2 a,
h1,h2,h3,h4{
    text-transform: uppercase;
    color: #0053A2;
}
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 0.5rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 0.7rem;
  font-size: 0.8rem;
  line-height: 1.4em;
}

li::before {
  content: "▸";
  display: inline-block;
  font-size: 0.8rem;
  position: relative;
  float: left;
  top: -2px;
  margin-left: -0.8rem;
  line-height: 1.1rem;
  color: #F8B631;
} 

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.frame-outer {
  position: relative;
  padding: 1rem;
  max-width: 780px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.8rem;
}
.header {
  padding: 0rem 0rem 0rem;
  background: #0055A5;
  color: #fff;
}
.section{
  text-transform: uppercase;
  padding: 1.5rem 5% 1rem;
  font-size: 1.6rem;
}
.content {
  padding: 1.5rem 5% 0rem;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.hbox{
    width: 49%;
}
.content .flex{
    flex-wrap: wrap;
}
.button {
  text-align: center;
}
.button a {
  display: inline-block;
  background: #0055A5;
  padding: 0.6rem 1.5rem;
  margin: 0rem auto;
  cursor: pointer;
  -webkit-border-radius: 1.5rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #0055A5;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.button a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #0055A5;
}
.footer {
  padding: 0rem 4rem 2rem 3%;
  position: relative;
  align-items: flex-end;
}
.datef{
    position: absolute;
    bottom: 2rem;
    right: 48%;
}
.refnr {}

.apply {}
