/********************************************************************
 /$$$$$$$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$
| $$_____/| $$_____/| $$_____/| $$_____/ /$$__  $$|__  $$__//$$__  $$
| $$      | $$      | $$      | $$      | $$  \__/   | $$  | $$  \__/
| $$$$$   | $$$$$   | $$$$$   | $$$$$   | $$         | $$  |  $$$$$$
| $$__/   | $$__/   | $$__/   | $$__/   | $$         | $$   \____  $$
| $$      | $$      | $$      | $$      | $$    $$   | $$   /$$  \ $$
| $$$$$$$$| $$      | $$      | $$$$$$$$|  $$$$$$/   | $$  |  $$$$$$/
|________/|__/      |__/      |________/ \______/    |__/   \______/
********************************************************************/
@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:1200px)
{
	.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: 6px;
		bottom: -3px;
		left: 0;
		background: #b7802d;
		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: 'REMGlyph';
	src:url('/fonts/REMGlyph.eot?xa5ysv');
	src:url('/fonts/REMGlyph.eot?#iefixxa5ysv') format('embedded-opentype'),
		url('/fonts/REMGlyph.woff?xa5ysv') format('woff'),
		url('/fonts/REMGlyph.ttf?xa5ysv') format('truetype'),
		url('/fonts/REMGlyph.svg?xa5ysv#REMGlyph') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"]
{
	font-family: 'REMGlyph';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

@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: 'quicksand';
    src: url('/fonts/Quicksand-Regular.eot');
    src: url('/fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Quicksand-Regular.woff') format('woff'),
        url('/fonts/Quicksand-Regular.ttf') format('truetype'),
        url('/fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'quicksand';
    src: url('/fonts/Quicksand-Bold.eot');
    src: url('/fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Quicksand-Bold.woff') format('woff'),
        url('/fonts/Quicksand-Bold.ttf') format('truetype'),
        url('/fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: quicksand;
	font-size: 13.5pt;
	color: #3b3b3b;
}

.container img:not(.img-non-responsive)
{
	display: inline-block;
	max-width: 100%;
	height: auto !important;
	border: none;
}

a:link,
a:visited,
a:active
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #666666;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #741125;
}

input[type="submit"]
{
	display: inline-block;
	font-size: 18pt;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #741125;
	padding: 10px 20px;
	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="submit"]:hover
{
	background-color: #97233A;
}

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-size: 12pt;
	color: #3b3b3b;
}

hr
{
	height: 1px;
	background-color: #9B9B9B;
	border: 0;
}

.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: #741125;
    font-size: 14pt;
    top: 0;
}

.button-small,
.button-small:link,
.button-small:active,
.button-small:visited,
.button-small:hover
{
	font-size: 14px;
	padding: 3px 8px;
}

/* 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;
}

div.standard-content-container
{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.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%;
}

/* 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%;
		float: left;
		clear: both;
		padding-left: 0;
		padding-right: 0;
	}

	.mobile-left
	{
		float: none;
		clear: both;
		display: block;
		margin: 0 auto 0 0;
		text-align: center;
	}

	.mobile-centered
	{
		float: none;
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.mobile-right
	{
		float: none;
		clear: both;
		display: block;
		margin: 0 0 0 auto;
		text-align: center;
	}

	.mobile-left-flex
	{
		float: none;
		clear: both;
		display: flex;
		margin: 0 auto 0 0;
		text-align: center;
	}

	.mobile-centered-flex
	{
		float: none;
		clear: both;
		display: flex;
		margin: 0 auto;
		text-align: center;
		justify-content: center;
	}

	.mobile-right-flex
	{
		float: none;
		clear: both;
		display: flex;
		margin: 0 0 0 auto;
		text-align: center;
	}
}

@media screen and (min-width: 1201px)
{
	.hide-on-desktop
	{
		display: none;
	}

	#header-desktop
	{
		display: block;
	}

	#header-mobile-only
	{
		display: none;
	}

	#mobile-content-container
	{
		display: none;
	}
}

@media screen and (max-width: 1200px)
{
	.hide-on-mobile
	{
		display: none;
	}

	#mobile-content-container
	{
		display: block;
	}

	div#header-desktop-only
	{
		display: none;
	}

	div#desktop-content-container
	{
		margin-top: 60px;
	}

	div#header-mobile-only img
	{
		height: auto;
		max-height: 40px;
		margin: 8px 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:768px)
{
	.hide-on-sm
	{
		display: none;
	}
}
/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@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
	{
		width: 100%;
		border-bottom: 7px solid #6d031a;
	}

	#header-desktop > div:first-of-type
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 1200px;
		margin: 0 auto;
		/* padding: 9px 0 24px 0; */
	}

	#header-desktop > div:first-of-type > .right-column
	{
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-end;
		/* height: 103px; */
		padding: 9px 0 24px 0;
	}

	#header-desktop > div:first-of-type > .right-column > .contact-container
	{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 30px;
	}

	#header-desktop > div:first-of-type > .right-column > .contact-container label
	{
		color: #000000;
		font-weight: bold;
		font-size: 12pt;
		padding-right: 3px;
		margin-left: 50px;
	}

	#header-desktop > div:first-of-type > .right-column > .contact-container label:first-of-type
	{
		margin-left: 0;
	}

	#header-desktop > div:first-of-type > .right-column > .contact-container a:link,
	#header-desktop > div:first-of-type > .right-column > .contact-container a:active,
	#header-desktop > div:first-of-type > .right-column > .contact-container a:visited
	{
		font-family: REMGlyph;
		color: #741125;
		font-size: 13.5pt;
		transition: transform 200ms;
		margin-left: 8px;
	}

	#header-desktop > div:first-of-type > .right-column > .contact-container a:hover
	{
		transform: translateY(-3px);
	}
}


