@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: KlavLight;
    src: url(../fonts/QuicksandLight.ttf) format("truetype");
}
@font-face {
    font-family: Brit;
    src: url(../fonts/BRITANIC.ttf) format("truetype");
}
@font-face {
    font-family: WebDesigns;
    src: url(../fonts/impact.ttf) format("truetype");
}
@font-face {
    font-family: Pittsburgh;
    src: url(../fonts/MYRIADPRO-REGULAR.OTF) format("opentype");
}
@font-face {
    font-family: HeaderFont;
    src: url(../fonts/COPRGTB.ttf) format("truetype");
}
@font-face {
    font-family: BodyFont;
    src: url(../fonts/COPRGTL.ttf) format("truetype");
}

@font-face {
    font-family: TitleFont;
    src: url(../fonts/impact.ttf) format("truetype");
}
@font-face {
    font-family: MenuFont;
    src: url(../fonts/muli.ttf) format("truetype");
}
@font-face {
    font-family: MainBody;
    src: url(../fonts/muli.ttf) format("truetype");
}
@font-face {
    font-family: Scripty;
	src: url(../fonts/ClickerScript-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
	src: url(../fonts/Poppins-Regular.ttf) format("truetype");
}


/*Scroll Bar*/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #44ef44;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #44ef44;
}


.sup{
	vertical-align: super;
	font-size: 14px;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.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;
}
.PageTitleHeader {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 800%;
	font-weight: 900;
	color: #fff;
}
.TitleHeader {
	font-family: TitleFont;
	font-size: 300%;
	font-weight: 900;
	color: #000;
}


.TitleHeader4 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 350%;
	letter-spacing: .125rem;
	font-weight: 900;
	color: #ffffff;
}
.TitleHeaderSm {
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-size: 180%;
	font-weight: 600;
	color: #000;
	text-shadow: none;
}
.TitleHeaderSm2 {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 300%;
	font-weight: 600;
	color: #000;
	text-shadow: none;
}
.BalloonHeader {
	font-size: 350%;
	color: #7fe3f3;
	padding-left:5px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: none;
}
.SmallOrange {
	color: #808080;
	padding-left: 0px;
	padding-right:0px;
	font-size: 18px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
}
.MainBody {
	color: #000;
	padding-left: 0px;
	padding-right:0px;
	font-size: 160%;
	line-height:1.2;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
}
.MainBody2 {
	color: #000;
	padding-left: 0px;
	padding-right:0px;
	font-size: 175%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
}
.MainBodyW2 {
	color: #fff;
	font-size: 175%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 300;
	padding-right:0px;
	padding-left:0px;
}
.MainBody222 {
	color: #000000;
	font-size: 200%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
}
.MainBody3 {
	color: #4eaec4;
	font-size: 130%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:100;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	letter-spacing:.5px;
}
.MainBody33 {
	color: #777777;
	font-size: 175%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:100;
	padding-left:10px;
	padding-bottom:0px;
	margin:0px;
}
.MainBodyW33 {
	color: #fff;
	font-size: 150%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:100;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}
