﻿html {
    overflow-y: scroll;
}

body {
    background-color: white;
    overflow: hidden;
    margin: 0px;
    font-family: "Source Sans Pro","Arial",sans-serif;
    font-feature-settings: "kern","liga","pnum";
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    height: 100%;
}

img {
    height: 200px;
    /*padding-bottom: 40px;*/
    /*width: 200px;*/
    
}

/*Top Styles*/

.Top {
    font-size: large;
    color: white;
    background-color: #2f7546;
    text-align: left;
    line-height: 40px;
    height: 100px;
    width: 100%;
    background-image: url(https://greatriversgreenway.org/wp-content/themes/grg/images/topography.png);
    padding: 8px;
}

.TopLogo {
    /*height: 100px;
    width: 100%;
    position: absolute;*/
    top: 0;
    left: 0;
}

.MainLogo {
    height: 90%;
    position: absolute;
    left: 10px;
    height: 100px;
}

.LogoWrapper {
    display: none;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin: 0 auto;
    z-index: 1;
}

.InnovationLogo {
    height: 200px;
    opacity: 0.8;
    margin: 0 auto;
    -webkit-animation: spin 4s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.ProjectName {
    font-family: "Source Sans Pro","Arial",sans-serif;
    font-feature-settings: "kern","liga","pnum";
    -webkit-font-smoothing: antialiased;
    /*font-family: 'Gotham Black';*/
    /*font-family: 'Yanone Kaffeesatz', sans-serif;*/
    color: white;
    font-size: 60px;
    position: absolute;
    left: 250px;
    top: 40px;
    text-transform: uppercase;
    text-shadow: 4px 2px 6px Black;
}

.TopLinks {
    margin-left: 15px;
    color: #898D8D;
    /*font-family: 'Calibri', san-serif;*/
    font-size: large;
    text-decoration: none;
    cursor: pointer;
}

    .TopLinks:hover {
        text-decoration: underline;
    }

.Logout {
    margin-top: 15px;
    margin-right: 30px;
    color: white;
    font-family: 'Calibri', san-serif;
    font-size: larger;
    text-decoration: none;
    float: right;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}

    .Logout:hover {
        text-decoration: underline;
    }

.FunFact {
    position: absolute;
    right: 5px;
    top: 60px;
    text-shadow: 1px 1px 1px black;
}


.Values {
    height: auto;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
    /*margin-top: 150px;*/
}
    
/*#ProjectNameWrapper{
    text-align: center;
    margin-top: 150px;
}

.ProjectName {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: black;
    font-size: 120px;
    text-transform: uppercase;
    text-shadow: 4px 2px 6px Black;
    display: inline-block;
}*/

#Login {
    position: absolute;
    right: calc(50px);
    top: calc(139px);
    /*right: calc(3% + 0px);
    top: calc(15% - 0px);*/
    border-color: #2f7546;
    border-width: thick;
    border-radius: 25px;
    border-style: solid;
    padding: 25px;
    background-color: white;
}

#ErrorStatement {
    margin-top: 10px;
    color: red;
    /*font-family: 'Calibri', san-serif;*/
    font-weight: bold;
}

#Spacer {
    text-align: center;
}

table {
    margin-bottom: 5px;
}

td {
    text-align: center;
    /*font-family: 'Calibri', san-serif;*/
    font-weight: bold;
    color: #2f7546;
}

button {
    background-color: white;
    /*font-family: 'Calibri', san-serif;*/
    font-size: 100%;
    font-weight: bold;
    width: 100%;
    height: 100%;
    padding: 4px;
    border: 1px solid #2f7546;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 4px 2px 2px gray;
}

    button:hover {
        background-color: #2f7546;
        border: 1px solid #2f7546;
        color: white;
    }

