.splash h1, .splash h2, .splash p{
    margin:0;
    padding:0;
}
/*Barwick css*/
@media screen and (min-width: 40em) {
    section.home-hero figure {
        margin-top: 2.77778rem
    }
}
section.home-hero figure video {
    position: absolute;
    max-width: 71%;
    top: 3%;
    left: 14.7%
}
@media screen and (max-width: 63.9375em) {
    section.home-hero figure {
        text-align: center
    }
    section.home-hero figure img {
        max-width: 80%
    }
}
section.personal-finance-class {
    padding-top: 0;
    overflow: hidden
}

section.finance-lab {
    padding-bottom: 0;
    background: #f5f7f8;
    overflow: hidden;
    position: relative;
}
section.finance-lab img.finance-lab {
    margin: 40px auto -3px;
    width: 100%;
    max-width: 52.77778rem;
    box-shadow: 0 0 6px 5px rgba(0, 0, 0, 0.05);
    border-top-left-radius: .69444rem;
    border-top-right-radius: .69444rem;
    display: block;
}
section.finance-lab img.text-graphic-1 {
    position: absolute;
    max-width: 15.55556rem;
    max-height: 13.88889rem;
    top: 13.19444rem;
    left: 4.16667rem;
    animation: 4.5s rotateCircle infinite linear
}
section.finance-lab img.text-graphic-2 {
    position: absolute;
    max-width: 15.55556rem;
    max-height: 11.80556rem;
    top: 13.19444rem;
    right: 4.86111rem;
    animation: 4.5s rotateCircle reverse infinite linear
}
@media screen and (max-width: 63.9375em) {
    section.finance-lab img.text-graphic-1,
    section.finance-lab img.text-graphic-2 {
        display: none
    }
}

.splash h2 {
    font-family: 'Roboto Slab';
    font-weight: normal;
}

section.splash-top {
    padding: 100px 50px;
    background-color: #fff;
    background-image: url(https://content.personalfinancelab.com/wp-content/uploads/iStock-492013112-1.jpg);
}

.inside-head h2{
    /* color:#fff; */
    font-size: 2rem;
    text-align: left;
}
.inside-list ul{
    list-style:none;
    text-align:left;
    margin-left:auto;
    color: #333;
    font-size:1.5rem;
    margin-top: 1rem;
    line-height:2rem;
}
.inside-list ul li{
    line-height: 3rem;
}
.features h2 {
    text-align: center;
    padding: 3%;
    font-size: 3rem;
    color: #6037ce;
}

section.features .large-9 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    min-width: 1025px;
}

.features p {
    text-align: center;
}

.large-4.columns {
    width: 33%;
    display: inline-block;
}

.features a {
    text-decoration: none;
}

.features img {
    height: 8rem;
    width: auto;
}
section.product-highlight.darkg {
    background-color:#333;
    min-height: 0;
}
.product-highlight:before{
    height:0;
    display:none;
}
.darkg .large-8{
    width:50%;
    margin-left:auto;
    margin-right:auto;
    color:#fff;
}
.darkg h2{
    color:#fff;
    font-size:2.5rem;
    padding:5%;
}
.darkg p{
    text-align:center;
    padding-bottom:3%;
    color: #fff;
}
.darkg img{
    height:2rem;
    vertical-align: middle;
    margin: 1rem;
}

.splash .button {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.85em 1em;
    /* border: 1px solid #95d469; */
    color: #333;
    border-radius: 3px;
    transition: 0.3s;
    margin: 2rem;
    background-color: #88e616;
}
.login-btn{
    color:#fff!important;
    border-color:#fff!important;
    background-color:#6037ce;
    padding:1rem 1.2rem!important;
}
.splash .button:hover {
    color: #fff;
    background-color: #95d469;
}
.large-12.columns.text-center {
}

section.personal-finance-class {
    background-color: #fff;
}
.personal-finance-class .row{
    width:75%;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:5%;
}

.splash h3 {
    color: #6037ce;
    font-family: 'Roboto Slab';
    font-weight: 400;
    font-size: 1.7rem;
}

.text-center, .text-center p, .text-center h3 {
    text-align: center;
}
.personal-finance-class p{
    width: 50%;
    margin-left:auto;
    margin-right:auto;
    padding:2%;
    line-height: 1.5rem;
}

section.product-highlight figure {
    overflow: visible;
}
.product-highlight .row{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-bottom: 3rem;
    padding-top: 5rem;
    min-height: 600px;
}
.product-highlight .large-5{
    display:inline-block;
    width: 45%;
    padding: 5%;
    text-align: left;
}
.product-highlight .large-7{
    width: 54%;
    margin-top: 4rem;
    display: inline-block;
    height: 100%;
}
.product-highlight p{
    padding-bottom:2rem;
}

