
/*
 Theme Name:   BSA
 Description:  Twenty Nineteen Child Theme
 Author:       BSA Administrator
 Author URI:   http://bsa.webtestdev.com/
 Template:     twentynineteen
*/
html {
	font-family: "FiraSans-Book";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

#menu-mainmenu li:last-child  .sub-menu {
	left: auto !important;
	right: 0 !important;
}

/*@media only screen and (max-width: 480px){*/
@media only screen and (max-width: 1024px) {
	.menu-mainmenu-container {
		/* overflow: scroll;*/
		max-height: 75vh;
	}
}

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

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

.filter-elements .col5 audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
	-webkit-text-decoration: underline dotted;
	-moz-text-decoration: underline dotted;
}

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

@media print {
	*, :after, :before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	
	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	img, tr {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
	
	.navbar {
		display: none;
	}
	
	.btn>.caret, .dropup>.btn>.caret {
		border-top-color: #000 !important;
	}
	
	.label {
		border: 1px solid #000;
	}
	
	.table {
		border-collapse: collapse !important;
	}
	
	.table td, .table th {
		background-color: #fff !important;
	}
	
	.table-bordered td, .table-bordered th {
		border: 1px solid #ddd !important;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "FiraSans-Book";
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:focus, a:hover {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role=button] {
	cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: inherit;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 15px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 15px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%;
}

.h1, h1 {
	font-size: 36px;
}

.h2, h2 {
	font-size: 30px;
}

.h3, h3 {
	font-size: 24px;
}

.h4, h4 {
	font-size: 18px;
}

.h5, h5 {
	font-size: 14px;
}

.h6, h6 {
	font-size: 12px;
}

p {
	margin: 0 0 15px;
}

p {
	font-size: 14px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}

.small, small {
	font-size: 85%;
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:focus, a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
	background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
	background-color: #286090;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
	background-color: #e4b9b9;
}

ol, ul {
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 20px;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dd, dt {
	line-height: 1.42857143;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[data-original-title], abbr[title] {
	cursor: help;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
	margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
	content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
	content: "";
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: " —";
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1452px;
		width: 100%;
	}
	
	header .container {
		max-width: 1592px;
		width: 100%;
	}
}

.container-fluid {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row-no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row-no-gutters [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.site-header {
	padding: 0px;
	margin: 0px;
	min-height: 80px !important;
	margin-bottom: 0px !important;
	overflow: visible !important;
}

.site-branding {
	margin: 0;
}

.site-header .sitelogo {
	display: none;
}

.site-header .sitemain-logo {
	float: left;
}

.site-header .sitemain-logo a {
	display: table;
}

.site-header .sitemain-logo img {}

.site-header .menu-header-right {
	float: right;
	padding-right: 0;
}

.site-header .main-navigation .main-menu {
	font-family: "FiraSans-Book";
	padding-top: 5px;
}

.site-header .header-right-section {
	float: right;
	position: relative;
}

.site-header .header-right-section #search {
	position: absolute;
	right: 0px;
	padding: 15px;
	background: #043e88;
	margin-top: 15px;
	width: 320px;
}

.site-header .header-right-section .dsa-search-form {
	padding-top: 5px;
	float: left;
}

.site-header .main-navigation .main-menu > li {
	position: relative;
	margin: 0px 12px;
	float: left;
	padding: 0px 0px 5px 0px;
}

.site-header .main-navigation .main-menu > li:before {
	content: "|";
	margin-left: -15px;
	position: absolute;
	color: #fff;
	font-size: 12px;
	line-height: 26px;
}

.site-header .main-navigation .main-menu > li:first-child:before, .site-header .main-navigation .main-menu > li:last-child:before {
	display: none;
}

.site-header .main-navigation .main-menu > li > a {
	font-weight: 500;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 26px;
	padding: 0;
	margin: 0px;
	font-family: "Montserrat-Light";
	text-decoration: none;
}

.site-header .main-navigation .main-menu > li > a:hover {
	text-decoration: none;
}

.site-header .main-navigation .main-menu > li.box-item-border > a {
	border: 2px #d0091e solid;
	padding: 5px 26px;
	display: inline-block;
	line-height: 1;
}

.header-section {
	padding-top: 36px;
	display: table;
	width: 100%;
}

.is-sticky .header-section {
	padding-top: 0px;
}

.is-sticky .header-section {
	padding-top: 5px;
	padding-bottom: 5px;
}

.home-page-section {
	margin-top: -89px;
}

.is-sticky .home-page-section.slider {
	margin-top: -50px;
}

.flexslider {
	border: 0px;
}

.home-page-section.slider .flex-direction-nav {
	display: none;
}

.dsa-search-form a.search-button {
	width: 40px;
	height: 40px;
	display: table;
	background: #d0091e;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
}

.dsa-search-form a.search-button:hover {
	opacity: .6;
}

.dsa-search-form a.search-button i {
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}

.image .slides .desktop, .image .slides .mobile, .slides .slider-img, .video .slides .desktop, .video .slides .mobile {
	position: relative;
}

.image .slides .desktop .bg-color, .image .slides .mobile .bg-color, .slides .bg-color, .video .slides .desktop .bg-color {
	content: "";
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0px;
	width: 100%;
	mix-blend-mode: multiply;
	height: 100%;
}

.site-footer .widget-area {
	margin: 0px !important;
}

.site-footer .widget-column .widget {
	margin: 0px !important;
	width: 100% !important;
}

.site-header .main-navigation {
	margin: 0;
	padding: 6px 0px;
}

.site-footer .footer-bottom-section {
	background: #003d89;
	padding: 16px 0px;
}

.site-footer .footer-bottom-section p {
	margin-bottom: 0px;
	color: #fff;
	font-size: 10px;
	letter-spacing: .2px;
	text-align: right;
	line-height: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: lighter;
}

.site-footer .footer-bottom-section a {
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat-Bold";
	font-weight: 700;
	display: inline-block;
}

.site-footer .footer-bottom-section a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-section ul {
	margin: 0px;
	padding: 0px;
}

.footer-section {
	display: table;
	width: 100%;
}

.footer-section .footer-inner {
	float: right;
	padding-bottom: 32px;
	padding-top: 38px;
}

.footer-section .footer-inner span {
	float: left;
	line-height: 30px;
	padding-right: 12px;
}

.footer-section .footer-inner ul {
	float: left;
	width: 114px;
}

.footer-section .footer-inner ul li {
	float: left;
	list-style: none;
	margin-left: 6px;
}

.footer-section .footer-inner ul li.fbicon a i {
	width: 32px;
	height: 32px;
	display: table;
	background: url("https://cdn-ildhech.nitrocdn.com/gxdTjDhPHZiwNQJuCzDMGBJpOoGaDwii/assets/images/optimized/rev-b3921e2/stlbsa.org/wp-content/themes/bsa/images/fb.png");
	background-position: center center;
}

.footer-section .footer-inner ul li.twitter a i {
	width: 32px;
	height: 32px;
	display: table;
	background: url("https://cdn-ildhech.nitrocdn.com/gxdTjDhPHZiwNQJuCzDMGBJpOoGaDwii/assets/images/optimized/rev-b3921e2/stlbsa.org/wp-content/themes/bsa/images/X-LOGO.png");
}

.footer-section .footer-inner ul li.instagram a i {
	width: 30px;
	height: 30px;
	display: table;
	background: url("https://cdn-ildhech.nitrocdn.com/gxdTjDhPHZiwNQJuCzDMGBJpOoGaDwii/assets/images/optimized/rev-b3921e2/stlbsa.org/wp-content/themes/bsa/images/instagram.png");
}

.footer-section .footer-inner ul li.linkedin a i {
	width: 32px;
	height: 32px;
	display: table;
	background: url("https://stlbsa.org/images/linkedin-logo.png");
}

.footer-section .footer-inner ul a:hover i {
	opacity: .8;
}

.is-sticky .logo-menu-section {
	z-index: 9 !important;
	background: #003d89;
}

.flexslider .slides > li, .image .slides {
	position: relative;
}

.slides .banner-content {
	position: relative;
}

.slides .Left, .slides .Right, .slides .Center {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.video .Center {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	min-width: 55%;
	max-width: 100%;
}

.slides .banner-caption, .video .banner-caption {
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	position: absolute;
}

.slides .Left .banner-caption, .video .Left .banner-caption {
	left: 0;
}

.slides .Center .banner-caption, .video .Center .banner-caption {
	right: 0;
	left: 0;
}

.slides .Right .banner-caption, .video .Right .banner-caption {
	right: 0;
	left: inherit;
}

.slides .container, .slides .banner-content, .video .container, .slides .banner-content {
	height: 100%;
}

.slides .banner-caption .banner-caption-inner, .video .banner-caption .banner-caption-inner {
	border-left: 20px #d0091e solid;
	padding-left: 58px;
	color: #fff;
	padding-bottom: 10px;
}

.slides .Center .banner-caption .banner-caption-inner {
	display: table;
	margin: 0 auto;
}

.slides .banner-caption .caption {
	margin: 0px 0px 15px 0px;
	font-family: "Montserrat-Thin";
	font-weight: 500;
	font-size: 80px;
	text-transform: uppercase;
}

.slides .banner-caption .caption strong {
	margin: 0px;
	font-family: "Montserrat-Bold";
	font-weight: 700;
}

.slides .banner-caption .caption:before, .slides .banner-caption .sub_caption:before {
	display: none;
}

.slides .banner-caption .sub_caption {
	font-family: "Montserrat-Light";
	font-weight: 500;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0px 0px 35px 0px;
}

.slides .btn a {
	display: table;
	padding: 10px 35px;
	border: 1px #fff solid;
	font-family: "Montserrat-Light";
	font-weight: 500;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 28px;
	background: transparent;
}

.slides .btn a:hover, .slides .btn a:focus {
	border: 1px #d0091e solid;
	background: #d0091e;
	text-decoration: none;
}

.slides .btn a strong {
	font-family: "Montserrat-Bold";
	font-weight: 700;
}

.flexslider .flex-control-nav {
	bottom: 70px;
}

.flexslider .flex-control-paging li a {
	border: 2px #fff solid;
	width: 15px;
	height: 15px;
	box-shadow: none;
	background: transparent;
}

.flexslider .flex-control-paging li a.flex-active {
	border: 2px #fff solid;
	background: #fff;
	box-shadow: none;
}

.slider .flexslider {
	margin: 0px;
}

.homepage-banner-section .tv {
	line-height: 0;
}

.homepage-banner-section .tv {
	position: relative;
	padding-bottom: 56.25%;
	/*z-index: 1 !important;*/
	overflow: hidden;
}

.homepage-banner-section .tv iframe {
	position: absolute;
	top: 0;
	left: 0 !important;
	width: 100%;
	z-index: 9 !important;
	height: 100%;
	overflow: hidden;
}

.slider-border {
	width: 100%;
	line-height: 0;
}

.slider-border img {
	width: 100%;
}

.site-header .header-right-section #search .search-submit {
	border-radius: 0px;
	background: #d0091e;
	font-weight: 500;
	line-height: 1;
	padding: 10px;
	font-size: 14px;
	width: 70px;
	float: right;
}

.site-header .header-right-section #search .search-submit:hover {
	opacity: .6;
}

.site-header .header-right-section #search .search-field {
	width: calc(100% - 90px);
	float: left;
}

.site-header .header-right-section #search label .search-field {
	font-size: 14px;
	line-height: 20px;
	padding: 6px 8px;
}

.footer-top-wrap {
	background: url("https://cdn-ildhech.nitrocdn.com/gxdTjDhPHZiwNQJuCzDMGBJpOoGaDwii/assets/images/optimized/rev-b3921e2/stlbsa.org/wp-content/themes/bsa/images/nw-bg.jpg");
	background-position: center center;
	display: table;
	width: 100%;
}

.footer-top-wrap .left {
	/* width: 525px;*/
	width: 640px;
	float: left;
	padding-left: 76px;
}

.footer-top-wrap .right {
	width: calc(85% - 525px);
	float: left;
	padding: 25px;
}

.footer-top-wrap #mc_embed_signup {
	background: transparent;
}

.footer-top-wrap .left p {
	margin-bottom: 20px;
	font-size: 30px;
	font-family: "Montserrat-Light";
	font-weight: 500;
	color: #333132;
	line-height: 38px;
}

.footer-top-wrap .left p .blue-text {
	font-family: "Montserrat-Bold";
	font-weight: 700;
	color: #003d89;
}

.footer-top-wrap .left p .red-text {
	font-family: "Montserrat-Bold";
	font-weight: 700;
	color: #d0091e;
}

.footer-top-wrap form .indicates-required {
	display: none;
}

.footer-top-wrap #mc_embed_signup form {
	padding: 0px 0 0px 0;
	display: table;
	width: 100%;
	position: relative;
}

