/*
Theme Name: Sydney Child
Theme URI: http://example.com/sydney-child
Author: Jason Petersen
Author URI: https://peterscene.com
Description: This is the child theme for Sydney.
Template: sydney
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney-child
Tags: two-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* CSS VARIABLES - COLOR DEFINITIONS */

:root {
	--blue-dark-color: #272a3e;
	--blue-primary-color: #013194;/*164277*/
	--blue-light-color: #3aa4dc;
	--accent-orange-color: #ff4000;/*ff6600*/
	--accent-green-color: #abbb37;
	--off-black-color: #343434;
}

/* CORE OVERRIDES */

:focus { 
	outline: none;
}

body {
	background-size: 30px 30px;
    background-image: linear-gradient(to right, rgba(141, 154, 247, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(141, 154, 247, 0.2) 1px, transparent 1px);
}

body,
#page {
	overflow-x: hidden;
}

.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper,
.archive .page-wrap .content-wrapper {
	padding: 0 30px;
}

a,
a:hover,
a:focus,
a.roll-button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
body div.wpforms-container-full .wpforms-form button[type=submit] {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.button,
a.button,
a.roll-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
body div.wpforms-container-full .wpforms-form button[type=submit] {
	position: relative;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .2em;
	padding: 18px 34px;
	white-space: normal;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(45deg, transparent 5%, var(--accent-orange-color) 5%);
	box-shadow: 6px 0px 0px color-mix(in srgb, var(--accent-orange-color) 50%, transparent);
	outline: transparent;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	border: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
}

.button a,
.button i {
	color: #fff;
}

.button:hover,
a.roll-button:hover,
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.button:focus,
a.roll-button:focus,
a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
body div.wpforms-container-full .wpforms-form button[type=submit]:focus {
	color: #fff;
	background: linear-gradient(45deg, transparent 5%, var(--blue-light-color) 5%);
	box-shadow: 6px 0px 0px color-mix(in srgb, var(--blue-light-color) 50%, transparent);
	border: 0;
}

.button.button-small,
button.button-small {
	font-size: 12px;
	line-height: 1.5em;
	padding: 6px 12px;
}

.button.full-width,
button.full-width {
	width: 100%;
}

@media only screen and (max-width: 780px) {
	.button,
	button,
	a.roll-button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	body div.wpforms-container-full .wpforms-form button[type=submit] {
		font-size: 15px;
		padding: 15px 30px;
	}
	.button.button-small,
	button.button-small {
		font-size: 12px;
		line-height: 1.5em;
		padding: 6px 12px;
	}
}

.entry-header h1 {
	margin-top: 0;
}

.entry-content ol,
.entry-content ul {
	margin-top: 0;
	margin-bottom: 20px;
}

.entry-content ol li:not(:last-child),
.entry-content ul li:not(:last-child) {
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Merriweather", serif;
	font-weight: 700;
	line-height: normal;
}

body .entry-content h2, body .entry-content h3, body .entry-content h4, body .entry-content h5, body .entry-content h6 {
	margin-top: 1em;
	margin-bottom: 1em;
}

.entry-content p a:not(.button, .no-style):link,
.entry-content p a:not(.button, .no-style):visited,
.entry-content p a:not(.button, .no-style):active,
.entry-content ol a:not(.button, .no-style):link,
.entry-content ol a:not(.button, .no-style):visited,
.entry-content ol a:not(.button, .no-style):active,
.entry-content ul a:not(.button, .no-style):link,
.entry-content ul a:not(.button, .no-style):visited,
.entry-content ul a:not(.button, .no-style):active {
	text-decoration: none !important;
	color: inherit !important;
	font-weight: 700;
}

.entry-content p a:not(.button, .no-style),
.entry-content ol a:not(.button, .no-style),
.entry-content ul a:not(.button, .no-style) {
	-webkit-box-shadow: inset 0 -3px 0 var(--accent-orange-color);
	   -moz-box-shadow: inset 0 -3px 0 var(--accent-orange-color);
			box-shadow: inset 0 -3px 0 var(--accent-orange-color);
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
		 -o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
			transition: all 0.3s linear;
}

.entry-content p a:not(.button, .no-style):hover,
.entry-content ol a:not(.button, .no-style):hover,
.entry-content ul a:not(.button, .no-style):hover {
	text-decoration: none !important;
	color: inherit !important;
	-webkit-box-shadow: inset 0 0 20px var(--accent-orange-color);
	   -moz-box-shadow: inset 0 0 20px var(--accent-orange-color);
			box-shadow: inset 0 0 20px var(--accent-orange-color);
}

a.external:after,
button.external span:after {
	font-family: 'FontAwesome';
	content: "\f35d";
	display: inline-block;
	margin-left: 5px;
	text-decoration: none;
}

a.pdf:after,
button.pdf span:after {
	font-family: 'FontAwesome';
	content: "\f1c1";
	display: inline-block;
	margin-left: 5px;
	text-decoration: none;
}

a.zip:after,
button.zip span:after {
	font-family: 'FontAwesome';
	content: "\f1c6";
	display: inline-block;
	margin-left: 5px;
	text-decoration: none;
}

a.mail:after,
a.email:after,
button.mail span:after,
button.email span:after {
	font-family: 'FontAwesome';
	content: "\f0e0";
	display: inline-block;
	margin-left: 5px;
	text-decoration: none;
}

ul {
	list-style: square outside none;
}

.entry-content p a:hover .fa-stack,
.breadcrumbs a:hover {
	color: var(--accent-orange-color);
}

.breadcrumbs {
	position: relative;
	margin-bottom: 50px;
}

.breadcrumbs:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: var(--blue-primary-color);
}

