@charset "UTF-8";
/*=====================================================*/
/* MIXINS
/*=====================================================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700");
/*=====================================================*/
/* COLORS
/*=====================================================*/
/*=====================================================*/
/* FONTS
/*=====================================================*/
/*=====================================================*/
/* MASTHEAD
/*=====================================================*/
/* --- Structure --- */
#global-header {
  border-bottom: 1px solid #DDD; }

#global-header * {
  box-sizing: border-box;
  line-height: 1.4; }

/* --- Banner --- */
#global-header .banner {
  display: flex;
  justify-content: flex-end;
  background-color: #1F4166; }

#global-header .banner ul.support-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  #global-header .banner ul.support-nav li {
    margin: 0;
    padding: 0; }
  #global-header .banner ul.support-nav li a {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-decoration: none; }
  #global-header .banner ul.support-nav li.is-account {
    position: relative;
    padding-right: 20px; }
    #global-header .banner ul.support-nav li.is-account:after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 15px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #fff; }
    #global-header .banner ul.support-nav li.is-account .avatar {
      display: block;
      width: 30px;
      height: 30px;
      margin-right: 10px; }
    #global-header .banner ul.support-nav li.is-account ul {
      display: none;
      padding: 10px 0; }
    #global-header .banner ul.support-nav li.is-account ul li a {
      font-weight: 400; }
    #global-header .banner ul.support-nav li.is-account:hover ul {
      display: block;
      position: absolute;
      z-index: 100;
      top: 100%;
      left: 0;
      right: 0;
      background-color: #1F4166; }
  #global-header .banner ul.support-nav li.has-alert {
    position: relative; }
    #global-header .banner ul.support-nav li.has-alert:after {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      right: 3px;
      height: 8px;
      width: 8px;
      background-color: #FF6400;
      border-radius: 4px; }

/* --- Masthead --- */
#global-header .masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px; }

#global-header .masthead .logo {
  flex-grow: 0;
  flex-basis: 160px;
  margin-right: 10px; }
  #global-header .masthead .logo a {
    display: block; }

#global-header .masthead ul.primary-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-grow: 1;
  display: flex; }
  #global-header .masthead ul.primary-nav li {
    margin: 0;
    padding: 0; }
  #global-header .masthead ul.primary-nav li a {
    display: block;
    padding: 15px 7px 0 7px;
    font-weight: bold;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    color: #1F4166; }
  #global-header .masthead ul.primary-nav li a:hover {
    color: #1699D8; }
  #global-header .masthead ul.primary-nav li.active a {
    color: #5FB323; }

#global-header .masthead .search {
  flex-basis: 165px;
  flex-grow: 0; }

#global-header .masthead .search .search-icon {
  position: relative; }
  #global-header .masthead .search .search-icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 7px;
    height: 7px;
    width: 7px;
    border: 2px solid #999;
    border-radius: 8px; }
  #global-header .masthead .search .search-icon:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
    top: 20px;
    left: 15px;
    height: 2px;
    width: 6px;
    background-color: #999;
    transform: rotate(45deg); }

#global-header .masthead .search label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#global-header .masthead .search input {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  position: relative;
  height: 35px;
  width: 100%;
  padding: 5px 8px 5px 26px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #1699D8;
  font-size: 13px;
  color: #333; }

#global-header .masthead .search .live-search {
  position: relative; }

#global-header .masthead .search .live-search .live-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff; }

#global-header .masthead .search .live-search .live-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: scroll;
  max-height: 200px;
  border: 1px solid #DDD;
  border-top: none; }
  #global-header .masthead .search .live-search .live-results ul li {
    margin: 0;
    padding: 0; }
  #global-header .masthead .search .live-search .live-results ul li a {
    display: block;
    padding: 5px 5px;
    font-size: 13px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #global-header .masthead .search .live-search .live-results ul li a:hover {
    background-color: #eef6fa; }
  #global-header .masthead .search .live-search .live-results ul li a .avatar {
    display: inline-block;
    vertical-align: -8px;
    width: 25px;
    height: 25px;
    margin-right: 5px; }

/* --- Contextual Nav --- */
#global-header .contextual-nav {
  padding: 0 20px;
  border-top: 1px solid #DDD; }

#global-header .contextual-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  #global-header .contextual-nav ul li {
    margin: 0;
    padding: 0; }
  #global-header .contextual-nav ul li a {
    display: block;
    padding: 13px 10px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #1F4166;
    text-decoration: none; }
  #global-header .contextual-nav ul li.active a {
    color: #5FB323; }
  #global-header .contextual-nav ul li a:hover {
    color: #1699D8; }

/*=====================================================*/
/* SETTINGS
/*=====================================================*/
/* --- Structure --- */
#settings #main {
  display: flex; }

#settings #main * {
  box-sizing: border-box;
  line-height: 1.4; }

#settings #nav {
  flex-basis: 200px;
  padding: 40px 15px;
  background: #e3f3fa; }

#settings #content {
  flex-basis: 760px;
  padding: 40px; }

/* --- Nav --- */
#settings #nav h2 {
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #1F4166;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

#settings #nav h2 .icon {
  display: inline-block;
  vertical-align: -1px;
  height: 11px;
  width: 11px;
  margin-right: 4px; }

#settings #nav h2 .icon svg {
  width: 11px;
  height: 11px; }

#settings #nav ul {
  border-top: 1px solid #addbf1; }

#settings #nav ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  border-bottom: 1px solid #addbf1; }

#settings #nav ul li a {
  position: relative;
  display: block;
  padding: 15px 5px;
  font-weight: bold;
  text-decoration: none;
  color: #1F4166; }

#settings #nav ul li a:hover,
#settings #nav ul li.is-active a {
  color: #1699D8; }

#settings #nav ul li.has-children > a:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  border: solid #1699D8;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg); }

#settings #nav ul li.has-children.is-open > a:after {
  transform: rotate(45deg); }

#settings #nav li ul {
  display: none; }

#settings #nav li.is-open ul {
  display: block; }

#settings #nav li ul {
  padding: 10px 0;
  background-color: #d5edf8;
  border: none; }

#settings #nav li ul li {
  border: none;
  font-size: 12px; }

#settings #nav li ul li a {
  padding: 10px;
  font-weight: normal; }

/* --- Content Header --- */
#settings #content .header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-sections: center; }

#settings #content .header h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  color: #1F4166; }

#settings #content .header .button {
  align-self: flex-start;
  padding: 8px 12px;
  display: inline-block;
  border: 1px solid #DDD;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #1699D8; }

#settings #content .header .button:hover {
  background-color: #1699D8;
  color: #fff; }

/* Alerts */
#settings #content .alert {
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: #1699D8;
  color: #fff; }
  #settings #content .alert.is-negative {
    background-color: #FF6400; }
  #settings #content .alert.is-positive {
    background-color: #5FB323; }

#settings #content .alert h4 {
  font-weight: bold;
  margin-bottom: 5px; }

#settings #content .alert p {
  font-size: 13px; }

#settings #content .alert a {
  color: inherit; }

/* Tabs */
#settings #content .tabs {
  position: relative;
  margin: 0 -40px 40px -40px;
  border-top: 1px solid #E5ECF2; }
  #settings #content .tabs:after {
    content: '';
    display: block;
    height: 3px;
    background-image: linear-gradient(#DDD, #fff); }

#settings #content .tabs ul.primary {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding-left: 28px;
  border-bottom: 1px solid #E5ECF2; }
  #settings #content .tabs ul.primary li {
    margin: 0;
    padding: 0; }
  #settings #content .tabs ul.primary li a {
    display: block;
    padding: 12px;
    font-size: 13px;
    font-weight: bold;
    color: #1F4166;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
  #settings #content .tabs ul.primary li.active a {
    color: #1699D8; }
  #settings #content .tabs ul.primary li a:hover {
    color: #1699D8; }

#settings #content .tabs ul.secondary {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding: 0 28px;
  border-bottom: 1px solid #E5ECF2; }
  #settings #content .tabs ul.secondary li {
    margin: 0;
    padding: 0; }
  #settings #content .tabs ul.secondary li a {
    display: block;
    padding: 12px;
    font-size: 13px;
    color: #5B5F64;
    text-decoration: none; }
  #settings #content .tabs ul.secondary li a:hover {
    color: #1699D8; }
  #settings #content .tabs ul.secondary li.active a {
    color: #1699D8; }

/* --- Sections: Base Styles --- */
/* Basics */
.button-basic, #publisher-ui2 #content .gateways .gateway .controls .button, #settings #content .section.general-text .button.is-small, #settings #content .section.table .button-bar .button, #settings #content .section.items .item.is-button-bar .state-display .button, #settings #content .sections form button[type=reset], #settings #content .sections form button {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  cursor: pointer;
  min-width: 80px;
  padding: 13px 20px;
  display: inline-block;
  background-color: #1699D8;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff; }

.button-big, #settings #content .section.general-text .button, #settings #content .section.form .form-controls button {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  cursor: pointer;
  width: 100%;
  padding: 12px 10px;
  display: block;
  background-color: #1699D8;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff; }

/* Help */
#settings #content .sections .help {
  display: inline-block;
  position: relative; }

#settings #content .sections .help a {
  vertical-align: 2px;
  padding: 1px 3px;
  background: #EEE;
  border-radius: 2px;
  font-size: 9px;
  line-height: 12px;
  text-decoration: none;
  color: #1699D8; }

#settings #content .sections .help .help-text {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 15px;
  top: 0px;
  width: 200px;
  padding: 10px;
  background: #EEE;
  box-shadow: 0 0 2px #999;
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  color: #333; }

#settings #content .sections .help:hover .help-text {
  display: block; }

/* Forms */
#settings #content .sections form {
  padding: 30px; }

#settings #content .sections form > *:last-child {
  margin-bottom: 0 !important; }

#settings #content .sections form .form-item {
  margin-bottom: 30px; }
  #settings #content .sections form .form-item.is-short {
    width: 160px; }

#settings #content .sections form .form-controls {
  text-align: right; }

#settings #content .sections form .form-group {
  display: flex;
  margin: 0 -5px 30px -5px; }
  #settings #content .sections form .form-group .form-item {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0;
    padding: 0 5px; }
  #settings #content .sections form .form-group .form-controls {
    margin: 0;
    padding: 0 5px; }

#settings #content .sections form p {
  font-size: 14px;
  line-height: 1.4; }

#settings #content .sections form p.note {
  font-size: 11px; }
  #settings #content .sections form p.note a {
    color: #1699D8;
    text-decoration: none; }

#settings #content .sections form div[class^="counter-"] p {
  margin-top: 5px;
  font-size: 11px;
  color: #1F4166; }

#settings #content .sections form div.negative[class^="counter-"] p {
  color: #FF6400; }

#settings #content .sections form label {
  display: block;
  position: relative;
  margin-bottom: 5px;
  color: #1F4166;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

#settings #content .sections form label.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#settings #content .sections form input {
  font-size: 14px; }

