/********************************************************************
 /$$$$$$$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$
| $$_____/| $$_____/| $$_____/| $$_____/ /$$__  $$|__  $$__//$$__  $$
| $$      | $$      | $$      | $$      | $$  \__/   | $$  | $$  \__/
| $$$$$   | $$$$$   | $$$$$   | $$$$$   | $$         | $$  |  $$$$$$
| $$__/   | $$__/   | $$__/   | $$__/   | $$         | $$   \____  $$
| $$      | $$      | $$      | $$      | $$    $$   | $$   /$$  \ $$
| $$$$$$$$| $$      | $$      | $$$$$$$$|  $$$$$$/   | $$  |  $$$$$$/
|________/|__/      |__/      |________/ \______/    |__/   \______/
********************************************************************/
@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: -2px;
		left: 0;
		background: #8bde23;
		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';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

@font-face
{
	font-family: 'font_awesome';
	font-style: normal;
	font-weight: 900;
	src:url('/fonts/fa-solid-900.eot');
	src:url('/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
		url('/fonts/fa-solid-900.woff') format('woff'),
		url('/fonts/fa-solid-900.ttf') format('truetype'),
		url('/fonts/fa-solid-900.svg#fontawesome') format('svg');
}


@font-face
{
	font-family: 'inter';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/Inter-Regular.eot');
	src:url('/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Inter-Regular.woff') format('woff'),
		url('/fonts/Inter-Regular.ttf') format('truetype'),
		url('/fonts/Inter-Regular.svg#inter') format('svg');
}

@font-face
{
	font-family: 'inter';
	font-style: normal;
	font-weight: bold;
	src:url('/fonts/Inter-Bold.eot');
	src:url('/fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Inter-Bold.woff') format('woff'),
		url('/fonts/Inter-Bold.ttf') format('truetype'),
		url('/fonts/Inter-Bold.svg#inter') format('svg');
}

@font-face
{
	font-family: 'inter_medium';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/Inter-Medium.eot');
	src:url('/fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Inter-Medium.woff') format('woff'),
		url('/fonts/Inter-Medium.ttf') format('truetype'),
		url('/fonts/Inter-Medium.svg#inter_medium') format('svg');
}

@font-face
{
	font-family: 'inter_extra_bold';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/Inter-ExtraBold.eot');
	src:url('/fonts/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Inter-ExtraBold.woff') format('woff'),
		url('/fonts/Inter-ExtraBold.ttf') format('truetype'),
		url('/fonts/Inter-ExtraBold.svg#inter_extra_bold') format('svg');
}

@font-face
{
	font-family: 'orbitron';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/Orbitron-Regular.eot');
	src:url('/fonts/Orbitron-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Orbitron-Regular.woff') format('woff'),
		url('/fonts/Orbitron-Regular.ttf') format('truetype'),
		url('/fonts/Orbitron-Regular.svg#orbitron') format('svg');
}


@font-face
{
	font-family: 'orbitron';
	font-style: normal;
	font-weight: bold;
	src:url('/fonts/Orbitron-Bold.eot');
	src:url('/fonts/Orbitron-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Orbitron-Bold.woff') format('woff'),
		url('/fonts/Orbitron-Bold.ttf') format('truetype'),
		url('/fonts/Orbitron-Bold.svg#orbitron') format('svg');
}

@font-face
{
	font-family: 'orbitron_medium';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/Orbitron-Medium.eot');
	src:url('/fonts/Orbitron-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Orbitron-Medium.woff') format('woff'),
		url('/fonts/Orbitron-Medium.ttf') format('truetype'),
		url('/fonts/Orbitron-Medium.svg#orbitron_medium') format('svg');
}

@font-face
{
	font-family: 'orbitron_semibold';
	font-style: normal;
	font-weight: normal;
	src:url('/fonts/Orbitron-SemiBold.eot');
	src:url('/fonts/Orbitron-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Orbitron-SemiBold.woff') format('woff'),
		url('/fonts/Orbitron-SemiBold.ttf') format('truetype'),
		url('/fonts/Orbitron-SemiBold.svg#orbitron_semibold') format('svg');
}


/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: arial;
	font-size: 16px;
	background-color: transparent !important;
}