.footer-top-wrap #mc_embed_signup_scroll {
	float: left;
	width: calc(100% - 190px);
}

.footer-top-wrap .clear {
	float: left;
	position: absolute;
	right: 0;
	width: 150px;
}

.footer-top-wrap #mc_embed_signup input.button {
	margin: 0px;
	border-radius: 0px;
	padding: 10px 30px;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	background: #d0091e;
	font-family: "Montserrat-Bold";
	font-weight: 700;
	width: 172px;
	height: 40px;
	float: right;
}

.footer-top-wrap #mc_embed_signup input.button:hover, .footer-top-wrap #mc_embed_signup input.button:focus {
	background: #003d89;
}

.footer-top-wrap #mc_embed_signup_scroll input.email {
	height: 40px;
	border-radius: 0px;
	padding: 8px 26px;
	width: 100%;
	font-family: "FiraSans-BookItalic";
	color: #b2b1b2;
	font-size: 16px;
}

.footer-top-wrap #mc_embed_signup_scroll input.email:focus {
	outline: none;
	outline-offset: 0px;
}

.footer-top-wrap .right .gform_wrapper label.gfield_label, .footer-top-wrap .right .gform_wrapper legend.gfield_label {
	display: none;
}

.footer-top-wrap .gform_wrapper ul li.gfield input[type=text] {
	height: 40px !important;
	border-radius: 0px;
	padding: 8px 26px !important;
	width: 100%;
	font-family: "FiraSans-BookItalic" !important;
	color: #b2b1b2;
	font-size: 16px !important;
	border: 1px solid #abb0b2;
}

