/*
	CARVE NOTES (Delete when done reading):
	- When targeting the editor instance use cke_editable instead of ww_editor_body to prevent issues with the sanitizer

	- Fonts must have the font-display property set. Use "block" when no fallback font exists (e.g., font awesome)
	  and "swap" when a fallback font is set (e.g., font-family: "Lato", sans-serif;)

	- Don't forget to change body and input fonts to match the default font used in the "p" tag

	- Avoid leaving old, commented-out code when it is no longer needed

	- Styles should be added following their parent elements. (e.g., body > header > .top-row a).
	  This improves readability when tracking down where an element exists on the DOM.
	  It also prevents conflicting definitions.
*/

/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/dec
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@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: 'FrankRuhlLibre-Black';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/FrankRuhlLibre-Black.eot');
	src:url('/fonts/FrankRuhlLibre-Black.eot?#iefix') format('embedded-opentype'),
		url('/fonts/FrankRuhlLibre-Black.woff') format('woff'),
		url('/fonts/FrankRuhlLibre-Black.ttf') format('truetype'),
		url('/fonts/FrankRuhlLibre-Black.svg#FrankRuhlLibre-Black') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'FrankRuhlLibre-Bold';
	font-style: normal;
	font-weight: bold;
	src:url('/fonts/FrankRuhlLibre-Bold.eot');
	src:url('/fonts/FrankRuhlLibre-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/FrankRuhlLibre-Bold.woff') format('woff'),
		url('/fonts/FrankRuhlLibre-Bold.ttf') format('truetype'),
		url('/fonts/FrankRuhlLibre-Bold.svg#FrankRuhlLibre-Bold') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'FrankRuhlLibre-ExtraBold';
	font-style: normal;
	font-weight: bold;
	src:url('/fonts/FrankRuhlLibre-ExtraBold.eot');
	src:url('/fonts/FrankRuhlLibre-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/FrankRuhlLibre-ExtraBold.woff') format('woff'),
		url('/fonts/FrankRuhlLibre-ExtraBold.ttf') format('truetype'),
		url('/fonts/FrankRuhlLibre-ExtraBold.svg#FrankRuhlLibre-ExtraBold') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'FrankRuhlLibre-Light';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/FrankRuhlLibre-Light.eot');
	src:url('/fonts/FrankRuhlLibre-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/FrankRuhlLibre-Light.woff') format('woff'),
		url('/fonts/FrankRuhlLibre-Light.ttf') format('truetype'),
		url('/fonts/FrankRuhlLibre-Light.svg#FrankRuhlLibre-Light') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'FrankRuhlLibre-Medium';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/FrankRuhlLibre-Medium.eot');
	src:url('/fonts/FrankRuhlLibre-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/FrankRuhlLibre-Medium.woff') format('woff'),
		url('/fonts/FrankRuhlLibre-Medium.ttf') format('truetype'),
		url('/fonts/FrankRuhlLibre-Medium.svg#FrankRuhlLibre-Medium') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'FrankRuhlLibre-Regular';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/FrankRuhlLibre-Regular.eot');
	src:url('/fonts/FrankRuhlLibre-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/FrankRuhlLibre-Regular.woff') format('woff'),
		url('/fonts/FrankRuhlLibre-Regular.ttf') format('truetype'),
		url('/fonts/FrankRuhlLibre-Regular.svg#FrankRuhlLibre-Regular') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'FrankRuhlLibre-SemiBold';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/FrankRuhlLibre-SemiBold.eot');
	src:url('/fonts/FrankRuhlLibre-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/FrankRuhlLibre-SemiBold.woff') format('woff'),
		url('/fonts/FrankRuhlLibre-SemiBold.ttf') format('truetype'),
		url('/fonts/FrankRuhlLibre-SemiBold.svg#FrankRuhlLibre-SemiBold') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'NotoSans-Black';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/NotoSans-Black.eot');
	src:url('/fonts/NotoSans-Black.eot?#iefix') format('embedded-opentype'),
		url('/fonts/NotoSans-Black.woff') format('woff'),
		url('/fonts/NotoSans-Black.ttf') format('truetype'),
		url('/fonts/NotoSans-Black.svg#NotoSans-Black') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'NotoSans-BlackItalic';
	font-style: italic;
	font-weight: normal;
	src:url('/fonts/NotoSans-BlackItalic.eot');
	src:url('/fonts/NotoSans-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/NotoSans-BlackItalic.woff') format('woff'),
		url('/fonts/NotoSans-BlackItalic.ttf') format('truetype'),
		url('/fonts/NotoSans-BlackItalic.svg#NotoSans-BlackItalic') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'NotoSans-BoldItalic';
	font-style: italic;
	font-weight: bold;
	src:url('/fonts/NotoSans-BoldItalic.eot');
	src:url('/fonts/NotoSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/NotoSans-BoldItalic.woff') format('woff'),
		url('/fonts/NotoSans-BoldItalic.ttf') format('truetype'),
		url('/fonts/NotoSans-BoldItalic.svg#NotoSans-BoldItalic') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'NotoSans-ExtraBold';
	font-style: normal;
	font-weight: bold;
	src:url('/fonts/NotoSans-ExtraBold.eot');
	src:url('/fonts/NotoSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/NotoSans-ExtraBold.woff') format('woff'),
		url('/fonts/NotoSans-ExtraBold.ttf') format('truetype'),
		url('/fonts/NotoSans-ExtraBold.svg#NotoSans-ExtraBold') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'NotoSans-ExtraLight';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/NotoSans-ExtraLight.eot');
	src:url('/fonts/NotoSans-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('/fonts/NotoSans-ExtraLight.woff') format('woff'),
		url('/fonts/NotoSans-ExtraLight.ttf') format('truetype'),
		url('/fonts/NotoSans-ExtraLight.svg#NotoSans-ExtraLight') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'NotoSans-ExtraLightItalic';
	font-style: italic;
	font-weight: normal;
	src:url('/fonts/NotoSans-ExtraLightItalic.eot');
	src:url('/fonts/NotoSans-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/NotoSans-ExtraLightItalic.woff') format('woff'),
		url('/fonts/NotoSans-ExtraLightItalic.ttf') format('truetype'),
		url('/fonts/NotoSans-ExtraLightItalic.svg#NotoSans-ExtraLightItalic') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'NotoSans-Italic';
	font-style: italic;
	font-weight: normal;
	src:url('/fonts/NotoSans-Italic.eot');
	src:url('/fonts/NotoSans-Italic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/NotoSans-Italic.woff') format('woff'),
		url('/fonts/NotoSans-Italic.ttf') format('truetype'),
		url('/fonts/NotoSans-Italic.svg#NotoSans-Italic') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'NotoSans-Light';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/NotoSans-Light.eot');
	src:url('/fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/NotoSans-Light.woff') format('woff'),
		url('/fonts/NotoSans-Light.ttf') format('truetype'),
		url('/fonts/NotoSans-Light.svg#NotoSans-Light') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'NotoSans-Medium';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/NotoSans-Medium.eot');
	src:url('/fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/NotoSans-Medium.woff') format('woff'),
		url('/fonts/NotoSans-Medium.ttf') format('truetype'),
		url('/fonts/NotoSans-Medium.svg#NotoSans-Medium') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'NotoSans-MediumItalic';
	font-style: italic;
	font-weight: normal;
	src:url('/fonts/NotoSans-MediumItalic.eot');
	src:url('/fonts/NotoSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/NotoSans-MediumItalic.woff') format('woff'),
		url('/fonts/NotoSans-MediumItalic.ttf') format('truetype'),
		url('/fonts/NotoSans-MediumItalic.svg#NotoSans-MediumItalic') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'NotoSans-Regular';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/NotoSans-Regular.eot');
	src:url('/fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/NotoSans-Regular.woff') format('woff'),
		url('/fonts/NotoSans-Regular.ttf') format('truetype'),
		url('/fonts/NotoSans-Regular.svg#NotoSans-Regular') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'NotoSans-Thin';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/NotoSans-Thin.eot');
	src:url('/fonts/NotoSans-Thin.eot?#iefix') format('embedded-opentype'),
		url('/fonts/NotoSans-Thin.woff') format('woff'),
		url('/fonts/NotoSans-Thin.ttf') format('truetype'),
		url('/fonts/NotoSans-Thin.svg#NotoSans-Thin') format('svg');
	font-display: block;
}

