@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: TitleFont;
    src: url("../fonts/Metropolis-Bold.ttf") format("truetype");
}
@font-face {
    font-family: TitleFont2;
    src: url("../fonts/Metropolis-Black.ttf") format("truetype");
}
@font-face {
    font-family: MenuFont;
    src: url("../fonts/Metropolis-Regular.ttf") format("truetype");
}
@font-face {
    font-family: MainBodyFont;
    src: url("../fonts/Metropolis-Regular.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");
}

/*Scroll Bar*/
/* width */
::-webkit-scrollbar {
  width: 11px;
	background: transparent;
}
/* Track */
::-webkit-scrollbar-track {
  background: #000;
}
/* Handle */
::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #5eb9ff;
	margin-right: 1px;
	margin-left: 1px;
	width: 8px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #efefef;
}
#pagecontainer{
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: stretch;
	position: relative;
}
#InlineLink{
	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;
}
#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: #9e9e9e;
	-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: #9e9e9e;
	-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: #9e9e9e;
}
.PWDlink:hover {
	text-decoration: none;
	color: #5b37cc;
}
.PWDlink:active {
	text-decoration: none;
}
.PrimaryColor {
	color: #5eb9ff !important;	
}
.SecondaryColor {
	color: #08296c !important;
}
.DarkColor {
	color: #14283e !important;
}
.White {
	color: #ffffff !important;
}
.Black {
	color: #000000 !important;
}
.GreyText {
	color: #cccccc !important;
}
.Handwriting {
	font-family: Scripty !important;
}
.copywritesection{
	min-height: 40px !important;
	background-color: #000;
	position: absolute;
}
.socialcontainer{
	width: auto;
	margin-right: 30px;
	white-space: nowrap;
	display: grid;
	position: relative;
	grid-template-columns: 25px 30px 25px;
	grid-gap: 0;
	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: #cf013e;
	opacity: 0;
	z-index: 5000;
	transition: all 0.1s linear;
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 10px;
	transform: scale(0%);
}
#BackToTop:hover {
	background: #08296c;
	border: 1px #08296c solid;
  background-position: left center;
	transition: all 0.25s linear;
}
#BackToTop.stick{
	opacity: 1;
	height: 75px;
	transform: scale(100%);
	transition: all 0.1s linear;
}
#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;
}
#FooterDrop{
	margin: 0;
	padding: 0;
	background-color: transparent;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.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{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: transparent;
	z-index: 5;
}
.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%;
}
#svgmask{
	width: auto;
	height: auto;
	object-fit: contain;
	display: flex;
	align-self: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	transform-origin: center center;
	}
#svgmaskcontainer{
	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;
	}
.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%;
}
.FullVideo{
	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; 
	background-image: url("../Graphics/MedicalLab.gif");
   -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; 
	background-image: url("../Graphics/MedicalLab.gif");
   -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;
	display: flex;
    height: auto;
    width: 100%;
	margin: 0 0%;
	border: 2px solid transparent;
	box-sizing: border-box;
	z-index: 100;
}
.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;
}

.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;
}
.Red {
	color:#F00;
}

.PictureBorder{
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	outline: none;
	overflow: visible;
}
.PictureBorder::after, .PictureBorder::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 1px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
	overflow: visible;
}
.PictureBorder::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #000;
  border-right-color: #000;
}
.PictureBorder::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #000;
  border-left-color: #000;
}
.PictureBorder.PictureBorderAnimation:after, .PictureBorder.PictureBorderAnimation:before {
  width: 110%;
  height: 110%;
	
}


.PictureBorder2{
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	outline: none;
	overflow: visible;
}
.PictureBorder2::after, .PictureBorder2::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
	overflow: visible;
}
.PictureBorder2::after {
  top: 0;
  right: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: #cb7225;
  border-right-color: #cb7225;
}
.PictureBorder2::before {
  bottom: 0;
  left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #cb7225;
  border-left-color: #cb7225;
}
.PictureBorder2.PictureBorderAnimation2:after, .PictureBorder2.PictureBorderAnimation2:before {
  width: 110%;
  height: 110%;
	
}

