@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "belleza";
    src: url("../fonts/Belleza-Regular.ttf");
}

body {
    color: #212121;
    color: #EFEFEF;
    background-image: url("../images/backgrounds/light-grey-terrazzo.png");
    font-family: Optima, Roboto, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 16px;
}

.hmy-section h2 {
    font-size: 1.3em;
    color: brown;
    font-family: inherit;
}

.hmy-section h1 + p, .hmy-section h2 + p {
    font-size: 1.5em;
    font-family: 'Cinzel', cursive;
    padding-top: 0;
}

.hmy-section h1 + p {
    margin-top: -4px;
    margin-bottom: 0;
}

.hmy-section h1, .hmy-section h1 + p, .hmy-section h2, .hmy-section h2 + p, .hmy-section h1.pageIntro, .hmy-section h3.learningSegment, .hmy-section h3.listIntro, .hmy-section h3.pictureIntro, h2.sectionIntro {
    padding-top: 20px;
    font-family: 'Cinzel Decorative', cursive;
    font-size: 2em; 
    font-weight: 700;
    text-align: center; 
    color:#1E499B;
    letter-spacing: .125em;
}

.hmy-section h3.smallTitle {
    font-family: 'Cinzel Decorative', cursive;
    color:#1E499B !important;
    letter-spacing: .125em;
    text-align: center;
}

.hmy-section h3.smallTitle + p {
    font-family: 'Cinzel', cursive;
    color:#1E499B !important;
    letter-spacing: .125em;
    text-align: center;
}

.hmy-section h3.listIntro {
    color: #333;
    font-size: 1.5em;
}

.hmy-section h1.pageIntro, .hmy-section h2.sectionIntro, .hmy-section h3.pictureIntro {
    padding: 0;
    color: brown;
    font-size: 1.5em;
}

.hmy-section h2.sectionIntro {
    color: #1E499B;
    font-size:1.5em;
}

.hmy-section h1.pageIntro + h5, .hmy-section h3.learningSegment + h5, .hmy-section h2.sectionIntro + h5, .hmy-section h3.pictureIntro + h5 {
    font-size: 1.1em;
    font-family: 'Cinzel', cursive;
    margin: 6px 0 30px 0;
    color: brown;
    text-align: center;
    letter-spacing: .05em;
}

.hmy-section h3.pictureIntro + h5 {
    margin-top: -25px;
}

.hmy-section h2.sectionIntro + h5 {
    color: #1E499B;
}

hr.greenLine, hr.blueLine, hr.blackLine {
    height: 3px;
    background-color:darkgreen;
    border: none;
    margin-bottom: 20px;    
}

strong {
    font-weight: bold;
}

hr.blueLine {
    background-color: #1E499B;
}

hr.blackLine {
    background-color: #333;
}

hr.arrowLine, hr.notesLine, hr.foundationLine, hr.segmentLine {
    line-height: 1px;
    background-color:brown;
    height: 3px;
    border: none;
    margin-top: 40px;
    margin-bottom: -20px;
    box-sizing: content-box;
    overflow: visible;
    text-align: center;
}

hr.notesLine {
    margin-top: 40px;
}

hr.foundationLine {
    margin-top: 0px;
    margin-bottom: 20px;
}

hr.arrowLine:before, hr.foundationLine:before, hr.segmentLine:before {
    content: "⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇ ⬇";
    content: "Weekly Notes Newest to Oldest";
    display: inline;
    padding: 0 0.5em;
    color: brown;
    text-align: center;
    font-size: 1em;
    background-color: white;
    font-variant: small-caps;
    letter-spacing: .05em;
}

hr.foundationLine:before {
    content: "Foundation Note";
}

hr.segmentLine {
    margin-bottom: 20px !important;
    background-color: #1E499B;
}

hr.segmentLine:before {
    color: #1E499B !important;
}

.hmy-section h3.learningSegment {
    padding: 0;
    margin-bottom: 0;
    color:#1E499B;
    font-size: 1.5em;
}

.hmy-section h3.learningSegment + h5 {
    color: #1E499B;
    margin: 6px 0 30px 0;
}

.hmy-section p.learningSegment {
    font-size: 1.5em;
    font-family: 'Cinzel', cursive;
    color: brown;
    padding-top: 0;
    text-align: center;
}

p.reviewSegment {
    color: brown;
    margin-top:20px;
    margin-bottom: 10px;
    font-weight:bold;
    font-size:1.1em;
}

