/*org chart iframe*/
.org-iframe iframe {
    width: 100%;
    height: 400px;
    border: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
     .org-iframe iframe {
        height: 550px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .org-iframe iframe {
        height: 700px;
    }
}
@media (min-width: 992px) {
    .org-iframe iframe {
        height: 1000px;
    }
}

/* No anchor offset as long as there's no sticky header */
@media (min-width: 768px) {
    *[id]::before {
        display: none;
    }
}
@media (max-width: 991px) {
    .section-anchor-nav {
        display: block;
    }
}
.image-with-caption {
    margin: 2rem 0 3rem 0;
}



.footer-links a::before {
    content: ' ';
}
.color-card {
    border: 0;
}
.color-card .card-body {
    padding: 1rem 0 0 0;
}
.color-card .card-body .wysiwyg p,
.color-caption {
    font-size: .85rem;
    line-height: 1.4;
}
.color-card .card-title {
    font-size: 1rem;
}
.persona-cards .card {
    height: calc(100% - 3.25rem);
}
.tone-example blockquote {
    font-style: italic;
    padding-left: 1.5rem;
    border-left: solid 3px #b58500;
}

.anchor {
    display: block;
    padding-top: 75px;
    margin-top: -75px;
}

.card-linked {
    border: 0;
    background-color: transparent;
    
}
.card-body-linked {
    padding: 1.25rem 0;
}


/*prez - newsfeed - links*/
	a:link > .h6.card-title {
     	color:  var(--candler-lake-blue) !important;
	 	font-weight: bold !important;
		font-size: 1rem !important;
		line-height: 1.5rem !important;
    }

    a:visited > .h6.card-title {
     	color:  var(--candler-lake-blue) !important;
	 	font-weight: bold !important;
		font-size: 1rem !important;
		line-height: 1.5rem !important;
    }

/*prez - newsfeed - button*/
	.card-footer .btn {
     	color: #FFFFFF !important;
		background-color: #002F6C !important;
    }

	.card-footer .btn:hover {
    	color: #002F6C !important;
		background-color: #F2A900 !important;
    	text-decoration: none;
}
.card-footer .btn:hover .fa.fas.fa-expand-alt {
    color: var(--eagle-blue);
}
