/* Add your styles here */

/* NAV STYLES */
.navbar-brand .logo {
    max-width: 260px;
}

.navbar-nav .nav-link {
    padding: 22px 20px !important;
    text-transform: uppercase;
    font-size: 0.9rem !important;
    font-weight: 500;
}

.navbar-nav .btn-nav .nav-link {
    background: #fbc531;
    border-radius: 5px;
    padding: 5px 25px !important;
    margin-top: 15px;
}
.navbar-nav .btn-nav .nav-link:hover {
    background: #587f95;
    color: #fff !important;
}
nav#nav-main.nav-scroll-off {
    background: #fff !important;
}


.btn-alt {
    color: rgba(0,0,0,.55) !important;
}
.btn-alt:hover {
    color: #fff !important;
    background: #577e94;
}

.top-button .btn:hover {
    background-color: #fbc530;
    border-color: #fbc530;
}


body a {
    color: #587f95;
    text-decoration: underline;
}



/* FOOTER STYLES */
.bootscore-footer.bg-light {
    background: #0e2e46 !important;
    color: #fff;
    padding: 60px 0 40px !important;
}

.bootscore-info.bg-light {
    background: #061724 !important;
    color: #fff !important;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.8rem;
    border: none !important;
}

.bootscore-info.bg-light a {
    color: #a6dbf9;
    text-decoration: none;
    font-weight: 500;
}

.sociallinks a {
    font-size: 2rem;
    color: #fff;
    margin-left: 7px;
    text-align: right;
}
.sociallinks a:hover {
    color: #587f95;
}

.footer_widget img {
    width: 100%;
    max-width: 260px;
    margin: 0;
    padding: 0;
}





/* HOME PAGE STYLES  */
body.home section {
    padding: 80px 0;
    position: relative;
}
section#home {
    padding: 75vh 0 0;
    margin-bottom: 60px;
    background-size: cover !important;
    background-position: left center !important;
    position: relative;
}
section#home .container {
    position: relative;
}
div#hero_txt {
    display: block;
    position: absolute;
    right: 0;
    bottom: -50px;
    padding: 25px;
    background: #587f95;
    color: #fff;
    border-radius: 25px;
}
#hero_txt h1 {
    font-size: 3rem;
    font-weight: 200;
    margin: 0;
    line-height: 1.1em;
}
#hero_txt h1 strong {
    font-weight: 700;
    font-size: 4rem;
}


section#signup {
    padding: 80px 0 20px;
    text-align: center;
}
img.signup_title {
    max-width: 800px;
    margin: 0 auto;
}
body.home .wpcf7-form input, body.page-id-553 .wpcf7-form input {
    border-radius: 3px;
    background: #eee;
    border: none !important;
    text-transform: uppercase;
}
body.home .wpcf7-form input[type="submit"], body.page-id-553 .wpcf7-form input[type="submit"] {
    background: #fbc530;
    padding: 5px 20px !important;
    min-width: auto !important;
}
body.home .wpcf7-form input[type="submit"], body.page-id-553 .wpcf7-form input[type="submit"] {
    background: #fbc530;
    padding: 5px 20px !important;
    min-width: auto !important;
    width: 100%;
}
body.home button.wpcf7-submit, body.page-id-553 button.wpcf7-submit {
    border: none;
    padding: 7px !important;
    border-radius: 3px;
    min-width: auto;
    width: 100%;
    font-size: 2rem;
    line-height: 1em;
    color: rgba(0,0,0,.55) !important;
}
body.home button.wpcf7-submit:hover, body.page-id-553 button.wpcf7-submit:hover {
    background: #577e94;
    color: #fff !important;
}


.offset_img img {
    border-radius: 0 25px 25px 0;
    width: 100%;
}


section#mission, section#donate {
    padding: 160px 0;
}
#mission .offset_img, #donate .offset_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.offset_txt {
    background: #0e2e46;
    color: #fff;
    padding: 35px;
    border-radius: 25px;
    font-weight: 300;
    text-align: justify;
}
.offset_txt h2 {
    text-transform: uppercase;
    font-weight: 700;
}


