/*
Theme Name: Mobile Area Council Theme
Theme URI: https://www.mytheme.com/themes/revolution/
Author: the Creative team
Author URI: https://www.mytheme.com/
Description: The Revolution theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: text-domain
*/

/*------------------------------------------------------
	overwrite css Start CSS
------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	/* stylelint-disable max-line-length */
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* stylelint-enable selector-list-comma-newline-after */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	overflow-x: hidden;
	margin: 0 auto;
	background: #fff;
	word-wrap: break-word;
    padding-top: 81px;
}

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

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

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: 300;
	text-align: left;
}

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

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


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

a img {
	border: 0;
    
}

b,
strong {
	font-weight: 800;
}

dfn,
cite,
em,
i {
	font-style: italic;
}
a{
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
    text-decoration: none;
}

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */
body{	
	font-family: 'Roboto';
	font-weight: normal;
    font-size: 18px;
    color: #515354;    
}

@media (max-width: 600px) {
	body,
	button {
		font-size: 18px;
        color: #515354;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;	
	font-weight: 600;
	line-height: 1.2;	
    font-family: 'Montserrat';
}

/* Fallback title styles */
h1 {
    font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;      
    line-height: 0.98;
    color: #fff;
}

h2 {
    font-size: 48px;
    font-weight: 800;
    color: #515354;
    line-height: 1.1;
    margin-bottom: 23px;
    text-transform: uppercase;
}

h3 {
	font-size: 30px;
    font-weight: 900;
    line-height: 1.2;    
    color: #515354;
}

h4 {	
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0em; 
    color: #515354;
}

h5 {	
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em; 
}

h6 {
	font-size: 1em;
}

p,
.embed-vimeo {	
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.005em;
    color: #515354;
}
.key-leaders-wrap .key-bg-content p a{
    color: #006496;
    text-decoration: underline;
}
.key-leaders-wrap .key-bg-content p a:hover{
    color: #515354;
}
.wrapper {
    background-image: url(./assets/images/background-links.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: top center;
    display: inline-block;
    width: 100%;
}
/* Header Start CSS Here */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;     
    background-color: #D6CEBD;
}

.brand {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--color-blue-300);
}
.navbar-inner img {
    width: 255px;
}
.navbar {
  width: 100%;
}
.navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-left: 16px;    
}
.navbar-block {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    background-color: #ad9d7b;
    transition: opacity 0.4s ease;
    overflow: scroll;
    top: 75px;
}
.navbar-block.is-active {
  opacity: 1;
  pointer-events: initial;
}
@media screen and (min-width: 993px) {
  .navbar {
    display: flex;
    justify-content: space-between;
  }
  .navbar-block {
    position: initial;
    height: initial;
    opacity: 1;
    overflow: auto;
    pointer-events: visible;
    background: none;
    transition: none;
  }
}
.menu-link {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    color: #515354;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: bold;
    letter-spacing: 0.05em;    
}


@media screen and (min-width: 993px) {
    .navbar-block ul.menu li.menu-item {
        padding-top: 30px;
        padding-bottom: 30px;
    }
.menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    -moz-column-gap: 27px;
    column-gap: 27px;
    height: 100%;
    list-style: none;
}
    
.menu-link {
    padding: unset;
  }

    
    
}
.dropdown-toggle {
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dropdown-toggle i.bx {
  font-size: 1.5rem;
  line-height: inherit;
  transition: rotate 0.4s ease;
}
.dropdown-content {
  height: 0;
  overflow: hidden;
  background-color: var(--color-white-100);
  transition: height 0.5s ease;
}
.dropdown-column, .dropdown-group, .dropdown-items {
  display: grid;
}
.dropdown-group {
  padding-bottom: 1rem;
  padding-inline: 1.5rem;
}
.dropdown-title {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  padding-inline: 1rem;
}
.dropdown-icon i.bx {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--color-blue-300);
}
.dropdown-items {
  row-gap: 0.5rem;
  padding-inline: 3.5rem;
  padding-top: 0.35rem;
}
.dropdown-link {
    color: #fff;
    transition: color 0.3s ease;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 1px;
    line-height: 1.1;
    display: inline-block;
}
.dropdown-show > .dropdown-toggle i.bx {
  rotate: 180deg;
}
.dropdown-block {
  display: flex;
  align-items: flex-Start CSS;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 1rem;
  padding-inline: 1rem;
}

@media screen and (min-width: 993px) {
  .dropdown-toggle {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
    pointer-events: none;
  }
	.dropdown-content {
        position: absolute;
        left: 0;
        right: 0;
        top: 170%;
        opacity: 0;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        pointer-events: none;
        background-color: rgba(173, 157, 123, 0.9);
        transition: top 0.4s, opacity 0.3s ease;
    }
  .dropdown-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-right: 50px;
}
  .dropdown-group {
    align-content: baseline;
    padding: 40px;
  }
  .dropdown-group:first-child, .dropdown-group:last-child {
    margin: unset;
  }
  .dropdown-items {
    padding-top: unset;
  }
  .dropdown-block {
    padding-top: unset;
    padding-inline: unset;
  }
  .dropdown:hover > .dropdown-content {
        cursor: initial;
        top: 82px;
        opacity: 1;
        pointer-events: initial;
        background-color: rgba(173, 157, 123, 0.95);
    }
header.sticky .dropdown:hover > .dropdown-content {
    background-color: rgba(173, 157, 123, 1);
}	
  .dropdown:hover > .dropdown-toggle i.bx {
    rotate: 180deg;
  }
    .dropdown-column .dropdown-group {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;    
    padding: 32px 60px 37px 60px;
}
.dropdown-column .dropdown-group:first-child {
    width: 25%;
}
.dropdown-group ul.dropdown-items li {
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 400;
}
.dropdown-column .dropdown-group h2 {
    color: #fff;
    font-size: 36px;
    max-width: 300px;
    margin-bottom: 0;
}
.starting-a-charter section.local-section {
    padding-top: 30px;
}
.starting-a-charter .pack-of-troop .pack-heading-area {
    margin-bottom: 10px;
}

.dropdown-column .dropdown-group a.links-btn {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 400;
    border: 1px solid #fff;
    padding: 5px 20px 5px 20px;
    display: inline-block !important;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    letter-spacing: 0.07em;
    width: auto !important;
    margin-top: 10px;
}

.dropdown-column .dropdown-group a.links-btn:hover {background-color: #fff;color: #003F87;}

.dropdown-group ul.dropdown-items {
    list-style: none;
    padding: 0;
}
}
.dropdown-link:hover {
    color: #515354;
}
.burger {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
    height: 27px;
    border: none;
    outline: none;
    visibility: visible;
    margin-right: 24px;
}
.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 3px;
    opacity: 1;
    rotate: 0deg;
    border-radius: 0.15rem;
    background-color: #515354;
    transition: all 0.3s ease;
    margin-top: -3px;
}
.burger-line:nth-child(1) {
    top: 0px;
}
.burger-line:nth-child(2) {
    top: 6px;
    width: 70%;
    left: 0;
    top: 11px;
}
.burger-line:nth-child(3) {
    top: 22px;
}
.burger.is-active > .burger-line:nth-child(1) {
  top: 0.5rem;
  rotate: 135deg;
}
.burger.is-active > .burger-line:nth-child(2) {
  opacity: 0;
}
.burger.is-active > .burger-line:nth-child(3) {
  top: 0.5rem;
  rotate: -135deg;
}

@media screen and (min-width: 993px) {
  .burger {
    display: none;
    visibility: hidden;
  }
}
li.desktop-joinNow {
    text-align: center;     
    margin-left: 18px;
}


li.desktop-joinNow a b {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}

li.desktop-joinNow a {
    color: #fff;
    font-size: 12px;
    font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: -0.00em;
       width: 202px;
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0 0 0 25px;
    background-color: #CE1126;   
}
li.desktop-joinNow a:hover {
    background-color: #515354;
}
/* Hero Banner Section Start CSS */

.hero-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 114px;
    padding-bottom: 70px;    
}

.hero-banner span {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 300;
    letter-spacing: 0.018em;
    padding-bottom: 15px;
    display: block;
    margin-bottom: 8px;
}

.hero-banner .banner-heading {
    max-width: 617px;
    margin-bottom: 38px;
    width: 100%;
}

.banner-heading h1 {
    color: #fff;
    line-height: 0.98;
    margin-bottom: 13px;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

.banner-heading p {
    color: #fff;
    letter-spacing: -0.005em;
}

.logo-section ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px 27px;
}

.logo-section {
    max-width: 617px;
    width: 100%;
}

.logo-section ul li {
    float: left;
    width: 20%;
    padding: 0 16px;
}

.logo-section ul li a img {
    width: 100%;
}
a.coman-btn {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 400;
    border: 2px solid #fff;
    padding: 13px 31px 11px 26px;
    display: inline-block;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    letter-spacing: 0.07em;
}
a.coman-btn:hover {
    background-color: #fff;
    color: #003F87;
}


/* Suppor Local Section Start CSS */

section.local-section {
    padding-top: 64px;
    padding-bottom: 98px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    overflow: hidden;
}

.local-section .local-full-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
    z-index: 1;
}

.local-half-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 48.5%;
    float: left;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.local-content-area {
    float: left;
    width: 48.5%;
    padding-right: 13%;
    padding-top: 70px;
    padding-bottom: 142px;
}
.local-content-area h2 {
    font-size: 72px;
    text-transform: uppercase;
    color: #003F87;
    line-height: 1;
    margin-bottom: 27px;
}

.local-content-area p {
    margin-bottom: 36px;
}

a.coman-btn.bg-color {
    background-color: rgba(0, 63, 135, 0.6);
    border: 2px rgba(0, 63, 135, 0.6) !important;
    padding: 13px 20px;
}
a.coman-btn.bg-color:hover {
    background-color: rgba(0, 63, 135, 1) !important;
    color: #fff;
}
.local-section .mobile-area {
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: -70px;
    top: inherit;
    right: -60px;
    z-index: 0;
    opacity:  0.15;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

/* Adventure Section Start CSS */

section.adventure-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    padding-top: 41px;
    padding-bottom: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.adventure-section .advanture-block {width: 48.5%;padding-right: 15%;padding-top: 69px;padding-bottom: 64px;background-color: rgba(0,63,135,0.6);padding-left: 105px;border-top-left-radius: 30px;border-bottom-left-radius: 29px;}

.adventure-section .advanture-block h2 {
    color: #fff;
    text-transform: uppercase;
}

.adventure-section .advanture-block p {
    color: #fff;
    padding-right: 70px;
    margin-bottom: 29px;
}
/* Life Lessons Section Start CSS */

section.lessons-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 76px;
    padding-bottom: 22px;
}

.lessons-block-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 -32px 50px;
}

.lessons-block-heading .heading-wrap {
    float: left;
    width: 50%;
    padding: 0 32px;
}

