﻿* {
    box-sizing: border-box;
}

body {
    font-size: 12pt;
    background-color: #f5e3cb;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    background-image: url('/img/cback3.jpg');
    background-repeat: repeat;
}

.page {
    position: relative;
    width: 900px;
    padding: 2rem;
    max-width: 100%;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    overflow: hidden;
    background-image: url('/img/cback.jpg');
    background-size: 100% auto;
}

.clear {
    clear: both;
}

#more_btn {
    width: 100px;
    background-color: cornflowerblue;
    padding: 0.5rem;
    color: white;
    text-align: center;
    border-radius: 0.5rem;
    margin: 1rem auto 0 auto;
    cursor: pointer;
}

#logo {
    width: 350px;
    height: auto;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.0rem;
    padding: 0;
    margin: 0;
}

.cap {
    text-transform: uppercase;
}

.section {
    display: block;
    padding: 2rem;
    min-height: 6rem;
    margin-bottom: 0.25rem;
    text-decoration: none;
    color: black;
}

    .section p {
        text-align: justify;
    }

    .section:nth-of-type(odd) img {
        float: right;
        height: 10rem;
        margin-left: 2rem;
    }

    .section:nth-of-type(even) img {
        float: left;
        height: 10rem;
        margin-right: 2rem;
    }

    .section:nth-of-type(3n) {
        background-color: rgba(200, 100, 200, 0.15);
        transform: rotate(1.25deg);
    }

    .section:nth-of-type(3n+1) {
        background-color: rgba(0, 100, 200, 0.15);
        transform: rotate(-1.25deg);
    }

    .section:nth-of-type(3n+2) {
        background-color: rgba(44, 69, 11, 0.15);
        transform: rotate(2.0deg);
    }

.leftq, .rightq {
    padding: 2rem 1rem 2rem 1rem;
    width: 40%;
    margin-bottom: 1rem;
    background-color: #F8F6DD;
    float: left;
    text-align: left;
    font-family: 'Times New Roman';
    font-size: 1.35rem;
    line-height: 150%;
}

.leftq {
    margin-right: 2rem;
    border-left: 4px solid goldenrod;
    float: left;
    text-align: left;
    font-family: 'Times New Roman';
    font-size: 1.3rem;
}

    .leftq::before {
        font-size: 2.0rem;
        content: '\275D';
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
    }

    .leftq::after {
        font-size: 2.0rem;
        content: '\275E';
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
        margin-left: 0.25em;
    }

.rightq {
    margin-left: 2rem;
    margin-bottom: 1rem;
    border-right: 4px solid goldenrod;
    float: right;
    text-align: left;
}

    .rightq::before {
        font-size: 2.0rem;
        content: '\275D';
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
    }

    .rightq::after {
        font-size: 2.0rem;
        content: '\275E';
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
        margin-left: 0.25em;
    }


/* MENU */
.default_menu {
    background-color: rgba(0, 100, 200, 0.15);
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}

li {
    display: inline;
    z-index: 10;
}

    li a {
        display: inline-block;
        color: black;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        padding: 0.4rem;
        border-radius: 4px;
        line-height: 2rem;
    }

        li a:hover {
            background-color: rgba(0, 100, 200, 0.15);
            transition: background-color 500ms linear;
        }

footer {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

    footer a {
        color: black;
        display: inline-block;
        /*margin-right: 2rem;*/
    }

/* QUOTATION DISPLAY */

.quote {
    margin: 0;
    padding: 2rem;
    background-color: #F8F6DD;
}

    .quote::after {
        content: "";
        clear: both;
        display: table;
    }

.wide_quote {
    width: 100%;
}

.left_quote {
    width: 50%;
    float: left;
    margin-right: 3rem;
}

.right_quote {
    width: 50%;
    float: right;
    margin-left: 3rem;
}

.quote blockquote {
    float: none;
    text-align: center;
    font-family: 'Times New Roman';
    line-height: 140%;
    font-size: 1.35rem;
    margin: 0;
}

    .quote blockquote::before {
        font-size: 2.4rem;
        content: '\275D';
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
    }

    .quote blockquote::after {
        font-size: 2.4rem;
        content: '\275E';
        white-space: pre-wrap;
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
        margin-left: 0.25em;
    }

figure .article_pic {
    margin-bottom: 0;
}

.quote figcaption {
    padding: 0;
    margin: 1rem 0rem 0rem 0rem;
    font-family: 'Open Sans';
    font-size: 0.9rem;
    font-weight: bold;
}

/* END QUOTE SYSTEM */

/* ARTICLES */
.article_writer {
    background-color: #f3f6ef;
    padding: 0.5rem;
}

    .article_writer img {
        height: 80px;
        width: auto;
        /*border-radius:50%;*/
        vertical-align: middle;
    }

.writer_name {
    display: inline-block;
}

.fullwidth {
    margin-bottom: 1rem;
    margin-left:-1rem;
}

    .fullwidth img {
        width: 100%;
        height: auto;
    }

.img_caption {
    font-size: 0.8rem;
    padding: 0.5rem;
    border-bottom: 1px solid silver;
}

.article {
    padding-bottom: 4rem;
    border-bottom: 1px dashed #b4d08e;
    line-height: 145%;
    margin-left:1rem;
}

    .article h1 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 2.2rem;
        padding: 0;
        margin: 2rem 0rem 2rem 0rem;
        line-height: 1em;
    }

    .article .right {
        width: 50%;
        margin-left: 3rem;
        text-align: right;
        float: right;
    }

    .article .left {
        width: 50%;
        margin-right: 3rem;
        text-align: left;
        float: left;
    }

    .article .right img {
        width: 100%;
    }

    .article .left img {
        width: 100%;
    }

