@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');


body {
    background-color:#0c0c0c;
    color:#efefef;
    font-family:'Open Sans', sans-serif;
    margin:0px;
    overflow-x:hidden;
}

strong {
    font-weight:700;
}

a:link, a:visited, a:active {
    color: #444;
}
  
a:hover {
    color: inherit;
}

.imgleft img {
/*    width:650px; */
}

#signupcontainer {
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.textright {
    padding:0px 30px;
    width:100%;
    max-width:600px;
}

.textright h1, .textright h3 {
    text-align:left;
    margin:31px 0px;
}

@media (max-width: 1280px) {
    .textright {
        min-width: 200px;
    }
    .textright h1 {
        font-size:20pt
    }
    .textright h3 {
        font-size:14pt;
    }
}


/* Fonts */

h1 {
    font-weight:700;
    text-align:center;
    font-size:30pt;
}

h2 {
    font-weight:700;
}

.row h2 {
    font-size: 30pt;
}

h3 {
    font-weight:500;
    text-align:center;
    margin:42px 0px;
    font-size:18pt;
}

@media (max-width:760px) {
    h3 {
        margin:0px;
    }
}

h3 a {
    text-decoration:underline;
}

p, li {
    font-weight:500;
    font-family:'Open Sans';
    font-size:14pt;
}

/* Element Classes */

.container {
    position:relative;
    width: 100%;
    margin: 0px;
    padding:40px 0px;
    background-color: #fff;
    z-index:1;
    overflow:hidden;
    box-sizing: border-box;
}

.container.dark {
    color: #ededed;
    background-color:#181818;
}

/* Color schemes */

.light1 {
    background-color:#fff;
    color:#222;
}
.light2 {
    background-color:#fcfcfc;
    color:#222;
}
.dark1 {
    background-color:#282620;
    color:#efefef;
}
.dark2 {
    background-color:#1d1d1d;
    color:#efefef;
}
.dark3 {
    background-color:#171716;
    color:#efefef;
}

.dark1 a:link, .dark1 a:visited, .dark1 a:active {
    color: rgb(223, 223, 223);
}

.container .row {
    max-width:1300px;
    margin:0px auto;
    padding:20px 20px;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
}

.cols2 {
    display:flex;
    flex-wrap:wrap;
}
.cols2 > div {
    min-width: 500px;
    width: 50%;
    flex-grow: 1;
    padding:0px 20px;
    box-sizing: border-box;
}
.cols2 > div:first-child {
    padding-left:0px;
}
.cols2 > div:last-child {
    padding-right:0px;
}

@media (max-width: 760px) {
    .cols2 > div {
        min-width:100%;
        padding:0px !important;
    }
}

iframe.videoembed {
    border-radius:8px;
    margin:20px auto;
    width:100% !important;
    aspect-ratio:16/9 !important;
}

.video-player {
    border-radius:8px;
    margin:20px auto;
    width:100% !important;
    aspect-ratio:16/9 !important;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.video-player > iframe {
    width:100%;
    height:100%;
}

.video-player > img {
    width:100%;
    opacity: .6;
    transition:.25s;
    cursor: pointer;
}

.video-player i.play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50pt;
    color: #fffc;
    transition:.25s;
    cursor: pointer;
}

.video-player:hover i.play-button {
    color:#ffff;
}

.video-player i.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-player:hover > img {
    opacity: .8;
}

#top {
    width:100%;
    height:100vh;
    margin:0px;
    display:block;
    position:relative;
    top:50%;/*
    background-color: #222;
    background:url('./img/shop-bg-blur.jpg');
    background-size:cover;
    background-position:center;*/
}
#top.topsmall {
    background-color:#111;
    z-index:5;
}
#top .row {
    z-index:1;
    text-align:center;
    top: calc(50% - 200px);
    position: absolute;
    width: 100%;
}

#top h2 {
    font-size:24pt;
    font-family:'Ubuntu';
    font-style:normal;
    margin:22px auto;
}

#content {
    background-color:#fff;
    width:100%;
    color:#222;
}

#bigimg {
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    z-index:-1;
    width:100vw;
    height:100vh;
    background-image:url(img/chatter-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity:.15;
}

.fw1 {
    background-image:url(img/IMG_4414-Edit-6.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:center;
    height:100vh;
}

#homevid {
    z-index:-1;
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    overflow-x:hidden;
    min-width:100vw;
    position: fixed;
    opacity: .5;
    min-height: 100vh;
}

@media (max-width: 760px) {
    #homevid {
        display:none;
    }
}

#homevid-placeholder {
    z-index:-1;
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    overflow-x:hidden;
    min-width:100vw;
    position: fixed;
    opacity: .5;
    min-height: 100vh;
}

.top {
    text-align:center;
}

