@charset "UTF-8";
/*!
Theme Name: Baden Powell
Theme URI: http://underscores.me
Author: Studio Lift
Author URI: http://www.studiolift.com
Description: Berkshire Scouts wordpress theme
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: baden-powell
Tags: custom-logo, custom-menu, featured-images

Baden Powell is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/*--------------------------------------------------------------
# ABSTRACTS
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,700,700i,900');
/*--------------------------------------------------------------
# BASE
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #f5f5f5;
  color: #4a4a4a;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
}
body::-webkit-scrollbar-thumb {
  background-color: #b1b1b1;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #989898;
}

p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  line-height: 1.25;
}

h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #7413dc;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #7413dc;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #7413dc;
}

h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #4a4a4a;
}

h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #4a4a4a;
  font-weight: 700;
}

h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #4a4a4a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

a {
  text-decoration: none;
  color: #7413dc;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 0.875rem;
}

hr {
  border: none;
  border-bottom: 1px solid #e4e4e4;
  max-width: 100%;
  margin: 1rem auto;
}

.title-bar,
.categories > h2,
.widget-title,
.widgettitle {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #fff;
  padding: 0.5rem 1rem;
  background-color: #7413dc;
  margin-bottom: 2px;
}

.beavers .title-bar,
.beavers .categories > h2,
.beavers .widget-title,
.beavers .widgettitle {
  background-color: #007bb5;
}

.cubs .title-bar,
.cubs .categories > h2,
.cubs .widget-title,
.cubs .widgettitle {
  background-color: #37ab47;
}

.scouts .title-bar,
.scouts .categories > h2,
.scouts .widget-title,
.scouts .widgettitle {
  background-color: #003136;
}

.explorers .title-bar,
.explorers .categories > h2,
.explorers .widget-title,
.explorers .widgettitle {
  background-color: #003b85;
}

.network .title-bar,
.network .categories > h2,
.network .widget-title,
.network .widgettitle {
  background-color: #000000;
}

.hyphen {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.ruled-list > li {
  padding-left: 0;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
}

.ruled-list > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ruled-list > li:before {
  content: none;
}

embed,
iframe,
object,
img {
  max-width: 100%;
  height: auto;
}

.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;
}

.featured-image {
  padding: 0.5em;
  background-color: #fff;
  margin-bottom: 1.5em;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}
.featured-image img {
  display: block;
  width: 100%;
}
@media (min-width: 960px) {
  .featured-image {
    transform: rotate(1deg);
  }
}

.btn--join {
  background-color: #00a794;
}
.btn--join:hover {
  background-color: #004d4d;
}

label,
legend {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
  font-size: 14px;
}

label > em,
legend > em {
  font-weight: normal;
  font-style: normal;
  display: block;
}

.screen-reader-text {
  position: absolute;
  left: -999999px;
}

input,
.dummy-field {
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 1rem;
}

input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
  color: #4a4a4a;
  line-height: 1;
  transition: ease 0.5s border;
}
input[type='color']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='week']:focus,
textarea:focus {
  border-color: #cbcbcb;
  outline: none;
}
input[type='color'][disabled],
input[type='date'][disabled],
input[type='datetime'][disabled],
input[type='datetime-local'][disabled],
input[type='email'][disabled],
input[type='month'][disabled],
input[type='number'][disabled],
input[type='password'][disabled],
input[type='search'][disabled],
input[type='tel'][disabled],
input[type='text'][disabled],
input[type='time'][disabled],
input[type='url'][disabled],
input[type='week'][disabled],
textarea[disabled] {
  opacity: 0.25;
}

.dummy-field {
  display: block;
  width: 100%;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  background-color: #f5f5f5;
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
  color: #4a4a4a;
  transition: ease 0.5s border;
  min-height: 42px;
}

textarea {
  font-family: 'Nunito Sans', sans-serif;
  padding: 12px;
}

input[type='submit'],
input[type='button'],
button {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}
input[type='submit'][disabled],
input[type='button'][disabled],
button[disabled] {
  background-color: #e4e4e4;
  opacity: 0.75;
}

button[disabled] {
  background-color: #e4e4e4;
}

.radiobox,
.checkbox {
  width: 100%;
  display: block;
  margin-bottom: 0.25rem;
  position: relative;
}
.radiobox input[type='radio'],
.radiobox input[type='checkbox'],
.checkbox input[type='radio'],
.checkbox input[type='checkbox'] {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
}
.radiobox label,
.checkbox label {
  display: inline-block;
  font-weight: 400;
  padding-left: 24px;
}

select {
  font-family: 'Nunito Sans', sans-serif;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  box-sizing: border-box;
  color: #4a4a4a;
  line-height: 1;
  transition: ease 0.5s border;
  background-color: #fff;
  background-image: url('assets/icons/arrow-down.png');
  background-size: 34px 34px;
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 42px;
}
select:focus {
  border-color: #cbcbcb;
  outline: none;
}
select[disabled] {
  opacity: 0.5;
}

select[multiple] {
  background-image: none;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
select[multiple]::-webkit-scrollbar {
  width: 6px;
}
select[multiple]::-webkit-scrollbar-track {
  background-color: #e4e4e4;
}
select[multiple]::-webkit-scrollbar-thumb {
  background-color: #b1b1b1;
}
select[multiple]::-webkit-scrollbar-thumb:hover {
  background-color: #989898;
}

.js .form__field input[type='file'] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.form__field input[type='file'] + label {
  display: none;
}

.js .form__field input[type='file'] + label {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-weight: 900;
  color: #fff;
  background-color: #7413dc;
  cursor: pointer;
  overflow: hidden;
  background-image: url('assets/icons/upload.svg');
  background-repeat: no-repeat;
  background-position: top left;
}

.js .form__field input[type='file'] + label:hover {
  background-color: #5b0fad;
}

.form__field input[type='file']:focus + label,
.form__field input[type='file'].has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.form > ul {
  margin-bottom: 1.5rem;
}
.form > ul > li {
  border-top: 1px dashed #c0c0c0;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}
.form > ul > li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.form > :last-child {
  margin-bottom: 0;
}

.form--panel {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1.5rem;
}

.form__field {
  margin-bottom: 1.5rem;
}
.form__field input,
.form__field textarea,
.form__field select {
  margin-bottom: 0;
}

.form__fieldset {
  margin-bottom: 1rem;
}
.form__fieldset input,
.form__fieldset textarea,
.form__fieldset select,
.form__fieldset .radiobox:last-child,
.form__fieldset .checkbox:last-child {
  margin-bottom: 0;
}

.form-error {
  padding: 0.5rem 1rem;
  border: 1px solid #ff4747;
  margin-bottom: 1.5rem;
}
.form-error :last-child {
  margin-bottom: 0;
}

.form-success {
  padding: 0.5rem 1rem;
  border: 1px solid #37ab47;
  margin-bottom: 1.5rem;
}
.form-success :last-child {
  margin-bottom: 0;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.table-container::-webkit-scrollbar {
  width: 12px;
}
.table-container::-webkit-scrollbar-track {
  background-color: #e4e4e4;
}
.table-container::-webkit-scrollbar-thumb {
  background-color: #b1b1b1;
}
.table-container::-webkit-scrollbar-thumb:hover {
  background-color: #989898;
}

table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.25;
  font-size: 0.875rem;
}

tr {
  border: 1px solid #e4e4e4;
  transition: ease 0.5s background-color;
}

tr:hover {
  background-color: #f5f5f5;
}

td {
  padding: 0.5rem 0.75rem;
}

th {
  background-color: #f5f5f5;
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-bottom: 2px solid #e4e4e4;
  font-weight: 700;
}

/*--------------------------------------------------------------
# COMPONENTS
--------------------------------------------------------------*/
.main-navigation {
  background-color: transparent;
  padding: 0;
  position: relative;
  width: 100%;
  height: auto;
}

