@charset "UTF-8";
/*
* Skeleton-SASS V1.0
* Copyright 2012 by Michael Lazer-Walker
* https://github.com/lazerwalker/Skeleton-Sass
*
* Based off of Skeleton v1.1:
* https://github.com/dhgamache/Skeleton
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* #Variable Definitions
================================================== */
/* Grid
================================================== */
/* #Clearing
================================================== */
/* You can also use a @include clear to clear columns */


.d-c.mainpage.home-new .contentBody.main {
    padding-top: 482px;
}

@media only screen and (max-width: 767px) {
    .d-c.mainpage.home-new .contentBody.main {
        padding-top: 0;
    }
}

.d-c.mainpage.home-new .page-header {
    height: 630px;
}

.d-c.mainpage.home-new .page-header .page-header-content h1 {
    font-size: 6.2rem;
    text-align: center;
    font-weight: 600;
}

.d-c.mainpage.home-new .page-header .page-header-content h1 span {
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 60px;
}

@media only screen and (max-width: 767px) {
    .d-c.mainpage.home-new .page-header {
        position: relative;
        top: 0;
        height: auto;
    }

    .d-c.mainpage.home-new .page-header:before {
        top: -115px;
        height: calc(100% + 115px);
    }

    .d-c.mainpage.home-new .page-header .bg-image {
        top: -115px;
        height: calc(100% + 115px);
    }

    .d-c.mainpage.home-new .page-header .page-header-content {
        padding: 60px 0 40px;
    }

    .d-c.mainpage.home-new .page-header .page-header-content h1 {
        font-size: 5rem;
    }
}

.d-c.mainpage .digital-features {
    padding: 4em 0 11em;
    margin-bottom: 3em;
}

.d-c.mainpage .digital-features:empty {
    padding: 0;
    margin: 0;
}

.d-c.mainpage .digital-features:empty:before {
    display: none;
}

.d-c.mainpage .digital-features:before {
    position: absolute;
    width: 100vw;
    max-width: 1850px;
    left: calc(-50vw + (960px/2));
    height: 100%;
    top: 0;
    background: url(../images/network.jpg) no-repeat center;
    background-size: cover;
    z-index: -3;
}

.d-c.mainpage .digital-features .feature-area .feature {
    background: #F2FBFD;
    /* this is for the four items with links instead of paragraphs on the home page */
}

.d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4) img,
.d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature img {
    width: 20%;
    margin-top: 10px;
}

.d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4) h3,
.d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature h3 {
    font-size: 2.2rem;
    padding: 10px 5% 25px;
}

.d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4) p,
.d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature p {
    font-size: 1.4rem;
    padding: 0 0 10px;
}

@media only screen and (max-width: 959px) {

    .d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4) h3,
    .d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature h3 {
        padding: 5px 1% 15px;
    }
}

@media only screen and (max-width: 767px) {

    .d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4) img,
    .d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature img {
        width: 13%;
        margin-top: 25px;
    }

    .d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4) h3,
    .d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature h3 {
        padding: 10px 10% 25px;
        font-size: 3rem;
    }

    .d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4) a,
    .d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature a {
        padding: 5px 20px;
        margin: 0 0 40px;
    }

    .d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4) p,
    .d-c.mainpage .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature p {
        font-size: 1.6rem;
        padding: 0 13% 20px;
    }
}

@media only screen and (max-width: 959px) {
    .d-c.mainpage .digital-features:before {
        left: calc(-50vw + (748px/2));
    }
}

@media only screen and (max-width: 767px) {
    .d-c.mainpage .digital-features {
        padding: 6em 0 1em;
    }

    .d-c.mainpage .digital-features h2 {
        text-align: left;
    }

    .d-c.mainpage .digital-features .digital-features-content p {
        margin: 0 0 4em;
    }

    .d-c.mainpage .digital-features:before {
        left: calc(-54vw + (420px/2));
        height: 25%;
    }
}

@media only screen and (max-width: 419px) {
    .d-c.mainpage .digital-features:before {
        left: calc(-50vw + (300px/2));
    }
}

.d-c.mainpage .page-details {
    position: relative;
    padding: 6em 0;
}

.d-c.mainpage .page-details:empty {
    padding: 0;
}

