:root {
	--text-shadow: 0 0 10px #000000ab;
}
*,
::after,
::before {
	box-sizing: border-box;
	cursor: default;
}
a,
button {
	cursor: pointer;
}
a:hover,
a:focus {
	opacity: 0.75;
}

.no-break {
	display: inline-flex;
}

.header .navbar-inner {
	border-bottom: 1px solid rgb(23 43 74 / 50%);
	box-shadow: -4px 2px 20px -10px #172b4aa3;
}
.header .navbar .navigation>ul>li.dropdown>ul li a:focus,
.header .navbar .navigation>ul>li.dropdown>ul li:focus >a,
.header .navbar .navigation>ul>li.dropdown>ul li a:hover,
.header .navbar .navigation>ul>li.dropdown>ul li:hover >a {
	color: #910304;
	font-weight: bold;
	opacity: 1;
}

footer .owl-carousel .owl-item img {
	width: 70%;
}

.HomepageHeader {
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4rem 0;
}
.HomepageHeader .bannerCaption,
.NewsHeader .bannerCaption {
	position: initial;
	left: unset;
	top: unset;
	transform: none;
	text-align: center;
	z-index: 9;
	max-width: 100%;
	width: 100%;
	margin: 2rem 0;
}

.HomepageHeader .bannerCaption h1 {
	font-size: 3.5rem;
	line-height: 1.25;
	margin: 0 auto 1rem;
}
.bannerCaption h1 {
	max-width: 75rem;
	font-size: 3rem;
	line-height: 1.15;
}

.HomepageHeader .bannerCaption p {
	max-width: 57ch;
	font-size: 1.25rem;
  line-height: 1.35;
}

.NewsHeader {
	background-image: url(../images/news.jpg);
	background-position-x: right;
  background-position-y: top;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4rem 0;
}

.headTitle {
	margin: 0 0 4rem;
	padding: 0 0 15px;
	font-size: 2rem;
	line-height: 1.15;
}
.newsPage .news {
	margin: 4rem auto 12rem;
}
.newsPage .news ul li:nth-of-type(even),
.newsPage .news ul li:nth-of-type(odd),
.newsPage .news ul li {
	padding: 4rem 0;
}
.newsPage .news ul li:nth-of-type(even) {
	background: #f8f1e0;
	box-shadow: -4px 2px 20px -15px;
  position: relative;
}
.newsPage .news ul li:nth-of-type(odd) {
	background: white;
}
.newsPage .news ul li h2 {
	font-size: 2.25rem;
	margin: 1.5rem 0 0;
	padding: 0 0 0.75rem;
}
.newsPage .news ul li a,
.newsPage .news ul li p {
	font-size: 1.35rem;
	line-height: 1.5;
}
.newsPage .news ul li a {
	margin: 0;
}
.newsPage .news ul li .headTitle:after {
	content: none;
}
.newsPage .news li .date {
	position: relative;
	font-style: italic;
	font-size: 1.75rem;
	margin-bottom: 1rem;
}
.newsPage .news li .date::after {
	position: absolute;
	content: '';
	height: 3px;
	background: #c6202e;
	right: 0;
	bottom: 0px;
	margin: 0 auto;
	width: 100vw;
}

.container,
.header .navbar .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container,
.tulsa .serveCaption {
	max-width: 75rem;
}

.resource ul {
	align-items: initial;
	padding: 0 4rem;
	margin: 2rem auto;
}

.resource ul li {
	padding: 2rem;
	align-content: flex-start;
	flex-direction: column;
	box-shadow: -4px 2px 20px -15px;
}

.resource ul li .iconDiv {
	margin: 0 auto 2rem;
}
.resource ul li .iconDiv img {
	width: 70%;
}

.resource ul li .textDiv {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
	align-items: center;
}
.resource ul li p {
	max-width: 36ch;
}

.resource ul li .footDiv {
	align-self: flex-end;
	text-align: center;
	width: 100%;
	margin-top: auto;
}
.resource ul li .footDiv a {
	font-size: 1.15rem;
}

