@charset "UTF-8";
/* CSS Document */

body {
	background: white;
	color: #000000;
	padding: 0;
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	position: relative;
	cursor: default;
}
  
.greenbar {
	background-color: #006140;
	text-align: right;
	padding-top: 4px;
}
.logoMargin {
	margin-top: 20px;
}

.large-image {
	padding: 24px 0 10px;
	background-color: none;
	background-image: none;

}

.RowMargin {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.footer-bottom {
    background: none repeat scroll 0 0 #006140;
    padding: 24px 0 10px;
}
.ColumnedText{
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;

-moz-column-gap:25px; /* Firefox */
-webkit-column-gap:25px; /* Safari and Chrome */
column-gap:25px;
}

@media only screen and (max-width: 40em) { 
.ColumnedText{
-moz-column-count:1; /* Firefox */
-webkit-column-count:1; /* Safari and Chrome */
column-count:1;
}
.greenbar {
	
	text-align: center;

}
.logoMargin {
	text-align: center;
}

} /* max-width 640px, mobile-only styles, use when QAing mobile issues */
/* -----------------------------COPY STYLES--------------------------------- */


/* Link Styles */
a {
  color: #ffffff;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
	color: #ffcc33;
}
  a img {
    border: none; }
	
a.footermenu {
	font-family: 'Montserrat', sans-serif;
	  font weight: 400;
	  font-size: .75rem;
	text-transform: uppercase;
 }
a.footermenu:visited {
          font-family: 'Montserrat', sans-serif;
	  font weight: 400;
	color: #ffffff;
 }
 a.footermenu:hover {
          font-family: 'Montserrat', sans-serif;
	  font weight: 400;
	color: #ffcc33;
 }
 
 a.reserve {
	color: #006140;
 }
  a.reserve:visited, a.reserve:hover {
	color: #ffcc33;
 }
 
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
li.one {
	font-family: inherit;
	font-weight: normal;
	font-size: .80rem;
	line-height: 1.7;
	
	text-rendering: optimizeLegibility;
	COLOR: #333333;
	list-style-type: square;
}
li.gray {
	
	COLOR: #333333;

}

/* paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1.00rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  COLOR: #333333; }
  
p.items {
  font-family: inherit;
  font-weight: normal;
  font-size: .80rem;
  line-height: 1.25;
  margin-bottom: 1.0rem;
  text-rendering: optimizeLegibility;
  COLOR: #333333; }
  
.itemsbold {
  font-family: 'Montserrat', sans-serif;
  font weight: 400;
  font-size: 1.0rem;
  text-rendering: optimizeLegibility;
  COLOR: #ffcc33; }
p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
	
p.copyright
{
  font-family: inherit;
  font-weight: normal;
  font-size: .70rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }

/* header styles */
	
h1, h2, h3, h4, h5, h6 {
 font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #ffffff;
    line-height: 0; }

h1 {
    font-size: 1.6rem;
  font-weight: 700; 
  color: #006140;
    margin-bottom: 0.25rem;
	letter-spacing: 0.05rem;; 
  }

h2 {
  font-size: 1.5rem;
  font-weight: 700; 
  COLOR: #333333;
  text-align: center;
  letter-spacing: 0.03rem;
  line-height: 1.0; 
  }

h3 {
    font-size: 1.4rem;
  font-weight: 400; 
  color: #006140;
    margin-bottom: 0.25rem;
	letter-spacing: 0.025rem;  }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: .95rem;
  color:#ffffff;
font-family: 'Montserrat', sans-serif;
font-weight: 400; 
letter-spacing: 0.05rem; }

h6 {
  font-size: 1rem; }
@media only screen and (max-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

   h1 {
    font-size: 1.5rem; 
	 text-align: center;}
	

  h2 {
    font-size: 1.25rem; } 
	h5 {
  font-size: .65rem;
  text-align: center;
 }
}

/* -----------------------------HORIZONTAL RULE--------------------------------- */