.main-navigation--js {
  position: fixed;
  right: -320px;
  top: 0;
  box-sizing: border-box;
  background-color: #313131;
  padding: 92px 24px 24px 24px;
  width: 320px;
  height: 100vh;
  -webkit-box-shadow: inset 5px 0px 11px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 0px 11px -2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 0px 11px -2px rgba(0, 0, 0, 0.25);
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 960px) {
  .main-navigation--js {
    border: 2px solid #f5f5f5;
    right: 0;
    background-color: transparent;
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: visible;
  }
}
.main-navigation--js::-webkit-scrollbar {
  width: 12px;
}
.main-navigation--js::-webkit-scrollbar-track {
  background-color: #4a4a4a;
}
.main-navigation--js::-webkit-scrollbar-thumb {
  background-color: #656565;
}
.main-navigation--js::-webkit-scrollbar-thumb:hover {
  background-color: #7e7e7e;
}

.main-navigation--on {
  transition: 0.5s ease right;
  right: 0;
}

.site {
  position: relative;
  transition: 0.5s ease;
  transition: 0.5s ease;
  transition-property: top, right;
  top: 0;
  right: 0;
  width: 100%;
}

.site--mobile-nav-on {
  display: block;
  right: 320px;
}
@media (min-width: 960px) {
  .site--mobile-nav-on {
    right: 0;
  }
}

.mobile-nav-toggle {
  background-color: #7413dc;
  border: 2px solid #7413dc;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-weight: 900;
  color: #fff;
  transition: ease 0.25s all;
  float: right;
  cursor: pointer;
  text-indent: -99999px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 960px) {
  .mobile-nav-toggle {
    display: none;
  }
}
.mobile-nav-toggle:hover {
  color: #7413dc;
  background-color: transparent;
}
.mobile-nav-toggle__icon {
  position: absolute;
  width: 20px;
  height: 4px;
  top: calc(50% - 2px);
  left: calc(50% - 10px);
  background-color: #fff;
}
.mobile-nav-toggle__icon:before,
.mobile-nav-toggle__icon:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #fff;
  left: calc(50% - 10px);
}
.mobile-nav-toggle__icon:before {
  top: -8px;
}
.mobile-nav-toggle__icon:after {
  top: 8px;
}
.mobile-nav-toggle:hover .mobile-nav-toggle__icon,
.mobile-nav-toggle:hover .mobile-nav-toggle__icon:before,
.mobile-nav-toggle:hover .mobile-nav-toggle__icon:after {
  background-color: #7413dc;
}

.mobile-nav-toggle--close {
  position: absolute;
  right: 24px;
  top: 24px;
  height: auto;
  width: calc(100% - 48px);
  box-sizing: border-box;
  text-indent: 0;
  padding: 8px 16px 8px 40px;
}
.mobile-nav-toggle--close:before,
.mobile-nav-toggle--close:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 17px;
  background-color: #fff;
  width: 24px;
  height: 4px;
  transform: rotate(45deg);
}
.mobile-nav-toggle--close:after {
  transform: rotate(-45deg);
}
.mobile-nav-toggle--close:hover {
  color: #fff;
}

.main-navigation .menu {
  background-color: #f5f5f5;
}
.main-navigation .menu:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 960px) {
  .main-navigation .menu {
    background-color: #fff;
  }
}

.main-navigation .menu > .menu-item {
  position: relative;
  border-bottom: 4px solid #313131;
}
@media (min-width: 960px) {
  .main-navigation .menu > .menu-item {
    border: 0;
    display: inline-block;
    float: left;
  }
}

.main-navigation .menu > .menu-item > a {
  display: block;
  background-color: #7413dc;
  color: #fff;
  padding: 8px 16px;
  font-size: 1.25em;
  font-weight: 900;
}
@media (min-width: 960px) {
  .main-navigation .menu > .menu-item > a {
    font-size: 1em;
    background-color: transparent;
    color: #7413dc;
  }
}

@media (min-width: 960px) {
  .main-navigation > .menu > .menu-item:hover {
    background-color: #e4e4e4;
  }
}

@media (min-width: 960px) {
  .main-navigation > .menu > .menu-item > a:hover {
    background-color: #e4e4e4;
  }
}

@media (min-width: 960px) {
  .main-navigation > .menu > .current-menu-item > a,
  .main-navigation > .menu > .current-page-ancestor > a {
    background-color: #f5f5f5;
  }
}

.main-navigation > .menu > .menu-item {
  position: relative;
}

.main-navigation > .menu > .menu-item > .sub-menu {
  border-bottom: 2px solid #e4e4e4;
}
@media (min-width: 960px) {
  .main-navigation > .menu > .menu-item > .sub-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 220px;
    z-index: 99;
  }
}

@media (min-width: 960px) {
  .main-navigation > .menu > .menu-item:hover > .sub-menu {
    display: block;
  }
}

.main-navigation > .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  border: 2px solid #e4e4e4;
  border-bottom: 0px solid #e4e4e4;
  padding: 8px 40px 8px 16px;
  font-weight: 900;
  font-size: 1em;
  position: relative;
}
.main-navigation > .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #6811c5;
  background-color: #f1f1f1;
}

.main-navigation > .menu > .menu-item > .sub-menu > .current-menu-item > a,
.main-navigation > .menu > .menu-item > .sub-menu > .current_page_parent > a,
.main-navigation > .menu > .menu-item > .sub-menu > .current_page_parent > a {
  background-color: #e4e4e4;
}
.main-navigation > .menu > .menu-item > .sub-menu > .current-menu-item > a:hover,
.main-navigation > .menu > .menu-item > .sub-menu > .current_page_parent > a:hover,
.main-navigation > .menu > .menu-item > .sub-menu > .current_page_parent > a:hover {
  background-color: #e4e4e4;
  color: #6811c5;
}

.main-navigation > .menu > .menu-item > .sub-menu > .current-menu-item.menu-item-has-children > a:before,
.main-navigation > .menu > .menu-item > .sub-menu > .current_page_parent.menu-item-has-children > a:before,
.main-navigation > .menu > .menu-item > .sub-menu > .current_page_parent.menu-item-has-children > a:before {
  position: absolute;
  right: 16px;
  top: 18px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #7413dc transparent transparent transparent;
}

.main-navigation > .menu > .menu-item > .sub-menu > .menu-item {
  position: relative;
}

.main-navigation > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
  display: none;
  padding: 4px 16px 12px 16px;
  border: 2px solid #e4e4e4;
  border-top: 0;
  border-bottom: 0;
}

.main-navigation > .menu > .menu-item > .sub-menu > .current-menu-item > .sub-menu,
.main-navigation > .menu > .menu-item > .sub-menu > .current_page_parent > .sub-menu {
  background-color: #e4e4e4;
  display: block;
}

.main-navigation > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.main-navigation > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item:last-child {
  border-bottom: 0 dashed #e4e4e4;
  padding-bottom: 0;
  margin-bottom: 0;
}

.main-navigation > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  font-size: 1em;
  color: #4a4a4a;
}
.main-navigation > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #171717;
  transition: ease 0.25s all;
}

.main-navigation > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .current-menu-item > a {
  color: #7413dc;
  font-weight: 700;
}

.section-menu .menu {
  background-color: #f5f5f5;
  margin-bottom: 1.5rem;
}
.section-menu .menu:after {
  content: '';
  display: table;
  clear: both;
}

.section-menu .menu > .menu-item {
  position: relative;
  display: none;
}

.section-menu .menu > .current_page_item,
.section-menu .menu > .current_page_parent,
.section-menu .menu > .current_page_ancestor {
  position: relative;
  display: block;
}