.button {
    padding:10px;
    border-radius:10px;
    background-color:#d84646;
    display:block;
    margin:30px auto;
    text-align:center;
    width:190px;
    transition-duration: 0.08s;
    color: #efefef;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}

.button a {
    color:#efefef;
}

.button-light {
    padding:10px;
    border-radius:10px;
    background-color:#fff0;
    border:1px solid #efefef;
    display:block;
    margin:30px auto;
    text-align:center;
    width:190px;
    transition-duration: 0.08s;
    box-sizing: border-box;
}


.videobutton {
    -webkit-appearance: button !important;
    -moz-appearance: button !important;
    appearance: button !important;
    text-decoration: none !important;
    background-color: #f14752 !important;
    text-align:left !important;
    border: none !important;
    border-radius: 8px  !important;
    padding: 10px 20px !important;
    color: #fff !important;
    margin: 0px !important;
    font-size: 13pt !important;
    width:fit-content !important;
    cursor:pointer !important;
}

.videobutton:hover, .videobutton:active, .videobutton:visited {
    background-color:#cc434c !important;
}


.libutton {
    padding:4px 10px !important;
    border-radius:4px;
    background-color:#d84646;
    display:block;
    margin:10px auto !important;
    text-align:center;
    transition-duration: 0.08s;
    font-size:11pt;
    font-weight:400;
}

.button:hover, .libutton:hover {
    background-color:#fe5454;
}

.libutton a {
    transition-duration: 0.08s;
}

.libutton a:hover, .libutton a:active {
    color:#fff !important;
}

.button-light:hover {
    background-color:#fff3;
}

#nav a, #hero a {
    text-decoration:none;
    color:inherit;
}

#nav li {
    font-size:12pt !important;
}

.formcontainer {
    display:block;
    background-color:#fff;
    color:#222;
    border-radius:7px;
    max-width:450px;
    margin:20px auto;
    text-align:left;
    padding:22px;
}

form > * {
    display:block;
}

form {
    font-weight:600;
}

form > * {
    margin:6px 0px;
}

input[type=button], input[type=submit] {
    margin:30px auto 0px auto;
    width:auto;
    padding: 10px 20px;
    background-color: rgb(61, 61, 61);
    border: none;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    font-size:12pt;
}

input[type=submit]:hover {
    background-color:#222;
}

input[type=text], textarea {
    padding: 6px;
    margin: 4px 0px 11px 0px;
    border-radius: 3px;
    border: 1px solid #999;
    width: calc(100% - 12px);
}

textarea {
    width:calc(100% - 12px);
    height:100px;
}

input {
    width:100%;
}

.logo {
    text-align:center;
    width:100%;
    max-width: 624px;
}

.formcontainer p a {
    text-decoration:underline;
    text-align:center;
}

.msg {
    text-align:center;
}

#nav {
    position:sticky;
    top:0px;
    width:100%;
    max-width:1200px;
    margin: 0px auto;
    text-align:right;
    z-index:1;
    max-width: 1280px;
    padding: 0px 10px;
    box-sizing: border-box;
}

#nav li {
    display:inline-block;
    padding:13px 20px;
    list-style-type:none;
}

#nav li:hover {
    color:#d84646;
}

#nav .logo {
    max-height:36px;
    width: auto;
    height: auto;
    text-align:left;
    float:left;
    margin:20px 0px;
}

#nav ul {
    display:inline-block;
    padding:0px;
    margin:16px 6px;
} 

@media (max-width: 760px) {
    #nav ul {
        position: absolute;
        top:0px;
        right:0px;
    }
}

#mobile-nav-button {
    display:none;
}
#mobile-nav {
    display:none;
}
.mobile-top-logo {
    display:none;
}
@media (max-width: 760px) {
    #nav {
        display:none;
    }
    #mobile-nav-button {
        display:block;
        position: absolute;
        top:0px;
        right:0px;
        padding: 20px;
        cursor:pointer;
    }
    #mobile-nav-button i {
        font-size:20pt;
    }
    #mobile-nav {
        display:block;
        background-color: #fff;
        position: relative;
        border-radius: 8px;
        z-index: 10;
        overflow:hidden;

        transition:.35s;

        max-height:0px;
        padding:0px;
        margin:0px 15px;
    }
    #mobile-nav.active {
        max-height: 100vh;
        padding:5px 0px;
        margin: 15px;
    }
    .mobile-nav-upper {
        display:flex;
        flex-wrap:nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 12px 18px;
    }
    .mobile-nav-upper img {
        max-height:20px;
        opacity:.9;
    }
    .mobile-nav-upper i {
        font-size: 12pt;
        padding: 7px 4px;
        color:#aaa;
    }
    .mobile-nav-items > div {
        border-top: 1px solid #eee;
        padding: 20px 22px;
        color: #222;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        font-size: 13pt;
    }
    .mobile-top-logo {
        display:block;
        position:absolute;
        top:20px;
        left:20px;
    }
    .mobile-top-logo img {
        max-height:40px;
        width:auto !important;
    }
}

#top.topsmall {
    height:78px;
}

@media (max-width:760px) {
    #top.topsmall {
        height:0px;
    }
}


.colcontainer {
    display:flex;
    width:100%;
    margin:0px;
}

.colcontainer h3 {
    font-weight:600;
    margin:22px 0px;
}

.center {
    text-align:center;
}

.col2 {
    display:flex;
    align-items:center;
}
.cbg {
    background-image:url(./img/wire-texture.png);
    background-repeat:repeat;
}
.bbg {
    background-image:url(./img/shop-bg-blur.jpg);
    background-position:center;
    background-size:cover;
    width:100%;
    color:#efefef;
    background-attachment: fixed;
    box-sizing:border-box;
}
.col2 > * {
    display:block;
    width:50%;
}

.col2 h1 {
    text-align:left;
    margin: 10px 0px;
    font-weight: 600;
    color:#333;
    letter-spacing: -.5pt;
}

.col2 h2 {
    text-align:left;
    margin: 10px 0px;
    font-weight: 400;
    color: #444;
    letter-spacing: 0pt;
    font-size: 16pt;
}

