/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@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-display: block;
}

@font-face
{
    font-family: 'Archivo';
    src: url('/fonts/Archivo-Medium.eot');
    src: url('/fonts/Archivo-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Archivo-Medium.woff') format('woff'),
        url('/fonts/Archivo-Medium.ttf') format('truetype'),
        url('/fonts/Archivo-Medium.svg#Archivo-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'Archivo';
    src: url('/fonts/Archivo-SemiBold.eot');
    src: url('/fonts/Archivo-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Archivo-SemiBold.woff') format('woff'),
        url('/fonts/Archivo-SemiBold.ttf') format('truetype'),
        url('/fonts/Archivo-SemiBold.svg#Archivo-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'Hind';
    src: url('/fonts/Hind-Regular.eot');
    src: url('/fonts/Hind-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Hind-Regular.woff') format('woff'),
        url('/fonts/Hind-Regular.ttf') format('truetype'),
        url('/fonts/Hind-Regular.svg#Hind-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'Hind';
    src: url('/fonts/Hind-Bold.eot');
    src: url('/fonts/Hind-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Hind-Bold.woff') format('woff'),
        url('/fonts/Hind-Bold.ttf') format('truetype'),
        url('/fonts/Hind-Bold.svg#Hind-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: "Hind", sans-serif;
	font-size: 16.5pt;
	color: #1e1e1e;
	background-color: transparent !important;
}

.container img:not(.img-non-responsive),
.container-fluid img:not(.img-non-responsive)
{
	display: inline-block;
	max-width: 100%;
	height: auto !important;
	border: none;
}

a:link,
a:visited,
a:active
{
	color: #6E0B0A;
}

a:hover
{
	color: #6E0B0A;
}

a:focus
{
	outline-offset: 2px;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #6E0B0A;
}

input[type="submit"]
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: "Archivo", sans-serif;
	font-size: 10.5pt;
	font-weight: 700;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #E08B0C;
	padding: 8px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;

	/*iPad Overrides*/
	border: none;
	-webkit-appearance: none;
}

input[type="submit"]:hover
{
	background-color: #f89d15;
}

input[type="text"],
input[type="password"],
select,
option,
textarea
{
	font-family: "Hind", sans-serif;
	font-size: 16.5pt;
	color: #1e1e1e;
}

hr
{
	height: 1px;
	background-color: #C8C8C8;
	border: 0;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.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%;
}

div.container-max-width
{
	max-width: 1200px;
}

.embeddedContent[data-resizetype="responsive"],
.rem-responsive-16x9-video
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.embeddedContent[data-resizetype="responsive"] iframe,
.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%;
}

.vertical-padding-top-100
{
	padding-top: 100px;
}

.vertical-padding-bottom-100
{
	padding-bottom: 100px;
}

.vertical-padding-top-60
{
	padding-top: 60px;
}

.vertical-padding-bottom-45
{
	padding-bottom: 45px;
}

.vertical-padding-top-90
{
	padding-top: 90px;
}

.vertical-padding-bottom-50
{
	padding-bottom: 50px;
}

.vertical-padding-bottom-40
{
	padding-bottom: 40px !important;
}

.vertical-padding-bottom-85
{
	padding-bottom: 85px;
}

.vertical-padding-bottom-100
{
	padding-bottom: 100px;
}

.vertical-padding-80
{
	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-top-100
	{
		padding-top: 40px;
	}

	.vertical-padding-bottom-100
	{
		padding-bottom: 40px;
	}

	.vertical-padding-top-90
	{
		padding-top: 40px;
	}

	.vertical-padding-bottom-100
	{
		padding-bottom: 40px;
	}

	.vertical-padding-80
	{
		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)
{
	.mobile-left
	{
		float: none !important;
		clear: both !important;
		display: block !important;
		margin: 0 auto 0 0 !important;
		text-align: center!important;
	}

	.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 !important;
		display: block !important;
		margin: 0 0 0 auto !important;
		text-align: center !important;
	}

	.mobile-left-flex
	{
		float: none !important;
		clear: both !important;
		display: flex !important;
		margin: 0 auto 0 0 !important;
		text-align: center !important;
	}

	.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 (min-width: 1201px)
{
	.hide-on-desktop
	{
		display: none !important;
	}

	#header-mobile-only
	{
		display: none;
	}

    #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;
	}

	#block_output_container
	{
		margin-top: 60px;
	}

	div#header-mobile-only #mobile-header-logo
	{
        display: inline-block;
        margin-left: 15px;
        margin-top: 5px;
	}

	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;
	}

   	#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;
		height: 0;
        z-index: 999;
    }

    #search_form #search_field
    {
       	position: relative;
       	top: -65px;
       	height: 0;
		width: calc(100vw - 30px);
		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 - 30px);
		opacity: 0;
		padding: 0 15px;
		border: 0 solid #cccccc;
	}

    #search_form #search_field:focus
    {
        background-color: #ffffff;
    }
}