.section-menu .menu > .menu-item > a {
  display: block;
  background-color: #7413dc;
  color: #fff;
  padding: 8px 16px;
  font-size: 1.25em;
  font-weight: 900;
}

.section-menu .menu > .menu-item {
  position: relative;
}

.section-menu .menu > .menu-item > .sub-menu {
  border-bottom: 2px solid #e4e4e4;
}

.section-menu .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  border: 2px solid #e4e4e4;
  border-bottom: 0px solid #e4e4e4;
  padding: 8px 16px 8px 16px;
  font-weight: 900;
  font-size: 1em;
  position: relative;
}
.section-menu .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #6811c5;
  background-color: #f1f1f1;
}

.section-menu .menu > .menu-item > .sub-menu > .menu-item-has-children > a {
  padding: 8px 40px 8px 16px;
}

.section-menu .menu > .menu-item > .sub-menu > .current-menu-item > a,
.section-menu .menu > .menu-item > .sub-menu > .current_page_parent > a,
.section-menu .menu > .menu-item > .sub-menu > .current_page_parent > a {
  background-color: #e4e4e4;
}
.section-menu .menu > .menu-item > .sub-menu > .current-menu-item > a:hover,
.section-menu .menu > .menu-item > .sub-menu > .current_page_parent > a:hover,
.section-menu .menu > .menu-item > .sub-menu > .current_page_parent > a:hover {
  background-color: #e4e4e4;
  color: #6811c5;
}

.section-menu .menu > .menu-item > .sub-menu > .current-menu-item.menu-item-has-children > a:before,
.section-menu .menu > .menu-item > .sub-menu > .current_page_parent.menu-item-has-children > a:before,
.section-menu .menu > .menu-item > .sub-menu > .current_page_parent.menu-item-has-children > a:before {
  position: absolute;
  right: 16px;
  top: 18px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #7413dc transparent transparent transparent;
}

.section-menu .menu > .menu-item > .sub-menu > .menu-item {
  position: relative;
}

.section-menu .menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
  display: none;
  padding: 4px 16px 12px 16px;
  border: 2px solid #e4e4e4;
  border-top: 0;
  border-bottom: 0;
}

.section-menu .menu > .menu-item > .sub-menu > .current-menu-item > .sub-menu,
.section-menu .menu > .menu-item > .sub-menu > .current_page_parent > .sub-menu {
  background-color: #e4e4e4;
  display: block;
}

.section-menu .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.section-menu .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item:last-child {
  border-bottom: 0 dashed #e4e4e4;
  padding-bottom: 0;
  margin-bottom: 0;
}

.section-menu .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  font-size: 1em;
  color: #4a4a4a;
}
.section-menu .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #171717;
  transition: ease 0.25s all;
}

.section-menu .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .current-menu-item > a {
  color: #7413dc;
  font-weight: 700;
}

.section-menu-expand {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: -999999px;
  overflow: hidden;
  cursor: pointer;
  transition: ease 0.5s all;
}
.section-menu-expand:hover {
  background-color: #e4e4e4;
}
.section-menu-expand:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #7413dc;
  position: absolute;
  top: 18px;
  right: 18px;
}

.section-menu-expand--on:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #7413dc transparent transparent transparent;
  position: absolute;
  top: 18px;
  right: 18px;
}

.footer-menu > .menu > .menu-item a {
  color: #fff;
  font-weight: 900;
  font-size: 1em;
}
.footer-menu > .menu > .menu-item a:hover {
  opacity: 0.75;
}

.footer-menu > .menu > .menu-item > .sub-menu > .menu-item a {
  font-weight: 600;
  font-size: 0.875em;
}

.social-media-menu > .menu > .menu-item a {
  color: #fff;
  font-weight: 900;
  font-size: 1em;
}
.social-media-menu > .menu > .menu-item a:hover {
  opacity: 0.75;
}

.social-media-menu > .menu {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #fff;
}
.social-media-menu > .menu:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .social-media-menu > .menu {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .social-media-menu > .menu > .menu-item {
    float: right;
    margin-left: 1.5rem;
  }
}

.social-media-menu > .menu > .facebook a,
.social-media-menu > .menu > .twitter a {
  padding-left: 32px;
  position: relative;
}
.social-media-menu > .menu > .facebook a:before,
.social-media-menu > .menu > .twitter a:before {
  content: '';
  width: 22px;
  height: 22px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('assets/icons/facebook.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-media-menu > .menu > .twitter a:before {
  background-image: url('assets/icons/twitter.png');
}

.social-media-menu > .menu > .menu-item > .sub-menu {
  display: none;
}

.application-menu {
  font-size: 14px;
}
.application-menu > a {
  display: block;
  border-top: 1px solid #e4e4e4;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  color: #4a4a4a;
}
.application-menu > a:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.application-menu > a:hover {
  color: #7413dc;
}
.application-menu .active {
  font-weight: 900;
}

.related-block {
  background-color: #fff;
  margin: 0 0 2px 0;
}

.related-block__title {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  font-weight: 900;
  color: #7413dc;
  transition: color 0.5s ease;
  margin: 0;
}

.related-block__content {
  padding: 0 16px 12px 16px;
  height: 100%;
  transition: opacity 0.5s ease;
  font-size: 14px;
}
.related-block__content p,
.related-block__content ul {
  font-size: 1em;
  margin-bottom: 1em;
}
.related-block__content ul li {
  border-top: 1px dashed #c0c0c0;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}
.related-block__content ul li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.related-block__content ul li a {
  color: #4a4a4a;
}
.related-block__content ul li a:hover {
  color: #7413dc;
}
.related-block__content > :last-child {
  margin-bottom: 0;
}

.related-block--js .related-block__title {
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}
.related-block--js .related-block__title:before {
  content: '';
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #7413dc transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 16px;
}

.related-block--hidden .related-block__title:before {
  content: '';
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #7413dc;
  position: absolute;
  top: 19px;
  right: 16px;
}
.related-block--hidden .related-block__title:hover {
  background-color: #fdfdfd;
  background-color: #7413dc;
  color: #fff;
}
.related-block--hidden .related-block__title:hover:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}

.related-block--hidden .related-block__content {
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}

.beavers .related-block__title {
  color: #007bb5;
}
.beavers .related-block__content ul li a:hover {
  color: #007bb5;
}
.beavers .related-block--js .related-block__title:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #007bb5 transparent transparent transparent;
}
.beavers .related-block--js .related-block__title:hover {
  color: #005882;
}
.beavers .related-block--hidden .related-block__title:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #007bb5;
}
.beavers .related-block--hidden .related-block__title:hover {
  background-color: #007bb5;
  color: #fff;
}
.beavers .related-block--hidden .related-block__title:hover:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}

.cubs .related-block__title {
  color: #37ab47;
}
.cubs .related-block__content ul li a:hover {
  color: #37ab47;
}
.cubs .related-block--js .related-block__title:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #37ab47 transparent transparent transparent;
}
.cubs .related-block--js .related-block__title:hover {
  color: #2b8437;
}
.cubs .related-block--hidden .related-block__title:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #37ab47;
}
.cubs .related-block--hidden .related-block__title:hover {
  background-color: #37ab47;
  color: #fff;
}
.cubs .related-block--hidden .related-block__title:hover:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}

.scouts .related-block__title {
  color: #003136;
}
.scouts .related-block__content ul li a:hover {
  color: #003136;
}
.scouts .related-block--js .related-block__title:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #003136 transparent transparent transparent;
}
.scouts .related-block--js .related-block__title:hover {
  color: #000303;
}
.scouts .related-block--hidden .related-block__title:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #003136;
}
.scouts .related-block--hidden .related-block__title:hover {
  background-color: #003136;
  color: #fff;
}
.scouts .related-block--hidden .related-block__title:hover:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}

