* {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #222;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

header,
footer,
section {
  padding: 28px 28px 13px 28px;
  overflow: hidden;
}

header h1 {
  text-align: center;
}

header nav {
  text-align: center;
  padding: 0 0 15px 0;
}

header nav a {
  display: inline-block;
  margin: 0 5px;
}

header nav a,
header nav a * {
  font-size: 18px;
}

header aside {
  text-align: center;
  font-size: 18px;
  padding: 15px 0 18px 0;
}

footer {
  border-top: 1px dotted #333;
  padding-bottom: 188px;
}

section.graybg {
  background: #eee;
}

h1, h2, h3, h4 {
  padding: 0 0 15px 0;
  font-weight: bold;
}

h1, h1 *, .h1, .h1 * {
  font-size: 38px;
}

h2, h2 * {
  font-size: 28px;
}

h3, h3 * {
  font-size: 18px;
}

h4, h4 * {
  font-size: 15px;
}

p {
  padding: 0 0 15px 0;
}

ul, ol {
  padding: 0 0 15px 23px;
}

ul li,
ol li {
  padding: 2px 0 5px 2px;
}

ul li ul,
ul li p,
ol li ul,
ol li p {
  padding-bottom: 5px;
}

a, a *,
a:visited, a:visited * {
  color: #0061DA;
  text-decoration: none;
}

a:hover, a:hover * {
  color: #0071ff;
}

a:active, a:active * {
  color: #003982;
}

a.button,
a.button:visited {
  display: inline-block;
  border-radius: 15px;
  padding: 5px 15px;
}

a.button, a.button *,
a.button:visited, a.button:visited * {
  color: #fff;
  background: #0061DA;
  text-decoration: none;
}

a.button:hover, a.button:hover * {
  color: #fff;
  background: #0071ff;
}

a.button:active, a.button:active * {
  color: #fff;
  background: #003982;
}

a.button.red, a.button.red * {
  background: #c00;
}

a.button.red:hover, a.button.red:hover * {
  background: #f00;
}

.bottompadded {
  padding-bottom: 15px;
}

.nomargin {
  margin-bottom: 0 !important;
}

.nopadding {
  padding-bottom: 0 !important;
}

hr {
  border: none;
  border-top: 1px dotted #ccc;
  background: none;
  display: block;
  margin: 0;
  padding: 0 0 18px 0;
}

hr.invisible {
  border: none;
}

.bigger,
.bigger * {
  font-size: 18px;
}

.strong,
.strong * {
  font-weight: bold;
}

.gray,
.gray * {
  color: #ccc;
}

.rotate45 {
  display: inline-block;
  transform: rotate(45deg);
}

.box {
  display: table;
  width: 100%;
  border: 3px solid #ccc;
  border-radius: 8px;
  background: #fff;
  margin: 0 0 12px 0;
}

.box .wrap {
  display: table-row;
}

.box .wrap .icon {
  display: table-cell;
  width: 58px;
  padding: 12px 5px 12px 12px;
  text-align: center;
  vertical-align: top;
}

.box .wrap .content {
  display: table-cell;
  padding: 12px 12px 5px 12px;
  text-align: left;
  vertical-align: top;
}

.box .wrap .content .h {
  display: block;
  font-size: 23px;
}

.box .wrap .icon span {
  font-size: 38px;
}

.box.redbox {
  border-color: #c00;
}

.box.redbox .wrap .content .h {
  color: #c00;
  font-weight: bold;
}

.box.redbox .wrap .icon span {
  color: #c00;
}

.floatleft {
  float: left;
}

.centered {
  text-align: center;
}

.green {
  color: #080;
}

.red {
  color: #c00;
}

section .timelined {
  margin: 0 0 8px 5px;
  padding-left: 18px;
  border-left: 1px dashed #777;
}

@media (max-width: 700px) {
  
  .mbox {
    margin: 0 8px 15px 8px;
    padding: 15px 15px 0 15px;
    background: #fff;
  }
  
  h3.hugeimg {
    text-align: center;
  }
  
  .hugeimg span.fa,
  .hugeimg span.fab,
  .hugeimg span.fas {
    font-size: 38px;
    display: block;
    margin: 0 0 8px 0;
  }
  
  footer {
    text-align: center;
  }
  
}

@media (min-width: 700px) {
  
  header,
  footer,
  section {
    padding-left: 100px;
    padding-right: 100px;
  }
    
}



