/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import 'https://fonts.googleapis.com/css?family=Lora';
@import 'https://fonts.googleapis.com/css?family=Roboto';
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/**
 * Urls are relative to screen.css
 */
/**
 * @see https://en.wikipedia.org/wiki/Web_colors
 *
 */
body {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem; }

h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-family: "Lora", serif;
  font-size: 1.125rem;
  font-weight: 700; }

h1 {
  font-size: 1.6667rem;
  margin: 0 0 .5em; }

h2 {
  font-size: 1.4rem;
  margin: 0.5em 0; }

h3 {
  font-size: 1.25rem;
  margin: 0.5em 0 0.25em 0; }

h4 {
  font-size: 1.25rem;
  margin: 0; }

h5 {
  margin: 0; }

h6 {
  margin: 0; }

a {
  color: inherit;
  text-decoration: none; }

p {
  line-height: 1.25em;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0.5em 0; }
  p a {
    color: #183365; }

address {
  white-space: pre-line; }

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

table {
  margin: 1em 0 1em 0; }

th {
  font-weight: 700; }

td {
  padding: 0.25em; }

thead th {
  text-align: left; }

tbody th {
  text-align: right; }

fieldset {
  margin: 0 0 3em 0;
  padding: 0; }

form {
  margin: 0 0 .2rem 0; }

legend {
  color: #212121;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 0 0; }

label {
  font-weight: normal; }

@media all and (min-width: 640px) {
  textarea {
    width: 55ex;
    height: 12em; } }

@media print {
  :root {
    font-size: 10pt; }
  h1 {
    font-size: 1.6667rem;
    margin: 0.5em 0 0 0; }
  h2 {
    font-size: 1.4rem;
    margin: 0.5em 0 0 0; } }

body > header {
  background-color: #fff;
  color: #183365;
  padding-top: 0.5em;
  padding-left: 0.5em; }
  body > header a {
    color: #183365;
    font-family: "Roboto", sans-serif; }
  body > header > .container h1, body > header > .container h2 {
    display: inline-block;
    margin: .2em 0;
    vertical-align: middle; }
  body > header > .container h1 a {
    margin-left: 0.5em;
    font-size: 1.4rem;
    font-weight: normal;
    display: inline-block;
    background: url("") no-repeat left center;
    background-size: 2.5rem;
    padding-left: 3rem;
    line-height: 2.5rem; }
  body > header > .container h2 {
    font-size: 1rem;
    margin: 0 0 0 2em;
    padding: 0 0 0 2em;
    border-left: 1px solid #eee4e1; }
  body > header .utilityBar {
    position: absolute;
    right: 10px;
    top: 10px; }
    body > header .utilityBar nav {
      float: right;
      margin: 0 0 0 1em; }

@media all and (min-width: 640px) {
  #nav1 {
    overflow: auto; }
    #nav1 a {
      color: #183365;
      display: block;
      float: left;
      margin-right: 0.5em;
      padding: 0.5em 0.75em; }
    #nav1 form {
      float: right; }
    #nav1 fieldset {
      margin: 0; }
    #nav1 input {
      font-size: 1em;
      padding: 0.25em; } }

button, .button {
  font-family: "Roboto", sans-serif;
  background: #4caf50;
  border: 1px solid #9e9e9e;
  border-radius: 0.5em;
  box-sizing: content-box;
  color: #fff;
  display: inline-block;
  line-height: 1.2em;
  margin-right: 0.5em;
  padding: 0.5em 1em;
  font-size: 1rem;
  font-weight: normal;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0.5em center;
  background-size: 1em 1em; }
  button:hover, .button:hover {
    background-color: #77cc7d;
    cursor: pointer;
    text-decoration: none; }

.icon {
  cursor: pointer;
  display: inline-block;
  width: 0;
  height: 1em;
  overflow: hidden;
  text-indent: -1000em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1em 1em; }

button.add, .button.add, .icon.add {
  background-image: url("../img/fa-svg/gray/svg/plus.svg");
  padding-left: 2rem; }

button.edit, .button.edit, .icon.edit {
  background-image: url("../img/fa-svg/gray/svg/pencil.svg");
  padding-left: 2rem; }

button.delete, .button.delete, .icon.delete {
  background-image: url("../img/fa-svg/gray/svg/times.svg");
  padding-left: 2rem; }

button.submit, .button.submit, .icon.submit {
  background-image: url("../img/fa-svg/gray/svg/check.svg");
  padding-left: 2rem; }

button.save, .button.save, .icon.save {
  background-image: url("../img/fa-svg/gray/svg/floppy-o.svg");
  padding-left: 2rem; }

button.search, .button.search, .icon.search {
  background-image: url("../img/fa-svg/gray/svg/search.svg");
  padding-left: 2rem; }

button.calendar, .button.calendar, .icon.calendar {
  background-image: url("../img/fa-svg/gray/svg/calendar.svg");
  padding-left: 2rem; }

button.location, .button.location, .icon.location {
  background-image: url("../img/fa-svg/gray/svg/map-marker.svg");
  padding-left: 2rem; }