#settings #content .sections form input[type=text],
#settings #content .sections form input[type=password],
#settings #content .sections form input[type=email] {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #1699D8; }
  #settings #content .sections form input.invalid[type=text],
  #settings #content .sections form input.invalid[type=password],
  #settings #content .sections form input.invalid[type=email] {
    border-bottom-color: #FF6400; }

#settings #content .sections form input[type=file] {
  padding: 10px 0; }

#settings #content .sections form input[type=checkbox],
#settings #content .sections form input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#settings #content .sections form input[type=checkbox] + label,
#settings #content .sections form input[type=radio] + label {
  letter-spacing: 0;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  font-size: 14px;
  color: #1F4166;
  margin: 10px 0;
  padding-left: 24px; }

#settings #content .sections form input[type=checkbox] + label:before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  height: 14px;
  width: 14px;
  background-color: #fff;
  outline: 1px solid #1699D8; }

#settings #content .sections form input[type=checkbox]:checked + label:before {
  border: 2px solid #fff;
  background-color: #000; }

#settings #content .sections form input[type=radio] + label:before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #1699D8;
  border-radius: 8px; }

#settings #content .sections form input[type=radio]:checked + label:before {
  background-color: #000;
  box-shadow: 0 0 0 2px #fff inset; }

#settings #content .sections form textarea {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #1699D8;
  resize: vertical;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4; }
  #settings #content .sections form textarea.invalid {
    border-bottom-color: #FF6400; }

#settings #content .sections form button[type=reset] {
  background-color: #999; }

#settings #content .sections form select {
  /* Resets Chrome/Safari */
  -webkit-appearance: none;
  /* Removes FF Arrow */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* Base Styling */
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 10px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #1699D8;
  border-radius: 0;
  font-size: 14px; }
  #settings #content .sections form select:active, #settings #content .sections form select:focus {
    outline: none;
    box-shadow: none; }

#settings #content .sections form select:required:invalid {
  color: #5B5F64; }

#settings #content .sections form .select-wrapper {
  position: relative;
  width: 100%; }
  #settings #content .sections form .select-wrapper:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1699D8; }

#settings #content .sections form select::-ms-expand {
  /* Removes IE10+ Arrow */
  display: none; }

#settings #content .sections form select[multiple] {
  max-height: 100px;
  padding: 10px; }
  #settings #content .sections form select[multiple] option {
    padding: 5px; }

#settings #content .sections form .quick-add {
  display: flex; }

#settings #content .sections form .quick-add .value {
  flex-grow: 1;
  position: relative; }

#settings #content .sections form .quick-add .value label {
  display: none; }

#settings #content .sections form .quick-add .submit {
  flex-grow: 0; }

#settings #content .sections form .quick-add .submit button {
  display: block;
  height: 100%;
  min-width: 60px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 13px; }

#settings #content .sections form .quick-add .live-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff; }

#settings #content .sections form .quick-add .live-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: scroll;
  max-height: 200px;
  border: 1px solid #DDD;
  border-top: none; }
  #settings #content .sections form .quick-add .live-results ul li {
    margin: 0;
    padding: 0; }
  #settings #content .sections form .quick-add .live-results ul li a {
    display: block;
    padding: 8px 10px;
    font-size: 13px;
    text-decoration: none;
    color: #333; }
  #settings #content .sections form .quick-add .live-results ul li a:hover {
    background-color: #eef6fa; }
  #settings #content .sections form .quick-add .live-results ul li.add-input a {
    background-color: #DCEDF4;
    text-align: center;
    color: #1699D8; }

/* Styles for Tables */
#settings #content .sections table {
  width: 100%;
  border-top: 1px solid #DDD; }

#settings #content .sections table th,
#settings #content .sections table td {
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #DDD;
  font-size: 13px;
  line-height: 1.4; }
  #settings #content .sections table th:last-child,
  #settings #content .sections table td:last-child {
    padding-right: 0; }

#settings #content .sections table th {
  font-weight: bold;
  color: #1F4166; }

#settings #content .sections table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
  color: #333; }

#settings #content .sections table.is-untruncated td {
  overflow: auto;
  white-space: normal;
  vertical-align: top; }

#settings #content .sections table td.has-alert:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  height: 8px;
  width: 8px;
  background-color: #FF6400;
  border-radius: 4px; }

#settings #content .sections table td a {
  color: #1699D8;
  text-decoration: none; }

#settings #content .sections table td select {
  /* Resets Chrome/Safari */
  -webkit-appearance: none;
  /* Removes FF Arrow */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* Base Styling */
  display: block;
  position: relative;
  width: 100%;
  margin: -6px 0;
  padding: 8px 30px 8px 10px;
  background-color: #EEE;
  border: none;
  border-radius: 0;
  font-size: 13px; }
  #settings #content .sections table td select:active, #settings #content .sections table td select:focus {
    outline: none;
    box-shadow: none; }

#settings #content .sections table td select:required:invalid {
  color: #5B5F64; }

#settings #content .sections table td .select-wrapper {
  position: relative;
  width: 100%; }
  #settings #content .sections table td .select-wrapper:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1699D8; }

#settings #content .sections table td select::-ms-expand {
  /* Removes IE10+ Arrow */
  display: none; }

#settings #content .sections table td.options a {
  display: block;
  float: left;
  height: 24px;
  width: 34px;
  padding: 5px 10px;
  border-left: 1px solid #DDD; }
  #settings #content .sections table td.options a svg {
    height: 14px;
    width: 14px; }
  #settings #content .sections table td.options a.is-pin svg {
    fill: #DCEDF4; }
  #settings #content .sections table td.options a.is-pin.is-active svg {
    fill: #5FB323; }
  #settings #content .sections table td.options a.is-checkmark svg {
    fill: #DCEDF4; }
  #settings #content .sections table td.options a.is-checkmark.is-active svg {
    fill: #5FB323; }
  #settings #content .sections table td.options a.is-duplicate svg {
    fill: #1699D8; }

/* For Table Sorting */
#settings #content .sections table th.header {
  display: table-cell;
  cursor: pointer; }

#settings #content .sections table th.headerSortUp:after,
#settings #content .sections table th.headerSortDown:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: 2px; }

#settings #content .sections table th.headerSortDown:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1699D8; }

#settings #content .sections table th.headerSortUp:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1699D8; }

/* --- Section: Items --- */
#settings #content .section.items {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #DDD;
  color: #333; }

#settings #content .section.items .title {
  flex-basis: 130px;
  padding-top: 20px; }

#settings #content .section.items .title h4 {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #1F4166; }

#settings #content .section.items .content {
  flex-basis: 550px; }

#settings #content .section.items .item + .item {
  border-top: 1px solid #DDD; }

#settings #content .section.items .item > div:not([class^="state-display"]) {
  display: none; }

/* …to hide all states but display state by default */
#settings #content .section.items .item .state-display {
  display: flex;
  justify-content: space-between;
  padding: 20px 0; }

#settings #content .section.items .item .state-display .value {
  padding-right: 20px; }

#settings #content .section.items .item .state-display .value p {
  font-size: 14px;
  line-height: 1.4;
  color: #333; }

#settings #content .section.items .item .state-display .value a {
  color: #1699D8;
  text-decoration: none; }

#settings #content .section.items .item .state-display .value .teaser {
  color: #999; }
  #settings #content .section.items .item .state-display .value .teaser a {
    color: inherit;
    text-decoration: underline; }

#settings #content .section.items .item .state-display .value .flag {
  display: inline-block;
  vertical-align: 2px;
  padding: 1px 3px;
  background-color: #1699D8;
  border-radius: 2px;
  font-size: 11px;
  font-weight: bold;
  color: #fff; }

#settings #content .section.items .item .state-display .value .flag.is-primary {
  background-color: #5FB323; }

#settings #content .section.items .item .state-display .value .flag.is-make-primary {
  background-color: #DCEDF4;
  font-weight: normal;
  color: #1699D8; }

#settings #content .section.items .item .state-display .value .avatar {
  display: block;
  position: relative;
  width: 150px;
  height: 150px; }

#settings #content .section.items .item .state-display .value .avatar.is-teaser {
  background-color: #EEE; }
  #settings #content .section.items .item .state-display .value .avatar.is-teaser:after {
    content: '+';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -13px;
    font-size: 36px;
    font-weight: bold;
    line-height: 0;
    color: #999; }

#settings #content .section.items .item .state-display .value .banner {
  width: 100%; }

#settings #content .section.items .item .state-display .options {
  display: flex; }

#settings #content .section.items .item .state-display .options a {
  height: 24px;
  width: 34px;
  padding: 5px 10px;
  border-left: 1px solid #DDD; }

#settings #content .section.items .item .state-display .options a svg {
  height: 14px;
  width: 14px; }

#settings #content .section.items .item form {
  background-color: #EEE; }

#settings #content .section.items .item + .item.is-button-bar {
  border-top: 1px solid #DDD; }

#settings #content .section.items .item.is-button-bar .state-display {
  justify-content: flex-end;
  padding: 10px;
  background-color: #EEE; }

#settings #content .section.items .item.is-button-bar .state-display .button + .button {
  margin-left: 5px; }

/* --- Section: Table --- */
#settings #content .section.table .title {
  margin-bottom: 20px; }

#settings #content .section.table .title h4 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #1F4166; }

#settings #content .section.table .content .empty-table {
  padding: 40px 20px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  font-size: 13px;
  text-align: center;
  color: #333; }

#settings #content .section.table .button-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 10px;
  background-color: #EEE; }

#settings #content .section.table .button-bar .tools {
  flex-grow: 1; }

#settings #content .section.table .button-bar .pagination {
  flex-grow: 0; }

/* --- Section: Form --- */
#settings #content .section.form {
  margin-bottom: 40px;
  background-color: #EEE; }

#settings #content .section.form.is-search label {
  display: none; }

#settings #content .section.form .facet-search {
  display: flex; }

#settings #content .section.form .facet-search .scope {
  flex-grow: 0; }

#settings #content .section.form .facet-search .scope .select-wrapper:after {
  border-top-color: #fff; }

#settings #content .section.form .facet-search .scope select {
  background-color: #1699D8;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #fff; }

#settings #content .section.form .facet-search .value {
  flex-grow: 1; }

#settings #content .section.form .facet-search .submit {
  flex-grow: 0; }

#settings #content .section.form .facet-search .submit button {
  display: block;
  height: 100%;
  min-width: 60px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 13px; }

/* --- Section: General Text --- */
#settings #content .section.general-text {
  color: #333; }

#settings #content .section.general-text h3 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #1F4166; }

#settings #content .section.general-text h4 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #1F4166; }

#settings #content .section.general-text h5 {
  margin: 20px 0 0 0;
  font-size: 13px;
  color: #1F4166;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

#settings #content .section.general-text p {
  margin: 14px 0;
  font-size: 14px;
  color: #333; }

