:root{
    --brand-clr-1: #383838;
    --brand-clr-2: ;
    --dark: #0C0C0C;
    --grey-bg-clr: #F2F2F2;
    --pv-clr: #c1b09c;
    --pv-hvr-clr: #70665C;
    --bcm-clr: #e60c2e;
    --accent-clr: ; 
    --header-font: 'Mulish', sans-serif;
    --body-font: 'Roboto', sans-serif;
}

/* Sitewide Styles */
    
body{
    font-size: 16px;
    font-family: var(--body-font);
}

body *{
    scroll-margin-top: 85px;
}

header{
/*
    position: sticky;
    top: 0;
*/
    position: relative;
    z-index: 1070;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
}
    
h1{
    font-size: 2rem;
    font-family: var(--header-font);
    font-weight: 800;
    letter-spacing: .02rem;
}

h1.section-title{
    font-size: 1.5rem;
    font-family: var(--header-font);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .02rem;
    border-top: 3px solid #CCCCCC;
    padding: .25rem 0 .75rem 0;
}

h1.page-title{
    font-size: 2.25rem;
    font-family: var(--header-font);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .02rem;
    border-bottom: 3px solid #CCCCCC;
    padding: 0 0 .75rem 0;
    margin: 0 0 1.5rem 0;
}

h2{
    font-size: 1.35rem;
    font-family: var(--header-font);
    font-weight: 800;
}

h2 a{
    color: var(--dark);
    text-decoration: none;
}

h3{
    font-size: 1rem;
    font-family: var(--header-font);
    font-weight: 800;
}

h3 a{
    color: var(--dark);
    text-decoration: none;
}

.white-text h1, .white-text h2, .white-text h3, .white-text p{
    color: white;
}

hr{
  margin: 1.5rem 0;
}

a.btn, .btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: var(--brand-clr-1);
    color: white;
    padding: .25rem .9rem;
    border-radius: .5rem;
    text-decoration: none;
    transition: .2s ease-in-out;
}

a.btn:hover, .btn:hover{
    color: white;
    background-color: #1E1E1E;
    transition: .2s ease-in-out;
}

.btn--primary, a.btn--primary{
    background-color: var(--dark) !important;
    border: 1px solid var(--dark) !important;
    color: white !important;
    padding-left: 0;
    padding-right: 0;
    transition: .2s ease-in-out;
}

.btn--primary:hover, a.btn--primary:hover{
    background-color: var(--pv-clr) !important;
    border: 1px solid var(--pv-clr) !important;
    color: white !important;
    transition: .2s ease-in-out;
}

a.btn--primary .fill--clr-1, .btn--primary .fill--clr-1 {
  fill: white !important;
  transition: .2s ease-in-out;
}

a.btn--primary:hover .fill--clr-1, .btn--primary:hover .fill--clr-1 {
  fill: white !important;
  transition: .2s ease-in-out;
}

a.btn-small, .btn-small, a.btn--small, .btn--small, a.btn--sm, .btn--sm{
    line-height: 1;
    font-size: .75rem;
    background-color: transparent;
    color: #5B5B5B;
    border: 1px solid #CCCCCC;
    padding: .25rem .75rem;
    border-radius: .5rem;
    text-decoration: none;
    transition: .2s ease-in-out;
}

a.btn-outlined{
    background-color: transparent;
    border: 1px solid #CCCCCC;
    transition: .2s ease-in-out;
}

a.btn-outlined{
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    color: white;
    transition: .2s ease-in-out;
}

.btn--primary-outlined, a.btn--primary-outlined{
    background-color: transparent !important;
    border: 1px solid var(--dark) !important;
    color: var(--dark) !important;
    padding-left: 0;
    padding-right: 0;
    transition: .2s ease-in-out;
}

.btn--primary-outlined:hover, a.btn--primary-outlined:hover{
    background-color: var(--dark) !important;
    border: 1px solid var(--dark) !important;
    color: white !important;
    transition: .2s ease-in-out;
}