button.map, .button.map, .icon.map {
  background-image: url("../img/fa-svg/gray/svg/globe.svg");
  padding-left: 2rem; }

button.list, .button.list, .icon.list {
  background-image: url("../img/fa-svg/gray/svg/list-ul.svg");
  padding-left: 2rem; }

button.print, .button.print, .icon.print {
  background-image: url("../img/fa-svg/gray/svg/print.svg");
  padding-left: 2rem; }

button.reorder, .button.reorder, .icon.reorder {
  background-image: url("../img/fa-svg/gray/svg/reorder.svg");
  padding-left: 2rem; }

button.user, .button.user, .icon.user {
  background-image: url("../img/fa-svg/gray/svg/user.svg");
  padding-left: 2rem; }

button.upload, .button.upload, .icon.upload {
  background-image: url("../img/fa-svg/gray/svg/upload.svg");
  padding-left: 2rem; }

button.download, .button.download, .icon.download {
  background-image: url("../img/fa-svg/gray/svg/download.svg");
  padding-left: 2rem; }

.dropdown {
  display: inline-block;
  margin: 0 0.5em;
  position: relative; }
  .dropdown .launcher {
    border: 1px solid #9e9e9e;
    border-radius: 0.5em;
    outline: none;
    background-repeat: no-repeat;
    background-position: 0.5em center;
    background-size: 1em 1em;
    background-image: url("../img/fa-svg/gray/svg/chevron-down.svg");
    padding-left: 1.7em; }
    .dropdown .launcher[aria-expanded="true"] + .links {
      display: block; }
    .dropdown .launcher[aria-expanded="false"] + .links {
      display: none; }
  .dropdown .links {
    background: #fff;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
    min-width: 12rem;
    padding: 0.5em 0;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    transition: opacity .125s ease-in-out;
    z-index: 20; }
  .dropdown .subgroup:not(:first-of-type):before {
    background-color: #183365;
    color: #fff;
    content: '';
    display: block;
    height: 1px;
    margin: 0.5em; }
  .dropdown a {
    font-family: "Lora", serif;
    display: block;
    padding: 0.25em 0.5em; }
    .dropdown a:hover {
      background-color: #183365;
      color: #fff; }

/*
    Events, dates, and times.
*/
.dateHeader {
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0.67em 0; }
  @media all and (min-width: 350px) {
    .dateHeader {
      text-transform: none; }
      .dateHeader-weekday {
        display: block;
        font-size: 1.125rem;
        font-style: italic;
        line-height: 1em;
        margin: 0 0 -.25em 0; }
      .dateHeader-month {
        font-size: 1.25rem;
        line-height: 1em; }
      .dateHeader-monthDate {
        display: inline-block;
        font-size: 2.25rem;
        font-style: italic;
        line-height: 1rem;
        position: relative;
        top: .125em; } }

.event {
  display: block; }
  .event > h1 {
    display: block;
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 0 0 .25em 0; }
  .event-list {
    display: block;
    list-style: none;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; }
  .event-dateTime, .event-location {
    display: inline-block; }
  .event-location:before {
    background: url("../img/fa-svg/gray/svg/map-marker.svg") no-repeat 50% 50%/100% 100%;
    content: '';
    display: inline-block;
    height: 1em;
    position: relative;
    top: .1em;
    width: 1em; }
  .event-meta {
    margin: 0 0 1rem 0; }
  @media all and (min-width: 640px) {
    .event-meta {
      margin: 0 0 .5rem 0; } }

.fsCal {
  border-top: 1px solid; }
  .fsCal > .event {
    position: relative; }
    .fsCal > .event > h1 {
      font-size: 1.125rem;
      font-weight: normal;
      margin-right: 2.25rem; }
    .fsCal > .event > .icon.calendar {
      height: 1.4375rem;
      position: absolute;
      top: .5rem;
      right: .5rem;
      width: 1.4375rem; }
  @media all and (min-width: 640px) {
    .fsCal > .event {
      box-sizing: border-box;
      padding-left: 16.66667%; }
      .fsCal > .event:not(:first-of-type) {
        border-top: 1px solid; }
      .fsCal > .event > h1 {
        line-height: 1.25em;
        margin-bottom: 0;
        padding-top: .5rem; }
      .fsCal > .event > time {
        font-size: 1.125rem;
        line-height: 1.25em;
        position: absolute;
        top: .6rem;
        left: 0; }
      .fsCal > .event > .event-description > p {
        margin: 0.5rem 0; } }
  @media all and (min-width: 1080px) {
    .fsCal > .dateHeader {
      float: left; }
    .fsCal > .event {
      margin-left: 16.66667%;
      padding-left: 8.33333%; } }

input[type="tel"] {
  padding-left: 44px; }

input.date, input.time {
  width: 10em; }

input[type="checkbox"], input[type="radio"] {
  font-size: 1em;
  padding: 0;
  vertical-align: middle;
  width: 1em;
  height: 1em; }

dl {
  border-top: 1px solid #eee4e1;
  display: block;
  margin: 0;
  padding: 0.5em 0;
  overflow: auto; }
  dl dt {
    font-family: "Lora", serif;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 1em 0 0 0;
    padding: .2em 0 0 0; }
  dl dd {
    margin: 0;
    padding: 0; }
    dl dd .help {
      display: inline-block;
      margin-left: 1em; }

form dl {
  border-top: none; }
  form dl input:not([type="checkbox"][type="radio"]) {
    box-sizing: border-box;
    border: 1px solid #9e9e9e;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    padding: 0.5em;
    width: 100%; }
    form dl input:not([type="checkbox"][type="radio"]):focus {
      background-color: #fff;
      border-color: #212121; }
  form dl.checkbox label, form dl.radio label {
    display: block;
    margin: 0;
    vertical-align: middle;
    margin-bottom: 0.25em;
    padding: 0 0 0 1.6em;
    vertical-align: middle;
    line-height: 1.2em; }
  @media all and (min-width: 640px) {
    form dl {
      background: #c9e5f7;
      margin: 2px 0; }
      form dl:after {
        clear: both;
        content: '';
        display: table; }
      form dl dt {
        color: #212121;
        float: left;
        font-size: 0.8125em;
        margin: 0;
        padding: .75em 0 0 1em;
        width: 8em; }
      form dl dd {
        margin-left: 8em; }
      form dl input:not([type="checkbox"][type="radio"]) {
        font-size: 0.875em;
        width: 20em; }
        form dl input:not([type="checkbox"][type="radio"]).datePicker {
          width: inherit; }
        form dl input:not([type="checkbox"][type="radio"]).timePicker {
          width: inherit; }
      form dl.radio dt, form dl.checkbox dt, form dl.select dt {
        padding-top: 0.5em; } }

.miniGallery:after {
  clear: both;
  content: '';
  display: table; }

.miniGallery-col img {
  width: 100%; }

@media all and (min-width: 640px) {
  .miniGallery-col {
    box-sizing: border-box;
    float: left; }
    .miniGallery-col:nth-last-of-type(3):first-child,
    .miniGallery-col:nth-last-of-type(3):first-child ~ .miniGallery-col {
      width: 33%; }
  .miniGallery + .text-description ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em; }
    .miniGallery + .text-description ul > li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }

thead th {
  background: #183365;
  color: gainsboro;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Lora", serif;
  height: 2em;
  padding: 0.5em;
  vertical-align: bottom; }
  thead th:first-child {
    padding-left: 1.5em; }
  thead th a {
    color: #fff; }

tbody th, tbody td {
  background: gainsboro;
  border-top: 1px solid #eee4e1;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.2em;
  padding: 0.5em;
  vertical-align: top; }
  tbody th:first-child, tbody td:first-child {
    padding-left: 1.5em; }

tbody tr:nth-child(even) td {
  background: silver; }

table {
  width: 100%; }
  @media print {
    table .dropdown {
      display: none; } }

@media print {
  thead th, thead td, tbody th, tbody td {
    background: none;
    font-size: 11pt; }
    thead th:first-child, thead td:first-child, tbody th:first-child, tbody td:first-child {
      padding-left: 0; } }

.personList:after {
  clear: both;
  content: '';
  display: table; }

.personListing {
  box-sizing: border-box; }
  .personListing > dt {
    float: none;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 0.625rem 0 0 0; }
    .personListing > dt:first-child {
      margin-top: 0; }
    .personListing > dt > span:last-child {
      font-weight: 600; }
  .personListing > dd {
    font-size: 0.875rem;
    margin: 0; }
  @media all and (min-width: 640px) {
    .personListing {
      float: left; } }
  @media screen and (min-width: 640px) and (max-width: 1080px) {
    .personListing {
      width: 33%; }
      .personListing:nth-of-type(3n+1) {
        clear: both; } }
  @media all and (min-width: 1080px) {
    .personListing {
      width: 25%; }
      .personListing:nth-of-type(4n+1) {
        clear: both; } }

.pricingTable {
  margin-right: auto;
  margin-left: auto; }
  .pricingTable:after {
    clear: both;
    content: '';
    display: table; }

.pricingOffer {
  box-sizing: border-box;
  margin-bottom: 2em; }
  .pricingOffer-title {
    font-size: 1.125rem;
    margin-bottom: 0; }
  .pricingOffer-meta {
    margin: 0 0 .25em 0; }
  .pricingOffer-details > p {
    line-height: 1.25em;
    margin: .33em 0; }
  .pricingOffer-value {
    font-size: 2em; }
  @media all and (min-width: 640px) {
    .pricingOffer {
      float: left;
      width: 50%; }
      .pricingOffer:nth-last-of-type(3):first-child,
      .pricingOffer:nth-last-of-type(3):first-child ~ .pricingOffer {
        width: 33%; }
      .pricingOffer-title {
        font-size: 1.5rem; } }
  @media all and (min-width: 1080px) {
    .pricingOffer:nth-last-of-type(4):first-child,
    .pricingOffer:nth-last-of-type(4):first-child ~ .pricingOffer {
      width: 25%; } }

main header h1 {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 1em; }

main header .tools {
  display: inline-block; }

section, article {
  margin: 0 0 2em 0; }
  section section, section article, article section, article article {
    margin: 0 0 1rem 0; }

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