.product-highlight figure img {
    width: 100%;
}
.product-highlight.dark .large-7{
    float:left;
}
section.finance-lab{
    padding-top:5%;
    padding-bottom: 5vh;
}
.finance-lab p{
    width:50%;
    margin-left:auto;
    margin-right:auto;
}
.login-wrapper {
    text-align: left;
    margin-left: 10%;
    margin-top: 3%;
}
a.login-btn.button.signup {
    background-color: #95d469;
    padding: 0.8rem 1rem!important;
}

.buttons-wrapper {
    width: 100%;
    display: block;
}

.login-wrapper {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.signup-wrapper {
    width: 40%;
    display: inline-block;
    text-align: left;
}
/*Animations*/
@keyframes a_slide {
  0% {
    opacity:1; }
  30%{
      opacity:1;
  }
  31%{
      opacity:0;
  }
  99%{
      opacity:0;
  }
  100% {
    opacity:1; } }

@keyframes b_slide {
  0% {
    opacity:0; }
  33%{
      opacity:0;
  }
  34%{
      opacity:1;
  }
  63% {
    opacity:1; }
  64% {
    opacity:0; }
  100% {
    opacity:0; } }
@keyframes c_slide {
  0% {opacity:0;
    }
  66% {
      opacity:0;
   }
  67% {
      opacity:1;
     }
  97%{
      opacity:1;
  }
  98%{
      opacity:0;
  }
  100% {
    opacity:0 } }
.splash{
    text-align:center;
}

section.features {
    background: #eeeeee;
}

section.product-highlight.dark-product {
    background: #6037ce;
    color: #fff;
    min-height: 564px;
}

.dark-product h3 {
    color: #95d469;
}

section.product-highlight.darkg.blag {
    min-height: 600px;
}
.product-highlight {
    height: initial!important;
}

section.product-highlight.economics-class .large-6 img, .business-class .large-6 img {
    width:70%;
}

section.product-highlight.economics-class .copy {
    margin-top:3vh;
}
    .button {
        position: relative;
        z-index: 99;
    }
.get-features {
    background-color:#6037ce;
    color:#fff;
    padding: 2vw;
}

.get-features h2 {
    padding:2vw;
    color:#fff;
}

.get-features h3 {
    color:#fff;
}

.shrink-wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.get-feature{
    transition:0.3s;
    border-radius:10px;
    padding:10px;
    box-shadow:0 0 30px transparent;
}

.large-3 .get-feature img {
    width: 75%;
    margin-bottom: 30px;
}
.large-4 .get-feature img {
    width: 25%;
    margin-bottom: 30px;
}
.get-feature .paragraph{
    max-width:80%;
    margin-left:auto;
    margin-right:auto;
}

img.pop{
    width:10%;
    position:absolute;
    transition:0.3s;
}
.pop1{
    top:40px;
    left:-10%;
    transition-delay:1s;
}
.get-features:hover .pop1{
    left:1%;
    transition-delay:0.5s;
}
.pop2{
    top:120px;
    right:-10%;
    transition-delay:2s;
}
.get-features:hover .pop2{
    right:1%;
    transition-delay:2s;
}
.pop3{
    top:360px;
    left:-10%;
    transition-delay:0.5s;
}
.get-features:hover .pop3{
    left:1%;
    transition-delay:3s;
}
.pop4{
    top:400px;
    right:-10%;
    transition-delay:0.5s;
}
.get-features:hover .pop4{
    right:1%;
    transition-delay:4s;
}

.large-3 .get-feature:hover {
    background-color:#fff;
    color:#333;
    box-shadow:0 0 30px #000;
}
.get-feature:hover h3{
    color:#333;
}
.get-features .button{
}

.demo-callout {
    text-align: center;
    /* width: 60%; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* border-left: 1px solid white; */
    padding-left: 10%;
    padding-right: 10%;
}

.mission {
    padding-left: 10%;
    padding-right: 10%;
    border-right: 1px solid white;
}

.inside-button {text-align: left;}
.covid-inner.alert {
    background: #ff0060;
    color:#fff;
}

.inside-right video {
    display: none;
}
.inside-right img{
    width: 100%;
}
.top-text {
    /*padding: 100px;*/
}
section.homesponsor {
    padding-top: 20px;
    border-top: 15px solid #ff0060;
}