inputButton {
    background-color: white;
    /*font-family: Calibri, san-serif;*/
    width: 100%;
    font-size: medium;
    padding: 2px 0 2px 0;
    border: 1px solid Black;
    border-radius: 4px;
    cursor: text;
    box-shadow: 4px 2px 2px gray;
}

    inputButton:hover {
        border: 1px solid #2f7546;
        background-color: white;
    }

    inputButton:focus, select:focus, textarea:focus, form:focus, button:focus {
        outline: 0; /*removes blue border*/
    }




 /*input {     
    background-color: white;
    font-family: Calibri, san-serif;
    width:100%;
    font-size:medium;
    padding: 2px 0 2px 0;
    border: 1px solid Black;
    border-radius: 4px;
    cursor: text;
    box-shadow: 4px 2px 2px gray;
}

    input:hover {
        border: 1px solid #2f7546;
        background-color: white;
    }

    input:focus, select:focus, textarea:focus, form:focus, button:focus {
        outline: 0; /*removes blue border
    }*/


.RadioButtonLabel {
    /*font-family: Calibri, san-serif;*/
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    color: #2f7546;
    font-size: 25px;
}

.RadioButton {
    background-color: white;
    /*font-family: Calibri, san-serif;*/
    /*width: 100%;*/
    font-size: medium;
    padding: 2px 0 2px 0;
    border: 1px solid Black;
    border-radius: 4px;
    cursor: text;
    text-align: center;
    font-weight: bold;
    color: #2f7546;
    /*box-shadow: 4px 2px 2px gray;*/
}

.Radiodiv {
    margin-left: 12px;
}


.DocumentButton {
    background-color: white;
    font-size: 12px;
    font-weight: bold;
    width: 80%;
    height: 28px;
    padding: 2px;
    border: 1px solid #2f7546;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 4px 2px 2px gray;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10px;
}

documentButton:hover{
   background-color: #2f7546;
        border: 1px solid #2f7546;
        color: white;

}

#PublicAccess {

    position: absolute;
    left: calc(50% - 350px);
    top: calc(50% - 120px);
    /*border-color: #2f7546;
    border-width: thick;
    border-radius: 25px;*/
    /*border-style: solid;*/
    padding: 25px;
}


.PublicAccessButton {
    font-size: 100%;
    font-weight: bold;
    width: 100%;
    height: 100%;
    padding: 30px;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #2f7546;
    background-color: white;
    /*font-family: Calibri, san-serif;*/
    font-size: medium;
    /*padding: 2px 0 2px 0;*/
    /*border: 1px solid Black;*/
    border-radius: 10px;
    cursor: text;
    box-shadow: 4px 2px 2px gray;
    font-size: 80px;
    color: #2f7546;
    width: 550px;
}

    .PublicAccessButton:hover {
        background-color: #2f7546;
        border: 1px solid #2f7546;
        color: white;
    }




#PublicAccessLinks {
    position: absolute;
    left: calc(50% - 200px);
    top: calc(38% - 0px);
    /*border-color: #2f7546;
    border-width: thick;
    border-radius: 25px;*/
    /*border-style: solid;*/
    padding: 25px;

}

.PublicAccessLinkButtons {
    font-size: 100%;
    font-weight: bold;
    width: 100%;
    height: 100%;
    padding: 5px;
    /*padding-left: 25px;
    padding-right: 25px;*/
    border: 1px solid #2f7546;
    background-color: white;
    /*font-family: Calibri, san-serif;*/
    font-size: medium;
    /*padding: 2px 0 2px 0;*/
    /*border: 1px solid Black;*/
    border-radius: 10px;
    cursor: text;
    box-shadow: 4px 2px 2px gray;
    color: #2f7546;    
    /*margin: 5px;*/

    /*width: 400px;*/
}

    .PublicAccessLinkButtons:hover {
        background-color: #2f7546;
        border: 1px solid #2f7546;
        color: white;
        cursor: pointer;
    }


.body {
    font-weight: 400;
    font-size: 19px;
}

element.style {
    background-image: url(https://greatriversgreenway.org/wp-content/uploads/2015/05/Christy-401-e1448921944713.jpg);
}

header.scene {
    background-color: #369355;
}

.feat_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 290px;
}

