body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

a {
    text-decoration: none;
    color: #63BCC9;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 20px;
}

label {
    max-width: 500px;
}

.header {
    width: 100%;
    margin: 0;
    position: fixed;
    background-color: #f8ecdb;
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 15px;
}

.nav {
    display: flex;
    gap: 5px;
}

.header-logo {
    width: 20%;
    padding-right: 5px;
    height: 32px;
}

.header-logo > img {
    height: 32px;
    width: 30px;
}

#pthText > a > img {
    height: 40px;
}

.header .phone > img {
    width: 32px;
    height: 32px;
}

.header > .phone {
    margin-left: auto;
    margin-right: 25px;
}

.header-end {
    display: none;
}

.buying-process-container {
    width: 100%;
    padding-top: 68px;
    padding-bottom: 20px;
    background: linear-gradient(180deg,#408abf 30%,rgba(205,179,212,.67) 70%);
    text-align: center;
}

.inner-title > b {
    font-size: 30px;
}

.form-entry {
    background-color: #63BCC9;
    color: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    margin: 10px 5px;
    border: none;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 5px 5px 10px 2px rgba(0,0,0,.3);
}

.form-entry:hover {
    background-color: #57a6b3;
    cursor: pointer;
}

#footer {
    display: block;
    padding-top: 19px;
    background-color: #cecece;
    color: #0f0f0f;
    border-top: 1px solid #e5e5e5;
}

#footer ul {
    list-style: none;
    padding-left: 0;
}

#footer .main .fb > img {
    margin: 3px 3px 0 3px;
}

#footer .main .ig > img {
	margin: 3px 3px 0 3px;
}

#footer .main .twitter > img {
    margin: 5px 2px 0 3px;
}

#footer .main .social:hover > img {
    filter: invert(1);
}

#footer .main .fb:hover {
    background-color: #4267B2;
    border-color: #4267B2;
}

#footer .main .ig:hover {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    border-color: #e6683c;
}

#footer .main .twitter:hover {
    background-color: #000;
    border-color: #000;
}


#footer .main .social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
}

#footer .main .social {
    position: relative;
    padding: 5px;
    border: 2px solid #000000;
    margin: 5px;
    border-radius: 30px;
}

#footer .logo {
    margin: 0 auto;
}

#footer .grid-container > div {
    padding: 10px;
}

#footer .accolades .awards .inc-5000 {
    position: relative;
    padding-right: 5px;
}

#footer .accolades .awards .bbb {
    position: relative;
    padding-left: 5px;
}

#footer li {
    margin-bottom: 10px;
}

#footer .main > p {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
}

.advertisement-disclosure {
    text-align: center;
}

.phone-nav > input[type='radio'] {
    -moz-appearance: initial;
    cursor: pointer;
    line-height: 10px;
}

/* reCAPTCHA */
label[for="g-recaptcha-response"] {
    display: block;
    margin-top: -7px;
}

/* PNotify */
.ui-pnotify.stack-bar-bottom {
    margin-left: 15%;
    right: auto;
    bottom: -3px;
    top: auto;
    left: auto;
}

.phone-nav > input[type='radio']:after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: relative;
    background-color: #a0a0a0;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #a0a0a0;
}

.phone-nav > input[type='radio']:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: relative;
    background-color: #727272;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #727272;
}

.our-process > div > ul > li > input[type='radio'] {
    -moz-appearance: initial;
    cursor: pointer;
    line-height: 20px;
}

.our-process > div > ul > li > input[type='radio']+label {
    cursor: pointer;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.our-process > div > ul > li > input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #b1b1b1;
}

.our-process > div > ul > li > input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #63BCC9;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #63BCC9;
}

.our-process > div > ul > li > input[type='radio']:checked+label {
    margin: 10px;
    font-size: 32px;
    font-weight: 700;
    color: #63BCC9;
}