.list0 {
    margin-left: 2rem;
    background-image: url(/images/listblob.svg);
    background-position: left 0.5rem;
    background-size: 12px;
    background-repeat: no-repeat;
    padding-left: 2rem;
    font-size: 0.95rem !important;
    display: inline-block;
}

.list1 {
    margin-left: 4rem;
    background-image: url(/images/listblob.svg);
    background-position: left 0.5rem;
    background-size: 10px;
    background-repeat: no-repeat;
    padding-left: 1.5rem;
    font-size: 0.90rem !important;
    display: inline-block;
}

.list2 {
    margin-left: 6rem;
    background-image: url(/images/listblob.svg);
    background-position: left 0.5rem;
    background-size: 8px;
    background-repeat: no-repeat;
    padding-left: 1rem;
    font-size: 0.85rem !important;
    display: inline-block;
}

.left50 {
    width: 50%;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: palegoldenrod;
    margin-right: 1rem;
    margin-bottom: 1rem;
    color: black;
    float: left;
}

.right50 {
    width: 50%;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: palegoldenrod;
    margin-left: 1rem;
    margin-bottom: 1rem;
    color: black;
    float: right;
}




/* SIMILAR ARTICLES */
.similarArticles {
    width: 50%;
    border: 1px solid #b4d08e;
    padding: 10px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.similarTitle {
    background-color: #b4d08e;
    padding: 6px;
    font-weight: bold;
    color: white;
}

.seriesArticles {
    margin-top: 2rem;
    width: 100%;
}

.similarArticleImage {
    width: 60px;
    height: 60px;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    float: left;
    margin-right: 4px;
}

.similarArticle {
    text-align: left;
    cursor: pointer;
    font-size: 0.9em;
    padding: 10px;
    border-bottom: 1px solid #b4d08e;
    text-decoration: none;
    color: inherit;
    display: block;
}

    .similarArticle:last-of-type {
        border-bottom: 0px;
    }

    .similarArticle:hover {
        background-color: #f3f6ef;
    }

.quotation {
    font-size: 1.2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 150%;
}

.explainer {
    font-size: 0.9rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 150%;
    background-color: linen;
    padding: 2rem;
    width: 70%;
}

.pull_quote, .box_quote {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.pull_quote {
    border-top: 4px solid silver;
    font-family: 'Times New Roman';
    width: 40%;
    float: left;
    font-size: 1.8rem;
    color: Gray;
    padding: 20px;
    overflow: hidden;
    margin-right: 10%;
    line-height: 120%;
}

.box_quote {
    border: 1px solid silver;
    width: 50%;
    float: right;
    color: Black;
    padding: 20px;
    overflow: hidden;
    margin: 0px 0 0.5rem 1rem;
    background-color: #ffe8b5;
    font-size: 0.85rem;
}

.new_line {
    clear: both;
    width: 50%;
    height: 1rem;
    border-bottom: 2px dashed #b4d08e;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

/* Clear Line */
.clearline {
    clear: both;
}


/*  Responsive Vimeo Player */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* Opinion Flash */
.opflash {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem;
    background-color: coral;
    color: white;
}

/* Star rating */
.stars {
    float: right;
    color: silver;
    font-size: 2.0rem;
    padding: 0.5rem;
    border: 1px solid silver;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.star_rating {
    text-align: center;
    padding: 0.5rem;
    background-color: #d9b25e;
    color: white;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.redstar {
    color: #d9b25e;
}

/* Jubilee Banner */
.jubilee {
    position: fixed;
    top: -35px;
    z-index: 2000;
    width: 100%;
    height: auto;
    pointer-events: none;
    animation-name: balloon;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    opacity: 0.8;
}

@keyframes balloon {
    0% {
        transform: rotate(-1deg) scale(0.94);
    }

    10% {
        transform: rotate(-2deg);
    }

    25% {
        transform: translateX(-10px) scale(0.97);
    }

    50% {
        transform: translateX(-4px) rotate(3deg) scale(1);
    }

    75% {
        transform: rotate(-3deg) scale(0.96);
    }
}

ellipse_left {
    width: 50%;
    float: left;
    padding: 4rem;
    color: rgb(64,64,64);
    background-color: #F3EFC3;
    font-size: 0.95rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    display: flex;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

ellipse_right {
    width: 50%;
    float: right;
    padding: 4rem;
    color: rgb(64,64,64);
    background-color: #F3EFC3;
    font-size: 0.95rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    display: flex;
    margin-left: 2rem;
    margin-bottom: 2rem;
}

centre {
    display: inline-block;
    text-align: center;
    width: 100%;
}

panel_50, panel_80, panel_100, panel_left50, panel_right50 {
    display: block;
    padding: 2rem;
    color: rgb(64,64,64);
    background-color: #F3EFC3;
    font-size: 0.95rem;
}

    panel_50::after, panel_80::after, panel_100::after, panel_left50::after, panel_right50::after {
        content: "";
        clear: both;
        display: table;
    }

panel_50, panel_80 {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

panel_50 {
    width: 50%;
}

panel_80 {
    width: 80%;
}

panel_100 {
    width: 100%;
}

panel_left50 {
    width: 50%;
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

panel_right50 {
    width: 50%;
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
}

text_left {
    text-align: left !important;
}

.w50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    color: black;
    background-color: #F3EFC3;
    font-size: 0.95rem;
    clear: both;
}

.w80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    color: black;
    background-color: #ffe8b661;
    font-size: 0.95rem;
    clear: both;
}

.w100 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    color: black;
    background-color: #ffe8b661;
    font-size: 0.95rem;
    clear: both;
}
