body {
background-color: #fff;
margin: 0px;
font-family: "Source Sans Pro";
font-size: 17px;
font-weight: 400 !important;
color: #181818;
line-height: 25px;
vertical-align: middle;
text-align: left;
word-break: break-word;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
#wrapper {
text-align: left;
vertical-align: middle;
margin: 0px auto;
padding: 0px;
width: auto;
height: auto;
float: none;
position: relative;
}
#head {
background-color: #fff;
max-width: 100%;
height: auto;
text-align: left;
margin: 0px auto;
margin-top: 0px;
padding: 40px;
overflow: hidden;
}
#head a:link {
/* color: #000; */
text-decoration: none;
}
#head a:visited {
/* color: #000; */
text-decoration: none;
}
#head a:hover {
/* color: #000; */
text-decoration: none;
}
#content {
max-width: 800px;
height: auto;
vertical-align: middle;
text-align: left;
padding: 15px;
margin: 0px auto;
margin-top: 20px !important;
margin-bottom: 10px;
}
#content-center {
max-width: 600px;
height: auto;
vertical-align: middle;
text-align: center;
padding: 15px;
margin: 0px auto;
margin-top: 30px;
margin-bottom: 10px;
}
#footer {
max-width: 100%;
height: auto;
background-color: #fff;
border-top: 1px solid #EBEBEB;
vertical-align: middle;
text-align: center;
margin: 0px auto;
font-size: 10px;
padding-top: 10px;
padding-bottom: 10px;
float: none;
}
.info {
color: #7F7F7F;
font-size: 14px;
text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
line-height: 37px;
}

.cta {
width: auto;
height: auto;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 11px;
padding-right: 11px;
margin-top: 15px !important;
display: inline-block;
background-color: none;
border: 1px solid blue;
color: blue;
border-radius: 2px;
text-decoration: none !important;
}

hr {
border: 0.5px solid #000;
margin-top: 30px;
margin-bottom: 30px;
}

.row-left {
width: auto;
height: auto;
margin-right: 20px;
float: left;
display: block;
}
.row-right {
width: 100%;
float: left !!important;
display: table-row;
}



/* header */

.header {
  background-color: #fff;
  position: relative;
  max-width: 800px;
  margin: 0px auto;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: none;
}

.header .logo {
  display: block;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-bottom: 15px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  text-align: left !important;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 29px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 7px;
}

.header .menu-icon .navicon:after {
  top: -7px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 10px 10px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

@font-face {
  font-display: swap; 
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), 
       url('fonts/source-sans-pro-v21-latin-regular.woff') format('woff'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), 
       url('fonts/source-sans-pro-v21-latin-600.woff') format('woff'); 
}

@media only screen and (max-width: 870px) {
body {
font-size: 18px !important;
}  
#head {
background-color: #fff;
border-bottom: 2px solid #000 !important;
max-width: 100%;
height: auto;
text-align: left;
margin: 0px auto;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 20px;
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
}
#content {
width:						auto;
height:						auto;
margin:						0px auto;
padding:					20px;
vertical-align: 			middle;
text-align:					left;
}




.row-left {
width: auto;
height: auto;
margin-right: 0px;
float: none;
text-align: center !important;
display: block;
}
.row-right {
width: 100%;
float: left !!important;
display: block;
}




}