/* Q Custom */ 

.Reactions {
    position: relative;
    font-size: 14px;
    line-height: 20px;
}

*:before, *:after {
    box-sizing: border-box;
    color: #FE5000;
    background-color: transparent;
}

h1 {
    font-size: 24px;
    font-family: proxima-nova,sans-serif;
    font-weight: 900;
    color: #fe5000;
}

.H.HomepageTitle {font-size:24px; font-family:proxima-nova,sans-serif;  font-weight: 900; color: #fe5000;}
.page-header, h1.H, .HomepageTitle, .PageTitle {
    padding-bottom: 9px;
    margin: 40px 0 20px;
   /* border-bottom: 1px solid transparent; */
}

.MessageList .Item-Header .PhotoWrap,
.MessageList.Conversation .Meta .PhotoWrap {
    position: relative;
    top: -1px;
    left: 0px
}

.MessageList .Item {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    margin-left: 0
}

.MessageForm {
    position: relative;
    margin: 0;
    margin-left: 64px;
    border-radius: 4px
}

.DataBox.DataBox-AcceptedAnswers:before {
    content: "\f00c\00a0 Best Answers";
    font-family: proxima-nova, fontawesome,sans-serif;
    padding: 10px 10px 10px 10px ; 
    display:inline-block;
    font-size: 25px;
    text-transform: uppercase; 
    color:#FFFFFF; 
    height:50px; 
    width: 100%; 
    background-color: #49a757;
}

.DataBox.DataBox-AcceptedAnswers {Border:2px solid #49a757;   margin-bottom:15px;
}

/** Changes to Author Component**/
.Item .Username, .Conversation .Item .Name {
    font-weight: 700;
    color: #fe5000;
}
.Item .AuthorInfo{
    position:absolute;
}

.MessageList .Item-Header {
    background-color: #EDEDED;
    border-bottom: 1px solid #cccccc;
}

.Item .Meta, .Conversation .Item .MItem {
    font-size: 16px;
    line-height: 20px;
}


/* Commenting these out because I think it looks better without, will consult with Joe

/*----------Answered box ----------
1ul.AcceptedAnswers .Item {
background: transparent;
}
ul.AcceptedAnswers {
border: solid thick #55BA9E;
background-color: #55BA9E;
border-radius: 1px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
}
.Tag.QnA-Box.QnA-Accepted { background-color: #55BA9E; }
.Tag.QnA-Tag-Accepted { background-color: #55BA9E; }

.DataList .Item {
    padding: 15px;
    background-color: transparent;
    border: 0;
}

.CategoryBox, .CategoryGroup, .DataTableWrap, .Empty, .MessageForm, .MessageList .Item, .NoResults, .Tiles .Tile, .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 3px;
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

*/
/*----------Small Pure Storage Logo on the top black banner ----------*/
@import "variables";

#pure1_header {
  min-height: 25px;
  line-height: 25px;
  background-color: $pure1-header-background-color;
  font-size: 12px;
  text-transform: uppercase;
}

#pure1_header a {
  padding-left: 15px;
  color: $pure1-header-unselected-text-color;
}

#pure1_header .highlighted {
  color: $orange;
  font-weight: bold;
  letter-spacing: 0.02em // For legibility, slight increase of spacing.
}

#pstg-icon {
  position: relative;
  top: -1px;
  height: 15px;
  margin-right: 12px;
}
/*----------Best Of code ----------*/
.Tiles {
width: 100%;
}
/*----------Best Of code ends----------*/

/*----------Hide the search results message on Home page----------*/

body.Section-CategoryList.isSignedOut .Empty { display: none; } 

/*----------Guest Message box "Howdy,Stranger" and Hide the Sign In button----------*/
.Box.GuestBox{margin-top:30px;}
.Button.Primary.SignInPopup {display:none}
/*----------Categories Box----------*/
.page-sidebar {margin-top:0px};

/*----------Hide the Vanilla Login Form----------*/
.MainForm {}


/*----------To Hide Vanilla Sign In Box ----------*/

.MultipleEntryMethods .MainForm, .MultipleEntryMethods .Methods {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}
.MultipleEntryMethods + .Buttons, .SingleEntryMethod + .Buttons {
    text-align: left !important;
    display: none;
}
#dashboard_entry_signin h1 { display: none; }

/*----------To Hide Pure1 Community Title on Home Page ----------*/
#vanilla_categories_index h1 { display: ; }

/*----------Background color for Item Discussion ----------*/
.DataList .Item:nth-child(odd) {
    background-color: #FAFAFA;
}

/*----------To Hide Vanilla Newbie Message Box ----------*/
.DismissMessage { display: none; }

/*----------Discussion,comments,Latest Post font size ----------*/
.Wrap{font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-size: 13px;}

