/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@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: 'OpenSans';
	font-style: normal;
	font-weight: 300 800;
	src: url('/fonts/OpenSans-VariableFont_wdth,wght.woff2') format('woff2');
	font-display: swap;
}

@font-face
{
	font-family: 'OpenSans';
	font-style: italic;
	font-weight: 300 800;
	src: url('/fonts/OpenSans-Italic-VariableFont_wdth,wght.woff2') format('woff2');
	font-display: swap;
}

@font-face
{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/Poppins-Regular.woff2') format('woff2');
	font-display: swap;
}

@font-face
{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/Poppins-SemiBold.woff2') format('woff2');
	font-display: swap;
}

@font-face
{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/Poppins-Bold.woff2') format('woff2');
	font-display: swap;
}

@font-face
{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	src: url('/fonts/Poppins-ExtraBold.woff2') format('woff2');
	font-display: swap;
}

@font-face
{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	src: url('/fonts/Poppins-Black.woff2') format('woff2');
	font-display: swap;
}

@font-face
{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/Poppins-Medium.woff2') format('woff2');
	font-display: swap;
}

@font-face
{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/Poppins-Light.woff2') format('woff2');
	font-display: swap;
}

@font-face
{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 200;
	src: url('/fonts/Poppins-ExtraLight.woff2') format('woff2');
	font-display: swap;
}

@font-face
{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 100;
	src: url('/fonts/Poppins-Thin.woff2') format('woff2');
	font-display: swap;
}


/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: 'OpenSans', 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: #458118;
	font-weight: 700;
	text-decoration: none;
}

a:hover
{
	color: #2D2D2D;
	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: 'OpenSans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #00539F;
	padding: 7px 14px;
	border: 1px solid transparent;
	border-radius: 3px;
	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: #00417d !important;
	font-weight: normal !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: #5f6367;
	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-1360
{
	max-width: 1360px;
}

.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;
	margin-bottom: 0;
}

.container ul li
{
	position: relative;
	list-style: none;
	/*margin-bottom: 38px;*/
}

.container ul li:last-child
{
	margin-bottom: 0;
}

.container ul li::before
{
	content: '\2022';
	position: absolute;
    display: block;
    left: -20px;
    color: #2D2D2D;
    font-size: 19px;
    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: #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: #001529;
		-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;
	background-position: bottom;
}

@media screen and (max-width: 767px)
{
	.background-image-wrapper
	{
		background-position: initial;
	}
}

.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);
	}

	div#header-mobile-only.not-at-top {
        background: #0D0D0D;
    }
}

