:root {
--color1: #234781;
--color2: #fcaf3b;
--color3: #ab641d;
--color4: #FFFFFF;
--color5: #2b2b2b;
}
h1, h2, h3, h4 {
font-weight: normal;
}
footer {
background-color: var(--color1);
padding: 0px;
}
.footer-container, .footer-container a, .footer-container span {
color: var(--color4);
font-size: 16px;
}
.top-container {
border-bottom: 2px solid var(--color1);
}
.top-container a img {
display: block;
}
.no-stack .quarter {
width: 25% !important;
max-width: 25rem;
}
.no-stack .threequarter {
width: 75% !important;
max-width: 75rem;
}
.no-stack .template-column:first-of-type,
.no-stack .build-column:first-of-type {
margin-left: auto;
}
.no-stack .template-column:nth-last-of-type(2),
.no-stack .build-column:nth-last-of-type(3) {
margin-right: auto;
}
.vertical-align {
display: flex !important;
flex-wrap: wrap !important;
align-items: center;
}
.user-panel a.login-link {
border-radius: 10px;
border: 2px solid var(--color4) !important;
padding: 6px 12px;
text-decoration: none;
transition: all 0.5s ease;
}
.user-panel a.login-link:hover {
color: var(--color1);
border: 2px solid var(--color4);
}
ul.site-menu li span span,
ul.site-menu li span a {
text-transform: uppercase;
font-weight: normal;
}
ul.site-menu ul.sub-menu li span a {
text-transform: none !important;
}
ul.site-menu li.sub-parent:hover ul { 
top:40px !important; 
}
ul.site-menu ul.sub-menu { 
border: none !important;
border-top: 1px solid #cdcdcd !important;
}
ul.site-menu li.selected-menu-item a {
color: var(--color3) !important;
}
ul.site-menu ul.sub-menu li.selected-menu-item {
color: var(--color3) !important;
}
ul.site-menu ul.sub-menu li.selected-menu-item span a {
color: var(--color3) !important;
}
ul.site-menu ul.sub-menu li span a:hover {
color: var(--color5) !important;
}
ul.site-menu li.sub-parent:last-of-type:hover ul.sub-menu {
right: 0;
left: auto;
top: 100%;
}
.crumb-trail-container {
display: none;
}
.admin-page-wrapper .crumb-trail-container {
display: block;
}
a.ce-button {
white-space: normal;
box-sizing: border-box;
width: auto !important;
min-width: 85px;
}
a.ce-button:hover {
color: var(--color1);
}
.ce-button.grid-button,
.ce-button.list-button {
width: auto !important;
}
.ce-button.remove-filter-button {
padding: 4px 12px !important;
min-width: auto !important;
}
#photo_page_list #search_container {
padding-right: 140px;
}
.search-panel {
padding-bottom: 25px;
}
.box .inner-column {
overflow: hidden;
position: relative;
aspect-ratio: 4 / 3;
}
.box a.ce-button,
.box h4 {
position: absolute;
bottom: 0%;
left: 0%;
right: 0%;
margin: 0px;
font-size: 24px;
text-transform: uppercase;
text-align: center;
padding: 15px 0px;
background-color: var(--color1);
color: var(--color3);
text-decoration: none;
border-radius: 0px;
word-break: break-word;
transition: all .5s ease;
}
.box:hover a.ce-button {
background-color: var(--color2);
border-color: var(--color2);
}
.box img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: all .5s ease;
}
.box:hover a img {
opacity: 0.75;
}
.box br {
display: none;
}
.box2 img {
width: 100%;
height: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
}
.same-size p:first-of-type a img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: all .5s ease;
aspect-ratio: 8 / 7;
}
.same-size p:first-of-type a:hover img {
opacity: 0.75;
}
.bottom-container .layout-share-button-container,
.bottom-container a.social-panel-icon {
height: 35px;
width: 35px;
}
.boxes .inner-column {
height: 100%;
}
.contact-members-h2.contact-h2,
.contact-detail-box.contact-members-detail {
display: none;
}