:root {
  --mohali-primary: #ff005b;
  --mohali-primary-text: #f9ffe7;
  --mohali-background-main: #ffffff;
  --mohali-background-plain: #fff;
  --mohali-background-darker: #eeeeee;
  --mohali-secondary: #747474;
  --mohali-secondary-dark: #076402;
  --mohali-secondary-text: #FFF;
  --mohali-text-dark: #111;
  --mohali-text: #555;
  --mohali-text-light: #777;
  --mohali-header-background: #fff;
  --mohali-header-global-background: #000000;
  --mohali-header-lighter: #222;
  --mohali-header-text: #FFFFFF;
  --mohali-menu-text: #232323;
  --mohali-top-bar-text: #fffdec;
  --mohali-top-bar-background: #3a3a3a;
  --mohali-mobile-header-background: #FFFFFF;
  --mohali-mobile-header-text: #222222;
}
#secondary {
  border-left: var(--mohali-background-darker) solid 1px;
  padding: 15px;
  position: sticky;
  top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  #secondary {
    border: none;
  }
}
.widget {
  padding: 15px;
}
.widget h2,
.widget h3,
.widget h4,
.widget h1,
.widget .widget-title {
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: solid 2px var(--mohali-background-darker);
}
.widget ul,
.widget ol {
  margin-left: 3px;
  padding-left: 0px;
  list-style: none;
}
.widget li {
  padding: 8px 0;
}
.widget li:last-child {
  border-bottom: none;
}
.widget li a {
  color: var(--mohali-text-light);
  text-decoration: none;
}
.widget li a:hover {
  color: var(--mohali-secondary-dark);
}
.widget p a {
  text-decoration: underline;
  color: var(--mohali-primary);
}
.widget .widget_block h1:only-child,
.widget .widget_block h2:only-child,
.widget .widget_block h3:only-child,
.widget .widget_block h4:only-child,
.widget .widget_block h5:only-child,
.widget .widget_block h6:only-child {
  margin-bottom: -40px;
}
