.flex-column {
  display: flex;
  flex-direction: column;
  color: rgb(35, 31, 32);
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
}

.cf:befored,
.cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

nav .inner {
  justify-content: space-between;
  align-items: center;
}

footer {
  background: #eee;
  height: 275px;
}

footer .inner {
  background: #eee;
  padding: 50px 0;
  max-width: 90vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}

footer.research-view .inner {
  margin: 0;
  padding: 50px 50px;
}

footer .subscribe {
  float: left;
  width: 50%;
}

footer .subscribe .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
  margin-top: -3px;
}

footer .subscribe .subtitle {
  font-size: 16px;
  margin-top: 3px;
  color: #555;
  line-height: 1.3;
}

footer .subscribe form {
  margin-top: 20px;
}

footer .subscribe input[type='text'],
footer .subscribe input[type='email'] {
  width: 420px;
  box-sizing: border-box;
  border: 0;
  background: #fff;
  padding: 10px 12px;
  border-radius: 5px;
  height: 50px;
  font-size: 18.5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  color: #222;
  border: 2px solid #aaa;
  vertical-align: middle;
}

footer .subscribe input[type='text']:hover,
footer .subscribe input[type='email']:hover {
  border-color: #888;
}

footer .subscribe input[type='text']:focus,
footer .subscribe input[type='email']:focus {
  border-color: #555;
}

footer .subscribe input[type='submit'] {
  background: #222;
  border: 0;
  color: #fff;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
  font-weight: 700;
  width: 420px;
  margin-top: 10px;
  vertical-align: middle;
  font-size: 15px;
}

footer ul {
  width: 25%;
  float: left;
  margin-left: 1rem;
}

footer ul li.title {
  /*text-transform: uppercase;*/
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  color: #222;
}

footer ul li {
  font-size: 15.5px;
  line-height: 1.4;
  color: #444;
}

footer ul li + li {
  margin-top: 10px;
}

footer ul li a:hover {
  color: #222;
}

