/*
Theme Name: Public School Strong
Version: 2.0
Author: FWDLABS
Author URI: https://fwdlabs.com
*/

/* Reset (Meyer) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Boilerplate */

html {
	background:#fff;
    color: #585d62;
	line-height: 1.4;
	font-size:62.5%;
}
body { font-size: 1.8rem; }

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/*
::selection {
    background: #000;
    text-shadow: none;
}
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    font-family: "colfax-web", sans-serif;
}

textarea {
    resize: vertical;
	width:100%;
	border:0;
	padding:1rem;
}

.hidden {
    display: none !important;
}

.visuallyhidden,
.screen-reader-response {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        page-break-inside: auto;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

	h1,
	h2 {
		margin-bottom:0;
	}

    p,
    h2,
    h3,
	h4 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3,
	h4 {
        /* page-break-after: avoid; */
    }

	.no-print,
	.post-edit-link { display:none; }

}

/* Custom */

:root {
    --wp--preset--font-size--small: 1.2rem !important;
    --wp--preset--font-size--regular: 1.8rem !important;
    --wp--preset--font-size--medium: 2.5rem !important;
    --wp--preset--font-size--large: 3.5rem !important;
    --wp--preset--font-size--x-large: 4.5rem !important;
}

html, body { background-color:#fff; margin:0; color:#000; }

/* Containers */

#doc {
	color:#000;
	font-family: "colfax-web", sans-serif;
	font-weight:400;
}

#hd, #ft { text-align:center; }

#hd {
    color:#fff;
    font-weight:700;
}

#hd {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    background-color:transparent !important;
    color: #fff;
}

#hd a,
#mobile-menu .menu-item a,
#footer-menu a { 
    color:var(--wp--preset--color--dark-blue);
    text-shadow: 1px 1px 0 #fff;
    font-weight:600;
}

    #hd a:hover,
    #mobile-menu .menu-item a:hover,
    #footer-menu a:hover { color:var(--wp--preset--color--blue); }

#hd .logo,
#mobile-menu .logo {
    text-align:left;
    text-transform:uppercase;
    font-size:2rem;
    text-wrap:balance;
}
#hd #nav a {
    margin-left:3rem;
    text-transform:uppercase;
}

#header-menu,
#footer-menu {
    display:flex;
    flex-direction:row;
    list-style:none;
    flex-wrap:wrap;
    align-items:center;
    margin:0;
}
    #footer-menu {
        gap: 24px;
        justify-content: center;
        margin-bottom:3rem;
    }
    #footer-menu a {
        font-family: "colfax-web", sans-serif;
        font-size: 3rem;
        line-height: 1.35;
        font-weight: 900;
        text-transform: uppercase;
    }

#footer-grid .wp-block-column { flex:1; }
@media screen and (max-width: 1200px){
    #footer-grid .wp-block-column { width:100% !important; }
}

.gutter { padding:2rem; }

a,a svg{transition:all 0.1s ease}

