/*
Theme Name: Downsizer
Theme URI:
Description: WordPress theme for DownsizeDC.
style=pp02.css v01 2018-05-16 07:00 PM by Ben Bachrach
*/
/* default is screen size: 375px x 667px
  see @media for other screen designs
  */
/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
html
{
    margin: 0;
    padding: 0;
}
body
{
    background: #fff;
    margin: 0;
}
body, input, textarea
{
    color: #222;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 124%;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    clear: both;
}
hr
{
    background-color: #999;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
pre
{
    font: 11px Monaco, monospace;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
code
{
    font: 11px Monaco, monospace;
}
p
{
    margin: 4px 0 12px 0;
}
a
{
    color: #0a77e6;
}
a:hover
{.
color: #065c88;
}
a:visited
{
    color: #8b46d1;
}
.benDev {
	display:none;
}

.blueButton {
    width: 320px;
    margin: 0 auto 0 25px;
    text-align:center;
    height:38px;
    padding:5px;
    font-size:16px;
    /* border:outset white; */
	border-radius: 2px;
    background-color:#0C1737;
    color:white;
}
.blueButton a {
    color:white;
}
.blueButton a:hover
{.
color:white;
}
.blueButton a:visited
{
    color:white;
}
.blueButtonNarrow {
    width: 200px;
    margin: 10px auto 0 10px;
    text-align:center;
    padding:5px;
    font-size:16px;
    /*border:outset white; */
	border-radius: 2px;
    background-color:#0C1737;
    color:white;
}
.blueButtonNarrow a {
    color:white;
}
.blueButtonNarrow a:hover
{
	color:white;
}
.blueButtonNarrow a:visited
{
    color:white;
}
.devComment
{
    display:none;
    color:red;
}
.greenButton {
    width: 320px;
    margin: 0 auto 0 25px;
    text-align:center;
    height:38px;
    padding:5px;
    font-size:16px;
    /* border:outset white; */
	border-radius: 2px;
    background-color:green;
    color:white;
}
.lightgreenButton {
    width: 320px;
    margin: 0 auto 0 25px;
    text-align:center;
    height:38px;
    padding:5px;
    font-size:16px;
    /* border:outset white; */
	border-radius: 2px;
    background-color:GreenYellow;
    color:black;
}
.lightgreenButtonNarrow {
    width: 200px;
    margin: 0 auto 0 25px;
    text-align:center;
    padding:5px;
    font-size:16px;
    /* border:outset white; */
	border-radius: 2px;
    background-color:GreenYellow;
    color:black;
}
.redRequired
{
    color:red;
}
.twoLineTip {
    background-color:red;
	color:white;
    font-size:12px;
	margin: 0 2px 0 2px;
    text-align:center;
}
.view3error {
	color: red;
	font-size: 125%;
}
#container
{
    display:block;
    margin:0 0 0 0;
    width:375px;
}
#content
{
    display:none;
    margin:0 0 0 0;
    width:375px;
    overflow:hidden;
}
#header375 {
    width:375px;
    height:38px;
    background-color:#bbb;
    margin:0;
}
#ppMonthButton {
	display: none;
	margin-top: 15px;
	width: 100%;
}
#ppMonthThanks {
	display: none;
	margin-top: 15px;
	width: 100%;
}
#ppOnceButton {
	display: none;
	margin-top: 15px;
	width: 100%;
}
#ppOnceThanks {
	display: none;
	margin-top: 15px;
	width: 100%;
}
#header667 {
    display: none;
}
#header768 {
    display: none;
}
#header1024 {
    display:none;
}
#screen667view1 {
    display:none;
}
#specialFooter {
	display: none;
}
@media only screen and (min-width: 667px){
    #header375 {
        display:none;
    }
    #header667 {
        display:block;
    }
    #container
    {
        display:block;
        margin:0 0 0 0;
        width:667px;
    }
    #screen375view1 {
        display:none;
    }
    #screen667view1 {
        width: 667px;
        display:block;
    }
    #header667 {
        display: block;
        width: 667px;
        background-color: cyan;
    }
    .topbar {
        width: 667px;
    }
}
@media only screen and (min-width: 768px){
    #header375 {
        display: none;
    }
    #header667 {
        display: none;
    }
    #header768 {
        display: block;
        width: 768px;
    }
    #container
    {
        display:block;
        margin:0 0 0 0;
        width:768px;
    }
    #content
    {
        display:block;
        float:left;
        margin:0 0 0 0;
        width:384px;
        overflow:hidden;
    }
    .myActionButton {
        margin-top: 125px;
    }
    .sliderBgdImg {
        /*height: 500px !important;*/
    }
    .twelve .featured-image {
        float: none;
        height: auto;
    }
    .module-featured-engagements {
        padding-bottom: 10px;
        margin: 10px 0;
    }
    .module-featured-engagements .featured-image {
        float: none;
    }
    .module-featured-engagements .featured-content {
        float: none;
        width: 100%;
        height: auto;
    }
    .module-featured-engagements .featured-content p,
    .module-featured-engagements .featured-content h2 {
        margin: 0 0 0 20px;
    }
    .module-featured-engagements .featured-content a.button {
        margin: 20px 0 40px 0;
    }
    .module-featured-engagements .featured-items {
        margin: 0;
        background: #fff;
        position: relative;
        min-height: 200px;
    }
    .module-featured-engagements .featured-items:before {
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-radius: 0;
        box-shadow: none;
        content: '';
        position: absolute;
        z-index: -10;
    }
    .module-featured-engagements .featured-items:after {
        bottom: 0;
        left: 1%;
        width: 97%;
        height: 50px;
        border-radius: 0;
        box-shadow: none;
        content: ' ';
        position: absolute;
        z-index: -10;
    }
    .module-featured-engagements .pager-container {
        position: relative;
        bottom: 20px;
        right: 0;
        z-index: 1000;
    }
    .module-featured-engagements .pager {
        width: auto;
        margin: 0;
    }
    ul.navigation > li {
        float: none;
    }
    footer ul.navigation {
        float: none;
        max-width: 100%;
        padding: 0;
    }
    footer ul.navigation li {
        float: none;
    }
    footer ul.navigation li.first a {
        padding: 10px 20px;
    }
    footer .breadcrumbs li:before {
        content: '';
    }
}
@media only screen and (min-width: 1024px) {
    #header375 {
        display: none;
    }
    #header667 {
        display: none;
    }
    #header768 {
        display: none;
    }
    #header1024 {
        display: block;
        width: 1024px;
    }
    #container
    {
        display:block;
        margin:0 0 0 0;
        width:1024px;
    }
    #content
    {
        display:block;
        float:left;
        margin:0 0 0 10px;
        width:512px;
    }
    #toRow {
        font-size:14px;
    }
    .h1, h1 {
        font-size: 36px;
    }
    .image-left-side, .image-right-side {
        width: 49%;
    }
    .issue-content {
        width: 50%;
    }
    .issue-sidebar {
        width: 46%;
        margin: 0 0 0;
    }
    .right-lower-right-button, .right-lower-left-button {
        width: 39%;
    }
}
#toRow {
    font-size:12px;
    text-align:left;
    color:black;height:38px;
    padding:8px 0 0 2px;
    margin:0 2px 0 2px;
    border:solid thin grey;
}

