/* Power Corrupts Again */
/* Base from webpgtemplate */

/*
no color scheme
*/





div
{
    box-sizing: border-box;
    
}

iframe
{
    border-radius: 9px;
}

body
{
    min-height: 100%;
    margin: 0;
    color: #000000; /*blk*/
    background-color: #ffffff; /*wht*/
    font-family: Garamond, serif;
    box-sizing: border-box;
    font-size: 100%;
}

h1
{
    font-size: 5.2vw;
    white-space: normal;
    font-weight: bold;
    margin-block-start: 0.0em;
    margin-block-end: 0.0em;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.1em;
}

h2
{
    font-size: 4vw;
    font-family: Arial, sans-serif;
    white-space: normal;
    margin-block-start: 0.0em;
    margin-block-end: 0.0em;
}

h3
{
    font-size: 3vw;
    white-space: normal;
    margin-block-start: 0.0em;
    margin-block-end: 0.0em;
    font-weight: normal;
}

h4
{
    font-size: 1.5em;
    white-space: normal;
    margin-block-start: 0.0em;
    margin-block-end: 0.0em;
    font-weight: normal;
}






.header
{
    width: 100%;
    min-height: 28px;
    max-height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 12px double #000000;
}

.headerName
{
    display: inline-block;
    margin-bottom: 12px;
    padding-left: 3%;
    text-align: right;
}

.headerSubTitle
{
    /*letter-spacing: 1px;*/
}

.headerRightContainer
{
    display: inline-block;
    height: 140px;
    padding: 0 10px;
}

.headerImage
{
    object-fit: contain;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}









.mainPage
{
    width:100%;
    height:100%;
    /*use padding here if using featureContainer*/
    /*padding-bottom: 54px;*/
}

.mainPageBackground
{
    display: flex;
    flex-flow: row-wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /*use padding here if no featureContainer*/
    padding-bottom: 55px;
}










.mainLeft
{
    display: flex;
    flex-flow: wrap;
    align-content: space-between;
    width: 40%;
    height: 100%;
    margin: auto;
    padding: 2% 1% 2% 2%;
    /*background-color: darkcyan;*/
}

.leftImageContainer
{
    width: 100%;
    height: 60%;
    margin-bottom: 2vw;
    box-shadow: 6px 6px 6px #00000066;
}

