
/****dark green: #0b7a25
template light green #8dbf41****/



@import "grid.css";
@import "http://www.greenfieldsinitiative.com/css/lora.css";
@import "superfish.css";


@import url("http://fonts.googleapis.com/css?family=Lora:400");
@import url("http://fonts.googleapis.com/css?family=Lora:700");
@import url("http://fonts.googleapis.com/css?family=Lora:300");

html {
    width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background-color: #f5f5f6;
    color: #000000;
    font: 16px/26px "Palatino", Georgia, Times, serif;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 24px;
}

.p1 {
    margin-bottom: 12px;
}

input {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', Georgia, serif;
    font-weight: 300;
    color: #3e454c;
    text-transform: uppercase;  
}
h2 {text-shadow: 4px 4px 4px #000;}

h2 {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 58px;
}

h3 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #48474d;
    padding-top: 89px;
    margin-bottom: 31px;
}

.page1 h3 {
    margin-bottom: 18px;
    padding-top: 34px;
}

.page1 h3.head1 {
    padding-top: 48px;
    margin-bottom: 31px;
}

.page1 h3.head1a {
    padding-top: 18px;
    margin-bottom: 31px;
}


/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list {
    margin-top: -1px;
}


ul.list li {
    padding-left: 15px;
    background: url("../images/marker.png") 0 9px no-repeat;
}

ul.list li+li {
    margin-top: 12px;
}

ul.list1 li {
    overflow: hidden;
}

ul.list1 li .ffl {
    position: relative;
    float: left;
    width: 70px;
    height: 70px;
    background-color: #0b7a25;
    margin-right: 30px;
    margin-top: 6px;
}


ul.list1 li .ffl img {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    top: 50%;
}

ul.list1 li .text1 {
    margin-bottom: 11px;
}

ul.list1 li+li {
    margin-top: 24px;
}

ul.list1.l1 li+li {
    margin-top: 23px;
}

ul.list1 li+li+li {
    margin-top: 27px;
}

ul.list1 li .ffl:after {
    top: 5px;
    right: -5px;
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #eaecec;
}

ul.list2 {
    margin-top: -1px;
}

ul.list2 .count {
    margin-top: 0px;
    width: 85px;
    height: 85px;
    margin-right: 15px;
    background-color: #8dbf41;
    color: #fff;
    font: 30px/68px 'Open Sans', sans-serif;
    text-align: center;
    float: left;
    line-height: 2.75em;
}

ul.list2 li {
    overflow: hidden;
}

ul.list2 li +li {
    margin-top: 24px;
}

ul.circle {
list-style-type: circle; 
list-style-position: inside
}

p.bullet {
font-size: 1em;
line-height: 1.4em;
margin-top: 0px;
margin-bottom: 10px;
}
ul.bullet li {
margin-top: 0px;
margin-bottom: -20px;
}

/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #8dbf41;
}

a.btn {
    font: 600 14px/20px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #344046;
    padding: 16px 23px 15px;
    display: inline-block;
    margin-top: 19px;
}

a.btn:hover {
    background-color: #8dbf41;
}

/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}

.bold {font-weight: bold;}
.italic {font-style: italic;}

.img_leftcol {

max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 4em;
    }



.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 23px;
    margin-top: 7px;
}

.page1 .img_inner {
    margin-top: 105px;
    margin-bottom: 0;
}


.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-top: 6px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.center {
    text-align: center;
}
.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

header {
    display: block;
    padding-top: 99px;
    padding-bottom: 99px;
    background: url("../images/oct2524.jpg") center 0 no-repeat;
}

headeralt {
    display: block;
    padding-top: 99px;
    padding-bottom: 99px;
    background: url("../images/event-5-23-header.jpg") center 0 no-repeat;
}

.page1 header {
    position: absolute;
    background: no-repeat;
    padding-bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
}

