/*this sheet sets up a default layout for the page that is used initially whether or not the js layout functions are running*/
html, body {
  height: 100%;
  /* required */
  margin: 0px 0px 0px 0px; }

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  background: #fff;
  /* Old browsers */
  margin: 0;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }

.announce {
  text-shadow: 1px 1px 2px #222;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-weight: bold;
  z-index: 999;
  padding: 10px;
  margin: 10px;
  border-radius: 3px; }

#textBoxes a:link {
  color: #3997bb; }

#textBoxes a:hover {
  color: #8c8c8c; }

#textBoxes a:visited {
  color: #6CF; }

#textBoxes img {
  margin-right: 5px; }

.ui-accordion-header-active {
  border: none; }

/*#largeImageBg{
	width:100%;
	height:100%;
	position:absolute;
	background-color:#000;
	overflow:hidden;
	display:none;
	z-index:0;
}*/
#contactUs {
  width: 100%;
  display: block; }

.contactAction {
  cursor: pointer;
  background: #9dd53a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 54%, #7cbc0a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd53a), color-stop(50%, #a1d54f), color-stop(54%, #80c217), color-stop(100%, #7cbc0a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 54%, #7cbc0a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 54%, #7cbc0a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 54%, #7cbc0a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #9dd53a 0%, #a1d54f 50%, #80c217 54%, #7cbc0a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
  /* IE6-9 */
  padding: 15px;
  font-size: 24px;
  border-radius: 5px;
  border: none;
  color: white;
  transition: all ease-in-out 500ms; }

