/* CSS Document */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #f6f6f6; }

/*/////Variables//////*/
/*/Numbers and colors/*/
/*/////Mixins//////*/
/*////Mixin With Arguments////*/
#mobile-nav-panel {
  position: fixed;
  width: 28em;
  top: 0;
  left: -28em;
  z-index: 96;
  background: #fff;
  height: 100%;
  overflow-y: scroll; }
  #mobile-nav-panel > nav > ul {
    margin-top: 6em; }
  #mobile-nav-panel ul:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  #mobile-nav-panel ul li > a {
    font-size: 1.6em;
    display: block;
    padding: .5em;
    color: #073436; }
  #mobile-nav-panel ul li li a {
    font-style: italic;
    font-size: 1.2em;
    padding-left: 1em; }
  #mobile-nav-panel hr {
    border: none;
    height: 1px;
    background: #ccc; }

.light-green-btn {
  background: #019999;
  color: #fff;
  display: block;
  font-size: 1.4em;
  padding: .3em;
  margin: .1em;
  text-align: center;
  font-variant: small-caps;
  text-decoration: none; }
  .light-green-btn:hover {
    background: #073436; }

#overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: none; }

#navigation {
  display: none; }
  @media only screen and (min-width: 1000px) {
    #navigation {
      display: block;
      background: #0E5052; } }

#navigation nav > ul {
  width: 1000px;
  margin: 0 auto; }
  #navigation nav > ul:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  #navigation nav > ul li {
    float: left;
    position: relative; }
  #navigation nav > ul ul {
    display: none;
    position: absolute;
    background: #123040;
    z-index: 5;
    width: auto;
    padding: .8em 0; }
    #navigation nav > ul ul li {
      width: 100%; }
    #navigation nav > ul ul a {
      font-size: 1.3em;
      white-space: nowrap;
      color: #cccccc; }
    #navigation nav > ul ul a:hover {
      background: #123040;
      text-decoration: underline;
      color: #fff; }
  #navigation nav > ul li:hover ul {
    display: block; }
  #navigation nav > ul a {
    color: #fff;
    font-size: 1.5em;
    padding: .3em 1em;
    text-decoration: none;
    display: block; }
  #navigation nav > ul a:hover {
    background: #019999; }

/*/////Variables//////*/
/*/Numbers and colors/
$darkGreen:#0b3435; 
$lightGreen:#019999;*/
#logo {
  position: absolute;
  top: 0;
  left: 8.1em;
  text-decoration: none;
  color: #333;
  text-transform: capitalize;
  font-variant: small-caps; }
  #logo i {
    display: block;
    overflow: hidden;
    text-indent: -2000em;
    background-image: url(../img/sprites.png);
    background-repeat: none;
    background-position: 0 0;
    background-size: 300px;
    width: 3.6em;
    height: 4.3em;
    position: absolute;
    left: -2em;
    top: .5em; }
  #logo h1 {
    font-size: 1.1em;
    padding-left: 2em;
    padding-top: 1em; }
  @media only screen and (min-width: 1000px) {
    #logo {
      left: 2em; }
      #logo i {
        width: 8.6em;
        height: 10.2em;
        display: block;
        overflow: hidden;
        text-indent: -2000em;
        background-image: url(../img/sprites.png);
        background-repeat: none;
        background-position: 0 -70px;
        background-size: 300px; }
      #logo h1 {
        font-size: 2.6em;
        padding-left: 3em;
        padding-top: 1em; } }

#open-menu-icon {
  background: #073436;
  width: 6em;
  height: 5em;
  padding: .4em 1.5em;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  left: 0; }
  #open-menu-icon div {
    background: #fff;
    height: .4em;
    margin: 0.7em 0; }
  #open-menu-icon:hover {
    background: #019999; }
  @media only screen and (min-width: 1000px) {
    #open-menu-icon {
      display: none !important; } }