.PictureBorderWhite{
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	outline: none;
	overflow: visible;
}
.PictureBorderWhite::after, .PictureBorderWhite::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
	overflow: visible;
}
.PictureBorderWhite::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.PictureBorderWhite::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #fff;
  border-left-color: #fff;
}
.PictureBorderWhite.PictureBorderWhiteAnimation:after, .PictureBorderWhite.PictureBorderWhiteAnimation:before {
  width: 110%;
  height: 110%;
	
}

.PictureBorderWhite2{
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	outline: none;
	overflow: visible;
}
.PictureBorderWhite2::after, .PictureBorderWhite2::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 0%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
	overflow: visible;
	transition-delay: 0.25s;
}
.PictureBorderWhite2::after {
  bottom: 0;
  left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #cb7225;
}
.PictureBorderWhite2::before {
  top: 0;
  right: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: #cb7225;
  border-right-color: #fff;
}
.PictureBorderWhite2.PictureBorderWhiteAnimation2:after, .PictureBorderWhite2.PictureBorderWhiteAnimation2:before {
  width: 110%;
  height: 110%;
	
}

.PictureBorderHover{
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	outline: none;
	overflow: visible;
}
.PictureBorderHover::after, .PictureBorderHover::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
	overflow: visible;
}
.PictureBorderHover::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #cb7225;
  border-right-color: #cb7225;
}
.PictureBorderHover::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #cb7225;
  border-left-color: #cb7225;
}
.PictureBorderHover:hover:after, .PictureBorderHover:hover:before {
  width: 110%;
  height: 110%;
	
}

.PictureBorderHover2{
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	outline: none;
	overflow: visible;
}
.PictureBorderHover2::after, .PictureBorderHover2::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
	overflow: visible;
}
.PictureBorderHover2::after {
  bottom: 0;
  left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #cb7225;
  border-left-color: #cb7225;
}
.PictureBorderHover2::before {
  top: 0;
  right: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: #cb7225;
  border-right-color: #cb7225;
}
.PictureBorderHover2:hover:after, .PictureBorderHover2:hover:before {
  width: 110%;
  height: 110%;
	
}

.BalloonLink{
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	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;
}
.svgIcon{
	width: 90%;
	max-width: 225px;
}
.svgRed {
	fill: #002365;
	stroke-width: 0px;
}
.svgGrey {
	fill: #5e5f5e;
	stroke-width: 0px;
}
.svgWhite {
	fill: #fff;
	stroke-width: 0px;
}
.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: #fff;
	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: #002365;
	-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 {
    padding: 0rem;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
	border: 2px solid #cb7225;
    border-radius: 0px;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	-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%);
}
.tintlight{
	-webkit-filter: brightness(75%);
	filter: brightness(75%);
}
.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%;
}