a.btn--primary-outlined .fill--clr-1, .btn--primary-outlined .fill--clr-1 {
  fill: var(--dark) !important;
  transition: .2s ease-in-out;
}

a.btn--primary-outlined:hover .fill--clr-1, .btn--primary-outlined:hover .fill--clr-1 {
  fill: var(--pv-clr) !important;
  transition: .2s ease-in-out;
}

.btn--link, a.btn--link{
    background-color: transparent !important;
    border: 1px solid transparent !important;
    color: white !important;
    padding-left: 0;
    padding-right: 0;
    transition: .2s ease-in-out;
}

.btn--link:hover, a.btn--link:hover{
    background-color: transparent !important;
    border: 1px solid transparent !important;
    color: var(--pv-clr) !important;
    transition: .2s ease-in-out;
}

a.btn--link:hover .fill--clr-1, .btn--link:hover .fill--clr-1 {
  fill: var(--pv-clr) !important;
  transition: .2s ease-in-out;
}

.btn-small:hover{
    background-color: #CCCCCC;
    transition: .2s ease-in-out;
}

.btn-disabled {
  opacity: .5;
  cursor: initial;
  color: white;
}
 
.pv-page .btn.btn-disabled:hover {
  opacity: .5;
  cursor: initial;
  background-color: var(--pv-clr);
  color: white;
}

.view-more{
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0 var(--bs-gutter-x,.75rem);
    color: var(--dark);
    text-decoration: none;
    line-height: 1;
}

.white-card {
  width: 100%;
  background-color: white;
  border: 1px solid #E6E6E6;
}

.white-card .card-copy {
  padding: 1rem;
}

.white-card .card-copy h3{
    font-size: 1rem;
    margin-top: 0;
}

.white-card .card-copy h2 a, .white-card .card-copy h3 a {
  color: var(--dark);
  text-decoration: none;
}

.pv-page .white-card .card-copy h2 a:hover, .pv-page .white-card .card-copy h3 a:hover {
  color: var(--pv-clr);
  text-decoration: none;
}

.white-card .thumb-image {
  width: 100%;
  overflow: hidden;
}

.text-top-card{
    overflow: hidden;
    width: 100%;
    position: relative;
    border: 1px solid #E6E6E6;
}

.text-top-card .thumb-image {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.text-top-card .card-copy {
    position: absolute;
    bottom: 0;
    padding: 6.5rem 1rem 1rem 1rem;
    width: 100%;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 23%, rgba(0,0,0,0.7) 36%, rgba(0,0,0,0.1) 85%, rgba(0,0,0,0) 100%);
}

.text-top-card .card-copy h2 a,.text-top-card .card-copy h3 a {
    color: white;
    transition: .2s ease-in-out;
}

.text-top-card .card-copy p.pub-source {
    color: #B2B2B2;
}

.text-top-card .card-copy h2 a:hover, .text-top-card .card-copy h3 a:hover {
    color: white;
    opacity: .7;
    transition: .2s ease-in-out;
}

.card-copy p.tag-texts, .card-copy p.tag-texts a, p.tag-text a, .tag-texts{
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .025rem;
    line-height: 1;
    color: #5B5B5B;
}

article.text-top-card .card-copy p {
  color: #B2B2B2;
}

.text-top-card .card-copy p.tag-texts a, .text-top-card p.tag-texts a, .text-top-card .card-copy .tag-texts p a{
    color: #B2B2B2;
    text-decoration: none;
}

.text-top-card .card-copy p.tag-texts a:hover, .text-top-card p.tag-texts a:hover, .text-top-card .card-copy .tag-texts p a:hover{
    color: var(--pv-clr);
    text-decoration: none;
}

.card-copy .pub-source{
    font-weight: bold;
    margin-bottom: .25rem !important;
    line-height: 1;
}

.card-copy .pub-source a{
    text-decoration: none;
}

.card-copy h2, .card-copy h3{
    margin-bottom: .5rem;
}

