



/* Miscellaneous */


.clearfix:after {
    content:"";
    display:table;
    clear:both;
    }

.clickable {
    cursor: pointer;
    cursor: hand;
    }

.hidden { display: none; }

.hidden-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    }

.marker { padding: 0 3px; }

.bg-yellow { background: #fff6a7; }

.cl-red { color: #f24a00; }
.cl-blue { color: #088290; }
.cl-green { color: #49bd1b; }

.fs-14 { font-size: 14px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-24 { font-size: 24px; }
.fs-30 { font-size: 30px; }
.fs-36 { font-size: 36px; }
.fs-40 { font-size: 40px; }
.fs-48 { font-size: 48px; }
.fs-60 { font-size: 60px; }
.fs-72 { font-size: 72px; }

.ta-center { text-align: center; }
.ta-justify { text-align: justify; }
.ta-left { text-align: left; }
.ta-right { text-align: right; }

*[align="center"] { text-align: center !important; }

/* Rich-text */


.rich-text H1 { font-size: 300%; }
.rich-text H2 { font-size: 250%; }
.rich-text H3 { font-size: 200%; }
.rich-text H4 { font-size: 175%; }
.rich-text H5 { font-size: 150%; }
.rich-text H6 { font-size: 125%; }

.rich-text H1, .rich-text H2, .rich-text H3,
.rich-text H4, .rich-text H5, .rich-text H6 {
    line-height: 1.25em;
    margin: .5em 0 .25em;
    }

.rich-text P { line-height: 1.35em; margin: 1.15em 0; }

.rich-text I, .rich-text EM { font-style: italic; }
.rich-text B, .rich-text STRONG { font-weight: bold; }

.rich-text BIG { font-size: 115%; }
.rich-text SMALL { font-size: 85%; }

.rich-text UL {
    padding: 0;
    margin: 1.5em 0 1.5em 2em;
    }

    .rich-text UL LI {
        line-height: 1.5em;
        list-style: outside disc;
        margin: .5em 0;
		font-size:18px;
        }

.rich-text UL.check { margin: 1.5em 0; }

    .rich-text UL.check LI {
        list-style: outside none;
        text-indent: 0 !important;
        background-image: url(../images/ul-check-green.png);
        background-position: 0 .35em;
        background-repeat: no-repeat;
        padding: 3px 0 3px 30px;
        }

    .rich-text UL.check.blue LI { background-image: url(../images/ul-check-blue.png); }
    .rich-text UL.check.green LI { background-image: url(../images/ul-check-green.png); }
    .rich-text UL.check.red LI { background-image: url(../images/ul-check-red.png); }

.rich-text UL.stars { margin: 1.5em 0; }

    .rich-text UL.stars LI {
        list-style: outside none;
        text-indent: 0 !important;
        background-image: url(../images/ul-stars.png);
        background-position: 0 .35em;
        background-repeat: no-repeat;
        background-size: 20px;
        padding: 3px 0 3px 30px;
        }

.rich-text UL.cross { margin: 1.5em 0; }

    .rich-text UL.cross LI {
        list-style: outside none;
        background-image: url(../images/ul-cross-red.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        padding: 3px 0 3px 30px;
        }

    .rich-text UL.cross.gray LI { background-image: url(../images/ul-cross-gray.png); }
    .rich-text UL.cross.pink LI { background-image: url(../images/ul-cross-pink.png); }
    .rich-text UL.cross.red LI { background-image: url(../images/ul-cross-red.png); }

.rich-text OL {
    padding: 0;
    margin: 1.5em 0 1.5em 2em;
    }

    .rich-text OL LI {
        list-style: outside decimal;
        margin: .5em 0;
        }

.rich-text DL {
    padding: 0;
    margin: 1.5em 0;
    }

    .rich-text DL DT {
        font-weight: bold;
        }

    .rich-text DL DD {
        padding: 0;
        margin: .5em 0 .5em 2em;
        }

LI, DL, DD {  text-align: left; }

.rich-text SUB,
.rich-text SUP {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    }

.rich-text SUP { top: -0.5em; }
.rich-text SUB { bottom: -0.25em; }

.rich-text CODE,
.rich-text PRE {
    font-family: "Courier New", Courier, monospace;
    white-space: pre-wrap;
    margin: 1em 0;
    overflow: auto;
    }

.rich-text BLOCKQUOTE {
    color: #513b12;
    border: 1px solid #aa956e;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #fbf6ec;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .25);
    padding: 10px 30px;
    margin: 2em 2em;
    }

    .rich-text BLOCKQUOTE .author {
        font-weight: bold;
        text-align: right;
        }

.rich-text .columns { margin: 2em 0; }

    .rich-text .columns .column { float: left; }

    .rich-text .columns .column.cl-1-2 {
        margin-left: 2.5%;
        width: 48.74%;
        }

    .rich-text .columns .column.cl-1-3 {
        margin-left: 2.5%;
        width: 31.66%;
        }

    .rich-text .columns .column.cl-2-3 {
        margin-left: 2.5%;
        width: 65.82%;
        }

    .rich-text .columns .column.cl-1-4 {
        margin-left: 2.5%;
        width: 23.124%;
        }

    .rich-text .columns .column.cl-3-4 {
        margin-left: 2.5%;
        width: 74.36%;
        }

    .rich-text .columns .column.cl-1-5 {
        margin-left: 2.5%;
        width: 18%;
        }

    .rich-text .columns .column.cl-2-5 {
        margin-left: 2.5%;
        width: 38.49%;
        }

    .rich-text .columns .column.cl-3-5 {
        margin-left: 2.5%;
        width: 59%;
        }

    .rich-text .columns .column.cl-4-5 {
        margin-left: 2.5%;
        width: 79.5%;
        }

    .rich-text .columns .column:first-child { margin-left: 0; }


.gift-box
{ border:1px solid #ddd;
padding:20px;
background:#f5f5f5;
margin-bottom:30px;
}

.ebook
{ width:30%;
}

.gift-box h4
{ font-family:'Oswald', sans-serif;
text-align:center;
}

.gift-box p
{ margin:20px 0;
}


#decline-modal .modal-content {
    background: #f0f1f2;
    padding: 0 15px 15px;
}


#decline-modal .modal-content h2 {
    color: #000;
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: 700;
    font-family: Arial,sans-serif;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 30px;
	margin-top:20px;
}

#decline-modal .redc {
    color: #e43b2c;
}

#decline-modal .modal-content p {
    font-size: 18px !important;
    color: #393939;
    font-weight: 500;
    line-height: 24px !important;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

#decline-modal .pop-btn {
    background-color: #2dbb5b;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    width: 100%;
    padding: 41px 20px;
    border-radius: 14px;
    margin-top: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0;
    outline: 0;
    font-family: 'Roboto', sans-serif;
	font-weight:500;
}


#decline-modal .mdl-decline-link
{ text-align:center;
margin-bottom:20px;
}



#decline-modal .thanks_txt {
    color: blue;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 500;
    font-family: Arial,sans-serif;
}



/* Insertion */

.insertion,
.insertion.center {
    font-size: 90%;
    line-height: 125%;
    }

    .insertion.center {
        margin: .5em 1em;
        }

    .insertion.left {
        margin: .5em 2em .5em 0;
        float: left;
        }

    .insertion.right {
        margin: .5em 0 .5em 2em;
        float: right;
        }

    .insertion.quote {
        border: 1px solid #aa956e;
        background: #fbf6ec;
        padding: 0 1.5em 0;
        margin-bottom: 1em;
        }

    .insertion.rounded {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        }

    .insertion.shadow {
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .25);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .25);
        }


h2.sub-head {
    text-align: center;
    color: #000;
    font-family: sans-serif;
    font-size: 29px !important;
    line-height: 150% !important;
}





@media screen and (max-width: 960px) {

H1 BR, H2 BR, H3 BR, H4 BR, H5 BR, H6 BR { display: none; }

.insertion {
    text-align: center;
    margin: 1.5em 0 !important;
    float: none !important;
    }

}