/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$   
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$   
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$   
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$   
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$   
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/   
*********************************************************************/
.typing-on-laptop-background
{
	background: url('/images/typing-on-laptop-background.jpg') bottom center no-repeat;
	background-size: cover;
}

.transparent-container
{
	background: rgba(255,255,255,0.9);
	padding: 30px;
	margin: 40px auto;
}

.transparent-container ul li
{
	padding: 10px 0 10px 40px;
	min-height: 70px;
	display: flex;
	align-items: center;
}

@media screen and (max-width:1200px)
{
	.transparent-container
	{
		padding: 20px;
	}

	.transparent-container ul
	{
		padding: 0;
	}

	.transparent-container ul li
	{

	}
}

.transparent-container ul li::before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	width: 28px;
	height: 21px;
	background: url('/images/checkmark.png');
}

.transparent-container ul li::after
{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d7d7d7;
}

@media screen and (min-width:1200px)
{
	.transparent-container ul li:last-of-type::after
	{
		display: none;
	}
}

.blue-banner-container
{
	background-color: #183153;
	padding: 40px 0;
}

.blue-banner-container h1
{
	font-size: 28.5pt;
	font-weight: normal;
}

.blue-banner-container .ww_p_call_out
{
	font-size: 16.5pt;
	font-weight: normal;
}

.blue-banner-container *
{
	color: #ffffff;
}

.blue-contact-us-background
{
	background: url('/images/blue-contact-us-background.jpg') top center no-repeat;
	background-size: cover;
}

.blue-contact-us-background .ww_action_button1
{
	background-color: #ffffff;
	color: #254350;
}

.blue-contact-us-background .ww_action_button1:hover
{
	background-color: #EFEFEF;
}

.blue-contact-us-background .ww_action_button1 a
{
	color: #254350;
}

.row.right-border-row [class^=col-]::after
{
	content: '';
	position: absolute;
	right: 0;
	top: 20%;
	bottom: 20%;
	display: block;
	width: 1px;
	background-color: #d8d6d9;
}

@media screen and (max-width:1200px)
{
	.row.right-border-row [class^=col-]
	{	
		position: relative;
		margin-bottom: 60px;
	}

	.row.right-border-row [class^=col-]::after
	{
		top: -30px;
		right: 20%;
		bottom: 0;
		left: 20%;
		height: 1px;
		width: 60%;
		margin: 0 auto;
	}

	.row.right-border-row [class^=col-]:first-of-type::after
	{
		display: none;
	}
}

@media screen and (min-width:1200px)
{
	.row.right-border-row [class^=col-]:last-of-type::after
	{
		display: none;
	}
}

.gray-background
{
	background-color: #999aa0;
}

.gray-background *
{
	color: #ffffff !important;
}

.gray-background h1
{
	font-size: 28.5pt !important;
	font-weight: normal !important;
}

.gray-background p
{
	font-size: 16.5pt !important;
	line-height: 1.5 !important;
}

/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
#footer
{
	width: 100%;
	background-color: #bdbec0;
	padding: 35px 0 25px 0;
}