#slide {
    position:relative;
    left:-50vw;
}

.col3 {
    width: calc(33% - 30px);
    margin: 10px;
    padding: 0px 20px;
    display: inline-block;
    background-color: #fafafa;
    border: 1px solid #d0d0d0;
    border-radius: 9px;
}

.container hr {
    margin:40px 50px;
}

.flex {
    display:flex;
    align-items: flex-start;
}

.fleft {
    width:50%;
}

.fright {
    width:50%;
}

.footer {
    font-size:8pt;
    text-align:center;
    margin-bottom:25px;
}

.table-light {
    border:1px solid black;
    border-collapse:collapse;
    text-align:left;
}

.table-light tr {
    border-bottom:1px solid black;
}

.table-light th, .table-light td {
    padding:5px 5px;
}

.mobile-only {
    display:none !important;
}

.cols {
    display:flex;
}

@media (max-width: 760px) {
    .cols {
        flex-wrap:wrap;
    }
}

.cols > div {
    padding: 16px 20px;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0px 0px 3px #0002;
}

.cols h2 {
    margin: 8px 0px;
    font-size:16pt;
}

.cols p {
    color:#555;
    font-size:13pt;
    margin: 5px 0px;
}

.vertcols {
    display:flex;
    align-items: center;
}

.vertcols img {
    max-width:400px;
    margin:10px 50px;
}

.vertcols h2 {
    border-left:6px solid;
    padding:0px 15px;
    font-size:24pt;
    line-height:38px;
}

.vertcols p {
    font-size:17pt;
}

.scroller-outer {
    width:100%;
    overflow-x:clip;
    margin:15px 0px;
}

.scroller-inner {
    display:flex;
    animation:scrolling 80s linear infinite;
}

.scroller-outer img {
    height:36px;
    display:inline-block;
    opacity:.2;
    flex-shrink:0;
    margin:15px 50px;
    transition:.6s;
}

.scroller-inner img:first-child {
    margin-left:0px;
}

.scroller-inner img:last-child {
    margin-right:0px;
}

.scroller-outer img:hover {
    opacity:.9;
}

@keyframes scrolling {
    0% { transform: translateX(-250%); }
    100% { transform: translatex(0%); }
  }
  

.slidenav {
    margin:0px;
    top:21px;
    left:0px;
    position:sticky;
}
.slidenav p {
    margin: 2px auto;
    font-size: 12pt;
    letter-spacing: .6pt;
    font-weight: 500;
    cursor: pointer;
    color:#777;
}
.slidenav p.selected {
    color:#eee;
}
  

@media (max-width: 760px) {

    #nav .logo {
        margin-left:13px;
    }
    .mobile-hidden {
        display:none !important;
    }

    .mobile-only {
        display:auto !important;
    }

    .imgleft {
        width:100%;
        display:none;
    }

    .colimg {
        flex-wrap:wrap;
    }

    .imgleft img {
        width:100%;
    }

    .textright {
        padding:0px;
    }

    .row h1 {
        font-size: 26pt;
        margin-top:0px;
    }
    .row h2 {
        font-size: 18pt;
    }
    .logo {
        max-width:calc(100% - 57px);
    }

    #top h2 {
        font-size:16pt;
        margin:12px auto;
    }

    .button {
        margin:22px auto;
    }
    #top .row {
        padding-top:28px;
    }

    #top {
        height:100vh;
    }
    #nav li {
        padding:14px 5px;
        margin:0px;
    }
    .libutton {
        display:none !important;
    }
    .container {
        padding:24px 0px;
        box-sizing:border-box;
    }
    h3 {
        font-size:13pt;
    }
    p {
        font-size:13pt;
    }
}

.update {
    margin-bottom:22px;
    border-top:1px solid;
}

.update h3 {
    text-align:left;
    font-size:12pt;
    font-weight:600;
    margin:10px 0px;
}

.update p {
    font-weight:500;
    font-size:11pt;
}

.update a:link, .update a:visited {
    font-style: italic;
    color:#a2a2a2;
    text-align:right;
    font-size:10pt;
}

.update a:hover {
    color:#efefef;
}

#footer {
    background-color:#1c1a19;
    margin:0px auto;
    padding:10px 0px;
    position:absolute;
    width:100%;
    text-align:center;
    font-size:10pt;
    color:#eee;
}

.footer-inner {
    display:flex;
    max-width:1200px;
    margin:13px auto 28px auto;
}

.footer-inner > * {
    flex-grow:1;
    min-width:120px;
    margin:0px;
    padding:0px;
}

#footer h4 {
    text-align:left;
    margin:10px 0px;
}

#footer li, #footer p {
    font-size:10pt;
    list-style: none;
    text-align:left;
    padding: 3px 0px;
}

#footer p {
    font-size:10pt;
}

#footer a:link, #footer a:visited {
    color:#eee;
    text-decoration:none;
}

#footer a:hover {
    color:#aaa;
    text-decoration: underline;
}


@media (max-width: 760px) {
    #footer {
        padding:10px;
        box-sizing:border-box;
    }
    .footer-inner > * {
        padding:11px;
        width:50%;
        box-sizing:border-box;
    }
    .footer-inner {
        margin:0px auto 28px auto;
        flex-wrap:wrap;
    }
}

#pricing {
    max-width:400px;
}

#pricing ul {
    list-style-type: none;
    margin:20px auto;
    padding:0px;
}

#pricing .options {
    max-width:400px;
    flex:1;
}