hr {
  border: solid #FFCC33;
  border-width: 1px 0 0;
  clear: both;
  margin: 0.75rem 0 0.75rem;
  height: 0; }


/* -----------------------------NAVIGATION--------------------------------- */

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #ffffff; } /* background that streches across page */
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 45px; }



.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #FFCC33;/* background on mobile phone before click */
  margin-bottom: 0; }
  
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: white;
        width: 50%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: #333333;  /* sandwich color */
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: "";
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px #333333, 0 16px 0 1px #333333, 0 22px 0 1px #333333;/* sandwich lines */
          box-shadow: 0 10px 0 1px #333333, 0 16px 0 1px #333333, 0 22px 0 1px #333333; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #FFCC33; }/* after click on small screen background top under sandwich*/
    .top-bar.expanded .toggle-topbar a {
      color: #333333; }/* menu word color after click on small screen */
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #333333, 0 16px 0 1px #333333, 0 22px 0 1px #333333;/* sandwich lines */
        box-shadow: 0 10px 0 1px #333333, 0 16px 0 1px #333333, 0 22px 0 1px #333333; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
	width: 100%;
	height: auto;
	display: block;/* menu drop down back color for mobile */
	font-size: 16px;
	margin: 0;
	background-color: #CCCCCC;
}
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #ffffff;/* dividers in menu on mobile phone */
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a { /* large screen menu text style */
	display: block;
	width: 100%;
	color: #006140;
	padding: 12px 0 12px 0;
	padding-left: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0rem;
	font-weight: 700;
	background: none;
	letter-spacing: 0.03rem;
	 }
    .top-bar-section ul li > a.button {
      background: #006140; /* something*/
      font-size: 0.8125rem;
      padding-right: 15px;
      padding-left: 15px; }
      .top-bar-section ul li > a.button:hover {
        background: #006688; }
    .top-bar-section ul li > a.button.secondary {
      background: #e7e7e7; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #cecece; }
    .top-bar-section ul li > a.button.success {
      background: #43ac6a; }
      .top-bar-section ul li > a.button.success:hover {
        background: #358854; }
    .top-bar-section ul li > a.button.alert {
      background: #f04124; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #d42b0f; }
  .top-bar-section ul li:hover > a {
    background: #006140;/* active background color on mobile*/
    color: #FFCC33; }/* active hover on manu big screen*/
  .top-bar-section ul li.active > a {
    background: #006140;/* right menu item background color*/
    color: #ffffff; }/* right menu item copy color*/
    .top-bar-section ul li.active > a:hover {
      background: #0078a0; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 22.5px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #ffffff; /* background of top bar*/
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #006140; }

  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background: #272727;
      color: white; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 25px; /* height of bar*/
      background: #ffffff; } /* background of top bar*/
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #ffffff; }
    .top-bar-section .has-dropdown > a {
      padding-right: 25px !important; } /* height of bar*/
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: none; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -2px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #ffcc33; /* color of dividers on large screens */
      clear: none;
      height: 25px;/* divider height */
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 15px;
      height: 25px; }/* divider height */
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background: #272727;
    color: white; }
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: white; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block; } }
	
	/* -----------------------------FORM STYLES----------------------------- */
.submit {
	font-family: 'Montserrat', sans-serif;
	font weight: 400;
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #006140;
	background-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
} /* Different font */

label {
  font-size: 0.875rem;
  color: #666666;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5rem;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }
	
		
	/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: .5rem 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }
	
	

/* Add height value for select elements to match text input height */
select {
  height: 2.3125rem; }
	/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: .5rem 0 1rem 0;
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #999999;
	/*display: block;*/
	font-size: 0.875rem;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  
/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: inline;
  padding: 0;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error label,
.error label.error {
  color: #f04124; }
.error > small,
.error small.error {
	display: none;
	padding: 0;
	font-size: 0rem;
	font-weight: normal;
	font-style: normal;
	background: none;
	color: white;
	margin: 0px;
}
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: none; }