/* Backgrounds */
.whitebackground { 
    background-color: #fff !important;
}
.blackbackground { 
    background: #000;
}
.redbackground { 
    background-color: #cf013e !important;
}
.bluebackground {
	background: #002365;
}
.greybackground {  
    background: #efefef;
}
.lightbackground {
	background: -webkit-linear-gradient(to bottom, #ffffff, #f8f8f8, #dae1e7);  
    background: -moz-linear-gradient(to bottom, #ffffff, #f8f8f8, #dae1e7);  
    background: -o-linear-gradient(to bottom, #ffffff, #f8f8f8, #dae1e7);  
    background: linear-gradient(to bottom, #ffffff, #f8f8f8, #dae1e7);
}
.curvebackground {  
	background: radial-gradient(72% 132% at top,transparent 65%,#efefef 75%,#ffffff 75.5%) top;
}
.greenbackground {
	background: -webkit-linear-gradient(to bottom, #00B095, #B0D3CC, #00B095);  
    background: -moz-linear-gradient(to bottom, #00B095, #B0D3CC, #00B095);  
    background: -o-linear-gradient(to bottom, #00B095, #B0D3CC, #00B095);  
    background: linear-gradient(to bottom, #00B095, #B0D3CC, #00B095);
}
.pagebackground {
	background-color: #000;
	background-image: url("../MedicalSpa/StLouis/Aesthetics/MedSpa/BestMedicalSpaInStLouis2.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center!important;
}
.pagebackground2 {
	background-color: #000;
	background-image: url("../MedicalSpa/StLouis/Aesthetics/MedSpa/MedicalSpaInStLouis.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center!important;
	background-attachment: fixed;
}

.whitepagebackground2 {
	background-image: url("../Contractor/StClairsvilleKitchenBath/CustomCounterTopsOhio.jpeg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:left center!important;
	background-attachment: fixed;
}
.whitepagebackground3 {
	background-image: url("../MedicalSpa/StLouis/Aesthetics/BotoxInjections/BotoxInjectionSaleStLouis.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:left center!important;
}

/* Buttons */
.buttonlink {
	width: 250px;
	margin: auto;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.buttonlinkslider {
	width: 250px;
	margin: auto;
	max-width: 250px;
}
.button {
  width: 250px;
  height: 60px;
  position: relative;
	display: block;
  cursor: pointer;
	background: rgba(94,185,255,1);
	background-size: 350% 200%;
	background-position: right center;
	margin-left: auto;
	margin-right: auto;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	border-radius: 2px;
	border: 2px #fff solid;
}
.button span {
  position: absolute;
  color: #fff;
  font-family: MenuFont, sans-serif;
  opacity: 1;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.button:hover > .line:nth-child(2), .button:hover > .line:nth-child(5) {
  transition-delay: 0.25s;
}
.button:hover > .line:nth-child(3), .button:hover > .line:nth-child(6) {
  transition-delay: 0.45s;
}
.button:hover {
	background: rgba(239,239,239,1);
  background-position: left center;
}
.button:hover span {
  color: #a86423;
	font-weight: normal;
}
.button span:after {
  color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.button::after, .button::before {
  content: "";
	display: flex;
  position: absolute;
  width: 0%;
  height: 0%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 0px;
}
.button::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;
}
.button::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;
}
.button:hover:after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
	border-bottom-color: #a86423;
  border-right-color: #a86423;

}
.button:hover:before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
	border-top-color: #a86423;
  border-left-color: #a86423;
}


.buttontrans {
  width: 250px;
  height: 60px;
  position: relative;
	display: block;
  cursor: pointer;
	background: rgba(94,185,255,0.7);
	background-size: 350% 200%;
	background-position: right center;
	margin-left: auto;
	margin-right: auto;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	border-radius: 2px;
	border: 2px #fff solid;
}
.buttontrans span {
  position: absolute;
  color: #fff;
  font-family: MenuFont, sans-serif;
  opacity: 1;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.buttontrans:hover > .line:nth-child(2), .buttontrans:hover > .line:nth-child(5) {
  transition-delay: 0.25s;
}
.buttontrans:hover > .line:nth-child(3), .buttontrans:hover > .line:nth-child(6) {
  transition-delay: 0.45s;
}
.buttontrans:hover {
	background: rgba(239,239,239,1);
  background-position: left center;
}
.buttontrans:hover span {
  color: #a86423;
	font-weight: normal;
}
.buttontrans span:after {
  color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.buttontrans::after, .buttontrans::before {
  content: "";
	display: flex;
  position: absolute;
  width: 0%;
  height: 0%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 0px;
}
.buttontrans::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;
}
.buttontrans::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;
}
.buttontrans:hover:after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
	border-bottom-color: #a86423;
  border-right-color: #a86423;

}
.buttontrans:hover:before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
	border-top-color: #a86423;
  border-left-color: #a86423;
}


.buttoncontainer {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	align-content: center;
  border-radius:2px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:10px;
}
.buttoncontainersmall {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  border-radius:2px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:10px;
}

.buttoncenter {
  width: auto;
  height: 60px;
  position: relative;
	margin: 5px 0px;
}
.buttoncentersmall {
  width: auto;
  height: 50px;
  position: relative;
}



/* Links */
.HeaderLinksContainer{
	width: auto;
	box-sizing: border-box;
	right: 0;
	display: flex;
	margin: auto;
	margin-right: 40px;
	transform-origin: right;
	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;
	padding: 0 10px;
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.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: #000;
}
.FooterLink:link {
	display: block;
	position: relative;
	text-decoration: none;
	color: #9e9e9e;
	-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: #9e9e9e;
}
.FooterLink:hover {
	text-decoration: none;
	color: #5eb9ff;
}
.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: #870000 !important;
}
.WhiteLink:active {
	text-decoration: none;
}
.BlueLink:link {
	color: #1B3D6D;
	font-weight:normal;
	text-decoration:none;
}
.BlueLink:visited {
	color: #1B3D6D;
	text-decoration:none;
}
.BlueLink:hover {
	text-decoration: none;
	color: #D72131;
}
.BlueLink:active {
	text-decoration: none;
}
.OrangeLink:link {
	color: #9e9e9e;
	text-decoration:none;
}
.OrangeLink:visited {
	color: #9e9e9e;
	text-decoration:none;
}
.OrangeLink:hover {
	text-decoration: none;
	color: #5eb9ff;
}
.OrangeLink:active {
	text-decoration: none;
}


.BlackLink:link {
	text-decoration: none;
	color: #000;
}
.BlackLink:visited {
	text-decoration: none;
	color: #000;
}
.BlackLink:hover {
	text-decoration: none;
	color: #002365;
}
.BlackLink: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;
	margin-left: 2px;
	margin-right: 2px;
}

/* Main Menu */

#menu li{
	width: 100%;
	height: 100%;
	padding: 0 10px;
	align-content: stretch;
	align-items: stretch;
	position: relative;
	background-color: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;
	border-bottom: none;
	white-space: nowrap;
}

#menu li:hover{
	background-color: transparent;
	

}
.navbarjoin {   
	background-color: rgba(0,0,0, 0) !important;
	color: #333333 !important;
	padding: 7px 14px !important;
	box-sizing: border-box;
    border: 1px solid #333333;
	border-radius: 10px;
}
.navbarjoin:hover {   
	background-color: rgba(207,1,62, 1) !important;
	color: #fff !important;
}
#menu li a.navbarjoin:after {
      content: '';
      display: flex;
      border-bottom: none;
      transform: none;
      transition: transform .3s ease-in-out;
    }

#menu li a.navbarjoin:hover:after {
      transform: none;
    }


#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;
}
#menu li a:hover {
    color: #a86423;
	border-color: #a86423;
	-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);
    }
#menu li a:after {
      content: '';
      display: flex;
      border-bottom: solid 2px;
      transform: scaleX(0);
      transition: transform .3s ease-in-out;
    }

