@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: TitleFont;
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: TitleFont2;
    src: url("../fonts/rexlia.ttf") format("truetype");
}
@font-face {
    font-family: MenuFont;
    src: url("../fonts/rexlia.ttf") format("truetype");
}
@font-face {
    font-family: MainBodyFont;
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: MainBodyFontBold;
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
    font-family: MainBodyFontNew;
    src: url("../fonts/GoogleSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: TitleFontNew;
    src: url("../fonts/GoogleSans-Bold.ttf") format("truetype");
}
@font-face {
    font-family: CallOfDuty;
    src: url("../fonts/pirulen.ttf") format("truetype");
}
@font-face {
    font-family: PWDFont;
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: Scripty;
    src: url("../fonts/Halimun.ttf") format("truetype");
}
@font-face {
    font-family: FAicons;
    src: url("../webfonts/fa-regular-400.ttf") format("truetype");
}

/*Scroll Bar*/
/* width */
::-webkit-scrollbar {
  width: 11px;
	background: transparent;
}
/* Track */
::-webkit-scrollbar-track {
  background: #6f7271;
}
/* Handle */
::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: #c02134;
	margin-right: 1px;
	margin-left: 1px;
	width: 8px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c02134;
}

.trademark{
	vertical-align: 85%;
	font-size: 50%;
}
.trademarksmall{
	vertical-align: 110%;
	font-size: 35%;
}
.trademarksmaller{
	vertical-align: 180%;
	font-size: 25%;
}
.madeinusa{
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	padding-bottom: 10px;
	padding-right: 10px; 
	-webkit-filter:grayscale(100%) brightness(50%); 
	filter:grayscale(100%) brightness(50%);
	transition: all 0.6s ease;
	max-width: 125px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

model-viewer {
    width: 100% !important;
    height: 100% !important;
}
.BaseModel {display: none;}
.CustomModel {display: none;}
.BaseModelText {display: none;}
.CustomModelText {display: none;}
.baseactive{
	background: #fff !important;
	color: #000 !important;
}
.liteactive{
	background: #fff !important;
	color: #000 !important;
}
.customactive{
	background: #fff !important;
	color: #000 !important;
}


.RTK2Pack {display: none;}
.RTK2PackText {display: none;}
.DuroR {display: none;}
.DuroRText {display: none;}
.DuroMRTK2Pack {display: none;}
.DuroMRTK2PackText {display: none;}
.DuroInertialActive{
	background: #fff !important;
	color: #000 !important;
}
.RTK2PackActive{
	background: #fff !important;
	color: #000 !important;
}
.DuroRActive{
	background: #fff !important;
	color: #000 !important;
}
.DuroMRTK2PackActive{
	background: #fff !important;
	color: #000 !important;
}

.purchasebutton {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-wrap: none;
	text-transform: none;
	font-family: TitleFont, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	flex-wrap: wrap;
	vertical-align: middle;
	align-content: center;
	align-items: center;
	justify-content: center;
	outline: 1px solid rgba(255,255,255,0.3);
	box-sizing: border-box;
	cursor: pointer;
}

#pagecontainer{
	width: 100%;
	min-height: inherit;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: stretch;
	position: relative;
	z-index: 5;
}
#InlineLink{
	display: inline-flex;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	align-self: center;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#PWD {
	display: inline-flex;
	flex-direction: row;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	align-self: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	transform: scale(0.9);
}

#PWD:hover > .PWDLink {
	color: #5b37cc;
}
.PWDspidericon{
	width: 25px;
	height: 25px;
	padding-left: 2px;
}
.PWDspider {
	fill: #6f7271;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#PWD:hover .PWDspider {
	fill: #5b37cc !important;

}
.PWDeyes {
	fill: #5b37cc;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#PWD:hover .PWDeyes {
	fill: #44ef44 !important;
}
.PWDtext {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: PWDFont;
	text-align: right;
	margin-right: 5px;
}
.PWDlink:link {
	text-decoration: none;
	color: #6f7271;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.PWDlink:visited {
	text-decoration: none;
	color: #6f7271;
}
.PWDlink:hover {
	text-decoration: none;
	color: #5b37cc;
}
.PWDlink:active {
	text-decoration: none;
}
.PrimaryColor {
	color: #c02134 !important;	
}
.SecondaryColor {
	color: #6f7271 !important;
	transition: all 0.6s ease;
	font-weight: bold;
}
.DarkColor {
	color: #14283e !important;
}
.White {
	color: #ffffff !important;
}
.LineWhite {
	color: rgba(255,255,255,0.3) !important;
}
.Black {
	color: #000000 !important;
}
.GreyText {
	color: #6f7271 !important;
	transition: all 0.3s ease;
}
.LightGreyText {
	color: #ccc;
	transition: all 0.6s ease;
}
.DarkGreyText {
	color: #2B2B2B !important;
	transition: all 0.6s ease;
}
.WhiteFade {
	color: rgba(255,255,255,0.3) !important;
	transition: all 0.6s ease;
}
.TextBorderDark {
    text-shadow: 
        -1px -1px 0px #000,
         0px -1px 0px #000,
         1px -1px 0px #000,
        -1px  0px 0px #000,
         1px  0px 0px #000,
        -1px  1px 0px #000,
         0px  1px 0px #000,
         1px  1px 0px #000;
}
.TextBorderLight {
    text-shadow: 
        -1px -1px 0px rgba(255,255,255,0.3),
         0px -1px 0px rgba(255,255,255,0.3),
         1px -1px 0px rgba(255,255,255,0.3),
        -1px  0px 0px rgba(255,255,255,0.3),
         1px  0px 0px rgba(255,255,255,0.3),
        -1px  1px 0px rgba(255,255,255,0.3),
         0px  1px 0px rgba(255,255,255,0.3),
         1px  1px 0px rgba(255,255,255,0.3);
}
.square-x{
	background-color: #c02134;
	border-radius: 2px;
	transition: all 0.5s linear;
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
	position: relative;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; 
	width: 16.63px;
	height: 19px;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 11px;
	margin: 0px 0px 0px 1px;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.GreenText {
	color: #01C000;
	transition: all 0.5s linear;
}
.RedText {
	color: #c02134;
	transition: all 0.5s linear;
}
.RedTextShadow {
	text-shadow: -1px 2px 2px rgba(192,33,52,0.5);
	transition: all 0.5s linear;
}
.RedTextFadeRight {
	background: linear-gradient(20deg, #61161f, #c02134 65%, #cccccc);
	background-clip: text;
	color: transparent;
	transition: all 0.5s linear;
}
.RedTextFadeLeft {
	background: linear-gradient(200deg, #61161f, #c02134 65%, #cccccc);
	background-clip: text;
	color: transparent;
	transition: all 0.5s linear;
}
.RedLine {
	width: 5px;
	height: 100%;
	background: #c02134;
	display: inline-flex;
	position: relative;
	margin-bottom: -5px;
	transition: all 0.3s ease;
}
.RedLineSmall {
	width: 5px;
	height: 20px;
	background: #c02134;
	display: inline-flex;
	position: relative;
	margin-bottom: -5px;
}
.LogoGrey{
	fill: #fff;
	transition: all 0.5s linear;
}
.LogoGrey.stick{
	fill: #6f7271;
	transition: all 0.5s linear;
}
.LogoRed{
	fill: #c02134;
}
.tablepadding{
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	padding: 20px !important;
}
#BackToTop:hover .RedText{
	transition: all 0.5s linear;
	color: #ffffff !important;
}

#AutonomousVehicleCameras{
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
	overflow: hidden;
}
.Handwriting {
	font-family: Scripty !important;
}
.BoldFont {
	font-family: MainBodyFontBold !important;
}
.copywritesection{
	min-height: 40px !important;
	background-color: #000;
	position: absolute;
}
.socialcontainer{
	width: 96%;
	max-width: 200px;
	margin: auto;
	display: flex;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#BackToTop{
	display: flex;
	position: fixed;
	right: 0;
	bottom: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 10px;
	width: 75px;
	height: 75px;
	background-color: #000000;
	opacity: 0;
	z-index: 5000;
	transition: all 0.5s linear;
	cursor: pointer;
	transform: scale(0%);
	border: 1px solid #c02134;
}
#BackToTop:hover{
	background-color: #c02134;
	transition: all 0.5s linear;
	color: #ffffff !important;
}
#BackToTop.stick{
	opacity: 1;
	transition: all 0.5s linear;
	transform: scale(100%);
}
#BackToTopAnchor {
	height: 0px;
	width: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.BackToTopText {
	font-size: 16px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
}
#NoPriceButton{
	display: none;
}
#LitePriceButton{
}
.ProcessNumberSVGline{
	fill: none;
	stroke: #231f20;
	stroke-miterlimit: 10;
}

