/********************************************************************
 /$$$$$$$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$
| $$_____/| $$_____/| $$_____/| $$_____/ /$$__  $$|__  $$__//$$__  $$
| $$      | $$      | $$      | $$      | $$  \__/   | $$  | $$  \__/
| $$$$$   | $$$$$   | $$$$$   | $$$$$   | $$         | $$  |  $$$$$$
| $$__/   | $$__/   | $$__/   | $$__/   | $$         | $$   \____  $$
| $$      | $$      | $$      | $$      | $$    $$   | $$   /$$  \ $$
| $$$$$$$$| $$      | $$      | $$$$$$$$|  $$$$$$/   | $$  |  $$$$$$/
|________/|__/      |__/      |________/ \______/    |__/   \______/
********************************************************************/
@keyframes fadein
{
	from
	{
		opacity: 0;
	}

	to
	{
		opacity: 1;
	}
}

.raise-on-hover
{
	transition: transform 0.2s;
}

.raise-on-hover:hover
{
	transform: translate(0, -3px);
}

.img-raise-on-hover img
{
	transition: transform 0.2s;
}

.img-raise-on-hover:hover img
{
	transform: translate(0, -3px);
}

.lower-on-hover
{
	transition: transform 0.2s;
}

.lower-on-hover:hover
{
	transform: translate(0, 3px);
}

.decrease-opacity-on-hover
{
	transition: opacity 0.2s;
}

.decrease-opacity-on-hover:hover
{
	opacity: 0.8;
}

@media screen and (min-width: 1201px)
{
	.fade-in
	{
		opacity: 0;
		animation: fadein ease-in 1;
		animation-fill-mode: forwards;
		animation-duration: 1s;
	}
}

.fade-in.fade-first
{
	animation-delay: 0.3s;
}

.fade-in.fade-second
{
	animation-delay: 0.6s;
}

.fade-in.fade-third
{
	animation-delay: 0.9s;
}

.fade-in.fade-fourth
{
	animation-delay: 1.2s;
}

.fade-in.fade-fifth
{
	animation-delay: 1.5s;
}

.fade-in.fade-sixth
{
	animation-delay: 1.8s;
}

@media screen and (min-width:1024px)
{

	.middle-out-underline-on-hover:link,
	.middle-out-underline-on-hover:active,
	.middle-out-underline-on-hover:visited
	{
		position: relative;
	}

	.middle-out-underline-on-hover::before
	{
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		bottom: -2px;
		left: 0;
		background: #8bde23;
		visibility: hidden;
		transform: scaleX(0);
		transition: all 0.2s;
	}

	.middle-out-underline-on-hover:hover::before,
	.middle-out-underline-on-hover:focus::before
	{
		visibility: visible;
		transform: scaleX(1);
	}
}

.image-grow-on-hover-container
{
	overflow: hidden;
	height: 300px;
	width: 300px;
}

.image-grow-on-hover-container>img:first-of-type
{
	transition: transform 0.2s;
	height: 100%;
	width: 100%;
}

.image-grow-on-hover-container>img:first-of-type:hover
{
	transform: scale(1.2);
}

