/**
 * @package    hubzero-cms
 * @copyright  Copyright 2005-2019 HUBzero Foundation, LLC.
 * @license    http://opensource.org/licenses/MIT MIT
 */
/*
	Super Group Template Css

	This template is responsible for displaying a super group:

	-It should include a bar at the top branded for the HUB
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a,
a:active,
a:visited {
  text-decoration: none;
  color: #597F2F;
}
p {
  margin: 1em 0;
}
ul li {
  margin: 0.5em 0;
}
.hub-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #292929;
  z-index: 1002;
  filter: alpha(opacity=85);
  -moz-opacity: 85 / 100;
  opacity: 85 / 100;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
}
.account-details {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: left;
  color: #fff;
  position: fixed;
  z-index: 1003;
  top: 0;
  right: 0;
  bottom: 0;
  background: #292929;
  border: none;
  padding: 20px;
  overflow: auto;
  width: 100%;
  max-width: 400px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.account-details.open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.account-details:after {
  display: none;
}
.account-details a,
.account-details a:active,
.account-details a:visited {
  color: #fff;
  border: none;
}
.account-details ul {
  margin: 10px 0 0 0;
  list-style: none;
  border-bottom: 1px solid #666;
}
.account-details ul li {
  border-top: 1px solid #666;
  margin: 0;
  padding: 0.8rem 2rem;
}
.account-details .user-info p {
  text-transform: none;
}
.account-details .user-info p .account-email {
  font-family: 'Roboto';
  font-weight: 300;
}
.account-details .user-image img {
  border-radius: 50%;
  width: 2.889rem;
}
.account-details .component-button {
  display: block !important;
  cursor: pointer;
}
.account-details .component-button .nav-icon-more {
  float: right;
}
.account-details .component-button .nav-icon-more svg {
  top: 0.2rem;
}
.account-details .component-button .nav-icon-back svg {
  margin-left: 0.5em;
  width: 1rem;
}
.account-details [class^="nav-icon"] {
  fill: #fff;
}
.account-details [class^="nav-icon"] svg {
  margin-right: 0.5em;
  width: 1.2rem;
}
.account-details .icon-plus::before,
.account-details .icon-browse::before {
  margin-right: 0.5em;
}
.account-details .component-panel {
  background: #292929;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  margin-right: -400px;
  width: 400px;
  overflow-y: scroll;
  padding: 20px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
}
.account-details .component-panel.show {
  margin-right: 0;
}
.account-details .component-panel ul {
  padding: 0;
  margin: 1rem 0;
  border-bottom: 1px solid #666;
}
.account-details .component-panel h2 {
  color: #fff;
}
.account-details button {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  background: none;
  outline: none;
  top: 20px;
  right: 20px;
}
.account-details button :focus {
  outline: none;
}
.account-details button:before,
.account-details button:after {
  position: absolute;
  display: block;
  top: 40px / 2;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.account-details button:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.account-details button:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.account-details button:hover:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.account-details button:hover:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  filter: alpha(opacity=0);
  -moz-opacity: 0 / 100;
  opacity: 0 / 100;
}
.account-details button:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
.group-dash {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: left;
  color: #fff;
  position: fixed;
  z-index: 1003;
  top: 0;
  right: 0;
  bottom: 0;
  background: #292929;
  border: none;
  padding: 20px;
  overflow: auto;
  width: 100%;
  max-width: 400px;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.group-dash.open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.group-dash:after {
  display: none;
}
.group-dash a {
  color: #fff;
  line-height: 1.4em;
}
.group-dash a span {
  text-transform: none;
  font-weight: 300;
  display: block;
  color: #b3b3b3;
}
.group-dash .links-header {
  font-size: 1.6rem;
  padding-right: 60px;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  line-height: 1.6em;
}
.group-dash .links-header span {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.3em;
  color: #b3b3b3;
}
.group-dash ul {
  margin: 10px 0 0 0;
  list-style: none;
}
.group-dash ul li {
  margin: 1em 0;
}
.group-dash .user-info p {
  text-transform: none;
}
.group-dash .user-info p .account-email {
  font-family: 'Roboto';
  font-weight: 300;
}
.group-dash button {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  background: none;
  outline: none;
  top: 20px;
  right: 20px;
}
.group-dash button :focus {
  outline: none;
}
.group-dash button:before,
.group-dash button:after {
  position: absolute;
  display: block;
  top: 40px / 2;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.group-dash button:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.group-dash button:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.group-dash button:hover:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.group-dash button:hover:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  filter: alpha(opacity=0);
  -moz-opacity: 0 / 100;
  opacity: 0 / 100;
}
body.panel-open {
  overflow: hidden;
}
body.panel-open .hub-overlay {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
/* Make sure header isn't too big */
.header-id {
  font-size: 1.8rem !important;
}
/* Group Bar */
.super-group-bar {
  background: #000000;
  z-index: 1001;
  /* Was 1001 */
  height: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  position: fixed;
  overflow-y: hidden;
  top: 0;
  transition: 0.2s;
  width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.super-group-bar a {
  text-decoration: none;
}
.super-group-bar .content {
  padding: 0.6rem 20px;
  text-align: left;
}
.super-group-bar .content .skip-nav a {
  background-color: #8cc540;
  color: #222b37;
  display: inline-block;
  font-size: 1rem;
  left: 0;
  line-height: 44px;
  padding: 0 0.5em;
  position: absolute;
  top: -44px;
  transition: top 0.3s ease-out;
}
.super-group-bar .content .skip-nav a:focus {
  top: 0;
}
.super-group-bar .content .branding .poweredby {
  display: block;
  font-size: 0.8rem;
  color: #eee;
  line-height: 1.2em;
  margin-bottom: 0.6rem;
  border: none;
}
.super-group-bar .content .branding .poweredby span {
  font-weight: 500;
  display: block;
}
.super-group-bar .content .branding .poweredby:hover span {
  -webkit-animation-name: colorWheel;
  -ms-animation-name: colorWheel;
  animation-name: colorWheel;
  -webkit-animation-duration: 10s;
  -ms-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (min-width: 300px) {
  .super-group-bar .content .branding .poweredby span {
    display: inline;
  }
}
@media (min-width: 520px) {
  .super-group-bar .content {
    padding: 0;
    text-align: right;
  }
  .super-group-bar .content .branding {
    float: left;
  }
  .super-group-bar .content .branding .poweredby {
    font-size: 1rem;
    margin: 0 0 0 20px;
    line-height: 44px;
    letter-spacing: -1px;
  }
  .super-group-bar .content .branding .poweredby span {
    display: inline;
  }
}
.super-group-bar .content .subnav {
  display: inline-block;
  margin: 0 20px 0 0;
  list-style: none;
  font-weight: 500;
}
.super-group-bar .content .subnav > li {
  margin: 0 1rem 0 0;
  display: inline-block;
}
@media (min-width: 520px) {
  .super-group-bar .content .subnav > li {
    margin: 0 0 0 1rem;
  }
}
.super-group-bar .content .subnav > li > a {
  position: relative;
  font-size: 0.8rem;
  line-height: 2rem;
  border: 0;
  color: #eee;
}
.super-group-bar .content .subnav > li > a.icon {
  padding-left: 1.5rem;
}
.super-group-bar .content .subnav > li > a.icon.user-account-link:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  text-transform: none;
  font-family: 'Fontcons';
  font-size: 1rem;
  line-height: 2rem;
  content: '\f007';
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.super-group-bar .content .subnav > li > a.icon:hover {
  color: #8c8c8c;
}
.super-group-bar .content .subnav > li > a.icon:hover:before {
  -webkit-transform: translate(0.1rem, 0);
  -moz-transform: translate(0.1rem, 0);
  -ms-transform: translate(0.1rem, 0);
  -o-transform: translate(0.1rem, 0);
  color: #8c8c8c;
}
@media (min-width: 520px) {
  .super-group-bar .content .subnav > li > a {
    line-height: 44px;
  }
  .super-group-bar .content .subnav > li > a.icon.user-account-link:before {
    line-height: 44px;
  }
}
.super-group-bar .content .subnav a {
  display: inline-block;
  text-transform: uppercase;
}
.super-group-bar .content .subnav a:hover {
  color: #8c8c8c;
}
.super-group-bar .content .subnav li {
  list-style: none;
}
.brand-out {
  height: 2.75rem;
}
/* BEGIN: Supergroup template fixes */
/* REMOVE LATER */
/* Sidebar nav */
/* !important is so I don't have to update every supergroup */
.group_overview h2 {
  display: block !important;
}
.group_wiki h2 {
  display: block !important;
}
.sidebar-nav li a:before,
.sidebar-nav li span:before {
  margin-top: -0.5em !important;
}
.sidebar-nav li .meta {
  margin-top: -2.45em !important;
}
.super-group-menu > ul li a {
  padding: 6px 15px !important;
}
.super-group-content {
  margin-top: 21px !important;
}
.super-group-content-wrap {
  margin-bottom: 25px !important;
}
#fancybox-message-container {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}
.sub #fancybox-message-container {
  margin: 0 -50px;
}
#system-message button.close {
  position: absolute;
  right: 1em;
  top: 0.2em;
  background: unset;
  border: unset;
  width: 0.5em;
}
#system-message button.close:before {
  font-family: 'Fontcons';
  content: "\f057";
}
#system-message dd:before {
  margin-top: 0.2em;
}
#system-message dd.success:before {
  content: "\f087";
}
#system-message dd.success a {
  color: #FFF;
}
#system-message dd.success a:hover {
  color: #DDD;
}
#system-message dd.error:before {
  content: "\f088";
}
a,
a:active,
a:visited {
  font-family: inherit;
}
a.btn,
a.btn:active,
a.bth:visited {
  font-family: 'montserratregular', Helvetica Neue, Helvetica, sans-serif;
}
.group-page-toolbar {
  bottom: auto;
}
/* END: Supergroup template fixes */
@keyframes colorWheel {
  0% {
    color: #00a1e4;
  }
  20% {
    color: #92278f;
  }
  40% {
    color: #ed0281;
  }
  60% {
    color: #fdb613;
  }
  80% {
    color: #2622ac;
  }
  100% {
    color: #00a1e4;
  }
}