/* Lightbox Styles */
.sl-overlay
{
	background: #000000 !important;
	opacity: 0.8 !important;
}

.sl-wrapper .sl-close
{
	font-size: 28pt !important;
	color: #ffffff !important;
}

.sl-wrapper .sl-counter
{
	font-size: 16pt !important;
	color: #ffffff !important;
}

.sl-wrapper .sl-navigation button.sl-prev,
.sl-wrapper .sl-navigation button.sl-next
{
	font-size: 30pt !important;
	color: #ffffff !important;
}

.sl-wrapper .sl-image .sl-caption
{
	font-size: 16pt !important;
}

.sl-wrapper .sl-image .description
{
	font-size: 12pt !important;
}

.sl-wrapper .sl-image .lightbox-link
{
	margin-top: 10px !important;
}

.sl-wrapper .sl-image a:link,
.sl-wrapper .sl-image a:active,
.sl-wrapper .sl-image a:visited
{
	font-size: 12pt !important;
}

@media screen and (max-width:1200px)
{
	.sl-wrapper .sl-close
	{
		right: 20px !important;
    	top: 80px !important;
	}
}

.background-image-wrapper
{
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	background-size: cover;
}

/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@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%;
		max-width: 2000px;
		margin: 0 auto;
	}

	#header-desktop > div:first-of-type
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: calc(100% - 80px);
		max-width: 1360px;
		margin: 20px auto;
	}

	#header-desktop #menu-builder-header-nav
	{
		position: relative;
		display: flex;
		align-items: center;
	}
}


/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
body > footer
{
	position: relative;
	width: 100%;
	margin: 60px auto 0 auto;
	padding-top: 83px;
	padding-bottom: 92px;
	background-color: #1e1e1e;
}

body > footer::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 27px;
	background: url("/images/logo-bar.png") top center repeat-x #ffffff;
}

body > footer > div:first-of-type
{
	width: calc(100% - 80px);
	max-width: 1390px;
}

@media screen and (max-width:1200px)
{
	body > footer > div:first-of-type
	{
		width: 100%;
	}

	body > footer > div:first-of-type #footer_logo
	{
		display: block;
		width:  164px;
		margin: 0 auto 30px auto;
	}
}

body > footer .copyright-container
{
	margin-top: 92px;
}

@media screen and (max-width:1200px)
{
	body > footer .copyright-container
	{
		text-align: center;
	}
}

body > footer .copyright-container,
body > footer .copyright-container a:link,
body > footer .copyright-container a:active,
body > footer .copyright-container a:visited
{
	font-family: "Hind", sans-serif;
	font-size: 9pt;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	transition: color 150ms;
}

body > footer .copyright-container a:hover
{
	color: #E08B0C;
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: "Hind", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #1e1e1e;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
	font-family: "Hind", sans-serif;
	font-size: 16.5pt;
	font-weight: normal;
	color: #1e1e1e;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: "Hind", sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #1e1e1e;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	font-family: "Archivo", sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #1e1e1e;
	margin: 0;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-family: "Archivo", sans-serif;
	font-size: 39.75pt;
	font-weight: normal;
	color: #1e1e1e;
	margin: 0;
	padding: 0;
}

h2,
h2.ww_h2
{
	font-family: "Archivo", sans-serif;
	font-size: 30pt;
	font-weight: normal;
	color: #1e1e1e;
	margin: 0;
	padding: 0;
}

