/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@font-face
{
	font-family: 'font_awesome';
	font-style: normal;
	font-weight: 900;
	src: url('/fonts/fa-solid-900.woff2') format('woff2');
	font-display: block;
}

@font-face
{
	font-family: 'Lora-Italic';
	font-style: normal;
	font-weight: 400 700;
	src: url('/fonts/Lora-Italic-VariableFont_wght.woff2') format('woff2');
	font-display: swap;
}

@font-face
{
	font-family: 'Lora';
	font-style: normal; 
	font-weight: 400 700;
	src: url('/fonts/Lora-VariableFont_wght.woff2') format('woff2');
	font-display: swap;
}

@font-face
{
	font-family: 'Raleway-Italic';
	font-style: normal; 
	font-weight: 100 900;
	src: url('/fonts/Raleway-Italic-VariableFont_wght.woff2') format('woff2');
	font-display: swap;
}

@font-face
{
	font-family: 'Raleway';
	font-style: normal; 
	font-weight: 100 900;
	src: url('/fonts/Raleway-VariableFont_wght.woff2') format('woff2');
	font-display: swap;
}

@font-face 
{
    font-family: 'PTSans';
    src: url('/fonts/PTSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face 
{
    font-family: 'PTSans';
    src: url('/fonts/PTSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face 
{
    font-family: 'PTSans';
    src: url('/fonts/PTSans-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face 
{
    font-family: 'PTSans';
    src: url('/fonts/PTSans-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: 'PTSans', sans-serif;
	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;
}

@media screen and (max-width:1200px)
{
	.img-non-responsive
	{
		width: 100% !important;
		height: 100% !important;
	}
}
	
a:link,
a:visited,
a:active
{
	color: #2684D8;
}

a:hover
{
	color: #78B3E7;
}

a:focus
{
	outline-offset: 2px;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #2684D8;
}

input[type="submit"]
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal !important;
	color: #000000 !important;
	text-decoration: none !important;
	background-color: #DBBE5A;
	padding: 23px 100px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;

	/*iPad Overrides*/
	border: none;
	appearance: none;
}

input[type="submit"]:hover
{
	background-color: #63572C;
	color: #ffffff !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);
}

input[type="text"],
input[type="password"],
select,
option,
textarea
{
	font-family: arial;
	font-size: 16px;
}

hr
{
	height: 1px;
	background-color: #D9D9D9;
	border: 0;
}

.button-small,
.button-small:link,
.button-small:active,
.button-small:visited,
.button-small:hover
{
	font-size: 14px !important;
	padding: 3px 8px !important;
}

div.container-max-width
{
	max-width: 1200px;
}

div.container-max-width-800
{
	max-width: 800px;
	margin: 0 auto;
}

div.container-max-width-900
{
	max-width: 900px;
	margin: 0 auto;
}

div.container-max-width-865
{
	max-width: 865px;
	margin: 0 auto;
}

div.container-max-width-1250
{
	max-width: 1250px;	
	margin: 0 auto;
}

div.container-max-width-1370
{
	max-width: 1370px;
	margin: 0 auto;
}

div.container-max-width-2000
{
	max-width: 2000px;
	margin: 0 auto;
}


.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: 0;
}

.container ul li
{
	margin-bottom: 15px;
	margin-left: 40px;
}

.container ol li
{
	margin-bottom: 15px;
}

/* .container ul li
{
	position: relative;
	list-style: none;
}

.container ul li::before
{
	content: '\2022';
	position: absolute;
    display: block;
    left: -20px;
    color: #477782;
    font-size: 14pt;
    top: 0;
} */

.vertical-padding-large
{
	padding-top: 80px;
	padding-bottom: 80px;
}

.vertical-padding-medium
{
	padding-top: 60px;
	padding-bottom: 60px;
}

.vertical-padding-small
{
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width:992px)
{
	.vertical-padding-large
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.vertical-padding-medium
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* col-lg and below */
@media screen and (max-width:1200px)
{
	.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: #000000;
		padding-left: 133px;
	}

	#desktop_search_button:link,
	#desktop_search_button:visited
	{
		transition: all 200ms;
	}

	#desktop_search_button:active
	{
		transform: 	scale(0.85);
	}

	#desktop_search_button:hover
	{
		color: #A8800B !important
	}

	#search_form
	{
		position: absolute;
		right: 0;
		left: 0;
		top: 50px;
		text-align: center;
	    /* z-index: 9999; */
	}

	#search_form.open
	{
		z-index: 9999;
	}

	#search_form #search_field
	{
		width: 0;
		height: 100%;
		opacity: 0;
		padding: 8px 15px 8px 35px;
		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: 700px;
		opacity: 1;
		padding: 13px 35px;
		border: 1px solid #cccccc;
		position: relative;
	}

	#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;
    }

	.search-container {
		position: relative;
		display: inline-block;
	}
	
	#search_field {
		width: 0;
		height: 40px;
		opacity: 0;
		padding: 8px 15px;
		border: 1px solid #cccccc;
		border-radius: 3px;
		outline: none;
		background-color: #ffffff;
		font-size: 12pt;
		color: #5a5a5a;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		transition: all 200ms ease-in-out;
	}
	
	#search_field.open {
		width: 300px;
		opacity: 1;
	}
	
	.close-icon {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 16px;
		color: #888;
		cursor: pointer;
		display: none;
	}
	
	#search_field.open + .close-icon 
	{
		display: block;
		position: absolute;
    	text-align: center;
    	margin: 0 auto;
		max-width: 700px;
		top: 15px;
		right: -10px;
	}
	
	.close-icon:hover {
		color: #555;
	}

	.close-icon::before
	{
		position: absolute;
    	left: 0;
    	text-align: center;
	}
	#clear_search {
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 16px;
		cursor: pointer;
		color: #999;
	}
	
	#clear_search:hover {
		color: #555;
	}

	.search_form::after
{
    content: '';
    position: relative;
    top: -157px;
    left: 0;
    background-color: #A8800B;
    width: 2000px;
    height: 260px;
    z-index: -1;
	max-width: 100%;
    display: none; /* Initially hide the element */
}

.search_form.open::after
{
    display: block; /* Show the element when the search form is open */
	margin: 0 auto;
}
}

