@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Oswald:300,400|Raleway:400,400i,700,700i');

/*************************************

    GENERAL - MAIN

*************************************/


html {
    position: relative;
    min-height: 100%;
}

body{
    font-family: 'Open-Sans', sans-serif;
    font-size: 14px;
    padding: 0 0 0 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 0 0 150px;
}

#page-footer {
    position: absolute;
    height: 150px;
    bottom: 40px;
    left: 0;
    width: 100%;
    background: #6B991C;
}

#page-footer-light {
    position: absolute;
    height: 40px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #8bba39;
    overflow: hidden;
}



/*************************************

    GENERAL - SUBS

*************************************/


ul.nav a{
    color: darkslategrey;
}

li:hover > a{
    color: white;
}

a{
    color: black;
    text-decoration: none;
}


a:active{
    text-decoration: none;
}

a:link{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
    color: white;
}

li{
    padding: 0;
}


h1{
    font-size: 2.2em;
    font-family: 'Oswald', sans-serif;
    color: white;
}

h2{
    font-size: 2em;
    color: darkslategrey;
    font-family: 'Oswald', sans-serif;
}

h3{
    font-size: 1.125em;
    color: darkslategrey;
    font-family: 'Oswald', sans-serif;
}

p, li{
    color: #333;
    font-size: 1.1em;
    line-height: 1.58;
    letter-spacing: -.003em;
    font-family: 'Raleway', sans-serif;
}
li li {
    font-size: inherit; /* Prevent recursive sizing. This can be prevented by using rem instead of em units, and should be used for all elements. */
}


.align_right{
    text-align: right;
}

.no-horizontal-padding {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 992px) {
    .show-mobile {
        display: none;
    }

}
@media screen and (max-width: 991px) {
    .show-mobile {
        display: block;
    }

    .pull-left-on-mobile {
        float: left !important;
    }
}

@media screen and (max-width: 767px) {
    .hide-responsive {
        display: none;
    }

    .show-responsive {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .hide-responsive {
        display: block;
    }

    .show-responsive {
        display: none;
    }
}





a.fa:hover {
    text-decoration: none !important;
}

.green-link, .green-link:focus,
#page-content .general-page a, #page-content .general-page a:focus {
    color: #6B991C;
    padding: 5px 5px;
    margin: -5px -5px;
}

.green-link:hover,
#page-content .general-page a:hover {
    color: #6B991C;
    font-weight: 500;
    text-decoration: underline #6B991C;
}


.green-font {
    color: #6B991C !important;
}


.spaced-container {
    padding-top: 60px;
    padding-bottom: 40px;
}

.slightly-larger {
    font-size: 1.2em;
}


/*************************************

    NAVIGATION

*************************************/

.navbar{
    border-radius: 0;
    border: 0;
    background: white;
    line-height: 100px;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: #6B991C;
    color: white;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background: #8bba39;
    color: #fafafa;
}

.nav_logo{
    padding-top: 20px;
}

.navigation_button{
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: darkslategrey;
}

.navigation_button:hover > h3{
    color: white;
}

.nav > li > a.navigation_button_link {
    padding: 0 15px;
}

.navbar-brand {
    padding: 10px 15px;
}

span.nav-elm {
    display: inline-block;
    vertical-align: middle;
    /*height: 60px;*/
    line-height: 60px;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

span.nav-elm-dropdown {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    /*text-transform: uppercase;*/
    font-size: 1.2em;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}



#navbar-header {
    height: 60px;
}

img#navbar-brand {
    height: 40px;
    max-height:40px;
}








/*************************************

    CUSTOM BLOCKS

*************************************/

.sub-header {
    width: 100%;
    background: #6B991C;
}


.col-text {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Raleway', sans-serif;

}

/*content*/

.content{
    padding: 30px 0;
}


#page-content {
    padding-top: 60px;
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) {

    #page-content {
        padding-top: 60px;
    }

}


/*page title*/

.page_title{
    background-color: rgb(107, 153, 28);
}

.post_author h3{
    padding: 10px 0 10px 0;
}

/*post content*/
.post_title{
    padding-top: 30px;
    padding-bottom: 30px;
}

.post_text{
    padding-bottom: 30px;
    text-align: justify;
}

.post_content{
    float: none;
}

/*information*/

.information{
    background-color: rgb(107, 153, 28);
    padding: 40px 0 0 0;
}

.information p{
    color: white;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    margin: 30px 0 10px 0;
}


.information_content{

}

/*disclaimer*/
.disclaimer{
    background-color: #8bba39;
}

.disclaimer_text{
    font-size: 12px;
    color: white;
}


/*************************************

    FORMS

*************************************/

.form-centered {
    text-align: center;
    align-content: center;
}

.form-normal {
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-row {
    margin: 5px 0px 10px 5px;
}

.form-label {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.form-text {
    padding: 5px 5px 10px 5px;
    border: none;
    border-bottom: 1px solid #888888;
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
}

.form-text:focus {
    padding-bottom: 9px;
    border-bottom: 2px solid #6B991C;
}

.form-submit {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 180px;
    margin: 5px 0px;
    border: 2px solid #6B991C;
    color: white;
    background: #6B991C;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    cursor: pointer;
}

.form-submit:hover {
    background: #8bba39;
    border-color: #8bba39;
}

.form-warning {
    color: red;
    font-weight: 400;
}

.form-approve {
    color: #6B991C;
    font-weight: 400;
}

.has-error {
    border-bottom-color: red;
    border-bottom-width: 2px;
}

.align-right {
    text-align: right;
}

.status-message {
    font-size: 1.1em;
    font-weight: 400;
    color: #6B991C;
}

.status-error {
    color: red;
}

.board-image {
    max-width: 100%;
}

.p {
    color: #333;
    font-size: 1.1em;
    line-height: 1.58;
    letter-spacing: -.003em;
    font-family: 'Raleway', sans-serif;
}