@charset "UTF-8";
/* ==========================================================================
 * Normalize.sass settings
 * ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7 */
/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
/* Corrects `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video {
  display: inline-block;
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9. */
[hidden] {
  display: none;
}

/* ==========================================================================
 * Base
 * ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 * 3.Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin. */
body {
  margin: 0;
}

/* ==========================================================================
 * Links
 * ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers. */
/**
 * Improves readability when focused and also mouse hovered in all browsers. */
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

/* ==========================================================================
 * Typography
 * ========================================================================== */
/**
 * Addresses font sizes and margins set differently in IE 6/7.
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers. */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Addresses styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Addresses margins set differently in IE 6/7. */
/**
 * Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap;
}

/**
 *  Set consistent quote types. */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
 * Embedded content
 * ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9.
 * 2. Improves image quality when scaled in IE 7. */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
 * Figures
 * ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/* ==========================================================================
 * Forms
 * ========================================================================== */
/**
 * Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improves appearance and consistency in all browsers. */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
button, input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6. */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof). */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X. */
/**
 * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
 * Tables
 * ========================================================================== */
/**
 * Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p */
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements. */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}

/* For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats. */
/* HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * Base styles: opinionated defaults
 * ========================================================================== */
html, button, input, select, textarea {
  color: #222222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/* Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design. */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
  vertical-align: middle;
}

