/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2024 | 14:17:35 */
:root {
  --blue-300: #1A73E8; /* Links and icons */
  --blue-400: #004BC0; /* Main header and buttons */
  --blue-500: #00368A; /* Pre-header */
}

body.page-id-45023 .site-content {
	max-width: 1200px !important;
}

body.page-id-45023 .llcu-page-header,
body.page-id-45023 .site-header,
body.page-id-45023 .yoast-breadcrumbs,
body.page-id-45023 .llcu-email-optin,
body.page-id-45023 .comments-area,
body.page-id-45023 .site-footer {
	display: none;
}

.llcu-vertical-blue-sidebar {
    width: 15%;
    height: 100vh;
    background: var(--blue-500);
    position: fixed;
    top: 0;
}

.llcu-vertical-blue-sidebar.is-right {
	right: 0;
	background: var(--blue-500);
}

.llcu-vertical-blue-sidebar.is-left {
	left: 0;
	background: var(--blue-400);
}