@font-face {
    font-family: Pirulen;
    src: url("/fonts/pirulen_rg.ttf") format("truetype");
}
@font-face {
    font-family: Impact;
    src: url("/fonts/impact.otf") format("opentype");
}
@font-face {
    font-family: Brandon;
    src: url("/fonts/Brandon_reg.otf") format("opentype");
}
@font-face {
    font-family: Brandon;
	font-style:italic;
    src: url("/fonts/Brandon_reg_it.otf") format("opentype");
}
@font-face {
    font-family: Brandon;
	font-weight:bold;
    src: url("/fonts/Brandon_bld.otf") format("opentype");
}
@font-face {
    font-family: Brandon;
	font-weight:bold;
	font-style:italic;
    src: url("/fonts/Brandon_bld_it.otf") format("opentype");
}
@font-face {
    font-family: Brandon;
	font-weight:bolder;
    src: url("/fonts/Brandon_blk.otf") format("opentype");
}
@font-face {
    font-family: Brandon;
	font-weight:bolder;
	font-style:italic;
    src: url("/fonts/Brandon_blk_it.otf") format("opentype");
}
@font-face {
    font-family: Brandon;
	font-weight:100;
    src: url("/fonts/Brandon_thin.otf") format("opentype");
}

@font-face {
    font-family: Brandon;
	font-weight:100;
	font-style:italic;
    src: url("/fonts/Brandon_thin_it.otf") format("opentype");
}
@font-face {
    font-family: Brandon;
	font-weight:200;
    src: url("/fonts/Brandon_light.otf") format("opentype");
}

@font-face {
    font-family: Brandon;
	font-weight:200;
	font-style:italic;
    src: url("/fonts/Brandon_light_it.otf") format("opentype");
}
@font-face {
    font-family: Brandon;
	font-weight:300;
    src: url("/fonts/Brandon_reg.otf") format("opentype");
}

@font-face {
    font-family: Brandon;
	font-weight:300;
	font-style:italic;
    src: url("/fonts/Brandon_reg_it.otf") format("opentype");
}
@font-face {
    font-family: Brandon;
	font-weight:400;
    src: url("/fonts/Brandon_med.otf") format("opentype");
}

@font-face {
    font-family: Brandon;
	font-weight:400;
	font-style:italic;
    src: url("/fonts/Brandon_med_it.otf") format("opentype");
}
@font-face {
    font-family: Brandon;
	font-weight:500;
    src: url("/fonts/Brandon_bld.otf") format("opentype");
}

@font-face {
    font-family: Brandon;
	font-weight:500;
	font-style:italic;
    src: url("/fonts/Brandon_bld_it.otf") format("opentype");
}
@font-face {
    font-family: Brandon;
	font-weight:600;
    src: url("/fonts/Brandon_blk.otf") format("opentype");
}

@font-face {
    font-family: Brandon;
	font-weight:600;
	font-style:italic;
    src: url("/fonts/Brandon_blk_it.otf") format("opentype");
}


@font-face {
    font-family: Campton;
    src: url("/fonts/Campton-Light.otf") format("opentype");
}
@font-face {
    font-family: Campton;
	font-weight: bold;
    src: url("/fonts/Campton-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'BebasNeue';
  src:  url('/fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('/fonts/BebasNeue-Regular.woff') format('woff');
}
/*-------------------------------------------------------------------------*/

html, body {
	margin:0;
	padding:0;
	font-family:'Brandon', Arial;
	background-color:#FFF;
	
	/*background-image:url(/core/images/pattern-4.png);*/
}
h1, h2, h3, h4 {
	color:#555;
	padding:0px;
	margin:0px;
	font-weight:300;
}
a {
	text-decoration:none;
}
p {
	font-weight:200;
}
table {
	border-collapse:collapse;
}
input[type="text"] {
	font-family:'Brandon', Arial;
}

.content-container {
	width:95%;
	max-width:1300px;
	margin:auto auto;
}

#main-content {
	position:relative;
}

.heading-block:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 70px;
    border-top: 2px solid #508615;
}
.full-dynamic-container {
	padding: 100px;
	box-sizing: border-box;
}
.main-text-banner {
	text-align: center;
	font-family: impact;
    width: 100%;
    margin: auto auto;
    padding-top: 100px;
	padding-bottom: 100px;
    font-size: 4em;
    letter-spacing: 2px;
	box-sizing: border-box;
	
	
}
.sub-main-banner {
	width: 100%;
	height: 20vh;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 768px) {
	.full-dynamic-container {
		padding: 30px !important;
	}
}
/*--------------------------------TEXT-------------------------------------*/
.text-u-emphasis {
	border-bottom:1px dotted #FFF;
}
.super {
	position:relative;
	top:-0.3em;
}