.ProcessNumberSVGcircle{
	fill: #231f20;
	stroke-width: 0px;
}

.SloganBackground {
	background-color: rgba(255,255,255, 0.8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.anchorlink{
	top: -150px;
	display: block;
    position: relative;
    visibility: hidden;
}
.ScriptFont{
	font-family: Scripty !important;
	font-size: 85%;
}
.BlackCircle{
	bottom: 0;
	position: absolute;
	z-index: 50;
	width: 100%;
}
.BlackCircleMiddle{
	position: relative;
	background-color: #efefef;
	display: flex;
	margin: 0;
	padding: 0;
	z-index: 10;
	width: 100%;
}
.WhiteCircleMiddle{
	position: relative;
	background-color: #000;
	display: flex;
	margin: 0;
	padding: 0;
	z-index: 10;
	width: 100%;
}
.hovertint{
	filter:contrast(100%);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.hovertint:hover{
	filter:contrast(130%);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.hoverbackcolor{
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.hoverbackcolor:hover{
	background-color: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.hoverbackcolorWhite{
	transition: all 0.5s ease-in-out;
	color: rgba(255,255,255,0.3);
}
.hoverbackcolor:hover .hoverbackcolorWhite{
	color:#fff !important;
}
.hovertintRWB{
	background: linear-gradient(to bottom, #c02134, #ffffff, #3204fdba);
	background-size: 100% 100%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	opacity: 0;
}
.imageoverlay:hover ~ .hovertintRWB{
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0.3;
}

#svgmask{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: flex;
	align-self: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	transform-origin: center center;
	}
#svgmaskreverse{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: flex;
	align-self: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	transform-origin: center center;
	}
#svgmaskcontainer{
	width: 0%;
	height: 0%;
	object-fit: contain;
	object-position: center center;
	position: relative;
	display: flex;
	align-self: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	transform-origin: center center;
	}
#FleetTracking, #IndoorStereoCamera, #OutdoorStereoCamera, #ThermalStereoCamera{
	display: none;
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow-x: scroll;
}
#LogQS{
	display: none;
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow-x: scroll;
}
.closebutton {
	display: block;
	position: fixed;
	width: auto;
	white-space: nowrap;
	top: 0;
	right: 10px;
}
#ProductDetail {
	opacity: 0;
	display: flex;
	margin: auto;
	height: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
	pointer-events: none;
}
#ProductDetail2 {
	opacity: 0;
	display: flex;
	margin: auto;
	height: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
	pointer-events: none;
}
.hidedefault{
	opacity: 1 !important;
}
#MultisenseFamily, #MultisenseKS21, #MultisenseKS21i, #MultisenseS27, #MultisenseS30, #MultisenseST25, #ModuleV2, #Duro, #Stallion, #Cardshark, #Marine, #FloorScrubber, #CropBot, #SPOTCAM, #Defense {
	display: flex;
	position: absolute;
	width: 100%;
	opacity: 0;
	z-index: 1;
	margin: auto;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.showdetail{
	opacity: 1 !important;
	z-index: 2;
}
#UAM-05LPpic, #UGM-50LAPpic, #URM-40LCpic, #UST-05LXpic, #UST-10LXpic, #UTM-30LXpic {
	display: flex;
	position: absolute;
	opacity: 0;
	z-index: 1;
	margin: auto;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#AllSensors {
	opacity: 1;
	z-index: 1;
	display: flex;
	position: absolute;
	margin: auto;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.AllSensorsHide {
	opacity: 0 !important;
}
.showdetail{
	opacity: 1 !important;
	z-index: 2;
}
.datecounter{
	width: 90%;
	max-width: 500px;
	margin: auto;
	display: flex;
	column-gap: 1px;
}
.datecounteritem{
	width: 100%;
	background: rgba(0,0,0,0);
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
	outline: 0px solid rgba(255,255,255,0.3);
	padding: 10px;
}
.frac {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0.001em;
    text-align: center;
}
.frac > span {
    display: block;
    padding: 0.1em;
}
.frac span.bottom {
    border-top: thin solid;
}
.frac span.symbol {
    display: none;
} 
.linecolor{
	background-color: #202020;
	border-left: solid 4px #3b5998;
}
.iconcolor{
	fill:#68bd43;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.iconcolorblue{
	fill:#2fc3ea;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hometab:hover .iconcolor{
	fill:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hometab:hover .iconcolorblue{
	fill:#808080;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.DescriptionTextContainer{
	margin-left:20px;
	margin-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:40px;
	padding-left:40px;
	background-color: #003F86;
}
.HomeScripty {
	font-family: Scripty;
	text-transform: none;
	font-weight: normal;
	font-size: 80%;
}
.videonomouse {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.FullVideo{
	justify-content: center;
	align-content: center;
	align-items: center;
	min-width:100%;
	min-height: 100%;
	object-fit: cover; 
	margin-left: auto;
	margin-right: auto;
	position: relative;
	object-position: center center;
	transform-origin: center center; 
   -webkit-background-size:400px 300px; 
   -moz-background-size:400px 300px; 
   -o-background-size:400px 300px; 
   background-size:400px 300px;
	background-position: center center;
	background-repeat: no-repeat;
}
.HalfVideo{
	min-width:100%; 
	height: 200px; 
	top: 0;
	object-fit: cover; 
	transform-origin: center center; 
   -webkit-background-size:300px 200px; 
   -moz-background-size:300px 200px; 
   -o-background-size:300px 200px; 
   background-size:300px 200px;
	background-position: center center;
	background-repeat: no-repeat;
}
 video[poster]{
    object-fit: cover;
  }
.iframevideoadjust {
	aspect-ratio: 16 / 9;
	position: relative;
    height: auto;
    width: 100%;
	margin: 0 0%;
	border: 2px solid transparent;
	box-sizing: border-box;
}
.iframevideoadjustWideScreen {
	aspect-ratio: 16 / 6.5;
	position: relative;
    height: auto;
    width: 100%;
	margin: 0 0%;
	border: 2px solid transparent;
	box-sizing: border-box;
}
.iframemodeladjust {
	aspect-ratio: 4 / 3;
	display: flex;
	position: relative;
    min-height: inherit;
    min-width: 100%;
	margin: 0 0%;
	border: 1px solid rgba(255,255,255,0.3);
	box-sizing: border-box;
}
#sequencimagecontainerstick{
   height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	position: sticky;
	top: 0;
}
#sequencimagecontainer{
   height: 150vh;
	width: 100%;
	display: flex;
	justify-content: center;
	position: sticky;
	top: 0;
}
#sequencimagecontainer img{
   aspect-ratio: 16 / 9;
   min-width: 100%;
	width: auto;
	height: auto;
