@charset "UTF-8";
/*
Theme Name: CH2 Framework
Theme URI: TDB
Author: Helio Interactive
Author URI: http://heliointeractive.com
Description: Underscores SASS Bootstrap ACF
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ch2_sandbox
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CH2 is built out of on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
Extends a divs background to fill the viewport on both sides,
only ONE color is needed, additional arguments allow to specify left and right "bar" colors
Remember html and body element should have overflow-x hidden to prevent scrollbars.

color 1 will determine ALL the colors, color 2 overrides outside colors, color 3 overrides right side one.
*/
/*
This mixin helps with fonts that could potentially get TOO small while scaling off of the general design.
 */
/*--------------------------------------------------------------
# Normalize Not pulling it in for now while testing reboot.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# reboot
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  position: relative;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*--------------------------------------------------------------
# Boostrap Grid
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=466c6aef7c6106cc86454bd9af34bc08)
 * Config saved to config.json and https://gist.github.com/466c6aef7c6106cc86454bd9af34bc08
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container, header .outer-block-wrapper, .single .outer-block-wrapper, .single .posts-container, .blog .outer-block-wrapper, .blog .posts-container, .hfeed .outer-block-wrapper, .hfeed .posts-container, .error404 .outer-wrapper, .search-results .outer-wrapper, .post-type-archive-team_member .outer-block-wrapper, .block.general_copy .outer-block-wrapper, .block.billboard .outer-block-wrapper, .block.text_and_icons .outer-block-wrapper, .block.text_and_table .outer-block-wrapper, .block.photo_cards .outer-block-wrapper, .block.image_slider .outer-block-wrapper, .block.logo_block .outer-block-wrapper, .block.call_to_action .outer-block-wrapper, .block.two_columns .outer-block-wrapper, .block.form .outer-block-wrapper, .block.three_circles .outer-block-wrapper, .block.people_list .outer-block-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .container, header .outer-block-wrapper, .single .outer-block-wrapper, .single .posts-container, .blog .outer-block-wrapper, .blog .posts-container, .hfeed .outer-block-wrapper, .hfeed .posts-container, .error404 .outer-wrapper, .search-results .outer-wrapper, .post-type-archive-team_member .outer-block-wrapper, .block.general_copy .outer-block-wrapper, .block.billboard .outer-block-wrapper, .block.text_and_icons .outer-block-wrapper, .block.text_and_table .outer-block-wrapper, .block.photo_cards .outer-block-wrapper, .block.image_slider .outer-block-wrapper, .block.logo_block .outer-block-wrapper, .block.call_to_action .outer-block-wrapper, .block.two_columns .outer-block-wrapper, .block.form .outer-block-wrapper, .block.three_circles .outer-block-wrapper, .block.people_list .outer-block-wrapper {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container, header .outer-block-wrapper, .single .outer-block-wrapper, .single .posts-container, .blog .outer-block-wrapper, .blog .posts-container, .hfeed .outer-block-wrapper, .hfeed .posts-container, .error404 .outer-wrapper, .search-results .outer-wrapper, .post-type-archive-team_member .outer-block-wrapper, .block.general_copy .outer-block-wrapper, .block.billboard .outer-block-wrapper, .block.text_and_icons .outer-block-wrapper, .block.text_and_table .outer-block-wrapper, .block.photo_cards .outer-block-wrapper, .block.image_slider .outer-block-wrapper, .block.logo_block .outer-block-wrapper, .block.call_to_action .outer-block-wrapper, .block.two_columns .outer-block-wrapper, .block.form .outer-block-wrapper, .block.three_circles .outer-block-wrapper, .block.people_list .outer-block-wrapper {
    width: 970.000000352px;
  }
}

@media (min-width: 1200px) {
  .container, header .outer-block-wrapper, .single .outer-block-wrapper, .single .posts-container, .blog .outer-block-wrapper, .blog .posts-container, .hfeed .outer-block-wrapper, .hfeed .posts-container, .error404 .outer-wrapper, .search-results .outer-wrapper, .post-type-archive-team_member .outer-block-wrapper, .block.general_copy .outer-block-wrapper, .block.billboard .outer-block-wrapper, .block.text_and_icons .outer-block-wrapper, .block.text_and_table .outer-block-wrapper, .block.photo_cards .outer-block-wrapper, .block.image_slider .outer-block-wrapper, .block.logo_block .outer-block-wrapper, .block.call_to_action .outer-block-wrapper, .block.two_columns .outer-block-wrapper, .block.form .outer-block-wrapper, .block.three_circles .outer-block-wrapper, .block.people_list .outer-block-wrapper {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.row, .single .inner-block-wrapper, .blog .inner-block-wrapper, .hfeed .inner-block-wrapper, .error404 .inner-wrapper, .search-results .inner-wrapper, .post-type-archive-team_member .inner-block-wrapper, .block.general_copy .inner-block-wrapper, .block.billboard .inner-block-wrapper, .block.text_and_icons .inner-block-wrapper, .block.text_and_table .inner-block-wrapper, .block.photo_cards .inner-block-wrapper, .block.image_slider .inner-block-wrapper, .block.logo_block .inner-block-wrapper, .block.call_to_action .inner-block-wrapper, .block.two_columns .inner-block-wrapper, .block.form .inner-block-wrapper, .block.three_circles .inner-block-wrapper, .block.people_list .inner-block-wrapper {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.col > *:first-child, .col .module > *:first-child {
  margin-top: 0;
}

.col > *:last-child, .col .module > *:last-child {
  margin-bottom: 0;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .block.image_slider .image_slider--title, .block.image_slider .image_slider--copy, .block.image_slider .slider-wrapper, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .error404 .content-wrapper, .search-results .content-wrapper, .post-type-archive-team_member .group, #tribe-events-content, .block.general_copy .content, .block.billboard .billboard--content, .block.text_and_icons .text_and_icons--content, .block.text_and_icons .icons-wrapper, .block.text_and_table .text_and_table--content .intro, .block.photo_cards .photo_cards--content, .block.logo_block .logo_block--content, .block.call_to_action .call_to_action--content, .block.two_columns .two_columns--content, .block.form .form--content, .block.three_circles .three_circles--content, .block.people_list .group, .block.people_list h2.group-title, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .block.image_slider .image_slider--title, .block.image_slider .image_slider--copy, .block.image_slider .slider-wrapper, .col-md-11, .col-md-12, .error404 .content-wrapper, .search-results .content-wrapper, .post-type-archive-team_member .group, #tribe-events-content, .block.general_copy .content, .block.billboard .billboard--content, .block.text_and_icons .text_and_icons--content, .block.text_and_icons .icons-wrapper, .block.text_and_table .text_and_table--content .intro, .block.photo_cards .photo_cards--content, .block.logo_block .logo_block--content, .block.call_to_action .call_to_action--content, .block.two_columns .two_columns--content, .block.form .form--content, .block.three_circles .three_circles--content, .block.people_list .group, .block.people_list h2.group-title {
    float: left;
  }
  .col-md-12, .error404 .content-wrapper, .search-results .content-wrapper, .post-type-archive-team_member .group, #tribe-events-content, .block.general_copy .content, .block.billboard .billboard--content, .block.text_and_icons .text_and_icons--content, .block.text_and_icons .icons-wrapper, .block.text_and_table .text_and_table--content .intro, .block.photo_cards .photo_cards--content, .block.logo_block .logo_block--content, .block.call_to_action .call_to_action--content, .block.two_columns .two_columns--content, .block.form .form--content, .block.three_circles .three_circles--content, .block.people_list .group, .block.people_list h2.group-title {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10, .block.image_slider .image_slider--title, .block.image_slider .image_slider--copy, .block.image_slider .slider-wrapper {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1, .block.image_slider .image_slider--title, .block.image_slider .image_slider--copy, .block.image_slider .slider-wrapper {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before, .block:before, .block.double_color_cta:before,
.clearfix:after,
.block:after,
.block.double_color_cta:after,
.container:before,
header .outer-block-wrapper:before,
.single .outer-block-wrapper:before,
.single .posts-container:before,
.blog .outer-block-wrapper:before,
.blog .posts-container:before,
.hfeed .outer-block-wrapper:before,
.hfeed .posts-container:before,
.error404 .outer-wrapper:before,
.search-results .outer-wrapper:before,
.post-type-archive-team_member .outer-block-wrapper:before,
.block.general_copy .outer-block-wrapper:before,
.block.billboard .outer-block-wrapper:before,
.block.text_and_icons .outer-block-wrapper:before,
.block.text_and_table .outer-block-wrapper:before,
.block.photo_cards .outer-block-wrapper:before,
.block.image_slider .outer-block-wrapper:before,
.block.logo_block .outer-block-wrapper:before,
.block.call_to_action .outer-block-wrapper:before,
.block.two_columns .outer-block-wrapper:before,
.block.form .outer-block-wrapper:before,
.block.three_circles .outer-block-wrapper:before,
.block.people_list .outer-block-wrapper:before,
.container:after,
header .outer-block-wrapper:after,
.single .outer-block-wrapper:after,
.single .posts-container:after,
.blog .outer-block-wrapper:after,
.blog .posts-container:after,
.hfeed .outer-block-wrapper:after,
.hfeed .posts-container:after,
.error404 .outer-wrapper:after,
.search-results .outer-wrapper:after,
.post-type-archive-team_member .outer-block-wrapper:after,
.block.general_copy .outer-block-wrapper:after,
.block.billboard .outer-block-wrapper:after,
.block.text_and_icons .outer-block-wrapper:after,
.block.text_and_table .outer-block-wrapper:after,
.block.photo_cards .outer-block-wrapper:after,
.block.image_slider .outer-block-wrapper:after,
.block.logo_block .outer-block-wrapper:after,
.block.call_to_action .outer-block-wrapper:after,
.block.two_columns .outer-block-wrapper:after,
.block.form .outer-block-wrapper:after,
.block.three_circles .outer-block-wrapper:after,
.block.people_list .outer-block-wrapper:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.single .inner-block-wrapper:before,
.blog .inner-block-wrapper:before,
.hfeed .inner-block-wrapper:before,
.error404 .inner-wrapper:before,
.search-results .inner-wrapper:before,
.post-type-archive-team_member .inner-block-wrapper:before,
.block.general_copy .inner-block-wrapper:before,
.block.billboard .inner-block-wrapper:before,
.block.text_and_icons .inner-block-wrapper:before,
.block.text_and_table .inner-block-wrapper:before,
.block.photo_cards .inner-block-wrapper:before,
.block.image_slider .inner-block-wrapper:before,
.block.logo_block .inner-block-wrapper:before,
.block.call_to_action .inner-block-wrapper:before,
.block.two_columns .inner-block-wrapper:before,
.block.form .inner-block-wrapper:before,
.block.three_circles .inner-block-wrapper:before,
.block.people_list .inner-block-wrapper:before,
.row:after,
.single .inner-block-wrapper:after,
.blog .inner-block-wrapper:after,
.hfeed .inner-block-wrapper:after,
.error404 .inner-wrapper:after,
.search-results .inner-wrapper:after,
.post-type-archive-team_member .inner-block-wrapper:after,
.block.general_copy .inner-block-wrapper:after,
.block.billboard .inner-block-wrapper:after,
.block.text_and_icons .inner-block-wrapper:after,
.block.text_and_table .inner-block-wrapper:after,
.block.photo_cards .inner-block-wrapper:after,
.block.image_slider .inner-block-wrapper:after,
.block.logo_block .inner-block-wrapper:after,
.block.call_to_action .inner-block-wrapper:after,
.block.two_columns .inner-block-wrapper:after,
.block.form .inner-block-wrapper:after,
.block.three_circles .inner-block-wrapper:after,
.block.people_list .inner-block-wrapper:after {
  content: " ";
  display: table;
}


.clearfix:after,
.block:after,
.block.double_color_cta:after,
.container:after,
header .outer-block-wrapper:after,
.single .outer-block-wrapper:after,
.single .posts-container:after,
.blog .outer-block-wrapper:after,
.blog .posts-container:after,
.hfeed .outer-block-wrapper:after,
.hfeed .posts-container:after,
.error404 .outer-wrapper:after,
.search-results .outer-wrapper:after,
.post-type-archive-team_member .outer-block-wrapper:after,
.block.general_copy .outer-block-wrapper:after,
.block.billboard .outer-block-wrapper:after,
.block.text_and_icons .outer-block-wrapper:after,
.block.text_and_table .outer-block-wrapper:after,
.block.photo_cards .outer-block-wrapper:after,
.block.image_slider .outer-block-wrapper:after,
.block.logo_block .outer-block-wrapper:after,
.block.call_to_action .outer-block-wrapper:after,
.block.two_columns .outer-block-wrapper:after,
.block.form .outer-block-wrapper:after,
.block.three_circles .outer-block-wrapper:after,
.block.people_list .outer-block-wrapper:after,
.container-fluid:after,
.row:after,
.single .inner-block-wrapper:after,
.blog .inner-block-wrapper:after,
.hfeed .inner-block-wrapper:after,
.error404 .inner-wrapper:after,
.search-results .inner-wrapper:after,
.post-type-archive-team_member .inner-block-wrapper:after,
.block.general_copy .inner-block-wrapper:after,
.block.billboard .inner-block-wrapper:after,
.block.text_and_icons .inner-block-wrapper:after,
.block.text_and_table .inner-block-wrapper:after,
.block.photo_cards .inner-block-wrapper:after,
.block.image_slider .inner-block-wrapper:after,
.block.logo_block .inner-block-wrapper:after,
.block.call_to_action .inner-block-wrapper:after,
.block.two_columns .inner-block-wrapper:after,
.block.form .inner-block-wrapper:after,
.block.three_circles .inner-block-wrapper:after,
.block.people_list .inner-block-wrapper:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.ch2-grid {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -99999;
  background-color: lightblue;
}

.ch2-grid .col {
  border: solid 1px black;
  background: darkgrey;
}

.ch2-grid .the-stuff {
  background: white;
  display: block;
  height: 100vh;
}

.grid-on .site {
  opacity: .95;
}

.grid-on .ch2-grid {
  display: block;
}

.grid-debug-button {
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  z-index: 99999;
}

.grid-debug-button:hover {
  background: blue;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Muli", sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

@media screen and (max-width: 768px) {
  pre {
    font-size: 13.125px;
    font-size: 0.8203125rem;
  }
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 768px) {
  code, kbd, tt, var {
    font-size: 13.125px;
    font-size: 0.8203125rem;
  }
}

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

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# client reboot
--------------------------------------------------------------*/
html {
  line-height: 1.15;
  height: 100%;
  /* Older browsers */
  font-size: 16px;
  overflow-x: hidden;
  /* Modern browsers only need this one */
}