.breadcrumbs span {
	font-weight: 700;
}

.breadcrumbs span.current-item {
	font-weight: normal;
}

/* PAGE BANNER */

.page-banner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin: 0 -9999rem 40px -9999rem;
	padding: 20px 9999rem;
	min-height: 20vh;
	background-image: url(/wp-content/uploads/2024/08/banner-abstract-4.svg);
	background-color: var(--blue-light-color);
	background-repeat: no-repeat;
	background-size: 100vw;
	background-position: 50% 50%;
}

.page-banner .banner-title {
	text-align: center;
}

.page-banner .banner-title h1 {
	color: #fff;
	text-shadow: 2px 2px var(--off-black-color);
	margin: 0;
}

/* POST MODS */

/* articles, search, and archive pages */
body.blog #content .container,
body.archive #content .container,
body.search #content .container {
	padding-right: 30px;
	padding-left: 30px;
}

/* archive description */
#main .taxonomy-description {
	font-weight: 700;
	font-style: italic;
	background-color: #f7f7f7;
	padding: 20px;
	text-align: center;
}
#main .taxonomy-description p {
	margin-bottom: 0;
}

/* posts page & single posts */

body.blog .content-wrapper,
body.single-post .content-wrapper {
	margin-top: 40px;
}

@media only screen and (max-width: 991px) {
	body.blog .content-area, body.archive .content-area,
	body.blog article, body.archive article {
		padding: 0;
	}
	body.blog .content-wrapper .row,
	body.archive .content-wrapper .row {
		margin: 0;
	}
}

.entry-header .post-wrapper {
	display: inline-block;
	background-color: #f7f7f7;
	padding: 10px 20px;
	margin-top: 20px;
}

.entry-header .post-date,
.posts-layout .entry-meta {
	text-transform: uppercase;
	font-weight: 700;
}

.entry-header .post-date .sydney-svg-icon,
.posts-layout .entry-meta .sydney-svg-icon {
	fill: var(--blue-primary-color);
	width: 14px;
	height: 20px;
	margin-right: 7px;
}

.posts-layout .entry-meta a:hover, .entry-meta a:hover {
	color: var(--blue-light-color);
}

.posts-layout .hentry {
	margin-bottom: 20px;
}

.posts-layout .hentry:not(:first-of-type) {
	padding-top: 20px;
}

.posts-layout .hentry:not(:first-of-type):after {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	top: 0;
	background-color: var(--sydney-border-color);
}

.posts-layout .entry-title a {
	color: inherit;
}

.posts-layout .entry-title a:hover {
	color: var(--blue-light-color);
}