.MainBody333 {
	color: #000;
	font-size: 160%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 100;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
.MainBodyW333 {
	color: #fff;
	font-size: 140%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 100;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}
.FooterIcons {
	color: #232323;
	font-size: 200%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 100;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}
.MainBodyWhite3 {
	color: #fff;
	font-size: 150%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:1000;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	letter-spacing:.5px;
}
.MainBodyLg2 {
	color: #000;
	font-size: 350%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-left:0px;
	padding-right:0px;
	text-decoration:none;
}
.MainBodyWhite {
	color: #fff;
	font-size: 400%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyHeaderWhite {
	color: #fff;
	font-size: 350%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyOrange {
	color: #cca562;
	font-size: 200%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyOrange2 {
	color: #d9ab00;
	font-size: 300%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyOrange2Sm {
	color: #d0a894;
	font-size: 350%;
	font-family: Poppins, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyW {
	color: #FFFFFF;
	font-size: 175%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyO {
	color: #cca562;
	font-size: 175%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyGrey {
	color: #777;
	font-size: 150%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	font-weight:bold;
	text-shadow: none;
}
.MainBodyTitleW {
	color: #ffffff;
	font-size: 175%;
	font-family: Poppins, calibri, Tahoma, Geneva, sans-serif;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyTitleBlue {
	color: #364765;
	font-size: 175%;
	font-family: Poppins, calibri, Tahoma, Geneva, sans-serif;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.FooterWhite {
	color: #000;
	font-size: 300%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.FooterWhite2 {
	color: #000;
	font-size: 180%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyBlack {
	color: #000;
	font-size: 350%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyWhite22 {
	color: #fff;
	font-size: 110%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-decoration:none;
}
.MainBodyBlue {
	color:#111c43;
	font-size: 300%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
	text-decoration:none;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 200%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.MainBodyGreyFooter {
	color: #032c40;
	font-size: 200%;
	font-family: MainBody, Helvetica, Arial, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.MainBodyGreySubHeader {
	color: #808080;
	font-size: 200%;
	font-family: TitleFont, Helvetica, Arial, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	font-weight:100;
	margin:0px;
	line-height:1.4;
}
.MainBodyWhiteSubHeader {
	color: #ffffff;
	font-size: 200%;
	font-family: TitleFont, Helvetica, Arial, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	font-weight: bold;
	margin:0px;
}
.MainBodyWhiteHome {
	color: #FFF;
	font-size: 250%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}

.PortfolioBlockLabel {
	color: #000;
	font-size: 150%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: bold;
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	-webkit-animation: labeltext 0.5s ease-in-out forwards;
	-moz-animation: labeltext 0.5s ease-in-out forwards;
	-o-animation: labeltext 0.5s ease-in-out forwards;
	-ms-animation: labeltext 0.5s ease-in-out forwards;
	animation: labeltext 0.5s ease-in-out forwards;
	animation-delay:0.4s;
	opacity:0;
	white-space:nowrap;
	word-wrap:
}
@keyframes labeltext {
    0% {
		opacity:0;				
    	}
	100% {
		opacity:1;
    	}
}
.BigMainBodyGreyHome {
	color: #808080;
	font-size: 300%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}

.MainBodyGreyHome {
	color: #7a878c;
	font-size: 200%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	margin:0px;
}
.MainBodyGreenHome {
	color: #9cbd5e;
	font-size: 250%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.MainBodyBlueHome {
	color: #364765;
	font-size: 200%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	font-weight:bold;
	margin:0px;
}

.MainBodyGreen2 {
	color: #44ef44;
	font-size: 180%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.MainBodyWhiteFooter {
	color: #fff;
	font-size: 150%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:5px;
	padding-bottom:0px;
	font-weight:100;
	margin:0px;
}

.MainBodyWhiteFooters {
	color: #000;
	font-size: 230%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}

.MainBodyBlack2 {
	color: #000;
	font-size: 300%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:100;
	margin:0px;
}
.MainBodyBlackSm2 {
	color: #5a5a5a;
	font-size: 150%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding:0px;
	font-weight:100;
	margin:0px;
}
.MainBodyRed {
	color: #af2224;
	font-size: 150%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	font-weight:100;
	margin:0px;
}
.MainBodyRed2 {
	color: #d9ab00;
	font-size: 180%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.MainBodyLg {
	color: #000;
	font-size: 350%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyHome {
	color: #18aab6;
	font-size: 200%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	vertical-align:middle;
	text-align:center middle;
	display: table-cell;
}
.MainBodyWhiteSm {
	color: #FFF;
	font-size: 175%;
	font-family: MenuFont, calibri, Tahoma, Geneva, sans-serif;
	padding-left: 10px;
	padding-right:10px;
}
.RedClose {
	color: #000;
	font-size: 300%;
	font-family: MenuFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right: 20px;
}
.GreenHighlight {
	text-decoration: none;
	font-family: Brit, calibri, Tahoma, Geneva, sans-serif;
	color: rgba(113, 200, 51, 1);
	text-shadow: 1px 1px 0px #000;
	font-style:italic;
	font-weight:700;
	font-size:110%
}
.Testimonial {
	color: #555;
	font-size: 200%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-left: 20px;
	padding-right:20px;
}
.Letter{
	display: inline-block;
	margin-left:-10px;
}
.FooterText {
	color: #777;
	font-size: 120%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.FooterTextSmall {
	color: #ddd;
	font-size: 100%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right:0px;
	padding-left:0px;
}
.FootText {
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	font-size: 111%;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}
.FooterWebDesigns{
	font-family:WebDesigns;
	font-size:160.9957px;
	fill:#000000;
}
.FooterPittsburgh{
	font-family:Pittsburgh;
	font-size:91.7675px;
	fill:#44ef44;
}
.FooterPhoneBackground{
	fill:#efefef;
	stroke:#efefef;
}
.FooterFacebookBackground{
	fill:#efefef;
	stroke:#efefef;
}
.FooterEmailBackground{
	fill:#efefef;
	stroke:#efefef;
}
#Phone:hover > .FooterPhoneNumber, .FooterPhone{
	font-family:Pittsburgh;
	font-size:77.5049px;
	fill:#44ef44;
}
#PhoneNumber:hover > .FooterPhone{
	fill:#44ef44;
	stroke:#44ef44;
}
.FooterPhoneNumber{
	font-family:Pittsburgh;
	font-size:77.5049px;
	fill:#000000;
}
.FooterPhoneNumber:hover{
	font-family:Pittsburgh;
	font-size:77.5049px;
	fill:#44ef44;
}
.FooterPhone{
	fill:#000000;
	stroke:#000000;
	stroke-width:2;
	stroke-miterlimit:10;
}
.FooterPhone:hover{
	fill:#44ef44;
	stroke:#44ef44;
	stroke-width:2;
	stroke-miterlimit:10;
}

#Facebook:hover > .FooterFacebook{
	fill:#44ef44;
	stroke:#44ef44;
	stroke-width:2;
	stroke-miterlimit:10;
}
.FooterFacebook{
	fill:#000000;
	stroke:#000000;
	stroke-width:2;
	stroke-miterlimit:10;
}
#Email:hover > .FooterEmail{
	fill:#44ef44;
	stroke:#44ef44;
	stroke-width:2;
	stroke-miterlimit:10;
}
.FooterEmail{
	fill:#000000;
	stroke:#000000;
	stroke-width:2;
	stroke-miterlimit:10;
}
.FooterSpider{
	fill:#000000;
	fill-rule:evenodd;
	clip-rule:evenodd;
}
.FooterEyes{
	fill:#44ef44;
}
#tint2{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
}
.MineralRightsTableFade {
	background-color:rgba(255,255,255,0.9);
}
.Copyright {
	color: #fff;
	font-size: 111%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-right: 11px;
	padding-left: 11px;
	line-height: 1.5;
}
.FormText {
	color: #808080;
	width: 95%;
	max-width: 400px;
	margin-top: 5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 160%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	text-align:left;
}
.formbox {
	width:95%;
	min-height:30px;
	font-size:150%;
	background-color: transparent;
	border-radius:5px;
	color:#000;
	border: #808080 solid 3px;
}
.formbox2 {
	width:auto;
	min-height:30px;
	font-size:120%;
	background-color: transparent;
	border-radius:5px;
	color:#000000;
	border: #808080 solid 3px;
}
input:required {
  background-color: transparent;
}
.formareacode {
	width:50px;
	min-height:30px;
	font-size:150%;
	background-color: transparent;
	border-radius:5px;
	color:#000;
	border: #cddbde solid 3px;
}
.formphone {
	width:100px;
	min-height:30px;
	font-size:150%;
	background-color: transparent;
	border-radius:5px;
	color:#000;
	border: #cddbde solid 3px;
}
.formmessagebox {
	width:95%;
	min-height:60px;
	font-size:150%;
	background-color: transparent;
	border-radius:5px;
	color:#000;
	border: #808080 solid 3px;
}
.SubmitButton {
	display: inline-block;
	width:auto;
	margin-left:0px;
	padding:10px;
  border-radius: 5px;
  background-color:#364765;
  color:#FFF;
  border:2px solid #364765;
  font-size:18px;
  font-weight:bold;
  
}
.SubmitButton:hover {
	background-color: #7a878c;
	color:#fff;
	border:2px solid #7a878c;
}
.Submit {
	display: inline-block;
	background-color: transparent;
	border-color: transparent;
  	border-width:0px;
  	border-style: none;
  	border: none;
  	color: #FFF;
  	text-align: center;
	font-family: MenuFont, calibri, Tahoma, Geneva, sans-serif;
  	font-size: 90%;
  	padding-bottom:10px;
  	padding-top:10px;
  	padding-left:20px;
  	padding-right:20px;
	margin-left:0px;
	margin-right:0px;
  	width: auto;
  	transition: all 0.5s;
  	cursor: pointer;
  	margin: 5px;
	
}
.Submit:hover {
	background-color: transparent;
	color:#6bcbdd;
}
#formback {
	background-color:#FFF;
	border-color:#CCC;
	border-width: 2px;
	border-radius:5px;
	width:100%;
	display:block;
}

.Red {
	color:#F00;
}
.BudgetBar {
	color: #fff;
	background-color:rgba(30,115,172,0.9);
	padding-top:5px;
	padding-bottom:5px;
	font-size: 200%;
	text-align:center;
	border:none;
}

.WhiteHr{
	color: #FFFFFF;
}
.YellowHr{
	background-color: rgba(247,227,0,1);
	color: #F7E300;
	border-color: #F7E300;
}
.BlackHr{
	background-color: rgba(0,0,0,1);
	color: #000;
	border-color: #000;
}
.RedHr{
	background-color: rgba(242,0,23,1);
	color: #F20017;
	border-color: #F20017;
}
.PictureBorder{
	border: none;
	border-top-left-radius:25px;
	border-bottom-right-radius:25px;
	background-color:#fff; 
	border-radius:0px;
	box-shadow: 0px 0px 10px 1px #e8e8e8;
}
#PictureFadeLeftParent {
	display:flex;
	position:relative;
	overflow:hidden;
	width:100%;
}

/* Buttons */
.buttoncontainer {
  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;
  max-width:250px;
}

.buttoncenter {
  width: auto;
  height: 60px;
  position: relative;
}

.greenbtn {
  width: 100%;
  height: 60px;
  cursor: pointer;
  background: #44ef44;
  border: 1px solid #44ef44;
  border-radius:2px;
    padding-left:20px;
  padding-right:20px;
  outline: none;
  transition: 1s ease-in-out;
  box-shadow: 1px 1px 1px #777;
}
.whitebtn {
  width: 100%;
  height: 60px;
  cursor: pointer;
  background: #44ef44;
  border: 1px solid #44ef44;
  border-radius:2px;
    padding-left:20px;
  padding-right:20px;
  outline: none;
  transition: 1s ease-in-out;
  box-shadow: 1px 1px 1px #ccc;
}

#greenButtonSVG {
  position: absolute;
  display:inline;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}
#whiteButtonSVG {
  position: absolute;
  display:inline;
  left: 0;
  top: 0;
  fill: none;
  stroke: #000;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.greenbtn:hover {
  transition: 1s ease-in-out;
  background: transparent;
  box-shadow: 2px 2px 5px #777;
}
.whitebtn:hover {
  transition: 1s ease-in-out;
  background: #efefef;
  border: 1px solid #000;
  box-shadow: 2px 2px 5px #ccc;
}

.greenbtn:hover #greenButtonSVG {
  stroke-dashoffset: -480;
}
.whitebtn:hover #whiteButtonSVG {
  stroke-dashoffset: -480;
}

.buttonhovertext {
  color: #000;
  font-size: 18px;
  font-weight: 100;
  font-weight:bold;
  font-family:Mainbody;
  white-space:nowrap;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.greenbtn:hover > .buttonhovertext {
	color:#44ef44;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.whitebtn:hover > .buttonhovertext {
	color:#000;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}




#BlueButton {
  display: inline-block;
    padding: 10px 20px;
    color: #18aab6;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    border: 2px solid #18aab6;
	border-radius:5px;
    font-size: 16px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#BlueButton:hover {
	background-color: #18aab6;
	color: #ffffff;
	border: 2px #18aab6 solid;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#BlueButton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#BlueButton span:after {
  content: '\00bb';
  font-size:40px;
  position: absolute;
  opacity: 0;
  top: -14px;
  right: -20px;
  transition: 0.5s;
}

#BlueButton:hover span {
  padding-right: 25px;
}

#BlueButton:hover span:after {
  opacity: 1;
  right: 0;
}





#GreenButton {
  	display: inline-block;
    padding: 20px 20px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: #44ef44;
    border: 1px solid #44ef44;
	border-radius:2px;
    font-size: 16px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bolder;
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#GreenButton:hover {
	background-color: transparent;
	border: 1px solid #44ef44;
	color:#44ef44;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#GreenButton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#GreenButton span:after {
  content: '\00bb';
  font-size:40px;
  position: absolute;
  opacity: 0;
  top: -14px;
  right: -20px;
  transition: 0.5s;
}

#GreenButton:hover span {
  padding-right: 25px;
}

#GreenButton:hover span:after {
  opacity: 1;
  right: 0;
}

#GreenButton2 {
  	display: inline-block;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: #44ef44;
    border: 1px solid #44ef44;
	border-radius:2px;
    font-size: 16px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bolder;
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#GreenButton2:hover {
	background-color: transparent;
	border: 1px solid #44ef44;
	color:#44ef44;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#GreenButton2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#GreenButton2 span:after {
  content: '\00bb';
  font-size:40px;
  position: absolute;
  opacity: 0;
  top: -14px;
  right: -20px;
  transition: 0.5s;
}

#GreenButton2:hover span {
  padding-right: 25px;
}

#GreenButton2:hover span:after {
  opacity: 1;
  right: 0;
}
#WhiteButton {
  display: inline-block;
  border-radius: 0px;
  background-color: #ffffff;
  border: 2px #fff solid;
  color: #092c74;
  text-align: center;
  padding-left: 10px;
  padding-right:10px;
  padding-top:7px;
  padding-bottom:7px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
}
#WhiteButton:hover {
	background-color: #999;
	color: #ffffff;
	border: 2px #999 solid;
}
#WhiteButton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#WhiteButton span:after {
  content: '\00bb';
  font-size:40px;
  position: absolute;
  opacity: 0;
  top: -14px;
  right: -20px;
  transition: 0.5s;
}

