﻿:root {
    --brand-primary: #534137;
    --brand-secondary: #D8A386;
}

#page 
{
    /*background: url('/MicroSites/PrayerCloth2017/resource/images/2017PC_MS_mainBG1.jpg') no-repeat #FDCB48;*/
    padding: 0;
}
#page-content { padding: 0; width: 100%; /* border: 1px solid #78ff00; */ }



.ms-bigbutton { float: right; margin-top: 5px; margin-right: -12px; margin-bottom: 20px;  margin-top: 20px; }

/* =========================================   HEADER CSS   ================  */
#ms-header 
{
    /*width: 936px;
    float: left;
    margin: 0px 0px 0px 0px;*/
}

sup {
    vertical-align: super;
    font-size: .8rem !important;
}

.ms-countdown-area 
{
    width: 100px;
    min-height: 25px;
    text-align: center;
    float: left;
    margin-left: -30px;
    margin-top: 100px;
    padding: 3px 0px 0px 0px;
    letter-spacing: 0.0em;
    background: rgba(255,255,255,0.8);
    border: 2px solid #640d00;
}

    .ms-countdown-area #ms-countdown-label {
        display: block;
        text-transform: uppercase;
        color: #640d00;
    }
    .ms-countdown-area #ms-time-left {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 15pt;
        font-weight: bold;
        color: #640d00;
        display: block;
        text-transform: uppercase;
    }

    .ms-countdown-area .ms-countdown-text
    {
        font-family: Arial, Helvetica, Sans-Serif;
        padding-top: 5px;
        padding-bottom: 10px;
        font-size: 30pt;
        font-weight: bold;
        color: #b52f2f;
        display: block;
    }

    .ms-countdown-area a#ms-countdown-over
    {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 20pt;
        font-weight: bold;
    }


    .ms-countdown-area #ms-countdown a:visited, #ms-countdown a:link
    {
        color: #b52f2f;
    }
        
    .ms-countdown-area #ms-countdown a:hover
    {
        color: #fff;
    }



#share-container {
    width: 195px;
    min-height: 75px;
    float: left;
    margin: 0px 0px 0px 0px;
    text-align: center;
    /*background: url('/MicroSites/PrayerCloth2020/resource/images/2020/PrayerCloth19_MS_ShareThis.png') no-repeat;*/
    /* border: 1px solid #FF0000; */
}

#share-icons 
{
    width: 100%;
    min-height: 30px;
    float: left;
    margin: 35px 0px 0px 0px;
    text-align: center;
    /* border: 1px solid #000000; */
}

#rightProdContainer 
{
    width: 195px;
    min-height: 235px;
    float: left;
    margin: 20px 0px 0px 0px;
    text-align: center;
    /* border: 1px solid #FF0000; */
}
    #rightProdContainer img
    {
        width: 100%
    }

#ms-brand img {
    display: block;
    width: 100%;
}


#ms-getPC-btn
{
    width: 160px;
    min-height: 90px;
    margin: 0 auto;
    /* border: 1px solid #000000; */
}
    #ms-getPC-btn img
    {
        width: 100%;
    }

