/*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);
}

/************ Components ************/
/*** Card ***/
.card {
     border-radius: 8px;
}

.color-card {
    padding: 1rem;
}

.color-card .card-body {
    padding: 0;
}

/* remove external link symbol from cards */
 .card.card-link> ::after {
     display: none;
}

/*** Button ***/
.btn {
    transition: all .5s cubic-bezier(0.6, 0.5, 0.38, 1);
}

.bg-eagle-blue a.btn:not(.btn-arrow-gold) {
    background-color: var(--emory-yellow);
    color: var(--eagle-blue);
    border-radius: 4px;
}

.bg-eagle-blue a.btn:not(.btn-arrow-gold):hover {
    background-color: #0056b3;
    color: #ffffff;
    outline: none;
    border: 0;
}

/*** Quotation ***/
.pullquote {
  position: relative;
  font-style: normal;
  font-size: 1.5rem;
  font-family: 'Crimson Pro', serif;
  font-weight: 200;
  max-width: 80ch;
  margin: 0 auto;
  padding: 1rem 2rem;
  
  &::before {
    height: 2rem;
    width: 2rem;
    content: "\“";
    font-size: 9rem;
    color: var(--emory-yellow);
    color: var(--candler-lake-blue);
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-1.5rem, -1.5rem);
  }
  
  p {
    max-width: unset;
  }
  
  .pullquote__cite {
    display: block;
    inline-size: 100%;
    font-size: 1.2rem;
    font-style: normal;
    text-align: end;
  }
}

/*** Figure ***/
.figure {
  .figure__caption {
    padding: 1rem;
    font-size: 0.8rem;
    line-height: 1.3;
  }
}

/*** Address - content only ***/
.wysiwyg address,
.wysiwyg .contact {
  padding: 0.5rem 1rem;
  margin: 1.5rem;
  border-inline-start: 3px solid var(--candler-lake-blue);
}

/*** Space between content and footer ***/
.main-content > .container {
  padding-block-end: 2rem;
}

/************ Elements ************/
/*** Headings ***/
h2,
.h2,
h3,
.h3,
h4,
.h4,
h6,
.h6 {
  color: var(--emory-blue);
}

.bg-waterhub-blue,
.bg-eagle-blue {
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    color: #ffffff;
  }
}

h1,
.h1 {
  line-height: 1.1;
  font-size: 4.5rem;
}

h2,
.h2 {
  font-size: 3.3rem;
  line-height: 1;
  margin-block-end: 1.25rem;
}

h3,
.h3 {
  font-size: 2.3rem;
  line-height: 1.1;
  margin-block-end: 0.75rem;
}

h4,
.h4 {
  font-size: 1.8rem;
  line-height: 1.1;
  margin-block-end: 0.5rem;
}

h5,
.h5 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-block-end: 0.5rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.3;
  margin-block-end: 0.5rem;
}

@media (max-width: 992px) {
  h1, .h1 {
    font-size: 3.8rem;
  }
  
  h2, .h2 {
    font-size: 3rem;
  }
  
  h3,
  .h3 {
    font-size: 2.3rem;
  }
  
  h4,
  .h4 {
    font-size: 1.8rem;
  }
  
  h5,
  .h5 {
    font-size: 1.4rem;
  }
  
  h6,
  .h6 {
    font-size: 1rem;
  }
}


/*** Paragraph ***/
.wysiwyg p {
  max-width: 75ch;
  line-height: 1.75;
}

.lead {
  font-weight: 400;
  line-height: 1.6;
}

/*** Lists ***/
.wysiwyg {
    ol, ul {
    margin-block-end: 1rem;
  }
}

.wysiwyg {
  li {
    margin-block-end: 0.5rem;
    line-height: 1.6;
  }
}

/************ Tools ************/
/*** Text ***/
.text-blue-lt {
  color: var(--candler-lake-blue);
}

.text-yellow {
  color: var(--emory-yellow);
}

.text-small {
  font-size: 0.88rem;
  line-height: 1.4;
  display: inline-block;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}