/* post categories */
.single .meta-post .post-cat:first-of-type::before {
	padding: 0;
}
@media only screen and (max-width: 480px) {
	.hentry .meta-post {
		display: flex;
		flex-direction: column;
		text-align: center;
		background-color: #f7f7f7;
		padding: 10px 0;
	}
	.hentry .meta-post a {
		margin-bottom: 5px;
	}
	.hentry .meta-post a:last-of-type {
		margin-bottom: 0;
	}
	.hentry .meta-post a:hover {
		text-decoration: underline;
	}
	.single .meta-post .post-cat::before {
		content: none;
		padding: initial;
	}
}

/* 404 PAGE */

body.error404 .page-title {
	padding-top: 0;
}

body.error404 .site-main {
	padding: 100px 0;
}

body.error404 input[type="search"] {
	height: 60px;
}

/* HEADER */

.site-header,
.site-header.float-header,
.site-header.fixed {
	position: static !important;
	background-color: #f3f0ff !important;
	padding: 0;
}

.site-logo {
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
}

.header-wrap {
	padding: 20px 0;
}

@media only screen and (min-width: 1200px) {
	.header-wrap > .container {
		padding: 0 20px;
	}
}

.header-wrap .container > .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn-menu .sydney-svg-icon:before {
	font-family: fontawesome;
	content: "\f0c9";
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 30px;
	font-style: normal;
	color: var(--off-black-color);
}

.btn-menu:hover .sydney-svg-icon:before {
	color: var(--blue-light-color);
}

.btn-menu .sydney-svg-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	fill: var(--off-black-color) !important;
}

.btn-menu:hover .sydney-svg-icon {
	fill: var(--blue-light-color) !important;
}

#mainnav li {
	font-size: 16px;
}

#mainnav ul li a,
#mainnav ul li::before {
	color: var(--off-black-color);
}

#mainnav ul li a:hover,
.main-header #mainnav .menu > li > a:hover {
	color: var(--off-black-color);
}

#mainnav-mobi,
.mainnav.toggled {
	background-color: var(--blue-light-color);
	border: 1px solid var(--off-black-color);
}

#mainnav-mobi ul li,
.mainnav.toggled ul li {
	border-top: 1px solid var(--off-black-color);
}

#mainnav-mobi ul li:first-child,
.mainnav.toggled ul li:first-child {
	border-top: none;
}

#mainnav-mobi ul>li>a:hover,
.mainnav.toggled ul>li>a:hover {
	border-left: 10px solid #fff;
	padding-left: 40px;
}

@media only screen and (max-width: 767px) {
	.header-wrap .container > .row {
		flex-direction: column;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.header-wrap .container > .row {
		flex-direction: row;
	}
}

@media only screen and (min-width: 1025px) {
	.header-wrap {
		padding: 0;
	}
	.header-wrap .container > .row {
		flex-direction: column;
	}
	.header-wrap .row > div {
		width: 100%;
	}
	.header-wrap .row > div.header-logo-wrap {
		display: flex;
		flex-direction: row;
		justify-content: center;
		order: 2;
		margin: 20px 0;
	}
	.header-wrap .row > div.header-menu-wrap {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		color: #fff;
		background-color: var(--blue-dark-color);
		border-bottom: 8px solid var(--blue-light-color);
		margin: 0 -9999rem;
		padding: 0 9999rem;
		order: 1;
	}
	.site-logo {
		height: 125px;
	}
	#mainnav {
		width: 100%;
		float: none;
	}
	#mainnav li {
		font-size: 20px;
	}
	#mainnav > div > ul {
		font-family: "Merriweather", serif;
		justify-content: center;
		align-items: flex-end;
		flex-wrap: nowrap;
		gap: 20px;
		height: 60px;
		width: 100vw;
		margin-left: -50vw;
	}
	#mainnav ul li {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 10px 20px;
	}
	#mainnav ul li:hover,
	#mainnav ul li.current-menu-item {
		background-color: var(--blue-light-color);
	}
	#mainnav ul li a,
	#mainnav ul li::before {
		color: #fff;
	}
	#mainnav ul li a:hover,
	.main-header #mainnav .menu > li > a:hover {
		color: #fff;
		border-bottom: none;
	}
}

/* FULL-WIDTH SECTIONS */

.section {
	margin: 0 -9999rem;
	padding: 40px 9999rem;
}

