.font-copperplate,
.heffron-heading-text[style*="font-family: Copperplate"],
.heffron-heading-text[style*="font-family: copperplate"] {
font-family: "Copperplate", serif !important;
}
@font-face {
font-family: 'Copperplate';
src: local('Copperplate'), local('Copperplate-Regular');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Copperplate';
src: local('Copperplate-Bold'), local('Copperplate Bold');
font-weight: 700;
font-style: normal;
} .heffron-heading-container {
position: relative !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
line-height: 0.9 !important;
} .heffron-heading-container * {
margin: 0 !important;  } .heffron-heading-align-left {
text-align: left;
}
.heffron-heading-align-center {
text-align: center;
}
.heffron-heading-align-right {
text-align: right;
} .heffron-heading-center-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
width: 100%;
}
.heffron-heading-content {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
position: relative;
}
.heffron-heading-line-left,
.heffron-heading-line-right {
width: 150px;
height: 2px;
border-radius: 0;
margin: 0;
align-self: center;
position: relative;
top: -5px;
flex-shrink: 0;
}
.heffron-heading-line-left {
background: linear-gradient(to right, transparent 0%, #BA8D20 100%) !important;
}
.heffron-heading-line-right {
background: linear-gradient(to left, #BA8D20 100% transparent 0%) !important;
}
.heffron-heading-symbol {
width: 139px;
height: 99px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
margin-top: -8px !important;
z-index: 1;
top: 50%;
transform: translateY(-50%);
}
.heffron-heading-symbol svg {
width: 100%;
height: 100%;
}
.heffron-heading-symbol img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.heffron-heading-symbol-highlight {
z-index: 2;
} @media (max-width: 768px) {
.heffron-heading-center-wrapper {
gap: 20px;
}
.heffron-heading-line-left,
.heffron-heading-line-right {
width: 100px;
}
.heffron-heading-symbol {
width: 80px;
height: 65px;
}
}
@media (max-width: 480px) {
.heffron-heading-center-wrapper {
gap: 12px;
}
.heffron-heading-line-left,
.heffron-heading-line-right {
width: 60px;
}
.heffron-heading-symbol {
width: 60px;
height: 50px;
}
} .heffron-heading-text {
margin: 0;
padding: 0;
font-weight: 400;
display: block;
color: #002E51;
line-height: 0.9;
min-height: 1em;
}
.heffron-heading-text span{
color: #BA8D20 !important;
} .heffron-heading-text h1,
.heffron-heading-text h2,
.heffron-heading-text h3,
.heffron-heading-text h4,
.heffron-heading-text h5,
.heffron-heading-text h6 {
margin: 0;
padding: 0;
line-height: 0.9;
display: block;
} .heffron-heading-text br {
display: block;
content: "";
margin: 0;
line-height: 0;
} .heffron-heading-text br {
display: block;
content: "";
margin: 0.5em 0;
}
.heffron-heading-text span {
display: inline;
}
.heffron-heading-text strong,
.heffron-heading-text b {
font-weight: 700;
}
.heffron-heading-text em,
.heffron-heading-text i {
font-style: italic;
} .heffron-heading-h1 {
font-size: 72px;
font-weight: 400;
line-height: 0.9;
margin: 0;
padding: 0;
font-family: "Copperplate", serif;
padding-bottom: 25px;
}
.heffron-heading-h2 {
font-size: 52px;
font-family: "Copperplate", serif;
font-weight: 400;
line-height: 0.9;
margin: 0 0 0 0;
padding-bottom: 35px;
}
.heffron-heading-center-wrapper .heffron-heading-h2{
padding-bottom: 0;
}
.heffron-heading-h3 {
font-size: 40px;
font-family: "Copperplate", serif;
font-weight: 400;
line-height: 0.9;
margin: 0;
padding-bottom: 25px;
}
.heffron-heading-h4 {
font-size: 1.5rem;
font-weight: 400;
line-height: 0.9;
margin: 0;
padding: 0;
}
.heffron-heading-h5 {
font-size: 1.25rem;
font-weight: 400;
line-height: 0.9;
margin: 0;
padding: 0;
} .heffron-heading-line {
display: block;
height: 2px;
border-radius: 0;
margin-top: 15px;
background: linear-gradient(90deg, #BA8D20 0%, rgba(186, 141, 32, 0) 100%);
}
@media (max-width: 480px) {
.heffron-heading-center-wrapper .heffron-heading-line{
display: none !important;
}
} .heffron-heading-align-left .heffron-heading-line {
margin-left: 0;
margin-right: auto;
}
.heffron-heading-align-center .heffron-heading-line {
margin-left: auto;
margin-right: auto;
}
.heffron-heading-align-right .heffron-heading-line {
margin-left: auto;
margin-right: 0;
} @media (max-width: 768px) {
.heffron-heading-h1 {
font-size: 56px;
}
.heffron-heading-h2 {
font-size: 44px;
}
.heffron-heading-h3 {
font-size: 36px;
}
.heffron-heading-h4 {
font-size: 1.25rem;
}
.heffron-heading-h5 {
font-size: 1.1rem;
}
}
@media (max-width: 480px) {
.heffron-heading-h1 {
font-size: 48px;
}
.heffron-heading-h2 {
font-size: 38px;
}
.heffron-heading-h3 {
font-size: 32px;
}
.heffron-heading-h4 {
font-size: 1.1rem;
}
.heffron-heading-h5 {
font-size: 1rem;
} .heffron-heading-container {
text-align: center;
}
.heffron-heading-line { }
}