#pricing .checkout {
    max-width:400px;
    flex:1;
}

#pricing .context{
    font-size:8.5pt;
    letter-spacing:.5px;
}

#pricing .context::before{
    content:' ';
}

#pricing .options .selected {
    border-color:#c4c4c4;
    background-color:#454545;
}
/*
.options li {
    display:block;
    width:calc(100% - 35px);
    margin:22px 0px;
    padding:18px 16px;
    background-color:#2d2d2d;
    border-radius:4px;
    border:1.5px solid #666;
}*/

.options li:hover {
    background-color:#555;
}

#pricing .desc {
    text-align:right;
    float:right;
    color:#d6d6d6;
    font-family:'Roboto Mono', sans-serif;
    letter-spacing:0.4px;
    font-size:9.5pt;
    margin-top:3px;
}

.pricing-right {
    flex:1;
    padding:42px 29px;
}

.pricing-right label, .pricing-right input {
    display:inline-block;
    margin:0px;
    padding:0px;
}

#total {
    font-size:20px;
    display:block;
    font-size:38px;
    line-height:46px;
}

#pricing .val {
    display:none;
}

#pricing .term {
    font-size:12px;
    color:#aaa;
    margin-left:7px;
}

.pricing-right label {
    font-size:15px;
}

#nomachines {
    width: 34px;
    background-color: #1b1b1b;
    border: 1.5px solid #959595;
    border-radius: 4px;
    padding: 9px 13px;
    color: #e9e9e9;
    text-align: center;
    font-size:14px;
    margin-left:0px;
}

#compatibility {
    width:100%;
    text-align:center;
    border-collapse:collapse;
    overflow-x:scroll;
}

@media (max-width:760px) {
    #compatibility {
        display:block;
    }
}

#compatibility td, th {
    padding:9px 12px;
    border:1px solid #ddd;
}

#compatibility td:first-child {
    text-align:left;
}

#compatibility th:first-child {
    border:none;
}

#compatibility td:not(:first-child) {
    width:15%;
}

.notemark {
    font-size: 7pt;
    vertical-align: super;
    padding-left: 2px;
    font-family: sans-serif;
    font-weight: 400;
}

.faq-item {
    margin-bottom:20px;
}
.faq-item h3 {
    font-weight:600;
    font-size:14pt;
    text-align:left;
    margin:0px;
}
.faq-item h3 i {
    font-size:12pt;
    margin-right:8px;
}
.faq-item p {
    font-size:12pt;
    margin:10px 25px;
}

/*
#compatibility tr::before {
    content:' ';
}

#compatibility .comingsoon::before {
    content: 'Coming Soon!';
    width: 54px;
    display: table-cell;
    font-size: 7.5pt;
    line-height: 8pt;
    background-color: rgb(77, 77, 77);
    padding: 10px 0px;
    border-radius: 5px 0px 0px 5px;
    color: #f1f1f1;
}*/

.pricing-lower {
    display:flex;
}

.pricing-lower > div {
    display:inline-block;
}

#machines {
    display:block;
    font-size:12px;
    text-align:center;
    color:#c3c3c3;
    width:62px;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

#order button, #begin button {
    padding: 15px 41px;
    width:100%;
    border-radius: 4px;
    -webkit-appearance: none;
    border: 1.5px solid #d0d0d0;
    border: none;
    background-color: #f14752;
    color: #efefef;
    font-weight: 400;
    font-family: 'Roboto Mono';
    text-transform:uppercase;
    letter-spacing:.7px;
    cursor:pointer;
}

#order {
    padding: 20px 0px;
    text-align: center;
}

#order button:hover {
    background-color:#cc434c;
}

#userinfo form td {
    padding:6px 16px;
    width:50%;
}

#userinfo label {
    font-weight:400;
}

#pricing input[type=text], .options li {
    display:block;
    width:calc(100% - 35px);
    margin:22px 0px;
    padding:18px 16px;
    background-color:#1b1b1b;
    border-radius:4px;
    border:1.5px solid #666666;
    color:#efefef;
    font-size:16px;
}

/* dropdown stuff 

.selWrap {
    border: 1px solid grey;
    width: 400px;
    border-radius: 3px;
    margin: auto;
    margin-top: 100px;
  } 
  
  .u-hide {
    display: none;
  }
  .s-dropdown--styled {
      border-radius: 3px;
      padding: 15px 0px;
      box-sizing: border-box;
      width: 100%;
      text-align: left;
      font-size: 15px;
      font-family: 'nnReg', Helvetica, Arial, sans-serif;
      span {
        color: grey;
        padding-left: 13px;
        cursor: pointer;
        display: block;
        position: relative;
        &::before {
          position: absolute;
          right: 10px;
        }
      }
      ul {
        box-sizing: border-box;
        list-style-type: none;
        padding-top: 10px;
        padding-left: 0px;
        li {
          box-sizing: border-box;
          padding: 15px 13px 15px 53px;
          position: relative;
          line-height: 20px;
          cursor: pointer;
          color:grey;
            &::before {
            content: '';
            border: grey solid 1px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 13px;
            height: 24px;
            width: 24px;
            border-radius: 50%;
            cursor: pointer;
            }
          &.selected {
            background-color: snow;
            &::after {
              content: '';
              border: grey solid 1px;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: 18.5px;
              height: 13px;
              width: 13px;
              border-radius: 50%;
              background-color: grey;
            }
          }
          &:hover {
            background-color: snow;
          }
        }
  
      }
    }

    */

