@import url(../../10/css2_d349a31ca00025b7.css);

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

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

body {
  font-family: 'Hind', sans-serif;
	font-size: 100%;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust:exact;
}
.frame-outer {
  position: relative;
  padding: 0;
  width: 770px;
  margin: 1.3rem auto;
  background-color: #FFF;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.875rem;
}
a {
  color: #000;
  text-decoration: none;
}
p {
	padding-bottom: 1.25rem;
  text-align: center;
}
strong{
  font-weight: 600;
}
h1 {
  margin: 0 0 1rem;
  font-size: 2em;
  line-height: 1.1;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
h1 span{
  font-size: 0.8em;
  text-transform: none;
}
h2 {
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: strong;
  margin-bottom: 0.25rem;
}


ul {
  padding: 0rem 0rem 1.25rem 0.25rem;
  list-style-image: url();
  list-style: none;
}
ul ul{
  padding: 0;
}
li {
  padding-left: 1rem;
}

li::before {
  content: "•";
  display: inline-block;
  font-size: 0.85em;
  position: relative;
  float: left;
  top: 0.15rem;
  margin-left: -1rem;
} 
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;
  margin:0 -1.5rem;
  padding: 1.5rem;
  background: #F2F2F2;
}
.left {
  width: 50%;
}
.right {
  width: 46%;
}

.logo{
  text-align: right;
  position: relative;
}

.header {
  position: relative;
  padding:0rem;
}
.content {
  padding: 1.25rem 1.5rem 0;
}

.footer {
  padding:1.25rem 1.5rem 0.75rem;
  text-align: center;
}

.footer a u{
  color: #009999;
}
.button{
  display: inline-block;
  border: 0.0625rem solid  #CE0000;
  color: #CE0000;
  padding: 0.5rem 1.75rem;
  text-transform: uppercase;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  font-weight: 600;
}
.button:hover{
  text-decoration: none;
  background: #CE0000;
  color: #FFF;
}

.hide_m{display:block;}

.refnr {}

.apply {}
