@charset "UTF-8";
/**
 * Template for Test Supergroup
 *
 * Template used for Special Groups. Will now be auto-created
 * when admin switches group from type HUB to type Special.
 *
 * @package    hubzero-cms
 * @copyright  Copyright 2005-2019 HUBzero Foundation, LLC.
 * @license    http://opensource.org/licenses/MIT MIT
 */
/**
 * BEGIN header buttons
 * The next two are for the Getting Started buttons in upper left
 **/
#page_options .btn {
  background: #3f8dc6;
  color: #fff;
  font-size: 1em;
}
#page_options .btn:hover {
  background: #32709e;
}

/**
 * END header buttons
 **/
/* Header */
.super-group-header {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  width: 100%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 150;
}

.header-id-logo {
  height: auto;
  width: auto;
}
@media only screen and (min-width: 480px) {
  .header-id-logo {
    height: 3.125rem;
  }
}
@media only screen and (min-width: 50em) {
  .header-id-logo {
    height: 4.5rem;
  }
}

.header-wrap {
  display: flex;
  width: 100%;
}

/* Bar needs to be at top */
.super-group-bar {
  top: 0;
}

/* Offset by height of bar, and make sure in the back */
.super-group-header-wrap {
  top: 44px;
  z-index: -100;
}

/* Fixed at top */
.super-group-header-wrap,
.super-group-bar {
  position: absolute;
  width: 100%;
}

/* Toolbar */
.super-group-toolbar {
  position: absolute;
  top: 18px;
  right: 0;
}
.super-group-toolbar ul {
  margin: 0 !important;
}

.super-group-toolbar .btn-group a,
.super-group-toolbar .btn-group .dropdown-toggle {
  border-color: #555 !important;
  -webkit-transition: border-color 0.6s ease-in-out;
}
.super-group-toolbar:hover a,
.super-group-toolbar:hover .dropdown-toggle {
  border-color: #000 !important;
}
.super-group-toolbar .dropdown-menu {
  left: auto !important;
  right: 0 !important;
  font-size: 12px !important;
}

@media (min-width: 340px) and (max-width: 640px) {
  .header-id {
    z-index: 1001 !important;
  }
}
/* Menu */
.super-group-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  font-family: "Raleway", sans-serif;
  font-size: 1.19em;
  padding: 0 20px;
  position: relative;
  z-index: 150;
  /* margin-bottom: -40px; */
  /* Set this with javascript, as should be height of menu */
}

.super-group-menu {
  align-items: flex-end;
  display: flex;
  margin: 0;
  position: relative;
  width: 100%;
}
.super-group-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.super-group-menu ul li {
  display: flex;
  flex: none;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}
.super-group-menu ul li a {
  border: none;
  color: #4d4d4d;
  display: inline;
  font-weight: normal;
  margin: 0.5em;
  padding: 0 !important;
  position: relative;
  transition: border 0.2s;
}
.super-group-menu ul li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #0579B8;
  height: 4px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.super-group-menu ul li a:hover:after, .super-group-menu ul li a:focus:after, .super-group-menu ul li a:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