@media screen and (min-width: 1201px)
{
	#header-desktop
	{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		background-color: #001529;
		position: relative;
		z-index: 2;
	}

	#header-desktop > div:first-of-type
	{
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		width: 100%;
		max-width: 1390px;
		margin: 0 auto;
	}

	#header-desktop > div .header-logo
	{
		position: absolute;
		width: 1390px;
        max-width: 100%;
        margin: 0 auto;
	}

	#header-desktop #menu-builder-header-nav
	{
		position: relative;
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 1330px)
{
	#header-desktop > div .header-logo img
	{
		width: 220px;
		height: auto;
	}
}

.nav-button-sponsor
{
	background-color: #00539F;
}

@media screen and (max-width: 1200px)
{
	.nav-button-sponsor
	{
		color: #ffffff !important;
	}
}

.nav-button-sponsor:hover
{
	background-color: #FB8B23;
}

.nav-button-donate
{
	background-color: #458117;
}

@media screen and (max-width: 1200px)
{
	.nav-button-donate
	{
		color: #ffffff !important;
	}
}

.nav-button-donate:hover
{
	background-color: #FB8B23;
}

.nav-button-sponsor,
.nav-button-donate
{
	margin: 0;
	padding: 12px 19px;
}




/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
body > footer
{
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #ffffff;
	border-top: 2px #d3d3d3 solid;
}

body > footer .copyright-container,
body > footer .copyright-container a:link,
body > footer .copyright-container a:active,
body > footer .copyright-container a:visited
{
	font-family: 'OpenSans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2D2D2D;
	text-decoration: none;
	transition: color 150ms;
	text-align: center;
}

@media screen and (max-width: 1200px)
{
	body > footer .copyright-container
	{
		margin-top: 30px;
	}
}

body > footer .copyright-container a:hover
{
	color: #FB8B23;
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: 'OpenSans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #2D2D2D;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
	font-family: 'OpenSans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #2D2D2D;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: 'OpenSans', sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #2D2D2D;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	font-family: 'OpenSans', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #2D2D2D;
	margin: 0;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.2;
	color: #2D2D2D;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

h2,
h2.ww_h2
{
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 400;
	color: #2D2D2D;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

h1 strong,
h1.ww_h1 strong,
h2 strong,
h2.ww_h2 strong
{
	font-weight: 700;
	color: #00539F;
}

h3,
h3.ww_h3
{
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #2D2D2D;
	margin: 0;
	padding: 0;
}

h4,
h4.ww_h4
{
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #2D2D2D;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h1,
	h1.ww_h1,
	h1 strong,
	h1.ww_h1 strong
	{
		font-size: 32px;
	}

	h2,
	h2.ww_h2,
	h2 strong,
	h2.ww_h2 strong
	{
		font-size: 28px;
	}

	h3,
	h3.ww_h3
	{
		font-size: 24px;
	}

	h4,
	h4.ww_h4
	{
		font-size: 22px;
	}
}

h5,
h5.ww_h5
{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #2D2D2D;
	margin: 0;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #2D2D2D;
	margin: 0;
	padding: 0;
}

.ww_emphasis
{
	font-weight: bold;
	font-style: italic;
}

.ww_strong_emphasis
{
	font-weight: bold;
	font-style: normal;
	color: #00539F;
}

.ww_action_button1
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'OpenSans', sans-serif;
	font-size: 16px;
	font-weight: 600 !important;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #00539F;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

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: #00417d;
	border: 1px solid #FB8B23;
	font-weight: 600 !important;
	transform: scale(1.05);
	box-shadow: inset 0 4px 8px rgba(251, 139, 35, 0.2);
}

.ww_action_button1:hover a
{
	/* font-weight: 600 !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
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'OpenSans', sans-serif;
	font-size: 16px;
	font-weight: 600 !important;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #458117;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 3px;
	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: #458117;
	border: 1px solid #FB8B23;
	font-weight: 600 !important;
	transform: scale(1.05);
	box-shadow: inset 0 4px 8px rgba(251, 139, 35, 0.2);
}

.ww_action_button2:hover a
{
	/* font-weight: 600 !important; */
}

.ww_action_button2:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_action_button3
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'OpenSans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal !important;
	color: #2D2D2D !important;
	text-decoration: none !important;
	background-color: #FB8B23;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 3px;
	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
{
	text-decoration: none !important;
	color: #2D2D2D !important;
}

.ww_action_button3:hover
{
	background-color: #e47914;
	border: 1px solid #458117;
	font-weight: 600;
	transform: scale(1.05);
	box-shadow: inset 0 4px 8px rgba(69, 129, 23, 0.2);
}

.ww_action_button3:hover a
{
	/* font-weight: 600 !important; */
}

.ww_action_button3:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_editor_body
{
	background-color: #FFFFFF;
}


/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/

.round-corner-image
{
	border-radius: 15px;
}

div.single-service-container
{
	position: relative;
	display: block;
    overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
	text-decoration: none !important;
}

div.single-service-container img
{
	border-radius: 15px;

}

div.single-service-container .service-inner-content::after
{
	content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
	background: rgba(0, 21, 41, 0.9);
    transition: opacity 200ms ease-out;
	border-radius: 15px;
}

@media screen and (max-width: 576px)
{
	div.single-service-container .service-inner-content::after
	{
		opacity: 1;
	}
}

div.single-service-container:hover .service-inner-content::after
{
	opacity: 0.9;
	transition: opacity 0.4s ease-in-out;
	z-index: -1;
}

.cke_editable div.single-service-container .service-inner-content::after
{
	opacity: 0.9;
	z-index: -1;
}

div.single-service-container .service-inner-content
{
	position: absolute;
    z-index: 3;
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 62px);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 200ms ease-out;
	padding: 0;
	
}

@media screen and (max-width: 576px)
{
	div.single-service-container .service-inner-content
	{
		position: relative;
	}
}

.cke_editable div.single-service-container .service-inner-content
{
	position: relative;
}

div.single-service-container:hover .service-inner-content
{
	top: 5%;
	padding: 20px;
	padding-bottom: 35px;
	transition: all 0.4s ease-in-out;
	height: calc(100% - 35px);
}

@media screen and (max-width: 991px)
{
	div.single-service-container:hover .service-inner-content
	{
		top: 0;
		height: 100%;
		margin-top: 0;	
	}
}

@media screen and (max-width: 576px)
{
	div.single-service-container .service-inner-content
	{
		padding: 20px;
		padding-bottom: 35px;
		width: 100%;
	}
}

.cke_editable div.single-service-container .service-inner-content
{
	top: initial;
	padding: 20px;
	padding-bottom: 35px;
}

/* div.single-service-container span
{
	display: block;
	text-decoration: none !important;
} */

div.single-service-container .service-title
{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	transition: all 200ms ease-out;
	padding: 15px 35px;
	background: rgba(0, 21, 41, 0.75);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

div.single-service-container:hover .service-title
{
	background: none;
	transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 1200px)
{
	div.single-service-container:hover .service-title
	{
		display: none;
	}
}

@media screen and (max-width: 767px)
{
	div.single-service-container:hover .service-title
	{
		display: block;
	}
}

@media screen and (max-width: 576px)
{
	div.single-service-container:hover .service-title
	{
		display: block;
		font-size: 20px;
		z-index: 3;
		background: transparent;
	}
}

@media screen and (max-width: 991px)
{
	div.single-service-container .service-title
	{
		font-size: 25px;
	}
}

@media screen and (max-width: 576px)
{
	div.single-service-container .service-title
	{
		font-size: 20px;
	}
}

@media screen and (max-width: 576px)
{
	div.single-service-container .service-title
	{
		z-index: 3;
		background: transparent;
	}
}

div.single-service-container .service-description
{
	font-family: 'OpenSans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
    transition: all 200ms ease-out;
	opacity: 0;
}

@media screen and (max-width: 1100px)
{
	div.single-service-container .service-description
	{
		font-size: 14px;
	}
}

@media screen and (max-width: 1200px)
{
	div.single-service-container .service-description
	{
		margin-top: 20px;
	}
}

@media screen and (max-width: 991px)
{
	div.single-service-container .service-description
	{
		margin-top: 10px;
		font-size: 11px;
	}
}

@media screen and (max-width: 767px)
{
	div.single-service-container .service-description
	{
		/* margin-top: 0; */
		font-size: 16px;
	}
}

@media screen and (max-width: 576px)
{
	div.single-service-container .service-description
	{
		font-size: 14px;
		opacity: 1;
		z-index: 3;
		text-decoration: none  !important;
	}
}

div.single-service-container .service-description a
{
	color: #ffffff !important;
	text-decoration: none !important;
}

div.single-service-container .service-link
{
	opacity: 0;
	margin-top: 25px;
}

@media screen and (max-width: 991px)
{
	div.single-service-container .service-link
	{
		margin-top: 10px;
	}
}


@media screen and (max-width: 567px)
{
	div.single-service-container .service-link
	{
		opacity: 1;
		z-index: 3;
	}
}

/* @media screen and (max-width: 1100px)
{
	div.single-service-container .service-link
	{
		display: none;
	}
} */

/* @media screen and (max-width: 767px)
{
	div.single-service-container .service-link
	{
		display: block;
	}
} */

/* @media screen and (max-width: 567px)
{
	div.single-service-container .service-link
	{
		display: none;
	}
} */


.cke_editable div.single-service-container .service-description,
.cke_editable div.single-service-container .service-title,
.cke_editable div.single-service-container .service-link
{
	opacity: 1;
}

div.single-service-container:hover .service-description,
div.single-service-container:hover .service-link
{
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
}

.blue-dark-box-content
{
	background: rgba(0, 21, 41, 0.75);
	padding: 40px 40px 80px 40px;
	border-radius: 15px;
	margin-left: 10px;

	margin-right: 10px;
	max-width: fit-content;
}

@media screen and (max-width: 576px)
{
	.blue-dark-box-content
	{
		padding: 20px 20px 40px 20px;
	}
}

.cke_editable .blue-dark-box-content *
{
color: #ffffff !important;
}

a.way-to-help-container
{
	position: relative;
	display: block;
	overflow: hidden;
}

@media screen and (max-width: 767px)
{
	a.way-to-help-container
	{
		margin-bottom: 20px;
	}
}

a.way-to-help-container .way-to-help-title
{
	position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    transition: all 200ms ease-out;
	background-color: #ffffff;
	padding: 20px 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #458118;
	max-width: 369px;
	width: 100%;
	bottom: -1px;
}

@media screen and (max-width: 1200px)
{
	a.way-to-help-container .way-to-help-title
	{
		padding: 10px;
	}
}

@media screen and (max-width: 991px)
{
	a.way-to-help-container .way-to-help-title
	{
		font-size: 18px;
		line-height: 1.1;
		background: #458118;
		color: #ffffff;
	}
}

a.way-to-help-container:hover .way-to-help-title
{
	background: #458118;
	color: #ffffff;
	transition: all 0.4s ease-in-out;
}