.contactAction:hover {
  background: #16a9ef;
  box-shadow: 0px 0px 2px 2px #ccc; }

.contactAccordion {
  margin-bottom: 5px;
  width: 100%;
  padding: 7px 0 7px 5px;
  color: #555;
  border-radius: 4px;
  font-family: 'Arial',futura,'URW Gothic L',Verdana,sans-serif;
  cursor: pointer;
  background: #ededed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ededed 0%, #adaba4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #adaba4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 0%, #adaba4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ededed 0%, #adaba4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ededed 0%, #adaba4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ededed 0%, #adaba4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#adaba4',GradientType=0 );
  /* IE6-9 */
  transition: all ease-in-out 500ms; }

.contactAccordion:hover {
  padding: 7px 0 7px 15px; }

.closeBut {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background: url("images/roundClose.png");
  border: none;
  cursor: pointer;
  z-index: 32;
  transition: all ease-in-out 500ms; }

.closeBut:hover {
  background: url("images/roundCloseHover.png"); }

.footerButton {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  margin-left: -4px;
  padding: 5px;
  height: 100%;
  line-height: 30px;
  vertical-align: middle;
  cursor: pointer;
  color: #222;
  border: none;
  border-left: solid thin rgba(40, 40, 40, 0);
  border-right: solid thin rgba(40, 40, 40, 0);
  transition: all ease-in-out 500ms;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.footerButton:hover {
  background: rgba(255, 255, 255, 0.5);
  border-left: solid thin rgba(40, 40, 40, 0.5);
  border-right: solid thin rgba(40, 40, 40, 0.5);
  /*border-left:solid thin rgba(255,255,255,1);	
  border-right:solid thin rgba(255,255,255,1);*/ }

.insertText a {
  color: #222; }

h1 {
  font-size: 24px;
  color: #599401; }

h2 {
  font-size: 21px;
  color: #1a8fc8; }

h3 {
  font-size: 19px;
  color: #1a8fc8; }

h4 {
  font-size: 16px;
  color: #1a8fc8; }

h5 {
  font-size: 16px;
  color: #c7770c; }

.iconArea {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #222;
  border-radius: 5px;
  border: solid thin #9dd53a;
  background-color: #f1fbd2;
  padding: 5px;
  min-height: 45px;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 0 10px 0px; }

.imageContainer {
  position: absolute;
  display: none; }

.inlineButton {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: 'Arial',futura,'URW Gothic L',Verdana,sans-serif;
  font-size: 12px;
  padding: 1px 2px 1px 2px;
  margin: 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px; }

.inlineRound {
  border-radius: 8px;
  border: solid thin #ccc;
  background: #EFEFEF;
  padding: 8px;
  margin-top: 5px; }

.inlineRound img {
  margin-right: 8px; }

.inlineHeading {
  font-size: 16px;
  color: #1E7ABF; }

#insertTextWrapper {
  text-align: left;
  overflow: auto;
  margin: 10px; }

div.inlineRound p {
  font-size: 11px; }

div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

input, select, textarea {
  width: 100%;
  padding: 3px;
  color: #222;
  border-radius: 5px;
  border: solid thin;
  border-color: #599401;
  background: #f1fbd2;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  /*&:focus{
  	background:#333;
  	color:Chartreuse; 
  }*/ }

label {
  font-size: 14px;
  color: #222; }

#locationMap {
  position: absolute;
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100; }

#logoImage {
  max-width: 100%; }

#fixedLogoImg {
  padding: 10px; }

#menu a {
  color: white;
  font-weight: bold; }

#menu .insertText a {
  color: #222;
  font-weight: normal; }

.menuButtons {
  text-align: left;
  left: 0px;
  /*width:220px;*/
  /*z-index:60;*/
  margin: 10px; }

#news {
  color: #222; }

#newsItems {
  margin-left: 10px; }

.newsCalendarIcon {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  /*float:left;*/
  color: #222; }

.newsCalendarText {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  margin-top: 7px;
  vertical-align: middle; }

.newsDetail {
  display: inline-block;
  /*background:rgba(60,60,60,0.8);*/
  margin-left: 0px;
  margin-right: 0px;
  padding: 4px;
  border-radius: 3px;
  /*border:solid thin #999;*/
  vertical-align: middle; }

.newsTitle {
  display: inline-block;
  color: #555;
  font-size: 14px;
  font-weight: bold;
  /*white-space: nowrap;*/ }

.newsDate {
  display: inline-block;
  width: 30px;
  font-size: 12px;
  color: #599401;
  vertical-align: middle;
  font-weight: bold; }

.newsItemContainer {
  display: block;
  /*position:relative;*/
  /*padding:1px 7px 1px 0;*/
  margin: 6px 7px 1px 0;
  cursor: pointer;
  background: #ededed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ededed 0%, #adaba4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #adaba4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 0%, #adaba4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ededed 0%, #adaba4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ededed 0%, #adaba4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ededed 0%, #adaba4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#adaba4',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px; }
  .newsItemContainer:hover {
    background: #ededed;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #adaba4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #adaba4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ededed 0%, #adaba4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ededed 0%, #adaba4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ededed 0%, #adaba4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ededed 0%, #adaba4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#adaba4',GradientType=0 );
    /* IE6-9 */ }

.newsDescription {
  margin: 10px 00px 5px 10px; }

.slimScrollDiv {
  padding: 0px; }

.smallBlue {
  color: #ffffff;
  border: solid 1px #2678C9;
  background: #2678C9;
  background: -webkit-gradient(linear, left top, left bottom, from(#7399be), to(#2c76b6));
  background: -moz-linear-gradient(top, #7399be, #2c76b6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7399be', endColorstr='#2c76b6');
  vertical-align: top;
  float: right; }

table {
  width: 100%; }

.teaseDiv {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  transition: all 300ms;
  border-radius: 5px;
  margin-bottom: 5px; }
  .teaseDiv img {
    margin-top: -10px; }
  .teaseDiv:hover .text {
    bottom: 20px; }
  .teaseDiv .text {
    text-align: right;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-style: italic;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    transition: all 300ms; }

#textBg {
  background-color: rgba(255, 255, 255, 0.8);
  /*box-shadow: 1px 1px 3px rgba(0,0,0,.4);*/
  z-index: 19; }

#videoPlayer {
  position: absolute;
  z-index: 100;
  margin: 5px 10px 0px 10px;
  /*background-color:rgba(0,0,0,0.6);*/ }

.button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: 'Arial',futura,'URW Gothic L',Verdana,sans-serif;
  font-size: 17px;
  padding: 3px 7px 4px 7px;
  margin: 0 0 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border: none; }

.button2 {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: 'Arial',futura,'URW Gothic L',Verdana,sans-serif;
  font-size: 14px;
  padding: 1px 3px 1px 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: none; }

.button3 {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 15px/100% 'Arial',futura,'URW Gothic L',Verdana,sans-serif;
  padding: 10px;
  margin: 0 0 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.button:hover {
  text-decoration: none; }

.button:active {
  position: relative;
  top: 1px; }

.videoPlayButton {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4ea2c8+0,216677+100 */
  background: #4ea2c8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4ea2c8 0%, #216677 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4ea2c8 0%, #216677 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4ea2c8 0%, #216677 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea2c8', endColorstr='#216677',GradientType=0 );
  /* IE6-9 */
  padding: 2px 5px 2px 5px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  float: right; }

.videoPlayButton:hover {
  color: #333;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#216677+0,4ea2c8+100 */
  background: #216677;
  /* Old browsers */
  background: -moz-linear-gradient(top, #216677 0%, #4ea2c8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #216677 0%, #4ea2c8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #216677 0%, #4ea2c8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#216677', endColorstr='#4ea2c8',GradientType=0 );
  /* IE6-9 */ }

/*_______________________________MENU BUTTONS_____________________________________*/
.round {
  border-radius: 8px; }

.wide {
  /*width:215px;*/
  /*min-height:30px;*/ }

.lessWide {
  /*width:205px;
  height:30px;*/ }

.menuButton {
  width: 100%;
  min-height: 45px;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 4px;
  /*box-shadow: 1px 1px 1px 1px rgba(0,0,0,0);*/
  border-radius: 5px;
  font-family: logoFont;
  cursor: pointer;
  transition: box-shadow 800ms; }

.menuButton:hover {
  /*box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.5);*/ }

.menuButton:hover #parentFg, .menuButton:hover #childFg {
  opacity: 0; }

.menuButton:hover #label {
  margin-left: 20px; }

.parentFg0 {
  width: 100%;
  height: 100%;
  /*border:solid thin #6e615a;*/
  position: absolute;
  background: #9dd53a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 54%, #7cbc0a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd53a), color-stop(50%, #a1d54f), color-stop(54%, #80c217), color-stop(100%, #7cbc0a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 54%, #7cbc0a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 54%, #7cbc0a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 54%, #7cbc0a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #9dd53a 0%, #a1d54f 50%, #80c217 54%, #7cbc0a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px;
  opacity: 1;
  transition: opacity 800ms;
  -webkit-transition: opacity 800ms;
  /* Safari */ }

.parentBg0 {
  width: 100%;
  height: 100%;
  background: #7cbc0a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7cbc0a 0%, #80c217 46%, #a1d54f 50%, #9dd53a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7cbc0a), color-stop(46%, #80c217), color-stop(50%, #a1d54f), color-stop(100%, #9dd53a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7cbc0a 0%, #80c217 46%, #a1d54f 50%, #9dd53a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7cbc0a 0%, #80c217 46%, #a1d54f 50%, #9dd53a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7cbc0a 0%, #80c217 46%, #a1d54f 50%, #9dd53a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7cbc0a 0%, #80c217 46%, #a1d54f 50%, #9dd53a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbc0a', endColorstr='#9dd53a',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px;
  position: absolute; }

.parentFg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4ea2c8+0,216677+100 */
  background: #4ea2c8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4ea2c8 0%, #216677 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4ea2c8 0%, #216677 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4ea2c8 0%, #216677 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea2c8', endColorstr='#216677',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px;
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s; }

.parentBg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#216677+0,4ea2c8+100 */
  background: #216677;
  /* Old browsers */
  background: -moz-linear-gradient(top, #216677 0%, #4ea2c8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #216677 0%, #4ea2c8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #216677 0%, #4ea2c8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#216677', endColorstr='#4ea2c8',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px; }

.parentLabel {
  color: #FFFFFF;
  position: relative;
  margin: 17px 0 10px 10px;
  /*margin-top:17px;
  margin-bottom:10px;
  margin-left:10px;*/
  transition: margin-left ease-in-out 500ms;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  z-index: 2;
  font-family: "Arial",futura,"URW Gothic L",Verdana,sans-serif; }

.childFg0 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #ededed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ededed 0%, #adaba4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #adaba4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 0%, #adaba4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ededed 0%, #adaba4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ededed 0%, #adaba4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ededed 0%, #adaba4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#adaba4',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px;
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  /* Safari */ }

.childBg0 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #adaba4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #adaba4 0%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adaba4), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #adaba4 0%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #adaba4 0%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #adaba4 0%, #ededed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #adaba4 0%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adaba4', endColorstr='#ededed',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px; }

.childLabel {
  color: #555;
  position: relative;
  margin-top: 17px;
  margin-bottom: 10px;
  margin-left: 10px;
  transition: margin-left ease-in-out 500ms;
  z-index: 2;
  font-family: "Arial",futura,"URW Gothic L",Verdana,sans-serif; }

/*_______________________________ END MENU BUTTONS _____________________________________*/
.contactUsButton {
  color: white;
  border-radius: 35px;
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  overflow: hidden;
  margin: 10px 25px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4ea2c8+0,216677+100 */
  background: #4ea2c8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4ea2c8 0%, #216677 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4ea2c8 0%, #216677 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4ea2c8 0%, #216677 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea2c8', endColorstr='#216677',GradientType=0 );
  /* IE6-9 */ }
  .contactUsButton:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#216677+0,4ea2c8+100 */
    background: #216677;
    /* Old browsers */
    background: -moz-linear-gradient(top, #216677 0%, #4ea2c8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #216677 0%, #4ea2c8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #216677 0%, #4ea2c8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#216677', endColorstr='#4ea2c8',GradientType=0 );
    /* IE6-9 */ }
  .contactUsButton .left {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding: 10px; }
  .contactUsButton .right {
    text-align: right;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    padding: 10px; }

#container {
  text-align: center;
  border: none;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

#fixedLogo {
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  overflow: hidden;
  display: none;
  text-align: center;
  z-index: 100; }

#footer {
  width: 100%;
  /*box-shadow: 1px 1px 3px rgba(0,0,0,.6);*/
  text-align: center;
  z-index: 55;
  float: left;
  background: rgba(255, 255, 255, 0.8); }

#gallery {
  position: absolute;
  z-index: 90;
  overflow: hidden;
  text-align: center;
  background: #222;
  display: none; }