.displaynone {
    display: none !important;
}

.center #pricing {
    margin:0px auto;
}

.empty {
    border-right:20px solid #d84646 !important;
}

.super {
    vertical-align: super;
    font-size:8pt;
}

.mc-field-group {
    display:flex;
}

.mc-field-group > * {
    white-space:nowrap;
}

.mc-field-group label {
    line-height:17pt;
    font-weight:200;
}

.mc-field-group input[type=email]{
    border-radius: 1px;
    border-style: none;
    padding: 5px;
}

.mc-field-group .button {
    margin: 0px 10px;
    padding: 2px 10px;
    font-size: 9pt;
    font-weight: 600;
    border-radius: 4px;
}

.bigsec {
    height:380px;
    position:relative;
    display:flex;
    align-items: center;
}

.bigsec a {
    text-decoration: none;
}

.bigsec .row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
}

.videoembed {
    width:100%;
    aspect-ratio:16/9;
}

#email-signup {
    display:flex;
    transition:.15s;
}
#email-signup.disabled {
    opacity: 0.25;
    pointer-events: none;
    user-select: none;
}
.email-input {
    padding: 2px 6px;
}
.email-submit {
    margin-left: 10px;
    background-color: #444;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 10pt;
    padding: 5px 11px;
    cursor:pointer;
    white-space:nowrap;
}
.email-submit:hover {
    background-color: #555;
}

p#signup-message {
    margin: 3px 0px;
    font-weight: 600;
    font-size:10pt
}


/* Mailing List Signup */
#mailing-signup-container {
    position: fixed;
    bottom:0px;
    left:0px;
    z-index:10;
    width:100%;
    background-color: #5ac785;
    color: #000;
    transform: translateY(100%);
    transition: .5s;
}

#mailing-signup-container.active {
    transform: translateY(0%);
}

#mailing-signup {
    margin:0px auto;
    padding: 20px;
    border-radius: 10px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#mailing-signup-container > i {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    transition:.1s;
    cursor: pointer;
}

#mailing-signup-container > i:hover {
    background-color: #0004;
}

#mailing-signup > div {
    flex-grow: 1;
    width: 50%;
    padding:6px 10px;
    min-width: 300px;
    box-sizing: border-box;
}

#mailing-signup p.signup-message i {
    color:#000 !important;
}

#mailing-signup h2 {
    margin:5px 0px;
    letter-spacing: -.9px;
}

#mailing-signup h4 {
    margin:0px;
}

#mailing-signup p {
    font-size:12pt;
    margin: 7px 0px;
}

#mailing-singup input {
    font-size:12pt !important;
    padding: 10px !important;
}

#mailing-signup .email-input {
    padding:8px 10px;
    border-radius:8px 0px 0px 8px;
    border: none;
}

#mailing-signup .email-submit {
    padding:8px 10px;
    border: none;
    background-color: #222;
    color: #fff;
    border-radius:0px 8px 8px 0px;
    margin-left:0px !important;
}

/* Call to Action */
.cta-inner {
    position: relative;
    max-width:500px;
    margin:0px auto;
    color:#000;
}

.cta-inner h3 {
    font-weight:700;
    text-align:left;
    margin: 10px 0px;
    /* font-size:22pt; */
    font-size:30pt;
}

.cta-inner h4 {
    margin:10px 0px;
    font-weight:500;
    font-size:15pt;
}

.cta-inner .button {
    /* font-size: 11pt;
    padding: 7px 20px; */
    width: fit-content;
    color: #fff;
    margin: 20px 0px;
    font-size: 13pt;
    padding: 8px 24px;
}

@media (max-width: 760px) {
    .cta-inner {
        padding:20px;
    }
    .cta-inner h3 {
        font-size: 22pt;
    }
    .cta-inner h4 {
        font-size:14pt;
    }
}

/* Recaptcha Badge */
.grecaptcha-badge {
    box-shadow: none !important;
}

.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}

.hero .row {
    margin:50px auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}

.hero .row-inner {
    max-width:600px;
    min-width:400px;
    margin:0px;
    position: relative;
}

.hero img {
    max-height: 400px;
}

@media (max-width: 1280px) {
    .hero img {
        display:none;
    }
    .hero .row-inner {
        min-width:auto;
    }
}

.hero h1 {
    font-size:28pt;
    color:#fff;
    text-align: left;
    text-shadow: 0px 0px 10px #0009;
    margin-top: 0px;
}

.hero p {
    color:#fff;
    font-size:16pt;
    font-weight:500;
    text-shadow: 0px 0px 5px #0006;
}

.hero .button {
    width:min-content;
    margin:20px 0px;
    padding:10px 15px;
    min-width:250px;
}

.hero .button i {
    font-size:11pt;
    margin-right:3px;
    opacity:0.9;
}


.compatability-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
   
.compatability-card {
    color:#111;
    background-color:#fff;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px #0002;
    box-sizing: border-box;
    border: 1px solid #aaa;
    margin: 10px;
}

.dark .compatability-card {
    color: #ededed;
    background-color: #202020;
    box-shadow: 0px 0px 4px #0002;
    border: none;
}

.dark .compatability-card div.lower {
    border-top: none;
}

.compatability-card h3 {
    margin: 0px;
    font-weight: 600;
    font-size: 14pt;
    letter-spacing: 0px;
    text-align: left;
    padding: 0px 8px;
    display: inline;
}