.explorers .related-block__title {
  color: #003b85;
}
.explorers .related-block__content ul li a:hover {
  color: #003b85;
}
.explorers .related-block--js .related-block__title:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #003b85 transparent transparent transparent;
}
.explorers .related-block--js .related-block__title:hover {
  color: #002452;
}
.explorers .related-block--hidden .related-block__title:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #003b85;
}
.explorers .related-block--hidden .related-block__title:hover {
  background-color: #003b85;
  color: #fff;
}
.explorers .related-block--hidden .related-block__title:hover:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}

.network .related-block__title {
  color: #000000;
}
.network .related-block__content ul li a:hover {
  color: #000000;
}
.network .related-block--js .related-block__title:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}
.network .related-block--js .related-block__title:hover {
  color: black;
}
.network .related-block--hidden .related-block__title:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000000;
}
.network .related-block--hidden .related-block__title:hover {
  background-color: #000000;
  color: #fff;
}
.network .related-block--hidden .related-block__title:hover:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}

.tabbed-section {
  border: 2px solid #e4e4e4;
  margin-bottom: 1.5rem;
}

.tab-bar {
  position: relative;
  display: block;
  margin: 0;
  background-color: #e4e4e4;
  width: 100%;
  box-sizing: border-box;
}
.tab-bar:after {
  content: '';
  display: table;
  clear: both;
}
.tab-bar > a {
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-weight: 700;
  font-size: 0.75rem;
  display: none;
  position: relative;
  background-color: #e4e4e4;
  color: #4a4a4a;
  padding: 0.75rem 1rem;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 450px) {
  .tab-bar > a {
    width: auto;
    display: inline-block;
  }
}
.tab-bar a:hover {
  background-color: #d7d7d7;
}
.tab-bar .tab-bar__active-tab,
.tab-bar .tab-bar__active-tab:hover {
  display: inline-block;
  background-color: #fff;
  color: #7413dc;
}

.tab-bar--show > a {
  display: inline-block;
}

.tab-bar__toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background-color: #fff;
  cursor: pointer;
}
.tab-bar__toggle:after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #7413dc transparent transparent transparent;
}
.tab-bar__toggle:hover {
  background-color: #7413dc;
}
.tab-bar__toggle:hover:after {
  border-color: #fff transparent transparent transparent;
}
@media (min-width: 450px) {
  .tab-bar__toggle {
    display: none;
  }
}

.tab {
  padding: 1rem;
  background-color: #fff;
}
.tab > :last-child {
  margin-bottom: 0 !important;
}

.join-promo {
  background-color: #fff;
  padding: 0.75rem 1rem 1rem 1rem;
}
.join-promo h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0.25em;
  color: #00a794;
}
.join-promo p {
  font-weight: 700;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .join-promo {
    width: 14rem;
    float: right;
    box-sizing: border-box;
  }
}

.post-excerpt {
  padding: 16px;
  background-color: #fff;
  margin-bottom: 2px;
}
.post-excerpt:after {
  content: '';
  display: table;
  clear: both;
}

.post-excerpt__image {
  height: 124px;
  width: 124px;
  float: left;
  position: relative;
  overflow: hidden;
  transform: rotate(2deg);
  border: 8px solid #fff;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.post-excerpt__text {
  width: calc(100% - 124px);
  padding-left: 24px;
  float: left;
  box-sizing: border-box;
}
.post-excerpt__text span {
  font-size: 0.875em;
  font-weight: 700;
  background-color: #7413dc;
  color: #fff;
  padding: 0.125rem 0.5rem;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 0.5714em;
}
.post-excerpt__text h2 {
  font-size: 1.25em;
  line-height: 1.25;
  margin-bottom: 0.4em;
}
.post-excerpt__text h2 a:hover {
  color: #4a4a4a;
}
.post-excerpt__text p {
  margin-bottom: 0;
}
.post-excerpt__text .read-more {
  font-weight: 700;
}
.post-excerpt__text .read-more:hover {
  color: #4a4a4a;
}

.beavers .post-excerpt__text span {
  background-color: #007bb5;
}
.beavers .post-excerpt__text h2 a {
  color: #007bb5;
}
.beavers .post-excerpt__text h2 a:hover {
  color: #4a4a4a;
}
.beavers .read-more {
  color: #007bb5;
}

.cubs .post-excerpt__text span {
  background-color: #37ab47;
}
.cubs .post-excerpt__text h2 a {
  color: #37ab47;
}
.cubs .post-excerpt__text h2 a:hover {
  color: #4a4a4a;
}
.cubs .read-more {
  color: #37ab47;
}

.scouts .post-excerpt__text span {
  background-color: #003136;
}
.scouts .post-excerpt__text h2 a {
  color: #003136;
}
.scouts .post-excerpt__text h2 a:hover {
  color: #4a4a4a;
}
.scouts .read-more {
  color: #003136;
}

.explorers .post-excerpt__text span {
  background-color: #003b85;
}
.explorers .post-excerpt__text h2 a {
  color: #003b85;
}
.explorers .post-excerpt__text h2 a:hover {
  color: #4a4a4a;
}
.explorers .read-more {
  color: #003b85;
}

.network .post-excerpt__text span {
  background-color: #000000;
}
.network .post-excerpt__text h2 a {
  color: #000000;
}
.network .post-excerpt__text h2 a:hover {
  color: #4a4a4a;
}
.network .read-more {
  color: #000000;
}