@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: 10px;
	}

	div#header-mobile-only
	{
		display: block;
	    position: fixed;
	    top: 0;
	    height: 70px;
	    width: 100%;
	    background-color: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	    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;
		color: #000000;
	}

    #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;
    }

	#clear_search
	{
		display: none;
	}
}

/* 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;
	z-index: 1;
	position: relative;
}

.background-image-wrapper.forced-white-text
{
	background-color: #000000;
}

.forced-white-text *
{
	color: #ffffff !important;
}

/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@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.9);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		overflow: hidden;
	}
}

@media screen and (min-width: 1201px)
{
	#header-desktop
	{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		padding-top: 60px;
		top: 0;
		left: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
        max-width: 2000px;
        margin: 0 auto;
        padding-bottom: 40px;
		display: block;
	}


	#header-desktop #menu-builder-header-nav
	{
		position: relative;
		display: flex;
		align-items: center;
		z-index: 10;
		padding: 0 50px;
	}
}


/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/

body > footer .copyright-container,
body > footer .copyright-container a:link,
body > footer .copyright-container a:active,
body > footer .copyright-container a:visited
{
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	transition: color 150ms;
	margin-top: 1px;
}

@media screen and (max-width: 767px)
{
	body > footer
	{
		text-align: center;
	}
}

body > footer a.copyright-container:hover
{
	color: #A8800B;
}

.footer-first-column
{
	display: block;
	margin-bottom: 20px;
}

.bold
{
	font-weight: 700 !important;
}

.contact-item
{
	font-family: 'Ralway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #000000
}

.contact-item-link
{
	text-decoration: none;
	margin-bottom: 45px;
	display: inline-block;
	color: #000000 !important;
	font-family: 'Raleway', sans-serif;
}

.contact-item-link:hover
{
	color: #A8800B !important;
}

.privacy-links
{
	display: inline;
	padding-left: 10px;
	font-size: 12px;
}

.privacy-links a
{
	padding: 0 10px;
	font-size: 12px;
}

.footer-bottom
{
	margin-top: 140px;
	display: flex;
	align-items: center;
}

@media screen and (max-width:1200px)
{
	.footer-bottom
	{
		margin-top: 70px;
	}
}

.copyright-container span
{
	padding: 0 10px;
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: 'PTSans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.ww_p_double_space
{
	font-family: 'PTSans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: 'PTSans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	color: #000000;
	margin: 0;
	padding: 0;
}

.ww_p_call_out.large
{
	font-family: 'Raileway', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #000000; 
}

h1,
h1.ww_h1
{
	font-family: 'Lora', sans-serif;
	font-size: 80px;
	font-weight: 600;
	line-height: 1.2;
	color: #000000;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

h2,
h2.ww_h2,
.ww_h2
{
	font-family: 'Lora', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #000000;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

h2 strong,
h2.ww_h2 strong,
.ww_h2 strong
{
	font-weight: 600;
}

@media screen and (max-width: 767px)
{
	h1,
	h1.ww_h1
	{
		font-size: 60px;
	}

	h2,
	h2.ww_h2
	{
		font-size: 28px;
	}
}

h3,
h3.ww_h3
{
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #000000;
	margin: 0;
	padding: 0;
}

h4,
h4.ww_h4
{
	font-family: 'PTSans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	margin: 0;
	padding: 0;
}

h5,
h5.ww_h5
{
	font-family: 'PTSans', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-family: 'PTSans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	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: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal !important;
	color: #000000 !important;
	text-decoration: none !important;
	background-color: #DBBE5A;
	padding: 13px 35px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 576px)
{
	.ww_action_button1
	{
		padding: 23px 20px;
	}
}

a .ww_action_button1,
a .ww_action_button1:link,
a .ww_action_button1:visited,
.ww_action_button1 a:link,
.ww_action_button1 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button1:hover
{
	background-color: #63572C;
	color: #ffffff !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_button2,
div.ww_action_button2
{
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal !important;
    color: #000000 !important;
    text-decoration: none !important;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
    position: relative; 
    transition: all 0.2s;
    -webkit-tap-highlight-color: transparent;
}

.ww_action_button2::after,
div.ww_action_button2::after 
{
    content: url('/images/Arrow_Black_x1.png');
    padding-left: 9px;
	position: relative;
    top: 2px;
}

.ww_action_button2::before,
div.ww_action_button2::before 
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #DBBE5A;
    z-index: -1;
    transition: all 0.7s ease;
	padding: 3px 0px;
}

.ww_action_button2:hover::before,
div.ww_action_button2:hover::before 
{
    width: 100%;
}

.ww_action_button2:hover,
div.ww_action_button2:hover 
{
    color: #ffffff; 
}

.ww_action_button3
{
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal !important;
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
    position: relative; 
    transition: all 0.7s ease;
    -webkit-tap-highlight-color: transparent;
}

.cke_editable .ww_action_button3
{
	color: #000000 !important;
}

.ww_action_button3::after 
{
    content: url('/images/Arrow_Gold_x1.png');
    padding-left: 9px;
	transition: all 0.7s ease;
}

.ww_action_button3::before 
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #DBBE5A;
    z-index: -1;
    transition: all 0.7s ease;
	padding: 3px 0px;
}

.ww_action_button3:hover 
{
    color: #000000 !important; 
}

.ww_action_button3:hover::before 
{
    width: 100%;
}

.ww_action_button3:hover::after 
{
	content: url('/images/Arrow_Black_x1.png');
	top: 2px;
    position: relative;
}

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);
}



/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/

/* .about-container
{
	position: relative;
}
.about-container::before
{
	content: url('/images/Icon_GoldB_Circle.png');
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */

.recent-works-title
{
	text-decoration: none;
}

.recent-works-title .ww_h2
{
	display: block;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-top: 5px;
}

.arrow-wrapper
{
    display: block;
    position: absolute;
    overflow: hidden;
}

.arrow-wrapper img
{
    position: relative;
    z-index: 2;
	top: -2px;
}

.arrow-wrapper::before
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #DBBE5A;
    z-index: 2;
    transition: width 0.7s ease;
}

.recent-works-title:hover .arrow-wrapper::before
{
    width: 100%;
}

/* .recent-works-title img
{
	display: block !important;
	margin-top: 20px;
	background-color: none;
}

.recent-works-title:hover img
{
	background-color: #DBBE5A;
	width: 100%;
	transition: all 0.7s ease;
} */


/* .recent-works-title img::before
{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #DBBE5A;
    z-index: -1;
    transition: all 0.7s ease;
	padding: 3px 0px;
} */

.gold-subheading-small,
.gold-subheading-small a
{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #A8800B !important;
	margin: 0;
	padding: 0;
	display: block;
}

.gold-subheading-big
{
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #A8800B;
	margin: 0;
	padding: 0;
}

.black-subheading-small
{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	margin: 0;
	padding: 0;
}

.callout-title
{
	font-family: 'Lora', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
}

