* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #f0f0f0;
}

body {
  width: 100%;
  max-width: 1280px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

.Row {
  width: auto;
}

#Header {
  z-index: 1;
  height: 63px;
  min-height: 63px;
  background: #ffffff;
}

#Footer {
  position: absolute;
  bottom: 0;
  min-height: 30px;
}
#Footer.Sticky {
  position: absolute;
  left: 0;
}

#Header,
#Footer {
  width: 100%;
  background-color: #ffffff;
  max-width: 1280px;
}

.HeaderInner {
  border-bottom: 1px solid #a0a0a0;
}
.HeaderInner .Logo {
  position: absolute;
  right: 0;
  bottom: 16px;
}
.HeaderInner .Logo .Mobile {
  display: block;
}
.HeaderInner .Logo .Desktop {
  display: none;
}
.HeaderInner .BackLink {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background-image: -moz-linear-gradient(#ffffff, #f0f0f0);
  background-image: -webkit-linear-gradient(#ffffff, #f0f0f0);
  background-image: linear-gradient(#ffffff, #f0f0f0);
  background-color: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 16px;
  border: 1px solid #d2d2d2;
  padding: 0 4px 4px;
  width: 30px;
  color: #3c3c3c;
}

.FooterInner {
  border-top: 1px solid #a0a0a0;
}

.HeaderInner,
.FooterInner {
  margin: 0 2.5%;
  height: 100%;
  position: relative;
}

.NavFooter {
  position: relative;
  margin: 12px 0 7px;
}
.NavFooter .GoTopBox {
  position: absolute;
  top: 0;
  right: 8px;
  height: 40px;
  overflow: hidden;
  text-align: right;
  line-height: 0;
}
.NavFooter .GoTopBox .Icon {
  line-height: 9px;
}
.NavFooter ul {
  font-size: 0;
  line-height: 16px;
}
.NavFooter li {
  line-height: 0;
  vertical-align: bottom;
}
.NavFooter li:first-child {
  border: none;
  padding-left: 0;
}
.NavFooter a, .NavFooter a:visited, .NavFooter a:hover, .NavFooter a:focus {
  font-size: 11px;
  line-height: 20px;
  color: #868686;
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
}
.NavFooter a:hover {
  color: #3c3c3c;
}

.Breadcrumb {
  display: none;
  position: absolute;
  left: 0;
  bottom: 12px;
}
.Breadcrumb .HomeLink {
  line-height: 20px;
}
.Breadcrumb .HomeLink,
.Breadcrumb .Breadcrumbs {
  float: left;
}
.Breadcrumb a,
.Breadcrumb span {
  color: #868686;
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}
.Breadcrumb .Crumb {
  display: none;
}
.Breadcrumb .Crumb + span:last-of-type a,
.Breadcrumb .Crumb + span:last-of-type span {
  color: #3c3c3c;
}
.Breadcrumb .Crumb + span:before {
  content: "\2192";
  font-family: "ABB Dingbats";
  color: inherit;
  padding: 0 .5em;
}
.Breadcrumb a:hover {
  text-decoration: underline;
}

.Main {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 0 8px 88px;
  margin: 0 2.5%;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
}

@media (max-width: 599px) {
  .NavFooter ul {
    padding-bottom: 7px;
  }
}
@media (min-width: 600px) {
  #Header {
    height: 91px;
  }

  #Footer {
    position: fixed;
  }

  .HeaderInner .Logo .Desktop {
    display: block;
  }
  .HeaderInner .Logo .Mobile {
    display: none;
  }
  .HeaderInner .BackLink {
    display: none;
  }

  .HeaderInner,
  .FooterInner {
    margin: 0 2.9296875%;
  }

  .NavFooter {
    margin: 5px 0 2px;
  }
  .NavFooter .GoTopBox {
    display: none;
  }
  .NavFooter ul {
    display: inline-block;
    vertical-align: top;
  }
  .NavFooter li {
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    border-left: 1px solid #868686;
  }

  .Breadcrumb {
    display: block;
  }

  .Main {
    padding: 0 16px 30px;
    margin-left: 2.9296875%;
    margin-right: 2.9296875%;
  }
}
@font-face {
  font-family: "Helvetica Neue Light";
  src: url('fonts/helveticaneue45.eot?1470853776') format('embedded-opentype'), url('fonts/helveticaneue45.woff?1470853776') format('woff'), url('fonts/helveticaneue45.ttf?1470853776') format('truetype'), url('fonts/helveticaneue45.svg?1470853776') format('svg');
}
body,
input,
textarea,
input.DateBox,
input.InputBox,
input.SmallInput {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3c3c3c;
}

p, .Message p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3c3c3c;
  margin: 14px 0;
}
p:last-child, .Message p:last-child {
  margin-bottom: 0;
}