position: sticky;
top: 0;

}
.sup{
	vertical-align: super;
	font-size: 14px;
}
.textpadding{
	padding:0px 5px !important;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.HeadlineFade{
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 200px;
	z-index: 2;
	background: -webkit-linear-gradient(transparent, #101923);  
    background: -moz-linear-gradient(transparent, #101923);  
    background: -o-linear-gradient(transparent, #101923);  
    background: linear-gradient(transparent, #101923);
	background-size: 1px 100%;
	background-repeat: repeat-x;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}
.BodyFlexSplit{
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 20px 0px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.more {
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.FooterIcons {
	color: #232323;
	font-size: 200%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 100;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

#tint2{
	width:100%;
	height:100%;
	display: flex;
	min-height:800px;
	left: 0;
	background-color:rgba(0,0,0,0.25);
	-webkit-backdrop-filter: grayscale(50%) brightness(50%);
    backdrop-filter: grayscale(50%) brightness(50%);
	position:relative;
	z-index:2;
	margin-top:0px;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.Copyright {
	color: #fff;
	font-size: 111%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-right: 11px;
	padding-left: 11px;
	line-height: 1.5;
}

.BalloonLink{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
}

.BalloonHeader2 {
	display: inline-block;
	height:35px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 0.3s ease-in-out;
}
.TitleLineFlexed{
	display: block;
	width:100%;
	align-items: center;
	align-content: center;
	vertical-align: middle;
}
.TitleLine{
	width: 100%;
	height: auto;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	padding-top: 0px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	z-index: 1;
}
.hometab:hover .TitleLine {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.whitebtn:hover .TitleLine {
	width: 20px;
	padding-right: 5px;
    transform: scaleY(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.whitebtnsmall:hover .TitleLine {
	width: 20px;
	padding-right: 5px;
    transform: scaleY(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.hometabHoverTextColor{
	color: #cb7225;
	white-space: nowrap;
	margin: auto;
	width: auto;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hometab:hover .hometabHoverTextColor {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.grid-item:hover {
	border: 1px solid;
	border-color: rgba(192,33,52,1);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	filter: brightness(80%);
}

.ConsultForm{
	background: -webkit-linear-gradient(to bottom left, #28323e, #101923, #28323e);  
    background: -moz-linear-gradient(to bottom left, #28323e, #101923, #28323e);  
    background: -o-linear-gradient(to bottom left, #28323e, #101923, #28323e);  
    background: linear-gradient(to bottom left, #28323e, #101923, #28323e);
	background-size: 100% 100%;
	background-position: center center;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	border-image: linear-gradient(to bottom, #fecd8f, #f7941d, #3b2313) 1;
	width: 90%;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	max-width: 500px;
	}

.imagebackground{
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.imagebackgroundslide{
	position: absolute;
	height: 100vh;
	width: 100%;
	z-index: -1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat !important;
	background-position:center center !important;
}
.imagebackgroundslideLg{
	position: absolute;
	height: 1700px;
	margin-top: -100px;
	width: 100%;
	z-index: -1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat !important;
	background-position:center center !important;
}
.tint{
	-webkit-filter: brightness(60%);
	filter: brightness(60%);
	transition:all 0.3s ease-in-out;
}
.tintlight{
	-webkit-filter: brightness(75%);
	filter: brightness(75%);
}
.tintdark{
	-webkit-filter: brightness(35%);
	filter: brightness(35%);
}
.tint2{
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
	width: 100%;
	height: 100%;
}
.tintBlur{
	background-color: rgba(0,0,0,0);
	-webkit-backdrop-filter: brightness(60%) blur(3px);
    backdrop-filter: brightness(60%) blur(3px);
	width: 100%;
	height: 100%;
}
.tintBlurVideo{
	-webkit-filter: brightness(40%) blur(5px);
    filter: brightness(40%) blur(5px);
}
.tintBW{
	background-color: rgba(0,0,0,0.5);
	-webkit-backdrop-filter: grayscale(100%);
    backdrop-filter: grayscale(100%);
	width: 100%;
	height: 100%;
}
.greyscaledark{
	-webkit-filter: grayscale(100%) brightness(35%);
    filter: grayscale(100%) brightness(35%);
}
.tintselfBW{
	-webkit-filter: grayscale(100%) brightness(50%);
    filter: grayscale(100%) brightness(50%);
}

/* Backgrounds */
.whitebackground { 
    background-color: #fff !important;
}
.blackbackground { 
    background: #000;
}
.blackbackgroundlight { 
    background: #060606;
}
.blackbackgroundfadeup { 
    -webkit-background: linear-gradient(to top, rgba(7,7,7,1), rgba(7,7,7,0.1), rgba(0,0,0,0), rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(7,7,7,1), rgba(7,7,7,0.1), rgba(0,0,0,0), rgba(0,0,0,0));
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.pagetopblackfadeup {
	display: grid;
	position: absolute;
	margin: auto; 
	right: auto; 
	left: auto; 
	width: 100%; 
	min-width: 100%; 
	min-height: 100%; 
	height: 100vh; 
	z-index: 450 !important; 
	bottom: auto; 
	top: auto;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-background: linear-gradient(to top, rgba(7,7,7,1), rgba(7,7,7,0.1), rgba(0,0,0,0), rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(7,7,7,1), rgba(7,7,7,0.1), rgba(0,0,0,0), rgba(0,0,0,0));
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.invertbackground{
	-webkit-backdrop-filter: invert(1);
    backdrop-filter: invert(1);
}
.invertwhitebackground{
	background: rgba(255,255,255,0.5);
	-webkit-backdrop-filter: invert(1);
    backdrop-filter: invert(1);
}
.logoiconback{
	background-image: url("../AutonomousVehicles/CameraManufacturing/CarnegieRobotics-AutonomousVehicleSolutions2.svg");
	background-size: auto 80%;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: visible;
}
.logqsback{
	background-image: url("../AutonomousVehicles/CameraManufacturing/LogQS-LogBack.jpg");
	background-size: auto 100%;
	background-position: top left;
	background-repeat: no-repeat;
}
.radialbackground{
	-webkit-background: radial-gradient(rgba(230,30,37,0.2), rgba(230,30,37,0.1), rgba(230,30,37,0), rgba(230,30,37,0));
	background: radial-gradient(rgba(230,30,37,0.2), rgba(230,30,37,0.1), rgba(230,30,37,0), rgba(230,30,37,0));
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.radialbackgroundright{
	-webkit-background: radial-gradient(rgba(230,30,37,0.2), rgba(230,30,37,0.1), rgba(230,30,37,0), rgba(230,30,37,0));
	background: radial-gradient(rgba(230,30,37,0.2), rgba(230,30,37,0.1), rgba(230,30,37,0), rgba(230,30,37,0));
	background-size: 300% 100%;
	background-repeat: no-repeat;
	background-position: left center;
}
.redfadebackground{
	-webkit-background: linear-gradient(to top right, rgba(192,33,52,0.2), rgba(192,33,52,0.1), rgba(0,0,0,0.1), rgba(0,0,0,0.2));
	background: linear-gradient(to top right, rgba(192,33,52,0.2), rgba(192,33,52,0.1), rgba(0,0,0,0.1), rgba(0,0,0,0.2));
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 10px -30px 50px -10px rgba(192,33,52,0.2) inset;
}
.redfadebackgroundreverse{
	-webkit-background: linear-gradient(to bottom right, rgba(192,33,52,0.2), rgba(192,33,52,0.1), rgba(0,0,0,0.1), rgba(0,0,0,0.2));
	background: linear-gradient(to bottom right, rgba(192,33,52,0.2), rgba(192,33,52,0.1), rgba(0,0,0,0.1), rgba(0,0,0,0.2));
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 10px 30px 50px -10px rgba(192,33,52,0.2) inset;
}
.bluefadebackground{
	-webkit-background: linear-gradient(to top right, rgba(6,55,91,0.2), rgba(6,55,91,0.1), rgba(0,0,0,0.1), rgba(0,0,0,0.2));
	background: linear-gradient(to top right, rgba(6,55,91,0.2), rgba(6,55,91,0.1), rgba(0,0,0,0.1), rgba(0,0,0,0.2));
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 10px -30px 50px -10px rgba(6,55,91,0.2) inset;
}
.bluefadebackgroundreverse{
	-webkit-background: linear-gradient(to bottom right, rgba(6,55,91,0.2), rgba(6,55,91,0.1), rgba(0,0,0,0.1), rgba(0,0,0,0.2));
	background: linear-gradient(to bottom right, rgba(6,55,91,0.2), rgba(6,55,91,0.1), rgba(0,0,0,0.1), rgba(0,0,0,0.2));
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 10px 30px 50px -10px rgba(6,55,91,0.2) inset;
}
.blackbackgroundblur { 
    background-color: rgba(0,0,0,0.7);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
}
.greybackground {  
    background: rgba(80,80,80,0.5);
}
.greybackgroundsolid {  
    background: rgba(111,114,113,0.7);
}
.greybackgroundsolidDark {  
    background: rgba(35,39,42,1);
}
.borderTB{
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.borderTB.stick{
	border-top: 1px solid rgba(192,33,52,0.3);
	border-bottom: 1px solid rgba(192,33,52,0.3);
	-webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}
.borderB{
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.borderT{
	border-top: 1px solid rgba(255,255,255,0.3);
}
#ColorFlip{
	background: rgba(0,0,0,0);
	-webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}
#ColorFlip.stick{
	background: rgba(255,255,255,0.8);
}
.ColorFlipWhite{
	color: #ffffff;
	-webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}
.ColorFlipWhite.stick{
	color: #000000;
}
.ColorFlipGrey{
	color: #6f7271;
	-webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}
.ColorFlipGrey.stick{
	color: #000000;
}

/* Buttons */
#SVGbutton-container {
  display: block;
  width: 100%;
}
#SVGbutton-container .container {
  max-width: none;
  margin: 0 auto;
  position: relative;
  display: flex;
	justify-content: center;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#SVGbutton-container .SVGbutton {
  margin: 20px;
  float: left;
  position: relative;
  color: #fff;
  cursor: pointer;
}
#SVGbutton-container .SVGbutton .SVGlabel {
  padding: 15px 35px;
  display: inline-block;
}
.SVGbutton:hover .icon {
  -webkit-transform: scale(0.9) skew(0deg, 0deg);
          transform: scale(0.9) skew(0deg, 0deg);
}
.SVGbutton:hover .icon:before, .SVGbutton:hover .icon:after {
  width: 60px;
  transition-delay: 0.4s;
}
.SVGbutton:hover .icon:before {
  left: calc(50% - 30px);
}
.SVGbutton:hover .icon:after {
  right: calc(50% - 30px);
}
.SVGbutton:hover .icon span:before, .SVGbutton:hover .icon span:after {
  height: 0;
  transition-delay: 0s;
}
.SVGbutton:hover .icon2 {
  -webkit-transform: skew(-40deg, 0deg) scaleX(1);
          transform: skew(-40deg, 0deg) scaleX(1);
  background: #c02134;
  z-index: -1;
  transition-delay: 0.5s;
}
.SVGbutton:hover .BlackLink2 {
  color: #ffffff !important;
	transition-delay: 0.5s;
}
.SVGbutton .SVGbutton {
  padding: 15px 35px;
}
.SVGbutton .icon2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-40deg, 0deg) scaleX(0.2);
          transform: skew(-40deg, 0deg) scaleX(0.2);
  transition: all 0.2s;
}
.SVGbutton .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-40deg, 0deg);
          transform: skew(-40deg, 0deg);
  transition: all 0.2s;
}
.SVGbutton .icon:before, .SVGbutton .icon:after {
  content: '';
  height: 2px;
  width: 30px;
  position: absolute;
  display: block;
  background: #c02134;
  transition: all 0.2s;
  transition-delay: 0s;
}
.SVGbutton .icon:before {
  left: 0;
  top: 0;
}
.SVGbutton .icon:after {
  right: 0;
  bottom: 0;
}
.SVGbutton .icon span:before, .SVGbutton .icon span:after {
  content: '';
  background: #c02134;
  position: absolute;
  display: block;
  width: 3px;
  height: 30px;
  transition: all 0.2s;
  transition-delay: 0.4s;
}
.SVGbutton .icon span:before {
  left: 0;
  top: 0;
}
.SVGbutton .icon span:after {
  right: 0;
  bottom: 0;
}

.SVGbuttonLink{
	color: #fff !important;
	text-decoration: none;
}


#SVGbuybutton-container {
  display: block;
  width: 100%;
}
#SVGbuybutton-container .container {
  max-width: none;
  margin: 0 auto;
  position: relative;
  display: flex;
	justify-content: center;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#SVGbuybutton-container .SVGbuybutton {
  margin: 5px;
  float: left;
  position: relative;
  color: #fff;
  cursor: pointer;
}
#SVGbuybutton-container .SVGbuybutton .SVGlabel button {
  padding: 5px 35px;
  display: inline-block;
	margin: 0;
	z-index: 1000;
	position: relative;
	background-color:transparent;
	color:#fff;
	border: none;
	box-shadow: none;
	font-size: 25px;
	font-family: MainBodyFont;
	
}
#SVGbuybutton-container .SVGbuybutton .SVGlabel button span{
  content: 'BUY 3,200';
	
}

.SVGbuybutton:hover .icon {
  -webkit-transform: scale(0.9) skew(0deg, 0deg);
          transform: scale(0.9) skew(0deg, 0deg);
}
.SVGbuybutton:hover .icon:before, .SVGbuybutton:hover .icon:after {
  width: 60px;
  transition-delay: 0.4s;
}
.SVGbuybutton:hover .icon:before {
  left: calc(50% - 30px);
}
.SVGbuybutton:hover .icon:after {
  right: calc(50% - 30px);
}
.SVGbuybutton:hover .icon span:before, .SVGbuybutton:hover .icon span:after {
  height: 0;
  transition-delay: 0s;
}
.SVGbuybutton:hover .icon2 {
  -webkit-transform: skew(-40deg, 0deg) scaleX(1);
          transform: skew(-40deg, 0deg) scaleX(1);
  background: #c02134;
  z-index: -1;
  transition-delay: 0.5s;
}
.SVGbuybutton{
  padding: 5px 5px;
}
.SVGbuybutton .icon2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-40deg, 0deg) scaleX(0.2);
          transform: skew(-40deg, 0deg) scaleX(0.2);
  transition: all 0.2s;
}
.SVGbuybutton .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-40deg, 0deg);
          transform: skew(-40deg, 0deg);
  transition: all 0.2s;
}
.SVGbuybutton .icon:before, .SVGbuybutton .icon:after {
  content: '';
  height: 2px;
  width: 30px;
  position: absolute;
  display: block;
  background: #c02134;
  transition: all 0.2s;
  transition-delay: 0s;
}
.SVGbuybutton .icon:before {
  left: 0;
  top: 0;
}
.SVGbuybutton .icon:after {
  right: 0;
  bottom: 0;
}
.SVGbuybutton .icon span:before, .SVGbuybutton .icon span:after {
  content: '';
  background: #c02134;
  position: absolute;
  display: block;
  width: 3px;
  height: 30px;
  transition: all 0.2s;
  transition-delay: 0.4s;
}
.SVGbuybutton .icon span:before {
  left: 0;
  top: 0;
}
.SVGbuybutton .icon span:after {
  right: 0;
  bottom: 0;
}

.SVGbuybuttonLink{
	color: #fff !important;
	text-decoration: none;
}


.bb::before, .bb::after, .bb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.box {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  display: grid;
  place-content: center;
  color: white;
  text-shadow: 0 1px 0 #000;
  --border-angle: 0turn;
  --main-bg: conic-gradient(
      from var(--border-angle),
      #000,
      #000 5%,
      #000 60%,
      #000 95%
    );
  border: solid 2px transparent;
  border-radius: 0em;
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #23272a, #c02134 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  -webkit-animation: bg-spin 3s linear infinite;
          animation: bg-spin 3s linear infinite;
}

@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
.box:hover {
 	animation-duration: 1s;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

.boxmoving {
  -webkit-animation: borderlasermove 5s infinite linear;
    -moz-animation: borderlasermove 5s infinite linear;
    -o-animation: borderlasermove 5s infinite linear;
    animation: borderlasermove 5s infinite linear;
}
@-webkit-keyframes borderlasermove { 
	0% { border-image: linear-gradient(to right, transparent, transparent, transparent, transparent, rgba(192,33,52,0), rgba(192,33,52,0.5), rgba(192,33,52,1)) 1; }
	14.3% { border-image: linear-gradient(to right, rgba(192,33,52,1), transparent, transparent, transparent, transparent, rgba(192,33,52,0), rgba(192,33,52,0.5)) 1; }
	28.6% { border-image: linear-gradient(to right, rgba(192,33,52,0.5), rgba(192,33,52,1), transparent, transparent, transparent, transparent, rgba(192,33,52,0)) 1; }
	42.9% { border-image: linear-gradient(to right, rgba(192,33,52,0), rgba(192,33,52,0.5), rgba(192,33,52,1), transparent, transparent, transparent, transparent) 1; }
	57.2% { border-image: linear-gradient(to right, transparent, rgba(192,33,52,0), rgba(192,33,52,0.5), rgba(192,33,52,1), transparent, transparent, transparent) 1; }
	71.5% { border-image: linear-gradient(to right, transparent, transparent, rgba(192,33,52,0), rgba(192,33,52,0.5), rgba(192,33,52,1), transparent, transparent) 1; }
	85.6% { border-image: linear-gradient(to right, transparent, transparent, transparent, rgba(192,33,52,0), rgba(192,33,52,0.5), rgba(192,33,52,1), transparent) 1; }
	100% { border-image: linear-gradient(to right, transparent, transparent, transparent, transparent, rgba(192,33,52,0), rgba(192,33,52,0.5), rgba(192,33,52,1)) 1; }
}
@keyframes borderlasermove { 
	0% { border-image: linear-gradient(to right, transparent, transparent, transparent, transparent, rgba(192,33,52,0), rgba(192,33,52,0.5), rgba(192,33,52,1)) 1; }
	14.3% { border-image: linear-gradient(to right, rgba(192,33,52,1), transparent, transparent, transparent, transparent, rgba(192,33,52,0), rgba(192,33,52,0.5)) 1; }
	28.6% { border-image: linear-gradient(to right, rgba(192,33,52,0.5), rgba(192,33,52,1), transparent, transparent, transparent, transparent, rgba(192,33,52,0)) 1; }
	42.9% { border-image: linear-gradient(to right, rgba(192,33,52,0), rgba(192,33,52,0.5), rgba(192,33,52,1), transparent, transparent, transparent, transparent) 1; }
	57.2% { border-image: linear-gradient(to right, transparent, rgba(192,33,52,0), rgba(192,33,52,0.5), rgba(192,33,52,1), transparent, transparent, transparent) 1; }
	71.5% { border-image: linear-gradient(to right, transparent, transparent, rgba(192,33,52,0), rgba(192,33,52,0.5), rgba(192,33,52,1), transparent, transparent) 1; }
	85.6% { border-image: linear-gradient(to right, transparent, transparent, transparent, rgba(192,33,52,0), rgba(192,33,52,0.5), rgba(192,33,52,1), transparent) 1; }
	100% { border-image: linear-gradient(to right, transparent, transparent, transparent, transparent, rgba(192,33,52,0), rgba(192,33,52,0.5), rgba(192,33,52,1)) 1; }
}

.bordermovebox{
	box-sizing: border-box;
	border:2px solid rgba(0,0,0,.5);
}
.bordermovebox svg,
.bordermovebox svg rect{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: transparent;
}
.bordermovebox svg rect{
	stroke: #c02134;
	stroke-width:4;
	stroke-dasharray: 91%;
	animation: ani 7s linear infinite;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
@keyframes ani{
	0%{
		stroke-dashoffset:364%;
	}
	100%{
		stroke-dashoffset: 0;
	}
}

.bordermovebox:hover svg rect{
	animation-duration: 2s;
}

.RedButton{
	background: #c02134;
	width: 120px;
	padding: 15px 30px;
	font-size: 18px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-family: MainBodyFont;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: 1px solid rgba(255,255,255,0.3);
}
.RedButton:hover{
	background: #000;
	color: #fff;
}
.OverlayButton{
	background: rgba(0,0,0,0.7);
	min-width: 200px;
	padding: 15px 30px;
	font-size: 18px;
	margin: auto;
	display: flex;
	position: absolute;
	bottom: 10px;
	right: 10px;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: 1px solid rgba(255,255,255,0.3);
	box-sizing: border-box;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	z-index: 10;
}
.OverlayButton:hover{
	background: #000;
	color: #fff;
}
.hoverbordersolid {
	text-decoration: none;
	transition: all 0.6s ease;
	cursor: pointer; 
	border: 1px solid rgba(192,33,52,0);
}
.hoverbordersolid:hover {
	text-decoration: none;
	border-radius: 0;
	border: 1px solid rgba(192,33,52,1);
}
.hoverborder {
	text-decoration: none;
	transition: all 0.6s ease;
	cursor: pointer; 
}
.hoverborder:hover {
	text-decoration: none;
	transition: all 0.6s ease;
	border-radius: 0;
}
.hoverborder::after, .hoverborder::before {
  content: "";
	display: flex;
  position: absolute;
  width: 0%;
  height: 0%;
  border: 1px solid;
  transition: all 0.6s ease;
  border-radius: 0px;
	box-sizing: border-box;
}
.hoverborder::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
	transition: all 0.6s ease;
}
.hoverborder::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
	transition: all 0.6s ease;
}
.hoverborder:hover:after {
  width: calc(100% - 0px);
  height: calc(100% - 0px);
	border-bottom-color: #c02134;
  border-right-color: #c02134;

}
.hoverborder:hover:before {
  width: calc(100% - 0px);
  height: calc(100% - 0px);
	border-top-color: #c02134;
  border-left-color: #c02134;
}


.hovershadow {
	-webkit-background: radial-gradient(rgba(230,30,37,0.2), rgba(230,30,37,0.1), rgba(230,30,37,0), rgba(230,30,37,0));
	background: radial-gradient(rgba(230,30,37,0.2), rgba(230,30,37,0.1), rgba(230,30,37,0), rgba(230,30,37,0));
	background-size: 0% 0%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.hovershadow:hover {
	background-size: 120% 120%;
}

/* Links */
.HeaderLinksContainer{
	width: 110px;
	box-sizing: border-box;
	display: grid;
	position: absolute;
	bottom: 100px;
	left: 0;
	grid-template-columns: 25px 40px 40px;
	margin: auto;
	grid-gap: 10px;
	margin-left: 20px;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.HeaderLink {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
	color: #fff;
	width: auto;
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	border: none !important;
}
.HeaderLink:visited {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
	color: #fff;
	width: auto;
	text-align: center;
}
.HeaderLink:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
	color: #c02134 !important;
}
.FooterLink:link {
	display: block;
	position: relative;
	text-decoration: none;
	color: #6f7271;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.FooterLink:visited {
	text-decoration: none;
	color: #6f7271;
}
.FooterLink:hover {
	text-decoration: none;
	color: #c02134;
}
.FooterLink:active {
	text-decoration: none;
}
.WhiteLink:link {
	text-decoration: none;
	color: #fff !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.WhiteLink:visited {
	text-decoration: none;
	color: #fff !important;
}
.WhiteLink:hover {
	text-decoration: none;
	color: #c02134 !important;
}
.WhiteLink:active {
	text-decoration: none;
}
.BlueLink:link {
	color: #bbb;
	font-weight:normal;
	text-decoration:none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.BlueLink:visited {
	color: #bbb;
	text-decoration:none;
}
.BlueLink:hover {
	text-decoration: none;
	color: #c02134;
}
.BlueLink:active {
	text-decoration: none;
}
.OrangeLink:link {
	color: #f4f2c9;
	font-weight:bold;
	text-decoration:none;
}
.OrangeLink:visited {
	color: #f4f2c9;
	text-decoration:none;
}
.OrangeLink:hover {
	text-decoration: none;
	color: #28b5e0;
}
.OrangeLink:active {
	text-decoration: none;
}

.RedLink:link {
	text-decoration: none;
	color: #c02134;
	text-decoration: none;
	
}
.RedLink:visited {
	text-decoration: none;
	color: #c02134;
}
.RedLink:hover {
	text-decoration: none;
	color: #6f7271;
}
.RedLink:active {
	text-decoration: none;
}

.BlackLink:link {
	text-decoration: none;
	color: #000;
}
.BlackLink:visited {
	text-decoration: none;
	color: #000;
}
.BlackLink:hover {
	text-decoration: none;
	color: #c02134;
}
.BlackLink:active {
	text-decoration: none;
}
.BlackLink2:link {
	text-decoration: none;
	color: #000 !important;
}
.BlackLink2:visited {
	text-decoration: none;
	color: #000 !important;
}
.BlackLink2:hover {
	text-decoration: none;
	color: #fff !important;
}
.BlackLink2:active {
	text-decoration: none;
}

.menuA1{
	color:#fff !important;
}
.menuA1.stick{
	color:#fff !important;
}
.menuA2{
	color:#000 !important;
}
.menuA2:hover{
	color:#000 !important;
}
.socialbutton{
	padding: 5px;

}

/* Main Menu */

#menu li{
	width: 100%;
	height: 100%;
	align-content: stretch;
	align-items: stretch;
	position: relative;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	border-bottom: none;
}

#menu li:hover{
	

}
.navbarjoin {   
	background-color: rgba(255,27,39, 1) !important;
	color: #fff !important;
	box-sizing: border-box;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
    border-style: solid;
	border-color: transparent;
}
.navbarjoin:hover {   
	background-color: rgba(139,219,255, 1) !important;
	color: #223f8b !important;
}

#menu li:nth-child(15) a {   
	color: #68bd43 !important;
}
#menu li:nth-child(15) a:hover {   
	color: #fff !important;
}
#menu ul li:nth-child(15) a {   
	color: #fff!important;
}
#menu ul li:nth-child(15) a:hover {   
	color: #fff !important;
}
#BackToTopArrow {
	opacity: 0;
	border-left: 1px solid rgba(255,255,255,0.3) !important;
	border-right: 1px solid rgba(255,255,255,0.3) !important;
	box-sizing: border-box;
    }
#BackToTopArrow.stick {
	opacity: 1;
	color: #ffffff !important;
    }

#menu li:hover > a {
    color: #c02134;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	background-color: rgba(203,114,37, 0);
	border-top-color: #c02134;
    }
#menu li span {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	transform: rotate(0deg);
    }
#menu li:hover span {
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
	transform: rotate(90deg);
    }