.super-group-menu ul .hasmeta {
  /* menu items with counters need to be shifted a bit */
}
.super-group-menu ul .hasmeta a {
  padding-right: 35px !important;
}
.super-group-menu ul .meta {
  /* .meta is the menu item counter */
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0.2em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9%;
  padding: 0 0.4em;
  position: absolute;
  right: 1em;
  top: 1em;
}
.super-group-menu ul .alrt {
  display: none;
}
.super-group-menu ul .protected span {
  border: none;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  padding: 10px 15px;
}
.super-group-menu ul .protected span:hover {
  cursor: not-allowed;
}
.super-group-menu ul .menuItem button {
  background-color: transparent;
  border: none;
  color: inherit;
  display: block;
  font-family: inherit;
  margin: 0 15px;
  position: relative;
}
.super-group-menu ul .menuItem button::after {
  content: "⌄";
  font-family: "Fontcons";
  font-size: 10px;
  margin-left: 5px;
}
.super-group-menu ul .menuItem button::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: 5px;
  background: #0579B8;
  height: 4px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.super-group-menu ul .menuItem button:hover:before, .super-group-menu ul .menuItem button:focus:before, .super-group-menu ul .menuItem button:active:before {
  left: 0;
  right: auto;
  width: 100%;
}
.super-group-menu ul .active > a::after {
  width: 100%;
}
.super-group-menu ul .active > button::before {
  width: 100%;
}
.super-group-menu ul .active .meta {
  color: rgba(255, 255, 255, 0.8);
}
.super-group-menu ul .group-icon {
  /* Getting ready for group activity icon */
  content: "";
  font-family: "Fontcons";
  font-size: 40px;
}
.super-group-menu ul .subMenuExpand {
  max-height: 60rem;
}
.super-group-menu ul ul {
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  display: none;
  max-height: 0;
  padding: 0 15px;
  position: absolute;
  top: 100%;
  z-index: 555;
}
.super-group-menu ul ul li a {
  font-size: 0.9em;
  /* Slightly smaller for dropdown */
  padding: 5px 15px;
}
.super-group-menu ul ul li .hover-effect {
  background: rgba(0, 0, 0, 0.4);
}
.super-group-menu ul ul ul {
  padding-left: 1em;
}
.super-group-menu ul ul ul li a {
  position: relative;
}
.super-group-menu ul ul ul li a::before {
  background: #f1f1f1;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 0.5rem;
}
.super-group-menu ul ul .subMenuExpand {
  max-height: 60rem;
  position: relative;
}
.super-group-menu li.hover-effect {
  /* Use touch for mobile */
}
.super-group-menu li.hover-effect ul {
  left: 0px;
}
.super-group-menu a {
  transition: background 0.1s ease-in-out;
}
.super-group-menu .subMenuExpand {
  display: block;
}

.hidden {
  max-width: 0;
  visibility: hidden;
}

.hidden-menu {
  background-color: transparent;
  border-color: transparent;
  height: 2.75rem;
  margin-left: auto;
}

.hamburger {
  background-color: #393c3d;
  border-radius: 10px;
  height: 0.25rem;
  margin: auto;
  position: relative;
  width: 2rem;
}
.hamburger::before, .hamburger::after {
  background-color: #393c3d;
  border-radius: 10px;
  content: "";
  height: 0.25rem;
  left: 0;
  position: absolute;
  width: 2rem;
}
.hamburger::before {
  top: -0.5rem;
}
.hamburger::after {
  bottom: -0.5rem;
}

.mobile-menu-wrap {
  width: 100%;
}

.mobile-menu {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.display-mobile {
  max-height: 20rem;
  transition: all 0.3s ease-out;
}

#side-menu {
  font-size: 1rem;
  position: fixed;
  transition: 0.1s;
  z-index: 149;
}

.side-menu-wrapper {
  position: relative;
}

#course-menu {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 480px) {
  #course-menu {
    height: 100vh;
    overflow-y: scroll;
  }
}
#course-menu h6 {
  margin: 1em 0;
}

.course-nav {
  list-style-type: none;
  margin: 0;
}
.course-nav li {
  display: flex;
  margin: 0.5em 0;
}
.course-nav li img {
  height: 1.25em;
  margin-right: 0.5em;
  -o-object-fit: contain;
     object-fit: contain;
  width: 1.25em;
}

.course-btn-wrapper {
  display: flex;
  flex-direction: column;
}

.course-btn {
  background-color: #fff;
  border: 1px solid #cac4ce;
  border-radius: none;
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  height: 3rem;
}
@media only screen and (min-width: 480px) {
  .course-btn {
    height: 5rem;
    font-size: inherit;
    width: 5rem;
  }
  .course-btn span {
    display: block;
  }
}
.course-btn .fas {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6em;
}
.course-btn img {
  margin: 0 auto;
  margin-right: 0.5em;
  width: 2.6rem;
}
@media only screen and (min-width: 480px) {
  .course-btn img {
    margin-bottom: 0.6em;
    margin-right: 0;
  }
}

.close-btn {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  background: none;
  top: 1rem;
  right: 1rem;
}
.close-btn::before, .close-btn::after {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5f5980;
  content: "";
  transition: all linear 0.1s;
}
.close-btn::before {
  transform: rotate(45deg);
}
.close-btn::after {
  transform: rotate(-45deg);
}
.close-btn:hover::before, .close-btn:hover::after {
  transform: rotate(0deg);
}
.close-btn:hover::after {
  opacity: 0;
}

