@charset "UTF-8";

body {
	width:100%;
	/*background-color:#B8FFCD;
	background-image:url(../img/bkgd/5756-pageBkgd.png);
	background-repeat:repeat-y;
	background-size:100%;*/
}
iframe, object, embed  {
	max-width: 100%;
}


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

.bullet_indent {
	margin-left: 20px !important;
}

img a {
	border:none;
}

p, h1, h2, h3, h4, h5, h6 {
	padding-top:0px;
	padding-bottom:0px;
	margin:0px !important;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans', sans-serif;
}
ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

p {
	font-size:1.0em;
    font-family: 'Noto Sans', sans-serif;
}


/* DESKTOP + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.header {
    border-bottom: rgba(2,164,81,1.00) solid 4px;
    background-color: #FFF;
}
.home_text_btn a, .home_text_btn a:visited {
    display: block;
    text-decoration: none;
    font-size: 1.75em;
    color: #FFF;
    text-align: center;
     background-color:  rgba(2,164,81,1.00);
    transition: .3s;
    padding: 10px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 6px;
    border:  rgba(2,164,81,1.00) 2px solid;
    
}
.home_text_btn a:hover {
     /*background-color:  #FFF;
    color: rgba(2,164,81,1.00);
    box-shadow: 2px 2px 8px 1px rgba(0,0,0,.50);*/
    width: 85%;
     border:  #FFF 2px solid;
}
.home_text_btn {
    background-color:  rgba(2,164,81,1.00);
    
}
.home_txt_1 {
    padding: 20px;
}
.home_txt_1 h1 {
    font-size: 1.7em;
    font-weight: 300;
    padding-bottom: 20px;
    color: #006330;
}
.home_txt_1 p {
    font-size: 1.3em;
    line-height: 1.5em;
}
.home_txt_1 a, .home_txt_1 a:visited {
    text-decoration: none;
    text-decoration-color: #006330;
    color: #006330;
    text-decoration-line: underline;
    text-decoration-skip: ink;
    text-decoration-style: dotted;
}
.common_txt_1 {
    padding: 20px;
}
.common_txt_1 h1 {
    font-size: 2.5em;
    font-weight: 300;
    padding-bottom: 20px;
    color: #006330;
}
.common_txt_1 p {
    font-size: 1.3em;
    line-height: 1.5em;
}
.common_txt_1 li {
    font-size: 1.3em;
    line-height: 1.2em;
    padding-bottom: 6px;
}
.common_txt_1 a, .common_txt_1 a:visited {
    text-decoration: none;
    text-decoration-color: #006330;
    color: #006330;
    text-decoration-line: underline;
    text-decoration-skip: ink;
    text-decoration-style: dotted;
}
.home_slide_hide_DT {
    display: none;
}
.footer {
    background-color: rgba(1,164,81,1.00);
    color: #FFF;
}
.footer h2 {
    padding-bottom: 10px !important;
}
.footer p {
    padding-bottom: 10px !important;
    font-size: 1.2em;
}
.footer a, .footer a:hover {
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,1.00);
    text-decoration-skip: ink;
    text-decoration-style: dotted;
    color: rgba(255,255,255,1.00);
    transition: .3s;

}
.footer a:hover {
   text-decoration-color: rgba(255,255,255,1.00);
    color: rgba(255,255,255,0.50);

}
.quote {
    padding: 50px;
     border-top: rgba(2,164,81,1.00) solid 4px;
    
}
.quote h2 {
      font-family: "Playfair Display", serif;
    padding-left: 8px !important;
    text-indent: -8px;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.5em;
    padding-bottom: 20px !important;
    font-weight: 300;
}

.quote h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1.5em;
    padding-bottom: 20px !important;
    font-weight: 300;
    text-align: right;
    padding-right: 25%;
}
.case_study {
    background-color:  rgba(2,164,81,1.00);
}
.case_study h2 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 2.0em;
}
.case_study_2 {
    background-color: #CCEDDC;
}
.case_study_2 h3 {
    color: #006330;
    text-transform: uppercase;
    font-size: 1.75em;
    padding-bottom: 10px !important;
}
.case_study_2 p {
    font-size: 1.25em;
    line-height: 1.5em;
}
.divider {
    border-bottom: rgba(255,255,255,0.90) solid 3px;
    max-height: 10px;
    margin-bottom: 20px;
}


/* MOBILE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media only screen and (min-width: 0px) and (max-width: 600px) {
.home_slide_hide_mobile {
    display: none;
    }
    .home_slide_hide_DT {
    display: block;
}
.quote {
    padding: 10px;
}
.quote h2 {
    padding-left: 12px !important;
    text-indent: -12px;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.5em;
    padding-bottom: 20px !important;
    font-weight: 300;
}

.quote h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1.5em;
    padding-bottom: 20px !important;
    font-weight: 300;
    text-align: right;
    padding-right: 10%;
}
.header {
    margin-top: 30px;
    }
    


}

/* TABLET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {


	
	
}