.P {
  *zoom: 1;
  clear: both;
}
.P:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  font-size: 26px;
  line-height: 32px;
  color: #00555f;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 7px;
  font-weight: normal;
  margin: 14px 0;
  color: #007987;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3c3c3c;
  font-weight: bold;
}

.Small,
.Small a {
  font-size: 11px;
  line-height: 16px;
}

.HeadlineSub {
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  font-size: 20px;
  line-height: 25px;
  margin: 12px 0 16px;
}

@media (min-width: 600px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0.025em;
    font-size: 26px;
    line-height: 32px;
    margin: 12px 0 12px;
  }
}
@font-face {
  font-family: "ABB Dingbats";
  src: url('fonts/abbdingbats.eot?1470853776') format('embedded-opentype'), url('fonts/abbdingbats.woff?1470853776') format('woff'), url('fonts/abbdingbats.ttf?1470853776') format('truetype'), url('fonts/abbdingbats.svg?1470853776') format('svg');
}
.Icon:before, .Icon:after,
.Icon span {
  font-family: "ABB Dingbats";
  color: inherit;
  padding: 0 .25em;
}

.IconBox:before {
  content: "\25a1";
}

.IconSquare:before {
  content: "\25a0";
}

.IconCircle:before {
  content: "C";
}

.IconDisk:before {
  content: "\0044";
}

.IconArrow:before {
  content: "\2192";
}

.IconSearch:before {
  content: "F";
}

.IconLike:before {
  content: "\0047";
}

.IconDislike:before {
  content: "\2048";
}

.IconSubscribe:before {
  content: "\25fb";
}

.IconUnsubscribe:before {
  content: "\25fc";
}

.IconExpand:before {
  content: "\002b";
}

.IconCollapse:before {
  content: "\2013";
}

.IconArrowD:before {
  content: "\2193";
}

.IconArrowU:before {
  content: "\2191";
}

.IconArrowL:before {
  content: "\2190";
}

.IconError:before {
  content: "R";
}

.IconLike,
.IconDislike {
  font-size: 18px;
}

.IconLike {
  vertical-align: -2px;
}

.IconDislike {
  vertical-align: -4px;
}

.lt-ie9 .Icon:after,
.lt-ie9 .Icon:before {
  display: none;
}

.Slide {
  -moz-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  max-height: 0;
  overflow: hidden;
}
.Slide.In {
  max-height: 1000px;
}