.footer-top-wrap .gform_wrapper .gform_body {
	/* gw float: left;*/
	width: calc(100% - 190px);
	margin: 0 auto;
}

.footer-top-wrap .gform_wrapper .gform_body li {
	padding-right: 0 !important;
	margin-top: 5px;
}

.footer-top-wrap .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: calc(100% - 0px) !important;
}

.footer-top-wrap .gform_wrapper .top_label .gfield_error {
	width: calc(100% - 0px);
}

.footer-top-wrap .gform_wrapper .gform_body li .ginput_container {
	margin-top: 0px !important;
}

.footer-top-wrap .gform_wrapper {
	margin-bottom: 0;
	margin-top: 0;
}

.footer-top-wrap .gform_wrapper.gform_validation_error div.validation_error {
	display: none;
}

.footer-top-wrap .gform_wrapper .gform_footer {
	/*  gw float: right;*/
	clear: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.footer-top-wrap .gform_wrapper .gform_heading {
	display: none;
}

.footer-top-wrap .gform_wrapper .gform_footer input[type=submit] {
	margin: 0px;
	border-radius: 0px;
	padding: 10px 30px;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	background: #d0091e;
	font-family: "Montserrat-Bold";
	font-weight: 700;
	width: 172px;
	height: 40px;
	margin-left: 35%;
	margin-top: 2%;
}

.footer-top-wrap .gform_wrapper .gform_footer input[type=submit]:hover, .footer-top-wrap .gform_wrapper .gform_footer input[type=submit]:focus {
	background: #003d89;
}

.footer-top-wrap .container {
	position: relative;
	height: 100%;
	display: table;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-top-wrap .news-letter-image {
	position: absolute;
	right: 0;
	bottom: 0;
}

.footer-top-wrap #mc_embed_signup_scroll input::-webkit-input-placeholder, .footer-top-wrap .gform_wrapper input::-webkit-input-placeholder {
	color: #b2b1b2;
}

.footer-top-wrap #mc_embed_signup_scroll input::-moz-placeholder, .footer-top-wrap .gform_wrapper input::-moz-placeholder {
	color: #b2b1b2;
}

.footer-top-wrap #mc_embed_signup_scroll input:-ms-input-placeholder, .footer-top-wrap .gform_wrapper input:-ms-input-placeholder {
	color: #b2b1b2;
}

.footer-top-wrap #mc_embed_signup_scroll input:-moz-placeholder, .footer-top-wrap .gform_wrapper input:-moz-placeholder {
	color: #b2b1b2;
}

.footer-top-wrap #mc_embed_signup div#mce-responses {
	top: 0;
	padding: 0;
	width: 100%;
	margin: 0;
	clear: both;
	position: relative;
}

.footer-top-wrap #mc_embed_signup div.response {
	margin: 0;
	padding: 5px 0px;
	top: 0;
	width: 100%;
	max-width: 420px;
}

.small-line {
	width: 170px;
	height: 2px;
	background: #333132;
}

.content-area {
	background-repeat: no-repeat;
	background-position: top center;
}

.quote-wrap article {
	max-width: 730px;
	margin: 0 auto;
}

.quote-wrap article .entry-content {
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}

.quote-wrap h2 {
	font-size: 48px;
	margin: 0px 0px 8px 0px !important;
	color: #003d89;
	font-family: "Montserrat-Regular";
	max-width: 100% !important;
}

.quote-wrap h2 strong {
	font-family: "Montserrat-Bold";
}

.quote-wrap p {
	font-size: 18px;
	margin: 0px !important;
	color: #003d89;
	font-family: "FiraSans-MediumItalic";
	max-width: 100% !important;
}

h2:before {
	display: none;
}

.quote-wrap article {
	max-width: 820px;
	margin: 0 auto;
	padding: 35px 0px;
	border-top: 1px #003d89 solid;
	border-bottom: 1px #003d89 solid;
	position: relative;
}

.quote-wrap article:before {
	background: url("https://cdn-ildhech.nitrocdn.com/gxdTjDhPHZiwNQJuCzDMGBJpOoGaDwii/assets/images/optimized/rev-b3921e2/stlbsa.org/wp-content/themes/bsa/images/left-quote.png") no-repeat;
	background-position: center center;
	content: " ";
	display: block;
	width: 51px;
	height: 38px;
	position: absolute;
	top: -19px;
	left: -80px;
}