@font-face
{
	font-family: 'NotoSans-ThinItalic';
	font-style: italic;
	font-weight: normal;
	src:url('/fonts/NotoSans-ThinItalic.eot');
	src:url('/fonts/NotoSans-ThinItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/NotoSans-ThinItalic.woff') format('woff'),
		url('/fonts/NotoSans-ThinItalic.ttf') format('truetype'),
		url('/fonts/NotoSans-ThinItalic.svg#NotoSans-ThinItalic') format('svg');
	font-display: block;
}


/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
	scroll-behavior: smooth;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: 'NotoSans-Regular';
	font-size: 16px;
	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: #212121;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	color: #5F6972;
	text-decoration: none;
}

a:focus
{
	outline-offset: 2px;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #2684D8;
}

input[type="text"],
input[type="password"],
select,
option,
textarea
{
	font-family: 'NotoSans-Regular';
	font-size: 16px;
}


input[type="submit"]
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'NotoSans-Regular', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal !important;
	color: #232A30 !important;
	text-decoration: none !important;
	background-color: #C39F15;
	padding: 0 15px;
	height: 42px;
	/* border: none; */
	cursor: pointer;
	text-align: center;
	/* transition: all 0.2s; */
	/* -webkit-tap-highlight-color: transparent; */
	border-color: #C39F15;
	color: #fff;
	box-shadow: 0 0 40px 40px #C39F15 inset, 0 0 0 0 #C39F15;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	margin-bottom: 10px;
}

