@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script);

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

button, input[type="submit"] {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #1b4f9a;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1em; }

button:hover:not(:disabled), input[type="submit"]:hover:not(:disabled) {
  -webkit-box-shadow: inset 0 1px 0 0 #628cc8;
  box-shadow: inset 0 1px 0 0 #628cc8;
  cursor: pointer;
  background-color: #3c71bb; }

button:active:not(:disabled), input[type="submit"]:active:not(:disabled) {
  border: 1px solid #2459a6;
  -webkit-box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397, 0 1px 1px 0 #eeeeee; }

button:disabled, input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed; }

hr {
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

blockquote {
  border-left: 2px solid #dddddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input, label, select {
  display: block;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }


textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #dddddd;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  }

textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
  border-color: #c4c4c4; }

textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
  border-color: #477dca;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

select {
  width: auto;
  margin-bottom: 1.5em; }

button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

table {
  margin: 0.75em 0;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0.25em;
  text-align: left; }

td {
  border-bottom: 1px solid #dddddd;
  padding: 0.75em 0.25em; }

tr, td, th {vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* Typography Styles */
body {
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.00em; 
  margin: 0 0 0.75em;
  font-weight: normal;}

h1 {font-size: 2.25em;}
h2 {font-size: 2em;}
h3 {font-size: 1.75em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.25em;}
h6 {font-size: 1em;}

p {margin: 0 0 0.75em;}

a {
  color: #00a0af;
  font-weight: bold;
  /*color: #FFBA00;*/
  /*color: #272c61;*/
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  transition: color 0.2s linear; }

a:hover {color: #00a0af;}

a:active, a:focus {
  color: #00a0af;
  outline: none; }

/* Grid Styles */
.group:before, .group:after {
  content: "";
  display: table; 
}
.group:after { clear: both; }
.group { zoom: 1; /* For IE 6/7 */ }
.col {
  display: block;
  float: left;
  margin: 1% 0.25%;
}
/*.col:first-child { margin-left: 0; }*/
.span1 { width: 6.86%; }
.span2 { width: 15.33%; }
.span3 { width: 23.8%; }
.span4 { width: 32.26%; }
.span5 { width: 40.73%; }
.span6 { width: 49.2%; }
.span7 { width: 57.66%; }
.span8 { width: 66.13%; }
.span9 { width: 74.6%; }
.span10 { width: 83.06%; }
.span11 { width: 91.53%; }
.span12 { width: 100%; }
@media screen and (max-width: 840px) {
  .span1 { width: 6.86%; }
  .span2 { width: 15.33%; }
  .span3 { width: 23.8%; }
  .span4 { width: 32.26%; }
  .span5 { width: 40.73%; }
  .span6 { width: 49.2%; }
  .span7 { width: 57.66%; }
  .span8 { width: 66.13%; }
  .span9 { width: 74.6%; }
  .span10 { width: 83.06%; }
  .span11 { width: 91.53%; }
  .span12 { width: 100%; } 
}
@media screen and (max-width: 680px) {
  .span1 { width: 100%; }
  .span2 { width: 100%; }
  .span3 { width: 100%; }
  .span4 { width: 100%; }
  .span5 { width: 100%; }
  .span6 { width: 100%; }
  .span7 { width: 100%; }
  .span8 { width: 100%; }
  .span9 { width: 100%; }
  .span10 { width: 100%; }
  .span11 { width: 100%; }
  .span12 { width: 100%; }
  .col { margin: 1% 0 1% 0; } 
}

/* Begin Main Styles */
body {
  width: 100%;
  padding: 0;
  margin: 0; 
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* Header Styles */
.alert-bar {
  background: #FFBA00;
  text-align: center;
  color: #fff;
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.25em;
  /*padding: 0.5% 0;*/
  text-transform: uppercase;
}
.alert-bar .active {padding: 0.75% 0;}
.alert-bar p {margin: 0;}
.alert-bar a {color: #fff;}
.alert-bar a:hover {color: #ffba00;}
.alert-bar a.cta {border: solid 3px #fff; padding: 0 1%;}
.alert-bar a.cta:hover {
  background: #fff;
  color: #FFBA00;
}
.alert-bar .alert-close {
  border: none;
  float: right;
  display: none;
}
header {
  width: 100%;
  background-color: rgba(255,255,255,0.75);
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 5px #b8b8b8;
  margin: 0;
  float: left;
  width: 100%;
  position: fixed;
  z-index: 20;
  height: 105px; 
}
header, a, img, li {
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}
header .header-right {
  margin: 0;
  float: right;
}
header .top-bar {
  /*background: #00511d;*/
  background: #272c61;
  text-align: right;
  color: #fff;
  font-weight: bold;
  padding: 0.25% 0;
  font-size: 0.90em;
  color: #ffba00;
}
header .top-bar .hours {
  text-align: left;
  padding-left: 15%;
  width: 50%;
  float: left;
  /*height: 40px;*/
}
header .top-bar p {
  margin: 0;
  padding-top: 8px;
  width: 35%;
  float: right;
  color: #fff;
}
header .top-bar a {color: #ffba00;}
header .top-bar a:hover {text-decoration: underline;}
header .top-bar .hours p {
  padding-top: 8px;
  width: 100%;
  float: left;
  font-size: 0.9em;
}
header .top-bar .how-do-i {
  background: #00a0af;
  color: #fff;
  padding: 10px 15px;
}
header .top-bar .how-do-i:hover {background: #ffba00; color: #000;}
header nav {
  width: 100%;
  margin: 0 auto;
  float: right;
  padding-top: 1%;
  /*font-size: 0.9em;*/
}
header nav ul {
  list-style-type: none;
  float: right;
  text-align: center;
}
header nav ul li {
  display: inline;
  float: left;
  padding: 20px 15px;
  font-weight: bold;
  height: 58px;
  margin-top: -10px;
}
header nav ul li#currentpage, header nav ul li:hover {
  background: #ffba00;
}
header nav ul li a {
  text-decoration: none;
  border: 0;
  color: #333;
}
header nav ul li#currentpage a, header nav ul li:hover a {color: #fff;}
header nav ul li ul {
  position: absolute;
  top: 105px;
  z-index: 999;
  display: none;
  background-color: #bdbec0;
  text-align: left !important;
  margin-left: -15px;
  width: 285px;
  z-index: 15;
}
header nav ul li ul li {
  display: block;
  vertical-align: middle;
  padding: 10px;
  margin-top: 0 !important;
  font-size: 1.0em;
  width: 100%;
  margin: 0;
  height: auto;
}
header nav ul li ul li a {
  padding: 10px;
  width: 100%;
}
header nav ul li ul li:hover a {color: #fff;}
header nav ul :hover > ul {display: block;}
header.solid {
  background: #fff; 
  z-index: 20; 
  box-shadow: 0 0 5px #b8b8b8;
  top: 0;
}
header img.logo {
  width: 90%;
  margin-top: -20%;
}
header.solid img.logo {width: 60%;}
header.solid .top-bar .hours {padding-left: 10%;}
header input[type='search'] {
  outline: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
  background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  border: solid 1px #ccc;
  padding: 9px 10px 9px 30px;
  /* width: 15px; */
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em; 
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  margin: 2px 0 2px 5px;
  float: right;
  width: 115px;
}
/* header input::-webkit-search-decoration,
header input::-webkit-search-cancel-button {display: none;} */
header input[type='search']:hover {background-color: #fff;}
header input[type='search']:focus {
  /* width: 130px; */
  /* padding-left: 32px; */
  color: #333;
  cursor: auto;
  background-color: #fff;
  border-color: #66CC75;
  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
  width: 115px;
}
header input:-moz-placeholder, header input::-webkit-input-placeholder {color: #333; text-transform: uppercase;;}

/* MeanMenu */
.mean-container .mean-bar {
  background: #fff !important;
  margin-bottom: 20px;
}
.mean-container .mean-bar h1 {
  color: #333; 
  width: 75%;
  font-size: 1.75em;
  margin: 2% 0 0 2%;
}
.mean-container a.meanmenu-reveal {color: #283891 !important;}
.mean-container a.meanmenu-reveal span {background: #283891 !important;}
.mean-container .mean-nav {
  background: #bdbec0 !important;
  margin-top: 35px !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {background: #bdbec0 !important;}
.mean-container .mean-nav ul li ul li {background: #f1f1f1 !important;}
.mean-container .mean-nav ul li li a {opacity: 1 !important; color: #283891;}

/* Hero Styles */
.hero {
  width: 100%; 
  position: relative;
}
.hero img {
  display: block;
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.hero .img-overlay-accent {
  margin-left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(110,198,168,0.8);
  -webkit-clip-path: polygon(95% 0%, 100% 0%, 100% 100%, 85% 100%);
  clip-path: polygon(95% 0%, 100% 0%, 100% 100%, 75% 100%);
  height: 700px;
}
.owl-carousel {z-index: 1 !important;}
#homepage-slider .item img {
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.slide-text {
  position: absolute;
  top: 45%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.25em;
}
.slide-text h1 {
  font-family: 'Fjalla One', sans-serif;
  margin-bottom: 1%;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
}
.slide-text h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 1.75em;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
}
.owl-theme .owl-nav [class*=owl-]{background: rgba(0,0,0,0.4) !important;}
.owl-theme .owl-nav [class*=owl-]:hover {background: rgba(40,56,145,0.4) !important;}
.owl-prev,
.owl-next {
position: absolute;
top: 50%;
margin-top: -10px;
}
.owl-prev {left: 0;}
.owl-next {right: 0;}

/* Hero - Interior */
.hero-interior img {
  height: 325px;
  display: block;
  width: 100%;
  object-fit: cover;
}

/* Quick Links */
.quick-links {
  text-align: center;
  padding: 1.5% 0;
  position: relative;
  z-index: 10;
  margin-top: -130px;
  height: 120px;
  overflow: hidden;
  background-color: rgba(39,44,97,0.7);
}
.quick-links .span3 {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px #fff;
}
.quick-links .span3:last-child {border-right: none;}
.quick-links i {font-size: 2.0em;}
.quick-links a {
  margin: 0 1%;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
}
.quick-links a:hover {color: #ffba00;}

/* Main Styles */
.main-content {
  width: 100%;
  background-color: #f3f3f3;
  padding: 2% 0;
  margin: 75px 0 0; 
}
.main-content .anchor-links {margin: 2% 0; color: #f3f3f3;}
.main-content .anchor-links a {
  background: #00a0af;
  color: #fff !important;
  padding: 10px 15px;
}
.main-content .anchor-links a:hover {background: #ffba00;}
.main-content .p-content {padding: 0 2%;}
.main-content .p-content a {color: #272c61; font-weight: bold;}
.main-content .p-content a:hover {color: #00a0af;}
.main-content .p-content h2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 2.25em;
  margin-bottom: 1%;
}
.main-content .p-content h3 {
  font-family: 'Fjalla One', sans-serif;
  margin: 3% 0 1%;
  font-size: 1.5em;
}
.main-content .p-content ul {
  list-style-type: disc;
  margin: 0 0 0.75em 5%;
}
.bread-crumbs {
  font-family: 'Fjalla One', sans-serif;
  padding: 2% 0;
  background-color: rgba(39,44,97,0.7);
  margin-top: -83px;
  margin-bottom: 3%;
  position: relative;
  z-index: 10;
  color: #fff;
}
.bread-crumbs p {margin: 0;}
.bread-crumbs a {color: #ffba00; font-weight: normal;}
.bread-crumbs a:hover {text-decoration: underline;}
aside.sidebar {
  padding: 0 1%;
}
aside.sidebar h3 {
  background: #ffba00;
  color: #fff;
  padding: 6% 5%;
  font-size: 1.25em;
  margin-bottom: 0;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
}
aside.sidebar ul {
  background: #fff;
  padding: 5%;
}
aside.sidebar ul li:before {
  content: '\203A';
  color: #163029;
  font-weight: bold;
  font-size: 1.25em;
  margin-right: 5px;
}
aside.sidebar ul li {
  font-size: 0.9em;
  /*text-transform: uppercase;*/
}
aside.sidebar ul li a {color: #272c61}
aside.sidebar ul li a:hover {color: #00a0af;}
.p-content .contact {
  background: #e4e3e4;
  float: left;
  width: 99%;
  padding: 1%;
  margin-right: 1%;
  font-size: 0.9em;
}
.p-content .contact-two {
  background: #e4e3e4;
  float: left;
  /*width: 60%;*/
  padding: 1%;
  /*margin-right: 1%;*/
  font-size: 0.9em;
}
.p-content .contact-three {
  background: #e4e3e4;
  float: left;
  /*width: 60%;*/
  padding: 1%;
  /*margin-right: 1%;*/
  font-size: 0.9em;
  text-align: center;
  height: 415px;
  overflow: hidden;
}
.p-content .description {float: left; width: 100%;}
.p-content .description ul {list-style: none;}
.qdyn-img-person {
  float: left;
  max-width: 200px;
  margin: 0 1.5% 0 0;
}
.contact-two .qdyn-img-person {max-width: 160px;}
.contact-three .qdyn-img-person {
  height: 334px;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  margin-bottom: 3%;
}
.notes .box1, .notes .box2 {
  background: #fff;
  padding: 0 2%;
  border-left: solid 5px #ffba00;
}
.notes .box1 a, .notes .box2 a, .box a {color: #272c61;}
.notes .box1 a:hover, .notes .box2 a:hover, .box a:hover {color: #00a0af;}

.links-documents {
  width: 100%;
  background-color: #f3f3f3;
  padding: 5% 0;
  margin: 0; 
}
.buttons {
  margin-top: -11%;
  margin-left: -5.5%;
}
.buttons button {
  border: none;
  text-shadow: none;
  margin: 0 2px;
  background: #272c61;
  color: #fff;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.buttons button:first-child {margin-left: 0;}
/*.buttons button:hover {background: #00a0af;}*/
.buttons button.active {background: #272c61;}
.buttons button:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.box {
  padding: 2%;
  border-left: solid 5px #272c61;
  background: #fff;
  width: 48%;
  margin: 1% 0.75%;
}
.full-box {width: 100% !important;}
.full-box .buttons {
  margin-top: -5%;
  margin-left: -2.6%;
}
.box ul {margin-top: 2%;}

.box.agenda {
  margin-bottom: 5%;
  width: 97.5%;
}
.box.agenda .buttons {
  margin-top: -57px;
  margin-left: -28px;
}
.box.agenda h3 {
  font-family: 'Fjalla One', sans-serif;
  margin: 3% 0 1%;
  font-size: 1.5em;
}
.content-boxes .buttons {
  margin-top: -14%;
  margin-left: -6%;
  margin-bottom: 5%;
}

/* Feature Buckets */
.feature-buckets {
  width: 100%;
  padding: 3% 0 0;
  margin: 0;
}
.feature-buckets h1 {
  font-family: 'Dancing Script', cursive;
  text-align: center;
}
.feature-buckets figure {
  background: #fff;
}
.grid {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  max-height: 360px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.effect-honey {
  background: #4a3753;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-honey:hover img {opacity: 0.5;}
figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}
figure.effect-honey h2 {
  font-size: 1.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}
figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}
figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Services Feature Buckets */
.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
.grid-services figure {
  position: relative;
  float: left;
  overflow: hidden;
  /*margin: 10px 1%;*/
  /*min-width: 320px;*/
  /*max-width: 480px;*/
  /*max-height: 360px;*/
  width: 25%;
  margin: 0;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.grid-services figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.grid-services figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid-services figure figcaption::before,
.grid-services figure figcaption::after {
  pointer-events: none;
}
.grid-services figure figcaption,
.grid-services figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid-services figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid-services figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid-services figure h2 span {font-weight: 800;}
.grid-services figure h2,
.grid -servicesfigure p {
  margin: 0;
}
.grid-services figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
  background: #9e5406;
}
figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
  opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}
figure.effect-bubba h2 {
  font-size: 1.25em;
  font-family: 'Fjalla One', sans-serif;
  letter-spacing: 1px;
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}
figure.effect-bubba p {
  margin: 0;
  padding: 20px 2.5em;
  letter-spacing: 1px;
  line-height: 1.75em;
  font-size: 58.5%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,-65px,0);
  transform: translate3d(0,-65px,0);
}

/* Jail */
section.jail {
  padding: 3% 0;
  /*background: #f2f2f2;*/
}
section.jail h2 {font-family: 'Fjalla One', sans-serif;}
section.jail img {
  float: left;
  width: 38%;
  margin: 0 1% 1% 0;
}
/*section.jail p {font-size: 0.9em;}*/

/* Minutes */
section.minutes {
  padding: 3% 0;
  background: #f2f2f2;
  text-align: center;
}
section.minutes h3 {font-family: 'Fjalla One', sans-serif;}

/* Maps */
.grid-maps figure {
  margin: 1%;
  width: 30%;
}
.grid-maps h2 {font-size: 1.25em;}

/* News/Events */
.news {
  padding: 2% 0 5%;
  background: url(/assets/images/background-plains.jpg) no-repeat;
  background-position: center;
  color: #fff;
}
.news h2 {
  font-family: 'Dancing Script', sans-serif;
  font-size: 2.25em;
  text-align: center;
}
.news .link {
  text-align: center;
  font-size: 1.5em;
  /*margin-top: 20px;*/
  margin-top: 2em;
  font-family: 'Dancing Script';
}
.news .link a {
  border: solid 2px #fff;
  padding: 8px 25px;
  background: transparent;
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
}
.news .link a:hover {
  background: #FFBA00;
  /*color: #fff;*/
  color: #000;
  border: solid 2px #FFBA00;
}
.events-ft .date {
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
}
.events-ft .date p {margin: 0;}
.events-ft .day {
  font-size: 2.25em;
  background: #FFBA00;
  color: #ffffff;
  padding: 15% 0;
}
.events-ft .month {
  font-size: 1.10em;
  text-transform: uppercase;
  color: #FFBA00;
  background-color: #fff;
}
.events-ft .span9 {padding-left: 2%;}
.events-ft h3 {
  height: 50px;
  margin-bottom: 0;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  font-size: 1.50em;
  padding: 5% 0;
}
.events-ft, .news-ft {
  /*height: 155px;*/
  overflow: hidden;
  padding: 1% 0;
}
.news-ft h3 {
  margin: 2% 0;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  font-size: 1.50em;
}
.news-ft p.summary {margin: 0;}
.news-ft .read-more {color: #FFBA00;font-weight: bold;}
.news-ft .read-more:hover {text-decoration: underline;}

.bulletin .read-more {/*color: #FFBA00;*/color:#00a0af;font-weight: bold;}
.bulletin .read-more:hover {text-decoration: underline;}

/* Newsletter Signup */
.signup {
  padding: 3% 0;
  text-align: center;
  color: #163029;
}
/*.signup .container {max-width: 900px;}*/
.signup h2 {
  font-family: 'Dancing Script', sans-serif;
  font-size: 2.25em;
  text-align: center;
}
.signup p {
  font-size: 1.15em;
  margin-bottom: 3%;
}
.signup input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #dddddd;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 0.5em 0.5em;
  width: 80%;
  float: left;
  text-shadow: none;
  height: 48px;
}
.signup input[type="submit"] {
  width: 15%;
  margin-left: 5%;
  background: transparent;
  border: solid 2px #163029;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #163029;
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
  font-family: 'Dancing Script';
  font-size: 1.25em;
  font-weight: normal;
}
.signup input[type="submit"]:hover {
  background: #FFBA00;
  border: solid 2px #ffba00;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.signup .newsletters {
  padding-top: 2%;
  padding-left: 5%;
}
.signup .newsletters a {font-size: 0.9em;}

/* Bulletin Info */
.bulletin {
  padding: 4% 0 2%;
  background: #f2f2f2;
}
.bulletin h2 {
  font-family: 'Dancing Script', sans-serif;
  font-size: 2.25em;
  text-align: center;
  margin-top: 2%;
}
.bulletin .link, .jail .link {
  text-align: center;
  font-size: 1.5em;
  /*margin-top: 20px;*/
  margin-top: 2em;
  font-family: 'Dancing Script';
}
.bulletin .link a, .jail .link a {
  /*border: solid 2px #FFBA00;*/
  padding: 8px 25px;
  /*background: transparent;*/
  background: #00a0af;
  /*color: #FFBA00;*/
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
}
.bulletin .link a:hover, .jail .link a:hover {
  background: #FFBA00;
  color: #000;
}

/* Contact Form */
form#contact-form fieldset, form#outreach-form fieldset, .login-form form fieldset {
  /*background: #fff;*/
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
form#contact-form input, form.contact-form textarea, form#outreach-form input, form.outreach-form textarea, .login-form form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #dddddd;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 0.5em 0.5em;
  width: 100%;
}
form#contact-form button, form#outreach-form button, .login-form form input[type='submit'] {
  border: none;
  margin-top: 2%;
  background: #FFBA00;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.15em;
  font-weight: normal;
}
form#contact-form button:hover, form#outreach-form button:hover, .login-form form input[type='submit']:hover {
  background: #6571b4;
}
form#contact-form span, form#outreach-form span, .login-form form span {
  color: #a94442;
  font-size: 15px;
  margin-right: 4px;
}
.login-form form {width: 80%;}
.login-form #sub {margin-top: 3%;}
.login-form form input[type='submit'] {margin-top: 0;}

/* reCaptcha */
#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

/* permits */
h2.permit {
  font-size: 1.75em !important;
  font-style: italic;
}

/* Footer */
footer {
  width: 100%;
  margin: 0;
  /*background: #163029;*/
  background: #272c61;
  padding: 2% 0 0;
  color: #fff;
  text-align: center;
}
footer .logo {
  padding: 1.0em;
  margin-top: -1.35em;
  float: left;
  max-width: 165px;
}
footer ul.footer-nav li {
  display: inline-block;
  margin-right: 1.0em; 
}
footer ul.footer-nav li a, footer a {font-size: 0.9em; color: #FFBA00;}
footer ul.footer-nav li a:hover, footer a:hover {text-decoration: underline;}
footer .search {text-align: right;}
footer .search p {
  margin: 0;
  padding: 1.5% 0.5% 0;
}
footer .search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #dddddd;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 0.5em 0.5em;
  text-shadow: none;
}
footer .search input[type="submit"] {
  background: transparent;
  border: solid 2px #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Dancing Script';
  font-weight: normal;
  font-size: 1.25em;
  padding: 0.20em 0;
}
footer .search input[type="submit"]:hover {
  background: #FFBA00;
  border: solid 2px #FFBA00;
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer .copyright {font-size: 0.95em; }
footer .footerSecondary {
  margin: 1.0em 0 0 0;
  padding: 1.0em 0 0.5em;
  /*background-color: #041913;*/
  background-color: #060A2C;
  font-family: 'Fjalla One';
  font-size: 0.9em;
}

/* 404 */
.custom-404 {
  margin-top: 6%;
  padding-top: 7%;
}
.custom-404 .span5 {padding: 2% 0 0 5%;}
.custom-404 h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 4% 0 0;
}
.custom-404 p.button {
  margin-top: 10%;
  text-align: center;
}
.custom-404 .button-cta {
  padding: 5px 15px;
  border: solid 2px #163029;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #163029;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  font-family: 'Dancing Script';
  font-size: 1.25em;
  font-weight: normal;
}
.custom-404 .button-cta:hover {
  background: #FFBA00;
  border: solid 2px #ffba00;
  color: #fff;
}

/* Flood */
.flood {
  padding: 2% 0 2%;
  /* background: url(/assets/images/bkgd-flood.jpg) no-repeat scroll center center / cover; */
  /* background-color: #ffba00; */
  /* background-color: #00a0af; */
  background-color: #c30000;
  color: #fff;
  float: left;
  width: 100%;
}
.flood h2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 2.25em;
  margin: 0;
  padding: 1.5% 0 0;
}
.cta-btn {
  text-align: center;
  font-size: 1.5em;
  margin-top: 20px;
  font-family: 'Fjalla One', sans-serif;
}
.cta-btn a {
  /* border: solid 2px #00a0af; */
  border: solid 2px #ffba00;
  padding: 8px 25px;
  /* background: #00a0af; */
  background: #ffba00;
  color: #fff;
}
.cta-btn a:hover {
  background: #fff;
  /* color: #00a0af; */
  color: #ffba00;
  /* border: solid 2px #00a0af; */
  border: solid 2px #ffba00;
}
/* .flood-content-img {
  float: left;
  width: 33%;
  margin: 0 2% 1% 0;
} */
.flood-content a {color: #272c61; font-weight: bold;}
.flood-content a:hover {color: #00a0af;}
.flood-content h2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 2.25em;
  margin-bottom: 1%;
}
.flood-content h3 {
  font-family: 'Fjalla One', sans-serif;
  margin: 3% 0 1%;
  font-size: 1.5em;
}
.flood-content ul {
  list-style-type: disc;
  margin: 0 0 0.75em 5%;
}
.flood-content .left-padding {padding-left: 2%;}
.flooding-residents {padding: 3% 0;}
.flooding-municipalities {
  padding: 3% 0;
  background-color: #f3f3f3;
}

.mobile-bar, .mobile-alert {display: none;}

/* Mobile */
@media screen and (max-width: 1190px) {
  header nav ul li {padding: 20px 10px; font-size: 0.9em;}  
  .full-box .buttons {margin-left: -2.56%;}
}
@media screen and (max-width: 1175px) {
  header .top-bar .hours, header .top-bar p {width: 40%;}

}
@media screen and (max-width: 1040px) {
  .full-box .buttons {margin-left: -2.7%;}
  header .top-bar .hours {width: 38%;}
  header .top-bar p {
    width: 42%;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1020px) {
  header nav ul li {padding: 20px 7px;}
}
@media screen and (max-width: 965px) {
  .alert-bar {display: none;}
  .mobile-bar, .mobile-alert {display: block;}
  .alert-bar .active {font-weight: normal; padding: 1% 10%;}
  header {display: none;}
  .mean-container .mean-bar {height: 70px;}
  .mean-bar .logo {margin: 1%; width: 13%;}
  .mobile-bar.top-bar {
    /*background: #00511d;*/
    background: #272c61;
    text-align: right;
    color: #fff;
    font-weight: bold;
    padding: 0.25% 0;
    font-size: 0.90em;
    color: #ffba00;
  }
  .mobile-bar.top-bar .hours {text-align: left; padding-left: 15%;}
  .mobile-bar.top-bar p {
    margin: 0;
    padding-top: 8px;
    float: right;
    color: #fff;
  }
  .mobile-bar.top-bar .hours p {
    padding-top: 8px;
    width: 100%;
    float: left;
    font-size: 0.9em;
  }
  .mobile-bar.top-bar .how-do-i {
    background: #00a0af;
    color: #fff;
    padding: 10px 15px;
  }
  .mobile-bar.top-bar .how-do-i:hover {background: #ffba00;}
  .mobile-bar input[type='search'] {
    outline: none;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
    background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 10px;
    width: 15px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em; 
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    margin: 2px 0 2px 5px;
    float: right;
  }
  .mobile-bar input::-webkit-search-decoration,
  .mobile-bar input::-webkit-search-cancel-button {display: none; }
  .mobile-bar input[type='search']:hover {background-color: #fff;}
  .mobile-bar input[type='search']:focus {
    width: 130px;
    padding-left: 32px;
    color: #333;
    cursor: auto;
    background-color: #fff;
    border-color: #66CC75;
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
  }
  .mobile-bar input:-moz-placeholder {color: transparent;}
  .mobile-bar input::-webkit-input-placeholder {color: transparent;}
  .alert-bar {
    font-size: 1.0em;
    position: inherit;
    width: 100%;
  }
  .main-content {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 925px) {
  .bread-crumbs {margin-top: -55px;}
  aside.sidebar h3 {font-size: 0.90em;}
  aside.sidebar ul li {font-size: 0.75em;}
  header .top-bar p {width: 50%;}
  /* .alert-bar {padding-bottom: 2%;} */
  .quick-links {margin-top: -100px; height: 100px;}
  figure.effect-honey h2 {font-size: 1.25em;}
  figure.effect-bubba h2 {font-size: 1.00em;}
  .buttons {
    margin-top: -11%;
    margin-left: -5.75%;
  }
  .box.agenda .buttons {
    margin-top: -52px;
    margin-left: -22px;
  }
}
@media screen and (max-width: 855px) {
  .mobile-bar .span7 {font-size: 0.9em;}
  .mobile-bar.top-bar .hours {padding-left: 0;}
  .quick-links {margin-top: -110px;}
  .bulletin {padding-top: 6%;}
  #homepage-slider .item img {height: 500px;}
  .slide-text {top: 28%;}
  .owl-prev, .owl-next {top: 33%;}
}
@media screen and (max-width: 768px) {
  .mean-container .mean-nav {margin-top: 45px !important;}
  .buttons {
    margin-top: -15.5%;
    margin-left: -6%;
  }
  .box.agenda .buttons {
    margin-top: -48px;
    margin-left: -20px;
  }
  .full-box .buttons {margin-left: -2.9%;}
  .content-boxes .buttons {
    margin-top: -20%;
    margin-left: -7%;
    margin-bottom: 7%;
  }
  .p-content .contact {width: 100%;}
  .notes .box1, .notes .box2 {width: 100%;}
}
@media screen and (max-width: 500px) {
  .main-content {margin-top: 68px;}
  .hero-interior {
    float: left;
    width: 100%;
    margin-top: -18%;
  }
  .alert-bar {font-size: 1.0em;}
  .slide-text {font-size: 1.25em;}
  .quick-links {display: none;}
  /* .quick-links .span3 {width: 50%; border-right: none;} */
  .signup input, .signup input[type="submit"] {width: 100%; margin: 0.5em 0;}
  footer .logo, aside.sidebar {display: none;}
  .contact-three .qdyn-img-person, .p-content .contact-three {height: auto;}
  .grid-services figure {width: 100%;}
  .buttons {
    margin-top: -15.5%;
    margin-left: -6%;
  }
  .box, .box.agenda {
    width: 100%;
    margin: 7% 0;
  }
  .buttons, .box.agenda .buttons {
    margin-top: -40px;
    margin-left: -12px;
  }
  .bread-crumbs {
    float: left;
    width: 100%;
    margin-top: -39px;
  }
  #homepage-slider .item img {height: 250px;}
  slide-text {
    top: 15%;
    padding: 0 3%;
  }
  .slide-text h2 {font-size: 1.25em;}
  .bulletin {
    padding-top: 16%;
    margin-top: -10%;
  }
  .news-ft h3 {font-size: 1.15em; line-height: 1.25em;}
  section.jail {padding: 6% 0;}
  .mobile-bar.top-bar {padding-bottom: 2%;}
  .mobile-bar.top-bar .hours, .mobile-bar.top-bar p {text-align: center; padding: 0; font-size: 1.0em;}
  .mobile-bar.top-bar .how-do-i {background: transparent; padding: 0; color: #FFBA00;}
  form#search {display: none;}
  .full-box .buttons {margin-left: -3.5%; margin-top: -12%;;}
  .content-boxes .buttons {
    margin-top: -12%;
    margin-left: -3.65%;
    margin-bottom: 7%;
  }
  .flood {
    margin-top: -3%;
    text-align: center;
  }
  .main-content .anchor-links a {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: -5px 0;
    padding: 1.0em;
  }
  .main-content .anchor-links {margin: 5% 0;}
  .p-content .contact {width: 100%; padding: 5%;}
  .qdyn-img-person {width: 100%; max-width: 100%; margin-bottom: 2%;}
  .alert-bar .active {padding: 1% 5% 3%;}
  .login-form form {width: 100%;}

  .bread-crumbs a {padding: 0.5em;}
  .bread-crumbs a:first-child {padding-left: 0;}

  .box ul li {padding: 0.5em 0; line-height: 1.5em;}
}

/* Employee Portal */
.employee-portal ul {
  list-style-type: disc;
  margin: 0 0 0.75em 5%}
.employee-portal ul a, .member a {
  color:#272c61;}
.employee-portal ul a:hover, .member a:hover {
  color:#FFBA00;}

/* VIDEO */
.video {
  padding: 3% 0;
  text-align: center;
}
.video video {width: 70%;}