/*------------------------------HEADER-------------------------------------*/
header {
	width:100%;
	
	padding:10px; 
	padding-left:30px; 
	padding-right:30px; 
	box-sizing:border-box;
	height: 100px;
	
	position:fixed;
	z-index:3;
	
	background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 29%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 29%, rgba(0,0,0,0) 100%);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 29%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	/*
	background: rgb(0,85,39);
	background: -moz-linear-gradient(180deg, rgba(0,85,39,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,85,39,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,85,39,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005527",endColorstr="#000000",GradientType=1);*/
}
header ul {
	padding:0px;
	margin:0px;
	padding-top:2px;
	list-style-type:none;
}
header ul li {
	font-family: Campton;	
	font-weight:bold;
	font-size:1em;
	color:#FFF;
	padding-left:13px;
	display:inline-block;
	box-sizing:border-box;
}
header .desktop-menu-button {
	cursor:pointer;
}
header .desktop-menu-link {
	font-weight:bold;
	font-size:1em;
	color:#FFF;
}
#mobile-menu {
	display:none;
}
#mobile-main-menu {
	display: none;
}
#mobile-menu-button {
	color: #1DA05A;
}
#display-menu {
	display:inherit;
}
@media only screen and (max-width: 950px) {
	header {
		height: auto;
		background: #FFF;
		border-bottom: 3px solid #1DA05A;
	}
	header a {
		color: #000 !important;
	}
	header ul li {
		font-family: 'Brandon' !important;
		color: #333;
	}
	header img {
		vertical-align:middle;
	}
	#desktop-menu {
		display:none;
	}
	#mobile-menu {
		display:inherit;
	}
	#mobile-menu li {
		font-weight:400;
		padding-left:0px;
		padding-right:8px;
	}
}
/*---------------------------------SIDE------------------------------------*/
#side-content {
	float:left;
	top:0px;
	left:0px;
	width:35%;
	height:100vh;
	background-color:#F5F5F5;
	overflow: hidden;
}
#side-container {
	padding:50px;
	box-sizing:border-box;
}

#side-major-content {
	float:left;
	top:0px;
	left:0px;
	width:65%;
	height:100vh;
	overflow: hidden;
	overflow-y:scroll;
	background-color:#F5F5F5;
}
@media only screen and (max-width: 768px) {
	#side-content {
		float:none;
		width:100%;
		height:auto;
	}
	#side-major-content {
		float:none;
		width:100%;
		height:auto;
		overflow: visible;
	}
}

/*--------------------------------MIDDLE-----------------------------------*/
#middle-content {
	width:100%;
	max-width:1000px;
	margin:auto auto;
	background-color:#F5F5F5;
}
.middle-content {
	width:100%;
	max-width:1000px;
	margin:auto auto;
}
.middle-content .h1 {
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 1px dotted #508615;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.middle-content .h2 {
	font-size: 1.4em;
	font-weight: 300;
}
.middle-content ul {
	padding-left: 20px;
}
.middle-content p, .middle-content li {
	font-weight: 200;
	font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
	#middle-container {
		padding: 20px !important;
	}
	.middle-content {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
}

.heading-block {
	font-size: 3em;
}

.custom-table th {
	text-align: left;
	background-color: #DDD;
}
.custom-table th, .custom-table td {
	color: #333;
	border: 1px solid #DDD;
	padding: 5px;
	box-sizing: border-box;
}
.custom-table td {
	font-weight: normal;
}
.custom-table td p {
	font-weight: normal;
	margin: 0px;
}

.heading-block-expand {
	cursor: pointer;
	color: #078943;
	font-size: 2em;
	border: 2px solid #078943;
	padding: 20px;
	box-sizing: border-box;
	transition: 0.5s all;
}
.heading-block-expand:hover {
	background-color: #078943;
	color:#FFF;
}
.block-content {
	display: none;
	border: 2px solid rgba(7,137,67, 0.3);
	padding: 20px;
	box-sizing: border-box;
}
.custom-th th {
	font-size: 0.7em;
}

.vertical-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
}

