﻿body {
    font-family: Arial !important;
    font-size: 16px !important;
}

h1, h2, h3, h4, h5, h6, h7 {
    font-family: Georgia !important;
}

a {
    color: #002199;
    line-height: normal;
}

    a:hover {
        text-decoration: underline !important;
        color: inherit !important;
    }

p {
    font-family: Arial !important;
    line-height: 130% !important;
    margin: 0 0 16px !important;
}

.clear-both {
    clear: both;
}

.normal-line-height {
    line-height: normal !important;
}

.dashed {
    border-top: 1px dashed black;
}


.img-responsive {
    max-width: 100%;
}

.img-responsive-fit {
    width: 100%;
}

.color-red {
    color: red !important;
}


.icon-bar .opi {
    background: url("https://www.motherearthnews.com/-/media/Images/IconSpriteSmall") no-repeat;
}

.icon-bar ul {
    list-style-type: none;
}

.icon-bar .opi-facebook {
    background-position: 0 0;
    width: 50px;
    height: 50px;
}

.icon-bar .opi-twitter {
    background-position: -50px 0;
    width: 50px;
    height: 50px;
}

.icon-bar .opi-pinterest {
    background-position: -99px -50px;
    width: 50px;
    height: 50px;
}

.icon-bar .opi-envelope {
    background-position: -50px -99px;
    width: 50px;
    height: 50px;
}

.icon-bar .opi-comment {
    background-position: -99px -99px;
    width: 50px;
    height: 50px;
}

.icon-bar .opi-print {
    background-position: 0 -99px;
    width: 50px;
    height: 50px;
}




.col-center-block {
    float: none !important;
    display: block;
    margin: 0 auto !important;
}

.global-padding {
    padding: 5px !important;
}

.global-margin {
    margin: 5px !important;
}

.global-no-padding {
    padding: 0 !important;
}

.global-no-margin {
    margin: 0 !important;
}

.padding-left {
    padding-left: 5px !important;
}

.padding-right {
    padding-right: 5px !important;
}

.padding-top {
    padding-top: 5px !important;
}

.padding-bottom {
    padding-bottom: 5px !important;
}

.margin-left {
    margin-left: 5px !important;
}

.margin-right {
    margin-right: 5px !important;
}

.margin-top {
    margin-top: 5px !important;
}

.margin-bottom {
    margin-bottom: 5px !important;
}


.max-image-size-10 {
    max-width: 10%;
}

.max-image-size-12 {
    max-width: 12%;
}

.max-image-size-18 {
    max-width: 18%;
}

.max-image-size-25 {
    max-width: 25%;
}

.max-image-size-35 {
    max-width: 35%;
}

.padding-sides-5 {
    padding: 0px 5px 0px 5px;
}

.padding-vertical-10 {
    padding: 10px 0px 10px 0px;
}

.margin-sides-5 {
    margin: 0px 5px 0px 5px;
}

.border-black {
    border: solid 1px black;
}

.border-gray-464646 {
    border: solid 1px #464646;
}

.border-radius-50 {
    border-radius: 50%;
}

.background-gray-464646 {
    background-color: #464646;
}

.background-gray-898989 {
    background-color: #898989;
}

.border-width-3 {
    border-width: 3px;
}

.font-smaller {
    font-size: smaller;
}

.font-small {
    font-size: small;
}

.font-bold {
    font-weight: bold;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

/*Search*/
@media all and (min-width: 768px) {
    .gsc-control-cse {
        background: transparent;
        border: none;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 2rem 1.5rem 1rem;
        width: 100%;
    }

        .gsc-control-cse form.gsc-search-box {
            font-size: 16px;
            margin: 0 auto;
        }

            .gsc-control-cse form.gsc-search-box table.gsc-search-box {
                border: none;
                margin: 0 auto;
            }

                .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-input {
                    padding: 0 1rem 0 0;
                }



                    .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-input .gsc-input-box .gsib_a {
                        padding: 0;
                    }



                        .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-input .gsc-input-box .gsib_a .gsc-input:active, .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-input .gsc-input-box .gsib_a .gsc-input:focus {
                            border-bottom: 1px solid grey !important;
                            box-shadow: 0 1px 0 grey !important;
                        }




    .gsc-control-cse {
        padding: 1rem 1.5rem 0;
    }
}

.gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-input .gsc-input-box {
    background: white;
    border: none;
    height: auto;
}

    .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-input .gsc-input-box.gsc-input-box-focus {
        box-shadow: none !important;
    }

        .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-input .gsc-input-box.gsc-input-box-focus .gsc-input {
            border-bottom: 1px solid grey !important;
        }

    .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-input .gsc-input-box .gsib_a .gsc-input {
        background-position: 0% 65% !important;
        border-bottom: 1px solid grey !important;
        padding: .4rem .8rem .4rem !important;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

.gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-search-button input.gsc-search-button {
    border: none;
    /*    background-color: #757575; */
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    height: auto;
    margin: 0 auto;
    padding: 1rem;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: auto;
    min-width: 0;
}

    .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-search-button input.gsc-search-button:active, .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-search-button input.gsc-search-button:focus, .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-search-button input.gsc-search-button:hover {
        background-color: #971c1f;
        border: none;
        outline: none;
    }



/*Bookend Ads*/



.LeftLayout {
    position: fixed;
    top: 0px;
    padding: 0;
    margin: 0;
    left: 5px;
}

.RightLayout {
    position: fixed;
    top: 0px;
    padding: 0;
    margin: 0;
    right: 5px;
}