/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Browse Happy prompt
 * ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@media print {
  /* ==========================================================================
   * Print styles.
   * Inlined to avoid required HTTP connection: h5bp.com/r
   * ========================================================================== */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links for images, or javascript/internal links */
  .ir a:after {
    content: "";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr {
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
@media screen only and (max-width: 480px) {
  /* ==========================================================================
   * EXAMPLE Media Queries for Responsive Design.
   * Theses examples override the primary ('mobile first') styles.
   * Modify as content requires.
   * ========================================================================== */
}
@media screen only and (max-width: 480px) and (-o-min-device-pixel-ratio: 5 / 4), screen only and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), screen only and (max-width: 480px) and (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
header {
  width: 100%;
  min-height: 60px;
  float: left;
  background: white;
  text-align: center;
  border-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 660px) {
  header {
    min-height: 70px;
  }
}
@media only screen and (min-width: 660px) {
  header {
    border-bottom: 5px solid #009bdb;
    margin-bottom: 5px;
  }
}
header .header-cont {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
header .logo {
  width: auto;
  height: 30px;
  position: absolute;
  top: 18px;
  left: 14px;
}
@media only screen and (min-width: 660px) {
  header .logo {
    top: 18px;
    height: 40px;
  }
}
@media only screen and (min-width: 960px) {
  header .logo {
    left: 4px;
  }
}
header .logo a {
  display: block;
}
header .logo img {
  height: 30px;
}
@media only screen and (min-width: 660px) {
  header .logo img {
    height: 40px;
  }
}

.menu-bg {
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  opacity: 1;
}

.menu-button {
  width: 20px;
  height: 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 10px 50%;
  margin: 0 0 0 -10px;
}
@media only screen and (min-width: 660px) {
  .menu-button {
    display: none;
  }
}
.menu-button span {
  width: 100%;
  height: 4px;
  line-height: 4px;
  border-top: 3px solid white;
  display: block;
}

nav.menu-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 100;
  margin: 22px 0 0;
  float: right;
  background: #009bdb;
  display: none;
}
@media only screen and (min-width: 660px) {
  nav.menu-wrap {
    width: auto;
    overflow: visible;
    margin: 22px 0 0;
    background: none;
    display: block;
  }
}
nav.menu-wrap div > ul {
  width: 100%;
  position: relative;
  bottom: 0;
  opacity: 0.9;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  float: right;
}
@media only screen and (min-width: 660px) {
  nav.menu-wrap div > ul {
    width: auto;
  }
}
nav.menu-wrap div > ul li {
  width: 100%;
  float: left;
  position: relative;
}
nav.menu-wrap div > ul li.menu-item-has-children > a {
  background-image: url(img/tri-grey.png);
  background-repeat: no-repeat;
  background-position: right 7px center;
  padding: 0 20px 0 10px;
}
@media only screen and (min-width: 768px) {
  nav.menu-wrap div > ul li.menu-item-has-children > a {
    background-position: right 7px center;
    padding: 0 20px 0 10px;
  }
}
@media only screen and (min-width: 960px) {
  nav.menu-wrap div > ul li.menu-item-has-children > a {
    background-position: right 14px center;
    padding: 0 30px 0 20px;
  }
}
nav.menu-wrap div > ul li.menu-item-has-children > a:focus, nav.menu-wrap div > ul li.menu-item-has-children > a:hover, nav.menu-wrap div > ul li.menu-item-has-children > a:active {
  background-image: url(img/tri.png);
  background-repeat: no-repeat;
  background-position: right 7px center;
  padding: 0 20px 0 10px;
}
@media only screen and (min-width: 768px) {
  nav.menu-wrap div > ul li.menu-item-has-children > a:focus, nav.menu-wrap div > ul li.menu-item-has-children > a:hover, nav.menu-wrap div > ul li.menu-item-has-children > a:active {
    background-position: right 7px center;
    padding: 0 20px 0 10px;
  }
}
@media only screen and (min-width: 960px) {
  nav.menu-wrap div > ul li.menu-item-has-children > a:focus, nav.menu-wrap div > ul li.menu-item-has-children > a:hover, nav.menu-wrap div > ul li.menu-item-has-children > a:active {
    background-position: right 14px center;
    padding: 0 30px 0 20px;
  }
}
nav.menu-wrap div > ul li.menu-item-has-children:focus a, nav.menu-wrap div > ul li.menu-item-has-children:hover a, nav.menu-wrap div > ul li.menu-item-has-children:active a {
  background-image: url(img/tri.png);
}
nav.menu-wrap div > ul li:last-child {
  border-bottom: 0;
}
@media only screen and (min-width: 660px) {
  nav.menu-wrap div > ul li {
    width: auto;
    border-bottom: 0;
  }
}
nav.menu-wrap div > ul li.current_page_item, nav.menu-wrap div > ul li.current-menu-item {
  background-color: #009bdb;
}
nav.menu-wrap div > ul li.current_page_item > a, nav.menu-wrap div > ul li.current-menu-item > a {
  color: white;
  background-color: #009bdb;
}
nav.menu-wrap div > ul li.current_page_item.menu-item-has-children > a, nav.menu-wrap div > ul li.current-menu-item.menu-item-has-children > a {
  background-image: url(img/tri.png);
  background-repeat: no-repeat;
  background-position: right 7px center;
  padding: 0 20px 0 10px;
}
@media only screen and (min-width: 768px) {
  nav.menu-wrap div > ul li.current_page_item.menu-item-has-children > a, nav.menu-wrap div > ul li.current-menu-item.menu-item-has-children > a {
    background-position: right 7px center;
    padding: 0 20px 0 10px;
  }
}
@media only screen and (min-width: 960px) {
  nav.menu-wrap div > ul li.current_page_item.menu-item-has-children > a, nav.menu-wrap div > ul li.current-menu-item.menu-item-has-children > a {
    background-position: right 14px center;
    padding: 0 30px 0 20px;
  }
}
nav.menu-wrap div > ul li.current-menu-parent > a {
  color: white;
  background-color: #009bdb;
}
nav.menu-wrap div > ul li.current-menu-parent.menu-item-has-children > a {
  background-image: url(img/tri.png);
  background-repeat: no-repeat;
  background-position: right 7px center;
  padding: 0 20px 0 10px;
}
@media only screen and (min-width: 768px) {
  nav.menu-wrap div > ul li.current-menu-parent.menu-item-has-children > a {
    background-position: right 7px center;
    padding: 0 20px 0 10px;
  }
}
@media only screen and (min-width: 960px) {
  nav.menu-wrap div > ul li.current-menu-parent.menu-item-has-children > a {
    background-position: right 14px center;
    padding: 0 30px 0 20px;
  }
}
nav.menu-wrap div > ul li a {
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  display: block;
  background: white;
  color: black;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  nav.menu-wrap div > ul li a {
    font-size: 13px;
    text-align: center;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 960px) {
  nav.menu-wrap div > ul li a {
    font-size: 14px;
    text-align: center;
    padding: 0 30px;
  }
}
nav.menu-wrap div > ul li a:focus, nav.menu-wrap div > ul li a:hover, nav.menu-wrap div > ul li a:active {
  background-color: #009bdb;
  color: white;
}
nav.menu-wrap div > ul li .sub-menu {
  width: 100%;
  list-style: none;
  margin: 0 0 0 0;
  padding: 20px 0;
  position: relative;
  float: left;
  z-index: 100;
}
@media only screen and (min-width: 660px) {
  nav.menu-wrap div > ul li .sub-menu {
    width: 240px;
    position: absolute;
    opacity: 1;
    visibility: visible;
    float: none;
    border-top: 0;
    background-color: #009bdb;
  }
}
nav.menu-wrap div > ul li .sub-menu li {
  width: 100%;
  border: 0;
}
nav.menu-wrap div > ul li .sub-menu li a {
  width: 100%;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  text-align: left;
  padding: 0 10px;
  background-color: #009bdb;
  color: white;
}
@media only screen and (min-width: 660px) {
  nav.menu-wrap div > ul li .sub-menu li a {
    width: 180px;
    background-color: #009bdb;
  }
}
@media only screen and (min-width: 768px) {
  nav.menu-wrap div > ul li .sub-menu li a {
    padding: 2px 10px;
  }
}
@media only screen and (min-width: 960px) {
  nav.menu-wrap div > ul li .sub-menu li a {
    padding: 6px 20px;
  }
}
nav.menu-wrap div > ul li .sub-menu li a:focus, nav.menu-wrap div > ul li .sub-menu li a:hover, nav.menu-wrap div > ul li .sub-menu li a:active {
  color: white;
  text-decoration: underline;
}
nav.menu-wrap div > ul li .sub-menu li.current_page_item, nav.menu-wrap div > ul li .sub-menu li.current-menu-item {
  color: white;
}
nav.menu-wrap div > ul li .sub-menu li.current_page_item > a, nav.menu-wrap div > ul li .sub-menu li.current-menu-item > a {
  color: white;
}

nav.menu-wrap ul.menu > li:first-child > a {
  background: white !important;
  padding: 0 15px !important;
  color: black !important;
}
@media only screen and (min-width: 960px) {
  nav.menu-wrap ul.menu > li:first-child > a {
    padding: 0 20px !important;
  }
}
@media only screen and (min-width: 960px) {
  nav.menu-wrap ul.menu > li:first-child > a {
    padding: 0 30px !important;
  }
}
nav.menu-wrap ul.menu > li:first-child > a:focus, nav.menu-wrap ul.menu > li:first-child > a:hover, nav.menu-wrap ul.menu > li:first-child > a:active {
  background-color: #009bdb !important;
  color: white !important;
}

nav.menu-wrap div ul li:focus a, nav.menu-wrap div ul li:hover a, nav.menu-wrap div ul li:active a {
  background-color: #009bdb !important;
  color: white !important;
}

nav.menu-wrap div ul li:focus .sub-menu a, nav.menu-wrap div ul li:hover .sub-menu a, nav.menu-wrap div ul li:active .sub-menu a {
  background-image: none !important;
}

div.mean-bar {
  position: absolute !important;
  top: 60px;
  opacity: 0.95;
  background: #009bdb !important;
  padding: 0 !important;
}
@media only screen and (min-width: 660px) {
  div.mean-bar {
    top: 120px;
  }
}
div.mean-bar .mean-nav {
  background: #009bdb !important;
}

.mean-container nav.mean-nav ul li a.mean-expand {
  height: 34px;
  border-bottom: 0 !important;
  background-color: #005375;
  outline: none;
}

.mean-container nav.mean-nav ul li li {
  background-color: #0077a8;
}
.mean-container nav.mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.mean-container a.meanmenu-reveal {
  outline: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}

.widget .sub-menu .current-menu-item a {
  color: #7a7a7a;
}

html {
  font-size: 100%;
  line-height: 1.625;
}

body {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.625;
}

h2, h2, h3, h4, h5, p {
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 2em;
  line-height: 1.21875;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 1.625em 0 0.8125em;
  color: #009bdb;
}
@media only screen and (min-width: 960px) {
  h1 {
    font-size: 3.25em;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 0.5em;
  }
}
h1:first-child {
  margin-top: 0;
}

h2 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1.625em;
  line-height: 1.5;
  margin: 1em 0 0;
  color: #009bdb;
}
h1 + h2 {
  margin-top: 0;
}

h3 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  margin: 1.625em 0 0.40625em;
  font-weight: bold;
  color: #555;
}

h4 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0 0 0.46429em;
  font-size: 0.875em;
  font-weight: bold;
  color: #505050;
}

h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

.feature {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
}

p {
  margin: 10px 0 0;
}
h1 + p {
  font-weight: 400;
  padding-bottom: 10px;
  font-size: 20px;
}

blockquote {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 10px;
  font-style: italic;
}
blockquote p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
}
@media only screen and (min-width: 660px) {
  blockquote p {
    font-size: 15px;
  }
}