#settings #content .section.general-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: disc;
  margin: 14px 0;
  padding-left: 30px; }
  #settings #content .section.general-text ul li {
    margin: 0;
    padding: 0; }
  #settings #content .section.general-text ul li {
    margin: 8px 0;
    font-size: 14px; }

#settings #content .section.general-text ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: decimal;
  margin: 14px 0;
  padding-left: 30px; }
  #settings #content .section.general-text ol li {
    margin: 0;
    padding: 0; }
  #settings #content .section.general-text ol li {
    margin: 8px 0;
    font-size: 14px; }

#settings #content .section.general-text a {
  color: #1699D8; }

#settings #content .section.general-text img {
  margin: 30px 0;
  max-width: 100%; }

#settings #content .section.general-text hr {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  display: block;
  margin: 30px 0;
  border-top: 1px solid #DDD; }

#settings #content .section.general-text .button {
  margin: 30px 0; }

#settings #content .section.general-text .button.is-small {
  margin: 20px 0; }

#settings #content .section.general-text > *:first-child {
  margin-top: 0; }

#settings #content .section.general-text > *:last-child {
  margin-bottom: 0; }

/*=====================================================*/
/* FEATURE FORMS
/*=====================================================*/
/* --- Structure --- */
#feature-form #main * {
  box-sizing: border-box;
  line-height: 1.4; }

#feature-form #content {
  background: #e3f3fa;
  margin: 30px;
  padding: 80px 200px; }

/* --- Content --- */
#feature-form #content .form-lede {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff; }

#feature-form #content .form-lede h2 {
  font-size: 28px;
  font-weight: bold;
  color: #1F4166; }

#feature-form #content .form-section {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff; }

#feature-form #content .form-section .form-section-title {
  margin-bottom: 20px; }

#feature-form #content .form-section .form-section-title h4 {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #1F4166; }

#feature-form #content .form-section .form-section-title p {
  font-size: 14px;
  color: #333; }

#feature-form #content .form-section .form-state-toggle .toggles {
  margin-bottom: 30px; }

#feature-form #content .form-section .form-state-toggle .toggles a {
  min-width: 80px;
  padding: 8px 12px;
  display: inline-block;
  background-color: #999;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff; }

#feature-form #content .form-section .form-state-toggle .toggles a.is-active {
  background-color: #1699D8; }

#feature-form #content .form-section .form-state-toggle div[class^="state-"] {
  display: none; }

#feature-form #content .form-section .form-state-toggle div.is-active[class^="state-"] {
  display: block; }

/* --- Forms --- */
#feature-form #content form .form-item {
  margin-bottom: 20px; }

#feature-form #content form .form-group {
  display: flex;
  margin: 0 -5px; }

#feature-form #content form .form-group .form-item {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 5px; }

#feature-form #content form p {
  font-size: 14px;
  line-height: 1.4; }

#feature-form #content form p.note {
  font-size: 11px; }

#feature-form #content form div[class^="counter-"] p {
  margin-top: 5px;
  font-size: 11px;
  color: #1F4166; }

#feature-form #content form div.negative[class^="counter-"] p {
  color: #FF6400; }

#feature-form #content form label {
  display: block;
  margin-bottom: 2px;
  color: #1F4166;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

#feature-form #content form label.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#feature-form #content form input {
  font-size: 14px; }

#feature-form #content form input[type=text],
#feature-form #content form input[type=password],
#feature-form #content form input[type=email] {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #1699D8; }
  #feature-form #content form input.invalid[type=text],
  #feature-form #content form input.invalid[type=password],
  #feature-form #content form input.invalid[type=email] {
    border-bottom-color: #FF6400; }

#feature-form #content form input[type=file] {
  padding: 10px 0; }

#feature-form #content form input[type=checkbox],
#feature-form #content form input[type=radio] {
  float: left;
  margin-top: 2px; }

#feature-form #content form input[type=checkbox] + label,
#feature-form #content form input[type=radio] + label {
  letter-spacing: 0;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-size: 14px;
  color: #1F4166;
  margin-bottom: 10px;
  padding-left: 20px; }

#feature-form #content form textarea {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #1699D8;
  resize: vertical;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4; }
  #feature-form #content form textarea.invalid {
    border-bottom-color: #FF6400; }

#feature-form #content form button {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  width: 100%;
  padding: 8px 12px;
  display: block;
  background-color: #1699D8;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #fff; }

#feature-form #content form button[type=reset] {
  background-color: #999; }

#feature-form #content form select {
  /* Resets Chrome/Safari */
  -webkit-appearance: none;
  /* Removes FF Arrow */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* Base Styling */
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 10px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #1699D8;
  border-radius: 0;
  font-size: 14px; }
  #feature-form #content form select:active, #feature-form #content form select:focus {
    outline: none;
    box-shadow: none; }

#feature-form #content form select:required:invalid {
  color: #5B5F64; }

#feature-form #content form .select-wrapper {
  position: relative;
  width: 100%; }
  #feature-form #content form .select-wrapper:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1699D8; }

#feature-form #content form select::-ms-expand {
  /* Removes IE10+ Arrow */
  display: none; }

#feature-form #content .quick-add {
  display: flex; }

#feature-form #content .quick-add .value {
  flex-grow: 1;
  position: relative; }

#feature-form #content .quick-add .value label {
  display: none; }

#feature-form #content .quick-add .submit {
  flex-grow: 0; }

#feature-form #content .quick-add .submit button {
  display: block;
  height: 100%;
  min-width: 60px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 13px; }

#feature-form #content .quick-add .live-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff; }

#feature-form #content .quick-add .live-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: scroll;
  max-height: 200px;
  border: 1px solid #DDD;
  border-top: none; }
  #feature-form #content .quick-add .live-results ul li {
    margin: 0;
    padding: 0; }
  #feature-form #content .quick-add .live-results ul li a {
    display: block;
    padding: 8px 10px;
    font-size: 13px;
    text-decoration: none;
    color: #333; }
  #feature-form #content .quick-add .live-results ul li a:hover {
    background-color: #eef6fa; }
  #feature-form #content .quick-add .live-results ul li.add-input a {
    background-color: #DCEDF4;
    text-align: center;
    color: #1699D8; }

#feature-form #content .quick-add-entries {
  margin-top: 20px; }

#feature-form #content .quick-add-entries ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #feature-form #content .quick-add-entries ul li {
    margin: 0;
    padding: 0; }
  #feature-form #content .quick-add-entries ul li {
    display: flex;
    justify-content: space-between;
    align-content: center;
    background: #DCEDF4;
    padding: 8px 10px;
    font-size: 13px;
    text-decoration: none;
    color: #333; }
  #feature-form #content .quick-add-entries ul li + li {
    margin-top: 1px; }
  #feature-form #content .quick-add-entries ul li .value {
    align-self: center; }
  #feature-form #content .quick-add-entries ul li a {
    height: 24px;
    width: 24px;
    padding: 5px; }
  #feature-form #content .quick-add-entries ul li a svg {
    height: 14px;
    width: 14px; }

/*=====================================================*/
/* EVENT
/*=====================================================*/
/* Structure */
#event #main * {
  box-sizing: border-box;
  line-height: 1.4; }

#event #nav {
  padding: 30px 30px 0 30px; }

#event #content {
  padding: 50px 30px 60px 30px; }

#event #content.is-narrow {
  padding-left: 180px;
  padding-right: 180px; }

/* Basics */
.event-button-basic, #event #content .section .button, #event #content .header .button, #event #content form button[type=reset], #event #content form button {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  cursor: pointer;
  width: 100%;
  margin-top: 30px;
  padding: 12px 20px;
  display: block;
  background-color: #1699D8;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff; }

.event-button-basic-small, #community-ui2 #content .comments .add-comment .comment-controls button, #event #content .your-conferences .conference .controls .button, #event #content .proposal-status .add-comment .form-controls button, #event #content .proposal-status .controls .button, #event #content .discussion .add-comment .form-controls button, #event #content .attachments .add-attachment button, #event #content .section .button.is-small, #event #content form button.is-small {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  cursor: pointer;
  min-width: 80px;
  padding: 12px 20px;
  display: inline-block;
  background-color: #1699D8;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff; }

/* Nav */
#event #nav .banner img {
  max-width: 100%; }

#event #nav .nav {
  border-bottom: 1px solid #DDD; }

#event #nav .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around; }
  #event #nav .nav ul li {
    margin: 0;
    padding: 0; }
  #event #nav .nav ul li a {
    display: block;
    padding: 13px 10px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #1F4166;
    text-decoration: none; }
  #event #nav .nav ul li.active a {
    color: #5FB323; }
  #event #nav .nav ul li a:hover {
    color: #1699D8; }

/* Forms */
#event #content .form-item {
  margin: 30px 0; }
  #event #content .form-item.is-short {
    width: 100px; }

#event #content .form-group {
  display: flex;
  margin: 30px -5px; }

#event #content .form-group .form-item {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0;
  padding: 0 5px; }

#event #content .form-header {
  margin-bottom: 30px; }

#event #content .form-header h3 {
  margin: 0 0 10px 0; }

#event #content .form-header p {
  margin: 0;
  font-size: 14px;
  color: #333; }

#event #content .form-controls {
  margin: 30px 0;
  display: flex;
  justify-content: flex-end; }

#event #content form p.note {
  font-size: 11px; }

#event #content form div[class^="counter-"] p {
  margin-top: 5px;
  font-size: 11px;
  color: #1F4166; }

#event #content form div.negative[class^="counter-"] p {
  color: #FF6400; }

#event #content form label {
  display: block;
  position: relative;
  margin-bottom: 10px;
  color: #1F4166;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

#event #content form label.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#event #content form input {
  font-size: 14px; }

#event #content form input[type=text],
#event #content form input[type=password],
#event #content form input[type=email] {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  width: 100%;
  padding: 10px;
  background-color: #EEE;
  border-bottom: 1px solid #1699D8; }
  #event #content form input.invalid[type=text],
  #event #content form input.invalid[type=password],
  #event #content form input.invalid[type=email] {
    border-bottom-color: #FF6400; }

#event #content form input[type=file] {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #1699D8; }

#event #content form input[type=checkbox],
#event #content form input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#event #content form input[type=checkbox] + label,
#event #content form input[type=radio] + label {
  letter-spacing: 0;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  font-size: 14px;
  color: #1F4166;
  padding-left: 24px; }

#event #content form input[type=checkbox] + label:before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  height: 14px;
  width: 14px;
  background-color: #EEE;
  outline: 1px solid #1699D8; }

#event #content form input[type=checkbox]:checked + label:before {
  border: 2px solid #EEE;
  background-color: #000; }

#event #content form input[type=radio] + label:before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #EEE;
  border: 1px solid #1699D8;
  border-radius: 8px; }

#event #content form input[type=radio]:checked + label:before {
  background-color: #000;
  box-shadow: 0 0 0 2px #fff inset; }