input[type="submit"]:hover
{
	box-shadow: 0 0 10px 0 #C39F15 inset, 0 0 10px 4px #C39F15;
	background: #ffffff;
}

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;
}

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);
}

hr
{
	height: 2px;
	background-color: #C9D3D5;
	border: 0;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.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%;
}

/* 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: #212121;
    font-size: 14pt;
    top: 0;
}

/* Vertical Paddings */

.vertical-padding-100
{
	padding-top: 100px;
	padding-bottom: 100px;
}

.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;
}

/* Vertical Top Padding */

.vertical-top-padding-large
{
	padding-top: 80px;
	padding-bottom: 0;
}

.vertical-top-padding-medium
{
	padding-top: 60px;
	padding-bottom: 0;
}

.vertical-top-padding-small
{
	padding-top: 30px;
	padding-bottom: 0;
}

/* Vertical Bottom Padding */

.vertical-bottom-padding-large
{
	padding-top: 0;
	padding-bottom: 80px;
}

.vertical-bottom-padding-medium
{
	padding-top: 0;
	padding-bottom: 60px;
}

.vertical-bottom-padding-small
{
	padding-top: 0;
	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;
	}
	
	.vertical-padding-small
	{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	/* Vertical Top Padding */
	
	.vertical-top-padding-large
	{
		padding-top: 40px;
		padding-bottom: 0;
	}

	.vertical-top-padding-medium
	{
		padding-top: 30px;
		padding-bottom: 0;
	}

	.vertical-top-padding-small
	{
		padding-top: 15px;
		padding-bottom: 0;
	}
	
	/* Vertical Bottom Padding */
	
	.vertical-bottom-padding-large
	{
		padding-top: 0;
		padding-bottom: 40px;
	}

	.vertical-bottom-padding-medium
	{
		padding-top: 0;
		padding-bottom: 30px;
	}

	.vertical-bottom-padding-small
	{
		padding-top: 0;
		padding-bottom: 15px;
	}
}