.memberFrame {
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.member_text {
	width: 55%;
	/* min-width: 400px; */
	padding: 0;
	box-shadow: -4px 2px 20px -10px;
}
.member_img {
	width: 45%;
	min-width: 400px;
}
.member_img img {
	box-shadow: -4px 2px 20px -10px;
}

.member_text_frame {
	padding: 1.5rem 3rem;
}

.member_text h3 {
	font-size: 1.5rem;
	margin-top: 0;
}

.member_text p {
	font-size: 1rem;
}

.member_text a {
	font-size: 1.2rem;
	display: inline-block;
}

.news {
	padding: 0;
	margin: 8rem auto;
}
.news > a ,.news div.span12 > a{
	font-size: 1.5rem;
	margin: 1rem auto 3rem;
}

.NewsBox p {
	font-size: 1.25rem;
  line-height: 1.35;
}
.NewsBox h3 {
	margin-bottom: 0.5rem;
}
.NewsBox h3 small {
	font-size: 0.6em;
	margin-bottom: 0.6em;
  display: inline-block;
}
.NewsBox hr {
	border-bottom-width: 2px;
	margin: 2rem 0;
}
.serveCaption h2,
.serveCaption .headTitle ,
.about .serveCaption .headTitle {
	font-size: 3rem;
	line-height: 1.2;
	margin-bottom: 2rem;
	padding-bottom: 0.25em;
	text-align: center;
}
.serveCaption .headTitle::after {
	left: 10%;
	right: unset;
	background: #fff;
	width: 80%;
	bottom: -0.25em;
}

.serveCaption h2:after{
	left: -25%;
	right: unset;
	background: #fff;
	width: 150%;
}

.about .serveCaption .headTitle:after {
	max-width: unset;
	height: 10px;
}
.about .serveCaption p {
	font-size: 2.5rem;
	margin: 2rem auto;
	max-width: 25ch;
	line-height: 1.35;
}

.serveCaption p {
	font-size: 1.65rem;
	margin-bottom: 4rem;
	line-height: 1.2;
}
.serveCaption a {
	font-size: 1.5rem;
}


.serve {
	background-image: url(../images/serve1.jpg);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4rem 0 3rem;
	box-shadow: -4px 2px 20px -12px;
}
.serve.about {
	background-image: url(../images/about.jpg);
	background-position-y: center;
}

.serve::before {
	content: none;
}
.serveCaption {
	position: relative;
	left: unset;
	top: unset;
	transform: none;
	margin: 6rem auto;
	/* max-width: 50rem; */
}

.serve.tulsa {
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 0 8rem;
	position: relative;
	border-top: 2px solid #c6212f;
	border-bottom: 2px solid #c6212f;
}
.serve.tulsa::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* opacity: 0.75; */
	background-color: #fff1d3;
	background: linear-gradient(115deg, #fff1d3, #fff1d3ab, #fff1d30d);
}
.serve.tulsa > .container {
	padding-left: 0;
}
.serve.tulsa > .container .serveCaption {
	padding-left: 0;
	max-width: 40ch;
	margin: 0 auto 6rem 0;
}
.serve.tulsa .serveCaption a:hover,
.serve.tulsa .serveCaption a:focus {
	color: #910304;
}

.lawyer_refferal {
	padding: 0;
	margin: 8rem auto;
}

.social_icons ul li a {
	line-height: 2.5;
	transition: all 0.3s;
}
.social_icons ul li a i {
	transform: scale(1.35);
}
.social_icons ul li a:hover,f
.social_icons ul li a:focus {
	transform: scale(1.1);
}

footer a:focus,
footer a:hover,
footer a:focus img,
footer a:hover img {
	opacity: 0.8;
	cursor: pointer;
}

.sponsor a {
	font-size: 1rem;
}

footer .adSlider .owl-prev {
	left: 0;
}
footer .adSlider .owl-next {
	right: 0;
}
.golfBanner {
	padding: 4rem 0 4rem;
}
.golfBanner img:not([class]) {
	border: 5px solid #c6202e;
	box-shadow: -4px 2px 20px -10px;
}
.golfBanner .TitleText {
	font-size: 3.5rem;
	line-height: 1.25;
	margin: 4rem auto 4rem;
	max-width: 28ch;
	font-weight: bold;
}
.btn_block {
	margin: 4rem auto;
}
.beneficiaries {
	background: #172b4a;
	padding: 8rem 0 8rem;
	margin-top: 8rem;
	box-shadow: -4px 2px 20px -12px;
	border-top: 2px solid #c6212f;
	border-bottom: 2px solid #c6212f;
}
.beneficiaries p,
.beneficiaries .headTitle {
	color: white;
	font-size: 2rem;
}
.beneficiaries .headTitle:after {
	color: inherit;
	background: currentColor;
}
.beneficiaries ul {
	background: white;
	padding: 4rem 1rem;
	justify-content: space-evenly;
	width: fit-content;
  margin: 0 auto 4rem;
}
.SectionBox {
	padding: 3rem 1.5rem;
	width: 900px;
	max-width: 100%;
}
.SectionBox .SectionBoxTitle {
	padding: 10px 30px;
}
.SectionBox ul {
	max-width: 800px;
}
.memberServices .SectionBox ul li a {
	text-transform: uppercase;
}
.about_SectionBox.SectionBox ul li,
.SectionBox ul li {
	padding: 0.5em 1em;
}
p,
.BodyText {
	font-size: 1.25rem;
}

.membership_ul ul li .mm_box h3 {
	font-size: 1.35rem;
	color: #fff;
	font-weight: 400;
	margin-bottom: auto;
	line-height: 1.15;
	min-height: 2em;
	align-self: center;

}
.membership_ul ul li .mm_box {
	display: flex;
	flex-direction: column;
	box-shadow: -5px 10px 20px -10px #172b4aa3;
}
.membership_ul ul li .mm_box a {
	margin: 2rem auto;
}
.membership_ul ul li .mm_box p:after {
	height: 2px;
	width: 100%;
}
.membership_ul ul li .mm_box p {
	font-size: 1.15rem;
	width: 100%;
}
.TCBAButton {
	padding: 0.75em 1.5em;
}
.about .memberFrame,
.abouttext p {
	padding-left: unset;
}
.abouttext p {
	max-width: 75ch;
	margin: auto auto 1em;
}
.TCBAForm {
	padding-left: unset;
	margin: auto;
  max-width: 90%;
}
.TwoColumnList ul {
	width: 80%;
  max-width: 75ch;
  margin: 2em auto;
	display: flow-root;
	padding: 0;
}
.TwoColumnList ul li {
	width: calc(50% - 1em);
  margin-right: 1em;
	font-size: 1.5rem;
}
.TCBAForm input {
	height: auto;
	font-size: 2rem;
	padding: 0.25em 0.5em;
}
.TCBAForm p {
	margin: 0 0 3rem;
	font-style: italic;
}

/* ----- Media Queries ----- */

@media (max-width: 1400px) {
	.membership_ul ul {
		flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0px;
	}
	.membership_ul ul li {
		width: 33%;
    margin-bottom: 20px;
		max-width: 18rem;
		min-width: 14rem;
	}
}

@media (max-width: 1199px) {
	.resource ul {
		padding: 0;
	}
	.resource ul li {
		width: 30%;
	}
	.member_text h3,
	.news >a,.news div.span12 > a,
	.tulsa .serveCaption h2 {
    font-size: 1.5rem;
	}
	.NewsBox h3 {
		font-size: 2rem;
	}
	.member_text p,
	.news ul li p {
		font-size: 1rem;
	}
	p,
	.BodyText {
		font-size: 1.25rem;
	}
}

@media (max-width: 1150px) {
	.memberFrame {
		flex-direction: column-reverse;
	}
	.member_text,
	.member_img {
		width: 100%;
		min-width: unset;
	}
	.member_img {
		padding: 0;
	}
	.member_img img {
		max-width: 90%;
		margin: auto;
		display: block;
	}
	.member_text_frame {
    padding: 4rem 2rem 2rem;
    margin-top: -2rem;
	}
	.TwoColumnList ul {
		width: 90%;
	}
	.TwoColumnList ul li {
		width: 100%;
	}
}

@media (max-width: 979px) {
	.header .navigation {
    box-shadow: -5px 10px 20px -10px #172b4aa3;
	}
	.memberServices .SectionBox ul li a {
		font-size: 1.5rem;
	}
	.about .serveCaption .headTitle,
	.SectionBox .SectionBoxTitle {
		font-size: 26px;
		top: -30px;
		width: 300px;
	}
	.header .navbar .navigation>ul>li>a,
	.header .navbar .navigation>ul>li.dropdown>ul li a,
	.shrink .header .navbar .navigation>ul>li>a,
	.navMain .navigation .memberbox .searchBtnFn .form-group input {
		font-size: 1.2rem;
	}
}

@media (max-width: 767px) {
	.serveCaption h2:after {
		right: 0;
    left: 0;
    width: 100%;
    max-width: unset;
	}
	.resource ul {
		flex-direction: column;
		align-items: center;
	}
	.resource ul li {
		width: 100%;
		max-width: 400px;
	}
	.headTitle {
		margin: 0 auto;
	}
	.newsSlider .owl-prev {
		left: -1em;
		box-shadow: -4px 2px 20px -6px #172b4a;
	}
	.newsSlider .owl-next {
		right: -1em;
		box-shadow: -4px 2px 20px -6px #172b4a;
	}
	.owl-dots {
		margin-top: 2rem;
	}
	.owl-dot > span {
		box-shadow: -2px 1px 10px -3px #172b4a;
	}
	.footer_links li {
		margin: 6px 0;
	}
	.footer_links ul li a {
		padding: 12px 0;
	}
	.golfBanner {
		padding: 2rem 0 4rem;
	}
	.golfBanner .TitleText {
		font-size: 2rem;
	}
	.TCBAButton {
    font-size: 1rem;
	}
	.table_Sec tbody {
		max-width: 90vw;
	}
	.beneficiaries ul {
		flex-direction: column;
		width: 90%;
		padding: 1rem 1rem;
	}
	.beneficiaries ul li {
		width: 100%;
		padding: 2rem 0;
	}
	.SectionBox {
		width: 100%;
    max-width: unset;
	}
	.newsPage .news li .date::after {
		max-width: 100%;
		left: 0;
		right: 0;
	}
	.newsPage .news ul li h2 {
		font-size: 2rem;
	}
	.newsPage .news ul li a,
	.newsPage .news ul li p {
		font-size: 1.25rem;
		text-align: center;
	}
	.abouttext p,
	.TCBAForm,
	.TwoColumnList ul {
		padding: 1rem 2rem;
	}
	.TwoColumnList ul {
		width: 100%;
		margin: 1em auto;
	}
	.TwoColumnList ul li {
		padding: 0.25em;
		font-size: 1.25rem;
	}
	.membership_ul ul li {
		width: 50%;
		min-width: 14rem;
	}
	.membership_ul ul li .mm_box h3 {
		font-size: 1.2rem;
	}
	.abouttext p,.TCBAForm{
		padding: 1rem 0rem;
	}
}


@media (max-width: 600px) {
	.social_icons ul li {
		padding: 0 0.75rem;
	}
	.about_SectionBox.SectionBox ul li,
	.SectionBox ul li {
		width: 100%;
	}
	.SectionBox ul li:nth-child(1):after,
	.SectionBox ul li:nth-child(2n+1):after {
		content: none;
	}
	.SectionBox .SectionBoxTitle {
		top: -30px;
	}
}