#event #content form textarea {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  width: 100%;
  padding: 10px;
  background-color: #EEE;
  border-bottom: 1px solid #1699D8;
  resize: vertical;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4; }
  #event #content form textarea.invalid {
    border-bottom-color: #FF6400; }

#event #content form button[type=reset] {
  background-color: #999; }

#event #content form select {
  /* Resets Chrome/Safari */
  -webkit-appearance: none;
  /* Removes FF Arrow */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* Base Styling */
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 10px;
  background-color: #EEE;
  border: none;
  border-bottom: 1px solid #1699D8;
  border-radius: 0;
  font-size: 14px; }
  #event #content form select:active, #event #content form select:focus {
    outline: none;
    box-shadow: none; }

#event #content form select:required:invalid {
  color: #5B5F64; }

#event #content form .select-wrapper {
  position: relative;
  width: 100%; }
  #event #content form .select-wrapper:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1699D8; }

#event #content form select::-ms-expand {
  /* Removes IE10+ Arrow */
  display: none; }

#event #content .quick-add {
  display: flex; }

#event #content .quick-add .value {
  flex-grow: 1;
  position: relative; }

#event #content .quick-add .value label {
  display: none; }

#event #content .quick-add .submit {
  flex-grow: 0; }

#event #content .quick-add .submit button {
  display: block;
  height: 100%;
  min-width: 60px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 13px; }

#event #content .quick-add .live-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff; }

#event #content .quick-add .live-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: scroll;
  max-height: 200px;
  border: 1px solid #DDD;
  border-top: none; }
  #event #content .quick-add .live-results ul li {
    margin: 0;
    padding: 0; }
  #event #content .quick-add .live-results ul li a {
    display: block;
    padding: 8px 10px;
    font-size: 13px;
    text-decoration: none;
    color: #333; }
  #event #content .quick-add .live-results ul li a:hover {
    background-color: #eef6fa; }
  #event #content .quick-add .live-results ul li.add-input a {
    background-color: #DCEDF4;
    text-align: center;
    color: #1699D8; }

#event #content .quick-add-entries {
  margin-top: 20px; }

#event #content .quick-add-entries ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #event #content .quick-add-entries ul li {
    margin: 0;
    padding: 0; }
  #event #content .quick-add-entries ul li {
    display: flex;
    justify-content: space-between;
    align-content: center;
    background: #DCEDF4;
    padding: 8px 10px;
    font-size: 13px;
    text-decoration: none;
    color: #333; }
  #event #content .quick-add-entries ul li + li {
    margin-top: 1px; }
  #event #content .quick-add-entries ul li .value {
    align-self: center; }
  #event #content .quick-add-entries ul li a {
    height: 24px;
    width: 24px;
    padding: 5px; }
  #event #content .quick-add-entries ul li a svg {
    height: 14px;
    width: 14px; }

/* Progress Bar */
#event #content .progress {
  overflow: hidden;
  margin-bottom: 50px;
  height: 10px;
  border-radius: 5px;
  background-color: #DDD; }

#event #content .progress .complete {
  height: 10px;
  background-color: #5FB323; }

/* Content Header */
#event #content .header {
  margin-bottom: 50px; }

#event #content .header h2 {
  font-size: 28px;
  line-height: 1.2;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #1F4166; }

#event #content .header .metadata {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: 10px; }
  #event #content .header .metadata li {
    margin: 0;
    padding: 0; }
  #event #content .header .metadata li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #DDD;
    font-size: 11px;
    font-weight: bold;
    color: #5B5F64;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
  #event #content .header .metadata li a {
    color: #1699D8;
    text-decoration: none; }
  #event #content .header .metadata li:last-child {
    margin-right: 0;
    border-right: none; }
  #event #content .header .metadata li.is-engagements {
    display: inline-block;
    vertical-align: 2px;
    margin-right: 5px;
    padding: 1px 5px;
    background-color: #e7f4de;
    border-right: none;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
    color: #5FB323; }
  #event #content .header .metadata li.is-featured {
    display: inline-block;
    vertical-align: 2px;
    margin-right: 5px;
    padding: 1px 5px;
    background-color: #FF6400;
    border-right: none;
    border-radius: 2px;
    font-size: 11px;
    text-transform: none;
    letter-spacing: normal;
    color: #fff; }

#event #content .header p {
  margin: 20px 0;
  font-size: 16px;
  color: #333; }

#event #content .header .button {
  margin-top: 0; }

#event #content .header.has-tools {
  display: flex;
  justify-content: space-between; }

#event #content .header .tools {
  flex-shrink: 0;
  margin-left: 40px; }

#event #content .header .select-nav {
  display: flex;
  align-items: center; }

#event #content .header .select-nav label {
  margin-right: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #1F4166;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

#event #content .header .select-nav select {
  /* Resets Chrome/Safari */
  -webkit-appearance: none;
  /* Removes FF Arrow */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* Base Styling */
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 10px;
  background-color: #EEE;
  border: none;
  border-bottom: 1px solid #1699D8;
  border-radius: 0;
  font-size: 14px; }
  #event #content .header .select-nav select:active, #event #content .header .select-nav select:focus {
    outline: none;
    box-shadow: none; }

#event #content .header .select-nav select:required:invalid {
  color: #5B5F64; }

#event #content .header .select-nav .select-wrapper {
  position: relative;
  width: 100%; }
  #event #content .header .select-nav .select-wrapper:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1699D8; }

#event #content .header .select-nav select::-ms-expand {
  /* Removes IE10+ Arrow */
  display: none; }

/* Tabs */
#event #content .tabs {
  margin: 30px 0; }

#event #content .tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow: hidden;
  background-color: #86A3BF;
  border-radius: 3px; }
  #event #content .tabs ul li {
    margin: 0;
    padding: 0; }
  #event #content .tabs ul li {
    border-right: 1px solid #fff; }
  #event #content .tabs ul li a {
    display: block;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff; }
  #event #content .tabs ul li.active a {
    background-color: #1F4166; }
  #event #content .tabs ul li small {
    display: block;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em; }

#event #content .tabs.is-full ul li {
  flex-grow: 1;
  text-align: center; }

#event #content .tabs.is-full ul li:last-child {
  border-right: none; }

#event #content .tabs.is-schedule li {
  text-align: center;
  min-width: 150px; }

/* Alerts */
#event #content .alert {
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: #1699D8;
  color: #fff; }
  #event #content .alert.is-negative {
    background-color: #FF6400; }
  #event #content .alert.is-positive {
    background-color: #5FB323; }

#event #content .alert h4 {
  font-weight: bold;
  margin-bottom: 5px; }

#event #content .alert p {
  font-size: 13px; }

#event #content .alert a {
  color: inherit; }

/* General Content */
#event #content .section {
  margin: 40px 0;
  padding-top: 40px;
  border-top: 1px solid #DDD; }

#event #content .section > *:first-child {
  margin-top: 0; }

#event #content .section h3 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #1F4166; }
  #event #content .section h3 a {
    color: inherit; }
  #event #content .section h3.is-featured:before {
    content: 'Featured';
    vertical-align: 2px;
    margin-right: 5px;
    padding: 1px 5px;
    background-color: #FF6400;
    border-right: none;
    border-radius: 2px;
    font-size: 11px;
    text-transform: none;
    color: #fff; }
  #event #content .section h3.is-following:before {
    content: 'Following';
    display: inline-block;
    vertical-align: 2px;
    margin-right: 5px;
    padding: 1px 5px;
    background-color: #5FB323;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #fff; }

#event #content .section h4 {
  margin: 20px 0 -10px 0;
  font-size: 11px;
  color: #1F4166;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

#event #content .section p {
  margin: 14px 0;
  font-size: 14px;
  color: #333; }

#event #content .section p.big {
  margin: 16px 0;
  font-size: 16px; }

#event #content .section p.small {
  margin: 12px 0;
  font-size: 12px; }

#event #content .section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: disc;
  margin: 14px 0;
  padding-left: 16px; }
  #event #content .section ul li {
    margin: 0;
    padding: 0; }
  #event #content .section ul li {
    margin: 8px 0;
    font-size: 14px;
    color: #333; }

#event #content .section a {
  color: #1699D8;
  text-decoration: none; }

#event #content .section hr {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  display: block;
  margin: 40px 0;
  border-bottom: 1px solid #DDD; }

#event #content .section .button.is-small {
  margin-top: 20px; }

#event #content .section table {
  margin: 30px 0;
  width: 100%;
  border-top: 1px solid #DDD; }

#event #content .section table th {
  padding: 10px 5px;
  border-bottom: 1px solid #DDD;
  color: #1F4166;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

#event #content .section table td {
  padding: 10px 5px;
  border-bottom: 1px solid #DDD;
  font-size: 14px;
  color: #333; }

#event #content .section .embed {
  display: flex;
  justify-content: center; }

/* Help */
#event #content .section .help {
  display: inline-block;
  position: relative; }

#event #content .section .help a {
  vertical-align: 2px;
  padding: 1px 3px;
  background: #EEE;
  border-radius: 2px;
  font-size: 9px;
  line-height: 12px;
  text-decoration: none;
  color: #1699D8; }

#event #content .section .help .help-text {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 15px;
  top: 0px;
  width: 200px;
  padding: 10px;
  background: #EEE;
  box-shadow: 0 0 2px #999;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
  text-transform: none;
  letter-spacing: normal; }

#event #content .section .help:hover .help-text {
  display: block; }

/* Placeholder */
#event #content p.placeholder {
  margin: 30px 0;
  padding: 60px;
  background-color: #EEE;
  text-align: center;
  color: #999; }

/* Cards */
#event #content .card {
  margin: 30px 0;
  box-shadow: 0 0 2px #999; }

#event #content .card .card-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #1F4166; }

#event #content .card .card-header h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff; }

#event #content .card .card-header p.price {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  font-size: 20px;
  color: #fff; }

#event #content .card .card-content {
  padding: 20px; }

#event #content .card table.pricing td {
  font-size: 12px; }

#event #content .card table.pricing td:first-child {
  font-weight: bold;
  color: #1F4166; }

#event #content .card table.pricing td:last-child {
  text-align: right; }

#event #content .card table.pricing .is-strikeout td {
  text-decoration: line-through; }

#event #content .card table.pricing .is-highlight td {
  background-color: #DCEDF4; }

/* Attachments */
#event #content .attachments {
  background-color: #EEE;
  margin: 30px 0; }

#event #content .attachments .attachment {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff; }

#event #content .attachments .attachment h5 {
  margin: 0;
  font-weight: bold;
  color: #1F4166; }
  #event #content .attachments .attachment h5 a {
    color: #1699D8;
    text-decoration: none; }

#event #content .attachments .attachment p {
  margin: 0;
  color: #5B5F64; }

#event #content .attachments .attachment .avatar {
  width: 80px;
  height: 80px;
  background-color: #DDD; }
  #event #content .attachments .attachment .avatar img {
    width: 100%; }