/*----------Category Title Side Panel ----------*/
.ClearFix.Heading.Category-category-test-tes {font-weight: bold; color:#222222;}
.ClearFix.Heading.Category-test-category-1 {font-weight: bold; color:#222222;}
.ClearFix.Heading.Category-discussion-forums {font-weight: bold; color:#222222;}
.ClearFix.Heading.Category-administrator-discussion- {font-weight: bold; color:#222222;}

/*----------Product Ideas Status Color & Up Vote Box----------*/
.Tag.Status-Tag-New {background-color:Grey;}
.Tag.Status-Tag-Accepted {background-color:Green;}
.Tag.Status-Tag-In+Review {background-color:Yellow;}
.Tag.Status-Tag-Active {background-color:#F6CF73;}
.Tag.Status-Tag-In+Progress {background-color: #F6CF73;}
.Tag.Status-Tag-Declined {background-color:Red;}
.Tag.Status-Tag-Already+Offered {background-color:Blue;}

/*----------Guests Message Box When they login ----------*/
.guestmessage-box	{ height:auto; float:left; background-color:#ffffff;  margin-bottom:25px; width: 98%; height: 100%;}
.guestmessageinside-box	{float:left;padding:10px;background-color: #FFD6C3;}
.guestmessage-box h77	{ font-size:28px; color: #EE6129; }
#questmessagebox99        {width: 100%; border-radius: 1px;border-top: 1px #555555 solid;border-bottom: 1px #555555 solid;margin-bottom: 10px;margin-top: 5px;}

/*----------Subscribe Message Box----------*/
.subscribe-box	{ height:auto; float:left; background-color:#ffffff;  margin-bottom:25px; width: 98%; height: 100%;}
.subscribeinside-box	{float:left;padding:10px;background-color: #FAFAFA;}
#subscribemessagebox99        {width: 100%; border-radius: 1px;border-top: 1px #555555 solid;border-bottom: 1px #555555 solid;margin-bottom: 10px;margin-top: 5px;}


/*Search Box Background color */
.newsearch-box	{ height:auto; float:left; background-color:#ffffff;  margin-bottom:25px; width: 98%; height: 100%;}
.newsearchside-box	{float:left;padding:10px;background-color: #efefef;}
#newsearchbox99        {width: 100%;border-radius: 10px;border-top: 1px #FE5000 solid;border-bottom: 1px #FE5000 solid;margin-bottom: 10px;margin-top: 5px;border-left: 1px #FE5000 solid;border-right: 1px #FE5000 solid;}

/*----------Unified Top Bar ----------*/
.ps-nav-container{padding:0 1.3rem}

@media all and (min-width:80em){.ps-nav-container{max-width:80em;margin:0 auto;padding:0 1.3rem}
}
.ps-nav-bg {position:absolute;left:0;right:0;height:30px;background-color:#222;z-index:-1}
ul.ps-nav{list-style-type:none;margin:0;padding:0;overflow:hidden;background-color:#222}

ul.ps-nav li{float:left}
ul.ps-nav li a{display:inline-block;color:#f2f2f2;text-align:center;padding:0 40px 0 0;text-decoration:none;transition:.3s;font-size:12px;text-transform:uppercase}
ul.ps-nav li a{color:#f2f2f2;margin-top: 3px;text-decoration:none;transition:.3s;padding:0 15px 0 0;text-transform:uppercase;font-size:12px;float:left;font-family:proxima-nova,Helvetica,Arial,sans-serif}
ul.ps-nav li a:hover{color:#fe5000}
ul.ps-nav li.icon,ul.ps-nav li.ps-nav-menu{display:none}
ul.ps-nav a.current{font-weight:600;color:#fe5000}

@media screen and (min-width:681px){ul.ps-nav{height:25px}
ul.ps-nav a.logout{float:right;font-weight:600;color:#fe5000; }
}

@media screen and (max-width:680px){ul.ps-nav li:not(:first-child){display:none}
ul.ps-nav li.icon{float:right;display:inline-block}
ul.ps-nav li a{padding:10px 16px}
.ps-nav-container{padding:0}
ul.ps-nav li.ps-nav-menu{display:inline-block}
}

@media screen and (max-width:680px){ul.ps-nav.responsive{position:relative}
ul.ps-nav.responsive li.icon{position:absolute;right:0;top:0; }
ul.ps-nav.responsive li{float:none;display:inline}
ul.ps-nav.responsive li a{display:block;text-align:left}
}

ul.ps-nav a.logout {float: right;font-weight: 600;color: #fe5000;margin-top: px;text-transform: uppercase;font-size: 12px; margin-right: 40px;}

a.logout:link, a.logout:visited {color: #fe5000!important;font-weight: 700; padding-left:5px; margin-top:3px;}

/*----------Pure Storage Landing Page SignIn ----------*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > .Selected, .navbar-default .navbar-nav > li > .Selected:hover, .navbar-default .navbar-nav > li > .Selected:focus, .navbar-default .MeBox .Open .FlyoutButton, .navbar-default .MeBox .Open .FlyoutButton:hover, .navbar-default .MeBox .Open .FlyoutButton:focus {
    color: #fe5000;
    background-color: #ffffff;
}

/*----------Profile Photo/Whos Online ----------*/
.ProfilePhoto, .ProfilePhotoMedium, .BlockColumn .ProfilePhoto {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    margin-right: 1px;
}
/*----------Breadcrumb ----------*/
.Breadcrumbs {
    padding:0;
    list-style: none;
    background-color:#fafafa;
    border-radius:0;
    margin-top:-8px
}

@media all and (min-width: 500px) {
.ps_breadcrumb_bg {
    background-color:#fafafa;
    left:0; 
    right:0; 
    z-index:-1;
    padding:0;
    border-bottom: 1px solid #c0bebf;
    min-height:35px;
    margin-top:-15px;
    position:absolute;
}
}

.Breadcrumbs::before {
  content: "\f015";
  padding-right:5px;
  font-family:fontawesome;
  font-size:18px;
  color:#fe5000;
  font-weight:100;
}

.breadcrumb>li+li:after, .Breadcrumbs .CrumbLabel:after, .Breadcrumbs .Crumb+span:after
{
    content: "\f101";
    font-family:fontawesome;
    color: #fe5000;
    padding-left:5px;
}
.breadcrumb>li+li:last-child:after, .Breadcrumbs .CrumbLabel:last-child::after, .Breadcrumbs .Crumb+span:last-child:after {
    display:none;
}

.Crumb+span:before, .Breadcrumbs .CrumbLabel:before, .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    display: none;
}

.breadcrumb>.active {
    color: #FE5000;
}
.Breadcrumbs .Last a {
    color: #222222;
}
.Breadcrumbs a {
    color: #222222;
    text-decoration: none;
    font-size:12px;
    }

.Breadcrumbs a:hover {color:#fe5000;}

span[itemprop="child"]:before {
    font-family:fontawesome;
    content:"\f086";
    padding-right:5px;
    font-size:18px;
    color:#fe5000;
    font-weight:100;
    }

/*----------Items located in the Logo area ----------*/
.navbar-brand>img {
    display: block;
    height:41px;
    margin: 0px 0 15px 0;
}
}
.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a, .navbar-default .MeBox .Username, .navbar-default .MeBox .FlyoutButton {
    color: #FE5000;
}
.navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 2px;
    border: 1px solid #ddd;
    background-color: #ffffff;
}
/*---------- Items belong in the Content Posts Box ----------*/
.panel-default>.panel-heading, .MessageList .Item-Header, .MessageList.Conversation .Meta, .CategoryBox .H, .CategoryGroup .H {
    color: #333;
    background-color: #ddd;
    border-color: #222;
}
a {
    color: #FE5000;
    text-decoration: none;
}
.nav-pills>li>a, .FilterMenu li>a {
    border-radius: 4px;
    border: 1px solid #ddd;
}

.iradio:before, .icheckbox:before {
    color: #8b8d90;
}
.iradio:hover:before, .icheckbox:hover:before, .iradio:focus:before, .icheckbox:focus:before, .iradio.checked:before, .icheckbox.checked:before, .icheck-label:hover .iradio:before, .icheck-label:hover .icheckbox:before, .icheck-label:focus .iradio:before, .icheck-label:focus .icheckbox:before {
    color: #FE5000;
}
.OptionsMenu.Open .SpFlyoutHandle {
    color: #FE5000;
}
.OptionsMenu .SpFlyoutHandle:hover, .OptionsMenu .SpFlyoutHandle:focus {
    color: #FE5000;
}
.Item .Title, .Item .Title a:hover {color: #fe5000;}

/*---------- Pagination colors ----------*/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .NumberedPager .Highlight, .NumberedPager .Highlight:hover, .NumberedPager .Highlight:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #8b8d90;
    border-color: #222222;
    cursor: default;
}
.NumberedPager>a, .NumberedPager>div, .NumberedPager>span, .pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666666;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.NumberedPager>a:focus, .NumberedPager>a:hover, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #c5c6c7;
    background-color: #222222;
    border-color: #ddd;
}
/*---------- Category box background color ----------*/
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus, .FilterMenu .Active>a, .FilterMenu .Active>a:hover, .FilterMenu .Active>a:focus {
    color: #fff;
    background-color: #222222;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus, .PanelInfo .Active a, .PanelInfo .Active a:hover, .PanelInfo .Active a:focus {
    z-index: 2;
    color: #fff;
    background-color: #222222;
    border-color: #666666;
}
.btn-primary, .Button.Primary {
    color: #fff;
    background-color: #555555;
    border-color: #ddd;
}

.Count {background-color: transparent;}
.Alert {background-color: transparent;}
.Alert, .Aside .Count, .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #222222;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

.Reactions .Count{
  color:#222222;
  background-color:#dadada;
  font-size:12px;
  font-weight:700;
}
.list-group-item:first-child, .PanelInfo li:first-child a, .DataList .Foot:first-child, .DataList .Item:first-child, .DataList.Activities .CommentForm:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.Box {
    border-color: #dddddd;
    background-color: white;
}
.Box {
    background: transparent;
    padding: 2px;
    border: solid 0px #ddd;
    border-radius: .5ex;
    margin: 20px 0;
}

.Box {
    margin: 10px 0;
}

a:hover{
    color: #55ba9e;
    text-decoration: none;
}

.CategoryDescription{ margin-left:21px;}
.ChildCategories {margin-left:20px;}
.HasNew, .label-warning {
    background-color: #55BA9E;
}
/*----------Category Header Title ----------*/
.CategoryBox .H, .CategoryGroup .H, .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    margin-left: 0px;
    font-family:proxima-nova,sans-serif;
}

/*----------Reply box ----------*/
.MessageList .Item-Header {
    background-color: #EDEDED;
    border-bottom: none;
}

/*----------Discussion button ----------*/
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary, .Button.Primary:hover, .Button.Primary:focus, .Button.Primary:active {
    color: #fff;
    background-color: #E04A17;
    border-color: #E04A17;
}
.btn-primary, .Button.Primary {
    color: #fff;
    background-color: #fe5000;
    border-color: #E04A17;
}

/*---------- BEGIN TOP MENU NAVIGATION ----------*/
@media(min-width:992px)
#puretop { width:1200px; }
#puretop-bg { clear:both; background-color:#222222; height:auto;}
#puretopnav {background-color:#222222; height:auto; font-family:proxima-nova,Helvetica,Arial,sans-serif; text-transform:uppercase; font-size:12px; font-weight:100; line-height:1.5; width: 560px; max-width: 56.66%;position: relative;left: 9.5%;line-height: 1.4em;}
#puretopnav ul { width:1200px; list-style:none; margin:0; padding:0;}
#puretopnav ul li {display:inline;}
#puretopnav ul li a {text-decoration:none; padding:5px 15px 0 0px; float:left; font-family:proxima-nova,Helvetica,Arial,sans-serif;}
#puretopnav a:link	{ color:#FFFFFF; }
#puretopnav a:visited	{ color:#FFFFFF; }
#puretopnav a:active	{ color:#FFFFFF; }
#puretopnav a:hover	{ color:#FE5000; }
#puretopnav a:focus	{ color:#FFFFFF; }
#puretopnav ul .last a	{ float:right; }
#puretopnav ul .first {color: #FE5000; float:left; margin-top:5px; font-family:proxima-nova,Helvetica,Arial,sans-serif; }

/* CSS for Pocket ResourceBox Starts  */
.resourcebox-box    { height:auto; float:left; background-color:#ffffff;  margin-bottom:25px; width:100%;}
.resourcebox-box    { float:left; padding:0px; background-color:#transparent;border-top: 0px #dddddd solid;border-bottom: 0px #dddddd solid;
border-right: 0px #dddddd solid; border-left: 0px #dddddd solid; border-radius: 2px;}
.resourcebox-box img {margin: 10px 10px 0px 1px; width: 200px; height:200px;}
.resourcebox-box h65    {font-size: 17px; color: #FE5000; font-weight: bold;}
.resourcebox99gears        { width:100%; height:600px; }
#resourcebox99        { width: 100%; height:auto; border-radius: 0px; border-top: 0px #999999 solid; margin-bottom: 30px; margin-top: 5px;}
.resourceboxart-box p    { font-size:14px;width: 100%;margin:0 0 10px 0px;}
#resourcebox-wrapper-bg        { width:100%; }
#resourcebox-wrapper         { width:100%; height:auto; margin:0 auto; padding:0 0 30px 0; margin-bottom:10px;}
#resourcebox-wrapper img        { border:0px #FE5000 solid;   }
.no-right-margin        { margin-right:0px; }                   
#resourcebox1 h2       { color:#000; font-size:42px; margin:0 0 10px 0; font-family:proxima-nova,sans-serif;}
#resourcebox1 h102        { color:#000; font-size:25px; margin:0 0 10px 10px; font-family:proxima-nova,sans-serif; margin-top:-10px; margin-left:-1px}
#resourcebox1 a:link        { color:#000000;    }
#resourcebox1 a:visited    { color:#000000;    }
#resourcebox1 a:active    { color:#000000;    }
#resourcebox1 a:hover    { color:#EE6129;    }
#resourcebox1 a:focus    { color:#ccc;    }
.resourcebox-box h73    {font-size: 24px; color: #FE5000; font-weight: bold;}
#resourcebox1         { float:left;width: 250px; height:250px; margin:10px 10px 30px 0px; padding:5px;  background-color:transparent; border:0px #64c4ae solid;}
#resourcebox3         { float:left;width: 100%; height:250px; margin:0 15px 15px 24px; padding:5px;  background-color:transparent; border:0px #64c4ae solid;}
#img-resourcebox1    { float:left; margin:0 30px 20px 0;    }
.wallofameart22-box p	{ font-size:16px;width: 100%;margin:0 0 10px 0px;font-family:proxima-nova,sans-serif;}
/*---------- Image gallery for ResourceBox ----------*/
div.resourceboxgallery { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin: 5px; border: 1px solid #ccc; float: left; width: 160px; border-radius:10px;}
div.resourceboxgallery:hover {box-shadow: 0 0 11px rgba(33,33,33,.2);  box-shadow: 0 1px 8px #fe5000; }
div.resourceboxgallery img { width: 140px; height: 140px; margin-left: 10px; }
div.resourceboxdesc { padding: 15px; text-align: center; }

/* Community Banner */

.pure-front-page-bg {  position:absolute; background-color:#ddd; left:0; right:0; top:40px; height:100px; z-index:-1; width:100%; }

.pure-front-page {background:url(https://us.v-cdn.net/6026757/uploads/editor/xa/mvh4dzoatyy7.png); background-repeat:none; background-position: center;top:0px; min-width:100%; display:block;  position:relative; height:100px; overflow:hidden; margin-bottom: 10px; z-index:10; margin-left:0px; margin-top:0px; border-bottom: 1px solid #ddd; }


.fpnavwrap-bg			{position: absolute; background-color:#666666; bottom:10px; left:175px; height: 130px; border-radius:50px; width: 850px;z-index:-1; opacity:.60; }
.fpnavwrap 				{height:110px; position: absolute; bottom:10px; left:200px; }
.fpnavwrap ul li 		{float:left; text-align:center; margin: 0 50px 0 40px;}
.fpnavwrap img 			{height:60px;}
.fpnavwrap a 			{font-size:20px; margin:0 auto; color:#ffffff; text-shadow: -2px 2px 4px #1f1f1f;}

/*mainsinglebox component styling*/
.mainsingleh-box	{ float:left; background-color:#F6F6F6; padding:10px;}
.mainsinglewx-box	{ height:auto; float:left; background-color:#ffffff;  margin-bottom:25px;}
.mainsinglewx-box h57	{ font-size:28px; color: #EE6129; }
.mainsingleh-box p		{ font-size:15px; margin:0 0 10px 0px;}
.mainsingleh-box img {  margin:-10px 10px -10px -10px;}
#mainsinglebox2			{ border-radius: 0px; border-top:3px #EE6129 solid; border-bottom:3px #EE6129 solid; margin-bottom:10px; margin-top:5px;}
.mainsingleboxgears		{ width:225px; height:200px; }
.mainsingleboxgears11           {width: 225px; height: 210px; }
.mainsingleboxgears12           {width: 100px;height: 100px;}
.contestwinnerboxgears		{ width:225px; height:225px; }
.photomboxgears		        { width:315px; height:300px; }
.photomboxgears2		{ width:150px; height:150px; }
.mainsingleboxtools		{ width:64px; height:64px;	}
.floatyx-right		{ float:right; font-size:12px; margin-right:0px;}
.floatm1-left		{ float:left; font-size:12px; margin-right:15px;}

/*Community Top Nav Current Link color  */
a.current:link, a.current:visited {
    color: #fe5000!important;
    float: left;
    font-weight: 700;
    margin-top: 3px;
}



body {
     font-family: proxima-nova,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}


/* ========================================================================================================
8. FOOTER
======================================================================================================== */ 
.sticky-footer {
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 60px;
    margin-top; background-color:#ffffff;}

.sticky-footer-body {
    margin-bottom: 0px;
}

.page-footer {
    padding: 20px;
    margin-top: 40px;
    color: #777;
    background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg5QjJGNjlCQkVENDExRTVBMUJDRkIwMzIwRUE2NzAyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg5QjJGNjlDQkVENDExRTVBMUJDRkIwMzIwRUE2NzAyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODlCMkY2OTlCRUQ0MTFFNUExQkNGQjAzMjBFQTY3MDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODlCMkY2OUFCRUQ0MTFFNUExQkNGQjAzMjBFQTY3MDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz76Wg7DAAAAWklEQVR42pTNiwnAMAgEULtRRsgoGamb6gZWAw2EfPSEQwQfR6pKUZi5WMTS/IZBiHbgik7giG5giyKwoAyYUBYMhICOUPAjCPgvocBLnl6XGBFptl5L/QQYAMny5NrWAU+EAAAAAElFTkSuQmCC");background-repeat:repeat
    border-top: #e3e3e3 solid 1px;
}

.text-center{text-align:center}
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px; font-family:"proxima-nova",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.42857;color:#111c24;}
.container:before,.container:after{content:" ";display:table}
.container:after{clear:both}

.site-footer{overflow:visible;width:100%;display:block;margin-top:0;padding-top:40px;padding-bottom:0;background-color:#fff;color:#5a5b5e;text-align:left}
.site-footer.pattern-lines{background-color:transparent; background-repeat:repeat}
.site-footer a{color:#5a5b5e;text-decoration:none}
.site-footer a:hover,.site-footer a:focus{color:#fe5000;text-decoration:none}
.site-footer .sitemap .sitemap-menu{padding-left:0;list-style:none, width:400px;width: 400px;}
.site-footer .sitemap .sitemap-menu>li{display:inline-block;padding:0;vertical-align:top}
.site-footer .sitemap .sitemap-menu>li>ul{list-style:none;margin:0;padding:0}
.site-footer .sitemap .sitemap-menu>li>ul>li{margin:0 30px 15px 0}
.site-footer .social-share .social-share-menu{list-style:none;margin-left:-15px;margin-bottom:10px;padding-left:0;float:right;font-size:30px;line-height:30px}
.site-footer .social-share .social-share-menu>li{float:left;background:#fff;padding:4px 5px}
.site-footer .social-share .social-share-menu>li a{color:#ddd}
.site-footer .social-share .social-share-menu>li a:focus,.site-footer .social-share .social-share-menu>li a:active,.site-footer .social-share .social-share-menu>li a:hover{color:#fe5000}
.site-footer div[data-component-name='footer'].container{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}
.site-footer div[data-component-name='footer'] .footer-coypright{margin:0;padding:0;margin-top:25px;font-size:14px}
.site-footer div[data-component-name='footer-banner']{display:none}
/*----------Category Table font ----------*/
.DataTable h3 a {color: #FE5000; font-weight:600;}
div[data-component-name='footer-bottom']{background:transparent;padding:15px 0 30px 0}
div[data-component-name='footer-sticky-bottom']{bottom:0;display:block;left:50%;opacity:0;visibility:hidden;position:fixed;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all .3s ease 0;width:100%;z-index:998}
div[data-component-name='footer-sticky-bottom'].show-group-buttons{visibility:visible;opacity:1}
div[data-component-name='footer-sticky-bottom'] div[data-component-name='cta-button']{margin:0}
div[data-component-name='footer-sticky-bottom'] div[data-component-name='cta-button'] .btn+.btn{margin-left:0 !important}
div[data-component-name='footer-sticky-bottom'] div[data-component-name='cta-button'] .btn-orange{margin:5px 1px 0 0;padding-left:20px;padding-right:20px;color:#fff;border-color:#fe5000;background:#fe5000}
div[data-component-name='footer-sticky-bottom'] div[data-component-name='cta-button'] .btn-orange svg{width:20px;height:20px;position:absolute;left:20px}
div[data-component-name='footer-sticky-bottom'] div[data-component-name='cta-button'] .btn-orange svg path{fill:#fff !important}
div[data-component-name='footer-sticky-bottom'] div[data-component-name='cta-button'] .btn-orange:hover{border-color:#fe5000;color:#fe5000}
div[data-component-name='footer-sticky-bottom'] div[data-component-name='cta-button'] .btn-orange:hover svg path{fill:#fe5000 !important}
div[data-component-name='footer-sticky-bottom'] div[data-component-name='cta-button'] .btn-orange:before{background:#fff}
div[data-component-name='footer-sticky-bottom'] div[data-component-name='cta-button'] .btn-orange.icon{padding-left:50px}
.container .container[data-component-name='footer-badges'] h3,.container .container[data-component-name='footer-badges'] h4{font-weight:900;margin:0 0 5px 0}
@media(max-width:767px){.container .container[data-component-name='footer-badges']{margin-left:-30px;margin-right:-30px;width:auto !important}
.container .container[data-component-name='footer-badges'] h3,.container .container[data-component-name='footer-badges'] h4{margin-right:30px;margin-left:30px}
}

@media(min-width:992px){.container{width:970px}
}
@media(min-width:1300px){.container{width:1280px}
}
.col-sm-4,.col-md-4,.col-lg-4,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-sm-8{position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.visible-xs-block,.visible-sm-block,.visible-md-block,.visible-lg-block{display:none !important}
@media(max-width:767px){.visible-xs{display:block !important}
}
@media(max-width:767px){.visible-xs-block{display:block !important}
}
@media(min-width:768px) and (max-width:991px){.visible-sm{display:block !important}
}
@media(min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}
}
@media(min-width:992px) and (max-width:1199px){.visible-md{display:block !important}
}
@media(min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}
}
@media(min-width:1200px){.visible-lg-block{display:block !important}
}

.fa-twitter-square:before{content:"\f081"}
.fa-facebook-square:before{content:"\f082"}
.fa-linkedin-square:before{content:"\f08c"}
.fa-twitter:before{content:"\f099"}
.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}
.fa-square:before{content:"\f0c8"}
.fa-google-plus-square:before{content:"\f0d4"}
.fa-google-plus:before{content:"\f0d5"}
.fa-linkedin:before{content:"\f0e1"}
.fa-youtube-square:before{content:"\f166"}
.fa-youtube:before{content:"\f167"}
.fa-youtube-play:before{content:"\f16a"}
.fa-google:before{content:"\f1a0"}

@media(min-width:992px)
{body{padding-top:0px;}

.footer-border { height:2px; margin-top:50px;background-color: #a8a8aa; position:absolute; left:0; right:0; }
@media(min-width:992px) {.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}
.col-md-6{width:50%}
}
.row {margin-left:-15px;margin-right:-15px}
.row:before,.row:after {content:" ";display:table}
.row:after {clear:both}
.col-sm-4 {width:33.33333%}

/*Promoted Component  */

 h22 {color: #666666;font-family:proxima-nova,sans-serif; font-size: 28px; margin-left:-2px;}
.BoxPromoted .DataList .Title {color: #FE5000;background-color: #fe5000;border-color: #2a9fd6;}
a.list-group-item,.PanelInfo a {color: #888888;}

.CategoryGroup,.BoxPromoted .DataList .Item,.Tiles .Tile,.CardWrap .Card {margin-bottom: 20px;background-color: #ffffff;border: 1px solid #C5C6C7;border-radius: 3px; overflow:hidden; }

.BoxPromoted .DataList {padding: 1px;}

.MessageList.Conversation .Meta,.CategoryBox .H,.CategoryGroup .H,.BoxPromoted .DataList .Title {padding: 10px 15px;border-bottom: 1px solid transparent;border-top-right-radius: 3px;border-top-left-radius: 3px;}

.panel-title,.CategoryBox .H,.CategoryGroup .H,.BoxPromoted .DataList .Title a {margin-top: 0;margin-bottom: 0;font-size: 18px;color: inherit;}

.BoxPromoted .DataList .AuthorWrap,.Tiles .Tile .AuthorWrap,.Cards-Groups .Card .Group-Buttons {padding: 10px 15px;background-color: #EAEAEA;border-top:none;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;}

.swiper-pagination {position: static;float: right;width: auto;margin: 0 -3px;}
.swiper-pagination-switch {margin-right: 3px;margin-left: 3px;}
.swiper-active-switch {margin-right: 2px;margin-left: 2px;}
.BoxPromoted .DataList .AuthorWrap .ProfilePhoto {width: 30px;height: 20px;vertical-align: bottom; padding-right:2px;}
.BoxPromoted .DataList .AuthorWrap .Username {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.BoxPromoted .DataList .Meta { position: absolute; right: 0; bottom: 0;padding: 10px 15px;line-height: 20px;}
.BoxPromoted .PanelInfo a {display: inline;padding: 0;margin: 0;background-color: transparent;border: 0;}
.BoxPromoted .DataList .Item:last-child {margin-right: 0;}
.BoxPromoted .DataList .Title a {display: block;color: #ffffff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.BoxPromoted .DataList .BodyLink {display: block;height: 120px;overflow: hidden;}
.BoxPromoted .DataList .AuthorWrap {position: absolute;bottom: 0;width: 100%;padding-right: 80px;}
.BoxPromoted .DataList {position: relative;width: 100%;transition-property: -webkit-transform, left, top;transition-property: transform, left, top;transition-duration: 0s;
 -webkit-transform: translate3d(0px, 0, 0);transform: translate3d(0px, 0, 0);transition-timing-function: ease;box-sizing: content-box;}
.BoxPromoted .DataList .Item {float: left;width: 32%;padding: 0 0 40px;margin-right: 1%;}
.BoxPromoted h4 {display: none;}

.BoxPromoted {width: 100%;height: 100%; margin: 0 auto;position: relative;overflow: hidden;-webkit-backface-visibility: hidden;backface-visibility: hidden;z-index: 1;
 margin-bottom: 20px;}
.Box.BoxPromoted {border-color: #ffffff; background-color: white; margin-left: -5px; }
.PanelInfo.DataList {border-color: #ffffff;}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #111c24;
}

/*Promoted Component Ends */

/* User Spotlight Side Box */
.userspotlight-box	{ height:350px; float:left; background-color:#ffffff;  margin-bottom:25px; width:280px;}
.userspot1-box	{ float:left; background-color:#F6F6F6; padding:10px;}
.userspotlight-box h57	{ font-size:28px; color: #EE6129; }
#userspotbox2		{ width: 280px; height:350px; border-radius: 2px; border-top: 1px #999999 solid; border-bottom: 1px #999999 solid; margin-bottom: 10px; margin-top: 5px; border-left: 1px #999999 solid; border-right: 1px #999999 solid;}
.spotlightboxgears		{ width:275px; height:200px; }
.userspotlight-box img {  margin:-10px 10px -10px -10px;}

/* mainsinglebox - A panel style with a border on top and bottom, grey background and a picture on the left */

.mainsingleh-box	{ float:left; background-color:#F6F6F6; padding:10px;}
.mainsinglewx-box	{ height:auto; float:left; background-color:#ffffff;  margin-bottom:25px; width: 98%; height: 100%;}
.mainsinglewx-box h57	{ font-size:28px; color: #EE6129; }
.mainsingleh-box p		{ font-size:15px; margin:0 0 10px 0px;}
.mainsingleh-box img {  margin:-10px 10px -10px -10px;}
#mainsinglebox2			{ width:100%; border-radius: 0px; border-top:1px #EE6129 solid; border-bottom:1px #EE6129 solid; margin-bottom:10px; margin-top:5px;}
.mainsingleboxgears		{ width:225px; height:200px; }
.contestwinnerboxgears		{ width:225px; height:280px; }
.photomboxgears		        { width:315px; height:300px; }
.photomboxgears2		{ width:150px; height:150px; }
.mainsingleboxtools		{ width:64px; height:64px;	}
.floatyx-right		{ float:right; font-size:12px; margin-right:0px;}
.floatm1-left		{ float:left; font-size:12px; margin-right:15px;}
.freearrayboxgears		{ width:225px; height:225px; }

.mainsingleart-box	{ float:left; padding:10px; background-color:#F6F6F6;}
.mainsingleart-box p	{ font-size:15px; margin:0 0 10px 0px;}
.mainsinglewx-box h65	{ font-size:28px; color: #FE5000; font-weight:900;}
#mainsinglebox99        { width: 98% !important; border-radius: 1px; border-top: 1px #999999 solid; border-bottom: 1px #999999 solid; margin-bottom: 10px; margin-top: 5px; }
.mainsingleart-box img {  margin:-10px -10px -10px -10px;}
.mainsinglebox99gears		{ width:300px; height:158px; }
.floatyx-right		{ float:right; font-size:12px; margin-right:-20px;}

#FrontPageEnterpriseBox { margin:0px auto 30px 0px; width:150%;  margin-bottom:50px; margin-top:20px; margin-left: -300px;}
#FrontPageEnterpriseBox h44       { color:#000000; font-size:30px; margin:0 0 10px 0; font-family:proxima-nova,sans-serif;}
#FrontPageEnterpriseBox p      { color:#000000; font-size:15px; font-family:proxima-nova,sans-serif; width:100%;} 
#FrontPageEnterpriseBox a  { color:#64c4AE;}
#FrontPageEnterpriseBox a:hover { color:#FE5000;}
#FrontPageEnterpriseBox img {width: 100%;height: auto;}


/* CSS for Pocket Registration  */
#FrontRegistrationBox   {height: 160px; margin: 0px auto 30px 0px;width: 800px;  margin-bottom:20px; margin-top:20px;margin-left: 0px;}
#FrontRegistrationBox h47       { color:#000000; font-size:20px; margin:0 0 10px 0; font-family:proxima-nova,sans-serif;}
#FrontRegistrationBox h48       { color:#000000; font-size:15px; margin:0 0 10px 0; font-family:proxima-nova,sans-serif;}

.welcome-button	{-webkit-box-shadow: 0 0 0 10px rgba(192,192,192,.2), 0 0 0px 2px rgba(0,0,0,.3), inset 0 0 0 15px   rgba(192,192,192,.4);-moz-box-shadow: 0 0 0 10px   rgba(192,192,192,.2), 0 0 25px 2px rgba(0,0,0,.3), inset 0 0 0 15px rgba(192,192,192,.4); box-shadow: 0 0 0 5px rgba(192,192,192,.2), 0 0 25px 2px rgba(0,0,0,.3), inset 0 0 0 0px   rgba(192,192,192,.4); margin: 0 0 5px;padding: 0 12px;height: 28px;line-height: 28px;font-weight: bold;color: #555555;text-decoration: none;text-shadow: 0 1px white;background: #dfdfdf; border-width: 1px 1px 0;border-style: solid;border-color: #cecece #bababa #a8a8a8;border-radius: 3px 3px 2px 2px;outline: 0;display: inline-block;vertical-align: baseline; zoom: 1;*display: inline;*vertical-align: auto;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%); background-image: -moz-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);background-image: -o-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);background-image: linear-gradient(to bottom, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%); font-size:18px; border-radius:0px; border:1px #f47836 solid; padding:5px 20px; width:100px; background-color:#EFEFEF; float:left; margin-right:150px; text-align:center; margin-top:30px;}

.welcome-button1 {-webkit-box-shadow: 0 0 0 10px rgba(192,192,192,.2), 0 0 0px 2px rgba(0,0,0,.3), inset 0 0 0 15px rgba(192,192,192,.4); -moz-box-shadow: 0 0 0 10px   rgba(192,192,192,.2), 0 0 25px 2px rgba(0,0,0,.3), inset 0 0 0 15px   rgba(192,192,192,.4); box-shadow: 0 0 0 5px rgba(192,192,192,.2), 0 0 25px 2px rgba(0,0,0,.3),
inset 0 0 0 0px   rgba(192,192,192,.4); margin: 0 0 5px;padding: 0 12px;height: 28px;line-height: 28px;font-weight: bold;color: #555555;text-decoration: none;text-shadow: 0 1px white;background: #dfdfdf; border-width: 1px 1px 0;border-style: solid;border-color: #cecece #bababa #a8a8a8;border-radius: 3px 3px 2px 2px;outline: 0;display: inline-block;vertical-align: baseline; zoom: 1;*display: inline;*vertical-align: auto;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%); background-image: -moz-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);background-image: -o-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);background-image: linear-gradient(to bottom, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%); font-size:18px; border-radius:0px; border:1px #f47836 solid; padding:5px 20px; width:100px; background-color:#EFEFEF; float:left; margin-left:-100px; text-align:center; margin-top:30px;}

.fade {opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out;}
.fade:hover {opacity: 0.5;}

/* CSS for Pocket Registration Ends  */


/* Main Page Top Box icons pocket  */

#mainpageicons-wrapper-bg		{ width:915px; }
#mainpageicons-wrapper 		{ width:915px; height:225px; margin:0 auto; padding:0 0 30px 0; margin-bottom:10px; margin-left:-200px;}
#mainpageicons-wrapper img	    { border:0px #fff solid; margin-left:60px;  }
.no-right-margin		{ margin-right:0px; }					
#mainpageiconsbox1 h2       { color:#000; font-size:42px; margin:0 0 10px 0; font-family:proxima-nova,sans-serif;}
#mainpageiconsbox1 p		{ color:#000; font-size:20px; margin:0 0 10px 35px; font-family:proxima-nova,sans-serif;}
#mainpageiconsox1 a:link		{ color:#000000;	}
#mainpageiconsbox1 a:visited	{ color:#000000;	}
#mainpageiconsbox1 a:active	{ color:#000000;	}
#mainpageiconsbox1 a:hover	{ color:#EE6129;	}
#mainpageiconsbox1 a:focus	{ color:#ccc;	}

#mainpageiconsbox1 			{ float:left; width:275px; height:175px; margin:0 5px 5px 0; padding:10px;  background-color:transparent; border:1px #efefef solid;}

#img-mainpageiconsbox1			{ float:left; margin:0 30px 20px 0;	}

#MainPageTopBox 		{ margin:0px auto 30px 0px; width:895px;  margin-bottom:7px; margin-top:20px;}
#MainPageTopBox1 		{ margin:0px auto 30px 0px; width:895px;  margin-bottom:20px; }
#MainPageTopBox-bg		{ clear:both; }
#MainPageTopBox h16   	{ font-size:30px; line-height:140%; color:#000000; font-family:proxima-nova,sans-serif; margin-left:-200px;}

#MainPageTopBox 		{ margin:0px auto 30px 0px; width:895px;  margin-bottom:7px; margin-top:20px;}

/* CSS for Pocket Wall of Fame2 Starts  */
.wallofame-box	{ height:auto; float:left; background-color:#ffffff;  margin-bottom:25px; width:100%;}
.wallofame-box	{ float:left; padding:10px; background-color:#transparent;border-top: 1px #dddddd solid;border-bottom: 1px #dddddd solid; 
border-right: 1px #dddddd solid; border-left: 1px #dddddd solid; border-radius: 2px;}
.wallofame-box img {margin: 10px 10px 0px 1px; width: 60px; height:60px;}
.wallofame-box h65	{font-size: 17px; color: #FE5000; font-weight: bold;}
.wallofamebox99gears		{ width:100%; height:300px; }
#wallofamebox99        { width: 100%; height:auto; border-radius: 0px; border-top: 1px #999999 solid; margin-bottom: 30px; margin-top: 5px;}
.wallofameart-box p	{ font-size:15px;width: 100%;margin:0 0 10px 0px;}
#wallofame-wrapper-bg		{ width:100%; }
#wallofame-wrapper 		{ width:100%; height:auto; margin:0 auto; padding:0 0 30px 0; margin-bottom:10px;}
#wallofame-wrapper img	    { border:0px #FE5000 solid;   }
.no-right-margin		{ margin-right:0px; }					
#wallofamebox1 h2       { color:#000; font-size:42px; margin:0 0 10px 0; font-family:proxima-nova,sans-serif;}
#wallofamebox1 p		{ color:#000; font-size:12px; margin:0 0 10px 10px; font-family:proxima-nova,sans-serif; margin-top:-10px; margin-left:-1px}
#wallofamebox1 a:link		{ color:#000000;	}
#wallofamebox1 a:visited	{ color:#000000;	}
#wallofamebox1 a:active	{ color:#000000;	}
#wallofamebox1 a:hover	{ color:#EE6129;	}
#wallofamebox1 a:focus	{ color:#ccc;	}

#wallofamebox1 		{ float:left;width: 75px; height:100px; margin:0 15px 15px 24px; padding:5px;  background-color:transparent; border:0px #64c4ae solid;}
#img-wallofamebox1	{ float:left; margin:0 30px 20px 0;	}

/* CSS for Live Agent Box Starts Here */
.liveagent-box	{ height:auto; float:left; background-color:#ffffff;  margin-bottom:25px; width:100%;}
.liveagent-box	{float:left;padding:0px;background-color:#transparent;border-top: 0px #dddddd solid;border-bottom: 0px #dddddd solid;border-right: 0px #dddddd solid;border-left: 0px #dddddd solid;border-radius: 0px;}
.liveagent-box img {margin: 0px 0px 0px 0px; width:300px; height:170px;}
.liveagent-box h65	{font-size: 17px; color: #FE5000; font-weight: bold;}
.liveagentbox99gears		{ width:100%; height:170px; }
#liveagentbox99        { width: 100%; height:170px; border-radius: 0px; margin-bottom: 0px; margin-top: 0px;}
#liveagent-wrapper-bg		{ width:100%; }
#liveagent-wrapper 		{ width:100%; height:auto; margin:0 auto; padding:0 0 0px 0; margin-bottom:px;}
#liveagent-wrapper img	    { border:0px #FE5000 solid; width:100%; height:100%;   }
.no-right-margin		{ margin-right:0px; }					
#liveagent1 		{float:left;width: 100%;height:170px;margin:0 px px px;padding:0px;background-color:transparent;border:0px #64c4ae solid;}
#img-liveagent1	{ float:left; margin:0 0px 0px 0;	}

/* CSS for Pocket Outside the Box Starts  */
.outside-box	{ height:auto; float:left; background-color:#ffffff;  margin-bottom:25px; width:100%;}
.outside-box	{float:left;padding:0px;background-color:#transparent;border-top: 0px #dddddd solid;border-bottom: 0px #dddddd solid;border-right: 0px #dddddd solid;border-left: 0px #dddddd solid;border-radius: 2px;}
.outside-box img {margin: 0px 0px 0px 0px; width:300px; height:250px;}
.outside-box h65	{font-size: 17px; color: #FE5000; font-weight: bold;}
.outsidebox99gears		{ width:100%; height:300px; }
#outsidebox99        { width: 100%; height:250px; border-radius: 0px; margin-bottom: 0px; margin-top: 0px;}
#outsidethebox-wrapper-bg		{ width:100%; }
#outsidethebox-wrapper 		{ width:100%; height:auto; margin:0 auto; padding:0 0 0px 0; margin-bottom:px;}
#outsidethebox-wrapper img	    {border:0px #FE5000 solid;width: 80%;height:100%;}
.no-right-margin		{ margin-right:0px; }					
#outsidethebox1 		{float:left;width: 100%;height:100%;margin:0 px px px;padding:0px;background-color:transparent;border:0px #64c4ae solid;}
#img-outsidethebox1	{ float:left; margin:0 0px 0px 0; width: 100%;height:100%	}

/* CSS for Pocket Pure Super User Starts  */
.pureuserspot-box	{ height:auto; float:left; background-color:#ffffff;  margin-bottom:25px; width:100%;}
.pureuserspot-box	{float:left;padding: 0px;background-color: transparent;border-top: 1px #dddddd solid;border-bottom: 1px #dddddd solid;border-right: 1px #dddddd solid;border-left: 1px #dddddd solid;border-radius: 2px;}
.pureuserspot-box img {margin: 15px 0px 0px 20px; width: 150px; height:125px;}
.pureuserspot-box h65	{font-size: 17px;color: #FE5000;font-weight: 900;margin-left: 5px;}
.pureuserspot-box h62	{font-size: 15px;color: #46c4ae;font-weight: 900;margin-left: 5px;}
.pureuserspotbox99gears		{ width:100%; height:300px; }
#pureuserspotbox99        { width: 100%; height:350px; border-radius: 0px; border-top: 1px #999999 solid; margin-bottom: 30px; margin-top: 5px;}
.pureuserspotart-box p	{font-size: 15px;width: 210px;margin: 0 0 0 4px;margin-top:5px;}
#pureuserspot-wrapper-bg		{ width:100%; }
#pureuserspot-wrapper 		{ width:100%; height:auto; margin:0 auto; padding:0 0 30px 0; margin-bottom:10px;}
#pureuserspot-wrapper img	    { border:2px #FE5000 solid;   }
.no-right-margin		{ margin-right:0px; }					
#pureuserspotbox1 h2       { color:#000; font-size:42px; margin:0 0 10px 0; font-family:proxima-nova,sans-serif;}
#pureuserspotbox1 p		{ color:#000; font-size:18px; margin:0 0 10px 0px; font-family:proxima-nova,sans-serif;}
#pureuserspotbox1 a:link		{ color:#000000;	}
#pureuserspotbox1 a:visited	{ color:#000000;	}
#pureuserspotbox1 a:active	{ color:#000000;	}
#pureuserspotbox1 a:hover	{ color:#EE6129;	}
#pureuserspotbox1 a:focus	{ color:#ccc;	}

#pureuserspotbox1 		{ float:left;width: 106px; height:130px; margin:0 15px 15px 2px; padding:5px;  background-color:transparent; border:0px #64c4ae solid;}
#img-pureuserspotbox1	{ float:left; margin:0 30px 20px 0;	}
/* CSS for Pocket Pure Super User Ends  */

/* Advance Search Box */
/*.advancesearch-box h65	{ font-size:28px; color: #666666; margin-left:0px; }
.advancesearch-box	{ height:auto; background-color:#ffffff;  margin-bottom:25px;  float: left !important;
    width: 100% !important; }
.adsearchart-box	{ float:right; padding:10px; background-color:#efefef;}
#adsearchbox99        { width: 100%; border-radius: 10px; margin-bottom: 10px; margin-top: 5px; }
.AdvancedSearch {margin: 10px 15px 10px 30px;padding-right: 0px;max-width: 750px;}
*/
/*----------Sub-Banner Icon pocket ----------*/
#subbanner 		{ margin:0 auto; width:100%;     }
#subbanner h3		{ text-align:center; font-size:18px; padding:10px 0 0 0;	}
#subbanner p		{ text-align:center; padding:10px 0; font-size:14px	}
.small-box h3		{ text-align:center; font-size:18px; padding:10px 0 0 0; color:#222222;	}
.small-box {
    width: 47%;
    padding: 20px;
    float: left;
    text-align: center;
    border: 1px solid #222222;
    margin-right: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    background-color:#f9f9f9;
}
.small-box p { text-align:center; padding:10px 0; font-size:12px; color:#222222;}
div.small-box:hover {
     background: #f9f9f9;
    border: 1px solid #fe5000; box-shadow: 0 5px 20px rgba(254, 80, 0, 1);
    
}
#box1 {   }

#box2 {   }

#box3 {   }

#box4 {   }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}b
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
