/*Y0000 */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}
html,
body,
[data-spa-main],
.main {
  min-height: 100%;
  /*overflow-x: hidden;*/
}
.container {
  width: 100%;
  max-width: 720px;
  padding: 0 20px;
  margin: 0 auto;
  display: block;
}
.container .container {
  padding: 0;
}
ul,
ol,
pre,
p,
blockquote,
form,
figure {
  margin-bottom: 30px;
}
body {
  background: #fefefe none repeat scroll 0 0;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
a {
  color: #4183c4;
  cursor: pointer;
  line-height: inherit;
  text-decoration: none;
}
cite {
  font-style: italic;
}
@media screen and (max-width: 480px) {
  .modal-inner {
    width: 90%;
  }
}
[data-breadcrumb] {
  top: -140px;
  top: -70px;
}
.main {
  margin-top: 150px;
}
.js-yep [data-breadcrumb-short] [data-breadcrumb] {
  top: -70px;
}
@media (max-width: 760px) {
  /* Based on grid.css */
  .main {
    margin-top: 120px;
  }
}
@media (max-width: 760px) {
  /* Based on grid.css */
  .js-yep [data-breadcrumb] {
    top: -70px;
  }
  .js-yep [data-breadcrumb-short] [data-breadcrumb] {
    top: -12px;
  }
}
@media screen and (max-width: 760px) {
  .js-yep .submenu {
    top: 0px;
  }
}
.profile-photo {
  border-radius: 50%;
  width: 72px;
  height: 72px;
}
[data-thumbnail] {
  border-radius: 50%;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border: 1px solid #ccc;
  position: relative;
}
[data-thumbnail-loaded] {
  border: none !important;
}
[data-thumbnail] .profile-photo {
  border-radius: 0;
}
.small-profile-photo {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.tiny-profile-photo {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  line-height: 1.5;
  color: inherit;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
/* ================= With photo ================= */
h1.with-photo:before,
h1.with-photo:after,
h2.with-photo:before,
h2.with-photo:after,
h3.with-photo:before,
h3.with-photo:after,
h4.with-photo:before,
h4.with-photo:after,
h5.with-photo:before,
h5.with-photo:after,
h6.with-photo:before,
h6.with-photo:after {
  display: table;
  content: " ";
}
h1.with-photo,
h2.with-photo,
h3.with-photo,
h4.with-photo,
h5.with-photo,
h6.with-photo {
  clear: both;
}
h1.with-photo,
.h1.with-photo,
h2.with-photo,
.h2.with-photo,
h3.with-photo,
.h3.with-photo h4.with-photo,
.h4.with-photo {
  padding-left: 10px;
}
h1.with-photo .small-profile-photo,
.h1.with-photo .small-profile-photo,
h2.with-photo .small-profile-photo,
.h2.with-photo .small-profile-photo,
h3.with-photo .small-profile-photo,
.h3.with-photo .small-profile-photo,
h4.with-photo .small-profile-photo,
.h4.with-photo .small-profile-photo {
  float: left;
  position: relative;
  left: -10px;
}
h1.with-photo .small-profile-photo,
.h1.with-photo .small-profile-photo {
  top: 4px;
}
h2.with-photo .small-profile-photo,
.h2.with-photo .small-profile-photo {
  top: 4px;
}
h3.with-photo .small-profile-photo,
.h3.with-photo .small-profile-photo {
  top: 4px;
}
h4.with-photo .small-profile-photo,
.h4.with-photo .small-profile-photo {
  top: -5px;
}
/* ================= Uppercase ================= */
h1.uppercase,
.h1.uppercase,
h2.uppercase,
.h2.uppercase,
h3.uppercase,
.h3.uppercase,
h4.uppercase,
.h4.uppercase,
h5.uppercase,
.h5.uppercase,
h6.uppercase,
.h6.uppercase {
  font-size: 18px;
}
/* ================= Responsive ================= */
@media screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul ul {
  margin-left: 30px;
  list-style-type: disc;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style-type: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 10px;
}
.list-inline > li:first-of-type {
  padding-left: 0;
}
/* LIST BUTTONS*/
.list-buttons {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-buttons form {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 695px) {
  html body .list-buttons {
    display: block;
    float: none !important;
    text-align: left;
    width: 100% !important;
  }
  .list-buttons li {
    display: block !important;
    float: none !important;
    text-align: center;
    width: 100% !important;
  }
  .list-buttons .btn {
    min-width: 100% !important;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font: inherit;
  margin: 0;
}
/* ====================================================================== input + textarea / text, password, email ====================================================================== */
input {
  line-height: normal;
}
textarea {
  overflow: auto;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 11px 11px 11px 11px;
  border: 1px solid #ddd;
  margin: 0;
  color: #777777;
  background-color: #fff;
  box-shadow: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all .5s;
}
input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #aaa;
}
/* ====================================================================== .field-group ====================================================================== */
.form-group:before,
.form-group:after {
  display: table;
  content: " ";
}
.form-group:after {
  clear: both;
}
.form-group {
  padding-top: 20px;
  position: relative;
}
.form-group:first-of-type {
  padding-top: 0;
}
.form-group p {
  margin-bottom: 5px;
}
/* ====================================================================== .field-error ====================================================================== */
.field-error {
  color: #ec5840;
  text-transform: none;
}
/* ====================================================================== .input-error ====================================================================== */
.input-error {
  border-color: #ec5840;
}
/* ====================================================================== .field-precision ====================================================================== */
.field-precision,
.field-precision p {
  line-height: 1.3;
  font-style: italic;
  width: 80%;
  font-family: Georgia, serif;
  font-size: 14px;
  color: #777777;
  margin-bottom: 0;
  margin-top: 5px;
}
.modal .field-precision {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .field-precision {
    width: 100%;
  }
}
.field-precision code {
  font-size: 14px;
}
/* ====================================================================== label ====================================================================== */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
/* ====================================================================== radio + checkbox + file ====================================================================== */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0 0;
  line-height: normal;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* ====================================================================== form-js-yep ====================================================================== */
.form-js-alert {
  position: relative;
  margin-top: 10px;
  /*background: #f5f5f5;*/
  font-size: 14px;
  padding: 10px;
  padding-right: 10px;
  border-radius: 3px;
  color: #ffae00;
  border: 1px solid #ffae00;
}
.form-js-alert a {
  color: #ffae00;
  text-decoration: underline;
}
.form-js-alert:before {
  border-bottom: 7px solid #ffae00;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  top: -7px;
  right: 49.8%;
}
.form-js-alert:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 50%;
}
.form-js-alert p {
  margin-bottom: 0;
}
[data-close-alert] {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
  width: auto;
  cursor: pointer;
  z-index: 99;
  text-align: center;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  text-transform: none;
}
button:focus,
button:active {
  outline: none;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}
.btn.disabled,
.btn[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.btn.submit {
  margin-bottom: 0;
  display: block;
  min-width: 80px;
  float: right;
}
.btn.submit.fullwidth {
  min-width: 100%;
}
.btn.submit.left {
  float: none;
}
a.btn {
  text-decoration: none;
}
.btn.large {
  font-size: 1.25rem;
}
.btn.fullwidth {
  min-width: 100%;
}
.btn {
  position: relative;
  background-color: #2199e8;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fefefe;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  /*margin: 0 0 1rem;*/
  margin: 0;
  padding: 14px 16px;
  text-align: center;
  transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}
.btn.small {
  padding: 7px 8px;
}
.btn:focus,
.btn:active {
  outline: none;
}
.btn.link {
  background: transparent;
  color: #777777;
}
.btn.undercover {
  background: transparent;
  color: #777777;
  padding: 0;
  margin: 0;
}
p.btn {
  display: block;
  text-align: left;
}
.btn.white {
  background: white;
  border: 1px solid #ccc;
  color: #777777;
}
.btn.white:hover {
  background: #f5f5f5;
}
.btn.white .icon svg {
  fill: #777777;
}
.btn.default {
  background-color: #f5f5f5;
  color: #777777;
}
.btn.default:hover,
.btn.default:focus {
  background-color: #f0f0f0;
  color: #777777;
}
.btn.success {
  background-color: #3adb76;
  color: #fefefe;
}
.btn.success .icon svg {
  fill: #fff;
}
.btn.success:hover,
.btn.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}
.btn.success.hollow {
  border-color: #3adb76;
  color: #3adb76;
  background: white;
}
.btn.success.hollow:hover,
.btn.success.hollow:focus {
  border-color: #22bb5b;
  color: #22bb5b;
  background: white;
}
.onoff-selected .btn {
  border-color: #3adb76;
  color: #3adb76;
  background: white;
}
.onoff-selected .btn:hover,
.onoff-selected .btn:focus {
  border-color: #22bb5b;
  color: #22bb5b;
  background: white;
}
.btn.pink {
  background-color: #eb0505;
  color: #fefefe;
}
.btn.pink:hover,
.btn.pink:focus {
  background-color: #eb0505;
  color: #fefefe;
}
.btn.danger {
  background-color: #ec5840;
  color: #fefefe;
}
.btn.danger:hover,
.btn.danger:focus {
  background-color: #da3116;
  color: #fefefe;
}
.btn.danger.hollow {
  border-color: #ec5840;
  color: #ec5840;
  background: white;
}
.btn.danger.hollow:hover,
.btn.danger.hollow:focus {
  border-color: #da3116;
  color: #da3116;
  background: white;
}
.btn.warning {
  background-color: #ffae00;
  color: #fefefe;
}
.btn.warning:hover,
.btn.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}
.btn.warning.hollow {
  border-color: #ffae00;
  color: #ffae00;
  background: white;
}
.btn.warning.hollow:hover,
.btn.warning.hollow:focus {
  border-color: #cc8b00;
  color: #cc8b00;
  background: white;
}
.btn.arrow::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}
.btn.arrow.success.hollow::after {
  border-color: #3adb76 transparent transparent;
}
.btn.arrow.success.hollow:hover::after {
  border-color: #22bb5b transparent transparent;
}
.btn.arrow.white::after {
  border-color: #777777 transparent transparent;
}
/* ===== svg ===== */
.btn.link .icon svg {
  top: 5px;
  height: 20px !important;
  fill: #777777 !important;
}
.btn.undercover .icon svg {
  top: 5px;
  height: 20px !important;
  fill: #777777 !important;
}
.btn.iconic .icon {
  padding: 0;
  margin: 0;
  height: 0;
  width: auto;
  padding-right: 18px;
}
.btn.iconic .icon svg {
  height: 20px !important;
  fill: #777777 !important;
  position: absolute;
  top: 12px;
  left: 14px;
}
/* ===== .btn-group ===== */
.btn-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.btn-group::before,
.btn-group::after {
  content: ' ';
  display: table;
}
.btn-group::after {
  clear: both;
}
.btn-group .btn {
  margin: 0;
  font-size: 0.9rem;
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group .btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* ===== .btn-field ===== */
.oneliner {
  position: relative;
  margin-bottom: 10px;
}
.oneliner .form-group:first-of-type {
  float: left;
}
.oneliner .btn {
  min-height: 45px !important;
  padding: 0 10px !important;
  float: left !important;
  min-width: auto !important;
  position: relative;
  left: 10px;
  top: 0;
}
.oneliner .btn svg {
  top: 3px !important;
  height: 20px !important;
}
.insider {
  position: relative;
  margin-bottom: 10px;
}
.insider .form-group:first-of-type {
  float: left;
  width: 100%;
}
.insider .btn {
  min-height: 42px !important;
  padding: 0 10px !important;
  float: none !important;
  min-width: auto !important;
  position: absolute !important;
  right: -1px !important;
  top: -17px !important;
}
.insider .btn svg {
  top: 3px !important;
  height: 20px !important;
}
blockquote {
  padding: 10px 20px;
  font-size: 17px;
  border-left: 5px solid #777777;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote.wide {
  width: 100%;
  padding: 0;
  text-align: center;
  font-style: italic;
  font-size: 22px;
  border-left: none;
}
blockquote.wide em {
  font-style: normal;
}
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
figure {
  position: relative;
  text-align: center;
  width: auto;
  margin-bottom: 30px;
}
figcaption a {
  color: #777777;
}
@media screen and (max-width: 600px) {
  figure.full {
    overflow: hidden;
    margin: 0 auto 10px auto;
  }
  figure.full img {
    margin-left: -20%;
    min-width: 140% !important;
  }
}
@media screen and (max-width: 480px) {
  figure.full {
    overflow: hidden;
    margin: 0 auto;
  }
  figure.full img {
    margin-left: -30%;
    min-width: 160% !important;
  }
}
code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #333333;
  background-color: #f3f3f3;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.field-precision code {
  font-size: 12px;
  border: 1px solid #ddd;
  padding: 0px 2px;
  color: #333333;
}
pre {
  display: block;
  padding: 9.5px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
html body pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0;
}
.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.icon img {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
}
.icon svg {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
  fill: #777777;
}
.icon svg * {
  margin: 0;
  padding: 0;
}
.icon img[data-icon] {
  border-radius: 50%;
  opacity: .1;
}
.icon.green svg,
.btn .icon.green svg {
  fill: #3adb76 !important;
}
.notif {
  width: 100%;
  min-height: 60px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f5f5f5;
  z-index: 99999999999;
}
.close-notif {
  margin-bottom: 5px;
  font-size: 20px;
  margin-top: 5px;
  cursor: pointer;
}
.notif.success {
  background-color: #3adb76;
  color: #fefefe;
}
.notif.danger {
  background-color: #ec5840;
  color: #fefefe;
}
.alert {
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.alert > *:last-child {
  margin-bottom: 0;
}
.alert.white {
  background: white;
  border: 1px solid #ccc;
  color: #777777;
}
.alert.prompt {
  opacity: .8;
  background: white;
  border: 1px solid #ec5840;
  color: #777777;
}
.alert.prompt p {
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 0;
}
.alert.prompt form {
  margin-bottom: 0;
}
.alert.prompt .h4 {
  font-size: 18px;
  line-height: 1.2;
}
.alert.default {
  background-color: #f5f5f5;
  color: #777777;
}
.alert.default a {
  color: #777777;
  text-decoration: underline;
}
.alert.default a:hover {
  color: #777777;
  text-decoration: underline;
}
.alert.success {
  background-color: #3adb76;
  color: #fefefe;
}
.alert.success a {
  color: #fefefe;
  text-decoration: underline;
}
.alert.success a:hover {
  color: #fefefe;
  text-decoration: underline;
}
.alert.success.hollow {
  border: 1px solid #3adb76;
  color: #3adb76;
  background: white;
}
.alert.success.hollow a {
  color: #3adb76;
  text-decoration: underline;
}
.alert.success.hollow a:hover {
  color: #3adb76;
  text-decoration: underline;
}
.alert.danger {
  background-color: #ec5840;
  color: #fefefe;
}
.alert.danger a {
  color: #fefefe;
  text-decoration: underline;
}
.alert.danger a:hover {
  color: #fefefe;
  text-decoration: underline;
}
.alert.danger.hollow {
  border: 1px solid #ec5840;
  color: #ec5840;
  background: white;
}
.alert.danger.hollow a {
  color: #ec5840;
  text-decoration: underline;
}
.alert.danger.hollow a:hover {
  color: #ec5840;
  text-decoration: underline;
}
.alert.warning {
  background-color: #ffae00;
  color: #fefefe;
}
.alert.warning a {
  color: #fefefe;
  text-decoration: underline;
}
.alert.warning a:hover {
  color: #fefefe;
  text-decoration: underline;
}
.alert.warning.hollow {
  border: 1px solid #ffae00;
  color: #ffae00;
  background: white;
}
.alert.warning.hollow a {
  color: #ffae00;
  text-decoration: underline;
}
.alert.warning.hollow a:hover {
  color: #ffae00;
  text-decoration: underline;
}
.submenu:before,
.submenu:after {
  display: table;
  content: " ";
}
.submenu:after {
  clear: both;
}
.submenu-add {
  position: relative;
  top: -90px;
  text-align: right;
  z-index: 8;
}
.submenu-add li {
  padding-left: 10px !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 760px) {
  .submenu-add {
    top: 0;
  }
}
.submenu {
  position: relative;
  margin-bottom: 60px;
}
.submenu > button {
  display: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  color: #777777;
  cursor: pointer;
}
.submenu > button > .icon svg {
  position: relative !important;
  top: 3px !important;
  height: 25px;
}
.submenu.submenu-visible > button {
  border: 1px solid #000;
  background: #333333;
  color: #fff;
}
.submenu.submenu-visible > button > .icon svg {
  fill: #fff !important;
}
.submenu > ul {
  list-style-type: none;
  padding: 0;
  text-align: left;
  color: #aaa;
  font-size: 15px;
  z-index: 2;
}
.submenu p {
  margin-bottom: 0;
}
.submenu a {
  display: inline-block;
  color: #777777;
}
.submenu.right > button {
  float: right;
}
.submenu.right > ul {
  float: right;
}
.submenu > ul > li {
  background: white;
  position: relative;
  transition: all .3s;
}
.submenu-active {
  background: #f5f5f5 !important;
}
.submenu > ul > li:hover {
  background: #f5f5f5;
}
.submenu > ul > li {
  display: inline-block;
  padding: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: none;
  margin-left: -6px;
  padding-right: 21px;
}
.submenu > ul > li:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.submenu > ul > li:last-of-type {
  border-right: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.submenu .dropdown-open {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
}
@media screen and (max-width: 760px) {
  html body .submenu {
    width: 100% !important;
  }
  html body .submenu > ul {
    width: 100% !important;
  }
  html body .submenu > ul > li {
    width: 100% !important;
    display: block;
    padding: 15px;
    border-top: 1px solid #ccc;
    border-bottom: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .submenu > ul > li:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .submenu > ul > li:last-of-type {
    border-bottom: 1px solid #ccc;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  html body .submenu .dropdown .dropdown-pane {
    top: 0;
    width: 280px !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: -12px !important;
  }
  html body .submenu .dropdown.right .dropdown-pane {
    top: 0;
    width: 280px !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: -12px !important;
  }
  .submenu .dropdown .dropdown-pane:before {
    left: 251px;
  }
  .submenu .dropdown .dropdown-pane:after {
    left: 252px;
  }
  .submenu .dropdown.right .dropdown-pane:before {
    right: 12%;
  }
  .submenu .dropdown.right .dropdown-pane:after {
    right: 12.2%;
  }
}
/*
@media screen and (max-width: 760px) {
    .js-yep .submenu {
        position: relative;
        left: 5px;
        border: none !important;
    }

    .js-yep .submenu > button {
        display: block;
    }

    .js-yep .submenu > ul {
        display: none;
        margin-top: 10px;
    }

    .js-yep .submenu.submenu-visible > ul {
        display: block;
        position: absolute;
        top: 50px;
        width: 100%;
    }

    .js-yep .submenu:not(.right) > ul:before {
        border-bottom: 7px solid #ccc;
        border-left: 7px solid rgba(0, 0, 0, 0);
        border-right: 7px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        top: -6px;
        left: 27px;
    }

    .js-yep .submenu:not(.right) > ul:after {
        border-bottom: 6px solid #fff;
        border-left: 6px solid rgba(0, 0, 0, 0);
        border-right: 6px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        top: -5px;
        left: 28px;
    }

    .js-yep .submenu.right > ul:before {
        border-bottom: 7px solid #ccc;
        border-left: 7px solid rgba(0, 0, 0, 0);
        border-right: 7px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        top: -6px;
        right: 15px;
    }

    .js-yep .submenu.right > ul:after {
        border-bottom: 6px solid #fff;
        border-left: 6px solid rgba(0, 0, 0, 0);
        border-right: 6px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        top: -5px;
        right: 16px;
    }

    .submenu.right > ul {
        float: none;
        position: relative;
        top: 50px;
    }


    .submenu .dropdown .dropdown-pane {
        position: relative !important;
        width: 100% !important;
        //right: -7px;
        top: -17px;
        &:before {
            left: 12px;
        }
        &:after {
            left: 13px;
        }
        
    }

    .submenu .dropdown.right {
        text-align: left;
    }

    .submenu .dropdown.right .dropdown-pane {
        left: 0;
    }

    .submenu .dropdown.right .dropdown-pane:before {
        right: 90%;
    }
    
    .submenu .dropdown.right .dropdown-pane:after {
        right: 90.5%;
    }

    .submenu > ul > li {
        display: block;
        padding: 15px;
        border-top: 1px solid #ccc;
        border-bottom: none;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .submenu > ul > li:first-of-type {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0;
    }

    .submenu > ul > li:last-of-type {
        border-bottom: 1px solid #ccc;
        border-top-right-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
}
*/
.grid-25 {
  float: left;
  width: 25%;
}
.grid-33 {
  float: left;
  width: 33%;
}
.grid-50 {
  float: left;
  width: 50%;
}
.grid-66 {
  float: left;
  width: 66%;
}
.grid-75 {
  float: left;
  width: 75%;
}
.grid-25.right {
  float: right;
  text-align: right;
}
.grid-33.right {
  float: right;
  text-align: right;
}
.grid-50.right {
  float: right;
  text-align: right;
}
.grid-50.right .field-precision,
.grid-50.right .field-precision p {
  width: 100%;
}
.grid-66.right {
  float: right;
  text-align: right;
}
.grid-75.right {
  float: right;
  text-align: right;
}
@media screen and (max-width: 760px) {
  .grid-25 {
    float: none;
    width: 100%;
  }
  .grid-33 {
    float: none;
    width: 100%;
  }
  .grid-50 {
    float: none;
    width: 100%;
  }
  .grid-66 {
    float: none;
    width: 100%;
  }
  .grid-75 {
    float: none;
    width: 100%;
  }
  .grid-25.right {
    float: none;
    text-align: left;
  }
  .grid-33.right {
    float: none;
    text-align: left;
  }
  .grid-50.right {
    float: none;
    text-align: left;
  }
  .grid-66.right {
    float: none;
    text-align: left;
  }
  .grid-75.right {
    float: none;
    text-align: left;
  }
}
.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
  font-size: 90%;
}
.pubdate-container:before,
.pubdate-container:after {
  display: table;
  content: " ";
}
.pubdate-container:after {
  clear: both;
}
.pubdate-item {
  float: left;
  text-align: center;
  color: #aaa;
}
.pubdate-item input {
  width: 50px;
  border-left: none;
  border-radius: 0;
}
.pubdate-item input:focus {
  border: 1px solid #ddd;
  border-left: none;
}
.pubdate-item:first-of-type input {
  width: 70px;
  border-left: 1px solid #ddd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pubdate-item:last-of-type input {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dropdown .pubdate-item:first-of-type input {
  width: 75px;
}
.dropdown .pubdate-item input {
  width: 48px;
}
@media (max-width: 670px) {
  form:not(.pubdate-inline) .pubdate-item {
    float: none;
    margin-bottom: 10px
            width: 100%;
  }
  form:not(.pubdate-inline) .pubdate-item:first-of-type input {
    width: 100% !important;
  }
  form:not(.pubdate-inline) .pubdate-item input {
    width: 100% !important;
    border-radius: 5px;
    border-left: 1px solid #ddd;
  }
  form:not(.pubdate-inline) .pubdate-item input:focus {
    border-left: 1px solid #ddd;
  }
}
.with-help {
  position: relative;
}
.with-help [data-help] {
  display: inline !important;
  position: relative;
  top: -1px;
  right: -15px;
}
.with-help [data-help]:before {
  display: block;
  content: " ";
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 15px;
  position: absolute;
  top: 8px;
  left: -1px;
}
.with-help [data-help] a {
  text-decoration: underline;
}
.with-help [data-help] p {
  font-size: 14px;
  color: #777777;
}
.with-help [data-help] .btn .icon {
  min-height: 25px !important;
}
.with-help [data-help] .btn .icon svg {
  fill: #ccc !important;
  height: 15px !important;
  position: relative !important;
  left: -2px !important;
  top: 7px !important;
}
.with-help [data-help] .dropdown-pane {
  position: relative;
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 20px !important;
  left: -15px;
  top: 15px;
}
.with-help [data-help] .dropdown-pane:before {
  display: none;
}
.with-help [data-help] .dropdown-pane:after {
  display: none;
}
.with-help.uppercase [data-help]:before {
  display: block;
  top: -5px;
}
.with-help.uppercase [data-help] .btn .icon svg {
  top: 10px !important;
}
.with-help.uppercase [data-help] .dropdown-pane {
  text-transform: none;
}
.with-help.h4 [data-help]:before {
  display: block;
  top: -5px;
}
.with-help.h4 [data-help] .btn .icon svg {
  top: 10px !important;
}
.with-help.h4 [data-help] .dropdown-pane {
  text-transform: none;
}
@media screen and (max-width: 760px) {
  .with-help {
    margin-bottom: 15px !important;
  }
}
.topicalnav {
  position: relative;
}
.topical-dropdown {
  position: absolute;
  top: 0;
  right: 0;
}
.topical-dropdown li p {
  margin-bottom: 0;
}
.topical-dropdown a {
  color: #777777;
  display: block;
}
.topical-dropdown a:hover {
  color: #777777;
  display: block;
}
.topical-custom {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 760px) {
  .topical-dropdown {
    position: relative;
    left: 0 !important;
    text-align: left !important;
    width: auto !important;
  }
  .topical-dropdown .btn.submit {
    margin-top: 10px;
    float: none;
    width: 100% !important;
  }
  .topical-dropdown .btn {
    margin-top: 10px;
    float: none;
    width: 100% !important;
  }
  .topical-dropdown .dropdown-pane {
    width: 100% !important;
    position: relative;
    top: 10px;
    margin: 0 auto;
  }
  .topical-dropdown .dropdown-pane:before {
    right: auto;
    left: 46.9% !important;
  }
  .topical-dropdown .dropdown-pane:after {
    right: auto;
    left: 47% !important;
  }
}
/*
================================================================================================================================================= js-yep dropdown pane
*/
.js-yep .dropdown-pane {
  display: none;
}
/*
================================================================================================================================================= data-show-hide
*/
[data-toggle] [data-hide],
[data-show-hide] [data-show] {
  display: none;
}
.js-yep [data-toggle] [data-show] {
  display: inline-block;
}
.js-yep [data-toggle] [data-target] {
  display: none;
}
/*
================================================================================================================================================= bredcrumb
*/
[data-breadcrumb] [data-trigger] {
  display: none;
}
.article-list {
  margin-bottom: 150px;
}
.article-item {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 60px;
  padding-bottom: 10px;
  color: #777777;
}
.listy-small .article-item {
  width: 30%;
  float: left;
  height: 80px;
  margin: 5px;
  padding: 5px;
  border-bottom: none;
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.article-item.article-oneliner {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.article-item p,
.article-item form {
  margin-bottom: 0;
}
.article-item .btn.link {
  margin: 0;
  padding: 0;
  min-width: auto;
  position: relative;
  float: none;
  font-size: 14px;
  color: #777777;
}
.article-item .btn.link .icon svg {
  fill: #777777;
  height: 20px;
}
.article-item .dropdown.right .dropdown-pane {
  top: 50px;
}
.article-item .dropdown.right .dropdown-open .icon {
  height: auto;
  position: relative;
  top: -5px;
}
.article-item .dropdown.right p,
.article-item .dropdown.right form {
  margin: 0;
  padding: 0;
}
.article-item .article-item-bottom .article-contribution a {
  font-size: 14px !important;
  text-transform: uppercase;
}
.article-item .article-item-bottom .article-contribution .icon svg {
  height: 18px !important;
  position: relative;
  top: 3px;
}
.article-item .dropdown.right li {
  background: #fff;
  transition: all .2s;
}
.article-item .dropdown-pane:first-of-type a {
  color: #777777;
  display: block;
  text-transform: none;
  font-size: 16px;
}
.article-item-top {
  position: relative;
  margin-bottom: 10px;
}
.article-item-left {
  float: left;
}
.article-item-right {
  float: right;
}
.article-cog {
  position: relative;
  top: 15px;
}
.article-cog .icon {
  min-height: 30px;
}
.article-item .btn {
  padding: 9px 8px 8px 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  top: -4px;
}
.article-user-photo {
  float: left;
  width: 50px;
  height: 50px;
}
/*.article-user-photo .img-container,*/
.article-user-photo .img-placeholder {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  /*border: 1px solid #ddd;
  padding: 3px;*/
  border-radius: 50%;
  margin: 0 auto;
  background: #ccc;
}
.article-user-photo .img-container img {
  border-radius: 50%;
  display: block;
  width: 40px !important;
  height: 40px !important;
  position: relative;
  top: -1px;
}
.article-title {
  float: left;
  padding-top: 10px;
  word-break: break-all;
  font-size: 16px;
}
.article-title a {
  font-size: 16px;
  color: #4183c4;
  color: #eb0505;
  text-decoration: none;
}
.article-title a:hover {
  color: #4183c4;
  color: #eb0505;
  text-decoration: none;
}
.article-title-regular {
  display: inline;
}
.article-title-short {
  display: none;
}
.article-add {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #777777;
  float: left;
  margin-left: 10px;
}
.article-add.cell,
.article-more.cell {
  background: #f3f3f3;
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 5px;
  border-radius: 5px;
  width: auto;
  /*height: 20px;*/
}
.article-add:first-of-type {
  margin-left: 0;
}
.article-add form,
.article-add form p {
  margin: 0;
  padding: 0;
}
.article-add .article-status-past-due {
  color: red;
  padding-left: 10px;
}
.article-add .dropdown .icon svg {
  height: 20px !important;
  top: 3px;
}
.article-more {
  position: relative;
  font-size: 14px;
  color: #777777;
  text-align: right;
}
.article-more a {
  color: #777777;
}
.article-more a:hover {
  color: #777777;
}
.article-more form,
.article-more p {
  margin: 0;
  padding: 0;
}
.article-more > .btn {
  padding: 8px 8px;
  margin-bottom: 0 !important;
  position: relative;
  top: -7px;
  float: none;
}
.article-more .dropdown-open {
  font-size: 12px;
  text-transform: uppercase !important;
  padding: 0 !important;
  margin: 0 !important;
}
.article-more .icon {
  position: relative !important;
}
.article-more .icon svg {
  height: 18px !important;
  position: absolute !important;
  bottom: 0 !important;
}
.article-add .dropdown-pane,
.article-add.cell .dropdown-pane,
.article-more .dropdown-pane,
.article-more.cell .dropdown-pane {
  top: 5px;
}
@media screen and (max-width: 695px) {
  .article-add,
  .article-add.cell,
  .article-more,
  .article-more.cell {
    display: block !important;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .article-add .dropdown-open,
  .article-add.cell .dropdown-open,
  .article-more .dropdown-open,
  .article-more.cell .dropdown-open {
    width: 100%;
    text-align: left;
  }
  .article-add .dropdown .dropdown-pane,
  .article-add.cell .dropdown .dropdown-pane,
  .article-more .dropdown .dropdown-pane,
  .article-more.cell .dropdown .dropdown-pane {
    top: 0;
    width: 280px !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: -12px !important;
  }
  .article-add .dropdown.right .dropdown-pane,
  .article-add.cell .dropdown.right .dropdown-pane,
  .article-more .dropdown.right .dropdown-pane,
  .article-more.cell .dropdown.right .dropdown-pane {
    top: 0;
    width: 280px !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: -12px !important;
  }
  .article-add .dropdown .dropdown-pane:before,
  .article-add.cell .dropdown .dropdown-pane:before,
  .article-more .dropdown .dropdown-pane:before,
  .article-more.cell .dropdown .dropdown-pane:before {
    left: 251px;
  }
  .article-add .dropdown .dropdown-pane:after,
  .article-add.cell .dropdown .dropdown-pane:after,
  .article-more .dropdown .dropdown-pane:after,
  .article-more.cell .dropdown .dropdown-pane:after {
    left: 252px;
  }
  .article-add .dropdown.right .dropdown-pane:before,
  .article-add.cell .dropdown.right .dropdown-pane:before,
  .article-more .dropdown.right .dropdown-pane:before,
  .article-more.cell .dropdown.right .dropdown-pane:before {
    right: 12%;
  }
  .article-add .dropdown.right .dropdown-pane:after,
  .article-add.cell .dropdown.right .dropdown-pane:after,
  .article-more .dropdown.right .dropdown-pane:after,
  .article-more.cell .dropdown.right .dropdown-pane:after {
    right: 12.2%;
  }
  .article-more .btn {
    width: 100%;
  }
  .article-title-regular {
    display: none;
  }
  .article-title-short {
    display: inline-block;
  }
  .article-item-bottom .article-item-right,
  .article-item-bottom .article-item-left {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
  .article-contribution {
    text-align: left !important;
    display: block;
  }
}
[data-pagination] li:last-of-type {
  padding-right: 0;
}
[data-pagination] .highlight {
  background: white;
}
[data-pagination] .highlight.grey {
  color: #aaa !important;
}
.list-tags {
  position: relative;
  list-style-type: none;
}
.list-tags li {
  display: inline-block !important;
  width: auto !important;
  position: relative !important;
  padding: 8px !important;
  border-radius: 5px !important;
  background: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  color: #777777 !important;
  margin-right: 8px !important;
  margin-bottom: 8px !important;
  font-size: 14px !important;
}
.list-tags form,
.list-tags p {
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.list-tags .list-tags-value {
  padding-left: 20px !important;
}
.list-tags form {
  position: absolute !important;
  top: 3px !important;
  left: -1px !important;
  font-size: 18px !important;
}
.list-tags .btn {
  min-width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.main {
  /*margin-top: 190px;*/
  margin-bottom: 50px;
  position: relative;
}
.section {
  margin-top: 30px;
}
.container {
  position: relative;
}
/*
========================================================================================================================================================== Console nav
*/
html body .console-nav li {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}
html body .console-nav .console-logged-container {
  margin-top: 30px;
}
html body .console-nav .console-logged-container .btn.link .icon {
  position: relative;
  top: 12px !important;
}
/*
========================================================================================================================================================== Account profile photo
*/
.grid-50.right.account-profile-photo {
  text-align: left;
}
.grid-50.right.account-profile-photo .field-precision {
  width: 100%;
  margin-top: 0;
}
.grid-50.right.account-profile-photo .btn {
  min-width: 150px;
  float: none;
  margin-bottom: 0;
}
.grid-50.right.account-profile-photo .form-js-prompt.right {
  left: 160px;
}
@media (max-width: 470px) {
  .grid-50.right.account-profile-photo .form-js-prompt.right {
    left: 145px;
    font-size: 13px;
  }
}
.menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding: 10px;
}
.menu a {
  color: #777777;
  display: block;
}
/* ================================================== Nav main ================================================== */
.nav-main {
  list-style-type: none;
  position: absolute;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
  font-size: 14px;
}
.nav-main li {
  display: inline-block;
  margin-right: 20px;
}
/* ================================================== Nav more ================================================== */
.nav-more {
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
/* ================================================== Login Sign-up ================================================== */
.nav-more ul.nav-login-signup {
  list-style-type: none;
  float: right;
  position: relative;
  top: 6px;
  margin-bottom: 0;
  right: 80px;
}
ul.nav-login-signup .nav-login {
  float: left;
  padding-left: 10px;
}
ul.nav-login-signup .nav-sign-up {
  float: left;
}
/* ================================================== Nav cricles ================================================== */
.nav-more ul.nav-circles {
  position: absolute;
  top: 2px;
  right: 20px;
  display: block;
  text-align: right;
  margin: 0;
  padding: 0;
}
.nav-more ul.nav-circles a {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  top: 12px;
}
.nav-more ul.nav-circles p {
  margin: 0;
}
.nav-more ul.nav-circles > li {
  border: 1px solid #ccc;
  border-radius: 50%;
  float: left;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
.nav-more ul.nav-circles > li .icon svg {
  fill: #aaa;
}
.nav-more ul.nav-circles > li img {
  position: relative;
  top: -8px;
}
/* ================================================== Notifications ================================================== */
.nav-notifications {
  background: #f5f5f5;
}
.nav-notifications.has-new-notifications {
  background: #46b8da;
}
.n-notifications {
  color: #777777;
  position: relative;
  font-size: 18px;
}
.has-new-notifications .n-notifications {
  color: #fff;
}
/* ================================================== Conversation wrapper ================================================== */
.conversation-wrapper {
  position: relative;
}
.unread-messages {
  display: block;
  text-align: center;
  background-color: #5bc0de;
  border-color: #46b8da;
  border-radius: 5px;
  color: #fff;
  padding: 0 3px 0 3px;
  position: absolute;
  bottom: -15px;
  min-width: 100%;
  font-size: 12px;
  height: 15px;
}
/* ================================================== Console nav ================================================== */
html body .nav-circles .dropdown-pane {
  text-align: center;
  /*
		li {
			display: inline-block !important;
			margin-right: 10px;
		}
		*/
}
html body .nav-circles .dropdown-pane:before {
  left: auto !important;
  right: 20px !important;
}
html body .nav-circles .dropdown-pane:after {
  left: auto !important;
  right: 21px !important;
}
.nav-more ul.console-nav {
  list-style-type: none;
}
.nav-more ul.console-nav a {
  text-align: left;
}
.nav-more ul.console-nav p {
  margin-bottom: 0;
}
.nav-more ul.console-nav li {
  border-bottom: 1px dotted #ccc;
  padding: 10px;
}
.console-logged-container {
  color: #777777;
  margin: 0 auto;
}
.console-logged-container li {
  display: inline-block;
  width: 50%;
  text-align: center;
  border-bottom: none !important;
}
.console-logged-container .console-nav-icon {
  margin-bottom: 10px;
  height: 60px;
}
.console-logged-container .btn {
  padding: 10px;
  max-width: 55px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 3px;
  display: block !important;
}
.console-logged-container .icon {
  width: 55px;
  height: 50px;
}
.console-logged-container .icon svg {
  height: 25px;
  display: block;
  width: 25px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 15px;
}
/* ======================================== COLORS ======================================== *\


/* ======================================== RULES ======================================== *\

* {
	padding: 0;
	margin: 0;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
	padding: 0;
	margin: 0;
}

body {
    background: #fefefe none repeat scroll 0 0;
    color: @textcolor1;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

html, body, [data-spa-main], .main {
	min-height: 100%;
}

.main {
  margin-top:250px;
}

.container {
  width: 100%;
  max-width: 720px;
  padding: 0 20px;
  margin: 0 auto;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, ul, ol, pre, p, blockquote, form, figure {
  margin-bottom: 30px;
}

a {
    color: @linkcolor3;
    cursor: pointer;
    line-height: inherit;
    text-decoration: none;
}

/* ========================================================================================================================================================= DIFF */
.diff ins {
  text-decoration: none;
  background-color: #d4fcbc;
}
.diff del {
  text-decoration: none;
  background-color: #fbb6c2;
  color: #333333;
}
/* ========================================================================================================================================================= CODE */
code {
  background: #efefef;
  border-radius: 3px;
  font-size: 14px;
  color: #333333;
  text-shadow: 0 1px 0 #fff;
}
pre code {
  background: transparent !important;
  font-size: 14px !important;
}
pre {
  margin-bottom: 30px !important;
}
/* ========================================================================================================================================================= DASHBOARD */
.list-dashboard {
  list-style-type: none;
}
.list-dashboard li {
  position: relative;
  width: 50%;
}
.list-dashboard .dashboard-item-number {
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  padding: 5px;
  padding-top: 8px;
  background: white;
  top: -10px;
  left: -10px;
  font-size: 12px;
  background-color: #2199e8;
  color: #fefefe;
}
.list-dashboard .dashboard-item-number.dashboard-item-number-none {
  background: white;
  border: 1px solid #ccc;
  color: #aaa;
}
.list-dashboard li:nth-child(odd) {
  float: left;
}
.list-dashboard li:nth-child(even) {
  float: right;
  text-align: right;
}
.list-dashboard p,
.list-dashboard form {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 10px !important;
}
.list-dashboard p .btn,
.list-dashboard form .btn {
  padding-top: 15px;
  min-height: 50px;
  min-width: 95% !important;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 760px) {
  .list-dashboard li {
    width: 100%;
  }
  .list-dashboard li:nth-child(odd) {
    float: none;
    text-align: center;
  }
  .list-dashboard li:nth-child(even) {
    float: none;
    text-align: center;
  }
}
/* ========================================================================================================================================================= MENU */
.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.menu a {
  font-size: 14px;
  text-transform: uppercase;
  color: #777777;
}
ul.menu-title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.menu-title a {
  font-size: 20px;
  font-family: "EB Garamond", serif;
  letter-spacing: 1px;
}
ul.menu-login {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
ul.menu-login li {
  margin: 0 10px;
}
ul.menu-login .icon {
  position: relative;
  top: 10px;
}
ul.console-nav li {
  margin: 0;
  padding: 0;
  border: none;
}
ul.console-nav li form,
ul.console-nav li p,
ul.console-nav li button {
  margin: 0;
  padding: 0;
}
html body .menu[data-user-logged-in] .dropdown.right .dropdown-pane {
  top: 42px;
  width: 280px !important;
  right: 50% !important;
  margin-left: 0 !important;
  margin-right: -148px !important;
}
html body .menu[data-user-logged-in] .dropdown.right .dropdown-pane:before {
  right: 135px;
}
html body .menu[data-user-logged-in] .dropdown.right .dropdown-pane:after {
  right: 136px;
}
/* ========================================================================================================================================================= STREAM */
a {
  color: #eb0505;
}
.stream-title {
  font-size: 20px;
  text-transform: uppercase;
}
.stream-title span {
  border-bottom: 2px solid #333333;
}
.stream {
  text-align: center;
}
.stream li {
  display: inline-block;
  width: 210px;
  height: 210px;
  padding: 5px;
  padding-top: 13px;
  border-radius: 5px;
  margin: 5px;
  overflow: hidden;
}
.stream a {
  color: #777777;
}
.stream p {
  margin-bottom: 5px;
}
.stream-date {
  margin-top: 10px;
}
.stream-date a {
  text-transform: uppercase;
  font-size: 14px;
}
.stream-article-title a {
  text-transform: uppercase;
  font-size: 14px;
  color: #eb0505;
}
.stream-realname a {
  color: #333333;
}
.stream .img-container,
.stream .img-placeholder {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  border: 1px solid #ddd;
  padding: 3px;
  border-radius: 50%;
  margin: 0 auto;
}
.stream .img-container img {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
}
/* ========================================================================================================================================================= ICON */
.icon svg {
  width: 20px;
  height: 20px;
  fill: #777777;
}
/* ========================================================================================================================================================= CONTENTINFO */
.contentinfo {
  padding-top: 40px;
  background: #fff;
  border-top: 1px solid #ddd;
  color: #666;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
  text-shadow: 0 1px 0 #fff;
  font-size: 13px;
}
.contentinfo a {
  color: #4183c4;
  color: #e91e63;
  color: #ec407a;
  color: #f8bbd0;
  color: #eb0505;
  text-decoration: none;
  font-size: 13px;
}
.contentinfo {
  margin-top: 60px;
  text-align: center;
  font-size: 14px;
}
.in-beta-container p {
  margin-bottom: 10px;
}
.in-beta-container p a {
  font-size: inherit !important;
}
.in-beta-container p:last-child {
  margin-bottom: 0;
}
.in-beta {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  background: #f5f5f5;
  margin-bottom: 30px;
}
.misc-links {
  float: none;
  text-align: center;
}
.hbpb-joint {
  float: none;
  font-size: 13px;
  text-align: center;
}
.back-to-top {
  text-align: center;
}
.back-to-top a {
  color: #666;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .contentinfo {
    text-align: center;
  }
  .contentinfo .misc-links {
    float: none;
    margin-left: 0;
    display: block;
  }
  .contentinfo .misc-links > * {
    display: block;
  }
  .contentinfo .hbpb-joint {
    float: none;
    margin-right: 0;
  }
}
html body .api-next-previous {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #ccc;
  position: relative;
  font-size: 16px !important;
}
html body .api-next-previous a {
  font-size: 16px !important;
}
.api-previous {
  width: 50%;
  float: left;
}
.api-next {
  width: 50%;
  float: right;
  text-align: right;
}
/* ========================================================================================================================================================= CONTENTINFO */
.table-public-api td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px dotted #ccc;
}
