/* IT'S ABOUT TIME - PROGRESS PAGE */

@media only screen and (max-width: 68rem) {
    .theme-its-about-time .hero-content br {
        display: none;
    }
}

/* Row 02 - Body Copy */

.progress-row-02-body-copy.row-wrap.widget {
    padding-top: 4.5rem;
    padding-bottom: 1rem;
}

.progress-row-02-body-copy.row-wrap.widget.body-copy h2 {
    font-family: Supreme-Bold, Helvetica, Arial, sans-serif !important;
    font-size: 2rem !important;
    text-transform: uppercase;
}

@media only screen and (min-width:64em){

    .progress-row-02-body-copy.row-wrap.widget {
        padding-top: 6.5rem;
        padding-bottom: 1.5rem;
    }

    .progress-row-02-body-copy.row-wrap.widget.body-copy h2 {
        font-size: 3rem !important;
        letter-spacing: 0.85rem;
        padding-bottom: 1.5rem;
    }
}

/* Row 03 - Thermometer Widget */

.progress-row-03-thermometer-widget.row-wrap.padding-regular {
    padding-top: 0;
    padding-bottom: 1rem;
}

.progress-row-03-thermometer-widget .thermometer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 0;
}

.progress-row-03-thermometer-widget .thermometer-widget-mobile,
.progress-row-03-thermometer-widget .thermometer-widget-desktop {
    display: none;
    position: relative;
    width: 100%;
    z-index: 2;
    /*border-radius: 1.75vw;*/
    overflow: hidden;
}

.progress-row-03-thermometer-widget .thermometer-widget-mobile {
    max-width: 30rem;
    /*border-radius: 2.25vw;*/
}

.progress-row-03-thermometer-widget.row-wrap.widget p{
    display:none;
}

.progress-row-03-thermometer-widget .thermometer-wrapper img{
    z-index:2;
    position:relative;
    width:100%;
}

.progress-row-03-thermometer-widget .thermometer-bar {
    display: block;
    position:absolute;
    margin-bottom: 0 !important;
    background: black;
    z-index: 1;
}

.progress-row-03-thermometer-widget .thermometer-widget-desktop .thermometer-bar {
    height: 60%;
    width: 3%;
    top: 20%;
    left: 8.5%;
}

.progress-row-03-thermometer-widget .thermometer-widget-mobile .thermometer-bar {
    width: 60%;
    height: 3%;
    bottom: 10.2%;
    left: 20%;
}

@media only screen and (max-width: 64em) {
    .progress-row-03-thermometer-widget .thermometer-widget-mobile {
        display:block;
    }
}

@media only screen and (max-width: 40em) {
    .progress-row-03-thermometer-widget .thermometer-wrapper img{
        margin:0 !important;
    }
}

@media only screen and (min-width: 64em) {
    .progress-row-03-thermometer-widget .thermometer-widget-desktop {
        display: block;
    }
}

.progress-row-03-thermometer-widget.visible {
    display: block;
}

/* Row 04 - Button and Photo */

.progress-row-04-button-and-photo .learn-more-button {
    margin-bottom: 0;
}

@media only screen and (min-width: 64em) {
    .progress-row-04-button-and-photo.row-wrap.padding-regular {
        padding-bottom: 6rem;
    }
}

/* Impact Row 02 - Leading the Way */

.impact-row-02-leading-the-way .column.panel.padding-none {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.impact-row-02-leading-the-way .left-elements-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #141414;
    background-image: url(/itsabouttime/images/grid-expanded-white-bg.jpg);
    background-size: initial;
    background-repeat: repeat-x;
    background-position-x: 0;
    background-position-y: calc(100% + 11rem);
}

.impact-row-02-leading-the-way .right-elements-wrapper > p > strong {
    float: right;
}

@media screen and (max-width: 94em) {
    .impact-row-02-leading-the-way .right-elements-wrapper {
        padding: 3rem 0.9375rem 3.5rem 2rem !important;
    }
}

@media only screen and (max-width: 64em){
    .impact-row-02-leading-the-way > .row > .column > .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .impact-row-02-leading-the-way .right-elements-wrapper{
        padding-top:3rem !important;
        padding-bottom: 0rem !important;
    }

    .impact-row-02-leading-the-way .right-elements-wrapper,
    .impact-row-02-leading-the-way .right-elements-wrapper *{
        text-align:left !important;
    }

    .impact-row-02-leading-the-way.row-wrap.widget.body-copy .right-elements-wrapper h2 {
        padding: 0 0rem 1rem;
    }

    .impact-row-02-leading-the-way .left-elements-wrapper {
        padding: 4.5rem 1.25rem 3.5rem !important;
    }
}

@media only screen and (min-width: 64em) {
    .impact-row-02-leading-the-way.row-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }

    .impact-row-02-leading-the-way.row-wrap > .row > .column {
        background-image: linear-gradient(to right, rgb(255, 255, 255) 0, rgb(255, 255, 255) 50%, #141414 50%);
    }

    .impact-row-02-leading-the-way .left-elements-wrapper {
        background-image: url('/itsabouttime/images/grid_pattern_vertical.jpg'), linear-gradient(to right, rgb(255, 255, 255) 0, rgb(255, 255, 255) calc(24vw - 21rem), rgba(0, 0, 0, 0) calc(24vw - 21rem));
        background-size: initial;
        background-repeat: repeat-y;
        background-position-x: calc(24vw - 22rem), 0;
        background-position-y: top;
        overflow: hidden;
    }

    .impact-row-02-leading-the-way .left-elements-wrapper img {
        width: 100%;
        max-width: 60rem;
        padding-left: 8vw !important;
    }
}

@media only screen and (min-width: 94em) {
    .impact-row-02-leading-the-way .right-elements-wrapper {
        padding: 3rem 0.9375rem 3.5rem 0 !important;
    }
}

/* Row - Testimonial */
 .impact-row-testimonial .left-elements-wrapper, .impact-row-testimonial .right-elements-wrapper {
	 display:flex;
	 flex-direction:column;
	 justify-content:center;
}
 .impact-row-testimonial .left-elements-wrapper {
	 padding-bottom: 1.5rem !important;
}
 .impact-row-testimonial .left-elements-wrapper * {
	 text-align: center;
}
 .impact-row-testimonial .left-elements-wrapper img {
	 border-radius: 50%;
	 max-width: 27rem;
}
 .impact-row-testimonial .right-elements-wrapper:before {
	 content: url(/itsabouttime/images/icon_double_quotation_left_black.svg);
	 display: block;
	 margin-bottom: 0.75rem;
}
 .impact-row-testimonial .right-elements-wrapper h2 {
	 line-height: 1.15;
}
 @media only screen and (max-width: 64em) {
	 .impact-row-testimonial.row-wrap.widget.body-copy * {
		 text-align: left;
	}
	 .impact-row-testimonial.row-wrap.widget.body-copy .right-elements-wrapper h2 {
		 line-height: 1.25;
	}
}