/* ====================================================
   Import Roboto Font
   ==================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300,300italic);


/* ====================================================
   Base styles
   ==================================================== */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #FBFBFB;
}

body {
  background-color: #FBFBFB;
  color: #4D4D4D;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,"Liberation Sans",Freesans,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding-bottom: 50px;
}

iframe {
  left: 0;
}

#manager-widget {
  left: auto;
}

a {
  color: #23A7CF;
  text-decoration: none;
  font-family: inherit;
}

a:hover {
  color: #1C84A3;
  cursor: pointer;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #4D4D4D;
  font-family: Roboto,"Helvetica Neue","Lucida Grande",Helvetica,Arial,"Liberation Sans",Freesans,sans-serif;
  font-weight: bold;
  font-weight: 500;
  line-height: normal;
}

label {
  display: inline-block;
  vertical-align: middle;
}

input[type=checkbox] + label {
  display: inline-block;
  margin-left: 5px;
}

input, textarea {
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555555;
}

input:focus, textarea:focus, select:focus {
  outline: 0;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #CCC;
}

:-ms-input-placeholder {
  color: #CCC;
}

::-moz-placeholder {
  color: #CCC;
}

/* ====================================================
   Buttons
   ==================================================== */
.btn, button, [role=button], [type=button], [type=submit], .user-nav [role="button"].login, .see-all-articles {
  background-color: #FFF;
  border: 1px solid #C9D2D6;
  border-collapse: collapse;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
  color: #4D4D4D;
  display: inline-block;
  font-family: Roboto,"Helvetica Neue","Lucida Grande",Helvetica,Arial,"Liberation Sans",Freesans,sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 0 #FBFBFB;
  vertical-align: top;
  transition: 300ms ease-out;
  white-space: nowrap;
}

.btn:hover, button:hover, [role=button]:hover, [type=button]:hover, [type=submit]:hover, .user-nav [role="button"].login:hover, .see-all-articles:hover {
  background-color: #F1F1F1;
  color: #4D4D4D;
}