header h1 {
    position: relative;
    float: left;
    text-align: center;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    width: 270px;
    height: 159px;
    font-size: 0;
    line-height: 0;
    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
header h1 a img {
    display: block;
}

.main {
    background-color: #fff;
}

/**Content**/
.content {
    padding-bottom: 100px;
}
.page1  .content {
    padding-bottom: 96px;
}

.text1 {
    font: 20px/25px 'Lora', "Palatino", "Georgia", serif;
    color: #48474d;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.text2 {
    font: 16px/18px 'Lora', "Palatino", "Georgia", serif;
    color: #48474d;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.page1 a.btn {
    margin-bottom: 104px;
}

.gray_block {
    padding-bottom: 84px;
    background-color: #f5f5f6;
}

.page1 .gray_block {
    padding-bottom: 98px;
}

.page1 .gray_block h3 {
    text-align: center;
    padding-top: 91px;
    margin-bottom: 0;
}

.block1 {
    overflow: hidden;
    padding-top: 35px;
}

.block1 .fa {
    display: block;
    color: #fff;
    text-align: center;
    background-color: #8dbf41;
    width: 170px;
    height: 170px;
    font-size: 50px;
    line-height: 164px;
    float: left;
    margin-right: 30px;
    margin-top: 2px;
    position: relative;
}

.block1 .fa:after {
    position: absolute;
    content: '';
    right: -8px;
    top: 14px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #8dbf41;
}

.block1 .title {
    font: 30px/25px 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.block1 .title  span {
    padding-top: 1px;
    font-size: 15px;
    display: block;
}

.tx1 {
    margin-bottom: 20px;
}

.block2 {
    overflow: hidden;
}

.block2 +.block2  {
    border-top: 1px solid #eaecec;
    margin-top: 43px;
    padding-top: 48px;
}

.block2 time {
    text-transform: uppercase;
    float: left;
    padding-top: 7px;
    display: block;
    text-align: center;
    margin-right: 24px;
    font: 300 60px/36px 'Open Sans', sans-serif;
}

.block2 time span {
    display: block;
    padding-top: 17px;
    font-size: 25px;
}

.block2 .text1  {
    margin-bottom: 8px;
}

.clear.cl1 {
    height: 12px;
}

.bt1 {
    margin-bottom: 104px;
}

.gb1 h3 {
    padding-top: 87px;
}

a.gal {
    display: block;
    margin-top: 6px;
    margin-bottom: 38px;
    background: url("../images/magnify.png") center center no-repeat #8dbf41;
}

a.gal  img {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    width: 100%;
    box-shadow: 0 0 0 #fff;
}

a.gal:hover img {
    opacity: 0.2;
}

.bq1  {
    line-height: 21px;
}

.bq1 .fa {
    display: block;
    float: left;
    background-color: #8dbf41;
    width: 70px;
    height: 70px;
    margin-right: 30px;
    margin-top: 6px;
    color: #fff;
    text-align: center;
    line-height: 71px;
    font-size: 30px;
}

.bq1 p {
    font-style: italic;
    margin-bottom: 9px;
}

h3.head2 {
    margin-top: -2px;
}

.bq1 .text1 {
    font-weight: 600;
}

.cl2 {
    height: 45px;
}

.gallery1 a.gal {
    margin-bottom: 32px;
}

.gallery1  .clear {
    padding-top: 105px;
    margin-bottom: 100px;
    border-bottom: 1px solid #eaecec;
}

.blog {
    overflow: hidden;
    padding-top: 6px;
}

.blog+.blog {
    padding-top: 106px;
    border-top: 1px solid #eaecec;
    margin-top: 106px;
}

.blog time {
    float: left;
    display: block;
    width: 70px;
    background-color: #8dbf41;
    color: #fff;
    text-align: center;
    margin-right: 30px;
    padding-bottom: 11px;
    padding-top: 12px;
    font: 30px/21px 'Open Sans', sans-serif;
}

.blog time span {
    display: block;
    padding-top: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

.blog .text1.tx1 {
    padding-top: 6px;
    margin-bottom: 9px;
}

.blog .text1 {
    margin-bottom: 16px;
}

.blog a.btn {
    position: relative;
    top: 1px;
    margin-bottom: 1px;
}

.blog img+div {
    line-height: 23px;
}

.blog .clear {
    height: 43px;
}

.blog .fleft {
    margin-top: 8px;
}

.hor {
    border-bottom: 1px solid #eaecec;
    padding-top: 99px;
}

.prv {
    line-height: 23px;
}

.prv .text1 {
    margin-top: -1px;
}

.prv p {
    margin-bottom: 40px;
}

/**Map**/

.col1 {
    color: #8dbf41;
}

.col1 a:hover, a.col1:hover {
    color: #48474d;
}

.col2 {
    color: #48474d;
}

.map {
    overflow: hidden;
    position: relative;
}
 
.map+.hor {
    position: relative;
    margin-top: -1px;
    top: 1px;
}

.map figure {
    padding-top: 6px;
    padding-bottom: 5px;
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 392px;
    max-width: 100%;
}
.map address {
    display: block;
}

.map address+address {
    padding-top: 38px;
}

 address dd span {
    min-width: 142px;
    display: inline-block;
    text-align: left;
}

.map address dd span.col1 {
    min-width: 0;
}

a.link-1 {
   color: #8fbf4d;
}

.map a.link-1 {
    display: inline-block;
    margin-left: 22px;
}

a.link-1:hover {
    color: #3e454c;
}



/**Footer**/

footer {
    display: block;
    padding: 0px 0 40px;
    color: #344046;
    font: 15px/24px 'Open Sans', sans-serif;
}

.socials  {
    float: right;
    padding-top: 40px;
    overflow: hidden;
}

.socials a {
    display: block;
    float: left;
    width: 61px;
    height: 60px;
    border-radius: 500px;
    background: url("../images/socials.png") 0 0 no-repeat #344046;
}

.socials a:hover {
    background-color: #8dbf41;
}

.socials a.soc1 {
    background-position: -76px;
}

.socials a.soc2 {
    background-position: -156px;
}

.socials a.soc3 {
    background-position: -229px;
}

.socials a+a {
    margin-left: 15px;
}

.copy {
    padding-top: 56px;
    text-align: left;
}

.copy .col1{
    text-transform: uppercase;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 73px;
    height: 73px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url("../images/totop.png") no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
    .extra_wrapper {
        overflow: visible;
    }    

    .block1 .title {
        font-size: 25px;
    }

    .camera_pag {
        bottom: 20px;
    }

    h2 {
        padding-top: 35px;
        margin-bottom: 20px;
        font-size: 50px;
    }

    #form label {
        width: 100% !important;
        margin-left: 0 !important;
        clear: left;
    }
}

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

h2 {
    font-size: 40px;
    line-height: 45px;
    padding-top: 50px;
}

address dd span {
    min-width: 80px;
}
    
    h3 {
        font-size: 30px;
        line-height: 35px;
    }

    ul.list1 li .ffl {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }

    ul.list1 li .ffl:after {
        display: none;
    }

    .block2 time {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .block1 .fa {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .block1 .fa:after {
        display: none;
    }

 .map address+address {
    float: left;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}


.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}
}

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

a.gal {
    margin-bottom: 0;
    margin-top: 40px;
}

.bq1 {
    margin-bottom: 40px;
}

.caption {
    display: none;
}

.page1 a.btn {
    margin-bottom: 0;
}

.socials {
    float: none;
}

.map address {
    float: none;
    margin-left: 0 !important;
 }

.map address +address {
    margin-top: 30px;
}


header h1 {
	display: block;
	width: auto;
    margin-left: 0;
    position: relative;
	height: auto;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 20px;
 float: none;
 left: 0;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.none {
    clear: both;
}

.gallery1  .clear {
    padding-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #eaecec;
}

.gallery1  a.gal {
    margin-top: 60px;
}

.blog time {
    margin-right: 20px;
}

.blog  .text1.tx1 {
    padding-top: 0;
}

}


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

.socials a + a {
    margin-left: 4px;
}

}

.color {color: #2b3990;}
.greenbold {color: #53aa00; font-weight: bold;}
.underline {text-decoration:underline;}


#space {margin-top:1em; margin-bottom: 1em}