.two-comman-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -32px;
    position: relative;
}

.two-comman-block .block-comman {
    float: left;
    width: 50%;
    padding: 0 32px;
    margin-bottom: 67px;
}

.block-comman .block-comman-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 343px;
    width: 100%;    
    border-bottom-left-radius: 46px;
}

.lessons-block-heading .heading-wrap:nth-of-type(2n) {
    padding-left: 65px;
    padding-top: 5px;
}

.lessons-block-heading .heading-wrap h4 {
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 15px;
}

.heading-wrap a {
    width: 100%;
    text-align: center;
}
.block-color-wrap {
    background-color: #E9E9E4;
    border-top-right-radius: 46px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    border-bottom-left-radius: 22px;
    position: relative;
}
.block-comman-text { 
    padding: 32px 47px 39px 47px;
}

.block-comman-text h3 {
    text-transform: uppercase;
    margin-bottom: 17px;
}

.block-comman-text p {
    margin-bottom: 26px;
}
section.Upcoming.Event {
    padding-top: 100px;
    padding-bottom: 100px;
}
.heading-wrap-center {text-align: center;margin-bottom: 70px;}
section.upcoming-event {
    padding-top: 49px;
    padding-bottom: 49px;  
    position: relative;
}
.heading-wrap-center h2 {
    margin-bottom: 32px;
}
.block-comman .date-lock {
    display: block;
    width: 100%;
    margin-bottom: 28px;
    margin-top: 20px;
}
.block-comman .date-lock span {
    display: block;
    margin-bottom: 0px;
    font-weight: bold;    
    letter-spacing: -0.00em;
    line-height: 1.5;
}
.upcoming-event .block-comman .block-comman-text {
    padding-bottom: 109px;    
}
upcoming-event .block-comman-text p {
    margin-bottom: 28px;
}

/* Mobile Scout shop Section Start CSS */

section.scout-shop {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 51px;
}

.scout-shop img {
    max-width: 259px;
}

.scout-shop h2 {
    color: #fff;
    margin-top: 23px;
    margin-bottom: 30px;
}

.scout-shop p {
    color: #fff;
    max-width: 1030px;
    margin: 0 auto 40px;
    width: 100%;
}


/* Mobile Council Distrits Section Start CSS */

section.mobile-districts-section {
    padding-top: 56px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    padding-bottom: 8px;
}

.mobile-districts-section h2 {text-align: center;font-size: 36px;color: #fff;position: relative;letter-spacing: 0.278em;font-weight: 500;margin-bottom: 60px;}

section.mobile-districts-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,63,135,0.6);
}
.mobile-districts-section .container {
    max-width: 1160px;
}

.mobile-districts-section .block-comman .block-comman-img {
    height: 188px;
}

.mobile-districts-section .block-comman-text {padding: 35px 42px 38px 41px;}

.mobile-districts-section .block-color-wrap {
    background-color: #fff;
    border-bottom-left-radius: 26px;
    border-top-right-radius: 46px;
    height: auto;
}

.mobile-districts-section .block-color-wrap a.coman-btn {
    width: 100%;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 9px;
}
/* Sub Banner Section Start CSS */

section.sub-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 163px;
    padding-bottom: 176px;
}
.sub-banner .sub-banner-wrap {
    text-align: center;
}
.right-image .local-full-wrap {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}

.right-image .local-full-wrap .local-content-area {
    padding-left: 13%;
    padding-right: 0;
}

.sub-banner .sub-banner-wrap {
    text-align: center;
}

.local-content-area ul {
    padding-left: 0;
    margin-bottom: 36px;
    list-style: none;
}

.local-content-area ul li {
    margin-bottom: 6px;
    padding-left: 11px;
    position: relative;
}

.local-content-area ul li::before, .pack-heading-area ul li:before {content: "";position: absolute;left: 0;width: 4px;height: 4px;background-color: #515354;border-radius: 50%;top: 8px;}

.local-section a.coman-btn {
    margin-bottom: 17px;
    float: left;
    clear: both;
}

.right-image .local-half-image {    
    width: 48%;
    float: right;
}

.right-image .local-half-image {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

/* Scout BSA High Adventure Section Start CSS */
.bsa-high-adventure {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    padding-top: 58px;
    padding-bottom: 65px;
    text-align: center;
}

.bsa-high-adventure:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(233,233,228,0.6);
}

.bsa-high-adventure .container {
    position: relative;
    max-width: 1107px;
}

.bsa-high-adventure ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 56px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.bsa-high-adventure ul li {
    float: left;
    width: 25%;
    padding: 0 26px;
}

.bsa-high-adventure ul li img {
    width: 100%;
}

.bsa-heading h2 {
    text-align: center;
    font-size: 36px;
    color: #515354;
    position: relative;
    letter-spacing: 0.278em;
    font-weight: 400;
    margin-bottom: 40px;
}

.bsa-heading p {
    font-weight: 400;
    margin-bottom: 41px;
}

/* Camp Maubila Three Section Start CSS */

section.camp-maubila-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 83px;
    padding-bottom: 86px;
    position: relative;
}

.camp-maubila-section h2 {
    text-align: center;
    text-align: center;
    font-size: 36px;
    color: #fff;
    position: relative;
    letter-spacing: 0.278em;
    font-weight: 400;
    margin-bottom: 80px;
}

section.camp-maubila-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    background-color: rgba(0, 63, 135, 0.8);
    mix-blend-mode: multiply;
}
.camp-maubila-section .container {
    position: relative;
}

.camp-three-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -27px;
}

.camp-three-block .three-block-wrap {
    float: left;
    width: 33.33%;
    padding: 0 27px;
}

.three-block-wrap .three-inner-color {
    background-color: #fff;
    padding: 31px 27px 23px 27px;
    border-radius: 0 25px 0 25px;
    margin-bottom: 30px;
}

.three-inner-color span {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.three-inner-color h3 {
    text-transform: uppercase;
    margin-bottom: 28px;
}

.three-inner-color a.coman-btn {
    width: 100%;
    padding: 11px 20px 8px;
    text-align: center;
}

/* Events Camp Two Block Start CSS */

section.local-section.events-full-camp {
    padding-top: 86px;
    padding-bottom: 123px;
}

.events-full-camp .local-half-image {
    width: 41%;
}

.events-full-camp .local-content-area {
    width: 55.68%;
    padding-top: 0px;
    position: relative;
    top: -8px;
    padding-right: 18%;    
    padding-top: 40px;
    padding-bottom: 40px;
}

.events-full-camp h2 {
    padding-right: 45px;
    margin-bottom: 43px;
}

.events-full-camp  p {
    margin-bottom: 28px;
}

.events-full-camp h6 {
    font-weight: 400;
    letter-spacing: -0.058em;
}
.events-full-camp .local-content-area ul li a {text-decoration: underline;margin-bottom: -2px;letter-spacing: -0.005em;color: #003F87;}

.events-full-camp .local-content-area ul li {
    padding-left: 27px;
}

.events-full-camp .local-content-area ul {
    margin-top: 6px;
    margin-bottom: 28px;
}

.events-full-camp .local-content-area ul li a:hover, .annual-des-wrap .annual-two-block p a:hover, .annual-des-wrap .annual-two-block ul li a:hover {
    color: #515354;
}
/* Annual Record Contant Area Section Start CSS */

section.annual-full-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    padding-top: 52px;
    padding-bottom: 61px;
}

section.annual-full-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(233,233,228,0.6);
}

.annual-full-section .container {
    position: relative;
}

.annual-des-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.annual-des-wrap .annual-two-block {
    float: left;
    width: 46.5%;
}

.annual-des-wrap .annual-two-block p {
    margin-bottom: 28px;
    letter-spacing: 0.000em;
}

.annual-des-wrap .annual-two-block p a {
    text-decoration: underline;
    color: #003F87;
}

.annual-des-wrap .annual-two-block ul li {
    margin-bottom: 2px;
    padding-left: 29px;
    position: relative;
    line-height: 1.5;
    padding-right: 25px;
    letter-spacing: -0.005em;
}

.annual-des-wrap .annual-two-block ul li a {
    text-decoration: underline;
    color: #003F87;
}

.annual-full-section h2 {
    font-size: 36px;
    margin-bottom: 39px;
}

.annual-des-wrap .annual-two-block ul {
    list-style: none;
}

.annual-des-wrap .annual-two-block ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #515354;
    border-radius: 50%;
    top: 8px;
}
.annual-two-block ol {
    padding-left: 20px;
}

.annual-two-block ol li {
    letter-spacing: -0.005em;
    line-height: 1.5;
    margin-bottom: 34px;
}

.button-center {
    text-align: center;
    margin-top: 27px;
}
/* BSA Hight Left And Right Rotate Section Start CSS */

section.full-block-rotate {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 66px;
    padding-bottom: 70px;
}

section.full-block-rotate h2 {
    text-align: center;
    margin-bottom: 58px;
}

.left-right-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 138px;
}

.left-right-wrap .bases-content {
    float: left;
    width: 51%;
}

.left-right-wrap .bases-image {
    float: left;
    width: 46%;
    border-radius: 25px;
    overflow: hidden;
}

.left-right-wrap .bases-image img {
    width: 100%;
}

.left-right-wrap .bases-content h2 {
    font-size: 72px;
    text-transform: uppercase;
    color: #003F87;
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.left-right-wrap .bases-content h2 span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.left-right-wrap .bases-content h2 span img {
    width: 91px;
}

.left-right-wrap .bases-content p {
    margin-bottom: 28px;
}

.full-block-rotat .container {
    max-width: 1361px;
}
.inline-button {display: block;}

.inline-button .full-btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.inline-button .full-btn:nth-of-type(2n + 2) {
    margin-right: 0;
}

.left-right-wrap.right-raound-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.full-block-rotate .container {
    max-width: 1360px;
}
.bases-content a.coman-btn.bg-color {
    margin-top: 17px;
    padding: 13px 30px;
}

/* Map Section Start CSS */
section.full-map-section {
    padding-top: 83px;
    padding-bottom: 58px;
    background-color: #fff;
}

.full-map-section h2 {
    text-align: center;
    margin-bottom: 31px;
}

.full-map-section .full-map {
    width: 100%;
    margin-bottom: 84px;
}

.full-map-section .full-map img {
    width: 100%;
}

.full-map-section .map-pin ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.full-map-section .map-pin ul li {
    width: 25%;
    padding: 0 60px;
    margin-bottom: 20px;
}

.full-map-section .map-pin ul li img {
    width: 100%;
}

/* Location Address Section Start CSS */

section.location-section {padding-top: 58px;padding-bottom: 71px;position: relative;}

.location-section h2 {
    text-align: center;
    font-size: 72px;
    text-transform: uppercase;
    color: #003F87;
    line-height: 1;
    margin-bottom: 63px;
}

.location-section  ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
}