#close-menu-icon {
  background: #019999;
  width: 6em;
  height: 5em;
  padding: .4em 1.5em;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  left: 0;
  display: none; }
  #close-menu-icon div {
    background: #fff;
    height: .4em;
    margin: 0.7em 0; }
  #close-menu-icon:hover {
    background: #073436; }
  @media only screen and (min-width: 1000px) {
    #close-menu-icon {
      display: none !important; } }

#phone {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  color: #333;
  text-transform: capitalize;
  font-variant: small-caps;
  display: block;
  width: 6em;
  height: 5em;
  background: #073436; }
  #phone i {
    display: block;
    overflow: hidden;
    text-indent: -2000em;
    background-image: url(../img/sprites.png);
    background-repeat: none;
    background-position: -55px -7px;
    background-size: 300px;
    width: 100%;
    height: 5.3em;
    position: absolute; }
  #phone span {
    display: none; }
  #phone:hover {
    background: #019999; }
  @media only screen and (min-width: 1000px) {
    #phone {
      background: none;
      width: 24.7em;
      white-space: nowrap;
      top: 4.3em; }
      #phone i {
        background: none; }
      #phone:hover {
        background: none; }
      #phone span {
        display: block;
        font-size: 2.5em;
        text-align: right; } }

.container-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5em;
  box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.5);
  background: #f6f6f6;
  padding-left: 0;
  padding-right: 0;
  background: #f6f6f6;
  z-index: 100; }
  @media only screen and (min-width: 1000px) {
    .container-header {
      position: relative;
      max-width: 1000px;
      margin: 0 auto;
      box-shadow: none;
      height: 11.5em; } }

#media-icons {
  display: none; }
  @media only screen and (min-width: 1000px) {
    #media-icons {
      display: block;
      position: absolute;
      right: 0;
      top: 1em; }
      #media-icons a {
        float: left;
        display: block; } }

#media-text {
  font-variant: small-caps;
  float: left;
  margin-right: .5em;
  font-size: 1.6em;
  padding-top: .3em; }

#support-button {
  display: none; }
  @media only screen and (min-width: 1000px) {
    #support-button {
      display: block;
      position: absolute;
      right: 0;
      top: 5.5em;
      font-size: 1.4em; } }

img.size-full, img.so-widget-image {
  border: 10px solid #ccc; }

#content {
  margin-top: 6em;
  padding: 2em 0;
  line-height: 1.5; }
  #content img {
    box-sizing: border-box;
    visibility: hidden;
    width: 100% !important;
    height: auto !important; }
  #content h1 {
    font-size: 2.4em;
    background: #F6F6F6;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #073436), color-stop(100%, #F6F6F6));
    background: -webkit-linear-gradient(left, #073436 0%, #F6F6F6 100%);
    background: -o-linear-gradient(left, #073436 0%, #F6F6F6 100%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #073436 0%, #F6F6F6 100%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #073436 0%, #F6F6F6 100%);
    /* Standard syntax */
    font-variant: small-caps;
    color: #fff;
    padding: .25em 1em;
    margin-bottom: 1em; }
  #content h2 {
    color: #036;
    font-size: 2.2em;
    margin-bottom: 1em;
    font-variant: small-caps; }
  #content h3 {
    font-weight: bold;
    color: #036;
    font-size: 1.6em;
    margin-bottom: 1em; }
  #content hr {
    border-top: 1px solid #B1B1B1;
    border-bottom: 2px solid #fff;
    border-right: none;
    border-left: none;
    height: 0;
    margin: 2em 0; }
  #content hr:after {
    content: ".";
    background-color: #F6F6F6;
    display: block;
    overflow: hidden;
    text-indent: -2000em;
    background-image: url(../img/sprites.png);
    background-repeat: none;
    background-position: 18px -223px;
    background-size: 300px;
    width: 70px;
    height: 15px;
    margin: -7px auto 0; }
  #content p, #content ul, #content ol {
    font-size: 1.6em;
    margin-bottom: 1em; }
  #content .double-space li {
    margin-bottom: 1em; }
  #content ul {
    margin-left: 2em; }
  #content ul li {
    background: transparent url("../img/li-arrow.png") no-repeat scroll 0 7px;
    list-style: outside none none;
    padding: 0 0 0 20px;
    box-sizing: border-box; }
  #content a {
    color: #0E5052;
    text-decoration: underline; }
  #content a:hover {
    color: #019999; }
  @media only screen and (min-width: 1000px) {
    #content {
      margin-top: 0; } }