/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@font-face
{
	font-family: 'font_awesome';
	font-style: normal;
	font-weight: 900;
	src: url('/fonts/fa-solid-900.eot');
	src: url('/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
		url('/fonts/fa-solid-900.woff') format('woff'),
		url('/fonts/fa-solid-900.ttf') format('truetype'),
		url('/fonts/fa-solid-900.svg#fontawesome') format('svg');
}

@font-face
{
	font-family: 'dancing_script';
	src: url('/fonts/DancingScript-Regular.eot');
	src: url('/fonts/DancingScript-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/DancingScript-Regular.woff') format('woff'),
		url('/fonts/DancingScript-Regular.ttf') format('truetype'),
		url('/fonts/DancingScript-Regular.svg#DancingScript-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
    font-family: 'SourceSerif4';
    src: url('/fonts/SourceSerif4-SemiBold.eot');
    src: url('/fonts/SourceSerif4-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SourceSerif4-SemiBold.woff') format('woff'),
        url('/fonts/SourceSerif4-SemiBold.ttf') format('truetype'),
        url('/fonts/SourceSerif4-SemiBold.svg#SourceSerif4-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face 
{
    font-family: 'SourceSerif4';
    src: url('/fonts/SourceSerif4-SemiBoldItalic.eot');
    src: url('/fonts/SourceSerif4-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SourceSerif4-SemiBoldItalic.woff') format('woff'),
        url('/fonts/SourceSerif4-SemiBoldItalic.ttf') format('truetype'),
        url('/fonts/SourceSerif4-SemiBoldItalic.svg#SourceSerif4-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face 
{
    font-family: 'SourceSerif4';
    src: url('/fonts/SourceSerif4-Bold.eot');
    src: url('/fonts/SourceSerif4-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SourceSerif4-Bold.woff') format('woff'),
        url('/fonts/SourceSerif4-Bold.ttf') format('truetype'),
        url('/fonts/SourceSerif4-Bold.svg#SourceSerif4-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face 
{
    font-family: 'SourceSerif4';
    src: url('/fonts/SourceSerif4-Regular.eot');
    src: url('/fonts/SourceSerif4-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SourceSerif4-Regular.woff') format('woff'),
        url('/fonts/SourceSerif4-Regular.ttf') format('truetype'),
        url('/fonts/SourceSerif4-Regular.svg#SourceSerif4-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face 
{
    font-family: 'SourceSerif4';
    src: url('/fonts/SourceSerif4-Italic.eot');
    src: url('/fonts/SourceSerif4-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SourceSerif4-Italic.woff') format('woff'),
        url('/fonts/SourceSerif4-Italic.ttf') format('truetype'),
        url('/fonts/SourceSerif4-Italic.svg#SourceSerif4-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Keep for legacy Adobe Source Sans Pro instances */
@font-face 
{
	font-family: 'source_serif_pro';
    src: url('/fonts/SourceSerif4-Regular.eot');
    src: url('/fonts/SourceSerif4-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SourceSerif4-Regular.woff') format('woff'),
        url('/fonts/SourceSerif4-Regular.ttf') format('truetype'),
        url('/fonts/SourceSerif4-Regular.svg#SourceSerif4-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
    font-family: 'SourceSerif4';
	font-size: 13.5pt;
	font-weight: normal;
	color: #000000;
	background-color: transparent !important;
}

.container img:not(.img-non-responsive)
{
	display: inline-block;
	max-width: 100%;
	height: auto !important;
	border: none;
}

a:link,
a:visited,
a:active
{
	color: #5a0b01;
	font-weight: bold;
}

a:hover
{
	color: #6e1003;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #5a0b01;
}

input[type="submit"]
{
	display: inline-block;
    font-family: 'SourceSerif4';
	font-size: 12pt;
	font-weight: 600;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #5a0b01;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	border-radius: 6px;
	-webkit-tap-highlight-color: transparent;

	/*iPad Overrides*/
	border: none;
	-webkit-appearance: none;
}

input[type="submit"]:hover
{
	background-color: #800E00;
}

input[type="submit"]:active
{
	transform: translate(0, 2px) scale(0.99, 0.99);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

input[type="text"],
input[type="password"],
select,
option,
textarea
{
    font-family: 'SourceSerif4';
	font-size: 13.5pt;
	font-weight: normal;
	color: #000000;
}

hr
{
	height: 1px;
	background-color: #e6d4c0;
	border: 0;
}

.button-small,
.button-small:link,
.button-small:active,
.button-small:visited,
.button-small:hover
{
	font-size: 14px !important;
	padding: 3px 8px !important;
}

/* Responsive Tables */
table.rem-responsive-table
{
	width: 100%;
}

table.rem-responsive-table tr,
table.rem-responsive-table th,
table.rem-responsive-table td
{
	margin: 0;
	padding: 0;
}

table.rem-responsive-table td img
{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

div.container-max-width
{
	max-width: 1170px;
}

div.container-max-width-extended
{
	max-width: 1230px;
}

div.container-max-width-extended
{
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width:769px)
{
	.container-max-width
	{
		padding-left: 0;
		padding-right: 0;
	}
}

.rem-responsive-16x9-video
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.rem-responsive-16x9-video iframe,
.rem-responsive-16x9-video object,
.rem-responsive-16x9-video embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container ul
{
	padding-left: 20px;
}

.container ul li
{
	position: relative;
	list-style: none;
}

.container ul li::before
{
	content: '\2022';
	position: absolute;
	display: block;
	left: -20px;
	color: #5a0b01;
	font-size: 14pt;
	top: 0;
}

div#desktop-content-container
{
	padding-top: 101px;
	background: url("/images/primary-panel-background.jpg") top center no-repeat #cfb79f;
	background-attachment: fixed;
}

.vertical-padding-large
{
	padding-top: 80px;
	padding-bottom: 80px;
}

.vertical-padding-medium
{
	padding-top: 60px;
	padding-bottom: 60px;
}

.vertical-padding-small
{
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width:992px)
{
	.vertical-padding-large
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.vertical-padding-medium
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* col-lg and below */
@media screen and (max-width:1200px)
{
	table.rem-responsive-table td
	{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
	}

	table.rem-responsive-table tr td
	{
		width: 100% !important;
		float: left;
		clear: both;
		padding-left: 0;
		padding-right: 0;
	}

	.mobile-left
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin: 0 auto 0 0;
		text-align: center;
	}

	.mobile-centered
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.mobile-right
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin: 0 0 0 auto;
		text-align: center;
	}

	.mobile-left-flex
	{
		float: none !important;
		clear: both;
		display: flex !important;
		margin: 0 auto 0 0;
		text-align: center;
	}

	.mobile-centered-flex
	{
		float: none !important;
		clear: both;
		display: flex !important;
		margin: 0 auto;
		text-align: center;
	}

	.mobile-right-flex
	{
		float: none !important;
		clear: both;
		display: flex !important;
		margin: 0 0 0 auto;
		text-align: center;
	}

	div#desktop-content-container
	{
		padding-top: 0;
		margin-top: 60px;
	}
}

@media screen and (min-width: 1201px)
{
	.hide-on-desktop
	{
		display: none !important;
	}

	#header-desktop
	{
		display: block;
	}

	#header-mobile-only
	{
		display: none;
	}

	#desktop-content-container
	{
		margin-top: 121px;
	}

	#desktop_search_button
	{
		font-family: font_awesome !important;
		text-decoration: none;
		font-size: 20pt;
		color: #9E9E9E;
	}

	#desktop_search_button:link,
	#desktop_search_button:visited
	{
		transition: all 200ms;
	}

	#desktop_search_button:active
	{
		transform: scale(0.85);
	}

	#desktop_search_button:hover
	{
		color: #000000 !important
	}

	#search_form
	{
		position: absolute;
		right: 40px;
		top: 0;
		z-index: 9999;
	}

	#search_form #search_field
	{
		width: 0;
		height: 100%;
		opacity: 0;
		padding: 8px 0;
		border: 0 solid #cccccc;
		border-radius: 3px;
		outline: none;
		background-color: #ffffff;
		border-radius: 3px;
		font-family: arial;
		font-size: 12pt;
		color: #5a5a5a;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		transition: all 200ms;
	}

	#search_form #search_field.open
	{
		width: 300px;
		opacity: 1;
		padding: 8px 15px;
		border: 1px solid #cccccc;
	}

	#search_form #search_field.closed
	{
		width: 0;
		opacity: 0;
		padding: 8px 0;
		border: 0 solid #cccccc;
	}

	#search_form #search_field:focus
	{
		background-color: #ffffff;
	}

	#search_form #search_field:hover
	{
		background-color: #f4f4f4;
	}
}

@media screen and (max-width: 1200px)
{
	.hide-on-mobile
	{
		display: none !important;
	}

	#mobile-content-container
	{
		display: block;
	}

	div#header-desktop-only
	{
		display: none;
	}

	div#desktop-content-container
	{
		margin-top: 60px;
	}

	div#header-mobile-only #mobile-header-logo img
	{
		position: absolute;
		top: 0;
		bottom: 0;
		display: inline-block;
		height: auto;
		max-height: 51px;
		margin: auto 0 auto 10px;
		max-width: calc(100% - 65px);
	}

	div#header-mobile-only
	{
		display: block;
		position: fixed;
		top: 0;
		height: 60px;
		width: 100%;
		background: #e6d4c0;
		box-shadow: 0 -2px 15px #000000;
		z-index: 10000;
	}

	div#header-mobile-only::after
	{
		clear: both;
		content: "\00a0";
		display: block;
		height: 0;
		font: 0px/0 serif;
		overflow: hidden;
	}

	#mobile_search_button:link,
	#mobile_search_button:active,
	#mobile_search_button:visited,
	#mobile_search_button:hover
	{
		position: absolute;
		top: 18px;
		right: 65px;
		font-family: font_awesome;
		font-size: 24px;
		text-decoration: none;
	}

	#search_form
	{
		position: fixed;
		top: 65px;
		left: 15px;
		z-index: 999;
	}

	#search_form #search_field
	{
		position: relative;
		top: -65px;
		height: 0;
		width: calc(100vw - 45px);
		opacity: 0;
		padding: 0 15px;
		border: 0 solid #cccccc;
		border-radius: 3px;
		outline: none;
		background-color: #ffffff;
		font-family: arial;
		font-size: 12pt;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		transition: all 200ms;
	}

	#search_form #search_field.open
	{
		transform: translateY(65px);
		height: 40px;
		opacity: 1;
		padding: 3px 15px;
		border: 1px solid #cccccc;
	}

	#search_form #search_field.closed
	{
		width: calc(100vw - 45px);
		opacity: 0;
		padding: 0 15px;
		border: 0 solid #cccccc;
	}

	#search_form #search_field:focus
	{
		background-color: #ffffff;
	}
}


/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@media screen and (max-width: 1200px)
{
	#menu-builder-header-nav
	{
		position: fixed;
		top: 60px;
		z-index: 1501;
		left: 0;
		width: 100%;
		max-height: calc(100% - 60px);
		box-shadow: -1px -2px 20px 0px rgba(0, 0, 0, 0.5);
		overflow-y: auto;
		background-color: #e6d4c0;
	}

}



@media screen and (min-width: 1201px)
{
	#header-desktop
	{
		position: fixed;
		top: 0;
		z-index: 1000;
		width: 100%;
	}

	#header-desktop > div > div
	{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	#header-desktop > div > div .logo
	{
		display: block;
		height: 100%;
		max-height: 155px;
		padding: 15px 0;
	}

	body #header-desktop > div > div .logo img
	{
		height: 100%;
		width: auto;
		transition: height 400ms;
	}

	#header-desktop  .top-row
	{
		background: url("/images/header-middle-background.jpg") top center no-repeat #bea591;
	}

	#header-desktop > .top-row > div
	{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 172px;
		transition: height 400ms;
	}

	body.not-at-top #header-desktop > .top-row > div
	{
		height: 79px;
	}

	body #header-desktop > .top-row > div .phone-container
	{
		position: absolute;
		right: 0;
		bottom: 15px;
		display: inline-block;
		transition: all 400ms;
	}

	body.not-at-top #header-desktop > .top-row > div .phone-container
	{
		bottom: 50%;
		transform: translateY(50%);
	}

	body #header-desktop > .top-row > div .phone-container span
	{
    font-family: 'SourceSerif4';
		font-size: 15pt;
		font-weight: 600;
		color: #000000;
	}

	body #header-desktop > .top-row > div .phone-container a:link,
	body #header-desktop > .top-row > div .phone-container a:active,
	body #header-desktop > .top-row > div .phone-container a:visited
	{
    font-family: 'SourceSerif4';
		font-size: 15pt;
		font-weight: 600;
		color: #000000;
	}

	#header-desktop > .bottom-row > div
	{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	#header-desktop > .bottom-row::before
	{
		content: "";
		position: absolute;
		top: 2px;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #b58a70;
	}

	#header-desktop > .bottom-row::after
	{
		content: "";
		position: absolute;
		bottom: 2px;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #b58a70;
	}
}

#header-desktop > .bottom-row
{
	position: relative;
	width: 100%;
	z-index: 1500;
	background-color: #e6d4c0;
}

/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/
.white-background
{
	overflow: hidden;
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	background-color: #ffffff;
}

.top-shadow
{
	position: relative;
}

.top-shadow::before
{
	content: "";
    position: absolute;
    top: 0;
	left: 50%;
	transform: translateX(-50%);
    display: block;
    width: 1230px;
    height: 35px;
    margin: 0 auto;
    background: url(/images/top-shadow.png) top center no-repeat;
	background-size: cover;
}

.newsletter-sign-up-graphic-background
{
	background: url("/images/newsletter-sign-up-graphic.jpg") top center no-repeat;
	background-size: cover;
	padding: 26px 0 12px 20px;
	width: 100%;
	max-width: 388px;
	margin: 0 auto;
}

.email-this-page-background
{
	background: url("/images/email-this-page-graphic.jpg") top center no-repeat;
	background-size: cover;
	padding: 35px 0 12px 20px;
	width: 100%;
	max-width: 388px;
	margin: 0 auto;
}

.newsletter-sign-up-graphic-background a,
.email-this-page-background a
{
	text-decoration: none;
}

.dark-pattern-background
{
	background: url("/images/dark-pattern-background.jpg") top center no-repeat;
	background-size: cover;
}

.dark-pattern-background *
{
	color: #ffffff !important;
}

.light-pattern-background
{
	background: url("/images/light-pattern-background.jpg") top center no-repeat;
	background-size: cover;
}

.brown-vintage-wallpaper-background
{
	background: url("/images/brown-vintage-wallpaper-background.jpg");
	background-repeat: repeat;
	background-position: center top;
	border: 5px solid #c0ac9b;
}

.brown-vintage-wallpaper-background.with-padding
{
	padding-top: 60px;
	padding-bottom: 40px;
}

.brown-vintage-wallpaper-background *
{
	color: #ffffff !important;
}

.vintage-phone-background-container,
.contact_us_callout_background
{
	background: url("/images/vintage_phone_background.jpg") top center no-repeat;
	background-size: cover;
	padding: 55px 0px 65px 25px;
	margin-left: 7px
}

@media screen and (max-width:1200px)
{

	.vintage-phone-background-container,
	.contact_us_callout_background
	{
		margin-top: 30px;
		margin-left: 0;
	}
}

.email-this-page-link
{
	cursor: pointer;
}

.vintage-phone-callout-container,
.below-side-by-side-callout-container
{
	margin-top: -60px;
	padding-bottom: 60px;
}

.ww_editor_body .vintage-phone-callout-container
{
	margin-top: 0;
}

.blog_post_callout_background,
.teapot-background-container
{
	background: url('/userContent/images/Our Services Page Images/blog-callout-teapot-photo.jpg') top center no-repeat;
	background-size: cover;
	padding: 55px 0px 65px 25px;
}


.brown_wallpaper_background
{
	background: url('/userContent/images/brown-vintage-wallpaper-background.jpg');
	background-repeat: repeat;
	background-position: center top;
	border: 5px solid #c0ac9b;
}

.burgundy_wallpaper_background
{
	background: url('/userContent/images/red-vintage-wallpaper-background.jpg');
	background-repeat: repeat;
	background-position: center top;
	border: 5px solid #48130a;
}

.img-as-background-container
{
	position: relative;
	overflow: hidden;;
}

.img-as-background-container .row
{
	margin: 0 auto;
}

.img-as-background-container *:not(div)
{
	position: relative;
	z-index: 2;
}

.img-as-background-container img.background
{
	position: absolute;
	z-index: 1;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.grecaptcha-badge
{
	z-index: 100;
}

/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
#footer
{
	background: url("/images/footer-background.jpg") top center no-repeat;
	background-size: cover;
	padding: 31px 0;
}

@media screen and (max-width:1200px)
{
	#footer
	{
		padding-bottom: 100px;
	}

	#footer #footer_logo
	{
		display: block;
		width: 197px;
		margin: 0 auto 45px auto;
	}

	.proudly-canadian-logo
	{
		margin: 0 auto;
		display: block;
		margin-bottom: 20px;
	}
}

#footer .heading
{
    font-family: 'SourceSerif4';
    font-size: 12pt;
    font-weight: 600;
    color: #000000;
	margin-bottom: 5px;
}

@media screen and (max-width:1200px)
{
	#footer .heading
	{
		text-align: center;
	}
}

#footer .copyright-container
{
	margin-top: 20px;
	text-align: center;
}

#footer .copyright-container,
#footer .copyright-container a:link,
#footer .copyright-container a:active,
#footer .copyright-container a:visited
{
    font-family: 'SourceSerif4';
	font-size: 9pt;
	font-weight: 600;
	color: #000000;
	transition: color 150ms;
}

#footer .copyright-container a:hover
{
	color: #b51702;
}

@media screen and (max-width:1200px)
{
	#footer .copyright-container
	{
		text-align: center;
	}
}

#footer_address div
{
    font-family: 'SourceSerif4';
    font-weight: 600;
    font-size: 12pt;
	margin-bottom: 5px;
    color: #000000;
}

@media screen and (max-width:1200px)
{
	#footer_address
	{
		text-align: center;
	}
}

#footer_address a:link,
#footer_address a:active,
#footer_address a:visited
{
    display: inline-block;
    font-family: 'SourceSerif4';
    font-weight: 600;
    font-size: 11.25pt;
    color: #7a0e00;
	margin-bottom: 10px;
	text-decoration: none;
	transition: color 150ms;
}

#footer_address a:hover
{
	color: #b51702;
}

#footer_address a.phone
{
	font-size: 13pt;
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
    font-family: 'SourceSerif4';
	font-size: 13.5pt;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
    font-family: 'SourceSerif4';
	font-size: 13.5pt;
	font-weight: normal;
	color: #000000;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
    font-family: 'SourceSerif4';
	font-size: 13.5pt;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
    font-family: 'SourceSerif4';
	font-size: 15pt;
	font-weight: 600;
	color: #5a0b01;
	margin: 0;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-family: dancing_script;
	font-size: 40pt;
	font-weight: normal;
	color: #5a0b01;
	margin: 0 0 5px 0;
	padding: 0;
}

h2,
h2.ww_h2
{
	font-family: dancing_script;
	font-size: 34pt;
	font-weight: normal;
	color: #5a0b01;
	margin: 0 0 5px 0;
	padding: 0;
}

h2.ww_h2 a
{
	text-decoration: none;
}

h2 b,
h2.ww_h2 b,
h2 strong,
h2.ww_h2 strong
{
    font-family: 'SourceSerif4';
	font-size: 21pt;
	font-weight: 600;
	margin: 0;
}

h3,
h3.ww_h3
{
	font-family: dancing_script;
	font-size: 26pt;
	font-weight: normal;
	color: #5a0b01;
	margin: 0;
	padding: 0;
}

h3 b,
h3.ww_h3 b,
h3 strong,
h3.ww_h3 strong
{
    font-family: 'SourceSerif4';
	font-size: 18pt;
	font-weight: 600;
	color: #000000;
	margin: 0;
}

h4,
h4.ww_h4
{
    font-family: 'SourceSerif4';
	font-size: 21pt;
	font-weight: 600;
	color: #5a0b01;
	margin: 0;
	padding: 0;
}

h4 b,
h4.ww_h4 b,
h4 strong,
h4.ww_h4 strong
{
    font-family: 'SourceSerif4';
	font-size: 15pt;
	font-weight: 600;
	line-height: 1.2;
	color: #5a0b01;
	margin: 0;
}

h5,
h5.ww_h5
{
    font-family: 'SourceSerif4';
	font-size: 18pt;
	font-weight: 600;
	color: #000000;
	margin: 0;
	padding: 0;
}

h5 b,
h5.ww_h5 b h5 strong,
h5.ww_h5 strong
{
	color: #5a0b01;
}

h6,
h6.ww_h6
{
    font-family: 'SourceSerif4';
	font-size: 15pt;
	font-weight: 600;
	line-height: 1.2;
	color: #5a0b01;
	margin: 0;
	padding: 0;
}

.ww_emphasis
{
    font-family: 'SourceSerif4';
	font-size: 10.5pt;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

.ww_strong_emphasis
{
    font-family: 'SourceSerif4';
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #5a0b01;
	margin: 0;
	padding: 0;
}

.ww_action_button1
{
	position: relative;
	display: inline-block;
    font-family: 'SourceSerif4';
	font-size: 12pt;
	font-weight: 600;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #5a0b01;
	border-radius: 3px;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.ww_action_button1::before,
.ww_action_button1::after
{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #be9782;
}

.ww_action_button1::before
{
	top: 3px;
}

.ww_action_button1::after
{
	bottom: 3px;
}

a .ww_action_button1,
a .ww_action_button1:link,
a .ww_action_button1:visited,
.ww_action_button1 a:link,
.ww_action_button1 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button1:hover
{
	background-color: #800e00;
}

.ww_action_button1:active
{
	transform: translate(0, 2px) scale(0.99, 0.99);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.ww_action_button2
{
	display: inline-block;
    font-family: 'SourceSerif4';
	font-size: 12pt;
	font-weight: 600;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #5a0b01;
	border-radius: 3px;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button2,
a .ww_action_button2:link,
a .ww_action_button2:visited,
.ww_action_button2 a:link,
.ww_action_button2 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button2:hover
{
	background-color: #800E00;
}

.ww_action_button2:active
{
	transform: translate(0, 2px) scale(0.99, 0.99);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.ww_action_button3
{
	display: inline-block;
    font-family: 'SourceSerif4';
	font-size: 12pt;
	font-weight: 600;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background: url("/images/action_button_3_background.png") no-repeat,
		url("/images/action_button_3_background_hover.png") no-repeat;
	background-size: 100% 100%;
	padding: 19px 62px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button3,
a .ww_action_button3:link,
a .ww_action_button3:visited,
.ww_action_button3 a:link,
.ww_action_button3 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button3:hover
{
	background: url("/images/action_button_3_background_hover.png") no-repeat,
		url("/images/action_button_3_background.png") no-repeat;
	background-size: 100% 100%;
}

.ww_action_button3:active
{
	transform: translate(0, 2px) scale(0.99, 0.99);
}

.ww_editor_body
{
	background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .sticky-phone-button {
        text-decoration: none;
        z-index: 9999;
        position: fixed;
        display: block;
        width: 60px;
        height: 60px;
        bottom: 20px;
        left: 20px;
        background-color: rgba(109, 168, 90, 1) !important;
        color: #FFF;
        border-radius: 10px !important;
        text-align: center;
        -webkit-box-shadow: 8px 8px 5px 0px rgba(163, 163, 163, 1);
        -moz-box-shadow: 8px 8px 5px 0px rgba(163, 163, 163, 1);
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    }
}