@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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 {
  color: inherit;
  /* 1 */
  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"] {
  -moz-box-sizing: border-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

/* TODO: Move mixins to respective component files! */
html {
  font-size: 1.125em;
  line-height: 1.5;
  color: black; }

body {
  font-family: "Source Sans Pro", sans-serif; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* TODO: Mediaqueries needs massive work! */
a {
  color: #264d34;
  text-decoration: none; }

a:hover {
  color: #c0d878; }

a:visited {
  color: #264d34; }

a:focus,
a:active {
  color: #264d34; }

p {
  margin: 1.5em 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 600; }

h1 {
  font-size: 4.21399em;
  line-height: 1.06787;
  margin-top: 0.35596em;
  margin-bottom: 0.35596em; }

h2 {
  font-size: 3.16049em;
  line-height: 1.42383;
  margin-top: 0.47461em;
  margin-bottom: 0.47461em; }

h3 {
  font-size: 2.37037em;
  line-height: 1.26563;
  margin-top: 0.63281em;
  margin-bottom: 0.63281em; }

h4 {
  font-size: 1.77778em;
  line-height: 0.84375;
  margin-top: 0.84375em;
  margin-bottom: 0.84375em; }

h5 {
  font-size: 1.33333em;
  line-height: 1.125;
  margin-top: 1.125em;
  margin-bottom: 1.125em; }

h6 {
  font-size: 1em;
  line-height: 1.5;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 1.5em 0;
  padding: 0; }

.grid:after, .home-select:after, .header-top:after, .staff:after, .success:after {
  content: " ";
  display: table;
  clear: both; }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.wrapper {
  margin: 0 auto;
  max-width: 1084px;
  padding: 0 0.75em; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* IE8- */ }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

ul, ol {
  margin: 1.5em 0;
  padding-left: 3em; }

ul ul,
ol ol {
  margin: 0.75em 0;
  padding-left: 3em; }

dl, dt, dd {
  margin: 0;
  padding: 0; }

ul.grid, .mobile-nav, ul.feature-list, .nav-secondary ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.grid {
  margin-left: -0.75em !important;
  margin-right: -0.75em !important; }

.mobile-12, .mobile-9, .mobile-8, .mobile-6, .mobile-4, .mobile-3, .mobile-2, .mobile-1,
.tablet-12, .tablet-9, .tablet-8, .tablet-6, .tablet-4, .tablet-3, .tablet-2, .tablet-1,
.desktop-12, .desktop-9, .desktop-8, .desktop-6, .desktop-4, .desktop-3, .desktop-2, .desktop-1 {
  float: left;
  padding-left: 0.75em;
  padding-right: 0.75em; }
  @media only screen and (max-width: 767px) {
    .mobile-12.mobile-centered, .mobile-9.mobile-centered, .mobile-8.mobile-centered, .mobile-6.mobile-centered, .mobile-4.mobile-centered, .mobile-3.mobile-centered, .mobile-2.mobile-centered, .mobile-1.mobile-centered,
    .tablet-12.mobile-centered, .tablet-9.mobile-centered, .tablet-8.mobile-centered, .tablet-6.mobile-centered, .tablet-4.mobile-centered, .tablet-3.mobile-centered, .tablet-2.mobile-centered, .tablet-1.mobile-centered,
    .desktop-12.mobile-centered, .desktop-9.mobile-centered, .desktop-8.mobile-centered, .desktop-6.mobile-centered, .desktop-4.mobile-centered, .desktop-3.mobile-centered, .desktop-2.mobile-centered, .desktop-1.mobile-centered {
      margin-left: auto;
      margin-right: auto;
      float: none; } }
  @media only screen and (min-width: 992px) {
    .mobile-12.desktop-centered, .mobile-9.desktop-centered, .mobile-8.desktop-centered, .mobile-6.desktop-centered, .mobile-4.desktop-centered, .mobile-3.desktop-centered, .mobile-2.desktop-centered, .mobile-1.desktop-centered,
    .tablet-12.desktop-centered, .tablet-9.desktop-centered, .tablet-8.desktop-centered, .tablet-6.desktop-centered, .tablet-4.desktop-centered, .tablet-3.desktop-centered, .tablet-2.desktop-centered, .tablet-1.desktop-centered,
    .desktop-12.desktop-centered, .desktop-9.desktop-centered, .desktop-8.desktop-centered, .desktop-6.desktop-centered, .desktop-4.desktop-centered, .desktop-3.desktop-centered, .desktop-2.desktop-centered, .desktop-1.desktop-centered {
      margin-left: auto;
      margin-right: auto;
      float: none; } }

.mobile-1 {
  width: 8.33333%; }

.mobile-2 {
  width: 16.66667%; }

.mobile-3 {
  width: 25%; }

.mobile-4 {
  width: 33.33333%; }

.mobile-5 {
  width: 41.66667%; }

.mobile-6 {
  width: 50%; }

.mobile-7 {
  width: 58.33333%; }

.mobile-8 {
  width: 66.66667%; }

.mobile-9 {
  width: 75%; }

.mobile-10 {
  width: 83.33333%; }

.mobile-11 {
  width: 91.66667%; }

.mobile-12 {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .tablet-1 {
    width: 8.33333%; }

  .tablet-2 {
    width: 16.66667%; }

  .tablet-3 {
    width: 25%; }

  .tablet-4 {
    width: 33.33333%; }

  .tablet-5 {
    width: 41.66667%; }

  .tablet-6 {
    width: 50%; }

  .tablet-7 {
    width: 58.33333%; }

  .tablet-8 {
    width: 66.66667%; }

  .tablet-9 {
    width: 75%; }

  .tablet-10 {
    width: 83.33333%; }

  .tablet-11 {
    width: 91.66667%; }

  .tablet-12 {
    width: 100%; } }
@media only screen and (min-width: 992px) {
  .desktop-1 {
    width: 8.33333%; }

  .desktop-2 {
    width: 16.66667%; }

  .desktop-3 {
    width: 25%; }

  .desktop-4 {
    width: 33.33333%; }

  .desktop-5 {
    width: 41.66667%; }

  .desktop-6 {
    width: 50%; }

  .desktop-7 {
    width: 58.33333%; }

  .desktop-8 {
    width: 66.66667%; }

  .desktop-9 {
    width: 75%; }

  .desktop-10 {
    width: 83.33333%; }

  .desktop-11 {
    width: 91.66667%; }

  .desktop-12 {
    width: 100%; } }
/* TODO: Grids need to be semantic! */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
select,
textarea,
.input-style {
  font-size: 1em;
  line-height: 1.5;
  display: block;
  margin: 0;
  margin-bottom: 1.125em;
  padding: 0.375em 0.75em;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 0px;
  background-color: #dbdbdb; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus,
.input-style:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #264d34; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #264d34;
  outline: 1px auto #264d34; }

input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[disabled],
textarea[disabled] {
  background-color: #eaeded;
  color: #cad2d3;
  cursor: not-allowed; }

input[readonly],
select[readonly],
textarea[readonly] {
  border-color: #ccc;
  background: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */ }

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  border-color: #ee5f5b;
  color: #b94a48; }

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d; }

input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d; }

select {
  border: 1px solid #dbdbdb;
  background-color: #dbdbdb; }

select[multiple] {
  height: auto; }

label {
  font-size: 1em;
  line-height: 1.5;
  display: block;
  margin: 0 0 0.375em 0;
  font-weight: bold;
  position: relative; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  padding: 0.75em 0;
  color: #D4D4D4;
  font-weight: bold; }

textarea {
  min-height: 7.5em;
  resize: vertical; }

label.has-icon {
  margin-bottom: 0; }

label.has-icon i {
  position: absolute;
  left: 0;
  z-index: 2;
  padding: 0.375em 0.75em;
  border: 1px solid transparent;
  font-size: 1em;
  line-height: 1.5em;
  color: #D4D4D4; }

label.has-icon + input[type="text"],
label.has-icon + input[type="password"],
label.has-icon + input[type="email"],
label.has-icon + input[type="url"],
label.has-icon + input[type="date"],
label.has-icon + input[type="month"],
label.has-icon + input[type="time"],
label.has-icon + input[type="datetime"],
label.has-icon + input[type="datetime-local"],
label.has-icon + input[type="week"],
label.has-icon + input[type="number"],
label.has-icon + input[type="search"],
label.has-icon + input[type="tel"],
label.has-icon + input[type="color"],
label.has-icon + select,
label.has-icon + textarea,
label.has-icon + .input-style {
  padding-left: 3em; }

.forms-mobile-1 {
  width: 8.33333% !important; }

.forms-mobile-2 {
  width: 16.66667% !important; }

.forms-mobile-3 {
  width: 25% !important; }

.forms-mobile-4 {
  width: 33.33333% !important; }

.forms-mobile-5 {
  width: 41.66667% !important; }

.forms-mobile-6 {
  width: 50% !important; }

.forms-mobile-7 {
  width: 58.33333% !important; }

.forms-mobile-8 {
  width: 66.66667% !important; }

.forms-mobile-9 {
  width: 75% !important; }

.forms-mobile-10 {
  width: 83.33333% !important; }

.forms-mobile-11 {
  width: 91.66667% !important; }

.forms-mobile-12 {
  width: 100% !important; }

@media only screen and (min-width: 768px) {
  .forms-tablet-1 {
    width: 8.33333% !important; }

  .forms-tablet-2 {
    width: 16.66667% !important; }

  .forms-tablet-3 {
    width: 25% !important; }

  .forms-tablet-4 {
    width: 33.33333% !important; }

  .forms-tablet-5 {
    width: 41.66667% !important; }

  .forms-tablet-6 {
    width: 50% !important; }

  .forms-tablet-7 {
    width: 58.33333% !important; }

  .forms-tablet-8 {
    width: 66.66667% !important; }

  .forms-tablet-9 {
    width: 75% !important; }

  .forms-tablet-10 {
    width: 83.33333% !important; }

  .forms-tablet-11 {
    width: 91.66667% !important; }

  .forms-tablet-12 {
    width: 100% !important; } }
@media only screen and (min-width: 992px) {
  .forms-desktop-1 {
    width: 8.33333% !important; }

  .forms-desktop-2 {
    width: 16.66667% !important; }

  .forms-desktop-3 {
    width: 25% !important; }

  .forms-desktop-4 {
    width: 33.33333% !important; }

  .forms-desktop-5 {
    width: 41.66667% !important; }

  .forms-desktop-6 {
    width: 50% !important; }

  .forms-desktop-7 {
    width: 58.33333% !important; }

  .forms-desktop-8 {
    width: 66.66667% !important; }

  .forms-desktop-9 {
    width: 75% !important; }

  .forms-desktop-10 {
    width: 83.33333% !important; }

  .forms-desktop-11 {
    width: 91.66667% !important; }

  .forms-desktop-12 {
    width: 100% !important; } }
.input-style:before {
  content: 'Default';
  position: absolute;
  color: #a9a9a9;
  text-align: left;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.dawn-fileupload-style,
.dawn-dropdown-style {
  opacity: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important; }

.has-attachment-name:before {
  content: attr(data-filename) !important; }

.button {
  font-size: 1em;
  line-height: 1.5;
  color: black;
  background-color: transparent;
  border-color: black;
  display: inline-block;
  padding: 0.75em 1.5em;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  text-align: center;
  font-weight: 400;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s; }
  .button:visited {
    color: black; }
  .button:hover {
    background-color: black;
    color: #fff;
    text-decoration: none; }
  .button i {
    font-size: 1.25em;
    line-height: 1.35;
    margin-right: 0.675em; }

.button-primary {
  color: white;
  background-color: #264d34;
  border-color: #264d34; }
  .button-primary:visited {
    color: white; }
  .button-primary:hover {
    background-color: #356c49;
    color: white;
    text-decoration: none;
    border-color: #356c49; }

.button-secondary {
  color: white;
  background-color: #c0d878;
  border-color: #c0d878; }
  .button-secondary:visited {
    color: white; }
  .button-secondary:hover {
    background-color: #d1e29c;
    color: white;
    text-decoration: none;
    border-color: #d1e29c; }

.button-tertiary {
  color: white;
  background-color: #547239;
  border-color: #547239; }
  .button-tertiary:visited {
    color: white; }
  .button-tertiary:hover {
    background-color: #6b9148;
    color: white;
    text-decoration: none;
    border-color: #6b9148; }

.button-quaternary {
  color: white;
  background-color: black;
  border-color: black; }
  .button-quaternary:visited {
    color: white; }
  .button-quaternary:hover {
    background-color: #171717;
    color: white;
    text-decoration: none;
    border-color: #171717; }

.button-neutral {
  color: white;
  background-color: black;
  border-color: black; }
  .button-neutral:visited {
    color: white; }
  .button-neutral:hover {
    background-color: #171717;
    color: white;
    text-decoration: none;
    border-color: #171717; }

.button-yes {
  color: white;
  background-color: #5ec456;
  border-color: #5ec456; }
  .button-yes:visited {
    color: white; }
  .button-yes:hover {
    background-color: #7ed078;
    color: white;
    text-decoration: none;
    border-color: #7ed078; }

.button-no {
  color: white;
  background-color: #d9200a;
  border-color: #d9200a; }
  .button-no:visited {
    color: white; }
  .button-no:hover {
    background-color: #f5331c;
    color: white;
    text-decoration: none;
    border-color: #f5331c; }

.button-tiny {
  font-size: 0.66667em;
  line-height: 1.125;
  padding: 0.5625em 2.25em; }

.button-small {
  font-size: 0.77778em;
  line-height: 1.92857;
  padding: 0.48214em 1.92857em; }

.button-large {
  font-size: 1.33333em;
  line-height: 1.125;
  padding: 1.125em 2.25em; }

.button-wide {
  display: block;
  width: 100%; }

/* TODO: Buttons need to be semantic! */
@media only screen and (min-width: 768px) {
  .nav-left {
    float: left !important; } }

@media only screen and (min-width: 768px) {
  .nav-right {
    float: right !important; } }

@media only screen and (min-width: 768px) {
  .mobile-nav-toggle {
    display: none; } }

.mobile-nav {
  display: none; }
  @media only screen and (min-width: 768px) {
    .mobile-nav {
      display: block; } }

.mobile-nav.is-open {
  display: block; }

.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.nav:after {
  clear: both; }

.nav {
  *zoom: 1;
  /* 3 */ }

table {
  empty-cells: show;
  margin-bottom: 1.5em;
  width: 100%; }
  table caption {
    padding: 1.5em 0;
    text-align: center;
    font-weight: bold; }

table td,
table th {
  font-size: inherit;
  margin: 0;
  vertical-align: top;
  overflow: visible;
  /*to make ths where the title is really long work*/
  padding: 0.375em 0.75em; }
  table td:first-child,
  table th:first-child {
    border-left-width: 0; }

table td {
  border-top: 1px solid #e0e0e0;
  border-width: 1px 0 0 0; }

table tbody tr:hover {
  background-color: whitesmoke; }

table thead {
  background: transparent;
  text-align: left;
  vertical-align: bottom; }

table td {
  background-color: transparent; }

.table-responsive {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll; }

ul.feature-list dl {
  display: block;
  width: 90%;
  float: left; }
ul.feature-list li:nth-child(even) dl {
  float: right; }

.wpcf7-form p {
  margin: 0; }

.wpcf7-form br {
  display: none; }

div.wpcf7-response-output {
  margin: 0;
  padding: 0;
  font-weight: bold;
  border: 0;
  text-align: left; }

span.wpcf7-not-valid-tip {
  color: black;
  text-align: left; }

span.wpcf7-list-item {
  margin-left: 0; }

label.has-icon + span input[type="text"],
label.has-icon + span input[type="password"],
label.has-icon + span input[type="email"],
label.has-icon + span input[type="url"],
label.has-icon + span input[type="date"],
label.has-icon + span input[type="month"],
label.has-icon + span input[type="time"],
label.has-icon + span input[type="datetime"],
label.has-icon + span input[type="datetime-local"],
label.has-icon + span input[type="week"],
label.has-icon + span input[type="number"],
label.has-icon + span input[type="search"],
label.has-icon + span input[type="tel"],
label.has-icon + span input[type="color"],
label.has-icon + span select,
label.has-icon + span textarea {
  padding-left: 3em; }

@media only screen and (min-width: 768px) {
  .alignnone {
    margin: 0.375em 1.5em 1.5em 0; }

  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 0.375em auto 0.375em auto; }

  .alignright {
    float: right;
    margin: 0.375em 0 1.5em 1.5em; }

  .alignleft {
    float: left;
    margin: 0.375em 1.5em 1.5em 0; }

  .aligncenter {
    display: block;
    margin: 0.375em auto 0.375em auto; }

  a img.alignright {
    float: right;
    margin: 0.375em 0 1.5em 1.5em; }

  a img.alignnone {
    margin: 0.375em 1.5em 1.5em 0; }

  a img.alignleft {
    float: left;
    margin: 0.375em 1.5em 1.5em 0; }

  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }

  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }

  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }

  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }

  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }

  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; } }
@font-face {
  font-family: 'music';
  src: url("../fonts/music.eot?9jj1gx");
  src: url("../fonts/music.eot?#iefix9jj1gx") format("embedded-opentype"), url("../fonts/music.woff?9jj1gx") format("woff"), url("../fonts/music.ttf?9jj1gx") format("truetype"), url("../fonts/music.svg?9jj1gx#music") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], .nav-primary a:before, [class*=" icon-"] {
  font-family: 'music';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play:before {
  content: "\e609"; }

.icon-stop:before {
  content: "\e60a"; }

.icon-list:before {
  content: "\e607"; }

.icon-envelope:before {
  content: "\e608"; }

.icon-guitar:before, .nav-primary .contact a:before {
  content: "\e600"; }

.icon-microphone:before, .nav-primary .faq a:before {
  content: "\e601"; }

.icon-drum:before, .nav-primary .home a:before {
  content: "\e602"; }

.icon-sax:before, .nav-primary .auditions a:before {
  content: "\e603"; }

.icon-headphones:before, .nav-primary .success a:before {
  content: "\e604"; }

.icon-keys:before, .nav-primary .application a:before {
  content: "\e605"; }

.icon-note:before, .nav-primary .staff a:before {
  content: "\e606"; }

#scrollUp {
  font-size: 0.77778em;
  line-height: 1.92857;
  margin: 0;
  bottom: 2.625em;
  right: 1.5em;
  padding: 0.375em 1.5em;
  background: #999999;
  border-radius: 12px;
  color: #fff; }

.header.header-home {
  padding-bottom: 0; }

.home-select {
  margin-top: 3em;
  text-align: center; }
  .home-select p {
    font-size: 1.33333em;
    line-height: 1.125;
    margin: 0;
    font-weight: 300; }
  .home-select a {
    color: #547239;
    display: inline-block;
    margin: 3em 3em 0 3em; }
    .home-select a:visited {
      color: #547239; }
    .home-select a:hover, .home-select a:focus, .home-select a:active {
      color: #c0d878; }
  .home-select img {
    text-align: center;
    height: 7.5em;
    display: inline-block; }
  .home-select h2 {
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
    margin-top: 0.75em;
    font-weight: 400; }

.home-photos {
  background: url(../img/bg.jpg) repeat;
  opacity: 0.35;
  height: 6em;
  width: 100%;
  margin-top: 3em; }
  @media only screen and (min-width: 768px) {
    .home-photos {
      margin-top: 0;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0; } }

.header {
  background-color: #264d34;
  color: #c0d878;
  padding-top: 1.5em; }
  @media only screen and (min-width: 768px) {
    .header {
      padding: 1.5em 0; } }

.header a {
  color: #547239;
  -webkit-transition: color 500ms ease-out;
  transition: color 500ms ease-out; }
  .header a:visited {
    color: #547239; }
  .header a:hover, .header a:focus, .header a:active {
    color: #c0d878; }

.header .current-page-ancestor a,
.header .current-menu-item a {
  color: #c0d878; }

.header-top {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #547239;
  margin-bottom: 1.5em; }

.header-logo h1 {
  font-size: 1.33333em;
  line-height: 1.125;
  margin: 0;
  text-transform: uppercase; }
.header-logo span {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  font-weight: 400; }
@media only screen and (min-width: 768px) {
  .header-logo {
    float: left; } }

.nav-secondary {
  margin-top: 1.5em; }
  .nav-secondary .current-page-ancestor a,
  .nav-secondary .current-menu-item a {
    font-weight: 600; }
  .nav-secondary ul {
    display: inline-block; }
  @media only screen and (min-width: 768px) {
    .nav-secondary {
      margin-top: 0;
      float: right;
      text-align: right; } }

.mobile-nav-toggle {
  float: right;
  font-size: 2.37037em;
  line-height: 1.26563;
  margin: 0; }

.nav-primary {
  display: none; }
  .nav-primary.is-open {
    display: block; }
  .nav-primary ul {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none; }
    .nav-primary ul:after {
      content: " ";
      display: table;
      clear: both; }
    .nav-primary ul li {
      float: left; }
  .nav-primary li {
    margin-right: 1.5em;
    text-align: center;
    margin-bottom: 1.5em; }
  @media only screen and (min-width: 768px) {
    .nav-primary {
      display: block; }
      .nav-primary li {
        margin-bottom: 0; } }

.nav-primary a:before {
  font-size: 4.21399em;
  line-height: 1.06787;
  margin: 0;
  display: block; }

.breadcrumbs {
  font-size: 0.77778em;
  line-height: 1.92857;
  margin: 0;
  color: #cccccc;
  margin-top: 1.5em;
  margin-bottom: -1.5em; }
  .breadcrumbs a {
    color: #cccccc; }
    .breadcrumbs a:visited {
      color: #cccccc; }
    .breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
      color: #cccccc; }
  .breadcrumbs a:hover {
    text-decoration: underline; }

.page-header {
  margin-top: 3em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.5em; }
  .page-header h1 {
    font-size: 2.37037em;
    line-height: 1.26563;
    margin: 0; }
  .page-header span {
    font-size: 1.33333em;
    line-height: 1.125;
    margin: 0;
    font-weight: 300; }

.page-parent .page-header {
  padding-bottom: 0;
  border-bottom: 0; }

.page-content h2 {
  font-size: 1.33333em;
  line-height: 1.125;
  margin: 0;
  margin-top: 1.125em;
  margin-bottom: 0.5625em; }
.page-content p {
  margin-top: 0; }
.page-content img {
  border-radius: 4px; }

.page-nav {
  padding-left: 0; }
  .page-nav li {
    list-style: none; }
  .page-nav li:before {
    content: "▸";
    padding-left: 1.875em;
    padding-right: 0.75em; }

.page-gallery {
  margin-bottom: 1.5em; }

.rev_slider_wrapper {
  margin-bottom: 1.5em !important;
  border-radius: 6px; }
  .rev_slider_wrapper ul, .rev_slider_wrapper li {
    border-radius: 6px; }

.staff {
  margin-bottom: 2.25em; }
  .staff:last-child {
    margin-bottom: 0; }
  .staff .staff-name {
    font-size: 1.33333em;
    line-height: 1.125;
    margin: 0;
    display: inline-block; }
  .staff .staff-qualifications {
    font-size: 0.77778em;
    line-height: 1.92857;
    margin: 0;
    margin-left: 0.48214em;
    color: #999999; }
  .staff .staff-position {
    font-size: 0.77778em;
    line-height: 1.92857;
    margin: 0;
    margin-bottom: 0.48214em; }
  .staff .staff-image {
    width: 7.5em;
    height: 7.5em;
    border-radius: 4px; }
    @media only screen and (min-width: 768px) {
      .staff .staff-image {
        margin-right: 1.5em;
        display: table-cell;
        float: left;
        margin-top: 0.375em; } }
  .staff .staff-bio {
    margin: 0.75em 0 0; }
    .staff .staff-bio p {
      overflow: hidden;
      margin: 0; }
    @media only screen and (min-width: 768px) {
      .staff .staff-bio {
        margin: 0;
        display: table-cell; } }

.success {
  margin-bottom: 2.25em; }
  .success .success-title {
    font-size: 1.33333em;
    line-height: 1.125;
    margin: 0; }
  .success .success-date {
    color: #999999;
    font-size: 1em;
    line-height: 1.5;
    margin: 0; }
  .success .success-image {
    float: left;
    margin-right: 1.5em;
    width: 7.5em;
    height: 7.5em; }
  .success .success-description {
    margin: 0; }

table {
  border: 1px solid #e0e0e0;
  border-radius: 3px; }

label {
  font-weight: normal; }

div.wpcf7 img.ajax-loader {
  margin-left: 0.75em; }

span.wpcf7-not-valid-tip {
  font-size: 0.77778em;
  line-height: 1.92857;
  margin: 0;
  margin-top: -0.96429em;
  margin-bottom: 0.96429em; }

div.wpcf7-response-output {
  margin-top: 0.75em; }

.footer {
  color: #cccccc;
  border-top: 1px solid;
  padding: 1.5em 0;
  margin-top: 3em; }

.footer-logo h1 {
  font-size: 1.33333em;
  line-height: 1.125;
  margin: 0;
  text-transform: uppercase; }
.footer-logo span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  font-weight: 400; }
@media only screen and (min-width: 768px) {
  .footer-logo {
    display: inline-block; } }

.footer-contact {
  color: #e0e0e0; }
  .footer-contact:visited {
    color: #e0e0e0; }
  .footer-contact:hover, .footer-contact:focus, .footer-contact:active {
    color: #c0d878; }
  .footer-contact i {
    font-size: 1.77778em;
    line-height: 0.84375;
    margin: 0;
    line-height: 1.6875em; }
  @media only screen and (min-width: 768px) {
    .footer-contact {
      float: right; } }