.card-copy h2 a, .card-copy h3 a{
    color: var(--dark);
    text-decoration: none;
}

.card-copy p{
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: .75rem;
}

.thumb-image{
    position: relative;
}

.content-icon{
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10;
    transition: .2s ease-in-out;
}

.content-icon svg{
    width: 40px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .25));
}

.vid-icon{
    transition: .2s ease-in-out;
}

.content-icon:hover, .vid-icon:hover{
    transform: scale(1.05);
    transition: .2s ease-in-out;
}


.author-name, .author-name p, p.author-name{
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .025rem;
    line-height: 1;
    color: #5B5B5B;
    margin-bottom: 0;
}

.animated-underline{
    padding-bottom: 3px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0% 2px;
    transition: background-size .25s ease-in-out;
}

.animated-underline:hover {
    background-size: 100% 2px;
    color: inherit;
}







.white-fill{
    fill: #fff;
}

.pv-tan-fill{
    fill:#c1b09c;
}

.bcm-red-fill{
    fill:#e60c2e;
}

.grey-bg{
    background-color: var(--grey-bg-clr);
}

.max-width{
    width: 100%;
    max-width: 1200px;
}

.homepage .max-width{
    width: 100%;
    max-width: 1300px;
}

.articlepage .max-width{
    width: 100%;
    max-width: 1200px;
}

.mb-4-5{
    margin-bottom: 2rem !important;
}

.body-overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: transparent;
    width: 100%;
    height: 100vh; 
    z-index: -1000;
    transition: .15s ease-in-out;
}

.overlay-on{
    opacity: 1;
    background-color: rgba(0,0,0,.5);
    z-index: 10;
    transition: .3s ease-in-out;
}

.grid-content-sidebar{
    display: grid;
    grid-template-columns: 1fr 300px;
    position: relative;
    z-index: 1;
    align-items: flex-start;
}

.grid-gutter{
    grid-gap: 1.5rem;
}

.body-content-container.sticky-top{
    top: 80px;
}

.sidebar-container{
    height: 100%;
}

.sidebar-container .sticky-top {
    z-index: 1;
    display: grid;
    grid-gap: 1.5rem;
    top: 80px;
}

@media (max-width: 1100px){
    .grid-content-sidebar{
        grid-template-columns: 1fr;
        grid-row-gap: 3rem;
    }
    
    .body-content-container.sticky-top{
        top: 0;
    }
    
    .grid-content-sidebar .sticky-top{
        position: relative;
    }
    
    .sidebar-container .sticky-top {
        top: 0px;
        grid-gap: 3rem;
    }
}

.thumb-image img{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: .25s ease-in-out;
}

article:hover > .thumb-image img{
    transform: scale(1.05);
    transition: .25s ease-in-out;
}









/* Sidebar Section Styles */

.sidebar-list{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.sidebar-list h1{
    padding: .5rem 0;
    border-top: 3px solid #CCCCCC;
/*    border-bottom: 1px solid #B3B3B3;*/
}

.sidebar-list-items article{
    padding: 0 0 1rem 0;
    margin: 0 0 1rem 0;
    border-bottom: 1px solid #B3B3B3;
}

.sidebar-list-items article a{
    text-decoration: none;
    color: var(--dark);
}

@media (max-width: 1100px){
    /*.sidebar-list-items article:last-child {*/
    /*  margin: 0 0 0 0;*/
    /*}*/
}





/* Pagination */

.pagination {
    margin-bottom: 0;
}

.page-item a.page-link {
    position: relative;
    display: block;
    color: var(--dark);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pv-page .page-item a.page-link:hover {
    color: var(--pv-clr);
    text-decoration: none;
}

.pv-page .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--pv-clr);
    border-color: var(--pv-clr);
}

.pv-page .page-item.active .page-link:hover {
    color: #fff;
}

.page-link:hover {
    z-index: 2;
    color: var(--pv-clr);
    background-color: white;
    border: 1px solid #CCCCCC;
}

.page-item.disabled .page-link {
    color: rgba(0,0,0,0.25);
}