.insertText {
  position: relative;
  text-align: left;
  max-height: 506px;
  overflow: auto; }

#logoRight {
  overflow: hidden;
  z-index: 11; }

#logoRightImg {
  max-width: 550px;
  width: 100%;
  height: auto; }

#menuContainer {
  display: inline-block;
  float: left; }

#menu {
  padding: 5px 10px;
  border: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); }

#news {
  position: relative;
  width: 100%;
  overflow: hidden; }

.readMore {
  position: absolute;
  bottom: 0;
  right: 15px;
  margin: 10px;
  border-radius: 5px;
  background: #ffffff;
  padding: 10px;
  display: none;
  text-align: right;
  color: #599401; }

#rightCol {
  float: right;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  position: relative; }

.slideimage {
  width: 100%;
  display: none;
  opacity: 0; }

#textWrapper {
  height: calc(100% - 115px);
  position: relative;
  width: 100%;
  padding: 10px 0; }

#textWrapper .close {
  display: none; }

#textBox {
  float: left;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
  color: #222;
  border: none; }

#textBoxes {
  height: 100%;
  margin-left: 10px;
  margin-right: 20px;
  z-index: inherit;
  overflow: auto;
  white-space: normal; }

#videoRight {
  width: 780px;
  height: 438.75px;
  right: 0px;
  top: 125px;
  z-index: 12; }