.location-section ul li {
    float: left;
    width: 46.4%;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 21px;
    padding: 35px 90px 27px 40px;
    margin-right: 7.2%;
}

section.location-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(233,233,228,0.6);
}

.location-section .container {
    position: relative;
}

.location-section ul li h6 {
    font-size: 18px;
    font-family: 'Roboto';
        margin-bottom: 3px;
}

.location-section ul li a {
    line-height: 1.5;
    margin-top: 2px;
    color: #006496;
    display: inline;
}
.location-section ul li a:hover {
    color: #515354;
}


.location-section ul li:nth-of-type(2n + 2) {
    margin-right: 0;
}

/* Key Leaders List Section Start CSS */
.key-leaders-section{    
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.key-leaders-wrap {
    padding-top: 66px;
    padding-bottom: 90px;
    position: relative;
}

.key-leaders-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(233, 233, 228, 0.6);
}

.key-leaders-wrap .container {
    position: relative;
}

.key-leaders-wrap h2 {
    /* font-size: 50px; */
    /* text-align: center; */
    text-align: center;
    font-size: 72px;
    text-transform: uppercase;
    color: #003F87;
    line-height: 0.980;
    margin-bottom: 62px;
}

.key-leaders-wrap .key-bg-content {
    background-color: #fff;
    border-radius: 8px;
    padding: 58px 112px 64px 133px;
}

.key-leaders-wrap .key-bg-content h3 {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 36px;
}

.key-leaders-wrap .key-bg-content p {
    margin-bottom: 40px;
}
.key-leaders-section .center-button {
    text-align: center;
    padding-top: 118px;
    padding-bottom: 77px;
}

.key-leaders-section .center-button a.coman-btn.bg-color {
    text-align: center;
    width: 100%;
    max-width: 1080px;
}

/* Pack Or Troop Section Start CSS */

section.pack-of-troop {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 65px;
    padding-bottom: 0;
    width: 100%;
    display: inline-block;
}

.pack-of-troop .pack-heading-area {
    text-align: center;
    max-width: 922px;
    margin: 0 auto 50px;
}
.pack-heading-area h2 {
    margin-bottom: 21px;
}

.pack-heading-area p {
    margin-bottom: 60px;
}

.pack-heading-area a.coman-btn {
    padding: 12px 28px 11px 28px;
    text-align: center;
}

.resources-two-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -32px;
}

.resources-two-block .resources-block {
    float: left;
    width: 50%;
    padding: 0 32px;
    margin-bottom: 5px;
}

.resources-block .resources-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 343px;
    width: 100%;
    border-bottom-left-radius: 46px;
    border-top-right-radius: 46px;
}

.resources-block .resources-buttons {
    padding: 31px 51px 33px 49px;
}

.resources-block .resources-buttons h3 {
    text-transform: uppercase;
    margin-bottom: 45px;
}

.resources-buttons a.coman-btn.bg-color {
    padding: 15px 37px 10px 35px;
    margin-bottom: 26px;
}


/* Resources Two Block Section Start CSS */
section.eagle-section {
    padding-top: 87px;
    padding-bottom: 24px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

section.eagle-section:before {
    content: "";
    max-width: calc(700px - 80px);
    height: 3px;
    background-color: #CE1126;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    right: 0;
}

.eagle-section h2 {
    text-align: center;
    font-size: 72px;
    text-transform: uppercase;
    color: #003F87;
    line-height: 0.980;
    margin-bottom: 51px;
}

.eagle-section .resors-first-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 50px;
    margin-bottom: 86px;
}

.resors-first-block .resors-left-img {
    width: calc(46.8% - 33px);
    float: left;
}

.resors-first-block .resors-left-img {}

.resors-first-block .resors-left-img .resors-round-wrap {
    border-radius: 25px;
    display: inline-block;
    overflow: hidden;
}

.resors-first-block .resors-left-img .resors-round-wrap img {
    width: 100%;
}

.resors-first-block .resors-right-content {
    float: left;
    width: calc(53.2% - 33px);
}

.resors-right-wrap h3 {
    text-transform: uppercase;
    margin-bottom: 27px;
}

.eagle-section .container {
    max-width: 1361px;
}

.resors-right-wrap p {
    margin-bottom: 25px;
}

.resors-first-block.midd-image-set .resors-left-img .resors-round-wrap {
    padding-bottom: 90px;
    background-color: #fff;
    position: relative;
    text-align: center;
}

.resors-first-block.midd-image-set .resors-left-img span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 9px;
}

.resors-first-block.midd-image-set .resors-left-img span img {
    width: 120px;
    margin: 0 auto;
    text-align: center;
}

.resors-right-content .resors-right-wrap:nth-of-type(2n) {
    margin-top: 89px;
}
.full-area-heading {
    text-align: center;
    padding-bottom: 98px;
}

.full-area-heading h2 {
    letter-spacing: 0.005em;
    margin-bottom: 35px;
}

/* Video Section Start CSS */

section.video-wrap-block {
    padding-top: 64px;
    padding-bottom: 101px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.video-heading p {
    max-width: 925px;
    margin: 0 auto 35px;
    letter-spacing: -0.0019em;
}

.video-heading h2 {
    margin-bottom: 21px;
}

.video-heading .video-wrap {
    width: 100%;
    height: 582px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 1056px;
    margin: 0 auto;
    position: relative;
}

.video-wrap a.popup-youtube {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    max-width: 122px;
    width: 100%;
}

.video-wrap a.popup-youtube img {
    max-width: 122px;
    width: 100%;
}

.video-wrap a.popup-youtube:hover {
    opacity: 0.5;
}

/* Required Training Section Start CSS */

section.required-trainig {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 66px;
    display: inline-block;
    width: 100%;
}

.required-list {
    width: 100%;
    padding-bottom: 0;
    max-width: 923px;
    margin: 0 auto 130px;
}

.required-list p {
    letter-spacing: -0.003em;
    margin-bottom: 28px;
}

.required-list a.coman-btn {
    padding: 15px 25px 10px 35px;
}
.full-area-heading p {
    margin-bottom: 32px;
}
.full-area-heading p {
    margin-bottom: 32px;
}

.local-content-area ol {
    padding-left: 21px;
    margin-bottom: 75px;
}

.local-content-area ol li {
    margin-bottom: 2px;
    color: #515354;
    line-height: 28px;
    padding-right: 0;
}
.video-heading {
    text-align: center;
}

/* Mobile App Section Start CSS */

section.mobile-app-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 0;
    padding-bottom: 31px;
}

section.mobile-app-section ul {
    list-style: none;    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;    
}

section.mobile-app-section ul li {
    float: left;
    width: 50%;
    padding: 0 54px;
    margin-bottom: 125px;
}

section.mobile-app-section ul li img {
    width: 100%;
    display: block;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 28px 58px, rgba(0, 0, 0, 0.22) 0px 19px 22px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 28px 58px, rgba(0, 0, 0, 0.22) 0px 19px 22px;
}

/* Leadership Section Start CSS */
section.leadership-section {
    padding-top: 72px;
    padding-bottom: 87px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

section.leadership-section .leadership-heading {
    text-align: center;
    max-width: 1039px;
    margin: 0 auto 62px;
}

section.leadership-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(233, 233, 228, 0.6);
}

section.leadership-section .container {
    position: relative;
}

.leadership-heading p {
    margin-bottom: 32px;
}

.leadership-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -44px;
}

.leadership-info .learship-wrap {
    float: left;
    width: 50%;
    padding: 0 44px;
}

.leadership-info .learship-wrap ul {
    list-style: none;
    background-color: #fff;
    margin-bottom: 34px;
    border-radius: 8px;
    padding: 29px 30px 4px 39px;
}

.leadership-info .learship-wrap ul li h6 {
    font-weight: 900;
    color: #515354;
    letter-spacing: 0.00em;
    margin-bottom: 2px;
    font-family: 'Roboto';
}

.leadership-info .learship-wrap ul li a {
    color: #006496;
    font-family: 'Roboto';
}

.leadership-info .learship-wrap ul li a:hover {
    color: #515354;
}

.leadership-info .learship-wrap ul li {
    margin-bottom: 38px;
}

.leadership-heading h2 {
    font-size: 72px;
    text-transform: uppercase;
    color: #003F87;
    line-height: 1;
    margin-bottom: 26px;
}

.leadership-heading a.coman-btn.bg-color {
    max-width: 456px;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 12px;
}

.leadership-info .learship-wrap ul li p {
    margin-bottom: 4px;
}
ol {
    padding-left: 20px;
}

.required-list h6 {
    font-family: 'Roboto';
    font-weight: 900;
    margin-bottom: 8px;
}

ol li {
    line-height: 1.4;
    padding-right: 30px;
    margin-bottom: 3px;
}

.required-list ol {
    margin-bottom: 28px;
}
.avard-bg-block {
    text-align: center;
    border-radius: 0 10px 0 10px;
    background-color: #006496;
    padding: 50px 70px 55px 70px;
    margin-bottom: 54px;
}

.avard-bg-block h2 {
    color: #fff;
}

.avard-bg-block p {
    color: #fff;
    max-width: 736px;
    margin: 0 auto 55px;
    letter-spacing: -0.004em;
}

.avard-two-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 735px;
    margin: 0 auto;
}
.avard-category {
    padding-left: 77px;
    margin-bottom: 31px;
}

.avard-category span {
    display: block;
    color: #000;
    color: #CE1126;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.29px;
    line-height: 22px;
}
.required-list p a {
    color: #006496;
}

.required-list p a:hover {
    color: #515354;
}

.required-list ul {
    padding: 0;
    list-style: none;
    margin-bottom: 31px;
}

.required-list ul li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 10px;
    letter-spacing: -0.005em;
}

.required-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #515354;
    border-radius: 50%;
    top: 8px;
}

/* Contact Map Section Start CSS */

section.contact-section {
    padding-top: 95px;
    padding-bottom: 40px;
}
section.contact-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1347px;
}
.contact-section .contact-textarea {
    float: left;
    width: 50%;
    margin-right: 4%;
}
.contact-textarea h2 {
    font-size: 72px;
    text-transform: uppercase;
    color: #003F87;
    line-height: 1;
    margin-bottom: 38px;
}
.contact-textarea h5 {
    letter-spacing: 0.00em;
    font-weight: 900;
    font-size: 18px;
    font-family: 'Roboto';
}
.contact-textarea p {
    margin-bottom: 33px;
    letter-spacing: -0.001em;
}
.contact-textarea p span {
    display: block;
    width: 100%;
}
.contact-textarea a.coman-btn {
    margin-bottom: 41px;
    padding: 15px 30px 10px;
}
.contact-section .contact-map {
    float: left;
    width: 46%;
    border-radius: 25px;
    margin-top: 35px;
    overflow: hidden;
}
.contact-section .contact-map iframe {
    width: 100%;
}
.b-desc p {
    margin-bottom: 0 !important;
}