a {
  color: #009bdb;
}

body {
  background: white;
}

.feature, .feature-top {
  box-shadow: inset 0 0 20px 0 #00658e, inset 0 20px 40px 0 rgba(255, 255, 255, 0.2);
}

a {
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#page {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.slideshow {
  width: 40px;
  height: 38px;
  min-height: 38px;
  position: absolute;
  background: white;
  overflow: hidden;
  float: left;
  top: 40px;
  right: 30px;
  border-radius: 4px;
}
@media only screen and (min-width: 660px) {
  .slideshow {
    min-height: 48px;
    max-height: 480px;
    width: 100%;
    height: auto;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    border-radius: 0;
  }
}
.slideshow .bxslider {
  margin: 0;
  list-style: none;
  -webkit-transform: translate3d(-1000px, 0px, 0px);
}
.slideshow .bx-controls {
  position: absolute;
  width: 130px;
  bottom: 80px;
  right: 0;
}
.slideshow .bx-wrapper {
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 660px) {
  .slideshow .bx-wrapper {
    display: block;
  }
}
.slideshow .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
}
.slideshow .bx-wrapper .bx-pager.bx-default-pager a {
  background: #BBB;
}
.slideshow .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #009bdb;
}
.slideshow a.feature {
  width: 200px;
  color: white;
  background: #009bdb;
  display: inline;
  text-decoration: none;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 0 30px -120px;
  border-radius: 4px;
  line-height: 20px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  opacity: 0.9;
}
@media only screen and (min-width: 660px) {
  .slideshow a.feature {
    width: auto;
    left: 67px;
    margin: 0 0 30px 0;
    font-size: 24px;
    padding: 10px 20px;
    line-height: 32px;
  }
}
.slideshow a.feature:hover {
  background: #0089c2;
}