/* 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: 16pt;
		color: #ffffff;
		position: relative;
    	z-index: 2;
	}

	#desktop_search_button:link,
	#desktop_search_button:visited
	{
		transition: all 200ms;
	}

	#desktop_search_button:active
	{
		transform: 	scale(0.85);
	}

	#desktop_search_button:hover
	{
		color: #A58812 !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: 'NotoSans-Regular', sans-serif;
        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: 7px;
	}

	div#header-mobile-only
	{
		position: fixed;
		top: 0;
		height: 60px;
		width: 100%;
		background: #232a30;
		box-shadow: none;
		z-index: 10000;
		transition: all 150ms;
	}

	div#header-mobile-only.not-at-top
	{
		background: #515F51;
		box-shadow: 0 -2px 15px #000000;
	}

	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;
		color: #ffffff;
	}

    #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: 'NotoSans-Regular', sans-serif;
		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;
}

@media screen and (max-width: 576px)
{
	.sl-wrapper .sl-image .sl-caption
	{
		font-size: 11pt !important;
		padding: 8px !important;
	}
}

.sl-wrapper .sl-image .description
{
	font-size: 12pt !important;
}

@media screen and (max-width: 576px)
{
	.sl-wrapper .sl-image .description
	{
		font-size: 10pt !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-position: center;
	background-size: cover;
}

.background-image-cropped-wrapper
{
	width: 100%;
	max-width: 2000px;
	background-size: cover;
	height: 430px;
	margin: -480px auto 0 auto;
}

@media screen and (max-width: 991px)
{
	.background-image-cropped-wrapper
	{
		height: 530px;
		margin: -535px auto 0 auto;
	}
}


/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@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: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		overflow: hidden;
	}
}

@media screen and (min-width: 1200px)
{
	#header-desktop 
	{
		position: relative;
		z-index: 999;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 0;
		background: #23292F;
		max-width: 2000px;
		margin: 0 auto !important;
	}
}

@media screen and (min-width: 1201px)
{
	/* #header-desktop
	{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto !important;
		background: linear-gradient(to bottom, rgba(0,0,0,0.4), transparent) !important;
		position: relative;
		z-index: 999;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 0;
		background: #232a30;
		max-width: 2000px;
	} */

	#header-desktop > div:first-of-type
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	#header-desktop #menu-builder-header-nav
	{
		position: relative;
		display: flex;
		align-items: center;
	}
}