.section-blue-dark {
	background-color: var(--blue-dark-color);
	color: #fff !important;
}

.section-blue-primary {
	background-color: var(--blue-primary-color);
	color: #fff !important;
}

.section-blue-light {
	background-color: var(--blue-light-color);
}

.section-orange {
	background-color: var(--accent-orange-color);
	color: #fff !important;
}

.section-green {
	background-color: var(--accent-green-color);
	color: #fff !important;
}

.section-off-black {
	background-color: var(--off-black-color);
	color: #fff !important;
}

/* FOOTER */

.site-info {
	padding: 20px;
}

.site-footer {
	background-color: var(--blue-dark-color);
}

.site-footer, .site-footer a {
	color: #cccccc;
}

.site-footer > div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.site-footer .footer-social {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: auto;
}

.site-footer .footer-copyright p {
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 10px;
}

.site-footer .footer-copyright p:last-of-type {
	margin-bottom: 0;
}

@media only screen and (max-width: 780px) {
	.site-footer > div {
		flex-direction: column;
		align-items: center;
	}
	.site-footer .footer-copyright {
		order: 2;
		margin-top: 10px;
	}
	.site-footer .footer-social {
		order: 1;
		margin-left: initial;
	}
}

.site-footer .footer-social a {
	margin-right: 10px;
}

.site-footer .footer-social a:last-of-type {
	margin-right: 0;
}

.site-footer .footer-social a .fa-stack {
	font-size: 24px;
	color: var(--off-black-color);
}

.site-footer .footer-social a:hover .fa-stack {
	color: #fff;
}

.site-footer .footer-social a .fa-circle {
	color: #fff;
}

.site-footer .footer-social a.social-tiktok:hover .fa-circle {
	color: #ff0050;
}

.site-footer .footer-social a.social-facebook:hover .fa-circle {
	color: #3b5998;
}

.site-footer .footer-social a.social-twitter:hover .fa-circle {
	color: #00aced;
}

.site-footer .footer-social a.social-instagram:hover .fa-circle {
	color: #fbad50;
}

.site-footer .footer-social a.social-youtube:hover .fa-circle {
	color: #ff0000;
}

.site-footer .footer-social a.social-linkedin:hover .fa-circle {
	color: #0077b5;
}

/* SIDEBAR */

#secondary {
	background-color: transparent;
	padding: 0;
}

@media only screen and (max-width: 991px) {
	#secondary {
		margin-bottom: 30px;
		padding: 30px 0 0 0;
		border-top: 1px solid var(--sydney-border-color);
	}
}

#secondary .widget_archive a {
	color: var(--off-black-color);
	font-weight: 700;
}

#secondary .widget_archive a:hover {
	color: var(--accent-orange-color);
}

#secondary .more-info ul {
	list-style: none;
	padding: 0;
}

#secondary .more-info .list-nav li {
	font-family: "Merriweather", serif;
	font-size: 24px;
	border-bottom: 2px dotted var(--off-black-color);
}

#secondary .more-info .list-nav a {
	color: var(--blue-light-color);
}

#secondary .more-info .list-nav a:hover {
	color: var(--accent-orange-color);
}

#secondary .more-info .list-box {
	background-color: var(--blue-light-color);
	padding: 20px 10px;
}

#secondary .more-info .list-box a {
	color: #fff;
	text-decoration: none !important;
}

#secondary .more-info .list-box a:hover {
	color: #fff;
	text-decoration: underline !important;
}

#secondary .more-info .list-box li:before {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	font-family: fontawesome;
	content: "\f138";
	color: #fff;
	margin: 0 10px 0 0;
}

/* VIDEO EMBEDS */

.video-embed {
	max-width: 560px;
}

.video-embed.center {
	margin: auto;
}

.video-embed > div {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none !important;
}

/* GO TO TOP BUTTON */

.go-top {
	background-color: var(--blue-primary-color) !important;
}

.go-top:hover {
	background-color: var(--blue-light-color) !important;
}

.go-top svg,
.go-top:hover svg {
	fill: #fff !important;
}

.go-top.show {
	bottom: 20px;
}

/* FANCY BLOCKQUOTES */