#menu li:hover > ul{
	display: block;
	height: 50px;
	max-height: 120px;
	opacity:1;
	pointer-events: inherit;
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
}
#menu li:hover > ul a{
	opacity:1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

/* Sub-menu */
#menu ul{
	display: block;
	pointer-events:none;
	position: absolute;
	opacity:0;
	left:0px;
	padding:0px;
	width: 100%; 
	overflow: visible;
	min-width:275px;
	height: 50px;
	max-height: 120px;
	margin-top: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid hsla(0, 0%, 100%, 0);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#menu ul li{
	margin: 0px;
	padding: 0px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
	border-left: none;
	border-right: none;
	border-top: none;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	text-align:center;
}
#MenuCenter{
	width: 96%;
	padding: 0 2%;
	display: grid;
	grid-template-columns: 50% 50%;
	box-sizing: border-box;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
}
#MenuLeft{
	width: 100%;
	box-sizing: border-box;
	margin: auto;
	padding: 0px 5px;
}
#MenuRight{
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px 5px;
}
.menutable{
	background-color: rgba(37,87,142,0.5);
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	min-width: 500px;
}
.menutablelink{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
#menu ul a:hover{
	background-color: rgba(0,0,0,1);
	border-right: 5px solid  rgba(192,33,52,1);
	border-left: 5px solid rgba(192,33,52,1);
	color: #c02134;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	border-top-color: transparent;
}