.pagination {
  margin-top: 1.5rem;
}



/* Footer Styles */

footer{
    background: black;
    padding: 3rem 2rem;
    font-size: .85rem;
}

.footer-grid{
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    grid-column-gap: 2.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #808080; 
}

.footer-logo{
    width: 100%;
}

.footer-logo p{
    color: #808080;
    margin-top: 1rem;
}

.footer-grid h3{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: .05rem;
    margin-bottom: 1rem;
}

.footer-nav-list{
    list-style: none;
    padding: 0;
}

.footer-nav-list li{
    line-height: 1.2;
    margin-bottom: .5rem;
}

.footer-nav-list li a{
    color: #808080;
    text-decoration: none;
    transition: .2s ease-in-out;
}

/*
.footer-nav-list li:hover a{
    color: var(--pv-clr);
    transition: .2s ease-in-out;
}
*/


.all-footer-logos-section{
    margin-bottom: 1.5rem;
    padding: 1rem 0 2rem 0;
    border-bottom: 1px solid #808080;
}

.all-footer-logos-section h3{
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: .05rem;
    margin-bottom: 2rem;
}

.all-footer-logos{
    display: flex;
    flex-wrap: wrap;
    column-gap: 4.5rem;
    row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
}

.pub-logo-footer{
    width: 140px;
}

.terms-copyright-grid{
    display: grid;
/*    grid-template-columns: 1fr 1fr;*/
    grid-template-columns: 1fr;
    grid-column-gap: 1.5rem;
    color: #808080;
/*
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid #808080; 
*/
}

.terms-copyright-grid a:hover {
  color: white;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.terms-privacy-links ul{
    list-style: none;
    padding: 0;
}

.terms-privacy-links ul li{
    display: inline-block;
    padding-right: .5rem;
    margin-right: .25rem;
    border-right: 1px solid #808080;
    line-height: 1
}

.terms-privacy-links ul li:last-child{
    border-right: none;
}

.terms-privacy-links li{
    line-height: 1.2;
}

.terms-privacy-links li a{
    color: #808080;
    text-decoration: none;
    transition: .2s ease-in-out;
}

.copyright-text{
/*    text-align: right;*/
    text-align: center;
}

@media (max-width: 900px){
    .footer-grid{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 1.5rem;
    }
    
    .footer-logo{
        grid-column: 1/4;
        margin-bottom: 2.5rem;
/*        order: 1;*/
    } 
    
/*
    .footer-nav:nth-child(1){
        order: 2;
    }
    
    .footer-nav:nth-child(2){
        order: 3;
    }
    
    .footer-nav:nth-child(3){
        order: 4;
    }
*/
    
    
}

@media (max-width: 800px){
    .terms-copyright-grid {
        grid-template-columns: 1fr;
    }
/*
    
    .footer-grid .footer-nav.pubs {
        grid-column: 1/4;
    }
    .footer-grid .footer-nav.pubs .footer-nav-list{
        column-count: 2;
    }
*/
    
    
    
    .terms-privacy-links{
        text-align: center;
    }
    
    .copyright-text{
        text-align: center;
    }
}










/* Sitewide PV Styles */

.pv-page a{
    transition: .2s ease-in-out;
}

.pv-page a:hover{
    color: var(--pv-clr);
    transition: .2s ease-in-out;
}

.pv-page .animated-underline{
    background-image: linear-gradient(var(--pv-clr), var(--pv-clr));
}

.pv-page .btn{
    background-color: var(--pv-clr);
}

.pv-page .btn:hover{
    background-color: var(--pv-hvr-clr);
    color: white;
}

.pv-logo-footer{
    width: 100%;
    max-width: 250px;
}

.pv-page a.btn-outlined{
    background-color: transparent;
    border: 1px solid var(--pv-clr);
    transition: .2s ease-in-out;
}

.pv-page a.btn-outlined:hover{
    background-color: var(--pv-clr);
    color: white;
    transition: .2s ease-in-out;
}










main .resource-item-page {
    background-color: var(--grey-bg-clr);
    padding: 2rem 0;
}

.resource-item-page .cover-text-grid{
    border-bottom: 0px !important;
    margin: 0;
    padding: 0;
}

.resource-item-page .cover-text-grid > img{
    box-shadow: 0 0 15px rgba(0,0,0,0.125);
}

.resource-item-page .cover-text-grid .content-container{
    line-height: 1.3;
    margin-top: 1.5rem;
}

.resource-item-page .cover-text-grid .content-tag{
    font-size: .75rem;
}

.content-container form{
    margin-top: 3rem;
}





/* PentavisionMedia.com Styles */

.pv-media{
    display: grid;
    height: 100vh;
    grid-template-rows: auto 1fr auto; 
}

.issue-cover{
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    transition: .2s ease-in-out;
}

.issue-cover:hover{
    transform: scale(1.02);
    transition: .2s ease-in-out;
}

.brand-logos img{
    max-width: 200px;
    transition: .2s ease-in-out;
}

.brand-logos img:hover{
    transform: scale(1.03);
    transition: .2s ease-in-out;
}

.hs-form-container{
    background-color: white;
    padding: 2rem;
    border-radius: .5rem;
    box-shadow: 0 0 8px rgba(0,0,0,.125);
}



/* VisionCare CE */

.visioncarece .max-width{
    max-width: 1000px;
}

.visioncarece .top-section{
    padding: 3rem 0;
    background-color: var(--grey-bg-clr);
}  

.hero-card{
    background-color: white;
    border: 1px solid #E6E6E6;
}

.hero-card .card-copy{
    padding: 2rem;
}

.hero-card .card-copy p:last-child{
    margin-bottom: 0;
}

.ce-home-card-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-top: 2rem;
    justify-content: center;
}