/* To see a menu in your header, you'll need to first add one in WordPress Admin */

.menu ul
{
    list-style: none;
    margin: 0;
}
.menu ul ul
{
    display: none;
}
.menu li
{
    display: inline;
    float: left;
    padding: 0 8px 0 4px;
}
.menu-item
{

}
.menu-item a
{
    font-size: 30px;
    text-decoration: none;
    color: #3eaf00;
}
.menu-item a:hover
{
    color: #5d8a05;
}



/*** HEADER : OTHER ***/



/*** CONTENT : POSTS AND PAGES ***/

/* Entry and Page Titles */
h1.entry-title
{
    color: #008000;
}
h2.entry-title
{

}
h2.entry-title a
{

}
h1.page-title
{
    color: #008000;
}

/* Media Alignment */
.alignright
{
    /* Style for right-aligned images in posts */
    padding: 8px 0 8px 8px;
    float: right;
}
.alignleft
{
    /* Style for left-aligned images in posts */
    padding: 8px 8px 8px 0;
    float: left;
}

/* Entry Content */
.entry-content
{
    /* Style that affects actual entry/post content */
}
.entry-content a
{

}
.entry-content a:hover
{

}
.entry-content h1, h2, h3, h4, h5
{

}
.entry-content ol {
    margin-top: 1.5em;
    margin-bottom: 1.4em;

}
.entry-content ol li
{
    font-size: 1.4em;
    margin-bottom: 0.3em;
}
.entry-content ul {
    margin-top: 1.5em;
    margin-bottom: 1.4em;

}
.entry-content ul li
{
    font-size: 1.4em;
    margin-bottom: 0.3em;
}
.entry-utility
{
    /* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.entry-meta
{
    /* Style for the entry metadata (author, etc.) */
}
.skip-link
{
    /* Style for the skip link */
    /*position: absolute;
    left: -9000px;*/
}
.navigation
{
    /* Style for the navigation links (next/previous post) on a given post */
}
/*** CONTENT : COMMENTS ***/
div#comments
{
    /* Style that affects the DIV containing all the comments */
}
.comments h3
{
    /* H3 header style for comments */
}
.comments ol
{
    /* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}

.comments ol li
{
    /* Style each list item in the comments ordered list */
}

.comments img
{
    /* Style for the user avatar beside each comment */
    float: left;
    margin: 0 12px 8px 0;
}

.comments .comment
{
    /* Style that applies to each individual comment in a series of comments */
}

.children ul li
{
    /* A style that refers to the children (as in, responses to) any given comment */
}

.comment-reply-link
{
    /* Style for the "Reply" link on a comment */
}

.comment-meta
{
    /* Style for metadata for a comment */
}

div#respond
{
    /* DIV that contains the comment response form */
}

div#respond h3
{
    /* H3 header for the comment response form */
}