.dropmenuitem{
	width: 100%;
	background: rgba(0,0,0,0.7);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	display: flex;
	position: relative;
	outline: 1px solid rgba(255,255,255,0.3);
}
.dropmenuitem2{
	width: 100%;
	background: rgba(0,0,0,0.7);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	display: flex;
	flex-wrap: wrap;
	position: relative;
	outline: 1px solid rgba(255,255,255,0.3);
}


/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	
	}






/* Main Menu Phone */
#menu2{
	width: 100%;
	height: 100%;
	margin-left:  0%;
	padding: 0px 0px 0px 0px;
	list-style: none;  
	border-top:none;
}

#menu2 li{
	float: left;
	padding: 0px 0px 0px 0px;
	position: relative;
	width:96%;
	margin-left: 2%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	border-width: 0;
    border-bottom: 0px solid;
}

#menu2 a{
	display: flex;
	height: auto;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:0px;
	padding-top:10px;
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	font-family: TitleFont, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
	background-color: transparent;
	letter-spacing: 2px;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#menu2 li:hover > a{
	color: #c02134;
	background: transparent;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

#menu2 li span {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	transform: rotate(0deg);
    }
#menu2 li:hover span {
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
	transform: rotate(90deg);
    }
#menu2 li:hover .HeaderLink span {
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
	transform: rotate(0deg);
    }