a{color:#01a9d6;text-decoration:none; }
a:hover { color:#000; }

strong{font-weight:900}
em { font-style: italic; }

h1, h2, .h2, h3, .h3, h4, h5, p, ul, ol {
    margin-bottom:1.8rem;
}

h1, h2, .h2, h3, .h3, h4, h5 {
    text-wrap: balance;
}

h1 {
    text-align:center;
    padding:2rem 0;
}

h1, h2, .h2, label {
    font-family: "colfax-web", sans-serif;
    font-weight: 900;
}
    h2 span { font-weight:400; }

h3, .h3 {
    font-family: "ccsignlanguage", sans-serif;
    font-weight: 400;
    font-style: normal;
    display:block;
}

h4, .h4, p, small, li {
    font-family: "colfax-web", sans-serif;
    font-weight: 400;
}
p, small, li {
    font-size:1.8rem;
    line-height:1.5;
}
    li { margin-left:0 !important; }
    small { font-size:1.4rem; display:block; }
    p, small, label, input { margin-bottom:1rem; }

h1 {
    font-size:8rem;
    color:#fff;
    -webkit-text-stroke: 1px #393D3F;
    text-stroke: 1px #393D3F;
    text-shadow:
       5px 5px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
h2, .h2 {
    font-size:4.5rem;
    line-height:1.35;
    font-weight:900;
}
h3, .h3 {
    font-size:3.5rem;
    font-weight:400;
    line-height:1.35;
    text-wrap: balance;
}
h4, .h4 {
    font-size:3rem;
    line-height:1.35;
    font-weight:900;
}
h5 {
    font-size:3rem;
    line-height:1.35;
    font-weight:400;
}

@media screen and (max-width: 800px){
    h1 { font-size:4.5rem; }
    h2, .h2 { font-size:3rem; }
    h3, .h3 { font-size:3rem; }
    h4, .h4 { font-size:2.5rem; }
    h5 { font-size:2.5rem; }
}

.has-blue-background-color .has-inline-color.has-full-white-color,
.has-dark-blue-background-color .has-inline-color.has-full-white-color,
.has-red-background-color .has-inline-color.has-full-white-color {
    text-shadow: 2px 2px 0 #000;
}

.wp-block-button__link {
    text-shadow: 1px 1px 0 #000;
    cursor: pointer;
}
    .wp-block-button__link.has-full-white-background-color,
    .wp-block-button__link.has-white-background-color {
        text-shadow:none !important;
    }

.wp-block-button__link,
li#menu-item-51 a {
    transition: all .35s;
}

.has-blue-color {
    color: #5c9ac7;
}
.has-blue-background-color {
    background-color: #5c9ac7;
}
.has-blue-border-color {
    border-color: #5c9ac7;
}
    .has-light-blue-color {
        color: #d6e6f1;
    }
    .has-light-blue-background-color {
        background-color: #d6e6f1;
    }
    .has-light-blue-border-color {
        border-color: #d6e6f1;
    }
    .has-dark-blue-color {
        color: #2e4d64;
    }
    .has-dark-blue-background-color {
        background-color: #2e4d64;
    }
    .has-dark-blue-border-color {
        border-color: #2e4d64;
    }

.has-red-color {
    color: #de4929;
}
.has-red-background-color {
    background-color: #de4929;
}
.has-red-border-color {
    border-color: #de4929;
}
    .has-light-red-color {
        color: #FFD3C9;
    }
    .has-light-red-background-color {
        background-color: #FFD3C9;
    }
    .has-light-red-border-color {
        border-color: #FFD3C9;
    }
    .has-dark-red-color {
        color: #7D1700;
    }
    .has-dark-red-background-color {
        background-color: #7D1700;
    }
    .has-dark-red-border-color {
        border-color: #7D1700;
    }

.has-black-color {
    color: #393D3F;
}
.has-black-background-color {
    background-color: #393D3F;
}
.has-black-border-color {
    border-color: #393D3F;
}

.has-white-color {
    color: #F2EEE6;
}
.has-white-background-color {
    background-color: #F2EEE6;
}
.has-white-border-color {
    border-color: #F2EEE6;
}

.has-green-color {
    color: #3bb273;
}
.has-green-background-color {
    background-color: #3bb273;
}
.has-green-border-color {
    border-color: #3bb273;
}
    .has-light-green-color {
        color: #d5ebdd;
    }
    .has-light-green-background-color {
        background-color: #d5ebdd;
    }
    .has-light-green-border-color {
        border-color: #d5ebdd;
    }
    .has-dark-green-color {
        color: #1e593a;
    }
    .has-dark-green-background-color {
        background-color: #1e593a;
    }
    .has-dark-green-border-color {
        border-color: #1e593a;
    }

.has-full-white-color {
    color: #fff;
}
.has-full-white-background-color {
    background-color: #fff;
}
.has-full-white-border-color {
    border-color: #fff;
}
.has-full-black-color {
    color: #000;
}
.has-full-black-background-color {
    background-color: #000;
}
.has-full-black-border-color {
    border-color: #000;
}


.wp-block-button__link.has-blue-background-color:hover,
.wp-block-button__link.has-dark-blue-background-color:hover,
.wp-block-button__link.has-red-background-color:hover,
.wp-block-button__link.has-dark-red-background-color:hover,
.wp-block-button__link.has-green-background-color:hover,
.wp-block-button__link.has-dark-green-background-color:hover {
    color:#fff;
    background-color:#393D3F !important;
}
    .wp-block-button__link.has-black-background-color:hover,
    .wp-block-group.has-black-background-color .wp-block-button__link:hover {
        color:#fff;
        background-color:#000 !important;
    }
    .wp-block-button__link.has-full-black-background-color:hover {
        color:#fff;
        background-color:var(--wp--preset--color--black) !important;
    }
    .wp-block-button__link.has-full-white-background-color:hover {
        color:#000;
        background-color:var(--wp--preset--color--white) !important;
    }

    /* Force variant hover colors if against darker background blocks */
    .wp-block-group.has-dark-green-background-color .wp-block-button__link:hover {
        color:#000;
        background-color:var(--wp--preset--color--full-white) !important;
        text-shadow: none !important;
    }

.wp-block-button__link { font-size:100%; }


.has-small-font-size {
    font-size: 1.2rem !important;
}
.has-regular-font-size {
    font-size: 1.8rem !important;
}
.has-medium-font-size {
    font-size: 2.5rem !important;
}
.has-large-font-size {
    font-size: 3.5rem !important;
}
.has-x-large-font-size {
    font-size: 4.5rem !important;
}

.wp-block-cover {
    align-items: flex-end !important;
}

.is-layout-constrained {
    max-width:1200px;
    margin:0 auto;
}

:root :where(.is-layout-flex) {
    gap: 2rem;
}

.wp-block-image{line-height:0}
ul,ol{padding-left:1.5rem}
ul li,ol li{padding-bottom:.5rem}
    #nav ul li,
    ul#footer-menu li { padding:0; }
ul li:last-child,ol li:last-child{padding-bottom:0}
ul li ul,ul li ol,ol li ul,ol li ol{padding-top:.5rem}

p.large,p.has-large-font-size{font-size:1.8rem}
@media (min-width: 992px){p.large,p.has-large-font-size{font-size:2rem; }}
p.has-regular-font-size{font-size:1.8rem}
p.small, p.has-small-font-size {font-size:1.2rem}

.wp-block-pullquote cite {
    text-transform:none !important;
    font-size:1.2rem !important;
}
.wp-block-pullquote {
    border:none !important;
}

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

.wp-element-button {
    border-radius: 0.25rem !important;
    font-weight:900 !important;
    border:0 !important;
    font-family: "colfax-web", sans-serif;
}

.last { margin-bottom:0; }

.flex {
    display:flex;
}
.flex-row {
    flex-direction:row;
}
.flex-column {
    flex-direction:column;
}
.flex-one {
    flex:1;
}
.flex-none {
    flex:none;
    margin-right:1rem;
}
.flex-none-last { margin-right:0; }

label,
input {
    display:block;
}

input[type=text],
input[type=password],
input[type=email] { font-size:1.8rem; }

.smaller-heading { font-size:75%; }

.mobile-only { display:none; }
@media screen and (max-width: 800px){
    .mobile-only { display:inline-block; }
    #hd .menu li:not(.mobile-only) { display:none; }
    .mobile-order-1 { order:1; }
    .mobile-order-2 { order:2; }
    .hide-on-mobile { display:none; }
}
@media screen and (max-width: 1200px){
    .tablet-order-1 { order:1; }
    .tablet-order-2 { order:2; }
}

#mobile-menu {
    color:#000;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    margin:0 auto;
    text-align:center;
    overflow-y:auto;
}
    @media screen and (max-width: 800px){
        #mobile-menu { display:none; }
    }

#mobile-menu .full-column-wrap {
    display:flex; height:100%; justify-content:center; align-items: center; flex-direction:column;
}
.row-wrap-min { flex:0; width: 100%; }
.row-wrap-max { flex:1; width: 100%; }