.quote-wrap article:after {
	background: url("https://cdn-ildhech.nitrocdn.com/gxdTjDhPHZiwNQJuCzDMGBJpOoGaDwii/assets/images/optimized/rev-b3921e2/stlbsa.org/wp-content/themes/bsa/images/right-quote.png") no-repeat;
	background-position: center right;
	content: " ";
	display: block;
	width: 51px;
	height: 38px;
	position: absolute;
	right: -60px;
	bottom: -19px;
}

.quote-wrap {
	padding-top: 130px;
	padding-bottom: 80px;
}

.bottom-cta-wrap .col-4 {
	float: left;
	width: 33.3333%;
	padding-left: 55px;
	padding-right: 55px;
	position: relative;
	padding-bottom: 100px;
	margin-bottom: 35px;
}

.bottom-cta-wrap .col-4 .btn {
	position: absolute;
	bottom: 0;
	left: 75px;
}

.bottom-cta-wrap .title {
	font-size: 28px;
	font-family: "FiraSans-Book";
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.bottom-cta-wrap .title strong {
	font-family: "FiraSans-Bold";
}

.bottom-cta-wrap .content {
	font-size: 14px;
	font-family: "FiraSans-Book";
	line-height: 24px;
}

.bottom-cta-wrap .btn {
	position: relative;
}

.bottom-cta-wrap .btn:before {
	background: #333132;
	content: " ";
	display: block;
	height: 2px;
	margin: 28px 0;
	width: 172px;
}

.bottom-cta-wrap .btn a {
	display: table;
	padding: 10px 35px;
	border: 1px #d0091e solid;
	font-family: "Montserrat-Light";
	font-weight: 500;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 28px;
	background: #d0091e;
}

.bottom-cta-wrap .btn a:hover, .bottom-cta-wrap .btn a:focus {
	border: 1px #003d89 solid;
	background: #003d89;
	text-decoration: none;
}

.bottom-cta-wrap .btn a strong {
	font-family: "Montserrat-Bold";
}

.bottom-cta-wrap .bottom-cta-boxes {
	padding-bottom: 70px;
	padding-top: 20px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.image-filters-enabled .site-header.featured-image .site-branding-container:after {
	z-index: 0;
}

.main-navigation > div {
	display: table;
}

.youtube .homepage-banner-section {
	position: relative;
}

.youtube .homepage-banner-section .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.youtube .homepage-banner-section .cover .banner-content {
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	position: absolute;
	width: 100%;
	z-index: 10;
}

.youtube .homepage-banner-section .cover .banner-content-inner {
	display: table;
	margin: 0 auto;
}

.youtube .homepage-banner-section .cover .banner-content .yt-cap {
	margin: 0px 0px 0px 0px;
	font-family: "Montserrat-Thin";
	font-weight: 500;
	font-size: 42px;
	text-transform: uppercase;
	color: #fff;
}

.youtube .homepage-banner-section .cover .banner-content .yt-cap strong {
	margin: 0px;
	font-family: "Montserrat-Bold";
	font-weight: 700;
}

.site-header.featured-image {
	z-index: 11;
}

.site-header.featured-image .site-branding-container:after, .site-header.featured-image .site-featured-image:before, .site-header.featured-image .site-featured-image:after, .site-header.featured-image:after {
	content: none;
}

.bottom-cta-wrap .col-3 {
	float: left;
	width: 25%;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	padding-bottom: 100px;
	margin-bottom: 35px;
}

.bottom-cta-wrap .col-3 .btn {
	position: absolute;
	bottom: 0;
	left: 45px;
}

.programs .slides .banner-caption .btn {
	display: none;
}

.programs .content-area {
	background-repeat: no-repeat;
	background-position: top center;
}

.programs .quote-wrap {
	padding-top: 82px;
	padding-bottom: 82px;
}

.cta-box .box-content {
	padding: 20px 20px 0px 20px;
}

.cta-box .left-cta-wrap .box-content {
	padding: 20px 20px 35px 20px;
}

.programs .quote-wrap article:before {
	background: url("https://cdn-ildhech.nitrocdn.com/gxdTjDhPHZiwNQJuCzDMGBJpOoGaDwii/assets/images/optimized/rev-b3921e2/stlbsa.org/wp-content/themes/bsa/images/blue-quote-left.png") no-repeat;
}

.programs .quote-wrap article:after {
	background: #faf8f9 url("https://cdn-ildhech.nitrocdn.com/gxdTjDhPHZiwNQJuCzDMGBJpOoGaDwii/assets/images/optimized/rev-b3921e2/stlbsa.org/wp-content/themes/bsa/images/blue-quote-right.png") no-repeat;
	background-position: center right;
}

.programs .quote-wrap h2 {
	color: #d0091e;
}

.programs .quote-wrap p {
	color: #333;
}

.programs .quote-wrap article {
	max-width: 750px;
}

.cookie-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 99;
}

.cookie-popup #popup.fade-in {
	z-index: 999;
	max-width: 800px;
	border-radius: 10px;
	padding: 20px;
	width: 90%;
	overflow: auto;
	max-height: 480px;
	border: none;
}

.cookie-popup #popup.fade-in #close {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #da3e4e;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 32px;
	border-radius: 0;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
}

.cookie-popup #popup.fade-in #close:hover {
	background: #003d89;
}

.cookie-popup #popup.fade-in .button {
	padding: 8px 15px;
	border: 1px #d0091e solid;
	font-family: "FiraSans-Book";
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	background: #d0091e;
	border-radius: 0px;
	text-decoration: none;
	display: table;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.cookie-popup #popup.fade-in .button:hover {
	border: 1px #003d89 solid;
	background: #003d89;
	text-decoration: none;
}

.cookie-popup #popup.fade-in .popup-content {
	display: table;
	margin: 0 auto;
}

.cookie-popup #popup.fade-in h2 {
	color: #d0091e;
}

.cookie-popup #popup.fade-in h3 {
	color: #003d89;
}

.cookie-popup img {
	margin-bottom: 15px;
}

.cookie-popup .form-data select {
	height: 32px;
	float: left;
	margin-right: 5px;
	border-radius: 0px;
	margin-top: 5px;
}

.cookie-popup #popup.fade-in .buttons {
	margin: 0 auto;
	display: table;
}

.header-right-section .cookie-image {
	max-width: 40px;
	max-height: 45px;
	float: right;
	line-height: 45px;
	margin-left: 5px;
}