.d-c.mainpage .page-details:before {
    content: '';
    position: absolute;
    width: 100vw;
    left: calc(-50vw + (960px/2));
    height: 100%;
    top: 0;
    z-index: -1;
    background: #F0FBFF;
    z-index: -3;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .d-c.mainpage .page-details:before {
        left: calc(-50vw + (768px/2));
    }
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
    .d-c.mainpage .page-details:before {
        left: calc(-50vw + (420px/2));
    }
}

@media only screen and (max-width: 419px) {
    .d-c.mainpage .page-details:before {
        left: calc(-50vw + (300px/2));
    }
}

.d-c.mainpage .page-details h2 {
    margin: 0 0 .5em;
}

.d-c .page-content {
    padding: 2em 0 4em;
}

.d-c .page-content:empty {
    padding: 0;
}

.d-c .page-content h2 {
    font-size: 2.4rem;
    margin: 1em 0;
}

.d-c .page-content p {
   
    font-family: "Acumin Pro", sans-serif;
    color: #010500;
    font-weight: normal;
}

.d-c .page-content p a {
    font-weight: normal;
}

.d-c .page-content+.testimonials.three-up {
    margin: 0;
}

.d-c iframe {
    width: 960px;
    border: none;
}

@media only screen and (max-width: 959px) {
    .d-c iframe {
        width: 786px;
    }
}

@media only screen and (max-width: 767px) {
    .d-c iframe {
        width: 480px;
    }
}

@media only screen and (max-width: 419px) {
    .d-c iframe {
        width: 300px;
    }
}

.d-c #header {
    background: none;
}

.d-c #header .primaryNavLink,
.d-c #header .logo+div,
.d-c #header .oblToggler {
    color: #fff;
    padding-top: 20px;
}

.d-c #header .logo {
    margin: 35px 0 0;
    position: relative;
}

.d-c #header .ultratopNav>li {
    border-right: 1px solid #fff;
}

.d-c #header .ultratopNav>li a {
    color: #fff;
    font-family: "Styrene B Web", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.d-c #header #mobileMenu .primaryNav>li>a {
    color: #fff;
}

.d-c #header .searchWrapper .togglesNext {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .d-c #header {
        padding-top: 0;
    }

    .d-c #header .logo {
        top: 15px;
        width: 60%;
        margin: 0 5%;
        padding: 0 0 10px;
    }
}

.d-c .primaryNav>li>a {
    color: #fff;
}

.d-c .primaryNav>li>a:hover {
    color: #92B7BC;
}

.d-c .primaryNav>li>a.active:after {
    border-color: transparent transparent #fff transparent;
}

.d-c .primaryNav>li>ul:before {
    border-top: none;
    box-shadow: none;
}

.d-c .contentBody.main {
    padding-top: 333px;
}

@media only screen and (max-width: 767px) {
    .d-c .contentBody.main {
        padding-top: 0;
    }
}

.d-c .page-header {
    position: relative;
    width: 100%;
    height: 480px;
    position: absolute;
    top: -148px;
    left: 0;
    text-align: center;
}

.d-c .page-header:before {
    display: none;
}

.d-c .page-header .bg-image {
    position: absolute;
    width: 100vw;
    left: calc(-50vw + (960px/2));
    height: 100%;
    top: 0;
    z-index: -1;
    background: inherit;
    background-size: cover;
    background-position: bottom center;
    opacity: 1;
    border: none;
    box-shadow: none;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .d-c .page-header .bg-image {
        left: calc(-50vw + (768px/2));
    }
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
    .d-c .page-header .bg-image {
        left: calc(-50vw + (420px/2));
    }
}

@media only screen and (max-width: 419px) {
    .d-c .page-header .bg-image {
        left: calc(-50vw + (300px/2));
    }
}

.d-c .page-header .page-header-content {
    padding: 50px 0 0;
}

.d-c .page-header .page-header-content h1 {
    font-size: 62px;
    text-align: center;
    font-weight: normal;
    text-shadow: none;
    font-family: "PracticeDisplayRegular", serif;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .d-c .page-header {
        position: relative;
        top: 0;
        height: auto;
    }

    .d-c .page-header:before {
        top: -115px;
        height: calc(100% + 115px);
    }

    .d-c .page-header .bg-image {
        top: -115px;
        height: calc(100% + 115px);
    }

    .d-c .page-header .page-header-content {
        padding: 45px 0;
    }

    .d-c .page-header .page-header-content h1 {
        font-size: 5.5rem;
    }
}

