*,
:before,
:after {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, filter 0.25s ease; }

html {
  height: 100%;
  position: initial; }

::selection {
  background-color: #577fff;
  color: #fff; }

::placeholder {
  color: #d6d6d6; }

a {
  border-bottom-width: 1px;
  border-color: #577fff;
  color: #577fff;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    border-color: #000;
    color: #000; }
    a:hover img {
      opacity: 0.7; }
  .blue:not(.text) a:not(:hover) {
    border-color: #fff;
    color: #fff; }

h1, h2, h3, h4, h5, h6, legend {
  color: #2d2d35;
  line-height: 120%; }
  .blue:not(.text) h1,
  .blue:not(.text) h2,
  .blue:not(.text) h3,
  .blue:not(.text) h4,
  .blue:not(.text) h5,
  .blue:not(.text) h6,
  .blue:not(.text) legend {
    color: #fff; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, legend a {
    border: none;
    color: #2d2d35; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, legend a:hover {
      color: #577fff; }

h1,
h2,
h3,
legend {
  margin-bottom: 21px; }

h4,
h5,
h6 {
  margin-bottom: 15px; }

h5,
h6 {
  font-weight: normal; }

h1 {
  font-size: 26px; }
  @media (min-width: 415px) {
    h1 {
      font-size: 32px; } }
  @media (min-width: 1025px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 21px;
  margin-top: 60px; }
  @media (min-width: 415px) {
    h2 {
      font-size: 24px; } }
  @media (min-width: 1025px) {
    h2 {
      font-size: 27px; } }

h3,
legend {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px; }
  @media (min-width: 415px) {
    h3,
    legend {
      font-size: 20px; } }

h4 {
  font-size: 16px; }
  @media (min-width: 415px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: 14px; }
  @media (min-width: 415px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase; }
  @media (min-width: 415px) {
    h6 {
      font-size: 14px; } }

p {
  margin-bottom: 20px; }

hr {
  height: 1px;
  background: #898989; }

.button {
  background: #577fff;
  border-color: #577fff;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: CeraPro, sans-serif;
  font-size: 15px;
  font-weight: 100;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  text-align: center;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .button {
      height: 55px;
      line-height: 55px; } }
  .button.wide {
    min-width: 200px; }
  .button.negative {
    background: #fff;
    border-color: #fff;
    color: #577fff; }
  .button.red {
    background: #ea4965;
    border-color: #ea4965; }
  .button.green {
    background: #5ac46a;
    border-color: #5ac46a; }
  .button.transparent {
    background: transparent;
    color: #577fff; }
    .button.transparent.negative {
      color: #fff; }
  .button:hover {
    background: #2d2d35;
    border-color: #2d2d35;
    color: #fff; }

body {
  background: #fff;
  color: #4d4d4d;
  display: flex;
  flex-direction: column;
  font-family: CeraPro, sans-serif;
  font-size: 17px;
  font-weight: 100;
  line-height: 25px;
  min-height: 100%;
  position: initial; }
  body > header .logo,
  body > footer .logo {
    align-items: center;
    border: none;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 7px;
    text-transform: uppercase; }
  body > header {
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 20px 0 rgba(0, 0, 0, 0.02);
    display: flex;
    height: 71px;
    justify-content: space-between;
    line-height: 71px;
    padding: 0 20px;
    position: sticky;
    top: 0;
    white-space: nowrap;
    width: 100%;
    z-index: 1001; }
    body > header > nav {
      align-items: center;
      background: #577fff;
      display: none;
      height: auto;
      justify-content: flex-end;
      left: 0;
      position: absolute;
      text-align: center;
      top: 71px;
      width: 100%; }
      @media (min-width: 768px) {
        body > header > nav {
          background: transparent;
          display: flex;
          height: 100%;
          left: unset;
          position: relative;
          text-align: left;
          top: 0; } }
      body > header > nav nav {
        flex: 1; }
        @media (min-width: 768px) {
          body > header > nav nav a:last-of-type {
            display: none; } }
        @media (min-width: 1024px) {
          body > header > nav nav a:last-of-type {
            display: inline-block; } }
      body > header > nav a {
        border-bottom-width: 1px;
        border-color: rgba(255, 255, 255, 0.1);
        color: #fff;
        display: block;
        font-weight: 100;
        line-height: 41px; }
        @media (min-width: 768px) {
          body > header > nav a {
            border-width: 0;
            color: #4d4d4d;
            display: inline-block;
            margin: 0 15px; } }
        @media (min-width: 1024px) {
          body > header > nav a {
            margin: 0 30px; } }
        body > header > nav a.active {
          background: #678cfe; }
          @media (min-width: 769px) {
            body > header > nav a.active {
              background: transparent;
              border-bottom-color: #577fff;
              border-bottom-width: 4px; } }
        body > header > nav a:hover {
          background: #ecf0ff; }
          @media (min-width: 768px) {
            body > header > nav a:hover {
              background: transparent;
              color: #577fff; } }
        @media (min-width: 768px) {
          body > header > nav a.cta {
            background: #577fff;
            border-color: #577fff;
            border-radius: 5px;
            border-style: solid;
            border-width: 1px;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-family: CeraPro, sans-serif;
            font-size: 15px;
            font-weight: 100;
            height: 45px;
            line-height: 45px;
            padding: 0 25px;
            text-align: center;
            white-space: nowrap;
            margin: 7px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    body > header > nav a.cta {
      height: 55px;
      line-height: 55px; } }
        @media (min-width: 768px) {
            body > header > nav a.cta.wide {
              min-width: 200px; }
            body > header > nav a.cta.negative {
              background: #fff;
              border-color: #fff;
              color: #577fff; }
            body > header > nav a.cta.red {
              background: #ea4965;
              border-color: #ea4965; }
            body > header > nav a.cta.green {
              background: #5ac46a;
              border-color: #5ac46a; }
            body > header > nav a.cta.transparent {
              background: transparent;
              color: #577fff; }
              body > header > nav a.cta.transparent.negative {
                color: #fff; }
            body > header > nav a.cta:hover {
              background: #2d2d35;
              border-color: #2d2d35;
              color: #fff; } }
    body > header .hamburger {
      border: none;
      display: inline-block;
      padding: 7px; }
      @media (min-width: 768px) {
        body > header .hamburger {
          display: none; } }
      body > header .hamburger hr {
        background: #577fff;
        display: block;
        height: 3px;
        margin: 9px 0;
        width: 40px; }
  body > main {
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 20px; }
    @media (min-width: 415px) {
      body > main {
        padding: 0 40px; } }
    @media (min-width: 769px) {
      body > main {
        padding: 0 100px; } }
    body > main.list {
      background: #f8f9ff; }
      body > main.list section {
        max-width: 1000px; }
    body > main section {
      margin: 0 auto;
      max-width: 800px;
      padding: 20px 0; }
      @media (min-width: 415px) {
        body > main section {
          padding: 40px 0; } }
      @media (min-width: 769px) {
        body > main section {
          padding: 100px 0; } }
      body > main section content ol,
      body > main section content ul {
        padding: 0 40px 20px 40px; }
        body > main section content ol li:not(:last-of-type),
        body > main section content ul li:not(:last-of-type) {
          margin-bottom: 10px; }
        body > main section content ol ol,
        body > main section content ol ul,
        body > main section content ul ol,
        body > main section content ul ul {
          padding: 10px 30px; }
          body > main section content ol ol li:not(:last-of-type),
          body > main section content ol ul li:not(:last-of-type),
          body > main section content ul ol li:not(:last-of-type),
          body > main section content ul ul li:not(:last-of-type) {
            margin-bottom: 0; }
      body > main section content .cta {
        background-color: #dfdfdf;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        padding: 25px;
        text-align: center; }
        body > main section content .cta main {
          padding: 40px 0; }
  body > footer {
    background: #fff;
    border-top-color: #dadee8;
    border-top-width: 1px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 15px;
    justify-content: space-between;
    padding: 20px 0 0 0;
    width: 100%;
    z-index: 99; }
    @media (min-width: 414px) {
      body > footer {
        padding: 50px 0 0 0; } }
    @media (min-width: 1024px) {
      body > footer {
        flex-direction: row;
        flex-wrap: nowrap; } }
    body > footer ul {
      display: inline-block;
      list-style: none;
      padding: 0; }
    body > footer .info {
      display: flex;
      flex-direction: column;
      padding: 25px;
      width: auto; }
      @media (min-width: 414px) {
        body > footer .info {
          padding: 0 45px 25px 45px; } }
      @media (min-width: 1024px) {
        body > footer .info {
          width: 65%; } }
      body > footer .info .top {
        align-items: center;
        display: flex;
        flex-direction: column;
        margin: 0 0 50px 0;
        width: 100%; }
        @media (min-width: 768px) {
          body > footer .info .top {
            flex-direction: row; } }
        body > footer .info .top a {
          display: inline-block; }
        body > footer .info .top .logo {
          margin: 0 25px 0;
          padding: 0; }
          @media (max-width: 414px) {
            body > footer .info .top .logo {
              margin: 0 0 25px 0; } }
      body > footer .info .middle {
        flex-wrap: wrap;
        margin: 0; }
        body > footer .info .middle > div {
          margin-bottom: 50px;
          min-width: 120px; }
        body > footer .info .middle a {
          border: none;
          color: #4d4d4d; }
          body > footer .info .middle a:hover {
            color: #577fff; }
        body > footer .info .middle p {
          margin: 0 0 10px; }
        body > footer .info .middle .social {
          display: flex; }
          body > footer .info .middle .social li a {
            display: block;
            margin: 0 20px 0 0;
            width: 30px; }
      body > footer .info .bottom {
        border-top-color: #dadee8;
        border-top-width: 1px;
        display: flex;
        font-size: 14px;
        padding: 20px 0 0 0;
        width: 100%; }
        body > footer .info .bottom a {
          border: none;
          color: #4d4d4d;
          font-size: 14px;
          margin: 0 20px 0 0; }
          body > footer .info .bottom a:hover {
            color: #577fff; }
        body > footer .info .bottom p {
          font-size: 14px;
          margin: 0 20px 0 0; }
    body > footer .disclaimer {
      background: #f8f9ff;
      font-size: 12px;
      line-height: 17px;
      padding: 25px;
      width: auto; }
      @media (min-width: 414px) {
        body > footer .disclaimer {
          padding: 45px; } }
      @media (min-width: 1024px) {
        body > footer .disclaimer {
          width: 35%; } }

.flex {
  display: flex;
  justify-content: space-between; }
  .flex.vertical {
    flex-direction: column; }
    .flex.vertical.reverse {
      flex-direction: column-reverse; }
  @media (max-width: 650px) {
    .flex.pivot {
      flex-direction: column; } }

.tiles {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px; }
  .tiles article {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 20px 0 rgba(0, 0, 0, 0.02);
    flex-grow: 1;
    margin-bottom: 40px;
    margin-right: 30px;
    padding: 20px;
    width: 300px; }
    @media (min-width: 415px) {
      .tiles article {
        padding: 40px; } }

nav.pagination {
  display: flex;
  justify-content: center; }
  nav.pagination a {
    border-radius: 5px;
    border-width: 1px;
    display: block;
    font-size: 18px;
    line-height: 40px;
    margin: 5px;
    min-width: 40px;
    padding: 0 10px;
    text-align: center; }
    nav.pagination a.active, nav.pagination a:hover {
      background: #ccc; }

table {
  border-collapse: collapse;
  margin-bottom: 40px;
  width: 100%; }
  table td {
    border: solid 1px #ccc;
    padding: 7px; }

#ez-toc-container {
  background: #ecf0ff;
  margin: 40px 0;
  padding: 20px; }
  @media (min-width: 415px) {
    #ez-toc-container {
      padding: 40px; } }
  #ez-toc-container .ez-toc-title {
    font-size: 21px; }
  #ez-toc-container ul {
    list-style-position: inside;
    list-style-type: decimal;
    padding: 0; }

.the_champ_sharing_container {
  display: none; }

#collapse-menu {
  display: none; }

/*# sourceMappingURL=style.css.map */