h2 strong,
h2.ww_h2 strong
{
	font-size: 20.25pt;
}

h3,
h3.ww_h3
{
	font-family: "Archivo", sans-serif;
	font-size: 21pt;
	font-weight: 500;
	color: #1e1e1e;
	margin: 0;
	padding: 0;
}

h4,
h4.ww_h4
{
	font-family: "Archivo", sans-serif;
	font-size: 19pt;
	font-weight: 500;
	color: #1e1e1e;
	margin: 0;
	padding: 0;
}

h5,
h5.ww_h5
{
	font-family: "Archivo", sans-serif;
	font-size: 17pt;
	font-weight: 500;
	color: #1e1e1e;
	margin: 0;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-family: "Archivo", sans-serif;
	font-size: 16pt;
	font-weight: 500;
	color: #1e1e1e;
	margin: 0;
	padding: 0;
}

.ww_emphasis
{
	font-weight: bold;
	font-style: normal;
}

.ww_strong_emphasis
{
	font-weight: bold;
	font-style: italic;
}

.ww_action_button1
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: "Archivo", sans-serif;
	font-size: 16.5pt;
	font-weight: 600;
	font-style: normal !important;
	color: #1e1e1e !important;
	text-decoration: none !important;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

@media screen and (max-width:480px)
{
	.ww_action_button1
	{
		font-size: 14pt;
	}
}

.ww_action_button1 a
{
	position: relative;
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	padding-right: 110px;
}

@media screen and (max-width:480px)
{
	.ww_action_button1 a
	{
		padding-right: 80px;
	}
}

.ww_action_button1 a::before
{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #E08B0C;
	transition: background-color 200ms;
}

.ww_action_button1:hover a::before
{
	background-color: #eb930f;
}

@media screen and (max-width:480px)
{
	.ww_action_button1 a::before
	{
		width: 45px;
		height: 45px;
	}
}

.ww_action_button1 a::after
{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	width: 61px;
	height: 14px;
	background: url("/images/button-arrow.svg") center right no-repeat;
	transition: right 200ms;
}

.ww_action_button1:hover a::after
{
	right: 20px;
}

@media screen and (max-width:480px)
{
	.ww_action_button1 a::after
	{
		width: 45px;
		height: 14px;
		right: 17px;
	}

	.ww_action_button1:hover a::after
	{
		right: 12px;
	}
}

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: #1e1e1e;
	text-decoration: none !important;
}

.ww_action_button2
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: "Archivo", sans-serif;
	font-size: 12pt;
	font-weight: 600;
	font-style: normal !important;
	color: #A7A7A7 !important;
	text-decoration: none !important;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.ww_action_button2 a
{
	position: relative;
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	padding-right: 40px;
}

.ww_action_button2 a::before
{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -33px;
	width: 33px;
	height: 33px;
	border-radius: 100%;
	background-color: #E08B0C;
	transition: background-color 200ms;
}

.ww_action_button2:hover a::before
{
	background-color: #eb930f;
}

.ww_action_button2 a::after
{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
	width: 33px;
	height: 8px;
	background: url("/images/button-arrow.svg") center center no-repeat;
	background-size: cover;
	transition: right 200ms;
}

.ww_action_button2:hover a::after
{
	right: -25px;
}

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: #A7A7A7;
	text-decoration: none !important;
}

.ww_action_button3
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: "Archivo", sans-serif;
	font-size: 10.5pt;
	font-weight: 700;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #E08B0C;
	padding: 8px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	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: #f89d15;
}

.ww_editor_body
{
	background-color: #FFFFFF;
}


/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/
.forced-white-text *
{
	color: #ffffff !important;
}

#header_contact_area
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 25px;
	margin-top: -25px;
}

#header_contact_area a,
#header_contact_area .spacer
{
	font-family: Archivo, sans-serif;
	color: #1E1E1E;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
}

#header_contact_area .spacer
{
	margin: 0 8px;
}

#footer_contact_area
{
	background-color: #1e1e1e;
	width: 100%;
	max-width: 167px;
	margin: 0 0 0 auto;
}

