/*
//--------------------------------------------
// HTML BODY
//--------------------------------------------
*/
html {
	overflow-x: hidden;	
	height:100%;
}

body {
	min-height:1000px;
}

/*
//--------------------------------------------
// TEXT & TAGS
//--------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;	
	font-family: "Montserrat", Arial, Tahoma, Verdana, Helvetica, sans-serif ;
}

h1, h2 {
	text-decoration: bold;
}

.customTopBar {
	background-color: #222222 !important;
	position: fixed;
	width: 100%;
	min-width: 100%;
	top: 87px;
	overflow-x: hidden;
	z-index: 100;
	font-color: #FFFFFF;
	margin-top: auto;
	margin-bottom: auto;	
}

.siteFont {
	color: #FFFFFF;	
	font-family: "Montserrat", Arial, Tahoma, Verdana, Helvetica, sans-serif ;
}

.barFont {
	vertical-align: middle;
	font-size: 14px
}

/*
//--------------------------------------------
// VIDEO
//--------------------------------------------
*/
video {
	width: 100%    !important;
	height: auto   !important;
}

.iFrameCon {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.iFrameVid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
//--------------------------------------------
// CONTAINERS & AREAS
//--------------------------------------------
*/
.footer {
	width: 100%;
	bottom: 0;
}

.mainContainer {
	height:100% !important;
	min-height:100%;
}

.navbar-customFD {
	background-color: #005000 !important;
}

.navbar-customLP {
	background-color: #000000 !important;
}

.navbar-customTO {
	background-color: #000000 !important;
}

.myBgBlackBar {
	background-color: #000000 !important;
}

.pageSetup {
	height: 100vh; 	
}

/*
//--------------------------------------------
// BUTTONS
//--------------------------------------------
*/
.siteButton_LV {
	background-color: #555555;
	border: 2px solid black;
	color: #FFFFFF;	
	font-family: "Montserrat", Arial, Tahoma, Verdana, Helvetica, sans-serif ;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	min-height: 100%;
}

.siteButton_LV:hover {
	border: 2px solid #555555;
	background-color: black;
	color: white;
}

.siteButton_CC {
	background-color: #555555;
	border: 2px solid black;
	font-weight: none;
	color: #FFFFFF;	
	font-family: "Montserrat", Arial, Tahoma, Verdana, Helvetica, sans-serif ;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;		
}

.siteButton_CC:hover {
	border: 2px solid #black;
	background-color: #C86900;
	color: white;
	font-weight: bold;
}

.siteButton_CC2 {
	background-color: #C86900;
	border: 2px solid black;
	font-weight: none;
	color: #FFFFFF;	
	font-family: "Montserrat", Arial, Tahoma, Verdana, Helvetica, sans-serif ;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;	
}

.siteButton_CC2:hover {
	background-color: #000000;
	border: 2px solid #C86900;
	color: white;
}

.siteButton_FD {
	background-color: #005000;
	border: 2px solid black;
	color: #FFFFFF;	
	font-family: "Montserrat", Arial, Tahoma, Verdana, Helvetica, sans-serif ;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	min-height: 100%;
}

.siteButton_FD:hover {
	border: 2px solid #005000;
	background-color: black;
	color: white;
}

.siteButton_CP {
	background-color: #500000;
	border: 2px solid black;
	color: #FFFFFF;	
	font-family: "Montserrat", Arial, Tahoma, Verdana, Helvetica, sans-serif ;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	min-height: 100%;
}

.siteButton_CP:hover {
	border: 2px solid #500000;
	background-color: black;
	color: white;
}


.siteButton_CP2 {
	background-color: #500000;
	border: 2px solid black;
	color: #FFFFFF;	
	font-family: "Montserrat", Arial, Tahoma, Verdana, Helvetica, sans-serif ;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

.siteButton_CP2:hover {
	border: 2px solid #500000;
	background-color: black;
	color: white;
}


.siteButton_TP {
	background-color: transparent;
	/*border: 2px solid #666666;*/
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
	min-height: 100%;
	font-family: "Montserrat", Arial, Tahoma, Verdana, Helvetica, sans-serif ;
	font-size: 14px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	min-height: 100%;
}

.siteButton_TP:hover {
	border: 2px solid #FFFFFF;	
	background-color: black;
	background-image: url('../images/backgrounds/dbg3.jpg');
	color: white;
}

.siteButton_topBar {
	background-color: #555555;
	border: 2px solid black;
	color: #FFFFFF;	
	font-family: "Montserrat", Arial, Tahoma, Verdana, Helvetica, sans-serif ;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	min-height: 30px;
	height: 100%;
	font-size: 10px;
}

.siteButton_topBar:hover {
	border: 2px solid #555555;
	background-color: #000000;
	color: white;
}

.siteButton_legal {
	background-color: #330100;
	border: 2px solid #888888;
	color: #FFFFFF;	
	font-family: "Montserrat", Arial, Tahoma, Verdana, Helvetica, sans-serif ;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	min-height: 100%;
	max-width: 150px;
	font-size: 10px;
}

.siteButton_legal:hover {
	border: 2px solid #FFFFFF;
	background-color: #770000;
	color: white;
}

/*
//--------------------------------------------
// IMAGES & CAROUSELS
//--------------------------------------------
*/
.carouselLV {
	width:100%;
	max-width:800px;
	height:auto; !important;
	margin:auto;
}

/* Removes white gap between slides - chagnge to base color of slide images */
.carouselMP {
	background:#007aeb;
}

/* Forces image to be 100% width and not max width of 100% */
.carousel-itemLV .img-fluid {
	width:100%;
}

/* anchors are inline so you need ot make them block to go full width */
.carousel-itemLV a {
	display: block;
	width:100%;
}

.img100 {
	text-align:center;
	display: block;
	width:100%;
	margin:auto;
}

/* Removes white gap between slides - chagnge to base color of slide images */
.carouselMP {
	background:#007aeb;
}

/* Forces image to be 100% width and not max width of 100% */
.carousel-itemMP .img-fluid {
	width:100%;
}

/* anchors are inline so you need ot make them block to go full width */
.carousel-itemMP a {
	display: block;
	width:100%;
}

.esignButton1 {
	background-color: #313131;
	border: 1px solid #AAAAAA;
	color: white;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	font-family: "Montserrat", Arial, Tahoma, Verdana, Helvetica, sans-serif ;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;	
	overflow: hidden;
	cursor: pointer;
	width: 100px	
}
.esignButton1:hover {
	background-color: #001363; /* Green */
	color: white;
}