/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@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: 'Ubuntu_Bold';
    src: url('/fonts/Ubuntu-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'Ubuntu_BoldItalic';
    src: url('/fonts/Ubuntu-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'Ubuntu_Italic';
    src: url('/fonts/Ubuntu-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'Ubuntu_LightItalic';
    src: url('/fonts/Ubuntu-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'Ubuntu_Light';
    src: url('/fonts/Ubuntu-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'Ubuntu_Medium';
    src: url('/fonts/Ubuntu-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'Ubuntu_MediumItalic';
    src: url('/fonts/Ubuntu-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'Ubuntu_Regular';
    src: url('/fonts/Ubuntu-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: 'Ubuntu_Regular', 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;
}

a:link,
a:visited,
a:active
{
	color: #7A303F;
	font-weight: 500;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

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: 'Ubuntu_Medium', sans-serif;
	font-size: 17px;
	font-weight: normal !important;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #792F3F;
	padding: 12px 17px;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
	border: 1px solid #792F3F;

	/*iPad Overrides*/
	-webkit-appearance: none;
}

input[type="submit"]:hover
{
	background-color: #ffffff;
	color: #792F3F !important;
	border: 1px solid #792F3F;
}

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: 'Ubuntu_Regular', sans-serif;
	font-size: 16px;
}

hr
{
	height: 1px;
	background-color: #d7d7d7;
	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-1500
{
	max-width: 1500px;
}


div.container-max-width-2000
{
	max-width: 2000px;
}

.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: #477782;
    font-size: 14pt;
    top: 0;
} */

.vertical-padding-top-145
{
	padding-top: 145px;
}

.vertical-padding-bottom-140
{
	padding-bottom: 140px;
}

.vertical-padding-bottom-120
{
	padding-bottom: 120px;
}

.vertical-padding-110
{
	padding-top: 110px;
	padding-bottom: 110px;
}

.vertical-padding-top-100
{
	padding-top: 100px;
}

.vertical-padding-top-80
{
	padding-top: 80px;
}

.vertical-padding-large
{
	padding-top: 80px;
	padding-bottom: 80px;
}

.vertical-padding-70
{
	padding-top: 70px;
	padding-bottom: 70px;
}

.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-bottom-140
	{
		padding-bottom: 70px;
	}

	.vertical-padding-top-145
	{
		padding-top: 70px;
	}

	.vertical-padding-bottom-120
	{
		padding-bottom: 60px;
	}

	.vertical-padding-110
	{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.vertical-padding-top-100
	{
		padding-top: 50px;
	}

	.vertical-padding-large
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.vertical-padding-70
	{
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.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: 7px;
	}

	div#header-mobile-only
	{
		display: block;
	    position: fixed;
	    top: 0;
	    height: 60px;
	    width: 100%;
	    background-color: rgba(0,0,0,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;
	}

    #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: rgba(255,255,255,0.9);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}
}

@media screen and (min-width: 1201px)
{
	#header-desktop
	{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
		padding-top: 45px;
		padding-bottom: 45px;
		background: rgba(0, 0, 0, 0.7);
	}

	#header-desktop > div:first-of-type
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
	}

	#header-desktop #menu-builder-header-nav
	{
		position: relative;
		display: flex;
		align-items: center;
	}
}


/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
body > footer
{
	padding-top: 140px;
	padding-bottom: 140px;
	background-color: #ffffff;
}

@media screen and (max-width: 991px)
{
	body > footer
	{
		padding-top: 80px;
		padding-bottom: 80px;
		text-align: center;
	}
}

.footer-contact-wrapper
{
	display: flex;
	justify-content: space-between;	
	width: 100%;		
}

@media screen and (max-width: 1200px)
{
	.footer-contact-wrapper
	{
		margin: 0;
		flex-flow: column;    
	}
}

.footer-contact-wrapper .footer-full-address
{
	display: flex;
    flex-flow: column;    
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px)
{
	.footer-contact-wrapper .footer-full-address
	{
		justify-content: flex-start;		
		margin: 0;
	}
}

@media screen and (max-width: 1200px)
{
	.footer-contact-wrapper .footer-full-address
	{		
		margin: 0 auto;
	}
}

.footer-contact-wrapper .footer-full-address .address-title
{
	font-weight: bold;
    font-size: 16px;
}


.footer-contact-wrapper .footer-full-address a
{
	text-decoration: none !important;
    text-transform: none !important;
    color: #3F3F3F !important;
    font-size: 15px;
    font-family: 'Ubuntu_Regular', sans-serif;
    margin-bottom: 15px;
    display: block;
    padding-top: 5px;
}


.footer-contact-wrapper .footer-logo-container
{
	position: relative;
}

.footer-contact-wrapper .footer-logo-container img
{	
	width: 120px !important;
    height: 60px !important;
}

body > footer .copyright-container,
body > footer .copyright-container a:link,
body > footer .copyright-container a:active,
body > footer .copyright-container a:visited
{
	font-family: 'Ubuntu_Regular', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #909090;
	text-decoration: none;
	transition: color 150ms;
	text-transform: none;
	line-height: 1.7;
	text-align: center;
    margin-top: 30px;
}

body > footer .copyright-container a:hover
{
	color: #535353;
}

.footer-address,
.footer-mail
{
	text-decoration: none !important;
	text-transform: none !important;
	color: #3F3F3F !important;
	font-size: 15px;
	font-family: 'Ubuntu_Regular', sans-serif;
	margin-bottom: 15px;
    display: block;
	padding-top: 5px;
}

@media screen and (max-width: 991px)
{
	.footer-address,
	.footer-mail
	{
		text-align: center;
	}
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: 'Ubuntu_Regular', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #1D1D1D;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
	font-family: 'Ubuntu_Regular', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #1D1D1D;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: 'Ubuntu_Regular', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #1D1D1D;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	font-family: 'Ubuntu_Medium', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-family: 'Ubuntu_Regular', sans-serif;
	font-size: 50px;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

h1 strong,
h1.ww_h1 strong
{
	font-family: 'Ubuntu_Medium', sans-serif;
}

h2,
h2.ww_h2
{
	font-family: 'Ubuntu_Regular', sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #000000;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

h2 strong,
h2.ww_h2 strong
{
	font-family: 'Ubuntu_Medium', sans-serif;
}

h3,
h3.ww_h3
{
	font-family: 'Ubuntu_Regular', sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

h3 strong,
h3.ww_h3 strong
{
	font-family: 'Ubuntu_Medium', sans-serif;
}

h4,
h4.ww_h4
{
	font-family: 'Ubuntu_Regular', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

h4 strong,
h4.ww_h4 strong
{
	font-family: 'Ubuntu_Medium', sans-serif;
}

h5,
h5.ww_h5
{
	font-family: 'Ubuntu_Regular', sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-family: 'Ubuntu_Regular', sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1200px)
{
	h1,
	h1.ww_h1,
	h1 strong,
	h1.ww_h1 strong
	{
		font-size: 34px;
	}

	h2,
	h2.ww_h2,
	h2 strong,
	h2.ww_h2 strong
	{
		font-size: 30px;
	}

	h3,
	h3.ww_h3,
	h3 strong,
	h3.ww_h3 strong
	{
		font-size: 26px;
	}

	h4,
	h4.ww_h4,
	h4 strong,
	h4.ww_h4 strong
	{
		font-size: 24px;
	}

	h5,
	h5.ww_h5
	{
		font-size: 22px;
	}

	h6,
	h6.ww_h6
	{
		font-size: 20px;
	}
}

.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: 'Ubuntu_Medium', sans-serif;
	font-size: 17px;
	font-weight: normal !important;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #792F3F;
	padding: 12px 17px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
	border: 1px solid #792F3F;
}

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: #ffffff;
	color: #792F3F !important;
	border: 1px solid #792F3F;
}

.ww_action_button1:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_action_button2
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'Ubuntu_Medium', sans-serif;
	font-size: 17px;
	font-weight: normal !important;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #212121;
	padding: 12px 17px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button2,
a .ww_action_button2:link,
a .ww_action_button2:visited,
.ww_action_button2 a:link,
.ww_action_button2 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button2:hover
{
	background-color: #792F3F;
}

.ww_action_button2:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_action_button3
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'Ubuntu_Medium', sans-serif;
	font-size: 17px;
	font-weight: normal !important;
	font-style: normal !important;
	color: #212121 !important;
	text-decoration: none !important;
	background-color: #F7F7F7;
	padding: 12px 17px;
	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: #959597;
	color: #792F3F;
}

.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_editor_body
{
	background-color: #FFFFFF;
}


/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/
.forced-white p,
.forced-white h2,
.forced-white h3,
.forced-white span,
.forced-white a
{
	color: #ffffff;
}

.cke_editable .forced-white p,
.cke_editable .forced-white h2,
.cke_editable .forced-white h3,
.cke_editable .forced-white span,
.cke_editable .forced-white a
{
	color: #000000;
}

.line-description
{
	position: relative;
}

.line-description::before
{
	content: '';
	width: 3px;
	height: 100%;
	background: #792F3F;
	position: absolute;
}

.line-description p
{
	padding-left: 95px;
	line-height: 1.6;
}

@media screen and (max-width: 768px)
{
	.line-description p
	{
		padding-left: 25px;
	}
}

.big-button-wrapper
{
	position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 760px)
{
	.big-button-wrapper
	{
		margin-bottom: 15px;
	}
}

.no-right-padding
{
	padding-right: 0 !important;
	padding-left: 5px !important;
}

.no-left-padding
{
	padding-left: 0 !important;
	padding-right: 5px !important;
}

@media screen and (max-width: 760px)
{
	.no-right-padding
	{
		padding-left: 0 !important;
	}

	.no-left-padding
	{
		padding-right: 0 !important;
	}
}

.big-button-wrapper .title-wrapper
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    margin-left: 50px;
	position: absolute;
	top: 0;
    font-family: 'Ubuntu_Regular', sans-serif;
    font-size: 34px;
    color: #ffffff;
	padding-bottom: 50px;
}

.big-button-wrapper .title-wrapper .title
{
	padding-top: 40px;
}

/* .button-description
{
	display: flex;
    justify-content: center;
    align-items: center;
	padding-left: 50px;
} */

.button-description
{

	line-height: 1.6;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: flex-start;
	flex-direction: column;
	padding-top: 25px;
	padding-right: 50px;
	padding-left: 75px;
	margin-bottom: 90px;
}

.button-description::before
{
	content: '';
	width: 3px;
	height: 100%;
	background: #792F3F;
	position: absolute;
	left: 35px;
}

.button-description a
{
	font-family: 'Ubuntu_Medium', sans-serif;
}

.title-line
{
	display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 576px)
{
	.title-line
	{
		margin-bottom: 20px;
	}
}

.title-line h2
{
	color: #ffffff;
	padding-left: 25px;
}

.cke_editable .title-line h2
{
	color: #000000;
}

.featured-projects-top-content p
{
	font-family: 'Ubuntu_Medium', sans-serif;
	font-size: 18px;
	color: #ffffff;
	height: 150px;
    display: flex;
    align-items: center;
	line-height: 1.6;
}

.cke_editable .featured-projects-top-content p
{
	color: #000000;
}

@media screen and (max-width: 1295px)
{
	.featured-project
	{
		position: relative;
		overflow: hidden;
	}
}

.featured-project a
{
	text-decoration: none !important;
}

.featured-project a img
{
	transition: all 0.3s ease;
}

.featured-project.left-side .image-container
{
	position: relative;
    display: block;
    width: 100%;
    height: 100% !important;
    background: #792F3F;
    background-size: cover;
    background-position: center;
    position: relative;
    left: -190px;
    margin-top: 185px;
    width: 1000px;
    max-width: 100%;
	transition: all 0.3s ease;
}

.featured-project.no-right-padding
{
	overflow: hidden;
}

.featured-project.right-side .image-container
{
	position: relative;
    display: block;
    width: 100%;
    height: 100% !important;
    background: #792F3F;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 1000px;
    max-width: 100%;
	transition: all 0.3s ease;
}

@media screen and (max-width: 768px)
{
	.featured-project.right-side .image-container,
	.featured-project.left-side .image-container
	{
		background: none;
		left: 0;
		margin-top: 0;
	}
}

@media screen and (max-width: 768px)
{
	.featured-project.left-side
	{
		margin-bottom: 40px;
	}
}

.featured-project a:hover img
{
	opacity: 1;
    transform: translate(10px, -10px);
}

@media screen and (max-width: 768px)
{
	.featured-project a:hover img
	{
		opacity: 1;
		transform: none;
	}
}

.featured-project.left-side .featured-project-title-container
{
	position: relative;
}

.featured-project.right-side .featured-project-title-container
{
	position: relative;
    left: 50px;
}

@media screen and (max-width: 991px)
{
	.featured-project.right-side .featured-project-title-container
	{
		left: 0;
	}
}

.featured-project .featured-project-title-container
{
	display: block;
	margin-top: 20px;
}

.featured-project .featured-project-title
{
	font-family: 'Ubuntu_Medium', sans-serif;
	font-size: 24px;
	color: #ffffff;
	display: block;
	margin-bottom: 40px;
	text-decoration: none !important;
}

.cke_editable .featured-project .featured-project-title
{
	color: #000000 !important;
}

.featured-project .featured-project-link
{
	font-family: 'Ubuntu_Medium', sans-serif;
	font-size: 17px;
	color: #ffffff;
}

.cke_editable .featured-project .featured-project-link
{
	color: #000000 !important;
}

.callout-description h2,
.callout-description p
{
	color: #ffffff;
}

.cke_editable .callout-description h2,
.cke_editable .callout-description p
{
	color: #000000;
}

.callout-description
{
	position: relative;
}

.callout-description p
{
	line-height: 1.6;
}

.callout-description::before
{
	content: '';
    width: 3px;
    height: 100%;
    background: #792F3F;
    position: absolute;
	left: -25px;
}


/* OUR WORK PAGE */
.showcasing-title
{
	position: relative;
}

@media screen and (max-width: 991px)
{
	.showcasing-title
	{
		margin-left: 25px;
	}
}

.showcasing-title::before
{
	content: '';
	width: 3px;
	height: 100%;
	background: #792F3F;
	position: absolute;
	left: -25px;
}

@media screen and (max-width: 991px)
{
	.showcasing-title:before
	{
		left: -20px;
	}
}

.showcasing-description
{
	line-height: 1.6;
	padding-top: 75px;
}

.project-container:hover
{
    position: relative;
    background-color: #000000;
    padding: 20px;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.cke_editable .project-container:hover
{
	background-color: initial;
}

.project-container .image-wrapper
{
    position: relative;
    overflow: hidden;
}

.project-container .image-wrapper img
{
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    transform-origin: center;
	opacity: 0.8;
}

.project-container:hover .image-wrapper img
{
	transform: scaleY(0.88) scaleX(0.95);
}

.project-container a
{
	text-decoration: none !important;
}

.project-info
{
	display: flex;
    flex-direction: column;
	color: #ffffff;
	padding-top: 25px;
	margin-bottom: 40px;
	margin-left: 85px;
	position: relative;
	max-width: 620px;
}

.project-info::before
{
	content: '';
    width: 3px;
    height: 100%;
    background: #792F3F;
    position: absolute;
	left: -25px;
}

.project-info .title
{
	font-family: 'Ubuntu_Medium', sans-serif;
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.project-info .title .subtitle
{
	font-family: 'Ubuntu_Italic', sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
}

.project-info .description
{
	font-family: 'Ubuntu_Regular', sans-serif;
	font-size: 17px;
	font-weight: normal;
}

.project-container .project-link
{
	font-family: 'Ubuntu_Medium', sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-decoration: underline !important;
	display: block;
	margin-left: 85px;
	padding-bottom: 70px;
}

.cke_editable .project-container .project-link,
.cke_editable .project-info .title,
.cke_editable .project-info .description,
.cke_editable .project-info .title .subtitle
{
	color: #000000 !important;
}

.no-padding
{
	padding: 0 !important;
}

/* Timeline from: https://mdbootstrap.com/docs/standard/extended/timeline/#section-double-sided */
.main-timeline
{
	position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after
{
	content: "";
	position: absolute;
	width: 6px;
	background-color: #939597;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

/* Container around content */
.timeline
{
	position: relative;
	background-color: inherit;
	width: 50%;
}

/* The circles on the timeline */
.timeline::after
{
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	right: -13px;
	background-color: #cfd0d1;
	border: 5px solid #792F3F;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}

/* Place the container to the left */
.left
{
	padding: 0px 40px 20px 0px;
	left: 0;
}

/* Place the container to the right */
.right
{
	padding: 0px 0px 20px 40px;
	left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before
{
	content: " ";
	position: absolute;
	top: 18px;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before
{
	content: " ";
	position: absolute;
	top: 18px;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after
{
	left: -12px;
}

@media screen and (max-width:768px)
{
	/* Place the timelime to the left */
	.main-timeline::after
	{
		left: 31px;
	}

	/* Full-width containers */
	.timeline
	{
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}

	/* Make sure that all arrows are pointing leftwards */
	.timeline::before
	{
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}

	/* Make sure all circles are at the same spot */
	.left::after,
	.right::after
	{
		left: 18px;
	}

	.left::before
	{
		right: auto;
	}

	/* Make all right containers behave like the left ones */
	.right
	{
		left: 0%;
	}
}