@media only screen and (max-width: 1160px) {
  footer .inner {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  footer .subscribe {
    width: 100%;
    float: none;
  }

  footer .subscribe input[type='text'],
  footer .subscribe input[type='email'],
  footer .subscribe input[type='submit'] {
    width: 100%;
  }

  footer ul {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  footer.research-view .inner {
    padding: 50px 30px;
  }
}

@media only screen and (max-width: 1024px) {
  footer.research-view .inner {
    padding: 30px 15px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  footer ul {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  footer .inner {
    padding: 35px 20px;
  }

}

@media only screen and (max-width: 400px) {
  footer .inner {
    padding: 30px 15px;
  }

  footer ul li.title {
    font-size: 15px;
  }

  footer ul li {
    font-size: 15px;
  }
}

@font-face {
  font-family: GT Alpina;
  src: url('../fonts/GT-Alpina-Standard-Regular.woff2') format('woff2'),
    url('../fonts/GT-Alpina-Standard-Regular.woff') format('woff');
}

/*-Body-*/

body.dark {
  background: #231f20;
}
body.lightgrey {
  background: #f0f8f9;
}

.center-all {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/*-Form page-*/

.inline-logo {
  display: inline-block;
  margin-bottom: 40px;
  width: 65px;
}

.form-box {
  text-align: center;
  width: 100%;
  max-width: 470px;
  margin: 0 20px;
}

.form-box .form-title {
  font-size: 27px;
  color: #fff;
  font-weight: 700;
}

.form-box .form-subtitle {
  color: #fff;
  margin-top: 10px;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.3;
}

.form-box form {
  margin-top: 35px;
  text-align: left;
}

.form-box form .error {
  background: #fff;
  padding: 14px 15px;
  border-radius: 5px;
  text-align: center;
  color: #fd6262;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 16px;
}

.form-box form .row + .row {
  margin-top: 20px;
}

.form-box form .row label {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
}

.form-box form .row input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0;
  border: 0;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 18.5px;
  color: #222;
}

.form-box form .row button {
  margin-top: 10px;
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 25px;
  box-sizing: border-box;
  background: rgb(255, 182, 26);
  color: #222;
  font-weight: 700;
  font-size: 16.5px;
}

/*-Dashboard-*/

.dashboard {
  width: 100%;
  max-width: 1100px;
  margin: 66px auto 0;
  padding: 50px 0;
}

.dashboard section + section {
  margin-top: 70px;
}

.dashboard .section-title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 25px;
}

.reports-list {
  margin: 0 -20px;
  margin-top: -35px;
}

.reports-list .report-card {
  margin-top: 35px;
  width: 33.33%;
  float: left;
}

.reports-list .report-card .inner {
  display: block;
  background: #fff;
  margin: 0 20px;
  box-shadow: 25px 60px 125px -25px rgba(80, 102, 144, 0.1),
    16px 40px 75px -40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /*border: 1px solid #d0d0d0;*/
  border-top: 10px solid #d2d8f0;
  padding: 25px 25px;
  min-height: 225px;
  border-radius: 10px;
  position: relative;
  transition: all 0.2s ease;
}

.reports-list .report-card .inner:hover {
  border-color: #fbbc04;
}

.reports-list .report-card .report-title {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.35;
  color: #222;
  font-family: GT Alpina;
  margin-top: -5px;
}

.reports-list .report-card .report-unlocks {
  margin-top: 15px;
  display: inline-block;
  border: 1px solid #fbbc04;
  color: #333;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;

  position: absolute;
  bottom: 20px;
  right: 25px;
}

.reports-list .report-card .report-unlocks:before {
  content: '';
  display: inline-block;
  height: 11px;
  width: 11px;
  background: url('../img/lock-icon.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.reports-list .report-card .report-date {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #888;
  font-size: 14px;
}

.pricing-plans {
  margin-top: -35px;
}

.pricing-plans .plan {
  margin-top: 35px;
  width: calc(50% - 15px);
  float: left;
  box-shadow: 25px 60px 125px -25px rgba(80, 102, 144, 0.1),
    16px 40px 75px -40px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  padding: 25px 25px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  transition: all 0.2s ease;
}

.pricing-plans .plan:hover {
  box-shadow: 25px 60px 125px -25px rgba(80, 102, 144, 0.2),
    16px 40px 75px -40px rgba(0, 0, 0, 0.4);
}

.pricing-plans .plan + .plan {
  margin-left: 30px;
}

.pricing-plans .plan .plan-title {
  font-size: 22.5px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
}

.pricing-plans .plan .plan-price {
  font-size: 22px;
  font-weight: 400;
  color: #333;
  position: absolute;
  right: 25px;
  top: 25px;
}
.pricing-plans .plan .plan-price.contact {
  font-size: 18px;
  font-style: italic;
}

.pricing-plans .plan .plan-price .permonth {
  font-size: 16.5px;
}

.pricing-plans .plan .plan-features {
  margin-top: 20px;
}

.pricing-plans .plan .plan-features li {
  line-height: 1.4;
  position: relative;
  padding-left: 35px;
  font-size: 17px;
  color: #333;
}

.pricing-plans .plan .plan-features li:before {
  content: '';
  display: inline-block;
  height: 23px;
  width: 23px;
  box-sizing: border-box;
  border: 2px solid #fbbc04;
  background: url(../img/tick-icon.png);
  background-size: 12px;
  background-position: 5px 3px;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0;
}

.pricing-plans .plan .plan-features li + li {
  margin-top: 8px;
}

.pricing-plans .plan .plan-cta {
  margin-top: 22px;
  font-weight: 700;
  font-size: 17.5px;
  display: inline-block;
  padding: 17px 20px;
  background: #fbbc04;
  border-radius: 20px;
  display: block;
  text-align: center;
  color: #111;
  transition: all 0.2s ease;
}

.pricing-plans .plan .plan-cta:hover {
  background: #fac31e;
}

/*-Footer-*/

footer {
  background: #eee;
}

footer .inner {
  padding: 50px 0;
  max-width: 1100px;
  margin: 0 auto;
}

footer.research-view .inner {
  margin: 0;
  padding: 50px 50px;
}

footer .subscribe {
  float: left;
  width: 50%;
}

footer .subscribe .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
  margin-top: -3px;
}

footer .subscribe .subtitle {
  font-size: 16px;
  margin-top: 3px;
  color: #555;
  line-height: 1.3;
}

footer .subscribe form {
  margin-top: 20px;
}

footer .subscribe input[type='text'],
footer .subscribe input[type='email'] {
  width: 420px;
  box-sizing: border-box;
  border: 0;
  background: #fff;
  padding: 10px 12px;
  border-radius: 5px;
  height: 50px;
  font-size: 18.5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  color: #222;
  border: 2px solid #aaa;
  vertical-align: middle;
}

footer .subscribe input[type='text']:hover,
footer .subscribe input[type='email']:hover {
  border-color: #888;
}

footer .subscribe input[type='text']:focus,
footer .subscribe input[type='email']:focus {
  border-color: #555;
}

footer .subscribe input[type='submit'] {
  background: #222;
  border: 0;
  color: #fff;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
  font-weight: 700;
  width: 420px;
  margin-top: 10px;
  vertical-align: middle;
  font-size: 15px;
}

footer ul {
  width: 25%;
  float: left;
}

footer ul li.title {
  /*text-transform: uppercase;*/
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  color: #222;
}

footer ul li {
  font-size: 15.5px;
  line-height: 1.4;
  color: #444;
}

footer ul li + li {
  margin-top: 10px;
}

footer ul li a:hover {
  color: #222;
}

@media only screen and (max-width: 1160px) {
  .dashboard {
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
    max-width: 100%;
  }

  footer .inner {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  footer .subscribe {
    width: 100%;
    float: none;
  }

  footer .subscribe input[type='text'],
  footer .subscribe input[type='email'],
  footer .subscribe input[type='submit'] {
    width: 100%;
  }

  footer ul {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  footer.research-view .inner {
    padding: 50px 30px;
  }
}

@media only screen and (max-width: 1160px) {
  .dashboard {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  footer.research-view .inner {
    padding: 30px 15px;
  }

  .reports-list .report-card {
    width: 50%;
  }

  .pricing-plans {
    margin-top: -25px;
  }

  .pricing-plans .plan {
    width: 100%;
    margin-top: 30px;
  }

  .pricing-plans .plan + .plan {
    margin-left: 0;
  }
}

@media only screen and (max-width: 740px) {
  .dashboard {
    padding: 30px 0;
  }

  .reports-list {
    margin-top: -20px;
  }

  .reports-list .report-card {
    width: auto;
    float: none;
    margin-top: 20px;
  }

  .reports-list .report-card .inner {
    min-height: 100px;
    padding: 20px 15px;
  }

  .reports-list .report-card .report-unlocks {
    position: static;
  }

  .reports-list .report-card .report-date {
    position: absolute;
    right: 15px;
    left: auto;
    font-size: 13px;
  }

  .pricing-plans .plan {
    padding: 15px 15px;
  }

  .pricing-plans .plan .plan-title {
    font-size: 20px;
  }

  .pricing-plans .plan .plan-price {
    font-size: 18px;
  }

  .pricing-plans .plan .plan-features li {
    font-size: 16px;
  }

  .pricing-plans .plan .plan-cta {
    font-size: 16px;
  }

  .pricing-plans .plan .plan-price {
    position: static;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 600px) {
  footer .inner {
    padding: 35px 20px;
  }
}

@media only screen and (max-width: 414px) {
  .dashboard {
    margin-left: 20px;
    margin-right: 20px;
    padding: 25px 0;
  }

  .dashboard .section-title {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .reports-list .report-card .report-title {
    font-size: 23px;
  }

  .inline-logo {
    width: 60px;
  }

  .form-box .form-title {
    font-size: 25px;
  }

  .form-box form .row button {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 400px) {
  .dashboard section + section {
    margin-top: 50px;
  }

  .dashboard .section-title {
    font-size: 22px;
  }

  footer .inner {
    padding: 30px 15px;
  }

  footer ul li.title {
    font-size: 15px;
  }

  footer ul li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .dashboard {
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
  }

  .dashboard .section-title {
    font-size: 20px;
  }

  .reports-list .report-card .report-title {
    font-size: 21.5px;
  }

  .pricing-plans .plan .plan-title {
    font-size: 19px;
  }

  .pricing-plans .plan .plan-price {
    font-size: 17px;
    margin-top: 10px;
  }

  .pricing-plans .plan .plan-features li {
    font-size: 15px;
  }

  .pricing-plans .plan .plan-cta {
    font-size: 15.5px;
  }

  .center-all {
    position: static;
    padding: 20px 0;
    display: block;
  }

  .form-box {
    margin: 0 15px;
    width: auto;
  }
}

#no-match,
#too-short {
  margin-bottom: 10px;
  color: #fd6262;
}