.d-c .page-details {
    margin-bottom: 6em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.d-c .page-details:empty {
    margin: 0;
}

.d-c .page-details+.testimonials {
    margin-bottom: 0;
}

.d-c .page-details h2 {
    font-size: 5.5rem;
    color: #00AFDC;
    margin: 1.5em 0 1em;
    line-height: 1.2;
    width: 100%;
}

.d-c .page-details p {
    font-family: "Acumin Pro", Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 1.2;
    box-sizing: border-box;
    justify-content: center;
    width: 55%;
    padding-right: 2em;
    margin: 0;
}

.d-c .page-details .img-holder {
    justify-content: center;
    width: 44%;
}

.d-c .page-details .img-holder img {
    width: 100%;
}

.d-c .page-details:after {
    content: "";
    clear: both;
    display: block;
}

@media only screen and (max-width: 959px) {
    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/\/Users\/jake\.unruh\/svn-dotcms\.bvops\.net\/silvergatebank\.com\/application\/assets\/scss\/digital-currency\.scss
        }

        line {
            font-family: \00003368
        }
    }

    .d-c .page-details h2 {
        font-size: 4.5rem;
    }

    @media -sass-debug-info {
        filename {
            font-family: file\:\/\/\/Users\/jake\.unruh\/svn-dotcms\.bvops\.net\/silvergatebank\.com\/application\/assets\/scss\/digital-currency\.scss
        }

        line {
            font-family: \00003371
        }
    }

    .d-c .page-details p {
        font-size: 2rem;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 767px) {
    .d-c .page-details {
        display: block;
        margin-bottom: 3em;
    }

    .d-c .page-details h2 {
        font-size: 3.8rem;
    }

    .d-c .page-details p,
    .d-c .page-details .img-holder {
        float: none;
        width: 100%;
        margin: 0;
        top: auto;
    }

    .d-c .page-details p {
        margin: 0 0 2em;
        padding-right: 0;
    }
}

.d-c .testimonials.three-up {
    display: flex;
    margin: 5em 0;
}

.d-c .testimonials.three-up:empty {
    margin: 0;
}

.d-c .testimonials.three-up .testimonial {
    text-align: center;
    flex: 1;
    flex-flow: row;
    margin-right: 10px;
    margin: 0 10px 0 0;
    padding: 0 2%;
    position: relative;
}

.d-c .testimonials.three-up .testimonial:last-child {
    margin-right: 0;
}

.d-c .testimonials.three-up .testimonial:before {
    quotes: "“""”""“""“";
    content: open-quote;
    font-size: 100px;
    line-height: 0;
    color: #c7dae0;
    position: absolute;
    left: 0;
    top: 35px;
    bottom: auto;
}

.d-c .testimonials.three-up .testimonial p {
    font-family: "Acumin Pro", sans-serif;
    font-size: 2.6rem;
    line-height: 1.2;
    color: #818486;
}

.d-c .testimonials.three-up .testimonial img {
    max-height: 35px;
}

@media only screen and (max-width: 959px) {
    .d-c .testimonials.three-up .testimonial p {
        font-size: 2.4rem;
    }

    .d-c .testimonials.three-up .testimonial:before {
        left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .d-c .testimonials.three-up {
        display: block;
        margin: 0 0 5em;
    }

    .d-c .testimonials.three-up .testimonial {
        margin: 0 auto 4em;
        width: 65%;
    }

    .d-c .testimonials.three-up .testimonial:before {
        left: 0;
    }

    .d-c .testimonials.three-up .testimonial:last-child {
        margin: 3em auto;
    }
}

@media only screen and (max-width: 419px) {
    .d-c .testimonials.three-up .testimonial {
        width: 90%;
    }
}

.d-c .testimonials.one-up {
    overflow: hidden;
    margin: 0 4% 6em;
    position: relative;
}

.d-c .testimonials.one-up:empty {
    margin: 0;
}

.d-c .testimonials.one-up .testimonial-content {
    float: left;
    width: 75%;
    padding: 3em 0 0;
}

.d-c .testimonials.one-up .testimonial-content:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    border-top: 2px solid #CCDBE0;
}

.d-c .testimonials.one-up .testimonial-content p {
    font-family: "Acumin Pro", sans-serif;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #818486;
}