.ce-home-card{
    text-align: center;
    display: grid;
    justify-items: center;
    align-content: center;
    border: 1px solid #E6E6E6;
    background: rgb(154,202,237);
    background: -webkit-linear-gradient(5deg, rgba(154,202,237,1) 0%, rgba(83,96,164,1) 100%);
    background: -o-linear-gradient(5deg, rgba(154,202,237,1) 0%, rgba(83,96,164,1) 100%);
    background: linear-gradient(95deg, rgba(154,202,237,1) 0%, rgba(83,96,164,1) 100%);
    transition: .2s ease-in-out;
}

.ce-home-card:hover{
    transform: scale(1.02);
    transition: .2s ease-in-out;
}

.ce-home-card a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 2rem;
    transition: .2s ease-in-out;
}

.ce-home-card h2{
    font-size: 1.75rem;
    color: white;
    text-align: center;
    text-decoration: none;
    margin-bottom: 0;
}

.ce-home-card p{
    color: white;
}

.ce-home-card img{
    margin-top: 1.5rem;
    width: 100%;
    max-width: 150px;
}

.visioncarece .cover-text-grid .thumb-image img {
    border-radius: 1.15rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.visioncarece .cover-text-grid .description {
    margin-top: .75rem;
}

.footer-ce-text{
    grid-column: 1/3
}

.footer-ce-text p {
  color: #808080;
}

/*#formContainer {*/
/*    display: block;*/
/*}*/

#formContainer .formBG{
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    background-color: var(--grey-bg-clr);
    width: 100%;
    padding: 1.5rem;
}

#formContainer form{
    margin: 0 auto;
}

/*#playerDIVContainer {*/
/*    display: none;*/
/*}*/

/*#slidesButton {*/
/*    padding: 6px 12px;*/
/*    background-color: var(--pv-clr);*/
/*    border-color: var(--pv-clr);*/
/*    border: 1px solid transparent;*/
/*    color: white;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    margin: 0 auto;*/
/*}*/

@media (max-width: 900px) {
    .footer-ce-text{
        grid-column: 1/4
    }
}

@media (max-width: 800px) {
    .ce-home-card-container{
        grid-template-columns: 1fr;
    }
}