.fullwidth .entry .entry-content > *, .fullwidth .entry .entry-summary > * {
	max-width: 100%;
}

.two-column-wrap .col-6.left {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.two-column-wrap .col-6.right {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.districts-wrap .btn:before {
	background: #333132;
	content: " ";
	display: block;
	height: 2px;
	margin: 28px 0;
	width: 172px;
}

.districts-wrap .btn a {
	display: table;
	padding: 10px 35px;
	border: 1px #d0091e solid;
	font-family: "Montserrat-Light";
	font-weight: 500;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 28px;
	background: #d0091e;
}

.districts-wrap .btn a:hover, .districts-wrap .btn a:focus {
	border: 1px #003d89 solid;
	background: #003d89;
	text-decoration: none;
}

.districts-wrap .btn a strong {
	font-family: "Montserrat-Bold";
}

.districts-wrap .content {
	font-size: 14px;
	font-family: "FiraSans-Book";
	line-height: 24px;
}

.districts-wrap .content ul, .districts-wrap .content ol {
	margin-left: 10px;
}

.districts-wrap .title strong {
	font-family: "FiraSans-Bold";
}

.districts-wrap .title {
	font-size: 28px;
	font-family: "FiraSans-Book";
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.districts .box-content {
	padding: 25px 20px 10px 25px;
}

.districts .left-cta-wrap .box-content {
	max-width: 90%;
}

.districts .quote-wrap p {
	color: #333;
}

.fb-feed-wrap {
	max-width: 480px;
	padding: 12px;
	background: #003d89;
	margin: 0 auto;
	margin-top: 20px;
	word-break: break-all;
}

.fb-feed-wrap .cff-wrapper {
	max-width: 100%;
	background: #fff;
	padding: 10px;
	margin: 0px auto;
	position: relative;
	z-index: 9;
}

.fb-feed-wrap .cff-wrapper-main {
	position: relative;
}

.fb-feed-wrap .cff-wrapper-main:before {
	content: "";
	display: table;
	background-position: left top;
	width: 313px;
	height: 322px;
	position: absolute;
	z-index: 0;
	left: -45px;
	top: -30px;
}

.fb-feed-wrap .cff-wrapper-main:after {
	content: "";
	display: table;
	background-position: right bottom;
	width: 313px;
	height: 322px;
	position: absolute;
	z-index: 0;
	right: -45px;
	bottom: -30px;
}

.fb-feed-wrap a {
	color: #003d89;
}

.fb-feed-wrap a:hover {
	color: #d0091e;
}

.districts .bottom-cta-wrap .title strong {
	font-family: "FiraSans-Bold";
}

.districts .bottom-cta-wrap .title {
	font-family: "FiraSans-Book";
}

.two-column-wrap {
	/* max-width: 1330px; */
	
	/* margin: 0 auto; */
	
	/* padding-left: 30px; */
	display: table;
	width: 100%;
	margin-bottom: 70px;
}

.site-header .main-navigation .main-menu > li.current_page_item > a {
	color: #ccc;
}

#cff .cff-item {
	padding: 10px !important;
	margin: 0;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	border-radius: 4px;
}

.column-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 10px;
}

.column-main .column {
	width: 25%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	padding-bottom: 85px;
	margin-bottom: 60px;
}

.column-main figure img {
	border: 3px #003d89 solid;
}

.column-main figure {
	position: relative;
}

.column-main figure:before {
	content: "";
	display: table;
	background: url("https://cdn-ildhech.nitrocdn.com/gxdTjDhPHZiwNQJuCzDMGBJpOoGaDwii/assets/images/optimized/rev-b3921e2/stlbsa.org/wp-content/themes/bsa/images/events-bg.png") no-repeat;
	background-position: left bottom;
	width: 300px;
	height: 292px;
	position: absolute;
	z-index: 0;
	left: -20px;
	bottom: -40px;
}

.column-main .box-content {
	padding: 50px 0px 0px 0px;
}

.column-main .gridtitle {
	font-size: 28px;
	font-family: "FiraSans-Bold";
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.column-main .gridtitle a {
	color: #333;
	text-decoration: none;
}

.column-main .gridtitle a:hover {
	color: #d0091e;
	text-decoration: none;
}

.column-main .gridcontent {
	font-size: 14px;
	font-family: "FiraSans-Book";
	line-height: 24px;
}

.column-main .btn {
	position: absolute;
	bottom: 0;
	left: 15px;
}

.column-main .btn:before {
	background: #333132;
	content: " ";
	display: block;
	height: 2px;
	margin: 13px 0 28px 0;
	width: 172px;
}

.column-main .btn a {
	display: table;
	padding: 10px 35px;
	border: 1px #d0091e solid;
	font-family: "Montserrat-Light";
	font-weight: 500;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 28px;
	background: #d0091e;
}

.column-main .btn a strong {
	font-family: "Montserrat-Bold";
}

.column-main .btn a:hover, .column-main .btn a:focus {
	border: 1px #003d89 solid;
	background: #003d89;
	text-decoration: none;
}

.events .quote-wrap h2 {
	color: #333;
}

.events .quote-wrap p {
	color: #333;
}

.filter-elements .keys-display {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: table;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	clear: both;
}

.filter-elements {
	width: 100%;
	clear: both;
	display: table;
}

.filter-elements .search-topper {
	width: 100%;
	clear: both;
	display: table;
}

.filter-elements .col5 {
	width: 20%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.filter-elements .filter-main input, .filter-elements .filter-main input:hover, .filter-elements .filter-main input:focus, .filter-elements .filter-main select, .filter-elements .SumoSelect > .CaptionCont, .filter-elements .SumoSelect > .CaptionCont:hover, .filter-elements .SumoSelect > .CaptionCont:focus {
	height: 40px;
	border: 2px #d0091e solid;
	width: 100%;
	box-shadow: none;
	font-family: "Montserrat-Light";
	outline: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px 12px;
}

.filter-elements .SumoSelect {
	width: 100%;
}

.filter-elements .submit-filter input {
	background: #d0091e url("https://cdn-ildhech.nitrocdn.com/gxdTjDhPHZiwNQJuCzDMGBJpOoGaDwii/assets/images/optimized/rev-b3921e2/stlbsa.org/wp-content/themes/bsa/images/right-arrow.png") no-repeat;
	background-position: right 20px center;
	border-radius: 0px;
	text-align: left;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
}

.filter-elements .submit-filter input.nitro-lazy {
	background-image: none !important;
}

.filter-elements .submit-filter input:hover, .filter-elements .submit-filter input:focus {
	background: #003d89 url("https://cdn-ildhech.nitrocdn.com/gxdTjDhPHZiwNQJuCzDMGBJpOoGaDwii/assets/images/optimized/rev-b3921e2/stlbsa.org/wp-content/themes/bsa/images/right-arrow.png") no-repeat;
	background-position: right 20px center;
	border: none;
	border-radius: 0px;
	text-align: left;
	text-transform: uppercase;
	outline: none;
	padding: 8px 20px;
}

.filter-elements .submit-filter input:hover.nitro-lazy, .filter-elements .submit-filter input:focus.nitro-lazy {
	background-image: none !important;
}

.filter-elements .reset-filter .reset {
	background: #d0091e url("https://cdn-ildhech.nitrocdn.com/gxdTjDhPHZiwNQJuCzDMGBJpOoGaDwii/assets/images/optimized/rev-b3921e2/stlbsa.org/wp-content/themes/bsa/images/right-arrow.png") no-repeat;
	background-position: right 20px center;
	border-radius: 0px;
	text-align: left;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	width: 100%;
	display: table;
	color: #fff;
	line-height: 24px;
	text-decoration: none;
	font-family: "Montserrat-Light";
	font-weight: 700;
}

.filter-elements .reset-filter .reset.nitro-lazy {
	background-image: none !important;
}

.filter-elements .reset-filter .reset:hover, .filter-elements .reset-filter .reset:focus {
	background: #003d89 url("https://cdn-ildhech.nitrocdn.com/gxdTjDhPHZiwNQJuCzDMGBJpOoGaDwii/assets/images/optimized/rev-b3921e2/stlbsa.org/wp-content/themes/bsa/images/right-arrow.png") no-repeat;
	background-position: right 20px center;
	border: none;
	border-radius: 0px;
	text-align: left;
	text-transform: uppercase;
	outline: none;
	padding: 8px 20px;
	color: #fff;
	text-decoration: none;
}

.filter-elements .reset-filter .reset:hover.nitro-lazy, .filter-elements .reset-filter .reset:focus.nitro-lazy {
	background-image: none !important;
}

.filter-elements ::-webkit-input-placeholder {
	color: #333132;
	text-transform: uppercase;
	font-size: 14px;
}

.filter-elements ::-moz-placeholder {
	color: #333132;
	text-transform: uppercase;
	font-size: 14px;
}

.filter-elements :-ms-input-placeholder {
	color: #333132;
	text-transform: uppercase;
	font-size: 14px;
}

.filter-elements :-moz-placeholder {
	color: #333132;
	text-transform: uppercase;
	font-size: 14px;
}

.filter-elements .SumoSelect > .CaptionCont > span.placeholder {
	color: #333132;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
}

.filter-elements .SumoSelect > .CaptionCont > label {
	background: url("https://cdn-ildhech.nitrocdn.com/gxdTjDhPHZiwNQJuCzDMGBJpOoGaDwii/assets/images/optimized/rev-b3921e2/stlbsa.org/wp-content/themes/bsa/images/select-arrow.png") no-repeat;
	background-position: center center;
	width: 36px;
	height: 36px;
}

.filter-elements .SumoSelect > .CaptionCont > label.nitro-lazy {
	background-image: none !important;
}

.filter-elements .SumoSelect > .CaptionCont > label > i {
	display: none;
}

.filter-elements .SumoSelect:focus > .CaptionCont, .filter-elements .SumoSelect:hover > .CaptionCont, .filter-elements .SumoSelect.open > .CaptionCont {
	box-shadow: none;
	border-color: #d0091e;
}

.filter-elements .SumoSelect.open > .optWrapper {
	top: 41px;
}

.filter-elements .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .filter-elements .SumoSelect .select-all.selected > span i {
	background-color: #d0091e;
}

.filter-elements .item-content {
	background: #003d89;
	color: #fff;
	font-family: "Montserrat-Light";
	padding: 8px 15px 8px 15px;
	font-size: 14px;
	text-transform: uppercase;
}

.filter-elements .item-content .delete {
	float: right;
	color: #fff;
}

.filter-elements .item-content .delete a, .filter-elements .item-content .delete a:hover {
	color: #fff;
}

.listings-wrap {
	margin-top: 50px;
}

.sticky-tab button {
	background-color: inherit;
	float: none;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: .3s;
	font-size: 17px;
}

.sticky-tab button:hover {
	background-color: #d0091e;
}

.sticky-tab button.active {
	background-color: #003d89;
	color: #fff;
}

.sticky-tabcontent {
	/*    display: none;*/
	border: 1px solid #fff;
}

.sticky-tabcontent {
	padding: 15px 25px 15px 20px;
	border-bottom: 3px #d0091e solid;
	position: relative;
}

.topright {
	float: right;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	position: absolute;
	right: 15px;
	top: 5px;
	display: none;
}

.topright:hover {
	color: red;
}

.sticky-right-main {
	position: fixed;
	top: 40%;
	right: 0;
	color: #fff;
	max-width: 1px;
	width: 100%;
	z-index: 9;
}

.sticky-right-main:hover {
	max-width: 420px;
}

.sticky-tab {
	max-width: 300px;
	width: 100%;
	float: right;
}

.sticky-tab-item {
	display: table;
	margin-bottom: 12px;
	float: right;
	border: 1px #fff solid;
}

.sticky-tab-item button {
	float: right;
	min-width: 180px;
	background-color: #003d89;
	color: #fff;
	border-radius: 0px;
	padding: 8px 15px;
	border-bottom: 3px #d0091e solid;
	font-size: 14px;
	line-height: 20px;
	font-family: "Montserrat-Light";
	text-transform: uppercase;
}

.sticky-tab-item button strong {
	font-family: "Montserrat-Bold";
	font-weight: 700;
}

.sticky-right-inner {
	position: relative;
}

.sticky-result-tab {
	position: absolute;
	top: 0px;
	left: 0;
	background: #003d89;
	width: 100%;
	z-index: 99;
	display: none;
}

.sticky-tab .sticky-tab-item:hover .sticky-result-tab {
	display: block;
}

.sticky-title {
	font-size: 30px;
	font-family: "Montserrat-Thin";
	text-transform: uppercase;
	margin-bottom: 5px;
}

.sticky-title strong {
	font-family: "Montserrat-Bold";
}

.sticky-description {
	font-family: "FiraSans-Book";
	min-height: 54px;
}

.sticky-links li {
	list-style: none;
	float: left;
	margin-right: 15px;
}

.sticky-links li:nth-child(4n + 1) {
	clear: left;
}

.sticky-links ul {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

.sticky-links a {
	color: #fff;
	font-family: "Montserrat-Light";
}

.sticky-links a:hover {
	text-decoration: underline;
}

.pagination-wrap {
	width: 100%;
	display: table;
	padding-top: 30px;
	padding-bottom: 10px;
}

.pagination-wrap .custom-pagination {
	font-size: 18px;
	font-family: "Montserrat-Bold";
	line-height: 1;
	text-transform: uppercase;
	margin: 0 auto;
	display: table;
}

.pagination-wrap .custom-pagination .page-numbers {
	padding-left: 2px;
	padding-right: 2px;
}

.pagination-wrap .custom-pagination .page-numbers.current {
	color: #d0091e;
}

.pagination-wrap .custom-pagination .next {
	padding-left: 15px;
	color: #333;
}

.pagination-wrap .custom-pagination .prev {
	padding-right: 15px;
	color: #333;
}

.pagination-wrap .custom-pagination a.page-numbers {
	color: #333;
	text-decoration: none;
}

.pagination-wrap .custom-pagination a.page-numbers:hover {
	color: #d0091e;
	text-decoration: none;
}

.below-copy-wrap {
	padding-top: 50px;
	display: table;
	width: 100%;
}

.below-copy-wrap .below-copy {
	max-width: 1300px;
	margin: 0 auto;
}

.main-navigation .sub-menu {
	background: #000;
	padding: 15px 20px 15px 25px;
	border: 1px #d0091e solid;
	margin-top: 5px !important;
	display: none;
}

.main-navigation .sub-menu a {
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Montserrat-Light";
	font-size: 13px;
	background: transparent;
	text-decoration: none;
	padding: 5px !important;
}

.main-navigation .sub-menu a:hover {
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Montserrat-Light";
	font-size: 14px;
	background: transparent !important;
	text-decoration: none;
	color: #ccc !important;
}

.main-navigation .sub-menu a:focus {
	background: transparent !important;
}

.main-navigation .sub-menu > li a {
	position: relative;
}

.main-navigation .sub-menu > li a:before {
	content: "|";
	margin-left: -10px;
	position: absolute;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}

.main-navigation .main-menu > li.current_page_parent > a, .main-navigation .sub-menu > li.current_page_item a {
	color: #ccc;
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg {
	top: 0px;
	width: 24px;
	height: 20px;
	color: #fff;
}

.accordian-main {
	margin: 30px 0px;
}

.accordions .accordions-head {
	background: #163d89 !important;
	margin: 10px 0px 0px 0px !important;
	padding: 15px !important;
}

.accordions .accordions-head:hover {
	background: #002b5f !important;
}

.accordions .accordions-head.ui-state-active {
	background: #d0131d !important;
}

.accordions .accordions-head h3 {
	font-family: "Montserrat-Bold";
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	line-height: 1.5;
	color: #fff;
}

.accordions .accordions-head:hover h3 {
	color: #b7b7b7;
}

.accordions .accordions-head.ui-state-active:hover h3 {
	color: #fff;
}

.accordions .accordions-head .accordion-icons {
	/* color: #003d89 !important;*/
	font-size: 20px !important;
	width: 20px;
	line-height: 0;
	height: 20px;
	border-radius: 100%;
	text-align: center;
}

.accordions .accordions-head .accordion-icons.fa-chevron-up {
	background: #fff;
}

.accordions .accordions-head:hover .accordion-icons.fa-chevron-up {
	background: #b7b7b7;
}

.accordions .accordions-head .accordion-icons.fa-chevron-down {
	background: #d0131d;
}

.accordions .accordions-head .accordion-icons.fa-chevron-up:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #003d89;
	font-size: 0px;
	line-height: 0;
}

.accordions .accordions-head .accordion-icons.fa-chevron-down:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	font-size: 0px;
	line-height: 0;
}

.accordions-themes.flat {
	margin: 0px 0px;
}

.accordions.flat .accordion-content {
	padding: 15px !important;
	border: 1px #ccc solid !important;
}

.accordions.flat .accordion-content a {
	color: #0073aa;
}

.accordions.flat .accordion-content a:hover, .accordions.flat .accordion-content a:focus {
	color: #23527c;
	text-decoration: underline;
}

.fullwidth .entry .entry-content, .fullwidth .entry .entry-summary {
	max-width: 100%;
	margin: 0 0%;
	padding: 0 0px;
}

.content-column.one_half {
	margin-top: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: inherit;
	font-family: inherit;
	padding: 4px 8px;
	letter-spacing: normal;
	height: 34px;
	outline: none;
	outline-offset: none;
}

.gform_wrapper select {
	height: 34px;
	background: #fff;
	border: solid 1px #ccc;
	outline: none;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	margin: 0px;
	border-radius: 0px;
	padding: 5px 30px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	background: #d0091e;
	font-family: "Montserrat-Bold";
	font-weight: 700;
	height: 40px;
	outline: none;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:focus {
	background: #003d89;
}

.gform_wrapper.gform_validation_error li.gfield.gfield_error, .gform_wrapper.gform_validation_error li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: inherit;
	margin-bottom: 0px !important;
	border-top: none;
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	display: none;
}

.gform_wrapper.gform_validation_error .gfield_error .gfield_label {
	color: inherit;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
	border: 1px solid #d0091e !important;
}

.gform_wrapper .gfield_required {
	color: #d0091e !important;
}

.gform_wrapper.gform_validation_error div.validation_error {
	color: #d0091e;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	border-top: none;
	border-bottom: none;
}

.gform_confirmation_wrapper .gform_confirmation_message {
	color: #008000;
	font-size: 16px;
	font-weight: 500;
}

.entry .entry-content ul, .entry .entry-content ol, .accordions.flat .accordion-content ul, .accordions.flat .accordion-content ol {
	margin-left: 10px;
	list-style: disc;
}

.entry .entry-content ul ul, .entry .entry-content ol ul, .entry .entry-content ul ol, .entry .entry-content ol ol, .accordions.flat .accordion-content ul ul, .accordions.flat .accordion-content ol ul, .accordions.flat .accordion-content ul ol, .accordions.flat .accordion-content ol ol {
	list-style: circle;
}

.entry .entry-content a {
	color: #337ab7;
	text-decoration: none;
}

.entry .entry-content a:active {
	color: #005177;
	text-decoration: none;
}

.entry .entry-content a:focus, .entry .entry-content a:hover {
	color: #23527c;
	text-decoration: underline;
}

.listings-wrap .listgrid .item > .box-content:first-child {
	padding-top: 0px;
}

/*
.search .site-header {
    min-height: 120px !important;
    background: #333;
}

.search .home-page-section {
    margin-top: 0;
    display: none;
}
 
*/
.search .site-header .site-branding {
	z-index: 9;
}

.search .post-content header {
	margin-top: 0 !important;
}

.search .main-navigation .main-menu > li > a {
	color: #fff;
}

.search .main-navigation .main-menu > li > a:hover {
	color: #ccc;
}

.search .entry-content p:empty {
	display: none;
}

.search .post-content header {
	margin-top: 0 !important;
}

.search .entry .entry-content p {
	margin: 0 0 10px 0;
	max-width: initial;
}

.search .page-header {
	margin-bottom: 0px;
}

.search .post-data {
	padding-bottom: 0;
	margin-bottom: 30px;
}

.search .page-header {
	padding: 50px 0px 15px 0px;
}

.archive .page-header .page-title, .search .page-header .page-title, .error404 .page-header .page-title {
	font-size: 36px;
	font-family: "FiraSans-Bold";
	line-height: 1;
	text-transform: uppercase;
	color: #003d89;
	font-weight: 700;
	margin-bottom: 15px;
	display: table;
}

.search .page-header .page-description {
	font-size: 30px;
	font-family: "FiraSans-Book";
	line-height: 1;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #003d89;
	font-weight: 500;
}

.archive .page-header .search-term:after, .archive .page-header .page-description:after, .search .page-header .search-term:after, .search .page-header .page-description:after, .error404 .page-header .search-term:after, .error404 .page-header .page-description:after {
	display: none;
}

.entry .entry-content .read-more-btn {
	margin: 0 0 15px 0;
	display: inline-block;
}

.read-more-btn .read-more {
	display: table;
	padding: 10px 35px;
	border: 1px #d0091e solid;
	font-family: "Montserrat-Light";
	font-weight: 500;
	color: #fff !important;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 28px;
	background: #d0091e;
}

.read-more-btn .read-more:hover, .read-more-btn .read-more:focus {
	border: 1px #003d89 solid;
	background: #003d89;
	text-decoration: none !important;
}

.read-more-btn .read-more strong {
	font-family: "Montserrat-Bold";
}

.search .post-data .entry-header h3 {
	font-size: 28px;
	font-family: "FiraSans-Bold";
	line-height: 1;
	text-transform: uppercase;
	color: #333;
	font-weight: 500;
	margin-bottom: 10px;
	display: table;
}

.search .post-data .entry-header h3 a {
	color: #333;
	text-decoration: none !important;
}

.search .post-data .entry-header h3 a:hover {
	color: #d0091e;
	text-decoration: none !important;
}

.error-404.not-found .page-title, .error-404.not-found .page-content, .no-results.not-found .page-title {
	margin: initial;
}

.error-404.not-found .search-submit, .no-results.not-found .search-submit {
	margin: 0px;
	border-radius: 0px;
	padding: 5px 30px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	background: #d0091e;
	font-family: "Montserrat-Bold";
	font-weight: 700;
	height: 40px;
	outline: none;
	margin-top: 15px;
}

.error-404.not-found .search-submit:hover, .no-results.not-found .search-submit:hover {
	background: #003d89;
}

.error-404.not-found .search-field, .no-results.not-found .search-field {
	padding: 5px 4px;
	letter-spacing: normal;
	height: 40px;
	outline: none;
	max-width: 400px;
	box-sizing: inherit;
	font-size: 14px;
	line-height: 20px;
	display: table;
}

.search .pagination .nav-links {
	font-size: 18px;
	font-family: "Montserrat-Bold";
	line-height: 1;
	text-transform: uppercase;
}

.search .pagination .nav-links a {
	color: #333;
}

.search .pagination a:hover, .search .pagination a:focus {
	color: #d0091e;
	text-decoration: none !important;
	outline: none;
}

.search .pagination a span {
	text-decoration: none !important;
	outline: none;
}

.search .pagination .nav-links .nav-next-text, .search .pagination .nav-links .nav-prev-text {
	display: block;
}

.search .pagination .nav-links svg {
	display: none;
}

.search .pagination {
	margin-bottom: 30px;
}

.no-results-text {
	padding-left: 20px;
	font-size: 22px;
}

.custombreadcrumb {
	font-size: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.notificationbar {
	margin-bottom: 5px;
	font-size: 20px;
	word-break: break-word;
}

.accordions-head {
	flex-flow: row-reverse;
}

.accordion-plus .fa-chevron-up:before {
	content: "" !important;
}

.accordion-minus .fa-chevron-down:before, .accordion-minus .fa-chevron-right:before {
	content: "" !important;
}

.accordions-head:hover .accordion-icons span {
	color: #fff !important;
}

.accordion-plus .fa-chevron-up:before {
	color: #fff !important;
}

/* bbpress  start*/
#bbpress-forums #bbp-search-form {
	margin-bottom: 35px;
}

.entry .entry-meta {
	display: none;
}

.entry .entry-title {
	display: none;
}

div.bbp-breadcrumb {
	/*display:none;*/
	margin-bottom: 10px;
}

.click-here {
	margin: 0px;
	border-radius: 0px;
	padding: 10px 30px;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	background: #d0091e;
	font-family: "Montserrat-Bold";
	font-weight: 700;
	width: 172px;
	height: 40px;
	margin-left: 35%;
	margin-top: 2%;
	color: #fff !important;
	text-decoration: none;
}

.click-here:hover, .click-here:active, .click-here:link, .click-here:visited {
	text-decoration: none;
	color: #fff !important;
}

@media only screen and (min-width: 786px) {
	.entry .entry-content > *, .entry .entry-summary > * {
		/* max-width: calc(6 * (100vw / 12) - 28px); */
		max-width: 100%;
	}
}
