/* Add your styles here */
body {
    color:#002c70 !important;
}


.navbar-brand .logo {
    margin-top: 5px;
}
#nav-main .btn-donate a, #nav-main .btn-podcast a {
    padding: 5px 25px !important;
    border-radius: 5px;
    color: #fff !important;
    margin: 30px 10px 0;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.55) !important;
}
.navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .show>.nav-link:hover {
    color: rgba(0,0,0,.7) !important;
}
body.home .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}
body.home .navbar-light.nav-scroll .navbar-nav .nav-link {
    color: rgba(0,0,0,.55) !important;
}



body.home .navbar-light .navbar-nav .nav-btn .nav-link, body .navbar-light .navbar-nav .nav-btn .nav-link {
    background: #8c6731;
    color: #fff !important;
    padding: 7px 35px !important;
    border-radius: 50px;
    margin-top: 27px;
}



body.home section {
    padding:120px 0;
}
body.home section.owl-carousel {
    padding:0;
}

h3.section-title {
    font-size: 4.25rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0.8em;
    margin: 0;
    padding: 0;
}

.checkmark {
    width: 115px;
    float: left;
    margin-right: 20px;
}


section#home {
    padding: 30vh 0 0;
    position: relative;
    background-size: cover !important;
    background-position: center right !important;
}
section#home.owl-carousel {padding:0;}
section.single-slide {
    background-size: cover !important;
    background-position: center right !important;
    padding:30vh 0 !important;
}
section#home:before {
    content: '';
    background: linear-gradient(
145deg, rgba(39,64,118,1) 0%, rgba(9,54,121,0) 65%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section.single-slide:before {
    content: '';
    background: linear-gradient(90deg, rgba(0,44,112,1) 0%, rgba(9,54,121,0) 55%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section#home.owl-carousel .owl-nav.disabled {
    display: block !important;
}
#home button.owl-prev, #home button.owl-next {
    position: absolute;
    top: 50%;
    font-size: 4rem;
    transform: translateY(-50%);
    min-width: 0;
    opacity: 0.5;
    transition-duration: 0.5;
}
#home button.owl-prev { left:15px; }
#home button.owl-next { right:15px; }
#home button.owl-prev:hover, #home button.owl-next:hover {
    opacity:1;
    transition-duration: 0.5;
}
section#home .owl-dots {
    display: none !important;
}


section#home .container {
    position: relative;
}
section#home h1 {
    font-size: 5.5rem;
    line-height: 0.9em;
    text-transform: uppercase;
    font-weight: 100;
    color: #fff;
}
section#home h1 span {
    display: block;
    font-weight: 900;
    font-size: 9rem;
    line-height: 0.9em;
}
section#home .btn {
    margin: 15px 10px 0 0;
}
section#home p, section#about p, section#news p {
    text-transform: uppercase;
    line-height: 1.25em;
    color: #fff;
}
section#home .embed-container {
    margin-top: 100px;
    border-radius: 30px;
}
section#home:after  {
    content: '';
    width: 150%;
    height: 400px;
    position: absolute;
    bottom: -200px;
    left: -25%;
    background: #fff;
    z-index: 0;
    transform: rotate( 
7deg);
}
section#home .container {
    position: relative;
    z-index: 1;
}




section#quote1 , section#quote2, section#quote3{
    background: #fff;
    padding-bottom: 0;
}
section#quote1 .container, section#quote2 .container, section#quote3 .container  {
    position: relative;
}
.text-left {
    text-align: left;
}
.quote-txt {
    position: absolute;
    width: 40%;
    min-width: 300px;
    top: 50%;
    transform: translateY(-80%);
}
#quote1 p, #quote2 p, #quote3 p {
    font-weight: 100;
    font-size: 1.75rem;
}
.quote-author {
    font-weight: 900;
    font-size: 1rem;
    
}
.quote-author span {
    display: block;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1em;
}
i.fas.fa-quote-left {
    font-size: 6rem;
    position: absolute;
    top: -0.5em;
    left: -0.65em;
    z-index: 0;
    opacity: 0.2;
    color: #8c6731;
}
.author-img {
    position: relative;
    left: -5%;
}
.author-img img {
    position: relative;
}
.author-img:before {
    content: '';
  /*  background: #002c70; */
    width: 60%;
    height: 90%;
    display: block;
    position: absolute;
    left: 30%;
    top: 20%;
    z-index: 0;
    border-radius: 30px;
    opacity: 0.2;
}
.quote-txt {
    margin-top: 20px;
    z-index: 99;
}
section#quote3 {
    padding: 0;
    margin-top: -120px;
    position:relative;
}
section#quote3 img.quote-img {
    max-width: 500px;
}