/* Promotions Section Start CSS */
section.promotion-section {
    padding-top: 37px;
}
.promotion-section .container {
    max-width: 1360px;
}

section.promotion-section h2 {
    text-align: center;
    margin-bottom: 55px;
    letter-spacing: 0.008em;
}

section.promotion-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -29px;
}

section.promotion-section ul li {
    float: left;
    width: 50%;
    padding: 0 29px;
    margin-bottom: 60px;
    list-style: none;
}

section.promotion-section ul li img {
    width: 100%;
}

/* Weekly Drawings Start CSS */

section.drawings-section {
    padding-top: 87px;
    padding-bottom: 184px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.drawings-heading {
    text-align: center;
    max-width: 1026px;
    margin: 0 auto 41px;
}

.drawings-heading p {
    margin-bottom: 27px;
}

.drawings-heading p a {
    color: #006496;
    font-weight: 700;
    text-decoration: underline;
}

.drawings-heading p a:hover {
    color: #515354;
}

section.drawings-section:before {
    content: "";
    max-width: calc(700px - 80px);
    height: 3px;
    background-color: #CE1126;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    right: 0;
}

.drawings-heading h2 {
    margin-bottom: 27px;
    letter-spacing: 0.009em;
}

.drawings-two-clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -22px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.drawings-two-clm .drawings-block {
    width: calc(50% - 22px);
    float: left;
    margin-bottom: 30px;
}

.drawings-block .drawings-img img {
    width: 100%;
}

.drawings-block .drawings-img {
    padding: 53px;
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 40px;
}
.drawings-block .drawings-des{
    padding: 0 50px;
}
.drawings-block h3 {
    text-transform: uppercase;
    margin-bottom: 47px;    
}
/* Staff Section Start CSS */

section.staff-section {
    padding-top: 70px;
    padding-bottom: 30px;
}

section.staff-section h2 {
    text-align: center;
    margin-bottom: 49px;
}

.staff-section .staff-full-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -21px;
}

.staff-section .staff-full-block .staff-area {
    float: left;
    width: 50%;
    padding: 0 21px;
    margin-bottom: 73px;
}

.staff-full-block .staff-image {
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
}

.staff-full-block .staff-image img {
    width: 100%;
}

.staff-area .staff-info {
    padding: 35px 54px 0 54px;
}

.staff-area .staff-info h3 {
    text-transform: uppercase;
    letter-spacing: 0.006em;
    margin-bottom: 9px;
}

.staff-area .staff-info p span {
    display: block;
    letter-spacing: 0.00em;
}

/* Executive Board Section Start CSS */

section.executive-section {
    padding-top: 40px;
    padding-bottom: 156px;
}

section.executive-section .executive-heading {
    max-width: 990px;
    margin: 0 auto 62px;
    text-align: center;
}

.executive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
    max-width: 958px;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.executive-list ul {    
    padding: 0 30px;
    list-style: none;
}

.executive-heading h2 {
    margin-bottom: 36px;
}

.executive-list ul li {
    margin-bottom: 6px;
}

/* Send Us Massage For Section Start CSS */

section.send-massage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 80px;
    padding-bottom: 74px;
}

.send-massage h2.gform_title {
    display: none;
}

.send-massage h2 {
    text-align: center;
    margin-bottom: 24px;
}

.send-forms .ginput_container input, .send-forms .ginput_container textarea {
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 5px;
    font-family: 'Roboto' !important;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.005em;
    color: #515354;
    padding: 12px 17px !important;
    height: auto !important;
    min-height: auto !important;
    max-height: inherit !important;
}

.send-forms {
    max-width: 1125px;
    margin: 0 auto;
    width: 100%;
}

.send-massage .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 4.9%;
    grid-row-gap: 23px;
}

.send-forms .ginput_container textarea {
    height: 217px !important;
}

.send-forms .gform_footer.top_label {
    text-align: center !important;
    width: 100%;
    margin-top: 56px !important;
}

.send-forms .gform_footer {
    float: none;
    text-align: center;
}

.send-forms .gform_footer.top_label input {
    float: none !important;
    margin: 0 auto;
    padding: 13px 36px;
}

.send-forms .gform_footer.top_label input {
    background-color: rgba(0,63,135,0.6);
}



/* Footer Section Start CSS */
footer {
    background-color: #232528;
    padding-top: 44px;
    padding-bottom: 65px;
}

.footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer-main .footer-left {
    float: left;
    width: 50%;
    border-right: 2px solid #515354;
    text-align: center;
    padding-top: 19px;
}

.footer-left img {
    max-width: 247px;
    margin: 0 auto;
}
.footer-left p a {
    display: inline-block;
}
.footer-left p a:hover {
    color: #ce1126;
}
.footer-left p {
    color: #fff;
    margin-top: 38px;
    letter-spacing: 0.005em;
}
.footer-left .footer-wraping {
    padding: 0 104px 27px;
}

.footer-left a.coman-btn.bg-color {
    background-color: #CE1126;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 44px;
}

ul.social-list {
    list-style: none;
    margin-top: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

ul.social-list li {
    padding: 0 10px;
}

ul.social-list li a {
    font-size: 36px;
}

ul.social-list li a i.fa.fa-facebook-official {
    color: #1776ED;
}

ul.social-list li a i.fa.fa-youtube-play {
    color: #FF0000;
}
.bottom-descriptoin p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.44;
    font-weight: 400;
    letter-spacing: 0.00em;
}

.bottom-descriptoin {
    padding: 30px  47px 0;
    position: relative;
}
.bottom-descriptoin:before {
    position: absolute;
    top: 0;
    width: calc(100% - 66px);
    height: 2px;
    background-color: #515354;
    content: "";
    right: 0;
}
.footer-main .footer-right {
    float: left;
    width: 50%;
    padding-left: 80px;
    padding-top: 3px;
    padding-right: 21px;
}

.bottom-descriptoin:before {
    position: absolute;
    top: 0;
    width: calc(100% - 66px);
    height: 2px;
    background-color: #515354;
    content: "";
    right: 0;
}

.footer-main .footer-right h3 {
    color: #fff;
    text-transform: uppercase;
    max-width: 410px;
    margin-bottom: 14px;
}

.footer-main .footer-right p {
    color: #fff;
    letter-spacing: -0.003em;
    max-width: 370px;
}
ul.social-list li a:hover {
    opacity: 0.5;
}
.form-design h2.gform_title {
    display: none;
}
.form-design {
    margin-top: 22px;
}
.form-design .ginput_container input {
    padding: 14px 20px !important;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    margin-bottom: -3px !important;
    color: #858787;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: -0.02em;
    font-family: 'Roboto' !important;
    outline: none;
    font-size: 18px !important;
}
.form-design .ginput_container input::-ms-input-placeholder { /* Edge 12-18 */
  color: #858787;
font-family: 'Roboto' !important;    
}

.form-design .ginput_container input::placeholder {
  color: #858787;
    font-family: 'Roboto' !important;
}
.form-design legend.gfield_label {
    color: #fff;
    font-size: 20px;
    font-weight: 400 !important;
    font-family: 'Roboto' !important;
    padding-top: 15px !important;
    letter-spacing: 0.05em;
    margin-bottom: 17px !important;
}
.form-design .gfield_checkbox div {
  position: relative;
  padding-left: 40px;
}
.form-design .gfield_checkbox div label:after {
    content: "";
    background: #fff;
    width: 26px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 4px;
    z-index: 0;
}
.form-design .gfield_checkbox div label:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 15px;
    border: solid #003F87;
    border-width: 0 2px 2px 0;
    left: 10px;
    top: 1px !important;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
    transition: all 100ms;
}