a:link, a:visited {
    /*color: #2A4A8A;*/
    color: blue;
}
a:hover {color: #BE823C; }
a:active {color: #666666; }

/* ------------  BEGIN NAV CSS  ------------  */

#ms-nav-container {
    text-align: center;
    width: 100%;
    background-color: var(--brand-primary);
    /*background-image: url("/MicroSites/PrayerCloth2020/resource/images/2020/19PC_MS_NavBG.jpg");*/
    background-size: contain;
    padding: 0.75em 0;
}

.ms-nav
{
    width: 100%;
}
.ms-nav a 
{
    /* font-family: 'Arial Narrow', 'Trebuchet MS', 'Lucida Sans', Arial, Sans-Serif; */
    font-family: 'Arial', 'Helvetica', Sans-Serif;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5pt;
    text-shadow: 0px 2px 4px #000000;
    transition: color 0.25s, text-shadow 0.25s;
}
/*DESKTOP*/
@media all and (min-width: 800px) {
    .ms-nav a {
        margin: 0 0.5em;
    }
    .ms-brand-img {
        display: block;
    }
    .ms-brand-mobile-img {
        display: none !important;
    }
}

.ms-nav a:link, .ms-nav a:visited 
{
    color: white;
}
.ms-nav a:hover {
    color: #ededed;
    text-shadow: 0px 2px 4px rgba(0,0,0, 0.5);
    text-decoration: none !important;
}

/* -------------  END NAV CSS  ------------  */


/* =========================================  END HEADER CSS  ================  */

#ms-content-left
{
    width: 700px;
    min-height: 400px;
    margin: 0px 0px 0px 12px;
    /*border: 1px solid #721500;
    box-shadow: 0px 5px 20px #721500;*/
    padding-bottom: 35px;
    float: left;
    /* border: 1px solid #000FF; */
}

#ms-content-area
{
    min-height: 650px;
    position: relative;
    z-index: 20;
    /*border: 1px solid #24ff00;*/
}

.ms-content {
    /*padding: 0 20px 20px; */
    padding: 1rem; 
}

#ms-content-right
{
    width: 195px;
    min-height: 640px;
    float: right;
    margin: 0px 8px 0px 0px;
    /* border: 1px solid #000000; */
}

strong em {
    font-weight: bold;
}

a.cta-button:link, a.cta-button:visited {
    color: #ffffff;
    text-decoration: none;
    background-color: #e90101;
    padding: 0.5rem 2rem;
    border-radius: 0.25rem;
    display: inline-block;
    transition: 0.5s;
}

a.cta-button:hover {
    text-decoration: none !important;
    filter: brightness(110%);
}

img#ms-footer-image {
    display: block;
    margin-top: 30px;
}

#page-content img {
    margin-bottom: 0 !important;
}

.products 
{
    margin-left: -20px;
}

#resourceContentBG 
{
    width: 675px;
    min-height: 775px;
    float: left;
    margin: 0px 0px 0px -10px;
    text-align: center;
    /* border: 1px solid #000000; 
    background: url('/MicroSites/PrayerCloth2012/resource/images/PRP_hands-in-cloth1.png') no-repeat left bottom;*/
}

#resourceContentContainer 
{
    width: 670px;
    min-height: 500px;
    float: left;
    margin: 4px 0px 0px 15px;
    text-align: left;
    /* border: 1px solid #000000; */
}

#resourceTopContent 
{
    width: 660px;
    min-height: 330px;
    float: left;
    margin: 4px 0px 0px 15px;
    text-align: left;
    /* border: 1px solid #FF0000; */
}

#resourceRightContent 
{
    width: 360px;
    min-height: 450px;
    float: right;
    margin: 10px 10px 0px 0px;
    text-align: left;
    /* border: 1px solid #000000; */
}

/* .ms-content-pad { padding: 10px 20px 0px 20px; } */

h2 {
    color: var(--brand-primary);
    text-transform: uppercase;
    font-size: 18pt;
    text-align: left;
    line-height: 1.6rem;
}

h3 {
    color: var(--brand-primary);
    font-size: 15pt;
    text-align: left;
    font-weight: bold;
    line-height: 110%;
    margin-bottom: 20px;
}

h4
{
    
    color: #e24646;
    text-transform: uppercase;
    font-size: 12pt;
    text-align: left;
    font-style: italic;
    font-weight: bold;
}

h5
{
    
    color: #646464;
    text-transform: uppercase;
    font-size: 11pt;
    text-align: left;
    font-style: italic;
    font-weight: bold;
}

.ms-letter-from-prp, .ms-letter-from-prp * {
    /*font-family: Cambria, 'Times', 'Times New Roman', serif;*/
    /*font-size: 13pt;*/
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0; 
}

.ms-sig {
    /*text-align: right;*/
    margin-right: 70px;
}

.ms-center-text {
    text-align: center;
}

