@media only screen and (min-width: 768px) {
    .p-home .hero .row {
        min-height: 500px;
    }
}
.p-home .hero h1,
.p-home .hero .h1 {
   
}
@media only screen and (min-width: 481px) {
    .p-home .hero h1,
    .p-home .hero .h1 {
      
    }
}
@media only screen and (min-width: 1120px) {
    .p-home .hero h1,
    .p-home .hero .h1 {
       
    }
}
.p-home .hero h1 .accent-1,
.p-home .hero .h1 .accent-1 {
    color: #000;
}
.p-home .hero h1 .accent-2,
.p-home .hero .h1 .accent-2 {
    color: #000;
}
.p-home .hero h1 .accent-3,
.p-home .hero .h1 .accent-3 {
    color: #00a656;
}
.p-home .hero h1 .accent-4,
.p-home .hero .h1 .accent-4 {
    color: #30aabc;
}
.p-home .hero h1 .accent-1,
.p-home .hero .h1 .accent-1 {
    display: inline;
    width: 100%;
}
.p-home .hero h1 {
    display: block;
}

.p-home .hero .h1-animated {
    width: 100%;
    display: none;
}
@media (prefers-reduced-motion: no-preference) {
    html[lang^="en-"] .p-home .hero .h1-animated {
        display: block;
    }
}

