/*
	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.
*/

/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@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: 'geological';
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/GeologicaRoman-Regular.woff2') format('woff2');
	font-display: block;
}

@font-face
{
	font-family: 'geological';
	font-style: normal;
	font-weight: bold;
	src: url('/fonts/GeologicaRoman-Bold.woff2') format('woff2');
	font-display: block;
}

@font-face
{
	font-family: 'geological_light';
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/GeologicaRoman-Light.woff2') format('woff2');
	font-display: block;
}

@font-face
{
	font-family: 'geological_semibold';
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/GeologicaRoman-SemiBold.woff2') format('woff2');
	font-display: block;
}

@font-face
{
	font-family: 'geological_medium';
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/GeologicaRoman-Medium.woff2') format('woff2');
	font-display: block;
}

/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: geological_light, sans-serif;
	font-size: 18px;
	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: 991px)
{
	.img-non-responsive
	{
		display: inline-block;
		max-width: 100%;
		height: auto !important;
		border: none;
	}
}

a:link,
a:visited,
a:active
{
	font-family: geological_medium, sans-serif;
	color: #1B70EE;
}

a:hover
{
	text-decoration: underline;
}

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: geological, sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #1B6FED;
	padding: 15px 33px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
	margin-top: 15px;
	margin-bottom: 15px;

	/*iPad Overrides*/
	border: none;
	-webkit-appearance: none;
}

input[type="submit"]:hover
{
	background-color: #0B479D;

}

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: geological_light, sans-serif;
	font-size: 18px;
}

hr
{
	height: 2px;
	background-color: #DFDFDF;
	border: 0;
	opacity: 1;
}

hr.red
{
	background-color: #FE000C;
}

.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-1400px
{
	max-width: 1400px;
}

.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: '';
	position: absolute;
    display: block;
    left: -20px;
    background-color: #FE000C;
    top: 10px;
	height: 2px;
	width: 14px;
}

.vertical-padding-120px
{
	padding-top: 120px;
	padding-bottom: 120px;
}

.vertical-padding-top-120px
{
	padding-top: 120px;	
}

.vertical-padding-bottom-120px
{
	padding-bottom: 120px;	
}

.vertical-padding-100px
{
	padding-top: 100px;
	padding-bottom: 100px;
}

.vertical-padding-top-100px
{
	padding-top: 100px;
}

.vertical-padding-bottom-100px
{
	padding-bottom: 100px;
}

.vertical-padding-large
{
	padding-top: 80px;
	padding-bottom: 80px;
}

.vertical-padding-large-top
{
	padding-top: 80px;
}

.vertical-padding-large-bottom
{
	padding-bottom: 80px;
}

.vertical-padding-medium
{
	padding-top: 60px;
	padding-bottom: 60px;
}

.vertical-padding-medium-top
{
	padding-top: 40px;
}

.vertical-padding-medium-bottom
{
	padding-bottom: 40px;
}

.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;
	}

	.vertical-padding-top-100px
	{
		padding-top: 60px;
	}

	.vertical-padding-100px
	{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.vertical-padding-bottom-100px
	{
		padding-bottom: 60px;
	}
}