section#what {
    background: #587f95;
    color: #fff;
    text-align: center;
    margin: 40px 0;
}
section#what h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4rem;
}
section#what .btn-primary {
    display: block;
    padding: 30px !important;
    margin-top: 20px;
    background-color: #0e2e46;
    border-radius: 10px;
    border: none;
    font-weight: 500;
    font-size: 2rem;
}
section#what .btn-primary:after {
    display: block;
    content: '';
    height: 5px;
    background-color: #fbc530;
    width: 100px;
    margin: 0 auto;
    border-radius: 50px;
}
section#what .btn-primary:hover {
    background: #fff;
    color: #0e2e46 !important;
}
.quotes {
    margin-top: 60px;
}
.quote-body {
    max-width: 80%;
    margin: 0 auto;
    font-size: 1.35rem;
    line-height: 1.5em;
    font-style: italic;
    font-weight: 300;
}
.quote-body:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f10d';
    position: absolute;
    left: 5%;
    font-size: 3rem;
    top: 2%;
    line-height: 1em;
    opacity: 0.3;
    font-weight: 900;
}
.quote-body:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f10e';
    position: absolute;
    right: 5%;
    font-size: 3rem;
    top: 5%;
    line-height: 1em;
    opacity: 0.3;
    font-weight: 900;
}
.quote-author {
    font-size: 1.5rem;
    margin-top: 15px;
    color: #fbc530;
    font-weight: 500;
}


section#twitter {
    padding-bottom: 0;
}
#twitter h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    color: #0e2e46;
}
#ctf .ctf-item {
    border: none !important;
    background: #f9f9f9 !important;
    border-radius: 7px !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    margin-bottom: 15px;
}
.ctf-carousel .ctf-owl-item {
    padding: 0 15px;
}
a.ctf-author-screenname {
    display: none !important;
}
.ctf-carousel .ctf-owl-nav .ctf-owl-next, .ctf-carousel .ctf-owl-nav .ctf-owl-prev {
    background: none;
    color: #fbc530;
    font-size: 1.5rem;
}
.ctf-carousel .ctf-owl-nav .ctf-owl-next:hover, .ctf-carousel .ctf-owl-nav .ctf-owl-prev:hover {
    background: none !important;
    color: #577e94;
}



.program_icon {
    margin-bottom: 10px;
}
.program_icon i {
    text-align: center;
    padding: 20px;
    font-size: 4rem;
    background: #577e94;
    color: #fff;
    border-radius: 15px;
    line-height: 1em;
    width: 100px;
    height: 100px;
}
.program_icon i.fal.fa-comments:before {
    position: relative;
    left: -7px;
    top: -3px;
}
.single_program:hover .program_icon i {
    background: #fbc530;
    transition-duration: 0.25s;
}
#programs h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
    margin-top: 15px;
    line-height: 1em;
    color: #0d2f47;
}
.single_program {
    margin-bottom: 60px;
    padding-right: 20px !important;
}
#programs p {
    line-height: 1.35em;
}
#programs a {
    text-decoration: none;
    color: inherit;
}




#donate .offset_img {
    right: 0;
}
#donate .offset_img img {
    border-radius: 25px 0 0 25px !important;
}


section#blogs {
    background: #eeeeee;
}
.post-item {
    position: relative;
}
.post-image {
    width: 100%;
    padding-bottom: 57%;
    background-size: cover !important;
    background-position: center center !important;
    margin-top: 15px;
}
h4.post-title {
    text-transform: uppercase;
    margin: 15px 0;
    font-weight: 700;
    color: #577e94;
}
.post-title a {
    text-decoration: none;
}
.cat-wrapper {
    position: absolute;
    top: -15px;
    right: 40px;
    z-index: 99;
}
.cat-tag {
    padding: 7px 10px;
    background: #577e94;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}
.card .mt-auto.align-self-end {
    width: 100%;
}
body.category-news-releases .mt-auto.align-self-end {
    display: none;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    min-width: inherit !important;
    color: #fbc530 !important;
}
.owl-nav button span {
    font-size: 5rem;
    font-weight: 300;
}
button.owl-prev, button.owl-next {
    position: absolute;
    top: 35%;
    left: -5%;
    transform: translateY(-50%);
}
button.owl-next {
    left: auto;
    right: -5%;
}
button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(14 46 70 / 40%) !important;
    margin: 0 3px;
}
button.owl-dot.active, button.owl-dot:hover {
    background: #fbc530 !important;
}
.owl-carousel .card-img-top {
    height: 280px;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 15px;
}
.owl-dots {
    text-align: center;
}