@media only screen and (max-height: 715px) {
  #container {
    height: 690px;
    margin-top: 10px;
    margin-bottom: 10px; }

  #row1 {
    height: 640px; }

  #row2 {
    height: 50px; } }
@media only screen and (min-height: 716px) {
  #container {
    height: 690px;
    margin-top: none;
    margin-bottom: none;
    top: 0px;
    bottom: 0px; }

  #row1 {
    height: 640px; }

  #row2 {
    height: 50px; } }
@media only screen and (max-width: 519px) {
  #container {
    position: relative;
    width: 100%;
    height: none; }

  #gallery {
    height: none;
    margin-top: 115px; }

  #menuContainer {
    float: left;
    width: 100%;
    height: none;
    border: none; }

  #textBox {
    /*height:100%;
    width:100%;
    margin-left:none;
    z-index:none;*/
    display: none; }

  #locationMap {
    position: absolute;
    width: 100%;
    height: calc(100vh - 80px);
    top: 80px;
    left: 0px;
    z-index: 13; }

  #logoRight {
    width: 100%;
    text-align: center;
    z-index: 10; }

  #slideshowMain {
    width: 100%;
    overflow: hidden;
    border: none;
    padding-bottom: 66.666%; }
    #slideshowMain .announce {
      width: calc(100% - 20px); }

  .contactUsButton {
    margin: 10px 10px; }
    .contactUsButton .right {
      display: none; }

  #logoImage {
    display: none; }

  #videoTop {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    display: none; }
    #videoTop .closeBut {
      top: 5px;
      right: 5px; }

  #videoFile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  #videoRight {
    display: none; } }