.ww_editor_body #footer_contact_area
{
	max-width: none;
}

#footer_contact_area p,
#footer_contact_area a
{
	font-family: "Hind", sans-serif;
	font-weight: 500;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	transition: color 200ms;
}

#footer_contact_area a:hover
{
	color: #E08B0C;
}

#footer_contact_area p
{
	line-height: 1.7;
}

#footer_contact_area p:first-of-type
{
	margin-bottom: 10px;
}

#footer_contact_area p:nth-of-type(2)
{
	margin-bottom: 15px;
}

@media screen and (max-width:1200px)
{
	#footer_contact_area
	{
		text-align: center;
		margin: 0 auto;
	}
}

#featured_image_link_container
{
	position: relative;
	z-index: 2;
	margin-top: -10px;
}

@media screen and (max-width:1200px)
{
	#featured_image_link_container
	{
		margin-top: 20px;
	}
}

#featured_image_link_container .featured-image-link:link,
#featured_image_link_container .featured-image-link:active,
#featured_image_link_container .featured-image-link:visited
{
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: flex-start;
	width: 370px;
	max-width: 100%;
	height: 474px;
	padding: 30px;
	margin: 0 auto 30px auto;
	text-decoration: none;
	box-shadow: 0 0 20px 10px rgb(0 0 0 / 50%);
	overflow: hidden;
}

#featured_image_link_container .featured-image-link img
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform 200ms ease-out;
}

#featured_image_link_container .featured-image-link:hover img
{
	transform: scale(1.03);
}

#featured_image_link_container .featured-image-link::after
{
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	opacity: 0.5;
	background: linear-gradient(180deg, transparent, #000000);
}

#featured_image_link_container .featured-image-link span
{
	position: relative;
	z-index: 3;
	font-family: "Archivo", sans-serif;
	font-size: 40px;
	font-weight: 500;
	color: #ffffff;
}

.light-gray-lines-background
{
	background: url("/images/light-gray-lines-background.png") top center no-repeat;
	width: 100%;
	max-width: 1440px;
	margin: -30px auto 0 auto;
}

@media screen and (max-width:1200px)
{
	.light-gray-lines-background
	{
		background: transparent;
	}
}

#since_2013_badge
{
	position: absolute;
	top: -65px;
    left: -5px;
	max-width: none !important;
}

@media screen and (max-width:1200px)
{
	#since_2013_badge
	{
		position: relative;
		top: 0;
		left: 0;
		max-width: 100% !important;
	}
}

.forklift-warehouse-background
{
	background: url("/images/forklift-warehouse-background.jpg") top center no-repeat #1e1e1e;
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	overflow: hidden;
}

.forklift-warehouse-background.fixed-height
{
	height: 460px;
}

@media screen and (max-width:1200px)
{
	.forklift-warehouse-background.fixed-height
	{
		height: auto;
	}

	.forklift-warehouse-background.fixed-height > div
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media screen and (min-width:1200px)
{
	.forklift-warehouse-background.fixed-height > div > div
	{
		display: flex;
	}

	.forklift-warehouse-background.fixed-height > div > div > div
	{
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: flex-start;
	}
}

@media screen and (max-width:1200px)
{
	.forklift-warehouse-background
	{
		overflow: auto;
	}
}

.forklift-warehouse-background h2
{
	margin-bottom: 50px;
}

.forklift-warehouse-background h3
{
	margin-bottom: 15px;
}

.forklift-warehouse-background .ww_p
{
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 40px;
}



@media screen and (min-width:1201px)
{
	#person_headshot
	{
		position: relative;
		right: -30px;
		width: 680px;
		height: 460px !important;
		max-width: none;
	}
}

@media screen and (max-width:1200px)
{
	#person_headshot
	{
		margin-top: 30px;
		margin-bottom: 45px;
	}
}

#statistics_container .big
{
	font-family: "Archivo", sans-serif;
	font-size: 71px;
	font-weight: 500;
	line-height: 1;
}

#statistics_container .ww_p_call_out
{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #1E1E1E;
}

#statistics_container .big,
#statistics_container .ww_p_call_out
{
	text-align: right;
}

@media screen and (max-width:1200px)
{
	#statistics_container .big,
	#statistics_container .ww_p_call_out
	{
		text-align: center;
	}
}

#statistics_container .bottom-row
{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	width: calc(100% - 30px);
	margin: 0 auto;
	text-align: center;
}

#statistics_container .bottom-row .number
{
	font-family: "Archivo", sans-serif;
	color: #1E1E1E;
	text-align: center;
	font-size: 44.651px;
	font-weight: 500;
	line-height: normal;
}

#statistics_container .bottom-row .description
{
	font-family: "Archivo", sans-serif;
	font-size: 13.203px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #1E1E1E;
}

.large-service-link:link,
.large-service-link:active,
.large-service-link:visited
{
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 270px;
	margin-bottom: 30px;
	text-decoration: none;
	padding: 45px;
	background-color: #1E1E1E;
	overflow: hidden;
}

.large-service-link.large
{
	padding: 70px;
}

.large-service-link img
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	object-fit: cover;
	transition: all 200ms ease-out;
}

.large-service-link:hover img
{
	opacity: 1;
	transform: translate(-10px, -10px);
	width: calc(100% + 10px);
	height: calc(100% + 10px);
}

@media screen and (max-width:768px)
{
	.large-service-link img
	{
		opacity: 1;
	}
}

.large-service-link span
{
	position: relative;
	z-index: 2;
	color: #ffffff;
}

.large-service-link .large-text
{
	font-family: "Archivo", sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;
}

.large-service-link .small-text
{
	font-family: "Hind", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	transition: all 200ms ease-out;
}

.large-service-link:hover .small-text
{
	padding-top: 15px;
}

@media screen and (max-width:768px)
{
	.large-service-link .small-text
	{
		padding-top: 15px;
	}
}

.large-service-link .small-text::after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	opacity: 0;
	transition: all 200ms ease-out;
}