body.home #blogs .owl-carousel .card-img-top {
    height: 0;
    padding-bottom: 56.25%;
}




/* INTERNAL STYLES  */
body:not(.home) .single-hero {
    height: 400px;
}
.entry-header h1 {
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    color: #587f95;
    margin-bottom: 30px;
    font-size: 3rem;
}
#share-buttons {
    text-align: right;
}
.entry-header span.dashicons.dashicons-clock {
    top: 8px;
    position: relative;
}
img.blog-img {
    max-width: 60%;
    float: right;
    border-radius: 25px;
    margin: 0 0 30px 30px;
}
body.cornerstone-papers .entry-content a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #587f95;
}
body.cornerstone-papers .entry-content a:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f1c1';
    margin-right: 5px;
}
body:not(.home) section#donate {
    position: relative;
    padding: 80px 0;
    margin-bottom: 100px;
}
.americanstories {
    margin-top: 60px;
}
.americanstory {
    background: #eee;
}




/* BLOG GRIDS  */
body.category .page-header h1 {
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    color: #587f95;
    margin-bottom: 30px;
    font-size: 3rem;
}
.archive-description {
    margin: -25px auto 60px;
    margin-bottom: 60px;
    max-width: 80%;
    text-align: center;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #0d2f47;
}
body.category a.read-more {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    display: block;
    background: #fbc531 !important;
    color: rgba(0,0,0,.55) !important;
    border-radius: 5px;
}
body.category a.read-more:hover {
    background: #577e94 !important;
    color: #fff !important;
}
body.category-news-releases a.read-more {display:none;}
body.category-news-releases .card-text a {
    margin-top: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    display: block;
    background: #fbc531 !important;
    color: rgba(0,0,0,.55) !important;
    border-radius: 5px;
    padding: 7px;
}
body.category-news-releases .card-text a:hover {
    background: #577e94 !important;
    color: #fff !important;
}
.col-md-6.col-lg-4.col-xxl-3.mb-4 {
    min-width: 33.33333333%;
}
.time-updated-separator, time.updated, .byline, .card-body .fa-comments, .card-body .comments-link, .card-body .edit-link, small.text-muted.mb-2 {
    display: none;
}
h2.blog-post-title a, h2.blog-post-title {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #577e94;
}
h2.blog-post-title {
    font-size: 1.35rem;
}
.card {
    border: none !important;
    background: #f9f9f9 !important;
    border-radius: 7px !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.card-img, .card-img-top, .card .card-img-top .embed-container {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}
.card-img-top {
    position: relative;
}

.card-img-top .fa-stack {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
}
.card-img-top .fa-circle {
    color: #000;
    left: -5px;
    opacity: 0.8;
}
.card-img-top a:hover .fa-circle {
    color: #fbc530;
    opacity: 1;
}
.card .mt-auto a.read-more {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    display: block;
    background: #fbc531 !important;
    color: rgba(0,0,0,.55) !important;
    border-radius: 5px;
}
.card .mt-auto a.read-more:hover {
    background: #577e94 !important;
    color: #fff !important;
}
.card-text {
    font-size: 1rem;
    line-height: 1.5em;
}
.col-md-6.col-lg-4.col-xxl-3.mb-4 {
    margin-bottom: 50px !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #212529 !important;
    text-decoration: none;
    background-color: #f9f9f9 !important;
}


.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}




/* INTERNAL SHORTCODE STYLES  */
.sc-class.hero {
    padding: 30vh 0;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}
section.sc-class {
    padding: 80px 0;
}




/* PAGE SPECIFIC  */
body.page-id-107 .hero h1 {
    color: #fff;
    font-weight: 300;
    font-size: 4rem;
    line-height: 1em;
    text-transform: uppercase;
}
body.page-id-107 .hero h1 strong {
    font-weight: 700;
}
body.page-id-107 .hero .container {
    position: relative;    
}
body.page-id-107 div#hero_txt {
    bottom: auto;
    background: #0e2e46;
}
body.page-id-107 #hero_txt p {
    line-height: 1.35em;
    margin-top: 15px;
}

