#gt-page-title h1.js-quickedit-page-title.page-title, h1.page-title{
    margin: 0 !important;
}


.fadehr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(53, 53, 53, 0), rgba(53, 53, 53, 0.75), rgba(53, 53, 53, 0));

}

.fadehr:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    animation: none !important;
}

.inset-shadow-top {
    -webkit-box-shadow: inset 0px 7px 6px -1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 7px 6px -1px rgba(0, 0, 0, 0.25);
}

.container-border-black {
    border: 2px 0 2px 0 solid #333333 !important;
}


.frontpage .sl-business-card h2 {
    font-size: 2rem !important;
}


/* VP Letters */

@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

.node--type-vp-letters .gt-main-content {
    /* font-family: 'Patrick Hand', cursive; */
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/rice-paper-2.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    padding: 50px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
    ;
}


.vp-letter-title {
    font-weight: 800 !important;
    font-color: #333333;
    /* font-size:1.8em !important; */
    padding-bottom: 15px !important;
}

.field--name-field-vp-letters-date {
    margin: 5px 0;
    font-size: 1.4em;
    text-align: right;
}

.field--name-field-vp-letters-letter-body {
    padding-top: 25px !important;
}

.field--name-field-vp-letters-letter-body p {

    /* font-family: 'Patrick Hand', cursive; */
    /* font-size:1.4em !important; */
}

.field--name-field-vp-letters-letter-body li {
    font-size: 1em !important;
}


.l2-sig-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}


.l2-sig-image-wrapper {
    padding-right: 20px;
    height: 125px;
    width: 125px;
    min-width: 125px;
    display: flex;
    align-items: center;
}

.l2-sig-image-wrapper img {
    border-radius: 50%;

    border: 2px solid #b3a369;
    width: 100%;
    height: auto;
}

.l2-sig-name {
    font-size: 1.4em;
}

.vp-letter-icon {
    color: #54585A;
}

.vp-letters-table table {
    width: 100%;
}

.vp-letters-table td {
    font-size: 1.2em !important;
    font-weight: 200;
}

/*
.views-exposed-form.bef-exposed-form{
 display: flex;
 align-items: center;
 justify-content: space-evenly;
}
*/
.vp-letters-table td:first-child {
    width: 33% !important;
}

.block-block-content688cd066-8dd7-476d-9af3-cc22db7b4dac li {
    margin: 10px auto;
}

blockquote {
    font-size: 1.1rem !important;
    font-weight: 400;
}

#custom-links li {
    list-style: none !important;
}

.rounded-3 {
    border-radius: 10px;
}

.youtube-thumb img {
    box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 7px;
}


.field--name-field-media-oembed-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.media-oembed-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* ADVISORY BOARD */
.node--type-advisory-board .field {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;

}

.node--type-advisory-board .field .field--label {
    font-weight: bold;
}

.node--type-advisory-board .field .field--label::after {
    content: ": ";
}



.node--type-advisory-board .field--name-field-ab-image img {
    margin-top: 30px;
    border-radius: 50%;
}

#edit-field-ab-image-0--description p {
    color: green !important;
}

.path-add-advisory-board label {
    margin-bottom: 0 !important;
}


/* ADVISORY BOARD VIEW */


.advisory-board-view .ab-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
	margin-bottom: 40px;
	
}

.advisory-board-view .ab-wrapper:hover > .ab-left img{
	transform: scale(1.1) rotate(-5deg);
}

.advisory-board-view .ab-wrapper .ab-left img {
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: 300ms ease-in-out;
}



.advisory-board-view .ab-wrapper .ab-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.advisory-board-view .ab-wrapper .ab-view-link{
	color: var(--gt-gold) !important;
	text-decoration: underline !important;
	cursor: zoom-in;
}


.roman-list {
    counter-reset: roman-counter;
    list-style-type: none;
    padding: 0;
    margin-left: 1rem;
  }
  
  .roman-list li {
    margin-left: 1.5em; /* Adjust the desired indentation */
    position: relative;
    
  }
  
  .roman-list li:before {
    counter-increment: roman-counter;
    content: counter(roman-counter, lower-roman) '.';
    position: absolute;
    color: var(--gt-md-gold) !important;
    font-weight: bold;
    left: -1.1em; /* Adjust the negative value to move the numeral further to the left */
  }


  .letter-list {
    counter-reset: letter-counter;
    list-style-type: none;
    padding: 0;
    margin-left: 1rem;
  }
  
  .letter-list li {
    margin-left: 1.5em; /* Adjust the desired indentation */
    position: relative;
  }
  
  .letter-list li:before {
    counter-increment: letter-counter;
    content: counter(letter-counter, upper-alpha) '.';
    position: absolute;
    color: var(--gt-md-gold) !important;
    left: -1.5em; /* Adjust the negative value to move the letter further to the left */
  }
  
  