/* 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: 18px;
		color: #FE000C;
		margin-right: 90px;
		margin-left: -40px;
	}

	#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: 310px;
        top: 50px;
	    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: geological_light, 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
	{
		display: block;
	    position: fixed;
	    top: 0;
	    height: 60px;
	    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
	{
		position: absolute;
		top: 18px;
		right: 65px;
		font-family: font_awesome;
		font-size: 24px;
		text-decoration: none;
		color: #FE000C;
		border: none;
		background-color: transparent;
	}

    #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: geological_light, 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;
}

.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
	{
		position: relative;
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		background-color: #ffffff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		z-index: 10;
	}

	#header-desktop > div:first-of-type
	{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
	}

	#header-desktop .header-left
	{
		margin-right: 80px;
	}

	#header-desktop .header-right
	{
		width: 100%;
		padding-top: 10px;
	}

	.header-right .header-upper
	{
		display: flex;
		padding-bottom: 10px;
		border-bottom: 2px solid #DFDFDF;
	}

	.header-right .header-upper .header-contact
	{
		position: relative;
		text-align: center;
	}

	.header-right .header-upper .header-contact a
	{
		font-family: geological_light, sans-serif;
		font-size: 16px;
		color: #2B2626;
		text-decoration: none;
	}

	.header-right .header-upper .header-contact a::before
	{
		content: '\f095';
		font-family: font_awesome;
		font-size: 16px;
		color: #1B70EE;
		margin-right: 5px;
	}

	.header-translate
	{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		max-width: 160px;
	}

	.header-translate a
	{
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: geological_light, sans-serif;
		font-weight: normal;
		font-size: 16px;
		color: #2B2626;
		text-decoration: none;
	}

	.header-translate a.active
	{
		font-family: geological, sans-serif;
		font-weight: bold;
		color: #1B70EE;
		pointer-events: none;
	}

	.header-translate a:first-of-type::after
	{
		content: '';
		position: relative;
		display: block;
		height: 15px;
		width: 2px;
		background-color: #E5E5E5;
		margin-left: 15px;
		margin-right: 15px;
	}

	#header-desktop .header-lower	
	{
		display: flex;
		justify-content: flex-start;	
		align-items: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#header-desktop #menu-builder-header-nav
	{
		position: relative;
		display: flex;
		align-items: center;
	}


	#header-desktop #menu-builder-header-nav .partner-with-us-wrapper
	{
		width: 100%;
	}
}


/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
body > footer
{
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #2B2525;
}

.footer-upper-wrapper
{
    position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #1B6FED;
	width: calc(100% - 30px);
	margin: 0 0 -35px auto;
	padding-top: 15px;
	padding-bottom: 15px;	
    z-index: 100;
}

@media screen and (max-width: 991px)
{
	.footer-upper-wrapper
	{
		margin: 0 auto;
	}	
}

.footer-upper-container
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

@media screen and (max-width: 991px)
{
	.footer-upper-container
	{
		flex-flow: column;
		margin: 15px auto;
	}
}

.footer-upper-container .footer-phone, 
.footer-upper-container .footer-email, 
.footer-upper-container .footer-address
{
	position: relative;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (max-width: 991px)
{
	.footer-upper-container .footer-phone, 
	.footer-upper-container .footer-email, 
	.footer-upper-container .footer-address
	{
		margin: 15px auto;
	}	
}

.footer-upper-container .footer-phone::after,
.footer-upper-container .footer-email::after,
.footer-upper-container .footer-address::after
{
	content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 35px;
    background-color: #ffffff;
}

@media screen and (max-width: 991px)
{
	.footer-upper-container .footer-phone::after,
	.footer-upper-container .footer-email::after,
	.footer-upper-container .footer-address::after
	{
		content: '';
        position: relative;
        display: block;        
        width: 35px;
        height: 2px;
        background-color: #ffffff;
        text-align: center;
        margin: 0 auto;        
        margin: auto;        
        margin-top: 20px;
	}	
}


.footer-upper-container .footer-phone a,
.footer-upper-container .footer-email a,
.footer-upper-container .footer-address a
{
	position: relative;
	font-family: geological_medium, sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}


.footer-upper-container .footer-phone a::before
{
	content: '\f095';
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: font_awesome;
	font-size: 18px;   
	margin-right: 10px; 
	
}

.footer-upper-container .footer-email a::before
{
	content: '\f0e0';
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: font_awesome;
	font-size: 18px;   
	margin-right: 10px;  
	
}

.footer-upper-container .footer-address a::before
{
	content: '\f3c5';
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: font_awesome;
	font-size: 18px;    
	margin-right: 10px; 
}

.footer-middle-wrapper
{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;	
	max-width: 1300px;
	margin: 0 auto;
}

@media screen and (max-width: 991px)
{
	.footer-middle-wrapper
	{
		flex-flow: column;
	}
}

.footer-middle-wrapper::before
{
	content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
	max-width: 1000px;
    height: 2px;
    background-color: #FD000B;
    display: block;
}

@media screen and (max-width: 991px)
{
	.footer-middle-wrapper::before
	{
		margin-bottom: 15px;
	}
}

.white-border-top
{
	border-top: 2px solid #ffffff;
	padding-top: 20px !important;
}

body > footer .copyright-container,
body > footer .copyright-container p
{
	font-family: geological_light, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	transition: color 150ms;
}

body > footer .copyright-container a:link,
body > footer .copyright-container a:active,
body > footer .copyright-container a:visited,
body > footer .copyright-container p a:visited,
body > footer .copyright-container p a:active,
body > footer .copyright-container p a:visited
{
	font-family: geological, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1B70EE;
	text-decoration: none;
	transition: color 150ms;
}

body > footer .copyright-container a:hover
{
	text-decoration: none;
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: geological_light, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #2B2626;
	margin: 0;
	padding: 0;
}

p strong,
.ww_p strong
{
	font-family: geological_medium, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
	font-family: geological_light, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #2B2626;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: geological, sans-serif;
	font-size: 21px;
	color: #2B2626;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.ww_p_alternate strong
{
	font-family: geological_semibold, sans-serif;
	font-size: 21px;
	color: #000000;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	font-family: geological, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #1B70EE;
	margin: 0;
	padding: 0;
}

.ww_p_call_out strong
{
	font-family: geological, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #1B70EE;
	margin: 0;
	padding: 0;
}

.ww_p_call_out em
{
	font-family: geological, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #0C479D;
	margin: 0;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-family: geological_semibold, sans-serif;
	font-size: 60px;
	font-weight: normal;
	line-height: 1.2;
	color: #0C479D;
	margin: 0 0 10px 0 !important;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h1,
	h1.ww_h1
	{
		font-size: 40px;
	}
}

h2,
h2.ww_h2
{
	font-family: geological_semibold, sans-serif;
	font-size: 52px;
	font-weight: normal;
	line-height: 1.2;
	color: #0C479D;
	line-height: 1.4;
	margin: 0 0 10px 0 !important;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h2,
	h2.ww_h2
	{
		font-size: 30px;
	}
}

h3,
h3.ww_h3
{
	font-family: geological_semibold, sans-serif;
	font-size: 34px;
	font-weight: normal;
	line-height: 1.2;
	color: #0C479D;
	margin: 0 0 10px 0 !important;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h3,
	h3.ww_h3
	{
		font-size: 26px;
	}
}

h4,
h4.ww_h4
{
	font-family: geological_semibold, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.2;
	color: #0C479D;
	margin: 0 0 10px 0 !important;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h4,
	h4.ww_h4
	{
		font-size: 24px;
	}
}

h5,
h5.ww_h5
{
	font-family: geological_semibold, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	color: #0C479D;
	margin: 0 0 10px 0 !important;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h5,
	h5.ww_h5
	{
		font-size: 21px;
	}
}

h6,
h6.ww_h6
{
	font-family: geological_semibold, sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.2;
	color: #0C479D;
	margin: 0 0 10px 0 !important;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h6,
	h6.ww_h6
	{
		font-size: 19px;
	}
}


.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: geological, sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #1B6FED;
	padding: 15px 33px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
	margin-top: 15px;
	margin-bottom: 15px;
}

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: #0B479D;
}

.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
{
	position: relative;
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: geological, sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-style: normal !important;
	color: #1B70EE !important;
	text-decoration: none !important;		
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
	margin-top: 15px;
	margin-bottom: 15px;
}

.ww_action_button2.white
{
	color: #ffffff !important;
}

.ww_action_button2::before
{
	content: '';
	position: relative;
	display: block;
	height: 22px;
	width: 22px;
	background-image: url('/images/action_button_2_arrow.png');
	background-size: 100% 100%;
	margin-right: 10px;
}

.ww_action_button2.white::before
{
	color: #ffffff !important;
}

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: #1B70EE !important;
	text-decoration: none !important;
}

.ww_action_button2:hover,
.ww_action_button2:hover a,
a .ww_action_button2:hover
{
	color: #0C479D !important;
}

.ww_action_button2:hover::before,
a .ww_action_button2:hover::before
{
	background-image: url('/images/action_button2_arrow_hover.png');
	background-size: 100% 100%;
}



.ww_action_button2:hover::before,
a .ww_action_button2:hover::before
{
	color: #0C479D !important;
}

.ww_action_button3
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: geological_medium, sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-style: normal !important;
	color: #1B70EE !important;
	text-decoration: none !important;		
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
	margin-top: 15px;
	margin-bottom: 15px;
}

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: #1B70EE !important;
	text-decoration: none !important;
}

.ww_action_button3:hover,
a .ww_action_button3:hover
{
	color: #1B70EE;
}

.ww_action_button3:hover::after,
a .ww_action_button3:hover::after
{
	content: '';
	position: relative;
	display: block;
	height: 2px;
	width: 100%;
	background-color:#0C479D;
	margin-top: 8px;

}

.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-text *,
.forced-white-text h2,
.forced-white-text .ui-accordion-header-icon::after
{
	color: #ffffff !important;
}

.cke_editable .forced-white-text *,
.cke_editable .forced-white-text h2,
.cke_editable .forced-white-text .ui-accordion-header-icon::after
{
	color: #000000;
}

/* jquery accordion styles */
.ui-accordion .ui-accordion-header,
.accordion h2
{
	position: relative;
	color: #2B2626;
	font-size: 21px;
	padding: 15px 80px 15px 0;
	transition: background-color 300ms;
	font-family: geological, sans-serif;
	border-bottom: 2px solid #DFDFDF;
	margin-bottom: 0 !important;
}