section#union-hero {
    padding: 30vh 0 15vh;
}
section.sc-class.info {
    margin-top: 55px;
    text-align: center;
}
section.sc-class.info h3, section.sc-class.info p, section.sc-class.videos h3, section.sc-class.sharing h3, section.sc-class.sharing p {
    max-width: 85%;
    margin: 0 auto;
    line-height: 1.5em;
    text-align: center;
}
section.sc-class.info-videos {
    padding-top: 0;
}
.sc-class .card a.read-more {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    display: block;
    background: #fbc531 !important;
    color: rgba(0,0,0,.55) !important;
    border-radius: 5px;
    margin-top: 20px;
}
.sc-class .card a.read-more:hover {
    background: #577e94 !important;
    color: #fff !important;
}
section.sc-class.videos {
    background: #fff;
    padding-bottom: 60px;
}
section.sc-class.info, section.sc-class.info-videos, section.sc-class.videos {
    background: #eee;
}
.sc-class.videos .col-md-4 {
    margin: 20px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #577e94;
    font-size: 1.35rem;
}

section.sharing .wpcf7 {
    max-width: 80%;
    margin: 30px auto;
}
section.sharing .wpcf7 input, section.sharing .wpcf7 textarea {
    border-radius: 5px;
}
section.sharing .wpcf7 .wpcf7-submit {
    border: none;
    background-color: #577e94;
    padding: 7px !important;
}
section.sharing .wpcf7 .wpcf7-submit:hover {
    background: #fbc530 !important;
    color: rgba(0,0,0,.55) !important;
}

body.page-id-107 .sc-class h3 {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 10px;
    color: #587f95;
}




#abouthero h1 {
    position: absolute;
    bottom: 0;
    background: #587f95;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    margin-bottom: -40px;
}
section#cornerstones {
    padding-top: 0;
    text-align: center;
}
section#cornerstones h2, section#cornerstones p {
    max-width: 80%;
    margin: 0 auto;
}
section#cornerstones h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 2.5rem;
}





.offset_title {
    position: absolute;
    top: -25px;
    background: #577e94;
    padding: 15px 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 5rem;
    line-height: 1em;
    border-radius: 14px;
}

.sc-offset {
    position: relative;
    margin-bottom: 100px;
}
.sc-offset .offset_img img {
    max-width: 60vw;
    position: relative;
    left: -15vw;
    float: left;
    margin-right: -13vw;
    margin-bottom: 15px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.sc-offset.right .offset_img img {
    left: auto;
    right: -15vw;
    margin-right: 0;
    padding-right: 0;
    margin-left: -13vw;
    float: right;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.sc-offset.right .offset_title {
    left: 50%;
}



section#patriots {
    padding: 15vh 0 10vh;
  }
  #patriots_what {
      text-align: left;
      padding-top: 160px;
  }
  #patriots_what h2, #patriots_mission h2 {
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 100;
    color: #587f95;
}
#patriots_what h2 strong, #patriots_mission h2 strong {
    font-weight: 700;
}
#patriots_what p {
    text-transform: uppercase;
    line-height: 1.25em;
    font-size: 1.5rem;
    font-weight: 300;
}
#patriots_what img.alignright.size-full.wp-image-404 {
    max-width: 360px;
    margin-top: -70px;
}
#patriots_what .wp-video {
    float: left;
}

section#patriots_mission {
    clear: both !important;
    background: #eee;
}
#patriots_what .wp-video button {
    min-width: auto !important;
    padding: 0 !important;
}
section#patriots_mission {
    margin-bottom: 80px;
}


body.page-id-414 section#what-intro {
    padding: 0;
    text-align: center;
}
body.page-id-414 section#research, body.page-id-414 section#outreach, body.page-id-414 section#collaboration {
    background: #577e94;
    padding: 50px 25px;
    margin: 60px 0;
    border-radius: 25px;
    color: #fff;
    font-weight: 200;
}
body.page-id-414 section#outreach {
    background: #0e2e46;
}
body.page-id-414 .entry-content section h2 {
    text-transform: uppercase;
}