.container img:not(.img-non-responsive)
{
	display: inline-block;
	max-width: 100%;
	height: auto !important;
	border: none;
}

a:link,
a:visited,
a:active
{
	color: #231F20;	
}

a:hover
{
	color: #484848;	
}

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: inter_extra_bold;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal !important;
	color: #231F20 !important;
	text-decoration: none !important;
	background-color: #FDAD00;
	padding: 8px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;

	/*iPad Overrides*/
	border: none;
	-webkit-appearance: none;
}

input[type="submit"]:hover
{
	background-color: #da9500;
}

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: inter_extra_bold;
	font-size: 16px;
}

hr
{
	height: 1px;
	background-color: #d7d7d7;
	border: 0;
}

.button-small,
.button-small:link,
.button-small:active,
.button-small:visited,
.button-small:hover
{
	font-size: 14px !important;
	padding: 3px 8px !important;
}

/* 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%;
}

/* Uncomment for custom bullets */
/*
.container ul
{
	padding-left: 20px;
}

.container ul li
{
	position: relative;
	list-style: none;
}

.container ul li::before
{
	content: '\2022';
	position: absolute;
    display: block;
    left: -20px;
    color: #477782;
    font-size: 14pt;
    top: 0;
} */

.vertical-padding-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)
{
	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: center;
	}

	.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;
	}

    #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;
	}

	#mobile-content-container
	{
		display: block;
	}

	div#header-desktop-only
	{
		display: none;
	}

	div#desktop-content-container
	{
		margin-top: 60px;
	}

	div#header-mobile-only #mobile-header-logo img
	{
		position: absolute;
		top: 5px;
		bottom: 0;
		display: inline-block;
		height: auto;
		max-height: 40px;
		margin: auto 0 auto 10px;
		max-width: calc(100% - 65px);
	}

	div#header-mobile-only
	{
		display: block;
	    position: fixed;
	    top: 0;
	    height: 60px;
	    width: 100%;
	    background: #151313;
	    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 - 45px);
		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 - 45px);
		opacity: 0;
		padding: 0 15px;
		border: 0 solid #cccccc;
	}

    #search_form #search_field:focus
    {
        background-color: #ffffff;
    }
}


/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@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;
		background-color: rgba(0,0,0,0.8);
		padding: 10px 0;
		z-index: 10;
	}

	#header-desktop > div:first-of-type
	{

		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	#header-desktop > div:first-of-type #menu-builder-header-nav
	{
		position: relative;
		display: flex;
		align-items: center;
		width: 80%;
		margin: 0 auto;
		justify-content: flex-end;
	}
}


/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
#footer
{
	border-top: 2px solid #FDAD00; 
	background-color: #151313;
	padding: 60px 0;
}

@media screen and (max-width: 991px)
{
	#footer
	{
		text-align: center;
	}
}

.footer-contact
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 13px;
}

@media screen and (max-width: 991px)
{
	.footer-contact
	{
		display: block;
	}
}


.footer-contact .footer-phone,
.footer-contact .footer-phone a,
.footer-contact .footer-email,
.footer-contact .footer-email a
{
	font-family: inter_medium;
	font-size: 12pt;
	color: #E1E1E1;
}

@media screen and (max-width: 991px)
{
	.footer-contact .footer-phone,
	.footer-contact .footer-email
	{
		margin-bottom: 15px;
	}
}


.footer-contact .footer-phone::before
{
	content: '\f095';
	position: relative;
	font-family: font_awesome;
	font-size: 12pt;
	color: #FDAD00;
	margin-right: 5px;
}

.footer-contact .footer-email::before
{
	content: '\f0e0';
	position: relative;
	font-family: font_awesome;
	font-size: 12pt;
	color: #FDAD00;
	margin-right: 5px;
}

.footer-social-header
{
	display: flex;
	align-items: center;
	font-family: inter_medium;
	font-size: 12pt;
	color: #E1E1E1;
}

@media screen and (max-width: 991px)
{
	.footer-social-header
	{
		display: block;
		margin-bottom: 15px;
	}
}

.footer-social-wrapper
{
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 991px)
{
	.footer-social-wrapper
	{
		display: block;
	}
}