.compatability-card h4 {
    display:inline;
    display: inline;
    font-size: 9pt;
    color: #999;
    font-weight: 600;
    margin: 0px 0px;
}

.compatability-card p {
    font-size:10pt;
    padding: 5px 10px;
    margin: 6px 0px;
}

.compatability-card hr {
    margin: 5px 0px 0px 5px;
    border-color: #fff;
    border: none;
    border-top: 1px solid #ccc;
}

.compatability-card > div {
    flex-grow: 1;
    flex-basis: 100%;
}

.compatability-card div.upper {
    padding: 20px 15px 10px 15px;
}

.compatability-card div.lower {
    text-align: center;
    font-weight: 600;
    border-top: 1px solid #bbb;
    color:#222;
    padding-top: 15px;
    padding: 12px 10px;
    font-size: 10pt;
    border-radius: 0px 0px 8px 8px;
}

.compatability-card div.lower.green, .compatability-card div.lower.green a {
    background-color: #58ac6e;
    color: #fff;
}

.compatability-card div.lower i {
    margin:0px 2px;
    font-size: 9pt;
}

.compatability-card a {
    text-decoration: none;
    color: #999;
}

.compatability-card a:hover {
    color: #333;
}

@media (max-width: 760px) {
    .compatability-container {
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: 100vw;
        position: relative;
        left: -20px;
        padding: 0px 10px;
        box-sizing: border-box;
        justify-content: start;
    }
    .compatability-card {
        min-width: 280px;
        max-width: 100%;
    }
    .compatability-card h4 {
        display: inline-block;
        padding: 0px 8px;
    }
}


.step-cards {
    display:flex;
    flex-wrap:nowrap;
    position:relative;
}