*html #menu2 li a:hover{ /* IE6 */
	color: #cb7225;
	background: transparent;
}

#menu2 li:hover > ul{
    display: block;
    opacity:1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	
}
/* Sub-menu */
#menu2 ul{
	list-style: none;
	display: none;
	position: relative;
	border: none;
	left: 0px;
	width: 100%; 
	min-width: auto;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000;
	text-shadow: none;
	margin: 0px auto 0px -40px;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	border-radius: 0px;
}
#menu2 ul li{
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #000;
	text-shadow: none;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	width: 90%;
	border-bottom: none;
}
#menu2 ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #000;
	text-shadow:none;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out; 
	border: none; 
}
#menu2 ul a{
	padding: 10px 0px;
	padding-left:40px; 
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	margin-right: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.phonemenuicon{
	font-size: 50%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100%;
	width: auto;
}
*html #menu2 ul a{ /* IE6 */   
	height: 10px;
	color: #000;
	text-shadow:none;
	font-weight:bold;
}
*:first-child+html #menu2 ul a{ /* IE7 */    
	height: 10px;
	color: #000;
	text-shadow:none;
}
#menu2 ul a:hover{
	text-shadow:none;
    background: transparent;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#menu2 ul li:first-child a{  
}
#menu2 ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
}
#menu2 ul li:first-child a:hover:after{
    border-bottom-color: transparent; 
}
#menu2 ul li:last-child a{
}
/* Clear floated elements */
#menu2:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html #menu2             { zoom: 1; } /* IE6 */
*:first-child+html #menu2 { zoom: 1; } /* IE7 */