#footer .copyright-container,
#footer .copyright-container a:link,
#footer .copyright-container a:active,
#footer .copyright-container a:visited
{
	font-family: inter;
	font-size: 8pt;
	font-weight: normal;
	color: #EDEDED;
	text-decoration: none;
	transition: color 150ms;
}

#footer .copyright-container a:hover
{
	color: #ffffff;
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: inter_medium;
	font-size: 12pt;
	font-weight: normal;
	color: #231F20;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
   	font-family: inter_medium;
	font-size: 12pt;
	font-weight: normal;
	color: #231F20;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: inter;
	font-size: 16pt;
	font-weight: normal;
	color: #231F20;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	font-family: inter;
	font-size: 20pt;
	font-weight: normal;
	color: #231F20;
	margin: 0;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-family: orbitron;
	font-size: 44pt;
	font-weight: normal;
	line-height: 1.2;
	color: #484848;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

h1 strong,
h1.ww_h1 strong
{
	font-family: orbitron_medium;
	font-size: 44pt;
	font-weight: normal;
	line-height: 1.2;
	color: #231F20;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h1,
	h1.ww_h1,
	h1 strong,
	h1.ww_h1 strong
	{
		font-size: 34pt;
	}
}

h2,
h2.ww_h2
{
	font-family: orbitron;
	font-size: 34pt;
	font-weight: normal;
	color: #484848;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

h2 strong,
h2.ww_h2 strong
{
	font-family: orbitron_medium;
	font-size: 34pt;
	font-weight: normal;
	color: #231F20;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h2,
	h2.ww_h2,
	h2 strong,
	h2.ww_h2 strong
	{
		font-size: 28pt;
	}
}

h3,
h3.ww_h3
{
	font-family: orbitron_medium;
	font-size: 28pt;
	font-weight: normal;
	color: #231F20;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h3,
	h3.ww_h3
	{		
		font-size: 25pt;		
	}
}


h4,
h4.ww_h4
{
	font-family: orbitron_medium;
	font-size: 24pt;
	font-weight: normal;
	color: #231F20;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h4,
	h4.ww_h4
	{
		font-family: orbitron_medium;
		font-size: 23pt;
		font-weight: normal;
		color: #231F20;
		margin: 0;
		padding: 0;
	}
}

h5,
h5.ww_h5
{
	font-family: orbitron_medium;
	font-size: 23pt;
	font-weight: normal;
	color: #231F20;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 991px)
{
	h5,
	h5.ww_h5
	{
		font-family: orbitron_medium;
		font-size: 22pt;
		font-weight: normal;
		color: #231F20;
		margin: 0;
		padding: 0;
	}
}


h6,
h6.ww_h6
{
	font-family: orbitron_medium;
	font-size: 22pt;
	font-weight: normal;
	color: #231F20;
	margin: 0;
	padding: 0;
}


@media screen and (max-width: 991px)
{
	h6,
	h6.ww_h6
	{
		font-family: orbitron_medium;
		font-size: 21pt;
		font-weight: normal;
		color: #231F20;
		margin: 0;
		padding: 0;
	}
}

.ww_emphasis
{
	font-family: inter;
	color: #231F20;
	font-weight: bold;
	font-style: normal;
}

.ww_strong_emphasis
{
	font-family: inter;
	color: #484848;
	font-weight: bold;
	font-style: normal;
}

.ww_action_button1
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: inter_extra_bold;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal !important;
	color: #231F20 !important;
	text-decoration: none !important;
	background-color: #FDAD00;
	padding: 8px 15px;
	border: none;
	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: #231F20;
	text-decoration: none !important;
}

.ww_action_button1:hover
{
	background-color: #da9500;
}

.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: inter_extra_bold;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal !important;
	color: #231F20 !important;
	text-decoration: none !important;	
	padding: 8px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.ww_action_button2::after
{
	content: url('/images/yellow-arrow.png');
	position: relative;
	margin-bottom: -5px;
	margin-left: 5px;
}

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: #231F20;
	text-decoration: none !important;
}

.ww_action_button2:hover
{
	text-decoration: underline;
}

.ww_action_button3
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: inter_extra_bold;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #635B5D;
	padding: 8px 15px;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button3,
a .ww_action_button3:link,
a .ww_action_button3:visited,
.ww_action_button3 a:link,
.ww_action_button3 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button3:hover
{
	background-color: #959597;
}

.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;
}