#mobile-menu .h2 {
    font-size:3rem;
    font-weight:900;
    line-height:1.35;
    text-wrap: balance;
    text-transform:uppercase;
}
#mobile-menu ul { margin:0; list-style:none; text-align:center; }
#mobile-menu li { margin-bottom:0.5rem; }
#mobile-menu .full-column-wrap { justify-content:flex-start; }



select {
    font-size:1.8rem;
    padding: 0.375rem 0.75rem;
    min-height:50px;
    border-radius: 0;
    border: 1px solid #ced4da;
    width:100%;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number],
.wpcf7-form input[type=email] { width:100%; padding:1rem; font-family: "colfax-web", sans-serif; }

.wpcf7-not-valid-tip { display:block; margin-bottom:1rem; color:red; }
.wpcf7-response-output { display:block; margin-top:1rem; }

.grid {
    display:grid;
    gap: var(--wp--preset--spacing--40);
	margin-bottom:1rem;
}
.grid-one {
	grid-template-columns: repeat(1, 1fr);
}
.grid-two {
	grid-template-columns: repeat(2, 1fr);
}
.grid-three {
	grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1200px) {
	.grid-three {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 960px) {
    .grid-three {
		grid-template-columns: 1fr;
	}
    .grid-two {
		grid-template-columns: 1fr;
	}
}

.max-width-33-percent {
    width: 100%;
    max-width: 33%;
    height:auto;
}

.height-full {
    height:100%;
}
.justify-content-center,
.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}