/* Sub-Sub-menu */
#menu2 ul ul{
	list-style: none;
	display: none;
	position: relative;
	border: none;
	right: 0;
	width: auto; 
	min-width:100%;
	z-index: 99999;
	margin-left: 25px;
	background: none;
	blend-mode: multiply;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000;
	text-shadow: none;
	margin-bottom: 10px;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	border-radius: 0px;
}


/*Phone Menu*/
.nav-drill {
  margin-top: 80px;
  transform: translateX(100%);
}
.nav-drill.stick {
  margin-top: 143px;
  transform: translateX(100%);
}

.nav-is-toggled .nav-drill {
  transform: translateX(0);
}
.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.nav-drill {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #efefef;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
	padding-bottom: 100px;
}
.nav-items {
  flex: 0 0 100%;
}
.nav-item:not(:last-child) {
  border-bottom: solid 1px #6f7271;
}
.nav-link {
  display: block;
  padding: 0.875em 1em;
  background-color: #efefef;
  color: #000;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 300;
	text-decoration: none;
	font-family: MainBodyFont;
}
.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #efefef;
  transition: 0.3s;
  visibility: hidden;
}
.nav-expand-content .nav-item:not(:last-child) {
  border-bottom: solid 1px #6f7271;
}
.nav-expand-content .nav-link {
  background-color: #efefef;
}
.nav-expand-content .nav-back-link {
  display: flex;
  align-items: center;
  background-color: #000 !important;
  color: #fff;
}
.nav-expand-content .nav-back-link::before {
  content: "<";
  margin-right: 0.5em;
	font-weight: bold;
}
.nav-expand-link {
  display: flex;
  justify-content: space-between;
}
.nav-expand-link::after {
	content: ">";
  flex: 0 1 auto;
  font-weight: bold;
}
.nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible;
}
.nav-expand .nav-expand-content {
  background-color: #efefef;
}
.nav-expand .nav-expand-content .nav-link {
  background-color: #efefef;
}
.nav-expand .nav-expand-content .nav-expand-content {
  background-color: #efefef;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-link {
  background-color: #efefef;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #efefef;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
  background-color: #efefef;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #efefef;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
  background-color: #efefef;
}


