* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background-color: #fff;
  color: #2f2f30;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  min-height: 100%;
}

header {
  align-items: center;
  display: flex;
}

hgroup {
  align-items: flex-end;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}

h1 {
  color: #003b53;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  margin: 20px 0 10px 0;
}

h2 {
  color: #003b53;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin: 20px 0 10px 0;
}

h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 20px 0 10px 0;
}

h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0;
}

p {
  margin: 0 0 10px 0;
}

a:link,
a:visited {
  color: #f13900;
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  color: #dd1d01;
}

a:active {
  text-decoration: underline;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

figure {
  display: inline-block;
  margin: 0;
}

img {
  display: inline-block;
  max-width: 100%;
}

address {
  font-style: normal; 
}

fieldset {
  border: none;
  margin: 0 0 20px 0;
  padding: 0;
}

label {
  display: block;
  font-weight: 400;
  margin: 0 0 5px 0;
}

input {
  background-color: #ffffff;
  border: 1px solid #eceff4;
  border-radius: 3px;
  color: #2f2f30;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  padding: 5px;
  vertical-align: middle;
  width: 100%;
}

input::placeholder {
  color: #8d8f92;
}

select {
  background-color: #ffffff;
  border: 1px solid #eceff4;
  border-radius: 3px;
  color: #2f2f30;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 1.4;
  padding: 5px;
  vertical-align: middle;
  width: 100%;
}

textarea {
  background-color: #ffffff;
  border: 1px solid #eceff4;
  border-radius: 3px;
  padding: 5px;
  width: 100%;  
}

button {
  background-color: #f13900;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 8px 12px;
  text-transform: uppercase;
  transition: 0.5s;
  width: 100%;
}

button:hover {
  background-color: #dd1d01;
  border: 1px solid transparent;
}

button:active {
  border: 1px solid #b7e4f7;
}

/* button links */

a.button:link,
a.button:visited {
  background-color: #f13900;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex: 0 0 auto;
  margin: 10px 0 0 0;
  padding: 8px 12px;
  transition: 0.5s;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

a.button:hover {
  background-color: #dd1d01;
  color: #fff;
}

a.button:active {
  border-color: #b7e4f7;
  text-decoration: none;
}

/* form formatting */

form.inset {
  width: 100%;
  padding: 20px;
  border: 1px solid #eceff4;
}

/* section formatting */

.section {
  display: flex;
}

.section.footer {
  background-color: #003b53;
  color: #fff;
  font-size: 14px;
  padding: 25px 0 50px 0;
}

.section.main {
  align-items: flex-start;
  margin: 50px 0;
  margin-top: 50px;
}

header.legal,
footer.legal {
  background-color: #003b53;
  display: flex;
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
}

.section.hero {
  background-image: url('../images/hero.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* container formatting */

.container {
  display: block;
  flex: 0 0 auto;
  margin: 0 auto;
  width: 940px;
}

.container.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.container.footer {
  display: flex;
  justify-content: space-between;
}

.container.main {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.container.main.legal {
  text-align: justify;
  text-justify: inter-word;
}

.container.main.utility {
  align-items: center;
}

.container.hero {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

/* header items */

.brand {
  display: inline-block;
  margin: 0 20px 0 0;
  flex: 0 0 auto;
  max-width: 100%;
}

.logo {
  height: 100px;
}

.menu {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.menu a:link,
.menu a:visited {
  border: 1px solid transparent;
  border-radius: 3px;
  color: #003b53;
  display: inline-block;
  flex: 0 0 auto;
  margin: 0 0 0 10px;
  max-width: 100%;
  padding: 8px 12px;
  transition: 0.5s;
}

.menu a:hover {
  background-color: #003b53;
  color: #fff;
}

.menu a:active {
  border-color: #b7e4f7;
  text-decoration: none;
}

.menu a:last-of-type {
  margin-right: -12px;
}

.menu a.current {
  background-color: #b7e4f7;
}

.menu a.current:hover {
  color: #003b53;
}

.menu a.close {
  display: none;
}

.mobile {
  display: none;
}

/* footer items */

.footer-wrapper {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 50%;
}

.footer-wrapper.left {
  padding-right: 10px;
}

.footer-wrapper.right {
  padding-left: 10px;
}

a.footer-link:link,
a.footer-link:visited {
  color: #fff;
  text-decoration: underline;
}

a.footer-link:hover {
  color: #eceff4;
}

/* contact items */

.contact-wrapper {
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin: 0 0 10px 0;
}

.contact-row {
  display: flex;
  flex: 0 0 auto;
  margin-bottom: 5px;
  max-width: 100%;
}

a.contact-row:link,
a.contact-row:visited {
  color: #fff;
}

a.contact-row:hover {
  color: #eceff4;
}

a.contact-row:active {
  text-decoration: none;
}

a.contact-row.inverse:link,
a.contact-row.inverse:visited {
  color: #2f2f30;
}

a.contact-row.inverse:hover {
  color: #f13900;
}

a.contact-row.inverse:active {
  text-decoration: none;
}

.contact-icon {
  flex: 0 0 auto;
  width: 50px;
}

a.contact-icon {
  color: #fff;
}

a.contact-icon.inverse {
  color: #2f2f30;
}

.contact-data {
  color: #fff;
  flex: 1;
}

/* accordion items */

.accordion-wrapper {
  margin: 25px 0 0 0;
  width: 100%;
}

.accordionToggle {
  background-color: #eceff4;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #003b53;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
  outline: none;
  padding: 20px;
  text-align: left;
  text-transform: none;
  transition: 0.5s;
  width: 100%;
}

.accordionToggle:hover {
  background-color: #003b53;
  color: #fff;
}

.accordionToggle:active {
  border-color: #b7e4f7;
}

.accordion-panel {
  display: none;
  padding: 20px 0;
}

/* outline list */

ol.outline {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ol.outline > li {
  counter-increment: item;
  display: table;
}

ol.outline > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
}

li ol.outline > li {
  margin: 0;
}

li ol.outline > li:before {
  content: counters (item, ".") " ";
}

/* content items */

.hero-wrapper {
  align-items: flex-end;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin: 125px 0 25px 0;
  width: 50%;
}

.hero-h1 {
  margin-bottom: 0px;
}

.hero-h2 {
  margin-top: 0px;
  color: #f13900;
}

.hero-h3 {
  text-align: right;
}

.bio-h3 {
  margin-bottom: 0px;
}

.inset-row {
  border: 1px solid #eceff4;
  border-radius: 3px;
  display: flex;
  flex: 0 0 auto;
  margin-bottom: 50px;
  padding: 20px;
}

.inset-row:first-of-type {
  margin-top: 50px;
}

.col-66 {
  flex: 0 0 auto;
  padding: 0 20px 0 0;
  width: 66%;
}

.col-66.inverse {
  padding: 0 0 0 20px;
}

.col-34 {
  flex: 0 0 auto;
  width: 34%;
}

.col-100 {
  flex-direction: column;
}

.sds-photo {
  border: 1px solid #eceff4;
  margin: 20px 0 0 0;
}

.slade-mockup {
  margin: 20px 0 0 0;
}

.elvis {
  display: block;
  height: 50%;
  margin: 0 auto;
  width: 50%;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  
  h1 {
    font-size: 32px;
  }
  
  h2 {
    font-size: 28px;
  }
  
  h3 {
    font-size: 24px;
  }
  
  .container {
    width: 740px;
  }

  .mobile-wrapper {
    margin: 100px 0 0 0;
  }

  .menu {
    background-color: #003b53;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    transition: 0.5s;
    width: 0;
    z-index: 1;
  }

  .menu a:link,
  .menu a:visited {
    border: none;
    color: #fff;
    display: block;
    font-size: 24px;
    margin: 10px;
    padding: 10px;
    text-decoration: none;
    transition: 0.5s;
  }

  .menu a.current {
    color: #fff;
    background-color: #8d8f92;
  }

  .menu a:hover {
    color: #fff !important;
    background-color: #b7e4f7;
  }

  .menu a.close {
    display: inline-block;
    font-size: 36px;
    padding: 20px; 
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .mobile {
    background-color: #003b53;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    flex: 0 0 auto;
    line-height: 0;
    padding: 20px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s;
  }
  
  .mobile:hover {
    background-color: #8d8f92;
    color: #fff;
  }
  
  .mobile:active {
    border-color: #b7e4f7;
  }
  
  .logo {
    height: 80px;
  }
  
  .accordionToggle {
    font-size: 28px;
  }
  
  .col-66 {
    width: 60%;
  }
  
  .col-34 {
    width: 40%;
  }

}

@media screen and (max-width: 767px) {
  
  h1 {
    font-size: 28px;
  }
  
  h2 {
    font-size: 24px;
  }
  
  h3 {
    font-size: 20px;
  }
  
  h4 {
    font-size: 14px;
  }
  
  p {
    font-size: 14px;
  }
  
  ol {
    font-size: 14px;
  }
  
  .section.footer {
    font-size: 12px;
  }
  
  .section.hero {
    margin-bottom: 50px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  
  .container {
    width: 480px;
  }
  
  .container.footer {
    flex-direction: column;
  }
  
  .menu a:link,
  .menu a:visited {
    font-size: 20px;
  }

  .menu a.close {
    font-size: 28px;
  }
  
  .logo {
    height: 70px;
  }
  
  .footer-wrapper {
    width: 100%;
  }
  
  .footer-wrapper.left {
    padding-right: 0px;
    order: 1;
  }
  
  .footer-wrapper.right {
    padding-left: 0px;
  }
  
  .accordionToggle {
    padding: 10px;
    font-size: 24px;
  }
  
  .inset-row {
    padding-top: 10px;
    padding-bottom: 20px;
    flex-direction: column;
  }
  
  .inset-row:first-of-type {
    margin-top: 20px;
  }
  
  .col-66 {
    width: 100%;
  }
  
  .col-34 {
    width: 100%;
  }
  
  .col-34.reverse {
    order: 1;
  }

  .slade-container {
    display: flex;
    justify-content: center;
  }
  
  .hero-wrapper {
    align-items: flex-start;
    margin: 0;
    width: 100%;
  }
  
  .hero-h3 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  
  h1 {
    font-size: 24px;
  }
  
  h2 {
    font-size: 20px;
  }
  
  h3 {
    font-size: 16px;
  }
  
  .container {
    width: 300px;
  }
  
  .menu a:link,
  .menu a:visited {
    font-size: 16px;
  }

  .menu a.close {
    font-size: 24px;
  }
  
  .logo {
    height: 60px;
  }
  
  .accordionToggle {
    font-size: 20px;
  }

}