#event #content .attachments .attachment .label {
  flex-grow: 1;
  padding: 20px; }

#event #content .attachments .attachment .options {
  padding: 20px; }

#event #content .attachments .attachment .options a svg {
  height: 14px;
  width: 14px; }

#event #content .attachments .attachment.is-video {
  flex-wrap: wrap; }

#event #content .attachments .attachment.is-video .embed {
  flex-basis: 100%;
  background-color: #333; }

#event #content .attachments .add-attachment {
  padding: 20px; }

#event #content .attachments .add-attachment form {
  display: flex;
  justify-content: space-between; }

#event #content .attachments .add-attachment form .form-item {
  width: 42%;
  margin: 0;
  padding-right: 20px; }

#event #content .attachments .add-attachment form .form-controls {
  width: 16%;
  margin: 0; }

#event #content .attachments .add-attachment input {
  background-color: #fff; }

#event #content .attachments .add-attachment button {
  width: 100%; }

/* Checkout */
#event #content table.cart th {
  text-align: right; }
  #event #content table.cart th:first-child {
    text-align: left; }

#event #content table.cart td {
  text-align: right; }
  #event #content table.cart td:first-child {
    text-align: left; }

#event #content table.cart .total {
  font-weight: bold; }

#event #content .sponsor-fields {
  display: none; }

/* Presentations List */
#event #content ul.presentations {
  margin: 0;
  padding: 0;
  list-style: none; }
  #event #content ul.presentations li {
    margin: 0;
    padding: 0; }
  #event #content ul.presentations li {
    margin: 30px 0; }

#event #content ul.presentations h5 {
  margin: 0 0 2px 0;
  font-size: 14px;
  color: #1F4166; }
  #event #content ul.presentations h5 a {
    color: inherit; }

#event #content ul.presentations p {
  margin: 0;
  font-size: 12px; }

/* Form Toggles */
#event #content .form-state-toggle .toggles {
  display: flex;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #86A3BF;
  border-radius: 3px; }

#event #content .form-state-toggle .toggles a {
  flex-grow: 1;
  padding: 13px 20px;
  border-right: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff; }
  #event #content .form-state-toggle .toggles a:last-child {
    border-right: none; }

#event #content .form-state-toggle .toggles a.is-active {
  background-color: #1F4166; }

#event #content .form-state-toggle div[class^="state-"] {
  display: none; }

#event #content .form-state-toggle div.is-active[class^="state-"] {
  display: block; }

/* Discussion */
#event #content .discussion .thread {
  position: relative; }
  #event #content .discussion .thread:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); }
  #event #content .discussion .thread:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)); }

#event #content .discussion .entries {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 800px;
  padding-right: 20px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD; }

#event #content .discussion .entry {
  display: flex;
  margin: 30px 0; }

#event #content .discussion .entry .avatar {
  flex-shrink: 0;
  width: 100px;
  padding-right: 20px; }
  #event #content .discussion .entry .avatar img {
    width: 100%; }

#event #content .discussion .entry .comment .text {
  padding: 20px;
  background-color: #E5ECF2;
  border-radius: 3px; }
  #event #content .discussion .entry .comment .text *:first-child {
    margin-top: 0; }
  #event #content .discussion .entry .comment .text *:last-child {
    margin-bottom: 0; }

#event #content .discussion .entry .comment .text p {
  margin: 14px 0;
  font-size: 14px;
  color: #333; }

#event #content .discussion .entry .comment .metadata {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }

#event #content .discussion .entry .comment .metadata ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  #event #content .discussion .entry .comment .metadata ul li {
    margin: 0;
    padding: 0; }
  #event #content .discussion .entry .comment .metadata ul li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #DDD;
    font-size: 12px;
    color: #999; }
  #event #content .discussion .entry .comment .metadata ul li a {
    display: flex;
    color: #1699D8;
    text-decoration: none; }
  #event #content .discussion .entry .comment .metadata ul li:last-child {
    margin-right: 0;
    border-right: none; }
  #event #content .discussion .entry .comment .metadata ul li.user {
    font-weight: bold;
    color: #1F4166; }
  #event #content .discussion .entry .comment .metadata ul li.user.is-presenter:before {
    content: 'Presenter';
    display: inline-block;
    vertical-align: 2px;
    margin-right: 10px;
    padding: 1px 5px;
    background-color: #5FB323;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #fff; }
  #event #content .discussion .entry .comment .metadata ul li.user.is-owner:before {
    content: 'You';
    display: inline-block;
    vertical-align: 2px;
    margin-right: 10px;
    padding: 1px 5px;
    background-color: #FF6400;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #fff; }

#event #content .discussion .entry .comment .metadata .report {
  display: block;
  font-size: 10px;
  color: #999;
  text-decoration: none; }

#event #content .discussion .add-comment {
  display: flex;
  margin: 30px 0; }

#event #content .discussion .add-comment .avatar {
  width: 100px;
  flex-shrink: 0;
  padding-right: 20px; }
  #event #content .discussion .add-comment .avatar img {
    width: 100%; }

#event #content .discussion .add-comment .form {
  flex-grow: 1; }

#event #content .discussion .add-comment .form-item {
  margin: 0; }

#event #content .discussion .add-comment .form-controls {
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }

#event #content .discussion .add-comment .form-controls .disclaimer {
  font-size: 12px;
  color: #999; }

#event #content .discussion .entry.is-reply,
#event #content .discussion .add-comment.is-reply {
  padding-left: 100px; }
  #event #content .discussion .entry.is-reply .avatar,
  #event #content .discussion .add-comment.is-reply .avatar {
    width: 80px; }

/* Proposal Controls */
#event #content .proposal-status {
  background-color: #E5ECF2; }

#event #content .proposal-status .summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px; }

#event #content .proposal-status .summary h3 {
  font-size: 16px;
  font-weight: bold;
  color: #1F4166; }

#event #content .proposal-status .status {
  padding-right: 20px; }

#event #content .proposal-status .controls {
  flex-shrink: 0; }

#event #content .proposal-status .drawer {
  border-top: 1px solid #fff; }

#event #content .proposal-status .drawer .drawer-toggle {
  display: block;
  padding: 10px 20px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #1699D8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center; }
  #event #content .proposal-status .drawer .drawer-toggle:before {
    content: '';
    display: inline-block;
    vertical-align: 1px;
    margin-right: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1699D8; }

#event #content .proposal-status .drawer .drawer-content {
  display: none;
  position: relative;
  padding: 30px; }

#event #content .proposal-status .drawer.is-active .drawer-toggle:before {
  content: '';
  border-top: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1699D8; }

#event #content .proposal-status .drawer.is-active .drawer-content {
  display: block; }

#event #content .proposal-status .timeline .entry {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #fff; }
  #event #content .proposal-status .timeline .entry:first-child {
    border-top: 1px solid #fff; }

#event #content .proposal-status .timeline .entry .timestamp {
  flex-basis: 100px;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: bold;
  color: #1F4166;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

#event #content .proposal-status .timeline .entry .action h4 {
  font-size: 14px;
  font-weight: bold;
  color: #1F4166; }

#event #content .proposal-status .timeline .entry .action p {
  margin: 14px 0;
  font-size: 14px;
  color: #333; }

#event #content .proposal-status .add-comment {
  display: flex;
  margin-top: 30px; }

#event #content .proposal-status .add-comment .avatar {
  width: 100px;
  flex-shrink: 0;
  padding-right: 20px; }
  #event #content .proposal-status .add-comment .avatar img {
    width: 100%; }

#event #content .proposal-status .add-comment .form {
  flex-grow: 1; }

#event #content .proposal-status .add-comment .form-item {
  margin: 0; }

#event #content .proposal-status .add-comment .form-item textarea {
  background-color: #fff; }

#event #content .proposal-status .add-comment .form-controls {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: flex-end; }

#event #content .proposal-status .add-comment .form-controls .disclaimer {
  font-size: 12px;
  color: #999; }

/* Schedule */
#event #content .schedule {
  border-top: 1px solid #DDD; }

#event #content .schedule .block {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDD; }

#event #content .schedule .block .timestamp {
  flex-basis: 120px;
  flex-shrink: 0;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #1F4166; }

#event #content .schedule .block .events {
  flex-grow: 1; }

#event #content .schedule .block .events .event {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 20px;
  background-color: #E5ECF2; }

#event #content .schedule .block .events .event.is-subevent {
  margin-top: 1px;
  background-color: #EEE; }

#event #content .schedule .event .title {
  flex-grow: 1; }

#event #content .schedule .event .title h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1F4166; }
  #event #content .schedule .event .title h4 a {
    color: inherit;
    text-decoration: none; }

#event #content .schedule .event .title h5 {
  font-size: 14px;
  font-weight: normal;
  color: #1F4166; }
  #event #content .schedule .event .title h5 a {
    color: inherit;
    text-decoration: none; }
  #event #content .schedule .event .title h5.is-featured:before {
    content: 'Featured';
    display: inline-block;
    vertical-align: 2px;
    margin-right: 5px;
    padding: 1px 5px;
    background-color: #FF6400;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #fff; }
  #event #content .schedule .event .title h5.is-following:before {
    content: 'Following';
    display: inline-block;
    vertical-align: 2px;
    margin-right: 5px;
    padding: 1px 5px;
    background-color: #5FB323;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #fff; }

#event #content .schedule .event .title p.presenter {
  margin-top: 6px;
  font-size: 12px;
  color: #5B5F64; }
  #event #content .schedule .event .title p.presenter a {
    color: #1699D8;
    text-decoration: none; }

#event #content .schedule .event .title .flag {
  display: inline-block;
  vertical-align: 2px;
  margin-left: 5px;
  padding: 1px 5px;
  background-color: #1699D8;
  border-radius: 2px;
  font-size: 11px;
  font-weight: bold;
  color: #fff; }

#event #content .schedule .event .details {
  flex-basis: 120px;
  flex-shrink: 0;
  text-align: right;
  font-size: 14px;
  color: #1F4166; }

#event #content .schedule .event.is-subevent .details {
  color: #5B5F64; }

#event #content .schedule .event .options {
  flex-basis: 80px;
  flex-shrink: 0;
  margin: -3px 0 0 20px; }

#event #content .schedule .event .options a {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  cursor: pointer;
  width: 100%;
  padding: 6px 10px;
  display: block;
  background-color: #1699D8;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff; }
  #event #content .schedule .event .options a + a {
    margin-top: 4px; }
  #event #content .schedule .event .options a.is-active {
    background-color: #5FB323; }

/* Conferences */
#event #content .conferences {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 -15px; }

#event #content .conferences .conference {
  flex-basis: 25%;
  flex-grow: 0;
  padding: 0 15px;
  margin-bottom: 30px; }

#event #content .conferences .conference .wrapper {
  display: block;
  height: 100%;
  box-shadow: 0 0 3px #999;
  text-decoration: none; }

#event #content .conferences .conference .icon img {
  width: 100%; }

