/********************************************************************
 /$$$$$$$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$
| $$_____/| $$_____/| $$_____/| $$_____/ /$$__  $$|__  $$__//$$__  $$
| $$      | $$      | $$      | $$      | $$  \__/   | $$  | $$  \__/
| $$$$$   | $$$$$   | $$$$$   | $$$$$   | $$         | $$  |  $$$$$$
| $$__/   | $$__/   | $$__/   | $$__/   | $$         | $$   \____  $$
| $$      | $$      | $$      | $$      | $$    $$   | $$   /$$  \ $$
| $$$$$$$$| $$      | $$      | $$$$$$$$|  $$$$$$/   | $$  |  $$$$$$/
|________/|__/      |__/      |________/ \______/    |__/   \______/
********************************************************************/
@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: 'open_sanslight';
    src: url('/fonts/opensans-light-webfont.eot');
    src: url('/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-light-webfont.woff') format('woff'),
         url('/fonts/opensans-light-webfont.ttf') format('truetype'),
         url('/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('/fonts/opensans-lightitalic-webfont.eot');
    src: url('/fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-lightitalic-webfont.woff') format('woff'),
         url('/fonts/opensans-lightitalic-webfont.ttf') format('truetype'),
         url('/fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/opensans-regular-webfont.eot');
    src: url('/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-regular-webfont.woff') format('woff'),
         url('/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('/fonts/opensans-semibold-webfont.eot');
    src: url('/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-semibold-webfont.woff') format('woff'),
         url('/fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('/fonts/opensans-bold-webfont.eot');
    src: url('/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-bold-webfont.woff') format('woff'),
         url('/fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('/fonts/opensans-bolditalic-webfont.eot');
    src: url('/fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('/fonts/opensans-bolditalic-webfont.woff') format('woff'),
         url('/fonts/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('/fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('/fonts/Lato-Bold-webfont.eot');
    src: url('/fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Lato-Bold-webfont.woff') format('woff'),
         url('/fonts/Lato-Bold-webfont.ttf') format('truetype'),
         url('/fonts/Lato-Bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
	scroll-behavior: smooth;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: 'open_sanslight', Arial, sans-serif;
	color: #4b4f54;
	overflow-x: hidden;
	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
{
	font-family: 'open_sansregular', Arial, sans-serif;
	font-weight: normal;
	color: #4b4f54;
}

a:hover
{
	color: #00556f;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #00556f;
}

input[type="submit"]
{
	display: inline-block;
	font-family: 'latobold', Arial, sans-serif;
	font-size: 14px;
	color:#696a6c !important;
	background-color: #ffffff;
	border: 2px solid #696a6c !important;
	padding: 8px 24px;
	text-decoration: none !important;
	cursor: pointer;
	text-transform: uppercase;
	outline: none !important;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	transition: all 200ms;

	/*iPad Overrides*/
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="submit"]:hover
{
	color: #ffffff !important;
	background-color: #696a6c;
}

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="button"]
{
	display: inline-block;
	font-family: 'latobold', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #4b4f54;
	border: 2px solid #ffffff;
	padding: 10px 16px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;

	/*iPad Overrides*/
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="button"]:hover
{
	color: #ffffff !important;
	background-color: #696a6c;
}

input[type="button"]: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: 'open_sanslight', Arial, sans-serif;
	font-size: 20px;
	font-weight: 100;
	line-height: 1.5;
	font-style: normal;
	color:#4b4f54;
}

hr
{
	border: 0;
    height: 2px;
    background: #a4a7ab;
    padding: 0;
    margin: 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: 1200px;
}

.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%;
}

/* Uncomment for custom bullets */
/* 
.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: #477782;
    font-size: 14pt;
    top: 0;
} */

/* Delete when using search module */
#mobile_search_form,
#mobile_search_button
{
	display: none;
}
/* /// Delete when using search module */

/* 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 !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
	}

	.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;
	}
}

@media screen and (max-width:992px)
{
	.md-centered
	{
		float: none !important;
		clear: both !important;
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
	}
}

@media screen and (min-width: 1201px)
{
	body:not(.ww_editor_body) .hide-on-desktop
	{
		display: none !important;
	}

	#header-desktop
	{
		display: block;
	}

	#header-mobile-only
	{
		display: none;
	}

	#mobile-content-container
	{
		display: none;
	}
}

@media screen and (max-width: 1200px)
{
	body:not(.ww_editor_body) .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 img
	{
		display: inline-block;
		height: auto;
		max-height: 56px;
   	 	/* margin: 4px 0 0 10px; */
		padding: 4px 0 0 10px;
	}

	div#header-mobile-only
	{
		display: block;
	    position: fixed;
	    top: 0;
	    height: 60px;
	    width: 100%;
	    background: #ffffff;
	    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;
	}

	div#header-mobile-only > #mobile_search_button:link,
	div#header-mobile-only > #mobile_search_button:active,
	div#header-mobile-only > #mobile_search_button:visited,
	div#header-mobile-only > #mobile_search_button:hover
	{
		position: absolute;
		top: 18px;
		right: 65px;
		font-family: font_awesome;
		font-size: 24px;
		text-decoration: none;
	}

	#mobile_search_form
	{
		display: none;
		position: fixed;
		top: 10px;
		width: 95%;
		left: 0;
		right: 0;
		margin: 0 auto;
	    z-index: 10001;
	}

	#mobile_search_form > #mobile_search_field
	{
		position: relative;
		width: 100%;
		height: 0;
		opacity: 0;
		padding: 3px 15px;
		border: 1px solid #cccccc;
		outline: none;
		background-color: #ffffff;
		font-family: arial;
		font-size: 12pt;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
	}

	#mobile_search_form > #mobile_search_field:focus
	{
		background-color: #F4F4F4;
	}
}


/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@media screen and (max-width: 1200px)
{
	#header-desktop #menu-builder-header-nav
	{
		position: fixed;
		top: 60px;
		z-index: 1500;
		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: #ffffff;
	}
}

@media screen and (min-width: 1201px)
{
	#header-desktop > .top-row
	{
		display: flex;
		justify-content: center;
		align-content: center;
		height: 130px;
		/* padding-top: 23px; */
	}

	#header-desktop > .bottom-row
	{
		background-color: #00556f;
	}

	#header-desktop > .bottom-row > #menu-builder-header-nav
	{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
}


/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$   
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$   
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$   
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$   
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$   
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/   
*********************************************************************/
.smiling-children-background
{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('/images/homepage-intro-photo.jpg') top center no-repeat;
	background-size: cover;
	height: 636px;
	transition: height 300ms;
}

.smiling-children-background h1
{
	font-family: 'open_sanssemibold', Arial, sans-serif !important;
	font-size: 31.5pt !important;
	color: #ffffff !important;
}

.smiling-children-background h1.ww_h1::after
{
	margin-left: auto !important;
	margin-right: auto !important;
}

.smiling-children-background h1 span.medium
{
	font-family: 'open_sansregular', Arial, sans-serif !important;
	font-size: 22.5pt !important;
	color: #ffffff !important;
}

.smiling-children-background p.small
{
	font-family: 'open_sanssemibold', Arial, sans-serif !important;
	font-size: 18pt !important;
	color: #ffffff !important;
	text-align: center;
}

@media screen and (max-width:768px)
{
	.smiling-children-background
	{
		height: 318px;
	}

	.smiling-children-background h1
	{
		font-size: 26pt !important;
	}

	.smiling-children-background h1 span.medium
	{
		font-size: 18pt !important;
	}

	.smiling-children-background h1 span.small
	{
		font-size: 14pt !important;
	}
}

.content-image-overlay-container:link,
.content-image-overlay-container:active,
.content-image-overlay-container
{
	position: relative;
	z-index: 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	height: 364px;
	width: 100%;
	text-decoration: none;
	max-width: 319px;
	margin: 30px 0;
	background-color: #000000;
}

@media screen and (min-width:992px) and (max-width:1200px)
{
	.content-image-overlay-container:link,
	.content-image-overlay-container:active,
	.content-image-overlay-container:visited
	{
		height: 334px;
	}
}

@media screen and (max-width:992px)
{
	.content-image-overlay-container
	{
		margin: 0 auto 30px auto;
	}
}

body:not(.ww_editor_body) .content-image-overlay-container::after
{
	content: '';
	position: absolute;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0;
	transition: opacity 200ms;
}

body:not(.ww_editor_body) .content-image-overlay-container:hover::after
{
	opacity: 0.4;
}

.content-image-overlay-container img
{
	position: relative;
	z-index: 4;
}

.content-image-overlay-container img.background
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.content-image-overlay-container span
{
	position: relative;
	z-index: 4;
	text-shadow: 0 0 3px #000000
}

.content-image-overlay-container span.large
{
	font-family: open_sansregular;
	font-size: 21pt;
	color: #ffffff;
}

.content-image-overlay-container .small a:link,
.content-image-overlay-container .small a:active,
.content-image-overlay-container .small a:visited
{
	font-family: 'open_sanssemibold', Arial, sans-serif;
	font-size: 9.75pt;
	color: #ffffff;
	background: transparent;
}

.dark-gray-background
{
	background-color: #4b4f54;
}

.dark-gray-background *
{
	color: #ffffff !important;
}

.dark-gray-background .ww_action_button1
{
	border-color: #ffffff;
}

.playing-children-background
{
	background: url('/images/playing-children-background.jpg') top center no-repeat;
}

.banner-image p
{
	font-family: 'open_sanssemibold', Arial, sans-serif;
    color: #ffffff;
    font-size: 42px;
    font-weight: normal;
    padding: 150px 0 27px 0;
}

@media screen and (min-width:1200px)
{
	.large-spacer-image-container
	{
		overflow: hidden;
		position: relative;
		height: 298px;
		width: 100%;
	}

	.large-spacer-image-container .large-image
	{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%)
	}
}

.smiling-woman-teaching-children-background
{
	background: url('/images/smiling-woman-teaching-children-background.jpg') top center no-repeat;
}

.smiling-man-background
{
	background: url('/images/smiling-man-background.jpg') top center no-repeat;
}

.blue-background
{
	background-color: #00556f;
}

/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
#footer > .top-row
{
	background-color: #00556f;
	padding: 42px 0 60px 0;
}

@media screen and (max-width:992px)
{
	#footer > .top-row .side-nav-container
	{
		text-align: center;
	}
}

#footer > .top-row .subscribe-button:link,
#footer > .top-row .subscribe-button:visited
{
	display: inline-block;
	font-family: 'latobold', Arial, sans-serif;
	font-size: 10.5pt;
	color: #ffffff;
	padding: 10px 24px;
	margin-top: -20px;
	border: 2px solid #ffffff;
	background: #00546f;
	text-decoration: none;
	transition: all 200ms;
}

#footer > .top-row .subscribe-button:hover
{
	color: #696a6c;
	background: #ffffff;
}

#footer > .top-row .subscribe-button:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

@media screen and (max-width:992px)
{
	#footer > .top-row .subscribe-button:link
	{
		margin: 40px auto 0 auto;
	}
}

#footer > .bottom-row
{
	background-color: #dedede;
	padding:  42px 0 50px 0;
}

#footer > .bottom-row .location-link:link,
#footer > .bottom-row .location-link:active,
#footer > .bottom-row .location-link:visited
{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	font-family: 'open_sansregular', Arial, sans-serif;
	color: #4b4f54;
	font-size: 9pt;
	text-decoration: none;
	transition: color 200ms;
}

#footer > .bottom-row .location-link:hover
{
	color: #008eb9;
}

@media screen and (max-width:992px)
{
	#footer > .bottom-row .location-link:link,
	#footer > .bottom-row .location-link:active,
	#footer > .bottom-row .location-link:visited
	{
		margin-top: 30px;	
	}
}

#footer .copyright-container,
#footer .copyright-container a:link,
#footer .copyright-container a:active,
#footer .copyright-container a:visited
{
	font-family: 'open_sansregular', Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #676767;
	text-align: right;
	text-decoration: none;
	margin-top: 43px;
	transition: color 150ms;
}

#footer .copyright-container a:hover
{
	color: #008eb9;
}

#footer-logo
{
	margin-top: 20px;
    display: block;
	width: 170px;
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: 'open_sanslight', Arial, sans-serif;
	font-size: 20px;
	font-weight: 100;
	line-height: 1.5;
	font-style: normal;
	color:#4b4f54;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
   	font-family: 'open_sanslight', Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 100;
	font-style: normal;
	color:#4b4f54;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: 'open_sanslight', Arial, sans-serif;
	color: #4b4f54;
	font-size: 26px;
	font-weight: normal;
    padding: 0;
    margin: 0;
}

.ww_p_call_out
{
	font-family: 'open_sanslight', Arial, sans-serif;
	font-size: 24px;
	line-height: normal;
	color: #4b4f54;
	font-style: normal;
	margin: 0;
	padding: 0;
}

h1,
h1.ww_h1
{
	position: relative;
	font-family: open_sansregular;
	color: #00556f;
	font-size: 32px;
	line-height: 1.2;
	font-weight: normal;
    padding: 0;
    margin: 0;
}

h1.ww_h1::after
{
	content: '';
	display: block;
	width: 52px;
	height: 3px;
	background-color: #d7c300;
	margin: 10px 0;
}

h2,
h2.ww_h2
{
	font-family: open_sansregular;
	color: #00556f;
	font-size: 28px;
	line-height: auto;
	font-weight: normal;
    padding: 0;
    margin: 0;
}

h3,
h3.ww_h3
{
	font-family: open_sansregular;
	font-weight: normal;
	color: #00556f;
	font-size: 24px;
    padding: 0;
    margin: 0;
}

h4,
h4.ww_h4
{
	font-family: 'open_sanslight', Arial, sans-serif;
	color: #4b4f54;
	font-size: 22px;
	font-weight: normal;
    padding: 0;
    margin: 0;
}

h5,
h5.ww_h5
{
	font-family: open_sansregular;
	color: #00556f;
	font-size: 20px;
	font-weight: normal;
    padding: 0;
    margin: 0;
}

h6,
h6.ww_h6
{
	font-family: open_sansregular;
	color: #00556f;
	font-size: 18px;
	font-weight: normal;
    padding: 0;
    margin: 0;
}

.ww_emphasis
{
	font-family: 'open_sanslight_italic', Arial, sans-serif;
}

.ww_strong_emphasis
{
	font-family: 'open_sanssemibold', Arial, sans-serif;
}

.ww_action_button1
{
	display: inline-block;
	font-family: 'latobold', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal !important;
	color: #696a6c !important;
	text-decoration: none !important;
	background: transparent;
	border: 2px solid #696a6c;
	padding: 10px 16px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

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: #696a6c;
	text-decoration: none !important;
}

.ww_action_button1:hover
{
	color: #ffffff !important;
	background-color: #696a6c;
}

.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: 'latobold', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #4b4f54;
	border: 2px solid #ffffff;
	padding: 10px 16px;
	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 !important;
	text-decoration: none !important;
}

.ww_action_button2:hover
{
	background-color: #35383c;
}

.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: 'latobold', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #00556f;
	border: 2px solid #00556f;
	padding: 10px 16px;
	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-color: #00394a;
}

.ww_action_button3:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_newsletter_content
{

}

.ww_newsletter_body
{

}

.ww_editor_body
{
	background-color: #FFFFFF;
}