section#about, section#news, section#events {
    position: relative;
    padding-top: 0;
    background: rgb(53,99,155);
}
section#about .container, section#news .container {
    position:relative;
    padding-top: 60px;
}
section#about:before, section#news:before, footer:before {
    content: '';
    width: 150%;
    height: 400px;
    position: absolute;
    top: -100px;
    left: -25%;
    background: rgb(78,161,219);
background: linear-gradient(0deg, rgba(53,99,155,1) 0%, rgba(34,53,107,1) 100%);
    z-index: 1;
    transform: rotate( 
7deg);
}
section#about:after, section#news:after, footer:after {
    content: '';
    width: 150%;
    height: 400px;
    position: absolute;
    top: -110px;
    left: -25%;
    background: #8c6731;
    z-index: 0;
    transform: rotate( 
7deg);
}
#about .container, #news .container, footer .container {
    position: relative;
    z-index: 99;
    text-align: center;
}
#about h3, #news h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 100;
    line-height: 0.9em;
    padding-bottom: 10px;
}
#about h3 span, #news h3 span {
    display: block;
    font-weight: 900;
}
#about .fal {
    color: #fff;
    font-size: 3.5rem;
    margin-top: 30px;
}
#about h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 900;
    padding: 10px 0;
}
#about .embed-container {
    margin-top: 60px;
    border-radius: 30px;
    margin-bottom: -60px;
}
.icon-list {
    margin: 30px 0 15px;
}




section#join {
    position: relative;
    padding: 60px 0;
}
#join .container {
    position: relative;
}
section#join:before, section#blogs:before {
    content: '';
    width: 150%;
    height: 400px;
    position: absolute;
    top: -200px;
    left: -25%;
    background: #fff;
    z-index: 0;
    transform: rotate( 
7deg);
}
#join h3 {
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 100;
    line-height: 0.9em;
    padding-bottom: 10px;
}
#join h3 span {
    font-weight: 900;
}
section#join p {
    text-transform: uppercase;
    line-height: 1.25em;

}


section#quote2 {
    padding: 0px 0 70px;
}


section#news {
    padding-bottom: 30px;
}
#news h3 span {
    display: inline !important;
}
section#events {
    position: relative;
}
section#events .container {
    position: relative;
    z-index: 99;
    margin-bottom: -60px;
}


section#blogs {
    position: relative;
    padding-top: 0;
}
#blogs .container {
    position: relative;
    z-index: 99;
}
.single-blog-post {
    margin-bottom: 30px;
}


section#network {
    position: relative;
    padding-top: 0;
    padding-bottom: 200px;
}
#network h3 {
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 100;
    line-height: 0.9em;
    padding-bottom: 40px;
}
#network h3 span {
    font-weight: 900;
    display: block;
}



footer, footer .bootscore-footer.bg-light {
    position: relative;
    background: #35639b !important;
}
footer:before, footer:after {
    height:250px;
}
.footer_widget.mb-4 {
    text-align: left;
}




.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.accordion-item:last-of-type, .accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
button.accordion-button {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff !important;
}
.accordion-header button {
    background: #b3b3b3;
}
.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}
.accordion-button::after, .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}



.who_img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-size: cover !important;
    background-position: center center !important;
    margin-top: 25px;
}


section#podcast, section#podcast .section-title {color:#fff;}