#event #content .conferences .conference .details {
  padding: 20px; }

#event #content .conferences .conference .details h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #1F4166; }

#event #content .conferences .conference .details h4 {
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #1F4166; }

#event #content .conferences .conference .details p {
  font-size: 12px;
  color: #333; }

/* Your Conferences */
#event #content .your-conferences {
  border-top: 1px solid #DDD; }

#event #content .your-conferences .conference {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #DDD; }

#event #content .your-conferences .conference .icon {
  flex-basis: 160px;
  flex-shrink: 0;
  padding-right: 20px; }
  #event #content .your-conferences .conference .icon img {
    width: 100%; }

#event #content .your-conferences .conference .details {
  flex-grow: 1; }

#event #content .your-conferences .conference .details h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #1F4166; }
  #event #content .your-conferences .conference .details h3 a {
    color: inherit;
    text-decoration: none; }

#event #content .your-conferences .conference .details h4 {
  font-size: 14px;
  font-weight: bold;
  color: #1F4166; }

#event #content .your-conferences .conference .details p,
#event #content .your-conferences .conference .details li {
  font-size: 14px;
  color: #333; }
  #event #content .your-conferences .conference .details p a,
  #event #content .your-conferences .conference .details li a {
    color: #1699D8;
    text-decoration: none; }

#event #content .your-conferences .conference .metadata {
  display: flex;
  justify-content: space-between;
  margin-top: 20px; }

#event #content .your-conferences .conference .metadata .group {
  flex-basis: 33.3%; }

#event #content .your-conferences .conference .controls {
  flex-basis: 160px;
  flex-shrink: 0;
  padding-left: 20px; }

#event #content .your-conferences .conference .controls .button {
  width: 100%;
  margin-bottom: 10px; }

/*=====================================================*/
/* COMMUNITY
/*=====================================================*/
/* --- Structure --- */
#community-ui2 #main {
  display: flex;
  flex-wrap: wrap; }

#community-ui2 #main * {
  box-sizing: border-box;
  line-height: 1.4; }

#community-ui2 #header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-basis: 960px;
  height: 250px;
  padding: 30px 30px 30px 250px;
  overflow: hidden;
  background-color: #1F4166; }

#community-ui2 #sidebar {
  flex-basis: 220px;
  padding: 0 20px 40px 20px;
  background: #e3f3fa; }

#community-ui2 #content {
  flex-basis: 740px;
  padding: 0 30px 100px 30px; }

/* --- Basics --- */
.community-button-basic, #community-ui2 #content .section .post .post-body .button, #community-ui2 #content .section .general-text .button, #community-ui2 #content form button[type=reset], #community-ui2 #content form button {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  cursor: pointer;
  width: 100%;
  padding: 12px 10px;
  display: block;
  background-color: #1699D8;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff; }

.community-button-basic-small, #community-ui2 #content .section .post .post-body .button.is-small, #community-ui2 #content .section .general-text .button.is-small, #community-ui2 #content form button.is-small {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  cursor: pointer;
  min-width: 80px;
  padding: 12px 20px;
  display: inline-block;
  background-color: #1699D8;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff; }

/* --- Header --- */
#community-ui2 #header:after {
  position: absolute;
  z-index: 2;
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.85) 100%); }

#community-ui2 #header .banner {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%; }

#community-ui2 #header .title {
  position: relative;
  z-index: 3;
  height: auto; }

#community-ui2 #header .title h2 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #fff; }

#community-ui2 #header .title .metadata {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: 10px; }
  #community-ui2 #header .title .metadata li {
    margin: 0;
    padding: 0; }
  #community-ui2 #header .title .metadata li {
    height: 16px;
    margin-right: 10px;
    font-size: 11px;
    color: #fff; }
  #community-ui2 #header .title .metadata li.is-type {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
  #community-ui2 #header .title .metadata li.is-status {
    padding: 1px 3px;
    background-color: #5FB323;
    border-radius: 2px; }
  #community-ui2 #header .title .metadata li.is-views {
    padding: 1px 3px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 2px; }

#community-ui2 #header .edit {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.9); }
  #community-ui2 #header .edit svg {
    height: 14px;
    width: 14px; }

/* --- Sidebar --- */
#community-ui2 #sidebar .primary-avatar {
  position: relative;
  z-index: 5;
  margin-top: -120px; }

#community-ui2 #sidebar .primary-avatar .avatar {
  height: 180px;
  width: 180px; }

#community-ui2 #sidebar .primary-avatar .edit {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.9); }
  #community-ui2 #sidebar .primary-avatar .edit svg {
    height: 14px;
    width: 14px; }

/* Connections */
#community-ui2 #sidebar .connections {
  margin: 50px 0; }

#community-ui2 #sidebar .connections h3 {
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
  color: #1F4166;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
  #community-ui2 #sidebar .connections h3 a {
    color: #1F4166;
    text-decoration: none; }
  #community-ui2 #sidebar .connections h3.has-alert:after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    height: 8px;
    width: 8px;
    background-color: #FF6400;
    border-radius: 4px; }

#community-ui2 #sidebar .connections .teaser {
  display: block;
  padding: 30px 5px;
  background-color: #d5edf8;
  border-top: 1px solid #addbf1;
  font-size: 13px;
  text-align: center;
  color: #1699D8;
  text-decoration: none; }

#community-ui2 #sidebar .connections ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #addbf1; }
  #community-ui2 #sidebar .connections ul li {
    margin: 0;
    padding: 0; }
  #community-ui2 #sidebar .connections ul li {
    border-bottom: 1px solid #addbf1; }
  #community-ui2 #sidebar .connections ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    font-size: 13px;
    color: #1F4166;
    text-decoration: none; }
  #community-ui2 #sidebar .connections ul li.is-all {
    border-bottom: none; }
    #community-ui2 #sidebar .connections ul li.is-all a {
      display: block;
      background-color: #d5edf8;
      font-size: 13px;
      text-align: center;
      color: #1699D8; }
  #community-ui2 #sidebar .connections ul .avatar {
    height: 40px;
    width: 40px;
    margin-right: 10px; }

/* Actions */
#community-ui2 #sidebar .actions {
  margin-top: 10px; }

#community-ui2 #sidebar .actions a.button {
  padding: 8px 12px;
  display: block;
  background-color: #1699D8;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff; }

#community-ui2 #sidebar .actions a.button + a.button {
  margin-top: 5px; }

/* --- Content --- */
/* Nav */
#community-ui2 #content .nav {
  margin: 0 -30px 50px -30px;
  padding-left: 18px;
  border-bottom: 1px solid #DDD; }

#community-ui2 #content .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start; }
  #community-ui2 #content .nav ul li {
    margin: 0;
    padding: 0; }
  #community-ui2 #content .nav ul li a {
    display: block;
    padding: 12px;
    font-size: 13px;
    font-weight: bold;
    color: #1F4166;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
  #community-ui2 #content .nav ul li.is-active a {
    color: #5FB323; }
  #community-ui2 #content .nav ul li a:hover {
    color: #1699D8; }

/* Alerts */
#community-ui2 #content .alert {
  margin: 0 0 50px 0;
  padding: 20px;
  background-color: #1699D8;
  color: #fff; }
  #community-ui2 #content .alert.is-negative {
    background-color: #FF6400; }
  #community-ui2 #content .alert.is-positive {
    background-color: #5FB323; }

#community-ui2 #content .alert h4 {
  font-weight: bold;
  margin-bottom: 5px; }

#community-ui2 #content .alert p {
  font-size: 13px; }

#community-ui2 #content .alert a {
  color: inherit; }

/* Forms */
#community-ui2 #content .form {
  padding: 30px;
  background-color: #EEE; }

#community-ui2 #content .form form > *:last-child {
  margin-bottom: 0; }

#community-ui2 #content .form-item {
  margin-bottom: 30px; }

#community-ui2 #content .form-group {
  display: flex;
  margin: 0 -5px 30px -5px; }

#community-ui2 #content .form-group .form-item {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0;
  padding: 0 5px; }

#community-ui2 #content .form-group .form-controls {
  width: 100px;
  margin: 0;
  padding: 0 5px; }

#community-ui2 #content .form-header {
  margin-bottom: 30px; }

#community-ui2 #content .form-header h3 {
  margin: 0 0 10px 0; }

#community-ui2 #content .form-header p {
  margin: 0;
  font-size: 14px;
  color: #333; }

#community-ui2 #content .form-controls {
  margin-top: 30px; }

#community-ui2 #content form p.note {
  font-size: 11px; }

#community-ui2 #content form div[class^="counter-"] p {
  margin-top: 5px;
  font-size: 11px;
  color: #1F4166; }

#community-ui2 #content form div.negative[class^="counter-"] p {
  color: #FF6400; }

#community-ui2 #content form label {
  display: block;
  position: relative;
  margin-bottom: 5px;
  color: #1F4166;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

#community-ui2 #content form label.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#community-ui2 #content form input {
  font-size: 14px; }

#community-ui2 #content form input[type=text],
#community-ui2 #content form input[type=password],
#community-ui2 #content form input[type=email] {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #1699D8; }
  #community-ui2 #content form input.invalid[type=text],
  #community-ui2 #content form input.invalid[type=password],
  #community-ui2 #content form input.invalid[type=email] {
    border-bottom-color: #FF6400; }

#community-ui2 #content form input[type=file] {
  padding: 10px 0; }

#community-ui2 #content form input[type=checkbox],
#community-ui2 #content form input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#community-ui2 #content form input[type=checkbox] + label,
#community-ui2 #content form input[type=radio] + label {
  letter-spacing: 0;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  font-size: 14px;
  color: #1F4166;
  padding-left: 24px; }

#community-ui2 #content form input[type=checkbox] + label:before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  height: 14px;
  width: 14px;
  background-color: #fff;
  outline: 1px solid #1699D8; }

#community-ui2 #content form input[type=checkbox]:checked + label:before {
  border: 2px solid #EEE;
  background-color: #000; }

#community-ui2 #content form input[type=radio] + label:before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #1699D8;
  border-radius: 8px; }

#community-ui2 #content form input[type=radio]:checked + label:before {
  background-color: #000;
  box-shadow: 0 0 0 2px #fff inset; }

#community-ui2 #content form textarea {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #1699D8;
  resize: vertical;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4; }
  #community-ui2 #content form textarea.invalid {
    border-bottom-color: #FF6400; }

#community-ui2 #content form button[type=reset] {
  background-color: #999; }

#community-ui2 #content form select {
  /* Resets Chrome/Safari */
  -webkit-appearance: none;
  /* Removes FF Arrow */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* Base Styling */
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 10px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #1699D8;
  border-radius: 0;
  font-size: 14px; }
  #community-ui2 #content form select:active, #community-ui2 #content form select:focus {
    outline: none;
    box-shadow: none; }

#community-ui2 #content form select:required:invalid {
  color: #5B5F64; }