.margin-top-0 {
    margin-top: 0 !important;
}
.text-wrap-balance {
    text-wrap:balance;
}

.tab-sortable { font-weight:400 !important; }
.tab-sortable.tab-active { font-weight:700 !important; background-color:var(--wp--preset--color--black) !important; }

.blue-to-dark-blue-on-desktop {
    background-image: linear-gradient(90deg, #01a9d6 50%, #00627D 50%);
}
@media screen and (max-width: 782px) {
    .blue-to-dark-blue-on-desktop { background-image:none; }
}

#hero-block-wrap {
    background-image:url('https://publicschoolstrong.org/wp-content/uploads/hero-background.png');
    background-size:cover;
    background-color: var(--wp--preset--color--white);
    background-position:center center;
    background-repeat:no-repeat;
}
#hero-block {
    height:85vh;
    min-height: 540px;
    max-height:960px;
    padding-top:var(--wp--preset--spacing--80);
    padding-bottom:var(--wp--preset--spacing--80);
    position:relative;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
    @media screen and (min-width: 1200px){
        #hero-block { background-size:contain; }
    }
    @media screen and (max-width: 640px){
        #hero-block { height: 50vh; min-height: 500px; background-size:contain; }
    }
#hero-block-text {
    position: absolute;
    bottom: 4rem;
    left: 2rem;
    right: 2rem;
    text-align:center; 
}

.card {
    display:flex;
    flex-direction: column;
    justify-content: center; /* space-between */
    background-color: var(--wp--preset--color--full-white);
    padding:2rem;
    height:100%;
}

    .card-featured {
        border:5px solid #3bb273;
    }

.carousel-one,
.carousel-fade {
    width:100%;
    max-width:640px;
    margin:0 auto 2rem !important;
}

        .carousel-one .slick-slide {
            background: var(--wp--preset--color--white);
            color: var(--wp--preset--color--black);
            border-radius: 1rem;
            margin: 1rem;
        }
        #quotes.carousel-one .slick-slide {
            color: var(--wp--preset--color--full-white);
            background:transparent;
        }

    .slick-slide a:hover .has-red-color {
        color:var(--wp--preset--color--full-black) !important;
    }

    /* Force full height */
    .slick-track { display: flex !important; }
    .slick-slide { height: inherit !important; }

#video {
    background-color: var(--wp--preset--color--black);
}

.sixteen-nine-frame {
	width:100%;
    height:100%;
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	margin:0;
    background-color:#222;
    color:#fff;
    background-repeat:repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    background-position: center center;
}

.sixteen-nine-frame iframe {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
}

.wp-block-group { overflow:hidden; }

@media screen and (max-width: 800px){
    .wp-block-gallery.has-nested-images { flex-direction:column; }
    .wp-block-gallery.has-nested-images .wp-block-image { width:100% !important; }
}

.select-submit {
    background-color:var(--wp--preset--color--black);
    padding:0.5rem;
    margin: 0;
    border: 0;
}
.select-submit:hover {
    background-color:var(--wp--preset--color--full-black);
}

