html,
body {
  margin: 0;
  padding: 0;
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

h1 {
  font-size: 3.125em;
  color: #000000;
  line-height: 60px;
}

h2, nav#block-quicklinks > h2, nav#block-quicklinks > .block-title, nav#block-aboutus > h2, nav#block-aboutus > .block-title, .block-title {
  font-size: 1.875em;
  color: #000000;
  line-height: 40px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
  margin: 0;
}

/*Links*/
a {
  color: #00a794;
  text-decoration: underline;
}
a:hover {
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

footer a {
  color: #FFFFFF;
}

/*Buttons*/
.btn-default {
  background: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #00a794;
  border-color: #00a794;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.is-active,
.btn-primary a.is-active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-success {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.is-active,
.btn-success.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.is-active,
.btn-default.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #7413dc;
  border-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-beavers {
  background-color: #006ddf;
  border-color: #006ddf;
  color: #FFFFFF;
}

.btn-beavers:hover,
.btn-beavers:focus,
.btn-beavers.is-active,
.btn-beavers.is-active,
.open .dropdown-toggle.btn-beavers {
  color: #FFFFFF;
  background-color: #006ddf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-cubs {
  background-color: #23a950;
  border-color: #23a950;
  color: #FFFFFF;
}

.btn-cubs:hover,
.btn-cubs:focus,
.btn-cubs.is-active,
.btn-cubs.is-active,
.open .dropdown-toggle.btn-cubs {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-scouts {
  background-color: #004851;
  border-color: #004851;
  color: #FFFFFF;
}

.btn-scouts:hover,
.btn-scouts:focus,
.btn-scouts.is-active,
.btn-scouts.is-active,
.open .dropdown-toggle.btn-scouts {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-explorers {
  background-color: #003982;
  border-color: #003982;
  color: #FFFFFF;
}

.btn-explorers:hover,
.btn-explorers:focus,
.btn-explorers.is-active,
.btn-explorers.is-active,
.open .dropdown-toggle.btn-explorers {
  color: #FFFFFF;
  background-color: #003982;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-network {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.btn-network:hover,
.btn-network:focus,
.btn-network.is-active,
.btn-network.is-active,
.open .dropdown-toggle.btn-network {
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-group {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-group:hover,
.btn-group:focus,
.btn-group.is-active,
.btn-group.is-active,
.open .dropdown-toggle.btn-group {
  color: #FFFFFF;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-top: 1%;
}

.nav-tabs li a {
  background-color: #00a794;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-tabs li a:hover {
  border-color: transparent;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.label {
  color: #000000;
  font-size: 100%;
  padding: 0;
}

h1.js-quickedit-page-title.page-header {
  margin: 1% 1%;
  border: none;
}

.block-title {
  color: #7413dc;
  border-bottom: 5px solid #00a794;
  padding-bottom: 5px;
  text-align: center;
}

.view-content {
  padding: 0 10px;
}

.view-footer {
  float: right;
  padding-top: 15px;
}

.list-inline {
  padding: 5px 0 0 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-left: 20px;
}

.nav-pills > li.active > a {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-pills li a {
  background-color: #7413dc;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-pills li a:hover {
  border-color: transparent;
  background-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

article.profile {
  padding-top: 10px;
}

.tab-content.clearfix {
  border: 1px solid #ddd;
}

/*Menus*/
ul.menu.nav.navbar-nav {
  background: #7413dc;
}

/*Pagination*/
.pagination > li > a {
  background-color: #FFFFFF;
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > li > a:hover {
  background-color: #7413dc;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  border: 1px solid #7413dc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:focus {
  background-color: #00a794;
  color: #FFFFFF;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #7413dc;
  border: 1px solid #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.field--name-body {
  line-height: 20px;
}

.field--name-description {
  line-height: 20px;
}

.add-spacing {
  margin: 0 0 2% 0;
}

.page-header {
  padding-top: 1%;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

h1 {
  font-size: 3.125em;
  color: #000000;
  line-height: 60px;
}

h2, nav#block-quicklinks > h2, nav#block-quicklinks > .block-title, nav#block-aboutus > h2, nav#block-aboutus > .block-title, .block-title {
  font-size: 1.875em;
  color: #000000;
  line-height: 40px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
  margin: 0;
}

/*Links*/
a {
  color: #00a794;
  text-decoration: underline;
}
a:hover {
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

footer a {
  color: #FFFFFF;
}

/*Buttons*/
.btn-default {
  background: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #00a794;
  border-color: #00a794;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.is-active,
.btn-primary a.is-active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-success {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.is-active,
.btn-success.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.is-active,
.btn-default.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #7413dc;
  border-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-beavers {
  background-color: #006ddf;
  border-color: #006ddf;
  color: #FFFFFF;
}

.btn-beavers:hover,
.btn-beavers:focus,
.btn-beavers.is-active,
.btn-beavers.is-active,
.open .dropdown-toggle.btn-beavers {
  color: #FFFFFF;
  background-color: #006ddf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-cubs {
  background-color: #23a950;
  border-color: #23a950;
  color: #FFFFFF;
}

.btn-cubs:hover,
.btn-cubs:focus,
.btn-cubs.is-active,
.btn-cubs.is-active,
.open .dropdown-toggle.btn-cubs {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-scouts {
  background-color: #004851;
  border-color: #004851;
  color: #FFFFFF;
}

.btn-scouts:hover,
.btn-scouts:focus,
.btn-scouts.is-active,
.btn-scouts.is-active,
.open .dropdown-toggle.btn-scouts {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-explorers {
  background-color: #003982;
  border-color: #003982;
  color: #FFFFFF;
}

.btn-explorers:hover,
.btn-explorers:focus,
.btn-explorers.is-active,
.btn-explorers.is-active,
.open .dropdown-toggle.btn-explorers {
  color: #FFFFFF;
  background-color: #003982;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-network {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.btn-network:hover,
.btn-network:focus,
.btn-network.is-active,
.btn-network.is-active,
.open .dropdown-toggle.btn-network {
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-group {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-group:hover,
.btn-group:focus,
.btn-group.is-active,
.btn-group.is-active,
.open .dropdown-toggle.btn-group {
  color: #FFFFFF;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-top: 1%;
}

.nav-tabs li a {
  background-color: #00a794;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-tabs li a:hover {
  border-color: transparent;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.label {
  color: #000000;
  font-size: 100%;
  padding: 0;
}

h1.js-quickedit-page-title.page-header {
  margin: 1% 1%;
  border: none;
}

.block-title {
  color: #7413dc;
  border-bottom: 5px solid #00a794;
  padding-bottom: 5px;
  text-align: center;
}

.view-content {
  padding: 0 10px;
}

.view-footer {
  float: right;
  padding-top: 15px;
}

.list-inline {
  padding: 5px 0 0 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-left: 20px;
}

.nav-pills > li.active > a {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-pills li a {
  background-color: #7413dc;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-pills li a:hover {
  border-color: transparent;
  background-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

article.profile {
  padding-top: 10px;
}

.tab-content.clearfix {
  border: 1px solid #ddd;
}

/*Menus*/
ul.menu.nav.navbar-nav {
  background: #7413dc;
}

/*Pagination*/
.pagination > li > a {
  background-color: #FFFFFF;
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > li > a:hover {
  background-color: #7413dc;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  border: 1px solid #7413dc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:focus {
  background-color: #00a794;
  color: #FFFFFF;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #7413dc;
  border: 1px solid #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.field--name-body {
  line-height: 20px;
}

.field--name-description {
  line-height: 20px;
}

.add-spacing {
  margin: 0 0 2% 0;
}

.page-header {
  padding-top: 1%;
}

header {
  background-color: #FFFFFF;
}

.position-text {
  display: block;
}

.position-logo {
  text-align: center;
  margin: 0% 0 0% 0;
}

.navbar {
  margin-bottom: 0;
}

.navbar-default {
  background: transparent;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  color: #00a794;
  font-size: 1.125em;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20%;
  text-decoration: none;
  float: none;
  display: block;
}

.navbar-default .navbar-brand:hover {
  color: #00a794;
}

.navbar-default .navbar-text {
  color: #7413dc;
  font-size: 1em;
  line-height: 30px;
  padding-bottom: 2.5%;
  clear: both;
  font-weight: bold;
  text-align: center;
  float: none;
  margin-top: 10px;
  line-height: 20px;
}

.navbar-collapse.collapse {
  background: #7413dc;
}

ul.menu.nav.navbar-nav a {
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

ul.menu.nav.navbar-nav a:hover {
  background-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #7413dc;
}

ul.menu.nav.navbar-nav .is-active {
  background-color: #00a794;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}

.navbar-default .navbar-toggle {
  background-color: #00a794;
  border-color: #00a794;
}

.navbar-default .navbar-toggle:hover {
  background-color: #7413dc;
  border-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.navbar-right {
  margin-right: 10px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar-default .navbar-brand {
    color: #00a794;
    font-size: 1.5em;
    text-align: center;
    padding-bottom: 5%;
  }
  .navbar-default .navbar-text {
    color: #4D2177;
    font-size: 1em;
    line-height: 30px;
    clear: both;
    margin-top: 10px;
    line-height: 20px;
  }
  .position-logo {
    text-align: center;
    margin: 1.5% 0 3% 0;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-default .navbar-brand {
    color: #00a794;
    font-size: 1.5em;
    margin-top: 0px;
  }
  .navbar-default .navbar-text {
    color: #7413dc;
    font-size: 1em;
    margin-top: 15px;
    line-height: 30px;
  }
  div#block-scoutgroup-search {
    margin: 25% 0;
  }
  .position-logo {
    text-align: center;
    margin: 0% 0 0 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .navbar-default .navbar-brand {
    color: #00a794;
    font-size: 1.875em;
  }
  .navbar-default .navbar-text {
    color: #7413dc;
    font-size: 1em;
    margin-top: 15px;
    line-height: 30px;
  }
  div#block-scoutgroup-search {
    margin: 15% 0 0 0;
  }
  .position-logo {
    text-align: center;
    margin: 0% 0 0 0;
  }
  .position-text {
    margin-top: 1%;
  }
}
html,
body {
  margin: 0;
  padding: 0;
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

h1 {
  font-size: 3.125em;
  color: #000000;
  line-height: 60px;
}

h2, nav#block-quicklinks > h2, nav#block-quicklinks > .block-title, nav#block-aboutus > h2, nav#block-aboutus > .block-title, .block-title {
  font-size: 1.875em;
  color: #000000;
  line-height: 40px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
  margin: 0;
}

/*Links*/
a {
  color: #00a794;
  text-decoration: underline;
}
a:hover {
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

footer a {
  color: #FFFFFF;
}

/*Buttons*/
.btn-default {
  background: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #00a794;
  border-color: #00a794;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.is-active,
.btn-primary a.is-active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-success {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.is-active,
.btn-success.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.is-active,
.btn-default.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #7413dc;
  border-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-beavers {
  background-color: #006ddf;
  border-color: #006ddf;
  color: #FFFFFF;
}

.btn-beavers:hover,
.btn-beavers:focus,
.btn-beavers.is-active,
.btn-beavers.is-active,
.open .dropdown-toggle.btn-beavers {
  color: #FFFFFF;
  background-color: #006ddf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-cubs {
  background-color: #23a950;
  border-color: #23a950;
  color: #FFFFFF;
}

.btn-cubs:hover,
.btn-cubs:focus,
.btn-cubs.is-active,
.btn-cubs.is-active,
.open .dropdown-toggle.btn-cubs {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-scouts {
  background-color: #004851;
  border-color: #004851;
  color: #FFFFFF;
}

.btn-scouts:hover,
.btn-scouts:focus,
.btn-scouts.is-active,
.btn-scouts.is-active,
.open .dropdown-toggle.btn-scouts {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-explorers {
  background-color: #003982;
  border-color: #003982;
  color: #FFFFFF;
}

.btn-explorers:hover,
.btn-explorers:focus,
.btn-explorers.is-active,
.btn-explorers.is-active,
.open .dropdown-toggle.btn-explorers {
  color: #FFFFFF;
  background-color: #003982;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-network {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.btn-network:hover,
.btn-network:focus,
.btn-network.is-active,
.btn-network.is-active,
.open .dropdown-toggle.btn-network {
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-group {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-group:hover,
.btn-group:focus,
.btn-group.is-active,
.btn-group.is-active,
.open .dropdown-toggle.btn-group {
  color: #FFFFFF;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-top: 1%;
}

.nav-tabs li a {
  background-color: #00a794;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-tabs li a:hover {
  border-color: transparent;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.label {
  color: #000000;
  font-size: 100%;
  padding: 0;
}

h1.js-quickedit-page-title.page-header {
  margin: 1% 1%;
  border: none;
}

.block-title {
  color: #7413dc;
  border-bottom: 5px solid #00a794;
  padding-bottom: 5px;
  text-align: center;
}

.view-content {
  padding: 0 10px;
}

.view-footer {
  float: right;
  padding-top: 15px;
}

.list-inline {
  padding: 5px 0 0 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-left: 20px;
}

.nav-pills > li.active > a {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-pills li a {
  background-color: #7413dc;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-pills li a:hover {
  border-color: transparent;
  background-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

article.profile {
  padding-top: 10px;
}

.tab-content.clearfix {
  border: 1px solid #ddd;
}

/*Menus*/
ul.menu.nav.navbar-nav {
  background: #7413dc;
}

/*Pagination*/
.pagination > li > a {
  background-color: #FFFFFF;
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > li > a:hover {
  background-color: #7413dc;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  border: 1px solid #7413dc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:focus {
  background-color: #00a794;
  color: #FFFFFF;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #7413dc;
  border: 1px solid #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.field--name-body {
  line-height: 20px;
}

.field--name-description {
  line-height: 20px;
}

.add-spacing {
  margin: 0 0 2% 0;
}

.page-header {
  padding-top: 1%;
}

/*Footer*/
.footer {
  background-color: #7413dc;
  color: #FFFFFF;
  height: 100%;
  clear: both;
  margin-top: 1%;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #7413dc;
}

.footer a {
  color: #FFFFFF;
}
.footer a:hover {
  color: #FFFFFF;
}

/*Footer links*/
.nav li a {
  color: #FFFFFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.nav li a:hover {
  background: #00a794;
  color: #FFFFFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

p.copyright {
  padding: 10px 0 20px 15px;
}

.region.region-footer-left {
  margin: 2% 0;
}

.region.region-footer-main {
  margin: 10px 0 0 0;
}

.region.region-footer-right {
  margin: 10px 0 0 0;
}

#back-to-top {
  display: inline-block;
  font-weight: bold;
  font-size: 1.875em;
  width: 75px;
  height: 75px;
  background: #00a794;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding-top: 19px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration: none;
}

#back-to-top:hover {
  background-color: #7413dc;
  color: #FFFFFF;
  font-size: 1.875em;
  text-decoration: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.built-by {
  padding: 10px 10px 5px 15px;
}

.powered-by-drupal {
  padding: 5px 10px 10px 15px;
}

.charity {
  padding: 0px 10px 5px 15px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .region.region-footer-left {
    margin: 2% 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .region.region-footer-left {
    margin: 7% 0;
  }
}
html,
body {
  margin: 0;
  padding: 0;
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

h1 {
  font-size: 3.125em;
  color: #000000;
  line-height: 60px;
}

h2, nav#block-quicklinks > h2, nav#block-quicklinks > .block-title, nav#block-aboutus > h2, nav#block-aboutus > .block-title, .block-title {
  font-size: 1.875em;
  color: #000000;
  line-height: 40px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
  margin: 0;
}

/*Links*/
a {
  color: #00a794;
  text-decoration: underline;
}
a:hover {
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

footer a {
  color: #FFFFFF;
}

/*Buttons*/
.btn-default {
  background: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #00a794;
  border-color: #00a794;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.is-active,
.btn-primary a.is-active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-success {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.is-active,
.btn-success.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.is-active,
.btn-default.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #7413dc;
  border-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-beavers {
  background-color: #006ddf;
  border-color: #006ddf;
  color: #FFFFFF;
}

.btn-beavers:hover,
.btn-beavers:focus,
.btn-beavers.is-active,
.btn-beavers.is-active,
.open .dropdown-toggle.btn-beavers {
  color: #FFFFFF;
  background-color: #006ddf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-cubs {
  background-color: #23a950;
  border-color: #23a950;
  color: #FFFFFF;
}

.btn-cubs:hover,
.btn-cubs:focus,
.btn-cubs.is-active,
.btn-cubs.is-active,
.open .dropdown-toggle.btn-cubs {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-scouts {
  background-color: #004851;
  border-color: #004851;
  color: #FFFFFF;
}

.btn-scouts:hover,
.btn-scouts:focus,
.btn-scouts.is-active,
.btn-scouts.is-active,
.open .dropdown-toggle.btn-scouts {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-explorers {
  background-color: #003982;
  border-color: #003982;
  color: #FFFFFF;
}

.btn-explorers:hover,
.btn-explorers:focus,
.btn-explorers.is-active,
.btn-explorers.is-active,
.open .dropdown-toggle.btn-explorers {
  color: #FFFFFF;
  background-color: #003982;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-network {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.btn-network:hover,
.btn-network:focus,
.btn-network.is-active,
.btn-network.is-active,
.open .dropdown-toggle.btn-network {
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-group {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-group:hover,
.btn-group:focus,
.btn-group.is-active,
.btn-group.is-active,
.open .dropdown-toggle.btn-group {
  color: #FFFFFF;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-top: 1%;
}

.nav-tabs li a {
  background-color: #00a794;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-tabs li a:hover {
  border-color: transparent;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.label {
  color: #000000;
  font-size: 100%;
  padding: 0;
}

h1.js-quickedit-page-title.page-header {
  margin: 1% 1%;
  border: none;
}

.block-title {
  color: #7413dc;
  border-bottom: 5px solid #00a794;
  padding-bottom: 5px;
  text-align: center;
}

.view-content {
  padding: 0 10px;
}

.view-footer {
  float: right;
  padding-top: 15px;
}

.list-inline {
  padding: 5px 0 0 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-left: 20px;
}

.nav-pills > li.active > a {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-pills li a {
  background-color: #7413dc;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-pills li a:hover {
  border-color: transparent;
  background-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

article.profile {
  padding-top: 10px;
}

.tab-content.clearfix {
  border: 1px solid #ddd;
}

/*Menus*/
ul.menu.nav.navbar-nav {
  background: #7413dc;
}

/*Pagination*/
.pagination > li > a {
  background-color: #FFFFFF;
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > li > a:hover {
  background-color: #7413dc;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  border: 1px solid #7413dc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:focus {
  background-color: #00a794;
  color: #FFFFFF;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #7413dc;
  border: 1px solid #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.field--name-body {
  line-height: 20px;
}

.field--name-description {
  line-height: 20px;
}

.add-spacing {
  margin: 0 0 2% 0;
}

.page-header {
  padding-top: 1%;
}

.region.region-call-to-action {
  background: #00a794;
  padding: 2% 0px;
  margin: 2% auto;
  text-align: center;
}

.like-what-you-see {
  font-weight: bold;
  color: #000000;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

h1 {
  font-size: 3.125em;
  color: #000000;
  line-height: 60px;
}

h2, nav#block-quicklinks > h2, nav#block-quicklinks > .block-title, nav#block-aboutus > h2, nav#block-aboutus > .block-title, .block-title {
  font-size: 1.875em;
  color: #000000;
  line-height: 40px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
  margin: 0;
}

/*Links*/
a {
  color: #00a794;
  text-decoration: underline;
}
a:hover {
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

footer a {
  color: #FFFFFF;
}

/*Buttons*/
.btn-default {
  background: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #00a794;
  border-color: #00a794;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.is-active,
.btn-primary a.is-active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-success {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.is-active,
.btn-success.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.is-active,
.btn-default.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #7413dc;
  border-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-beavers {
  background-color: #006ddf;
  border-color: #006ddf;
  color: #FFFFFF;
}

.btn-beavers:hover,
.btn-beavers:focus,
.btn-beavers.is-active,
.btn-beavers.is-active,
.open .dropdown-toggle.btn-beavers {
  color: #FFFFFF;
  background-color: #006ddf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-cubs {
  background-color: #23a950;
  border-color: #23a950;
  color: #FFFFFF;
}

.btn-cubs:hover,
.btn-cubs:focus,
.btn-cubs.is-active,
.btn-cubs.is-active,
.open .dropdown-toggle.btn-cubs {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-scouts {
  background-color: #004851;
  border-color: #004851;
  color: #FFFFFF;
}

.btn-scouts:hover,
.btn-scouts:focus,
.btn-scouts.is-active,
.btn-scouts.is-active,
.open .dropdown-toggle.btn-scouts {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-explorers {
  background-color: #003982;
  border-color: #003982;
  color: #FFFFFF;
}

.btn-explorers:hover,
.btn-explorers:focus,
.btn-explorers.is-active,
.btn-explorers.is-active,
.open .dropdown-toggle.btn-explorers {
  color: #FFFFFF;
  background-color: #003982;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-network {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.btn-network:hover,
.btn-network:focus,
.btn-network.is-active,
.btn-network.is-active,
.open .dropdown-toggle.btn-network {
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-group {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-group:hover,
.btn-group:focus,
.btn-group.is-active,
.btn-group.is-active,
.open .dropdown-toggle.btn-group {
  color: #FFFFFF;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-top: 1%;
}

.nav-tabs li a {
  background-color: #00a794;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-tabs li a:hover {
  border-color: transparent;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.label {
  color: #000000;
  font-size: 100%;
  padding: 0;
}

h1.js-quickedit-page-title.page-header {
  margin: 1% 1%;
  border: none;
}

.block-title {
  color: #7413dc;
  border-bottom: 5px solid #00a794;
  padding-bottom: 5px;
  text-align: center;
}

.view-content {
  padding: 0 10px;
}

.view-footer {
  float: right;
  padding-top: 15px;
}

.list-inline {
  padding: 5px 0 0 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-left: 20px;
}

.nav-pills > li.active > a {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-pills li a {
  background-color: #7413dc;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-pills li a:hover {
  border-color: transparent;
  background-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

article.profile {
  padding-top: 10px;
}

.tab-content.clearfix {
  border: 1px solid #ddd;
}

/*Menus*/
ul.menu.nav.navbar-nav {
  background: #7413dc;
}

/*Pagination*/
.pagination > li > a {
  background-color: #FFFFFF;
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > li > a:hover {
  background-color: #7413dc;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  border: 1px solid #7413dc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:focus {
  background-color: #00a794;
  color: #FFFFFF;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #7413dc;
  border: 1px solid #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.field--name-body {
  line-height: 20px;
}

.field--name-description {
  line-height: 20px;
}

.add-spacing {
  margin: 0 0 2% 0;
}

.page-header {
  padding-top: 1%;
}

.region.region-sections {
  margin-top: 15px;
}

.views-field.views-field-field-logo {
  display: block;
  height: 100px;
}

p.age-range {
  color: #7413dc;
  font-weight: bold;
  margin-top: 10px;
}

.add-padding {
  padding: 20px;
}

.section-beavers,
.section-cubs,
.section-scouts,
.section-explorers,
.section-network,
.section-group {
  transition: transform 0.25s ease-out;
  position: relative;
  padding: 10px 0;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  p.age-range {
    text-align: center;
  }
  .region.region-sections {
    text-align: center;
  }
  .logo-side {
    text-align: center;
  }
  .logo-side .img-responsive {
    display: inline-block;
  }
  .section-beavers:hover,
  .section-cubs:hover,
  .section-scouts:hover,
  .section-explorers:hover,
  .section-network:hover,
  .section-group:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
    z-index: 9999;
  }
}
.region.region-above-content {
  background-color: rgba(255, 255, 255, 0.9);
}

.path-frontpage .region.region-above-content {
  margin-top: 15px;
}

.page-heading {
  margin: 0 1%;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

h1 {
  font-size: 3.125em;
  color: #000000;
  line-height: 60px;
}

h2, nav#block-quicklinks > h2, nav#block-quicklinks > .block-title, nav#block-aboutus > h2, nav#block-aboutus > .block-title, .block-title {
  font-size: 1.875em;
  color: #000000;
  line-height: 40px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
  margin: 0;
}

/*Links*/
a {
  color: #00a794;
  text-decoration: underline;
}
a:hover {
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

footer a {
  color: #FFFFFF;
}

/*Buttons*/
.btn-default {
  background: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #00a794;
  border-color: #00a794;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.is-active,
.btn-primary a.is-active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-success {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.is-active,
.btn-success.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.is-active,
.btn-default.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #7413dc;
  border-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-beavers {
  background-color: #006ddf;
  border-color: #006ddf;
  color: #FFFFFF;
}

.btn-beavers:hover,
.btn-beavers:focus,
.btn-beavers.is-active,
.btn-beavers.is-active,
.open .dropdown-toggle.btn-beavers {
  color: #FFFFFF;
  background-color: #006ddf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-cubs {
  background-color: #23a950;
  border-color: #23a950;
  color: #FFFFFF;
}

.btn-cubs:hover,
.btn-cubs:focus,
.btn-cubs.is-active,
.btn-cubs.is-active,
.open .dropdown-toggle.btn-cubs {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-scouts {
  background-color: #004851;
  border-color: #004851;
  color: #FFFFFF;
}

.btn-scouts:hover,
.btn-scouts:focus,
.btn-scouts.is-active,
.btn-scouts.is-active,
.open .dropdown-toggle.btn-scouts {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-explorers {
  background-color: #003982;
  border-color: #003982;
  color: #FFFFFF;
}

.btn-explorers:hover,
.btn-explorers:focus,
.btn-explorers.is-active,
.btn-explorers.is-active,
.open .dropdown-toggle.btn-explorers {
  color: #FFFFFF;
  background-color: #003982;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-network {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.btn-network:hover,
.btn-network:focus,
.btn-network.is-active,
.btn-network.is-active,
.open .dropdown-toggle.btn-network {
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-group {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-group:hover,
.btn-group:focus,
.btn-group.is-active,
.btn-group.is-active,
.open .dropdown-toggle.btn-group {
  color: #FFFFFF;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-top: 1%;
}

.nav-tabs li a {
  background-color: #00a794;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-tabs li a:hover {
  border-color: transparent;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.label {
  color: #000000;
  font-size: 100%;
  padding: 0;
}

h1.js-quickedit-page-title.page-header {
  margin: 1% 1%;
  border: none;
}

.block-title {
  color: #7413dc;
  border-bottom: 5px solid #00a794;
  padding-bottom: 5px;
  text-align: center;
}

.view-content {
  padding: 0 10px;
}

.view-footer {
  float: right;
  padding-top: 15px;
}

.list-inline {
  padding: 5px 0 0 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-left: 20px;
}

.nav-pills > li.active > a {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-pills li a {
  background-color: #7413dc;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-pills li a:hover {
  border-color: transparent;
  background-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

article.profile {
  padding-top: 10px;
}

.tab-content.clearfix {
  border: 1px solid #ddd;
}

/*Menus*/
ul.menu.nav.navbar-nav {
  background: #7413dc;
}

/*Pagination*/
.pagination > li > a {
  background-color: #FFFFFF;
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > li > a:hover {
  background-color: #7413dc;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  border: 1px solid #7413dc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:focus {
  background-color: #00a794;
  color: #FFFFFF;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #7413dc;
  border: 1px solid #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.field--name-body {
  line-height: 20px;
}

.field--name-description {
  line-height: 20px;
}

.add-spacing {
  margin: 0 0 2% 0;
}

.page-header {
  padding-top: 1%;
}

.field.field--name-field-logo.field--type-image.field--label-hidden.field--item.quickedit-field {
  max-width: 250px;
}

span.views-label.views-label-roles-target-id {
  font-weight: bold;
}

span.views-label.views-label-field-section {
  font-weight: bold;
}

.region.region-content {
  margin: 1% 1.5% 1% 1.5%;
}

.path-user > .region .region-content {
  background-color: #e3effb !important;
}

.listIndent {
  padding-left: 35px;
}

.field--name-user-picture {
  padding: 10px;
}

.add-overflow {
  overflow-wrap: break-word;
}

.nav-pills > li > a > span {
  right: 5px;
}

#edit-field-your-contact-number-0-value {
  width: 100%;
  margin: 0.5% 0 0 0;
}

.field.field--name-field-image.field--type-image.field--label-hidden.field--item {
  margin: 0 0 1% 0;
}

.field.field--name-field-thumbnail-image.field--type-image.field--label-hidden.field--item {
  margin: 0 0 1% 0;
}

.tab-content {
  padding: 1% 0;
}

.form-inline .form-control {
  width: 100%;
}

#edit-actions {
  display: block;
  text-align: center;
  margin: 20px;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .region.region-content {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.webform-submission-add-form .form-type-date label {
  margin-bottom: 5px;
}
.webform-submission-add-form .panel-default {
  border-color: white;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

h1 {
  font-size: 3.125em;
  color: #000000;
  line-height: 60px;
}

h2, nav#block-quicklinks > h2, nav#block-quicklinks > .block-title, nav#block-aboutus > h2, nav#block-aboutus > .block-title, .block-title {
  font-size: 1.875em;
  color: #000000;
  line-height: 40px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
  margin: 0;
}

/*Links*/
a {
  color: #00a794;
  text-decoration: underline;
}
a:hover {
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

footer a {
  color: #FFFFFF;
}

/*Buttons*/
.btn-default {
  background: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #00a794;
  border-color: #00a794;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.is-active,
.btn-primary a.is-active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-success {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.is-active,
.btn-success.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.is-active,
.btn-default.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #7413dc;
  border-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-beavers {
  background-color: #006ddf;
  border-color: #006ddf;
  color: #FFFFFF;
}

.btn-beavers:hover,
.btn-beavers:focus,
.btn-beavers.is-active,
.btn-beavers.is-active,
.open .dropdown-toggle.btn-beavers {
  color: #FFFFFF;
  background-color: #006ddf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-cubs {
  background-color: #23a950;
  border-color: #23a950;
  color: #FFFFFF;
}

.btn-cubs:hover,
.btn-cubs:focus,
.btn-cubs.is-active,
.btn-cubs.is-active,
.open .dropdown-toggle.btn-cubs {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-scouts {
  background-color: #004851;
  border-color: #004851;
  color: #FFFFFF;
}

.btn-scouts:hover,
.btn-scouts:focus,
.btn-scouts.is-active,
.btn-scouts.is-active,
.open .dropdown-toggle.btn-scouts {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-explorers {
  background-color: #003982;
  border-color: #003982;
  color: #FFFFFF;
}

.btn-explorers:hover,
.btn-explorers:focus,
.btn-explorers.is-active,
.btn-explorers.is-active,
.open .dropdown-toggle.btn-explorers {
  color: #FFFFFF;
  background-color: #003982;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-network {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.btn-network:hover,
.btn-network:focus,
.btn-network.is-active,
.btn-network.is-active,
.open .dropdown-toggle.btn-network {
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-group {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-group:hover,
.btn-group:focus,
.btn-group.is-active,
.btn-group.is-active,
.open .dropdown-toggle.btn-group {
  color: #FFFFFF;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-top: 1%;
}

.nav-tabs li a {
  background-color: #00a794;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-tabs li a:hover {
  border-color: transparent;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.label {
  color: #000000;
  font-size: 100%;
  padding: 0;
}

h1.js-quickedit-page-title.page-header {
  margin: 1% 1%;
  border: none;
}

.block-title {
  color: #7413dc;
  border-bottom: 5px solid #00a794;
  padding-bottom: 5px;
  text-align: center;
}

.view-content {
  padding: 0 10px;
}

.view-footer {
  float: right;
  padding-top: 15px;
}

.list-inline {
  padding: 5px 0 0 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-left: 20px;
}

.nav-pills > li.active > a {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-pills li a {
  background-color: #7413dc;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-pills li a:hover {
  border-color: transparent;
  background-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

article.profile {
  padding-top: 10px;
}

.tab-content.clearfix {
  border: 1px solid #ddd;
}

/*Menus*/
ul.menu.nav.navbar-nav {
  background: #7413dc;
}

/*Pagination*/
.pagination > li > a {
  background-color: #FFFFFF;
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > li > a:hover {
  background-color: #7413dc;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  border: 1px solid #7413dc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:focus {
  background-color: #00a794;
  color: #FFFFFF;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #7413dc;
  border: 1px solid #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.field--name-body {
  line-height: 20px;
}

.field--name-description {
  line-height: 20px;
}

.add-spacing {
  margin: 0 0 2% 0;
}

.page-header {
  padding-top: 1%;
}

nav#block-aboutus > h2, nav#block-aboutus > .block-title {
  color: #7413dc;
  border-bottom: 5px solid #00a794;
  padding-bottom: 5px;
  text-align: center;
}

#block-aboutus > .menu {
  background: #7413dc;
}

#block-aboutus > .menu > li > a:hover {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#block-scoutgroup-beaver-join-link {
  text-align: center;
}

#block-scoutgroup-cub-join-link {
  text-align: center;
}

#block-scoutgroup-scout-join-link {
  text-align: center;
}

#block-scoutgroup-group-join-link {
  text-align: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .region.region-side-content {
    margin-bottom: 5%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .region.region-side-content {
    margin-bottom: 5%;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .region.region-side-content {
    margin-bottom: 5%;
  }
}
html,
body {
  margin: 0;
  padding: 0;
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

h1 {
  font-size: 3.125em;
  color: #000000;
  line-height: 60px;
}

h2, nav#block-quicklinks > h2, nav#block-quicklinks > .block-title, .block-title, nav#block-aboutus > h2, nav#block-aboutus > .block-title {
  font-size: 1.875em;
  color: #000000;
  line-height: 40px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
  margin: 0;
}

/*Links*/
a {
  color: #00a794;
  text-decoration: underline;
}
a:hover {
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

footer a {
  color: #FFFFFF;
}

/*Buttons*/
.btn-default {
  background: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #00a794;
  border-color: #00a794;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.is-active,
.btn-primary a.is-active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-success {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.is-active,
.btn-success.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.is-active,
.btn-default.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #7413dc;
  border-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-beavers {
  background-color: #006ddf;
  border-color: #006ddf;
  color: #FFFFFF;
}

.btn-beavers:hover,
.btn-beavers:focus,
.btn-beavers.is-active,
.btn-beavers.is-active,
.open .dropdown-toggle.btn-beavers {
  color: #FFFFFF;
  background-color: #006ddf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-cubs {
  background-color: #23a950;
  border-color: #23a950;
  color: #FFFFFF;
}

.btn-cubs:hover,
.btn-cubs:focus,
.btn-cubs.is-active,
.btn-cubs.is-active,
.open .dropdown-toggle.btn-cubs {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-scouts {
  background-color: #004851;
  border-color: #004851;
  color: #FFFFFF;
}

.btn-scouts:hover,
.btn-scouts:focus,
.btn-scouts.is-active,
.btn-scouts.is-active,
.open .dropdown-toggle.btn-scouts {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-explorers {
  background-color: #003982;
  border-color: #003982;
  color: #FFFFFF;
}

.btn-explorers:hover,
.btn-explorers:focus,
.btn-explorers.is-active,
.btn-explorers.is-active,
.open .dropdown-toggle.btn-explorers {
  color: #FFFFFF;
  background-color: #003982;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-network {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.btn-network:hover,
.btn-network:focus,
.btn-network.is-active,
.btn-network.is-active,
.open .dropdown-toggle.btn-network {
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-group {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-group:hover,
.btn-group:focus,
.btn-group.is-active,
.btn-group.is-active,
.open .dropdown-toggle.btn-group {
  color: #FFFFFF;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-top: 1%;
}

.nav-tabs li a {
  background-color: #00a794;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-tabs li a:hover {
  border-color: transparent;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.label {
  color: #000000;
  font-size: 100%;
  padding: 0;
}

h1.js-quickedit-page-title.page-header {
  margin: 1% 1%;
  border: none;
}

.block-title {
  color: #7413dc;
  border-bottom: 5px solid #00a794;
  padding-bottom: 5px;
  text-align: center;
}

.view-content {
  padding: 0 10px;
}

.view-footer {
  float: right;
  padding-top: 15px;
}

.list-inline {
  padding: 5px 0 0 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-left: 20px;
}

.nav-pills > li.active > a {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-pills li a {
  background-color: #7413dc;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-pills li a:hover {
  border-color: transparent;
  background-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

article.profile {
  padding-top: 10px;
}

.tab-content.clearfix {
  border: 1px solid #ddd;
}

/*Menus*/
ul.menu.nav.navbar-nav {
  background: #7413dc;
}

/*Pagination*/
.pagination > li > a {
  background-color: #FFFFFF;
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > li > a:hover {
  background-color: #7413dc;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  border: 1px solid #7413dc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:focus {
  background-color: #00a794;
  color: #FFFFFF;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #7413dc;
  border: 1px solid #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.field--name-body {
  line-height: 20px;
}

.field--name-description {
  line-height: 20px;
}

.add-spacing {
  margin: 0 0 2% 0;
}

.page-header {
  padding-top: 1%;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

h1 {
  font-size: 3.125em;
  color: #000000;
  line-height: 60px;
}

h2, nav#block-quicklinks > h2, nav#block-quicklinks > .block-title, .block-title, nav#block-aboutus > h2, nav#block-aboutus > .block-title {
  font-size: 1.875em;
  color: #000000;
  line-height: 40px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
  margin: 0;
}

/*Links*/
a {
  color: #00a794;
  text-decoration: underline;
}
a:hover {
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

footer a {
  color: #FFFFFF;
}

/*Buttons*/
.btn-default {
  background: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #00a794;
  border-color: #00a794;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.is-active,
.btn-primary a.is-active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-success {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.is-active,
.btn-success.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.is-active,
.btn-default.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #7413dc;
  border-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-beavers {
  background-color: #006ddf;
  border-color: #006ddf;
  color: #FFFFFF;
}

.btn-beavers:hover,
.btn-beavers:focus,
.btn-beavers.is-active,
.btn-beavers.is-active,
.open .dropdown-toggle.btn-beavers {
  color: #FFFFFF;
  background-color: #006ddf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-cubs {
  background-color: #23a950;
  border-color: #23a950;
  color: #FFFFFF;
}

.btn-cubs:hover,
.btn-cubs:focus,
.btn-cubs.is-active,
.btn-cubs.is-active,
.open .dropdown-toggle.btn-cubs {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-scouts {
  background-color: #004851;
  border-color: #004851;
  color: #FFFFFF;
}

.btn-scouts:hover,
.btn-scouts:focus,
.btn-scouts.is-active,
.btn-scouts.is-active,
.open .dropdown-toggle.btn-scouts {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-explorers {
  background-color: #003982;
  border-color: #003982;
  color: #FFFFFF;
}

.btn-explorers:hover,
.btn-explorers:focus,
.btn-explorers.is-active,
.btn-explorers.is-active,
.open .dropdown-toggle.btn-explorers {
  color: #FFFFFF;
  background-color: #003982;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-network {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.btn-network:hover,
.btn-network:focus,
.btn-network.is-active,
.btn-network.is-active,
.open .dropdown-toggle.btn-network {
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-group {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-group:hover,
.btn-group:focus,
.btn-group.is-active,
.btn-group.is-active,
.open .dropdown-toggle.btn-group {
  color: #FFFFFF;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-top: 1%;
}

.nav-tabs li a {
  background-color: #00a794;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-tabs li a:hover {
  border-color: transparent;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.label {
  color: #000000;
  font-size: 100%;
  padding: 0;
}

h1.js-quickedit-page-title.page-header {
  margin: 1% 1%;
  border: none;
}

.block-title {
  color: #7413dc;
  border-bottom: 5px solid #00a794;
  padding-bottom: 5px;
  text-align: center;
}

.view-content {
  padding: 0 10px;
}

.view-footer {
  float: right;
  padding-top: 15px;
}

.list-inline {
  padding: 5px 0 0 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-left: 20px;
}

.nav-pills > li.active > a {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-pills li a {
  background-color: #7413dc;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-pills li a:hover {
  border-color: transparent;
  background-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

article.profile {
  padding-top: 10px;
}

.tab-content.clearfix {
  border: 1px solid #ddd;
}

/*Menus*/
ul.menu.nav.navbar-nav {
  background: #7413dc;
}

/*Pagination*/
.pagination > li > a {
  background-color: #FFFFFF;
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > li > a:hover {
  background-color: #7413dc;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  border: 1px solid #7413dc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:focus {
  background-color: #00a794;
  color: #FFFFFF;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #7413dc;
  border: 1px solid #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.field--name-body {
  line-height: 20px;
}

.field--name-description {
  line-height: 20px;
}

.add-spacing {
  margin: 0 0 2% 0;
}

.page-header {
  padding-top: 1%;
}

.views-field.views-field-body {
  margin: 5px 0;
}

.field.field--name-field-start-date.field--type-datetime.field--label-hidden.field--item {
  padding: 5px 0;
}

.field.field--name-field-end-date.field--type-datetime.field--label-hidden.field--item {
  padding: 5px 0;
}

#block-quicklinks > .menu {
  background: #7413dc;
}

nav#block-quicklinks > h2, nav#block-quicklinks > .block-title {
  color: #7413dc;
  border-bottom: 5px solid #00a794;
  padding-bottom: 5px;
  text-align: center;
}

#block-quicklinks > .menu > li > a:hover {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

h1 {
  font-size: 3.125em;
  color: #000000;
  line-height: 60px;
}

h2, .block-title, nav#block-aboutus > h2, nav#block-aboutus > .block-title, nav#block-quicklinks > h2, nav#block-quicklinks > .block-title {
  font-size: 1.875em;
  color: #000000;
  line-height: 40px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
  margin: 0;
}

/*Links*/
a {
  color: #00a794;
  text-decoration: underline;
}
a:hover {
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

footer a {
  color: #FFFFFF;
}

/*Buttons*/
.btn-default {
  background: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #00a794;
  border-color: #00a794;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.is-active,
.btn-primary a.is-active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-success {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.is-active,
.btn-success.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.is-active,
.btn-default.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #7413dc;
  border-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-beavers {
  background-color: #006ddf;
  border-color: #006ddf;
  color: #FFFFFF;
}

.btn-beavers:hover,
.btn-beavers:focus,
.btn-beavers.is-active,
.btn-beavers.is-active,
.open .dropdown-toggle.btn-beavers {
  color: #FFFFFF;
  background-color: #006ddf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-cubs {
  background-color: #23a950;
  border-color: #23a950;
  color: #FFFFFF;
}

.btn-cubs:hover,
.btn-cubs:focus,
.btn-cubs.is-active,
.btn-cubs.is-active,
.open .dropdown-toggle.btn-cubs {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-scouts {
  background-color: #004851;
  border-color: #004851;
  color: #FFFFFF;
}

.btn-scouts:hover,
.btn-scouts:focus,
.btn-scouts.is-active,
.btn-scouts.is-active,
.open .dropdown-toggle.btn-scouts {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-explorers {
  background-color: #003982;
  border-color: #003982;
  color: #FFFFFF;
}

.btn-explorers:hover,
.btn-explorers:focus,
.btn-explorers.is-active,
.btn-explorers.is-active,
.open .dropdown-toggle.btn-explorers {
  color: #FFFFFF;
  background-color: #003982;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-network {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.btn-network:hover,
.btn-network:focus,
.btn-network.is-active,
.btn-network.is-active,
.open .dropdown-toggle.btn-network {
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-group {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-group:hover,
.btn-group:focus,
.btn-group.is-active,
.btn-group.is-active,
.open .dropdown-toggle.btn-group {
  color: #FFFFFF;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-top: 1%;
}

.nav-tabs li a {
  background-color: #00a794;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-tabs li a:hover {
  border-color: transparent;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.label {
  color: #000000;
  font-size: 100%;
  padding: 0;
}

h1.js-quickedit-page-title.page-header {
  margin: 1% 1%;
  border: none;
}

.block-title {
  color: #7413dc;
  border-bottom: 5px solid #00a794;
  padding-bottom: 5px;
  text-align: center;
}

.view-content {
  padding: 0 10px;
}

.view-footer {
  float: right;
  padding-top: 15px;
}

.list-inline {
  padding: 5px 0 0 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-left: 20px;
}

.nav-pills > li.active > a {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-pills li a {
  background-color: #7413dc;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-pills li a:hover {
  border-color: transparent;
  background-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

article.profile {
  padding-top: 10px;
}

.tab-content.clearfix {
  border: 1px solid #ddd;
}

/*Menus*/
ul.menu.nav.navbar-nav {
  background: #7413dc;
}

/*Pagination*/
.pagination > li > a {
  background-color: #FFFFFF;
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > li > a:hover {
  background-color: #7413dc;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  border: 1px solid #7413dc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:focus {
  background-color: #00a794;
  color: #FFFFFF;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #7413dc;
  border: 1px solid #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.field--name-body {
  line-height: 20px;
}

.field--name-description {
  line-height: 20px;
}

.add-spacing {
  margin: 0 0 2% 0;
}

.page-header {
  padding-top: 1%;
}

.field-content.user-picture {
  padding: 10px;
}

.views-field.views-field-name {
  padding: 10px 0 0 0;
}

.views-field.views-field-field-first-name {
  padding: 10px 0 0 0;
}

.views-field.views-field-field-last-name {
  padding: 10px 0 0 0;
}

.views-field.views-field-roles-target-id {
  padding: 10px 0 0 0;
}

.views-field.views-field-field-section {
  padding: 10px 0 0 0;
}

.leadership-picture {
  padding: 15% 0 5% 5%;
}

.section {
  clear: both;
}

.leader-known-as {
  color: #00a794;
  font-weight: bold;
}

.leader-section {
  color: #7413dc;
  font-weight: bold;
}

.leader-roles {
  color: #7413dc;
  font-weight: bold;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

h1 {
  font-size: 3.125em;
  color: #000000;
  line-height: 60px;
}

h2, .block-title, nav#block-aboutus > h2, nav#block-aboutus > .block-title, nav#block-quicklinks > h2, nav#block-quicklinks > .block-title {
  font-size: 1.875em;
  color: #000000;
  line-height: 40px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
  margin: 0;
}

/*Links*/
a {
  color: #00a794;
  text-decoration: underline;
}
a:hover {
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

footer a {
  color: #FFFFFF;
}

/*Buttons*/
.btn-default {
  background: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #00a794;
  border-color: #00a794;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.is-active,
.btn-primary a.is-active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-success {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.is-active,
.btn-success.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.is-active,
.btn-default.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #7413dc;
  border-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-beavers {
  background-color: #006ddf;
  border-color: #006ddf;
  color: #FFFFFF;
}

.btn-beavers:hover,
.btn-beavers:focus,
.btn-beavers.is-active,
.btn-beavers.is-active,
.open .dropdown-toggle.btn-beavers {
  color: #FFFFFF;
  background-color: #006ddf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-cubs {
  background-color: #23a950;
  border-color: #23a950;
  color: #FFFFFF;
}

.btn-cubs:hover,
.btn-cubs:focus,
.btn-cubs.is-active,
.btn-cubs.is-active,
.open .dropdown-toggle.btn-cubs {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-scouts {
  background-color: #004851;
  border-color: #004851;
  color: #FFFFFF;
}

.btn-scouts:hover,
.btn-scouts:focus,
.btn-scouts.is-active,
.btn-scouts.is-active,
.open .dropdown-toggle.btn-scouts {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-explorers {
  background-color: #003982;
  border-color: #003982;
  color: #FFFFFF;
}

.btn-explorers:hover,
.btn-explorers:focus,
.btn-explorers.is-active,
.btn-explorers.is-active,
.open .dropdown-toggle.btn-explorers {
  color: #FFFFFF;
  background-color: #003982;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-network {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.btn-network:hover,
.btn-network:focus,
.btn-network.is-active,
.btn-network.is-active,
.open .dropdown-toggle.btn-network {
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-group {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-group:hover,
.btn-group:focus,
.btn-group.is-active,
.btn-group.is-active,
.open .dropdown-toggle.btn-group {
  color: #FFFFFF;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-top: 1%;
}

.nav-tabs li a {
  background-color: #00a794;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-tabs li a:hover {
  border-color: transparent;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.label {
  color: #000000;
  font-size: 100%;
  padding: 0;
}

h1.js-quickedit-page-title.page-header {
  margin: 1% 1%;
  border: none;
}

.block-title {
  color: #7413dc;
  border-bottom: 5px solid #00a794;
  padding-bottom: 5px;
  text-align: center;
}

.view-content {
  padding: 0 10px;
}

.view-footer {
  float: right;
  padding-top: 15px;
}

.list-inline {
  padding: 5px 0 0 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-left: 20px;
}

.nav-pills > li.active > a {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-pills li a {
  background-color: #7413dc;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-pills li a:hover {
  border-color: transparent;
  background-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

article.profile {
  padding-top: 10px;
}

.tab-content.clearfix {
  border: 1px solid #ddd;
}

/*Menus*/
ul.menu.nav.navbar-nav {
  background: #7413dc;
}

/*Pagination*/
.pagination > li > a {
  background-color: #FFFFFF;
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > li > a:hover {
  background-color: #7413dc;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  border: 1px solid #7413dc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:focus {
  background-color: #00a794;
  color: #FFFFFF;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #7413dc;
  border: 1px solid #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.field--name-body {
  line-height: 20px;
}

.field--name-description {
  line-height: 20px;
}

.add-spacing {
  margin: 0 0 2% 0;
}

.page-header {
  padding-top: 1%;
}

.carousel-control {
  color: #00a794 !important;
}

.carousel-control.left {
  background-image: none !important;
}

.carousel-control.right {
  background-image: none !important;
}

.alert.alert-info.messages.info.region.region-help {
  margin: 0px 0 5px 0;
}

/*Panels*/
html,
body {
  margin: 0;
  padding: 0;
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

h1 {
  font-size: 3.125em;
  color: #000000;
  line-height: 60px;
}

h2, .block-title, nav#block-aboutus > h2, nav#block-aboutus > .block-title, nav#block-quicklinks > h2, nav#block-quicklinks > .block-title {
  font-size: 1.875em;
  color: #000000;
  line-height: 40px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
  margin: 0;
}

/*Links*/
a {
  color: #00a794;
  text-decoration: underline;
}
a:hover {
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

footer a {
  color: #FFFFFF;
}

/*Buttons*/
.btn-default {
  background: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #00a794;
  border-color: #00a794;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.is-active,
.btn-primary a.is-active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-success {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.is-active,
.btn-success.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #00a794;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.is-active,
.btn-default.is-active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #7413dc;
  border-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-beavers {
  background-color: #006ddf;
  border-color: #006ddf;
  color: #FFFFFF;
}

.btn-beavers:hover,
.btn-beavers:focus,
.btn-beavers.is-active,
.btn-beavers.is-active,
.open .dropdown-toggle.btn-beavers {
  color: #FFFFFF;
  background-color: #006ddf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-cubs {
  background-color: #23a950;
  border-color: #23a950;
  color: #FFFFFF;
}

.btn-cubs:hover,
.btn-cubs:focus,
.btn-cubs.is-active,
.btn-cubs.is-active,
.open .dropdown-toggle.btn-cubs {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-scouts {
  background-color: #004851;
  border-color: #004851;
  color: #FFFFFF;
}

.btn-scouts:hover,
.btn-scouts:focus,
.btn-scouts.is-active,
.btn-scouts.is-active,
.open .dropdown-toggle.btn-scouts {
  color: #FFFFFF;
  background-color: #23a950;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-explorers {
  background-color: #003982;
  border-color: #003982;
  color: #FFFFFF;
}

.btn-explorers:hover,
.btn-explorers:focus,
.btn-explorers.is-active,
.btn-explorers.is-active,
.open .dropdown-toggle.btn-explorers {
  color: #FFFFFF;
  background-color: #003982;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-network {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.btn-network:hover,
.btn-network:focus,
.btn-network.is-active,
.btn-network.is-active,
.open .dropdown-toggle.btn-network {
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-group {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #FFFFFF;
}

.btn-group:hover,
.btn-group:focus,
.btn-group.is-active,
.btn-group.is-active,
.open .dropdown-toggle.btn-group {
  color: #FFFFFF;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-top: 1%;
}

.nav-tabs li a {
  background-color: #00a794;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-tabs li a:hover {
  border-color: transparent;
  background-color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.label {
  color: #000000;
  font-size: 100%;
  padding: 0;
}

h1.js-quickedit-page-title.page-header {
  margin: 1% 1%;
  border: none;
}

.block-title {
  color: #7413dc;
  border-bottom: 5px solid #00a794;
  padding-bottom: 5px;
  text-align: center;
}

.view-content {
  padding: 0 10px;
}

.view-footer {
  float: right;
  padding-top: 15px;
}

.list-inline {
  padding: 5px 0 0 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding-left: 20px;
}

.nav-pills > li.active > a {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-pills li a {
  background-color: #7413dc;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-pills li a:hover {
  border-color: transparent;
  background-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

article.profile {
  padding-top: 10px;
}

.tab-content.clearfix {
  border: 1px solid #ddd;
}

/*Menus*/
ul.menu.nav.navbar-nav {
  background: #7413dc;
}

/*Pagination*/
.pagination > li > a {
  background-color: #FFFFFF;
  color: #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > li > a:hover {
  background-color: #7413dc;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  border: 1px solid #7413dc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:focus {
  background-color: #00a794;
  color: #FFFFFF;
  border-color: #00a794;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #7413dc;
  border: 1px solid #7413dc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.field--name-body {
  line-height: 20px;
}

.field--name-description {
  line-height: 20px;
}

.add-spacing {
  margin: 0 0 2% 0;
}

.page-header {
  padding-top: 1%;
}

.panel-beavers {
  border-color: #ddd;
}
.panel-beavers .panel-heading {
  background-color: #006ddf;
  color: #FFFFFF;
}
.panel-beavers .panel-body {
  padding: 0;
}
.panel-beavers .panel-body .menu li {
  background: #006ddf;
}

.panel-cubs {
  border-color: #ddd;
}
.panel-cubs .panel-heading {
  background-color: #23a950;
  color: #FFFFFF;
}
.panel-cubs .panel-body {
  padding: 0;
}
.panel-cubs .panel-body .menu li {
  background: #23a950;
}

.panel-scouts {
  border-color: #ddd;
}
.panel-scouts .panel-heading {
  background-color: #004851;
  color: #FFFFFF;
}
.panel-scouts .panel-body {
  padding: 0;
}
.panel-scouts .panel-body .menu li {
  background: #004851;
}

.panel-default .panel-heading {
  background-color: #7413dc;
  color: #FFFFFF;
  border-color: #7413dc;
}
.panel-default .panel-body {
  padding: 0;
}
.panel-default .panel-body .menu li {
  background: #7413dc;
}

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