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

#category-section {
	display:inline-flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	width:100%;
	padding:6px;
}

#category-section > b, #category-section > div {
	margin-left:8px;
	margin-right:8px;
}

#no-matches {
	display:none;
}

#oapsaDirectory th.sorting {
	cursor:pointer;
}

#oapsaDirectory th.sorting::after {
	content:"\f0dc";
	font-family:"FontAwesome";
	
}

#oapsaDirectory th.sorting_desc::after {
	content:"\f0dd";
	font-family:"FontAwesome";
}

#oapsaDirectory th.sorting_asc::after {
	content:"\f0de";
	font-family:"FontAwesome";
}

.post-type-wrap {
	display:none;
	font-size:120%;
}

.ind-search-result .col-lg-4 p {
	margin-bottom:0px;
}

.breadcrumb {
	font-size:13px;
	text-align:center;
	justify-content:center;
}

.breadcrumb .delineator {
	margin-left:4px;
	margin-right:4px;
}

.slick-next::before, .slick-prev::before {
	color:#ccc;
	font-family: FontAwesome;
	font-size:40px;
	margin-top:-10px;
}

.slick-next::before {
	content:"\f054";
}

.slick-prev::before {
	content:"\f053";
}

.featured-partner-slider {
	margin-top:6px !important;
}

.dropdown-menu {
	text-align:center !important;
}

@media screen and (max-width:480px) {
	.testimonial-slider > .container, .testimonial-slider > .container .col-lg-12, .testimonial-slider .card-body {
		padding:0px;
	}	
	.testimonial-slider .card-body p {
		font-size:14px;
	}
}



html { font-size: 16px; } 

body {
    font-family: "Nunito Sans", sans-serif;
	font-size:1.2rem;
}


.c-slider-testimonial-container {
	padding:0px !important;
}


@media screen and (min-width:480px) {
	.c-slider-testimonial-container .c-slide {
		padding:0px 12px;
	}	
}


// <weight>: Use a value from 200 to 1000
// <uniquifier>: Use a unique and descriptive class name

/*
.nunito-sans-<uniquifier> {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}
*/