/*** CONTENT : SIDEBAR ***/

div#primary
{
    /* Primary Widget Area DIV */
}

div#secondary
{
    /* Secondary Widget Area DIV */
}

.widget-area
{
    /* Class that applies to BOTH widget areas */
}

.xoxo
{
    /* Class that applies to each item in each widget area (an unordered list class) */
}


/*** FOOTER ***/

div#footer
{
    float: left;
    clear: both;
}


/*** YOUR CSS ***/
/*********************************************
** FOOTER
*********************************************/

.footer {
    padding-bottom: 25px;
}
ul.breadcrumbs {
    background: none;
    border: 0;
}
ul.navigation > li {
    float: left;
    list-style-type: none;
    border: 0;
}
ul.breadcrumbs li:before {
    content: "/";
    color: #aaa;
}
#page-footer {
    background: #222;
    padding: 20px 0;
}
#page-footer aside {
    color: #fff;
}
#page-footer aside h1 {
    color: #fff;
}
#page-footer aside h2 {
    color: #fff;
}
#page-footer aside .listing h2 a {
    color: #fff;
}
#page-footer aside .listing h2 a:hover {
    color: #CCC;
}
#page-footer aside .listing a h2 {
    color: #fff;
}
#page-footer aside .listing a p {
    color: #fff;
}
#page-footer aside .listing a:hover h2 {
    color: #CCC;
}
#page-footer .featured_story .quote {
    color: #666;
}
#page-footer .pager-container .pager li {
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.5);
}
#page-footer .pager-container .pager li:hover {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
}
#page-footer .pager-container .pager li.active {
    background-color: #555;
}
/*media query overrides*/

.myActionButton {
    margin-top: 25px;
}

.sliderBgdImg {
    /*height: 262px !important;*/
}

#image-left-side--scrim, #right-side-top--scrim, #right-bottom-left--scrim, #right-bottom-right--scrim {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.image-left-side, .image-right-side {
    width: 49%;
}



.mynav {
    z-index: 99999999 !important;
}

a {
    color: #6D9B6A;
}

a:visited {
    color: #6D9B6A;
}

.styled-select {
    background: url(/downButton33.png) no-repeat 96% 0;
    height: 29px;
    overflow: hidden;
    width: 240px;
    margin-top: 10px;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    width: 268px;
}

.styled-select.slate {
    background: url(/downButton33.png) no-repeat right center;
    height: 34px;
    width: 240px;
    padding: 0 5px;
}
.styled-select.slate select {
    border: 1px solid #ccc;
    font-size: 16px;
    height: 34px;
    width: 268px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

#cc_exp_m {
    width: 80px;
}

#cc_exp_y {
    width: 100px;
}

.notfound-content, .issue-content {
    width: 100%;
    max-width: 900px;
    min-width: 360px;
    display: inline-block;
    margin: 0 0 0 0;
    overflow-x: hidden;
}


p {
    font-size: 1.4em;
}

ul li {
    font-size: 1.4em;
}

.comment {
    font-size: inherit;
}

.image-row {
    display: flex;
    justify-content: space-between;
    height: 500px;
    flex-wrap: wrap;
}

.h1, h1 {
    font-size: 24px;
}



.right-lower-right-button, .right-lower-left-button {
    width: 80%;
    background-color: #138800;
    padding:10px;
    border: 0;
    color: #FFD700;
}


.flashItem {
    border: solid thin grey;
    margin: 12px 0 0 0;
    padding:4px;
}
.flashItem h2 {
    font-size: 2.0em;
    font-weight:bold;
    margin:0;
    padding:0;
}
.flashItem p {
    margin:0;
    padding: 0;
    height:auto;
}
.flashItem a {
    margin:0;
    padding:0;
    height:auto;
}
.benFacebookTitle {
    color:red;
    font-weight:bold;
    font-size:93%;
}
.form3body {
    font-size:100%
}
.rightSideX {
    float:left;
    width:472px;
}
.introBlue {
    color:blue;
    padding:0.4em;
    font-size:100%;
}
#form1 {
    background-color: #ddd;
    min-height: 30em;
    padding:1em;
}
#form1X h2 {
    color:black;
    font-size: 1.8em;
    font-family: "arial narrow", arial, sans-serif;
    margin: 0.8em 0 0.8em 0;
}
.optionLink a{
    text-decoration: underline;
    color:purple;
    font-size:100%;

}
#a5setupError {
    color:red;
    border:solid red;
    font-size: 2.0em;
    padding:1.0em;
}
h1,h2,h3,h4,h5 {
    color:black;
}

/*********************************************
** PP02 styles followed by classes
*********************************************/
#pp02buttonC {
	margin-top:10px;
	padding: 10px 0;
	width: 100%;
}
.pp02cc_exp_m {
    background: url(/downButton33.png) no-repeat right center;
    height: 34px;
    width: 80px;
    padding: 0 5px;	
}	
.pp02cc_exp_y {
    background: url(/downButton33.png) no-repeat right center;
    height: 34px;
    width: 100px;
    padding: 0 5px;	
}