@media screen and (max-width: 767px)
{
	.callout-title
	{
		font-size: 35px;
	}
}

.callout-subtitle
{
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 400;
	max-width: 600px;
}

.page-caption
{
	position: relative;
	z-index: 1;
	font-family: 'Lora', sans-serif;
	font-size: calc(35px + (90 - 26) * ((100vw - 400px) / (2000 - 400)));
	font-weight: 600;
	color: #000000;
	margin: 0;
	line-height: 1;
	text-align: left;
}

.page-description
{
	position: relative;
	z-index: 1;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #A8800B;
	margin: 0 0 5px 0;
	line-height: 1.4;
	margin-bottom: 40px;
	padding-top: 25px;
}

@media screen and (max-width: 767px)
{
	.page-description
	{
		font-size: 16px;
	}
}

.b-icon-pattern-container
{
	position: relative;
    width: 2000px;
	max-width: 100%;
    margin: 0 auto;
}

.b-icon-pattern-container img.b-icon
{
	position: absolute;
    top: -163px;
    z-index: 2;
	left: 80px;
}

@media screen and (max-width: 1500px)
{
	.b-icon-pattern-container img.b-icon
	{
		left: 0;
		top: -145px;
	}
}

@media screen and (max-width: 991px)
{
	.b-icon-pattern-container img.b-icon
	{
		width: 165px !important;
		height: 165px !important;
		top: -13px;
	}
}

.b-icon-pattern-container img.pattern
{
	position: absolute;
    right: 0;
    top: -465px;
    z-index: 2;
}

@media screen and (max-width: 767px)
{
	.b-icon-pattern-container img.pattern
	{
		top: -75px;
		width: 150px !important;
		height: 300px !important;
	}
}

.b-letter-home
{
	position: absolute;
	bottom: 0;
	right: 300px;
}

@media screen and (max-width: 1600px)
{
	.b-letter-home
	{
		right: 0;
	}
}

@media screen and (max-width: 1200px)
{
	.b-letter-home
	{
		width: 300px !important;
	}
}


@media screen and (max-width: 767px)
{
	.b-letter-home
	{
		width: 150px !important;
	}
}

.image-with-pattern-left
{
	position: relative;
	left: -50px;
}

@media screen and (max-width: 991px)
{
	.image-with-pattern-left
	{
		left: 0;
		text-align: center;
	}
}

.image-with-pattern-left::after
{
    content: url('/images/01_X-pattern.png');
    display: block;
    position: absolute;
    top: 0;
    left: -580px;
    max-width: 2000px;
}

