/*
Theme Name: Springboard for the Arts
Theme URI: http://www.springboardforthearts.org/
Author: bswing, inc.
Author URI: http://www.bswing.com/
Description: Custom theme developed for Springboard for the Arts.
Version: 1.0.0
Tags:

*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button, [type='button'], [type='reset'], [type='submit'],
.btn,
.content span.editor-btn a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f76148;
  border: 0;
  border-radius: 3px;
  box-shadow: 3px 3px 0 0 rgba(255, 255, 255, 0.5);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus,
  .btn:hover,
  .content span.editor-btn a:hover,
  .btn:focus,
  .content span.editor-btn a:focus {
    background-color: #c64e3a;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled,
  .btn:disabled,
  .content span.editor-btn a:disabled {
    background-color: #757b87;
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover,
    .btn:disabled:hover,
    .content span.editor-btn a:disabled:hover {
      background-color: #757b87;
      opacity: 0.5; }
  button.btn-alt, [type='button'].btn-alt, [type='reset'].btn-alt, [type='submit'].btn-alt,
  .btn.btn-alt,
  .content span.editor-btn a.btn-alt {
    background: #fff;
    color: #f76148; }
    button.btn-alt.btn-dark, [type='button'].btn-alt.btn-dark, [type='reset'].btn-alt.btn-dark, [type='submit'].btn-alt.btn-dark,
    .btn.btn-alt.btn-dark,
    .content span.editor-btn a.btn-alt.btn-dark {
      color: #403f3f; }
      button.btn-alt.btn-dark .material-icons, [type='button'].btn-alt.btn-dark .material-icons, [type='reset'].btn-alt.btn-dark .material-icons, [type='submit'].btn-alt.btn-dark .material-icons,
      .btn.btn-alt.btn-dark .material-icons, .content span.editor-btn a.btn-alt.btn-dark .material-icons {
        color: #f9cb00;
        margin: 0 0 0 10px; }
  button.btn-link, [type='button'].btn-link, [type='reset'].btn-link, [type='submit'].btn-link,
  .btn.btn-link,
  .content span.editor-btn a.btn-link {
    background: none;
    box-shadow: none;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3); }
  button span, button .material-icons, [type='button'] span, [type='button'] .material-icons, [type='reset'] span, [type='reset'] .material-icons, [type='submit'] span, [type='submit'] .material-icons,
  .btn span, .content span.editor-btn a span,
  .btn .material-icons, .content span.editor-btn a .material-icons {
    vertical-align: middle; }
  button .material-icons, [type='button'] .material-icons, [type='reset'] .material-icons, [type='submit'] .material-icons,
  .btn .material-icons, .content span.editor-btn a .material-icons {
    font-size: 14px; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 5px;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px; }

input,
select,
textarea {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 9999px;
  box-shadow: none;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 6.66667px 13.33333px;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b0b0b0; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #b0b0b0;
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #efede7; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8c8c8c; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8c8c8c; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #8c8c8c; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 5px; }

[type="file"] {
  margin-bottom: 10px;
  width: 100%; }

select {
  margin-bottom: 10px;
  width: 100%; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 10px 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b3b2ad;
  font-weight: 600;
  padding: 10px 0;
  text-align: left; }

td {
  border-bottom: 1px solid #efede7;
  padding: 10px 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #403f3f;
  font-family: "Work Sans", sans-serif;
  font-size: 1em;
  line-height: 1.4; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 10px; }

h1 {
  font-size: 56px; }
  h1 .heading-right {
    float: right;
    font-size: 13px;
    font-weight: 400;
    line-height: 57px; }
    h1 .heading-right a {
      font-weight: 600;
      text-decoration: none; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

p {
  margin: 0 0 10px; }

a {
  color: #48a377;
  transition: all 150ms ease; }
  a:active, a:focus, a:hover {
    color: #367a59; }

hr {
  border-bottom: 1px solid #efede7;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 20px 0; }

.text-red {
  color: #f76148; }

body {
  background: #fff; }
  @media screen and (min-width: 480px) {
    body {
      padding-top: 60px; } }
  body.menubar-stuck {
    padding-top: 60px; }
  body.mobilenav-active {
    overflow: hidden; }

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 600px) {
    .container {
      padding: 0 30px; } }
  @media screen and (min-width: 840px) {
    .container {
      padding: 0 40px; } }
  .container.container-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.content {
  padding: 40px 0; }
  .content h1 {
    display: none; }
  .content iframe {
    width: 100% !important; }
  .content .page-subtitle {
    font-size: 15px;
    font-weight: 600; }
  .content p .intro {
    font-size: 20px;
    font-weight: 300; }
  @media screen and (min-width: 840px) {
    .content::after {
      clear: both;
      content: "";
      display: block; }
    .content .content-sidebar {
      float: left;
      padding-right: 40px;
      width: 240px; }
    .content .content-main {
      float: left;
      width: calc(100% - 240px); }
    .content h1 {
      display: block;
      font-size: 30px; }
      .content h1.large {
        font-size: 56px; } }

.copyright {
  background: #f3f3f3;
  font-size: 14px;
  margin: 2px 0 0;
  padding: 20px 0; }

.footer {
  background: #f3f3f3;
  padding: 40px 0; }
  .footer .footer-brand img {
    height: 44px;
    width: auto; }
  .footer .footer-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 600px) {
      .footer .footer-columns {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 30px 0 0; } }
    .footer .footer-columns .footer-column {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 20px 0 0; }
      @media screen and (min-width: 600px) {
        .footer .footer-columns .footer-column {
          margin: 0; } }
      .footer .footer-columns .footer-column p {
        font-size: 14px;
        line-height: 2; }
      .footer .footer-columns .footer-column a {
        font-weight: bold; }

.header {
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3; }
  .header .header-notification {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #009dd6;
    color: #fff;
    display: none;
    font-size: 14px;
    height: 50px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .header .header-notification a {
      color: #fff; }
  .header .header-inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .header .header-inner::after {
      clear: both;
      content: "";
      display: block; }
    .header .header-inner .header-brand {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 60px;
      width: 100%; }
      .header .header-inner .header-brand img {
        height: 44px;
        width: auto; }
  @media screen and (min-width: 480px) {
    .header .header-inner {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .header .header-inner .header-brand {
        min-width: 170px;
        width: 170px; } }
  @media screen and (min-width: 480px) {
    .header {
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      z-index: 100; }
      .admin-bar .header {
        top: 46px; } }
  @media screen and (min-width: 783px) {
    .admin-bar .header {
      top: 32px; } }

.main:focus {
  outline: none; }

.panel-grid .panel-grid-cell + .panel-grid-cell {
  padding-bottom: 40px; }

@media screen and (min-width: 840px) {
  .panel-grid .panel-grid-cell + .panel-grid-cell {
    padding-bottom: 0;
    padding-left: 40px; } }

.posts {
  margin: 0 0 20px; }
  .posts .post {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #efede7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0; }
    .posts .post.post-event {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .posts .post.post-event .post-event-date {
        color: #757b87;
        font-size: 14px;
        font-weight: bold;
        padding: 3px 0 0;
        width: 60px; }
      .posts .post.post-event .post-event-cost {
        color: #48a377; }
      .posts .post.post-event .post-event-main {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 0 20px; }
      .posts .post.post-event .post-event-register .post-event-register-waitlist {
        color: #757b87;
        font-size: 13px;
        font-weight: 600;
        margin: 5px 0 0;
        text-align: center; }
    .posts .post.post-job {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .posts .post.post-job .post-job-details,
      .posts .post.post-job .post-job-type,
      .posts .post.post-job .post-job-category,
      .posts .post.post-job .post-job-date {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 13px;
        font-weight: 600; }
      .posts .post.post-job .post-job-details {
        font-size: 14px; }
        .posts .post.post-job .post-job-details .post-title {
          margin: 0; }
      .posts .post.post-job .post-job-type,
      .posts .post.post-job .post-job-category {
        text-align: center; }
      .posts .post.post-job .post-job-date {
        color: #f76148;
        text-align: right; }
    .posts .post .post-left {
      margin: 0 20px 0 0;
      width: 300px; }
      .posts .post .post-left img {
        margin: 4px 0 0;
        height: auto;
        width: 300px; }
    .posts .post .post-right {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .posts .post .post-right .post-title .material-icons {
        font-size: 15px; }
      .posts .post .post-right .post-title span,
      .posts .post .post-right .post-title .material-icons {
        vertical-align: middle; }
    .posts .post .post-title {
      font-size: 20px;
      font-weight: bold;
      margin: 0 0 5px; }
      .posts .post .post-title a {
        text-decoration: none; }
    .posts .post .post-meta {
      color: #757b87;
      font-size: 14px;
      font-weight: bold;
      margin: 0 0 8px; }
    .posts .post .post-description {
      font-size: 14px; }
  .posts .posts-more-button-container {
    padding: 20px 0; }

.posts-loader {
  display: none; }

.banner {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center center;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 430px;
  padding: 20px 0;
  position: relative;
  text-align: center; }
  .home .banner {
    height: 540px; }
  .banner .banner-tagline {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5); }
  .banner .banner-title {
    margin: 0; }
  .banner .banner-subtitle {
    font-size: 24px;
    font-weight: bold; }
  .banner .banner-meta a {
    color: #fff; }
  .banner .banner-anchors {
    font-size: 20px;
    font-weight: 600;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.1; }
    .banner .banner-anchors .banner-anchor {
      background: #fff;
      border-radius: 3px;
      display: block;
      margin: 0 0 10px 0;
      padding: 20px;
      text-decoration: none;
      width: 220px; }
      .banner .banner-anchors .banner-anchor:nth-child(1) {
        box-shadow: 3px 3px 0 0 #f76148;
        color: #f76148; }
      .banner .banner-anchors .banner-anchor:nth-child(2) {
        box-shadow: 3px 3px 0 0 #009dd6;
        color: #009dd6; }
  @media screen and (min-width: 600px) {
    .banner .banner-anchors {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .banner .banner-anchors .banner-anchor {
        margin: 0 10px; } }

.callout-items {
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #fff;
  padding: 50px 0;
  position: relative;
  text-align: center; }
  .callout-items .callout-items-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .callout-items h3 {
    margin: 0 0 40px;
    text-transform: lowercase; }
  .callout-items ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .callout-items ul li {
      box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      display: inline-block;
      margin: 10px;
      overflow: hidden;
      vertical-align: top;
      width: 300px; }
      .callout-items ul li.alt {
        border: 1px solid #efede7; }
        .callout-items ul li.alt .callout-item-title {
          color: #48a377;
          font-size: 14px;
          font-weight: 600;
          line-height: 1.1;
          margin: 0 0 10px; }
      .callout-items ul li a {
        text-decoration: none; }
      .callout-items ul li .callout-item-img {
        background-size: cover;
        background-position: center center;
        width: 300px;
        height: 120px; }
      .callout-items ul li .callout-item-details {
        background: #fff;
        padding: 20px;
        text-align: left;
        height: 100%; }
      .callout-items ul li .callout-item-title {
        color: #403f3f;
        font-size: 18px;
        font-weight: bold; }
        .callout-items ul li .callout-item-title span,
        .callout-items ul li .callout-item-title .material-icons {
          vertical-align: middle; }
        .callout-items ul li .callout-item-title .material-icons {
          font-size: 15px; }
      .callout-items ul li .callout-item-description {
        color: #403f3f;
        font-size: 14px;
        line-height: 1.1; }

.carousel .carousel-slides {
  position: relative; }
  .carousel .carousel-slides .carousel-slide {
    background-size: cover;
    background-position: center center;
    height: 200px;
    max-height: 200px;
    position: relative; }
    .carousel .carousel-slides .carousel-slide:focus {
      outline: none; }
    .carousel .carousel-slides .carousel-slide .carousel-slide-overlay {
      background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.8) 100%);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 410px; }
    .carousel .carousel-slides .carousel-slide .carousel-slide-content {
      color: #fff;
      padding: 35px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 410px; }
      .carousel .carousel-slides .carousel-slide .carousel-slide-content .carousel-slide-title {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 10px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
      .carousel .carousel-slides .carousel-slide .carousel-slide-content .carousel-slide-description {
        font-size: 14px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  .carousel .carousel-slides .slick-arrow {
    background: #fff;
    border-radius: 100%;
    box-shadow: none;
    color: #000;
    height: 32px;
    width: 32px;
    padding: 0;
    position: absolute;
    z-index: 2; }
    .carousel .carousel-slides .slick-arrow.slick-next {
      top: 10px;
      right: 10px; }
    .carousel .carousel-slides .slick-arrow.slick-prev {
      top: 10px;
      right: 45px; }
    .carousel .carousel-slides .slick-arrow .material-icons {
      font-size: 24px; }

.cta {
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #efede7;
  border-radius: 3px;
  margin: 0 0 45px;
  overflow: hidden;
  padding: 30px;
  position: relative; }
  .cta.cta-alt {
    color: #fff; }
    .cta.cta-alt .btn, .cta.cta-alt .content span.editor-btn a, .content span.editor-btn .cta.cta-alt a {
      background: #fff; }
    .cta.cta-alt .cta-content .cta-title {
      font-weight: 600;
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3); }
  .cta .cta-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .cta .cta-content {
    position: relative; }
    .cta .cta-content::after {
      clear: both;
      content: "";
      display: block; }
    .cta .cta-content .cta-image {
      display: block;
      float: right;
      margin: 0 0 0 20px; }
    .cta .cta-content .cta-title {
      font-size: 20px;
      font-weight: bold;
      margin: 0 0 5px; }
      .cta .cta-content .cta-title i {
        margin-right: 10px; }
      .cta .cta-content .cta-title i, .cta .cta-content .cta-title span {
        vertical-align: middle; }
    .cta .cta-content .cta-copy {
      font-size: 14px;
      margin: 0 0 20px; }

.editor {
  margin: 0 0 40px; }

.filter-group {
  border-bottom: 1px solid #efede7;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0 0 20px 25px;
  position: relative; }
  .filter-group.filter-group-active .filter-group-icon.filter-group-icon-collapse {
    display: block; }
  .filter-group.filter-group-active .filter-group-icon.filter-group-icon-expand {
    display: none; }
  .filter-group.filter-group-active ul {
    display: block; }
  .filter-group .filter-group-icon {
    cursor: pointer;
    position: absolute;
    top: -3px;
    left: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .filter-group .filter-group-icon.filter-group-icon-collapse {
      display: none; }
  .filter-group .filter-group-header {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .filter-group ul {
    display: none; }
    .filter-group ul li {
      margin: 5px 0 0; }
      .filter-group ul li a {
        text-decoration: none; }

.input-group {
  position: relative; }
  .input-group button {
    background: none;
    color: #48a377;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 38px; }
    .input-group button:focus, .input-group button:hover {
      background: none;
      color: #48a377;
      outline: none; }
    .input-group button:focus {
      color: #757b87; }
    .input-group button .material-icons {
      font-size: 20px; }

.menubar {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #48a377;
  color: #fff;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  min-width: 0;
  position: relative; }
  .menubar-stuck .menubar {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 100; }
  .menubar .menubar-title {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    font-weight: 600;
    padding: 0 60px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .menubar .menubar-button {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-decoration: none; }
  @media screen and (min-width: 840px) {
    .menubar {
      display: none; } }

.mobilenav {
  background: #fffdf5;
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200; }
  .mobilenav-active .mobilenav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .admin-bar .mobilenav {
    top: 46px; }
  .mobilenav .mobilenav-header {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #efede7;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    min-height: 60px;
    min-width: 0;
    position: relative; }
    .mobilenav .mobilenav-header .mobilenav-title {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 16px;
      font-weight: 600;
      padding: 0 60px;
      text-align: center;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .mobilenav .mobilenav-header .mobilenav-header-button {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #403f3f;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 60px;
      text-decoration: none; }
  .mobilenav .mobilenav-main {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .mobilenav .mobilenav-main > ul > li {
      border-bottom: 1px solid #efede7; }
      .mobilenav .mobilenav-main > ul > li.active .menu {
        display: block; }
      .mobilenav .mobilenav-main > ul > li.active:nth-child(1) > a {
        color: #f76148; }
      .mobilenav .mobilenav-main > ul > li.active:nth-child(1) .current-menu-item a {
        color: #f76148; }
      .mobilenav .mobilenav-main > ul > li.active:nth-child(2) > a {
        color: #009dd6; }
      .mobilenav .mobilenav-main > ul > li.active:nth-child(2) .current-menu-item a {
        color: #009dd6; }
      .mobilenav .mobilenav-main > ul > li.active:nth-child(3) > a {
        color: #48a377; }
      .mobilenav .mobilenav-main > ul > li.active:nth-child(3) .current-menu-item a {
        color: #48a377; }
      .mobilenav .mobilenav-main > ul > li.active > a .material-icons {
        -webkit-transform: scaleY(-1);
                transform: scaleY(-1);
        -webkit-filter: FlipV;
                filter: FlipV; }
      .mobilenav .mobilenav-main > ul > li > a {
        cursor: pointer;
        color: #403f3f;
        display: block;
        font-size: 16px;
        font-weight: 600;
        padding: 20px; }
        .mobilenav .mobilenav-main > ul > li > a:focus {
          outline: none; }
        .mobilenav .mobilenav-main > ul > li > a span, .mobilenav .mobilenav-main > ul > li > a i {
          vertical-align: middle; }
        .mobilenav .mobilenav-main > ul > li > a .material-icons {
          font-size: 14px; }
  .mobilenav .menu {
    display: none;
    font-size: 14px;
    padding: 0 20px; }
    .mobilenav .menu .menu-item.menu-item-has-children {
      margin: 0 0 20px; }
      .mobilenav .menu .menu-item.menu-item-has-children > a {
        font-weight: 600; }
    .mobilenav .menu .menu-item a {
      color: #403f3f;
      display: block;
      margin: 0 0 10px; }
  .mobilenav a {
    text-decoration: none; }
  @media screen and (min-width: 783px) {
    .admin-bar .mobilenav {
      top: 32px; } }

.navbar {
  display: none; }
  .navbar .nav-search {
    border-left: 1px solid #efede7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .navbar .nav-search.nav-search-active {
      background: #fff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .navbar .nav-search.nav-search-active .nav-search-form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .navbar .nav-search.nav-search-active .nav-search-trigger {
        display: none; }
    .navbar .nav-search .nav-search-form {
      display: none;
      width: 100%; }
      .navbar .nav-search .nav-search-form input {
        border: none;
        border-radius: 0;
        box-shadow: none;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 18px;
        font-weight: 400;
        line-height: 60px;
        margin: 0;
        padding: 0 20px; }
        .navbar .nav-search .nav-search-form input:focus {
          box-shadow: none; }
      .navbar .nav-search .nav-search-form .nav-search-form-close-button {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border-left: 1px solid #efede7;
        color: #403f3f;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-decoration: none;
        width: 60px; }
    .navbar .nav-search .nav-search-trigger {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-top: 2px solid #fff;
      color: #403f3f;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      width: 60px; }
      .navbar .nav-search .nav-search-trigger:hover {
        border-top: 2px solid #403f3f; }
  .navbar > .menu {
    display: none; }
    @media screen and (min-width: 840px) {
      .navbar > .menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    .navbar > .menu > .menu-item {
      border-left: 1px solid #efede7;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .navbar > .menu > .menu-item:hover .subnav {
        display: block; }
      .navbar > .menu > .menu-item > a {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border-top: 2px solid #fff;
        color: #48a377;
        cursor: pointer;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 0 10px;
        text-decoration: none;
        transition: none; }
        .navbar > .menu > .menu-item > a:hover {
          border-top: 2px solid #48a377; }
        .navbar > .menu > .menu-item > a .material-icons {
          font-size: 20px;
          line-height: 15px;
          vertical-align: text-bottom; }
      .navbar > .menu > .menu-item.menu-item-alt:hover > a {
        border-top: 2px solid #403f3f; }
      .navbar > .menu > .menu-item.menu-item-alt > a {
        color: #403f3f; }
      .navbar > .menu > .menu-item.menu-item-alt .material-icons {
        color: #f9cb00;
        font-size: 14px; }
      .navbar > .menu > .menu-item.menu-item-red:hover > a {
        color: #f76148;
        border-top: 2px solid #f76148; }
      .navbar > .menu > .menu-item.menu-item-red > a + .subnav .sub-menu a {
        color: #f76148; }
      .navbar > .menu > .menu-item.menu-item-blue:hover > a {
        color: #009dd6;
        border-top: 2px solid #009dd6; }
      .navbar > .menu > .menu-item.menu-item-blue > a + .subnav .sub-menu a {
        color: #009dd6; }
      .navbar > .menu > .menu-item.menu-item-yellow:hover > a {
        border-top: 2px solid #f9cb00; }
  .navbar .subnav {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    display: none;
    font-size: 12px;
    padding: 40px 0 20px;
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    z-index: -1; }
    .navbar .subnav .menu {
      -webkit-columns: 3;
              columns: 3; }
      .navbar .subnav .menu > li {
        -webkit-column-break-inside: avoid;
                break-inside: avoid;
        padding-bottom: 20px; }
        .navbar .subnav .menu > li > a {
          color: #403f3f;
          text-transform: uppercase; }
        .navbar .subnav .menu > li a {
          text-decoration: none; }
      .navbar .subnav .menu .sub-menu {
        margin-top: 3.33333px; }
        .navbar .subnav .menu .sub-menu li {
          margin-bottom: 3.33333px; }
  @media screen and (min-width: 840px) {
    .navbar {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 60px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; } }
  @media screen and (min-width: 1280px) {
    .navbar .nav-search {
      border-right: 1px solid #efede7; } }

.navbar {
  display: none; }
  .navbar .nav-search {
    border-left: 1px solid #efede7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .navbar .nav-search.nav-search-active {
      background: #fff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .navbar .nav-search.nav-search-active .nav-search-form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .navbar .nav-search.nav-search-active .nav-search-trigger {
        display: none; }
    .navbar .nav-search .nav-search-form {
      display: none;
      width: 100%; }
      .navbar .nav-search .nav-search-form input {
        border: none;
        border-radius: 0;
        box-shadow: none;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 18px;
        font-weight: 400;
        line-height: 60px;
        margin: 0;
        padding: 0 20px; }
        .navbar .nav-search .nav-search-form input:focus {
          box-shadow: none; }
      .navbar .nav-search .nav-search-form .nav-search-form-close-button {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border-left: 1px solid #efede7;
        color: #403f3f;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-decoration: none;
        width: 60px; }
    .navbar .nav-search .nav-search-trigger {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-top: 2px solid #fff;
      color: #403f3f;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      width: 60px; }
      .navbar .nav-search .nav-search-trigger:hover {
        border-top: 2px solid #403f3f; }
  .navbar > .menu {
    display: none; }
    @media screen and (min-width: 840px) {
      .navbar > .menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    .navbar > .menu > .menu-item {
      border-left: 1px solid #efede7;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .navbar > .menu > .menu-item:hover .subnav {
        display: block; }
      .navbar > .menu > .menu-item > a {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border-top: 2px solid #fff;
        color: #48a377;
        cursor: pointer;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 0 10px;
        text-decoration: none;
        transition: none; }
        .navbar > .menu > .menu-item > a:hover {
          border-top: 2px solid #48a377; }
        .navbar > .menu > .menu-item > a .material-icons {
          font-size: 20px;
          line-height: 15px;
          vertical-align: text-bottom; }
      .navbar > .menu > .menu-item.menu-item-alt:hover > a {
        border-top: 2px solid #403f3f; }
      .navbar > .menu > .menu-item.menu-item-alt > a {
        color: #403f3f; }
      .navbar > .menu > .menu-item.menu-item-alt .material-icons {
        color: #f9cb00;
        font-size: 14px; }
      .navbar > .menu > .menu-item.menu-item-red:hover > a {
        color: #f76148;
        border-top: 2px solid #f76148; }
      .navbar > .menu > .menu-item.menu-item-red > a + .subnav .sub-menu a {
        color: #f76148; }
      .navbar > .menu > .menu-item.menu-item-blue:hover > a {
        color: #009dd6;
        border-top: 2px solid #009dd6; }
      .navbar > .menu > .menu-item.menu-item-blue > a + .subnav .sub-menu a {
        color: #009dd6; }
      .navbar > .menu > .menu-item.menu-item-yellow:hover > a {
        border-top: 2px solid #f9cb00; }
  .navbar .subnav {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    display: none;
    font-size: 12px;
    padding: 40px 0 20px;
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    z-index: -1; }
    .navbar .subnav .menu {
      -webkit-columns: 3;
              columns: 3; }
      .navbar .subnav .menu > li {
        -webkit-column-break-inside: avoid;
                break-inside: avoid;
        padding-bottom: 20px; }
        .navbar .subnav .menu > li > a {
          color: #403f3f;
          text-transform: uppercase; }
        .navbar .subnav .menu > li a {
          text-decoration: none; }
      .navbar .subnav .menu .sub-menu {
        margin-top: 3.33333px; }
        .navbar .subnav .menu .sub-menu li {
          margin-bottom: 3.33333px; }
  @media screen and (min-width: 840px) {
    .navbar {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 60px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; } }
  @media screen and (min-width: 1280px) {
    .navbar .nav-search {
      border-right: 1px solid #efede7; } }

.sidebar-menu ul li {
  margin: 0 0 1px; }
  .sidebar-menu ul li.current-menu-item a {
    background: #dcdcdc; }
  .sidebar-menu ul li a {
    background: #efede7;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    text-decoration: none; }

.staff::after {
  clear: both;
  content: "";
  display: block; }

.staff .staff-left {
  float: left; }
  .staff .staff-left img {
    display: block;
    border-radius: 100%; }

.staff .staff-right {
  margin-left: 65px; }
  .staff .staff-right .staff-name {
    font-weight: 600; }

.toolbar {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efede7;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -40px;
  margin-right: -20px;
  margin-bottom: 20px;
  margin-left: -20px;
  padding: 10px;
  width: auto; }
  .toolbar .toolbar-left {
    width: 100%; }
    .toolbar .toolbar-left input {
      margin: 0; }
  .toolbar .toolbar-center {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 13px;
    font-weight: 600;
    text-align: center; }
    .toolbar .toolbar-center .toolbar-center-label {
      margin: 10px 0 0; }
    .toolbar .toolbar-center .search-clear {
      color: #dcdcdc; }
      .toolbar .toolbar-center .search-clear .material-icons {
        font-size: 16px;
        margin-top: -1px;
        vertical-align: middle; }
  .toolbar .toolbar-right {
    font-size: 13px;
    font-weight: 600;
    text-align: right; }
    .post-type-archive-job .toolbar .toolbar-right form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      white-space: nowrap; }
    .post-type-archive-job .toolbar .toolbar-right label {
      margin: 0 5px 0 0; }
    .post-type-archive-job .toolbar .toolbar-right select {
      color: #48a377;
      height: auto; }
  .toolbar select {
    border: none;
    font-size: 13px;
    font-weight: 600;
    margin: 0; }
  @media screen and (min-width: 600px) {
    .toolbar {
      margin-right: -30px;
      margin-left: -30px; } }
  @media screen and (min-width: 840px) {
    .toolbar {
      border-top: 1px solid #efede7;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 20px 0;
      padding: 20px 0;
      width: 100%; }
      .toolbar .toolbar-left {
        width: auto; }
      .toolbar .toolbar-center .toolbar-center-label {
        margin: 0; } }

.wave {
  background: url("img/border@2x.png") left center repeat-x;
  background-size: 34px 8px;
  margin-top: -4px;
  margin-bottom: -4px;
  height: 8px;
  position: relative;
  z-index: 1; }

@media screen and (min-width: 840px) {
  .archive .archive-content {
    padding: 0 0 40px; }
    .archive .archive-content::after {
      clear: both;
      content: "";
      display: block; }
  .archive .archive-sidebar {
    float: left;
    padding-right: 40px;
    width: 33.333%; }
  .archive .archive-main {
    float: left;
    width: 66.667%; } }

.home.page .home-intro {
  color: #48a377;
  padding: 60px 0;
  text-align: center; }
  .home.page .home-intro .home-intro-announcements-button {
    background: #48a377;
    border-radius: 3px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    display: inline-block;
    margin: 0 0 60px;
    padding: 10px 40px;
    text-decoration: none; }
    .home.page .home-intro .home-intro-announcements-button .home-intro-announcements-button-inner {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .home.page .home-intro .home-intro-announcements-button span, .home.page .home-intro .home-intro-announcements-button i {
      vertical-align: middle; }
    .home.page .home-intro .home-intro-announcements-button .material-icons {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #fff;
      border-radius: 100%;
      color: #403f3f;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 10px 0 0;
      width: 32px;
      height: 32px; }
  .home.page .home-intro h1 {
    font-weight: normal;
    margin: 0 0 20px; }
  .home.page .home-intro .home-intro-mural {
    background: url("img/mural.jpg") top center no-repeat;
    background-size: auto 100%;
    height: 340px;
    margin-top: 60px;
    margin-bottom: -60px; }

.home.page .home-block-links {
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #fff;
  padding: 50px 0;
  position: relative;
  text-align: center; }
  .home.page .home-block-links.home-block-links-alt {
    border: none; }
    .home.page .home-block-links.home-block-links-alt .home-block-links-overlay {
      background-color: rgba(0, 157, 214, 0.9); }
  .home.page .home-block-links .home-block-links-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .home.page .home-block-links h3 {
    color: #fff;
    margin: 0 0 40px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    text-transform: lowercase; }
  .home.page .home-block-links ul li {
    display: inline-block;
    margin: 10px;
    vertical-align: top; }
    .home.page .home-block-links ul li a {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      border-radius: 3px;
      box-shadow: 3px 3px 0 0 rgba(255, 255, 255, 0.5);
      color: #f76148;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 15px;
      font-weight: bold;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px;
      text-decoration: none;
      text-transform: lowercase;
      height: 140px;
      width: 140px; }

.home.page .home-announcement {
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
  position: relative; }
  .home.page .home-announcement:first-child {
    margin: 0 0 1px; }
  .home.page .home-announcement .container {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .home.page .home-announcement .home-announcement-overlay {
    background-color: rgba(64, 63, 63, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .home.page .home-announcement .home-announcement-details {
    color: #fff;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (min-width: 840px) {
      .home.page .home-announcement .home-announcement-details {
        margin: 0 80px; } }
    .home.page .home-announcement .home-announcement-details h2, .home.page .home-announcement .home-announcement-details p {
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3); }
    .home.page .home-announcement .home-announcement-details p {
      margin: 0 0 20px; }
  .home.page .home-announcement .home-annoucement-image {
    border-radius: 100%;
    display: none; }
    @media screen and (min-width: 840px) {
      .home.page .home-announcement .home-annoucement-image {
        display: block; } }

.home.page .home-offices {
  padding: 60px 0;
  text-align: center; }
  .home.page .home-offices .home-offices-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .home.page .home-offices .home-offices-list .home-office {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .home.page .home-offices .home-offices-list .home-office img:first-child {
        display: block;
        margin: 20px 0; }
      .home.page .home-offices .home-offices-list .home-office p {
        font-size: 15px;
        line-height: 2;
        margin: 0; }

.home.page .home-mission {
  background-size: cover;
  background-position: center center;
  color: #48a377;
  padding: 120px 0;
  position: relative; }
  .home.page .home-mission .home-mission-overlay {
    background-color: rgba(248, 248, 248, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .home.page .home-mission .home-mission-content {
    max-width: 630px; }
  .home.page .home-mission h2 {
    margin: 0 0 40px; }

.home.page .home-feature {
  background: #48a377;
  padding: 80px 0;
  position: relative; }
  .home.page .home-feature:nth-child(even) {
    background: #41936b; }
    .home.page .home-feature:nth-child(even) .container {
      -webkit-flex-flow: row-reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse; }
  .home.page .home-feature .container {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .home.page .home-feature .home-feature-details {
    color: #fff;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (min-width: 840px) {
      .home.page .home-feature .home-feature-details {
        margin: 0 80px; } }
    .home.page .home-feature .home-feature-details h2, .home.page .home-feature .home-feature-details p {
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3); }
    .home.page .home-feature .home-feature-details p {
      margin: 0 0 20px; }
  .home.page .home-feature .home-feature-image {
    border-radius: 100%;
    display: none; }
    @media screen and (min-width: 840px) {
      .home.page .home-feature .home-feature-image {
        display: block; } }

.single .single-details {
  margin: 20px 0; }

.skip-main {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft,
img.alignright,
img.aligncenter {
  height: 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; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 20px;
  height: 20px;
  background-color: #48a377;
  margin: 20px auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 20px auto; }
  .sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #48a377;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2.0s infinite ease-in-out;
            animation: sk-doubleBounce 2.0s infinite ease-in-out; }
  .sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  margin: 20px auto;
  width: 25px;
  height: 20px;
  text-align: center;
  font-size: 10px; }
  .sk-wave .sk-rect {
    background-color: #48a377;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
            animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
  .sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s; }
  .sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
  margin: 20px auto;
  width: 20px;
  height: 20px;
  position: relative; }
  .sk-wandering-cubes .sk-cube {
    background-color: #48a377;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
            animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }
  .sk-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
            transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
            transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
            transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
            transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
            transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
            transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
            transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
            transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 20px;
  height: 20px;
  margin: 20px auto;
  background-color: #48a377;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
          animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
  margin: 20px auto;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
          animation: sk-chasingDotsRotate 2s infinite linear; }
  .sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #48a377;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
            animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
  .sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 20px auto;
  width: 40px;
  text-align: center; }
  .sk-three-bounce .sk-child {
    width: 10px;
    height: 10px;
    background-color: #48a377;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
            animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
  margin: 20px auto;
  width: 20px;
  height: 20px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #48a377;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 20px;
  height: 20px;
  margin: 20px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }
  .sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #48a377;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0.0s;
            animation-delay: 0.0s; }
  .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
  margin: 20px auto;
  width: 20px;
  height: 20px;
  position: relative; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #48a377;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
  margin: 20px auto;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg); }
  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #48a377;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }
  .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
            transform: scale(1.1) rotateZ(90deg); }
  .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
            transform: scale(1.1) rotateZ(180deg); }
  .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
            transform: scale(1.1) rotateZ(270deg); }
  .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
