

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
*{
    box-sizing: border-box;
}

html {
  overflow-y: scroll;
  min-height: 100%;
}

body {
  color: rgba(73,73,73,1);
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  font-size: 1.25em;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal
}

h2 {
  color: rgba(62,62,61,1);
}

p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;}

a,
a:visited,
a:focus,
a:active {
  color: rgba(62,62,61,1);
  text-decoration: none
}


.logo-container {
  margin: 5em auto 3em;
  width: 800px;
  max-width: 80%;
  text-align: center
}

.logo {
  width: 460px;
  max-width: 100%;
  border: none
}

.main-container {
  text-align: center;
  padding-bottom: 1em
}

.legal-container {

  max-width: 92%;
  width: 840px;
  margin: 0 auto 5em auto;
  padding: 4em 0 0 0;
  color: rgba(142,143,143,1);
  font-size: .7em
}

.legal-container h3 {
  color: rgba(62,62,61,1);
  margin-bottom: 0px
}

.legal-container h4 {
  color: rgba(62,62,61,1);
  margin-bottom: 0px
}


.legal-container p {
  margin: 0px
}

.legal-container em {
  font-weight: normal;
  font-style: italic;
  display: inline-block;
  margin-top: 10px
}


.blue {  color: rgba(118,166,215,1) }
.red {  color: rgba(199,61,57,1) }
