@font-face {
  font-family: "open_sansregular";
  src: url("OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold";
  src: url("OpenSans-ExtraBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  min-height: 100%;
  font-family: "open_sansregular", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
}

h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 4px 0;
}

h2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 4px 0;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 4px 0;
}

h4 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 4px 0;
}

h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 4px 0;
}

h6 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 4px 0;
}

h1 {
  font-size: 2rem;
  margin-bottom: 48px;
}

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

strong {
  font-weight: 600;
}

a, .anc {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, .anc:hover {
  color: #EE4266;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table thead {
  text-align: left;
}
table th, table td {
  padding: 4px 16px 4px 0;
  border-bottom: 1px solid white;
}

ul, ol {
  padding: 0 0 0 20px;
}
ul li, ol li {
  margin: 0 0 8px 0;
}

nav, footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav a, footer a {
  text-decoration: none;
}
nav a:hover, nav a.active, footer a:hover, footer a.active {
  text-decoration: underline;
}
nav ul, footer ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
nav ul li, footer ul li {
  white-space: nowrap;
  display: inline-block;
  margin: 0 0 0 12px;
}

hr {
  border: 0;
  margin: 32px 0;
  background: gray;
  padding-top: 1px;
}

.con .row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con .row .col-1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .con .row .col-1 {
    -ms-flex-preferred-size: calc(8.3333333333% * 1);
        flex-basis: calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
}
.con .row .col-2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .con .row .col-2 {
    -ms-flex-preferred-size: calc(8.3333333333% * 2);
        flex-basis: calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
}
.con .row .col-3 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .con .row .col-3 {
    -ms-flex-preferred-size: calc(8.3333333333% * 3);
        flex-basis: calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
}
.con .row .col-4 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .con .row .col-4 {
    -ms-flex-preferred-size: calc(8.3333333333% * 4);
        flex-basis: calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
}
.con .row .col-5 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .con .row .col-5 {
    -ms-flex-preferred-size: calc(8.3333333333% * 5);
        flex-basis: calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
}
.con .row .col-6 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .con .row .col-6 {
    -ms-flex-preferred-size: calc(8.3333333333% * 6);
        flex-basis: calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
}
.con .row .col-7 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .con .row .col-7 {
    -ms-flex-preferred-size: calc(8.3333333333% * 7);
        flex-basis: calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
}
.con .row .col-8 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .con .row .col-8 {
    -ms-flex-preferred-size: calc(8.3333333333% * 8);
        flex-basis: calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
}
.con .row .col-9 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .con .row .col-9 {
    -ms-flex-preferred-size: calc(8.3333333333% * 9);
        flex-basis: calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
}
.con .row .col-10 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .con .row .col-10 {
    -ms-flex-preferred-size: calc(8.3333333333% * 10);
        flex-basis: calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
}
.con .row .col-11 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .con .row .col-11 {
    -ms-flex-preferred-size: calc(8.3333333333% * 11);
        flex-basis: calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
}
.con .row .col-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .con .row .col-12 {
    -ms-flex-preferred-size: calc(8.3333333333% * 12);
        flex-basis: calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}

.box {
  position: relative;
  padding: 0 16px;
}

.spacer {
  width: 100%;
  height: 4vh;
}

.bg-c {
  background-color: #f2f2f2;
  color: #333;
  position: relative;
  overflow: hidden;
}
.bg-c a {
  color: #fff;
}
.bg-c:before {
  content: "";
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

.hero {
  min-height: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.txt-lg {
  font-size: 1.35rem;
}

.txt-sm {
  font-size: 0.9rem;
}

.txt-up {
  text-transform: uppercase;
}

.txt-ul {
  text-decoration: underline;
}

.mb-1 {
  margin-bottom: 12px;
}

.mb-2 {
  margin-bottom: 24px;
}

.mb-3 {
  margin-bottom: 36px;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.sp-1, .sp-2, .sp-3 {
  width: 100%;
  height: 16px;
}

.sp-2 {
  height: 32px;
}

.sp-3 {
  height: 64px;
}

.mob-h {
  display: none;
}
@media (min-width: 992px) {
  .mob-h {
    display: block;
  }
}

@media (min-width: 992px) {
  .mob-s {
    display: none;
  }
}

.hide {
  display: none;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  line-height: 1;
  font-size: 1.1rem;
  color: #fff;
  background-color: #EE4266;
  border: 1px solid #EE4266;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
}
.btn:hover {
  color: #fff;
  background-color: #df143e;
}
.btn.btn-sec {
  color: #333;
  background-color: #fff;
}
.btn.btn-sec:hover {
  background-color: #adadad;
}

#hamnav .burger,
#hamnav .burger::after,
#hamnav .burger::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
#hamnav .burger::after,
#hamnav .burger::before {
  content: "";
  position: absolute;
  top: -7px;
}
#hamnav .burger::after {
  top: 7px;
}
#hamnav label, #hamnav #hamburger {
  display: none;
}
#hamnav #hamitems a {
  display: block;
  padding: 8px 4px;
}
@media screen and (max-width: 991px) {
  #hamnav {
    -webkit-text-size-adjust: none;
  }
  #hamnav label {
    position: relative;
    z-index: 11;
    display: block;
    padding: 20px 8px;
  }
  #hamnav #hamitems {
    display: none;
  }
  #hamnav input:checked ~ #hamitems {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
  }
}

#logo {
  padding: 10px 0;
  max-width: 400px;
}

.mob-c {
  text-align: center;
}
@media (min-width: 992px) {
  .mob-c {
    text-align: left;
  }
}

input:checked ~ .bio {
  display: block;
}

.headshot {
  width: 160px;
  border-radius: 8px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin: 0 auto 16px;
}
/*# sourceMappingURL=styles.css.map */