.well {
    min-height: 20px;
    padding: 85px 19px 19px 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.pth-text-large-screen {
    display: none;
}

.active-option {
    border: solid 2px #63BCC9;
    background-color: #fff !important;
    -webkit-animation: pulse 2s infinite;
}

.recommended-articles {
    margin-top: 1rem;
    text-align: left;
}

.recommended-articles .article {
    display: flex;
    padding: 1rem 0;
    gap: 1rem;
    border-top: 1px solid #363636;
}

.recommended-articles .article:last-child() {
    border-bottom: 1px solid #363636;
}

.recommended-articles .article:hover {
    text-decoration: none;
}

.recommended-articles .article h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #363636;
}

.recommended-articles .article p {
    font-size: 14px;
    margin: 0;
    color: #363636;
}

.recommended-articles .article .featured-image {
    width: 90px;
    flex-shrink: 0;
}
.recommended-articles .article .featured-image img {
    width: 100%;
    height: auto;
}

.get-started:hover {
    background-color: #57a6b3;
    cursor: pointer;
}

.options {
    padding: 10px 0 20px 0;
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 0;
    gap: 15px;
    justify-content: center;
}

.options > a {
  display: block;
  color: #000000;
  text-decoration: none;
}

.options > div, .options > a {
    border-radius: 10px;
    padding: 15px;
    background-color: #F8F8F8;
    width: 140px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    cursor: pointer;
}

.options > div > b, .options > a > b {
    font-size: 20px;
}

.options > div > p, .options > a > p {
    margin: 10px 0px 5px 0px;
    font-size: 12px;
}

@media screen and (max-width: 850px) {
    .pth-logo {
        width: 230px;
    }
}

@media screen and (min-width: 720px) {
    #footer .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
        gap: 5px;
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
    }

    #footer .main {
        grid-column-start: 1;
        grid-column-end: 6;
        text-align: center;
    }

    #footer > .grid-container > .disclosure > p {
        max-width: 1200px;
    }

    #footer .main .logo {
        margin: 0 auto;
    }

    #footer .about {
        grid-column-start: 6;
        grid-column-end: 7;
    }

    #footer .legal {
        grid-column-start: 7;
        grid-column-end: 9;
        border-left: 1px solid #5F5F5F;
    }

    #footer .other {
        grid-column-start: 9;
        grid-column-end: 11;
        border-left: 1px solid #5F5F5F;
    }

    #footer .disclosure {
        grid-column-start: 1;
        grid-column-end: 8;
        text-align: center;
        margin: auto;
    }

    #footer .disclosure > p {
        font-size: 16px;
    }

    #footer .accolades {
        grid-column-start: 8;
        grid-column-end: 12;
    }

    #footer .accolades .awards {
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        margin-left: auto;
        margin-right: 0;
    }

    .sponsorship-message {
        width: fit-content;
        margin: 0 auto;
        padding: 20px;
        position: relative;
        overflow: hidden;
        box-sizing: content-box;
        white-space: nowrap;
        display: flex;
        text-align: center;
        align-items: center;
    }
    
    .sponsorship-message > span {
        padding: 10px;
    }
}

@-webkit-keyframes trusted-partners-mobile {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-1176px, 0, 0);
	}
}

@-webkit-keyframes mortgage-rates-mobile {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-893px, 0, 0);
	}
}