.btn:focus, button:focus, [role=button]:focus, [type=button]:focus, [type=submit]:focus, .see-all-articles:focus,
.btn:active, button:active, [role=button]:active, [type=button]:active, [type=submit]:active, .see-all-articles:active {
  background-color: #E8E8E8;
  background-image: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btn-primary, button.btn-primary, [role=button].btn-primary, [type=button].btn-primary, [type=submit].btn-primary {
  background-color: #24AFD7;
  border-color: #24AFD7;
  color: #FFF;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover, button.btn-primary:hover, [role=button].btn-primary:hover, [type=button].btn-primary:hover, [type=submit].btn-primary:hover {
  background-color: #178AA5;
  border-color: #178AA5;
  color: #FFF;
}

.btn-primary:focus, button.btn-primary:focus, [role=button].btn-primary:focus, [type=button].btn-primary:focus, [type=submit].btn-primary:focus,
.btn-primary:active, button.btn-primary:active, [role=button].btn-primary:active, [type=button].btn-primary:active, [type=submit].btn-primary:active {
  background-color: #16839C;
  border-color: #16839C;
}

.btn-large {
  font-size: 16px;
  padding: 10px 20px;
}

.btn-i-arrow {
  background: url("https://p2.zdassets.com/hc/theme_assets/294143/200012530/arrow-right-inverted.png");
  display: inline-block;
  margin: 2px 0 0 6px;
  height: 13px;
  width: 13px;
}

.btn-link, a.btn-link {
  color: #23A7CF;
  text-decoration: none;
  font-family: inherit;
}

.btn-link:hover, a.btn-link:hover {
  color: #1C84A3;
  cursor: pointer;
  text-decoration: none;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

table {
  border-collapse: collapse;
  font-size: 13px;
  text-align: left;
  width: 100%;
}

td, th {
  border-color: #ECECEC;
  border-style: solid;
  padding: 10px;
}

th {
  border-width: 1px 0;
  color: #BBB;
  font-size: 11px;
  white-space: nowrap;
}

td {
  border-width: 0 0 1px 0;
}


/* ====================================================
   Helper styles
   ==================================================== */

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hidden {
  display: none;
}

.strong {
  font-weight: bold;
}

.divider {
  background-color: #E6EAEC;
  border: 0;
  height: 1px;
  margin: 10px 0;
}

.divider-medium {
  margin:20px 0;
}

.divider-large {
  margin:40px 0;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}


/* ====================================================
   Layout styles
   ==================================================== */

.main-column {
  float: left;
  width: 620px;
}

.side-column {
  float: right;
  width: 270px;
}

main, .header-inner, .footer-inner, .notification-inner {
  margin: 0 auto;
  padding: 0;
  width: 950px;
}

main {
  background-color: #FBFBFB;
  display: block;
  padding: 30px 0 50px;
}

.main-inner-home {
  margin: 0 auto;
}

.welcome-title {
  margin-bottom: 0;
}

.welcome-desc {
  color: #888;
  font-size: 1.4em;
  font-weight: 300;
  margin-bottom: 30px;
}

footer {
  background-color: #FBFBFB;
  border-top: 1px solid #ABD5EB;
  color: #8D8D8D;
  font-size: 12px;
  overflow: hidden;
}

footer a {
  color: #8D8D8D;
}

footer a:hover {
  color: #23A7CF;
}

.footer-links a {
  display: inline-block;
  margin-left: 10px;
}

/* Hide search on navigation */
.sub-nav .search-small {
  display: none !important;
}

.header {
  background: #F1F1F1;
  min-height: 41px;
  border-bottom: 1px solid #A1D8F4;
}

.header-inner {
  position: relative;
}

.logo-backlink {
  display: block;
  height: 41px;
  opacity: 0;
  position: absolute;
  width: 60px;
}


/* ====================================================
   Component styles
   ==================================================== */

.dropdown {
  margin-left: 5px;
}

.dropdown a {
  color: #4D4D4D;
}

.dropdown-panel {
  background: #F1F1F1;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
  border-width: 0 1px 1px 1px;
}

.dropdown-panel.dropdown-menu {
  margin-top: 0;
}

.dropdown-panel.pull-right {
  right: -1px;
  left: auto;
  margin-top: -1px;
}

.dropdown-divider {
  display: none;
}

#user .dropdown-panel {
  padding: 5px 0;
}

/* #user #user-dropdown {
  background: transparent;
} */

.dropdown .dropdown-panel.with-caret:before,
.dropdown .dropdown-panel.with-caret:after {
  display: none;
}

.dropdown-menu>li>a, .dropdown-menu>li>.dropdown-menu-link {
  font-size: 12px;
  line-height: inherit;
  padding: 5px 15px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>.dropdown-menu-link:hover {
  background: #E0E0E0;
}

.dropdown-toggle {
  cursor: pointer;
  height: 42px;
  line-height: 42px !important;
  vertical-align: middle !important;
  padding: 0 5px !important;
  display: inline-block !important;
  transition: none !important;
}

.dropdown-toggle a {
  color: #4D4D4D;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle:after {
  content: url('https://p2.zdassets.com/hc/theme_assets/294143/200012530/arrow-dropdown-toggle.png');
  display: inline-block;
  height: 6px;
  line-height: 6px;
  margin-left: 5px;
  overflow: hidden;
  vertical-align: middle;
}

.dropdown-open .dropdown-toggle {
  box-shadow: 0 0 0 #F6F6F6,0 0 4px rgba(0, 0, 0, 0.2);
}

.visibility-internal:before {
  content: "\1F512";
  font-family: "entypo";
  margin-right: 5px;
}

.notification {
  padding: 10px 15px;
}

.user-nav {
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
}

.user-nav > * {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

.user-nav [role="button"].login {
  /*extended style from primary button*/
  background-color: #24AFD7;
  border-color: #24AFD7;
  border-radius: 3px !important;
  color: #FFF;
  margin: 5px 0 0 5px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.user-nav [role="button"].login:hover {
  background-color: #178AA5;
  border-color: #178AA5;
  color: #FFF;
}

.user-nav [role="button"].login:active {
  background-color: #16839C;
  border-color: #16839C;
}

.user-nav .dropdown-menu-end {
  margin-top: 10px;
}

.user-nav .dropdown-menu-end:before,
.user-nav .dropdown-menu-end:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.user-nav .dropdown-menu-end:before {
  top: -7px;
  left: 9px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d8d8d8;
  border-left: 7px solid transparent;
}

.user-nav .dropdown-menu-end:before {
  left: auto;
  right: 9px;
}

.user-nav .dropdown-menu-end:after {
  left: auto;
  right: 10px;
}

.user-nav .dropdown-menu-end:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
}

.user-info [role="button"], .login {
  background: transparent;
  border-radius: 0 !important;
  border: 0;
  line-height: 1;
  padding: 4px 10px 4px 4px;
}

.user-info [role="button"]:hover, .login:hover {
/*  border-color: #AAA;
  box-shadow: inset 0 -1px #BBB;
*/
}

.user-info [role="button"]:active, .login:active {
  /*background: linear-gradient(to bottom, whitesmoke 0%, #d5d5d5 100%);*/
}

.user-avatar {
  border-radius: 3px;
  max-height: 30px;
}

.user-avatar, .user-avatar + span {
  display: inline-block;
  vertical-align: middle;
}

#user-name {
  display: none;
}

.submit-a-request {
  margin-left: 15px;
}

.search-unit {
  /*background: #F8F8F8;*/
  background: #BFE3F5 url('https://p2.zdassets.com/hc/theme_assets/294143/200012530/bg-clouds.png') repeat-x 0 30px;
  padding: 30px;
  text-align: center;
  border-top: 1px solid #A8DCF6;
  border-bottom: 1px solid #ABD5EB;
}

.search-small {
  display: inline-block;
  position: relative;
}

.search-small:after {
  color: #CCD5DD;
  content: "\1F50D";
  font-family: "entypo";
  font-size: 22px;
  line-height: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  z-index: 1;
}

.search-small input {
  border-color: #ADD6EC;
  border-width: 3px;
  border-radius: 5px;
  color: #CCD5DD;
  height: 45px;
  font-size: 16px;
  font-weight: 300px;
  padding: 0 20px;
  width: 620px;
}

.search-small input:focus {
  border-color: #81BDDD;
  color: #4D4D4D;
  outline: none;
}

.two-column-layout {
  margin-left: -4%;
}

.two-column-layout li {
  display: inline-block;
  float: left;
  margin-left: 4%;
  width: 46%;
}

.category-list a {
  /*background: #F8F8F8;*/
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  color: #4D4D4D;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.category-list a:after {
  content: url("https://p2.zdassets.com/hc/theme_assets/294143/200012530/arrow-pointer-right.png");
  display: none;
  position: absolute;
  right: 20px;
}

.category-list a:hover:after {
  color: #4D4D4D;
  display: inline-block;
}

.category-list a:hover {
  text-decoration: underline;
  transition: background-color 0.3s ease;
}

.community {
  background: #F8F8F8;
  border-radius: 5px;
  margin-top: 40px;
  padding: 25px 30px;
}

.community h4 {
  color: #4D4D4D;
  float: right;
  font-size: 13px;
  margin: 0;
}

.community h4 a {
  font-weight: normal;
  font-size: 11px;
}

.trending-questions {
  margin-bottom: 40px;
}

.trending-questions h2 {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #4D4D4D;
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.trending-questions:last-child {
  margin-bottom: 0;
}

.trending-question-list {
  margin-bottom: 15px;
}

.trending-question-list li {
  display: inline-block;
  font-size: 13px;
  padding: 10px 25px 0 0;
  width: 49.5%;
}

.knowledge-page-header {
  margin-bottom: 20px;
  padding: 20px 0 10px;
}

.knowledge-page-header-bordered {
  border-bottom: 1px solid #E6EAEC;
}

.knowledge-page-header > h1 {
  margin: 0 0 10px 0;
}

.knowledge-page-header > h1 > .visibility-internal {
  color: #CCC;
  margin-left: -33px;
}

.knowledge-page-header p {
  color: #A6A6A6;
  font-size: 14px;
  margin: 0;
  line-height: 20px;
}

.posted-by, p.posted-by {
  font-size: 13px;
  font-weight: 300;
}

.section-tree {
  margin-left: -4%;
  margin-top: -40px;
}

.section-tree .section {
  box-sizing: border-box;
  display: inline-block;
  margin-left: 3.6%;
  margin-top: 40px;
  vertical-align: top;
  width: 46%;
}

.section > h3 {
  border-bottom: 1px solid #E6EAEC;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.section > h3 > .visibility-internal {
  color: #CCC;
  margin-left: -20px;
}

.section h3 a {
  color: inherit;
  font-size: 18px;
}

.article-list li {
  margin-top: 10px;
}

.article-promoted {
  margin-left: -15px;
}

.article-promoted span {
  color: #FFD76E;
  cursor: default;
  font-family: "entypo";
  font-size: 12px;
  position: relative;
  right: 4px;
  top: -2px;
}

.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after {
  display: block;
}

.article-promoted span:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #FFF;
  content: attr(data-title);
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

.see-all-articles {
  margin-top: 14px;
}

.sub-nav .breadcrumbs {
  background: #F4F4F4;
  border: 1px solid #E6EAEC;
  border-radius: 2px;
  padding: 5px 10px;
}

.breadcrumbs li {
  color: #666;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  white-space: nowrap;
}

.breadcrumbs li + li:before {
  content: url("https://p2.zdassets.com/hc/theme_assets/294143/200012530/arrow-right.png");
  display: inline-block;
  width: 26px;
  text-align: center;
  top: 4px;
  position: relative;
}

.breadcrumbs li a {
  color: #AAA;
}

.breadcrumbs li a:hover {
  color: #23A7CF;
}

.article-column {
  width: 720px;
}

.article-body {
  line-height: 1.7;
  font-size: 14px;
  word-wrap: break-word;
}

.article-body img {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  height: auto;
  max-width: 100%;
}

.article-body pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #bbb;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px;
}

.article-body ul,
.article-body ol {
  margin: 20px 0 20px;
  list-style-position: outside;
}

.article-body ol > ul,
.article-body li > ul,
.article-body li > ol {
  margin: 0 0 0 20px;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ol {
  list-style-type: decimal;
}

.article-body li {
  margin-left: 20px;
}

.article-footer, footer.article-footer {
  background-color: #F4F4F4;
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  color: #4D4D4D;
  font-size: 14px;
  margin: 30px 0;
  overflow: visible;
  padding: 15px;
}

.article-footer .article-vote {
  float: left;
  line-height: 28px;
}

.article-footer .share {
  float: right;
  margin-top: 2px;
}

.article-vote {
  position: relative;
}

.article-vote-controls {
  display: inline-block;
  margin-left: 20px;
}

.article-vote-count {
  color: #a6a6a6;
  left: 100%;
  margin-left: 25px;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

a.article-vote-up, a.article-vote-down {
  background: #cacaca;
  box-shadow: none;
  border: 0;
  border-radius: 50%;
  color: #FFF;
  font-family: "entypo";
  line-height: 30px !important;
  padding: 0 10px !important;
  height: 30px;
  transition: 300ms ease-out;
}

a.article-vote-up:hover, a.article-vote-down:hover {
  background-color: #23A7CF;
  color: #FFF !important;
}

.article-vote-up:before {
  background: transparent !important;
  content: "\1f44d";
}

.article-vote-down:before {
  background: transparent !important;
  content: "\1f44e";
}

.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo";
}

.article-vote-up:before {
  content: "\1f44d";
}

.article-vote-down:before {
  content: "\1f44e";
}

.article-related {
  margin-left: -2%;
}

.article-related .recent-articles, .article-related .related-articles {
  display: inline-block;
  float: left;
  margin-left: 2%;
  width: 48%;
}

.article-related .recent-articles ul, .article-related .related-articles ul {
  margin-top: -5px;
}

.article-related .recent-articles li, .article-related .related-articles li {
  color: #CCC;
  font-size: 10px;
  list-style: disc;
  margin-top: 5px;
}

.article-related .recent-articles li a, .article-related .related-articles li a {
  font-size: 13px;
}

.article-comments {
  margin-top: 50px;
}

.article-comments h2 {
  font-size: 14px;
}

.share li {
  display: inline-block;
}

.share a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  display: inline-block;
  color: #FFF;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  background: #00ACED;
  content: "\F309";
}

.share-facebook:before {
  background: #3B5998;
  content: "\F30C";
}

.share-linkedin:before {
  background: #4875B4;
  content: "\F318";
}

.share-googleplus:before {
  background: #CD3C2A;
  content: "\F30F";
}

.article-footer a.share-twitter:hover:before {
  background: #00ACED;
}

.article-footer a.share-facebook:hover:before {
  background: #3B5998;
}

.article-footer a.share-linkedin:hover:before {
  background: #4875B4;
}

.article-footer a.share-googleplus:hover:before {
  background: #CD3C2A;
}

.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #CCC;
  border-left: 7px solid rgba(0, 0, 0, 0);
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #FFF;
  border-left: 6px solid rgba(0, 0, 0, 0);
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

.attachment-list, .screencast-list {
  font-size: 11px;
}

.attachment-list span, .screencast-list span {
  color: #bbb;
}

.comment .attachment-list, .comment .screencast-list {
  margin-top: 25px;
}
.comment .attachment-list li, .comment .screencast-list li {
  margin-bottom: 10px;
}
.comment .attachment-list li:before, .comment .screencast-list li:before {
  background: #f6f6f6;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}
.comment .attachment-list li:before {
  content: "\1F4CE";
}
.comment .screencast-list li:before {
  content: "\1F4BB";
}

.comment, .comment-form {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 14px;
  line-height: 1.3;
  min-height: 100px;
  padding: 20px 0;
  position: relative;
}

.comment-container {
  margin-left: 90px;
}

.comment-avatar {
  position: absolute;
  display: inline-block;
}

.comment-avatar img {
  border: 0;
  border-radius: 3px;
  max-width: 70px;
  max-height: 70px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url(/hc/assets/agent-marker.png);
  background-image: url(/hc/assets/agent-marker.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -5px;
  right: -3px;
  content: " ";
}

.comment-author {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 15px 0;
}

.comment-published, .comment-edit, .comment-delete {
  float: right;
  font-size: 11px;
  margin-right: 12px;
  margin-left: 12px;
}

.comment-published {
  color: #bbb;
  font-weight: lighter;
}

.comment-edit:before, .comment-delete:before {
  color: #CCC;
  content: "\2022";
  font-size: 10px;
  margin-left: -14px;
  pointer-events: none;
  position: absolute;
}

.comment-body {
  line-height: 1.7;
  word-wrap: break-word;
}

.comment-body p:first-child {
  margin-top: 0px;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  border-color: #DDDDDD;
  border-color: rgba(0, 0, 0, 0.13);
  border-style: solid;
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
  padding: 10px;
}

.comment-form {
  padding-top: 30px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.comment-form-controls input[type=submit] {
  margin-left: 15px;
}

.comment-mark-as-solved {
  float: left;
  margin-top: 5px;
}

.comment-screencasts {
  float: left;
  margin-top: 5px;
  margin-right: 25px;
}

.comment-list + .pagination {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.pagination {
  line-height: 0;
  padding: 20px 0;
  text-align: center;
}

.pagination ul {
  display: inline-block;
}

.pagination li {
  float: left;
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.pagination li + li {
  border-left: none;
}

.pagination a, .pagination span {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.03);
  color: #AAA;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-header {
  font-size: 20px;
  font-weight: bold;
  font-weight: 500;
  padding: 20px 0 10px;
}

.my-activities-header .breadcrumbs li {
  font-weight: bold;
  font-size: 18px;
  font-weight: 500;
}

.my-activities-nav {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  padding: 20px 0;
}

.my-activities-nav li {
  padding-right: 15px;
}

.my-activities-nav li {
  display: inline-block;
  font-weight: bold;
  font-weight: 500;
}

.my-activities-nav li a {
  font-weight: normal;
}

.my-activities-nav li + li {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 15px;
}

.my-activities-sub-nav {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0;
  position: relative;
}

.my-activities-sub-nav ul {
  margin-left: -10px;
  margin-bottom: -1px;
}

.my-activities-sub-nav li {
  display: inline-block;
  font-weight: bold;
  font-weight: 500;
  padding: 10px 5px;
  color: #4D4D4D;
  border-bottom: 3px solid #23A7CF;
  margin: 0 10px;
}

.my-activities-sub-nav .inactive {
  border-bottom-color: transparent;
}

.my-activities-sub-nav .inactive:hover {
  border-bottom-color: #D8DEE1;
}

.my-activities-sub-nav li a {
  font-weight: normal;
  color: #8D8D8D;
}

.my-activities-sub-nav .topic-add {
  bottom: 10px;
  position: absolute;
  right: 0;
}

.request-table-toolbar {
  background-color: #FAFAFA;
  font-size: 13px;
  padding: 8px;
  text-align: right;
}

.status-selection, .organization-selection {
  display: inline-block;
}

.status-selection > span, .organization-selection > span {
  margin-right: 10px;
}

.status-selection button, .organization-selection button {
  background: #FFF;
  border-radius: 0;
  color: #ADADAD;
  height: 27px;
  line-height: 27px !important;
  min-width: 85px;
  text-align: left;
}

.status-selection button:after, .organization-selection button:after {
  color: #adadad;
  float: right;
  margin-left: 15px;
  margin-top: 10px;
}

.status-selection button:focus, .organization-selection button:focus {
  box-shadow: none;
  outline: 0;
}

.status-selection .dropdown-toggle, .organization-selection .dropdown-toggle {
  color: #4D4D4D;
}

.status-selection.dropdown-open .dropdown-panel, .organization-selection.dropdown-open .dropdown-panel {
  background-color: #FFF;
}

.status-selection .dropdown-panel.pull-right, .organization-selection .dropdown-panel.pull-right {
  right: 0px;
}

.organization-selection button {
  margin-right: 15px;
}

.requests-search {
  border-radius: 2px;
  float: left;
  height: 27px;
  outline: none;
  padding: 10px;
  font-size: 13px;
}

.my-activities-table a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-table a {
  max-width: 550px;
}

.following-table a {
  max-width: 390px;
}

.contribution-table a {
  max-width: 250px;
}

.request-table td:nth-child(1) {
  width: 5%;
}

.request-table td:nth-child(2) {
  width: 65%;
}

.request-table td:nth-child(3) {
  width: 15%;
}

.request-table td:nth-child(4) {
  width: 15%;
}

.following-table td:nth-child(1) {
  width: 45%;
}

.following-table td:nth-child(2) {
  width: 15%;
}

.following-table td:nth-child(3) {
  width: 30%;
}

.following-table td:nth-child(4) {
  width: 10%;
}

.request-follow-up {
  text-align: right;
}

.follow-up-hint {
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-top: 13px;
}

.request-details {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin: 30px 0 30px;
  padding: 15px 20px;
}

.request-details li + li {
  margin-top: 10px;
}

.request-header {
  /*font-weight: lighter;*/
  font-size: 1.7em;
  margin: 1em 0;
}

.request-id {
  color: #bbb;
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
}

.request-details {
  font-size: 12px;
}

.request-details dt ~ dt {
  font-weight: bold;
  font-weight: 500;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #FFF;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 5px;
  white-space: nowrap;
}

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

body.community-enabled .search-results-column {
  float: left;
  width: 450px;
}

body.community-enabled .search-results-column ~ .search-results-column {
  margin-left: 40px;
}

.search-results-subheading {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-result {
  margin: 0;
  padding: 20px 0;
}

.search-result + .search-result {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.search-results-list {
  margin: 0;
}

.search-result-link {
  font-size: 16px;
}

.search-result-description,
.search-result-meta {
  padding-top: 10px;
}

.search-result-meta,
.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
  font-size: 12px;
  color: #bbb;
}

.search-result-meta-time:before,
.search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  font-size: 12px !important;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}

.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

.search-results + .pagination {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.form {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  overflow: hidden;
  padding: 30px 35px;
}

.form footer {
  background-color: transparent;
  padding-top: 10px;
}

.form-field + .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-weight: bold;
  font-weight: 500;
  margin-bottom: 5px;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.form-field textarea, .form-field input {
  box-shadow: inset 0 1px #E3E3E3;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.11);
}

.form-field p {
  color: #BEBEBE;
  font-size: 11px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form form + form,
.searchbox {
  margin-top: 25px;
}

.upload-dropzone {
  padding: 5px;
}

.request-form footer input[type="submit"] {
  font-size: 16px;
  padding: 10px 20px;
}

.request-form footer input[type="submit"]:focus,
.request-form footer input[type="submit"]:active {
  outline: 0;
}

.searchbox-suggestions {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
  padding: 10px 20px;
  max-height: 200px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/assets/loader.gif) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 40px;
  padding-top: 25px;
  text-align: right;
}

.form footer a {
  color: #CCC;
  cursor: pointer;
  margin-right: 15px;
}

.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding: 5% 0 10%;
}

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.community-heading {
  float: left;
  font-size: 18px;
  font-weight: bold;
  font-weight: 500;
  margin: 0;
}

.community-nav {
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
  margin-top: 15px;
  padding: 20px 0;
}

.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}

.community-nav li a {
  font-weight: normal;
}

.community-nav li + li {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 15px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

.community-sub-nav {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0;
  position: relative;
}

.community-sub-nav ul {
  margin-left: -10px;
  margin-bottom: -1px;
}

.community-sub-nav li {
  display: inline-block;
  font-weight: bold;
  font-weight: 500;
  padding: 10px 5px;
  color: #4D4D4D;
  border-bottom: 3px solid #23A7CF;
  margin: 0 10px;
}

.community-sub-nav .inactive {
  border-bottom-color: transparent;
}

.community-sub-nav .inactive:hover {
  border-bottom-color: #D8DEE1;
}

.community-sub-nav li a {
  font-weight: normal;
  color: #8D8D8D;
}

.community-sub-nav .topic-add {
  bottom: 10px;
  position: absolute;
  right: 0;
}

.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header, .question-header {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: table;
  padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-weight: 500;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.question, .answer {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px 0;
  position: relative;
}

.question-form .nesty-input {
  max-width: none;
}

.question-avatar, .answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
  background-color: transparent;
  background-image: url(/hc/assets/agent-marker.png);
  background-image: url(/hc/assets/agent-marker.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

.question-avatar img, .answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.question-body, .answer-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #C5C5C5;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a, .topic-title a {
  /*font-weight: lighter;*/
}

.question-meta, .answer-meta, .topic-meta {
  color: #C5C5C5;
  font-size: 11px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

.answer-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.answer-form-controls input[type=submit] {
  margin-left: 15px;
}

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 14px;
  font-weight: bold;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
}

.answer-list-heading {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 30px;
  padding-bottom: 20px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  font-weight: 500;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #BBB;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.vote-up:before {
  content: "\E763";
}

.vote-down:before {
  content: "\E760";
}

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit, .question-delete, .answer-delete {
  margin-left: 25px;
}

.topic-edit:before, .question-delete:before, .answer-delete:before {
  color: #CCC;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  pointer-events: none;
  position: absolute;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

.markdown {
  word-wrap: break-word;
}

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5 {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-weight: 500;
  line-height: 13px;
  font-size: 13px;
}

.markdown img {
  display: block;
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
  margin-bottom: 10px;
}

.markdown p {
  margin-bottom: 10px;
}

.markdown ul,
.markdown ol {
  list-style-position: inside;
  margin: 0 0 10px 10px;
}

.markdown ul {
  list-style-type: disc;
}

.markdown ol {
  list-style-type: decimal;
}

.markdown li > ul,
.markdown li > ol {
  margin: 0 0 0 10px;
}

.markdown pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  margin-bottom: 10px;
}

.markdown blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #bbb;
  font-style: italic;
  padding-left: 10px;
  margin: 0 0 10px 0;
}

.markdown hr {
  margin-bottom: 10px;
  height: 2px;
  background-color: #ECECEC;
}


/* ====================================================
   Call to Action
   ==================================================== */

/* Form CTA */
.form-cta {
  margin-left: -4%;
  padding-top: 10px;
}

.form-cta .col {
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin-left: 4%;
  padding: 20px;
  width: 46%;
}

.form-cta .centralize {
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  /*margin-left:4%;*/
  margin-left: 29%;
  padding: 20px;
  width: 46%;
}

.form-cta-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
}

.form-cta-title a {
  color: #4D4D4D;
}

.form-cta-title a:hover {
  text-decoration: underline;
}

.form-cta-desc {
  color: #888;
}

/* ====================================================
   Language specific styles
   ==================================================== */

html[lang="fr"] .footer-links,
html[lang="es"] .footer-links {
  margin-top: 0px;
  float: left;
}

html[lang="fr"] .footer-links a:first-child,
html[lang="es"] .footer-links a:first-child {
  margin-left: 0;
}

/* ====================================================
   Vendor specific styles
   ==================================================== */
.twitter-widget {
  background: #CCE8F5 url('https://p2.zdassets.com/hc/theme_assets/294143/200012530/bg-clouds.png') repeat-x 0 50px;
  padding: 10px;
  border-top: 1px solid #A8DCF6;
  height:130px;
}

.tweecool {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  width: 940px;
  height:130px;
}

.tweecool ul {
  height: 24px;
  line-height: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  height:130px;
}

.tweecool li {
  /*background-color: #CCE8F5;*/
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  position: relative;
  margin-top:3px;
  /*left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: .8s ease-in-out transform;
  transform: translateY(-35px);*/
  z-index: 1;

}

.tweecool li {
 transform: translateY(0);
  z-index: 7;
}

/*.tweecool li.tweecool-first,
.tweecool li:first-child {
  transform: translateY(0);
  z-index: 3;
}*/

/*.tweecool li.tweecool-first,
.tweecool li.tweecool-active {
  z-index: 5;
}*/

/*.tweecool li.tweecool-active {
  transform: translateY(0);
  z-index: 7;
}*/

.tweecool li > a {
  float: left;
  height: 24px;
  margin-right: 10px;
  width: 24px;
}

.tweecool a {
  border-bottom: 1px solid #B5CBDD;
  color: #4D5256;
  display: inline-block;
  line-height: normal;
  text-decoration: none;
}

.tweecool a:hover {
  border-bottom-color: #8DA3B5;
}

.tweecool a > img {
  height: 100%;
  width: 100%;
}

.tweets_txt {
  font-size: 13px;
  overflow: hidden;
}

.tweets_txt span {
  color: #8DA3B5;
  float: right;
  text-align: right;
}


li img {
  margin: 16px 0px;
}
/*MW-Notificaiton Banner CSS */
/* Common, default styles for the notification box */

/* change the background color by editing "background"  */
/* change the text color by editing "color"  */
.ns-box {
	background: rgba(192, 57, 43,0.85);
	padding: 10px 20px 20px 20px;
	line-height: 1.4;
	z-index: 1000;
	pointer-events: none;
	color: rgba(250,251,255,0.95);
	font-size: 85%;
  border-bottom: 1px solid #DDD;
}

.ns-box.ns-show {
	pointer-events: auto;
}

.ns-box a {
	color: inherit;
  opacity: 0.7;
	font-weight: 700;
}

.ns-box a:hover,
.ns-box a:focus {
	opacity: 1;
}

.ns-box p {
    margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
	pointer-events: auto;
}

.ns-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	top: 4px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ns-close:hover, 
.ns-close:focus {
	outline: none;
}

.ns-close::before,
.ns-close::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 60%;
	top: 50%;
	left: 50%;
	background: #6e6e6e;
}

.ns-close:hover::before,
.ns-close:hover::after {
	background: #fff;
}

.ns-close::before {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

.ns-box-inner i {
    color: #fff;
    font-size: 3.8em;
}

.megaphone:before { 
  content:'\1F4E3';
  font-family: "entypo";
  font-size: 2.2em;
}

/* Top bar notifications */
.ns-box.ns-bar {
	top: 0;
	left: 0;
	width: 100%;
}

.ns-bar .ns-close {
	background: transparent;
	margin-top: 15px;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
	background: #b7b5b3;
}

[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}



/* Slide on top */
.ns-effect-slidetop {
	box-shadow: inset 5.4em 0 rgba(0,0,0,0.1);
}

.ns-effect-slidetop .icon {
	position: absolute;
	display: block;
	font-size: 109%;
	top: 50%;
	left: 1em;
	-webkit-transform: translate3d(0,-20%,0);
	transform: translate3d(0,-20%,0);
}

.ns-effect-slidetop p {
	padding: 0 3.2em;
	font-size: 1.2em;
	display: inline-block;
}

.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
	width: 2px;
	background: #fff;
}

.ns-effect-slidetop .ns-close:hover::before,
.ns-effect-slidetop .ns-close:hover::after {
	background: #fff;
}

.ns-effect-slidetop.ns-show .icon,
.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animScaleUp;
	animation-name: animScaleUp;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animFade;
	animation-name: animFade;
}

@-webkit-keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

@keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
	-webkit-animation-name: animSlideTop;
	animation-name: animSlideTop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

@-webkit-keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); }
}

@keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}