.leftImage
{
    object-fit: contain;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.leftCopy
{
    padding: 10px;
    font-size: 3vw;
    width: 100%;
    height: 40%;
    border: 2px solid #000000;
    border-radius: 20px;
    box-shadow: 6px 6px 6px #00000066;
}











.mainRight
{
    width: 60%;
    height: 100%;
    margin: auto;
    padding: 2.5% 2% 3% 1%;
    /*background-color: green;*/
}

.rightCopy
{
    width: 100%;
    box-shadow: 6px 6px 6px #00000066;
}

.rightCopyHeader
{
    width: 100%;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    padding: 8px 8px 8px 8px;
}

.rightHeadline
{
	
}

.slogan
{
    text-shadow: none;
}

.headlineRightContainer
{
    display: inline-block;
    height: 125px;
    padding-left: 8px;
}

.headlineImage
{
    object-fit: contain;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.rightText
{
    font-size: 1.75em;
    padding: 0 8px 8px 16px;
}









.featuresContainer
{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.feature1, .feature2, .feature3
{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    width: 25%;
    margin: 15px auto;
    box-shadow: 6px 6px 6px #00000066;
    padding: 8px 6px 4px 6px;
}

.featureImageContainer
{
    width: 100%;
    height: 100%;
    margin: 0 auto 5px;
}

.featureImage
{
    object-fit: contain;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    max-height: 200px;
}

.featureText
{
    
}








.navContainer
    {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        position: sticky;
        left: 0;
        bottom: 52px;
        top: 0;
        z-index: 4;
        border-top: 12px double #000000;
        box-shadow: 0 3px 5px #00000066;
        padding: 0 2% 0 2%;
    }
    
    .navContainerFeed
    {
    }

    .navButton
    { 
        text-align: center;
        font-size: 1.5em;
        cursor: pointer;
        padding: 8px 8px 10px 8px;
    }
    
    .navButton:hover, .navButton:active
    {

    }




.fixedFooter
{
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 14px;
    width: 100%;
    padding: 10px 10px 10px 10px;
    z-index:  10;
}

.footerText
{
    width: fit-content;
}







.feed
{
    position:relative;
    width: 100%;
    height:auto;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-top: 1px;
}

.feedTitle
{
    font-size: 2.5em;
    padding: 20px 30px 0 20px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space:normal;
}






.navMetadata
{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.navHeader
{
    padding: 4px 15px;
}

.navDescription
{
    padding: 8px 10px 0 10px;
}

.feedEntryContainer
{
    width: 94%;
    height: 200px;
    border-radius: 8px;
    box-shadow: 6px 6px 6px #00000066;
    overflow: hidden;
    scroll:none;
    margin: 15px auto;
    position:relative;
}

.seoFeedEntryContainer
{
    width: 96%;
    height:auto;
    border-radius: 10px;
    box-shadow: 6px 6px 6px #00000066;
    overflow: hidden;
    scroll:none;
    margin: 15px auto 50px auto;
    position:relative;
}

.entryTextContainer
{
    float: left;
    width: 66%;
    height: 100%;
    padding: 5px 0 8px 0;
}

.headlineContainer
{
    width: 100%;
    position: relative;
    display: inline-flex;
    height: auto;
    padding-left:20px;
}

.headlineContainerLink
{
    font-size: 2em;
    cursor:pointer;
    margin: 10px 48px 10px 0;
}

.title
{
    font-weight: bold;

}

.date
{
    padding: 3px 0 0 30px;
    font-style: italic;
    font-size: 15px;
}

.author
{
    padding: 3px 0 0 30px;
    font-style: italic;
    font-size: 15px;
}

.articleContainer
{
    /*display: none;*/
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:auto;
    z-index: 6;
    background-color: #000000cc; /*navy trasparent*/
}
.content
{
    padding: 3px 15px 10px 50px;
    height: fit-content;
}

.copyLinkButton
{
    cursor:pointer;
    font-size: .8em;
}

.copyIcon
{
    width: 40px;
    height: auto;
    position: absolute;
    top: 6px;
    right: 6px;
}

.pushPin
{
    height: 50px;
    position: relative;
    top: 5px;
    left: -12px;
}

.openCloseLink
{
    cursor:pointer;
}

.entryImagesContainer
{
    float: right;
    position: relative;
    width: 33%;
    height: auto;
    margin: auto;
    vertical-align: middle;
    justify-content: center;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.entryImagesContainer::after
{
    content: "";
}


.articleImage
{
    width:60%;
    margin-left:20%;
    margin-right:20%;
}

.entryImage
{
    float: right;
    width: 35%;
    height: auto;
    margin: 0 0 0 8px;
}

.inlineImage
{
    height: 300px;
    object-fit: contain;
    vertical-align: middle;
}

.entryImageExpanded
{
    width: 90%;
    height: auto;
    margin:0 5%;
}

.maskPanel
{
    width:100%;
    position:absolute;
    top:0%;
    left:0%;
    z-index: 7;
    overflow: scroll;
}

.enlargedImgContainer
{
    position: fixed;
    width: 96%;
    height: 92vh;
    left: 2%;
    margin: 15px auto 35px;
    border-radius: 10px;
}

.enlargedSelectedImg
{
    margin: auto;
    padding: 20px 15px;
    max-width: 800px;
    height:100%;
    overflow-y: auto;
}

.enlargedImg
{
    object-fit: contain;
    vertical-align: middle;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.closeButton
{
    font-size:2.25em;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-shadow: 2px 1px 3px #000000cc;
    position: absolute;
    top: 18px;
    right: 26px;
    width:auto;
    z-index:8;
    cursor:pointer;
}






@media screen and (min-width: 1300px)
{
    body
    {
        width: 1300px;
        margin: auto;
    }
    
    h1
    {
        font-size: 4.25em;
    }
    
    h2
    {
        font-size: 3.5em;
    }
    
    h3
    {
        font-size: 2.5em;
    }
    
    h4
    {
        font-size: 1.75em;
    }
    
    .mainPageBackground
    {
        justify-content: center;
    }
    
    .mainLeft
    {
        width: 480px;
        margin: inherit;
    }
    
    .leftCopy
    {
        font-size: 2.5em;
    }
    
    .mainRight
    {
        width: 740px;
        margin: inherit;
    }
    
    .navButton
    {
        font-size: 2em;
    }
}


@media screen and (max-width: 1000px)
{
    h2
    {
        font-size: 4.5vw;
    }
    
    h3
    {
        font-size: 3.5vw;
    }
    
    .headerName
    {
        margin-bottom: 0;
    }
    
    .rightText
    {
        font-size: 1.5em;
    }
}    


@media screen and (max-width: 900px)
{
    h4
    {
        font-size: 1.375em;
    }
    
    .header
    {
        padding: 0 0 4px 0;
    }
    
    .headerRightContainer
    {
        height: 120px;
    }
    
    .headlineContainerLink
    {
        font-size: 1.75em;
        margin: 8px 40px 8px 0;
    }
    
    .pushPin
    {
        height: 42px;
    }
    
    .copyIcon
    {
        width: 32px;
    }
}


@media screen and (max-width: 800px)
{
    h1
    {
        letter-spacing: -3px;
    }
    
    h2
    {
        font-size: 4.5vw;
    }
    
    h3
    {
        font-size: 3.5vw;
    }
    
    .headerRightContainer
    {
        height: 100px;
    }
    
    .rightText
    {
        font-size: 1.25em;
    }
    
    .mainPageBackground
    {
        /*padding-bottom: 15px;*/
    }
}

@media screen and (max-width: 700px)
{
    h1
    {
        font-size: 6vw;
        letter-spacing: -2px;
    }
    
    h3
    {
        font-size: 4vw;
    }
    
    .leftCopy
    {
        font-size: 1.5em;
    }
    
    .navButton
    {
        font-size: 1.25em;
        padding: 6px 1.5% 6px;
    }
    
    .headlineContainerLink
    {
        font-size: 1.5em;
        margin: 8px 40px 8px 0;
    }
    
    .pushPin
    {
        height: 38px;
    }
}


@media screen and (max-width: 600px)
{
    h2
    {
        font-size: 5.5vw;
    }
    
    h3
    {
        font-size: 4vw;
    }
    
    .headlineRightContainer, .headerRightContainer
    {
        height: 75px;
    }
    
    .mainPageBackground
    {
        flex-flow: column-reverse;
    }
    
    .mainLeft
    {
        display: flex;
        flex-flow: row;
        align-items: center;
        align-content: space-between;
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 2% 2% 2% 2%;
    }

    .leftImageContainer
    {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        margin-right: 1vw;
    }
    
    .leftCopy
    {
        height: 100%;
        margin-left: 1vw;
    }
    
    .mainRight
    {
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 2.5% 2% 3% 2%;
    }
    
    .rightText
    {
        font-size: 1.15em;
    }
    
    .navButton
    {
        padding: 6px 3% 6px;
    }
    
    .date, .author
    {
        padding: 3px 0 0 15px;
    }
    
    .content
    {
        padding: 3px 15px 10px 30px;
    }
}

@media screen and (max-width: 500px)
{
    h1
    {
        font-size: 6.5vw;
    }
    
    h3
    {
        font-size: 1.2em;
    }
    
    h4
    {
        font-size: 1.2em;
    }
    
    .featuresContainer
    {
        flex-flow: row wrap;
    }
    
    .feature1, .feature2, .feature3
    {
        width: 75%;
    }
}


@media screen and (max-width: 425px)
{
    h1
    {
       font-size: 1.75em;
    }
    
    .header
    {
        flex-flow: column-reverse;
        padding: 5px;
        max-height: none;
    }
    
    .headerName
    {
        padding-left: 0;
    }
    
    .headerSubTitle
    {
        text-align: center;
    }
    
    .headerLogo
    {
        padding-left: 1%;
        letter-spacing: 0;
    }
    
    .mainPageBackground
    {
        padding-bottom: 80px;
    }
    
    .navButton
    {
        padding: 6px 2% 6px;
        font-size: 1em;
    }
    
    .headerButton
    {
        font-size: 3vw;
        border-width: 2px;
    }
    
    .navDescription
    {
        font-size: 1em;
    }
    
    .feedEntryContainer
    {
        height: 155px;
    }
    
    .headlineContainer
    {
        padding-left: 10px;
    }
    
    .headlineContainerLink
    {
        font-size: 1.25em;
        margin: 5px 40px 5px 0;
    }
    
    .pushPin
    {
        left: -8px;
        height: 35px;
    }
    
    .entryImage
    {
        float: right;
        width: 33%;
    }
    
    .date, .author
    {
        padding: 3px 0 0 10px;
    }
    
    .content
    {
        padding: 3px 10px 10px 20px;
    }
}


@media screen and (max-width: 383px)
{
    .navContainer
    {
        bottom: 68px;
    }
    
    .footerText
    {
       font-size:.75;
    }
}


@media screen and (max-width: 375px)
{
    h2
    {
       font-size:2em;
    }
    
    h3
    {
       font-size: 1.5em;
    }
    
    .rightCopyHeader
    {
        padding-left: 8px;
    }
    
    .headlineRightContainer
    {
        padding-left: 0;
    }
    
    .rightText
    {
        font-size: 1em;
        padding-left: 12px;
    }
    
    .mainRight
    {
        padding: 12px 2% 10px 2%;
    }
    
    .mainLeft
    {
        flex-flow: column;
        padding: 10px 2% 12px 2%;
    }
    
    .leftImageContainer
    {
        margin-bottom: 20px;
        margin-right: 0;
    }
    
    .leftCopy
    {
        margin-left: 0;
    }
}


/* Power Corrupts Again */
/* Base *//* Power Corrupts Again */
/* Bright - green, blue, purple */

/*
color1-  	green = #abd91d
color2-  	lt green = #def2a0
color3-  	blue = #1d4cd9
color4-  	purple = #a81dd9
color5-  	white = #ffffff
color6-  	lt grey = #cccccc
color7-  	dk grey = #19171a, #45433e
*/

body
{
    color: #45433e; /*dk grey*/
    background-color: #19171a; /*black*/
}

h1
{

}

h3
{
    font-family: Arial, sans-serif;
}



.header
{
    border-color: #abd91d; /*green*/
    color: #ffffff; /*wht*/
    background-color: #19171a; /*dk grey*/
    background-image: linear-gradient(to bottom right, #45433e, #a81dd966, #1d4cd966, #abd91d66, #45433e);
}




.mainPage
{
    /*background-color: #ffffff;*/
}


.mainPageBackground
{
    background-color: #45433e; /*dk grey*/
    background-image: linear-gradient(to bottom right, #00000088, #cccccc00, #cccccc66);
    /*background-image: linear-gradient(to bottom right, #00000088, #cccccc00, #cccccc66), url("?service=events.Image&name=corruptScale.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}






.leftImageContainer
{
    background-color: #abd91daa;  /*green*/
}

.leftCopy
{
    color: #abd91d; /*green*/
    border-color: #abd91d; /*green*/
    background-color: #1d4cd9;  /*blue*/
}











.rightCopy
{
    background-color: #ffffffcc; /*transparent wht*/
}

.rightCopyHeader
{
    background: linear-gradient(#ffffff, #ffffff00);
}

.rightHeadline
{
    /*color: #e9322e;*/
    text-shadow: 1px 1px 3px #ffffffcc;
}

.slogan
{
    color: #45433e;
    text-shadow: none;
}









.featuresContainer
{
    background-color: #f0f5ffdd; /*transparent off white*/
}

.feature1, .feature2, .feature3
{
    background-color: #00848c; /*lt aqua*/
    color: #f0f5ff; /*off wht*/
}







.navContainer
{
    border-color: #abd91d;
    background-color: #19171a;
}
    
.navButton
{
    color: #abd91d; /*green*/
    background-color: #19171a;
    font-family: Arial;
    text-transform: uppercase;
}
    
.navButton:hover, .navButton:active
{
    background: linear-gradient(#45433e, #cccccc66);
}




.fixedFooter
{
    color: #cccccc;
    background-color: #19171a;
}







.feed
{
    background-color: #cccccc; /*lt grey*/
}

.feedTitle
{
    color: #1d4cd9; /*blue*/
}






.navMetadata
{
    background-color: #cccccc; /*lt grey*/
}

.navHeader
{
    color: #1d4cd9; /*blue*/
}

.navDescription
{
    color: #1d4cd9; /*blue*/

}

.feedEntryContainer
{
    color: #45433e; /*dk grey*/
    background-color: #ffffff; /*wht*/
}

.seoFeedEntryContainer
{
    color: #45433e; /*dk grey*/
    background-color: #ffffff; /*wht*/
}






.articleContainer
{
    background-color: #45433ecc; /*grey trasparent*/
}

.headlineContainer
{
    background: linear-gradient(#abd91d, #def2a0); /*green gradient*/
    font-family: Arial;
}

.headlineContainerLink
{
    color: #1d4cd9;
}

.copyLinkButton
{
    color: #45433e90; /*transparent grey*/
}







.maskPanel
{
    background-color: #cccccccc; /*white transparent*/
}

.enlargedImgContainer
{
    background-color: #45433eff; /*red*/
}

.closeButton
{
    color: #1d4cd9; /*blue*/
    text-shadow: 2px 1px 3px #000000cc;
}



/* webpage template v1-2 */
/* Bright - green, blue, purple */