@media only screen and (max-width: 780px) {
  .col-dates .panel-grid-cell {
    float: left !important; }
  .col-dates .panel-grid .panel-grid-cell:first-child {
    width: 15% !important;
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .col-dates .panel-grid .panel-grid-cell:last-child {
    width: 85% !important;
    padding-left: 15px !important;
    padding-right: 15px !important; } }
@media only screen and (max-width: 480px) {
  .col-dates p, .col-dates #content ul, #content .col-dates ul, .col-dates #content ol, #content .col-dates ol {
    text-align: left !important; }
  .col-dates .panel-grid-cell {
    float: none !important; }
  .col-dates .panel-grid .panel-grid-cell:first-child {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .col-dates .panel-grid .panel-grid-cell:last-child {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

/*////iframes////*/
#calendar .iframe-wrapper {
  position: relative;
  padding-bottom: 60%;
  padding-top: 25px;
  height: 0;
  max-width: 560px; }

.full-width .iframe-wrapper {
  max-width: 100%; }

#calendar {
  border: 10px solid #CCCCCC;
  overflow: hidden;
  margin: 0 40px 40px 40px; }

.map {
  border: 10px solid #CCCCCC;
  max-width: 380px;
  box-sizing: border-box;
  margin-bottom: 20px; }
  @media only screen and (max-width: 780px) {
    .map {
      margin-top: 20px; } }

.map .iframe-wrapper {
  margin-top: 0;
  padding-bottom: 53%;
  max-width: 380px;
  box-sizing: border-box;
  margin-bottom: 0; }

.iframe-wrapper {
  position: relative;
  padding-bottom: 40%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  max-width: 560px;
  margin-bottom: 20px;
  margin-top: 20px; }

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*////iframes////*/
.slider-wrapper {
  border: 10px solid #CCCCCC;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.activities ul {
  margin-left: 0; }
@media only screen and (min-width: 600px) {
  .activities li {
    float: left;
    width: 50%;
    box-sizing: border-box; } }

.entry-footer {
  clear: both; }

.edit-link {
  margin-top: 5em;
  display: block; }

#content .edit-link a {
  font-size: 1.6em;
  color: #fff;
  background: #036;
  display: inline-block;
  padding: .5em; }

#content .edit-link a:hover, #content .edit-link a:focus {
  background: #019999; }

.page .entry-header {
  display: none; }

.aligncenter {
  margin: 0 auto 20px;
  display: block; }

.alignleft {
  margin: 0 auto 20px;
  display: block; }
  @media only screen and (min-width: 600px) {
    .alignleft {
      float: left;
      margin-right: 20px; } }

.alignright {
  margin: 0 auto 20px;
  display: block; }
  @media only screen and (min-width: 600px) {
    .alignright {
      float: right;
      margin-left: 20px; } }

.no-margin-bottom {
  margin-bottom: 0 !important; }

dl.dates {
  font-size: 1.6em;
  padding: 0; }

dt {
  float: left;
  clear: left;
  width: 70px;
  margin-left: 0.5em !important;
  text-align: right;
  padding-bottom: 1.5em !important; }

dt:after {
  content: ""; }

dd {
  margin-left: 6em !important;
  padding-bottom: 1.5em !important; }

dd.no-margin {
  margin-left: 0 !important;
  padding-bottom: 0 !important; }

hr {
  margin-bottom: 0.5em;
  margin-top: 0.5 em; }