.post-inner {
    background-size: cover !important;
    background-position: center center !important;
    padding: 15px;
    min-height: 500px;
    position: relative;
    border-radius: 30px;
}
.post-inner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(
0deg, rgba(0,44,112,1) 0%, rgba(0,44,112,0) 60%);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.post-inner a {
    position: absolute;
    text-decoration: none !important;
    display: block;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0 25px;
    color:#fff;
    text-transform: uppercase;
}
.post-inner a:hover {
    color: #fff;
}
.post-meta {
    font-size: 0.8rem;
    line-height: 1em;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.25);
}
span.event-date {
    font-weight: 300;
    color: #8c6731;
    font-size: 1.75rem;
}
h3.post-title {
    font-weight: 900;
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-size: 1.5rem;
}





.text-right {
    text-align: right;
}
h5.modal-title {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
}
.modal-header .btn-close {
    padding: .5rem !important;
    min-width: 0 !important;
}
#about a:hover {
    cursor: pointer;
}
.modal-body .btn {
    min-width: auto !important;
}
#about a:hover h4, #about a:hover .fal {
    opacity: 0.6;
    transition-duration: 0.5s;
}



section#signup {
    position: relative;
    background-size: cover !important;
    background-position: center right !important;
}
section#signup:before {
content: '';
background: linear-gradient(90deg, rgba(0,44,112,1) 0%, rgba(9,54,121,0) 55%);
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
section#signup .container {
position: relative;
}
section#signup .section-title {color:#fff;}
#signup .mc4wp-form-fields input[type="email"] {
    float: left;
    max-width: 75%;
}



section#coalition {
    background: #fff;
    padding: 60px 0;
}
img.coalition-title {
    width: 500px;
    margin-bottom:30px;
}

.single-partner-link {
    padding: 10px;
    margin-bottom: 15px !important;
    display: block;
}
.single-partner-link img {
    filter: saturate(0);
    opacity: 0.5;
    transition-duration: 0.5s;
}
.single-partner-link:hover img {
    transition-duration: 0.5s;
    opacity: 1;
    filter: saturate(1);
}

section#coalition .grid img {
    padding: 15px;
    height: auto;
    max-height: 100px;
    text-align: center;
    margin: 0 auto;
}
#signup .mc4wp-form-fields input[type="submit"] {
    float: left;
    max-width: 30%;
    margin-left: -5%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 6px 35px !important;
}
#signup p {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    font-size: 1rem;
    display: table;
}



.top-button .btn {
    background-color: #8c6731;
    border: none;
}
footer .bootscore-footer.bg-light {
    color: #fff !important;
    text-transform: uppercase;
    padding: 80px 0 !important;
}
footer .bootscore-info.bg-light {
    background: #00040a !important;
    border: none !important;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #999 !important;
    position: relative;
    z-index: 99;
}
.footer_widget .menu .menu-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 200 !important;
    line-height: 1em;
}
.footer_widget .menu .menu-item {
    line-height: 1em;
    margin-bottom: 15px;
}
footer h2 {
    margin: 0;
    padding: 0;
}






.entry-header h1 {
    text-transform: uppercase;
    font-weight: 900;
}
.entry-meta span.dashicons {
    top: 10px;
    position: relative;
}
body:not(.home) #content {
    margin-top: 30px !important;
    padding-bottom: 200px !important;
}
.post-featured-image {
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 300px;
}
div#share-buttons {
    text-align: left;
}
h4.social-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    text-align: left;
}
footer.entry-footer {
    background: #fff !important;
    margin-top: 60px;
}






body.page-id-95 .entry-header {
    display: none;
}
body.page-id-95 form#mc4wp-form-1 {
    max-width: 800px;
    margin: 0 auto;
}
body.page-id-95 form#mc4wp-form-1 input[type="email"] {
    max-width: 80%;
    margin-right: -10px !important;
}
body.page-id-95 form#mc4wp-form-1 input[type="submit"] {
    padding: 6px 25px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.mc4wp-response {
    clear: both !important;
}
.mc4wp-response p {
    color: #000 !important;
    background: rgba(255,255,255,0.5);
    padding: 5px;
    border-radius: 3px;
}
body.page-id-89 .entry-header h1 {
    text-align: center;
    margin-bottom: 60px;
}