#menu li a:hover:after {
      transform: scaleX(1);
    }

#menu li:hover > ul{
	display: block;
	border: none !important;
	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:-15px;
	padding: 0;
	width: 100%; 
	overflow: visible;
	min-width:200px;
	height: 50px;
	max-height: 120px;
	margin-top: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 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;
}
#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;
	background-color: 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;
	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(255,255,255, 1);
	border-right: 2px solid #a86423;
	border-left: 2px solid #a86423;
	color: #a86423;
	-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;
}


/* 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: 20px 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:7px;
	padding-left:20px;
	padding-right:0px;
	padding-top:7px;
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	font-family: MainBodyFont, Geneva, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
	background-color: transparent;
	letter-spacing: 2px;
}

#menu2 li:hover > a{
	color: #fff;
	background: transparent;	
}

#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);
    }

*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: -35px;
	width: auto; 
	min-width: auto;
	z-index: 99999;
	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;
}
#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: 100%;
	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: 7px 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: 20px;
	font-weight: bold;
	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;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
}
*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{
	width: auto;
	text-shadow:none;
    background: transparent;
}
#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;
}


/*Accordian*/
 .accordion {
    width: 100%;
	 background-color: #fff;
}
.accordion .accordion-head {
    color: #fff;
    background-color: #000;
    border-bottom: none;
    position: relative;
    padding: 13px;
    cursor: pointer;
    overflow: hidden;
}
.accordion .accordion-head * {
    cursor: pointer;
}
.accordion .accordion-head h4 {
    float: left;
	 width:90%;
	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: #fff;
	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: #cb7225 !important;
}
.accordion .accordion-head:hover .faqarrow {
    margin-top: 27px;
    border-bottom-color: #cb7225;
    border-top-color: transparent;
}
.accordion .accordion-body {
    border-bottom: none;
    height: auto;
    display: none;
	background-color: #fff;
}
.faqarrow {
    float: right;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    margin-top: 45px;
    border-top-color: #fff;
}
.accordion-head.open .faqarrow {
    margin-top: 27px;
    border-bottom-color: #cb7225;
    border-top-color: transparent;
}
.accordion-head.open {
    border-bottom: none;
	color: #cb7225;
}