.step-card {
    flex-basis:0;
    flex-grow:1;
    box-shadow: 0px 0px 4px #0002;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 15px 20px;
    background-color:#fff;
    margin: 10px 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.step-card .upper, .step-card .lower {
    flex-grow:1;
}

.step-card:first-child {
    margin-left:10px;
}

.step-card:last-child {
    margin-right:10px;
}

.step-card h4 {
    display:none;
    margin: 0px;
    color: #bbb;
    font-size: 10pt;
}

.step-card h3 {
    margin: 0px;
    text-align: left;
    font-weight: 600;
    font-size: 16pt;
}

.step-card p {
    margin: 15px 0px;
    font-size: 11pt;
}

.step-cards .connector-line {
    display:block;
    position: absolute;
    top: 50%;
    border-top: 5px dotted #ddd;
    width: calc(100% - 50px);
    left: 0px;
    margin: 0px 25px;
    z-index:-1;
}

.step-card i.next-arrow {
    font-size: 90px;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(50%, -50%);
    background-color: #fff;
    color:#333;
    opacity:.02;
    z-index:-1;
    border-radius: 100%;
    transition:.25s;
    display:none;
}

.step-card:hover i.next-arrow {
    opacity:.1;
}

.step-card i.big {
    margin: 40px auto;
    text-align: center;
    display: block;
    font-size: 70pt;
    color: #eee;
    margin-top: 30px;
    transition: .25s;
}

.step-card:hover i.big, .step-cards:not(:hover) .step-card:first-child i.big {
    color:#fe5454;
}

.step-card img.big {
    height:100px;
    margin: 40px auto;
    text-align: center;
    display: block;
    font-size: 70pt;
    color: #eee;
    margin-top: 30px;
    opacity:.15;

    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray; 
    transition: .25s;
}

.step-card:hover img.big {
    opacity:1;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    filter: none; 
}

.step-card .button {
    margin: 5px 0px;
    background-color: #fff;
    color: #222;
    border: 1px solid #aaa;
    font-size: 10pt;
    font-weight: 600;
    transition:.25s;
    width: 100%;
}


.step-card:hover .button, .step-cards:not(:hover) .step-card:first-child .button {
    color:#fff;
    background-color:#fe5454;
    border-color:#0000;
/*    background-color:#58ac6e;*/
}

@media (max-width:960px) {
    .step-cards {
        flex-wrap:wrap;
        justify-content: center;
    }
    .step-card {
        flex-basis:100%;
        margin: 10px 0px;
        max-width: 400px;
    }
    .step-card:first-child {
        margin-left:0px;
    }
    .step-card:last-child {
        margin-right:0px;
    }
    .step-card h4 {
        display:none;
    }
    .step-card .button {
        margin: 5px auto;
        width:100%;
        font-size:12pt;
    }
    .step-card .lower {
        flex-grow:1;
    }
    .step-card i.big {
        margin: 40px auto;
    }
    .step-card img.big {
        margin: 40px auto;
    }
    .step-card .connector-line {
        display:none;
    }
    .step-card i.next-arrow {
        display:none;
    }
    .step-cards .connector-line {
        top: 10px;
        width: 0px;
        left: 50%;
        margin: 0px;
        height: calc(100% - 20px);
        border-top:none;
        
        border-left: 5px dotted #ddd;
    }
}


.tier-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

@media (max-width:960px) {
    .tier-container {
        flex-wrap:wrap;
    }
}

.tier-card {
    flex-basis: 0;
    flex-grow: 1;
    box-shadow: 0px 0px 4px #0002;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 0px;
    background-color: #fff;
    margin: 10px 30px;
    margin-left: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    max-width: 350px;
}

@media (max-width: 960px) {
    .tier-card {
        margin:5px 0px;
        margin-bottom: 30px;
        min-width:60%;
    }
}

.tier-card h3 {
    font-weight: 700;
    margin: 8px 0px;
    text-align: left;
}

.tier-card .upper p {
    font-size: 12pt;
    margin:8px 0px;
    color:#555;
}

.tier-card hr {
    margin: 20px 0px;
border: none;
border-top: 1px solid #ccc;
}

.tier-card .upper {
    padding: 10px 20px;
}

.tier-card .lower {
    width: 100%;
    text-align: center;
    background-color: #e34b4b;
    border-radius: 0px 0px 8px 8px;
    cursor: pointer;
}
.tier-card .lower:hover {
    background-color: #fe5454;
}
.tier-card .lower p {
    color:#fff;
    font-weight:600;
    font-size:12pt;
}

.tier-card ul {
    list-style-type: none;
    padding: 0px;
}

.tier-card li {
    padding: 8px 0px;
    font-size: 12pt;
    color: #888;
}

.tier-card li.active {
    color:#222;
}

.tier-card li:before {
    content: "\f057"; /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right:15px;
    font-weight: 900;
}

.tier-card li.active:before {
    content: "\f058"; /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right:15px;
    color:#58ac6e;
    font-weight: 900;
}

@media (max-width:960px) {
    .tier-card li:not(.active) {
        display:none;
    }
}

.tier-card .price-container {
    display:flex;
    flex-wrap:nowrap;
}

.price-container > div {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-content: center;
    margin-right: 10px;
}

.price-container > div.pricing-amount p {
    font-size: 26pt;
    color: #222;
    font-weight: 700;
}

.price-container > div.pricing-terms p {
    margin: 0px;
    width: 100%;
    font-size: 10pt;
}

.price-container > div.pricing-flag {
    align-self: center;
    flex-basis: 0;
    text-align: right;
    background-color: #f8f8f8;
    padding: 3px 7px;
    flex-grow: 0;
    height: min-content;
    font-size: 8pt;
    letter-spacing: .2px;
    font-weight: 600;
    color: #5f5f5f;
    white-space: nowrap;
    flex-grow: 0;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
}

.price-container > div.pricing-flag p {
    font-size: 8pt !important;
    margin: 0px !important;
    font-weight:600;
}

.bg-texture {
    width:100vw;
    height:300px;
    margin:0px;
    padding:0px;
    position:absolute;
    top:50%;
    left:0px;
    transform: translate(0%, -50%) skew(-10deg, 0deg) rotate(-10deg);
    z-index:0;
    background-color: #f5f5f5;
    opacity:.8;
}

/* Bg Texture Light */

.bg-texture > div {
    position:fixed;
    z-index:-1;
    box-sizing: border-box;
}

.bg-texture > div:nth-child(1) {
    background-color: #bbb;
    width: 25%;
    height: 25%;
    left: -12.5%;
    top: -25%;
}

.bg-texture > div:nth-child(2) {
    background-color: #0000;
    width: 25%;
    height: 25%;
    left: 12.5%;
    top: 0%;
    border: 1px solid #bbb;
}

.bg-texture > div:nth-child(3) {
    background-color: #bbb;
    width: 25%;
    height: 25%;
    left: 0%;
    top: 50%;
}

.bg-texture > div:nth-child(4) {
    background-color: #d84646;
    width: 25%;
    height: 25%;
    left: 12.5%;
    top: 75%;
}

.bg-texture > div:nth-child(5) {
    background-color: #ececec;
    width: 25%;
    height: 25%;
    left: 25%;
    top: 100%;
}

.bg-texture > div:nth-child(6) {
    background-color: #0000;
    width: 25%;
    height: 25%;
    right: 12.5%;
    top: 0%;
    border: 1px solid #bbb;
}

.bg-texture > div:nth-child(7) {
    background-color: #d84646;
    width: 25%;
    height: 25%;
    right: -12.5%;
    top: -25%;
}

.bg-texture > div:nth-child(8) {
    background-color: #bbb;
    width: 25%;
    height: 25%;
    right: 0%;
    top: 25%;
}

/* Bg Texture Dark */

.bg-texture.dark {
    background-color: #232323;
}

.bg-texture.dark > div:nth-child(1) {
    background-color: #2a2a2a;
}

.bg-texture.dark > div:nth-child(2) {
    background-color: #202020;
    border: 1px solid #bbb;
}

.bg-texture.dark > div:nth-child(3) {
    background-color: #555;
}

.bg-texture.dark > div:nth-child(4) {
    background-color: #da5583;
}

.bg-texture.dark > div:nth-child(5) {
    background-color: #555555;
}

.bg-texture.dark > div:nth-child(6) {
    background-color: #0078d4;
    border: none;
}

.bg-texture.dark > div:nth-child(7) {
    background-color: #c2c23f;
}

.bg-texture.dark > div:nth-child(8) {
    background-color: #555555;
}


.hero div.stripe {
    height: 600px;
    position: absolute;
    width: 200vw;
    background-color: #0006;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(-40deg);
    z-index: -1;
}

.term-selector-container {
    display: flex;
    justify-content: center;
  }
  
  .term-selector {

    display: flex;
    position: relative;
    flex-wrap: nowrap;
    color: #999;
    border-radius: 8px;
    overflow: hidden;
    background-color: #eee;
    padding: 2px;
    box-sizing: border-box;
    cursor:pointer;
  }

  
  #term-selector-inner {
    position: absolute;
    height: calc(100% - 4px);
    background-color: #fff;
    z-index: 0 !important;
    transition: .25s;
    border-radius: 7px;
    width: 50%;
    margin: 0px !important;
    left: calc(50% - 2px);
  }
  #term-selector-inner.left {
    left: 2px !important;
  }
  
  .term-selector > div {

    width: 66px;
    font-size: 8pt;
    padding: 6px 0px;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
    font-weight: 600;
    transition:.25s;
    user-select: none;
  }
  
  .term-selector > div.selected {
    color:#444 !important;
  }