@media only screen and (min-width: 520px) and (max-width: 1169px) {
  #container {
    position: relative;
    width: 100%;
    max-width: 980px;
    height: none; }

  #rightCol {
    width: 100%;
    max-width: 780; }

  #locationMap {
    position: absolute;
    width: 100%;
    height: calc(100vh - 127px);
    top: 127px;
    left: 0px;
    z-index: 13; }

  #logoRight {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 10; }

  #slideshowMain {
    width: 100%;
    overflow: hidden;
    padding-bottom: 66.666%; }
    #slideshowMain .announce {
      width: calc(100% - 20px); }

  #footer {
    width: 100%;
    border-top: solid thin #999; }

  #menuContainer {
    float: left;
    width: 35%;
    height: 640px;
    border: none;
    overflow: hidden; }

  #textBox {
    height: 100%;
    width: 65%;
    margin-left: none;
    z-index: none; }

  #inertTextWrapper {
    display: none; }

  #videoTop {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    display: none; }
    #videoTop .closeBut {
      top: 5px;
      right: 5px; }

  #videoFile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  #videoRight {
    display: none; } }
@media only screen and (min-width: 1170px) and (max-width: 1509px) {
  #container {
    position: absolute;
    width: 1170px; }

  #gallery {
    overflow: auto; }

  #footer {
    width: 100%;
    margin-top: 5px; }

  #locationMap {
    position: absolute;
    width: 945px;
    left: 225px;
    top: 0; }

  #menuContainer {
    width: 220px;
    height: 100%;
    border: none;
    overflow: hidden; }

  #textBox {
    position: relative;
    margin-left: 5px;
    height: 100%;
    width: 400px;
    z-index: 10; }

  #rightCol {
    height: 100%;
    width: 540px; }

  #slideshowMain {
    margin: 30px 5px 30px 5px;
    width: 530px; }
    #slideshowMain .announce {
      width: calc(100% - 30px); }

  #videoRight {
    position: relative;
    width: 540px;
    height: 304px;
    margin: 40px 0 40px 0;
    display: none;
    top: 0; }

  #videoFile {
    width: 100%;
    height: 100%;
    margin: 0; }

  #videoTop {
    display: none; } }
@media only screen and (min-width: 1510px) {
  #container {
    position: absolute;
    width: 1510px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; }

  #gallery {
    overflow: auto; }

  #footer {
    width: 100%;
    margin-left: 0px;
    margin-top: 5px; }

  #menuContainer {
    width: 220px;
    height: 100%;
    border: none;
    overflow: hidden; }

  #menu {
    background-color: rgba(255, 255, 255, 0.5); }

  #textBox {
    margin-left: 5px;
    height: 100%;
    width: 500px;
    background-color: rgba(255, 255, 255, 0.5);
    /*.readMore{
    	width: $textWidthLarge - 25 + px;
    }*/ }

  #locationMap {
    position: absolute;
    width: 1285px;
    left: 225px;
    top: 0; }

  #logoRight {
    position: absolute;
    width: 780px;
    text-align: right;
    right: 0px; }

  #rightCol {
    height: 100%;
    width: 780px; }

  #slideshowMain {
    margin-top: 120px;
    right: 0px;
    width: 780px;
    height: 520px;
    overflow: hidden; }
    #slideshowMain .announce {
      width: calc(100% - 20px); }

  .contactUsButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0px 0px; }

  #videoRight {
    position: absolute;
    width: 780px;
    height: 438.75px;
    right: 0px;
    top: 125px; }

  #videoFile {
    width: 100%;
    height: 100%;
    margin: 0; }

  #videoTop {
    display: none; } }
.bubble {
  position: absolute;
  z-index: 100;
  width: 350px;
  height: 100px;
  padding: 0px;
  margin-top: 10px;
  margin-left: 10px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: #9dd53a solid 3px;
  padding: 10px; }
  .bubble .closeBut {
    right: 5px;
    top: 5px;
    opacity: 0.5; }

.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 19px 15px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -19px;
  left: 160px; }

.bubble:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 21px 17px 0;
  border-color: #9dd53a transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -24px;
  left: 158px; }

/*# sourceMappingURL=stylesheet.css.map */