.cont {
  width: 100%;
  float: left;
  margin: 0;
}
@media only screen and (min-width: 481px) {
  .cont {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 660px) {
  .cont {
    margin: 50px 0;
  }
}

.main {
  width: auto;
  float: left;
  text-align: left;
  margin: 40px 10px;
}
@media only screen and (min-width: 660px) {
  .main {
    width: 62%;
    margin: 0 0 20px 20px;
  }
}
@media only screen and (min-width: 960px) {
  .main {
    width: 620px;
    margin: 0;
  }
}
.main img {
  width: auto;
  height: auto;
  max-width: 620px;
}
.main img.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}
.main img.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}
.main img.alignnone {
  float: left;
  margin: 10px 20px 10px 0;
  width: 100%;
}
@media only screen and (min-width: 660px) {
  .main img.alignnone {
    width: auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
  width: 100%;
}
@media only screen and (min-width: 660px) {
  .main img.aligncenter {
    width: auto;
  }
}
.main img.size-medium {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 481px) {
  .main img.size-medium {
    width: 50%;
  }
}
@media only screen and (min-width: 660px) {
  .main img.size-medium {
    width: auto;
  }
}
.main img.size-thumbnail {
  width: 40%;
  height: auto;
  margin: 0 auto 20px;
  float: none;
  clear: both;
  display: block;
}
@media only screen and (min-width: 481px) {
  .main img.size-thumbnail {
    width: 20%;
    float: left;
    clear: none;
    display: inline;
    margin: 10px 20px 10px 0;
  }
}
@media only screen and (min-width: 660px) {
  .main img.size-thumbnail {
    width: auto;
  }
}
@media only screen and (min-width: 481px) {
  .main img.size-thumbnail.alignright {
    float: right;
    margin: 10px 0 10px 20px;
  }
}
.main div {
  width: auto;
  height: auto;
  max-width: 620px;
}
.main div.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}
.main div.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}
.main div.alignnone {
  float: left;
  margin: 10px 20px 10px 0;
  width: 100% !important;
}
@media only screen and (min-width: 660px) {
  .main div.alignnone {
    width: auto !important;
  }
}
.main div.alignnone img {
  width: 100%;
}
.main div.aligncenter {
  display: block;
  margin: 10px auto;
  width: 100% !important;
}
@media only screen and (min-width: 660px) {
  .main div.aligncenter {
    width: auto !important;
  }
}
.main div.aligncenter img {
  width: 100%;
}
.main div.size-medium {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 481px) {
  .main div.size-medium {
    width: 50%;
  }
}
@media only screen and (min-width: 660px) {
  .main div.size-medium {
    width: auto;
  }
}
.main div .wp-caption-text {
  font-size: 14px;
}
.main table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  font-size: 0.8em;
  margin: 20px 0;
}
.main th {
  color: #555;
  font-weight: 600;
  background: #eee;
}
.main td, .main th {
  padding: 4px;
  border: 1px solid #dbdbdb;
  text-align: left;
}
.main tr:nth-child(even) {
  background: #FDFDFD;
}
.main ul.two-col {
  margin: 0 0 20px 1em;
  float: left;
}
.main ul.two-col li {
  width: 50%;
  float: left;
}
.main table img, .main .attachment img {
  width: auto;
}
.main ul {
  margin: 6px 0 20px;
}
.main #wpgmza_map {
  margin: 10px 0;
}
.main .wpcf7 {
  margin: 30px 0 0;
}
.main .wpcf7-form-control {
  margin: 8px 0 0;
}
.main h3 a {
  color: #7a7a7a;
  text-decoration: none;
}
.main h3 a:hover {
  text-decoration: underline;
}
.main .post_image {
  overflow: hidden;
  margin: 10px 10px 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -moz-box-shadow: 0px 1px 5px 0px #d7deeb;
  -webkit-box-shadow: 0px 1px 5px 0px #d7deeb;
  box-shadow: 0px 1px 5px 0px #d7deeb;
}
.main .post_image img {
  width: 100%;
  height: auto;
}
.main .edit {
  width: 100%;
  float: left;
}
.main .edit a {
  margin: 10px 0;
  font-size: 13px;
  color: #009bdb;
  text-decoration: underline;
}
.main .edit a:hover {
  text-decoration: none;
}
.main a.feature-top {
  width: 100%;
  color: white;
  background: #009bdb;
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  margin: 0 0 30px;
  border-radius: 4px;
  text-align: center;
  float: left;
}
@media only screen and (min-width: 660px) {
  .main a.feature-top {
    display: none;
  }
}
.main a.feature-top:hover {
  background: #0089c2;
}

.listing {
  list-style: none;
  padding: 0;
  margin: 20px 0.6em 0;
}
@media only screen and (min-width: 481px) {
  .listing {
    margin: 30px 20px 0;
  }
}
@media only screen and (min-width: 960px) {
  .listing {
    margin: 40px 0 0;
  }
}
.listing--3up {
  clear: both;
  padding-top: 1.625em;
}

.module {
  margin: 0 auto 1.625em;
  position: relative;
}
@media only screen and (min-width: 481px) {
  .module {
    width: 47%;
    float: left;
    margin: 0 6% 40px 0;
  }
  .module:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 481px) {
  .listing--2up .module:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 660px) {
  .listing--3up .module {
    margin-right: 4%;
    width: 30.66667%;
  }
  .listing--3up .module:nth-child(3n) {
    margin-right: 0;
  }
}
.module img {
  width: 60%;
  height: auto;
  margin: 0 auto 0.8125em;
  display: block;
  border: 0;
}
@media only screen and (min-width: 481px) {
  .module img {
    width: 100%;
  }
}
.module__copy p {
  font-size: 0.875em;
  margin: 0;
}
.module__copy p a {
  font-size: 0.75em;
  color: #009bdb;
  text-transform: uppercase;
  text-decoration: underline;
}
.module__copy p a:focus, .module__copy p a:hover {
  text-decoration: none;
}
.module__heading-link {
  color: inherit;
  text-decoration: none;
}
.module__heading-link:focus, .module__heading-link:hover {
  text-decoration: underline;
}

