@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.pt-6,.py-6{padding-top:4rem!important}.pb-6,.py-6{padding-bottom:4rem!important}.mt-6,.my-6{margin-top:4rem!important}.mb-6,.my-6{margin-bottom:4rem!important}

.m-auto { margin: auto!important}
.mt-auto, .my-auto {margin-top: auto!important}
.mr-auto, .mx-auto {margin-right: auto!important}
.mb-auto, .my-auto {margin-bottom: auto!important}
.ml-auto, .mx-auto {margin-left: auto!important}

.d-flex { display:flex;}
.align-items-start { -ms-flex-align: start!important; align-items: flex-start!important;}
.align-items-center { -ms-flex-align: center!important; align-items: center!important;}
.align-items-end { -ms-flex-align: end!important; align-items: flex-end!important;}
.justify-content-start { -ms-flex-pack: start!important; justify-content: flex-start!important;}
.justify-content-center { -ms-flex-pack: center!important; justify-content: center!important;}
.justify-content-between { -ms-flex-pack: justify!important; justify-content: space-between!important;}
.justify-content-end { -ms-flex-pack: end!important; justify-content: flex-end!important;}
.rounded-circle{ border-radius:50%;}

body {
    font-family: 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: auto;
    line-height: 1.77777;
    color: #444444;
}
a:hover {
    text-decoration:none;
}
h1 {
    font-size:3rem;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom:1.5rem;
    font-weight:600;
    letter-spacing:-0.03em;
}
h3 {
    color:#1e32c9;
}
ul {
    list-style:none;
    margin:0;
}
p {
    margin-bottom:1.5rem;
}
.bg-blue {
    background-color: #6bc9e6;
}
.bg-light-blue {
    background-color: #e9f3ff;
}
.b-radius-10{border-radius:1rem;}
.grid-container {
    max-width: 1330px !important;
}
.site-content .site-main {
    padding:0 25px;
}
.site-header {
    background: linear-gradient(to right, #0056cd 0%,#0056cd 100%);
    max-width: 100%;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
    position: fixed;
    z-index: 9999;
}
.site-header .inside-header.grid-container {
    width: 100%;
    padding-top:0;
    padding-bottom:0;
}
/*#page {
    display:none;
}*/
.home header h1{display:none;}
.site-content header{
    margin-top: -197px;
    margin-bottom: 140px;
}
.site-content header h1{
    color: #ffffff;
    font-size:3rem;
    font-weight:600;
}
.site-content .inside-article {
    background-color: transparent;
}
    .site-content .inside-article .entry-content {
        background-color:#ffffff;
    }
.main-navigation {
    background-color:transparent;
}
.carousel-inner .carousel-item {
    background: linear-gradient(to right, #3073df 0%,#449fd0 100%) !important;
    max-height: 740px;
    z-index: auto !important;
}
.main-navigation .main-nav ul li a {
    color:#ffffff;
    font-weight: 500;
    font-size: 17px;
    padding-left: 10px;
    padding-right: 20px;
}
.main-navigation ul ul {
    background-color: #0056cd;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
    color: #ffffff;
    background-color: transparent;
}
.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 0;
    padding-left:5px;
}
.main-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 10px;
    /*padding-left: 10px;*/
}
.carousel-caption {
    position:static;
    text-align:left;
}
.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a {
    color: #a3c4f2;
    background-color: #0056cd;
}
.inside-article {
    padding:0 !important;
}
.inside-header {
    max-width: 1330px !important;
    min-width: 20rem !important;
}
.separate-containers .site-main {
    margin:0;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin:0;
}
.entry-content a {
    color: #1e32c9;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.basicPage-inner .inside-header {
    display:block;
    align-items:normal;
}
.basicPage-inner h2, .basicPage-inner h3 {
    color: #1e32c9;
    font-size: 38px;
    font-weight: 600;
}
.basicPage-inner .scouts-club-register h3 {
    color: #ffffff !important;
}
.basicPage-inner .inner {
    display: block;
    width: 100%;
}
.basicPage-inner .inner .quote {
    color: #000000;
    line-height: 1.5em;
    font-weight: 400;
    background-image: url('/wp-content/themes/TT/images/icons/ico-quote.svg');
    background-repeat: no-repeat;
    background-position: top left;
    padding: 10px 0px 0px 145px;
    background-size: 9%;
}
.basicPage-inner .inner > ul {
    margin: 0px;
    display: flex;
    align-items: end;
    list-style:none;
}
.basicPage-inner .inner > ul > li {
    padding-right:2rem;
}
.basicPage-inner .inner > ul > li .chrisFunkPlay {
    cursor: pointer;
}
.basicPage-inner .inner > ul > li .quote-auth {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
}
.basicPage-inner .inner > ul > li .quote-desg {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.5em;
}
.quick-links {
    display: inline-block;
    width: 100%;
}
.quick-links > ul {
    margin: 0px;
}
.social {
    display: inline-block;
    width: 100%;
    margin-bottom:1.5rem;
}
.social > ul {
    margin: 0px;
}
.social > ul > li {
    width: 10%;
    display: inline-block;
    margin: 0px 15px 0px 0px;
}
.social > ul > li i {
    color: #2196F3;
    font-size: 42px;
}
.quick-links > h3 {
    color: #1e32c9;
    font-size: 30px;
    font-weight: 600;
    margin-top: 15px;
}
.quick-links > ul > li {
    display: block;
    width: auto;
    margin: 0px 0px 8px 0px;
    border-bottom: 1px solid #424242;
    max-width: 400px;
    padding: 0px 0px 8px 0px;
}
.quick-links > ul > li > a {
    color: #cc2727;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
.what-tal-scouts {
    margin-top:3rem;
}
.what-tal-scouts > ul {
    display: flex;
    justify-content: space-between;
}
.what-tal-scouts > ul > li {
    width: 24%;
    position: relative;
    min-height: 248px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:1rem;
}
.what-tal-scouts > ul > li.awareness {
    background-image: url(https://www.taltransformers.org/wp-content/themes/TT/images/tal-raise-awareness.png);
}
.what-tal-scouts > ul > li.fundraise {
    background-image: url(https://www.taltransformers.org/wp-content/themes/TT/images/tal-fundraise.png);
}
.what-tal-scouts > ul > li.innovate {
    background-image: url(https://www.taltransformers.org/wp-content/themes/TT/images/tal-innovate.png);
}
.what-tal-scouts > ul > li.lead {
    background-image: url(https://www.taltransformers.org/wp-content/themes/TT/images/tal-lead.png);
}
.what-tal-scouts > ul > li .overlay {
    position: absolute;
    background: #00A3E1;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border-radius:1rem;
}
.what-tal-scouts > ul > li p {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-align:center;
    text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 20px black, 0 0 30px black;
}
.tal-programs img {
    height: 707px;
    width: 464px;
}
.tal-programs h3 {
    margin-bottom:3rem;
}
.tal-programs ul > li .prog-row {
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    margin: 0px 0px 20px 0px;
    width: 100%;
    background-size: 11%;
    font-size: 15px;
    padding-left: 100px;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 20px;
}
.tal-programs  ul > li .prog-row.ci {
    background-image: url(https://www.taltransformers.org/wp-content/themes/TT/images/icons/research-icon.png);
}
.tal-programs  ul > li .prog-row.vv {
    background-image: url(https://www.taltransformers.org/wp-content/themes/TT/images/icons/understand-fw-icon.png);
}
.tal-programs  ul > li .prog-row.ilc {
    background-image: url(https://www.taltransformers.org/wp-content/themes/TT/images/icons/support-talscouts-icon.png);
}
.tal-programs  ul > li .prog-row.csc {
    background-image: url(https://www.taltransformers.org/wp-content/themes/TT/images/icons/deliver-icon.png);
}
.tal-programs  ul > li .prog-row.btu {
    background-image: url(https://www.taltransformers.org/wp-content/themes/TT/images/icons/benefits.png);
}
.tal-programs  ul > li .prog-row.mc {
    background-image: url(https://www.taltransformers.org/wp-content/themes/TT/images/icons/programs-mc.svg);
}
.tal-programs  ul > li .prog-row.ip {
    background-image: url(https://www.taltransformers.org/wp-content/themes/TT/images/icons/programs-ip.svg);
}
.tal-programs  ul > li .prog-row .title {
    color: #E91E63;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
}
.tal-programs  ul > li .prog-row .desc {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    width: 95%;
    margin: 5px 0px 0px 0px;
}
.scouts-club-register {
    min-height:250px;
}
.scouts-club-register .overlay {
    background: #0056cd;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    opacity: 0.9;
}
.scouts-club-register .inner- {
    z-index: 2;
    position: absolute;
    background-image: url(/wp-content/themes/TT/images/register-club-icon.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: 50%;
    padding-left: 25%;
    min-height: 300px;
    background-position: left bottom;
}
.basicbtn {
    display:inline-block;
}
.basicbtn a, button.basicbtn{
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    background: #cc2727;
    padding: 8px 20px;
    border-radius: 0.5rem;
    box-shadow: none;
    border: 2px solid #cc2727;
    display: inline-flex;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.basicbtn a:hover, button.basicbtn {
    background: transparent;
    border-color: #cc2727;
    color: #cc2727 !important;
    text-decoration: none;
}
.tm-pg_front_gallery {
    padding: 0;
}
.header-outer {
    background: linear-gradient(to right, #3073df 0%,#449fd0 100%);
}
.separate-containers .featured-image {
    margin:0 auto;
    justify-content: end;
    padding-top: 60px;
}
.separate-containers .featured-image img {
    width:250px;
}
.charter-member-name {
    font-weight: 600;
    font-size: 1.6em;
}
.charter-member-type {
    font-weight: 400;
}
.lead-col img {
    border-radius: 4px;
}
.lead-col .social li a i {
    font-size: 30px;
    -moz-osx-font-smoothing: grayscale;
    color: #9e9e9e;
}
.partner-logs ul {
    text-align:center;
}
.partner-logs ul li {
    list-style: none;
    margin: 10px;
    border: 0.0625rem solid #ced2d9;
    padding: 25px;
    width: 18%;
    border-radius: 5px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
}
.sub-head {
    background: #e9f3ff;
    margin: 0 !important;
}
.who-participate {
    padding:
}
.who-participate > ul, .awards-blk ul{
    margin: 0px;
    text-align:center;
}
.who-participate > ul > li, .awards-blk ul > li {
    display:inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
    padding: 25px;
    width: 30%;
    margin: 0 10px;
    min-height: 250px;
    background-color: #fff;
}

.awards-blk p.title {
    font-weight: 600;
    font-size: 20px;
}
.basicpage img {
    border-radius:1rem;;
}
.inst-logos img {
    border-radius:4px !important;
}
#menu-item-270 {
    display:inline-block;
}
#menu-item-270 a {
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    background: #cc2727;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: none;
    border: 2px solid #cc2727;
    display: inline-flex;
    margin-bottom: 0;
    line-height:20px;
}
.basicbtn a:hover {
    /*background: transparent;
    border-color: #ffffff;
    color: #ffffff !important;
    text-decoration: none;*/
    background: transparent;
    color: #cc2727;
    border-color: #cc2727;
}
.trans-banner-btns .basicbtn a:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff !important;
    text-decoration: none;
}
.footer-widgets {
    background-color:#2f3033;
    color:#fff;
}
.footer-widget-3 ul li {
    display:inline-block;
    margin-right:25px;
}
.footer-widget-3 ul li > a {
    color:#fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
}
.footer-widgets h2 {
    font-size: 25px;
    font-weight: 500;
    color: #ffffff !important;
}
.wp-image-1059 {
    width:200px;
}
.site-info {
    background-color:#2f3033;
    color:#fff;
}

.homePage .entry-content.py-6 {
    padding-bottom:0 !important;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color:#fff !important;
    background-color: transparent !important;
}
.partner-logs2 ul li {
    width: 18%;
    padding: 15px;
}
.cl {
    clear: both;
}
h3.small-heading {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    font-size: 1.5em;
}
h3.small-heading strong {
    background: #fff;
    height: 50px;
    line-height: 36px;
    width: auto;
    position: relative;
}
.card {
    border: 0.0625rem solid #cccffa;
    border-radius: 1rem;;
    transition: border-color .3s ease;
    margin: 0 0 3rem 0;
    box-shadow: 0 0 15px #eee;
    width:100%;
}
.card img {
    padding: 10px;
    margin: 0 auto;
    display: block;
}
.boder-img {
    border-bottom: solid 1px#cccffa;
}
.boder {
    padding: 20px;
}
p.tag {
    text-transform: uppercase;
    color: #e7a300;
    font-size: 18px;
}

#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}
.inst-logos ul{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.inst-logos ul li {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    list-style: none;
    margin: 0 0 30px 0;
    padding-left: 15px;
}
.inst-logos ul li a{
    border: 0.0625rem solid #ced2d9;
    padding: 10px;
    display: block;
    border-radius: 0.5rem;
}
.basicpage ol {
    margin-left: 1rem;
}
.basicpage ol li {
    margin-bottom: 0.5rem;
}
iframe {
    width: 100%;
    height: 220px;
    border-radius: 5px;
    box-shadow: 8px 8px 15px #d1d1d1;
}
.main-card > div{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
    .main-card > div > div {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin:0;
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
    }
.talyouth{
	color: #1e32c9;
}
.talyouth span{
	color: #ff0000;
	font-weight:400;
}
.carousel-caption h1 span {
    color: #ff0000;
    text-shadow: 2px 2px #000000;
}
.carousel-caption h3 {
    color: #ffffff;
}
.carousel-caption h1.tkind span {
    color: #FFC000;
    text-shadow: none;
}
.sm-handles img {
    border-radius: 50%;
    border: 2px solid #ccc;
    width: 80px;
}
.sm-handles .pb-2.mb-2 {
    margin-bottom:1.5rem !important;
}
.sm-handles a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.rounded-xl {
    border-radius: 1rem;
}
.bg-light-blue {
    background-color: #e9f3ff;
}
.basic-ul li i {
    padding-right: 10px;
    color: #cc2727;
}
.inner-page h2 {
    color: #1e32c9;
}
.sm-handles p.mb-0{
    font-size: 13px;
    line-height: normal;
    padding-top: 5px;
}
.card {
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.card-group-control .card {
    box-shadow: none;
    background-color: #e9f3ff;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: none;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-group-control .card-title {
    position: relative;
    margin-bottom: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400 !important;
}
.card-group-control .card-title>a:before {
    content: '\f068';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.card-group-control .card-title > a {
    color: #444444 !important;
}
.card-group-control-right .card-title>a:before {
    right: -25px;
    font-size: 20px;
}
.card-group-control .card-title>a.collapsed:before {
    content: '\f067';
}
.card-group-control .card-header {
    padding: 1rem 3rem 1rem 2rem;
    background-color: #e9f3ff;
    border-bottom: none;
}
.card-group-control .card:first-child .card-header {
    border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}
.card-group-control .card .card-header {
    border-radius: calc(1rem - 1px) !important;
}
.card-group-control .card-body {
    padding: 1rem 2rem;
}
.card-group-control .card .collapse.show {
    border-top: 1px solid rgb(209 227 249);
}
.page-id-1199 #menu-item-270 {
    display:none;
}
.carousel-control-next, .carousel-control-prev {
    width:25px;
}
.carousel-control-prev {
    left: 13%;
}
.carousel-control-next {
    right: 13%;
}
.d-flex.flex-column .rounded {
    padding:0;
    border-radius:10px !important;
    margin-bottom:7px;
    border:1px solid #ccc;
    width: 100px ;
}
.d-flex.flex-column p {
    font-size:10px;
    margin-bottom:1rem;
}
.main-card p {
    margin-bottom:0.5rem;
}
.basicul {
    margin-left:25px;   
}
.basicul li{
    list-style:disc;
    margin-bottom:10px;
}
.pitch-cat .card {
    box-shadow:none;
    border-radius:25px;
    background: linear-gradient(to bottom,  #e9f3ff 0%,#ffffff 100%);
}
    .pitch-cat .card h3 {
        text-align: left;
        color: #1e32c9;
        font-size: 20px;
        line-height: normal;
    }
.main-card .d-flex.justify-content-start > div:first-child, .main-card .d-flex.justify-content-start > div:nth-child(2) {
    margin-right:1.5rem!important;
}

/* Lightbox Gallery */

.lightbox-gallery{/*background-image: linear-gradient(#4A148C, #E53935);background-repeat: no-repeat;color: #000;*/overflow-x: hidden}
.lightbox-gallery img {
    border-radius: 10px;
    border: 4px solid #fff;
    box-shadow: 5px 5px 15px #ccc;
}
/*.lightbox-gallery p{color:#fff}
.lightbox-gallery h2{font-weight:bold;margin-bottom:40px;padding-top:40px;color:#fff}

@media (max-width:767px){
    .lightbox-gallery h2{margin-bottom:25px;padding-top:25px;font-size:24px}
}*/

.lightbox-gallery .intro{font-size:16px;max-width:500px;margin:0 auto 40px}
.lightbox-gallery .intro p{margin-bottom:0}
.lightbox-gallery .photos{padding-bottom:20px}
.lightbox-gallery .item{padding-bottom:30px}

/* Lightbox Gallery */

.m-msg {font-size: large; font-weight: 600;}
.member { margin-bottom: 3rem; overflow: hidden; border-radius: 4px; background: #fff; box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);}
.member .member-img { position: relative; overflow: hidden;}
.member .social { position: absolute; left: 0; bottom: 0; right: 0; opacity: 0; transition: ease-in-out 0.3s; text-align: center; margin-bottom:0;}
.member .social a { transition: color 0.3s; color: #222222; margin: 0 3px; padding-top: 7px; border-radius: 4px; width: 36px; height: 36px; background: rgba(16, 110, 234, 0.8); display: inline-block; transition: ease-in-out 0.3s; color: #fff;}
.member .social i { font-size: 18px;}
.member .member-info { padding: 25px 15px 15px; min-height:135px;}
.member .member-info h4 { font-weight: 700; margin-bottom: 5px; font-size: 18px; color: #000000;}
.member .member-info span { display: block; font-size: 13px; font-weight: 400; color: #444444;}
.member:hover .social { opacity: 1;  bottom: 15px;}
.chp-head { background: #e9f3ff; border-radius: 10px;}
/*.chp-head-page table{border:1px solid #ccc;}
.chp-head-page table td{background: #e9f3ff; border:0;}
.chp-head-page table tr > td:first-child{background: #fff;}*/
.chp-head-page table th{background: #e9f3ff;}
.chp-head-page table th, .chp-head-page table td{ padding:8px 15px;}
.chp-head-page table td{ font-size: 14px;}
.chp-head-page table { border-collapse:separate; border:solid #ccc 1px; border-radius:10px;}
.chp-head-page tr:last-child td { border-bottom: none;}
.chp-head-page td:last-child, th:last-child { border-right: none;}
.chp-head-page th:first-child { border-top-left-radius: 10px;}
.chp-head-page th:last-child { border-top-right-radius: 10px;}
.chp-head-page th:first-child, .chp-head-page td:first-child, .chp-head-page th:nth-child(3), .chp-head-page td:nth-child(3), .chp-head-page th:nth-child(5), .chp-head-page td:nth-child(5){ border-right:none;}
.chp-head-page th:nth-child(3), .chp-head-page td:nth-child(3), .chp-head-page th:nth-child(5), .chp-head-page td:nth-child(5){ padding-right:0;}
.chp-head-page td:nth-child(2n+2){ background: linear-gradient(to right, #ffffff 0%,#e5f3ff 100%);}
.tkbg{ margin-top:60px;}
.tkbg > img{ position:absolute;top:0;}
.basicul{margin-bottom: 1.5em; margin-left:0;}
.basicul li{margin-bottom: 0.5rem;position: relative; padding-left: 1.5rem; list-style:none;}
.basicul li:before { content: ''; position: absolute; top: 7px; left: 0; width: 0.75rem; height: 0.75rem; background: #000ee6; border: 0.2rem solid hsla(0, 0%, 100%, .84); border-radius: 50%; color: #000ee6;}
.sdgpage img{ border:3px solid #ebebeb;}
.carousel{ padding-top:60px;}

@media only screen and (max-width:768px) {
.m-auto.w-50.bg-light.p-4.rounded.mb-5.card.card-body{width:95%!important;}
.pt-6, .py-6 { padding-top: 2rem!important;}
.pb-6, .py-6 { padding-bottom: 2rem!important;}
.mt-6, .my-6 { margin-top: 2rem!important;}
.mb-6, .my-6 { margin-bottom: 2rem!important;}
.pl-5{ padding-left:15px !important;}
.pr-5{padding-right:15px !important;}
.container{padding-left:20px; padding-right:20px;}
#main{padding:60px 0 0 0;}
.footer-widgets-container{padding-left:20px; padding-right:20px;}
aside{margin-bottom:1rem !important;}
h1 {font-size: 1.5rem;}
h2 {font-size: 1.2rem;}
h3 {margin-bottom: 0.5rem;}
p{ font-size:0.825rem;}
.basicPage-inner h2, .basicPage-inner h3 { font-size: 1.2rem;}
.basicPage-inner .inner > ul > li .quote-auth{font-size: 1.2rem;}
.basicPage-inner .inner .quote { background-position: left -5px; padding: 24px 0px 0px 0; background-size: 10%;}
.basicPage-inner .inner > ul {flex-direction: column-reverse;}
.basicbtn a { font-size: 13px; padding: 5px 10px; }
.inside-header { padding-right: 0; padding-left: 0; text-align:left;}
.site-header .header-image { width: 200px;}
.menu-toggle{padding:0 10px;}
.has-inline-mobile-toggle #site-navigation.toggled{margin-top:0;}
button.menu-toggle:hover, button.menu-toggle:focus, .main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items { color: #ffffff;background-color: transparent;}
.what-tal-scouts > ul > li p {font-size: 12px;}
.tal-programs img {height: auto !important;}
.tal-programs ul > li .prog-row{ padding-left:75px;text-align:left;}
.scouts-club-register img{ width:200px;}
.quick-links > ul > li > a{font-size:14px;}
.tal-programs ul > li .prog-row .desc{font-size:0.825rem;}
.site-info { font-size: 0.825rem;}
.footer-widgets h2{font-size:1.2rem;}
.main-navigation.toggled .main-nav{padding-bottom:20px;}
.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled{background-color: transparent;}
.main-navigation .main-nav ul li a{line-height:45px;}
.main-navigation .main-nav ul ul li a{ font-size:13px;}
.site-content header { margin-top: 0; margin-bottom: 0;}
.site-content header h1 { color: #000000; margin-top: 15px; margin-bottom:15px; font-size:1.5rem;}
.separate-containers .featured-image img { width: 150px;}
.inside-article .entry-content { padding:0 !important;}
.basicpage img {margin-bottom: 1rem;}
h3, h3.small-heading { font-size: 1.25rem;}
h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5rem;}
.who-participate > ul > li{width: 40%; min-height:222px;}
.inst-logos ul{ padding:0 10px;}
.inst-logos ul li { flex: 0 0 33.33333%; max-width: 33.33333%; padding-left:5px; padding-right:5px;margin-bottom: 10px;}
.inst-logos ul li a{padding: 5px;border-radius: 0.3rem;}
.inst-logos ul li img{ margin-bottom:0 !important;border-radius: 3px !important;}
.featured-image{display:none;}
.awards-blk ul > li{width: 45%;margin: 5px;padding:15px;}
.awards-blk p {font-size: 0.75rem;}
.awards-blk p.title{font-size:16px;margin-bottom: 0.5rem;}
.awards-blk img{ margin-bottom:0;}
.bookdrive-pics .col-md-2{flex: 0 0 50%; max-width: 50%; padding-bottom:0.5rem !important;}
.bookdrive-pics h3{padding-bottom: 0 !important;}
.awards-blk.p-5{padding:1rem !important;}
.main-card > div > div{flex: 0 0 100%; max-width: 100%;}
.p-5{ padding:1.5rem !important;} 
.tkind{ font-size:24px !important; text-align:center;}
.carousel-caption{text-align:center; padding:30px 0 !important;}
.carousel .basicbtn{margin-right:0 !important; text-align:center; display:block;}
.banner-bottom > div{ padding:5px !important;}
.banner-bottom h3{ margin-top:0 !important;font-size: 1rem !important;}
.banner-bottom i {font-size: 1rem;}
.sol-banner-btns{ width:100%;}
}

@media only screen and (max-width:1920px) {
.carousel-control-prev {left: 9%;} .carousel-control-next { right: 9%;}
}
@media only screen and (max-width:1680px) {
.carousel-control-prev {left: 5%;} .carousel-control-next { right: 5%;}
}
@media only screen and (max-width:1440px) {
.carousel-control-prev {left: 3%;} .carousel-control-next { right: 3%;}
}
@media only screen and (max-width:1366px) {
.carousel-control-prev {left: 1%;} .carousel-control-next { right: 1%;}
}