html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html, body {
width: 100%;
}
body {
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
background-color: #f8f8f8;
padding-top: 80px; 
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
line-height: 1.2;
margin-top: 1em;
margin-bottom: 0.5em;
color: #00314f;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child {
margin-top: 0;
}
h1 {
font-size: 2.2rem;
}
h2 {
font-size: 1.9rem;
}
h3 {
font-size: 1.5rem;
}
h4 {
font-size: 1.2rem;
}
a {
color: #00314f;
text-decoration: none;
}
a:hover {
color: #00a0d2;
}
b, strong {
font-weight: bold;
}
i, em {
font-style: italic;
}
p {
margin: 1em 0;
}
ul, ol {
margin: 1em 0 2em 2em;
}
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
#page {
width: 100%;
height: auto;
overflow: hidden;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
position: relative;
box-sizing: border-box;
}
.site-header {
background-color: #00314f;
padding: 10px 0;
color: #fff;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
z-index: 100000;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
transition: transform 0.3s ease;
border-bottom: 5px solid #980000;
}
.site-branding {
display: flex;
align-items: center;
justify-content: space-around;
}
.site-branding a {
display: block;
}
.site-branding a img {
display: block;
margin: 0;
}
.site-title {
margin: 0;
font-size: 24px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
}
.site-title a {
color: #fff;
text-decoration: none;
}
.site-description {
margin: 5px 0 0;
font-size: 14px;
color: rgba(255, 255, 255, 0.8);
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
}
.custom-logo {
max-height: 45px;
width: auto;
}
.main-navigation {
margin-top: 10px;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: flex-end;
}
.main-navigation li {
margin-left: 20px;
}
.main-navigation a {
font-weight: 500;
color: #fff;
text-decoration: none;
transition: color 0.3s ease;
}
.main-navigation a:hover {
color: #f8f8f8;
text-decoration: underline;
} .site-main {
padding: 50px 0 40px;
min-height: calc(100vh - 200px);
} .infinite-scroll-container {
position: relative;
overflow: visible;
}
.page-section {
margin-bottom: 80px;
padding: 20px 0;
position: relative;
scroll-margin-top: 100px; will-change: transform;
transform-style: preserve-3d;
backface-visibility: hidden;
transform: translateZ(0); scroll-margin-top: 80px;
}
.page-section:last-child {
margin-bottom: 100px;
} .page-section.animating .page-content {
animation: card-focus 0.8s ease-out forwards;
}
@keyframes card-focus {
0% { transform: scale(0.98); opacity: 0.8; }
50% { transform: scale(1.02); }
100% { transform: scale(1); opacity: 1; }
}
.page-content {
max-width: 900px;
margin: 0 auto;
background-color: #fff;
padding: 40px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
border-radius: 5px;
position: relative;
border-left: 4px solid transparent;
} .page-navigation-controls {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 100;
display: flex;
flex-direction: column;
gap: 10px;
}
.page-navigation {
display: flex;
justify-content: space-between;
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #eee;
}
.fixed-navigation {
position: fixed;
right: 30px;
top: 50%;
transform: translateY(-50%);
z-index: 1000;
display: flex;
flex-direction: column;
gap: 15px;
}
.nav-arrow {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background-color: #00314f;
color: #fff;
text-decoration: none;
border-radius: 50%;
transition: all 0.3s ease;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.nav-arrow:hover {
background-color: #980000;
transform: scale(1.1);
}
.arrow-icon {
font-size: 24px;
line-height: 1;
}
.prev-page,
.next-page {
padding: 10px 20px;
background-color: #00314f;
color: #fff;
text-decoration: none;
border-radius: 4px;
transition: background-color 0.3s ease;
display: inline-block;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
letter-spacing: 0.3px;
}
.page-navigation-controls .prev-page,
.page-navigation-controls .next-page {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.prev-page:hover,
.next-page:hover {
background-color: #153a62;
} .current-page .page-content {
border-left: 4px solid #00314f;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
transform: translateZ(0);
transition: all 0.3s ease-out;
} .page-content {
transition: all 0.3s ease-out;
transform: translateZ(0);
will-change: transform, box-shadow;
} .infinite-scroll-container {
perspective: 1000px;
perspective-origin: 50% 50%;
}
.post,
.page-item {
margin-bottom: 40px;
background-color: #fff;
padding: 20px;
border-radius: 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.entry-title {
font-size: 24px;
margin-top: 0;
}
.entry-meta {
color: #666;
font-size: 14px;
margin-bottom: 15px;
}
.entry-content {
margin-bottom: 20px;
}
.site-footer {
background-color: #00314f;
color: #fff;
padding: 20px 0;
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer a {
color: #fff;
}
#footer-menu {
list-style: none;
padding: 0;
margin: 15px 0 0;
display: flex;
justify-content: center;
}
#footer-menu li {
margin: 0 10px;
}
.has-primary-blue-color {
color: #00314f;
}
.has-primary-blue-background-color {
background-color: #00314f;
}
.has-accent-red-color {
color: #980000;
}
.has-accent-red-background-color {
background-color: #980000;
}
.has-light-gray-color {
color: #f8f8f8;
}
.has-light-gray-background-color {
background-color: #f8f8f8;
}
.has-medium-gray-color {
color: #767676;
}
.has-medium-gray-background-color {
background-color: #767676;
}
.has-dark-gray-color {
color: #333333;
}
.has-dark-gray-background-color {
background-color: #333333;
}
.has-white-color {
color: #ffffff;
}
.has-white-background-color {
background-color: #ffffff;
}
@media (max-width: 768px) {
.site-branding,
.main-navigation ul {
text-align: center;
justify-content: center;
}
.main-navigation li {
margin: 0 10px;
}
.page-content {
padding: 20px;
}
.page-navigation {
flex-direction: column;
gap: 10px;
}
.prev-page,
.next-page {
text-align: center;
}
}
.main-navigation a:hover {
color: #f8f8f8;
text-decoration: underline;
} .site-main {
padding: 50px 0 40px;
min-height: calc(100vh - 200px);
} .infinite-scroll-container {
position: relative;
overflow: visible;
}
.page-section {
margin-bottom: 80px;
padding: 20px 0;
position: relative;
scroll-margin-top: 100px; will-change: transform;
transform-style: preserve-3d;
backface-visibility: hidden;
transform: translateZ(0); scroll-margin-top: 80px;
}
.page-section:last-child {
margin-bottom: 100px;
} .page-section.animating .page-content {
animation: card-focus 0.8s ease-out forwards;
}
@keyframes card-focus {
0% { transform: scale(0.98); opacity: 0.8; }
50% { transform: scale(1.02); }
100% { transform: scale(1); opacity: 1; }
}
.page-content {
max-width: 900px;
margin: 0 auto;
background-color: #fff;
padding: 40px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
border-radius: 5px;
position: relative;
} .current-page .page-content {
border-left: 4px solid #00314f;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
transform: translateZ(0);
transition: all 0.3s ease-out;
} .page-content {
transition: all 0.3s ease-out;
transform: translateZ(0);
will-change: transform, box-shadow;
} .infinite-scroll-container {
perspective: 1000px;
perspective-origin: 50% 50%;
}
.post,
.page-item {
margin-bottom: 40px;
background-color: #fff;
padding: 20px;
border-radius: 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.entry-title {
font-size: 24px;
margin-top: 0;
}
.entry-meta {
color: #666;
font-size: 14px;
margin-bottom: 15px;
}
.entry-content {
margin-bottom: 20px;
}
.site-footer {
background-color: #00314f;
color: #fff;
padding: 20px 0;
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer a {
color: #fff;
}
#footer-menu {
list-style: none;
padding: 0;
margin: 15px 0 0;
display: flex;
justify-content: center;
}
#footer-menu li {
margin: 0 10px;
}
.has-primary-blue-color {
color: #00314f;
}
.has-primary-blue-background-color {
background-color: #00314f;
}
.has-accent-red-color {
color: #980000;
}
.has-accent-red-background-color {
background-color: #980000;
}
.has-light-gray-color {
color: #f8f8f8;
}
.has-light-gray-background-color {
background-color: #f8f8f8;
}
.has-medium-gray-color {
color: #767676;
}
.has-medium-gray-background-color {
background-color: #767676;
}
.has-dark-gray-color {
color: #333333;
}
.has-dark-gray-background-color {
background-color: #333333;
}
.has-white-color {
color: #ffffff;
}
.has-white-background-color {
background-color: #ffffff;
}
.wp-block-button__link {
background-color: #00314f;
color: #fff;
border-radius: 4px;
}
.wp-block-button__link:hover {
background-color: #001f33;
text-decoration: none;
}
.is-style-outline .wp-block-button__link {
color: #00314f;
border-color: #00314f;
}
.is-style-outline .wp-block-button__link:hover {
background-color: #00314f;
color: #fff;
} .wp-block-quote {
border-left: 4px solid #980000;
padding-left: 1em;
font-style: italic;
} .wp-block-table table {
border-collapse: collapse;
width: 100%;
margin-bottom: 1em;
}
.wp-block-table td,
.wp-block-table th {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
.wp-block-table th {
font-weight: bold;
}
.wp-block-table tbody tr:nth-child(even) {
background-color: #f9f9f9;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: #f9f9f9;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
background-color: #ffffff;
} @media (max-width: 600px) {
.wp-block-table table,
.wp-block-table thead,
.wp-block-table tbody,
.wp-block-table th,
.wp-block-table td,
.wp-block-table tr {
display: block;
}
.wp-block-table thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.wp-block-table tr {
margin-bottom: 1.5em;
border: 1px solid #ddd;
border-radius: 4px;
overflow: hidden;
}
.wp-block-table td {
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
min-height: 30px;
}
.wp-block-table td:last-child {
border-bottom: none;
}
.wp-block-table td:before {
position: absolute;
top: 8px;
left: 8px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
font-weight: bold;
content: attr(data-label);
} .wp-block-table tfoot tr {
background-color: #f2f2f2;
font-weight: bold;
border-top: 2px solid #00314f;
}
.wp-block-table tfoot {
display: block;
border: none;
}
.wp-block-table tfoot td {
font-weight: bold;
} .wp-block-table.has-fixed-layout {
width: 100% !important;
}
.wp-block-table.has-fixed-layout table {
table-layout: auto;
}
}
@media (max-width: 768px) {
.site-branding,
.main-navigation ul {
text-align: center;
justify-content: center;
}
.main-navigation li {
margin: 0 10px;
}
.page-content {
padding: 20px 10px;
}
.container {
padding: 0 10px;
}
.page-navigation {
flex-direction: column;
gap: 10px;
}
.prev-page,
.next-page {
text-align: center;
}
.page-section {
transform: none!important;
margin-bottom: 50px;
}
}.fixed-navigation {
position: fixed !important;
right: 30px !important;
top: 50% !important;
transform: translateY(-50%) !important;
z-index: 1000 !important;
display: flex !important;
flex-direction: column !important;
gap: 20px !important;
}
.nav-arrow {
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 50px !important;
height: 50px !important;
background-color: #00314f !important;
color: #fff !important;
text-decoration: none !important;
border-radius: 50% !important;
transition: all 0.3s ease !important;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
opacity: 0.85 !important;
}
.nav-arrow:hover {
background-color: #980000 !important;
transform: scale(1.1) !important;
opacity: 1 !important;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
}
.arrow-icon {
font-size: 24px !important;
line-height: 1 !important;
font-weight: bold !important;
}
.page-navigation-controls {
display: none !important;
}.sidebar-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 998;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sidebar-overlay.active {
opacity: 1;
visibility: visible;
} .site-sidebar {
position: fixed;
top: 0;
left: 0;
width: 280px;
height: 100%;
background-color: #00314f;
z-index: 999;
transform: translateX(-100%);
transition: transform 0.3s ease;
overflow-y: auto;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}
.site-sidebar.active {
transform: translateX(0);
} @media (min-width: 1200px) {
.site-sidebar.desktop-visible {
transform: translateX(0);
}
body.sidebar-open .site-main {
margin-left: 280px;
}
.sidebar-toggle {
display: none;
}
} .sidebar-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar-brand {
max-width: 80%;
}
.sidebar-brand img {
max-height: 40px;
width: auto;
}
.sidebar-brand .site-title {
margin: 0;
font-size: 18px;
}
.sidebar-brand .site-title a {
color: #fff;
text-decoration: none;
} .sidebar-close {
background: none;
border: none;
color: #fff;
font-size: 24px;
cursor: pointer;
padding: 5px;
opacity: 0.7;
transition: opacity 0.2s ease;
}
.sidebar-close:hover {
opacity: 1;
} .sidebar-navigation {
padding: 20px 0;
}
.sidebar-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
.sidebar-navigation li {
margin: 0;
padding: 0;
}
.sidebar-navigation a {
display: block;
padding: 12px 20px;
color: #fff;
text-decoration: none;
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
border-left: 3px solid transparent;
position: relative; 
}
.sidebar-navigation a:hover,
.sidebar-navigation .current-menu-item > a {
background-color: rgba(255, 255, 255, 0.1);
border-left-color: #980000;
color: #fff;
font-weight: 600;
}
.sidebar-navigation .current-menu-item > a::before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 3px;
background-color: #980000;
opacity: 1;
transition: opacity 0.3s ease;
} .sidebar-navigation .sub-menu {
background-color: rgba(0, 0, 0, 0.2);
display: block; 
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
border-left: 2px solid rgba(152, 0, 0, 0.5); 
}
.submenu-toggle {
display: none;
}
.sidebar-navigation .sub-menu a {
padding-left: 40px;
font-size: 14px;
} .sidebar-toggle {
background: none;
border: none;
width: 30px;
height: 24px;
cursor: pointer;
padding: 0;
z-index: 2;
position: absolute;
top: 5px;
left: 10px;
}
.toggle-icon {
display: block;
width: 100%;
height: 3px;
background-color: #ffffff;
margin: 5px 0;
transition: all 0.3s ease;
}
body.sidebar-open .toggle-icon:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}
body.sidebar-open .toggle-icon:nth-child(2) {
opacity: 0;
}
body.sidebar-open .toggle-icon:nth-child(3) {
transform: rotate(-45deg) translate(7px, -7px);
} .cta-button {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 997;
}
.cta-button a {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background-color: #980000;
color: #fff;
border-radius: 50%;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
}
.cta-button a:hover {
background-color: #b30000;
transform: scale(1.1);
}
.cta-button svg {
width: 24px;
height: 24px;
} @media (min-width: 1200px) {
body.sidebar-open .site-main,
body.sidebar-open .site-header,
body.sidebar-open .site-footer {
margin-left: 280px;
width: calc(100% - 280px);
transition: margin 0.3s ease, width 0.3s ease;
}
} @media (max-width: 767px) {
.site-sidebar {
width: 250px;
}
.cta-button {
bottom: 20px;
right: 20px;
}
.cta-button a {
width: 50px;
height: 50px;
}
}