#Body {
  padding-top: 16px;
  margin: 0 0 16px 0;
}
#Body #Content {
  padding-right: 0;
}
#Body #Content .BoxNewDiscussion {
  display: block;
}
#Body #Panel {
  width: 100%;
}
#Body #Panel .PanelInfo li,
#Body #Panel .FilterMenu li {
  padding: 0;
  border: none !important;
  background: none !important;
  display: inline-block;
  margin: 0 0 4px 0;
}
#Body #Panel .PanelInfo a,
#Body #Panel .FilterMenu a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzk4NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTU1ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007987), color-stop(100%, #00555f));
  background-image: -moz-linear-gradient(#007987, #00555f);
  background-image: -webkit-linear-gradient(#007987, #00555f);
  background-image: linear-gradient(#007987, #00555f);
  background-color: #007987;
  padding: 0 8px;
  position: relative;
  display: inline-block;
  font-size: 11px;
  white-space: nowrap;
  color: #ffffff;
  line-height: 23px;
}
#Body #Panel .PanelInfo a:hover,
#Body #Panel .FilterMenu a:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTU1ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzk4NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00555f), color-stop(100%, #007987));
  background-image: -moz-linear-gradient(#00555f, #007987);
  background-image: -webkit-linear-gradient(#00555f, #007987);
  background-image: linear-gradient(#00555f, #007987);
}
#Body #Panel .PanelInfo .Aside,
#Body #Panel .FilterMenu .Aside {
  float: none;
}
#Body #Panel .PanelInfo .Count,
#Body #Panel .FilterMenu .Count {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 23px;
  min-width: 20px;
  padding: 0 8px;
  margin-left: 8px;
  margin-right: -8px;
  font-size: 14px;
  color: #3c3c3c;
  background: #D2D2D2;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
#Body #Panel .PanelInfo .Count:before,
#Body #Panel .FilterMenu .Count:before {
  content: "";
  border: 5px solid transparent;
  border-right: 5px solid #D2D2D2;
  border-left: none;
  display: block;
  width: 0;
  height: 0;
  left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
}
#Body .BackLink {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background-image: -moz-linear-gradient(#ffffff, #f0f0f0);
  background-image: -webkit-linear-gradient(#ffffff, #f0f0f0);
  background-image: linear-gradient(#ffffff, #f0f0f0);
  background-color: #ffffff;
  display: none;
  border: 1px solid #d2d2d2;
  padding: 0 4px 4px;
  width: 30px;
  height: 32px;
  color: #3c3c3c;
}
#Body h1.H,
#Body .PageTitle h1 {
  margin-top: 16px;
}

@media (min-width: 600px) {
  #Body .BackLink {
    display: inline-block;
    margin-right: 16px;
  }
  #Body h1.H,
  #Body .PageTitle h1 {
    margin: 16px 0 12px 0;
    font-size: 32px;
    line-height: 40px;
  }

  .Section-Profile #Body #Content,
  .Section-Conversation #Body #Content,
  .Section-ActivityList #Body #Content {
    width: 66.52360515021459%;
    float: left;
    margin-left: 0.4291845493562232%;
    margin-left: 0;
  }
  .Section-Profile #Body #Content .ContentInner,
  .Section-Conversation #Body #Content .ContentInner,
  .Section-ActivityList #Body #Content .ContentInner {
    padding-right: 3.085%;
  }
  .Section-Profile #Body #Panel,
  .Section-Conversation #Body #Panel,
  .Section-ActivityList #Body #Panel {
    display: block;
    width: 33.04721030042918%;
    float: right;
    margin-left: 0.4291845493562232%;
  }
}
.Footer {
  clear: both;
  color: #6e6e6e;
  margin: 0 -8px;
  overflow: hidden;
  background: #fafafa;
}
.Footer .Column {
  width: 100%;
}
.Footer .Column + .Column .HeadlineSub {
  border-top: 1px solid #d2d2d2;
}
.Footer .Section {
  margin: 0;
}
.Footer .HeadlineSub {
  display: block;
  position: relative;
  margin: 0;
  padding: 12px 30px 12px 8px;
  font-size: 16px;
  line-height: 20px;
  color: #6e6e6e;
}
.Footer .HeadlineSub:hover {
  cursor: pointer;
}
.Footer .HeadlineSub:before, .Footer .HeadlineSub:after {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 18px;
  line-height: 17px;
}
.Footer .Content {
  display: none;
  overflow: hidden;
  padding: 0 8px;
}
.Footer .Content .Icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  height: 18px;
}
.Footer .SectionTags h2,
.Footer .SectionTags h4,
.Footer .SectionStatistics h2,
.Footer .SectionStatistics h4 {
  display: none;
}
.Footer .SectionTags .TagCloud {
  text-align: justify;
}
.Footer .SectionTags li {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  line-height: normal;
}
.Footer .SectionStatistics .SiteTotal-Row {
  margin-bottom: 12px;
}
.Footer .SectionStatistics .SiteTotal-Number,
.Footer .SectionStatistics .SiteTotal-Label {
  vertical-align: top;
  display: inline-block;
}
.Footer .SectionStatistics .SiteTotal-Number {
  font-size: 32px;
  line-height: 1em;
}
.Footer .SectionStatistics .SiteTotal-Label {
  font-size: 16px;
  padding: 8px;
}
.Footer .SectionFeeds .Content .Icon,
.Footer .SectionFollow .Content .Icon {
  background-image: url('images/sprites-mobile.png?1470853776');
  background-repeat: no-repeat;
}
.Footer .SectionFeeds .Content .Icon {
  background-position: -208px -143px;
  width: 13px;
  height: 14px;
  height: 18px;
}
.Footer .SectionFeeds a:hover .Icon {
  background-position: -51px -68px;
}
.Footer .SectionFollow li {
  display: inline;
}
.Footer .Facebook .Icon {
  background-position: -72px -92px;
  width: 23px;
  height: 23px;
}
.Footer .Facebook a:hover .Icon {
  background-position: -143px -5px;
}
.Footer .Linkedin .Icon {
  background-position: -39px -92px;
  width: 22px;
  height: 22px;
}
.Footer .Linkedin a:hover .Icon {
  background-position: -105px -92px;
}
.Footer .Youtube .Icon {
  background-position: -5px -126px;
  width: 22px;
  height: 21px;
}
.Footer .Youtube a:hover .Icon {
  background-position: -176px -37px;
}
.Footer .Twitter .Icon {
  background-position: -37px -126px;
  width: 22px;
  height: 17px;
}
.Footer .Twitter a:hover .Icon {
  background-position: -176px -68px;
}
.Footer .GooglePlus .Icon {
  background-position: -176px -5px;
  width: 22px;
  height: 22px;
}
.Footer .GooglePlus a:hover .Icon {
  background-position: -176px -95px;
}
.Footer ul {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 12px;
}
.Footer li {
  margin-bottom: 16px;
}
.Footer a, .Footer a:visited, .Footer a:hover, .Footer a:focus {
  color: #6e6e6e;
}
.Footer a:hover {
  color: #3c3c3c;
}