ul.in-this-section {
  width: 100%;
  list-style: none;
  padding: 0;
  float: left;
  margin: 10px 0 0;
}
@media only screen and (min-width: 481px) {
  ul.in-this-section {
    width: auto;
  }
}
ul.in-this-section li {
  width: 60%;
  float: none;
  overflow: hidden;
  margin: 0 auto 20px;
  background: white;
  color: #7a7a7a;
  position: relative;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 5px solid #009bdb;
  -moz-box-shadow: 0px 1px 15px 0px #c6cfe3;
  -webkit-box-shadow: 0px 1px 15px 0px #c6cfe3;
  box-shadow: 0px 1px 15px 0px #c6cfe3;
}
@media only screen and (min-width: 481px) {
  ul.in-this-section li {
    width: 48%;
    float: left;
    margin: 0 1% 10px 0;
    border-bottom: 5px solid white;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 960px) {
  ul.in-this-section li {
    width: 32%;
    float: left;
    margin: 0 2% 10px 0;
    border-bottom: 5px solid white;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  ul.in-this-section li:nth-child(3) {
    margin: 0 0 10px;
  }
}

ul.in-this-section li:hover {
  border-bottom: 5px solid #009bdb;
  -moz-box-shadow: 0px 1px 15px 0px #c6cfe3;
  -webkit-box-shadow: 0px 1px 15px 0px #c6cfe3;
  box-shadow: 0px 1px 15px 0px #c6cfe3;
}
ul.in-this-section li:hover .copy h4 a {
  opacity: 1;
}
ul.in-this-section li img {
  width: 94%;
  height: auto;
  padding: 5px;
  margin: 0 auto;
  display: block;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 960px) {
  ul.in-this-section li img {
    padding: 8px 0;
  }
}
ul.in-this-section li .copy {
  width: 94%;
  overflow: hidden;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin: 0 -47%;
}
@media only screen and (min-width: 960px) {
  ul.in-this-section li .copy {
    bottom: 8px;
  }
}
ul.in-this-section li .copy h4 {
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  position: relative;
  left: 0;
}
ul.in-this-section li .copy h4 a {
  width: 94%;
  background: #009bdb;
  display: block;
  padding: 8px;
  color: white;
  text-decoration: none;
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  ul.in-this-section li .copy h4 a {
    opacity: 0.8;
  }
}
ul.in-this-section li .copy h4 a:hover {
  text-decoration: none;
}

.posted {
  display: inline;
  float: left;
  padding: 4px 0 2px;
  border-top: 1px solid #d9d9d9;
  font-size: 10px;
  text-transform: uppercase;
  margin: 20px 0;
}
.posted a {
  color: #009bdb !important;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: underline !important;
}
.posted a:hover {
  text-decoration: none !important;
}

.pagination {
  width: 100% !important;
  float: left;
  text-align: center;
}
.pagination a {
  color: #009bdb;
  text-decoration: none;
}
.pagination a:hover {
  text-decoration: underline;
}

.cont .main .gallery-item {
  overflow: hidden;
}
.cont .main .gallery-item img {
  width: 95%;
  height: auto;
}

.wpcf7 form p {
  width: 100%;
  float: left;
}
.wpcf7 form label {
  width: 40%;
  float: left;
  margin: 16px 0 0;
}
.wpcf7 form span.wpcf7-form-control-wrap {
  width: 60%;
  float: right;
}
.wpcf7 form input[type="submit"] {
  margin: 8px 0 0 40%;
}
.wpcf7 form textarea {
  height: 80px;
}

footer {
  width: 100%;
  min-height: 120px;
  background: #1a1a1a;
  text-align: center;
  float: left;
  font-size: 13px;
  color: #7a7a7a;
}
footer .footer-border {
  width: 100%;
  border-top: 5px solid #009bdb;
}
footer .footer-cont {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
footer .footer-cont section {
  width: 60%;
  float: none;
  margin: 30px auto 45px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 660px) {
  footer .footer-cont section {
    width: 30%;
    float: left;
    margin: 50px 5% 65px;
    text-align: left;
  }
}
footer .footer-cont section:last-child {
  float: none;
  margin: 30px auto 45px;
}
@media only screen and (min-width: 660px) {
  footer .footer-cont section:last-child {
    float: right;
    margin: 50px 0 65px;
  }
}
footer .footer-cont section:first-child {
  margin: 30px auto 45px;
}
@media only screen and (min-width: 660px) {
  footer .footer-cont section:first-child {
    margin: 50px 0 65px;
  }
}
footer .footer-cont section div {
  margin: 0;
  line-height: 15px;
}
@media only screen and (min-width: 660px) {
  footer .footer-cont section div {
    margin: 0 0 0 10px;
    line-height: 15px;
  }
}
@media only screen and (min-width: 960px) {
  footer .footer-cont section div {
    margin: 0;
    line-height: 18px;
  }
}
footer .footer-cont section div.logo {
  width: 160px;
  margin: 0 auto 28px;
}
@media only screen and (min-width: 660px) {
  footer .footer-cont section div.logo {
    margin: 0 0 28px;
  }
}
footer .footer-cont section div.logo img {
  width: 160px;
}
footer .footer-cont section div p {
  line-height: 16px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 660px) {
  footer .footer-cont section div p {
    line-height: 18px;
  }
}
footer .footer-cont section h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 20px;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 660px) {
  footer .footer-cont section h2 {
    margin: 0 0 36px;
    text-align: left;
  }
}
footer .footer-cont section ul, footer .footer-cont section li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 660px) {
  footer .footer-cont section ul, footer .footer-cont section li {
    text-align: left;
  }
}
footer .footer-cont section li {
  margin: 0 0 8px;
}
@media only screen and (min-width: 660px) {
  footer .footer-cont section li {
    margin: 0 0 15px 0;
  }
}
footer .footer-cont section li:last-child {
  margin: 0;
}
@media only screen and (min-width: 660px) {
  footer .footer-cont section li:last-child {
    margin: 0;
  }
}
footer .footer-cont section a {
  color: #009bdb;
  text-decoration: none;
}
footer .footer-cont section a:hover {
  text-decoration: underline;
}

.footer {
  width: 100%;
  height: 0;
  float: left;
}
@media only screen and (min-width: 660px) {
  .footer {
    height: 50px;
  }
}

html, body {
  height: 100%;
}

#page {
  min-height: auto;
  margin-bottom: 0;
}
@media only screen and (min-width: 660px) {
  #page {
    margin-bottom: -340px;
    min-height: 100%;
  }
}

#page:after {
  content: "";
  display: block;
  clear: both;
}

footer, #page:after {
  height: auto;
  overflow: hidden;
}
@media only screen and (min-width: 660px) {
  footer, #page:after {
    height: 340px;
  }
}

.cont .main .wpcf7 p {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  padding-bottom: 0;
}
@media only screen and (min-width: 660px) {
  .cont .main .wpcf7 p {
    font-size: 14px;
  }
}
.cont .main .wpcf7 p img {
  display: none;
}

label {
  cursor: pointer;
}

.label {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  padding: 4px 0;
}