@media screen and (min-width: 1201px)
{
		.header-right 
	{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}



/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
body > footer
{
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

footer::before {
    content: '';
    position: absolute;
    background-color: #d6d7d9;
    width: 2000px;
    height: 4px;
    left: 0;
    top: 0;
    max-width: 100%;
}

body > footer .copyright-container,
body > footer .copyright-container a:link,
body > footer .copyright-container a:active,
body > footer .copyright-container a:visited
{
	display: flex;
	justify-content: flex-end;
	font-family: 'NotoSans-Regular', sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #212121;
	text-decoration: none;
	transition: color 150ms;
}

@media screen and (max-width: 991px)
{
	body > footer .copyright-container
	{
	flex-direction: column;
align-items: center;
		margin-top: 15px;
	}
}

body > footer .copyright-container a:hover
{
	color: #535353;
}

.footer-logo
{
	margin-top: -115px;
	margin-bottom: 50px;
	text-align: center;
}

.email-footer a
{
	text-decoration: none !important;
	font-size: 12pt;
	font-weight: normal;
	color: #212121;
	font-family: 'NotoSans-Regular', sans-serif;
	position: relative;
}

.email-footer a::before
{
	content: '\f0e0';
    font-family: 'font_awesome';
    font-size: 14pt;
    position: relative;
    color: #A58812;
    right: 3px;
}

@media screen and (max-width: 991px)
{
	.email-footer
	{
		text-align: center;
	}
}


/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: 'NotoSans-Regular', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #212121;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
	font-family: 'NotoSans-Regular', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #212121;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: 'NotoSans-Regular', sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #212121;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	font-family: 'FrankRuhlLibre-Regular';
	font-size: 18pt;
	font-weight: normal;
	color: #212121;
	margin: 0;
	padding: 0;
	line-height: 1.1;
}

h1,
h1.ww_h1
{
	font-family: 'FrankRuhlLibre-SemiBold', sans-serif;
	font-size: 40pt;
	font-weight: bold;
	line-height: 1.2;
	color: #A58812;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

h2,
h2.ww_h2
{
	font-family: 'FrankRuhlLibre-SemiBold';
	font-size: 36pt;
	font-weight: bold;
	color: #A58812;
	line-height: 1.4;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

h3,
h3.ww_h3
{
	font-family: 'FrankRuhlLibre-SemiBold';
	font-size: 30pt;
	font-weight: bold;
	color: #A58812;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

h4,
h4.ww_h4
{
	font-family: 'FrankRuhlLibre-SemiBold';
	font-size: 24pt;
	font-weight: bold;
	color: #A58812;
	margin: 0;
	padding: 0;
}

h5,
h5.ww_h5
{
	font-family: 'FrankRuhlLibre-SemiBold';
	font-size: 22pt;
	font-weight: bold;
	color: #A58812;
	margin: 0;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-family: 'FrankRuhlLibre-SemiBold';
	font-size: 20pt;
	font-weight: bold;
	color: #A58812;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h1,
	h1.ww_h1
	{
		font-size: 30pt;
	}

	h2,
	h2.ww_h2
	{
		font-size: 26pt;
	}

	h3,
	h3.ww_h3
	{
		font-size: 24pt;
	}

	h4,
	h4.ww_h4
	{
		font-size: 22pt;
	}

	h5,
	h5.ww_h5
	{
		font-size: 20pt;
	}

	h5,
	h5.ww_h5
	{
		font-size: 19pt;
	}
}

.ww_emphasis
{
	font-weight: bold;
	font-style: normal;
	color: #5F6972;
}

.ww_strong_emphasis
{
	font-weight: bold;
	color: #5F6972;
}

.ww_action_button1
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'NotoSans-Regular', sans-serif;
	font-size: 12pt;
	font-weight: normal !important;
	font-style: normal !important;
	color: #232A30 !important;
	text-decoration: none !important;
	background-color: #C39F15;
	padding: 0 15px;
	height: 42px;
	/* border: none; */
	cursor: pointer;
	text-align: center;
	/* transition: all 0.2s; */
	/* -webkit-tap-highlight-color: transparent; */
	border-color: #C39F15;
	color: #fff;
	box-shadow: 0 0 40px 40px #C39F15 inset, 0 0 0 0 #C39F15;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	margin-bottom: 10px;
}

  .ww_action_button1:hover 
{
	box-shadow: 0 0 10px 0 #C39F15 inset, 0 0 10px 4px #C39F15;
	background: #ffffff;
}

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:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

/* .ww_action_button1:hover
{
	background-color: #00C157;
} */

.ww_action_button2
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'NotoSans-Regular', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal !important;
	color: #232A30 !important;
	text-decoration: none !important;
	background-color: #ffffff;
	padding: 0 15px;
	height: 42px;
	border: 1px solid #C39F15;
	cursor: pointer;
	text-align: center;
	-webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	/* transition: all 0.2s; */
	/* -webkit-tap-highlight-color: transparent; */
	-webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.ww_action_button2:hover 
{
	box-shadow: 0 0 40px 40px #C39F15 inset;
}

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: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:hover
{
	background-color: #8BDA24;
} */

.ww_action_button3
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'NotoSans-Regular', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #45505A;
	padding: 0 15px;
	height: 42px;
	border: none;
	cursor: pointer;
	text-align: center;
	/* transition: all 0.2s;
	-webkit-tap-highlight-color: transparent; */
	border-color: #45505A;
	box-shadow: 0 0 40px 40px #45505A inset, 0 0 0 0 #45505A;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	margin-bottom: 10px;
}

.ww_action_button3:hover 
{
	box-shadow: 0 0 10px 0 #45505A inset, 0 0 10px 4px #45505A;
	background: #ffffff;
	color: #45505A !important;
}

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: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:hover
{
	background-color: #959597;
} */

.ww_editor_body
{
	background-color: #FFFFFF;
}

.cke_editable .content-after-gallery p,
.cke_editable .call-out-container p,
.cke_editable .value-header p
{
	color: #000000 !important;
}

.cke_editable .value-container-wrapper
{
	padding-top: 700px;
	padding-bottom: 200px;
}

/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/

.intro-container
{
	margin-top: 120px;
	margin-bottom: 120px;
	overflow: hidden;
}

.intro-caption
{
	font-family: 'NotoSans-Regular', sans-serif;
	font-size: 18pt;
	color: #5F6972;
}

.intro-image-container
{
	position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.intro-image-container img
{
	position: absolute;
    right: -200px;
}

@media screen and (max-width: 991px)
{
	.intro-image-container img
	{
		position: relative;
		right: 0;
		margin-top: 30px;
		width: 100% !important;
		height: 100% !important;
	}
}

.content-after-gallery
{
	padding-top: 90px;
}

@media screen and (max-width: 991px)
{
		.content-after-gallery
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.content-after-gallery p,
.call-out-container p
{
	color: #ffffff !important;
}

.content-after-gallery h3,
.call-out-container h3
{
	color: #F0D363 !important;
}

.content-after-gallery .link-btn
{
	padding-left: 30px;
    padding-top: 20px;
}

.call-out-container
{
	padding-top: 125px;
	padding-bottom:125px;
}

.call-out-container p
{
	width: 710px;
    max-width: 100%;
}

.content-after-portfolio
{
	padding-top: 130px;
	padding-bottom: 80px;
	margin-top: -75px;
	margin-bottom: 90px;
}

@media screen and (max-width: 991px)
{
	.content-after-portfolio .link-btn
	{
		margin-top: 15px;
	}		
}

.portfolio-header
{
	margin-top: 90px !important;
	margin-bottom: 60px !important;
}


/* Internal page */

.value-header
{
	padding-top: 90px;
	padding-bottom: 600px;
}

@media screen and (max-width: 991px)
{
		.value-header
	{

		padding-bottom: 1875px;
	}
}

@media screen and (max-width: 576px)
{
		.value-header
	{

		padding-bottom: 2055px;
	}
}

.value-header h2
{
	color: #F0D363;
}

.value-header p
{
	color: #ffffff;
}

@media screen and (max-width: 1200px)
{
	.value-header p
	{
		padding-bottom: 110px;
	}
}

.value-container-wrapper
{
	position: relative;
    z-index: 1;
	margin-top: -675px;
}

@media screen and (max-width: 991px)
{
	.value-container-wrapper
	{
		margin-top: -1975px;
	}
}

@media screen and (max-width: 576px)
{
	.value-container-wrapper
	{
		margin-top: -2175px;
	}
}

.value-description-container
{
	position: relative;
    display: block;
    text-decoration: none;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 30px;
    background-color: #353F47;
    margin-top: 40px;
	height: 100%;
	width: 100%;
}

.value-description-container p
{
	color: #ffffff;
}

.advantage-container
{
	margin-top: 90px;
	margin-bottom: 60px;
}

.advantage-content
{
	padding-top: 45px;
}

.about-company-content
{
	margin-top: 90px;
	margin-bottom: 90px;
}

.bio-container
{
	padding-top: 90px;
	padding-bottom: 90px;
}

@media screen and (max-width: 991px)
{
	.bio-container .bio-name
	{
		text-align: left !important;
	}
}

@media screen and (max-width: 991px)
{
	.bio-container .bio-description
	{
		margin-bottom: 40px;
	}
}

.white-with-shadow-container
{
	position: relative;
    display: block;
    text-decoration: none;
    padding: 30px;
    background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	height: 100%;
}

.white-container
{
	position: relative;
    display: block;
    text-decoration: none;
    padding: 30px;
    background-color: #ffffff;
	height: 100%;
}

@media screen and (max-width: 991px)
{
	.white-with-shadow-container
	{
		margin-bottom: 20px;
	}
	
	.white-container
	{
		margin-bottom: 20px;
	}
}