.search-wrapper {
  position: relative;
  text-align: center;
}
.search-wrapper input {
  width: 19rem;
}
.search-wrapper .fas {
  font-size: 1.1rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.displayMenu {
  left: 0.25em;
  right: 0.25em;
}
@media only screen and (min-width: 480px) {
  .displayMenu {
    left: auto;
    right: auto;
  }
}
.displayMenu #course-menu {
  border: 1px solid #c1c1c1;
  padding: 1.5em;
  overflow: scroll;
  max-height: 50vh;
  width: 21.875rem;
  transition: all 0.3s ease-in;
}
@media only screen and (min-height: 760px) {
  .displayMenu #course-menu {
    max-height: 40rem;
  }
}
.displayMenu .course-btn {
  display: none;
}

/* Sticky navbar */
/* https://teamtreehouse.com/community/forum-tip-create-a-sticky-navigation-with-css-and-jquery-2 */
#group-body {
  background: #fff;
  min-width: inherit;
  padding-top: 44px;
}

.super-group-body-wrap {
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.super-group-body {
  background: #fff;
  position: absolute;
}
@media only screen and (min-width: 22.5em) {
  .super-group-body {
    position: relative;
  }
}

a,
a:active,
a:visited {
  color: #0579B8;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
a:hover,
a:active:hover,
a:visited:hover {
  border: none;
  color: #033f63;
}

/* Content */
.super-group-content-wrap {
  color: #4d4d4d;
  font-size: 1rem;
  position: relative;
  margin: 0;
  /* margin-top will be changed by javascript to height of scontainer */
  min-height: 300px;
  padding: 0 1.23em 6.5625em 1.25em !important;
}

.super-group-content {
  margin-left: 6.375em;
  margin-right: 0.625em;
  padding: 0;
  position: relative;
  width: auto;
}
.super-group-content h2 {
  margin: 20px 0 10px;
  padding: 0;
}
.super-group-content #page_options {
  right: 0;
  top: 0;
}
.super-group-content .btn {
  /* Larger white text for green buttons */
  background: #033f63;
  color: #fff;
  font-size: 1em;
}
.super-group-content .section {
  padding: 0 !important;
  margin: 20px 0 !important;
}

/* Footer */
.super-group-footer-wrap {
  background: #033f63;
  padding: 0 20px;
}

.super-group-footer {
  color: #fff;
  font-size: 11px;
  margin: 0;
  padding: 20px 0 40px;
  width: 100%;
}

.super-group-footer a {
  color: #72b832;
}
.super-group-footer a svg {
  height: 2.875rem;
  width: auto;
}

.supporters-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 60%;
}
.supporters-wrap img {
  height: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 1.5em;
}

.project-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.coursesource-wrap {
  align-self: flex-end;
}

/* Home Page */
.group_overview {
  margin-top: 20px !important;
}

/* Member Adjustments */
.group_members .aside .roles li {
  overflow: hidden;
}

/* Wiki Adjustments */
/* Collections Adjustments */
.group_collections .overview,
.group_collections .filters,
.group_collections .sub-menu {
  margin-top: 0 !important;
}

/* Collections: Pop-up post content when commenting */
#post-content {
  font-size: 1.15em;
}

/* Calendar Adjustments */
.fs-dropdown {
  font-size: 1em;
}

/* Forms adjustment */
#field-section_id {
  font-size: 1.5em;
}

/* Pagination */
.list-footer li,
.list-footer .pagenav {
  font-size: 0.9em !important;
}

/* Login */
.group_login h2:first-child {
  display: none;
}

/* System messages */
/* #sitenotice contains site notices from mod_notices */
/* #system-message-container contains site messages - right now, I'm okay if they overlap
as most (if not all) messages are temporary */
#sitenotice,
#system-message-container {
  position: absolute;
  width: 100%;
  z-index: 1;
  /* top: 44px; */
}

/* Fixing issue where notice banner becomes > 100% */
.modnotices {
  padding: 0.61803399em 0 !important;
}
.modnotices p {
  padding-left: 3em !important;
}

