/********************************************************************
 /$$$$$$$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$
| $$_____/| $$_____/| $$_____/| $$_____/ /$$__  $$|__  $$__//$$__  $$
| $$      | $$      | $$      | $$      | $$  \__/   | $$  | $$  \__/
| $$$$$   | $$$$$   | $$$$$   | $$$$$   | $$         | $$  |  $$$$$$
| $$__/   | $$__/   | $$__/   | $$__/   | $$         | $$   \____  $$
| $$      | $$      | $$      | $$      | $$    $$   | $$   /$$  \ $$
| $$$$$$$$| $$      | $$      | $$$$$$$$|  $$$$$$/   | $$  |  $$$$$$/
|________/|__/      |__/      |________/ \______/    |__/   \______/
********************************************************************/
@keyframes fadein
{
    from
    {
    	opacity: 0;
    }

    to
    {
    	opacity: 1;
    }
}

.raise-on-hover
{
	transition: transform 0.2s;
}

.raise-on-hover:hover
{
	transform: translate(0, -3px);
}

.img-raise-on-hover img
{
	transition: transform 0.2s;
}

.img-raise-on-hover:hover img
{
	transform: translate(0, -3px);
}

.lower-on-hover
{
	transition: transform 0.2s;
}

.lower-on-hover:hover
{
	transform: translate(0, 3px);
}

.decrease-opacity-on-hover
{
	transition: opacity 0.2s;
}

.decrease-opacity-on-hover:hover
{
	opacity: 0.8;
}

@media screen and (min-width: 1201px)
{
	.fade-in
	{
		opacity: 0;
		animation: fadein ease-in 1;
		animation-fill-mode: forwards;
		animation-duration: 1s;
	}
}

.fade-in.fade-first
{
	animation-delay: 0.3s;
}

.fade-in.fade-second
{
	animation-delay: 0.6s;
}

.fade-in.fade-third
{
	animation-delay: 0.9s;
}

.fade-in.fade-fourth
{
	animation-delay: 1.2s;
}

.fade-in.fade-fifth
{
	animation-delay: 1.5s;
}

.fade-in.fade-sixth
{
	animation-delay: 1.8s;
}

@media screen and (min-width:1024px)
{
	.middle-out-underline-on-hover:link,
	.middle-out-underline-on-hover:active,
	.middle-out-underline-on-hover:visited
	{
		position: relative;
	}

	.middle-out-underline-on-hover::before
	{
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		bottom: -6px;
		left: 0;
		background: #a1ce58;
		visibility: hidden;
		transform: scaleX(0);
		transition: all 0.2s;
	}

	.middle-out-underline-on-hover:hover::before,
	.middle-out-underline-on-hover:focus::before
	{
		visibility: visible;
		transform: scaleX(1);
	}
}

.image-grow-on-hover-container
{
	overflow: hidden;
	height: 300px;
	width: 300px;
}

.image-grow-on-hover-container > img:first-of-type
{
	transition: transform 0.2s;
	height: 100%;
	width: 100%;
}

.image-grow-on-hover-container > img:first-of-type:hover
{
	transform: scale(1.2);
}