.form-design input[type=checkbox] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.form-design input[type=checkbox] + label {
  cursor: pointer;
}
.form-design input[type=checkbox]:checked + label:before {
  opacity: 1;
  top: 3px;
}
gform_wrapper.gravity-theme .gfield-choice-input+label {
    margin-bottom: 0;
    max-width: calc(100% - 32px);
    vertical-align: middle;
    color: #fff;
    color: #FFFFFF;
    font-family: Roboto !important;
    font-size: 18px;
    margin-bottom: 18px;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
     padding: 16px 0 0 !important;
}
.gform_footer.top_label input {
    background-color: #CE1126;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px !important;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 11px 29px 9px 30px;
    display: inline-block;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    letter-spacing: 0.07em;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.gform_footer.top_label input:hover, .gform_footer.top_label input:focus {
    background-color: rgba(0, 63, 135, 1) !important;
    color: #fff;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    margin-bottom: 17px !important;
    color: #fff;
    font-family: Roboto;
    font-size: 18px !important;
    letter-spacing: 0;
    font-weight: 400;
}
.form-design .gform_validation_errors {
    display: none;
}

.form-design .gfield_validation_message {
    background-color: transparent;
    border: none;
    padding: 0;
    padding-top: 0 !important;
    margin-left: 9px;
}
.gform_confirmation_message {
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin-top: 50px;
    font-family: Roboto;
}
.ctasec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.avard-two-button a {
    margin: 0 10px;
}
section.pack-of-troop.left-text .pack-heading-area {
    text-align: left;
}
.header-bottom-section {
    display: none;
}
.pack-of-troop.image-with-cta {
    padding-top: 0;
}
.full-block-rotate.remove-radios .left-right-wrap .bases-content h2 {
    margin-bottom: 32px;
}
.left-right-wrap:last-child {
    margin-bottom: 0;
}
.local-content-area ul li a {
    text-decoration: underline;
    color: #003F87;
}
.local-content-area ul li a:hover { 
    color: #515354;
}

.local-content-area h6 {
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: -0.001em;
    font-size: 18px;
    font-family: 'Roboto';
}
.local-content-area ul li:before {
    left: 0;
}

.local-content-area ul li {
    padding-left: 28px;
}
.upcoming-event .two-comman-block a.coman-btn {
    position: absolute;
    bottom: 40px;
    padding: 13px 27px;
}
.local-content-area ul.half-list {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.local-content-area ul.half-list:nth-of-type(2n) {
    margin-right: 0;
}
.local-section .local-content-area h3 {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.left-text .pack-heading-area p {
    margin-bottom: 28px;
}

.left-text .pack-heading-area {
    margin-bottom: 63px;
}
.left-right-wrap.top-image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.left-right-wrap.bottom-image {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
section.calendar-full-section {
    background-color: #006496;
    padding-top: 70px;
    padding-bottom: 80px;
}

.heading-cal {
    text-align: center;    
}
.heading-cal.accordion-item h3 {
    color: #fff;
    text-align: center; 
    text-transform: uppercase;
    padding: 17px 50px;
    position: relative;
    margin-bottom: 0;
}
.heading-cal h2 {
    color: #fff;
}

.heading-des-cal {
    text-align: center;
    max-width: 1031px;
}
.calendar-full-section .container {
    max-width: 1340px;
}

.heading-des-cal p {
    color: #fff;
    margin-bottom: 28px;
}
.heading-des-cal a.coman-btn {
    margin-top: 29px;
}

.calendar-wrap h3 {
    color: #fff;
    text-align: center;
    /* margin-bottom: 82px; */
    text-transform: uppercase;
    padding: 17px 50px;
    position: relative;
}

.calendar-wrap ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* grid-row-gap: 16px; */
    /* grid-column-gap: 5%; */
    margin: 0 -27px;
}

.calendar-wrap ul li {
    float: left;
    width: 20%;    
    padding: 0 27px;
    margin-bottom: 56px;    
}
.calendar-wrap ul li .midd-calender-wrap {
    background-color: #fff;
    border-radius: 0 25px 0 25px;
    padding: 25px 65px 50px 24px;
    height: 100%;
}
.midd-calender-wrap h4 {
    font-size: 30px;
    margin-bottom: 13px;
}
.heading-cal select#select-box{
    display: none;
}
.heading-cal .select-styled {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 52px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: 0.005em;
    cursor: pointer;
}

.select ul.select-options {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    max-width: 650px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px 30px;
    list-style: none;
    display: none;
}

.heading-cal .select {
    position: relative;
}

.select ul.select-options li {
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 23px;
}

.select ul.select-options li:hover {
    color: #006496;
}
.heading-cal .select-styled:after {
    background-image: url(./assets/images/arrow_down.png);
    background-position: center center;
    width: 67px;
    height: 35px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 68px;
}
.pack-heading-area ol, .pack-heading-area ul {
    margin-bottom: 27px;
}

.pack-heading-area ul li {
    font-family: 'Roboto';
    font-size: 18px;
    position: relative;
    list-style: none;
    padding-left: 20px;
}
.left-text .pack-heading-area p a {
    color: #006496;
    text-decoration: underline;
}
.left-text .pack-heading-area p a:hover {
    color: #515354;
}
.navbar-block ul.social-list li a i {
    color: #fff !important;
}
.navbar-block ul.social-list li a i:hover {
    color: #515354 !important;
}
.logo-wrap h1.site-title a {
    color: #fff;
}

.error-main p.site-description {
    color: #fff;
    padding: 20px 0;
}
.b-desc {
    margin-top: 39px;
}
.b-desc p a {
    color: #006496;
    font-weight: 600;
}
.b-desc p a:hover{
    color: #515354;
}
.block-comman-text p img {
    margin-bottom: 30px;
}
.special-events section.lessons-section {
    padding-top: 0;
}
.special-events section.lessons-section .lessons-block-heading {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
 }
.left-right-wrap .bases-content p a {
    color: #006496;
    font-weight: 700;
    text-decoration: underline;
}
.left-right-wrap .bases-content p a:hover {
    color: #515354;
}
.staff-info p a {
    color: #515354;
}

.staff-info p a:hover {
    color: #003F87;
}
.staff-section p {
    text-align: center;
    margin-bottom: 40px;
}

.staff-section .staff-info p {
    margin-bottom: 0;
    text-align: left;
}
.send-massage p {
    text-align: center;
    margin-bottom: 40px;
}
.contact-textarea p a {
    color: #515354;
}
.contact-textarea p a:hover {
    color: #003F87;
}
.logo-section a.coman-btn {
    margin-bottom: 10px;
    margin-right: 10px;
}
.hero-banner .home-banner-mobile{
    display: none;
}
.avard-bg-block .avard-two-button a {
    background-color: #16709d;
}
.avard-bg-block .avard-two-button a:hover {
    background-color: #ffffff;
}
.open-menu-image{
    display: none;
}
section#events {background-color: white;
}

.tribe-events-c-subscribe-dropdown {
  display: block !important;
}

.fw-event-list{
  margin: auto;
  width:100%;
  color: #515354;
}

.fw-event-list .tribe-common .tribe-common-b1{
  text-align: center;
  color: #515354;

}

.fw-event-list p,
.fw-event-list .tribe-common .tribe-common-b2,
.fw-event-list h3,
.tribe-common .tribe-common-h2,
.fw-event-list a{
  
  color: #515354 !important;
}
.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;  
  cursor: pointer;
  font-weight: normal;
}
.accordion-thumb::before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 17px;
    margin-right: 1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    transition: transform 0.2s ease-out;
    position: absolute;
    right: 0;
    top: 23px;
}
/* Panel */
.accordion-panel {  
  display: none;
    margin: 20px auto 30px;
}

/* Active */
.accordion-item.is-active .accordion-thumb::before {
  transform: rotate(45deg);
}
.key-leaders-wrap .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month{
    font-size: 16px;
}
.key-leaders-wrap .tribe-common .tribe-common-h2{
    font-size: 36px !important;
}
.key-leaders-wrap time.tribe-events-widget-events-list__event-datetime {
    font-size: 17px;
}
.key-leaders-wrap .tribe-common .tribe-common-h7 {
    font-size: 25px;
}
.key-leaders-wrap .tribe-events-widget .tribe-events-widget-events-list__event-row {
    margin-bottom: 30px !important;
}
.key-leaders-wrap .tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
    width: 10% !important;
}

.key-leaders-wrap .tribe-events-widget .fw-event-list .tribe-common .tribe-common-b1 {
    margin-top: 30px;
}
.key-leaders-wrap .tribe-events-widget .tribe-events-widget-events-list__view-more-link {
    font-size: 22px;
}
.key-leaders-wrap .tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover {
    color: #003F87 !important;
}

#event-calendar-top-content{
  padding: 35px 0 0 25px;
  margin-bottom: -60px;
}

@media screen and (max-width: 767px){
  #event-calendar-top-content{
    padding: 35px 0 0 25px;
    margin-bottom: -40px;
  }
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
  padding-bottom:0px;
}






/* Responsive Style Here */

@media screen and (max-width: 1800px){
    .local-content-area {
        padding-right: 5%;
    }
    .adventure-section .advanture-block {        
        padding-right: 5%;
    }
    .events-full-camp .local-content-area {
        padding-right: 5%;     
    }
    .right-image .local-full-wrap .local-content-area {
        padding-left: 5%;     
    }
    
}

