/** 
	* A. GREENWELL
	*
	* @category    design
	* @package     cst/saferpainrelief2
**/

/*** GLOBAL START ***/

.page {
    background: url('http://saferpainreliefdev.performancehealthdev.com/media/wysiwyg/spr/geoBG.png');
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.breadcrumbs { display: none; visibility: hidden; }

@media only screen and (max-width: 736px) {
    .page { background-size: 200% auto; }
}

.label-xs { color: #000; font-size: 1.25rem; margin-right: 10px; margin-bottom: 0; }
.resources-content-container { background-color: rgba(255,255,255,0.75); padding: 2em 4em; }

.level0.nav-1 > ul.level0::before,
.level0.nav-2 > ul.level0::before,
.level0.nav-3 > ul.level0::before,
.level0.nav-4 > ul.level0::before {
    content: "";
    width: 0;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
}

/*** GLOBAL END ***/

/*** BUTTONS START ***/

.btn-custom {
    background-color: #21336b;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 22px;
    font-size: 1.3rem;
    padding: .75em 1.5em;
    transition: all 0.25s ease-in-out 0s;
    border: 3px solid #21336b;
    font-family: "azo-sans-web", sans-serif;
}

.btn-custom:hover {
    background-color: #fff;
    color: #21336b;
    border: 3px solid #21336b;
    font-weight: 900;
}

/*** BUTTONS END ***/

/*** HOME START ***/

.homepage-hero {
    margin-top: 2em;
}

.progressbar-container {
    height: 45px;
    background-color: #5e5e5e;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .homepage-hero-container {
        vertical-align: bottom;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        height: 400px;
    }

    .homepage-hero {
        position: absolute;
        bottom: 0;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .homepage-hero-container {
        vertical-align: bottom;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        height: 400px;
    }

    .homepage-hero {
        position: absolute;
        bottom: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .homepage-hero-container {
        vertical-align: bottom;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        height: 350px;
    }

    .homepage-hero {
        position: absolute;
        bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage-hero-container {
        vertical-align: bottom;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        height: 400px;
    }

    .homepage-hero {
        position: absolute;
        bottom: 0;
    }
}

/*** HOME END ***/

/*** RESOURCES PAGE START ***/

.mpblog-main-container { background-color: #fff; margin-top: 3em; padding: 2em; }
.mp-blog-head h1 { color: #21336b; }
.mp-content > p { color: #5e5e5e; }
.mp-content > ul { list-style-type: circle; margin-left: 4rem;}
.mp-content > ul > li { color: #5e5e5e; }
.mp-details > span.categories { display: none; visibility: hidden;}
.mp-footer > span.categories { display: none; visibility: hidden; }
.button.btn.btn-custom.mp-read-more { font-style: normal; }
.mpblog-index-index h2, .mpblog-index-post h2 { margin-top: 4rem !important; }

/*** RESOURCES PAGE END ***/

/*** FOOTER START ***/

@media only screen and (max-width: 768px) {

    .footer-links-container {
        width: 33%;
        float: left;
    }
    .footer-social-links-container {
        width: 33%;
        float: left;
    }
    .footer-ph-logo {
        width: 33%;
        position: relative;
        float: right;
    }
}

@media only screen and (max-width: 414px) {
    .footer-links-container {
        width: 50%;
        float: left;
    }
    .footer-social-links-container {
        width: 50%;
        float: left;
    }
    .footer-ph-logo {
        width: 100%;
        position: relative;
        float: right;
        margin-top: 2em;
    }
    .ftnav, .ftsocial { text-align: left; margin-left: 2em; }
}

@media only screen and (max-width: 320px) {
    .footer-links-container {
        width: 100%;
        float: left;
    }
    .footer-social-links-container {
        width: 100%;
        float: left;
    }
    .footer-ph-logo {
        width: 100%;
        position: relative;
        float: right;
        margin-top: 2em;
    }
    .ftnav, .ftsocial { text-align: left; margin-left: 2em; }
    .footer-nav i { padding: 0.5rem 1rem 0 0; }
}
.footer-links-2 .ft-header { color: #00a1ff; }
.subscribe-block { padding: 2em 0; }
.subscribe-copy { text-align: left; padding: 7% 0; }
@media only screen and (max-width: 414px) {
    .subscribe-copy, .subscribe-form { text-align: left; padding: 1em 2em; }
}
@media only screen and (min-width: 415px) and (max-width: 768px) {
    .subscribe-form { text-align: left; padding: 1em 4em; }
    .subscribe-copy { text-align: left; padding: 1em 0em 1em 4em; }
}
@media only screen and (min-width: 769px) {
    .subscribe-form { padding: 2em 1em; }
}
.subscribe-form-radio-buttons { padding: 0 1em; }
.
.footer address { display: none; visibility: hidden; }

/*** FOOTER END ***/

/*** TERMS & CONDITIONS START ***/

.cms-terms-conditions .std { max-width: 1200px; margin: 0 auto; background-color: #fff; padding: 2rem; }
.cms-terms-conditions .std p { color: #5e5e5e; font-size: 16px; }
.cms-terms-conditions .std .terms { color: #5e5e5e; }
@media only screen and (max-width: 736px) and (orientation: landscape) {
    .ft-links > li > p { text-align: left; }
}
/*** TERMS & CONDITIONS END ***/

/*** PRIVACY POLICY START ***/

.cms-privacy-policy .std { max-width: 1200px; margin: 0 auto; background-color: #fff; padding: 2rem; }
.cms-privacy-policy .std p { color: #5e5e5e; font-size: 16px; }
.cms-privacy-policy .std h1 { display: none; visibility: hidden; }
.cms-privacy-policy #layout { background-color: #fff; padding: 2rem 4rem; }

/*** PRIVACY POLICY START ***/