[type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    border:none !important;
    box-shadow: none !important;
    border-radius: 10px;
}





.castos-player.light-mode .player {
    background: transparent !important;
}
.castos-player .show {
    display: none !important;
}
.castos-player .episode-title {
    margin-top: 0 !important;
    text-transform: uppercase !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}
.castos-player .player__body {
    padding: 0 !important;
}

body.home .castos-player.light-mode .subscribe-icons span, body.home .castos-player.light-mode .share-icon span, body.home .castos-player.light-mode .player-btn__volume, body.home .castos-player.light-mode .player-btn__rwd, body.home .castos-player.light-mode .player-btn__fwd {
    background-color: #fff !important;
}
body.home .castos-player.light-mode .episode-title {
    color: #fff !important;
    margin-bottom: 15px;
}
.castos-player .play-pause-controls .play-btn:hover, .castos-player .play-pause-controls .pause-btn:hover {
    cursor: pointer;
    transform: scale(1) !important;
}
.castos-player .progress, .castos-player .ssp-progress {
    margin-top: 15px !important;
}
.castos-player .play-progress button {
    min-width: inherit !important;
    padding: inherit !important;
}





.wp-block-post-excerpt__more-link, .wp-block-post-title a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 100;
}
.wp-block-group {
    border: 1px solid #eee !important;
    border-radius: 10px !important;
}



body:not(.home) section#signup {
    padding: 80px 0;
}
#signup .mc4wp-form {
    transform: translateY(-50%);
    position: absolute;
    width: 725px;
    max-width: 80%;
    top: 50%;
}




h2.blog-post-title {
    text-transform: uppercase;
    font-size: 1.35rem;
    font-weight: 900;
}
h2.blog-post-title a {
    text-decoration: none;
}
.card-body p {
    line-height: 1.35em;
    font-size: 0.9rem;
}
.card {
    border-radius: 10px;
}
.card .card-body .dashicons {
    top: 10px;
    position: relative !important;
}
.card a.read-more {
    text-transform: uppercase;
    font-size: 0.8rem;
    text-decoration: none;
}






.btn {
    border-radius: 50px !important;
    margin: 15px 10px;
    min-width: 220px;
}
footer .fab {
    width: 30px;
}




footer.entry-footer:before, footer.entry-footer:after {
    content: none;
}

body:not(.home) .single-hero {
    height: 15px;
    background: #102f40;
    margin-top: 120px;
}
#share-buttons .btn {
    margin: 0 !important;
}
.entry-header h1 {
    color: #8c6731;
}
.entry-header h3 {
    text-transform: uppercase;
    font-size: 1.15rem;
    color: #999;
    font-weight: 300;
    margin-bottom: 30px;
}
#news h3 img {
    height: 0.8em;
    top: -6px;
    position: relative;
}





body.page-id-14 .entry-content p br {
    display: none;
}
body.page-id-14 .entry-content {
    padding-top: 90px;
}
body.page-id-14 .entry-content h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    padding: 0 0 10px;
    font-size: 3rem;
}
body.page-id-14 .entry-content section {
    padding: 60px 0;

}
body.page-id-14 .entry-content section:nth-child(odd) {
    background: #f8f9fa;
}
.about-img {
    background: #999;
    border-radius: 30px;
    height: 600px;
    margin-top: 70px;
    background-size: cover !important;
    background-position: center center !important;
}
section#about1 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 100;
    padding-bottom:0;
    background: url(/wp-content/uploads/2021/09/hero-bg.jpg);
    position:relative;
    background-size: cover !important;
    background-position: center center !important;
}
section#about1:before {
    content: '';
    background: linear-gradient(
145deg, rgba(39,64,118,1) 0%, rgba(9,54,121,0) 85%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section#about1 .container {
    position: relative;
}
section#about1 h2 {
    font-size: 5rem;
    font-weight: 900;
    text-align:center;
    padding:120px 0;
}
section#about1 h2 span {
    font-weight: 100;
    display: block;
    font-size: 6rem;
    line-height: 0.7em;
}
#about2 .about-img {
    background: url(/wp-content/uploads/2021/09/JC6_8693-1.jpg);
}
#about3 .about-img {
    background: url(/wp-content/uploads/2023/04/staffing-scaled.jpeg);
}
#about4 .about-img {
    background: url(/wp-content/uploads/2023/04/education-and-training-scaled.jpeg);
	background-position: center center !important;
}
#about5 .about-img {
    background: url(/wp-content/uploads/2023/04/incubation-image-scaled.jpeg);
}
#about6 .about-img {
    background: url(/wp-content/uploads/2021/09/JC6_9997.jpg);
}


