@charset "utf-8";
/*
Theme Name: Troop 93 2022
Theme URI: http://t93bsa.org
Description: Como Boot Child Theme
Author: Como Creative
Template: como-boot-5
*/
/* ----- Fonts ----- */
/* marcellus-regular - latin */
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/marcellus-v6-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Marcellus'), local('Marcellus-Regular'), url('fonts/marcellus-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/marcellus-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/marcellus-v6-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/marcellus-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/marcellus-v6-latin-regular.svg#Marcellus') format('svg');
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v16-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('fonts/open-sans-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v16-latin-italic.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v16-latin-italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v16-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/open-sans-v16-latin-600italic.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('fonts/open-sans-v16-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v16-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v16-latin-600italic.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v16-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v16-latin-600italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v16-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/open-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v16-latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* ----- Variables ------ */
.basecolor {
  color: #252525;
}
.scoutingred {
  color: #ce1126;
}
.scoutingred-bg {
  background-color: #ce1126;
}
.darkred {
  color: #96070d;
}
.darkred-bg {
  background-color: #96070d;
}
.scoutingblue {
  color: #003f87;
}
.darkKahki {
  color: #c4b977;
}
.darkKahki-bg {
  background-color: #c4b977;
}
.darkGreen {
  color: #313a28;
}
.darkGreen-bg {
  background-color: #313a28;
}
.orange {
  color: #e18c0a;
}
.orange-bg {
  background-color: #e18c0a;
}
.orange-dark {
  color: #a84e0b;
}
.basefont {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
}
.scoutfont {
  font-family: 'Marcellus', 'Trajan Pro', serif;
  text-transform: none;
}
/* Animations */
.animate-quick {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.animate-gradual {
  -webkit-transition: all 0.77s ease-in-out;
  -moz-transition: all 0.77s ease-in-out;
  -ms-transition: all 0.77s ease-in-out;
  -o-transition: all 0.77s ease-in-out;
  transition: all 0.77s ease-in-out;
}
/* ---------- Typography ---------- */
/* Headings */
h1,
h2 {
  font-family: 'Marcellus', 'Trajan Pro', serif;
  text-transform: none;
  line-height: 1.25;
  margin: 0 0 10px 0;
  color: #ce1126;
  font-weight: bold;
  clear: both;
  text-shadow: -1px 1px 0 #000;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
}
article.post {
  margin-top: 25px;
}
article.post:first-child {
  margin-top: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-family: 'Marcellus', 'Trajan Pro', serif;
  text-transform: none;
  font-weight: bold;
  font-size: 170%;
  line-height: 130%;
  margin: 1em 0 10px 0;
  color: #003f87;
}
h4 {
  font-family: 'Marcellus', 'Trajan Pro', serif;
  text-transform: none;
  font-size: 150%;
  line-height: 130%;
  margin: 0 0 10px 0;
  color: #003f87;
}
h5 {
  font-family: 'Marcellus', 'Trajan Pro', serif;
  text-transform: none;
  font-size: 130%;
  line-height: 130%;
  margin: 0 0 7px 0;
  color: #CE1126;
}
h6 {
  font-family: 'Marcellus', 'Trajan Pro', serif;
  text-transform: none;
  font-size: 120%;
  line-height: 130%;
  margin: 0 0 5px 0;
  color: #CE1126;
}
a {
  color: #e18c0a;
  color: #a84e0b;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus,
a:active {
  color: #ce1126;
}
button,
.button,
.btn,
input[type="button"] {
  display: inline-block;
  background-color: #96070d;
  color: #c4b977;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button:focus,
button:hover,
.button:focus,
.button:hover,
.btn:focus,
.btn:hover,
input[type="button"]:focus,
input[type="button"]:hover {
  background-color: #ce1126;
  color: #fff;
  text-decoration: none;
}
button:focus,
button.focus,
.button:focus,
.button.focus,
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
button:disabled,
button[disabled],
.button:disabled,
.button[disabled],
.btn:disabled,
.btn[disabled],
input[type="button"]:disabled,
input[type="button"][disabled] {
  pointer-events: none;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
button,
.btn.btn-primary {
  background-color: #ce1126;
  color: #fff;
  padding-left: 2em;
  padding-right: 2em;
  border: none;
  outline: none !important;
  box-shaddow: none !important;
}
button:hover,
button:focus,
button:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #96070d;
}
label {
  font-weight: bold;
}
input[type=text],
input[type=date],
input[type=datetime],
input[type=tel],
input[type=email],
input[type=number],
input[type=search],
input[type=time],
input[type=url],
input[type=password],
textarea,
select {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33), inset 0px -1px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33), inset 0px -1px 1px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33), inset 0px -1px 1px rgba(0, 0, 0, 0.13);
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  font-weight: 400 !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
}
::-moz-placeholder {
  /* Firefox 19+ */
}
:-ms-input-placeholder {
  /* IE 10+ */
}
:-moz-placeholder {
  /* Firefox 18- */
}
textarea {
  height: 150px;
  min-height: 150px;
}
input[type="file"] {
  display: none;
}
input[type=submit],
.custom-file-upload {
  display: inline-block;
  background-color: #96070d;
  color: #c4b977;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #ce1126;
  color: #fff;
  padding-left: 2em;
  padding-right: 2em;
  border: none;
  outline: none !important;
  box-shaddow: none !important;
}
input[type=submit]:hover,
input[type=submit]:focus,
.custom-file-upload:hover,
.custom-file-upload:focus {
  background-color: #96070d;
  cursor: pointer;
}
/* -------------------- Page Header  --------------------*/
#masthead {
  position: relative;
  overflow: visible;
  z-index: 999;
}
#header-wrap {
  position: relative;
  background-color: #c4b977;
  background-image: url(images/backgrounds/bg-green-05.jpg);
  background-repeat: repeat;
  border: 3px solid #fffeed;
  border-top: none;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  width: 104%;
  margin-left: -2%;
  margin-right: -2%;
  margin-bottom: 0;
}
#header-wrap .navbar-brand {
  display: inline-block;
  height: auto;
  width: auto !important;
  max-width: 50% !important;
  font-family: 'Marcellus', 'Trajan Pro', serif;
  text-transform: none;
  color: #000;
  margin: 0.25em 0.5em;
}
#header-wrap .navbar-brand .custom-logo {
  max-width: 125px !important;
  float: left;
  margin-right: 0.5em;
}
#header-wrap .navbar-brand .sitename {
  padding: 0.75em 1em 0 0;
}
#header-wrap .navbar-brand .sitename .troop {
  font-weight: bold;
  font-size: 2.95em;
  color: #ce1126 !important;
  line-height: 1;
  text-shadow: 2px 1px 0 #000;
}
#header-wrap .navbar-brand .sitename .location {
  font-size: 1.6em;
  line-height: 1;
}
#header-wrap #header-widget {
  position: relative;
  float: right;
  margin: 2.25em 2.25em 0 2.25em;
  overflow: visible;
}
#header-wrap #header-widget .widgettitle {
  display: none;
}
#header-wrap #header-widget .widget,
#header-wrap #header-widget .widget_text,
#header-wrap #header-widget .widget_custom_html,
#header-wrap #header-widget .textwidget {
  height: 50px;
  max-height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#header-wrap #header-widget .widget {
  display: inline-block;
  margin: 0 0.75em !important;
}
#header-wrap #header-widget img.troopmaster {
  max-width: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  -khtml-opacity: 0.35;
  -moz-opacity: 0.35;
  opacity: 0.35;
}
#header-wrap #header-widget a:hover img.troopmaster,
#header-wrap #header-widget a:focus img.troopmaster,
#header-wrap #header-widget a:active img.troopmaster {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#header-wrap #header-widget i {
  font-size: 50px;
  line-height: 50px;
}
#header-wrap #header-widget i.fa-facebook-f {
  font-size: 45px;
}
#header-wrap #header-widget a {
  color: #d7cda1;
  color: rgba(255, 253, 255, 0.35);
}
#header-wrap #header-widget a:hover,
#header-wrap #header-widget a:focus,
#header-wrap #header-widget a:active {
  color: #fffdff;
}
.top-wrap {
  position: relative;
}
#site-name {
  position: absolute;
  left: 0;
  font-family: marcellusregular, Marcellus, "Trajan Pro", serif;
  font-size: 27px;
  line-height: 1;
  margin: 35px 0 0 97px;
  white-space: nowrap;
  padding-left: 3px;
}
#site-name a,
#site-name a:visited {
  text-decoration: none;
  color: #CE1126;
}
#site-name a:hover {
  color: #CE1126;
}
#fleurdelis {
  float: left;
  width: 11.8181818%;
}
#brand {
  width: 47.27272727%;
}
#charter-box {
  width: 33%;
  float: right;
  text-align: right;
  color: #005A9C;
  padding-right: 5px;
}
/* Main Nav */
#mainNav {
  position: relative;
  background-color: #3c492f;
  background-image: url(images/backgrounds/bg-green-01.jpg);
  background-repeat: repeat;
  border: 2px solid #fffeed;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  margin: 1em 0 2em 0;
  padding: 0 1em;
  color: #fffeed;
  z-index: 99;
  -webkit-transition: all 0.77s ease-in-out;
  -moz-transition: all 0.77s ease-in-out;
  -ms-transition: all 0.77s ease-in-out;
  -o-transition: all 0.77s ease-in-out;
  transition: all 0.77s ease-in-out;
}
#mainNav .navbar-brand {
  display: none;
}
#mainNav .navbar-nav .menu-item a {
  color: #fffeed;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  padding: 1em 1em;
}
#mainNav .navbar-nav .menu-item a:hover,
#mainNav .navbar-nav .menu-item a:focus-visible {
  color: #e18c0a;
}
#mainNav .navbar-nav .menu-item.dropdown .dropdown-menu {
  background-color: #3c492f;
  background-image: url(images/backgrounds/bg-green-01.jpg);
  background-repeat: repeat;
  border: 2px solid #fffeed;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0;
  color: #fffeed;
  -webkit-opacity: 0;
  opacity: 0;
}
#mainNav .navbar-nav .menu-item.dropdown .dropdown-menu li {
  background: none;
}
#mainNav .navbar-nav .menu-item.dropdown .dropdown-menu a {
  display: block;
  padding: 0.5em 1em;
  background: none;
}
#mainNav .navbar-nav .menu-item.dropdown .dropdown-menu a:hover,
#mainNav .navbar-nav .menu-item.dropdown .dropdown-menu a:focus {
  background: #303c28 !important;
  background: rgba(48, 60, 40, 0.5) !important;
}
#mainNav .navbar-nav .menu-item.dropdown .dropdown-menu.show {
  -webkit-opacity: 1;
  opacity: 1;
}
#mainNav .navbar-nav .menu-item.dropdown:hover .dropdown-menu,
#mainNav .navbar-nav .menu-item.dropdown:focus-visible .dropdown-menu {
  -webkit-opacity: 1;
  opacity: 1;
}
#mainNav .navbar-nav .menu-item .mobile-icons a {
  display: inline-block;
  max-width: 20%;
  padding: 0 1em 0 1em;
  margin: 0.66em 0 1em 0;
  text-align: center;
}
#mainNav .navbar-nav .menu-item .mobile-icons a i {
  font-size: 2em;
}
#mainNav .navbar-nav .menu-item .mobile-icons a .troopmaster img {
  max-width: 40px;
  margin: -0.75em auto 0 auto;
}
#mainNav .navbar-light .navbar-toggler-icon,
#mainNav .navbar-dark .navbar-toggler-icon {
  background: none !important;
}
#mainNav #nav-icon {
  margin-top: 0.65em !important;
  height: 40px;
}
#mainNav #nav-icon.active span,
#mainNav #nav-icon.open span {
  background-color: #ce1126 !important;
}
#mainNav #nav-icon:hover span,
#mainNav #nav-icon:focus span {
  background-color: #ce1126 !important;
}
.sticky #mainNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
/* --------- Responsive ---------- */
@media (max-width: 991px) {
  #mainNav {
    padding: 0;
  }
  #header-wrap .navbar-brand .custom-logo {
    max-width: 100px !important;
  }
  #header-wrap .navbar-brand .sitename .troop {
    font-size: 2.5em;
  }
  #header-wrap .navbar-brand .sitename .location {
    font-size: 1.35em;
  }
  #header-wrap #header-widget .widget {
    margin: 0 0.5em !important;
  }
  #header-wrap #header-widget .widget,
  #header-wrap #header-widget .widget_text,
  #header-wrap #header-widget .widget_custom_html,
  #header-wrap #header-widget .textwidget {
    height: 35px;
    max-height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    overflow: visible;
  }
  #header-wrap #header-widget i {
    font-size: 35px;
    line-height: 45px;
  }
  #header-wrap #header-widget i.fa-facebook-f {
    font-size: 30px;
  }
  #header-wrap #header-widget img.troopmaster {
    max-width: 35px;
    margin-top: -1em;
  }
  #mainNav .nav-search.mobile-only {
    display: none !important;
  }
  #mainNav .mobile-only {
    display: block !important;
  }
  #mainNav .navbar-nav .menu-item {
    padding: 0;
    margin: 0;
  }
  #mainNav .navbar-nav .menu-item a {
    padding: 0.5em 1em;
  }
  #mainNav .navbar-nav .menu-item a:hover,
  #mainNav .navbar-nav .menu-item a:focus,
  #mainNav .navbar-nav .menu-item a:active,
  #mainNav .navbar-nav .menu-item .dropdown-menu a:hover,
  #mainNav .navbar-nav .menu-item .dropdown-menu a:focus,
  #mainNav .navbar-nav .menu-item .dropdown-menu a:active {
    background: #dacfba !important;
    background: rgba(218, 207, 186, 0.5) !important;
    color: #ce1126;
  }
  #mainNav .navbar-nav .menu-item.dropdown .dropdown-menu {
    position: relative !important;
    height: auto !important;
    max-height: 0 !important;
    top: 0;
    border: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  #mainNav .navbar-nav .menu-item.dropdown .dropdown-menu .nav-link {
    pointer-events: none;
  }
  #mainNav .navbar-nav .menu-item.dropdown .dropdown-menu.show {
    max-height: 600px !important;
  }
  #mainNav .navbar-nav .menu-item.dropdown .dropdown-menu.show .nav-link {
    pointer-events: all;
  }
  #mainNav .navbar-nav .menu-item.dropdown .dropdown-menu a {
    padding-left: 2.5em !important;
  }
}
@media (max-width: 767px) {
  #header-wrap #header-widget .social {
    display: none;
  }
  #header-wrap #header-widget img.troopmaster {
    max-width: 75px;
  }
  #header-wrap .navbar-brand .sitename .troop {
    padding-bottom: 0.05em;
  }
}
@media (max-width: 540px) {
  #header-wrap .navbar-brand .custom-logo {
    max-width: 80px !important;
  }
  #header-wrap .navbar-brand .sitename {
    padding: 0.25em 1em 0 0;
  }
  #header-wrap .navbar-brand .sitename .troop {
    font-size: 2.25em;
  }
  #header-wrap .navbar-brand .sitename .location {
    font-size: 1.2em;
  }
  #header-wrap #header-widget img.troopmaster {
    max-width: 70px;
  }
}
@media (max-width: 480px) {
  #header-wrap .navbar-brand .custom-logo {
    max-width: 75px !important;
    margin-right: 0.25em;
  }
  #header-wrap .navbar-brand .sitename {
    padding: 0.25em 1em 0 0;
  }
  #header-wrap .navbar-brand .sitename .troop {
    font-size: 2.15em;
  }
  #header-wrap .navbar-brand .sitename .location {
    font-size: 1.1em;
  }
  #header-wrap #header-widget img.troopmaster {
    max-width: 65px;
  }
}
@media (max-width: 479px) {
  #header-widget {
    display: none;
  }
}
@media (max-width: 375px) {
  #header-wrap .navbar-brand .custom-logo {
    max-width: 60px !important;
  }
  #header-wrap .navbar-brand .sitename {
    padding: 0.25em 1em 0 0;
  }
  #header-wrap .navbar-brand .sitename .troop {
    font-size: 1.85em;
  }
  #header-wrap .navbar-brand .sitename .location {
    font-size: 0.9em;
  }
}
/* Global Page Elements */
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  background-color: #dacfba;
  background-image: url(images/backgrounds/khaki-14.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
}
.content {
  min-height: 300px;
  padding-bottom: 2em;
}
#content-wrap {
  padding-bottom: 1em;
}
#wrapper img {
  height: auto;
}
/* ----- Responsive ----- */
@media (max-width: 540px) {
  body {
    font-size: 14px;
  }
}
/* Home Slider */
#home-slider #slider-container {
  position: relative;
  border: 3px solid #fffeed;
  border-top: none;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}