html, body, p  {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

h1, h2,h3 {
 font-weight: 400;
}

.oapsa-content h2 {
font-weight:400;
font-size:2.5rem;
line-height:1.1em;
}



a, a:visited {color: #336699}
a:HOVER, a:ACTIVE {color: #003366}

img.header-image {
max-height:100px;
padding:30px 0 20px 0;
}

@media screen and (max-width:991px) {
	.header-image {
		margin-left:-40px;
		margin-top:-5px;
	}
}

@media screen and (max-width:420px) {
	.navbar-toggler {
		margin-right:-30px;
	}
}


/*  COLORS */

.oapsa-blue {color: #336699;}
.oapsa-bg-blue {background-color: #336699;}

.oapsa-red {color: #8f0000;}
.oapsa-bg-red {background-color: #8f0000; color:#fff;}

.oapsa-lt-blue {color: #e5f1f9;}
.oapsa-bg-lt-blue {background-color: #e5f1f9;}

.oapsa-lt-gray {color: #ececec;}
.oapsa-bg-lt-gray {background-color: #ececec;}

.oapsa-gold {color: #ffcc00;}
.oapsa-bg-yellow {background-color: #ffcc00;color:#000}

.oapsa-bronze {color: #81570e;}
.oapsa-bg-bronze {background-color: #81570e;color:#fff}

.oapsa-silver {color: #a6a6a5;}
.oapsa-bg-silver {background-color: #a6a6a5;color:#fff}


/* HEADER */

a.redlink, a.redlink:VISITED {
color: #8f0000;
text-decoration:underline;
}
		a.redlink:ACTIVE, a.redlink:HOVER {
			color: #900;
			}




.c-search-form {
    position: relative;
    font-size: 14px;
    max-width: 300px;
    width: 100%
}

.c-search-form .form-control {
    border: 0;
    outline: none;
    background: rgba(0,0,0,0);
    box-shadow: none;
    border: 1px solid #999;
    font-size: 18px;
    height: 57px;
    color: #000;
    font-weight: 400
}

.c-search-form .form-control::placeholder {
    color: #900 !important
}

.c-search-form button[type=submit] {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 0;
    background: rgba(0,0,0,0);
    padding: 0;

}

.c-search-form button[type=submit]>img {
    position: relative;
    top: -2px;
	width:25px;
}


.oapsa-eye-slogan {
font-size:1rem;
}

.oapsa-eye-links {
text-transform:uppercase;
}

.org-bar {
position:absolute;
top:37px;
right:20px;
width:80%;
}

.org-title {
width:50%;
float:left;
font-size:1rem;
line-height:1.1em;
padding-left:10px;
padding-top:8px;
}

@media screen and (max-width:420px) {
	.org-title {
		width:75%;
		margin-right:-20px;
		margin-left:15px;
	}
}

@media screen and (max-width:340px) {
	.org-title {
		display:none;
	}
}

.org-search {
width:25%;
float:right;
padding-right:20px;
}

.org-search input {
padding:15px;
}

.header-section {
position:relative;
}

#big-logo {
position:absolute;
top:-20px;
left:50px;
width:250px;
height:250px;
z-index:100;
}

@media screen and (max-width:1525px) {
	#big-logo {
		left:20px;
	}
}

@media screen and (max-width:1375px) {
	#big-logo {
		left:5px;
		width:235px;
		height:235px;
		top:-10px;
	}	
}

@media screen and (max-width:1225px) {
	#big-logo {
		left:1px;
		width:225px;
		height:225px;
		top:0px;
	}		
}

@media screen and (max-width:1150px) {
	#big-logo {
		left:1px;
		width:200px;
		height:200px;
		top:10px;
	}		
}

@media screen and (max-width:1025px) {
	#big-logo {
		left:1px;
		width:180px;
		height:180px;
		top:15px;
	}		
}



.eyebrow a {
display:inline-block;

}

.oapsa-eye-links a {
display:inline-block;
margin:10px;
text-decoration:none;
}


.eyebrow, .eyebrow a, .eyebrow a:VISITED {
color: #fff;
}

.eyebrow a:HOVER, .eyebrow a:ACTIVE {
color: #ccc;
}

/*  NAV */

.footer-logo img {
width:50%;
}


.footer-links {
color:#000;
}

.footer-links a, .footer-links a:VISITED {
font-weight:700;
text-transform:uppercase;
border-right:2px solid #999;
font-weight:700;
text-transform:uppercase;
text-decoration:none;
display:inline-block;
padding:0px 15px;
}
		.footer-links a:ACTIVE, .footer-links a:HOVER {
			color:#036;
		}

.link-start {
border:none;
}




.oapsa-blend {
	background: #999;
	background: linear-gradient(90deg,rgba(153, 153, 153, 1) 0%, rgba(102, 102, 102, 1) 100%);
	background-size:cover;
	position:absolute;
	top:140px;
	right:20px;
	height:60px;
	width:80%;
}

@media screen and (max-width:991px) {
	.oapsa-blend {
		z-index:9999;
		height:auto;
		top:121px;
		right:-50px;
	}
	.search-dropdown {
		left:0px;
		position:absolute;
		z-index:9999;
		height:auto;
		top:121px;
	}
}

@media screen and (max-width:768px) {
	.oapsa-blend {
		right:-20px;
	}	
	.search-dropdown {
	}
}

@media screen and (max-width:480px) {
	.oapsa-blend {
		right:-10px;
	}	
	.search-dropdown { 
	}
}

ul.oapsa-dt-nav > li {
text-transform:uppercase;
height:60px;
padding:0;
border-right:2px solid #fff;
min-width: 21%;
text-align: center;
}

ul.oapsa-dt-nav > li ul {
width:300px;
margin-left:-30px;
}


ul.navbar-nav li.nav-item > a.nav-link {
display:inline-block;
line-height:50px;
color:#fff;
width:100%;
}

ul.navbar-nav li.nav-item > a.nav-link:HOVER, ul.navbar-nav li.nav-item > a.nav-link:ACTIVE {
color:#fff;

}

.extra-link-wrap {
	border-bottom: 2px solid #fff;
}

ul.navbar-nav li.menu-item > a, a.extra-link {
display:flex;
color:#fff;
width:100%;
justify-content:center;
align-items:center;
text-decoration:none;
height:100%;
font-size:16px;
padding:6px;
}

ul.navbar-nav li.menu-item .indi {
	position:absolute;
	margin-top:-18px;
	margin-left:-6px;
	
}

@media screen and (min-width:450px) {
ul.navbar-nav li.menu-item .indi {
	position:absolute;
	margin-top:-28px;
	margin-left:-6px;
	
}	
}

span.desktopIndi i {
	margin-left:5px;
}

@media screen and (max-width:1262px) {
	span.desktopIndi {
		display:block;
	}
}

ul.navbar-nav li.menu-item .indi i {
	cursor:pointer;
	color:#fff;
}

ul.dropdown-menu li.menu-item > a {
	color:#000;
}

ul.navbar-nav li.menu-item > a:HOVER, ul.navbar-nav li.menu-item > a:ACTIVE {
color:#fff;
text-decoration:underline;
}

ul.dropdown-menu li.menu-item > a:HOVER, ul.navbar-nav li.menu-item > a:ACTIVE {
color:#000;
text-decoration:underline;
}

@media screen and (max-width:991px) {
	.navbar-nav > li > a {
		height:60px !important;
	}
	ul.oapsa-dt-nav > li ul {
		width:75%;
		margin-left:auto;
		margin-right:auto;
	}
	ul.oapsa-dt-nav > li {
		height:auto;
	}
	.dropdown-menu {
		border:none;
		background:none;
	}
	.dropdown-menu li {
		width:100%;
		border-bottom:1px solid #fff;
	}
	.dropdown-menu li > a {
		color:#fff !important;
	}
}


/* CORPORATE FRIENDS LOGOS */

.the-badge {
width:70%;
position:absolute;
top:-15px;
left:15%;
font-size:0.9em;
font-weight:700;
padding:5px 10px;
}

.badge-wrapper {
position:relative;
}


/* CAROUSEL */


.carousel-control-next-icon, .carousel-control-prev-icon {
width: 3rem;
height: 5rem;
}

.carousel-control-next-icon {
background-image: url(../images/arrow-right.png);
}

.carousel-control-prev-icon {
background-image: url(../images/arrow-left.png);
}




.carousel {
    user-select: auto;
    pointer-events: auto;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
}

.carousel-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    z-index: 1;
}
.carousel-caption {
	position: absolute;
	top:20%;
	left:50%;
	text-align:left;
	z-index: 2;
}

.carousel-caption h5 {
	font-size:3rem;
	line-height:1.1em;
	color:#000;
}

.carousel-caption p {
	font-size:2rem;
	line-height:1.1em;
	color:#000;
	font-weight:300;
}

@media screen and (max-width:991px) {
	.slideshow, .slideshow .carousel, .slideshow .carousel .carousel-inner, .slideshow .carousel .carousel-inner .carousel-item, .slideshow .carousel .carousel-inner .carousel-item img {
		min-height:700px;
	}
	.slideshow .carousel .carousel-inner .carousel-item img {
		object-fit:cover;
	}
	.carousel-caption {
		left:12.5%;
		font-size:80%;
	}
	.carousel-caption h5 {
		font-size:2.1rem;
	}
	.carousel-caption p {
		font-size:1.6rem;
	}
}

	.slideshow, .slideshow .carousel, .slideshow .carousel .carousel-inner, .slideshow .carousel .carousel-inner .carousel-item, .slideshow .carousel .carousel-inner .carousel-item img {
		min-height:600px;
	}
	.slideshow .carousel .carousel-inner .carousel-item img {
		object-fit:cover;
	}

/* CARDS */

.number-days {
font-size:3rem;
}


.tile {
	background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 25px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
    margin-top: 20px;
    width: 100%
}


/* BUTTONS */

.button, .button-sm, .button-lg {
	text-transform: uppercase;
    text-decoration: none!important;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.14;
    text-align: center;
    -webkit-appearance: none;
    transition: all .3s ease-in-out
}

.button {
    padding: 14px 24px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
}

.button-sm {
    padding: 7px 12px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
}

.button-lg {
    padding: 18px 45px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
}

.btn-blue, .btn-blue:VISITED {
    background-color: #336699;
    border-color: #336699;
    color: #fff !important;
}

		.btn-blue:HOVER, .btn-blue:ACTIVE {
			background-color: #036;
			color: #fff;
		}


.btn-blue-outline, .btn-blue-outline:VISITED {
    background-color: transparent;
    border: 1px solid #336699;
    color: #336699;
}

		.btn-blue-outline:HOVER, .btn-blue-outline:ACTIVE {
			background-color: #036;
			color: #336699;
		}



.btn-lt-gray, .btn-lt-gray:VISITED {
    background-color: #ececec;
    border-color: #ececec;
    color: #336699 !important;
}

		.btn-lt-gray:HOVER, .btn-lt-gray:ACTIVE {
			background-color: #ccc;
			color: #fff;
		}

.btn-yellow, .btn-yellow:VISITED {
    background-color: #f0ab00;
    border-color:#f0ab00;
	color: #000;
}

		.btn-yellow:HOVER, .btn-yellow:ACTIVE {
			background-color: #900;
			color: #fff;
		}

.btn-red, .btn-red:VISITED {
    background-color: #8f0000;
    border-color:#8f0000;
	color: #fff !important;
}

		.btn-red:HOVER, .btn-red:ACTIVE {
			background-color: #C00;
			color: #fff;
		}

.oapsa-bg-red > a, .oapsa-bg-red > a:VISITED, .oapsa-bg-red > a:ACTIVE, .oapsa-bg-red > a:HOVER {
color:#fff;
}

.oapsa-bg-red:HOVER, .oapsa-bg-red:ACTIVE {
background-color:#900;
color:#fff;
}


.btn-green, .btn-green:VISITED {
    background-color: #558000;
    border-color: #558000;
    color: #fff !important;
}



.oapsa-tile h2 {
font-weight:400;
text-transform:uppercase;
}

.oapsa-tile {
box-shadow: 10px 10px 5px #184067;
border-radius:20px;
}

.oapsa-tile-white {
box-shadow: 10px 10px 5px #cccccc;
border-radius:20px;
}



/* TESTIMONIALS */

.quote-boxes {
position:relative;
}


.the-quote {
width:50px;
position:absolute;
top:-10px;
z-index:100;
}

.quote-left {
left:-10px;
}

.quote-right {
right:-10px;
}


/* EVENTS */




.the-month {
text-transform:uppercase;
font-size:1.2rem;
line-height:1em;
margin:0;
padding:0;
}

.the-day {
font-size:3rem;
line-height:1em;
padding:0;
}

.date_wrapper {
padding:0 0 15px 0;
border:2px solid #fff;
margin-bottom:20px;
margin-right:20px;
background-color:#fff;
min-width:250px;
}

.home_date_box {
width:100%;
padding-top:20px;
padding-bottom:20px;
margin-bottom:10px;
background-color:#8f0000;
color:#fff;
text-align:center;
}

.date_box {
width:145px;
padding-top:20px;
padding-bottom:20px;
margin:10px;
background-color:#035772; /*035772 */
color:#fff;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
text-align:center;
}

.join-oapsa.menu-item {
	background-color:#9a0000;
}

.join-oapsa.menu-item .sub-menu li {
	background-color:#9a0000;
	color:#fff;
}
.join-oapsa.menu-item .sub-menu li a  {
	color:#fff;
}

.join-oapsa.menu-item .sub-menu li a:hover {
	color:#eee;
} 

.regular-membership-text,.associate-membership-text,.retired-membership-text,.board-membership-text,.new-membership-text,.first-membership-text {
	background-color:#eee;
	border-radius:12px;
	padding:12px;
}

.associate-membership-text,.retired-membership-text,.board-membership-text,.new-membership-text,.first-membership-text {
	display:none;
}

.form-check-inline:nth-child(1) {
	margin-left:0.5rem;
}

.membership-roles .form-check-input {
	width:20px !important;
	height:20px !important;
	border-radius:5px;
	display:inline-flex;
	margin-top:-2px;
}

.membership-roles .form-check-label {
	display:inline-flex;
	text-wrap:wrap;
	margin-top:6px;
}

/* Small devices (landscape phones, 576px and up) */
@media screen and  (min-width:576px) {

}

/* Medium devices (tablets, 768px and up) */
@media screen and  (min-width:768px) {

.the-quote {
width:90px;
position:absolute;
top:-30px;
z-index:100;
}

.quote-left {
left:-30px;
}

.quote-right {
right:-30px;
}


}

/* Large devices (desktops, 992px and up) */
@media screen and  (min-width:992px) {


.org-title {
width:70%;
float:left;
font-size:2rem;
line-height:1.1em;
padding-left:5px;
}

.oapsa-header {
min-height:210px;
}

.footer-logo img {
width:80%;
}


}

/* X-Large devices (large desktops, 1200px and up) */
@media screen and  (min-width: 1200px) {
.org-title { 
	width:60%;
}

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media screen and  (min-width: 1400px) {

}