#community-ui2 #content form .select-wrapper {
  position: relative;
  width: 100%; }
  #community-ui2 #content form .select-wrapper:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1699D8; }

#community-ui2 #content form select::-ms-expand {
  /* Removes IE10+ Arrow */
  display: none; }

#community-ui2 #content form .quick-add {
  display: flex; }

#community-ui2 #content form .quick-add .value {
  flex-grow: 1;
  position: relative; }

#community-ui2 #content form .quick-add .value label {
  display: none; }

#community-ui2 #content form .quick-add .submit {
  flex-grow: 0; }

#community-ui2 #content form .quick-add .submit button {
  display: block;
  height: 100%;
  min-width: 60px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 13px; }

#community-ui2 #content form .quick-add .live-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff; }

#community-ui2 #content form .quick-add .live-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: scroll;
  max-height: 200px;
  border: 1px solid #DDD;
  border-top: none; }
  #community-ui2 #content form .quick-add .live-results ul li {
    margin: 0;
    padding: 0; }
  #community-ui2 #content form .quick-add .live-results ul li + li {
    border-top: 1px solid #EEE; }
  #community-ui2 #content form .quick-add .live-results ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    font-size: 13px;
    text-decoration: none;
    color: #333; }
  #community-ui2 #content form .quick-add .live-results ul li a:hover {
    background-color: #eef6fa; }
  #community-ui2 #content form .quick-add .live-results ul li.add-input a {
    background-color: #DCEDF4;
    text-align: center;
    color: #1699D8; }
  #community-ui2 #content form .quick-add .live-results ul li .avatar {
    height: 40px;
    width: 40px;
    margin-right: 10px; }

#community-ui2 #content form .resource-attachment {
  display: flex; }

#community-ui2 #content form .resource-attachment .url {
  flex-grow: 1;
  position: relative; }

#community-ui2 #content form .resource-attachment .url label {
  display: none; }

#community-ui2 #content form .resource-attachment .file {
  flex-grow: 0; }

#community-ui2 #content form .resource-attachment .file button {
  display: block;
  height: 100%;
  min-width: 60px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 13px; }

/* Help */
#community-ui2 #content .help {
  display: inline-block;
  position: relative; }

#community-ui2 #content .help a {
  vertical-align: 2px;
  margin-left: 3px;
  padding: 1px 3px;
  background: #EEE;
  border-radius: 2px;
  font-size: 9px;
  line-height: 12px;
  text-decoration: none;
  color: #1699D8; }

#community-ui2 #content form .help a {
  background-color: #DDD; }

#community-ui2 #content .help .help-text {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 15px;
  top: 0px;
  width: 200px;
  padding: 10px;
  background: #EEE;
  box-shadow: 0 0 2px #999;
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  color: #333; }

#community-ui2 #content .help:hover .help-text {
  display: block; }

/* Sections */
#community-ui2 #content .section {
  margin-bottom: 50px; }

#community-ui2 #content .section .header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #1F4166; }

#community-ui2 #content .section .header h3 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1F4166; }

#community-ui2 #content .section .header .buttons {
  display: flex; }

#community-ui2 #content .section .header .button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border: 1px solid #DDD;
  border-radius: 3px; }
  #community-ui2 #content .section .header .button svg {
    height: 14px;
    width: 14px; }
  #community-ui2 #content .section .header .button + .button {
    margin-left: 4px; }

#community-ui2 #content .section .footer .button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #EEE;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #1699D8; }

/* Filters */
#community-ui2 #content .section .form.filters {
  display: none; }
  #community-ui2 #content .section .form.filters.is-active {
    display: block; }

/* General Text */
#community-ui2 #content .section .general-text {
  padding: 30px 0;
  color: #333;
  border-bottom: 1px solid #DDD; }
  #community-ui2 #content .section .general-text.is-grey {
    padding: 30px;
    background-color: #EEE;
    border-bottom: none; }

#community-ui2 #content .section .general-text h4 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #1F4166; }

#community-ui2 #content .section .general-text h5 {
  margin: 20px 0 0 0;
  font-size: 13px;
  color: #1F4166;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

#community-ui2 #content .section .general-text p {
  margin: 14px 0;
  font-size: 14px;
  color: #333; }

#community-ui2 #content .section .general-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: disc;
  margin: 14px 0;
  padding-left: 30px; }
  #community-ui2 #content .section .general-text ul li {
    margin: 0;
    padding: 0; }
  #community-ui2 #content .section .general-text ul li {
    margin: 8px 0;
    font-size: 14px; }

#community-ui2 #content .section .general-text ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: decimal;
  margin: 14px 0;
  padding-left: 30px; }
  #community-ui2 #content .section .general-text ol li {
    margin: 0;
    padding: 0; }
  #community-ui2 #content .section .general-text ol li {
    margin: 8px 0;
    font-size: 14px; }

#community-ui2 #content .section .general-text a {
  color: #1699D8; }

#community-ui2 #content .section .general-text hr {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  display: block;
  margin: 30px 0;
  border-top: 1px solid #DDD; }

#community-ui2 #content .section .general-text .button {
  margin: 30px 0; }

#community-ui2 #content .section .general-text .button.is-small {
  margin: 20px 0; }

#community-ui2 #content .section .general-text > *:first-child {
  margin-top: 0; }

#community-ui2 #content .section .general-text > *:last-child {
  margin-bottom: 0; }

/* Post */
#community-ui2 #content .section .post {
  padding: 30px 0;
  border-bottom: 1px solid #DDD; }

#community-ui2 #content .section .post .post-header {
  margin-bottom: 30px; }

#community-ui2 #content .section .post .post-header .banner {
  width: 100%;
  margin-bottom: 30px; }

#community-ui2 #content .section .post .post-header h4 {
  margin: 0 0 20px 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #1F4166; }

#community-ui2 #content .section .post .post-header .metadata {
  display: flex;
  justify-content: space-between; }

#community-ui2 #content .section .post .post-header .metadata .byline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  #community-ui2 #content .section .post .post-header .metadata .byline li {
    margin: 0;
    padding: 0; }
  #community-ui2 #content .section .post .post-header .metadata .byline li {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 12px;
    color: #5B5F64; }
  #community-ui2 #content .section .post .post-header .metadata .byline li + li {
    margin-left: 10px;
    padding-left: 10px; }
  #community-ui2 #content .section .post .post-header .metadata .byline li + li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #DDD; }
  #community-ui2 #content .section .post .post-header .metadata .byline li a {
    color: #1699D8;
    text-decoration: none; }
  #community-ui2 #content .section .post .post-header .metadata .byline li.author {
    font-weight: bold; }
  #community-ui2 #content .section .post .post-header .metadata .byline .avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px; }

#community-ui2 #content .section .post .post-header .metadata .actions {
  display: flex;
  justify-content: flex-start; }
  #community-ui2 #content .section .post .post-header .metadata .actions a.star {
    margin-right: 5px;
    padding: 5px 10px;
    background-color: #DCEDF4;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none; }
    #community-ui2 #content .section .post .post-header .metadata .actions a.star svg {
      height: 14px;
      width: 14px;
      fill: #1699D8; }
    #community-ui2 #content .section .post .post-header .metadata .actions a.star .count {
      margin-left: 5px;
      color: #5B5F64;
      font-weight: normal; }
  #community-ui2 #content .section .post .post-header .metadata .actions a.star.is-active {
    background-color: #FF6400; }
    #community-ui2 #content .section .post .post-header .metadata .actions a.star.is-active svg {
      fill: #fff; }
    #community-ui2 #content .section .post .post-header .metadata .actions a.star.is-active .count {
      color: #fff; }

#community-ui2 #content .section .post .post-header .metadata .actions .share {
  position: relative; }
  #community-ui2 #content .section .post .post-header .metadata .actions .share a.share-toggle {
    position: relative;
    display: flex;
    align-items: center;
    width: 150px;
    height: 30px;
    padding: 5px 10px;
    background-color: #1699D8;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none; }
    #community-ui2 #content .section .post .post-header .metadata .actions .share a.share-toggle:after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 8px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #fff; }
  #community-ui2 #content .section .post .post-header .metadata .actions .share > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-x: scroll;
    background-color: #fff;
    border: 1px solid #DDD;
    font-size: 12px;
    font-weight: bold; }
    #community-ui2 #content .section .post .post-header .metadata .actions .share > ul li {
      margin: 0;
      padding: 0; }
    #community-ui2 #content .section .post .post-header .metadata .actions .share > ul li {
      border-bottom: 1px solid #DDD; }
    #community-ui2 #content .section .post .post-header .metadata .actions .share > ul li:last-child {
      border-bottom: none; }
    #community-ui2 #content .section .post .post-header .metadata .actions .share > ul li a {
      display: block;
      padding: 10px;
      color: #1F4166;
      text-decoration: none; }
    #community-ui2 #content .section .post .post-header .metadata .actions .share > ul li.communities {
      padding: 10px 10px 0 10px;
      color: #1F4166; }
    #community-ui2 #content .section .post .post-header .metadata .actions .share > ul li.communities li {
      border-bottom: none; }
    #community-ui2 #content .section .post .post-header .metadata .actions .share > ul li.communities li a {
      margin: 0 -10px;
      padding: 5px 10px;
      font-weight: normal;
      color: #1699D8; }
    #community-ui2 #content .section .post .post-header .metadata .actions .share > ul li.communities li a:first-child {
      margin-top: 5px; }
  #community-ui2 #content .section .post .post-header .metadata .actions .share:hover > ul {
    display: block; }

#community-ui2 #content .section .post .post-body {
  margin-top: 30px;
  color: #333; }

#community-ui2 #content .section .post .post-body h4 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #1F4166; }

#community-ui2 #content .section .post .post-body h5 {
  margin: 20px 0 0 0;
  font-size: 13px;
  color: #1F4166;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

#community-ui2 #content .section .post .post-body p {
  margin: 14px 0;
  font-size: 14px;
  color: #333; }

#community-ui2 #content .section .post .post-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: disc;
  margin: 14px 0;
  padding-left: 30px; }
  #community-ui2 #content .section .post .post-body ul li {
    margin: 0;
    padding: 0; }
  #community-ui2 #content .section .post .post-body ul li {
    margin: 8px 0;
    font-size: 14px; }

#community-ui2 #content .section .post .post-body ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: decimal;
  margin: 14px 0;
  padding-left: 30px; }
  #community-ui2 #content .section .post .post-body ol li {
    margin: 0;
    padding: 0; }
  #community-ui2 #content .section .post .post-body ol li {
    margin: 8px 0;
    font-size: 14px; }

#community-ui2 #content .section .post .post-body a {
  color: #1699D8; }

#community-ui2 #content .section .post .post-body hr {
  float: none;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  list-style: none;
  display: block;
  margin: 30px 0;
  border-top: 1px solid #DDD; }

#community-ui2 #content .section .post .post-body .button {
  margin: 30px 0; }

#community-ui2 #content .section .post .post-body .button.is-small {
  margin: 20px 0; }

