a.ngageBoxClose{
    float:right;
    margin-top:4px;
    margin-right:4px;
    cursor:pointer;
    color: #ccc; 
    background: transparent;
    font-size: 48px; 
    display: inline-block;
    line-height: 24px;     
     font-family: "Proxima Nova Rg Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ngageText>div{
text-align: center !important;
} 

.ngageStrong {
    font-weight:bold;
    display:inline-block;
}

.ngageBoxClose:before {
    content: "x";
    color:#ccc !important;
}

 .ngageHeader { 
	 font-family: "Roboto Slab Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
	 font-size:175%; 
	 margin-top:0em;
	 text-align: center !important;
 }
 
 .ngageMobileFloat {
	 z-index:99999999;
   position:fixed;
   -webkit-transition: top .5s, bottom .5s;
   transition: top .5s, bottom .5s; 
   -moz-transition:  top .5s, bottom .5s;
   -o-transition:  top .5s, bottom .5s;
   top:-500px;
   left:0px;
   width:100%; 
   background-color:  rgba(51,51,51,.975);
   color:#fff;
	 font-family: "Proxima Nova Rg Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
 
   font-size: 18px;
   box-shadow: 0px 20px 10px #888888;

 }
 .ngageText{
 	   padding: .5em 5% 1em 5%; 
 	   
    cursor:pointer;
 }
 
 .ngageMobilePicContainer { 
 margin-top:8px; 
   height:90px;
   width:90px;
   overflow:hidden;
   border-radius:50%;
   background-color:#fff;
   display:inline-block;
   border: 4px solid;
 }
 
 #ngageMobilePic{
	 display:inline;
	 margin: 0 auto;
	 height:100%;
	 width:auto;
	 
 }
 
 .ngageMobileBar {
    cursor: pointer;
   position:absolute;
   bottom:-1em;
   padding:.25em 1em .25em 1em;
   text-align:center;
   font-size: 18px;
   width:60%;
   border-radius:1em;
   margin-left:20%;
   background-color:rgb(240,140,2);
 }
 
 .liveChatFloatingButtonMobile {
	 font-family: "Roboto Slab Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
	  -webkit-transition: bottom .5s;
	  -moz-transition: bottom .5s;
	  -o-transition: bottom .5s;
	 transition: bottom .5s;
 }
#ngageInviteBackground {display:none !important;}
#ngageInvite {display:none !important;}
 
 @font-face {
  font-family: "Roboto Slab Regular";
  src: url("/Content/Fonts/RobotoSlab-Regular-webfont.eot");
  src: url("/Content/Fonts/RobotoSlab-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/Fonts/RobotoSlab-Regular-webfont.woff") format("woff"), url("/Content/Fonts/RobotoSlab-Regular-webfont.ttf") format("truetype"), url("/Content/Fonts/RobotoSlab-Regular-webfont.svg#roboto_slabregular") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Roboto Condensed Bold";
  src: url("/Content/Fonts/RobotoCondensed-Bold-webfont.eot");
  src: url("/Content/Fonts/RobotoCondensed-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/Fonts/RobotoCondensed-Bold-webfont.woff") format("woff"), url("/Content/Fonts/RobotoCondensed-Bold-webfont.ttf") format("truetype"), url("/Content/Fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold") format("svg");
  font-style: normal;
  font-weight: normal;
}
 @font-face {
  font-family: "Proxima Nova Rg Regular";
  src: url("/Content/Fonts/proximanova-regular-webfont.eot");
  src: url("/Content/Fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/Fonts/proximanova-regular-webfont.woff2") format("woff2"), url("/Content/Fonts/proximanova-regular-webfont.woff") format("woff"), url("/Content/Fonts/proximanova-regular-webfont.ttf") format("truetype"), url("/Content/Fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-style: normal;
  font-weight: normal;
}