@media (min-width: 600px) {
  .Footer {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #f5f5f5));
    background-image: -moz-linear-gradient(#fafafa, #f5f5f5);
    background-image: -webkit-linear-gradient(#fafafa, #f5f5f5);
    background-image: linear-gradient(#fafafa, #f5f5f5);
    background-color: #fafafa;
    margin: 0 -16px;
    padding: 0 16px 24px;
  }
  .Footer .Column {
    width: 24.67811158798283%;
    float: left;
    margin-left: 0.4291845493562232%;
  }
  .Footer .Column.First {
    width: 24.67811158798283%;
    float: left;
    margin-left: 0;
  }
  .Footer .Column + .Column .HeadlineSub {
    border-top: none;
  }
  .Footer .Section {
    padding: 24px 4px 0 8px;
  }
  .Footer .Section + .Section {
    padding-top: 4px;
  }
  .Footer .HeadlineSub {
    border-bottom: 1px dotted #6e6e6e;
    padding: 0 0 8px;
    margin: 12px 0 16px;
  }
  .Footer .HeadlineSub:hover {
    cursor: auto;
  }
  .Footer .HeadlineSub:before {
    display: none;
  }
  .Footer .Content {
    height: auto !important;
    display: block !important;
    overflow: visible !important;
    padding: 0;
  }
  .Footer ul {
    margin-top: 12px;
    margin-bottom: 0;
  }
}
.DataList .Item {
  padding: 14px 0;
  margin: 0;
  position: relative;
}
.DataList .Item:target {
  background: #ffffe0;
}

.DataTable th {
  text-align: left;
}
.DataTable th.BigCount {
  width: 70px;
}
.DataTable th:hover {
  cursor: s-resize;
}
.DataTable th.sorting-asc:hover {
  cursor: n-resize;
}
.DataTable th.sorting-desc:hover {
  cursor: s-resize;
}

.MessageList .Discussion .Message {
  margin: 14px 0;
}
.MessageList .Item {
  padding: 14px 0;
  position: relative;
}
.MessageList .MItem {
  margin: 0;
}
.MessageList .Author .Username {
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  font-weight: normal;
  font-size: 14px;
  color: #00555f;
  padding-bottom: 2px;
  display: inline-block;
}
.MessageList .Author .PhotoWrap .ProfilePhoto {
  width: 40px;
  height: 40px;
}
.MessageList .DiscussionHeader,
.MessageList .CommentHeader {
  margin: 0;
}
.MessageList .DateCreated,
.MessageList .DateCreated:after,
.MessageList .DateCreated time,
.MessageList .Category a,
.MessageList .IPAddress a {
  line-height: 18px;
}
.MessageList .DateUpdated {
  display: none;
}
.MessageList .DateCreated {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzk4NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTU1ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007987), color-stop(100%, #00555f));
  background-image: -moz-linear-gradient(#007987, #00555f);
  background-image: -webkit-linear-gradient(#007987, #00555f);
  background-image: linear-gradient(#007987, #00555f);
  background-color: #007987;
  overflow: hidden;
  display: inline-block;
  padding: 0 50px 0 0;
  position: relative;
}
.MessageList .DateCreated:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTU1ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzk4NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00555f), color-stop(100%, #007987));
  background-image: -moz-linear-gradient(#00555f, #007987);
  background-image: -webkit-linear-gradient(#00555f, #007987);
  background-image: linear-gradient(#00555f, #007987);
}
.MessageList .DateCreated:before {
  content: "";
  border: 5px solid transparent;
  border-right: 5px solid #d2d2d2;
  border-left: none;
  display: block;
  right: 50px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
}
.MessageList .DateCreated:after {
  content: "Posted";
  font-size: 11px;
  color: #3c3c3c;
  display: block;
  width: 50px;
  background: #d2d2d2;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.MessageList .DateCreated time {
  display: inline-block;
  font-size: 11px;
  white-space: nowrap;
  color: #ffffff;
  padding: 0 18px 0 8px;
}
.MessageList .Category {
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin-right: 0;
  margin-left: 4px;
}
.MessageList .Category a {
  background: #868686;
  color: #ffffff;
  font-size: 11px;
  display: inline-block;
  padding: 0 8px;
}
.MessageList .Category a:hover {
  background: #6e6e6e;
}
.MessageList .IPAddress {
  margin: 0;
}
.MessageList .IPAddress a {
  vertical-align: bottom;
  background: #d2d2d2;
  font-size: 11px;
  color: #3c3c3c;
  display: inline-block;
  padding: 0 8px;
}
.MessageList .InlineTags {
  font-size: 14px;
  color: #3c3c3c;
  border-top: 1px dotted #a0a0a0;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 0;
}

@media (min-width: 600px) {
  .MessageList .Item {
    min-height: 90px;
  }
  .MessageList.Comments .Options {
    position: absolute;
    top: 48px;
    right: 0;
  }
  .MessageList .Author .Username {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 12px;
  }
  .MessageList .Author .PhotoWrap {
    position: absolute;
    left: 0;
  }
  .MessageList .Author .PhotoWrap .ProfilePhoto {
    width: 60px;
    height: 60px;
  }
  .MessageList .AuthorWrap {
    float: left;
  }
  .MessageList .DiscussionHeader,
  .MessageList .CommentHeader,
  .MessageList .Item-BodyWrap {
    clear: left;
    margin-left: 80px;
  }
  .MessageList .DiscussionMeta,
  .MessageList .CommentMeta {
    float: right;
    padding-bottom: 20px;
    margin-bottom: 24px;
    margin-left: 20px;
  }
  .MessageList .DateCreated {
    padding: 0 65px 0 0;
  }
  .MessageList .DateCreated:before {
    right: 65px;
  }
  .MessageList .DateCreated:after {
    font-size: 14px;
    width: 65px;
  }
  .MessageList .Category a {
    font-size: 14px;
  }
  .MessageList .DateCreated,
  .MessageList .Category {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
  }
  .MessageList .DateCreated,
  .MessageList .DateCreated:after,
  .MessageList .DateCreated time,
  .MessageList .Category a,
  .MessageList .IPAddress a {
    line-height: 23px;
  }
  .MessageList .IPAddress a {
    font-size: 14px;
  }
  .MessageList .InlineTags {
    padding: 24px 0;
    margin-left: -80px;
  }
}
.FormWrapper {
  background: none;
}
.FormWrapper, .CommentForm .FormWrapper, .EditCommentForm .FormWrapper {
  padding: 0;
}

body.Profile.EditMode #Content form {
  background: none;
  padding: 0;
}

.CommentForm .Author {
  display: none;
}
.CommentForm .DraftButton,
.CommentForm .PreviewButton,
.CommentForm .WriteButton {
  margin: 0;
}

#Body textarea.TextBox {
  min-height: 52px;
  height: 52px;
}

.EditCommentForm .Buttons,
.CommentForm .Buttons {
  padding-bottom: 0;
}

.TextBoxWrapper {
  padding-right: 0;
}

input[type="text"],
input.DateBox,
input.InputBox,
input.SmallInput,
textarea {
  border: 1px #cdcfd5 solid;
  padding: 5px;
  width: 100%;
}
input[type="text"], input[type="text"]:focus,
input.DateBox,
input.DateBox:focus,
input.InputBox,
input.InputBox:focus,
input.SmallInput,
input.SmallInput:focus,
textarea,
textarea:focus {
  background: #ffffff;
}
input[type="text"]:focus,
input.DateBox:focus,
input.InputBox:focus,
input.SmallInput:focus,
textarea:focus {
  border: 1px solid #007987;
}

.Button,
.NavButton,
.DraftButton,
.PreviewButton,
.WriteButton,
.ProfileOptions > a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e5e5e5));
  background-image: -moz-linear-gradient(#fdfdfd, #e5e5e5);
  background-image: -webkit-linear-gradient(#fdfdfd, #e5e5e5);
  background-image: linear-gradient(#fdfdfd, #e5e5e5);
  line-height: normal;
  padding: 6px 8px 6px;
  font-size: 12px;
  font-weight: bold;
}
.Button, .Button:hover, .Button:active,
.NavButton,
.NavButton:hover,
.NavButton:active,
.DraftButton,
.DraftButton:hover,
.DraftButton:active,
.PreviewButton,
.PreviewButton:hover,
.PreviewButton:active,
.WriteButton,
.WriteButton:hover,
.WriteButton:active,
.ProfileOptions > a,
.ProfileOptions > a:hover,
.ProfileOptions > a:active {
  border: 1px solid #999;
}
.Button, .Button:hover,
.NavButton,
.NavButton:hover,
.DraftButton,
.DraftButton:hover,
.PreviewButton,
.PreviewButton:hover,
.WriteButton,
.WriteButton:hover,
.ProfileOptions > a,
.ProfileOptions > a:hover {
  color: #3c3c3c;
}
.Button:hover,
.NavButton:hover,
.DraftButton:hover,
.PreviewButton:hover,
.WriteButton:hover,
.ProfileOptions > a:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: linear-gradient(#ffffff, #f2f2f2);
}
.Button:active,
.NavButton:active,
.DraftButton:active,
.PreviewButton:active,
.WriteButton:active,
.ProfileOptions > a:active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #999999));
  background-image: -moz-linear-gradient(#666666, #999999);
  background-image: -webkit-linear-gradient(#666666, #999999);
  background-image: linear-gradient(#666666, #999999);
  color: #ffffff;
  border: 1px solid #555555;
  text-shadow: 0 1px 0 #666666;
}

.Back,
.DraftButton,
.PreviewButton,
.WriteButton {
  display: none;
}

.Preview {
  min-height: 77px;
  padding: 5px 6px 6px;
  border-top: 1px solid #999;
}
.Preview .Message {
  margin-top: 0;
}

.Info,
table.PreferenceGroup {
  width: 100% !important;
}

.ButtonBarMarkupHint {
  display: none;
  float: left;
  color: #999999;
}

form li .CustomLabel,
form li .CustomValue,
form li .ProfileLabelContainer,
form li .ProfileValueContainer {
  width: 49% !important;
  margin: 0;
}
form li .CustomLabel,
form li .CustomValue {
  margin-bottom: 10px;
}
form li .ProfileLabelContainer,
form li .ProfileValueContainer {
  margin-top: 10px;
}
form li .CustomLabel,
form li .ProfileLabelContainer {
  margin-right: 2%;
}
form li .ProfileLabelContainer {
  float: left;
}

@media (min-width: 600px) {
  form li {
    position: relative;
    clear: both;
    margin-bottom: 20px;
  }
  form li label {
    margin-bottom: 20px;
  }
  form li [for="Form_TermsOfService"],
  form li [for="Form_RememberMe"] {
    margin-bottom: 0;
  }
  form li [for="Form_Name"],
  form li [for="Form_Email"],
  form li [for="Form_Gender"],
  form li [for="Form_Password"],
  form li [for="Form_OldPassword"],
  form li [for="Form_PasswordMatch"],
  form li [for*="Form_CustomValue"] {
    float: left;
    width: 30%;
    max-width: 30%;
    margin: 0 !important;
    padding: 0 20px 0 0 !important;
    line-height: 32px;
  }
  form li [for="Form_ShowEmail"] {
    margin-top: 0 !important;
    margin-left: 30% !important;
  }
  form li #Form_Name,
  form li [id*="Form_Email"],
  form li #Form_Gender,
  form li #Form_Password,
  form li #Form_OldPassword,
  form li #Form_PasswordMatch,
  form li [id*="Form_CustomValue"] {
    width: 70%;
    max-width: 70%;
  }
  form li input#Form_Gender {
    width: auto;
  }
  form li .RadioLabel {
    line-height: 32px;
    width: auto;
    margin: 0 !important;
  }

  .DraftButton,
  .PreviewButton {
    display: inline;
  }

  .ButtonBarMarkupHint {
    display: block;
  }
}
.Profile .PhotoWrapLarge {
  display: block;
  float: left;
  margin: 4px 4px 16px 0;
  max-width: 42%;
  overflow: hidden;
}
.Profile .PhotoWrapLarge img {
  max-width: 144px;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.Profile .ProfileName {
  margin: 12px 0 16px;
}
.Profile .ProfileName h3 {
  margin: 0;
  padding-bottom: 10px;
  color: #00555F;
}
.Profile div.About {
  clear: both;
  margin: 20px 0;
}
.Profile div.About dl.About {
  display: table;
  padding: 0;
}
.Profile div.About dl.About dt,
.Profile div.About dl.About dd {
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 1.4;
}
.Profile div.About dl.About dd {
  width: 65%;
}
.Profile div.About dl.About dt {
  width: 35%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 600px) {
  .Profile .PhotoWrapLarge {
    margin: 4px 8px 16px 0;
  }
  .Profile .ProfileName h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .Profile div.About h2.H {
    clear: both;
    margin-top: 14px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #3C3C3C;
  }
}
.Section-Entry #Body #Content {
  max-width: 100%;
}
.Section-Entry #Body #Content #Form_Password {
  width: 100%;
}
.Section-Entry h1 {
  margin: 16px 0 12px 0;
}
.Section-Entry .InputBox {
  max-width: 100%;
}
.Section-Entry .MainForm {
  width: 100%;
}
.Section-Entry .Methods {
  *zoom: 1;
  clear: both;
  padding: 0;
  margin: 10px 0;
}
.Section-Entry .Methods:after {
  content: "";
  display: table;
  clear: both;
}
.Section-Entry .Methods b {
  display: none;
}
.Section-Entry .Methods .Method {
  float: left;
  margin: 0 10px 10px 0;
}
.Section-Entry .Methods a {
  display: block;
}
.Section-Entry .Methods img {
  vertical-align: top;
}
.Section-Entry #Form_User_SignIn .ForgotPassword {
  display: block;
  margin: 10px 0;
}
.Section-Entry #Form_User_Password .Buttons {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .Section-Entry .Methods {
    padding: 0;
    margin-left: 30%;
  }
  .Section-Entry .CreateAccount {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .Section-Entry #Form_User_SignIn .Buttons {
    margin-left: 30%;
  }
  .Section-Entry #Form_User_SignIn .Button {
    float: right;
  }
  .Section-Entry #Form_User_SignIn .CheckBoxLabel {
    line-height: 28px;
  }
  .Section-Entry #Form_User_SignIn .ForgotPassword {
    line-height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 8px;
  }
  .Section-Entry #Form_User_Password .Buttons {
    text-align: right;
    margin-top: 0;
  }
  .Section-Entry #Form_User_Password .Button {
    vertical-align: top;
  }
  .Section-Entry #Form_User_Password a {
    line-height: 28px;
  }
  .Section-Entry #Form_User_SignIn,
  .Section-Entry #Form_User_Password,
  .Section-Entry #Form_User_Register {
    float: none;
    min-width: 530px;
    width: 60%;
    margin: 30px 0 20px;
  }
  .Section-Entry #PasswordsDontMatch {
    margin-left: 30%;
  }
}
#Header .Navigation .Menu {
  display: block;
  margin: 14px 0 0 44px;
}