/*Accordian*/
 .accordion {
    width: 100%;
	 background-color: #000;
}
.accordion .accordion-head {
    color: #6f7271;
    background-color: #000;
    border-bottom: none;
    position: relative;
    padding: 13px;
    cursor: pointer;
    overflow: hidden;
	outline: rgba(255, 255, 255, 0.3) solid 1px;
}
.accordion .accordion-head * {
    cursor: pointer;
}
.accordion .accordion-head h4 {
    float: left;
	 width: calc(95% - 50px);
	margin-left: 5%;
	padding-top:0px;
	padding-bottom:0px;
	line-height: 1;
}
.accordion .accordion-body p {
    float: left;
	 width:100%;
	font-size: 175%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	color: #000;
	background-color: #6f7271;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.accordion .accordion-body span {
    width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	display: block;
}
.accordion .accordion-head:hover {
	color: #fff !important;
}
.accordion .accordion-head:hover .faqarrow {	
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.accordion .accordion-body {
    border-bottom: none;
    height: auto;
    display: none;
	background-color: #fff;
}
.faqarrow {
	display: flex;
    float: right;
    width: 40px;
    height: 80px;
	margin: auto;
	justify-content: center;
	align-content: center;
	align-items: center;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.accordion-head.open .faqarrow {
   height: 3px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.accordion-head.open {
    border-bottom: none;
	color: #fff;
}