#community-ui2 #content .section .post .post-body > *:first-child {
  margin-top: 0; }

#community-ui2 #content .section .post .post-body > *:last-child {
  margin-bottom: 0; }

/* Comments */
#community-ui2 #content .comments .thread {
  position: relative; }
  #community-ui2 #content .comments .thread:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); }
  #community-ui2 #content .comments .thread:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)); }

#community-ui2 #content .comments .thread .entries {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 800px;
  padding-right: 20px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD; }

#community-ui2 #content .comments .thread .entry {
  display: flex;
  margin: 30px 0; }

#community-ui2 #content .comments .thread .entry .avatar {
  flex-shrink: 0;
  width: 100px;
  padding-right: 20px; }
  #community-ui2 #content .comments .thread .entry .avatar img {
    width: 100%; }

#community-ui2 #content .comments .thread .entry .comment .text {
  margin: 0;
  padding: 20px;
  background-color: #E5ECF2;
  border-radius: 3px; }
  #community-ui2 #content .comments .thread .entry .comment .text *:first-child {
    margin-top: 0; }
  #community-ui2 #content .comments .thread .entry .comment .text *:last-child {
    margin-bottom: 0; }

#community-ui2 #content .comments .thread .entry .comment .text p {
  margin: 14px 0;
  font-size: 14px;
  color: #333; }

#community-ui2 #content .comments .thread .entry .comment .metadata {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }

#community-ui2 #content .comments .thread .entry .comment .metadata ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  #community-ui2 #content .comments .thread .entry .comment .metadata ul li {
    margin: 0;
    padding: 0; }
  #community-ui2 #content .comments .thread .entry .comment .metadata ul li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #DDD;
    font-size: 12px;
    color: #999; }
  #community-ui2 #content .comments .thread .entry .comment .metadata ul li a {
    color: #1699D8;
    text-decoration: none; }
  #community-ui2 #content .comments .thread .entry .comment .metadata ul li:last-child {
    margin-right: 0;
    border-right: none; }
  #community-ui2 #content .comments .thread .entry .comment .metadata ul li.user {
    font-weight: bold;
    color: #1F4166; }
  #community-ui2 #content .comments .thread .entry .comment .metadata ul li.user.is-author:before {
    content: 'Author';
    display: inline-block;
    vertical-align: 2px;
    margin-right: 10px;
    padding: 1px 5px;
    background-color: #5FB323;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #fff; }
  #community-ui2 #content .comments .thread .entry .comment .metadata ul li.user.is-owner:before {
    content: 'You';
    display: inline-block;
    vertical-align: 2px;
    margin-right: 10px;
    padding: 1px 5px;
    background-color: #FF6400;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #fff; }

#community-ui2 #content .comments .thread .entry .comment .metadata .report {
  display: block;
  font-size: 10px;
  color: #999;
  text-decoration: none; }

#community-ui2 #content .comments .add-comment {
  display: flex;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #EEE; }

#community-ui2 #content .comments .add-comment .author-avatar {
  width: 100px;
  flex-shrink: 0;
  padding-right: 20px; }
  #community-ui2 #content .comments .add-comment .author-avatar img {
    width: 100%; }

#community-ui2 #content .comments .add-comment .form {
  margin: 0;
  padding: 0;
  background-color: transparent;
  flex-grow: 1; }

#community-ui2 #content .comments .add-comment .comment {
  position: relative; }

#community-ui2 #content .comments .add-comment .comment-targeting {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff; }

#community-ui2 #content .comments .add-comment .comment-targeting ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
  border: 1px solid #DDD;
  border-top: none; }
  #community-ui2 #content .comments .add-comment .comment-targeting ul li {
    margin: 0;
    padding: 0; }
  #community-ui2 #content .comments .add-comment .comment-targeting ul li + li {
    border-top: 1px solid #EEE; }
  #community-ui2 #content .comments .add-comment .comment-targeting ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    font-size: 13px;
    text-decoration: none;
    color: #333; }
  #community-ui2 #content .comments .add-comment .comment-targeting ul li a:hover {
    background-color: #eef6fa; }
  #community-ui2 #content .comments .add-comment .comment-targeting ul li.add-input a {
    background-color: #DCEDF4;
    text-align: center;
    color: #1699D8; }
  #community-ui2 #content .comments .add-comment .comment-targeting ul li .avatar {
    height: 40px;
    width: 40px;
    margin-right: 10px; }

#community-ui2 #content .comments .add-comment .comment-controls {
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }

#community-ui2 #content .comments .add-comment .comment-controls .disclaimer {
  font-size: 12px;
  color: #999; }

#community-ui2 #content .comments .entry.is-reply,
#community-ui2 #content .comments .add-comment.is-reply {
  margin-left: 100px; }
  #community-ui2 #content .comments .entry.is-reply .avatar,
  #community-ui2 #content .comments .add-comment.is-reply .avatar {
    width: 80px; }

/* Items */
#community-ui2 #content .section .items .item {
  padding: 30px 0;
  border-bottom: 1px solid #DDD; }

#community-ui2 #content .section .items.is-grid {
  display: flex;
  flex-wrap: wrap; }
  #community-ui2 #content .section .items.is-grid .item {
    flex-basis: 320px; }
  #community-ui2 #content .section .items.is-grid .item:nth-child(odd) {
    margin-right: 40px; }

#community-ui2 #content .section .items .item h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #1F4166; }
  #community-ui2 #content .section .items .item h5 a {
    text-decoration: none;
    color: inherit; }

#community-ui2 #content .section .items .item p {
  margin: 15px 0;
  font-size: 14px;
  color: #333; }

#community-ui2 #content .section .items .item .display {
  display: flex; }

#community-ui2 #content .section .items .item .summary {
  flex-grow: 1; }

#community-ui2 #content .section .items .item .options {
  display: flex; }
  #community-ui2 #content .section .items .item .options a {
    height: 24px;
    width: 34px;
    padding: 5px 10px; }
  #community-ui2 #content .section .items .item .options a + a {
    border-right: 1px solid #DDD; }
  #community-ui2 #content .section .items .item .options a svg {
    height: 14px;
    width: 14px; }

#community-ui2 #content .section .items .item .button-bar {
  display: flex;
  justify-content: flex-end;
  flex-basis: 100%;
  flex-shrink: 0;
  margin-bottom: -30px;
  padding: 10px;
  background-color: #EEE; }

#community-ui2 #content .section .items .item .button-bar .button {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 5px 10px;
  margin-left: 5px;
  background-color: #1699D8;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none; }

#community-ui2 #content .section .items .item .button-bar .button + .button {
  margin-left: 5px; }

#community-ui2 #content .section .items .item .metadata {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  #community-ui2 #content .section .items .item .metadata li {
    margin: 0;
    padding: 0; }
  #community-ui2 #content .section .items .item .metadata li {
    display: flex;
    margin: 0 5px 5px 0;
    padding-right: 5px;
    align-items: center;
    position: relative;
    font-size: 12px;
    color: #5B5F64; }
    #community-ui2 #content .section .items .item .metadata li:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      width: 1px;
      height: 14px;
      margin-top: -7px;
      background-color: #DDD; }
    #community-ui2 #content .section .items .item .metadata li:last-child:after {
      display: none; }
  #community-ui2 #content .section .items .item .metadata li a {
    color: #1699D8;
    text-decoration: none; }
  #community-ui2 #content .section .items .item .metadata li a.star {
    padding: 4px 6px;
    border-radius: 3px;
    background-color: #DCEDF4;
    font-size: 10px; }
    #community-ui2 #content .section .items .item .metadata li a.star svg {
      height: 12px;
      width: 12px;
      fill: #1699D8; }
    #community-ui2 #content .section .items .item .metadata li a.star .count {
      vertical-align: 2px;
      margin-left: 4px;
      color: #5B5F64;
      font-weight: normal; }
  #community-ui2 #content .section .items .item .metadata li a.star.is-active {
    background-color: #FF6400; }
    #community-ui2 #content .section .items .item .metadata li a.star.is-active svg {
      fill: #fff; }
    #community-ui2 #content .section .items .item .metadata li a.star.is-active .count {
      color: #fff; }
  #community-ui2 #content .section .items .item .metadata li.is-star:after {
    display: none; }
  #community-ui2 #content .section .items .item .metadata li.is-type {
    font-weight: bold;
    color: #1F4166; }
  #community-ui2 #content .section .items .item .metadata li.is-hidden {
    display: inline-block;
    vertical-align: 2px;
    padding: 1px 5px;
    background-color: #FF6400;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #fff; }
    #community-ui2 #content .section .items .item .metadata li.is-hidden:after {
      display: none; }
  #community-ui2 #content .section .items .item .metadata li.is-admin {
    display: inline-block;
    vertical-align: 2px;
    padding: 1px 5px;
    background-color: #5FB323;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #fff; }
    #community-ui2 #content .section .items .item .metadata li.is-admin:after {
      display: none; }

#community-ui2 #content .section .items .item.is-post .thumbnail {
  flex-basis: 140px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 20px; }
  #community-ui2 #content .section .items .item.is-post .thumbnail img {
    width: 100%; }

#community-ui2 #content .section .items .item.is-connection .thumbnail {
  flex-basis: 80px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 20px; }
  #community-ui2 #content .section .items .item.is-connection .thumbnail img {
    width: 100%; }

#community-ui2 #content .section .items .item.is-publication .thumbnail {
  flex-basis: 80px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 20px; }
  #community-ui2 #content .section .items .item.is-publication .thumbnail img {
    width: 100%; }

#community-ui2 #content .section .items .item.is-event .thumbnail {
  flex-basis: 140px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 20px; }
  #community-ui2 #content .section .items .item.is-event .thumbnail img {
    width: 100%; }

#community-ui2 #content .section .items .item.is-activity .thumbnail {
  flex-basis: 80px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 20px; }
  #community-ui2 #content .section .items .item.is-activity .thumbnail img {
    width: 100%; }

/*=====================================================*/
/* PUBLISHER
/*=====================================================*/
/* Structure */
#publisher-ui2 #main * {
  box-sizing: border-box;
  line-height: 1.4; }

#publisher-ui2 #content {
  padding: 80px 30px; }

/* Gateways */
#publisher-ui2 #content .gateways {
  display: flex;
  margin: 0 -15px; }

#publisher-ui2 #content .gateways .gateway {
  flex-grow: 1;
  padding: 0 15px; }

#publisher-ui2 #content .gateways .gateway .wrapper {
  padding: 40px;
  background-color: #DCEDF4;
  text-align: center; }

#publisher-ui2 #content .gateways .gateway .hero {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 40px; }

#publisher-ui2 #content .gateways .gateway h2 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1F4166;
  text-align: center; }

#publisher-ui2 #content .gateways .gateway .controls {
  display: flex;
  justify-content: center;
  margin-top: 20px; }

#publisher-ui2 #content .gateways .gateway .controls .button {
  margin: 0 10px; }