img.ajax-loader {
  display: inline-block;
  border: none;
}

.wpcf7-list-item-label {
  font-size: 13px;
}

.wpcf7 span.submit-label {
  display: none;
}

.required-label {
  color: #009bdb;
}

input {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

input[type="text"], input[type="email"], textarea {
  display: block;
  max-width: 100%;
  width: 96%;
  border: 1px solid #c6cfe3;
  padding: 6px;
  background: #FFF;
  font-size: 13px;
  line-height: 22px;
}

input[type="submit"] {
  overflow: hidden;
  margin: 8px 0 0 0;
  padding: 4px 20px;
  border: none;
  font-size: 14px;
  background: #009bdb;
  border-radius: 5px;
  color: white;
}

input[type="submit"]:hover {
  background: #0089c2;
}

.wpcf7 {
  overflow: hidden;
  padding: 0 15px 20px !important;
  background: #f4f4f4;
  border-radius: 5px;
  margin: 0 10px;
}

.form-row {
  display: block;
  overflow: hidden;
  padding: 8px;
}

.form-row--minor {
  padding-top: 0;
  padding-bottom: 0;
}

.wpcf7 .label {
  display: block;
  overflow: hidden;
  float: left;
  width: 135px;
  margin-right: 20px;
  margin-top: 0.4em;
}

.wpcf7-radio {
  display: block;
  margin-top: 0.4em;
}

.wpcf7-list-item {
  display: inline-block;
  margin-right: 1em;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 .form-submit {
  display: block;
  float: left;
  width: 300px;
}

.wpcf7-mail-sent-ng {
  color: red;
  font-size: 12px;
}

.wpcf7-mail-sent-ok {
  color: green;
  font-size: 12px;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 1px solid red;
}

.wpcf7-validation-errors {
  color: red;
  font-size: 12px;
}

.wpcf7-not-valid-tip {
  display: none;
}

.error {
  color: red;
  font-size: 12px;
}

.success {
  color: green;
  font-size: 12px;
}

.wpcf7-response-output {
  margin: 0 10px;
  font-size: 12px;
}

.screen-reader-response {
  margin: 20px 10px 0;
  font-size: 12px;
}

div.wpcf7-mail-sent-ok {
  border: 0;
  float: right;
  width: 57% !important;
  text-align: left;
}

div.wpcf7-validation-errors {
  border: 0;
  float: right;
  width: 57% !important;
  text-align: left;
}

#tribe-events-pg-template {
  width: auto;
  background: #f9fafc;
  padding-bottom: 20px;
  float: left;
  color: #7a7a7a;
}
@media only screen and (min-width: 768px) {
  #tribe-events-pg-template {
    width: 100%;
  }
}
#tribe-events-pg-template a.feature-top {
  width: 100%;
  color: white;
  background: #009bdb;
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  margin: 0 0 30px;
  border-radius: 4px;
  text-align: center;
  float: left;
}
@media only screen and (min-width: 660px) {
  #tribe-events-pg-template a.feature-top {
    display: none;
  }
}
#tribe-events-pg-template a.feature-top:hover {
  background: #0089c2;
}

#tribe-events-content {
  padding-top: 20px !important;
}
@media only screen and (min-width: 768px) {
  #tribe-events-content {
    margin: 0 0 0 30px;
  }
}

.tribe-events-nav-next a, .tribe-events-nav-previous a, .tribe-events-list-event-title a, .tribe-events-read-more, .tribe-events-month-event-title a, .tribe-events-back a, .tribe-events-single-event-title {
  color: #009bdb;
}

.tribe-events-event-meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .tribe-events-event-meta a {
    color: #009bdb;
  }
}

#tribe-events-content h4.summary a {
  color: #009bdb;
}

.tribe-events-list-separator-month span {
  background-color: #f9fafc !important;
}

.tribe-events-meta-group-details, .tribe-events-meta-group-organizer {
  padding: 20px 0 !important;
}
.tribe-events-meta-group-details dt, .tribe-events-meta-group-organizer dt {
  width: auto;
  float: left;
  padding-right: 6px;
}

.tribe-events-gcal {
  margin-right: 0 !important;
}

.tribe-events-calendar thead th {
  background-color: #65747e !important;
  border-left: 1px solid #65747e !important;
  border-right: 1px solid #65747e !important;
}

.tribe-events-notices {
  background: #eff1f3 !important;
  border-color: #d3d8dc !important;
  color: #7a7a7a !important;
}

#tribe-events-content .tribe-events-calendar td {
  border-color: #b7bfc5 !important;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  background: none !important;
}
@media only screen and (min-width: 768px) {
  .tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    background-color: #9ba6ae !important;
  }
}

h3.tribe-events-month-event-title a {
  margin: 5px;
  display: block;
}

#tribe-bar-form, .tribe-bar-collapse #tribe-bar-collapse-toggle {
  background-color: #eff2f7 !important;
}

#tribe-bar-views, .tribe-bar-views-inner, .tribe-bar-views-inner a {
  background-color: #e8ecf4 !important;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #65747e !important;
}

#tribe-bar-views .tribe-bar-views-list {
  padding: 0 !important;
}

.tribe-events-day .tribe-events-day-time-slot h5 {
  background-color: #e8ecf4 !important;
  color: #7a7a7a !important;
}

#tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover,
.tribe-events-calendar td.mobile-active {
  background: #009bdb !important;
}

.tribe-events-nav-next a, .tribe-events-nav-previous a {
  background: #9ba6ae !important;
}
@media only screen and (min-width: 768px) {
  .tribe-events-nav-next a, .tribe-events-nav-previous a {
    background: none !important;
  }
}

