@charset "utf-8";

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
  src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot');
  src: local(''), url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}

:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #242021;
  font: 1em 'Roboto Condensed', Arial, sans-serif;
  line-height: 1.3em;
  font-weight: 400;
}

h1, h2, strong {
  font-weight: 700;
}

#wrapper {
  position: relative;
  max-width: 654px;
  margin: 1rem auto;
  border: solid 4px #137ABF;
  background: #fff;
  overflow: hidden;
  padding: 0.75rem 1rem 0;
}

p {
  padding-bottom: 0.5rem;
}

a {
  color: #137ABF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

h1 {
  margin: 0 0 1rem;
  font-size: 1em;
  line-height: 1.3em;
  color: #137ABF;
}

h1 span {
  font-size: 1.7em;
  text-transform: uppercase;
  color: #ED1C24;
}

h1 i{
  font-style: normal;
  color: #ED1C24;
}

h2 {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0;
}

ul {
  padding: 0 0 0.5rem;
  list-style: none;
}

li {
  padding-left: 0.625rem;
}

li:before {
  content: "-";
  display: inline-block;
  font-size: 1em;
  position: relative;
  float: left;
  margin-top: -1px;
  margin-left: -0.625rem;
}

header img{
  float: right;
}

article p strong{
  color: #137ABF;
}

footer {
  color: #137ABF;
}

@media only screen and (max-width:652px) {
  body {
    font-size: 0.875em;
    line-height: 1.3;
  }

  #wrapper {
    border: none;
    margin: 0 auto;
  }

  header img{
    float: none;
  }

  header {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  article br{
    display: none;
  }

}