@media screen and (max-width: 1440px){
    .menu {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .dropdown-column .dropdown-group {        
        padding: 20px 30px 20px 30px;
    }
    .dropdown-link {
        font-size: 16px;
    }
    .dropdown-column .dropdown-group h2 {        
        font-size: 30px;     
    }
    .local-content-area h2, .contact-textarea h2, .leadership-heading h2 {
        font-size: 60px;
        padding-right: 0;
    }
    .adventure-section .advanture-block {
        padding-left: 40px;
        padding-right: 4%;
    }
    .left-right-wrap {
        margin-bottom: 100px;
    }
    section.drawings-section {    
        padding-bottom: 100px;
    }
    .dropdown-group ul.dropdown-items li {        
        font-size: 14px;
    }
}


@media screen and (max-width: 1360px){
    li.desktop-joinNow {     
        margin-left: 5px;
    }
    li.desktop-joinNow a b {
        font-size: 20px;        
    }
    li.desktop-joinNow a{
        width: 160px;
    }
    .menu-link {
        font-size: 12px;
    }
    .menu {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
    .local-content-area h2, .leadership-heading h2, .contact-textarea h2 {
        font-size: 52px;
    }
    .annual-two-block ol li {
        margin-bottom: 14px;
        padding-right: 0;
    }
    .key-leaders-wrap .key-bg-content {
        padding: 58px 80px 64px 80px;
    }
    .resources-block .resources-buttons {
        padding: 31px 20px 30px 30px;
    }
    section.video-wrap-block {        
        padding-bottom: 100px;
    }
    .calendar-wrap ul li {        
        width: 25%;
        padding: 0 25px;        
    }    
    .calendar-wrap ul {
        margin: 0 -25px;
    }    
    .block-comman-text p img {
        margin-bottom: 0;
    }
    section.local-section {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .lessons-block-heading .heading-wrap:nth-of-type(2n) {
        padding-right: 0;
    }
    
}

@media screen and (max-width: 1200px){
    h1 {
        font-size: 58px;
    }
    .hero-banner span {
        font-size: 20px;
        padding-bottom: 12px;     
        margin-bottom: 8px;
    }
    .menu {
        -moz-column-gap: 13px;
        column-gap: 13px;
    }
    .dropdown-link {
        font-size: 14px;
    }
    .dropdown-column .dropdown-group h2 {        
        font-size: 26px;     
    }
    .dropdown-column .dropdown-group {
        padding: 20px 20px 20px 20px;
    }   
    .adventure-section .advanture-block {
        width: 57%;
    }
    .full-area-heading {
        padding-bottom: 50px;
    }
    .upcoming-event .two-comman-block a.coman-btn {
        position: absolute;
        bottom: 41px;
        width: calc(100% - 100px);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .two-comman-block .block-comman, .camp-three-block .three-block-wrap, .resources-two-block .resources-block {
        padding: 0 15px;        
    }
    .two-comman-block, .camp-three-block, .resources-two-block {
        margin: 0 -15px;     
    }
    .three-inner-color h3 {
        font-size: 26px;
    }
    .three-inner-color a.coman-btn {
        font-size: 14px;
        line-height: 1.2;
    }
    .camp-maubila-section h2 {
        margin-bottom: 60px;
    }
    .left-right-wrap .bases-content h2 {
        font-size: 52px;
        margin-bottom: 20px;
    }
    .left-right-wrap .bases-content h2 span img {
        width: 70px;
    }
    .left-right-wrap {
        margin-bottom: 70px;
    }
    .full-map-section .map-pin ul li {        
        padding: 0 20px;        
    }
    .location-section h2, .key-leaders-wrap h2, .eagle-section h2 {        
        font-size: 58px;
        margin-bottom: 40px;
    }
    .location-section ul li {        
        width: 48%;
        margin-right: 4%;
        padding: 35px 40px 27px 40px;
    }
    .key-leaders-wrap .key-bg-content {
        padding: 50px 60px 40px 60px;
    }
    .key-leaders-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .key-leaders-section .center-button {        
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .resources-block .resources-buttons h3 {        
        margin-bottom: 30px;
    }
    .pack-heading-area p {
        margin-bottom: 30px;
    }
    .eagle-section .resors-first-block {
        padding: 0 20px;
        margin-bottom: 50px;
    }
    .resors-first-block .resors-left-img {
        width: calc(46.8% - 20px);     
    }
    .resors-first-block .resors-right-content {        
        width: calc(53.2% - 20px);
    }
    .resors-right-content .resors-right-wrap:nth-of-type(2n) {
        margin-top: 40px;
    }
    .avard-category {
        padding-left: 0;
        margin-bottom: 25px;
    }
    .required-list {
        margin: 0 auto 70px;
    }
    
    section.mobile-app-section ul li {
        padding: 0 25px;
        margin-bottom: 50px;
    }
    .leadership-info .learship-wrap {
        padding: 0 30px;
    }
    .leadership-info {
        margin: 0 -30px;
    }
    section.contact-section {
        padding-top: 70px;
    }    
    section.drawings-section {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .drawings-block .drawings-img {
        padding: 25px;
        margin-bottom: 30px;
    }
    .drawings-block .drawings-des {
        padding: 0 20px;
    }
    .drawings-block h3 {     
        margin-bottom: 20px;
    }
    section.executive-section {        
        padding-bottom: 100px;
    }
    section.local-section.events-full-camp {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .local-content-area {
        padding-bottom: 0;
        
    }
    .dropdown-group ul.dropdown-items li {        
        font-size: 14px;
    }	
}

@media screen and (max-width: 1100px){
    li.desktop-joinNow a {
        width: 111px;
        font-size: 10px;
        height: 81px;
    }
    li.desktop-joinNow a b {
        font-size: 16px;
    }
    .menu {
        -moz-column-gap: 11px;
        column-gap: 11px;
    }
    li.desktop-joinNow {
        margin-left: 0;
    }
    .menu-link {
        font-size: 11px;
    }
    .navbar-block ul.menu li.menu-item {
        padding-top: 27px;     
    }
    .dropdown:hover > .dropdown-content {        
        top: 81px;
    }
    .adventure-section .advanture-block p {        
        padding-right: 0;        
    }
    .footer-left .footer-wraping {
        padding: 0 44px 27px;
    }   
    .bottom-descriptoin {
        padding: 30px 30px 0;     
    }
    .bottom-descriptoin:before {
        width: calc(100% - 26px);
    }
    .local-content-area ol {        
        margin-bottom: 45px;
    }
    .resources-buttons a.coman-btn.bg-color {
        padding: 12px 30px 12px 30px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.2;
    }
    .resors-first-block.midd-image-set .resors-left-img span img {
        width: 90px;
    }
    .resors-first-block.midd-image-set .resors-left-img span {
        bottom: 39px;
    }
    .contact-textarea p {
        margin-bottom: 25px;     
    }
    .upcoming-event a.coman-btn.bg-color {
        margin-bottom: 10px;
    }
    .calendar-wrap ul li .midd-calender-wrap {
        padding: 20px 20px 20px 20px;
    }
    .calendar-wrap ul li {        
        padding: 0 20px;
    }
    .calendar-wrap ul {
        margin: 0 -20px;
    }
    .calendar-wrap ul li {
        margin-bottom: 30px;
    }
    .heading-cal .select-styled {        
        font-size: 44px;
    }
    .heading-cal .select-styled:after {
        width: 54px;
        height: 25px;
        margin-left: 27px;
        position: relative;
        top: -4px;
    }
    .events-full-camp .local-content-area {        
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 992px){
    h2 {
        font-size: 42px;
    }
    .header {
        background-color: #D6CEBD;
    }
    .open-menu .header {
        background-color: #ad9d7b;
    }
    .bottom-descriptoin:before {
        display: none;
    }
    .navbar-inner {
        padding-top: 15px;
        padding-bottom: 7px;
    }
    body {
        padding-top: 77px;
    }
    .menu {
        list-style: none;
    }
    .menu-link {
        font-size: 24px;
        color: #fff;
    }
    .dropdown-link {
        font-size: 18px;
        text-transform: capitalize;
        letter-spacing: 0.00em;
    }
    .dropdown-column .dropdown-group:first-child {
        display: none;
    }
    .dropdown-items {
        row-gap: inherit;
        padding-inline: inherit;        
        list-style: none;
        width: 100%;
        padding: 0 !important;
        margin-top: 5px;
    }
    .navbar-block ul.menu li.menu-item {
        padding-top: 16px;
    }    
    .dropdown-column .dropdown-group {
        padding: 5px 0 0 16px;
        width: 100% !important;
    }
    .adventure-section .advanture-block p {        
        padding-right: 0;
        margin-bottom: 13px;
    }
    .dropdown-items li {
        position: relative;
        margin-bottom: 9px;
        color: #fff;
    }
    .dropdown-items li:before {
        content: "";
        position: absolute;
        width: 22px;
        height: 3px;
        background-color: #fff;
        left: -28px;
        top: 7px;
    }
    .navbar-block ul.menu li.menu-item.dropdown > a span:after {
        content: "";
        border-top: 9px solid #fff;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        left: 0px;
        top: -1px;
    }
	.navbar-block ul.menu li.menu-item a {
		display: inline-block;
	}
    li.desktop-joinNow {
        display: none;
    }
    .container {
        padding: 0 30px;
    }
    .local-content-area {
        padding-right: 30px;
    }
    .local-content-area h2, .leadership-heading h2, .contact-textarea h2 {
        font-size: 44px;
        margin-bottom: 31px;
    }
    a.coman-btn.bg-color {
        padding: 11px 20px;
    }
    .adventure-section .advanture-block {
        padding-left: 30px;
        padding-right: 30px;
     
    }
    .adventure-section .advanture-block h2 {
        font-size: 44px;
        margin-bottom: 18px;
            line-height: 1;
    }
    .mobile-districts-section .block-comman-text {
        padding: 20px 30px 20px 30px;
    }    
    .mobile-districts-section h2 {        
        font-size: 30px;
        letter-spacing: 0.2em;
        margin-bottom: 50px;
    }
    .footer-main .footer-right {
        padding-left: 50px;
    }
    .lessons-block-heading .heading-wrap {
        padding: 0 15px;
    }
    .lessons-block-heading {
        margin: 0 -15px 48px;
    }
    .heading-wrap-center {        
        margin-bottom: 50px;
    }
    .block-comman .block-comman-img {
        height: 280px;
    }
    .block-comman-text {
        padding: 32px 30px 32px 30px;
    }    
     .events-full-camp .local-content-area {
        padding-right: 30px;     
    }
    .right-image .local-full-wrap .local-content-area {
        padding-left: 30px;
    }
    .upcoming-event .two-comman-block a.coman-btn {
        width: calc(100% - 60px);
    }
    .bsa-heading h2 {        
        font-size: 30px;
        letter-spacing: 0.2em;
    }
    .mobile-districts-section h2{        
        font-size: 30px;
        letter-spacing: 0.22em;        
        margin-bottom: 40px;
    }
    .camp-maubila-section h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 1.48;
        margin-bottom: 50px;
    }
    section.camp-maubila-section {
        padding-top: 60px;
        padding-bottom: 60px;        
    }
    .left-right-wrap .bases-content {     
        width: 100%;
        margin-bottom: 20px;
        order: 2;
    }
    .left-right-wrap .bases-image {        
        width: 100%;
        margin-bottom: 30px;
    }
    .left-right-wrap {
        margin-bottom: 60px;
    }
    .left-right-wrap {
        margin-bottom: 30px;
    }
    .left-right-wrap .bases-content p {
        margin-bottom: 20px;
    }
    section.full-block-rotate {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    section.full-block-rotate h2 {     
        margin-bottom: 40px;
    }
    .left-right-wrap .bases-content h2 {
        font-size: 48px;
    }
    .location-section h2, .key-leaders-wrap h2, .eagle-section h2 {        
        font-size: 44px;
    }
    section.location-section {
        padding-top: 50px;
        padding-bottom: 50px;        
    }
    .key-leaders-wrap .key-bg-content p {
        margin-bottom: 25px;
    }
    .video-heading .video-wrap {        
        height: 420px;
    }
    .video-wrap a.popup-youtube img {
        max-width: 82px;     
    }
    section.video-wrap-block {        
        padding-bottom: 70px;
    }
    .required-list {
        margin: 0 auto 50px;
    }
    .required-list {
        margin: 0 auto 70px;
    }
    .avard-bg-block {
        padding: 40px 40px 40px;     
    }
    .avard-two-button a {     
        font-size: 16px;
    }
    .leadership-info .learship-wrap {
        padding: 0 20px;
    }
    .leadership-info {
        margin: 0 -20px;
    }
    section.leadership-section .leadership-heading {
        margin: 0 auto 40px;
    }
    section.leadership-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact-section .contact-textarea {        
        width: 100%;
        margin-right: 0;
    }
    .contact-section .contact-map {        
        width: 100%;
        margin-top: 15px;
    }
    section.promotion-section ul li {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    section.promotion-section ul {
        margin: 0 -20px;        
    }
    section.promotion-section h2 {     
        margin-bottom: 40px;
    }
    .staff-area .staff-info {
        padding: 20px 20px 0 20px;
    }
    .staff-section .staff-full-block .staff-area {
        margin-bottom: 40px;
    }
    section.executive-section {     
        padding-bottom: 70px;
    }
    .send-forms .gform_footer.top_label {
        margin-top: 25px !important;
    }
    section.lessons-section {
        padding-top: 50px;        
    }
    .heading-wrap h2 {
        font-size: 44px;
        line-height: 1;
        margin-bottom: 36px;
    }
    .heading-wrap-center h2, section.full-block-rotate h2, .full-map-section h2, .pack-heading-area h2, .video-heading h2, .drawings-heading h2, section.staff-section h2, .send-massage h2 {     
        font-size: 44px;
    }
    .three-inner-color span {
        font-size: 18px;
        letter-spacing: -0.008em;
        margin-bottom: 3px;
    }
    .three-inner-color h3 {
        font-size: 28px;
        letter-spacing: 0.04em;
    }
    .three-inner-color h3 {
        font-size: 28px;
        letter-spacing: 0.04em;
        line-height: 1.3;
    }    
    .three-block-wrap .three-inner-color {
        padding: 32px 20px 22px 29px;
    }
    .navbar-block {
        padding: 16px 46px 100px 46px;
    }
    .header-bottom-section {
        display: block;
    }
    .header-bottom-section img {
        max-width: 248.31px;
        margin: 0 auto;
        width: 100%;
    }

.header-bottom-section {
    margin-top: 50px;
    padding-top: 42px;
    border-top: 2px solid #fff;
    text-align: center;
}

.header-bottom-section p {
    color: #fff;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 28px;
}
.header-bottom-section p strong {
    display: block;
    font-weight: 600;
}

.header-bottom-section p a {
    display: inline-block;
    color: #fff;
}

.header-bottom-section a.coman-btn {
    background-color: #CE1126;
    padding-top: 13px;
    padding-right: 17px;
    padding-left: 17px;
}
.header-bottom-section .bottom-descriptoin {
    padding: 0;
}

.header-bottom-section .bottom-descriptoin p {
    font-size: 14px;
    line-height: 20px;
}
.header-bottom-section p a:hover {
    color: #003F87;
}    
.local-section .local-content-area h3 {
    font-size: 44px;    
    margin-bottom: 20px;
}
.left-text .pack-heading-area {
    margin-bottom: 40px;    
}    
.pack-of-troop.left-text {
    padding-top: 40px;
}
.heading-des-cal a.coman-btn {
    margin-top: 0;
}    
.heading-cal .select-styled {
    font-size: 34px;
        line-height: 1.2;
}
.heading-cal .select-styled:after {
    width: 34px;
    height: 15px;
    margin-left: 20px;    
    top: -4px;
}
.navbar-block ul.social-list{
    margin-top: 37px;
}    
.left-right-wrap .bases-content h2 br {
    display: none;
}
.staff-section p {
    margin-bottom: 30px;
}   
.send-massage p {
     margin-bottom: 30px;
}    
.lessons-block-heading .heading-wrap h4 {
    font-size: 22px;
}    
.camp-three-block .three-block-wrap {
    width: 50%;
}    
.open-menu span.burger-line {
    background-color: #fff;
}    
.open-menu .brand-logo img{
    display: none;;
}
.open-menu .brand-logo img.open-menu-image {
    display: block;
}
	
}


@media screen and (max-width: 767px){
    h1 {
        font-size: 44px;
    }
    .container {
        padding: 0 24px;
    }
    
    .banner-heading h1 {        
        line-height: 1;
        margin-bottom: 20px;
        letter-spacing: 0.000em;
    }
    .hero-banner span {
        font-size: 14px;
        padding-bottom: 16px;
        margin-bottom: 13px;
    }
    .banner-heading p {        
        letter-spacing: -0.005em;
        font-size: 14px;
        line-height: 1.3;
    }
    .hero-banner .banner-heading {        
        margin-bottom: 27px;        
    }
    a.coman-btn {
        font-size: 16px;
        padding: 12px 24px 10px 19px;
    }   
    .hero-banner {
        padding-top: 241px;
        padding-bottom: 46px;
        background-image: none !important;
        position: relative;
    }
    .hero-banner .container {
        position: relative;
        z-index: 1;
    }
    .hero-banner .home-banner-mobile {
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        top: 0;
        display: block;
    }
    .local-half-image {
        width: calc(100% - 28px);
        height: 400px;
    }
    .mobile-districts-section .block-comman .block-comman-img{
        height: 163px;
    }
    .local-content-area {
        float: left;
        width: 100%;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 35px;
        padding-left: 30px;
    }
    .local-section .mobile-area {
        width: 300px;
        height: 300px;        
        bottom: -50px;
        right: -50px;
    }
    .local-content-area p {
        margin-bottom: 20px;
    }    
    .adventure-section .advanture-block {        
        padding-right: 20px;
     
    }
    .adventure-section .advanture-block {
        padding-left: 30px;
        padding-right: 30px;
        width: calc(100% - 49px);
        padding-top: 30px;
        padding-bottom: 35px;
    }
    h2 {
        font-size: 36px;
    }
    .scout-shop h2 {
        margin-top: 32px;
        margin-bottom: 20px;
        letter-spacing: -0.036em;
    }
    .scout-shop p {
        margin: 0 auto 30px;     
    }
    .two-comman-block .block-comman {        
        width: 100%;
        padding: 0;
        margin-bottom: 34px;
    }
    .two-comman-block {
        margin: 0 0;
    }
    section.mobile-districts-section {
        padding-top: 65px;
        padding-bottom: 44px;
    }
    .footer-main .footer-left {     
        width: 100%;
        border-right: 0;        
        padding-top: 0;
        order: 2;
    }
    .footer-main .footer-right {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        padding-bottom: 42px;
        border-bottom: 1px solid #515354;
        position: relative;
    }
    .footer-main .footer-right:before {
        content: "";
        width: 100%;
        position: absolute;
        bottom: -1px;
        left: -100%;
        background-color: #515354;
        height: 1px;
        top: inherit;
    }
    .footer-main .footer-right:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: -1px;
        right: -100%;
        background-color: #515354;
        height: 1px;
        top: inherit;
    }
    .footer-left .footer-wraping {
        padding: 0;
        padding-top: 68px;
    }
    .bottom-descriptoin:before{
        display: none;
    }
    h3, .key-leaders-wrap .key-bg-content h3 {
        font-size: 24px;        
    }
    .key-leaders-wrap .key-bg-content h3 {
        margin-bottom: 14px;
    }
    .block-comman-text p {
        margin-bottom: 19px;
    }
    .form-design .ginput_container input {
        padding: 17px 20px !important;
        line-height: 1.1 !important;
        min-height: auto !important;
    }
    .gform_wrapper.gravity-theme .gfield-choice-input+label {
        margin-bottom: 14px !important;
        font-size: 16px !important;
    }
    .form-design .gfield_checkbox div label:after {
        width: 23px;
        height: 22px;
    }
    .form-design .gfield_checkbox div label:before {
        width: 6px;
        height: 13px;
        left: 9px;
    }
    footer {        
        padding-top: 41px;
        padding-bottom: 40px;
    }
    .lessons-block-heading .heading-wrap {        
        width: 100%;
        padding: 0 0;
    }
    .lessons-block-heading .heading-wrap:nth-of-type(2n) {
        padding-left: 0;
        padding-top: 0;
    }
    .lessons-block-heading {        
        margin: 0 0 40px;        
    }
    .heading-wrap a {
        width: 100%;
        text-align: center;
        display: inline-block;
        width: auto;
    }
    section.sub-banner {
        padding-top: 189px;
        padding-bottom: 205px;
    }
    .lessons-block-heading .heading-wrap h4 {
        font-size: 18px;
        margin-bottom: 13px;
    }
    .block-comman-text {
        padding: 30px 30px 33px 34px;
    }
    .full-area-heading {
        padding-bottom: 30px;
    }
    ol li {
        font-size: 14px;
    }
    .right-image .local-full-wrap .local-content-area {
        padding-left: 20px;
        padding-right: 20px;
    }
    .right-image .local-half-image {
        width: calc(100% - 20px);
    }
    .local-content-area ul li {
        font-size: 16px;
    }
    .block-comman .date-lock {
        margin-bottom: 20px;
        margin-top: 0;
    }
    .upcoming-event .block-comman .block-comman-text {
        padding-bottom: 30px;
    }
    .upcoming-event .two-comman-block a.coman-btn {        
        position: relative;
        bottom: 0;
            width: auto;
    }
    section.upcoming-event {        
        padding-bottom: 20px;        
    }
    section.upcoming-event {
        padding-top: 40px;
        padding-bottom: 20px;     
    }
    body, button {
        font-size: 16px;     
    }
    .heading-wrap-center {
        margin-bottom: 40px;
    }
    .bsa-high-adventure ul li {
        padding: 0 10px;
    }
    .bsa-heading p {     
        margin-bottom: 30px;
    }
    .bsa-high-adventure ul {
        margin-bottom: 40px;
    }
    .bsa-high-adventure {
        padding-top: 40px;
        padding-bottom: 50px;     
    }
     section.camp-maubila-section {
        padding-top: 52px;
        padding-bottom: 31px;
    }
    .camp-three-block .three-block-wrap {        
        width: 50%;
    }
    .annual-des-wrap .annual-two-block {        
        width: 100%;
        margin-bottom: 20px;
    }
    .annual-des-wrap .annual-two-block p {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.4;
    }
    .left-right-wrap .bases-content h2 {
        font-size: 40px;
    }
    .annual-full-section .button-center {
        margin-top: 0;
        margin-bottom: 20px;
    }
    section.full-map-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .full-map-section .full-map {        
        margin-bottom: 40px;
    }    
    .location-section ul li {        
        width: 100%;
        padding: 25px 40px 25px 30px;
        margin-right: 0;
    }
    section.location-section {
        padding-top: 40px;
        padding-bottom: 40px;        
    }
    .key-leaders-wrap .key-bg-content {
        padding: 30px 30px 20px 30px;
    }
    section.pack-of-troop {
        padding-top: 50px;     
    }
    .resources-two-block {
        width: 100%;
        margin: 0 0;
    }
    .resources-two-block .resources-block {        
        width: 100%;
        padding: 0 0;
    }
    .resources-buttons a.coman-btn.bg-color {
        padding: 11px 30px 11px 30px;
        margin-bottom: 10px;        
        line-height: 1.2;
    }
    .resors-first-block .resors-left-img {
        width: 100%;
        margin-bottom: 25px;
    }
    .resors-first-block .resors-right-content {
        width: 100%;
    }
    .resors-right-wrap h3 {     
        margin-bottom: 20px;
    }
    .resors-right-wrap p {
        margin-bottom: 20px;
    }
    .resors-first-block.midd-image-set .resors-left-img .resors-round-wrap {
        padding-bottom: 70px;
    }
    .resors-first-block.midd-image-set .resors-left-img span {
        bottom: 25px;
    }
    .eagle-section .resors-first-block {
        padding: 0 0;
        margin-bottom: 30px;
    }
    .video-heading .video-wrap {        
        height: 350px;
    }
    section.video-wrap-block {    
        padding-bottom: 50px;
    }
    .required-list {
        margin: 0 auto 40px;
    }
    .required-list p {     
        margin-bottom: 20px;
    }
    section.required-trainig {
        padding-top: 50px;
    }
    .required-list {
        margin: 0 auto 40px;
    }
    .avard-bg-block p {
        margin: 0 auto 40px;     
    }
    .avard-two-button{
        padding: 12px 17px 10px 15px;
    }
    .avard-two-button {
        padding: 0;
    }
    .logo-section ul li {
        padding: 0 7px;
        margin-bottom: 11px;
    }
    section.scout-shop {
        padding-top: 34px;
        padding-bottom: 49px;
    }
    .scout-shop img {
        max-width: 199px;
    }
    .scout-shop a.coman-btn {
        padding: 8px 28px 8px 24px;
    }
    .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 19.5px;
    }
    .gform_footer.top_label input {
        font-size: 15px;
        padding: 12px 19px 9px 22px;
    }
    .footer-left p {     
        margin-top: 43px;
        letter-spacing: 0.065em;
        font-size: 16px;
        line-height: 1.6;
    }
    .footer-left a.coman-btn.bg-color {        
        padding-top: 15px;
        padding-bottom: 11px;
        margin-top: 53px;
    }    
    section.mobile-app-section ul li {
        padding: 0 15px;
        margin-bottom: 30px;
    }    
    section.mobile-app-section {
        padding-bottom: 30px;
    }
     .leadership-info .learship-wrap {
        padding: 0 15px;
    }
    .leadership-info {
        margin: 0 -15px;
    }
    section.leadership-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.promotion-section ul li {
        padding: 0 15px;
    }
    section.promotion-section ul {
        margin: 0 -15px;        
    }
    .drawings-heading p {
        margin-bottom: 20px;
    }
    .drawings-two-clm .drawings-block {
        width: 100%;     
    }
    section.drawings-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    section.staff-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .send-forms .ginput_container input, .send-forms .ginput_container textarea {
        font-size: 17px !important;
        line-height: 1.1px;
        padding: 10px 17px !important;
    }
    section.send-massage {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.lessons-section {
        padding-top: 34px;
    }
    section.staff-section h2 {        
        margin-bottom: 40px;        
    }
    .three-block-wrap .three-inner-color {
        margin-bottom: 47px;
    }
    .three-inner-color a.coman-btn {
        padding: 13px 20px 9px 20px;
        font-size: 18px;
    }
    section.annual-full-section {
        padding-top: 50px;     
    }
    .annual-full-section h2 {
        font-size: 24px;
        margin-bottom: 17px;
    }
    .annual-des-wrap .annual-two-block ul li, .pack-heading-area ul li {
        font-size: 14px;
        line-height: 1.4;
    }
    .annual-des-wrap .annual-two-block ul li:before, .local-content-area ul li::before, .pack-heading-area ul li::before {
        width: 3px;
        height: 3px;
    }
    section.annual-full-section {
        padding-bottom: 121px;
    }
    .events-full-camp .local-content-area {
        width: 100%;
        padding: 0 30px 0 29px;
        order: 1;
    }
    .events-full-camp .local-half-image {
        width: calc(100% - 31px);
        order: 2;
        height: 480px;
    }
    .local-content-area p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4;
    }
    .events-full-camp h6 {
        font-size: 14px;
    }
    .local-content-area ul li {
        font-size: 14px;
    }
    section.local-section.events-full-camp {
        padding-top: 58px;
        padding-bottom: 52px;      
    }
    section.local-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pack-of-troop .pack-heading-area {
        margin: 0 auto 30px;
    }
    .two_column_left_right_image_section .local-content-area {
        padding-bottom: 20px;
    }
    .avard-bg-block {
        margin-bottom: 30px;
    }
    .calendar-wrap ul li {
        padding: 0 10px;
       margin-bottom: 20px;
            width: 33.33%;
    }
    .calendar-wrap ul {
        margin: 0 -10px;
    }
    section.calendar-full-section {     
        padding-top: 40px;
        padding-bottom: 40px;
    }    
    .heading-cal .select-styled {
        font-size: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }
    .heading-cal .select-styled:after {
        width: 25px;
        height: 15px;
        margin-left: 10px;
        top: 0;
    }
    .select ul.select-options li {
        padding: 7px 0;
        font-size: 19px;
    }
    .logo-section ul {
        margin: 0 -10px 27px;
    }
    .local-content-area h6 {
        font-size: 14px;
    }	
	.local-full-wrap .local-half-image {
		background-size: 70% !important;
		background-position: center;
	}
    .key-leaders-wrap .tribe-common .tribe-common-h2 {
        font-size: 26px !important;
    }
    .key-leaders-wrap .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
        font-size: 14px;
    }
    .key-leaders-wrap .tribe-common .tribe-common-h7 {
        font-size: 18px !important;
    }
    .key-leaders-wrap .tribe-events-widget .tribe-events-widget-events-list__event-row {
        margin-bottom: 20px !important;
    }
    .key-leaders-wrap .tribe-events-widget .tribe-events-widget-events-list__view-more-link {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px){    
    .mobile-districts-section h2 {
        font-size: 22px;    
        margin-bottom: 40px;
    }
    .executive-list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
         -webkit-box-pack: start;    -ms-flex-pack: start;    justify-content: flex-start;
    }
    
    .mobile-districts-section .block-color-wrap a.coman-btn {
        line-height: 1;
        padding: 9px 40px;
        text-align: center;
        font-size: 14px;
    }    
    a.coman-btn.bg-color {
        padding: 11px 18px;
        line-height: 1.2;
    }
    .local-half-image {        
        height: 350px;
    }
    .local-content-area ol {        
        margin-bottom: 30px;
    }
      .events-full-camp .local-content-area {
        padding-right: 20px;     
    }
    .right-image .local-full-wrap .local-content-area {
        padding-left: 20px;
    }
    .bsa-heading h2 {        
        font-size: 22px;
        margin-bottom: 20px;
    }    
    .full-map-section .map-pin ul li {        
        padding: 0 10px;
    }
    .key-leaders-wrap {
        padding-top: 40px;
        padding-bottom: 40px;     
    }
    section.mobile-app-section ul li {
        padding: 0 10px;     
    }
    .leadership-info .learship-wrap {
        padding: 0 0;
        width: 100%;
    }
    .leadership-info {
        margin: 0 0;
    }
    .leadership-info .learship-wrap ul {
        margin-bottom: 20px;        
        padding: 30px 30px 4px 30px;
    }
    .staff-section .staff-full-block .staff-area {
        margin-bottom: 30px;
        width: 100%;
        padding: 0;
    }
    .staff-section .staff-full-block {
        margin: 0 0;
    }
    .executive-list ul {        
        padding: 0 10px;
        width: 50%;
        margin-bottom: 20px;
    }
    section.executive-section {     
        padding-bottom: 30px;
    }
    .send-forms .ginput_container input, .send-forms .ginput_container textarea {
        font-size: 15px !important;
        line-height: 1.1 !important;
        padding: 13px 17px !important;
    }
    .send-forms .ginput_container textarea {
        height: 120px !important;
    }
    .local-content-area ol li {
        margin-bottom: 5px;        
        font-size: 14px;
        line-height: 1.4;
    }
    .local-content-area ul li {
        font-size: 14px;
    }
    p, .embed-vimeo {
        font-size: 14px;
        line-height: 1.4;        
    }
    .local-content-area ul li::before {
        top: 7px;
    }
    .midd-calender-wrap h4 {
        font-size: 26px;     
    }        
    .camp-three-block .three-block-wrap {
        width: 100%;
    }
    .avard-two-button a.coman-btn {
        width: 100%;
        margin-bottom: 10px;
        max-width: 310px;
    }

    .avard-two-button {
        display: block;
    }
    .accordion h3.accordion-thumb {
        font-size: 18px;
        padding: 17px 28px;
    }
    .accordion-thumb::before {
        height: 13px;
        width: 13px;
        right: -7px;
        top: 18px;
    }
    .key-leaders-wrap .tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
        width: 17% !important;
    }
}

@media screen and (max-width: 480px){    
    a.coman-btn {
        font-size: 14px;
        padding: 8px 22px 8px 16px;
    }    
    .wrapper {        
        background-size: 250%;
    }
    .adventure-section .advanture-block {
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 28px;
        padding-bottom: 30px;
    }
    section.adventure-section{
        padding-bottom: 56px;
    }
    h2 {
        font-size: 30px;
    }  
    .mobile-districts-section h2 {
        font-size: 18px;
        margin-bottom: 39px;
        letter-spacing: 0.27em;
        text-align: left;
    }
    .footer-main .footer-right h3 {
        font-size: 22px;
        letter-spacing: 0.056em;
        margin-bottom: 19px;
    }
    section.mobile-app-section ul li {
        padding: 0 0;        
        width: 100%;
    }
    .form-design {
        margin-top: 20px;
    }
    .camp-three-block .three-block-wrap {        
        width: 100%;        
        padding: 0 !important;
    }
    .camp-three-block {
        margin: 0 0;
    }
    .left-right-wrap .bases-content h2 {
        font-size: 34px;
    }
    .left-right-wrap .bases-content h2 span img {
        width: 60px;
    }
    .bases-content a.coman-btn.bg-color {
        margin-top: 8px;        
    }    
    .full-map-section .map-pin ul li {        
        padding: 0 5px;
        margin-bottom: 10px;
    }    
    .key-leaders-section .center-button {        
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .resources-buttons a.coman-btn.bg-color {
        font-size: 14px;
    }
    .resources-block .resources-buttons {
        padding: 31px 0 30px 0;
    }
    .video-heading .video-wrap {        
        height: 250px;
    }
    .video-wrap a.popup-youtube img {
        max-width: 50px;     
    }
    .avard-two-button a.coman-btn {
        font-size: 14px;
        padding: 12px 10px 10px 10px;
        line-height: 1.1;
        width: 100%;
        margin-bottom: 10px;
    }
    .avard-two-button {
        padding: 0;
        display: block;
    }
    .leadership-info .learship-wrap ul {
        margin-bottom: 20px;        
        padding: 20px 20px 4px 20px;
    }
    section.promotion-section ul li {
        padding: 0 0;
        width: 100%;
            margin-bottom: 30px;
    }
    section.promotion-section ul {
        margin: 0;
    }
    section.promotion-section h2 {     
        margin-bottom: 30px;
        
    }
    .staff-area .staff-info {
        padding: 20px 15px 0 15px;
    }
    .heading-wrap a.coman-btn {
        width: 100%;
        padding: 14px 13px 11px;
    }
    .block-comman .block-comman-img {
        height: 222px;
    }
    .block-comman-text h3 {     
        margin-bottom: 11px;
    }
    .block-comman-text p {
        margin-bottom: 14px;
    }
    .block-comman-text a.coman-btn {
        padding: 9px 18px 7px 13px;
    }
    .calendar-wrap ul li {       
        width: 50%;
       padding: 0 5px;
        margin-bottom: 10px;
    }
    .calendar-wrap ul li .midd-calender-wrap {
        padding: 15px 15px 15px 15px;
        border-radius: 0 15px 0 15px;
    }
    .calendar-wrap ul {
        margin: 0 -5px;
    }
    .heading-cal .select-styled {
        font-size: 22px;
    }
    .pack-heading-area h2 {
        font-size: 32px;
    }
	.adventure-section .advanture-block h2 {
        font-size: 41px;        
    }
	.key-leaders-wrap h2{
        font-size: 42px;
    }
	.local-full-wrap .local-half-image {
		background-size: 100% !important;		
	}
	.local-half-image {
        height: 320px;
    }
}


@media screen and (max-width: 400px){
    .bsa-high-adventure ul li {        
        width: 50%;     
        margin-bottom: 12px;
        padding: 0 15px;
    }
    .full-map-section .map-pin ul li {
        width: 50%;
    }
    .executive-list ul {
        width: 100%;
        padding: 0 0;
    }
    .navbar-block {
        padding: 16px 30px 100px 30px;
    }
    .local-content-area ul.half-list {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .local-content-area ul.half-list:nth-of-type(2n) {     
        margin-bottom: 30px;
    }
	.adventure-section .advanture-block h2 {
        font-size: 30px;    
    }
	.key-leaders-wrap h2{
        font-size: 32px;
    }
	h1 {
        font-size: 34px;
    }
    .key-leaders-wrap .tribe-common .tribe-common-h7 {
        font-size: 16px !important;
    }
    .key-leaders-wrap time.tribe-events-widget-events-list__event-datetime {
        font-size: 16px;
    }
    .key-leaders-wrap .tribe-common .tribe-common-h2 {
        font-size: 22px !important;
    }
    .key-leaders-wrap .tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
        width: 20% !important;
    }
}

@media screen and (max-width: 380px){
    .accordion h3.accordion-thumb {
        font-size: 16px;        
    }
}