/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@font-face
{
	font-family: 'REMGlyph';
	src:url('/fonts/REMGlyph.eot?xa5ysv');
	src:url('/fonts/REMGlyph.eot?#iefixxa5ysv') format('embedded-opentype'),
		url('/fonts/REMGlyph.woff?xa5ysv') format('woff'),
		url('/fonts/REMGlyph.ttf?xa5ysv') format('truetype'),
		url('/fonts/REMGlyph.svg?xa5ysv#REMGlyph') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"]
{
	font-family: 'REMGlyph';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

@font-face
{
    font-family: 'SourceSans3';
    src: url('/fonts/SourceSans3-Regular.eot');
    src: url('/fonts/SourceSans3-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SourceSans3-Regular.woff') format('woff'),
        url('/fonts/SourceSans3-Regular.ttf') format('truetype'),
        url('/fonts/SourceSans3-Regular.svg#SourceSans3-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'SourceSans3_semibold';
    src: url('/fonts/SourceSans3-SemiBold.eot');
    src: url('/fonts/SourceSans3-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SourceSans3-SemiBold.woff') format('woff'),
        url('/fonts/SourceSans3-SemiBold.ttf') format('truetype'),
        url('/fonts/SourceSans3-SemiBold.svg#SourceSans3-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'SourceSans3_italic';
    src: url('/fonts/SourceSans3-Italic.eot');
    src: url('/fonts/SourceSans3-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SourceSans3-Italic.woff') format('woff'),
        url('/fonts/SourceSans3-Italic.ttf') format('truetype'),
        url('/fonts/SourceSans3-Italic.svg#SourceSans3-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'SourceSans3_bold';
    src: url('/fonts/SourceSans3-Bold.eot');
    src: url('/fonts/SourceSans3-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SourceSans3-Bold.woff') format('woff'),
        url('/fonts/SourceSans3-Bold.ttf') format('truetype'),
        url('/fonts/SourceSans3-Bold.svg#SourceSans3-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* Keep for legacy Adobe Source Sans Pro instances */

@font-face
{
    font-family: 'SourceSansPro-Regular';
    src: url('/fonts/SourceSans3-Regular.eot');
    src: url('/fonts/SourceSans3-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SourceSans3-Regular.woff') format('woff'),
        url('/fonts/SourceSans3-Regular.ttf') format('truetype'),
        url('/fonts/SourceSans3-Regular.svg#SourceSans3-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'SourceSansPro-Semibold';
    src: url('/fonts/SourceSans3-SemiBold.eot');
    src: url('/fonts/SourceSans3-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SourceSans3-SemiBold.woff') format('woff'),
        url('/fonts/SourceSans3-SemiBold.ttf') format('truetype'),
        url('/fonts/SourceSans3-SemiBold.svg#SourceSans3-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'SourceSansPro-Italic';
    src: url('/fonts/SourceSans3-Italic.eot');
    src: url('/fonts/SourceSans3-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SourceSans3-Italic.woff') format('woff'),
        url('/fonts/SourceSans3-Italic.ttf') format('truetype'),
        url('/fonts/SourceSans3-Italic.svg#SourceSans3-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'SourceSansPro-Bold';
    src: url('/fonts/SourceSans3-Bold.eot');
    src: url('/fonts/SourceSans3-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SourceSans3-Bold.woff') format('woff'),
        url('/fonts/SourceSans3-Bold.ttf') format('truetype'),
        url('/fonts/SourceSans3-Bold.svg#SourceSans3-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
    font-family: 'SourceSans3', sans-serif;
	font-size: 16px;
}

img
{
	border: none;
}

a:link,
a:visited,
a:active
{
	color: #a1ce58;
	text-decoration: none;
}

a:hover
{
	color: #a1ce58;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #a1ce58;
}

input[type="submit"]
{
	display: inline-block;
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 11.25pt;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #a1ce58;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;

	/*iPad Overrides*/
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="submit"]:hover
{
	background-color: #97c154;
}

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="button"]
{
	display: inline-block;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	text-decoration: none !important;
	padding: 5px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;

	/*iPad Overrides*/
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="text"],
input[type="password"],
select,
option,
textarea
{
    font-family: 'SourceSans3', sans-serif;
	font-size: 12.75pt;
}

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;
}

/* Responsive Tables */
table.rem-responsive-table
{
	width: 100%;
}

table.rem-responsive-table tr,
table.rem-responsive-table th,
table.rem-responsive-table td
{
	margin: 0;
	padding: 0;
}

table.rem-responsive-table td img
{
	display: inline-block;
    max-width: 100%;
    height: auto;
}

div.container-max-width
{
	max-width: 1200px;
}

.rem-responsive-16x9-video
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.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%;
}

/* col-lg and below */
@media screen and (max-width:1200px)
{
	table.rem-responsive-table td
	{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
	}

	table.rem-responsive-table tr td
	{
		width: 100% !important;
		float: left;
		clear: both;
		padding-left: 0;
		padding-right: 0;
	}

	.mobile-left
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin: 0 auto 0 0;
		text-align: left;
	}

	.mobile-centered
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.mobile-right
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin: 0 0 0 auto;
		text-align: center;
	}

	.mobile-left-flex
	{
		float: none !important;
		clear: both;
		display: flex !important;
		margin: 0 auto 0 0;
		text-align: center;
	}

	.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-desktop
	{
		display: block;
	}

	#header-mobile-only
	{
		display: none;
	}

	#mobile-content-container
	{
		display: none;
	}
}

@media screen and (max-width: 1200px)
{
	.hide-on-mobile
	{
		display: none !important;
	}

	#mobile-content-container
	{
		display: block;
	}

	div#header-desktop-only
	{
		display: none;
	}

	div#desktop-content-container
	{
		margin-top: 60px;
	}

	div#header-mobile-only img
	{
		height: auto;
		max-height: 40px;
		margin: 8px 0 0 10px;
	}

	div#header-mobile-only
	{
		display: block;
	    position: fixed;
	    top: 0;
	    height: 60px;
	    width: 100%;
	    background: #ffffff;
	    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;
	}

	div#header-mobile-only > #mobile_search_button:link,
	div#header-mobile-only > #mobile_search_button:active,
	div#header-mobile-only > #mobile_search_button:visited,
	div#header-mobile-only > #mobile_search_button:hover
	{
		position: absolute;
		top: 18px;
		right: 65px;
		font-family: font_awesome;
		font-size: 24px;
		text-decoration: none;
	}

	#mobile_search_form
	{
		display: none;
		position: fixed;
		top: 10px;
		width: 95%;
		left: 0;
		right: 0;
		margin: 0 auto;
	    z-index: 10001;
	}

	#mobile_search_form > #mobile_search_field
	{
		position: relative;
		width: 100%;
		height: 0;
		opacity: 0;
		padding: 3px 15px;
		border: 1px solid #cccccc;
		outline: none;
		background-color: #ffffff;
		font-family: arial;
		font-size: 12pt;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
	}

	#mobile_search_form > #mobile_search_field:focus
	{
		background-color: #F4F4F4;
	}
}

.vertical-padding-small
{
	padding-top: 30px;
	padding-bottom: 30px;
}

/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@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: #ffffff;
	}
}

@media screen and (min-width: 1201px)
{
	#header-desktop
	{
		position: relative;
		z-index: 100;
		width: 100%;
		height: auto;
		margin: 0 auto;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
	}

	#header-desktop > div:first-of-type
	{
		display: flex;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
		padding-top: 23px;
	}

	#header-desktop > div:first-of-type #header-logo
	{
		width: 100%;
		max-width: 380px;
	}

	#header-desktop > div:first-of-type #header-logo img
	{
		width: 100%;
	}

	#header-desktop > div:first-of-type > .right-column > .top-row
	{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 20px;
		margin-bottom: 32px;
		color: #7d7d7d;
		font-size: 13.5pt;
	}

	#header-desktop > div:first-of-type > .right-column > .top-row > a.top-link:link,
	#header-desktop > div:first-of-type > .right-column > .top-row > a.top-link:active,
	#header-desktop > div:first-of-type > .right-column > .top-row > a.top-link:visited
	{
		display: inline-block;
		margin-right: 47px;
		font-size: 13.5pt;
		color: #7d7d7d;
		transition: all 200ms;
		border-bottom: 1px solid #7d7d7d;
	}

	#header-desktop > div:first-of-type > .right-column > .top-row > a.top-link:hover
	{
		color: #a1ce58;
		border-bottom: 1px solid #a1ce58;
	}

	#header-desktop > div:first-of-type > .right-column > .top-row > span
	{
		display: inline-block;
		margin-right: 15px;
	}
}


/******************************************
 /$$   /$$  /$$$$$$  /$$      /$$ /$$$$$$$$
| $$  | $$ /$$__  $$| $$$    /$$$| $$_____/
| $$  | $$| $$  \ $$| $$$$  /$$$$| $$
| $$$$$$$$| $$  | $$| $$ $$/$$ $$| $$$$$
| $$__  $$| $$  | $$| $$  $$$| $$| $$__/
| $$  | $$| $$  | $$| $$\  $ | $$| $$
| $$  | $$|  $$$$$$/| $$ \/  | $$| $$$$$$$$
|__/  |__/ \______/ |__/     |__/|________/
*******************************************/
.abstract-fractle-background
{
	background: url('/images/latest-news-bg.png') center center no-repeat;
	background-size: cover;
	padding: 60px 0;
}

.blue-wave-background
{
	background: url('/images/blue-bellyband-bg.jpg') center center no-repeat;
	background-size: cover;
}

.blue-wave-background .ww_action_button1
{
	color: #ffffff;
	border: 2px solid #ffffff;
	background-color: transparent;
}

.blue-wave-background .ww_action_button1:hover
{
	background-color: rgba(255,255,255,0.2);
}

.forced-white-text
{
	color: #ffffff;
}

.three-green-block-container
{
	position: relative;
}

.three-green-block-container *
{
	color: #ffffff !important;
}

.three-green-block-container h2
{
	line-height: 1;
}

.three-green-block-container a:link,
.three-green-block-container a:active,
.three-green-block-container a:visited
{
	text-decoration: underline;
	transition: color 200ms;
}

.three-green-block-container a:hover
{
	color: #a1ce58 !important;
}

.three-green-block-container::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	display: block;
	width: 100%;
	height: 89px;
	background: url('/images/wave-shape.png') top center no-repeat;
}

@media screen and (max-width:1200px)
{
	.three-green-block-container::before
	{
		display: none;
	}

	.three-green-block-container .block-1,
	.three-green-block-container .block-2
	{
		margin-bottom: 2px;
	}

	.three-green-block-container .block-1,
	.three-green-block-container .block-2,
	.three-green-block-container .block-3
	{
		margin-left: auto;
		margin-right: auto;
	}
}

.three-green-block-container .block-1,
.three-green-block-container .block-2,
.three-green-block-container .block-3
{
	height: 271px;
	transition: transform 200ms;
	max-width: 399px;
}

@media screen and (min-width:1200px)
{
	.three-green-block-container .block-1:hover,
	.three-green-block-container .block-2:hover,
	.three-green-block-container .block-3:hover
	{
		transform: translateY(3px);
	}
}

.three-green-block-container .block-1
{
	background: url('/images/smiling-woman.jpg') bottom center no-repeat;
}

.three-green-block-container .block-2
{
	background: url('/images/people-on-cliff.jpg') bottom center no-repeat;
}

.three-green-block-container .block-3
{
	background: url('/images/plane-in-field.jpg') bottom center no-repeat;
}

.green-background
{
	background-color: #a1ce58;
	padding: 30px 0;
	border-top: 1px solid #ffffff;
}

.green-background *
{
	color: #ffffff !important;
}

.green-background h4
{
	line-height: 42px;
}

.green-background .ww_action_button1
{
    font-family: 'SourceSans3_bold', sans-serif;
	font-size: 16pt;
	background-color: transparent;
	border: 2px solid #ffffff;
	transition: all 200ms;
	padding: 4px 15px;
}

.green-background .ww_action_button1:hover
{
	background-color: rgba(255,255,255,0.3);
}

/****************************************************************************
 /$$$$$$ /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$  /$$   /$$  /$$$$$$  /$$
|_  $$_/| $$$ | $$|__  $$__/| $$_____/| $$__  $$| $$$ | $$ /$$__  $$| $$
  | $$  | $$$$| $$   | $$   | $$      | $$  \ $$| $$$$| $$| $$  \ $$| $$
  | $$  | $$ $$ $$   | $$   | $$$$$   | $$$$$$$/| $$ $$ $$| $$$$$$$$| $$
  | $$  | $$  $$$$   | $$   | $$__/   | $$__  $$| $$  $$$$| $$__  $$| $$
  | $$  | $$\  $$$   | $$   | $$      | $$  \ $$| $$\  $$$| $$  | $$| $$
 /$$$$$$| $$ \  $$   | $$   | $$$$$$$$| $$  | $$| $$ \  $$| $$  | $$| $$$$$$$$
|______/|__/  \__/   |__/   |________/|__/  |__/|__/  \__/|__/  |__/|________/
*****************************************************************************/
.rocky-landscape-internal-background
{
	position: relative;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	background: url('/images/rocky-landscape-internal-background.jpg') top center no-repeat;
	background-size: cover;
}

.rocky-landscape-internal-background::after
{
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 146px;
	background: url('/images/internal-banner-wave-shape.png') bottom center no-repeat;
}

.rocky-landscape-internal-background h1
{
	font-size: 48pt;
	color: #ffffff;
	text-shadow: 0 0 5px #000000;
	padding: 65px 0 65px 0;
	transition: padding 400ms;
}

@media screen and (max-width:992px)
{
	.rocky-landscape-internal-background h1
	{
		padding: 95px 0 95px 0;
	}
}


/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
#footer
{
	display: block;
	width: 100%;
	background-color: #ffffff;
	padding: 42px 0;
}

@media screen and (max-width:500px)
{
	#footer #footer-logo
	{
		margin-bottom: 15px;
	}
}

#footer a.top-link:link,
#footer a.top-link:active,
#footer a.top-link:visited
{
	font-size: 10.5pt;
	color: #767676;
	transition: all 200ms;
	border-bottom: 1px solid #7d7d7d;
	margin-right: 15px;
}

#footer a.top-link:hover
{
	color: #a1ce58;
	border-bottom: 1px solid #a1ce58;
}

#footer a.top-link:link:last-of-type,
#footer a.top-link:active:last-of-type,
#footer a.top-link:visited:last-of-type,
#footer a.top-link:hover:last-of-type
{
	margin-right: 0;
}

#footer .join-now-button:link,
#footer .join-now-button:visited
{
	display: inline-block;
	position: relative;
	font-size: 14.25pt;
    font-family: 'SourceSans3_semibold', sans-serif;
    color: #ffffff;
    background-color: #a1ce58;
    padding: 5px 10px 5px 40px;
    transition: all 200ms;
}

#footer.french .join-now-button:link,
#footer.french .join-now-button:visited
{
	font-size: 11.25pt;
}

#footer .join-now-button:hover
{
	background-color: #B2D575;
}

#footer .join-now-button:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

#footer .join-now-button:link img,
#footer .join-now-button:visited img
{
    position: absolute;
    left: 0;
    bottom: 0;
}

#footer .social-caption
{
	margin-right: 15px;
}

#footer .copyright,
#footer .copyright a:link,
#footer .copyright a:active,
#footer .copyright a:visited
{
	font-size: 10.5pt;
	color: #767676;
	transition: color 200ms;
	margin-top: 3px;
}

#footer .copyright a:hover
{
	color: #a1ce58;
}

@media screen and (max-width:1200px)
{
	#footer .copyright
	{
		margin: 20px 0;
	}
}


/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
    font-family: 'SourceSans3', sans-serif;
	font-size: 12.75pt;
	font-weight: normal;
	color: #171717;
	margin: 0 !important;
	padding: 0;
}

p strong,
p b
{
    font-family: 'SourceSans3_semibold', sans-serif !important;
}

.ww_p_double_space
{
    font-family: 'SourceSans3', sans-serif;
	font-size: 12.75pt;
	font-weight: normal;
	color: #484848;
	line-height: 2;
	margin: 0 !important;
	padding: 0;
}

.ww_p_alternate
{
    font-family: 'SourceSans3', sans-serif;
	font-size: 13.5pt;
	font-weight: normal;
	color: #606060;
	margin: 0 !important;
	padding: 0;
}

.ww_p_call_out
{
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	color: #484848;
	margin: 0 !important;
	padding: 0;
}

h1,
h1.ww_h1
{
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 26.25pt;
	font-weight: normal;
	line-height: 1.2;
	color: #a1ce58;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

h2,
h2.ww_h2
{
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 22.5pt;
	font-weight: normal;
	color: #2d2d2d;
	line-height: 1.4;
	margin: 0 !important;
	padding: 0;
}

h3,
h3.ww_h3
{
    font-family: 'SourceSans3', sans-serif;
	font-size: 21.5pt;
	font-weight: normal;
	color: #2d2d2d;
	margin: 0 !important;
	padding: 0;
}

h4,
h4.ww_h4
{
    font-family: 'SourceSans3', sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: #a1ce58;
	margin: 0 !important;
	padding: 0;
}

h5,
h5.ww_h5
{
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 15pt;
	font-weight: normal;
	color: #171717;
	margin: 0 !important;
	padding: 0;
}

h6,
h6.ww_h6
{
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 14.5pt;
	font-weight: normal;
	color: #797979;
	margin: 0 !important;
	padding: 0;
}

.ww_emphasis
{
    font-family: 'SourceSans3_semibold', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #484848;
}

.ww_strong_emphasis
{
    font-family: 'SourceSans3', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #78be20;
	font-size: 19pt;
}

.ww_action_button1
{
	display: inline-block;
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 11.25pt;
	font-weight: normal;
	font-style: normal !important;
	border: none;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #a1ce58;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	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: #97c154;
}

.ww_action_button1:active
{
	background-color: #a1ce58;
	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-block;
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 11.25pt;
	font-weight: normal;
	font-style: normal !important;
	border: none;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #56483a;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	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: #4b3e32;
}

.ww_action_button2:active
{
	background-color: #56483a;
	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-block;
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 11.25pt;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #46908b;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	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;
}

.ww_action_button3:hover
{
	background-color: #367874;
}

.ww_action_button3:active
{
	background-color: #626264;
	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;
}