#how-we-work .wp-block-image {
    max-width: 200px;
    margin: 0 auto;
}

ul.menu .current-menu-item a,
#mobile-menu .current-menu-item a,
ul.menu .current-post-ancestor a,
#mobile-menu .current-post-ancestor a,
body.tax-healtowinregions #menu-item-1267 a { 
    color:#000 !important;
    border-bottom: 3px solid #000;
}

ul.menu li#menu-item-51 a {
    background-color: var(--wp--preset--color--green);
    border-radius: 0.25rem;
    padding: calc(.667em + 2px);
    color: var(--wp--preset--color--full-white) !important;
    text-shadow: 1px 1px 0 #000;
}
ul.menu li#menu-item-51 a:hover {
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--full-white) !important;
}

.region-flag {
    height:75px;
    width:75px;
    display:block;
    background-size:cover;
    border-radius: 50%;
    background-position: center center;
    border: 2px solid var(--wp--preset--color--full-black);
}
.region-flag-wrap { flex:0 0 75px; }
@media screen and (max-width: 800px){
    .region-flag {
        height:50px;
        width:50px;
    }
    .region-flag-wrap { flex:0 0 50px; }
}

/* ControlShift */

#controlshift-map-container {
    height:80vh;
    min-height: 500px;
    max-height:1000px;
}

/* NGP Overrides */

.ngp-form { max-width: 800px !important; width:100% !important; }
.ngp-form header.at-title { font-family: "colfax-web", sans-serif; font-weight:700; font-size:3rem; line-height:1.35; }
.ngp-form .fastAction p,
.ngp-form.at fieldset legend { font-family: "colfax-web", sans-serif; font-weight: 400; font-size:1.8rem; line-height:1.5; }
.ngp-form.at input[type=text],
.ngp-form.at input[type=email],
.ngp-form.at input[type=tel],
.ngp-form.at select { font-family: "colfax-web", sans-serif; min-height: 50px; border: 1px solid #ced4da; font-size: 1.8rem; padding: 0.375rem 0.75rem; }
.ngp-form.at label { font-size:1.4rem; }
.ngp-form.at label small { display:inline-block; }
.ngp-form.at input[type=checkbox]+span { padding-left:2.5rem; }
.ngp-form.at input[type=checkbox]+span:before { height:16px; width:16px; }
.ngp-form.at .at-form-submit .at-submit { float:none; border-radius: 0.25rem; font-weight:900; border:0; font-family: "colfax-web", sans-serif; font-size: 1.125em; background-color:var(--wp--preset--color--yellow); text-shadow: 1px 1px 0 #000; }
.ngp-form.at .at-form-submit .at-submit:hover {
    background-color:var(--wp--preset--color--full-black);
}
.ngp-form.at .at-legal p { font-size:1.4rem; }

/* Animation */

#doc .animation {
    will-change: transform;
  }
  
  #doc .fade-in {
    opacity:0;
    transition: 1s all ease-in-out;
  }
  #doc .fade-in.animate {
    opacity:1;
  }
  
  #doc .fade-from-left,
  #doc .fade-from-right {
    opacity: 0;
    transition: 1s all ease-in-out;
  }
  
  #doc .fade-from-left {
    transform: translateX(-150px);
  }
  #doc .fade-from-right {
    transform: translateX(150px);
  }
  #doc .fade-from-left.animate,
  #doc .fade-from-right.animate {
    opacity: 1;
    transform: translateX(0);
  }
  
  #doc .fade-from-bottom,
  #doc .fade-from-top {
    opacity: 0;
    transition: 1s all ease-in-out;
    transform: translateY(150px);
  }
  #doc .fade-from-bottom {
      transform: translate3d(0, 100%, 0);
  }
  #doc .fade-from-bottom.fade-from-bottom-minimal {
      transform: translateY(150px);
  }
  #doc .fade-from-top {
      transform: translate3d(0, -100%, 0);
  }
  #doc .fade-from-bottom.animate,
  #doc .fade-from-top.animate {
    opacity: 1;
    transform:none; 
  }

#wpwrap .animation { opacity:1 !important; }

/* Odometer */

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  line-height: 1.1em;
  white-space: nowrap; /* Added */
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}