/*@media screen and (min-width: 580px)*/ 
.hero {
    min-width: 580px;
    min-height: 290px;
    text-align: left;
    padding: 80px 0 0 0;
}

.entry-header {
    min-height: 290px;
    text-align: left;
    padding: 80px 0 0 0;
}

#homepage-hero {
    min-height: 290px;
    text-align: left;
    padding: 80px 0 0 0;
}


/*@media screen and (min-width: 580px)*/
.hero .hero-overlay, .entry-header .hero-overlay, #homepage-hero .hero-overlay {
    min-height: 290px;
}

.hero, .entry-header, #homepage-hero {
    position: relative;
    min-height: 190px;
    padding: 0;
    color: #fff;
    text-align: center;
    min-height: 190px;
    padding: 80px 0 0 0;
    text-align: left;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}


.hero .hero-overlay, .entry-header .hero-overlay, #homepage-hero .hero-overlay {
    background-color: rgba(47,117,70,0.65);
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 190px;

    position: absolute;
    min-height: 0;
    height: auto;
    background-color: rgba(47,117,70,0.75);
}

.container {
    padding: 25px 24px;
    max-width: 1248px;
    max-width: 1248px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: inherit;
    display: block;
    text-align: left;
    padding: 25px 24px;
}

.brand-cursor {
    border-left: 4px solid #fff;
    padding-left: 20px;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
}




*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


h1 {
    font-size: 38px;
    font-weight: 600;
}

h1, h2, h3, h4, h5, .page-template-projects-planning .callout h3, h6 {
    font-family: inherit;
    line-height: 1.2;
    /*margin: 0 0 .75em;*/
}

h1 {
    font-size: 2em;
    margin: 0 0 0 0;
    /*margin: 0.67em 0;*/
}

.hero h1, .entry-header h1, #homepage-hero h1 {
    font-size: 34px;
    line-height: 1;
}









.entry-content {
    padding: 0 24px;
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.small-container {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding: 24px
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.tmm_wrap {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

a {
    -webkit-tap-highlight-color: transparent !important;
    background-color: transparent;
    color: #2f7546;
    transition: color 0.2s linear;
}

.tmm_container {
    display: inline;
}

.tmm_columns_containers_desktop {
    display: block;
    clear: both;
}

.tmm_member {
    vertical-align: top;
    display: inline-block;
    margin-top: 70px;
    margin-bottom: 30px;

    height: 250px;
    float: left;
    text-align: center;
    -webkit-box-shadow: 1px 0 2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 1px 0 2px 0 rgba(0,0,0,.05);
    box-shadow: 1px 0 2px 0 rgba(0,0,0,.05);
    border-top: 5px solid lightgrey;
    border-bottom: 6px solid whitesmoke;
    background: white;
    box-sizing: border-box;
}

.tmm_3_columns .tmm_member {
    width: 29%;
}

 .tmm_3_columns .tmm_member {
    margin-right: 2%;
    margin-left: 2%;
}

 .tmm_member .tmm_photo {
    width: 150px;
    height: 150px;
    border: none;
    -webkit-box-shadow: 2px 0 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 2px 0 2px 0 rgba(0,0,0,.1);
    box-shadow: 2px 0 2px 0 rgba(0,0,0,.1);
    border-radius: 80px !important;
    margin-top: -80px;
    border: 8px solid whitesmoke;
}

 .tmm_wrap {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}


 .tmm_job {
    font-size: 14px;
    color: #a2a5a4;
    text-transform: uppercase;
}

.tmm_desc {
    padding: 0;
    margin-top: 19px;
    margin-bottom: 10px;
    font-size: 14px;
    margin-left: 7px;
    margin-right: 7px;
}

.tmm_desc2 {
    padding: 0;
    margin-top: 19px;
    margin-bottom: 10px;
    font-size: 10px;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.tmm_member .tmm_textblock .tmm_scblock {
    padding-top: 10px;
}

.tmm_names {
    font-size: 21px;
    margin-bottom: 8px;
    margin-top: 10px;
    font-weight: 300;
    line-height: 24px;
}