.d-c .testimonials.one-up .testimonial-content p em {
    font-style: italic;
}

.d-c .testimonials.one-up .testimonial-image {
    width: 22%;
    float: right;
    padding: 2em 0 0;
}

.d-c .testimonials.one-up .testimonial-image img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .d-c .testimonials.one-up {
        display: block;
        margin: 0 0 3em;
    }

    .d-c .testimonials.one-up .testimonial-content {
        float: none;
        width: 100%;
    }

    .d-c .testimonials.one-up .testimonial-image {
        display: none;
    }
}

.d-c .digital-features {
    position: relative;
    padding: 5em 0;
}

.d-c .digital-features:empty {
    padding: 0;
}

.d-c .digital-features:before {
    content: '';
    position: absolute;
    width: 100vw;
    left: calc(-50vw + (960px/2));
    height: 100%;
    top: 0;
    z-index: -1;
    background: #F0FBFF;
    z-index: -3;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .d-c .digital-features:before {
        left: calc(-50vw + (768px/2));
    }
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
    .d-c .digital-features:before {
        left: calc(-50vw + (420px/2));
    }
}

@media only screen and (max-width: 419px) {
    .d-c .digital-features:before {
        left: calc(-50vw + (300px/2));
    }
}

.d-c .digital-features h2 {
    font-size: 5.5rem;
    line-height: 1.2;
    color: #00AFDC;
    margin: 0 0 .5em;
}

.d-c .digital-features p {
    font-family: "Acumin Pro", Arial, sans-serif;
    font-size: 2.5rem;
    width: 100%;
    line-height: 1.2;
    margin: 0 0 2em;
}

.d-c .digital-features .feature-area {
    display: flex;
}

.d-c .digital-features .feature-area .feature {
    flex: 1;
    flex-flow: row;
    padding: 2%;
    text-align: center;
    background: #ECF4F8;
    margin-right: 10px;
    /* three items */
    /* four items */
}

.d-c .digital-features .feature-area .feature:last-child {
    margin-right: 0;
}

.d-c .digital-features .feature-area .feature:first-child:nth-last-child(3) img,
.d-c .digital-features .feature-area .feature:first-child:nth-last-child(3)~.feature img {
    width: 17%;
    margin: 10px 0;
}

.d-c .digital-features .feature-area .feature:first-child:nth-last-child(3) h3,
.d-c .digital-features .feature-area .feature:first-child:nth-last-child(3)~.feature h3 {
    font-size: 3rem;
    padding: 15px 7% 30px;
}

.d-c .digital-features .feature-area .feature:first-child:nth-last-child(3) p,
.d-c .digital-features .feature-area .feature:first-child:nth-last-child(3)~.feature p {
    font-size: 1.8rem;
    padding: 0 8% 20px;
    margin: 0;
}