#footer .right-column
{
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-end;
}

#footer #footer-logo
{
	margin-bottom: 30px;
}

@media screen and (max-width:1200px)
{
	#footer #footer-logo
	{
		display: block;
	}
}

#footer .contact-container
{
	display: flex;
	flex-flow: column nowrap;
	font-size: 12pt;
	color: #221f20;
	font-weight: bold;
	line-height: 1.8;
}

#footer .contact-container .email-and-social-container
{
	display: flex;
}

#footer .contact-container .email-and-social-container .spacer
{
	display: inline-block;
	margin: 0 15px;
}

#footer .contact-container a:link,
#footer .contact-container a:active,
#footer .contact-container a:visited
{
	font-size: 12pt;
	color: #221f20;
	font-weight: bold;
	transition: color 200ms;
}

#footer .contact-container a:hover
{
	color: #741125;
}

#footer .copyright
{
	margin-top: 18px;
	font-size: 8.25pt;
	font-weight: normal;
	color: #221f20;
}

#footer .copyright > div
{
	color: #221f20;
}

#footer .copyright a:link,
#footer .copyright a:active,
#footer .copyright a:visited
{
	font-size: 8.25pt;
	font-weight: normal;
	color: #221f20;
	transition: color 200ms;
}

#footer .copyright a:hover
{
	color: #741125;
}

@media screen and (max-width:1200px)
{
	#footer .copyright
	{
		margin-bottom: 30px;
	}
}

#to-top
{
	font-family: quicksand;
	font-size: 16px;
	color: #221f20;
	width: 120px;
	margin: 20px 0 0 auto;
	text-align: center;
	cursor: pointer;
}

#to-top > img
{
	display: block;
	width: 31px;
	margin: 0 auto 10px auto;
	transition: transform 0.2s;
}

#to-top:hover > img
{
	transform: translateY(-3px);
}


/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-size: 13.5pt;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 17.25pt;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
	font-size: 13.5pt;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	color: #3b3b3b;
	font-weight: normal;
    font-size: 10.5pt;
    line-height: 17.25pt;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	font-size: 15pt;
	font-weight: bold;
	color: #5c5c5c;
	margin: 0;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-size: 19pt;
	font-weight: bold;
	line-height: 1.2;
	color: #5c5c5c;
	margin: 0 0 5px 0;
	padding: 0;
}

h1 b,
h1.ww_h1 b,
h1 strong,
h1.ww_h1 strong
{
	font-size: 19pt;
	font-weight: bold;
	line-height: 1.2;
	color: #741125;
	margin: 0 0 5px 0;
	padding: 0;
}

h2,
h2.ww_h2
{
	font-size: 17pt;
	font-weight: bold;
	color: #741125;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

h3,
h3.ww_h3
{
	font-size: 16.5pt;
	font-weight: bold;
	color: #5c5c5c;
	margin: 0;
	padding: 0;
}

h4,
h4.ww_h4
{
	font-size: 16pt;
	font-weight: bold;
	color: #741125;
	margin: 0;
	padding: 0;
}

h5,
h5.ww_h5
{
	font-size: 15.5pt;
	font-weight: bold;
	color: #741125;
	margin: 0;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-size: 15pt;
	font-weight: bold;
	color: #5c5c5c;
	margin: 0;
	padding: 0;
}

.ww_emphasis
{
	font-size: 15.5pt;
	color: #741125;
	font-weight: bold;
	font-style: normal;
}

.ww_strong_emphasis
{
	font-size: 15pt;
	font-weight: bold;
	font-style: normal;
	color: #5c5c5c;
	margin: 0;
	padding: 0;
}

.ww_action_button1
{
	display: inline-block;
	font-size: 18pt;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #741125;
	padding: 10px 20px;
	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: #ffffff;
	text-decoration: none;
}

.ww_action_button1:hover
{
	background-color: #97233A;
}

.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-size: 18pt;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #bdbec0;
	padding: 10px 20px;
	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;
}

.ww_action_button2:hover
{
	background-color: #4F484A;
}

.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-size: 11.25pt;
	font-weight: normal;
	font-style: normal;
	color: #434260;
	text-decoration: none;
	background-color: transparent;
	border: 2px solid #454554;
	padding: 3px 12px;
	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: #434260;
	text-decoration: none;
}

.ww_action_button3:hover
{
	background-color: rgba(0,0,0,0.1);
}

.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;
}