.p-home .hero .h1-animated-row > * {
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: 0 0.1em;
}
.p-home .hero .h1-animated.spinning > span:not(.spinner) {
    color: #03363d;
}
/*@keyframes h1-twinkle-1 {
    16.6666666667% {
        color: #86BA15;
    }
    33.3333333333% {
        color: #B563E1;
    }
    50% {
        color: #2FAA8B;
    }
    66.6666666667% {
        color: #86BA15;
    }
    83.3333333333% {
        color: #000;
    }
    100% {
        color: #000;
    }
}
@keyframes h1-twinkle-2 {
    16.6666666667% {
        color: #000;
    }
    33.3333333333% {
        color: #86BA15;
    }
    50% {
        color: #2FAA8B;
    }
    66.6666666667% {
        color: #B563E1;
    }
    83.3333333333% {
        color: #86BA15;
    }
    100% {
        color: #000;
    }
}
@keyframes h1-twinkle-3 {
    16.6666666667% {
        color: #fed6a8;
    }
    33.3333333333% {
        color: #000;
    }
    50% {
        color: #30aabc;
    }
    66.6666666667% {
        color: #f79a3e;
    }
    83.3333333333% {
        color: #00a656;
    }
    100% {
        color: #00a656;
    }
}
@keyframes h1-twinkle-4 {
    16.6666666667% {
        color: #00a656;
    }
    33.3333333333% {
        color: #fed6a8;
    }
    50% {
        color: #000;
    }
    66.6666666667% {
        color: #30aabc;
    }
    83.3333333333% {
        color: #f79a3e;
    }
    100% {
        color: #30aabc;
    }
}*/
.p-home .hero .h1-animated.spinner-complete .accent-1 {
    animation: h1-twinkle-1 3s steps(1) forwards;
}
.p-home .hero .h1-animated.spinner-complete .accent-2 {
    animation: h1-twinkle-2 3s steps(1) forwards;
}
.p-home .hero .h1-animated.spinner-complete .accent-3 {
    animation: h1-twinkle-3 3s steps(1) forwards;
}
.p-home .hero .h1-animated.spinner-complete .accent-4 {
    animation: h1-twinkle-4 3s steps(1) forwards;
}
.p-home .hero .spinner {
    position: relative;
    top: 0.2em;
    transition: flex 0.5s;
    transition: flex 0.5s, -ms-flex 0.5s;
}
.p-home .hero .spinner .spinner-underline {
    background: #03363d;
    bottom: -5%;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    max-width: 100%;
    position: absolute;
    transition: width 0.25s;
    width: 0;
}
@media only screen and (min-width: 768px) {
    .p-home .hero .spinner .spinner-underline {
        height: 4px;
    }
}
.p-home .hero .spinner .spinner-container {
    -ms-flex-align: start;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 1.1em;
    overflow: hidden;
    position: relative;
    width: 100%;
	    align-items: flex-start;
}
@-moz-document url-prefix() {
    .p-home .hero .spinner .spinner-container {
        line-height: 1.4em;
    }
}
.p-home .hero .spinner .spinner-container .spinner-item {
	width:auto !important;
    display: block;
    position: relative;
    transform: translateY(100%);
    transition-duration: 0.5s;
    transition-property: transform;
    white-space: nowrap;
    top: -0.2em;
/* 	left: -15px; */
}
.p-home .hero .spinner[data-spin-to="0"] .spinner-container .spinner-item {
    transform: translateY(0%);
}
.p-home .hero .spinner .spinner-item:nth-child(2) {
    color: #5050C5;
}
.p-home .hero .spinner[data-spin-to="1"] .spinner-container .spinner-item {
    transform: translateY(-100%);
}
.p-home .hero .spinner .spinner-item:nth-child(3) {
    color: #23856D;
}
.p-home .hero .spinner[data-spin-to="2"] .spinner-container .spinner-item {
    transform: translateY(-200%);
}
.p-home .hero .spinner .spinner-item:nth-child(4) {
    color: #D75674;
}
.p-home .hero .spinner[data-spin-to="3"] .spinner-container .spinner-item {
    transform: translateY(-300%);
}
.p-home .hero .spinner .spinner-item:nth-child(5) {
    color: #5050C5;
}
.p-home .hero .spinner[data-spin-to="4"] .spinner-container .spinner-item {
    transform: translateY(-400%);
}
.p-home .hero .spinner .spinner-item:nth-child(6) {
    color: #008392;
}
.p-home .hero .spinner[data-spin-to="5"] .spinner-container .spinner-item {
    transform: translateY(-500%);
}
.p-home .hero .spinner[data-spin-to="6"] .spinner-container .spinner-item {
    transform: translateY(-600%);
}
.p-home .hero .spinner-delayed .spinner-item {
    transition-delay: 0.125s;
}
@media only screen and (max-width: 767px) {
    .p-home .hero .h1-animated{
        text-align: left;
    }
    .p-home .hero .spinner .spinner-container{
        align-items: flex-start;
    }
    .p-home .hero .link-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .p-home .hero .link-group > .button {
        width: 100%;
    }
    .new-home-top-banner .row-new h1 span{
        color: #D75674;
    }
    .p-home .hero .spinner .spinner-item:nth-child(2) {
        color: #5050C5;
    }
    .p-home .hero .spinner .spinner-item:nth-child(3) {
        color: #23856D;
    }
    .p-home .hero .spinner .spinner-item:nth-child(4) {
        color: #D75674;
    }
    .p-home .hero .spinner .spinner-item:nth-child(5) {
        color: #5050C5;
    }
    .p-home .hero .spinner .spinner-item:nth-child(6) {
        color: #008392;
    }
    .h1-animated-row.second-animated{
        -ms-flex-align: baseline;
        align-items: baseline;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: center;
        margin: 0 -0.1em;
    }
    .h1-animated-row.second-animated .accent-2{
        margin: 0 0.1em !important;
    }
    .h1-animated-row.second-animated .accent-3{
        margin: 0 0.2em !important;
    }
    .h1-animated-row.second-animated{
        line-height: 55px !important;
    }
}
@media only screen and (max-width: 767px) {
	
	
    .p-home .hero .link-group .hide-medium-down {
        display: none !important;
    }
    .p-home .hero .spinner .spinner-container .spinner-item{
        top: -0.1em;
    }
    .p-home .hero h1 .accent-1, .p-home .hero .h1 .accent-1 {
        display: block;
    }
    .p-home .hero .spinner{
        top: 0.1em;
    }
    .h1-animated-row {
        line-height: 58px;
    }
}
.p-home .hero h1,
.p-home .hero p,
.p-home .hero .stat.stat-large .stat-body-copy,
.stat.stat-large .p-home .hero .stat-body-copy,
.p-home .hero table td,
table .p-home .hero td {
    color: #8373EB;
}
.p-home .hero .h1-animated.spinning .accent:not(.spinner) {
    color: #000;
}
.p-home .hero .spinner .spinner-underline {
    background: #8373EB;
}

@media (max-width: 480px){
    .p-home .hero .spinner .spinner-container .spinner-item{
        top: -0.1em;
    }
    .h1-animated-row{
        line-height: 58px;
    }
    .p-home .hero .spinner{
        top: 0.1em;
    }
    .h1-animated-row .accent-4.spinner{
        top: 0.15em;
    }
    .p-home .hero h1 .accent-1, .p-home .hero .h1 .accent-1{
        display: block;
    }
}
@media (max-width: 400px){
    .p-home .hero .spinner .spinner-container .spinner-item {
        top: -0.2em;
    }
    .p-home .hero .spinner {
        top: 0.2em;
    }
}
@media (max-width: 350px){
    .p-home .hero .spinner .spinner-container .spinner-item {
        top: -0.25em;
    }
    .p-home .hero .spinner {
        top: 0.25em;
    }
    .p-home .hero .h1-animated.spinner-complete .accent-4{
        top: 0.2em !important;
    }
}