#WhiteButton:hover span {
  padding-right: 25px;
}

#WhiteButton:hover span:after {
  opacity: 1;
  right: 0;
}

#YellowButton {
  	display: inline-block;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: #d9ab00;
    border: 1px solid #d9ab00;
	border-radius:5px;
    font-size: 16px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#YellowButton:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color:#000;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#YellowButton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#YellowButton span:after {
  content: '\00bb';
  font-size:40px;
  position: absolute;
  opacity: 0;
  top: -14px;
  right: -20px;
  transition: 0.5s;
}

#YellowButton:hover span {
  padding-right: 25px;
}

#YellowButton:hover span:after {
  opacity: 1;
  right: 0;
}

.WeightLossPittsburghHov{
	opacity:1;
}
.WeightLossPittsburghHov:hover{
	opacity:.7;
}
#WexfordSkinnyLightBtn1{
	width: 90%;
	background-color: #4eaec4;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	font-size: 170%;
	color: #ffffff !important;
	text-align:center !important;
	max-width: 320px;
	border-radius: 10px;
}
#WexfordSkinnyLightBtn1:hover{
	background-color: #9abc61;
	color:#ffffff !important;
}
#WexfordSkinnyLightBtn2{
	width: 90%;
	background-color: #9abc61;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	font-size: 170%;
	color: #ffffff !important;
	text-align:center !important;
	max-width: 320px;
	border-radius: 10px;
}
#WexfordSkinnyLightBtn2:hover{
	background-color: #4eaec4;
	color:#ffffff !important;
}


