.woocommerce-MyAccount-content .account-info {
    width: 48%;
    display: inline-block;
}

.woocommerce-MyAccount-content .account-info div {
    width: 48%;
    display: inline-block;
}

.woocommerce-MyAccount-content h1 {
    margin-top: 0;
    font-size: 2em;
    margin-bottom: 1em;
}

.woocommerce-MyAccount-content h2 {
    text-align: center;
}

.woocommerce-MyAccount-content .account-info span {
    display: block;
    font-size: 1.3em;
}

.woocommerce-MyAccount-content .account-info .field-labels {
    width: auto;
    margin-right: 1em;
    font-weight: 600;
}
.woocommerce-MyAccount-content .field-values {
    vertical-align: top;
    color: #000;
}

.woocommerce-MyAccount-content .total-offsets {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
}

@media(min-width:768px) {
	.woocommerce-MyAccount-content .total-offsets {
	    width: 49%;
	    margin-top: 0;
	}
}

.woocommerce-MyAccount-content .total-offsets-circle {
    position: relative;
    margin: 5em auto;
    width: 12em; height: 12em;
    border-radius: 50%;
    background: #CCE9EB;
    border: solid 1px #0091C9;
}

.woocommerce-MyAccount-content .total-offsets-circle .total-value {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 28%;
    font-size: 3em;
    font-weight: 600;
}

.woocommerce-MyAccount-content .total-offsets-arc {
    overflow: hidden;
    position: absolute;
    top: 0; right: 50%; bottom: 50%; left: 0;
    transform-origin: 100% 100%;
    transform: rotate(90deg) skewX(30deg);

}
.woocommerce-MyAccount-content .total-offsets-arc:before {
    box-sizing: border-box;
    display: block;
    border: solid 1em #0091C9;
    width: 200%; height: 200%;
    border-radius: 50%;
    transform: skewX(-30deg);
    content: '';
}

#arc-1 {
    transform: rotate(150deg) skewX(30deg);
}

#arc-2 {
    transform: rotate(210deg) skewX(30deg);
}

#arc-3 {
    transform: rotate(270deg) skewX(30deg);
}

#arc-4 {
    transform: rotate(300deg) skewX(30deg);
}

#arc-5 {
    transform: rotate(390deg) skewX(30deg);
}



body.page-id-36 .offset-stat {
    display: inline-block;
    width: 100%;
    text-align: center;
	margin-bottom: 1rem;
}
.signup-hero-text.x-text h1.x-text-content-text-primary {
    color: #2E4B4D;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1;
}
.signup-subheadline-text.x-text h1.x-text-content-text-primary {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #2E4B4D;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.signup-subheadline-text.x-text h1.x-text-content-text-primary small {
    text-transform: initial;
}
.signup-subheadline-text.x-text h1.x-text-content-text-primary a {
    color: #2E4B4D;
}
.woocommerce-account form .payment_methods .tgt-terms-of-use {
    clear: both;
    padding-top: 25px;
    text-align: center;
}
.woocommerce-account form .payment_methods .tgt-terms-of-use p {
    font-size: 1em;
}

@media(min-width:768px) {
	body.page-id-36 .offset-stat {
	    display: inline-block;
	    width: 32%;
	    text-align: center;
	    border: solid 0 #0091C9;
	    border-right-width: 1px;
	    height: 150px;
	    vertical-align: bottom;
	}
}

@media (min-width: 1200px) {
    .signup-hero-text.x-text h1.x-text-content-text-primary {
        font-size: 4.2rem;
        line-height: 3.5rem;
    }
}

body.page-id-36 .offset-stat:last-child {
    border: none;
}

body.page-id-36 .offset-stat h4 {
    margin-top: 0;
    padding: 0 50px;
}

body.page-id-36 .offset-stat-value {
    font-weight: 600;
    font-size: 3em;
    display: block;
}
.offsets-stats {
    margin-top: 30px;
}