#home-carousel {
  position: relative;
  background: #000;
  width: 100%;
  min-width: 100%;
  height: auto;
  max-height: 400px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 5;
}
#home-carousel .carousel-inner {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#home-carousel .item {
  background: #000;
}
#home-carousel .item img {
  display: block;
  position: relative;
  width: 100%;
  height: auto !important;
  margin: 0 auto;
  z-index: 1;
}
#home-carousel .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 10rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  z-index: 900;
}
.sticky #home-slider {
  margin-bottom: 2em !important;
}
/* ----- Responsive ----- */
@media (max-width: 480px) {
  #home-carousel .item img {
    width: auto;
    min-width: 100%;
    min-height: 200px;
    margin: 0;
  }
}
/* Content */
.larger {
  font-size: 1.25em;
  line-height: 1.4;
}
#home-intro {
  background: #dbd1b8;
  background: rgba(153, 153, 102, 0.25);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 1.5em 1.5em 1em 1.5em;
}
#home-intro h1.page-title {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  text-shadow: none;
  font-weight: 800;
  font-size: 1.25em;
}
#home-intro .intro-image {
  max-width: 200px;
  float: right;
  margin: 0 0 0.5em 0.5em;
}
#home-bottom {
  padding: 1.5em 1.5em 1em 1.5em;
}
[data-toggle="collapse"] {
  position: relative;
  display: block;
  width: 100%;
}
[data-toggle="collapse"]:after {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  transform: rotate(90deg);
  transition: all linear 0.25s;
  top: 0;
  right: 0;
}
[data-toggle="collapse"].collapsed:after {
  transform: rotate(0deg);
}
#accordion .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#accordion .card {
  background: none;
  border: none;
}
.resource-list {
  list-style: none;
}
.gdm-drivefile-embed img {
  margin-right: 0.25em;
}
.externalLink:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f08e";
  margin-right: 0.25em;
}
.pdfLink:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f1c1";
  margin-right: 0.25em;
}
.powerPointLink:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f1c4";
  margin-right: 0.25em;
}
/* Service Listings */
.job_filters .job_types {
  list-style: none !important;
}
.job_listing .scout-offered-service {
  color: #006B3F;
  color: #006b3f;
}
.single_job_listing .job-listing-meta .scout-offered-service {
  background: #006B3F !important;
  background: #006b3f !important;
  color: #fff !important;
}
/*.job_listing .parent-requested-service {
	color: #996633;
	color: rgb(153,102,51);
}
.single_job_listing .parent-requested-service {
	background: #996633;
	background: rgb(153,102,51);
	color: #fff;
}*/
#submit-job-form .fieldset-company_website,
#submit-job-form .fieldset-company_website,
#submit-job-form .fieldset-company_tagline,
#submit-job-form .fieldset-company_video,
#submit-job-form .fieldset-company_twitter,
#submit-job-form .fieldset-company_logo {
  display: none !important;
}
.acf_postbox {
  position: relative;
  max-width: 100% !important;
}
.video-embed {
  width: 100%;
  min-with: 100%;
  max-width: 100%;
  height: auto;
}
/* Responsive iFrames
----------------------------------------------------------- */
.iframe-rwd {
  position: relative;
  padding-bottom: 50%;
  padding-top: 0;
  margin: 10px 0 10px 0;
  height: 0;
  overflow: hidden;
}
.iframe-rwd.square {
  position: relative;
  padding-bottom: 100%;
  padding-top: 0px;
}
.iframe-rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-rwd.calendar {
  padding-bottom: 75%;
}
.iframe-rwd.video {
  padding-bottom: 56.25%;
  padding-bottom: 60%;
}
/* -------------------- Search Box --------------------*/
form.search-form {
  margin-bottom: 25px;
  background-color: #005A9C;
  color: white;
  padding: 5px;
  border: 1px solid #005A9C;
  border-radius: 3px;
  font-weight: bold;
}
footer form.search-form {
  margin-bottom: 0;
}
/* Ranks */
.rank-img {
  display: block;
  margin: 0 auto 1em auto;
}
.rank-name {
  margin-top: 0;
  padding-top: 0;
}
.rank-content {
  font-size: 0.93em;
  line-height: 1.4;
}
/* Positions of Responsibility */
.accordionPOR {
  margin-bottom: 3em;
}
.porLink {
  font-size: 0.9em;
  padding: 0 0 0.5em 0;
  margin: 0;
}
.porIcons {
  padding: 0.5em 0;
  margin: 0;
}
.porIcons img {
  margin: 0 0.13em;
}
.por-content {
  font-size: 0.93em;
  line-height: 1.4;
}
/* Calendar */
#troop-calendar {
  margin-bottom: 1em;
}
/* FAQ */
.faq {
  margin-bottom: 1em;
}
.faq-answer {
  font-size: 0.93em;
  padding-right: 2em;
}
/* Eagles */
.eagle-members {
  margin: 1em 0.5em 1em 0;
}
.eagle-member-name {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0.5em 0 0.1em 0;
}
.eagle-member-name .eagle-date {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  color: #96070d;
  font-style: italic;
}
.eagle-profile {
  margin-bottom: 0.5em;
}
.eagle-img {
  display: block;
  margin: 0 auto 0.5em auto;
}
.woocommerce-loop-category__title,
.woocommerce-loop-product__title {
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.15);
  padding-bottom: 0 !important;
}
.woocommerce ul.products li.product .price {
  color: #313a28 !important;
  font-weight: 600 !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #313a28 !important;
  font-weight: 600 !important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #c4b977 !important;
  background-color: #96070d !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible {
  color: #fff !important;
  background-color: #ce1126 !important;
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  display: none !important;
}
.woocommerce ul.products li.product img {
  margin: 0 0 0.25em 0 !important;
}
.woocommerce ul.products li.product .button {
  margin-top: 0.5em !important;
}
.woocommerce ul.products li.product .button.add_to_cart_button {
  display: block;
  margin: 0 auto;
}
.woocommerce ul.products li.product .button.yith-wcqv-button {
  display: none !important;
  /*display: block;
					margin: 0 auto;
					.darkred !important;
					.darkKahki-bg !important;
					&:hover,
					&:focus-visible {
						.scoutingred-bg !important;
						color: #fff !important;
					}*/
}
.woocommerce .mark,
.woocommerce mark {
  background: transparent;
}
.woocommerce #thwmscf-tab-panels {
  background: none !important;
}
.woocommerce .thwmscf-tabs .thwmscf-tab a {
  background: #B2B2B0 !important;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce .thwmscf-tabs .thwmscf-tab a.active {
  color: #c4b977 !important;
  background-color: #96070d !important;
}
.woocommerce .woocommerce-billing-fields #billing_country_field {
  display: none;
}
.woocommerce .woocommerce-shipping-fields #shipping_country_field {
  display: none;
}
.woocommerce .woocommerce-shipping-fields #ship-to-different-address-checkbox {
  display: none;
}
.woocommerce .term-description {
  font-size: 1.5em;
  text-align: center;
  padding: 0.5em 0;
}
.woocommerce .thwmscf_accordion_step .thwmscf-content {
  background: none !important;
}
#yith-quick-view-modal #yith-quick-view-content {
  padding: 2em;
  background-color: #dacfba;
  background-image: url(images/backgrounds/khaki-14.jpg);
  background-repeat: repeat;
}
#yith-quick-view-close {
  border: none !important;
  top: 1em !important;
  right: 1em !important;
  width: 2em !important;
  height: 2em !important;
  font-size: 1.5em !important;
  color: #313a28 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  line-height: 1 !important;
  opacity: 0.5;
}
.philmont-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.philmont-list li {
  margin: 0;
  padding: 1em;
  text-align: center;
  font-size: 0.85em;
  line-height: 1.1;
}
.philmont-list li .icon {
  display: block;
  font-size: 6em;
  text-align: center;
  margin: 0.25em auto 0.05em auto;
}
.fc-checkout-header {
  background-color: #c4b977;
  background-image: url(images/backgrounds/bg-green-05.jpg);
}
/* ----- Responsive ----- */
@media (max-width: 479px) {
  #home-intro .intro-image {
    display: block;
    float: none !important;
    margin: 0.5em auto 1em auto;
  }
}
/* Sidebar */
#sidebar {
  background-color: #c4b977;
  background-image: url(images/backgrounds/bg-green-05.jpg);
  background-repeat: repeat;
  border: 3px solid #fffeed;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  padding: 2em 1em;
  margin-bottom: 2em;
  font-size: 0.9em;
}
#sidebar .widget {
  margin-top: 1.75em;
}
#sidebar .widget:first-child {
  margin-top: 0;
}
#sidebar .widgettitle {
  font-size: 1.66em;
  padding-bottom: 0;
  margin-bottom: 0;
}
#sidebar p {
  line-height: 1.25;
  margin: 0;
  padding: 0 0 0.75em 0;
}
#sidebar a {
  color: #ce1126 !important;
}
#sidebar a:hover,
#sidebar a:focus,
#sidebar a:active {
  color: #ce1126 !important;
}
#sidebar .widget img {
  display: block;
  margin: 0 auto;
}
.simcal-default-calendar-list {
  padding: 0.5em 0 0.5em 0 !important;
}
.simcal-default-calendar-list ul.simcal-events li.simcal-event {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.simcal-default-calendar-list dt.simcal-day-label {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.simcal-default-calendar-list dt.simcal-day-label > span[style] {
  background: none !important;
  color: #252525 !important;
}
.simcal-default-calendar-list ul.simcal-events {
  margin-left: 0;
  padding-left: 0;
}
/* Footer */
footer .footer-third h1,
footer .footer-third h2,
footer .footer-third h3,
footer .footer-third h3,
footer .footer-third h4,
footer .footer-third h6,
footer .footer-third a,
footer .footer-third a:visited,
footer .footer-third ul {
  color: #fff !important;
}
#site-footer {
  position: relative;
  background-color: #3c492f;
  background-image: url(images/backgrounds/bg-green-01.jpg);
  background-repeat: repeat;
  border: 2px solid #fffeed;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  margin: 1em 0 0 0;
  padding: 1em;
  color: #fffeed;
}
.prepared {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 2em;
}
.prepared sup {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  color: #fff;
}
#site-footer a {
  color: #fff;
}
#site-footer a:hover,
#site-footer a:focus,
#site-footer a:active {
  color: #e18c0a;
}
.credit {
  font-size: 0.77em;
}
#credit-left p {
  text-align: left;
  padding: 0.75em 1em 0.25em 1em;
  margin: 0;
}
#credit-right p {
  text-align: right;
  padding: 0.75em 1em 0.25em 1em;
  margin: 0;
}
#menu-footer-links {
  list-style: none;
  display: block;
  text-align: right;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
}
#menu-footer-links .menu-item {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#menu-footer-links .menu-item::before {
  display: inline-block;
  content: "|";
  padding: 0 0.5em;
}
#menu-footer-links .menu-item:first-child::before {
  display: none;
  content: "";
  padding: 0;
}
/* ----- Responsive ----- */
@media (max-width: 767px) {
  .prepared {
    text-align: center;
  }
  #credit-left p,
  #credit-right p {
    text-align: center;
  }
}