.large-service-link:hover .small-text::after
{
	opacity: 1;
}

@media screen and (max-width:768px)
{
	.large-service-link .small-text::after
	{
		opacity: 1;
	}
}

.two-people-working-in-warehouse-background
{
	background: url("/images/two-people-working-in-warehouse-background.jpg") top center no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
}

@media screen and (max-width:768px)
{
	.two-people-working-in-warehouse-background
	{
		background-position-x: 76%;
	}
}


.two-people-working-in-warehouse-background.fixed-height
{
	height: 460px;
}

.two-people-working-in-warehouse-background.fixed-height div
{
	height: 100%;
}

.two-people-working-in-warehouse-background.fixed-height div > div > div
{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}

.two-people-working-in-warehouse-background.fixed-height h2
{
	margin-top: 55px;
}

.faq-container
{
	margin-bottom: 70px;
}

.faq-container .number
{
	position: relative;
	font-family: "Archivo", sans-serif;
	font-size: 23px;
	color: #6E0B0A;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.faq-container .number::after
{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 260px;
	height: 6px;
	background: url("/images/single-line.png");
	background-size: cover;
}

.faq-container p
{
	margin-bottom: 15px;
}

.truck-carrying-supplies-background
{
	background: url("/images/truck-carrying-supplies-background.jpg") top center no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
}

.truck-carrying-supplies-background.fixed-height
{
	height: 460px;
	overflow: hidden;
}

.truck-carrying-supplies-background.fixed-height div
{
	height: 100%;
}

.truck-carrying-supplies-background.fixed-height div > div > div
{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}

.truck-carrying-supplies-background.fixed-height h2
{
	position: relative;
	padding-bottom: 15px;
}

.truck-carrying-supplies-background.fixed-height h2::before
{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 700px;
	height: 1px;
	background-color: #ffffff;
}

.truck-carrying-supplies-background.fixed-height h2::after
{
	content: "";
	position: absolute;
	bottom: -300px;
	right: 0;
	width: 1px;
	height: 300px;
	background-color: #ffffff;
}

@media screen and (max-width:1200px)
{
	.truck-carrying-supplies-background.fixed-height h2::after
	{
		display: none;
	}
}