/* Group announcements */
/* Note that javascript in main.js needs to move .super-group-content-wrap down by the vertical
height of this element, as we are specifying that .scontainer be below menu but above content.
Also note that utilizing javascript is the only way I know how to move this around given it's
automatic element placement by the Hub. */
.scontainer {
  position: absolute;
  /* margin-top: 40px; */
  /* Relative to .super-group-menu-wrap - javascript will change this */
  width: 100%;
}

/* Need to take care of group-info */
#group-info {
  position: fixed;
  top: 44px;
  width: 100%;
  z-index: 1001;
}

/* Anchors need to adjust position to accomodate header */
/* Source:  http://stackoverflow.com/questions/4086107/html-positionfixed-page-header-and-in-page-anchors */
/* Note:  Should use javascript, as header can change size depending on zoom level */
:target:before {
  content: "";
  display: block;
  height: 90px;
  /* fixed header height*/
  margin: -90px 0 0;
  /* negative fixed header height */
}

@media (min-width: 340px) and (max-width: 520px) {
  .super-group-bar .content {
    position: relative;
  }

  .super-group-bar .content .branding {
    float: left;
  }

  .super-group-bar .content .subnav {
    position: absolute;
    right: 0;
  }

  .super-group-bar .content .branding .poweredby {
    display: inline-block;
  }

  .super-group-bar .content .subnav > li > a {
    line-height: 0;
  }

  .super-group-bar .content .subnav > li > a.icon.user-account-link:before {
    line-height: 0;
  }
}
@media (min-width: 320px) and (max-width: 339px) {
  .super-group-bar .content {
    display: flex;
    height: 100%;
  }

  .super-group-bar .content .subnav {
    display: flex;
    height: 100%;
    margin: 0;
  }

  .super-group-bar .content .subnav > li > a {
    font-size: 0.6rem;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .super-group-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 80px !important;
  }

  .project-footer {
    flex-wrap: wrap;
  }
}
/**
 * Sidebar CSS
 *
 * @author     M. Drew LaMar, http://seegatesite.com/create-simple-cool-sidebar-menu-with-bootstrap-3/
 * @package    hubzero-cms
 * @copyright  Copyright 2005-2019 HUBzero Foundation, LLC.
 * @license    http://opensource.org/licenses/MIT MIT
 */
#wrapper {
  overflow: hidden;
  padding-left: 0;
  transition: all 0.5s ease;
}

#page-content-wrapper {
  overflow-x: hidden;
  padding: 0.9375em;
  position: absolute;
  width: 100%;
}

/* Sidebar Styles */
.sidebar-nav {
  list-style: none;
  margin: 0;
}
.sidebar-nav li {
  margin: 0.2em 0;
}
.sidebar-nav a,
.sidebar-nav a:active {
  border-bottom: none;
}
.sidebar-nav .active a {
  color: #0579B8;
  text-decoration: underline;
}

.sidebar-nav .protected::after {
  content: "";
  background: none;
  color: #999;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  font-family: "Fontcons";
  font-size: 1.2em;
  height: 1em;
  margin-top: -2.25em;
  opacity: 0.9;
  padding: 0;
  position: absolute;
  right: 1.5em;
  width: 1em;
}

#page-menu li .count {
  display: none;
}

/* Responsiveness */
.hide {
  display: none;
}

@media (min-width: 20em) and (max-width: 30em) {
  #sidebar-wrapper {
    bottom: 0 !important;
    left: 0;
    margin: 0;
    position: fixed !important;
    top: initial !important;
    width: 100%;
  }
  #sidebar-wrapper:hover {
    width: 100%;
  }

  #page-menu li .meta {
    height: 24px;
    left: 2.3em;
    margin-top: -7.5em !important;
    right: auto;
    top: 9.5em;
    width: 38px;
  }
  #page-menu li .meta .count {
    font-size: 0.7em;
    line-height: 0.7;
    padding: 0 0.2em;
    position: relative;
    top: -4.2em;
  }
  #page-menu .protected::after {
    margin-top: -3.5em;
    right: 0.7em;
  }
}/*# sourceMappingURL=main.css.map */