.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  background: none !important;
}
@media only screen and (min-width: 768px) {
  .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
    background: #d3d8dc !important;
  }
}

.tribe-events-calendar td.tribe-events-present.mobile-active {
  background: #009bdb !important;
}
@media only screen and (min-width: 768px) {
  .tribe-events-calendar td.tribe-events-present.mobile-active {
    background: none !important;
  }
}

.tribe-events-list-event-description a:first-child {
  display: none !important;
}

.tribe-events-meta-group-venue dd {
  -webkit-margin-start: 0;
  margin-start: 0;
  margin-left: 0;
}

.tribe-events-meta-group-gmap {
  width: 100% !important;
  padding: 0 !important;
  margin: 40px 0 !important;
}

.tribe-events-single-section {
  float: left !important;
  width: 100% !important;
}

.tribe-events-cal-links {
  display: none;
}

.tribe-events-meta-group-venue, .tribe-events-meta-group-details, .tribe-events-meta-group-organizer {
  width: 100% !important;
  min-height: 150px;
  font-size: 14px;
  padding: 10px !important;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  float: right !important;
  margin: 10px 0 !important;
  background: white;
  -moz-box-shadow: 0px 1px 5px 0px #d7deeb;
  -webkit-box-shadow: 0px 1px 5px 0px #d7deeb;
  box-shadow: 0px 1px 5px 0px #d7deeb;
}
@media only screen and (min-width: 660px) {
  .tribe-events-meta-group-venue, .tribe-events-meta-group-details, .tribe-events-meta-group-organizer {
    width: 48% !important;
  }
}
.tribe-events-meta-group-venue a, .tribe-events-meta-group-details a, .tribe-events-meta-group-organizer a {
  color: #009bdb !important;
}
.tribe-events-meta-group-venue h3, .tribe-events-meta-group-details h3, .tribe-events-meta-group-organizer h3 {
  padding: 0 !important;
  margin: 0 !important;
}

.tribe-events-meta-group-details {
  float: left !important;
}

.tribe-events-meta-group-organizer dd.org {
  margin: 0;
}

#tribe-events-content {
  width: 100% !important;
  float: left;
}
@media only screen and (min-width: 660px) {
  #tribe-events-content {
    width: 63% !important;
  }
}

#tribe-events-content-wrapper .tribe-events-month {
  width: 94% !important;
}