#CranberryWeightLoss{ 
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
  
}
.BoxShadow{	
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
	border-radius: 0px;
	background-color:#efefef;
}




/* Links */
#OrangeLink a:link {
	text-decoration: none;
	color: #fff;
}
#OrangeLink a:visited {
	text-decoration: none;
	color: #fff;
}
#OrangeLink a:hover {
	text-decoration: none;
	color: #44ef44;
}
#OrangeLink a:active {
	text-decoration: none;
}
#WhiteLink a:link {
	text-decoration: none;
	color: #fff;
}
#WhiteLink a:visited {
	text-decoration: none;
	color: #fff;
}
#WhiteLink a:hover {
	text-decoration: none;
	color: #44ef44;
}
#WhiteLink a:active {
	text-decoration: none;
}
#WhiteLink2 a:link {
	text-decoration: none;
	color: #ddd;
}
#WhiteLink2 a:visited {
	text-decoration: none;
	color: #ddd;
}
#WhiteLink2 a:hover {
	text-decoration: none;
	color: #fff;
}
#WhiteLink2 a:active {
	text-decoration: none;
}
#WhiteLink3 a:link {
	text-decoration: none;
	color: #5a5a5a;
}
#WhiteLink3 a:visited {
	text-decoration: none;
	color: #5a5a5a;
}
#WhiteLink3 a:hover {
	text-decoration: none;
	color: #FFF;
}
#WhiteLink3 a:active {
	text-decoration: none;
}
#BlueLink a:link {
	color: #364765;
	text-decoration:none;
}
#BlueLink a:visited {
	color: #364765;
	text-decoration:none;
}
#BlueLink a:hover {
	text-decoration: none;
	color: #CCC;
}
#BlueLink a:active {
	text-decoration: none;
}
#RedLink a:link {
	text-decoration: none;
	color: #af2224;
}
#RedLink a:visited {
	text-decoration: none;
	color: #af2224;
}
#RedLink a:hover {
	text-decoration: none;
	color: #ccc;
}
#RedLink a:active {
	text-decoration: none;
}
#BlackLink a:link {
	text-decoration: none;
	color: #000;
}
#BlackLink a:visited {
	text-decoration: none;
	color: #000;
}
#BlackLink a:hover {
	text-decoration: none;
	color: #44ef44;
}
#BlackLink a:active {
	text-decoration: none;
}
#BlackLink2 a:link {
	text-decoration: none;
	color: #777;
}
#BlackLink2 a:visited {
	text-decoration: none;
	color: #777;
}
#BlackLink2 a:hover {
	text-decoration: none;
	color: #18aab6;
}
#BlackLink2 a:active {
	text-decoration: none;
}
#GreenLink a:link {
	text-decoration: none;
	color: #71c839;
}
#GreenLink a:visited {
	text-decoration: none;
	color: #71c839;
}
#GreenLink a:hover {
	text-decoration: none;
	color: #999;
}
#GreenLink a:active {
	text-decoration: none;
}
.SocialMediaButtons {
	max-width:100px;
	opacity:1;
}
.SocialMediaButtons:hover{
	opacity:0.6;
}
.VideoTitles {
	color:#FFF;
	background-color:rgba(22,72,141,0.9);
	font-size:300%;
	padding:10px;
}
.PictureHover{
	opacity:1;
	border:2px solid #092c74;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.PictureHover:hover{
	opacity:0.7;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.GreyPicture{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.GreyPicture:hover{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.LightBlueText {
	color:#34BEEF;
}
.MidBlueText {
	color:#049CDB;
}
.DarkBlueText {
	color:#364765;
}
.GreyText {
	color:#7a878c;
}
.LightGreyText {
	color:#BFBFBF;
}


/* Block Quotes*/

.bubbleleft {
    background-color: #efefef;
    border-radius: 5px;
    box-shadow: none;
    display: inline-block;
    padding: 0px 0px;
    position: relative;
    vertical-align: top;
    margin: 20px 10px;
	border: 1px #999999 solid;
}
.bubbleleft::before {
    background-color: #efefef;
    content:"\00a0";
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: -15px;
	left:30px;
    transform: rotate(47deg) skew(5deg);
    -moz-transform: rotate(47deg) skew(5deg);
    -ms-transform: rotate(47deg) skew(5deg);
    -o-transform: rotate(47deg) skew(5deg);
    -webkit-transform: rotate(47deg) skew(5deg);
    box-shadow: none;
	border-bottom: 1px #999999 solid;
	border-right: 1px #999999 solid;
}
.bubbleright {
    background-color: #efefef;
    border-radius: 5px;
    box-shadow: none;
    display: inline-block;
    padding: 0px 0px;
    position: relative;
    vertical-align: top;
    margin: 20px 10px;
	border: 1px #999999 solid;
}
.bubbleright::before {
    background-color: #efefef;
    content:"\00a0";
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: -15px;
	right:30px;
    transform: rotate(47deg) skew(5deg);
    -moz-transform: rotate(47deg) skew(5deg);
    -ms-transform: rotate(47deg) skew(5deg);
    -o-transform: rotate(47deg) skew(5deg);
    -webkit-transform: rotate(47deg) skew(5deg);
    box-shadow: none;
	border-bottom: 1px #999999 solid;
	border-right: 1px #999999 solid;
}


#ScreenTint{
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	z-index:498;
	-webkit-transition: fadeIn 1s ease-in-out 0s;
	-moz-transition: fadeIn 1s ease-in-out 0s;
	-ms-transition: fadeIn 1s ease-in-out 0s;
	-o-transition: fadeIn 1s ease-in-out 0s;
	transition: fadeIn 1s ease-in-out 0s;
}



/* Main Menu */

#menu li{
	width: auto;
	padding-left:20px;
	padding-right:20px;
	position: relative;
	text-wrap:none;
	display: inline-block;
	background-color:transparent;
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}
#menu li .active{
	background-color: transparent;
}
#menu li:hover{
	background-color: transparent;
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}
#menu li a:hover{
	color: #44ef44;
	padding-top:0;
	padding-bottom:0;
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}
#menu li a:after {
      content: '';
      display: flex;
      border-bottom: solid 2px #44ef44;
      transform: scaleX(0);
      transition: transform .3s ease-in-out;
    }