.group-logo {
  background-color: #4a4a4a;
  position: relative;
  padding: 100% 0 0 0;
  margin-bottom: 2px;
}
.group-logo img {
  position: absolute;
  width: calc(100% - 48px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.beavers .group-logo {
  background-color: #007bb5;
}

.cubs .group-logo {
  background-color: #37ab47;
}

.scouts .group-logo {
  background-color: #003136;
}

.explorers .group-logo {
  background-color: #003b85;
}

.network .group-logo {
  background-color: #000000;
}

.widget {
  margin-bottom: 24px;
}

.widget_categories ul {
  background-color: #fff;
  padding: 16px;
}

.widget_recent_entries ul {
  font-size: 14px;
  background-color: #fff;
  padding: 16px;
}
.widget_recent_entries ul li {
  border-top: 1px dashed #c0c0c0;
  margin-top: 4px;
  padding-top: 4px;
}
.widget_recent_entries ul li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.widget_recent_entries ul li a {
  color: #4a4a4a;
}
.widget_recent_entries ul li a:hover {
  color: #7413dc;
}

.sidebar-list {
  font-size: 14px;
  background-color: #fff;
  padding: 1rem;
}
.sidebar-list > li {
  border-top: 1px dashed #c0c0c0;
  margin-top: 4px;
  padding-top: 4px;
}
.sidebar-list > li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.sidebar-list a {
  color: #4a4a4a;
}
.sidebar-list a:hover {
  color: #7413dc;
}

.category-list {
  margin-bottom: 1.5rem;
}

.categories > ul {
  font-size: 14px;
  background-color: #fff;
  padding: 1rem;
}
.categories > ul > li {
  border-top: 1px dashed #c0c0c0;
  margin-top: 4px;
  padding-top: 4px;
}
.categories > ul > li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.categories a {
  color: #4a4a4a;
}
.categories a:hover {
  color: #7413dc;
}
.categories .current-cat a {
  font-weight: 600;
  color: #7413dc;
}
.categories__count {
  background-color: #bebebe;
  color: #fff;
  padding: 0 4px;
  border-radius: 3px;
  font-weight: 600;
  margin-left: 4px;
}
.categories > ul .current-cat .categories__count {
  background-color: #7413dc;
}
.categories .children {
  margin-left: 16px;
}

.search-block {
  margin-bottom: 16px;
}
.search-block > h2 {
  font-size: 1.25em;
  line-height: 1.25;
  color: #fff;
  padding: 0.5rem 1rem;
  background-color: #7413dc;
  margin-bottom: 2px;
}
.search-block form {
  background-color: #fff;
  padding: 16px;
}

.search-result {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 2px;
  position: relative;
}
.search-result:hover {
  background-color: #fbfbfb;
}
.search-result :last-child {
  margin-bottom: 0;
}

.search-result__header {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0.25rem;
}

.search-result__permalink {
  color: #707070;
  margin-bottom: 0.25rem;
  font-size: 0.875em;
}

.search-result__excerpt {
  margin-bottom: 0.25rem;
}

.search-result__footer {
  font-size: 0.875em;
}

.comments {
  margin-bottom: 1.5rem;
}

.comments__title {
  margin-bottom: 1rem;
}

.comment__list .depth-1 {
  border-top: 3px solid #e4e4e4;
}
.comment__list .depth-2,
.comment__list .depth-3,
.comment__list .depth-4 {
  margin-left: 40px;
  border-top: 1px solid #e4e4e4;
}
.comment__list .depth-5,
.comment__list .depth-6,
.comment__list .depth-7 {
  border-top: 1px dashed #e4e4e4;
}

/* Comments body */
.comment-body {
  padding: 1rem 0 1rem 40px;
  position: relative;
}
.comment-body .comment-meta {
  font-size: 0.875rem;
}
.comment-body .comment-metadata {
  margin-bottom: 0.5rem;
}
.comment-body .comment-author b {
  text-transform: capitalize;
}
.comment-body .comment-content :last-child {
  margin-bottom: 0;
}
.comment-body .avatar {
  position: absolute;
  left: 0;
  top: 1rem;
}
.comment-body .reply {
  font-size: 0.875rem;
  position: absolute;
  top: 1rem;
  right: 0;
}

.comment-respond {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
.comment-respond .form-submit {
  margin-bottom: 0;
}

.content-panel {
  margin-bottom: 1.5rem;
}

.content-panel--small {
  font-size: 14px;
}

.content-panel__title {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #fff;
  padding: 0.5rem 1rem;
  background-color: #7413dc;
  margin-bottom: 2px;
}

.content-panel__title--neutral {
  background-color: #fff;
  color: #7413dc;
  margin: 0;
  padding-bottom: 0;
  padding-top: 1rem;
}

.content-panel__body {
  padding: 1rem;
  background-color: #fff;
}
.content-panel__body p,
.content-panel__body ul {
  font-size: 1em;
  margin-bottom: 1em;
}
.content-panel__body ul li a {
  color: #4a4a4a;
}
.content-panel__body ul li a:hover {
  color: #7413dc;
}
.content-panel__body > :last-child {
  margin-bottom: 0;
}

.content-panel--outline {
  border: 1px solid #e4e4e4;
}
.content-panel--outline .content-panel__title {
  background-color: transparent;
  color: #7413dc;
  margin: 0;
  padding-bottom: 0;
  padding-top: 1rem;
}
.content-panel--outline .content-panel__body {
  background-color: transparent;
}

.ui-progressbar {
  position: relative;
}

.ui-progressbar-value {
  background-color: #8e34ee;
}

#progressbar,
#progressbar-update {
  border: 1px solid #7413dc;
  background-color: #fff;
  color: #7413dc;
  height: 2rem;
}

.progress-container,
.progress-container-update {
  position: relative;
}

.progress-label {
  position: absolute;
  left: 50%;
  top: 6px;
  font-weight: bold;
}

.progresstext {
  margin-top: 5px;
  text-align: center;
}

/*--------------------------------------------------------------
# LAYOUT
--------------------------------------------------------------*/
.site-header {
  padding: 24px;
  background-color: #fff;
}

.site-header__container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 960px) {
  .site-header__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.site-header__navigation {
  position: absolute;
  right: 139px;
}
@media (min-width: 960px) {
  .site-header__navigation {
    position: relative;
    right: auto;
  }
}

.site-header__join-cta {
  position: absolute;
  right: 0;
}
@media (min-width: 960px) {
  .site-header__join-cta {
    position: relative;
    right: auto;
  }
}
.site-header__join-cta a {
  background-color: #00a794;
  border: 2px solid #00a794;
  display: inline-block;
  padding: 8px 16px;
  font-weight: 900;
  color: #fff;
  margin-left: 16px;
  transition: ease 0.25s all;
}
.site-header__join-cta a:hover {
  background-color: #fff;
  color: #00a794;
}

.site-branding {
  position: relative;
  display: block;
  width: 130px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  .site-branding {
    width: 160px;
  }
}
@media (min-width: 960px) {
  .site-branding {
    width: 200px;
    padding-right: 32px;
  }
}
.site-branding a {
  display: block;
}
.site-branding img {
  display: block;
  width: 100%;
}

.site-branding__title {
  position: absolute;
  left: -99999px;
}

.site-branding__description {
  position: absolute;
  left: -99999px;
}

.layout {
  padding: 1.5rem;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.layout:after {
  content: '';
  display: table;
  clear: both;
}

.layout__page-header {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout__page-header {
    padding-left: 15.5rem;
  }
}

.layout__fixed-side-left {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .layout__fixed-side-left {
    width: 14rem;
    margin-right: 1.5rem;
    float: left;
  }
}

.layout__fixed-side-right {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .layout__fixed-side-right {
    width: 14rem;
    margin-left: 1.5rem;
    float: left;
  }
}

.layout__flex-body {
  margin-bottom: 1.5rem;
  width: 100%;
}
.layout__flex-body:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .layout__flex-body {
    width: calc(100% - (14rem + 1.5rem));
    float: right;
  }
}

.site-main {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 960px) {
  .site-main {
    width: calc(100% - (14rem + 1.5rem));
    float: left;
  }
}

.sidebar {
  width: 100%;
}
@media (min-width: 960px) {
  .sidebar {
    width: 14rem;
    margin-left: 1.5rem;
    float: left;
  }
}

.page-content {
  /* Bulleted list */
  /* Numbered list */
  /* Ruled list */
  /* Block Quote */
  /* Media items within a pages content */
  /* Image Gallery block */
  /*  Video Embed block */
  /* Table block */
  /* Button block */
  /* File block */
  /* Issu Embed */
  /* Subhead block -- disables this */
}
.page-content > p:first-child {
  font-weight: 700;
}
.page-content p {
  font-size: 1em;
  font-weight: 400;
  color: #4a4a4a;
}
.page-content .has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 2rem;
  line-height: 1;
  font-weight: 100;
  margin: 0.05rem 0.25rem 0 0;
  text-transform: uppercase;
  font-style: normal;
  background-color: #e4e4e4;
  padding: 0.15rem 0.25rem;
  color: #7413dc;
  font-weight: 900;
}
.page-content p > a:hover {
  border-bottom: 1px solid #7413dc;
}
.page-content p + ul,
.page-content p + ol {
  margin-top: -0.5rem;
}
.page-content ul {
  color: #4a4a4a;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.page-content ul li {
  margin-bottom: 0.25rem;
  padding-left: 1.25rem;
  position: relative;
}
.page-content ul li:last-child {
  margin-bottom: 0;
}
.page-content ul li:before {
  content: '';
  height: 0.375rem;
  width: 0.375rem;
  background-color: #7413dc;
  position: absolute;
  left: 0.15rem;
  top: 0.5rem;
}
.page-content ol {
  color: #4a4a4a;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  counter-reset: ol-list-counter;
}
.page-content ol li {
  margin-bottom: 0.25rem;
  padding-left: 1.25rem;
  position: relative;
}
.page-content ol li:last-child {
  margin-bottom: 0;
}
.page-content ol li:before {
  position: absolute;
  left: 0;
  color: #7413dc;
  font-weight: 700;
  content: counter(ol-list-counter);
  counter-increment: ol-list-counter;
}
.page-content .ruled-list li {
  padding-left: 0;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 0.25rem;
}
.page-content .ruled-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.page-content .ruled-list li:before {
  content: none;
}
.page-content .wp-block-quote,
.page-content blockquote {
  background-color: #e4e4e4;
  border-left: 2px solid #7413dc;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}
.page-content .wp-block-quote p,
.page-content blockquote p {
  font-weight: 700;
  color: #7413dc;
}
.page-content .wp-block-quote cite,
.page-content blockquote cite {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: -1rem;
  display: block;
  color: #4a4a4a;
}
.page-content .wp-block-separator,
.page-content hr {
  border: none;
  border-bottom: 2px solid #e4e4e4;
  max-width: 100%;
  margin: 1.5em auto;
}
.page-content figure,
.page-content .wp-block-image {
  position: relative;
  margin-bottom: 1.5em;
}
.page-content figure img,
.page-content .wp-block-image img {
  display: block;
}
.page-content figure figcaption,
.page-content .wp-block-image figcaption {
  text-align: left;
  color: #fff;
  background-color: #313131;
  position: absolute;
  bottom: 4px;
  left: 4px;
  font-size: 0.875em;
  padding: 2px 6px;
  max-width: calc(100% - 8px);
  box-sizing: border-box;
  margin: 0;
}
.page-content .wp-block-gallery {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.page-content .wp-block-gallery .blocks-gallery-item {
  padding-left: 0;
  margin: 0.5rem;
}
.page-content .wp-block-gallery .blocks-gallery-item:before {
  content: none;
}
.page-content .wp-block-embed.is-type-video {
  padding-top: 56.25%;
  /* 16:9 */
  position: relative;
}
.page-content .wp-block-embed.is-type-video > iframe,
.page-content .wp-block-embed.is-type-video > .wp-block-embed__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-content .wp-block-table {
  margin-bottom: 1.5rem;
}
.page-content .wp-block-button {
  margin-bottom: 1.5rem;
}
.page-content .wp-block-button__link {
  background-color: #7413dc;
  color: #fff;
  border-radius: 0;
  font-weight: 900;
  padding: 0.5rem 1rem;
}
.page-content .wp-block-button__link:hover {
  background-color: #5b0fad;
}
.page-content .wp-block-file {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.page-content .wp-block-file :first-child {
  margin-bottom: 0.75rem;
  display: block;
}
.page-content .wp-block-file__button {
  display: inline-block;
  background-color: #7413dc;
  color: #fff;
  border-radius: 0;
  font-weight: 900;
  padding: 0.5rem 1rem;
  margin: 0;
}
.page-content .wp-block-file__button:hover {
  opacity: 1 !important;
  background-color: #5b0fad;
}
.page-content .wp-block-embed-issuu .issuuembed {
  max-width: 100%;
}
.page-content .wp-block-subhead {
  font-style: normal;
  opacity: 1;
}

.beavers .page-content .has-drop-cap:not(:focus):first-letter {
  color: #007bb5;
}
.beavers .page-content h1 {
  color: #007bb5;
}
.beavers .page-content h2 {
  color: #007bb5;
}
.beavers .page-content h3 {
  color: #007bb5;
}
.beavers .page-content ul li:before {
  background-color: #007bb5;
}
.beavers .page-content ol li:before {
  color: #007bb5;
}
.beavers .page-content .wp-block-quote,
.beavers blockquote {
  border-left: 2px solid #007bb5;
}

.cubs .page-content .has-drop-cap:not(:focus):first-letter {
  color: #37ab47;
}
.cubs .page-content h1 {
  color: #37ab47;
}
.cubs .page-content h2 {
  color: #37ab47;
}
.cubs .page-content h3 {
  color: #37ab47;
}
.cubs .page-content ul li:before {
  background-color: #37ab47;
}
.cubs .page-content ol li:before {
  color: #37ab47;
}
.cubs .page-content .wp-block-quote,
.cubs blockquote {
  border-left: 2px solid #37ab47;
}

.scouts .page-content .has-drop-cap:not(:focus):first-letter {
  color: #003136;
}
.scouts .page-content h1 {
  color: #003136;
}
.scouts .page-content h2 {
  color: #003136;
}
.scouts .page-content h3 {
  color: #003136;
}
.scouts .page-content ul li:before {
  background-color: #003136;
}
.scouts .page-content ol li:before {
  color: #003136;
}
.scouts .page-content .wp-block-quote,
.scouts blockquote {
  border-left: 2px solid #003136;
}

.explorers .page-content .has-drop-cap:not(:focus):first-letter {
  color: #003b85;
}
.explorers .page-content h1 {
  color: #003b85;
}
.explorers .page-content h2 {
  color: #003b85;
}
.explorers .page-content h3 {
  color: #003b85;
}
.explorers .page-content ul li:before {
  background-color: #003b85;
}
.explorers .page-content ol li:before {
  color: #003b85;
}
.explorers .page-content .wp-block-quote,
.explorers blockquote {
  border-left: 2px solid #003b85;
}

.network .page-content .has-drop-cap:not(:focus):first-letter {
  color: #000000;
}
.network .page-content h1 {
  color: #000000;
}
.network .page-content h2 {
  color: #000000;
}
.network .page-content h3 {
  color: #000000;
}
.network .page-content ul li:before {
  background-color: #000000;
}
.network .page-content ol li:before {
  color: #000000;
}
.network .page-content .wp-block-quote,
.network blockquote {
  border-left: 2px solid #000000;
}

.front-page-hero {
  background-color: #7413dc;
}
@media (min-width: 960px) {
  .front-page-hero {
    padding: 1.5rem 0;
  }
}

.front-page-hero__wrapper {
  padding: 1.5rem;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.front-page-hero__wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.welcome-text h2 {
  color: #fff;
  font-size: 2.125em;
  line-height: 1.125;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .welcome-text h2 {
    font-size: 3.375em;
  }
}
.welcome-text p {
  color: #fff;
  margin-bottom: 1.5rem;
}
@media (min-width: 960px) {
  .welcome-text {
    width: calc(100% - (14rem + 1.5rem));
    float: left;
    box-sizing: border-box;
  }
}

.welcome-text__copy {
  width: 100%;
}
@media (min-width: 960px) {
  .welcome-text__copy {
    width: 60%;
    float: left;
    box-sizing: border-box;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .welcome-text__copy {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 1.5rem;
  }
}

.welcome-text__carousel {
  display: none;
  float: left;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 960px) {
  .welcome-text__carousel {
    display: block;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .welcome-text__carousel {
    display: block;
    width: 50%;
  }
}

.homepage-carousel {
  padding-top: 100%;
  position: relative;
}
.homepage-carousel > li {
  position: absolute;
  top: -1rem;
  left: 0;
  padding: 1.5rem;
}
.homepage-carousel > li:nth-child(odd) {
  transform: rotate(2deg);
}
.homepage-carousel > li:nth-child(even) {
  transform: rotate(-2deg);
}
.homepage-carousel > li > img {
  background-color: #fff;
  border: 8px solid #fff;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
}

.homepage-carousel__item {
  z-index: 1;
}

.homepage-carousel__item--show {
  z-index: 2;
}

.homepage-carousel__previous,
.homepage-carousel__next {
  position: absolute;
  right: 0;
  bottom: -24px;
  text-indent: -99999px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  background-color: #fff;
  cursor: pointer;
  transition: ease 0.25s all;
  z-index: 3;
}
.homepage-carousel__previous:after,
.homepage-carousel__next:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #7413dc;
  position: absolute;
  left: 10px;
  top: 8px;
}
.homepage-carousel__previous:hover,
.homepage-carousel__next:hover {
  background-color: #5b0fad;
}
.homepage-carousel__previous:hover:after,
.homepage-carousel__next:hover:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}

.homepage-carousel__previous {
  right: 32px;
}
.homepage-carousel__previous:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #7413dc transparent transparent;
  position: absolute;
  left: 8px;
}
.homepage-carousel__previous:hover:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #fff transparent transparent;
}

.get-involved {
  background-color: #313131;
  width: 100%;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
}

.get-involved--js {
  position: fixed;
  top: -200px;
  left: 0;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  transition: ease 0.5s top;
}

.get-involved--js--show {
  top: 0;
}

.get-involved__wrapper {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: right;
  position: relative;
}
.get-involved__wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.get-involved__wrapper h2 {
  font-size: 2rem;
  color: #fff;
  margin-top: -0.5rem;
}
.get-involved__wrapper p {
  float: right;
  font-size: 1.125rem;
  margin: 0;
  max-width: 290px;
}

.get-involved--js .get-involved__wrapper::before {
  content: '';
  transition: ease 0.5s bottom;
  position: absolute;
  bottom: -53px;
  right: 61px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #313131 transparent transparent transparent;
}

.get-involved--js--show .get-involved__wrapper::before {
  bottom: -61px;
}

.get-involved__join {
  background-color: #7413dc;
  color: #fff;
  font-weight: 900;
  padding: 0.125rem 0.375rem;
}
.get-involved__join:hover {
  background-color: #fff;
  color: #7413dc;
}

.get-involved__volunteer {
  background-color: #00a794;
  color: #fff;
  font-weight: 900;
  padding: 0.125rem 0.375rem;
}
.get-involved__volunteer:hover {
  background-color: #fff;
  color: #00a794;
}

.site--getinvolved-on {
  display: block;
  top: 200px;
}

.footer {
  background-color: #7413dc;
}

.footer__upper {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .footer__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer__lower {
  background-color: #6811c5;
}

.smallprint {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1.5rem;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .smallprint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.smallprint__copyright {
  font-size: 0.75rem;
  margin: 0;
}

.smallprint__sitedesign {
  font-size: 0.75rem;
  margin: 0;
}
@media (min-width: 768px) {
  .smallprint__sitedesign {
    text-align: right;
  }
}
.smallprint__sitedesign a {
  color: #fff;
}

/*--------------------------------------------------------------
# PAGES
--------------------------------------------------------------*/
.page-not-found {
  background-color: #242424;
  padding: 1.5rem;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.page-not-found:after {
  content: '404';
  color: #313131;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  line-height: 1;
  font-size: 60vw;
  z-index: 1;
  left: 50%;
  top: 5%;
  transform: translate(-50%, -20%);
}

.page-not-found__search,
.page-not-found__links {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  color: #fff;
  padding: 1.5rem;
  box-sizing: border-box;
}
.page-not-found__search h1,
.page-not-found__links h1 {
  color: #fff;
}
.page-not-found__search p,
.page-not-found__links p {
  font-size: 1.25em;
}
.page-not-found__search .search-submit,
.page-not-found__links .search-submit {
  border: 2px solid #7413dc;
}

.page-not-found__links {
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .page-not-found__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.page-not-found__links > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0.75rem;
}

.styleguide-subnav {
  position: sticky;
  top: 1.5rem;
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: auto;
  max-height: 100vh;
}
.styleguide-subnav > ul {
  margin-bottom: -1.5rem;
}
.styleguide-subnav > ul > li {
  font-size: 1rem;
}
.styleguide-subnav > ul > li > a {
  font-weight: 700;
  color: #4a4a4a;
}
.styleguide-subnav > ul > li > ul {
  margin-bottom: 1.5rem;
}
.styleguide-subnav > ul > li > ul > li {
  font-size: 0.875rem;
  border-top: 1px solid #e4e4e4;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}
.styleguide-subnav > ul > li > ul > li:first-child {
  border-top: 0;
  padding-top: 0;
}

.tabbed-section--styleguide .tab--preview {
  background-color: #fff;
}
.tabbed-section--styleguide .tab--code {
  background-color: #363636;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.tabbed-section--styleguide .tab--code::-webkit-scrollbar {
  width: 8px;
}
.tabbed-section--styleguide .tab--code::-webkit-scrollbar-track {
  background-color: #4a4a4a;
}
.tabbed-section--styleguide .tab--code::-webkit-scrollbar-thumb {
  background-color: #404040;
}
.tabbed-section--styleguide .tab--code::-webkit-scrollbar-thumb:hover {
  background-color: #7413dc;
}
.tabbed-section--styleguide .tab-bar .tab-bar__active-tab:nth-child(2) {
  background-color: #363636;
  color: #fff;
}

/*--------------------------------------------------------------
# VENDORS
--------------------------------------------------------------*/
/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript */
/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */
code[class*='language-'],
pre[class*='language-'] {
  color: #ccc;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  font-size: 14px;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Inline code */
:not(pre) > code[class*='language-'] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #999;
}

.token.punctuation {
  color: #ccc;
}

.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
  color: #e2777a;
}

.token.function-name {
  color: #6196cc;
}

.token.boolean,
.token.number,
.token.function {
  color: #f08d49;
}

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  color: #f8c555;
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #cc99cd;
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  color: #7ec699;
}

.token.operator,
.token.entity,
.token.url {
  color: #67cdcc;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.token.inserted {
  color: green;
}

/*-----------------------------------*\
  $TOAST-GRID
  An insane grid.
  You'd be mad to use it.
  Usage
  =====
  Assuming default values:
  <div class="grid">
    <div class="grid__col grid__col--1-of-2">
      A half-width column.
    </div>
    <div class="grid__col grid__col--1-of-4 grid__col--pull-1-of-4">
      A quarter, pulled left by its own width. You get this, right?
    </div>
  </div>
  Customisation
  =============
  $toast-grid-namespace and $toast-grid-column-namespace
  adjusts the class names for the grid. With
  default values, grid wrappers have a class
  of '.grid' and columns '.grid__col'.
  $toast-col-groups(n) adjusts column divisions.
  For example, $toast-col-groups(12) will produce
  a 12-column grid. $col-groups(3,6,8)
  will produce a 3-, 6-, and 8-column grid.
  $toast-gutter-width is—you guessed it—the gutter
  width. Accepts any unit.
  That's it. Have fun.
\*-----------------------------------*/
.grid {
  list-style: none;
  margin-left: -1.5rem;
}

.grid__col--12-of-12,
.grid__col--8-of-8,
.grid__col--6-of-6,
.grid__col--5-of-5,
.grid__col--4-of-4,
.grid__col--3-of-3,
.grid__col--2-of-2 {
  width: 100%;
}

.grid__col--6-of-12,
.grid__col--4-of-8,
.grid__col--3-of-6,
.grid__col--2-of-4,
.grid__col--1-of-2 {
  width: 50%;
}

.grid__col--4-of-12,
.grid__col--2-of-6,
.grid__col--1-of-3 {
  width: 33.3333333333%;
}

.grid__col--8-of-12,
.grid__col--4-of-6,
.grid__col--2-of-3 {
  width: 66.6666666667%;
}

.grid__col--3-of-12,
.grid__col--2-of-8,
.grid__col--1-of-4 {
  width: 25%;
}

.grid__col--9-of-12,
.grid__col--6-of-8,
.grid__col--3-of-4 {
  width: 75%;
}

.grid__col--push-12-of-12,
.grid__col--push-8-of-8,
.grid__col--push-6-of-6,
.grid__col--push-5-of-5,
.grid__col--push-4-of-4,
.grid__col--push-3-of-3,
.grid__col--push-2-of-2 {
  margin-left: 100%;
}

.grid__col--push-6-of-12,
.grid__col--push-4-of-8,
.grid__col--push-3-of-6,
.grid__col--push-2-of-4,
.grid__col--push-1-of-2 {
  margin-left: 50%;
}

.grid__col--push-4-of-12,
.grid__col--push-2-of-6,
.grid__col--push-1-of-3 {
  margin-left: 33.3333333333%;
}

.grid__col--push-8-of-12,
.grid__col--push-4-of-6,
.grid__col--push-2-of-3 {
  margin-left: 66.6666666667%;
}

.grid__col--push-3-of-12,
.grid__col--push-2-of-8,
.grid__col--push-1-of-4 {
  margin-left: 25%;
}

.grid__col--push-9-of-12,
.grid__col--push-6-of-8,
.grid__col--push-3-of-4 {
  margin-left: 75%;
}

.grid__col--pull-12-of-12,
.grid__col--pull-8-of-8,
.grid__col--pull-6-of-6,
.grid__col--pull-5-of-5,
.grid__col--pull-4-of-4,
.grid__col--pull-3-of-3,
.grid__col--pull-2-of-2 {
  margin-left: -100%;
}

.grid__col--pull-6-of-12,
.grid__col--pull-4-of-8,
.grid__col--pull-3-of-6,
.grid__col--pull-2-of-4,
.grid__col--pull-1-of-2 {
  margin-left: -50%;
}

.grid__col--pull-4-of-12,
.grid__col--pull-2-of-6,
.grid__col--pull-1-of-3 {
  margin-left: -33.3333333333%;
}

.grid__col--pull-8-of-12,
.grid__col--pull-4-of-6,
.grid__col--pull-2-of-3 {
  margin-left: -66.6666666667%;
}

.grid__col--pull-3-of-12,
.grid__col--pull-2-of-8,
.grid__col--pull-1-of-4 {
  margin-left: -25%;
}

.grid__col--pull-9-of-12,
.grid__col--pull-6-of-8,
.grid__col--pull-3-of-4 {
  margin-left: -75%;
}

.grid__col--1-of-5 {
  width: 20%;
}

.grid__col--push-1-of-5 {
  margin-left: 20%;
}

.grid__col--pull-1-of-5 {
  margin-left: -20%;
}

.grid__col--2-of-5 {
  width: 40%;
}

.grid__col--push-2-of-5 {
  margin-left: 40%;
}

.grid__col--pull-2-of-5 {
  margin-left: -40%;
}

.grid__col--3-of-5 {
  width: 60%;
}

.grid__col--push-3-of-5 {
  margin-left: 60%;
}

.grid__col--pull-3-of-5 {
  margin-left: -60%;
}

.grid__col--4-of-5 {
  width: 80%;
}

.grid__col--push-4-of-5 {
  margin-left: 80%;
}

.grid__col--pull-4-of-5 {
  margin-left: -80%;
}

.grid__col--1-of-6 {
  width: 16.6666666667%;
}

.grid__col--push-1-of-6 {
  margin-left: 16.6666666667%;
}

.grid__col--pull-1-of-6 {
  margin-left: -16.6666666667%;
}

.grid__col--5-of-6 {
  width: 83.3333333333%;
}

.grid__col--push-5-of-6 {
  margin-left: 83.3333333333%;
}

.grid__col--pull-5-of-6 {
  margin-left: -83.3333333333%;
}

.grid__col--1-of-8 {
  width: 12.5%;
}

.grid__col--push-1-of-8 {
  margin-left: 12.5%;
}

.grid__col--pull-1-of-8 {
  margin-left: -12.5%;
}

.grid__col--3-of-8 {
  width: 37.5%;
}

.grid__col--push-3-of-8 {
  margin-left: 37.5%;
}

.grid__col--pull-3-of-8 {
  margin-left: -37.5%;
}

.grid__col--5-of-8 {
  width: 62.5%;
}

.grid__col--push-5-of-8 {
  margin-left: 62.5%;
}

.grid__col--pull-5-of-8 {
  margin-left: -62.5%;
}

.grid__col--7-of-8 {
  width: 87.5%;
}

.grid__col--push-7-of-8 {
  margin-left: 87.5%;
}

.grid__col--pull-7-of-8 {
  margin-left: -87.5%;
}

.grid__col--1-of-12 {
  width: 8.3333333333%;
}

.grid__col--push-1-of-12 {
  margin-left: 8.3333333333%;
}

.grid__col--pull-1-of-12 {
  margin-left: -8.3333333333%;
}

.grid__col--2-of-12 {
  width: 16.6666666667%;
}

.grid__col--push-2-of-12 {
  margin-left: 16.6666666667%;
}

.grid__col--pull-2-of-12 {
  margin-left: -16.6666666667%;
}

.grid__col--5-of-12 {
  width: 41.6666666667%;
}

.grid__col--push-5-of-12 {
  margin-left: 41.6666666667%;
}

.grid__col--pull-5-of-12 {
  margin-left: -41.6666666667%;
}

.grid__col--7-of-12 {
  width: 58.3333333333%;
}

.grid__col--push-7-of-12 {
  margin-left: 58.3333333333%;
}

.grid__col--pull-7-of-12 {
  margin-left: -58.3333333333%;
}

.grid__col--10-of-12 {
  width: 83.3333333333%;
}

.grid__col--push-10-of-12 {
  margin-left: 83.3333333333%;
}

.grid__col--pull-10-of-12 {
  margin-left: -83.3333333333%;
}

.grid__col--11-of-12 {
  width: 91.6666666667%;
}

.grid__col--push-11-of-12 {
  margin-left: 91.6666666667%;
}

.grid__col--pull-11-of-12 {
  margin-left: -91.6666666667%;
}

.grid__col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 1.5rem;
  vertical-align: top;
}
@media (max-width: 768px) {
  .grid__col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 768px) and (min-width: 450px) {
  .grid__col[class*='grid__col--m-'] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid__col.grid__col--m-1-of-2,
  .grid__col.grid__col--m-2-of-4 {
    width: 50%;
  }
  .grid__col.grid__col--m-1-of-3 {
    width: 33.3333333333%;
  }
  .grid__col.grid__col--m-2-of-3 {
    width: 66.6666666667%;
  }
  .grid__col.grid__col--m-1-of-4 {
    width: 25%;
  }
  .grid__col.grid__col--m-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 450px) {
  .grid__col[class*='grid__col--s-'] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid__col.grid__col--s-1-of-2,
  .grid__col.grid__col--s-2-of-4 {
    width: 50%;
  }
  .grid__col.grid__col--s-1-of-3 {
    width: 33.3333333333%;
  }
  .grid__col.grid__col--s-2-of-3 {
    width: 66.6666666667%;
  }
  .grid__col.grid__col--s-1-of-4 {
    width: 25%;
  }
  .grid__col.grid__col--s-3-of-4 {
    width: 75%;
  }
}

.grid__col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grid__col--d-first {
  float: left;
}

.grid__col--d-last {
  float: right;
}

.grid--no-gutter {
  margin-left: 0;
  width: 100%;
}
.grid--no-gutter .grid__col {
  padding-left: 0;
}
.grid--no-gutter .grid__col--span-all {
  margin-left: 0;
  width: 100%;
}

.grid__col--ab {
  vertical-align: bottom;
}

.grid__col--am {
  vertical-align: middle;
}

.wp-block-ninja-forms-form {
  margin-bottom: 1.5rem;
}

.nf-form-title > h3 {
  font-size: 1.25em;
  line-height: 1.25;
  color: #fff;
  padding: 0.5rem 1rem;
  background-color: #7413dc;
  margin-bottom: 2px;
}

.nf-form-wrap {
  padding: 1rem;
  background-color: #fff;
}
.nf-form-wrap .nf-field-element ul li:before {
  content: none;
}
.nf-form-wrap .nf-before-form-content {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e4e4e4;
}

.nf-response-msg :last-child {
  margin-bottom: 0;
}

.entry-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #7413dc;
}

/*# sourceMappingURL=style.css.map */
