/* CSS Document */

/*google fonts
font-family: 'Open Sans', sans-serif;
font-family: 'Merriweather', serif;
*/


html {
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #000;
      line-height: 1.3em;
      background: url('/images/grass-background.png') repeat;
      background-size:  100%;
}

p  {font-size: 1em; font-weight: normal;}
h1 {font-size: 1.4em; font-weight: bold;}
h2 {font-size: 1.2em; font-weight: bold;}
h3 {font-size: 1em; font-weight: bold;}
h4 {font-size: .8em; font-weight: normal;}

h1, h2, h3, h4, h5, h6 { color: #074101; font-family: 'Merriweather', serif; font-weight: 400; }

fieldset { margin: 0; padding: 0; border:0;}
form { margin: 2px 0 2px 0;  border: 0;}
img { border: 0 }
img a { border: 0; text-decoration: none; }
.nowrap {white-space: nowrap; }
.hidden { width: 0; height: 0; overflow: hidden; position:absolute; }
.none {display: none;}
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.imgright { float: right; margin-left: 20px; }
.imgleft { float: left; }
.caption { display: block; font-weight: bold; text-align: center; width: auto; float: right; border: 1px dotted #ccc; padding: 5px; margin-left: 20px; }



#container { width: 100%; margin: 0 auto;  max-width: 60em;}

#head {
	height: 220px;
	margin-bottom: 5px;
	position: relative;
}

#lefthead {
	/*background: url(/images/logo.gif);*/
	/*background: url(/cmtmi/images/logo.gif);*/
	width: 278px;
	height: 200px;
	float: left;

}

#lefthead img {
	position: absolute;
	top: 5px;
	left: 20px;
}

#lefthead h1 a {
	display: block;
	width: 278px;
	height: 200px;
}

#lefthead h1 a span{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

#righthead {
	text-align: right;
	height: auto;
	color: #000;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

#righthead ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 3px;
	margin-top: 10px;
}

#righthead li {
	display: inline;
	font-size: 1em;
}

#righthead a {  font-family: 'Merriweather', serif; color: #fff; text-decoration: none; font-weight: bold; }
#righthead a:hover { text-decoration: underline; }

#righthead p {
	font-size: 1em;
	padding: 0;
	margin: 0;
      color: #fff;
}

#righthead .slogan {
	font-family: 'Merriweather', serif;;
	font-size: 1em;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	margin: 20px 0;
}

#sidebar {
	background-color: #fff;
	text-align: left;
	left: 10px;
	float: left;
	margin: 0 0 10px 0;
	padding: 3px;
	border:  1px solid #444;
	width: 200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
      border-radius: 5px;
}
/* be nice to Opera */
html>body .content {
	width: 200px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	font-size: .8em;
	border: 0;
}

#sidebar li {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.8;
}

#sidebar li a {
	display: block;
	background-color: #fff;
	color: #000;
	/*width: 184px;*/
      text-decoration: none;
      padding: 5px;
      transition: .3s ease-in-out;
}
/* be nice to Opera */
html>body .content {
	width: 184px;
}

#sidebar li a:hover,
#sidebar li a:focus {
	background-color: #074101;
	color: #fff;
}

#content {
	font-size: .8em;
	border: 1px solid #444;
	margin-left: 220px;
	margin-bottom: 5px;
	background-color: #fff;
	padding: 0 10px 10px 10px;
      border-radius: 5px;
}

#content li {
	/*line-height: 1.5;*/
  margin-bottom: 10px;
}

#content ul ul {
	font-size: 100%;
}
#content ol ol {
	font-size: 100%;
}

#content a { color: #1f6648; text-decoration: none; }
#content a:hover, #content a:focus { color: #1f6648; text-decoration: underline; }

address {
	margin-left: 40px;
	font-style: normal;
}

#footer {
	font-size: .7em;
	color: #fff;
	margin: 0;
	padding: 2px;
	clear: both;
      text-align: right;
}

#footer ul {
	padding: 3px;
	list-style-type: none;
	margin: 0;
}

#footer li {
	display: inline;
	font-size: .7em;
}

#footer a { color: #fff;  text-decoration: none;}
#footer a:hover { color: #aaa; text-decoration: underline; }


.testimonial { position:relative; z-index: 10; background: #EBEBEB; padding: 5px 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; line-height: 1.5em; margin-bottom: 20px;   }
.quote-bottom { background: transparent url("/images/quotebubble.gif") 0 100% no-repeat; height: 25px; position: relative; top: -25px; z-index: 5; }


#content .flex-direction-nav a,
#content .flex-pauseplay a {
		color: #333;
}

.alert {
    background-color: #eee;
    padding: 20px;
    border: 2px dashed #10cc6b;
}

.alert:before {
  content: '';
  display: block;
  background: url('/images/flower-icon-green.png') no-repeat;
  float: left;
  width: 100px;
  height: 100px;
  background-size:  contain;
  transition: 1s ease-in-out;
}

.alert:hover:before {
  transform: rotate(10deg) scale(1.1);
}


/*modal adopted from http://www.jqueryscript.net/lightbox/Super-Simple-Modal-Popups-with-jQuery-CSS3-Transitions.html*/

.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 70%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

/*back to top smooth scroll*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 102, 5, 0.7) url(/images/cd-top-arrow.svg) no-repeat center 50%;;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 50px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media screen and (min-width: 320px) {

	.flexslider .flex-viewport {
			max-height: 400px;
	}
}

/*Navigation Toggle for all pages*/

/*desktop*/
@media screen and (min-width: 569px) {
	.nav-toggle {
		display: none;
	}

	.menu {
		display: block!important;
	}

      .cd-top {
            height: 60px;
            width: 60px;
            right: 30px;
            bottom: 30px;
       }

      .list-col li {
            float: left;
            margin: 0 30px 10px;
            min-width: 300px;
      }


}

/*mobile*/
@media screen and (max-width: 568px) {

	/*style mobile navigation menu dropdown */
	.nav-toggle {
		width: 100%;
		padding: 10px;
		background: #ff6;
		border: none;
		margin: 10px auto;
     }

	span {
		display: inline-block;
		color: #000;
		text-transform: uppercase;
		vertical-align: middle;
		text-align: center;
		font-size: 18px;
            font-weight: bold;
            float: left;
            margin-top: 5px;

	}

    button:before {
            display: inline-block;
            content: '';
            background: url('/images/hamburger-icon.png') no-repeat;
            height: 32px;
            width: 32px;
            margin-right: 20px;
            float: left;
    }

	.menu {
		display: none;
	}

      .modal-box {
            position: inherit;
            width: 90%;
      }

      .cd-top {
        right: 30px;
        bottom: 20px;
      }
}

/*tablet*/
@media screen and (min-width: 568px) and (max-width: 1023px) {

	#righthead .slogan {
		font-size: 1em;
	}
}