.about-number-container-one
{
	background-image: url('/images/01_LrgNumber-1.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

.about-number-container-two
{
	background-image: url('/images/02_LrgNumber-2.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

.about-number-container-three
{
	background-image: url('/images/03_LrgNumber-3.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

.image-with-pattern-right
{
	position: relative;
	left: 0;
}

.image-with-pattern-right::after
{
    content: url('/images/01_X-pattern.png');
    display: block;
    position: absolute;
    top: 0;
    right: -580px;
    max-width: 2000px;
}

.right-pattern-container-overflow,
.overflow-wrapper
{
	overflow: hidden;
}

.overflow-right-gallery
{
	overflow-x: clip;
}

@media screen and (max-width: 576px)
{
	.overflow-right-gallery
	{
		margin-top: 50px;
		padding-top: 50px
	}
}

.image-overflow-right
{
	position: relative;
	right: -40px;
}

.links-container
{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lora', sans-serif;
    font-size: 37px;
    color: #000000 !important;
	font-weight: 700;
	flex-flow: wrap;
}

.links-container a
{
	position: relative;
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
	text-decoration: none;
	color: #000000 !important;
	text-align: center;
}

.links-container a::after
{
	content: '|';
    position: relative;
    font-size: 37px;
	font-family: 'PTSans', sans-serif;
    color: #000000;
    margin: auto 15px;
}

.links-container a:last-of-type::after
{
	content: '';
}


@media screen and (max-width: 576px)
{
	.links-container
	{
		font-size: 30px;
		display: grid !important;
	}
	
	.links-container a::after
	{
		display: none !important;
	}
}

@media screen and (max-width: 767px)
{
	.image-with-logos
	{
		width: 100% !important;
		height: auto !important;
		margin: 0 auto;
	}
}

.small-gallery
{
	position: relative;
}

.small-gallery::before
{
	content: url('/images/B_icon_lines.png');
    display: block;
    position: absolute;
    top: -55px;
}

@media screen and (max-width: 991px)
{
	.small-gallery::before
	{
		top: -185px;
		right: 0;
	}
}	

.x-pattern-container
{
	position: relative;
	width: 2000px;
	max-width: 100%;
	margin: 0 auto;
}

.x-pattern-container img
{
	position: absolute;
	z-index: 1;
}

@media screen and (max-width: 567px)
{
	.x-pattern-container img
	{
		display: none;
	}
}

.x-pattern-container-top-left
{
	position: relative;
	width: 2000px;
    max-width: 100%;
    margin: 0 auto;
}

.x-pattern-container-top-left img
{
	position: absolute;
	z-index: -1;
}


@media screen and (max-width: 576px)
{
	
	.x-pattern-container-top-left img,
	.x-pattern-container img
	{
		max-width: 100%;
	}
}

.logo-top-list
{
	position: relative;
	bottom: -50px;
	z-index: 1;
}

.what-we-do-image
{
	position: relative;
    left: -410px;
}

.what-we-do-image-pattern-container.x-pattern-container-top-left img
{
	position: absolute;
	left: -410px;
	top: -183px;
    z-index: 0;
}

@media screen and (max-width: 1200px)
{
	.what-we-do-image
	{
		left: 0;
		max-width: 100%;
	}

	.what-we-do-image-pattern-container.x-pattern-container-top-left img
	{
		left: -200px;
	}
}

@media screen and (max-width: 767px)
{
	.dark-accordion-image-container
	{
		text-align: center;
		margin-bottom: 40px;
	}
}

/* ACCORDION DARK */
.accordion.dark
{
--bs-accordion-color: #000000;
--bs-accordion-bg: transparent;
--bs-accordion-border-color: #4A4A4A;
--bs-accordion-active-bg: transparent;
--bs-accordion-btn-focus-box-shadow: #4A4A4A;
--bs-accordion-header-font: 'Raleway', sans-serif;
--bs-accordion-header-font-size: 26px;
--bs-accordion-header-font-weight: 500;
--bs-accordion-body-font: 'Raleway', sans-serif;
--bs-accordion-body-font-size: 16px;
--bs-accordion-body-font-weight: 400;
--bs-accordion-btn-padding-x: 30px;
--bs-accordion-btn-padding-y: 30px;
--bs-accordion-body-padding-bottom: 60px;
--bs-accordion-body-padding-top: 30px;
--bs-accordion-btn-icon: url('/images/Icon_PlusSign_Gold_Thin.png');
--bs-accordion-btn-active-icon: url('/images/gold-minus-accordion-icon.png');
}

.accordion.dark .accordion-button:not(.collapsed)
{
	border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
	color: #DBBE5A !important;
}

.accordion.dark .accordion-item:not(:first-of-type) 
{
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion.dark h2.accordion-header .accordion-button
{
	font-family: var(--bs-accordion-header-font) !important;
	font-size: var(--bs-accordion-header-font-size);
	font-weight: var(--bs-accordion-header-font-weight);
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
}

.accordion.dark .accordion-body
{
	font-family: var(--bs-accordion-body-font) !important;
	font-size: var(--bs-accordion-body-font-size);
	font-weight: var(--bs-accordion-body-font-weight);
	padding-top: var(--bs-accordion-body-padding-top);
	padding-bottom:  var(--bs-accordion-body-padding-bottom);
}

/* ACCORDION WHITE */
.accordion.white
{
	--bs-accordion-item-margin-bottom: 15px;
	--bs-accordion-header-font: 'PTSans', sans-serif;
	--bs-accordion-header-font-size: 22px;
	--bs-accordion-header-font-weight: 400;
	--bs-accordion-border-color: transparent;
	--bs-accordion-active-bg: transparent;
	--bs-accordion-btn-focus-box-shadow: none;
	--bs-accordion-btn-icon: '+';
	--bs-accordion-btn-active-icon: '-';
	--bs-accordion-btn-padding-left: 40px;
	--bs-accordion-body-padding-left: 40px;
	--bs-accordion-body-padding-top: 50px;
	--bs-accordion-body-padding-bottom: 40px;
	--bs-accordion-body-padding-top: 50px;
	--bs-accordion-body-font: 'PTSans', sans-serif;
	--bs-accordion-body-font-size: 20px;
	--bs-accordion-body-font-weight: 400;
}

.accordion.white .accordion-item
{
	margin-bottom: var(--bs-accordion-item-margin-bottom);
	border: none;
}

.accordion.white h2.accordion-header .accordion-button
{
	font-family: var(--bs-accordion-header-font) !important;
	font-size: var(--bs-accordion-header-font-size);
	font-weight: var(--bs-accordion-header-font-weight);
	padding: 0;
	padding-left: var(--bs-accordion-btn-padding-left);
	/* padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x); */
}

.accordion.white .accordion-button:not(.collapsed)
{
	color: #ffffff !important;
	background-color: #000000;
}

.accordion.white .accordion-button::after
{
	content: var(--bs-accordion-btn-icon);
	width: 64px;
	height: 64px;
	background-color: #DBBE5A;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}

.accordion.white .accordion-button:not(.collapsed)::after
{
	content: var(--bs-accordion-btn-active-icon);
	font-size: 40px;
	color: #000000;
	align-items: baseline;
}	

.accordion.white .accordion-body
{
	font-family: var(--bs-accordion-body-font) !important;
	font-size: var(--bs-accordion-body-font-size);
	font-weight: var(--bs-accordion-body-font-weight);
	padding-top: var(--bs-accordion-body-padding-top);
	padding-bottom:  var(--bs-accordion-body-padding-bottom);
	padding-left: var(--bs-accordion-body-padding-left);
	padding-right: var(--bs-accordion-body-padding-left);;

}

.cke_editable .collapse:not(.show)
{
	display: block;
}

/* ABOUT PAGE */

.content-beside-letter
{
	padding-top: 150px;
}

@media screen and (max-width: 767px)
{
	.content-beside-letter
	{
		padding-top: 50px;
	}
}

.b-letter
{
	position: relative;
	left: -60px;
	margin-top: -170px;
}

@media screen and (max-width: 1400px)
{
	.b-letter
	{
		left: 0;
	}
}

@media screen and (max-width: 767px)
{
	.b-letter img
	{
		width: 270px !important;
	}
}

@media screen and (max-width: 576px)
{
	.b-letter img
	{
		width: 200px !important;
	}
}

.pattern-about-page
{
	position: relative;
	z-index: -1;
}

@media screen and (max-width: 767px)
{
	.pattern-about-page img
	{
		display: none;
	}
}

.pattern-about-page img
{
	position: absolute;
	top: -95px;
}

.why-blondes-image
{
	position: relative;
    bottom: -80px;
	left: -60px;
}

@media screen and (max-width: 767px)
{
	.why-blondes-image
	{
		left: 0;
	}
}

.why-blondes-content
{
	padding-top: 85px;
	padding-left: 125px;
}

@media screen and (max-width: 991px)
{
	.why-blondes-content
	{
		padding-left: 15px;
	}
}

.team-member-container
{
    width: 100%;
    display: block;
    max-width: fit-content;
    text-decoration: none;
	color: #000000;
}

@media screen and (max-width: 767px)
{
	.team-member-container
	{
		margin: 0 auto;
	}
}

.team-member-content
{
    display: block;
    max-width: 93%;
	background: rgba(219, 190, 90, 0.9);
    /* opacity: 0.8; */
    margin-left: auto;
    padding-top: 35px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 10px;
    position: relative;
    top: -30px;
    text-decoration: none;
}

.team-member-container:hover span
{
	color: #000000;
}

.team-member-name
{
	display: block;
	font-family: 'PTSans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.team-member-position
{
	display: block;
	font-family: 'PTSans', sans-serif;
	font-size: 20px;
	font-style: italic;
}

@media screen and (max-width: 1200px)
{
	.what-s-name-image	
	{
		width: 100% !important;
		height: auto !important;
	}
}


.service-content
{
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 15px;
}

.service-content .service-name
{
	font-family: 'PTSans', sans-serif;
	font-size: 22px;
	position: relative;
    top: 5px;
    padding-left: 25px;
}

.services-container img.services-left-image
{
    position: relative;
    top: -250px;
	left: -410px;
}

@media screen and (max-width: 1200px)
{
	.services-container img.services-left-image
	{
		left: 0;
		width: 100% !important;
		height: auto !important;
		top: 0;
	}
}


.top-right-pattern-container
{
	position: relative;
}

.top-right-pattern
{
	position: absolute;
    right: 0;
}

@media screen and (max-width: 1200px)
{
	.top-right-pattern
	{
		z-index: -1;
	}
}

@media screen and (max-width: 600px)
{
	.top-right-pattern-container
	{
		display: none;
	}
}

.b-icon-right
{
	position: relative;
}

.b-icon-right img
{
	position: absolute;
	right: 200px;
	top: -60px;
	z-index: 2;
}

@media screen and (max-width: 1700px)
{
	.b-icon-right img
	{
		right: 0;
	}
}

@media screen and (max-width: 1200px)
{
	.b-icon-right img
	{
		display: none !important;
	}
}

@media screen and (max-width: 576px)
{
	.b-icon-right img
	{
		display: none !important;
	}
}

.ambitions-container .ambitions-image
{
	max-width: 100%;
    width: 2000px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.ambitions-container img
{
	position: absolute;
    left: -150px;
	top: 0;
}

@media screen and (max-width: 1200px)
{
	.ambitions-container img
	{
		position: relative;
	}
}

@media screen and (max-width: 991px)
{
	.ambitions-container img
	{
		position: relative;
		left: -0;
	}
}

@media screen and (max-width: 767px)
{
	.ambitions-container img
	{
		left: 0;
		width: 100% !important;
		height: auto !important;
	}
}

.ambitions-container .ambitions-content
{
	padding-bottom: 80px;
}

@media screen and (max-width: 1200px)
{
	.ambitions-container .ambitions-content
	{
		padding-bottom: 40px;
	}
}

.blondes-vertical
{
	position: relative;
    max-width: 100%;
    width: 2000px;
    margin: 0 auto;
}

/* SERVICES PAGE */
.blondes-vertical img
{
	position: absolute;
	top: -820px;
	left: 420px;
	z-index: 2;
}

@media screen and (max-width: 1700px)
{
	.blondes-vertical img
	{
		left: 170px;
		top: -600px;
	}
}

@media screen and (max-width: 1200px)
{
	.blondes-vertical img
	{
		left: -100px;
		width: 202px !important;
		height: 853px !important;
	}
}

@media screen and (max-width: 991px)
{
	.blondes-vertical img

	{
		left: 100px;
    	/* width: 100px !important;
    	height: 400px !important; */
    	top: -360px;
	}
}

@media screen and (max-width: 767px)
{
	.blondes-vertical img
	{
		left: 100px;
		top: -300px;
		width: 100px !important;
		height: 400px !important;
	}
}

@media screen and (max-width: 576px)
{
	.blondes-vertical img
	{
		left: 120px;
		top: -145px;
		width: 80px !important;
		height: 285px !important;
		transform: rotate(270deg);
	}
}


.x-pattern-recent-work-left
{
	position: relative;
	width: 2000px;
    max-width: 100%;
    margin: 0 auto;
}

.x-pattern-recent-work-left img
{
	position: absolute;
	left: 0;
	top: -275px;
	z-index: 1;
}

@media screen and (max-width: 1600px)
{
	.x-pattern-recent-work-left img
	{
		left: -100px;
	}
}

@media screen and (max-width: 1200px)
{
	.x-pattern-recent-work-left img
	{
		left: auto;
		right: 0;
		z-index: -1;
	}
}

@media screen and (max-width: 576px)
{
	.x-pattern-recent-work-left img
	{
		display: none;
	}
}

.recent-works-title a 
{
	text-decoration: none;
	color: #000000;
}

.recent-works-title a .gold-subheading
{
	color: #DBBE5A;
}

.x-pattern-want-to-see-more-left
{
	position: relative;
}

.x-pattern-want-to-see-more-left img
{
	position: absolute;
	left: -295px;
	top: -220px;
	z-index: 1;
}

.img-accordion-white
{
	left: -310px;
    position: relative;
    top: -43px;
}

@media screen and (max-width: 1200px)
{
	.img-accordion-white
	{
		left: 0 !important;
		max-width: 100% !important;
		height: auto !important;
	}
}

.accordion-white-wrapper
{
	padding-top: 170px;
}

@media screen and (max-width: 767px)
{
	.accordion-white-wrapper
	{
		padding-top: 0;
	}
}

.process-step-container
{
	background-color: #EFEFEF;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px)
{
	.process-step-container
	{
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

.process-step-inner-content
{
	padding-top: 36px;
}

@media screen and (max-width: 767px)
{
	.process-step-inner-content
	{
		padding-top: 0;
	}
}

.process-step-inner-content h3
{
	margin-bottom: 8px;
}

.big-arrow
{
	position: relative;
	left: -400px;
}

@media screen and (max-width: 991px)
{
	.big-arrow
	{
		max-width: 100%;
		height: auto !important;
		left: 0;
	}
}

/* PORTFOLIO */

.project-single-right-content
{
	padding-top: 105px;
}

.project-navigation-top
{
	position: absolute;
}

@media screen and (max-width: 1200px)
{
	.project-single-right-content
	{
		padding-top: 50px;
	}
}

@media screen and (max-width: 767px)
{
	.project-navigation-top 
	{
		position: relative;
		padding-bottom: 35px;
	}
}

.project-navigation-top a,
.project-navigation-top span
{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 800;
	text-decoration: none;
	color: #000000;
	position: relative;
}

.project-navigation-top .divider
{
	padding: 0 10px;
}

.project-navigation-top .next-project:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #DBBE5A;
    z-index: -1;
    transition: all 0.7s ease;
	padding: 3px 0px;
}

.project-navigation-top .next-project:hover::before 
{
    width: 100%;
}

.project-navigation-top .prev-project:before
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #DBBE5A;
    z-index: -1;
    transition: all 0.7s ease;
	padding: 3px 0px;
}

.project-navigation-top .prev-project:hover::before 
{
    width: 100%;
}

.project-navigation-bottom
{
	margin-top: 100px;
	margin-bottom: 120px;
}

@media screen and (max-width: 767px)
{
	.project-navigation-bottom
	{
		text-align: center;
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

.project-navigation-bottom .prev-project,
.project-navigation-bottom .next-project

{
	width: 300px;
	padding: 23px 0 !important;
	margin-right: 21px;
	margin-left: 21px;
}

@media screen and (max-width: 767px)
{
	.project-navigation-bottom .prev-project	
	{
		margin-bottom: 20px;
	}
}

.portfolio-subheading
{
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #A8800B;
	padding-top: 25px;
}

/* .search_form
{
	position: relative;
}

.search_form::before
{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: #DBBE5A;
	width: 1000px;
	height: 100px;
	z-index: -1;

} */

.contact-item-big
{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.contact-item-big-link
{
	text-decoration: none;
	color: #000000 !important;
	font-size: 20px;
}

@media screen and (max-width: 767px)
{
	.contact-item-big-link
	{
		margin-bottom: 20px;
		display: block;
	}
}

.light-gold-background
{
	background: #eddeac;
}

.portfolio-ad-container
{
	padding: 0px 24px 0 24px;
	position: relative;
	top: -50px;
}

.portfolio-ad-container h2,
.portfolio-ad-container h2.ww_h2
{
	font-size: 34px;
}