@media screen and (min-width: 25em) {
  html {
    /*
		Controls the rate of growth of the font size the format is.
		calc (min--font-size + (max-font-size - min-font-size) * (Full width of viewport - min-win-size) / (max-win-size - min-win-size))
		however the calculation does not stop the font size from growing at the "max window size" but that is easily remedied with a  media query.
		 */
    font-size: calc(16px + (23 - 16) * (100vw - 500px) / (1680 - 500));
  }
}

@media screen and (min-width: 1680px) {
  html {
    font-size: 23px;
  }
}

body {
  color: #7d7d7d;
  overflow-x: hidden;
  max-width: 1400px;
  margin: 0 auto;
  box-shadow: 0 0 100px 0px rgba(0, 0, 0, 0.05), 0 0 25px 0px rgba(0, 0, 0, 0.05);
  font-family: 'Muli', avenir, 'avenir next', helvetica, arial, sans-serif;
  /* 'Muli' is the Google Font alternative to Avenir that is being used for Open Books. Avenir will remain as a Mac system font fallback. */
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-content {
  flex: 1 0 auto;
}

figcaption {
  color: #7d7d7d;
}

hr {
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
}

h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 3.333333333rem;
  font-weight: 700;
}

h2 {
  font-size: 2.5rem;
  color: #7d7d7d;
}

h3 {
  font-size: 1.666666667rem;
  color: #fb830f;
}

h4 {
  font-size: 1.666666667rem;
}

h5 {
  font-size: 1.041666667rem;
  color: #000;
}

h6 {
  font-size: .75rem;
  color: #000;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p.description {
  color: #fff;
}

p.small, .tribe-events-back, .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group dl,
#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
  font-size: .75rem;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: .666666667rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #7d7d7d;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
  float: left;
  text-align: right;
  padding: .25em;
  clear: left;
}

dd {
  float: left;
  padding: .25em 0;
}

dl:after {
  content: "";
  display: table;
  clear: both;
}

blockquote {
  margin: 0 0 1rem;
}