.sidebar {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (min-width: 660px) {
  .sidebar {
    width: 26%;
    float: right;
    min-width: initial;
    margin: 10px 20px 30px 0;
  }
}
@media only screen and (min-width: 960px) {
  .sidebar {
    width: 30.66667%;
    margin: 0.5em 0 30px 0;
  }
}
.sidebar > h3 {
  width: 100%;
  float: left;
  margin-top: 0;
}
.sidebar a.feature {
  color: white;
  background: #009bdb;
  display: none;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  margin: 0 0 30px;
  border-radius: 4px;
  text-align: center;
}
@media only screen and (min-width: 660px) {
  .sidebar a.feature {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .sidebar a.feature {
    font-size: 24px;
    line-height: 32px;
  }
}
.sidebar a.feature:hover {
  background: #0089c2;
}
.sidebar .widget {
  width: 100%;
  float: left;
  min-height: 30px;
  margin: 0 0 30px;
  background: white;
}
.sidebar .widget > ul, .sidebar .widget .searchform, .sidebar .widget .featured_section {
  width: 100%;
  min-height: 30px;
  overflow: hidden;
  border-top: 5px solid #009bdb;
  margin: 0 0 30px;
  background: white;
  font-size: 14px;
  list-style: none;
  padding: 10px 0;
  list-style: none;
  box-shadow: 0 2px 4px rgba(198, 207, 227, 0.8);
}
.sidebar .widget > ul li, .sidebar .widget .searchform li, .sidebar .widget .featured_section li {
  width: 100%;
}
.sidebar .widget > ul li:last-child, .sidebar .widget .searchform li:last-child, .sidebar .widget .featured_section li:last-child {
  border: 0;
}
.sidebar .widget > ul li a, .sidebar .widget .searchform li a, .sidebar .widget .featured_section li a {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 20px;
  display: block;
  color: #009bdb;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .widget > ul li a:hover, .sidebar .widget .searchform li a:hover, .sidebar .widget .featured_section li a:hover {
  text-decoration: underline;
}
.sidebar .widget > ul.links, .sidebar .widget .searchform.links, .sidebar .widget .featured_section.links {
  padding: 0;
}
.sidebar .widget > ul.links li a, .sidebar .widget .searchform.links li a, .sidebar .widget .featured_section.links li a {
  padding: 0 !important;
}
.sidebar .widget > ul ul.children, .sidebar .widget .searchform ul.children, .sidebar .widget .featured_section ul.children {
  list-style: none;
  padding-left: 20px;
}
.sidebar .widget h3 a {
  color: #7a7a7a;
  text-decoration: none;
}
.sidebar .widget h3 a:hover {
  text-decoration: underline;
}
.sidebar .widget .contact {
  text-align: left;
  padding: 0 20px 6px;
  margin: 10px 0 0;
  font-size: 12px;
}
@media only screen and (min-width: 960px) {
  .sidebar .widget .contact {
    font-size: 16px;
  }
}
.sidebar .widget .contact:last-child {
  margin: 0 0 10px;
}
.sidebar .widget .contact span {
  width: 50px;
  float: left;
  font-size: 11px;
  padding: 1px 0 0;
}
@media only screen and (min-width: 960px) {
  .sidebar .widget .contact span {
    font-size: 12px;
    padding: 4px 0 0;
  }
}
.sidebar .widget a {
  color: #009bdb;
}
.sidebar .widget a:hover {
  text-decoration: none;
}
.sidebar .widget img {
  width: 100%;
  height: auto;
}
.sidebar .widget p {
  text-align: left;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .sidebar .widget p {
    line-height: 20px;
  }
}
.sidebar .widget p a {
  text-transform: uppercase;
  font-size: 10px;
}
.sidebar .widget p a:hover {
  text-decoration: none;
}
.sidebar .widget a.link {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  float: left;
  font-size: 11px;
  color: #009bdb;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 6px;
}
@media only screen and (min-width: 960px) {
  .sidebar .widget a.link {
    font-size: 12px;
  }
}
.sidebar .widget a.link:first-child {
  margin-top: 12px;
}
.sidebar .widget a.link:last-child {
  margin-bottom: 12px;
}
.sidebar .widget a.link:hover {
  text-decoration: underline;
}
.sidebar .widget a.link span {
  width: 46px;
  height: 40px;
  background: none;
  float: left;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 660px) {
  .sidebar .widget a.link span {
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .sidebar .widget a.link span {
    margin: 0 10px 0 20px;
  }
}
.sidebar .widget a.link.iOS span {
  background: url(img/social.png);
  background-position: 0 0;
}
.sidebar .widget a.link.android span {
  background: url(img/social.png);
  background-position: 0 -40px;
}
.sidebar .widget a.link.facebook span {
  background: url(img/social.png);
  background-position: 0 -80px;
}
.sidebar .widget a.link.twitter span {
  background: url(img/social.png);
  background-position: 0 -120px;
}
.sidebar .widget a.link.email span {
  background: url(img/social.png);
  background-position: 0 -160px;
}
.sidebar .widget a.link.instagram span {
  background: url(img/social.png);
  background-position: 0 -200px;
}
.sidebar .widget a.link.phone span {
  background: url(img/social.png);
  background-position: 0 -240px;
}
.sidebar .widget a.link.youtube span {
  background: url(img/social.png);
  background-position: 0 -280px;
}
.sidebar .widget .searchform div {
  padding: 10px 20px;
}
.sidebar .widget .searchform div label {
  float: left;
  color: #009bdb;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 4px;
}

.sidebar .widget .featured_section p {
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 16px;
  color: #7a7a7a;
}
.sidebar .widget .featured_section h2, .sidebar .widget .featured_section h3 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  padding: 0 16px;
  font-size: 12px;
  line-height: 14px;
  color: #7a7a7a;
  font-weight: bold;
}
.sidebar .widget .featured_section h3 {
  margin-bottom: 10px;
  font-weight: normal;
}

.banner-wrap {
  clear: both;
  position: relative;
  overflow: hidden;
  height: 440px;
  margin: 8px 0 0 0;
  background: url(../../themes/exquisine/img/banner.jpg);
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}

#banner-next, #banner-prev {
  width: 24px;
  height: 40px;
  position: absolute;
  top: 220px;
  left: 30px;
  z-index: 999999;
  color: white;
  outline: 0;
  display: none;
  background: url(img/arrows.png) no-repeat 0;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  #banner-next, #banner-prev {
    background: url(img/arrows@2x.png) no-repeat 0;
    -webkit-background-size: 202px 146px;
    -moz-background-size: 202px 146px;
    -ms-background-size: 202px 146px;
    -o-background-size: 202px 146px;
    background-size: 202px 146px;
  }
  .ie #banner-next, .ie #banner-prev {
    background: url(img/arrows.png) no-repeat 0;
  }
}
@media only screen and (min-width: 481px) {
  #banner-next, #banner-prev {
    display: block;
  }
}
@media only screen and (min-width: 1160px) {
  #banner-next, #banner-prev {
    top: 320px;
  }
}

#banner-next {
  left: initial;
  right: 30px;
  background: url(img/arrows.png) no-repeat -24px 0;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  #banner-next {
    background: url(img/arrows@2x.png) no-repeat -24px 0;
    -webkit-background-size: 202px 146px;
    -moz-background-size: 202px 146px;
    -ms-background-size: 202px 146px;
    -o-background-size: 202px 146px;
    background-size: 202px 146px;
  }
  .ie #banner-next {
    background: url(img/arrows.png) no-repeat -24px 0;
  }
}

.banners {
  overflow: hidden;
  height: 440px;
}

.banner {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.banner-inner {
  position: relative;
  z-index: 100;
  overflow: hidden;
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.banner-message {
  position: absolute;
  left: 0;
  bottom: 90px;
  display: block;
  width: 100%;
  line-height: 1.1;
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 0 16px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  text-transform: lowercase;
  font-size: 50px;
}
@media only screen and (min-width: 660px) {
  .banner-message {
    font-size: 60px;
  }
}
@media only screen and (min-width: 960px) {
  .banner-message {
    padding: 0;
    font-size: 80px;
  }
}
.banner-message a {
  display: inline;
  color: white;
  text-decoration: none;
}
.banner-message a:focus, .banner-message a:hover {
  color: #009bdb;
}

.banner-pager {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 100%;
  margin: 15px 0;
  text-align: center;
}
.banner-pager span {
  display: inline-block;
  overflow: hidden;
  width: 14px;
  height: 14px;
  margin: 20px 5px;
  background: #009bdb;
  cursor: pointer;
  text-indent: -99999em;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.banner-pager .cycle-pager-active {
  background: white;
}

.banner-mobile {
  width: 100%;
  height: 120px;
  margin: 44px 0 0 0;
  clear: both;
  float: left;
  position: relative;
  overflow: hidden;
  background: url(../../themes/exquisine/img/banner.jpg);
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}
@media only screen and (min-width: 481px) {
  .banner-mobile {
    display: none;
  }
}

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