.scriptureStyle
{
    font-family: 'Times', 'Times New Roman', Serif;
    color: #717171;
    font-size: 11pt;
    text-align: left;
    font-style: italic;
    line-height: 130%;
    letter-spacing: 0.5pt;
    font-weight: bold;
}

.prayerStyle
{
    font-family: 'Times', 'Times New Roman', Serif;
    color: #646464;
    font-size: 11pt;
    text-align: left;
    font-style: italic;
    line-height: 120%;
    letter-spacing: 0.5pt;
    font-weight: bold;
}





.mobile-mhv {
     display: none;
}





a.watchnowBIGlink
{
    font-family: 'Courier New' , Serif;
    font-size: 18pt;
    font-weight: bold;
    font-style: italic;
}
        
a.watchnowBIGlink:visited, a.watchnowBIGlink:link
{
    color: #b00;
}

a.watchnowBIGlink:hover
{
    color: #f00;
}

#page {
    background-image: url('/MicroSites/PrayerCloth2024/resource/images/2024/PrayerCloth24_ms_Background_01@2x.jpg');
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*#FFFFFF*/
}
/*MOBILE*/
@media all and (max-width: 799px) {


    #ms-nav-container {
        padding: 0;
    }
    .ms-nav
    {
        border-top: 1px solid #bbb;
    }
        .ms-nav a {
            font-family: 'Arial', 'Helvetica', Sans-Serif;
            display: block;
            border-bottom: 1px solid #2A4A8A;
            letter-spacing: 0.5pt;
            text-shadow: 0px 2px 4px #000000;
            text-align: center;
            line-height: 2em;
            background-color: var(--brand-primary);
        }

    .ms-brand-img {
        display: none !important;
    }

    .ms-brand-mobile-img {
        display: block;
    }

    #ms-content-left
    {
        width: initial !important;
        min-height: 400px;
        margin: 0px 0px 0px 0px;
        border: 0px;
        box-shadow: none;

        float: none;
        clear: both;
        /* border: 1px solid #000FF; */
    }

    .ms-content
    {
        padding: 10px; 
    }


    #ms-content-right
    {
        width: initial !important;
        min-height: 10px;
        float: none;
        margin: 0px 0px 0px 0px;
        /* border: 1px solid #000000; */
        text-align: center;
    }


    
    .ms-countdown-area 
    {
        width: 100px;
        min-height: 25px;
        text-align: center;
        float: none;
        clear: both;
        margin: 0 auto;
        padding: 3px 0px 0px 0px;
        letter-spacing: 0.0em;
        border: 2px solid #640d00;
    }



    
    #share-container 
    {
        width: 195px;
        min-height: 75px;
        float: left;
        margin: 0px auto;
        text-align: center;
        /* border: 1px solid #FF0000; */
    }

    #share-icons 
    {
        width: 100%;
        min-height: 30px;
        float: left !important;
        margin: 35px 0px 0px 0px;
        text-align: center;
        /* border: 1px solid #000000; */
    }


        #share-icons a,
        #share-icons a img {
            display: inline; 
        }

    #rightProdContainer 
    {
        width: 195px;
        min-height: 235px;
        float: left;
        margin: 20px auto;
        text-align: center;
        /* border: 1px solid #FF0000; */
    }

    .mobile-mhv {
        display: block !important;
    }
    .ms-nav .clear-both {
        height: 20px;
    }
}

.video
{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin: 0 auto;
}
   .video iframe
    {
        width: 100%;
        height: 100%;
        display: block;
        border: none;
        position: absolute;
    }


.button {
    border: 2px solid #BE823C;
    color: #BE823C;
    padding: 0.5em 0;
    font-size: 1.5em;
    font-weight: bold;

    transition: border 0.25s, color 0.25s, background-color 0.25s;
}
.button.long {
    display: block;
    text-align: center;
}
.button.type-a {
    padding: 0.5em 1em;
}
    .button:hover, a.button:hover {
        color: black;
        background-color: #BE823C;
        border: 2px solid black;
    }
    a.button {
        color: #BE823C;
        text-decoration: none;
    }
    a.button:hover {
        text-decoration: none !important;
    }