:root {
--color1: #1e4979;
--color2: #596e35;
--color3: #5f3817;
--color4: #FFFFFF;
}
body {
line-height: 1.5;
}
footer,
.bg-color-2 {
background-color: var(--color1);
}
.top-container {
border-bottom: 2px solid var(--color3);
}
.top-container img {
display: block;
}
.top-container .template-row {
padding: 0px 1%;
}
.top-container a.ce-button {
border: 2px solid var(--color4) !important;
font-weight: bold;
text-decoration: none;
}
.bottom-container a.social-panel-icon {
height: 40px;
width: 40px;
}
.align-vertically {
display: flex !important;
flex-wrap: wrap !important;
align-items: center;
}
ul.site-menu li.sub-parent:last-of-type:hover ul.sub-menu {
right: 0;
left: auto;
top: 100%;
}
ul.site-menu ul.sub-menu { 
border-top: none !important;
border-bottom: none !important; 
}
#mobile_layout_wrapper ul.site-menu ul.sub-menu li,
ul.site-menu ul.sub-menu li { 
border-bottom: none !important;
}
a.ce-button {
color: var(--color4) !important;
background-color: var(--color1) !important;
white-space: normal;
}
a.ce-button:hover {
color: var(--color1) !important;
background-color: var(--color4) !important;
}
.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;
}
.search-panel .search-button-panel-up {
bottom: 2px;
}
.search-panel a.ce-button {
padding: 5px 10px;
}
#photo_page_list #filter_container .half,
#photo_page_list #search_container .form-row {
width: 285px;
}
hr {
border: none !important;
height: 1px;
background-color: transparent !important;
background: linear-gradient(to right, transparent, var(--color1), transparent);
}
.box .inner-column div {
position: relative;
border: 1px solid #FFF;
}
.box h4 {
position: absolute;
bottom: 5%;
width: 100%;
margin: 0px;
color: #fff;
font-size: 24px;
text-shadow: 2px 2px 3px #000 !important;
text-transform: uppercase;
font-weight: bold;
}
.box img:hover {
opacity: 0.6;
}
.box br {
display: none
}
.video iFrame {
width: 100% !important;
max-width: 650px;
height: 100% !important;
aspect-ratio: 7.1/4;
}