blockquote p {
  font-size: 1.4rem;
  font-weight: 400;
  quotes: '"' '"' "'" "'";
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote p::before {
  content: open-quote;
}

blockquote p:after {
  content: close-quote;
}

cite {
  font-size: 1rem;
  margin-left: 25px;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  font-weight: 700;
  color: #7d7d7d;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #fb830f;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

mark {
  background: rgba(251, 131, 15, 0.6);
  color: #fff;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

iframe {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  width: 100%;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 50px;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
  font-style: italic;
}

th {
  text-align: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #fb830f;
  background: #fff;
  padding-bottom: 0;
  width: 27.5%;
  padding-left: 25px;
}

th:first-child {
  width: 17.5%;
}

td, tr {
  font-size: .8rem;
  color: #7d7d7d;
  padding: 24px 25px 25px 25px;
}

td {
  width: 27.5%;
  vertical-align: top;
}

td:first-child {
  width: 17.5%;
}

td:last-child {
  padding: 24px 0 50px 25px;
  vertical-align: top;
}

tr:nth-child(even) {
  background: #f6f6f6;
}

tfoot th {
  font-size: 1rem;
}

form ul {
  list-style-type: none;
  font-weight: 400;
  padding-left: 0;
}

label {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: .2rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  font-weight: 700;
  background: #fb830f;
  color: #fff;
  border-radius: 10px;
  padding: 5px 40px;
  border: 1px solid #fb830f;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  height: 1.375rem;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

::selection {
  background: rgba(251, 131, 15, 0.6);
  color: #fff;
}

::-moz-selection {
  background: rgba(251, 131, 15, 0.6);
  color: #fff;
}

.full-col {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.full-col .half {
  text-align: center;
  padding: 0.75rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

@media screen and (max-width: 768px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 10.5px;
    font-size: 0.65625rem;
  }
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

.accent-orange .button {
  border-radius: .5em;
  background-color: #fb830f;
  color: white;
  padding: .4em 1.2em;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.accent-orange .button:hover {
  text-decoration: none;
  background-color: #fc9635;
}

.accent-green .button {
  border-radius: .5em;
  background-color: #91c02b;
  color: white;
  padding: .4em 1.2em;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.accent-green .button:hover {
  text-decoration: none;
  background-color: #a4d43e;
}

.accent-yellow .button {
  border-radius: .5em;
  background-color: #e9d241;
  color: white;
  padding: .4em 1.2em;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.accent-yellow .button:hover {
  text-decoration: none;
  background-color: #edda63;
}

.accent-purple .button {
  border-radius: .5em;
  background-color: #9b1a87;
  color: white;
  padding: .4em 1.2em;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.accent-purple .button:hover {
  text-decoration: none;
  background-color: #bc1fa4;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*----------.----------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #7d7d7d;
}

a:visited {
  color: #7d7d7d;
}

a:hover, a:focus, a:active {
  color: #fb8310;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

@media screen and (max-width: 768px) {
  .screen-reader-text:focus {
    font-size: 12.25px;
    font-size: 0.765625rem;
  }
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header {
  /*
	search box stuff
	 */
}

header .outer-block-wrapper {
  padding-top: calc(.6rem + 5px);
  padding-bottom: calc(.6rem + 5px);
  background: white;
}

header .inner-block-wrapper {
  font-size: 1rem;
  font-size: calc(12px + (16 - 12) * (100vw - 350px) / (1300 - 350));
  position: relative;
}

header .site-branding {
  width: 6.8rem;
}

header .button-box {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 33px;
}

header .social {
  display: flex;
  justify-content: flex-end;
}

header .social a {
  height: 33px;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .social a:hover {
  opacity: .5;
}

header .search-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

header .search-box .search-form {
  display: block;
  opacity: 0;
  width: 0;
  z-index: 10;
  overflow: hidden;
  transition: width 1.5s, opacity 1s;
  background: white;
  padding: 5px 5px 0;
}

header .search-box.toggled .search-form {
  opacity: 1;
  width: 11.5rem;
}

header .search-box input {
  border: none;
}

header .search-box label {
  display: inline;
}

header .search-box .search-field {
  border-radius: 0;
  border-bottom: solid 1px #7d7d7d;
  height: 35px;
  margin: 0;
}

header .search-submit {
  display: none;
  color: transparent;
}

header .search-toggle, header .search-submit {
  outline: none;
  border: none;
  background: transparent url("../../assets/images/loupe.png") no-repeat right center;
  margin: 0;
  background-size: 22px 22px;
  border-radius: 0;
  height: 33px;
  width: 33px;
  padding: 5px;
  padding: 0;
}

header .search-toggle:hover, header .search-submit:hover {
  opacity: .5;
}

header .toggled .search-toggle {
  background-image: url("../../assets/images/close.png");
}

@media (min-width: 600px) {
  header #primary-menu > li:last-child a {
    border-radius: .5em;
    background-color: white;
    color: #9b1a87;
    padding: calc(.4em - 2px) calc(1.2em - 2px);
    border: 2px solid white;
    font-size: .8em;
    text-decoration: none;
    transition: all .6666s;
    border: 2px solid #9b1a87;
  }
  header #primary-menu > li:last-child a:hover {
    padding: calc(.4em - 2px) calc(1.2em - 2px);
    text-decoration: none;
    background-color: #9b1a87;
    color: white;
    border: 2px solid white;
  }
  header #primary-menu > li:last-child a:hover {
    border: 2px solid #9b1a87;
  }
  header #primary-menu > li:nth-last-child(2) a {
    border-radius: .5em;
    background-color: #9b1a87;
    color: white;
    padding: .4em 1.2em;
    font-size: .8em;
    text-decoration: none;
    transition: all .6666s;
  }
  header #primary-menu > li:nth-last-child(2) a:hover {
    text-decoration: none;
    background-color: #bc1fa4;
  }
}

header .main-navigation.toggled {
  padding: 1rem 0 0;
}

header .main-navigation a {
  color: #7d7d7d;
}

header .main-navigation a:hover {
  color: #fb830f;
}

@media (max-width: 599px) {
  header .main-navigation li {
    width: 100%;
  }
}

header .main-navigation .sub-menu {
  background: white;
  padding: .5em 1em;
}

@media (min-width: 600px) {
  header .main-navigation {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 6.8rem);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
}

header .main-navigation .menu-toggle {
  border: none;
  background-color: transparent;
  position: absolute;
  height: 32px;
  width: 32px;
  right: 0;
  padding: 0;
  top: calc(100% - 1.5rem);
  color: transparent;
}

header .main-navigation .menu-toggle .fancy-burger {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

header .main-navigation .menu-toggle .fancy-burger span {
  transition: all .5s;
  width: 30px;
  height: 4px;
  display: block;
  background: #7d7d7d;
  position: relative;
}

header .main-navigation .menu-toggle .fancy-burger span:after, header .main-navigation .menu-toggle .fancy-burger span:before {
  transition: all .5s ease-out;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 4px;
  display: block;
  background: #7d7d7d;
}

header .main-navigation .menu-toggle .fancy-burger span:before {
  bottom: -200%;
}

header .main-navigation .menu-toggle .fancy-burger span:after {
  top: -200%;
}

header .toggled .menu-toggle.menu-toggle span {
  transform: rotate(45deg);
}

header .toggled .menu-toggle.menu-toggle span:before {
  bottom: 0 !important;
  transform: rotate(-90deg);
}

header .toggled .menu-toggle.menu-toggle span:after {
  top: 0 !important;
  transform: rotate(-90deg);
}

@media (min-width: 600px) {
  header .menu-quick-links-container {
    height: 33px;
    display: flex;
    align-items: flex-end;
    margin-right: 140px;
    flex-wrap: nowrap;
  }
  header .menu-quick-links-container a {
    padding: 0 .6rem;
    height: 100%;
    font-size: calc(12px + (14 - 12) * (100vw - 350px) / (1300 - 350));
    line-height: 1.1;
  }
  header .menu-quick-links-container .menu > li {
    position: relative;
  }
  header .menu-quick-links-container .menu > li:not(:last-child) a {
    border-right: solid 1px black;
  }
  header .menu-quick-links-container .menu > li:last-child a {
    padding-right: 0;
  }
  header .menu-quick-links-container .menu > li:first-child a {
    padding-left: 0;
  }
}

header .menu-main-navigation-container .menu > li {
  position: relative;
}

@media (min-width: 600px) {
  header .menu-main-navigation-container .menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  header .menu-main-navigation-container li {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    width: auto;
  }
  header .menu-main-navigation-container a {
    text-align: center;
    font-size: .7em;
    padding: .2rem .5rem;
  }
  header .menu-main-navigation-container .menu > li:nth-last-child(1), header .menu-main-navigation-container .menu > li:nth-last-child(2) {
    margin-left: .5rem;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
  margin-top: auto;
  padding: 2.4rem 0 1.6rem;
  background: #262626;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer address {
  color: #91c02b;
  font-size: .8rem;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
}

footer #footer-menu {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  font-size: .52rem;
  padding: .64rem 0;
}

footer .menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

footer .menu-item:not(:first-child):before {
  content: '|';
  color: white;
  font-weight: bold;
}

footer .menu-item a {
  padding: 0 .64rem;
  color: white;
  text-align: center;
}

footer .sub-menu {
  display: none;
}

footer .site-info {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
}

footer .site-info, footer .site-info a {
  color: white;
  font-size: 11px;
  font-weight: normal;
}

footer .sep {
  padding: 10px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*
Use this file primarily for DEFAULT posts and pages or for relatively GLOBAL styles i.e if the styles for archives will apply for multiple post types or are styles that will work for most pages. that being said, most global styles should be going on a client specific "base styles file"
*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.single header.hero, .blog header.hero, .hfeed header.hero {
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.single header.hero .outer-block-wrapper, .blog header.hero .outer-block-wrapper, .hfeed header.hero .outer-block-wrapper {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.single header.hero .entry-title, .single header.hero .hero--title, .blog header.hero .entry-title, .blog header.hero .hero--title, .hfeed header.hero .entry-title, .hfeed header.hero .hero--title {
  color: white;
  margin: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.single .entry-content, .blog .entry-content, .hfeed .entry-content {
  margin-top: 0;
}

.single .moretag, .blog .moretag, .hfeed .moretag {
  display: block;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
/*
404
*/
.error404 .site-content {
  padding: 4.125rem .75rem 6.125rem;
  text-align: center;
}

.error404 h1.page-title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
  color: #7d7d7d;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
/*
Search
*/
.search-results .site-content {
  padding: 4.125rem .75rem 6.125rem;
}

.search-results h1.page-title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
  color: #7d7d7d;
}

.search-results h2.entry-title a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fb830f;
}

.search-results .entry-footer {
  background: #f6f6f6;
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.post-type-archive-team_member .site-content {
  background-color: white;
}

.post-type-archive-team_member .inner-block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.post-type-archive-team_member .general_copy .content p:last-of-type {
  margin-bottom: 0;
}

.post-type-archive-team_member .group-list {
  margin: 0 0 .6rem;
  padding: 0 0.75rem;
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .post-type-archive-team_member .group-list {
    flex-direction: column;
  }
}

.post-type-archive-team_member .group-list li, .post-type-archive-team_member .group-list a {
  padding: .25em;
  text-transform: uppercase;
  font-size: .6rem;
  font-size: calc(12px + (15 - 12) * (100vw - 350px) / (1300 - 350));
}

.post-type-archive-team_member .group-title, .post-type-archive-team_member .store-title {
  font-size: 1.5rem;
  display: block;
}

.post-type-archive-team_member .members {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.post-type-archive-team_member .member {
  margin-bottom: 2.8rem;
  width: 100%;
}

@media (min-width: 800px) {
  .post-type-archive-team_member .member {
    width: calc(50% - (0.5 * 1.5rem));
  }
}

.post-type-archive-team_member .member .member-photo, .post-type-archive-team_member .member .member-photo img {
  display: block;
  margin: 0 auto;
}

.post-type-archive-team_member .member .member-photo {
  margin-bottom: 1.8rem;
}

.post-type-archive-team_member .member .name {
  color: #fb830f;
  font-size: 1.3rem;
}

.post-type-archive-team_member .member .role {
  color: #7d7d7d;
  font-size: .92rem;
  margin-bottom: .25em;
}

.post-type-archive-team_member .member .bio {
  font-size: .8rem;
}

@media (max-width: 768px) {
  .post-type-archive-team_member .member .bio {
    font-size: .9rem;
  }
}

.post-type-archive-team_member .member .bio p:last-child {
  margin-bottom: .5em;
}

.post-type-archive-team_member .member .email {
  text-transform: uppercase;
  font-size: .8rem;
}

.post-type-archive-team_member .blurb-title {
  font-size: 2.4rem;
}

.post-type-archive-team_member .content p {
  font-size: .92rem;
}

.post-type-archive-team_member .group-title {
  font-size: 1.6rem;
  margin-bottom: 1.1em;
}

.post-type-archive-team_member .board {
  padding-bottom: 6rem;
  width: 100%;
}

@media (min-width: 992px) {
  .post-type-archive-team_member .board {
    columns: 2 1.5rem;
  }
}

.post-type-archive-team_member .bod {
  margin-bottom: .5em;
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .post-type-archive-team_member .bod {
    overflow: hidden;
    /* Fix for firefox and IE 10-11  */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
    break-inside: avoid-column;
  }
}

.post-type-archive-team_member .bod .board-member, .post-type-archive-team_member .bod .bod-divider, .post-type-archive-team_member .bod .role {
  font-size: 1.3rem;
}

.post-type-archive-team_member .bod .board-member, .post-type-archive-team_member .bod .bod-divider {
  color: #fb830f;
}

.post-type-archive-team_member .bod .role {
  color: #7d7d7d;
}

.post-type-archive-team_member .bod .organization {
  color: #7d7d7d;
  display: block;
}

/*--------------------------------------------------------------
## Single Event
--------------------------------------------------------------*/
.tribe_events-template-default .site-content {
  background: #f6f6f6;
}

#tribe-events-pg-template,
.tribe-events-pg-template {
  padding-left: .75rem;
  padding-right: .75rem;
}

.tribe-events-schedule {
  margin: .375rem 0 .75em;
}

#tribe-events-content a,
.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-back a, .tribe-events-back a:hover,
.tribe-events-event-meta a,
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-list-widget .tribe-events-widget-link a:hover,
ul.tribe-events-sub-nav a,
ul.tribe-events-sub-nav a:hover,
h1.tribe-events-single-event-title,
h3.tribe-events-single-section-title,
dd.tribe-venue {
  color: #91c02b;
  font-weight: 400;
}

h1.tribe-events-single-event-title {
  font-size: 1.4rem;
}

h2 .tribe-event-date-start,
h2 .tribe-event-time {
  color: #91c02b;
  font-size: 1rem;
}

h3.tribe-events-single-section-title {
  color: #7d7d7d;
  font-weight: 700;
  font-size: 1rem;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 1rem;
}

#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
  margin: 0 0 .5rem;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group dl,
#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
  color: #7d7d7d;
  font-weight: 700;
}

.single-tribe_events .tribe-events-cal-links {
  padding-top: 2.25rem;
}

.tribe-events-calendar thead th {
  background-color: #91c02b;
  font-size: .64rem;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a,
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #91c02b;
  border-radius: 0;
  font-size: .6rem;
}

.single-tribe_events .tribe-events-event-meta {
  background: #f6f6f6;
  border: none;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  font-size: .8rem;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  padding-left: 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  font-weight: 400;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt:after {
  content: "\a";
  white-space: pre;
}

.single-tribe_events .secondary .tribe-events-venue-map {
  width: 100%;
  margin: 20px 0 0 0;
  padding-left: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Styles applying to all blocks
--------------------------------------------------------------*/
.block.default-1, .block {
  background: white;
}

.block.default-2 {
  background: #f6f6f6;
}

.block {
  padding: 3rem 0 4rem;
}

.grid-on .block {
  border-bottom: 1px dashed rgba(125, 125, 125, 0.6);
}

.block .outer-block-wrapper .inner-block-wrapper:before, .block .outer-block-wrapper .inner-block-wrapper:after {
  display: none;
}

/*--------------------------------------------------------------
# General copy
--------------------------------------------------------------*/
.block.general_copy {
  /*content here*/
}

.block.general_copy.default-1.accent-green h3, .block.general_copy.default-2.accent-green h3 {
  color: #91c02b;
}

.block.general_copy.default-1.accent-purple h3, .block.general_copy.default-2.accent-purple h3 {
  color: #9b1a87;
}

.block.general_copy.default-1.accent-yellow h3, .block.general_copy.default-2.accent-yellow h3 {
  color: #e9d241;
}

/*--------------------------------------------------------------
# Billboard
--------------------------------------------------------------*/
.block.billboard {
  padding: 0;
  background-size: cover;
  position: relative;
  min-height: 500px;
  height: calc(100vh - 6.3rem);
  max-height: 1000px;
  /*content here*/
}

@media (max-width: 768px) {
  .block.billboard {
    min-height: 500px;
  }
}

.block.billboard .outer-block-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.block.billboard .inner-block-wrapper {
  height: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.block.billboard .billboard--title {
  color: #fff;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block.billboard p {
  color: #fff;
}

.block.billboard .billboard--content {
  margin: 0 auto;
  padding: 1.25rem 0 1.4rem;
}

@media (min-width: 768px) {
  .block.billboard .billboard--content {
    width: 85%;
  }
}

.block.billboard.style-1 .copy {
  font-size: .9em;
}

.block.billboard.style-1 .billboard--title, .block.billboard.style-2 .billboard--title {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block.billboard.style-1 .billboard--title h3, .block.billboard.style-2 .billboard--title h3 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.block.billboard.style-1.accent-green .button, .block.billboard.style-2.accent-green .button {
  border-radius: .5em;
  background-color: white;
  color: #91c02b;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.billboard.style-1.accent-green .button:hover, .block.billboard.style-2.accent-green .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #91c02b;
  color: white;
  border: 2px solid white;
}

.block.billboard.style-1.accent-orange .button, .block.billboard.style-2.accent-orange .button {
  border-radius: .5em;
  background-color: white;
  color: #fb830f;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.billboard.style-1.accent-orange .button:hover, .block.billboard.style-2.accent-orange .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #fb830f;
  color: white;
  border: 2px solid white;
}

.block.billboard.style-1.accent-yellow .button, .block.billboard.style-2.accent-yellow .button {
  border-radius: .5em;
  background-color: white;
  color: #e9d241;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.billboard.style-1.accent-yellow .button:hover, .block.billboard.style-2.accent-yellow .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #e9d241;
  color: white;
  border: 2px solid white;
}

.block.billboard.style-1.accent-purple .button, .block.billboard.style-2.accent-purple .button {
  border-radius: .5em;
  background-color: white;
  color: #9b1a87;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.billboard.style-1.accent-purple .button:hover, .block.billboard.style-2.accent-purple .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #9b1a87;
  color: white;
  border: 2px solid white;
}

.block.billboard.style-2 .inner-block-wrapper {
  justify-content: center;
}

.block.billboard.style-1.accent-green .billboard--content,
.block.billboard.style-2.accent-green .billboard--content {
  background-color: rgba(145, 192, 43, 0.8);
  position: relative;
}

.block.billboard.style-1.accent-green .billboard--content:before, .block.billboard.style-1.accent-green .billboard--content:after,
.block.billboard.style-2.accent-green .billboard--content:before,
.block.billboard.style-2.accent-green .billboard--content:after {
  z-index: 0;
  content: '';
  position: absolute;
  background-color: rgba(145, 192, 43, 0.8);
  top: 0;
  bottom: 0;
  left: -999%;
  right: 100%;
}

.block.billboard.style-1.accent-green .billboard--content:after,
.block.billboard.style-2.accent-green .billboard--content:after {
  background-color: rgba(145, 192, 43, 0.8);
  left: 100%;
  right: -999%;
}

.block.billboard.style-1.accent-yellow .billboard--content,
.block.billboard.style-2.accent-yellow .billboard--content {
  background-color: rgba(233, 210, 65, 0.75);
  position: relative;
}

.block.billboard.style-1.accent-yellow .billboard--content:before, .block.billboard.style-1.accent-yellow .billboard--content:after,
.block.billboard.style-2.accent-yellow .billboard--content:before,
.block.billboard.style-2.accent-yellow .billboard--content:after {
  z-index: 0;
  content: '';
  position: absolute;
  background-color: rgba(233, 210, 65, 0.75);
  top: 0;
  bottom: 0;
  left: -999%;
  right: 100%;
}

.block.billboard.style-1.accent-yellow .billboard--content:after,
.block.billboard.style-2.accent-yellow .billboard--content:after {
  background-color: rgba(233, 210, 65, 0.75);
  left: 100%;
  right: -999%;
}

.block.billboard.style-1.accent-purple .billboard--content,
.block.billboard.style-2.accent-purple .billboard--content {
  background-color: rgba(155, 26, 135, 0.75);
  position: relative;
}

.block.billboard.style-1.accent-purple .billboard--content:before, .block.billboard.style-1.accent-purple .billboard--content:after,
.block.billboard.style-2.accent-purple .billboard--content:before,
.block.billboard.style-2.accent-purple .billboard--content:after {
  z-index: 0;
  content: '';
  position: absolute;
  background-color: rgba(155, 26, 135, 0.75);
  top: 0;
  bottom: 0;
  left: -999%;
  right: 100%;
}

.block.billboard.style-1.accent-purple .billboard--content:after,
.block.billboard.style-2.accent-purple .billboard--content:after {
  background-color: rgba(155, 26, 135, 0.75);
  left: 100%;
  right: -999%;
}

.block.billboard.style-1.accent-orange .billboard--content,
.block.billboard.style-2.accent-orange .billboard--content {
  background-color: rgba(251, 131, 15, 0.6);
  position: relative;
}

.block.billboard.style-1.accent-orange .billboard--content:before, .block.billboard.style-1.accent-orange .billboard--content:after,
.block.billboard.style-2.accent-orange .billboard--content:before,
.block.billboard.style-2.accent-orange .billboard--content:after {
  z-index: 0;
  content: '';
  position: absolute;
  background-color: rgba(251, 131, 15, 0.6);
  top: 0;
  bottom: 0;
  left: -999%;
  right: 100%;
}

.block.billboard.style-1.accent-orange .billboard--content:after,
.block.billboard.style-2.accent-orange .billboard--content:after {
  background-color: rgba(251, 131, 15, 0.6);
  left: 100%;
  right: -999%;
}

.block.billboard.style-2 .button {
  border-radius: .5em;
  background-color: white;
  color: #fff;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
  color: #7d7d7d;
}

.block.billboard.style-2 .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #fff;
  color: white;
  border: 2px solid white;
}

.block.billboard.style-2 .button:hover {
  color: #fff;
  background-color: #7d7d7d;
  border: 1px solid #7d7d7d;
}

.block.billboard.style-3 {
  position: relative;
  text-shadow: 0 0 75px rgba(0, 0, 0, 0.5);
}

.block.billboard.style-3 .filter {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.33);
}

.block.billboard.style-3 .billboard--title {
  font-size: 1.6rem;
}

.block.billboard.style-3 .inner-block-wrapper {
  justify-content: center;
}

.block.billboard.style-3 .copy {
  padding-bottom: .5em;
  font-weight: bold;
}

.block.billboard.style-3.accent-green .button {
  border-radius: .5em;
  background-color: white;
  color: #91c02b;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.billboard.style-3.accent-green .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #91c02b;
  color: white;
  border: 2px solid white;
}

.block.billboard.style-3.accent-yellow .button {
  border-radius: .5em;
  background-color: white;
  color: #e9d241;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.billboard.style-3.accent-yellow .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #e9d241;
  color: white;
  border: 2px solid white;
}

.block.billboard.style-3.accent-purple .button {
  border-radius: .5em;
  background-color: white;
  color: #9b1a87;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.billboard.style-3.accent-purple .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #9b1a87;
  color: white;
  border: 2px solid white;
}

.block.billboard.style-3.accent-orange .button {
  border-radius: .5em;
  background-color: white;
  color: #fb830f;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.billboard.style-3.accent-orange .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #fb830f;
  color: white;
  border: 2px solid white;
}

.block.billboard.style-3 .button:hover {
  border: none !important;
  padding: calc(.3em + 2px) calc(2px + 1.2em) !important;
}

.billboard.style-1.accent-green .button {
  border-radius: .5em;
  background-color: white;
  color: #91c02b;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.billboard.style-1.accent-green .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #91c02b;
  color: white;
  border: 2px solid white;
}

.typed-cursor {
  opacity: 1;
  animation: typedjsBlink 0.7s infinite;
  -webkit-animation: typedjsBlink 0.7s infinite;
  animation: typedjsBlink 0.7s infinite;
  color: white;
  font-weight: normal;
}

@keyframes typedjsBlink {
  50% {
    opacity: 0.0;
  }
}

@-webkit-keyframes typedjsBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1;
  }
}

.typed-fade-out {
  opacity: 0;
  transition: opacity .5s;
  -webkit-animation: 0;
  animation: 0;
}

.billboard--title h3 {
  font-size: 3rem;
  color: white;
  line-height: 1.1;
  font-weight: bold;
}

.billboard--title h3 .text-wrap {
  border-bottom: solid .2rem white;
  display: inline;
}

.rotating .billboard--title h3 {
  font-size: 2.6rem;
}

.accent-green .text-wrap {
  color: #91c02b;
}

.accent-orange .text-wrap {
  color: #fb830f;
}

.accent-yellow .text-wrap {
  color: #e9d241;
}

.accent-purple .text-wrap {
  color: #9b1a87;
}

.legend {
  color: white;
}

/*--------------------------------------------------------------
# Text and icons
--------------------------------------------------------------*/
.block.text_and_icons {
  /*content here*/
}

.block.text_and_icons.accent-green h3 {
  color: #91c02b;
}

.block.text_and_icons.accent-orange h3 {
  color: #fb830f;
}

.block.text_and_icons.accent-purple h3 {
  color: #9b1a87;
}

.block.text_and_icons.accent-yellow h3 {
  color: #e9d241;
}

@media (max-width: 450px) {
  .block.text_and_icons .text_and_icons--content {
    text-align: center;
  }
}

.block.text_and_icons .icons-wrapper {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2.5rem -0.75rem 0;
  width: calc(100% + 1.5rem);
}

.block.text_and_icons .icons-wrapper .icons-text-wrapper {
  width: 22.5%;
  text-align: center;
}

@media (max-width: 992px) {
  .block.text_and_icons .icons-wrapper .icons-text-wrapper {
    width: 45%;
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 768px) {
  .block.text_and_icons .icons-wrapper .icons-text-wrapper {
    width: 60%;
    margin: 0 auto;
  }
}

.block.text_and_icons .icons-wrapper .icons-text-wrapper img {
  border-radius: 50%;
}

.block.text_and_icons .icons-wrapper .icons-text-wrapper p {
  padding-top: 1.25rem;
  margin-bottom: .5rem;
  font-size: .8rem;
  color: #262626;
  font-weight: 700;
}

@media (max-width: 992px) {
  .block.text_and_icons .icons-wrapper .icons-text-wrapper p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .block.text_and_icons .icons-wrapper .icons-text-wrapper p {
    font-size: 1.2rem;
  }
}

.block.text_and_icons .icons-wrapper .icons-text-wrapper p.small, .block.text_and_icons .icons-wrapper .icons-text-wrapper .tribe-events-back, .block.text_and_icons .icons-wrapper .icons-text-wrapper .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group dl, .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group .block.text_and_icons .icons-wrapper .icons-text-wrapper dl, .block.text_and_icons .icons-wrapper .icons-text-wrapper
#tribe-events .tribe-events-content p,
#tribe-events .tribe-events-content .block.text_and_icons .icons-wrapper .icons-text-wrapper p, .block.text_and_icons .icons-wrapper .icons-text-wrapper
.tribe-events-after-html p,
.tribe-events-after-html .block.text_and_icons .icons-wrapper .icons-text-wrapper p, .block.text_and_icons .icons-wrapper .icons-text-wrapper
.tribe-events-before-html p,
.tribe-events-before-html .block.text_and_icons .icons-wrapper .icons-text-wrapper p {
  padding-top: 0;
  font-size: .675rem;
  font-weight: 400;
  color: #7d7d7d;
}

@media (max-width: 992px) {
  .block.text_and_icons .icons-wrapper .icons-text-wrapper p.small, .block.text_and_icons .icons-wrapper .icons-text-wrapper .tribe-events-back, .block.text_and_icons .icons-wrapper .icons-text-wrapper .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group dl, .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group .block.text_and_icons .icons-wrapper .icons-text-wrapper dl, .block.text_and_icons .icons-wrapper .icons-text-wrapper
  #tribe-events .tribe-events-content p,
  #tribe-events .tribe-events-content .block.text_and_icons .icons-wrapper .icons-text-wrapper p, .block.text_and_icons .icons-wrapper .icons-text-wrapper
  .tribe-events-after-html p,
  .tribe-events-after-html .block.text_and_icons .icons-wrapper .icons-text-wrapper p, .block.text_and_icons .icons-wrapper .icons-text-wrapper
  .tribe-events-before-html p,
  .tribe-events-before-html .block.text_and_icons .icons-wrapper .icons-text-wrapper p {
    font-size: .8rem;
  }
}

@media (max-width: 768px) {
  .block.text_and_icons .icons-wrapper .icons-text-wrapper p.small, .block.text_and_icons .icons-wrapper .icons-text-wrapper .tribe-events-back, .block.text_and_icons .icons-wrapper .icons-text-wrapper .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group dl, .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group .block.text_and_icons .icons-wrapper .icons-text-wrapper dl, .block.text_and_icons .icons-wrapper .icons-text-wrapper
  #tribe-events .tribe-events-content p,
  #tribe-events .tribe-events-content .block.text_and_icons .icons-wrapper .icons-text-wrapper p, .block.text_and_icons .icons-wrapper .icons-text-wrapper
  .tribe-events-after-html p,
  .tribe-events-after-html .block.text_and_icons .icons-wrapper .icons-text-wrapper p, .block.text_and_icons .icons-wrapper .icons-text-wrapper
  .tribe-events-before-html p,
  .tribe-events-before-html .block.text_and_icons .icons-wrapper .icons-text-wrapper p {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Text and table
--------------------------------------------------------------*/
.block.text_and_table {
  /*content here*/
}

.block.text_and_table.accent-green h3, .block.text_and_table.accent-green th {
  color: #91c02b;
}

.block.text_and_table.accent-orange h3, .block.text_and_table.accent-orange th {
  color: #fb830f;
}

.block.text_and_table.accent-purple h3, .block.text_and_table.accent-purple th {
  color: #9b1a87;
}

.block.text_and_table.accent-yellow h3, .block.text_and_table.accent-yellow th {
  color: #e9d241;
}

.block.text_and_table table {
  margin: 2.75rem 0 1.5em;
}

@media (max-width: 768px) {
  .block.text_and_table .table-wrapper {
    overflow-x: scroll;
  }
  .block.text_and_table th:first-child,
  .block.text_and_table th,
  .block.text_and_table td:first-child,
  .block.text_and_table td {
    min-width: 150px;
  }
}

@media (max-width: 992px) {
  .block.text_and_table th {
    font-size: .85rem;
    padding-left: 15px;
  }
  .block.text_and_table td, .block.text_and_table tr {
    font-size: .8rem;
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# Two column text and photo blocks
--------------------------------------------------------------*/
.block.photo_cards {
  /*content here*/
}

.block.photo_cards.accent-green h3 {
  color: #91c02b;
}

.block.photo_cards.accent-orange h3 {
  color: #fb830f;
}

.block.photo_cards.accent-purple h3 {
  color: #9b1a87;
}

.block.photo_cards.accent-yellow h3 {
  color: #e9d241;
}

.block.photo_cards h5 {
  color: #7d7d7d;
  margin: 0;
}

.block.photo_cards p {
  margin-bottom: .25rem;
}

.block.photo_cards .photo-cards-wrapper {
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .block.photo_cards .photo-cards-wrapper {
    column-count: 2;
    column-gap: 1.5rem;
  }
}

.block.photo_cards .photo-cards-wrapper .single-card-wrapper {
  width: 100%;
  overflow: hidden;
  /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
  display: flex;
  background-color: #f6f6f6;
  margin-bottom: 1.5rem;
}

.block.photo_cards .photo-cards-wrapper .single-card-wrapper .image-wrapper {
  width: calc(100% / 3);
  width: 33.33333333%;
  background-size: cover;
  background-position: center;
}

.block.photo_cards .photo-cards-wrapper .single-card-wrapper .image-wrapper-inner {
  width: 100%;
}

.block.photo_cards .text-wrapper {
  width: 66.666666666666%;
  break-inside: avoid;
  padding: .6rem;
  font-size: .8rem;
  background: #f6f6f6;
}

.block.photo_cards .text-wrapper h5, .block.photo_cards .text-wrapper p, .block.photo_cards .text-wrapper a {
  font-size: inherit;
}

.block.photo_cards .text-wrapper p {
  line-height: 1.2;
}

.block.photo_cards .text-wrapper h5 {
  margin-top: -.25em;
  display: block;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Image slider
--------------------------------------------------------------*/
.block.image_slider {
  text-align: center;
  /*content here*/
}

.block.image_slider.accent-green h3 {
  color: #91c02b;
}

.block.image_slider.accent-orange h3 {
  color: #fb830f;
}

.block.image_slider.accent-purple h3 {
  color: #9b1a87;
}

.block.image_slider.accent-yellow h3 {
  color: #e9d241;
}

.block.image_slider .slick-arrow {
  background: transparent;
  padding: 0;
  z-index: 10;
  height: 100%;
  width: 100px;
  border: none;
  border-radius: 0;
}

.block.image_slider .slick-arrow:before {
  color: white;
  font-size: 2rem;
  opacity: .75;
}

.block.image_slider .slick-arrow:hover:before {
  opacity: 1;
}

.block.image_slider .slick-arrow.slick-prev {
  left: 0;
}

.block.image_slider .slick-arrow.slick-prev:before {
  content: '◀';
}

.block.image_slider .slick-arrow.slick-next {
  right: 0;
}

.block.image_slider .slick-arrow.slick-next:before {
  content: '▶';
}

/*--------------------------------------------------------------
# Logo block
--------------------------------------------------------------*/
.block.logo_block {
  text-align: center;
  /*content here*/
}

.block.logo_block .copy {
  width: 85%;
  margin: 0 auto;
}

.block.logo_block h3 {
  color: #7d7d7d;
}

.block.logo_block .logos-wrapper {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.block.logo_block .logos-wrapper .image-wrapper {
  width: 25%;
  padding: 2.75rem 0.75rem;
  padding: 0.75rem;
}

.block.logo_block .num-1 .image-wrapper, .block.logo_block .num-2 .image-wrapper, .block.logo_block .num-3 .image-wrapper {
  width: 33.3333333%;
}

@media (max-width: 768px) {
  .block.logo_block .image-wrapper {
    width: 50% !important;
  }
}

/*--------------------------------------------------------------
# Call to action
--------------------------------------------------------------*/
.block.call_to_action {
  /*content here*/
}

.block.call_to_action.style-1.accent-green {
  background-color: #91c02b;
  color: white;
}

.block.call_to_action.style-1.accent-green .call_to_action--title {
  color: white;
}

.block.call_to_action.style-1.accent-green .button {
  border-radius: .5em;
  background-color: white;
  color: #91c02b;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.call_to_action.style-1.accent-green .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #91c02b;
  color: white;
  border: 2px solid white;
}

.block.call_to_action.style-1.accent-orange {
  background-color: #fb830f;
  color: white;
}

.block.call_to_action.style-1.accent-orange .call_to_action--title {
  color: white;
}

.block.call_to_action.style-1.accent-orange .button {
  border-radius: .5em;
  background-color: white;
  color: #fb830f;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.call_to_action.style-1.accent-orange .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #fb830f;
  color: white;
  border: 2px solid white;
}

.block.call_to_action.style-1.accent-purple {
  background-color: #9b1a87;
  color: white;
}

.block.call_to_action.style-1.accent-purple .call_to_action--title {
  color: white;
}

.block.call_to_action.style-1.accent-purple .button {
  border-radius: .5em;
  background-color: white;
  color: #9b1a87;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.call_to_action.style-1.accent-purple .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #9b1a87;
  color: white;
  border: 2px solid white;
}

.block.call_to_action.style-1.accent-yellow {
  background-color: #e9d241;
  color: white;
}

.block.call_to_action.style-1.accent-yellow .call_to_action--title {
  color: white;
}

.block.call_to_action.style-1.accent-yellow .button {
  border-radius: .5em;
  background-color: white;
  color: #e9d241;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.call_to_action.style-1.accent-yellow .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #e9d241;
  color: white;
  border: 2px solid white;
}

.block.call_to_action .inner-block-wrapper {
  text-align: center;
}

.block.call_to_action .inner-block-wrapper h3 {
  color: #7d7d7d;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block.call_to_action .call_to_action--content {
  margin: 0 auto;
  float: none;
}

@media (min-width: 768px) {
  .block.call_to_action .call_to_action--content {
    width: 85%;
  }
}

/*--------------------------------------------------------------
# Two columns
--------------------------------------------------------------*/
.block.two_columns {
  /*content here*/
}

.block.two_columns .two_columns--content .col:nth-last-child(2) {
  padding-left: 0;
}

.block.two_columns h2 {
  padding-bottom: 2.75rem;
}

@media (max-width: 768px) {
  .block.two_columns h2 {
    text-align: center;
  }
}

.block.two_columns h3 {
  margin-top: -15px;
}

.block.two_columns.accent-green h3 {
  color: #91c02b;
}

.block.two_columns.accent-orange h3 {
  color: #fb830f;
}

.block.two_columns.accent-purple h3 {
  color: #9b1a87;
}

.block.two_columns.accent-yellow h3 {
  color: #e9d241;
}

.block.two_columns ul, .block.two_columns ol {
  margin: 0 0 1.5rem -.5rem;
}

.block.two_columns .col {
  padding-right: 1.75rem;
}

.block.two_columns .col:last-child {
  padding-right: 0;
  padding-left: 1.75rem;
}

@media (max-width: 768px) {
  .block.two_columns .col {
    padding-right: 0;
  }
  .block.two_columns .col:last-child {
    padding-top: 3rem;
    padding-left: 0;
  }
  .block.two_columns .col.image {
    text-align: center;
  }
  .block.two_columns h3, .block.two_columns p {
    text-align: center;
  }
  .block.two_columns img {
    margin: 0 auto;
  }
}

.two_columns.default-1 + .two_columns.default-1 {
  padding-top: 0;
  margin-top: -1.5rem;
}

.two_columns.default-2 + .two_columns.default-2 {
  padding-top: 0;
  margin-top: -1.5rem;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.block.form {
  /*content here*/
}

.block.form.accent-green h3 {
  color: #91c02b;
}

.block.form.accent-orange h3 {
  color: #fb830f;
}

.block.form.accent-purple h3 {
  color: #9b1a87;
}

.block.form.accent-yellow h3 {
  color: #e9d241;
}

.block.form .gform_wrapper h3.gform_title {
  font-weight: 400;
  font-size: 1.6em;
}

.block.form .gform_wrapper span.gform_description {
  color: #7d7d7d;
}

.block.form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.block.form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.block.form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding-top: 0;
}

.block.form .gform_wrapper ul.gform_fields {
  margin: 0;
  width: 100%;
  padding: 0 0 2.75rem 0;
  max-width: 700px;
}

.block.form .gform_wrapper ul.gform_fields li.gfield select {
  height: 44px;
  margin-top: 1px;
  border: 0;
  outline: 1px solid #ccc;
}

.block.form .gform_wrapper .gfield_radio li label {
  margin: 5px 0 0 12px;
}

.block.form .gform_wrapper .gfield_checkbox li label {
  margin: 5px 0 0 4px;
}

.block.form .gform_wrapper .top_label input[type="text"],
.block.form .gform_wrapper .top_label input[type="email"],
.block.form .gform_wrapper .top_label input[type="url"],
.block.form .gform_wrapper .top_label input[type="password"],
.block.form .gform_wrapper .top_label input[type="search"],
.block.form .gform_wrapper .top_label input[type="number"],
.block.form .gform_wrapper .top_label input[type="tel"],
.block.form .gform_wrapper .top_label input[type="range"],
.block.form .gform_wrapper .top_label input[type="date"],
.block.form .gform_wrapper .top_label input[type="month"],
.block.form .gform_wrapper .top_label input[type="week"],
.block.form .gform_wrapper .top_label input[type="time"],
.block.form .gform_wrapper .top_label input[type="datetime"],
.block.form .gform_wrapper .top_label input[type="datetime-local"],
.block.form .gform_wrapper .top_label input[type="color"],
.block.form .gform_wrapper .top_label textarea,
.block.form .gform_wrapper .top_label select {
  border-radius: 0;
  width: 100%;
}

.block.form .gform_wrapper .gform_footer input.button,
.block.form .gform_wrapper .gform_footer input[type=submit],
.block.form .gform_wrapper .gform_page_footer input.button,
.block.form .gform_wrapper .gform_page_footer input[type=submit] {
  background: #fb830f;
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  border: 2px solid #fb830f;
  font-size: .8rem;
  margin-top: 1rem;
}

.block.form .gform_wrapper .gform_footer input.button:hover,
.block.form .gform_wrapper .gform_footer input[type=submit]:hover,
.block.form .gform_wrapper .gform_page_footer input.button:hover,
.block.form .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #fff;
  color: #fb830f;
}

.block.form.accent-green .gform_wrapper .gform_footer input.button,
.block.form.accent-green .gform_wrapper .gform_footer input[type=submit],
.block.form.accent-green .gform_wrapper .gform_page_footer input.button,
.block.form.accent-green .gform_wrapper .gform_page_footer input[type=submit] {
  background: #91c02b;
  border: 2px solid #91c02b;
}

.block.form.accent-green .gform_wrapper .gform_footer input.button:hover,
.block.form.accent-green .gform_wrapper .gform_footer input[type=submit]:hover,
.block.form.accent-green .gform_wrapper .gform_page_footer input.button:hover,
.block.form.accent-green .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #fff;
  color: #91c02b;
}

.block.form.accent-purple .gform_wrapper .gform_footer input.button,
.block.form.accent-purple .gform_wrapper .gform_footer input[type=submit],
.block.form.accent-purple .gform_wrapper .gform_page_footer input.button,
.block.form.accent-purple .gform_wrapper .gform_page_footer input[type=submit] {
  background: #9b1a87;
  border: 2px solid #9b1a87;
}

.block.form.accent-purple .gform_wrapper .gform_footer input.button:hover,
.block.form.accent-purple .gform_wrapper .gform_footer input[type=submit]:hover,
.block.form.accent-purple .gform_wrapper .gform_page_footer input.button:hover,
.block.form.accent-purple .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #fff;
  color: #9b1a87;
}

.block.form.accent-yellow .gform_wrapper .gform_footer input.button,
.block.form.accent-yellow .gform_wrapper .gform_footer input[type=submit],
.block.form.accent-yellow .gform_wrapper .gform_page_footer input.button,
.block.form.accent-yellow .gform_wrapper .gform_page_footer input[type=submit] {
  background: #e9d241;
  border: 2px solid #e9d241;
}

.block.form.accent-yellow .gform_wrapper .gform_footer input.button:hover,
.block.form.accent-yellow .gform_wrapper .gform_footer input[type=submit]:hover,
.block.form.accent-yellow .gform_wrapper .gform_page_footer input.button:hover,
.block.form.accent-yellow .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #fff;
  color: #e9d241;
}

.block.form .gform_wrapper select {
  color: #7d7d7d;
}

/*--------------------------------------------------------------
# Three circles
--------------------------------------------------------------*/
.block.three_circles {
  /*content here*/
}

.block.three_circles.style-1 .three_circles--title {
  color: white;
}

.block.three_circles.style-1 .single-circle-wrapper p {
  color: black;
  font-size: 1rem;
  font-weight: bold;
}

.block.three_circles.style-1 .circle-link:hover p {
  color: white;
}

.block.three_circles.style-1 .copy {
  color: white;
  font-weight: bold;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.33);
}

.block.three_circles.style-1.accent-orange {
  background-color: #fb830f;
}

.block.three_circles.style-1.accent-orange .button {
  border-radius: .5em;
  background-color: white;
  color: #fb830f;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.three_circles.style-1.accent-orange .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #fb830f;
  color: white;
  border: 2px solid white;
}

.block.three_circles.style-1.accent-purple {
  background-color: #9b1a87;
}

.block.three_circles.style-1.accent-purple .button {
  border-radius: .5em;
  background-color: white;
  color: #9b1a87;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.three_circles.style-1.accent-purple .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #9b1a87;
  color: white;
  border: 2px solid white;
}

.block.three_circles.style-1.accent-yellow {
  background-color: #e9d241;
}

.block.three_circles.style-1.accent-yellow .button {
  border-radius: .5em;
  background-color: white;
  color: #e9d241;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.three_circles.style-1.accent-yellow .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #e9d241;
  color: white;
  border: 2px solid white;
}

.block.three_circles.style-1.accent-green {
  background-color: #a9d648;
}

.block.three_circles.style-1.accent-green .button {
  border-radius: .5em;
  background-color: white;
  color: #a9d648;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.three_circles.style-1.accent-green .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #a9d648;
  color: white;
  border: 2px solid white;
}

.block.three_circles.style-1 .button.button.button {
  color: black;
  border-color: white;
}

.block.three_circles.style-1 .button.button.button:hover {
  color: white;
}

.block.three_circles.style-2.accent-purple .three_circles--title {
  color: #9b1a87;
}

.block.three_circles.style-2.accent-purple .circle-link:hover p {
  color: #9b1a87;
}

.block.three_circles.style-2.accent-purple .button {
  border-radius: .5em;
  background-color: #9b1a87;
  color: white;
  padding: .4em 1.2em;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.three_circles.style-2.accent-purple .button:hover {
  text-decoration: none;
  background-color: #bc1fa4;
}

.block.three_circles.style-2.accent-purple .three_circles--title {
  color: #9b1a87;
}

.block.three_circles.style-2.accent-purple .circle-link:hover p {
  color: #9b1a87;
}

.block.three_circles.style-2.accent-purple .button {
  border-radius: .5em;
  background-color: #9b1a87;
  color: white;
  padding: .4em 1.2em;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.three_circles.style-2.accent-purple .button:hover {
  text-decoration: none;
  background-color: #bc1fa4;
}

.block.three_circles.style-2.accent-green .three_circles--title {
  color: #91c02b;
}

.block.three_circles.style-2.accent-green .circle-link:hover p {
  color: #91c02b;
}

.block.three_circles.style-2.accent-green .button {
  border-radius: .5em;
  background-color: #91c02b;
  color: white;
  padding: .4em 1.2em;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.three_circles.style-2.accent-green .button:hover {
  text-decoration: none;
  background-color: #a4d43e;
}

.block.three_circles.style-2.accent-yellow .three_circles--title {
  color: #e9d241;
}

.block.three_circles.style-2.accent-yellow .circle-link:hover p {
  color: #e9d241;
}

.block.three_circles.style-2.accent-yellow .button {
  border-radius: .5em;
  background-color: #e9d241;
  color: white;
  padding: .4em 1.2em;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.three_circles.style-2.accent-yellow .button:hover {
  text-decoration: none;
  background-color: #edda63;
}

.block.three_circles.style-2.accent-orange .three_circles--title {
  color: #fb830f;
}

.block.three_circles.style-2.accent-orange .circle-link:hover p {
  color: #fb830f;
}

.block.three_circles.style-2.accent-orange .button {
  border-radius: .5em;
  background-color: #fb830f;
  color: white;
  padding: .4em 1.2em;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.three_circles.style-2.accent-orange .button:hover {
  text-decoration: none;
  background-color: #fc9635;
}

.block.three_circles .three_circles--content {
  text-align: center;
}

.block.three_circles .three_circles--title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 2.75rem;
}

.block.three_circles h2 {
  text-align: center;
}

.block.three_circles img {
  border-radius: 50%;
  margin-bottom: 1.6rem;
}

.block.three_circles .circles-wrapper {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.75rem;
  width: calc(100% + 1.5rem);
}

.block.three_circles .circles-wrapper .single-circle-wrapper {
  width: calc(100% / 3);
  width: calc(33.33333333%);
  padding: 0 0.75rem 2.75rem;
  text-align: center;
}

@media (max-width: 768px) {
  .block.three_circles .circles-wrapper .single-circle-wrapper {
    width: calc(60%);
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .block.three_circles .circles-wrapper .label {
    font-size: 18px;
  }
}

.block.three_circles .circle-link:hover img {
  box-shadow: 0 0 10px 0 rgba(125, 125, 125, 0.5);
}

.block.three_circles.accent-orange .circle-link:hover img, .block.three_circles.accent-purple .circle-link:hover img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

.block.three_circles .copy {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 1.6rem;
  display: block;
  font-size: .8rem;
}

.block.three_circles .copy *:last-child {
  margin-bottom: 0;
}

.block.three_circles .button {
  text-align: center;
  width: auto;
}

/*--------------------------------------------------------------
# Double color cta
--------------------------------------------------------------*/
.block.double_color_cta {
  padding: 0;
  position: relative;
}

@media (max-width: 768px) {
  .block.double_color_cta {
    min-height: 600px;
  }
}

.block.double_color_cta .outer-block-wrapper {
  width: 100%;
}

.block.double_color_cta .inner-block-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .block.double_color_cta .inner-block-wrapper {
    flex-direction: row;
  }
}

.block.double_color_cta .cta-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .block.double_color_cta .cta-wrap {
    width: 50%;
  }
}

.block.double_color_cta .cta-image {
  height: 50vw;
  max-height: 700px;
  min-height: 500px;
  flex-grow: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.block.double_color_cta .cta-block {
  font-weight: bold;
  padding: .8rem;
  text-align: center;
  width: 100%;
}

.block.double_color_cta .cta-block.accent-orange {
  background-color: rgba(251, 131, 15, 0.6);
  background-color: #fb830f;
}

.block.double_color_cta .cta-block.accent-orange .button {
  border-radius: .5em;
  background-color: white;
  color: #fb830f;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.double_color_cta .cta-block.accent-orange .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #fb830f;
  color: white;
  border: 2px solid white;
}

.block.double_color_cta .cta-block.accent-purple {
  background-color: rgba(155, 26, 135, 0.75);
  background-color: #9b1a87;
}

.block.double_color_cta .cta-block.accent-purple .button {
  border-radius: .5em;
  background-color: white;
  color: #9b1a87;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.double_color_cta .cta-block.accent-purple .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #9b1a87;
  color: white;
  border: 2px solid white;
}

.block.double_color_cta .cta-block.accent-yellow {
  background-color: rgba(233, 210, 65, 0.75);
  background-color: #e9d241;
}

.block.double_color_cta .cta-block.accent-yellow .button {
  border-radius: .5em;
  background-color: white;
  color: #e9d241;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.double_color_cta .cta-block.accent-yellow .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #e9d241;
  color: white;
  border: 2px solid white;
}

.block.double_color_cta .cta-block.accent-green {
  background-color: rgba(145, 192, 43, 0.8);
  background-color: #91c02b;
}

.block.double_color_cta .cta-block.accent-green .button {
  border-radius: .5em;
  background-color: white;
  color: #91c02b;
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  border: 2px solid white;
  font-size: .8em;
  text-decoration: none;
  transition: all .6666s;
}

.block.double_color_cta .cta-block.accent-green .button:hover {
  padding: calc(.4em - 2px) calc(1.2em - 2px);
  text-decoration: none;
  background-color: #91c02b;
  color: white;
  border: 2px solid white;
}

.block.double_color_cta .cta-block h2, .block.double_color_cta .cta-block p {
  color: white;
}

.block.double_color_cta .cta-block h2 {
  font-size: 1.9rem;
}

.block.double_color_cta .cta-block .cta-content {
  padding: 1em 0 0;
  font-size: .8rem;
}

@media (max-width: 992px) {
  .block.double_color_cta .cta-block .cta-content {
    font-size: 16px;
  }
}

.block.double_color_cta .cta-block .cta-content p {
  line-height: 1.1;
  margin-bottom: .5em;
}

/*--------------------------------------------------------------
# People list
--------------------------------------------------------------*/
.block.people_list {
  /*content here*/
}

.block.people_list h2.group-title {
  font-size: 1.5rem;
  display: block;
}

.block.people_list .people-group {
  padding-bottom: 6rem;
  width: 100%;
}

@media (min-width: 992px) {
  .block.people_list .people-group {
    columns: 2 1.5rem;
  }
}

.block.people_list .people {
  margin-bottom: .5em;
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .block.people_list .people {
    overflow: hidden;
    /* Fix for firefox and IE 10-11  */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
    break-inside: avoid-column;
  }
}

.block.people_list .people .group-member, .block.people_list .people .group-divider, .block.people_list .people .role {
  font-size: 1.3rem;
}

.block.people_list .people .group-member, .block.people_list .people .group-divider {
  color: #fb830f;
}

.block.people_list .people .role {
  color: #7d7d7d;
}

.block.people_list .people .organization {
  color: #7d7d7d;
  display: block;
}

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