@media screen and (max-width: 1279px) {
    p {
        max-width: 400px;
        font-size: 16px;
    }

    label {
        max-width: 250px;
    }

    h3 {
        margin: 10px auto;
        max-width: 500px;
    }

    .get-started {
        background-color: #63BCC9;
        color: #fff;
        padding: 10px 25px 10px 25px;
        border-radius: 10px;
        border: none;
        font-size: 24px;
        font-weight: bold;
        box-shadow: 5px 5px 10px 2px rgba(0,0,0,.3);
    }

    .phone-background {
        display: none;
    }

    .trusted-partners-container {
        width: 100%;
        margin: -4px auto;
        position: relative;
        overflow: hidden;
        box-sizing: content-box;
        white-space: nowrap;
        display: inline-block;
        background-color: #D6D6D6;
        z-index: 3;
    }

    .partnership-text {
        padding: 10px;
        font-weight: 700;
        width: 100%;
        color: #7E7E7E;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }

    .trusted-partners {
		animation: trusted-partners-mobile 60s linear infinite;
	}

    .trusted-partner {
        margin: 0 auto;
        padding: 0 10px;
        height: 50px;
    }

    .extra-images {
        display: inline-block;
    }

    .why-pth {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        position: relative;
        padding: 20px;
        border-bottom: 1px solid #fff;
    }

    .mobile-purple-overlay {
        z-index: 1;
        background-color: rgba(205, 179, 212, .5);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        padding: 0;
    }

    .mobile-right-triangle {
        z-index: 2;
        position: absolute;
        padding: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    }
    
    .stats {
        display: flex;
        flex-direction: row;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
        z-index: 3;
    }
    
    .stat {
        display: flex;
        width: 60px;
        height: 60px;
        flex-direction: column;
        justify-content: center;
        color: #63BCC9;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        border: solid  1px #63BCC9;
        border-radius: 50px;
        background-color: #ffffff;
        margin: 0 auto;
        padding: 5px;
    }
    
    .stat-column {
        z-index: 3;
        height: 120px;
        vertical-align: middle;
        text-align: center;
    }
    
    .stat-description {
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #63BCC9;
        width: 160px;
    }
    
    .why-pathtohome {
        z-index: 3;
        width: 90%;
        max-width: 775px;
        border-radius: 5px;
        padding: 20px;
        border: 1px solid #F5F5F5;
        background-color: #fff;
        margin: 0 auto;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        position: relative;
    }

    .why-pathtohome > div {
        margin: 0 auto;
    }

    .why-pathtohome > div > p {
        text-align: left;
        margin: 25px auto;
    }

    .btn-container {
        position: absolute;
        bottom: -24px;
        width: 90%;
        text-align: center;
    }

    .mortgage-rate-history {
        z-index: 3;
        width: 90%;
        border-radius: 5px;
        padding: 20px;
        border: 1px solid #F5F5F5;
        background-color: #fff;
        margin: 0 auto;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        position: relative;
        max-width: 775px;
    }

    .mortgage-rate-history > div {
        margin: 0 auto;
    }

    .mortgage-rate-history > div > p {
        text-align: left;
        margin: 25px auto;
    }

    .govt-assistance-programs {
        z-index: 3;
        width: 90%;
        max-width: 775px;
        border-radius: 5px;
        padding: 20px;
        border: 1px solid #F5F5F5;
        background-color: #fff;
        margin: 0 auto;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        position: relative;
    }

    .govt-assistance-programs > div {
        margin: 0 auto;
    }

    .govt-assistance-programs > div > p {
        text-align: left;
        margin: 25px auto;
    }

    .phone-section {
        padding: 20px;
        padding-bottom: 40px;
        background-color: rgba(248, 236, 219, .5);
        position: relative;
    }

    .purple-phone-section {
        padding: 20px;
        padding-bottom: 40px;
        background-color: rgba(205, 179, 212, .5);
        position: relative;
    }

    .mobile-left-triangle {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top right, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    }

    .mobile-flipped-left-triangle {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    }

    .our-process {
        z-index: 3;
        width: 90%;
        max-width: 775px;
        border-radius: 5px;
        padding: 20px;
        border: 1px solid #F5F5F5;
        background-color: #fff;
        margin: 0 auto;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        position: relative;
    }

    .our-process > div:nth-child(2) {
        position: absolute;
        bottom: -20px;
        width: 90%;
        text-align: center;
    }

    .our-process > div > h2 {
        text-align: center;
    }

    .our-process > div > ul {
        padding: 0;
        list-style-type: none;
        font-size: 24px;
        margin-bottom: 0;
    }

    .our-process > div > ul > li {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .our-process > div > ul > li > p {
        margin-left: 30px;
        display: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mortgage-rates {
        margin: 0 auto;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }

    .mortgage-rates > div {
        font-size: 24px;
        text-align: center;
        width: fit-content;
        margin: 5px auto;
        padding: 0 10px;
    }

    .mortgage-rates {
        animation: mortgage-rates-mobile 60s linear infinite;
    }

    .extra-rates {
        display: flex;
    }

    .extra-rates > div {
        font-size: 24px;
        text-align: center;
        width: fit-content;
        margin: 5px auto;
        padding: 0 10px;
    }

    .mortgage-rates-background {
        display: none;
    }

    .mortgage-rate-history {
        z-index: 3;
        width: 90%;
        border-radius: 5px;
        padding: 20px;
        border: 1px solid #F5F5F5;
        background-color: #fff;
        margin: 0 auto;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        position: relative;
        text-align: center;
        max-width: 775px;
    }

    .govt-assistance-programs {
        z-index: 3;
        width: 90%;
        max-width: 775px;
        border-radius: 5px;
        padding: 20px;
        border: 1px solid #F5F5F5;
        background-color: #fff;
        margin: 0 auto;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        position: relative;
        text-align: center;
    }
}


.buying-process-option {
    flex-grow: 3;
    transition: all 750ms;
}

.collapse-option {
    flex-grow: 1;
}

.get-started:hover {
    background-color: #57a6b3;
    cursor: pointer;
}

.trusted-partner {
    margin: 0 auto;
    padding: 0 10px;
    height: 50px;
}

.trusted-partner-magnolia {
    margin: 0 auto;
    padding: 0 10px;
    height: 50px;
}

.trusted-partner-quicken {
    margin: 0 auto;
    padding: 0 10px;
    height: 50px;
}


@media screen and (min-width: 1280px) {
    p {
        max-width: 800px;
        font-size: 20px;
    }
    
    .extra-images {
        display: none;
    }

    .extra-rates {
        display: none;
    }

    .btn-container {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .get-started {
        background-color: #63BCC9;
        color: #fff;
        padding: 10px 20px 10px 20px;
        border-radius: 10px;
        border: none;
        font-size: 24px;
        font-weight: bold;
        box-shadow: 5px 5px 10px 2px rgba(0,0,0,.3);
    }

    .trusted-partners-container {
        width: 100%;
        background-color: #D6D6D6;
        height: 90px;
        display: flex;
    }

    .trusted-partners-container > div {
        margin: 0 auto;
        width: 1660px;
        display: flex;
    }

    .partnership-text {
        padding: 10px;
        width: 30%;
        font-weight: 700;
        color: #D6D6D6;
        width: fit-content;
        height: fit-content;
        background-color: #7E7E7E;
        margin: 25px auto;
        text-align: left;
        display: inline-block;
    }

    .trusted-partners {
        margin: 20px auto;
        width: 70%;
        position: relative;
        overflow: hidden;
        box-sizing: content-box;
        white-space: nowrap;
        display: inline-block;
    }

    .trusted-partner {
        margin: 0 auto;
        padding: 0 10px;
        height: 50px;
    }

    .mortgage-rates {
        margin: 20px auto;
        width: 70%;
        position: relative;
        display: flex;
        align-items: center;
    }

    .mortgage-rates > div {
        font-size: 24px;
        text-align: center;
        width: fit-content;
        margin: 0 auto;
        padding: 0 10px;
    }

    .info-section {
        display: flex;
    }

    #step_options {
        display: flex;
        width: 100%;
    }

    .purple-overlay {
        background-color: rgba(205, 179, 212, .5);
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .orange-overlay {
        background-color: rgba(248, 236, 219, .5);
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .left-triangle {
        position: absolute;
        right: 0;
        width: 200px;
        height: 500px;
        background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    }

    .flipped-right-triangle {
        position: absolute;
        right: 0;
        width: 200px;
        height: 500px;
        background: linear-gradient(to top right, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    }

    .right-triangle {
        position: absolute;
        left: 0;
        width: 200px;
        height: 500px;
        background: linear-gradient(to top left, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    }

    .flipped-left-triangle {
        position: absolute;
        left: 0;
        width: 200px;
        height: 500px;
        background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    }

    .why-pathtohome {
        background: #fff;
        height: 500px;
        width: 50%;
    }

    .why-pathtohome > div {
        padding: 40px;
    }

    .mortgage-rate-history {
        background: #fff;
        height: 500px;
        width: 50%;
        margin: 0 auto;
        max-width: 775px;
    }

    .mortgage-rate-history > div {
        padding: 20px;
    }

    .govt-assistance-programs {
        background: #fff;
        height: 500px;
        width: 50%;
    }

    .govt-assistance-programs > div {
        padding: 40px;
    }
    
    .statistics {
        width: 50%;
        background: url('../img/family-walking-home.webp');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .stats {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        z-index: 3;
    }

    .stat {
        display: flex;
        width: 80px;
        height: 80px;
        flex-direction: column;
        justify-content: center;
        color: #63BCC9;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        border: solid  1px #63BCC9;
        border-radius: 50px;
        background-color: #ffffff;
        margin: 0 auto;
        padding: 5px;
        box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, .5);
    }

    .stat-column {
        padding: 10px;
        z-index: 3;
        height: 170px;
        vertical-align: middle;
        text-align: center;
    }

    .stat-description {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: #63BCC9;
        width: 200px;
        text-shadow: rgba(0, 0, 0, .9) 2px 0 10px;
    }

    .bg-house {
        width: 50%;
        background-image: url('../img/bg-home.webp');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .mortgage-rates-background {
        width: 50%;
        background-image: url('../img/mortgage-rates-bg.webp');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .phone-background {
        display: block;
        width: 50%;
        background-color: rgba(248, 236, 219, .5);
        position: relative;
    }

    .our-process {
        background: #fff;
        height: 500px;
        width: 50%;
    }

    .phone-template {
        display: none;
    }

    .our-process > div:first-child {
        padding: 40px 40px 0 40px;
        height: 370px;
    }

    .our-process > div:nth-child(2) {
        text-align: center;
    }

    .our-process > div > ul {
        list-style-type: none;
        font-size: 24px;
        margin-bottom: 0;
    }

    .our-process > div > ul > li {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .our-process > div > ul > li > p {
        margin-left: 30px;
        display: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .blogs {
        height: 400px;
        text-align: center;
        padding: 40px;
    }
}

@media screen and (min-width: 580px) and (max-width: 1279px) {
    label {
        max-width: 90%;
    }

    .our-process > div > ul > li > p {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .form-option {
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .5);
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(.97);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(#5a99d4, 0);
    }
    100% {
        transform: scale(.97);
        box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
    }
}

@media screen and (min-width: 720px) {
	.header-logo {
		border-right: none;
	}

	.pth-text-large-screen {
		display: block;
		margin: 0.5rem auto 2rem auto;
	}

	h1.welcome-intro {
		display: block;
		margin: 1rem auto;
	}
	
	h2.welcome-intro {
		display: block;
		font-size: 1.68rem;
	}
}

.welcome-intro {
	text-shadow: 0 4px 3px rgba(0, 0, 0, .1), 0 10px 17px rgba(0, 0, 0, .2);
}

h1.welcome-intro {
	font-family: Cabin, Roboto, sans-serif;
	font-size: 2rem;
	color: #ffffff;
}

h2.welcome-intro {
	font-family: Cabin, Roboto, sans-serif;
	font-size: 1.5rem;
	margin: 1rem auto 0.5rem auto;
	color: #ffffff;
}