#content-1 {
	display: inherit;
}
/*------------------------------BREADCRUMB---------------------------------*/
.custom-breadcrumb-1 {
	font-family: BebasNeue;
	padding:50px;
	padding-bottom:20px;
	color:#FFF;
	background-color:#022F4A;
	box-sizing:border-box;
}
.custom-breadcrumb-1 ul {
	margin: 0px;
	letter-spacing: 1px;
}
.custom-breadcrumb-1 ul a {
	color: #FFF;
}
#middle-breadcrumb {
	padding:20px;
	padding-bottom:10px;
	color:#FFF;
	background-color:#022F4A;
	box-sizing:border-box;
}
#side-breadcrumb {
	padding:20px;
	padding-top:60px;
	padding-bottom:10px;
	color:#FFF;
	background-color:#022F4A;
	box-sizing:border-box;
}
#side-breadcrumb ul, #middle-breadcrumb ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#side-breadcrumb ul li, #middle-breadcrumb ul li {
	font-weight:200;
	font-size:0.8em;
	display:inline-block;
	color:#F5F5F5;
	padding-right:5px;
	box-sizing:border-box;
}
#side-breadcrumb ul li a, #middle-breadcrumb ul li a {
	color:#FFF;
}
@media only screen and (max-width: 768px) {
	#middle-breadcrumb {
		padding-top:60px;
	}
	
	.custom-breadcrumb-1 {
		padding: 20px;
	}
}

/*--------------------------------MENU-------------------------------------*/
#desktop-menu {
	padding-top: 20px;
	box-sizing: border-box;
}
.menu-page {
	display:none;
	color:#DDD;
	font-weight:100;
	position:fixed;
	top:-100vh;
	width:100%;
	height:100vh;
	background-image:url(/images/pattern-0.png);
	z-index:2;
	overflow-y: scroll;
	background-color: #000;
}
.menu-page h3 {
	margin-top:5px;
	margin-bottom:5px;
	font-weight:200;
}
.menu-page p {
	margin-top:5px;
}
.menu-main-title {
	border-bottom:1px dashed rgba(255,255,255,0.3); 
	margin-bottom:10px; 
	font-size:1.3em; 
	font-weight:300;
}
.menu-description {
	float:left;
	width:25%;
	font-weight:300; 
	font-size:0.9em;
	padding-right:25px;
	box-sizing:border-box;
}
.menu-selection {
	float:left;
	width:75%;
	padding-left:25px;
	box-sizing:border-box;
}
.menu-selection-description {
	color:#FFF;
	font-weight:300;
	font-size:0.8em;
}

.menu-selection-option {
	position: relative;
	float:left;
	width:31%;
	margin-right:2.3%;
}
.menu-selection-option h3 {
	color:#FFF !important;
}
.menu-title {
	padding:20px;
	box-sizing:border-box;
	top:5px;
	left:5px;
}
#mobile-main-menu {
	margin-top: 20px;
	font-size: 13px !important;
}
#mobile-main-menu a {
	color: inherit;
	text-decoration: none;
}
#mobile-main-menu ul {
	margin-top: 10px;
}
#mobile-main-menu ul li {
	display: block;
	font-size: 13px !important;
	margin-bottom: 10px;
}
.mobile-sub-menu {
	display: none;
}
.mobile-sub-menu-extra {
	font-weight: bold;
	color: #333;
}

@media only screen and (max-height: 750px) {
	.menu-selection-image {
		width: 80%;
	}
}
@media only screen and (max-height: 700px) {
	.menu-selection-image {
		width: 70%;
	}
}
@media only screen and (max-height: 650px) {
	.menu-selection-image {
		display: none;
	}
}
.menu-selection-color-image {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.3;
	transition: 0.5s all;
}
.menu-selection-color-image:hover {
	opacity: 1;
}
/*------------------------------FOOTER-------------------------------------*/
footer {
	font-family: BebasNeue; 
	width: 100%; 
	color:#535353; 
	background-color: #f8f8fb; 
	letter-spacing: 0.5px;
	border-bottom: 3px solid #000;
}
footer li a {
	color:#535353;
}
footer ul {
	margin: 0px; 
	padding: 0px;
	margin-left: 15px;
}
footer .col-20 {
	padding-bottom: 20px !important;
}
#trademark {
}
/*------------------------------BUTTON-------------------------------------*/
.custom-button-1 {
	color: #333; 
	padding: 20px; 
	box-sizing: border-box; 
	border: 1px solid #333;
	transition: 0.5s all;
}
.custom-button-1:hover {
	color: #FFF;
	fill: #FFF;
	background-color: #034732;
	border: 1px solid #034732;
}