.navbar {
  padding: 0;
}

.activity-header {
  background-color: #256569;
  padding: 10 !important;
}

.activity-body {
  padding: 0 !important;
}

.section-header {
  display: flex !important;
  justify-content: space-between;
}

.section-header div:nth-child(2) {
  width: auto;
}

.section-wrapper {
  max-width: 100% !important;
}

.supertitle {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 46px;
  padding-left: 10px !important;
}

.supertitle > * {
  text-align: center;
}

.supertitle .heading-content {
  --size: 1.8rem !important;
}

@media only screen and (max-width: 400px) {
  .supertitle .heading-content {
    --size: 1.2rem !important;
  }
}

.activity-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem !important;
  color: #fff !important;
  text-align: center !important;
}

p, li {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-size: 1.1rem !important;
  text-align: left;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-weight : 500;
  font-size: 32px;
  line-height : 36px;
  color: #276569;
  margin-top: 0.17em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-size: 1.2em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

 h3 {
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.section-header, .section-footer, .content-narrow {
  max-width: 800px !important;
  margin: 0 auto !important;
}

.content-wide > * {
  width: 800px !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding-bottom: 10px;
}

.padding-sides {
  padding: 0 15px;
}

.bg-mid-green {
  background-color: #c8d5d6;
}

.bg-light-green {
  background-color: #f0f3f2;
}

.course-logo, .course-logo img {
  max-width: 62px !important;
  z-index: 10000;
}

.hamburger-menu {
  background: none !important;
  border: none !important;
}

.image {
  padding: 0px;
  text-align: center !important;
}

.image > img {
  max-width: 100% !important;
}

.screenshot img {
  max-width: 65% !important;
  margin: 15px auto 30px auto !important;
}

.screenshot-wide {
  max-width: 90% !important;
  margin: 15px auto 30px auto !important;
}

.no-resize {
  max-width: 100% !important;
}

.widget .activity-list {
  padding: 30px 10px;
}

.narrow-button {
  max-width: 250px;
  margin: 0 auto !important;
}

.visit-icon {
  font-size: 26px !important;
}

.activity-button > a {
  text-align: center !important;
  font-weight : 800;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 10px 0;
  padding: 10px;
  display: flex;
  justify-content: center;
}

.back-button > a {
  background-color: #256569 !important;
  border-color: #256569 !important;
}

.next-button > a {
  background-color: #E65E00 !important;
  border-color: #E65E00 !important;
  flex-direction: row-reverse;
  margin: 10px auto;
}

.tip {
  margin: 10px auto 20px auto !important;
}

.tip > div {
  background-color: #d5f2fb;
  padding: 5px;
  text-align: center;
  border-radius: 5px !important;
}

.card-wide {
  border-left: 0;
  border-right: 0;
  padding: 15px !important;
}

.widget .card-header * {
  color: rgb(255, 223, 112);
}

.widget .collapsible-body {
  padding: 10px 15px !important;
}

.widget .collapse * {
  color: #ffffff !important;
}

.card {
  border-radius: 0;
  padding-bottom: 10px;
  z-index: 0;
}

.card-header h3 {
  font-size: 1.0rem !important;
  margin: 5px 0 !important;
}

ul {
  margin-top: 1rem;
}

.no-padding > * {
  padding: 0;
}


.mcms-form > .embed-responsive,
.mcms-form > .embed-responsive iframe {
  height: 390px !important;
}

.promo-site {
  display: none;
}

.activity-footer {
  background-color: #222222;
  padding: 0 !important;
  margin: 10px 0;
}

.footer-data {
  color: #ffffff;
  margin: 30px;
  font-size: 1.0em;
}