sup {
  font-size: .7em;
  vertical-align: top; }

.indent {
  font-size: 1.6em; }

.video {
  width: 560px;
  height: 315px;
  padding-bottom: 2em; }

.extra-li-space li {
  margin-bottom: 1em; }

#content .sh-link {
  display: inline;
  text-decoration: none !important; }

.sh-content {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 5px 0 20px 28px;
  padding: 5px 0; }

#content .sh-content p, #content .sh-content ul, #content .sh-content ol {
  margin-bottom: 0px; }

footer.main-footer {
  background: #f0f0f0 none repeat scroll 0 0;
  border-bottom: 5px solid #cccccc;
  border-top: 5px solid #cccccc;
  margin: 0 auto 20px;
  padding: 20px 0;
  width: 100%;
  color: #666; }
  footer.main-footer a {
    color: #073436; }

#footer-links {
  display: none; }

#vcard {
  font-size: 1.1em;
  line-height: 1.5;
  margin: 2em 0; }

footer.main-footer #social {
  margin-top: 1em; }
  footer.main-footer #social:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  footer.main-footer #social a {
    float: left; }
  @media only screen and (min-width: 600px) {
    footer.main-footer #social {
      position: absolute;
      right: 0;
      text-align: right;
      display: block; } }

#footer-links li ul {
  display: none; }
#footer-links li {
  float: left;
  margin-right: .4em;
  border-right: 1px solid #073436; }
#footer-links li:last-child {
  border-right: none; }
#footer-links a {
  margin-right: .4em;
  font-size: 1.2em;
  display: block; }
#footer-links:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }
@media only screen and (min-width: 840px) {
  #footer-links {
    display: block; } }

#site {
  font-size: 1.1em;
  margin: 2em 0;
  line-height: 1.5; }
  @media only screen and (min-width: 600px) {
    #site {
      position: absolute;
      right: 2em;
      top: -1.9em;
      text-align: right; } }
  @media only screen and (min-width: 840px) {
    #site {
      top: 1.25em; } }

strong {
  color: #036; }

.container {
  padding: 0 2em;
  position: relative; }
  @media only screen and (min-width: 1000px) {
    .container {
      max-width: 1000px;
      margin: 0 auto; } }

#back-top {
  bottom: 50px;
  display: block;
  overflow: hidden;
  position: fixed;
  right: 0;
  text-indent: -3000em;
  z-index: 50; }

#back-top a {
  display: block;
  background: #254D4E none repeat scroll 0 0;
  width: 40px;
  height: 40px; }

#back-top a:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 5px;
  left: 16px;
  position: absolute;
  top: 18px;
  transform: rotate(-45deg);
  width: 5px; }

.facebook {
  display: block;
  overflow: hidden;
  text-indent: -2000em;
  background-image: url(../img/sprites.png);
  background-repeat: none;
  background-position: -1px -184px;
  background-size: 300px;
  width: 2.5em;
  height: 2.5em;
  margin-left: .5em; }

.twitter {
  display: block;
  overflow: hidden;
  text-indent: -2000em;
  background-image: url(../img/sprites.png);
  background-repeat: none;
  background-position: -40px -184px;
  background-size: 300px;
  width: 2.5em;
  height: 2.5em;
  margin-left: .5em; }

.youtube {
  display: block;
  overflow: hidden;
  text-indent: -2000em;
  background-image: url(../img/sprites.png);
  background-repeat: none;
  background-position: -85px -184px;
  background-size: 300px;
  width: 2.5em;
  height: 2.5em;
  margin-left: .5em; }

.more {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 5px 0 20px 28px;
  padding: 5px 0;
  display: none; }

.widget-title {
  display: none; }

/*Mobile portrait*/
/*Mobile landscape portrait*/
/*Small tablet portrait*/
/*between Ipad Portrait and Motorola Razor Landscape */
/*Tablet portrait*/
/*Tablet Landscape*/
/*Desktop*/

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