div#about1b {
    position: relative;
    padding: 180px 0 40px;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 300;
    border-top: 8px solid #8c6731;
    background: rgb(78,161,219);
    background: linear-gradient( 
0deg, rgba(53,99,155,1) 0%, rgba(34,53,107,1) 100%);
}

#about1 .embed-container {
    border-radius: 30px;
    margin-bottom: -150px;
    position: relative;
    z-index: 999;
}
body.page-id-14 #join {
    text-align: center;
}
body.page-id-14 #join:before {
    display:none;
}





#home video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }




  .staff-photo {
    height: 400px;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 30px;
}
.staff-info {
    text-align: center;
    margin: 15px 0 60px;
    line-height: 1em;
}
.single-staff-post a {
    text-decoration: none;
    color: inherit;
}
h3.staff-name {
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}
span.staff-title {
    font-weight: 900;
    text-transform: uppercase;
    color: #8c6731;
    font-size: 0.9rem;
}
section#staff-header {
    margin-top: 120px;
    padding: 60px 0;
    text-align: center;
    margin-bottom: 60px;
    background: rgb(78,161,219);
    background: linear-gradient(
0deg, rgba(53,99,155,1) 0%, rgba(34,53,107,1) 100%);
    border-bottom: 7px solid #8c6731;
    color: #fff;
}
section#staff-header h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 4rem;
    padding: 0;
    margin: 0;
}
body.single-staff .post-featured-image {
    height: 500px;
}
body.page-id-223 footer.entry-footer {
    display: none;
}
.footer_widget .sub-menu {
    display: none;
}



ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;    
    }

body.blog header.page-header.mb-4 {
    display: none;
}



img.network_icon {
    height: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
}



h1.cat-title {
    text-transform: uppercase;
    font-weight: 900;
    color: #8c6731;
}






body.single-landing {
    margin-top: 100px;
    background-color: transparent !important;
}
.single-landing section#home {
    padding: 20vh 0 0;
    background-position: center center !important;
}
.single-landing section#home h1 {
    font-weight: 900;
    font-size: 9rem;
}
.single-landing section#home h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.35rem;
}
.landing-featured {
    padding-bottom: 45vh;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 25px;
    margin: 60px 0;
}
.single-landing section h2 {
    text-transform: uppercase;
    font-weight: 900;
    color: #8c6731;
}
.single-landing section#quote1 {
    padding-bottom: 200px;
}
.single-landing #quote1 p {
    font-size: 1.35rem;
    margin-bottom: 30px;
    font-weight: 300;
}
.single-landing section#about {
    padding-bottom: 200px;
}
.single-landing #about h2 {
    color: #fff;
    font-weight: 100;
    font-size: 3rem;
    line-height: 1em;
    margin-bottom: 20px;
}
.single-landing #about h2 strong {
    font-weight: 900;
    display: block;
}
.single-landing section#join {
    padding: 100px 0 200px;
}
.single-landing section#join p {
    text-transform: inherit;
    line-height: inherit;
}
.single-landing section#join:before {
    top: -100px;
}



.bootscore-info a {
    color: #999;
    text-decoration: none;
}
.bootscore-info a:hover {
    color: #fff;
    text-decoration: none;
}