blockquote {
	display: flex;
	flex-direction: row;
	font-family: "Merriweather", serif;
	font-weight: 400;
	letter-spacing: .03em;
	border-left: 0;
	padding: 30px;
}

.hentry blockquote {
	color: #fff;
	background-color: var(--blue-dark-color);
	border-bottom: 10px solid var(--blue-light-color);
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	padding: 30px;
}

blockquote:before {
	color: var(--blue-light-color);
	font-family: Georgia;
	font-size: 5em;
	line-height: .8em;
	margin-right: 30px;
	padding-right: 20px;
	border-right: 3px solid #ccc;
}

blockquote:before {
	content: '“';
}

blockquote p, blockquote span {
	font-size: 120%;
}

blockquote cite,
blockquote p cite,
blockquote span cite,
.hentry blockquote cite {
	display: block;
	margin-top: 20px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 80%;
	text-transform: uppercase;
	font-style: italic;
	text-align: right;
	color: #fff;
}

blockquote p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	blockquote.blockleft,
	blockquote.blockright {
		border-bottom-width: 0;
		width: 30%;
		min-width: 240px;
	}
	blockquote.blockleft {
		float: left;
		margin-right: 40px;
		border-right-width: 10px;
	}
	blockquote.blockright {
		float: right;
		margin-left: 40px;
		border-left-width: 10px;
	}
}

/* SOCIAL BUTTONS */

.social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em 0.25em;
	margin-top: 30px;
}

.social a {
	font-size: 1.5em;
}

.fa.fa-tiktok {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.social a.social-tiktok .fa-circle {
	color: #ff0050;
}

.social a.social-facebook .fa-circle {
	color: #3b5998;
}

.social a.social-twitter .fa-circle {
	color: #00aced;
}

.social a.social-instagram .fa-circle {
	color: #fbad50;
}

.social a.social-youtube .fa-circle {
	color: #ff0000;
}

.social a.social-linkedin .fa-circle {
	color: #0077b5;
}

.social a:hover .fa-circle {
	color: #000;
}

/* MISCELLANEOUS NEW CLASSES */

.fancy img {
	--b: 5px;
	--d: 20px;
	--o: 15px;
	--s: 1;
	--_d: calc(var(--d) + var(--s)*1em);
	--_g: calc(100% - 2*(var(--_d) + var(--b)));
	--_m: conic-gradient(from 90deg at var(--_d) var(--_d),#0000 25%,#000 0) 0 0/calc(100% - var(--_d)) calc(100% - var(--_d)), linear-gradient(#000 0 0) 50%/var(--_g) var(--_g) no-repeat;
	-webkit-mask: var(--_m);
	mask: var(--_m);
	font-size: 0;
}

img.img-circle {
	border-radius: 50%;
	border: 3px solid var(--blue-primary-color);
	padding: 12px;
	box-sizing: content-box;
}

a:hover img.img-circle {
	border: 3px solid var(--blue-light-color);
}

figure figcaption {
	font-size: 80%;
	font-style: italic;
}

figure figcaption a,
figure figcaption a:hover {
	text-decoration: underline;
}

hr {
	border: none;
	margin: 2em 0;
	height: 5px;
	color: var(--blue-light-color);
	background-color: var(--blue-light-color);
}

hr.thin {
	height: 1px;
}

hr.narrow {
	width: 100px;
}

hr.center {
	margin: 2em auto;
}

.tight {
	margin: 0 !important;
}

.xtraspace {
	margin-top: 2em;
}

ul.unstyled {
	list-style-type: none;
	padding-inline-start: 0;
	padding-left: 0;
}

.bold {
	font-weight: 700;
}

.ital,
.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.small,
.smaller {
	font-size: 80%;
}

.large,
.larger {
	font-size: 150%;
}

@media only screen and (max-width: 780px) {
	.mobile-center {
		text-align: center;
	}
}

.break-word {
	-webkit-word-break: break-word;
			word-break: break-word;
	-webkit-word-wrap: break-word;
			word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
		-ms-hyphens: auto;
			hyphens: auto;
}

.spacer { height: 1px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; clear: both; }
.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; clear: both; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; clear: both; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; clear: both; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; clear: both; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; clear: both; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; clear: both; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; clear: both; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; clear: both; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; clear: both; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; clear: both; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; clear: both; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; clear: both; }