.hmy-section p.learningSegment + p {
    text-align: center;
    color: brown;
    padding:0;
    margin-top:-10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.hmy-section h1 + p {
    font-size: 1.7em;
    font-family: 'Cinzel', cursive;
    padding-top: 0;
}

.rushrevere {
    font-style: normal;
    color:#1E499B;
    font-weight: bold;
}

.subTitle {
    font-family: Cinzel, cursive;
    text-align: center;
    font-size: 1.1em;
    color:#1E499B;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: .02em;
}

span.blueButton {
    padding: 4px 10px;
    background-color: #1E499B;
    border: 1px solid #1E499B;
    color: white;
    border-radius: 4px;
}

span.blueButton:hover {
    background-color: white;
    color: #1E499B;
}

span.signature {
    color:#1E499B;
    font-weight:700;
}

p.titlePic::before {
    content: "";
}

.boldText {
    font-weight: 600;
}

.bookTitle {
    font-style: italic;
    font-weight: bold;
}

div.segmentWrapper {
    margin-bottom: -18px;
}

.segmentTitle {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 1.4em; 
    font-weight: 700;
    text-align: center;
    color:#1E499B;
    letter-spacing: .125em;    
}

.segmentSubtitle {
    color: #AAA;
    text-transform: uppercase;
    font-size: .8em;
    margin-top: 2px;
    margin-bottom: 20px;
    text-align: center;
}

.introTitle {
    color: brown;
    font-size: 1.3em;
    text-align: center;
    margin: 20px 10%;
    line-height: 1.4em;
    margin-bottom: 30px;
    letter-spacing: .1em;
}

p.titlePic::before, p.introTitle::before, p.reviewSegment::before, p.caption::before {
    content: "";
}

section.caption {
    border: 1px solid #DDD;
    padding: 24px 16px 8px 16px;
    box-sizing: border-box;
    margin-top: -24px;
    background-image:url("../images/backgrounds/dust_scratches.png");
    background-repeat: repeat;
}

p.caption, p.smallCaption {
    border: 1px solid #DDD;
    padding: 4px 10px;
    font-size: .9em;
    box-sizing: border-box;
}

p.smallCaption {
    font-size: .8em;
    line-height: 1.2em;
}

p.captionSpace {
    margin-bottom: 30px;
}

.hmy-section h3 {
    color: brown;
    font-style: normal;
    font-size: 1.1em;
    text-align: center;
    margin: 20px 10%;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.hmy-section h4 {
    font-family: 'Roboto', cursive;
    font-weight: 700;
    font-size: 1.5em; 
    text-align: left; 
    color:orangered;
    letter-spacing: .125em;
    border-top: 1px solid #1E499B;
    padding-top: 8px;
    padding-bottom: 10px;
}

.hmy-section h4.small_title, .hmy-section h4.blue_title {
    font-family: 'Roboto', cursive;
    font-weight: 700;
    font-size: 1.3em; 
    text-align: left; 
    color:orangered;
    letter-spacing: .125em;
    padding-bottom: 10px;
    border: none;
}

.hmy-section h4.blue_title, span.blue_title {
    color:#1E499B;
}

.hmy-section h5:first-child {
    font-family: inherit;
    font-weight: 400;
    color: #1E499B;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: -30px;
}

.hmy-section h5.subQuote {
    font-style: italic;
    color: brown;
    text-align: left;
    font-size: 1.4em;
    margin: 10px 10px 30px 10px;
    letter-spacing: .1em;
}

a {
    text-decoration: none;
    color: #333;
    border-bottom:1px dotted #AAA;
}

a:hover {
    border-bottom-style: solid;
}

a.noBorder, img.noBorder {
    text-decoration: none !important;
    border: none !important;
}

a.greenMenu {
    background-color: darkgreen !important;
}

a.greenMenu:hover {
    background-color: white !important;
    color: darkgreen !important;
}

a.blueMenu {
    background-color: #1E499B !important;
}

a.blueMenu:hover {
    background-color: white !important;
    color: #1E499B !important;
}

a.brownMenu {
    background-color: brown !important;
}

a.brownMenu:hover {
    background-color: white !important;
    color: brown !important;
}

a.redLink {
    color: white;
    text-decoration: none;
    border-bottom-color: white;
}

a.redLink:hover {
    border-bottom-style:solid;
    border-bottom-color: white;
}

.p7HMY img.space {
    margin-bottom: 10px;
}

hr.dottedLine {
    border: 1px dotted #1E499B;
}

hr.orangeLine {
    height: 1px;
    background-color:orangered;
    border: none;
}

hr.brownLine {
    height: 3px;
    background-color:brown;
    border: none;
    margin-bottom: 20px;
}

img, video {
    border: 1px solid #DDD !important;
    padding: 4px;
    box-sizing: border-box;
}

img.doubleBorder {
    border: 3px double #DDD !important;
    padding: 4px;
}


li, ul.rushList li, ol.rushList li  {
    font-family: Optima, "belleza", Verdana, sans-serif;
    font-weight: 100;
    line-height: 1.4em;
}

li, ul.rushList.extraspace li, ol.rushList.extraspace li  {
    line-height: 1.8em;
}

ul.bluelist li a {
    color: #1E499B;
}


li:last-child {
    margin-bottom: 0;
}

p {
    font-family: Optima, "belleza", Verdana, sans-serif;
    font-weight: 100;
}

p::before {
    content: "§ ";
    color: #1E499B;
    font-weight: bold;
}

p.firstpara::before, .qgm-grid p::before  {
    content: "";
}

div.revereIntro {
    margin-bottom: 30px;
}

.sop-content div.revereIntro {
    margin-bottom: 0;
}

.sop-content hr.brownLine {
    margin-bottom: 10px;
}

div.revereIntro p:nth-child(3), div.revereIntro p:nth-child(4) {
    color: #888;
    font-size: .9em;
    margin-top: 3px;
    font-weight: normal;
}

div.revereIntro p {
    color: brown;
    line-height: 1.2em;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0;
}

div.revereIntro p::before {
    content: "";
}

.highlight {
    background-color: #FFFFCC;
    padding: 4px 10px;
    border: 1px solid #CCC;
    margin-bottom: 20px !important;
}

.highlightRed {
    background-color:rgba(254,0,4,1.0);
    padding: 4px 10px;
    border: 1px solid #CCC;
    margin-bottom: 20px !important;
    color: white;
}

.whiteText {
    color: white !important;
}

a.whiteText {
    border-color: white;
}

p.box::before {
    content: "§ ";
    color:orangered;
    font-weight: bold;
}

p.roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

p.roboto::before {
    content: "";
}

.add10ToBottom {
    padding-bottom: 10px;
}

.add20ToBottom {
    padding-bottom: 20px;
}

.add10ToTop {
    padding-top: 10px;
}

.add20ToTop {
    padding-top: 20px;
}

.blueText {
    color: #1E499B !important;
}

.brownText {
    color: brown !important;
}

.purpleText {
    color: purple !important;
}

.blackText {
    color: #333 !important;
}

.bookReview {
    background-color: #333; 
    color: white;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    text-align: center;
}

.bookReview a {
    text-decoration: none;
    border-bottom: 1px dotted white;
    color: white;
}

.bookReview a:hover {
    border-bottom-style: solid;
}

.darkRedText {
    color: darkred !important;
}

.book_title {
    font-weight: bold;
    font-style: italic;
    color: #1E499B;
}

.centerText {
    text-align: center;
}

.draft {
    font-family: "Roboto", "sans-serif";
    font-weight: 700;
    position: absolute;
    top: 6px;
    left: 6px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .8em;
}

.floatImageLeft {
    float: left;
    margin: 10px 20px 10px 0;
}

.floatImageRight {
    float: right;
    margin: 10px 0 10px 10px;
}

.footer p {
    font-family: Optima, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    text-align: center;
    color: rgb(134,134,134);
    letter-spacing: .05em;
}

.footer a {
    text-decoration: none;
    border-bottom:1px dotted #CCC;
}

.footer a:hover {
    border-bottom-style: solid;
}

.letterBlock {
    border: 1px solid #CCC;
    padding: 10px 20px;
    background-image: url("../images/backgrounds/dust_scratches.png");
    background-repeat: repeat;
    box-shadow: 2px 2px 6px #DDD;
}

.lowercase {
    text-transform: lowercase;
}

.maxi-div ul li a {
    text-decoration: none;
    color: rgb(134,134,134);
    border: none;
}

.maxi-div ul li a:hover {
    border-bottom: 1px dotted rgb(134,134,134);
}

.maxi-title {
    color: rgb(134,134,134); 
    text-align: center; 
    padding-top: 20px; 
    margin-bottom:-38px;
    letter-spacing: .05em;
    font-size: 1.1em;
}

.orangeText, .orangeText a {
    color: orangered;
}

.page, .no-para {
    position: relative;
    background-color: #FFF; color:#333; 
    padding: 20px 50px; 
    border:1px solid #DDD; 
    box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
}

.fixPadding {
    padding: 20px;
}

.no-para p::before {
    content: "";
}

.questions.first-q {
    margin-top: 30px !important;
}

.questions:nth-child(odd) {
    margin-top: 10px;
    padding: 10px 25px;
    background-color: #EEE;
}

.questions:nth-child(even) {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #FFF;
    border: 1px solid #EEE;
}

.questions p::before {
    content: "";
}

.questions strong.orangeText {
    color: orangered;
}

.quick_no_pad {
    padding: 0;
}

.robotoText {
    font-family: "Roboto", "sans-serif";
}

.robotoBold {
    font-family: "Roboto", "sans-serif";
    font-weight: 500;
    letter-spacing: .05em;
}

.small_header {
    padding-bottom: 0;
}

span.dropcap {
    float: left;
    font-size: 3.6em;
    margin: 0 10px 0 0;
    padding: 0 .1em 0 0;
    display: block;
    line-height: 0.775em;
    border-right: 1px solid;
    font-stretch: ultra-condensed;
    color: #1E499B;
}

span.quote {
    font-weight: normal;
}

span.rushquote, span.titlequote {
    letter-spacing: .02em;
    color:#5A5959;
    font-weight: bold;
}

span.titlequote {
    color: #1E499B;
}

span.quote::before, span.rushquote::before, span.titlequote::before {
    content:"“";
}

span.quote::after, span.rushquote::after, span.titlequote::after {
    content:"”";
}

span.segment {
    color:  #1E499B;
}

.superScript {
    vertical-align: super;
    font-size: 70%;
}

.footnote {
    font-size: .9em;
    margin-top: 20px !important;
}

p.segment {
    padding: 6px 10px;
    border: 1px solid #DDD;
    background-image: url("../images/backgrounds/dust_scratches.png");
    margin-bottom: 30px;
}

p.segment::before {
    content: "";
}

.specialquote {
    margin: 15px 40px 15px 20px !important;
    padding-left: 20px;
    border-left: 3px solid #DDD;
    letter-spacing: .02em;
}

p.specialquote::before {
    content: "";
}

#submit_password {
    padding: 4px 10px;
    background-color: #1E499B;
    color: #FFF;
    border: 0;
    border-radius: 4px;
    
}

.topSpace {
    margin-top: 40px !important;
}

.uppercase {
    text-transform: uppercase;
}

.w15 {
    width: 15% !important;
    height: auto;
}

.w20 {
    width: 20% !important;
    height: auto;
}

.w25 {
    width: 25% !important;
    height: auto;
}

.w30 {
    width: 30% !important;
    height: auto;
}

.w35 {
    width: 35% !important;
    height: auto;
}

.w40 {
    width: 40% !important;
    height: auto;
}

.w50 {
    width: 50% !important;
    height: auto;
}

.w55 {
    width: 55% !important;
    height: auto;
}

.w60 {
    width: 60% !important;
    height: auto;
}

.w65 {
    width: 65% !important;
    height: auto;
}

.w100 {
    width: 100% !important;
    height: auto;
}

.segmentSpace {
    margin-top: 30px !important;
}

.blueBorder {
    border-color: #1E499B !important;
}

p.pragerU {
    padding: 6px 10px;
    border: 1px solid #1E499B;
    background-image: url("../images/backgrounds/dust_scratches.png");
    margin: 30px 0 !important;
}

p.pragerU::before {
    content: "";
}

.snerdley_page {
    width: 100%;
    margin-right: 25%;
    margin-left: 25%;
    margin-top: 20%;
}

.snerdley_certification {
    margin-top: 150px; 
    text-align: center;
    color: #818181;  
    font-zie: 12px;
    margin-bottom: 20px;
}

.snerdley_next a {
    margin-top: 10px; 
    text-align: center; 
    color: #818181; 
    font-zie: 12px;
}

input.snerdley_input {
    width: 200px;
    border: 0;
    border-color: transparent;
    border-bottom: 1px solid #CCC;
    outline: none;
    background-color: #FFF !important;
    height: 30px;
    padding-bottom: 0;
    font-size: 1.1em;
    text-align: left;
    margin-right: 10px;
    outline-style: none;
    box-shadow: none;
}

input:focus {
    outline: none;
}

section.notes {
    padding:10px;
    border:1px solid #CCC;
    margin-bottom: 10px;
}

section.notes p {
    font-size: .9em;
    line-height: 1.3em;
    font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

.yellowBackground {
    background-color: #FFFFCC;
}

.blueBackground {
    background-color: rgba(103,143,245,.400);
}

.p7STT-anchor {
    border: 0;
}

.p7AMM ul li {
    list-style-type: none;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    padding: 6px 3px;
    margin-bottom: 0;
    font-family: Helvetica, Arial, Verdana, "sans-serif";
    font-variant: small-caps;
}
    
.p7AMM li a {
    display: block;
    text-decoration: none;
    padding: 11px 20px;
    font-size: 14px;
}

a.sml-more.button {
    color: white;
    background-color: brown;
    border: none;
    padding: .5em;
}

    