@media only screen and (max-width: 959px) {

    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(3) img,
    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(3)~.feature img {
        margin: 5px 0;
    }

    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(3) h3,
    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(3)~.feature h3 {
        font-size: 2.5rem;
        padding: 15px 8% 20px;
    }

    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(3) p,
    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(3)~.feature p {
        font-size: 1.6rem;
        padding: 0 0 10px;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {

    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(3) img,
    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(3)~.feature img {
        width: 17%;
        margin: 30px 0 0;
    }

    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(3) h3,
    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(3)~.feature h3 {
        font-size: 3rem;
        padding: 20px 13% 30px;
    }

    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(3) p,
    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(3)~.feature p {
        font-size: 1.8rem;
        padding: 0 13% 20px;
        margin: 0;
    }
}

.d-c .digital-features .feature-area .feature:first-child:nth-last-child(4) img,
.d-c .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature img {
    width: 20%;
    margin-top: 10px;
}

.d-c .digital-features .feature-area .feature:first-child:nth-last-child(4) h3,
.d-c .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature h3 {
    font-size: 2.2rem;
    padding: 10px 8% 25px;
}

.d-c .digital-features .feature-area .feature:first-child:nth-last-child(4) p,
.d-c .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature p {
    font-size: 1.4rem;
    padding: 0 0 10px;
}

@media only screen and (max-width: 959px) {

    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(4) h3,
    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature h3 {
        padding: 5px 1% 15px;
    }
}

@media only screen and (max-width: 767px) {

    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(4) img,
    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature img {
        width: 15%;
        margin-top: 25px;
    }

    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(4) h3,
    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature h3 {
        padding: 10px 20% 25px;
        font-size: 3rem;
    }

    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(4) p,
    .d-c .digital-features .feature-area .feature:first-child:nth-last-child(4)~.feature p {
        padding: 0 15% 25px;
        font-size: 1.8rem;
    }
}

.d-c .digital-features .feature-area .feature h3 {
    margin: 0;
    font-family: "Acumin Pro", Arial, sans-serif;
    font-weight: bold;
    color: #00AFDC;
    font-size: 3rem;
    line-height: 1;
    padding: 10px 1% 25px;
}

.d-c .digital-features .feature-area .feature p {
    margin: 0;
    font-weight: 500;
    font-family: "Acumin Pro", sans-serif;
    color: #00AFDC;
    font-size: 1.8rem;
}

.d-c .digital-features .feature-area .feature img {
    width: 20%;
}

.d-c .digital-features .feature-area .feature a {
    background: #00AFDC;
    font-family: "Acumin Pro", sans-serif;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 20px;
    margin: 0 0 15px;
}

@media only screen and (max-width: 959px) {
    .d-c .digital-features .feature-area .feature img {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .d-c .digital-features {
        padding: 2em 0;
    }

    .d-c .digital-features:empty {
        padding: 0;
    }

    .d-c .digital-features h2 {
        font-size: 4.5rem;
        text-align: center;
    }

    .d-c .digital-features p {
        font-size: 2rem;
        line-height: 1.3;
    }

    .d-c .digital-features a {
        padding: 5px 20px;
        margin: 0 0 25px;
    }

    .d-c .digital-features .feature-area {
        display: block;
    }

    .d-c .digital-features .feature-area .feature {
        margin: 0 0 3em;
    }
}

.d-c .bottom-content h2 {
    font-size: 5.5rem;
    color: #00AFDC;
    margin: .5em 0 .5em;
    line-height: 1.2;
}

.d-c .bottom-content p {
    font-family: "Acumin Pro", sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
}

@media only screen and (max-width: 959px) {
    .d-c .bottom-content h2 {
        font-size: 4.5rem;
    }
}

.d-c .accordion {
    margin: 0 0 5em;
}

.d-c .accordion h3 {
    margin: 0 0 .3em;
    font-size: 1.8rem;
    font-weight: 500;
    color: #00AFDC;
    text-transform: initial;
    font-family: "Acumin Pro", sans-serif;
    background: #F2FBFD;
    letter-spacing: 0;
}

.d-c .accordion p:last-child {
    margin-bottom: 0;
}

.d-c .bottom-cta {
    position: relative;
    padding: 5em 0;
}

.d-c .bottom-cta:before {
    content: '';
    position: absolute;
    width: 100vw;
    left: calc(-50vw + (960px/2));
    height: 100%;
    top: 0;
    z-index: -1;
    background: #F0FBFF;
    background: url("../images/get-started.jpg") 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .d-c .bottom-cta:before {
        left: calc(-50vw + (768px/2));
    }
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
    .d-c .bottom-cta:before {
        left: calc(-50vw + (420px/2));
    }
}

@media only screen and (max-width: 419px) {
    .d-c .bottom-cta:before {
        left: calc(-50vw + (300px/2));
    }
}

.d-c .bottom-cta h3 {
    text-align: center;
    margin: 0;
    font-weight: 500;
    font-family: "Acumin Pro", sans-serif;
    color: #fff;
    font-size: 2.4rem;
}

.d-c .bottom-cta .primary-button {
    margin: 2em 0 0;
}

.d-c .bottom-cta .primary-button a,
.d-c .bottom-cta a.primary-button {
    background: #fff;
    color: #00AFDC;
}

.d-c .primary-button {
    text-align: center;
    margin: 5em 0 0;
}

.d-c .primary-button a,
.d-c a.primary-button {
    background: #00AFDC;
    display: inline-block;
    font-family: "Acumin Pro", Arial, sans-serif;
    font-size: 3rem;
    line-height: 1;
    padding: .4em 2em;
}

.d-c #footer {
    margin-top: 0;
}

.d-c .thank-you-copy {
    padding: 0 17%;
}

.d-c h2.bluey {
    color: #00AFDC;
    font-weight: 600;
    font-size: 2.9rem;
}