@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: 'Roboto', Helvetica, sans-serif;
  background: #fff;
  padding-top: 50px; }
  @media (max-width: 600px) {
    body {
      margin: 20px; } }
  @media (max-width: 400px) {
    body {
      margin: 10px; } }

strong {
  font-weight: bold; }

.preview-image {
  max-width: 100px;
  height: auto;
  display: inline-block; }

.active-link:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #00bb00;
  border-radius: 50%;
  margin-right: 10px; }

.flipped {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.cta {
  padding: 20px;
  font-size: 20px;
  background: #00c1e3;
  color: #ffffff;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  margin-top: 20px; }

.cta:hover {
  background: #000000;
  color: #ffffff; }

.packages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
  z-index: 2; }

.packages__border {
  border-bottom: 2px solid #d4d4d4;
  position: relative;
  top: -2px;
  z-index: 1;
  margin-bottom: 20px; }

.package-tab {
  display: inline-block;
  padding: 20px;
  background-color: #d9d9d9;
  text-decoration: none;
  color: #000;
  margin-right: 5px; }

.package-tab--active {
  background-color: #f4f4f4; }

.package-tab:hover {
  background: #fff;
  text-decoration: none; }

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 26px; }

.category-item {
  margin-bottom: 10px;
  margin-right: 40px;
  font-size: 0.85em;
  list-style: none;
  width: 100%; }

.category-item a {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  color: #000;
  text-decoration: none; }
  .category-item a:hover {
    opacity: 0.7; }

.category-item .fas {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.checkboxes {
  list-style: none; }

.checkbox-item {
  list-style: none;
  padding-left: 10px; }
  @media (max-width: 600px) {
    .checkbox-item {
      font-size: 14px; } }

.checkbox-item .checkbox-item {
  padding-left: 40px; }
  @media (max-width: 600px) {
    .checkbox-item .checkbox-item {
      padding-left: 30px; } }
  @media (max-width: 400px) {
    .checkbox-item .checkbox-item {
      padding-left: 20px; } }

.has-children {
  border-left: 1px solid #e5e5e5;
  margin-bottom: 10px; }

#connectForm {
  padding-top: 40px; }

textarea, input, button {
  outline: none; }

input[type="text"], input[type="file"], input[type="email"], textarea, select, input[type="password"] {
  -webkit-appearance: none;
  outline: none;
  color: #000;
  background:   #fff;
  display: block;
  margin-bottom: 40px;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

input:focus, textarea:focus {
  border-color: #000; }

input[type="checkbox"] {
  display: inline-block;
  margin-bottom: 20px; }

.fields {
  display: none; }

.hidden-radios {
  display: none; }

.form__label {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  color: #000;
  font-size: 16px; }
.form__instructions {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  font-style: italic;
  color: #888; }

.category-checkbox {
  position: relative;
  left: -8px; }

.category-label {
  display: block; }

.arrow {
  margin-left: 5px;
  color: #000;
  font-size: 18px; }
  .arrow .fas {
    padding: 10px; }

.fieldset {
  padding: 20px 20px 0;
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  border-radius: 5px;
  color: #888; }

.radios {
  margin: 30px 0; }
  .radios label {
    padding: 5px;
    margin: 5px; }
    .radios label input {
      margin-right: 10px; }

.hidden {
  display: none; }

.shown {
  display: block; }

.header-image {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

#content, #footer {
  padding: 30px;
  line-height:1.4;
  }
  @media (max-width: 800px) {
    #content, #footer {
      padding: 25px; } }
  @media (max-width: 600px) {
    #content, #footer {
      padding: 20px; } }
  @media (max-width: 400px) {
    #content, #footer {
      padding: 15px; } }

.container {
  margin: 0 auto;
  width: 1000px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1000px) {
    .container {
      width: 100%; } }

#footer {
  border-top: 1px solid #eee; }

#fp-footer {
  background-color: #1f1f1f;
  padding: 20px;
  margin-top: 60px; }

.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 800px) {
    .footer-logos {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }

.footer-logo {
  padding: 10px 20px; }
  .footer-logo img {
    max-width: 150px;
    height: auto; }

.footer-text {
  padding: 20px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .footer-text a {
    color: #ccc;
    text-decoration: none; }
    .footer-text a:hover {
      text-decoration: underline; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .grid div, .grid__column {
    width: 48%; }
    @media (max-width: 700px) {
      .grid div, .grid__column {
        width: 100%; } }

.heading--1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 20px; }
  @media (max-width: 600px) {
    .heading--1 {
      font-size: 26px; } }
  @media (max-width: 400px) {
    .heading--1 {
      font-size: 24px; } }
.heading--4 {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 20px;
  display: block; }
  @media (max-width: 600px) {
    .heading--4 {
      font-size: 16px; } }

.sub-text {
  margin-bottom: 10px;
  font-size: 14px; }

.package__tag {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid black;
  display: inline-block;
  margin-bottom: 10px; }
  .package__tag--free {
    background-color: #ffffff; }
  .package__tag--promoted {
    background-color: #233bb3;
    color: #fff; }
  .package__tag--bronze {
    background-color: #cd7f32; }
  .package__tag--silver {
    background-color: #C0C0C0; }
  .package__tag--gold {
    background-color: #FFD700; }

.entryTable {
  width: 100%; }
  .entryTable th {
    font-weight: bold;
    padding-bottom: 10px; }
  .entryTable tr {
    border-bottom: 1px solid #aaa; }
    .entryTable tr.entryTable__header {
      border-bottom: 2px solid #666; }
    .entryTable tr:nth-child(odd) {
      background-color: #fff; }
    .entryTable tr:nth-child(even) {
      background-color: #dadada; }
  .entryTable td {
    padding: 7px 3px; }

.flexi--space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flexi--space-between a {
    display: inline-block;
    padding: 10px;
    background-color: #2b5282;
    color: #ffffff;
    border-radius: 3px;
    margin: 30px 0; }
  .flexi--space-between .current {
    display: inline-block;
    padding: 10px;
    background-color: #ffffff;
    color: #2b5282;
    border: 1px solid #2b5282;
    border-radius: 3px;
    margin: 30px 0; }

.edit-link {
  color: blue;
  padding: 5px 3px; }
.img-fix {
  border: 0;
  outline: none;
  text-decoration: none;
}
.details {
  width: 100%;
 max-width: 95%;
 margin: 20px auto;
}
.details td {
  padding: 20px;
  border-bottom: 1px solid #dedede;
  line-height: 1.4;
}
.details tr:nth-of-type(2n+1) td {
  background: #efefef;
}
.details tr td:first-of-type {
  color:#555;
}
.details tr td:last-of-type {
  padding-left: 40px;
}
.details tr td:last-of-type a {
  display: inline-block;
  padding:10px 15px;
  background: #000;
  color: #fff;
  text-decoration: none;
  transition: .25s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.details tr td:last-of-type a:hover {
  background: #00c1e3;
}
.wait {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(70,70,70,0.5);
  text-align: center;
  vertical-align: center;

}
.wait .fas {
  animation: lds-dual-ring 1.2s ease-in-out infinite;
  font-size: 40px;
  position: fixed;
  top:50%;
  left: 50%;
  color: #ffffff;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.progress {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;

}
.progress__block {
  width: 15%;
  max-width: 100px;
  padding:15px;
  background: #bee9c0;
  margin: 60px 2px 0;
}
.progress__block.active {
  background: #54ac58;
}
.progress__block.current {
  background: #166f1a;


}