@media screen and (max-width:480px)
{
	.ui-accordion .ui-accordion-header,
	.accordion h2
	{
		font-size: 16px;
	}
}

.ui-accordion .ui-accordion-header.ui-state-active
{
	font-family: geological_semibold, sans-serif;
	border-bottom: none;

}

.ui-accordion .ui-accordion-header.ui-state-active + .ui-accordion-content-active
{
	border-bottom: 2px solid #FD000B;
	padding-bottom: 10px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon
{
	position: absolute;
	right: 0;	
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	top: 50%;
	background: none;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon::after
{
	content: "\f078";
	position: absolute;
	font-family: font_awesome;
	color: #000000;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(0);
	display: block;
	transition: all 200ms;
	transform-origin: center;
}

.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon::after
{
	transform: translateY(-50%) translateX(-50%) rotate(180deg);
}

.ui-accordion .ui-accordion-content
{
	border: none;
	width: 100%;
	max-width: 540px;
}

@media screen and (max-width:1200px)
{
	.ui-accordion .ui-accordion-content
	{
		padding: 5px;
	}

}

.left-overflow-container
{
	position: relative;
	display: block;
	margin-left: -150px;
}

@media screen and (max-width: 991px)
{
	.left-overflow-container
	{
		margin: 0 auto;
		text-align: center;
		max-width: 600px;
	}

	.left-overflow-container img
	{	
		display: inline-block;
		max-width: 100%;
		height: auto !important;
		border: none;
	}
}

.image-overhang-container
{
    position: absolute;
    display: block;
    background-color: #ffffff;
    border-radius: 0 0 0 30px;
    max-width: 570px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 80%;
    margin: -250px 0 0 auto;
    z-index: 100;
    right: 129px;

}

@media screen and (max-width: 991px)
{
	.image-overhang-container
	{
		position: relative;
		right: 0;
	}
}

.image-overhang-container .title-container
{
	background-color: #1B6FED;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: geological_medium, sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
}

@media screen and (max-width: 991px)
{
	.image-overhang-container .title-container
	{
		padding: 10px !important;
		text-align: left;
	}	
}

.image-overhang-container .title-container strong
{
	font-family: geological, sans-serif;	
}

.image-overhang-container .description-container
{
	font-family: geological_light, sans-serif;
	font-size: 18px;
	padding: 30px 20px;
	line-height: 1.4;
}

@media screen and (max-width: 991px)
{
	.image-overhang-container .description-container
	{
		text-align: left;
	}	
}

.individual-testimonial
{
	position: relative;
    display: block;
	background-color: #ffffff;
	border-radius: 0 0 0 30px;
}

.individual-testimonial .testimonial-title
{
	background-color: #1B6FED;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: geological_medium, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.individual-testimonial .testimonial-description
{
	padding: 30px;
	font-family: geological_light, sans-serif;
	font-size: 18px;
}

.testimonial-outer-wrapper
{
    position: relative;
    width: 100%;
    overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border-radius: 0 0 0 30px;
}

@media screen and (max-width: 991px)
{
	.testimonial-outer-wrapper
	{
		margin: 15px auto;
	}
}


.testimonial-wrapper 
{
	position: relative;
    display: flex;
    transition: transform 0.5s ease-in-out;
	
}

.individual-testimonial 
{
    min-width: 100%;
    box-sizing: border-box;
}

.testimonial-outer-wrapper .prev, 
.testimonial-outer-wrapper .next 
{
    position: absolute;
    top: 20px;
    transform: translateY(-50%);
    color: #ffffff;
	background-color: #FD000B;
    border: none;
    padding: 10px;
    cursor: pointer;
	z-index: 10px;
	height: 40px;
}

.testimonial-outer-wrapper .prev 
{
    left: 0;
}

.testimonial-outer-wrapper .next 
{
    right: 0;
}

.view-all-events-wrapper
{
	display: flex;
	justify-content: flex-end;
}

.top-bottom-overhang
{
	max-width: 1420px;
	background-color: #ffffff;
	border-radius: 0 0 0 30px;
	margin: 0 auto;
}

.rounded-corner
{
	border-radius: 0 0 0 30px;
}

.callout-container
{
	background-color: #ffffff;
	border-radius: 0 0 0 30px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);    
}

.callout-container .title-container
{
	background-color: #1B6FED;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: geological_medium, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.callout-container .description-container
{
	font-family: geological_light, sans-serif;
	font-size: 18px;
	padding: 30px;
}

.case-study-background-padding
{
	padding-top: 227px;
	padding-bottom: 227px;
}

.improvement-wrapping-container
{
	position: relative;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto -135px auto;
	background-color: #1B6FED;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 0 0 0 30px;
}

.improvement-container
{
	position: relative;
}

@media screen and (max-width: 991px)
{
	.improvement-container
	{
		margin: 30px auto;
	}	
}

.improvement-container::before
{
	content: '';
	position: absolute;
	display: block;
	background-color: #ffffff;
	height: 100%;
	width: 2px;
	left: -25px;
}

@media screen and (max-width: 991px)
{
	.improvement-container::before
	{
		content: '';
		position: absolute;
		display: block;
		background-color: #ffffff;
		height: 2px;
		width: 100%;
		left: 0;
		bottom: -30px;
	}
}



.improvement-wrapping-container .improvement-title
{
	position: relative;
	display: flex;
	align-items: center;
	font-family: geological, sans-serif;
	font-size: 18px;
	color: #ffffff;
}

.improvement-wrapping-container .improvement-title::after
{
	content: '';
    position: relative;
    display: block;
    background-color: #FE000C;
    height: 1px;
    width: 15px;
    margin-left: 15px;
}

.improvement-wrapping-container .improvement-description
{
	position: relative;
	display: block;
	font-family: geological_semibold, sans-serif;
	font-size: 34px;
	color: #ffffff;
	margin-top: 15px;
}

.overhang-wrapper
{
	padding-top: 90px;
	padding-bottom: 90px;
	margin-top: 100px;
	margin-bottom: 100px;
}

.white-overhang-container
{
	max-width: 1500px;
	width: calc(100% - 60px);
	margin: -160px auto;
	background-color: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border-radius: 0 0 0 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}