#menu li a:hover:after {
      transform: scaleX(1);
    }

*html #menu li a:hover{ /* IE6 */
	color: #44ef44;
	color: #44ef44;
	background-color: transparent;
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}
#menu li:hover > ul{
	display: block;
}


/* Sub-menu */
#menu ul{
	display: none;
	position: absolute;
	left:0%;
	padding-top:0px;
	width: auto; 
	min-width:100%;
	z-index: 99999;
	background: #000000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
	border-radius: 0px;
	border-bottom: 1px solid #d9ab00;
	border-left: 1px solid #d9ab00;
	border-right: 1px solid #d9ab00;
	border-top: 1px solid #d9ab00;
}
#menu ul li{
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #fff;
	text-shadow: none;
	width: 100%;
	border-bottom:1px solid #ccc;
	-webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
	transform: none;

}
#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #fff;
	text-shadow:none; 
	border: none; 
}
#menu ul a{
	padding: 10px; 
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	margin-right: 0px;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	text-shadow: none;
	text-align:left;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
}
*html #menu ul a{ /* IE6 */   
	height: 10px;
	color: #fff;
	text-shadow:none;
	text-align:left;
}
*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	color: #fff;
	text-shadow:none;
	text-align:left;
}
#menu ul a:hover{
	width: auto;
	color:#000;
	text-shadow:none;
    background: #fff;
}
#menu ul li:hover{
	  background-color:#fff;
}
#menu ul li:first-child a{  
}
#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
}
#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}
#menu ul li:last-child a{
}
/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	
	}
* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */



/* Main Menu Phone */
#menu2{
	width: 100%;
	height: 80%;
	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:100%;
	border-bottom: none;
	
}

#menu2 a{
	display: block;
	height: auto;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:0px;
	padding-top:10px;
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	font-family: MainBody, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
	background-color: transparent;
}

#menu2 li:hover > a{
	color: #fff;
	background: #000;	
}

*html #menu2 li a:hover{ /* IE6 */
	color: #fff;
	background: #000;
}

#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: thin #0D2456;
	right: 0;
	width: auto; 
	min-width:100%;
	z-index: 99999;
	background: none;
	blend-mode: multiply;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	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-radius: 0px;
}
#menu2 ul li{
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #fff;
	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: thin solid #808080;
}
#menu2 ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #fff;
	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;
	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: 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: #fff;
	text-shadow:none;
	font-weight:bold;
}
*:first-child+html #menu2 ul a{ /* IE7 */    
	height: 10px;
	color: #fff;
	text-shadow:none;
}
#menu2 ul a:hover{
	width: auto;
	color:#fff;
	text-shadow:none;
    background: #000;
}
#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 #444;
}
#menu2 ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}
#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 */




/*Accordian*/
 .accordion {
    width: 100%;
    background-color: transparent;
}
.accordion .accordion-head {
    color: #fff;
    background-color: transparent;
    border-bottom: none;
    position: relative;
    padding: 13px;
    cursor: pointer;
    overflow: hidden;
}
.accordion .accordion-head * {
    cursor: pointer;
	 color: #fff;
}
.accordion .accordion-head h4 {
    float: left;
	 color: #fff;
	 width:90%;
	 padding-left:0px;
}
.accordion .accordion-head:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
}
.accordion .accordion-body {
    border-bottom: 1px solid #808080;
    padding: 20px;
    height: auto;
    display: none;
}
.arrow {
    
}
.accordion-head.open .arrow {
    margin-top: -5px;
    border-bottom-color: #808080;
    border-top-color: transparent;
}
.accordion-head.open {
    border-bottom: none;
}