#Body .Navigation .Menu {
  display: none;
}

.Navigation {
  *zoom: 1;
}
.Navigation:after {
  content: "";
  display: table;
  clear: both;
}
.Navigation .BoxButtons {
  float: right;
}
.Navigation .Menu {
  float: left;
}
.Navigation .Menu li {
  float: left;
}
.Navigation .Menu li a {
  position: relative;
  float: left;
  display: block;
  color: #868686;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  width: 34px;
}
.Navigation .Menu li a.Selected, .Navigation .Menu li a:hover {
  background: #868686;
  color: #ffffff;
}
.Navigation .Menu li a .Count {
  position: absolute;
  line-height: normal;
  font-size: 8px;
  display: block;
  top: 3px;
  right: 3px;
  background: #444;
}
.Navigation [href*="profile"],
.Navigation [href*="signin"] {
  margin-left: 16px;
}
.Navigation .BackLink {
  float: left;
}

@media (min-width: 600px) {
  #Header .Navigation .Menu {
    display: none;
  }

  #Body .Navigation .Menu {
    display: block;
  }

  .Navigation form {
    float: left;
    margin-right: 16px;
  }
  .Navigation form:before {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    background: #868686;
    color: #ffffff;
    width: 32px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
  .Navigation form div {
    padding-left: 32px;
  }
  .Navigation form .InputBox {
    width: 150px;
    height: 32px;
  }
  .Navigation form .Button {
    display: none;
  }
  .Navigation .BackLink {
    float: left;
  }
}
.ac_results {
  margin-left: -80px;
}