/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/
.default-margin
{
	margin: 50px auto;
}

.lesser-margin
{
	margin: 20px auto;
}

.overflow-container
{
	overflow: hidden;
	position: relative;
}

.overflow-wrapping-container
{
	position: relative;
	height: 147px;
}

@media screen and (max-width: 991px)
{
	.overflow-wrapping-container
	{	
		height: auto;
	}
}

.intro-container
{
	margin-top: 30px;
    margin-bottom: 130px;
}

.overflow-wrapping-container img
{
	position: absolute;
    left: -371px;
}

@media screen and (max-width: 1200px)
{
	.overflow-wrapping-container img
	{
		position: relative;
		left: 0;
	}
}

.right-overflow-container
{
	position: relative;
    height: 367px;
}



.right-overflow-container div
{
	position: absolute;
    right: -362px;
}

@media screen and (max-width: 1200px)
{
	.right-overflow-container div
	{
		position: relative;
		right: 0;
	}
}

.right-overflow-container div iframe
{
	height: 460px;
    width: 950px;
}

@media screen and (max-width: 1200px)
{
	.right-overflow-container div iframe
	{		
		width: 100%;
	}
}

.button-row
{
	display: flex;
	justify-content: space-between;
}

.gray-background
{
	background-image: url('/images/gray-background.png');
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	max-width: 2000px;
	margin: 0 auto;
}

.row.choose-heading-row
{
	margin-bottom: 30px;
}

.choose-container
{
	background-color: white;
	padding: 20px;
	border-top: 2px solid #FDAD00;
}

@media screen and (max-width: 991px)
{
	.choose-container
	{
		margin-bottom: 30px;
	}
}

.portfolio-header-row
{
	margin: 30px auto;
}

a .portfolio-outer-container
{
	position: relative;
    display: block;
	background-color: #000000;
	border-bottom: 2px solid #FDAD00;
	margin-bottom: 60px;
	
}

@media screen and (max-width: 991px)
{
	a .portfolio-outer-container
	{
		width: 100%;
		max-width: 370px;
		margin: 0 auto 60px auto;	
	}
}

a .portfolio-outer-container img
{
	transition: opacity 200ms ease-in-out;

	opacity: 0.6;
}


a:hover .portfolio-outer-container img
{
	opacity: 1;
}

a .portfolio-outer-container .portfolio-title-wrapper
{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	bottom: 0;
	background-size: 100% 100%;
	height: 69px;	
	width: 100%;
	
}

@media screen and (max-width: 768px)
{
	a .portfolio-outer-container .portfolio-title-wrapper
	{
		display: block;
		background-image: url('/images/angled background.png');
		height: auto;
	}	
}

a:hover .portfolio-outer-container .portfolio-title-wrapper
{
	background-image: url('/images/angled background.png');
	
}

a .portfolio-outer-container .portfolio-title-wrapper::after
{
	content: url('/images/yellow-arrow.png');
	position: relative;
	margin-bottom: -5px;
	margin-left: 5px;
	z-index: 2;
}

a .portfolio-outer-container .portfolio-title-wrapper .portfolio-title
{
	position: relative;
	font-family: inter_semibold;
	font-size: 16pt;
	color: #ffffff;
	z-index: 2;
	margin-left: 10px;
}

.dark-gray-background
{
	background-image: url('/images/dark-gray-background.png');
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	max-width: 2000px;
	margin: 0 auto;
}

.dark-gray-background h2,
.dark-gray-background h2 strong,
.dark-gray-background p
{
	color: #ffffff !important;
} 

.alt-gray-background
{
	background-image: url('/images/alt-gray-background.png');
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	max-width: 2000px;
	margin: 0 auto;
}

.light-gray-background
{
	background-color: #EDEDED;
	max-width: 2000px;
	margin: 0 auto;
	padding: 60px 0;
}

.alt-dark-gray-background
{
	background-image: url('/images/alt-dark-gray-background.png');
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	max-width: 2000px;
	margin: 0 auto;
}

.alt-dark-gray-background h2,
.alt-dark-gray-background h2 strong,
.alt-dark-gray-background p
{
	color: #ffffff !important;
}