.blog-post {
    max-width: 680px;
    display: flex;
    flex-wrap: nowrap;
    margin: 30px auto;
    padding: 20px;
    align-items: center;
box-shadow: 0px 0px 4px #0002;
border-radius: 8px;
box-sizing: border-box;
border: 1px solid #aaa;
background-color: #fff;
  }

  .blog-post > div {
    flex-grow: 1;
    margin:10px;
  }
  
  .blog-post-preview-image {
    width: 150px;
    height: 150px;
    overflow: clip;
    border-radius: 8px;
    flex-grow:0 !important;
    min-width:150px;
    min-height:150px;
    max-width:150px;
    max-height:150px;
  }
  
  .blog-post-preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
  
  .blog-post h3 {
    margin: 0px;
    text-align: left;
    font-size: 14pt;
    font-weight: 600;
  }
  
  .blog-post a {
    text-decoration: none;
  }

  .blog-post a:hover {
    text-decoration: underline;
  }

  .blog-post p a {
    color:#999;
  }

  .blog-post p a:hover {
    color:#555;
  }
  
  .blog-post-header-lower p {
    font-size: 10pt;
    display: inline;
    font-weight: 600;
    color: #aaa;
  }
    .blog-post-header-lower p + p::before {
      content: " | ";
      margin: 0px 1px;
      color:#aaa;
    }




  .blog-post-content p {
    font-size: 10pt;
color: #606060;
font-weight: 600;
}

#blog-loader {
    text-align: center;
font-size: 40pt;
color: #eee;
margin: 50px auto;
}

.blog-read-more a {
    color: #999;
font-weight: 600;
font-size: 10pt;
text-decoration: none;
}
.blog-read-more a:hover {
    color:#444;
    text-decoration: underline;
}
.blog-read-more {
text-align: center;
}

@media (max-width: 960px) {
    #blog-feed {
        padding: 20px 10px;
    }
    .blog-post {
        margin: 20px auto;
        padding: 6px;
        box-shadow: 0px 1px 2px #0005;
        border:none;
    }
    .blog-post-preview-image {
        width:90px;
        height:90px;
        max-width: 90px;
        max-height: 90px;
        min-width: 90px;
        min-height: 90px;
    }
    .blog-post h3 {
        font-size:12pt;
    }
    .blog-post-content {
        display:none;
    }
}

#user-signup input {
    background-color: #fff;
    color: #000;
    border: 1px solid #999;
    padding: 9px 12px;
    margin: 6px 0px;
    border-radius: 4px;
    width:100%;
    box-sizing: border-box;
    font-size: 11pt;
    display:block;
}

#user-signup label {
    font-size: 11pt;
    margin: 0px 3px;
    color: #222;
    font-weight: 600;
}

#user-signup .input-item {
    position: relative;
    margin: 24px 0px;
    white-space: normal;
}

#user-signup button {
    font-size: 12pt;
    width: 100%;
    padding: 12px 5px;
    color: #fff;
    background-color: #58ac6e;
    border: none;
    margin: 10px auto;
    transition: .25s;
    --webkit-appearance: none;
    border-radius: 5px;
    display: inline-block;
    vertical-align: bottom;
}

#user-signup button:hover {
    cursor: pointer;
    background-color: #58ac6eee;
}

#user-signup-container {
    background-color:#000b;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 2;
}

#user-signup {
    position: fixed;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 500px;
    box-sizing: border-box;
    padding: 50px 60px;
    border-radius: 10px;
}

#user-signup i.exit-button {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #bbb;
    padding: 5px;
}

#user-signup i.exit-button:hover {
    color: #222;
    cursor: pointer;
}

#user-signup .error-message {
    margin: 6px 0px;
    font-size: 10pt;
    font-weight: 600;
    color: red;
}

.row h2 i {
    opacity:0;
    margin-left:0px;
    transition:.4s;
    font-size: 14pt;
    line-height: 38px;
    vertical-align: text-bottom;
}

.row h2:hover i {
    opacity:1;
    margin-left:5px;
}

.row a h2 {
    color:inherit;
    text-decoration: none;
    cursor:pointer;
}

.step-item {
    font-size: 28pt;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0px 10px;
}

.step-item > div:first-child {
    color: #d0d0d0;
    min-width: 60px;
    border-left: 10px solid #eee;
    border-radius:2px;
    padding: 0px 12px;
    transition: .1s;
    font-weight: 700;
    user-select: none;
    box-sizing: border-box;
}

.step-item:hover > div:first-child, .step-container:not(:hover) .step-item:first-child > div:first-child {
    border-left: 15px solid #fe5454;
    color: #fe5454;
}

.announcement-bar {
    color:#fff;
    background-color: #fe5454;
    padding: 4px;
    font-size: 14px;
    text-align: center;
}

.announcement-bar a, .announcement-bar a:hover, .announcement-bar a:visited, .announcement-bar a:active, .announcement-bar a:link {
    color: #fff !important;
}