<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
@charset "UTF-8";
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li &gt; ul,
li &gt; ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
  left: auto;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
  left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
Page Review
--------------------------------------------------------------*/
.page-template-review .page-content-wrapper {
  padding-bottom: 120px;
}

.page-template-review__heading {
  display: block;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.page-template-review__subheading {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
}

.page-template-review__description {
  text-align: center;
  color: #ad7c7c;
}

.subject-groups {
  margin-top: 90px;
  margin-bottom: 70px;
}

.subject-groups .group-row {
  margin-bottom: 70px;
  padding-bottom: 25px;
}

.subject-groups .group-row__subject-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #056ca5;
}

.subject-groups .group-row__courses {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.subject-groups .group-row__courses .course-item {
  width: 25%;
  padding: 30px 20px;
  box-shadow: 1px 0 0 0 #ddd, 0 1px 0 0 #ddd, 1px 1px 0 0 #ddd, 1px 0 0 0 #ddd inset, 0 1px 0 0 #ddd inset;
}

.subject-groups .group-row__courses .course-item .bid {
  margin-top: 0;
  margin-bottom: 8px;
}

.subject-groups .group-row__courses .course-item .course-title {
  font-size: 1.2rem;
  margin-top: 0;
  font-weight: bold;
}

.subject-groups .group-row__courses .course-item .meta-info {
  margin-top: 12px;
  margin-bottom: 0;
  color: #24343c;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "brandon-grotesque", sans-serif;
}

.subject-groups .group-row__courses .course-item .grades {
  padding-left: 10px;
  margin-top: 6px;
  margin-bottom: 12px;
  font-weight: 600;
}

.subject-groups .group-row__courses .course-item .grades p {
  margin: 0;
}

.subject-groups .group-row__courses .course-item .grades * {
  font-size: 14px;
}

.subject-groups .group-row__courses .course-item .course-content {
  padding-left: 15px;
}

.subject-groups .group-row__courses .course-item .course-content ul,
.subject-groups .group-row__courses .course-item .course-content ol {
  padding-left: 0;
  margin-left: 0;
}

.subject-groups .group-row__courses .course-item .course-content li {
  margin-bottom: 15px;
}

.subject-groups .group-row__courses .course-item .course-content * {
  font-size: 13px;
}

/* Desktop header */
body.page-template-page-review .large-header {
  display: flex;
  justify-content: center;
}

body.page-template-page-review .state-selector,
body.page-template-page-review .nav-container {
  display: none;
}

/* Mobile header */
body.page-template-page-review .small-header .mobile-login,
body.page-template-page-review .small-header .change-state,
body.page-template-page-review .small-header .menu-icon {
  display: none;
}

@media (max-width: 1199px) {
  .subject-groups .group-row {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
  .subject-groups .group-row__courses .course-item {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .page-template-review .page-content-wrapper {
    padding-bottom: 60px;
  }
  .page-template-review__heading {
    font-size: 2rem;
  }
  .page-template-review__subheading {
    font-size: 1rem;
  }
  .page-template-review__description {
    font-size: 0.85rem;
  }
  .subject-groups {
    margin-top: 60px;
  }
}
@media (max-width: 660px) {
  #wpadminbar {
    overflow-x: hidden;
  }
  .subject-groups .group-row__courses .course-item {
    width: 100%;
  }
}
.custom-modal .modal_section {
  margin-bottom: 3em;
}

.custom-modal .modal_section select {
  width: 100%;
}

.custom-modal .modal_section p {
  text-align: left;
}

.custom-modal .modal_section h3 {
  color: #014069;
  font-size: 1.5rem;
  text-align: left;
}

.custom-modal .modal_section .content-autocomplete {
  width: 100%;
  margin: auto;
}

.custom-modal .modal_section input[type=text] {
  width: 100%;
}

#result {
  background: #FAFAFA;
  position: absolute;
  width: 100%;
  z-index: 9;
}

#result ul {
  list-style-type: none;
  padding: 0 3px;
  margin: 0;
}

#result ul li {
  padding: 5px 0;
}

#result ul li:hover {
  background: #eee;
}

.enter-button.center {
  display: block;
  margin: auto;
}

.state-content-autocomplete {
  position: relative;
}

.custom-modal.fit-content {
  min-height: fit-content;
  padding-bottom: 100px;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&amp;medium=40em&amp;large=64em&amp;xlarge=75em&amp;xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse &gt; .column, .row.collapse &gt; .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row.gutter-small &gt; .column, .row.gutter-small &gt; .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium &gt; .column, .row.gutter-medium &gt; .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 &gt; .column, .small-up-1 &gt; .columns {
  float: left;
  width: 100%;
}
.small-up-1 &gt; .column:nth-of-type(1n), .small-up-1 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 &gt; .column:nth-of-type(1n+1), .small-up-1 &gt; .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 &gt; .column:last-child, .small-up-1 &gt; .columns:last-child {
  float: left;
}

.small-up-2 &gt; .column, .small-up-2 &gt; .columns {
  float: left;
  width: 50%;
}
.small-up-2 &gt; .column:nth-of-type(1n), .small-up-2 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 &gt; .column:nth-of-type(2n+1), .small-up-2 &gt; .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 &gt; .column:last-child, .small-up-2 &gt; .columns:last-child {
  float: left;
}

.small-up-3 &gt; .column, .small-up-3 &gt; .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 &gt; .column:nth-of-type(1n), .small-up-3 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 &gt; .column:nth-of-type(3n+1), .small-up-3 &gt; .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 &gt; .column:last-child, .small-up-3 &gt; .columns:last-child {
  float: left;
}

.small-up-4 &gt; .column, .small-up-4 &gt; .columns {
  float: left;
  width: 25%;
}
.small-up-4 &gt; .column:nth-of-type(1n), .small-up-4 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 &gt; .column:nth-of-type(4n+1), .small-up-4 &gt; .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 &gt; .column:last-child, .small-up-4 &gt; .columns:last-child {
  float: left;
}

.small-up-5 &gt; .column, .small-up-5 &gt; .columns {
  float: left;
  width: 20%;
}
.small-up-5 &gt; .column:nth-of-type(1n), .small-up-5 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 &gt; .column:nth-of-type(5n+1), .small-up-5 &gt; .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 &gt; .column:last-child, .small-up-5 &gt; .columns:last-child {
  float: left;
}

.small-up-6 &gt; .column, .small-up-6 &gt; .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 &gt; .column:nth-of-type(1n), .small-up-6 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 &gt; .column:nth-of-type(6n+1), .small-up-6 &gt; .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 &gt; .column:last-child, .small-up-6 &gt; .columns:last-child {
  float: left;
}

.small-up-7 &gt; .column, .small-up-7 &gt; .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 &gt; .column:nth-of-type(1n), .small-up-7 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 &gt; .column:nth-of-type(7n+1), .small-up-7 &gt; .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 &gt; .column:last-child, .small-up-7 &gt; .columns:last-child {
  float: left;
}

.small-up-8 &gt; .column, .small-up-8 &gt; .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 &gt; .column:nth-of-type(1n), .small-up-8 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 &gt; .column:nth-of-type(8n+1), .small-up-8 &gt; .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 &gt; .column:last-child, .small-up-8 &gt; .columns:last-child {
  float: left;
}

.small-collapse &gt; .column, .small-collapse &gt; .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse &gt; .column, .small-uncollapse &gt; .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 &gt; .column:nth-of-type(1n), .medium-up-1 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 &gt; .column:nth-of-type(1n+1), .medium-up-1 &gt; .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 &gt; .column:last-child, .medium-up-1 &gt; .columns:last-child {
    float: left;
  }
  .medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 &gt; .column:nth-of-type(1n), .medium-up-2 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 &gt; .column:nth-of-type(2n+1), .medium-up-2 &gt; .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 &gt; .column:last-child, .medium-up-2 &gt; .columns:last-child {
    float: left;
  }
  .medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 &gt; .column:nth-of-type(1n), .medium-up-3 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 &gt; .column:nth-of-type(3n+1), .medium-up-3 &gt; .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 &gt; .column:last-child, .medium-up-3 &gt; .columns:last-child {
    float: left;
  }
  .medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 &gt; .column:nth-of-type(1n), .medium-up-4 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 &gt; .column:nth-of-type(4n+1), .medium-up-4 &gt; .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 &gt; .column:last-child, .medium-up-4 &gt; .columns:last-child {
    float: left;
  }
  .medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 &gt; .column:nth-of-type(1n), .medium-up-5 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 &gt; .column:nth-of-type(5n+1), .medium-up-5 &gt; .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 &gt; .column:last-child, .medium-up-5 &gt; .columns:last-child {
    float: left;
  }
  .medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 &gt; .column:nth-of-type(1n), .medium-up-6 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 &gt; .column:nth-of-type(6n+1), .medium-up-6 &gt; .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 &gt; .column:last-child, .medium-up-6 &gt; .columns:last-child {
    float: left;
  }
  .medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 &gt; .column:nth-of-type(1n), .medium-up-7 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 &gt; .column:nth-of-type(7n+1), .medium-up-7 &gt; .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 &gt; .column:last-child, .medium-up-7 &gt; .columns:last-child {
    float: left;
  }
  .medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 &gt; .column:nth-of-type(1n), .medium-up-8 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 &gt; .column:nth-of-type(8n+1), .medium-up-8 &gt; .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 &gt; .column:last-child, .medium-up-8 &gt; .columns:last-child {
    float: left;
  }
  .medium-collapse &gt; .column, .medium-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 &gt; .column, .large-up-1 &gt; .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 &gt; .column:nth-of-type(1n), .large-up-1 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 &gt; .column:nth-of-type(1n+1), .large-up-1 &gt; .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 &gt; .column:last-child, .large-up-1 &gt; .columns:last-child {
    float: left;
  }
  .large-up-2 &gt; .column, .large-up-2 &gt; .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 &gt; .column:nth-of-type(1n), .large-up-2 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 &gt; .column:nth-of-type(2n+1), .large-up-2 &gt; .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 &gt; .column:last-child, .large-up-2 &gt; .columns:last-child {
    float: left;
  }
  .large-up-3 &gt; .column, .large-up-3 &gt; .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 &gt; .column:nth-of-type(1n), .large-up-3 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 &gt; .column:nth-of-type(3n+1), .large-up-3 &gt; .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 &gt; .column:last-child, .large-up-3 &gt; .columns:last-child {
    float: left;
  }
  .large-up-4 &gt; .column, .large-up-4 &gt; .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 &gt; .column:nth-of-type(1n), .large-up-4 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 &gt; .column:nth-of-type(4n+1), .large-up-4 &gt; .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 &gt; .column:last-child, .large-up-4 &gt; .columns:last-child {
    float: left;
  }
  .large-up-5 &gt; .column, .large-up-5 &gt; .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 &gt; .column:nth-of-type(1n), .large-up-5 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 &gt; .column:nth-of-type(5n+1), .large-up-5 &gt; .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 &gt; .column:last-child, .large-up-5 &gt; .columns:last-child {
    float: left;
  }
  .large-up-6 &gt; .column, .large-up-6 &gt; .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 &gt; .column:nth-of-type(1n), .large-up-6 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 &gt; .column:nth-of-type(6n+1), .large-up-6 &gt; .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 &gt; .column:last-child, .large-up-6 &gt; .columns:last-child {
    float: left;
  }
  .large-up-7 &gt; .column, .large-up-7 &gt; .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 &gt; .column:nth-of-type(1n), .large-up-7 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 &gt; .column:nth-of-type(7n+1), .large-up-7 &gt; .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 &gt; .column:last-child, .large-up-7 &gt; .columns:last-child {
    float: left;
  }
  .large-up-8 &gt; .column, .large-up-8 &gt; .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 &gt; .column:nth-of-type(1n), .large-up-8 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 &gt; .column:nth-of-type(8n+1), .large-up-8 &gt; .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 &gt; .column:last-child, .large-up-8 &gt; .columns:last-child {
    float: left;
  }
  .large-collapse &gt; .column, .large-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block &gt; :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block &gt; :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "â€” ";
}

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.button, #signup-content .mu_register input[type=submit], .wpProQuiz_content .wpProQuiz_button, .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions input[type=submit], a.button-video {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] #signup-content .mu_register input[type=submit], #signup-content .mu_register [data-whatinput=mouse] input[type=submit], [data-whatinput=mouse] .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content [data-whatinput=mouse] .wpProQuiz_button, [data-whatinput=mouse] .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions [data-whatinput=mouse] .ld-button, [data-whatinput=mouse] .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions [data-whatinput=mouse] input[type=submit], [data-whatinput=mouse] a.button-video {
  outline: 0;
}
.button:hover, #signup-content .mu_register input[type=submit]:hover, .wpProQuiz_content .wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .ld-button:hover, .sfwd-lessons .ld-content-actions input[type=submit]:hover, a.button-video:hover, .button:focus, #signup-content .mu_register input[type=submit]:focus, .wpProQuiz_content .wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .ld-button:focus, .sfwd-lessons .ld-content-actions input[type=submit]:focus, a.button-video:focus {
  background-color: #14679e;
  color: #fefefe;
}
.button.tiny, #signup-content .mu_register input.tiny[type=submit], .wpProQuiz_content .tiny.wpProQuiz_button, .sfwd-lessons .ld-content-actions .tiny.ld-button, .sfwd-lessons .ld-content-actions input.tiny[type=submit], a.tiny.button-video {
  font-size: 0.6rem;
}
.button.small, #signup-content .mu_register input.small[type=submit], .wpProQuiz_content .small.wpProQuiz_button, .sfwd-lessons .ld-content-actions .small.ld-button, .sfwd-lessons .ld-content-actions input.small[type=submit], a.small.button-video {
  font-size: 0.75rem;
}
.button.large, #signup-content .mu_register input.large[type=submit], .wpProQuiz_content .large.wpProQuiz_button, .sfwd-lessons .ld-content-actions .large.ld-button, .sfwd-lessons .ld-content-actions input.large[type=submit], a.large.button-video {
  font-size: 1.25rem;
}
.button.expanded, #signup-content .mu_register input.expanded[type=submit], .wpProQuiz_content .expanded.wpProQuiz_button, .sfwd-lessons .ld-content-actions .expanded.ld-button, .sfwd-lessons .ld-content-actions input.expanded[type=submit], a.expanded.button-video {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary, #signup-content .mu_register input.primary[type=submit], .wpProQuiz_content .primary.wpProQuiz_button, .sfwd-lessons .ld-content-actions .primary.ld-button, .sfwd-lessons .ld-content-actions input.primary[type=submit], a.primary.button-video {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, #signup-content .mu_register input.primary[type=submit]:hover, .wpProQuiz_content .primary.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .primary.ld-button:hover, .sfwd-lessons .ld-content-actions input.primary[type=submit]:hover, a.primary.button-video:hover, .button.primary:focus, #signup-content .mu_register input.primary[type=submit]:focus, .wpProQuiz_content .primary.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .primary.ld-button:focus, .sfwd-lessons .ld-content-actions input.primary[type=submit]:focus, a.primary.button-video:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary, #signup-content .mu_register input.secondary[type=submit], .wpProQuiz_content .secondary.wpProQuiz_button, .sfwd-lessons .ld-content-actions .secondary.ld-button, .sfwd-lessons .ld-content-actions input.secondary[type=submit], a.secondary.button-video {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, #signup-content .mu_register input.secondary[type=submit]:hover, .wpProQuiz_content .secondary.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .secondary.ld-button:hover, .sfwd-lessons .ld-content-actions input.secondary[type=submit]:hover, a.secondary.button-video:hover, .button.secondary:focus, #signup-content .mu_register input.secondary[type=submit]:focus, .wpProQuiz_content .secondary.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .secondary.ld-button:focus, .sfwd-lessons .ld-content-actions input.secondary[type=submit]:focus, a.secondary.button-video:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success, #signup-content .mu_register input.success[type=submit], .wpProQuiz_content .success.wpProQuiz_button, .sfwd-lessons .ld-content-actions .success.ld-button, .sfwd-lessons .ld-content-actions input.success[type=submit], a.success.button-video {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, #signup-content .mu_register input.success[type=submit]:hover, .wpProQuiz_content .success.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .success.ld-button:hover, .sfwd-lessons .ld-content-actions input.success[type=submit]:hover, a.success.button-video:hover, .button.success:focus, #signup-content .mu_register input.success[type=submit]:focus, .wpProQuiz_content .success.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .success.ld-button:focus, .sfwd-lessons .ld-content-actions input.success[type=submit]:focus, a.success.button-video:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, #signup-content .mu_register input.warning[type=submit], .wpProQuiz_content .warning.wpProQuiz_button, .sfwd-lessons .ld-content-actions .warning.ld-button, .sfwd-lessons .ld-content-actions input.warning[type=submit], a.warning.button-video {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, #signup-content .mu_register input.warning[type=submit]:hover, .wpProQuiz_content .warning.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .warning.ld-button:hover, .sfwd-lessons .ld-content-actions input.warning[type=submit]:hover, a.warning.button-video:hover, .button.warning:focus, #signup-content .mu_register input.warning[type=submit]:focus, .wpProQuiz_content .warning.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .warning.ld-button:focus, .sfwd-lessons .ld-content-actions input.warning[type=submit]:focus, a.warning.button-video:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, #signup-content .mu_register input.alert[type=submit], .wpProQuiz_content .alert.wpProQuiz_button, .sfwd-lessons .ld-content-actions .alert.ld-button, .sfwd-lessons .ld-content-actions input.alert[type=submit], a.alert.button-video {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, #signup-content .mu_register input.alert[type=submit]:hover, .wpProQuiz_content .alert.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .alert.ld-button:hover, .sfwd-lessons .ld-content-actions input.alert[type=submit]:hover, a.alert.button-video:hover, .button.alert:focus, #signup-content .mu_register input.alert[type=submit]:focus, .wpProQuiz_content .alert.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .alert.ld-button:focus, .sfwd-lessons .ld-content-actions input.alert[type=submit]:focus, a.alert.button-video:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow, #signup-content .mu_register input.hollow[type=submit], .wpProQuiz_content .hollow.wpProQuiz_button, .sfwd-lessons .ld-content-actions .hollow.ld-button, .sfwd-lessons .ld-content-actions input.hollow[type=submit], a.hollow.button-video {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow, #signup-content .mu_register input.hollow[type=submit], .wpProQuiz_content .hollow.wpProQuiz_button, .sfwd-lessons .ld-content-actions .hollow.ld-button, .sfwd-lessons .ld-content-actions input.hollow[type=submit], a.hollow.button-video, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, #signup-content .mu_register input.hollow[type=submit]:hover, .wpProQuiz_content .hollow.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .hollow.ld-button:hover, .sfwd-lessons .ld-content-actions input.hollow[type=submit]:hover, a.hollow.button-video:hover, .button.hollow:focus, #signup-content .mu_register input.hollow[type=submit]:focus, .wpProQuiz_content .hollow.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .hollow.ld-button:focus, .sfwd-lessons .ld-content-actions input.hollow[type=submit]:focus, a.hollow.button-video:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary, #signup-content .mu_register input.hollow.primary[type=submit], .wpProQuiz_content .hollow.primary.wpProQuiz_button, .sfwd-lessons .ld-content-actions .hollow.primary.ld-button, .sfwd-lessons .ld-content-actions input.hollow.primary[type=submit], a.hollow.primary.button-video {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, #signup-content .mu_register input.hollow.primary[type=submit]:hover, .wpProQuiz_content .hollow.primary.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .hollow.primary.ld-button:hover, .sfwd-lessons .ld-content-actions input.hollow.primary[type=submit]:hover, a.hollow.primary.button-video:hover, .button.hollow.primary:focus, #signup-content .mu_register input.hollow.primary[type=submit]:focus, .wpProQuiz_content .hollow.primary.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .hollow.primary.ld-button:focus, .sfwd-lessons .ld-content-actions input.hollow.primary[type=submit]:focus, a.hollow.primary.button-video:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, #signup-content .mu_register input.hollow.secondary[type=submit], .wpProQuiz_content .hollow.secondary.wpProQuiz_button, .sfwd-lessons .ld-content-actions .hollow.secondary.ld-button, .sfwd-lessons .ld-content-actions input.hollow.secondary[type=submit], a.hollow.secondary.button-video {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, #signup-content .mu_register input.hollow.secondary[type=submit]:hover, .wpProQuiz_content .hollow.secondary.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .hollow.secondary.ld-button:hover, .sfwd-lessons .ld-content-actions input.hollow.secondary[type=submit]:hover, a.hollow.secondary.button-video:hover, .button.hollow.secondary:focus, #signup-content .mu_register input.hollow.secondary[type=submit]:focus, .wpProQuiz_content .hollow.secondary.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .hollow.secondary.ld-button:focus, .sfwd-lessons .ld-content-actions input.hollow.secondary[type=submit]:focus, a.hollow.secondary.button-video:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, #signup-content .mu_register input.hollow.success[type=submit], .wpProQuiz_content .hollow.success.wpProQuiz_button, .sfwd-lessons .ld-content-actions .hollow.success.ld-button, .sfwd-lessons .ld-content-actions input.hollow.success[type=submit], a.hollow.success.button-video {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, #signup-content .mu_register input.hollow.success[type=submit]:hover, .wpProQuiz_content .hollow.success.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .hollow.success.ld-button:hover, .sfwd-lessons .ld-content-actions input.hollow.success[type=submit]:hover, a.hollow.success.button-video:hover, .button.hollow.success:focus, #signup-content .mu_register input.hollow.success[type=submit]:focus, .wpProQuiz_content .hollow.success.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .hollow.success.ld-button:focus, .sfwd-lessons .ld-content-actions input.hollow.success[type=submit]:focus, a.hollow.success.button-video:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, #signup-content .mu_register input.hollow.warning[type=submit], .wpProQuiz_content .hollow.warning.wpProQuiz_button, .sfwd-lessons .ld-content-actions .hollow.warning.ld-button, .sfwd-lessons .ld-content-actions input.hollow.warning[type=submit], a.hollow.warning.button-video {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, #signup-content .mu_register input.hollow.warning[type=submit]:hover, .wpProQuiz_content .hollow.warning.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .hollow.warning.ld-button:hover, .sfwd-lessons .ld-content-actions input.hollow.warning[type=submit]:hover, a.hollow.warning.button-video:hover, .button.hollow.warning:focus, #signup-content .mu_register input.hollow.warning[type=submit]:focus, .wpProQuiz_content .hollow.warning.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .hollow.warning.ld-button:focus, .sfwd-lessons .ld-content-actions input.hollow.warning[type=submit]:focus, a.hollow.warning.button-video:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, #signup-content .mu_register input.hollow.alert[type=submit], .wpProQuiz_content .hollow.alert.wpProQuiz_button, .sfwd-lessons .ld-content-actions .hollow.alert.ld-button, .sfwd-lessons .ld-content-actions input.hollow.alert[type=submit], a.hollow.alert.button-video {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, #signup-content .mu_register input.hollow.alert[type=submit]:hover, .wpProQuiz_content .hollow.alert.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .hollow.alert.ld-button:hover, .sfwd-lessons .ld-content-actions input.hollow.alert[type=submit]:hover, a.hollow.alert.button-video:hover, .button.hollow.alert:focus, #signup-content .mu_register input.hollow.alert[type=submit]:focus, .wpProQuiz_content .hollow.alert.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .hollow.alert.ld-button:focus, .sfwd-lessons .ld-content-actions input.hollow.alert[type=submit]:focus, a.hollow.alert.button-video:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.disabled, #signup-content .mu_register input.disabled[type=submit], .wpProQuiz_content .disabled.wpProQuiz_button, .sfwd-lessons .ld-content-actions .disabled.ld-button, .sfwd-lessons .ld-content-actions input.disabled[type=submit], a.disabled.button-video, .button[disabled], #signup-content .mu_register input[disabled][type=submit], .wpProQuiz_content [disabled].wpProQuiz_button, .sfwd-lessons .ld-content-actions [disabled].ld-button, .sfwd-lessons .ld-content-actions input[disabled][type=submit], a[disabled].button-video {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover, #signup-content .mu_register input.disabled[type=submit]:hover, .wpProQuiz_content .disabled.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .disabled.ld-button:hover, .sfwd-lessons .ld-content-actions input.disabled[type=submit]:hover, a.disabled.button-video:hover, .button.disabled:focus, #signup-content .mu_register input.disabled[type=submit]:focus, .wpProQuiz_content .disabled.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .disabled.ld-button:focus, .sfwd-lessons .ld-content-actions input.disabled[type=submit]:focus, a.disabled.button-video:focus, .button[disabled]:hover, #signup-content .mu_register input[disabled][type=submit]:hover, .wpProQuiz_content [disabled].wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions [disabled].ld-button:hover, .sfwd-lessons .ld-content-actions input[disabled][type=submit]:hover, a[disabled].button-video:hover, .button[disabled]:focus, #signup-content .mu_register input[disabled][type=submit]:focus, .wpProQuiz_content [disabled].wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions [disabled].ld-button:focus, .sfwd-lessons .ld-content-actions input[disabled][type=submit]:focus, a[disabled].button-video:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.primary, #signup-content .mu_register input.disabled.primary[type=submit], .wpProQuiz_content .disabled.primary.wpProQuiz_button, .sfwd-lessons .ld-content-actions .disabled.primary.ld-button, .sfwd-lessons .ld-content-actions input.disabled.primary[type=submit], a.disabled.primary.button-video, .button[disabled].primary, #signup-content .mu_register input[disabled].primary[type=submit], .wpProQuiz_content [disabled].primary.wpProQuiz_button, .sfwd-lessons .ld-content-actions [disabled].primary.ld-button, .sfwd-lessons .ld-content-actions input[disabled].primary[type=submit], a[disabled].primary.button-video {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary:hover, #signup-content .mu_register input.disabled.primary[type=submit]:hover, .wpProQuiz_content .disabled.primary.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .disabled.primary.ld-button:hover, .sfwd-lessons .ld-content-actions input.disabled.primary[type=submit]:hover, a.disabled.primary.button-video:hover, .button.disabled.primary:focus, #signup-content .mu_register input.disabled.primary[type=submit]:focus, .wpProQuiz_content .disabled.primary.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .disabled.primary.ld-button:focus, .sfwd-lessons .ld-content-actions input.disabled.primary[type=submit]:focus, a.disabled.primary.button-video:focus, .button[disabled].primary:hover, #signup-content .mu_register input[disabled].primary[type=submit]:hover, .wpProQuiz_content [disabled].primary.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions [disabled].primary.ld-button:hover, .sfwd-lessons .ld-content-actions input[disabled].primary[type=submit]:hover, a[disabled].primary.button-video:hover, .button[disabled].primary:focus, #signup-content .mu_register input[disabled].primary[type=submit]:focus, .wpProQuiz_content [disabled].primary.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions [disabled].primary.ld-button:focus, .sfwd-lessons .ld-content-actions input[disabled].primary[type=submit]:focus, a[disabled].primary.button-video:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.secondary, #signup-content .mu_register input.disabled.secondary[type=submit], .wpProQuiz_content .disabled.secondary.wpProQuiz_button, .sfwd-lessons .ld-content-actions .disabled.secondary.ld-button, .sfwd-lessons .ld-content-actions input.disabled.secondary[type=submit], a.disabled.secondary.button-video, .button[disabled].secondary, #signup-content .mu_register input[disabled].secondary[type=submit], .wpProQuiz_content [disabled].secondary.wpProQuiz_button, .sfwd-lessons .ld-content-actions [disabled].secondary.ld-button, .sfwd-lessons .ld-content-actions input[disabled].secondary[type=submit], a[disabled].secondary.button-video {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary:hover, #signup-content .mu_register input.disabled.secondary[type=submit]:hover, .wpProQuiz_content .disabled.secondary.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .disabled.secondary.ld-button:hover, .sfwd-lessons .ld-content-actions input.disabled.secondary[type=submit]:hover, a.disabled.secondary.button-video:hover, .button.disabled.secondary:focus, #signup-content .mu_register input.disabled.secondary[type=submit]:focus, .wpProQuiz_content .disabled.secondary.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .disabled.secondary.ld-button:focus, .sfwd-lessons .ld-content-actions input.disabled.secondary[type=submit]:focus, a.disabled.secondary.button-video:focus, .button[disabled].secondary:hover, #signup-content .mu_register input[disabled].secondary[type=submit]:hover, .wpProQuiz_content [disabled].secondary.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions [disabled].secondary.ld-button:hover, .sfwd-lessons .ld-content-actions input[disabled].secondary[type=submit]:hover, a[disabled].secondary.button-video:hover, .button[disabled].secondary:focus, #signup-content .mu_register input[disabled].secondary[type=submit]:focus, .wpProQuiz_content [disabled].secondary.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions [disabled].secondary.ld-button:focus, .sfwd-lessons .ld-content-actions input[disabled].secondary[type=submit]:focus, a[disabled].secondary.button-video:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.success, #signup-content .mu_register input.disabled.success[type=submit], .wpProQuiz_content .disabled.success.wpProQuiz_button, .sfwd-lessons .ld-content-actions .disabled.success.ld-button, .sfwd-lessons .ld-content-actions input.disabled.success[type=submit], a.disabled.success.button-video, .button[disabled].success, #signup-content .mu_register input[disabled].success[type=submit], .wpProQuiz_content [disabled].success.wpProQuiz_button, .sfwd-lessons .ld-content-actions [disabled].success.ld-button, .sfwd-lessons .ld-content-actions input[disabled].success[type=submit], a[disabled].success.button-video {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success:hover, #signup-content .mu_register input.disabled.success[type=submit]:hover, .wpProQuiz_content .disabled.success.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .disabled.success.ld-button:hover, .sfwd-lessons .ld-content-actions input.disabled.success[type=submit]:hover, a.disabled.success.button-video:hover, .button.disabled.success:focus, #signup-content .mu_register input.disabled.success[type=submit]:focus, .wpProQuiz_content .disabled.success.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .disabled.success.ld-button:focus, .sfwd-lessons .ld-content-actions input.disabled.success[type=submit]:focus, a.disabled.success.button-video:focus, .button[disabled].success:hover, #signup-content .mu_register input[disabled].success[type=submit]:hover, .wpProQuiz_content [disabled].success.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions [disabled].success.ld-button:hover, .sfwd-lessons .ld-content-actions input[disabled].success[type=submit]:hover, a[disabled].success.button-video:hover, .button[disabled].success:focus, #signup-content .mu_register input[disabled].success[type=submit]:focus, .wpProQuiz_content [disabled].success.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions [disabled].success.ld-button:focus, .sfwd-lessons .ld-content-actions input[disabled].success[type=submit]:focus, a[disabled].success.button-video:focus {
  background-color: #3adb76;
  color: #fefefe;
}
.button.disabled.warning, #signup-content .mu_register input.disabled.warning[type=submit], .wpProQuiz_content .disabled.warning.wpProQuiz_button, .sfwd-lessons .ld-content-actions .disabled.warning.ld-button, .sfwd-lessons .ld-content-actions input.disabled.warning[type=submit], a.disabled.warning.button-video, .button[disabled].warning, #signup-content .mu_register input[disabled].warning[type=submit], .wpProQuiz_content [disabled].warning.wpProQuiz_button, .sfwd-lessons .ld-content-actions [disabled].warning.ld-button, .sfwd-lessons .ld-content-actions input[disabled].warning[type=submit], a[disabled].warning.button-video {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning:hover, #signup-content .mu_register input.disabled.warning[type=submit]:hover, .wpProQuiz_content .disabled.warning.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .disabled.warning.ld-button:hover, .sfwd-lessons .ld-content-actions input.disabled.warning[type=submit]:hover, a.disabled.warning.button-video:hover, .button.disabled.warning:focus, #signup-content .mu_register input.disabled.warning[type=submit]:focus, .wpProQuiz_content .disabled.warning.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .disabled.warning.ld-button:focus, .sfwd-lessons .ld-content-actions input.disabled.warning[type=submit]:focus, a.disabled.warning.button-video:focus, .button[disabled].warning:hover, #signup-content .mu_register input[disabled].warning[type=submit]:hover, .wpProQuiz_content [disabled].warning.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions [disabled].warning.ld-button:hover, .sfwd-lessons .ld-content-actions input[disabled].warning[type=submit]:hover, a[disabled].warning.button-video:hover, .button[disabled].warning:focus, #signup-content .mu_register input[disabled].warning[type=submit]:focus, .wpProQuiz_content [disabled].warning.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions [disabled].warning.ld-button:focus, .sfwd-lessons .ld-content-actions input[disabled].warning[type=submit]:focus, a[disabled].warning.button-video:focus {
  background-color: #ffae00;
  color: #fefefe;
}
.button.disabled.alert, #signup-content .mu_register input.disabled.alert[type=submit], .wpProQuiz_content .disabled.alert.wpProQuiz_button, .sfwd-lessons .ld-content-actions .disabled.alert.ld-button, .sfwd-lessons .ld-content-actions input.disabled.alert[type=submit], a.disabled.alert.button-video, .button[disabled].alert, #signup-content .mu_register input[disabled].alert[type=submit], .wpProQuiz_content [disabled].alert.wpProQuiz_button, .sfwd-lessons .ld-content-actions [disabled].alert.ld-button, .sfwd-lessons .ld-content-actions input[disabled].alert[type=submit], a[disabled].alert.button-video {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert:hover, #signup-content .mu_register input.disabled.alert[type=submit]:hover, .wpProQuiz_content .disabled.alert.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .disabled.alert.ld-button:hover, .sfwd-lessons .ld-content-actions input.disabled.alert[type=submit]:hover, a.disabled.alert.button-video:hover, .button.disabled.alert:focus, #signup-content .mu_register input.disabled.alert[type=submit]:focus, .wpProQuiz_content .disabled.alert.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions .disabled.alert.ld-button:focus, .sfwd-lessons .ld-content-actions input.disabled.alert[type=submit]:focus, a.disabled.alert.button-video:focus, .button[disabled].alert:hover, #signup-content .mu_register input[disabled].alert[type=submit]:hover, .wpProQuiz_content [disabled].alert.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions [disabled].alert.ld-button:hover, .sfwd-lessons .ld-content-actions input[disabled].alert[type=submit]:hover, a[disabled].alert.button-video:hover, .button[disabled].alert:focus, #signup-content .mu_register input[disabled].alert[type=submit]:focus, .wpProQuiz_content [disabled].alert.wpProQuiz_button:focus, .sfwd-lessons .ld-content-actions [disabled].alert.ld-button:focus, .sfwd-lessons .ld-content-actions input[disabled].alert[type=submit]:focus, a[disabled].alert.button-video:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.dropdown::after, #signup-content .mu_register input.dropdown[type=submit]::after, .wpProQuiz_content .dropdown.wpProQuiz_button::after, .sfwd-lessons .ld-content-actions .dropdown.ld-button::after, .sfwd-lessons .ld-content-actions input.dropdown[type=submit]::after, a.dropdown.button-video::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.arrow-only::after, #signup-content .mu_register input.arrow-only[type=submit]::after, .wpProQuiz_content .arrow-only.wpProQuiz_button::after, .sfwd-lessons .ld-content-actions .arrow-only.ld-button::after, .sfwd-lessons .ld-content-actions input.arrow-only[type=submit]::after, a.arrow-only.button-video::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label &gt; [type=checkbox],
label &gt; [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group &gt; :first-child {
  border-radius: 0 0 0 0;
}
.input-group &gt; :last-child &gt; * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2732%27 height=%2724%27 viewBox=%270 0 32 24%27&gt;&lt;polygon points=%270,0 32,0 16,24%27 style=%27fill: rgb%28138, 138, 138%29%27&gt;&lt;/polygon&gt;&lt;/svg&gt;");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-item:first-child &gt; :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child &gt; :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) &gt; .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active &gt; .accordion-title::before {
  content: "â€“";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child &gt; .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent &gt; a {
  position: relative;
}
.is-accordion-submenu-parent &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] &gt; a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group .button, .button-group #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group input[type=submit], .button-group .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group .wpProQuiz_button, .button-group .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group .ld-button, .button-group .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group input[type=submit], .button-group a.button-video {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.button-group .button:last-child, .button-group #signup-content .mu_register input[type=submit]:last-child, #signup-content .mu_register .button-group input[type=submit]:last-child, .button-group .wpProQuiz_content .wpProQuiz_button:last-child, .wpProQuiz_content .button-group .wpProQuiz_button:last-child, .button-group .sfwd-lessons .ld-content-actions .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group .ld-button:last-child, .button-group .sfwd-lessons .ld-content-actions input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group input[type=submit]:last-child, .button-group a.button-video:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group.tiny input[type=submit], .button-group.tiny .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group.tiny .wpProQuiz_button, .button-group.tiny .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group.tiny .ld-button, .button-group.tiny .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group.tiny input[type=submit], .button-group.tiny a.button-video {
  font-size: 0.6rem;
}
.button-group.small .button, .button-group.small #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group.small input[type=submit], .button-group.small .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group.small .wpProQuiz_button, .button-group.small .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group.small .ld-button, .button-group.small .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group.small input[type=submit], .button-group.small a.button-video {
  font-size: 0.75rem;
}
.button-group.large .button, .button-group.large #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group.large input[type=submit], .button-group.large .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group.large .wpProQuiz_button, .button-group.large .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group.large .ld-button, .button-group.large .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group.large input[type=submit], .button-group.large a.button-video {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2), #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(2), .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2), .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(2), .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(2), .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(2), .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(2), .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(2), .button-group.expanded a.button-video:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded #signup-content .mu_register .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .wpProQuiz_content #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .wpProQuiz_content .button-group.expanded #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], #signup-content .mu_register .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded .wpProQuiz_content .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .button-group.expanded .wpProQuiz_content #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, #signup-content .mu_register .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, #signup-content .mu_register .wpProQuiz_content .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded #signup-content .mu_register a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], #signup-content .mu_register .button-group.expanded a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded .wpProQuiz_content a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video, .button-group.expanded a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(2):last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(2):last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(2):last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(2):last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(2):last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(2):last-child, .button-group.expanded a.button-video:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded #signup-content .mu_register .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .wpProQuiz_content #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .wpProQuiz_content .button-group.expanded #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, #signup-content .mu_register .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .button-group.expanded .wpProQuiz_content #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, #signup-content .mu_register .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, #signup-content .mu_register .wpProQuiz_content .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded #signup-content .mu_register a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video:last-child, .button-group.expanded a.button-video:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.button-video:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3), #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(3), .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3), .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(3), .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(3), .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(3), .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(3), .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(3), .button-group.expanded a.button-video:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded #signup-content .mu_register .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .wpProQuiz_content #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .wpProQuiz_content .button-group.expanded #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], #signup-content .mu_register .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded .wpProQuiz_content .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .button-group.expanded .wpProQuiz_content #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, #signup-content .mu_register .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, #signup-content .mu_register .wpProQuiz_content .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded #signup-content .mu_register a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], #signup-content .mu_register .button-group.expanded a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded .wpProQuiz_content a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video, .button-group.expanded a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(3):last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(3):last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(3):last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(3):last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(3):last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(3):last-child, .button-group.expanded a.button-video:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded #signup-content .mu_register .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .wpProQuiz_content #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .wpProQuiz_content .button-group.expanded #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, #signup-content .mu_register .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .button-group.expanded .wpProQuiz_content #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, #signup-content .mu_register .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, #signup-content .mu_register .wpProQuiz_content .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded #signup-content .mu_register a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video:last-child, .button-group.expanded a.button-video:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.button-video:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4), #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(4), .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4), .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(4), .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(4), .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(4), .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(4), .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(4), .button-group.expanded a.button-video:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded #signup-content .mu_register .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .wpProQuiz_content #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .wpProQuiz_content .button-group.expanded #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], #signup-content .mu_register .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded .wpProQuiz_content .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .button-group.expanded .wpProQuiz_content #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, #signup-content .mu_register .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, #signup-content .mu_register .wpProQuiz_content .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded #signup-content .mu_register a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], #signup-content .mu_register .button-group.expanded a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded .wpProQuiz_content a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video, .button-group.expanded a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(4):last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(4):last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(4):last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(4):last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(4):last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(4):last-child, .button-group.expanded a.button-video:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded #signup-content .mu_register .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .wpProQuiz_content #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .wpProQuiz_content .button-group.expanded #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, #signup-content .mu_register .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .button-group.expanded .wpProQuiz_content #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, #signup-content .mu_register .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, #signup-content .mu_register .wpProQuiz_content .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded #signup-content .mu_register a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video:last-child, .button-group.expanded a.button-video:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.button-video:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5), #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(5), .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5), .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(5), .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(5), .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(5), .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(5), .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(5), .button-group.expanded a.button-video:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded #signup-content .mu_register .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .wpProQuiz_content #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .wpProQuiz_content .button-group.expanded #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], #signup-content .mu_register .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded .wpProQuiz_content .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .button-group.expanded .wpProQuiz_content #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, #signup-content .mu_register .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, #signup-content .mu_register .wpProQuiz_content .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded #signup-content .mu_register a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], #signup-content .mu_register .button-group.expanded a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded .wpProQuiz_content a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video, .button-group.expanded a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(5):last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(5):last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(5):last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(5):last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(5):last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(5):last-child, .button-group.expanded a.button-video:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded #signup-content .mu_register .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .wpProQuiz_content #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .wpProQuiz_content .button-group.expanded #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, #signup-content .mu_register .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .button-group.expanded .wpProQuiz_content #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, #signup-content .mu_register .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, #signup-content .mu_register .wpProQuiz_content .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded #signup-content .mu_register a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video:last-child, .button-group.expanded a.button-video:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.button-video:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6), #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(6), .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6), .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(6), .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(6), .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(6), .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(6), .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(6), .button-group.expanded a.button-video:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded #signup-content .mu_register .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .wpProQuiz_content #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .wpProQuiz_content .button-group.expanded #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], #signup-content .mu_register .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded .wpProQuiz_content .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .button-group.expanded .wpProQuiz_content #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, #signup-content .mu_register .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, #signup-content .mu_register .wpProQuiz_content .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded #signup-content .mu_register a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], #signup-content .mu_register .button-group.expanded a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded .wpProQuiz_content a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .wpProQuiz_content .button-group.expanded a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video, .button-group.expanded a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(6):last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(6):last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(6):last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(6):last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(6):last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(6):last-child, .button-group.expanded a.button-video:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded #signup-content .mu_register .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .wpProQuiz_content #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .wpProQuiz_content .button-group.expanded #signup-content .mu_register .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, #signup-content .mu_register .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .button-group.expanded .wpProQuiz_content #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, #signup-content .mu_register .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, #signup-content .mu_register .wpProQuiz_content .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, #signup-content .mu_register .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, #signup-content .mu_register .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .wpProQuiz_content .button-group.expanded .sfwd-lessons .ld-content-actions .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .wpProQuiz_content .sfwd-lessons .ld-content-actions .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded #signup-content .mu_register a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, #signup-content .mu_register .button-group.expanded a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded .wpProQuiz_content a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.expanded a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .wpProQuiz_button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .ld-button:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video:last-child, .button-group.expanded #signup-content .mu_register input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video:last-child, #signup-content .mu_register .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video:last-child, .button-group.expanded .wpProQuiz_content .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video:last-child, .wpProQuiz_content .button-group.expanded .wpProQuiz_button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded .ld-button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video:last-child, .button-group.expanded .sfwd-lessons .ld-content-actions input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video:last-child, .sfwd-lessons .ld-content-actions .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video:last-child, .button-group.expanded a.button-video:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.button-video:last-child {
  margin-right: -6px;
}
.button-group.primary .button, .button-group.primary #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group.primary input[type=submit], .button-group.primary .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group.primary .wpProQuiz_button, .button-group.primary .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group.primary .ld-button, .button-group.primary .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group.primary input[type=submit], .button-group.primary a.button-video {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary #signup-content .mu_register input[type=submit]:hover, #signup-content .mu_register .button-group.primary input[type=submit]:hover, .button-group.primary .wpProQuiz_content .wpProQuiz_button:hover, .wpProQuiz_content .button-group.primary .wpProQuiz_button:hover, .button-group.primary .sfwd-lessons .ld-content-actions .ld-button:hover, .sfwd-lessons .ld-content-actions .button-group.primary .ld-button:hover, .button-group.primary .sfwd-lessons .ld-content-actions input[type=submit]:hover, .sfwd-lessons .ld-content-actions .button-group.primary input[type=submit]:hover, .button-group.primary a.button-video:hover, .button-group.primary .button:focus, .button-group.primary #signup-content .mu_register input[type=submit]:focus, #signup-content .mu_register .button-group.primary input[type=submit]:focus, .button-group.primary .wpProQuiz_content .wpProQuiz_button:focus, .wpProQuiz_content .button-group.primary .wpProQuiz_button:focus, .button-group.primary .sfwd-lessons .ld-content-actions .ld-button:focus, .sfwd-lessons .ld-content-actions .button-group.primary .ld-button:focus, .button-group.primary .sfwd-lessons .ld-content-actions input[type=submit]:focus, .sfwd-lessons .ld-content-actions .button-group.primary input[type=submit]:focus, .button-group.primary a.button-video:focus {
  background-color: #126195;
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group.secondary input[type=submit], .button-group.secondary .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group.secondary .wpProQuiz_button, .button-group.secondary .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group.secondary .ld-button, .button-group.secondary .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group.secondary input[type=submit], .button-group.secondary a.button-video {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary #signup-content .mu_register input[type=submit]:hover, #signup-content .mu_register .button-group.secondary input[type=submit]:hover, .button-group.secondary .wpProQuiz_content .wpProQuiz_button:hover, .wpProQuiz_content .button-group.secondary .wpProQuiz_button:hover, .button-group.secondary .sfwd-lessons .ld-content-actions .ld-button:hover, .sfwd-lessons .ld-content-actions .button-group.secondary .ld-button:hover, .button-group.secondary .sfwd-lessons .ld-content-actions input[type=submit]:hover, .sfwd-lessons .ld-content-actions .button-group.secondary input[type=submit]:hover, .button-group.secondary a.button-video:hover, .button-group.secondary .button:focus, .button-group.secondary #signup-content .mu_register input[type=submit]:focus, #signup-content .mu_register .button-group.secondary input[type=submit]:focus, .button-group.secondary .wpProQuiz_content .wpProQuiz_button:focus, .wpProQuiz_content .button-group.secondary .wpProQuiz_button:focus, .button-group.secondary .sfwd-lessons .ld-content-actions .ld-button:focus, .sfwd-lessons .ld-content-actions .button-group.secondary .ld-button:focus, .button-group.secondary .sfwd-lessons .ld-content-actions input[type=submit]:focus, .sfwd-lessons .ld-content-actions .button-group.secondary input[type=submit]:focus, .button-group.secondary a.button-video:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button, .button-group.success #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group.success input[type=submit], .button-group.success .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group.success .wpProQuiz_button, .button-group.success .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group.success .ld-button, .button-group.success .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group.success input[type=submit], .button-group.success a.button-video {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success #signup-content .mu_register input[type=submit]:hover, #signup-content .mu_register .button-group.success input[type=submit]:hover, .button-group.success .wpProQuiz_content .wpProQuiz_button:hover, .wpProQuiz_content .button-group.success .wpProQuiz_button:hover, .button-group.success .sfwd-lessons .ld-content-actions .ld-button:hover, .sfwd-lessons .ld-content-actions .button-group.success .ld-button:hover, .button-group.success .sfwd-lessons .ld-content-actions input[type=submit]:hover, .sfwd-lessons .ld-content-actions .button-group.success input[type=submit]:hover, .button-group.success a.button-video:hover, .button-group.success .button:focus, .button-group.success #signup-content .mu_register input[type=submit]:focus, #signup-content .mu_register .button-group.success input[type=submit]:focus, .button-group.success .wpProQuiz_content .wpProQuiz_button:focus, .wpProQuiz_content .button-group.success .wpProQuiz_button:focus, .button-group.success .sfwd-lessons .ld-content-actions .ld-button:focus, .sfwd-lessons .ld-content-actions .button-group.success .ld-button:focus, .button-group.success .sfwd-lessons .ld-content-actions input[type=submit]:focus, .sfwd-lessons .ld-content-actions .button-group.success input[type=submit]:focus, .button-group.success a.button-video:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group.warning input[type=submit], .button-group.warning .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group.warning .wpProQuiz_button, .button-group.warning .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group.warning .ld-button, .button-group.warning .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group.warning input[type=submit], .button-group.warning a.button-video {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning #signup-content .mu_register input[type=submit]:hover, #signup-content .mu_register .button-group.warning input[type=submit]:hover, .button-group.warning .wpProQuiz_content .wpProQuiz_button:hover, .wpProQuiz_content .button-group.warning .wpProQuiz_button:hover, .button-group.warning .sfwd-lessons .ld-content-actions .ld-button:hover, .sfwd-lessons .ld-content-actions .button-group.warning .ld-button:hover, .button-group.warning .sfwd-lessons .ld-content-actions input[type=submit]:hover, .sfwd-lessons .ld-content-actions .button-group.warning input[type=submit]:hover, .button-group.warning a.button-video:hover, .button-group.warning .button:focus, .button-group.warning #signup-content .mu_register input[type=submit]:focus, #signup-content .mu_register .button-group.warning input[type=submit]:focus, .button-group.warning .wpProQuiz_content .wpProQuiz_button:focus, .wpProQuiz_content .button-group.warning .wpProQuiz_button:focus, .button-group.warning .sfwd-lessons .ld-content-actions .ld-button:focus, .sfwd-lessons .ld-content-actions .button-group.warning .ld-button:focus, .button-group.warning .sfwd-lessons .ld-content-actions input[type=submit]:focus, .sfwd-lessons .ld-content-actions .button-group.warning input[type=submit]:focus, .button-group.warning a.button-video:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group.alert input[type=submit], .button-group.alert .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group.alert .wpProQuiz_button, .button-group.alert .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group.alert .ld-button, .button-group.alert .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group.alert input[type=submit], .button-group.alert a.button-video {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert #signup-content .mu_register input[type=submit]:hover, #signup-content .mu_register .button-group.alert input[type=submit]:hover, .button-group.alert .wpProQuiz_content .wpProQuiz_button:hover, .wpProQuiz_content .button-group.alert .wpProQuiz_button:hover, .button-group.alert .sfwd-lessons .ld-content-actions .ld-button:hover, .sfwd-lessons .ld-content-actions .button-group.alert .ld-button:hover, .button-group.alert .sfwd-lessons .ld-content-actions input[type=submit]:hover, .sfwd-lessons .ld-content-actions .button-group.alert input[type=submit]:hover, .button-group.alert a.button-video:hover, .button-group.alert .button:focus, .button-group.alert #signup-content .mu_register input[type=submit]:focus, #signup-content .mu_register .button-group.alert input[type=submit]:focus, .button-group.alert .wpProQuiz_content .wpProQuiz_button:focus, .wpProQuiz_content .button-group.alert .wpProQuiz_button:focus, .button-group.alert .sfwd-lessons .ld-content-actions .ld-button:focus, .sfwd-lessons .ld-content-actions .button-group.alert .ld-button:focus, .button-group.alert .sfwd-lessons .ld-content-actions input[type=submit]:focus, .sfwd-lessons .ld-content-actions .button-group.alert input[type=submit]:focus, .button-group.alert a.button-video:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.stacked .button, .button-group.stacked #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group.stacked input[type=submit], .button-group.stacked .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group.stacked .wpProQuiz_button, .button-group.stacked .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group.stacked .ld-button, .button-group.stacked .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group.stacked input[type=submit], .button-group.stacked a.button-video, .button-group.stacked-for-small .button, .button-group.stacked-for-small #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group.stacked-for-small input[type=submit], .button-group.stacked-for-small .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group.stacked-for-small .wpProQuiz_button, .button-group.stacked-for-small .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group.stacked-for-small .ld-button, .button-group.stacked-for-small .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group.stacked-for-small input[type=submit], .button-group.stacked-for-small a.button-video, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group.stacked-for-medium input[type=submit], .button-group.stacked-for-medium .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group.stacked-for-medium .wpProQuiz_button, .button-group.stacked-for-medium .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group.stacked-for-medium .ld-button, .button-group.stacked-for-medium .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group.stacked-for-medium input[type=submit], .button-group.stacked-for-medium a.button-video {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked #signup-content .mu_register input[type=submit]:last-child, #signup-content .mu_register .button-group.stacked input[type=submit]:last-child, .button-group.stacked .wpProQuiz_content .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.stacked .wpProQuiz_button:last-child, .button-group.stacked .sfwd-lessons .ld-content-actions .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.stacked .ld-button:last-child, .button-group.stacked .sfwd-lessons .ld-content-actions input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.stacked input[type=submit]:last-child, .button-group.stacked a.button-video:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small #signup-content .mu_register input[type=submit]:last-child, #signup-content .mu_register .button-group.stacked-for-small input[type=submit]:last-child, .button-group.stacked-for-small .wpProQuiz_content .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.stacked-for-small .wpProQuiz_button:last-child, .button-group.stacked-for-small .sfwd-lessons .ld-content-actions .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.stacked-for-small .ld-button:last-child, .button-group.stacked-for-small .sfwd-lessons .ld-content-actions input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.stacked-for-small input[type=submit]:last-child, .button-group.stacked-for-small a.button-video:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium #signup-content .mu_register input[type=submit]:last-child, #signup-content .mu_register .button-group.stacked-for-medium input[type=submit]:last-child, .button-group.stacked-for-medium .wpProQuiz_content .wpProQuiz_button:last-child, .wpProQuiz_content .button-group.stacked-for-medium .wpProQuiz_button:last-child, .button-group.stacked-for-medium .sfwd-lessons .ld-content-actions .ld-button:last-child, .sfwd-lessons .ld-content-actions .button-group.stacked-for-medium .ld-button:last-child, .button-group.stacked-for-medium .sfwd-lessons .ld-content-actions input[type=submit]:last-child, .sfwd-lessons .ld-content-actions .button-group.stacked-for-medium input[type=submit]:last-child, .button-group.stacked-for-medium a.button-video:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group.stacked-for-small input[type=submit], .button-group.stacked-for-small .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group.stacked-for-small .wpProQuiz_button, .button-group.stacked-for-small .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group.stacked-for-small .ld-button, .button-group.stacked-for-small .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group.stacked-for-small input[type=submit], .button-group.stacked-for-small a.button-video {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group.stacked-for-medium input[type=submit], .button-group.stacked-for-medium .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group.stacked-for-medium .wpProQuiz_button, .button-group.stacked-for-medium .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group.stacked-for-medium .ld-button, .button-group.stacked-for-medium .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group.stacked-for-medium input[type=submit], .button-group.stacked-for-medium a.button-video {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group.stacked-for-small.expanded input[type=submit], .button-group.stacked-for-small.expanded .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group.stacked-for-small.expanded .wpProQuiz_button, .button-group.stacked-for-small.expanded .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group.stacked-for-small.expanded .ld-button, .button-group.stacked-for-small.expanded .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group.stacked-for-small.expanded input[type=submit], .button-group.stacked-for-small.expanded a.button-video {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout &gt; :first-child {
  margin-top: 0;
}
.callout &gt; :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card &gt; :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider &gt; :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 1rem;
}
.card-section &gt; :last-child {
  margin-bottom: 0;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu &gt; li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu &gt; li {
  outline: 0;
}
.menu &gt; li &gt; a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu &gt; li &gt; a img,
.menu &gt; li &gt; a i,
.menu &gt; li &gt; a svg {
  vertical-align: middle;
}
.menu &gt; li &gt; a img + span,
.menu &gt; li &gt; a i + span,
.menu &gt; li &gt; a svg + span {
  vertical-align: middle;
}
.menu &gt; li &gt; a img,
.menu &gt; li &gt; a i,
.menu &gt; li &gt; a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu &gt; li, .menu.horizontal &gt; li {
  display: table-cell;
}
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.menu.expanded &gt; li:first-child:last-child {
  width: 100%;
}
.menu.vertical &gt; li {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal &gt; li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded &gt; li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical &gt; li {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal &gt; li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded &gt; li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical &gt; li {
    display: block;
  }
}
.menu.simple li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: " ";
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right &gt; li {
  float: right;
}
.menu.icon-top &gt; li &gt; a {
  text-align: center;
}
.menu.icon-top &gt; li &gt; a img,
.menu.icon-top &gt; li &gt; a i,
.menu.icon-top &gt; li &gt; a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-top.vertical a &gt; span {
  margin: auto;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active &gt; a {
  background: #1779ba;
  color: #fefefe;
}
.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}
.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}
.menu-centered &gt; .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu &gt; li.opens-left &gt; .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical &gt; li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical &gt; li &gt; a::after {
  right: 14px;
}
.dropdown.menu.vertical &gt; li.opens-left &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.dropdown.menu.vertical &gt; li.opens-right &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical &gt; li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical &gt; li &gt; a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical &gt; li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical &gt; li &gt; a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner &gt; .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left &gt; .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.is-dropdown-submenu .is-dropdown-submenu-parent &gt; a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu &gt; li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed, .flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video, .flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen, .flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section &gt; :last-child {
  margin-bottom: 0;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-overlap {
  z-index: 10;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
}
.position-left.is-open ~ .off-canvas-content {
  transform: translateX(250px);
}
.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
}
.position-right.is-open ~ .off-canvas-content {
  transform: translateX(-250px);
}
.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}
.position-top.is-open ~ .off-canvas-content {
  transform: translateY(250px);
}
.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}
.position-bottom.is-open ~ .off-canvas-content {
  transform: translateY(-250px);
}
.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "â€¦";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "Â«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "Â»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal &gt; :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label &gt; .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label &gt; .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}

.tabs.vertical &gt; li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple &gt; li &gt; a {
  padding: 0;
}
.tabs.simple &gt; li &gt; a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary &gt; li &gt; a {
  color: #fefefe;
}
.tabs.primary &gt; li &gt; a:hover, .tabs.primary &gt; li &gt; a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title &gt; a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
.tabs-title &gt; a:hover {
  background: #fefefe;
  color: #1468a0;
}
.tabs-title &gt; a:focus, .tabs-title &gt; a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel[aria-hidden=false] {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button, .top-bar #signup-content .mu_register input[type=submit], #signup-content .mu_register .top-bar input[type=submit], .top-bar .wpProQuiz_content input.wpProQuiz_button, .wpProQuiz_content .top-bar input.wpProQuiz_button, .top-bar .sfwd-lessons .ld-content-actions input.ld-button, .sfwd-lessons .ld-content-actions .top-bar input.ld-button, .top-bar .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .top-bar input[type=submit] {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

.custom-modal .button:hover, .custom-modal #signup-content .mu_register input[type=submit]:hover, #signup-content .mu_register .custom-modal input[type=submit]:hover, .custom-modal .wpProQuiz_content .wpProQuiz_button:hover, .wpProQuiz_content .custom-modal .wpProQuiz_button:hover, .custom-modal .sfwd-lessons .ld-content-actions .ld-button:hover, .sfwd-lessons .ld-content-actions .custom-modal .ld-button:hover, .custom-modal .sfwd-lessons .ld-content-actions input[type=submit]:hover, .sfwd-lessons .ld-content-actions .custom-modal input[type=submit]:hover, .custom-modal a.button-video:hover, .button.on-white:hover, #signup-content .mu_register input.on-white[type=submit]:hover, .wpProQuiz_content .on-white.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .on-white.ld-button:hover, .sfwd-lessons .ld-content-actions input.on-white[type=submit]:hover, a.on-white.button-video:hover, form button.on-white:hover {
  background-color: #014069;
  border-color: #014069;
}

html, body {
  height: 100%;
}

h1, h2, h3, h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
}

h2, h3, h4, h5 {
  margin-top: 40px;
}

h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

h2 {
  text-transform: uppercase;
  color: #014069;
  font-size: 2.6rem;
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: center;
}

h3 {
  font-size: 1.7rem;
  color: #1da8d5;
}
h2 + h3 {
  margin-top: 0;
}

h4 {
  color: #24343c;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 20px;
}

h5 {
  font-family: "open-sans", sans-serif;
  font-size: 0.875rem;
  color: #446271;
}

p, li, td, th, figcaption {
  color: #446271;
  font-family: "open-sans", sans-serif;
  line-height: 1.9;
  font-size: 1.1rem;
}

p {
  margin-bottom: 1.3rem;
}

figcaption {
  font-size: 1rem;
  opacity: 0.9;
  font-style: italic;
}

a {
  font-family: "open-sans", sans-serif;
  font-weight: 700;
}
a, a:visited {
  color: #1da8d5;
}
a:not(.button):not(a.button-video):hover {
  text-decoration: underline;
}

li li {
  list-style-type: square;
}

blockquote {
  padding-left: 70px;
  background: url(./img/quote.png) no-repeat;
  background-size: 44px;
  border: none;
  margin-top: 30px;
}
blockquote p {
  color: #446271 !important;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.7rem;
  }
}
.dark h1, .dark h2, .dark h3 {
  color: #fefefe;
}
.dark p {
  color: rgba(255, 255, 255, 0.6);
}

i.fa {
  font-size: 1.8rem;
  color: #051b22;
  transition: all 0.2s;
}
i.fa:hover {
  color: #1da8d5;
}
i.fa.inverted {
  background-color: #051b22;
  color: #fefefe;
  padding: 1px 4px;
  border-radius: 4px;
}
i.fa.inverted:hover {
  background-color: #1da8d5;
}

i.fa-question-circle {
  font-size: 1rem !important;
  margin-left: 5px;
  color: #446271;
}

.headroom {
  padding-top: 40px;
}

.hidden {
  visibility: hidden;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.entry-content h2, .entry-content h3 {
  margin: 50px 0 20px;
}

.buttons {
  text-align: center;
  margin-top: 30px;
}
.buttons.vertical .button, .buttons.vertical #signup-content .mu_register input[type=submit], #signup-content .mu_register .buttons.vertical input[type=submit], .buttons.vertical .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .buttons.vertical .wpProQuiz_button, .buttons.vertical .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .buttons.vertical .ld-button, .buttons.vertical .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .buttons.vertical input[type=submit], .buttons.vertical a.button-video {
  display: block;
  width: 50%;
  margin: 15px auto;
}
.buttons.vertical.wide .button, .buttons.vertical.wide #signup-content .mu_register input[type=submit], #signup-content .mu_register .buttons.vertical.wide input[type=submit], .buttons.vertical.wide .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .buttons.vertical.wide .wpProQuiz_button, .buttons.vertical.wide .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .buttons.vertical.wide .ld-button, .buttons.vertical.wide .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .buttons.vertical.wide input[type=submit], .buttons.vertical.wide a.button-video {
  width: 70%;
}

.button, #signup-content .mu_register input[type=submit], .wpProQuiz_content .wpProQuiz_button, .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions input[type=submit], a.button-video, a.button, .wpProQuiz_content a.wpProQuiz_button, input.button, .wpProQuiz_content input.wpProQuiz_button, form button {
  background-color: #1da8d5;
  color: #fefefe;
  border: 1px solid #1da8d5;
  border-radius: 30px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  box-shadow: 0 5px 15px rgba(1, 64, 105, 0.25);
  margin: 0;
  transition: background-color 0.2s, border-color 0.2s;
}
.button:hover, #signup-content .mu_register input[type=submit]:hover, .wpProQuiz_content .wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .ld-button:hover, .sfwd-lessons .ld-content-actions input[type=submit]:hover, a.button-video:hover, a.button:hover, input.button:hover, form button:hover {
  border-color: #fefefe;
  background-color: transparent;
  color: #fefefe;
}
.button:visited, #signup-content .mu_register input[type=submit]:visited, .wpProQuiz_content .wpProQuiz_button:visited, .sfwd-lessons .ld-content-actions .ld-button:visited, .sfwd-lessons .ld-content-actions input[type=submit]:visited, a.button-video:visited, a.button:visited, input.button:visited, form button:visited {
  color: #fefefe;
}
.button + button, #signup-content .mu_register input[type=submit] + button, .wpProQuiz_content .wpProQuiz_button + button, .sfwd-lessons .ld-content-actions .ld-button + button, .sfwd-lessons .ld-content-actions input[type=submit] + button, a.button-video + button, a.button + button, input.button + button, form button + button {
  margin-left: 10px;
}
.button.action, #signup-content .mu_register input.action[type=submit], .wpProQuiz_content .action.wpProQuiz_button, .sfwd-lessons .ld-content-actions .action.ld-button, .sfwd-lessons .ld-content-actions input.action[type=submit], a.action.button-video, a.button.action, input.button.action, form button.action {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.button.action:hover, #signup-content .mu_register input.action[type=submit]:hover, .wpProQuiz_content .action.wpProQuiz_button:hover, .sfwd-lessons .ld-content-actions .action.ld-button:hover, .sfwd-lessons .ld-content-actions input.action[type=submit]:hover, a.action.button-video:hover, a.button.action:hover, input.button.action:hover, form button.action:hover {
  background-color: #148f77;
}

a.button-video {
  padding: 4px 30px 4px 5px !important;
}
a.button-video .fa {
  color: #fefefe;
  font-size: 0.9rem;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-right: 15px;
  padding: 11px 0 11px 4px;
  text-align: center;
  transition: all 0.2s;
}
a.button-video:hover .fa {
  border-color: #fefefe;
}

.button-group {
  display: flex;
  justify-content: center;
  margin: -3px;
}
.button-group .button, .button-group #signup-content .mu_register input[type=submit], #signup-content .mu_register .button-group input[type=submit], .button-group .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .button-group .wpProQuiz_button, .button-group .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .button-group .ld-button, .button-group .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .button-group input[type=submit], .button-group a.button-video {
  margin: 3px;
  padding: 0.85rem 1.4rem;
  font-size: 0.8125rem;
}

.card {
  border: none;
  box-shadow: 0 10px 10px rgba(1, 64, 105, 0.1);
  padding-bottom: 20px;
  text-align: center;
}
.card h3, .card p {
  text-align: left;
}
.card h3 {
  margin: 0 0 15px;
  line-height: 1;
  text-transform: none;
}
.card h3 a {
  font-size: 1.125rem;
  color: #014069;
  font-family: "open-sans", sans-serif;
}
.card p {
  font-size: 0.875rem;
}
.card .button, .card #signup-content .mu_register input[type=submit], #signup-content .mu_register .card input[type=submit], .card .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .card .wpProQuiz_button, .card .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .card .ld-button, .card .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .card input[type=submit], .card a.button-video {
  margin-top: 10px;
}
.card .card-section {
  padding: 1.5rem;
}
.card .card-divider {
  color: #5d869b;
  text-align: left;
  background-color: #fefefe;
}
.card .card-divider h5 {
  margin-top: 0;
}

.wistia-embed {
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto 50px;
}

.ui-autocomplete.ui-widget.ui-widget-content {
  height: 200px;
  top: 54px !important;
  overflow-y: auto;
  padding: 1em 0;
  border: none;
  border-radius: 5px;
  box-shadow: 5px 0 15px #cecece;
  background: #f5f7f7;
}
.ui-autocomplete.ui-widget.ui-widget-content li {
  margin: 0 25px;
  font-size: 0.875rem;
  padding: 5px;
}
.ui-autocomplete.ui-widget.ui-widget-content li:hover {
  background-color: #eee;
}
.ui-autocomplete.ui-widget.ui-widget-content li .ui-menu-item-wrapper {
  padding: 9px 1em 9px 1em;
  color: #446271;
}
.ui-autocomplete.ui-widget.ui-widget-content li .ui-menu-item-wrapper.ui-state-active {
  background-color: #1da8d5 !important;
  color: #fefefe;
}

.grecaptcha-badge {
  display: none;
}

.header {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  z-index: 20;
  transition: all 0.2s;
}
.header .logo a {
  display: block;
  transition: all 0.2s;
  margin: -5px auto 0;
}
.header .logo a img {
  display: block;
  width: 120px;
}
@media print, screen and (min-width: 64em) {
  .header .logo a {
    margin: 1rem 2rem 0 0;
  }
}
.header .menu-icon {
  margin: 15px 10px;
}
.header.is-stuck {
  height: 70px;
  margin-bottom: 50px;
  background: #056ca5;
  z-index: 50;
}
.header.is-stuck .logo a {
  width: 85px;
  margin: 5px 0 0 0;
}
.header.is-stuck .main-nav {
  margin-top: 0;
}
.header.is-stuck .change-state {
  margin-top: 17px;
  border: none;
  padding: 0;
}
.header.is-stuck .change-state.no-state-selected {
  margin-top: -0.5em;
  border-bottom: 3px solid #fff;
  padding: 0.25em 0.5em;
}
.home .header.is-stuck {
  background: #005c97;
}
.header.landing-page-header {
  position: relative;
}
.header.landing-page-header .header-contact-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header.landing-page-header .small-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #005c97;
}
.header.landing-page-header .small-header .state-select-dropdown {
  padding: 15px;
}
.header.landing-page-header .small-header .change-state {
  float: none;
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .header.landing-page-header .small-header {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.error404 .header {
  background-color: #056ca5;
}
@media print, screen and (min-width: 64em) {
  .header {
    transition: all 0.2s;
  }
}

.small-header {
  display: grid;
  align-items: center;
}
.small-header .menu-icon {
  grid-row: 1/2;
  grid-column: 1/2;
  margin: 0 20px;
}
.small-header .change-state {
  grid-row: 1/2;
  grid-column: 2/3;
  border: none;
  margin: 0;
  padding: 20px 20px 0;
  text-align: right;
}
.small-header .logo {
  grid-row: 2/3;
  grid-column: 1/3;
}
.small-header .mobile-login {
  grid-row: 3/4;
  grid-column: 1/3;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.small-header .mobile-login .menu-button a {
  display: inline-block;
  background-color: #014069;
  color: #fefefe;
  max-width: 160px;
  width: auto;
}
.small-header .menu-icon {
  grid-row: 1/2;
  grid-column: 1/2;
}
.small-header .logo {
  grid-row: 1/2;
  grid-column: 2/3;
}
.small-header .mobile-login {
  grid-row: 1/2;
  grid-column: 3/4;
  border: none;
  align-self: center;
  margin: 0;
}
.small-header .change-state {
  grid-row: 1/2;
  grid-column: 4/5;
  justify-self: center;
  align-self: center;
  padding: 20px;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .mobile-login {
    border-top: none;
    margin-top: 30px;
  }
}
.sc-top-banner {
  background-color: #014069;
  padding: 10px 0;
}
.sc-top-banner p {
  font-size: 1rem;
  color: #BBCDD6;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
.sc-top-banner a {
  display: inline-block;
  margin-left: 20px;
}

.state-selector {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  margin-left: 3rem;
}

.change-state {
  width: 100%;
  display: block;
  text-align: center;
  transition: 0.2s;
  padding: 15px 10px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 15rem;
}
.change-state.no-state-selected {
  padding: 10px;
  max-width: 10rem;
  border: 3px solid rgb(255, 255, 255);
  width: max-content;
}
.change-state.no-state-selected span {
  opacity: 1;
}
.change-state .state-name {
  color: #fefefe;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}
.change-state span {
  color: #fefefe;
  font-weight: 400;
  font-size: 0.75rem;
  opacity: 0.7;
  transition: 0.2s;
  line-height: 1;
}
.change-state:hover span {
  opacity: 1;
}
@media print, screen and (min-width: 64em) {
  .change-state:hover {
    background-color: rgba(254, 254, 254, 0.05);
  }
}

.dropdown-pane {
  border: none;
  box-shadow: 0 10px 20px rgba(1, 64, 105, 0.4);
}

#login-dropdown {
  max-width: 350px;
  padding: 44px;
  top: auto !important;
  left: auto !important;
  right: 0;
}
#login-dropdown a {
  display: block;
  margin: 0 auto 30px;
  font-size: 1.2rem;
}
#login-dropdown a:hover {
  background-color: #1a96bf;
}
#login-dropdown p {
  font-size: 0.8125rem;
  line-height: 1.3;
  margin-bottom: 0;
}

.large-header {
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 75em) {
  .large-header {
    max-width: 80rem;
  }
}

.sticky-container {
  position: relative;
  transition: all 0.2s;
  background-color: linear-gradient(#005c97, #056ca5);
}
.sticky-container .sticky {
  top: 0 !important;
}

.nav-container {
  display: flex;
  position: relative;
  align-items: center;
  width: -webkit-fill-available;
  justify-content: center;
}

.menu-button a {
  width: 70%;
  margin: 0.75rem auto;
  background-color: #fefefe;
  border: 1px solid #014069;
  color: #014069;
  border-radius: 30px;
  padding: 0.75rem 1.2rem;
  transition: all 0.2s;
  text-transform: uppercase;
  text-align: center;
}
.menu-button a:hover {
  background-color: #014069;
  border: 1px solid #fefefe;
  color: #fefefe;
}
@media print, screen and (min-width: 64em) {
  .menu-button a {
    width: auto;
    margin: 0 0 0 20px;
    background-color: #1da8d5;
    color: #fefefe;
  }
  .menu-button a:hover {
    background-color: transparent;
    border-color: #fefefe;
  }
}

.main-nav {
  padding-top: 50px;
  transition: all 0.2s;
}
.main-nav a {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  text-align: center;
  max-width: 190px;
}
.main-nav a:hover {
  color: #fefefe;
}
.main-nav a::after {
  border-color: rgba(255, 255, 255, 0.15) transparent transparent !important;
}
.main-nav a::after:after {
  border-color: rgba(255, 255, 255, 0.6) transparent transparent !important;
}
.main-nav .menu-button a {
  background-color: #014069;
}
@media print, screen and (min-width: 64em) {
  .main-nav {
    padding-top: 0;
  }
  .main-nav a {
    padding: 0.7rem 0.8rem !important;
  }
  .main-nav .menu-button a {
    width: auto;
    margin: 0 0 0 20px;
    background-color: #014069;
    padding: 0.85rem 2rem !important;
    color: #fefefe;
  }
  .main-nav .menu-button a:hover {
    background-color: transparent;
    border-color: #fefefe;
  }
  .main-nav .menu-button.sc-more-info a {
    font-size: 0.8rem;
    padding: 0.75rem 1.5rem;
  }
  .main-nav li:not(.menu-button) a {
    line-height: 1.2;
  }
  .main-nav .current-page-ancestor &gt; a:before, .main-nav .current-menu-ancestor &gt; a:before,
  .main-nav .current-page &gt; a:before, .main-nav .current-menu-item &gt; a:before {
    width: calc(100% - 2.05rem);
  }
  .main-nav .current-page &gt; a,
  .main-nav .current-menu-item &gt; a,
  .main-nav .current-page-ancestor &gt; a,
  .main-nav .current-menu-ancestor &gt; a {
    color: #fefefe;
    position: relative;
  }
  .main-nav .current-page &gt; a::before,
  .main-nav .current-menu-item &gt; a::before,
  .main-nav .current-page-ancestor &gt; a::before,
  .main-nav .current-menu-ancestor &gt; a::before {
    display: none;
    content: "";
    height: 3px;
    background-color: #fefefe;
    position: absolute;
    bottom: 5px;
    left: 1rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .main-nav .current-page &gt; a::before,
  .main-nav .current-menu-item &gt; a::before,
  .main-nav .current-page-ancestor &gt; a::before,
  .main-nav .current-menu-ancestor &gt; a::before {
    display: block;
  }
}
@media screen and (min-width: 75em) {
  .main-nav a {
    padding: 0.7rem 1.65rem !important;
  }
}
.main-nav .sub-menu .current-menu-item &gt; a:before {
  background-color: transparent;
}
.main-nav .submenu {
  margin: 0;
  list-style-type: none;
  background-color: #1da8d5;
  border: none;
  box-shadow: 0 10px 20px rgba(1, 64, 105, 0.4);
}
.main-nav .submenu a {
  display: inline-block;
  color: #fefefe;
  font-size: 0.75rem;
  line-height: 1;
  padding: 10px 20px;
  width: 230px;
}
.main-nav .submenu a:hover {
  background-color: #1b9ac3;
}

.off-canvas {
  background-color: #014069;
}
.off-canvas .close-button, .off-canvas .close-button:focus, .off-canvas .close-button:hover {
  color: rgba(255, 255, 255, 0.6);
  outline: none;
}
.off-canvas a {
  font-size: 1rem;
  padding: 0.9rem 1rem;
  margin: auto;
}
.off-canvas .menu-button a {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  max-width: 160px;
  margin-top: 30px;
}

.ui-autocomplete {
  z-index: 10000 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #014069 !important;
  border: 1px solid transparent !important;
  color: #fefefe !important;
}

.no-js .main-nav {
  display: none;
}

.menu-button.hide-on-js {
  display: none;
  margin-top: 60px;
  text-align: center;
  font-size: 0.875rem;
  font-family: "brandon-grotesque", sans-serif;
}
.no-js .menu-button.hide-on-js {
  display: block;
}

section.newsletter {
  padding-top: 80px;
  background-size: cover;
  padding-top: 10vw;
  padding-bottom: 18vw;
}
.home section.newsletter {
  margin-top: 80px;
  background-image: url(./img/bg-newsletter.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
}
section.newsletter h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  margin-top: 20px;
}
section.newsletter p {
  font-size: 1rem;
}
section.newsletter .ctct-form-defaults {
  background-color: transparent;
}
section.newsletter .input-wrapper {
  position: relative;
  height: 53px;
  max-width: 700px;
  background-color: rgba(10, 10, 10, 0.25);
}
section.newsletter .input-wrapper label {
  display: none;
}
section.newsletter .input-wrapper p {
  display: inline-block;
  width: 70%;
}
section.newsletter #success_message {
  color: #FFF;
  font-size: 1.1rem;
}
section.newsletter .ctct-form-errorMessage {
  position: absolute;
  bottom: -30px;
  left: 10px;
  font-size: 0.9rem;
  opacity: 0.7;
}
section.newsletter .ctct-form-defaults {
  background-color: transparent !important;
  padding: 0 !important;
}
section.newsletter form.ctct-form-custom {
  position: relative;
  display: inline-block;
}
section.newsletter .ctct-form-field {
  display: inline-block;
}
section.newsletter .ctct-form-label {
  display: none !important;
}
section.newsletter input.ctct-form-element {
  background-color: rgba(254, 254, 254, 0.4) !important;
  color: rgba(255, 255, 255, 0.6) !important;
  border: none !important;
  width: 300px !important;
  height: 42px !important;
}
section.newsletter input.ctct-form-element::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.3);
}
section.newsletter input.ctct-form-element::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
}
section.newsletter input.ctct-form-element:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.3);
}
section.newsletter input.ctct-form-element:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.3);
}
section.newsletter .ctct-form-button {
  position: absolute;
  top: 0;
  left: 310px;
  width: auto !important;
  height: 42px;
  padding: 14px 30px !important;
  border: none !important;
  white-space: nowrap;
  font-family: "open-sans", sans-serif !important;
  font-size: 0.875rem !important;
  text-transform: uppercase !important;
}
section.newsletter h2.ctct-form-header {
  color: #1da8d5 !important;
  font-size: 1.2rem !important;
  padding-top: 20px;
}
section.newsletter .ctct-inline-form .ctct-form-footer-link {
  display: none;
}
@media print, screen and (min-width: 40em) {
  section.newsletter {
    padding-bottom: 10vw;
  }
  section.newsletter p {
    font-size: 1.1rem;
  }
}

.rc-anchor {
  display: none !important;
}

footer {
  background: #fff;
}
footer .pipe {
  content: " ";
  height: 1rem;
  width: 1px;
  background-color: #446271;
  margin-top: 0.2rem;
}
@media only screen and (max-width: 864px) {
  footer .pipe {
    display: none;
  }
}
.home footer {
  background: none;
}
footer h4 {
  margin-top: 20px;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  footer h4 {
    text-align: left;
  }
}
footer .menu {
  width: 60%;
  margin: 0 auto;
}
footer .menu a {
  font-family: "open-sans", sans-serif;
  font-size: 0.875rem;
  padding: 0 0 15px;
  color: #446271;
}
footer .menu a:hover {
  color: #1da8d5;
}
@media print, screen and (min-width: 40em) {
  footer .menu {
    width: 100%;
  }
}
footer .menu-ali {
  margin: 0 auto;
  font-family: "open-sans", sans-serif;
  font-size: 0.875rem;
  padding: 0 0.5rem;
  color: #446271;
}
footer .menu-ali .menu-ali-links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
footer .menu-ali a {
  font-family: "open-sans", sans-serif;
  font-size: 0.875rem;
  padding: 0 0.5rem 1rem;
  color: #446271;
}
footer .menu-ali a:hover {
  color: #1da8d5;
}
footer .menu-ali .site-info__copyright {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #446271;
}
footer.footer_dark {
  padding: 2rem 0;
  background: #005c97;
}
footer.footer_dark .menu-ali {
  color: #ffffff;
}
footer.footer_dark .site-info__copyright {
  color: #ffffff;
}
footer.footer_dark a {
  color: #ffffff;
}
footer.footer_dark a:hover {
  color: #ffffff;
}
footer.footer_dark .pipe {
  background-color: #ffffff;
}
footer .address {
  padding-bottom: 8px;
}
footer .contact-info ul {
  list-style-type: none;
  margin-left: 0;
}
footer .contact-info li {
  font-size: 1rem;
}
footer .contact-info p {
  margin-bottom: 10px;
}
footer .contact-info i {
  color: #1da8d5;
  font-size: 1.1rem;
  margin-right: 7px;
}
footer .contact-info a:hover {
  color: #1785a8;
}
footer .social-icons ul {
  margin-bottom: 20px;
}
footer .social-icons li + li a {
  margin-left: 10px;
}
footer .copyright {
  font-size: 0.75rem;
}
footer .social-icons ul {
  margin: 0 0 20px;
  padding: 0;
}
footer .social-icons li {
  list-style-type: none;
  display: inline-block;
}
footer .social-icons li + li {
  margin-left: 15px;
}

.flag-in-a-hole {
  text-align: center;
}
.flag-in-a-hole img {
  width: 140px;
  margin-top: 0 auto 20px;
}
@media print, screen and (min-width: 40em) {
  .flag-in-a-hole {
    text-align: left;
  }
  .flag-in-a-hole img {
    width: 200px;
    margin: -70px 0 0;
  }
}

.footer-main {
  border-bottom: 1px solid #BBCDD6;
  padding: 0 0 5vw;
}
.footer-main p {
  font-size: 0.875rem;
  margin: 0;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .footer-main p {
    text-align: left;
  }
}

.footer-bottom {
  padding: 20px 40px 50px;
}
.footer-bottom .footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-bottom img {
  max-height: 80px;
  margin: 30px 40px;
}
.footer-bottom img:first-child {
  max-height: 60px;
}

.front-page {
  background: url(./img/bg-tile.jpg) repeat;
  text-align: center;
  transition: all 0.2s;
}
.front-page .angle-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.front-page section {
  padding: 5vw 40px;
}
.front-page .masthead {
  position: relative;
  background: url(./img/bg-masthead.jpg) no-repeat left bottom;
  background-size: cover;
  text-align: center;
  padding: 225px 20px 0;
  margin-top: -130px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .front-page .masthead {
    padding: 200px 20px 0;
    margin-bottom: 0;
  }
}
.front-page .masthead p, .front-page .front-app p {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.front-page .front-buttons {
  margin: 30px auto 40px;
}
.front-page .front-buttons .button, .front-page .front-buttons #signup-content .mu_register input[type=submit], #signup-content .mu_register .front-page .front-buttons input[type=submit], .front-page .front-buttons .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .front-page .front-buttons .wpProQuiz_button, .front-page .front-buttons .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .front-page .front-buttons .ld-button, .front-page .front-buttons .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .front-page .front-buttons input[type=submit], .front-page .front-buttons a.button-video {
  padding: 1.0625rem 2.5rem;
  margin: 10px 5px;
  width: 190px;
  border: 1px solid #1da8d5;
}
.front-page .front-buttons .button:hover, .front-page .front-buttons #signup-content .mu_register input[type=submit]:hover, #signup-content .mu_register .front-page .front-buttons input[type=submit]:hover, .front-page .front-buttons .wpProQuiz_content .wpProQuiz_button:hover, .wpProQuiz_content .front-page .front-buttons .wpProQuiz_button:hover, .front-page .front-buttons .sfwd-lessons .ld-content-actions .ld-button:hover, .sfwd-lessons .ld-content-actions .front-page .front-buttons .ld-button:hover, .front-page .front-buttons .sfwd-lessons .ld-content-actions input[type=submit]:hover, .sfwd-lessons .ld-content-actions .front-page .front-buttons input[type=submit]:hover, .front-page .front-buttons a.button-video:hover {
  border-color: #fefefe;
}
@media print, screen and (min-width: 40em) {
  .front-page .front-buttons .button + .button, .front-page .front-buttons #signup-content .mu_register input[type=submit] + .button, #signup-content .mu_register .front-page .front-buttons input[type=submit] + .button, .front-page .front-buttons #signup-content .mu_register .button + input[type=submit], #signup-content .mu_register .front-page .front-buttons .button + input[type=submit], .front-page .front-buttons #signup-content .mu_register input[type=submit] + input[type=submit], #signup-content .mu_register .front-page .front-buttons input[type=submit] + input[type=submit], .front-page .front-buttons .wpProQuiz_content .wpProQuiz_button + .button, .front-page .front-buttons .wpProQuiz_content #signup-content .mu_register .wpProQuiz_button + input[type=submit], #signup-content .mu_register .front-page .front-buttons .wpProQuiz_content .wpProQuiz_button + input[type=submit], .wpProQuiz_content .front-page .front-buttons .wpProQuiz_button + .button, .wpProQuiz_content .front-page .front-buttons #signup-content .mu_register .wpProQuiz_button + input[type=submit], #signup-content .mu_register .wpProQuiz_content .front-page .front-buttons .wpProQuiz_button + input[type=submit], .front-page .front-buttons .wpProQuiz_content .button + .wpProQuiz_button, .front-page .front-buttons .wpProQuiz_content #signup-content .mu_register input[type=submit] + .wpProQuiz_button, #signup-content .mu_register .front-page .front-buttons .wpProQuiz_content input[type=submit] + .wpProQuiz_button, .wpProQuiz_content .front-page .front-buttons .button + .wpProQuiz_button, .wpProQuiz_content .front-page .front-buttons #signup-content .mu_register input[type=submit] + .wpProQuiz_button, #signup-content .mu_register .wpProQuiz_content .front-page .front-buttons input[type=submit] + .wpProQuiz_button, .front-page .front-buttons .wpProQuiz_content .wpProQuiz_button + .wpProQuiz_button, .wpProQuiz_content .front-page .front-buttons .wpProQuiz_button + .wpProQuiz_button, .front-page .front-buttons .sfwd-lessons .ld-content-actions .ld-button + .button, .front-page .front-buttons .sfwd-lessons .ld-content-actions #signup-content .mu_register .ld-button + input[type=submit], #signup-content .mu_register .front-page .front-buttons .sfwd-lessons .ld-content-actions .ld-button + input[type=submit], .front-page .front-buttons .sfwd-lessons .ld-content-actions .wpProQuiz_content .ld-button + .wpProQuiz_button, .wpProQuiz_content .front-page .front-buttons .sfwd-lessons .ld-content-actions .ld-button + .wpProQuiz_button, .sfwd-lessons .ld-content-actions .front-page .front-buttons .ld-button + .button, .sfwd-lessons .ld-content-actions .front-page .front-buttons #signup-content .mu_register .ld-button + input[type=submit], #signup-content .mu_register .sfwd-lessons .ld-content-actions .front-page .front-buttons .ld-button + input[type=submit], .sfwd-lessons .ld-content-actions .front-page .front-buttons .wpProQuiz_content .ld-button + .wpProQuiz_button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .front-page .front-buttons .ld-button + .wpProQuiz_button, .front-page .front-buttons .sfwd-lessons .ld-content-actions input[type=submit] + .button, .front-page .front-buttons .sfwd-lessons .ld-content-actions .wpProQuiz_content input[type=submit] + .wpProQuiz_button, .wpProQuiz_content .front-page .front-buttons .sfwd-lessons .ld-content-actions input[type=submit] + .wpProQuiz_button, .sfwd-lessons .ld-content-actions .front-page .front-buttons input[type=submit] + .button, .sfwd-lessons .ld-content-actions .front-page .front-buttons .wpProQuiz_content input[type=submit] + .wpProQuiz_button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .front-page .front-buttons input[type=submit] + .wpProQuiz_button, .front-page .front-buttons .sfwd-lessons .ld-content-actions .button + .ld-button, .front-page .front-buttons .sfwd-lessons .ld-content-actions #signup-content .mu_register input[type=submit] + .ld-button, #signup-content .mu_register .front-page .front-buttons .sfwd-lessons .ld-content-actions input[type=submit] + .ld-button, .front-page .front-buttons .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button + .ld-button, .wpProQuiz_content .front-page .front-buttons .sfwd-lessons .ld-content-actions .wpProQuiz_button + .ld-button, .sfwd-lessons .ld-content-actions .front-page .front-buttons .button + .ld-button, .sfwd-lessons .ld-content-actions .front-page .front-buttons #signup-content .mu_register input[type=submit] + .ld-button, #signup-content .mu_register .sfwd-lessons .ld-content-actions .front-page .front-buttons input[type=submit] + .ld-button, .sfwd-lessons .ld-content-actions .front-page .front-buttons .wpProQuiz_content .wpProQuiz_button + .ld-button, .wpProQuiz_content .sfwd-lessons .ld-content-actions .front-page .front-buttons .wpProQuiz_button + .ld-button, .front-page .front-buttons .sfwd-lessons .ld-content-actions .ld-button + .ld-button, .sfwd-lessons .ld-content-actions .front-page .front-buttons .ld-button + .ld-button, .front-page .front-buttons .sfwd-lessons .ld-content-actions input[type=submit] + .ld-button, .sfwd-lessons .ld-content-actions .front-page .front-buttons input[type=submit] + .ld-button, .front-page .front-buttons .sfwd-lessons .ld-content-actions .button + input[type=submit], .front-page .front-buttons .sfwd-lessons .ld-content-actions .wpProQuiz_content .wpProQuiz_button + input[type=submit], .wpProQuiz_content .front-page .front-buttons .sfwd-lessons .ld-content-actions .wpProQuiz_button + input[type=submit], .sfwd-lessons .ld-content-actions .front-page .front-buttons .button + input[type=submit], .sfwd-lessons .ld-content-actions .front-page .front-buttons .wpProQuiz_content .wpProQuiz_button + input[type=submit], .wpProQuiz_content .sfwd-lessons .ld-content-actions .front-page .front-buttons .wpProQuiz_button + input[type=submit], .front-page .front-buttons .sfwd-lessons .ld-content-actions .ld-button + input[type=submit], .sfwd-lessons .ld-content-actions .front-page .front-buttons .ld-button + input[type=submit], .front-page .front-buttons .sfwd-lessons .ld-content-actions input[type=submit] + input[type=submit], .sfwd-lessons .ld-content-actions .front-page .front-buttons input[type=submit] + input[type=submit], .front-page .front-buttons a.button-video + .button, .front-page .front-buttons #signup-content .mu_register a.button-video + input[type=submit], #signup-content .mu_register .front-page .front-buttons a.button-video + input[type=submit], .front-page .front-buttons .wpProQuiz_content a.button-video + .wpProQuiz_button, .wpProQuiz_content .front-page .front-buttons a.button-video + .wpProQuiz_button, .front-page .front-buttons .sfwd-lessons .ld-content-actions a.button-video + .ld-button, .sfwd-lessons .ld-content-actions .front-page .front-buttons a.button-video + .ld-button, .front-page .front-buttons .sfwd-lessons .ld-content-actions a.button-video + input[type=submit], .sfwd-lessons .ld-content-actions .front-page .front-buttons a.button-video + input[type=submit], .front-page .front-buttons .button + a.button-video, .front-page .front-buttons #signup-content .mu_register input[type=submit] + a.button-video, #signup-content .mu_register .front-page .front-buttons input[type=submit] + a.button-video, .front-page .front-buttons .wpProQuiz_content .wpProQuiz_button + a.button-video, .wpProQuiz_content .front-page .front-buttons .wpProQuiz_button + a.button-video, .front-page .front-buttons .sfwd-lessons .ld-content-actions .ld-button + a.button-video, .sfwd-lessons .ld-content-actions .front-page .front-buttons .ld-button + a.button-video, .front-page .front-buttons .sfwd-lessons .ld-content-actions input[type=submit] + a.button-video, .sfwd-lessons .ld-content-actions .front-page .front-buttons input[type=submit] + a.button-video, .front-page .front-buttons a.button-video + a.button-video {
    margin-left: 10px;
  }
}
.front-page .students {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 940px;
}
.front-page .experts-image {
  position: absolute;
  width: 600px;
  bottom: -130px;
  left: 50%;
  margin-left: -300px;
  z-index: 4;
}
.front-page .front-info {
  padding: 15vw 40px 5vw 40px;
  background: #fefefe;
}
.front-page .front-info h2 {
  margin-bottom: 40px;
}
.front-page .front-info h3 {
  margin-bottom: 30px;
}
.front-page .front-info p {
  max-width: 710px;
  margin: 0 auto;
}
.front-page .front-info .slide-container:focus, .front-page .front-info .orbit:focus, .front-page .front-info .orbit-container:focus {
  outline: none;
}
.front-page .front-info .circle-icon {
  width: 100%;
  max-width: 300px;
  margin-top: 3rem;
}
.front-page .front-info .slide p {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.front-page .front-info .slide .more {
  font-weight: 700;
}
.front-page .front-info .orbit-container button {
  background-color: rgba(68, 98, 113, 0.3);
  border-radius: 50%;
  transition: all 0.2s;
}
.front-page .front-info .orbit-container button:hover {
  background-color: rgba(68, 98, 113, 0.6);
}
.front-page .front-info .orbit-bullets button {
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  margin: 0.1rem 0.3rem;
}
.front-page .front-info .orbit-bullets button.is-active {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #1da8d5;
}
@media print, screen and (min-width: 64em) {
  .front-page .front-info {
    padding: 9vw 20px 5vw 20px;
  }
  .front-page .front-info .slide-container {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
  }
  .front-page .front-info .slide-container li {
    margin: 0 auto;
  }
  .front-page .front-info .slide {
    float: left;
    margin: 50px auto;
  }
}
.front-page .formula-illustration {
  max-width: 800px;
  margin: 20px auto 0;
}
.front-page .formula-illustration img {
  max-width: 100%;
  margin-bottom: 10px;
}
.front-page .front-app {
  background: url(./img/bg-app.png) no-repeat;
  background-size: 1600px 100%;
  padding: 25vw 40px;
  margin-bottom: -170px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .front-page .front-app {
    padding: 11vw 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .front-page .front-app {
    height: 60vw;
    background-size: 100% 100%;
  }
}
.front-page .app-store-buttons {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.front-page .app-store-buttons a {
  display: block;
  margin: 10px;
}
.front-page .app-store-buttons img {
  width: 130px;
  height: 40px;
}
.front-page .app-screenshots {
  display: none;
  position: relative;
  margin: 40px auto 0;
  width: 88%;
  height: 33vw;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .front-page .app-screenshots {
    display: block;
  }
}
.front-page .app-screenshots img {
  width: 52%;
  position: absolute;
  left: 9999px;
  transition: all 0.3s;
}
.front-page .app-screenshots #screen1.active {
  top: 15%;
  left: 3%;
}
.front-page .app-screenshots #screen2.active {
  top: 10%;
  left: 23%;
}
.front-page .app-screenshots #screen3.active {
  top: 5%;
  left: 43%;
}
.front-page .bottom-enter-button {
  padding-bottom: 150px;
}
.front-page .bottom-enter-button .button, .front-page .bottom-enter-button #signup-content .mu_register input[type=submit], #signup-content .mu_register .front-page .bottom-enter-button input[type=submit], .front-page .bottom-enter-button .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .front-page .bottom-enter-button .wpProQuiz_button, .front-page .bottom-enter-button .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .front-page .bottom-enter-button .ld-button, .front-page .bottom-enter-button .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .front-page .bottom-enter-button input[type=submit], .front-page .bottom-enter-button a.button-video {
  border: 1px solid #1da8d5;
}
.front-page .bottom-enter-button .button:hover, .front-page .bottom-enter-button #signup-content .mu_register input[type=submit]:hover, #signup-content .mu_register .front-page .bottom-enter-button input[type=submit]:hover, .front-page .bottom-enter-button .wpProQuiz_content .wpProQuiz_button:hover, .wpProQuiz_content .front-page .bottom-enter-button .wpProQuiz_button:hover, .front-page .bottom-enter-button .sfwd-lessons .ld-content-actions .ld-button:hover, .sfwd-lessons .ld-content-actions .front-page .bottom-enter-button .ld-button:hover, .front-page .bottom-enter-button .sfwd-lessons .ld-content-actions input[type=submit]:hover, .sfwd-lessons .ld-content-actions .front-page .bottom-enter-button input[type=submit]:hover, .front-page .bottom-enter-button a.button-video:hover {
  background-color: #1785a8;
  border-color: #1785a8;
}
.front-page .back-to-school-container {
  width: 90%;
  max-width: 800px;
  margin: 5rem auto;
}
.front-page .back-to-school-content {
  width: fit-content;
  margin: auto;
}
.front-page .back-to-school-content .fa {
  color: #fff;
  font-size: 3rem !important;
  margin: 1rem auto;
}
@media print, screen and (min-width: 64em) {
  .front-page .back-to-school-content {
    display: flex;
    justify-content: space-between;
    width: auto;
  }
}
.front-page .back-to-school_element {
  display: flex;
  justify-content: center;
  align-items: center;
}
.front-page .back-to-school_element p {
  width: 100%;
  margin-bottom: 0 !important;
  text-align: left;
  margin-left: 2rem;
}
.front-page .back-to-school_element a {
  display: contents;
}
.front-page .back-to-school_element a:hover {
  text-decoration: none !important;
}
@media print, screen and (min-width: 64em) {
  .front-page .back-to-school_element {
    display: block;
    flex: 1;
    max-width: 200px;
  }
  .front-page .back-to-school_element p {
    text-align: center;
    margin-left: 0;
  }
}

.landing-page {
  background-image: none;
}
.landing-page .masthead {
  margin-bottom: 0;
  padding-top: 170px;
}
.landing-page .masthead p {
  margin-bottom: 20px;
}
.landing-page .masthead a {
  color: rgba(254, 254, 254, 0.8);
  font-weight: 400;
}
.landing-page .masthead a:hover {
  text-decoration: underline;
}
.landing-page .masthead a.button, .landing-page .masthead .wpProQuiz_content a.wpProQuiz_button, .wpProQuiz_content .landing-page .masthead a.wpProQuiz_button, .landing-page .masthead .sfwd-lessons .ld-content-actions a.ld-button, .sfwd-lessons .ld-content-actions .landing-page .masthead a.ld-button, .landing-page .masthead a.button-video {
  font-weight: 600;
  color: #fefefe;
}
.landing-page .masthead a.button:hover, .landing-page .masthead .wpProQuiz_content a.wpProQuiz_button:hover, .wpProQuiz_content .landing-page .masthead a.wpProQuiz_button:hover, .landing-page .masthead .sfwd-lessons .ld-content-actions a.ld-button:hover, .sfwd-lessons .ld-content-actions .landing-page .masthead a.ld-button:hover, .landing-page .masthead a.button-video:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .landing-page .masthead {
    padding-top: 250px;
  }
}
.landing-page .students {
  margin-top: 50px;
  max-width: 800px;
}
.landing-page .students img {
  width: 100%;
}
.landing-page .intro-text {
  width: 90%;
  margin: 0 auto;
}
.landing-page .intro-text p {
  text-align: left;
  width: 100%;
}
.landing-page .intro-text a:hover {
  color: #6dcceb;
}
.landing-page .intro-video {
  width: 80%;
  margin: 0 auto 20px;
}
.landing-page .change-state {
  margin-top: 0;
  max-width: 170px;
}

.page-template-page-landing .footer {
  position: relative;
  margin-top: 0;
}
.page-template-page-landing .footer .footer-main {
  margin-top: -90px;
}
.page-template-page-landing .footer .flag {
  text-align: center;
}
.page-template-page-landing .footer .flag img {
  width: 130px;
}
.page-template-page-landing .footer .app-store-buttons {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.page-template-page-landing .footer .app-store-buttons img {
  width: 150px;
  height: auto;
}
.page-template-page-landing .footer .contact-info {
  margin: 30px 0;
}
.page-template-page-landing .footer .contact-info, .page-template-page-landing .footer .contact-info h4 {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .page-template-page-landing .footer {
    margin-top: -100px;
  }
  .page-template-page-landing .footer .footer-main {
    margin-top: 0;
  }
  .page-template-page-landing .footer .flag img {
    width: 200px;
  }
  .page-template-page-landing .footer .app-store-buttons {
    display: flex;
    margin-top: 140px;
  }
  .page-template-page-landing .footer .app-store-buttons img {
    width: 120px;
  }
  .page-template-page-landing .footer .contact-info {
    margin-top: 130px;
    margin-bottom: 0;
  }
  .page-template-page-landing .footer .contact-info, .page-template-page-landing .footer .contact-info h4 {
    text-align: right;
  }
}

.landing-page-header .button, .landing-page-header #signup-content .mu_register input[type=submit], #signup-content .mu_register .landing-page-header input[type=submit], .landing-page-header .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .landing-page-header .wpProQuiz_button, .landing-page-header .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .landing-page-header .ld-button, .landing-page-header .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .landing-page-header input[type=submit], .landing-page-header a.button-video {
  background-color: #1abc9c;
}
.landing-page-header .change-state {
  margin-right: 0;
}

.landing-page .front-buttons .button, .landing-page .front-buttons #signup-content .mu_register input[type=submit], #signup-content .mu_register .landing-page .front-buttons input[type=submit], .landing-page .front-buttons .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .landing-page .front-buttons .wpProQuiz_button, .landing-page .front-buttons .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .landing-page .front-buttons .ld-button, .landing-page .front-buttons .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .landing-page .front-buttons input[type=submit], .landing-page .front-buttons a.button-video {
  width: 100%;
}
.landing-page .front-news {
  padding-top: 50px;
  padding-bottom: 50px;
}
.landing-page .front-app {
  height: initial;
  padding: 7vw 20px 150px;
  background: url(./img/bg-app-landing.png) no-repeat;
  background-size: 100% 590px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .landing-page .front-buttons .button, .landing-page .front-buttons #signup-content .mu_register input[type=submit], #signup-content .mu_register .landing-page .front-buttons input[type=submit], .landing-page .front-buttons .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .landing-page .front-buttons .wpProQuiz_button, .landing-page .front-buttons .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .landing-page .front-buttons .ld-button, .landing-page .front-buttons .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .landing-page .front-buttons input[type=submit], .landing-page .front-buttons a.button-video {
    width: auto;
  }
  .landing-page .front-news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .landing-page .front-app {
    padding: 7vw 40px 15vw;
    background-size: 100% 500px;
  }
}

.landing-page .frm_forms {
  background-color: rgba(10, 10, 10, 0.1);
  padding: 20px;
}
.landing-page form {
  width: 80%;
  margin: 10px auto;
  text-align: left;
}
.landing-page form label {
  margin-top: 1em;
}
.landing-page form label, .landing-page form .frm_required, .landing-page form .frm_description {
  color: #FFF;
  opacity: 0.6;
}
.landing-page form .frm_description {
  opacity: 0.4;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.landing-page form input[type=text], .landing-page form input[type=email], .landing-page form textarea, .landing-page form select {
  color: #fff;
  border: none;
  background-color: rgba(10, 10, 10, 0.2);
  padding: 10px 20px;
  height: auto;
  width: 100%;
  margin-bottom: 0;
}
.landing-page form button {
  margin-top: 20px;
}
.landing-page .frm_message {
  border: 2px solid #014069;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
}
.landing-page .frm_message p {
  color: #014069;
}

.vll-landing-page .masthead {
  height: 100vh;
}

.page-template-page-landing-prod footer .app-store-buttons img {
  margin: 0.5em 0;
}

.page .angle-mask {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .page .angle-mask {
    margin-top: -4.5vw;
  }
}
@media print, screen and (min-width: 64em) {
  .page .angle-mask {
    margin-top: -5.7vw;
  }
}
.page hr {
  margin: 50px 0;
}

.page-header {
  background: linear-gradient(#056ca5 10%, transparent 60%), url(./img/bg-tile-blue.jpg) repeat;
  padding: 220px 0;
  position: fixed;
  width: 100%;
  z-index: -1;
  top: 0;
  background-size: auto, 40%;
}
@media print, screen and (min-width: 40em) {
  .page-header {
    padding: 180px 0 400px;
  }
}

.page-content-wrapper {
  padding-top: 10px;
}
@media print, screen and (min-width: 40em) {
  .page-content-wrapper {
    padding-top: 0;
  }
}
.page-content-wrapper.after-header {
  position: relative;
  padding-top: 100px;
}
@media print, screen and (min-width: 40em) {
  .page-content-wrapper.after-header {
    padding-top: 110px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-content-wrapper.after-header {
    padding-top: 80px;
  }
}
@media screen and (min-width: 90em) {
  .page-content-wrapper.after-header {
    padding-top: 120px;
  }
}
.page-content-wrapper.after-header .mask {
  width: 100%;
  height: 113px;
  background: url(./img/bg-angle.png) no-repeat top left;
  background-size: 100%;
  margin-top: -94px;
}

.top-title {
  padding-top: 25px;
  padding-bottom: 30px;
}
.top-title h2 {
  color: #fefefe;
  text-align: center;
  margin: 0;
  font-size: 2.2rem;
}
@media print, screen and (min-width: 40em) {
  .top-title {
    padding-top: 0;
    padding-bottom: 130px;
  }
  .top-title h2 {
    font-size: 2.7rem;
  }
}
@media print, screen and (min-width: 64em) {
  .top-title h2 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 90em) {
  .top-title {
    padding-bottom: 150px;
  }
}

.page-content {
  background-color: #FFF;
  padding: 30px 0 30px;
  margin-top: 0;
}
.page-content h1 {
  text-align: center;
  color: #014069;
  margin: 0 auto 25px;
  width: 90%;
}
.page-content ul, .page-content ol {
  margin-bottom: 20px;
}
.page-content li {
  line-height: 1.5;
  margin: 0 20px 20px;
}
.page-content .submenu {
  text-align: center;
  box-shadow: none;
  background-color: transparent;
}
.page-content .submenu ul {
  width: 90%;
  max-width: 380px;
  margin: 0 auto 20px;
}
.page-content .submenu li {
  display: block !important;
  border-color: #005c97;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  margin: 0;
}
.page-content .submenu li:first-child {
  border-radius: 6px 6px 0 0;
}
.page-content .submenu li:last-child {
  border-radius: 0 0 6px 6px;
  border-width: 1px;
}
.page-content .submenu li:hover {
  background-color: #1da8d5;
  border-color: #1da8d5;
}
.page-content .submenu li:hover a {
  color: #fefefe;
}
.page-content .submenu li.current-menu-item {
  background-color: #005c97;
}
.page-content .submenu li.current-menu-item a {
  color: #fefefe;
}
.page-content .submenu a {
  font-family: "brandon-grotesque", sans-serif;
  color: #014069;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 1rem 2rem;
  background-color: transparent !important;
}
@media print, screen and (min-width: 40em) {
  .page-content .submenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: initial;
  }
  .page-content .submenu li {
    border: 1px solid #005c97;
    display: flex !important;
    align-items: center;
    max-width: 180px;
  }
  .page-content .submenu li:first-child {
    border-radius: 6px 0 0 6px;
  }
  .page-content .submenu li:last-child {
    border-radius: 0 6px 6px 0;
  }
}
@media screen and (min-width: 71.25em) {
  .page-content .submenu li {
    border-width: 1px 0 1px 1px;
  }
}
.page-content .button:hover, .page-content #signup-content .mu_register input[type=submit]:hover, #signup-content .mu_register .page-content input[type=submit]:hover, .page-content .wpProQuiz_content .wpProQuiz_button:hover, .wpProQuiz_content .page-content .wpProQuiz_button:hover, .page-content .sfwd-lessons .ld-content-actions .ld-button:hover, .sfwd-lessons .ld-content-actions .page-content .ld-button:hover, .page-content .sfwd-lessons .ld-content-actions input[type=submit]:hover, .sfwd-lessons .ld-content-actions .page-content input[type=submit]:hover, .page-content a.button-video:hover {
  background-color: #1785a8;
  border-color: #1785a8;
}
.page-content .side-image {
  display: none;
}
.page-content .entry-footer {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .page-content {
    padding: 70px 0 30px;
  }
  .page-content h1 {
    margin-bottom: 40px;
  }
  .page-content .responsive-embed {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 45% !important;
    max-width: 700px;
  }
  .page-content .side-image {
    display: block;
    position: absolute;
    right: -20px;
    bottom: 7%;
    width: 40%;
    max-width: 520px;
    height: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .page-content .side-image {
    bottom: -30px;
  }
}

article.page {
  max-width: 960px;
  margin: 0 auto;
}

.top-submenu {
  padding-bottom: 40px;
}

.bottom-submenu {
  padding-top: 70px;
}

.integration-input {
  width: 100%;
  padding: 20px;
  border-radius: 7px;
  margin-bottom: 30px;
}
.integration-input .inner-wrapper {
  background-color: #fefefe;
  padding: 5px 5px 5px 20px;
  height: 53px;
}

.integration-table {
  margin-top: 30px;
}
.integration-table tbody {
  border: 0;
}
.integration-table tr:nth-child(even) {
  background-color: #f1f5f7;
}
.integration-table th {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  color: #446271;
  text-align: left;
  font-size: 0.9375rem;
}
.integration-table td {
  color: #446271;
  font-family: "open-sans", sans-serif;
}
.integration-table .fa {
  font-size: 1rem;
}
.integration-table .fa-check-circle-o {
  color: #1abc9c;
}
.integration-table .fa-times-circle-o {
  color: #e75040;
}

.page-components .intro-line {
  text-align: center;
}

.components {
  white-space: nowrap;
  margin: 60px 0 230px;
}
@media print, screen and (min-width: 64em) {
  .components {
    margin-left: 5rem;
  }
}

.component {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.component:nth-child(2n) {
  top: 105px;
}
.component:nth-child(2) {
  left: -55px;
}
.component:nth-child(3) {
  left: -110px;
}
.component:nth-child(4) {
  left: -165px;
}
.component:nth-child(5) {
  left: -220px;
}
.component:nth-child(6) {
  left: -275px;
}
.component button {
  transition: transform 0.3s;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.component button::before {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  top: 5px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(10, 10, 10, 0.3);
  opacity: 0;
  z-index: -1;
}
.component button:hover {
  z-index: 10;
  transform: scale(1.1);
}
.component button:hover::before {
  opacity: 1;
}
.component img {
  position: relative;
}
.component .plus {
  width: 85px;
  height: 86px;
  background: url(./img/plus.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -48px;
  left: 80px;
}

.component-tooltip {
  padding: 30px 30px 10px;
  background-color: #24343c;
  border-radius: 5px;
  white-space: normal;
  z-index: 30;
}
.component-tooltip h3 {
  font-size: 1.125rem;
  color: #fefefe;
  margin-top: 0;
}
.component-tooltip p {
  font-size: 0.875rem;
  color: #BBCDD6;
  text-align: left;
}
.component-tooltip::before {
  content: "";
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 10px;
  top: 121px;
  position: absolute;
}
.component-tooltip.left::before {
  border-color: transparent transparent transparent #24343c;
  right: -20px;
}
.component-tooltip.right:before {
  border-color: transparent #24343c transparent transparent;
  left: -20px;
}
.component-tooltip.tooltip-offset {
  margin-top: 80px;
}

@media print, screen and (min-width: 40em) {
  .component {
    width: 240px;
  }
}
.impact-stats {
  display: flex;
  flex-wrap: wrap;
}
.impact-stats div {
  width: 47%;
  background-color: #f0f4f6;
  background-position: center 30px;
  background-size: 20px;
  padding: 70px 0 40px;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 5px 10px;
}
.impact-stats h2 {
  margin-bottom: 0;
}
.impact-stats h3 {
  font-size: 0.8125rem;
}
.impact-stats hr {
  width: 50px;
  height: 3px;
  background-color: #BBCDD6;
  margin: 30px auto;
}
.impact-stats p {
  color: #5d869b;
  font-size: 0.875rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .impact-stats {
    margin: 40px 0 60px;
    justify-content: center;
  }
  .impact-stats div {
    width: 200px;
    margin: 0;
  }
  .impact-stats div + div {
    margin-left: 10px;
  }
}

.stats-logins {
  background-image: url(./img/icon-lock.png);
}

.stats-videos {
  background-image: url(./img/icon-video.png);
}

.stats-posts {
  background-image: url(./img/icon-message.png);
}

.stats-questions {
  background-image: url(./img/icon-gear.png);
}

.orbit-previous, .orbit-next {
  background-color: #0a0a0a !important;
}

.orbit-slide {
  margin: 0 !important;
}

.orbit .wistia-embed-container {
  max-width: 500px;
}

.comparative-features-table, .middlegrades-page table, .middlegrades-ms-page table {
  margin-bottom: 70px;
}
.comparative-features-table tbody td, .middlegrades-page table tbody td, .middlegrades-ms-page table tbody td, .comparative-features-table tbody th, .middlegrades-page table tbody th, .middlegrades-ms-page table tbody th {
  font-size: 0.8rem;
  line-height: 1.5;
}
.comparative-features-table tbody td:first-child, .middlegrades-page table tbody td:first-child, .middlegrades-ms-page table tbody td:first-child, .comparative-features-table tbody th:first-child, .middlegrades-page table tbody th:first-child, .middlegrades-ms-page table tbody th:first-child {
  width: 55%;
}
.comparative-features-table tbody td:nth-child(2), .middlegrades-page table tbody td:nth-child(2), .middlegrades-ms-page table tbody td:nth-child(2), .comparative-features-table tbody th:nth-child(2), .middlegrades-page table tbody th:nth-child(2), .middlegrades-ms-page table tbody th:nth-child(2) {
  background-color: #e8fcf8;
}
.comparative-features-table tbody td:not(:first-child), .middlegrades-page table tbody td:not(:first-child), .middlegrades-ms-page table tbody td:not(:first-child), .comparative-features-table tbody th:not(:first-child), .middlegrades-page table tbody th:not(:first-child), .middlegrades-ms-page table tbody th:not(:first-child) {
  width: 15%;
  text-align: center;
}
.comparative-features-table tbody tr:nth-child(even) td:nth-child(2), .middlegrades-page table tbody tr:nth-child(even) td:nth-child(2), .middlegrades-ms-page table tbody tr:nth-child(even) td:nth-child(2), .comparative-features-table tbody tr:nth-child(even) th:nth-child(2), .middlegrades-page table tbody tr:nth-child(even) th:nth-child(2), .middlegrades-ms-page table tbody tr:nth-child(even) th:nth-child(2) {
  background-color: #cef8f0;
}
@media print, screen and (min-width: 40em) {
  .comparative-features-table tbody td, .middlegrades-page table tbody td, .middlegrades-ms-page table tbody td, .comparative-features-table tbody th, .middlegrades-page table tbody th, .middlegrades-ms-page table tbody th {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.comparative-features-table .fa, .middlegrades-page table .fa, .middlegrades-ms-page table .fa {
  font-size: 1.4rem;
}
.comparative-features-table .fa-check, .middlegrades-page table .fa-check, .middlegrades-ms-page table .fa-check {
  color: #1abc9c;
}
.comparative-features-table .fa-times, .middlegrades-page table .fa-times, .middlegrades-ms-page table .fa-times {
  color: #e75040;
}

.middlegrades-page, .middlegrades-ms-page {
  position: relative;
  padding-top: 60px;
}
.middlegrades-page h1, .middlegrades-ms-page h1 {
  margin-bottom: 0;
}
.middlegrades-page h4, .middlegrades-ms-page h4 {
  text-align: center;
  margin-bottom: 50px;
}
.middlegrades-page .buttons, .middlegrades-ms-page .buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.middlegrades-page .buttons a, .middlegrades-ms-page .buttons a {
  margin: 10px;
  width: 90%;
}
.middlegrades-page .top-title h2, .middlegrades-ms-page .top-title h2 {
  font-size: 3.5rem;
}
.middlegrades-page h2, .middlegrades-ms-page h2 {
  font-size: 2.8rem;
  margin-bottom: 0;
}
.middlegrades-page h3, .middlegrades-ms-page h3 {
  font-size: 1.9rem;
  margin: 10px 0;
  color: #014069;
}
.middlegrades-page .faq-section, .middlegrades-ms-page .faq-section {
  max-width: 960px;
  padding: 5vw 0;
  margin: 0 auto;
}
.middlegrades-page .faq-section h2, .middlegrades-ms-page .faq-section h2 {
  margin-bottom: 20px;
}
.middlegrades-page .footer .newsletter, .middlegrades-ms-page .footer .newsletter {
  padding: 10vw 0 5vw;
}
@media print, screen and (min-width: 40em) {
  .middlegrades-page .buttons a, .middlegrades-ms-page .buttons a {
    width: auto;
  }
}

.page-id-1535 .page-content, .page-id-1535 .top-submenu, .page-id-1618 .page-content, .page-id-1618 .top-submenu {
  padding: 0;
}
.page-id-1535 .header-learn-more, .page-id-1618 .header-learn-more {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .page-id-1535 .header-learn-more .button, .page-id-1535 .header-learn-more #signup-content .mu_register input[type=submit], #signup-content .mu_register .page-id-1535 .header-learn-more input[type=submit], .page-id-1535 .header-learn-more .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .page-id-1535 .header-learn-more .wpProQuiz_button, .page-id-1535 .header-learn-more .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .page-id-1535 .header-learn-more .ld-button, .page-id-1535 .header-learn-more .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .page-id-1535 .header-learn-more input[type=submit], .page-id-1535 .header-learn-more a.button-video, .page-id-1618 .header-learn-more .button, .page-id-1618 .header-learn-more #signup-content .mu_register input[type=submit], #signup-content .mu_register .page-id-1618 .header-learn-more input[type=submit], .page-id-1618 .header-learn-more .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .page-id-1618 .header-learn-more .wpProQuiz_button, .page-id-1618 .header-learn-more .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .page-id-1618 .header-learn-more .ld-button, .page-id-1618 .header-learn-more .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .page-id-1618 .header-learn-more input[type=submit], .page-id-1618 .header-learn-more a.button-video {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-1535 header.is-stuck .button, .page-id-1535 header.is-stuck #signup-content .mu_register input[type=submit], #signup-content .mu_register .page-id-1535 header.is-stuck input[type=submit], .page-id-1535 header.is-stuck .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .page-id-1535 header.is-stuck .wpProQuiz_button, .page-id-1535 header.is-stuck .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .page-id-1535 header.is-stuck .ld-button, .page-id-1535 header.is-stuck .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .page-id-1535 header.is-stuck input[type=submit], .page-id-1535 header.is-stuck a.button-video, .page-id-1618 header.is-stuck .button, .page-id-1618 header.is-stuck #signup-content .mu_register input[type=submit], #signup-content .mu_register .page-id-1618 header.is-stuck input[type=submit], .page-id-1618 header.is-stuck .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .page-id-1618 header.is-stuck .wpProQuiz_button, .page-id-1618 header.is-stuck .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .page-id-1618 header.is-stuck .ld-button, .page-id-1618 header.is-stuck .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .page-id-1618 header.is-stuck input[type=submit], .page-id-1618 header.is-stuck a.button-video {
    margin-top: 3px;
  }
}

.banner-announcement {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: #17AADD;
  color: #fefefe;
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.page-content .video-wrapper {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  border: none;
}

.page-press-kit section {
  border-bottom: 1px solid #BBCDD6;
  padding: 4vw 0;
}
.page-press-kit h3 {
  font-family: "open-sans", sans-serif;
  color: #014069;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.press-file-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.press-file {
  position: relative;
  padding: 15px 15px 15px 80px;
  border: 1px solid #BBCDD6;
  border-radius: 5px;
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-size: 48px;
  margin-bottom: 20px;
  width: 100%;
  min-height: 100px;
  transition: 0.5s;
}
.press-file:hover {
  background-color: #f6f9fa;
}
.press-file a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.press-file h4 {
  text-transform: none;
  font-family: "open-sans", sans-serif;
  margin-bottom: 5px;
  color: #014069;
  font-size: 1.1rem;
  margin-top: 10px;
}
.press-file h5 {
  font-size: 0.8125rem;
  margin-bottom: 5px;
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .press-file {
    width: 49%;
  }
}

.file-pdf {
  background-image: url(./img/file-pdf.png);
}

.file-doc {
  background-image: url(./img/file-doc.png);
}

.file-ppt {
  background-image: url(./img/file-ppt.png);
}

.file-xls {
  background-image: url(./img/file-xls.png);
}

.file-zip {
  background-image: url(./img/file-zip.png);
}

.press-colors {
  border-bottom: none !important;
  font-family: "open-sans", sans-serif;
  color: #446271;
}
.press-colors h4 {
  text-transform: none;
  font-size: 1.125rem;
  color: #446271;
  font-family: "open-sans", sans-serif;
  margin-bottom: 15px;
}

.main-colors, .secondary-colors {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-color {
  width: 100%;
  margin-bottom: 20px;
}
.main-color .color-info {
  padding: 20px;
  border: 1px solid #BBCDD6;
  border-radius: 0 0 5px 5px;
}
.main-color .color-swatch {
  height: 90px;
  border-radius: 5px 5px 0 0;
}
.main-color .color-codes {
  display: flex;
  justify-content: space-between;
}
.main-color .color-code-value {
  font-weight: 700;
}
@media print, screen and (min-width: 40em) {
  .main-color {
    width: 49%;
  }
}

.secondary-colors {
  margin-top: 50px;
}
.secondary-colors .secondary-color {
  margin-bottom: 30px;
  width: 30%;
}
.secondary-colors .color-swatch {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
}
.secondary-colors .color-info {
  text-align: center;
  font-size: 0.875rem;
}
.secondary-colors h4 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
  .secondary-colors .secondary-color {
    width: auto;
  }
  .secondary-colors .color-swatch {
    margin: 0 auto 30px;
  }
}

.color-dark-blue .color-swatch {
  background-color: #1a76b8;
}
.color-light-blue .color-swatch {
  background-color: #1da8d5;
}
.color-black .color-swatch {
  background-color: #24343C;
}
.color-dark-gray .color-swatch {
  background-color: #446271;
}
.color-gray .color-swatch {
  background-color: #5d869b;
}
.color-light-gray .color-swatch {
  background-color: #BBCDD6;
}
.color-extra-light-gray .color-swatch {
  background-color: #f0f4f6;
}
.color-white .color-swatch {
  border: 1px solid #BBCDD6;
}

.page-tabs .top-submenu {
  padding-bottom: 0;
}
.page-tabs .submenu .tabs {
  border: none;
  margin-bottom: 0;
}
.page-tabs .submenu .tabs .tabs-title.is-active {
  background-color: #005c97;
}
.page-tabs .submenu .tabs .tabs-title.is-active a {
  color: #fefefe;
}
.page-tabs .tabs-content {
  border: none;
}
.page-tabs .tabs-content .tabs-panel {
  padding-top: 0;
}
.page-tabs .tabs-content .tabs-panel h2 {
  margin-top: 70px;
}

section.books {
  padding-top: 0;
}

.book-row {
  display: flex;
  align-items: center;
  margin: 10px 0;
  padding: 10px;
}
.book-row img {
  width: 130px;
  box-shadow: 0 3px 7px rgba(10, 10, 10, 0.3);
}
.book-row .book-title {
  margin: 0 20px;
  flex: 4;
}
.book-row .book-image, .book-row .book-isbn {
  flex: 1;
}
.book-row:hover {
  background-color: #f0f4f6;
}
.book-row:hover a {
  background-color: #014069;
}
.book-row:hover img {
  transition: transform 0.2s;
  transform: scale(1.1);
}

.single-book h1 {
  margin-top: 60px;
}
.single-book .book-cover {
  margin: 40px auto;
  max-width: 600px;
}
.single-book .book-cover img {
  box-shadow: 5px 5px 15px rgba(10, 10, 10, 0.3);
}
.single-book h5 {
  text-align: center;
  font-size: 1.4rem;
}
.single-book .post-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.press-releases {
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}

#image-attributions td, #image-attributions th {
  font-size: 0.8rem;
}

.workbooks .disclaimer {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.workbooks .disclaimer p {
  margin: 0 10px;
  font-size: 0.875rem;
}
.workbooks .disclaimer input {
  margin: 0;
}
.workbooks .paypal-button {
  opacity: 0.5;
  pointer-events: none;
  filter: grayscale(1);
}
.workbooks .paypal-button.accepted {
  opacity: 1;
  pointer-events: auto;
  filter: none;
}

.slide-container, .orbit, .orbit-container {
  margin-bottom: 40px;
}
.slide-container:focus, .orbit:focus, .orbit-container:focus {
  outline: none;
}
.slide-container .slide-nav-buttons, .orbit .slide-nav-buttons, .orbit-container .slide-nav-buttons {
  position: absolute;
  left: 0;
  top: 14em;
  right: 0;
}

.slide-image {
  margin-top: 30px;
}

.orbit-slide {
  text-align: center;
}
.orbit-slide h3 {
  margin-top: 0;
}
.orbit-slide p {
  max-width: 800px;
  margin: 0 auto;
}
.orbit-slide .more {
  font-weight: 700;
}

.orbit-container button {
  background-color: rgba(68, 98, 113, 0.3);
  border-radius: 50%;
  transition: all 0.2s;
}
.orbit-container button:hover {
  background-color: rgba(68, 98, 113, 0.6);
}

.orbit-bullets button {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  margin: 0.1rem 0.3rem;
}
.orbit-bullets button.is-active {
  width: 15px;
  height: 15px;
  background-color: #1da8d5;
}

@media print, screen and (min-width: 64em) {
  .slide-container {
    width: 80%;
    max-width: 960px;
    margin: 0 auto 5rem;
  }
  .slide-container li {
    margin: 0 auto;
  }
  .slide {
    float: left;
    margin: 50px auto;
  }
}
.states-box h2 {
  margin-top: 0;
}
.states-box .wp-block-image {
  margin: 0;
}
.states-box .wp-block-column:last-child {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 40em) {
  .page-id-1869 .components {
    margin-left: 240px;
  }
}

.covid-19 .slide-container {
  width: initial;
}
.covid-19 .orbit .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 350px;
  background-color: #f0f4f6;
  padding: 2rem 5rem;
}
.covid-19 .orbit .slide-content p {
  font-size: 1rem;
  opacity: 0.9;
}
.covid-19 .orbit .author {
  font-weight: 600;
  margin-top: 1rem;
}
.covid-19 .orbit .orbit-previous, .covid-19 .orbit .orbit-next {
  background-color: transparent !important;
}
.covid-19 .orbit .orbit-previous span, .covid-19 .orbit .orbit-next span {
  color: #1da8d5;
}

.accordion {
  margin-bottom: 28px;
}
.accordion .question {
  font-family: "open-sans", sans-serif;
  display: block;
  border: 1px solid #d4dee7;
  text-transform: uppercase;
  padding: 20px 80px 20px 20px;
  border-radius: 6px;
  margin-bottom: 16px;
  box-shadow: 4px 6px 19px rgba(52, 85, 104, 0.1);
  position: relative;
  font-size: 1em;
  text-align: left;
  color: #014069;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 1.2;
}
.accordion .question::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  width: 70px;
  height: auto;
  border-radius: 0 5px 5px 0;
  background: #1da8d5;
  color: #fff;
  font-size: 1.75rem;
  padding: 15px;
  margin-top: 0;
  text-align: center;
}
.accordion .question:hover {
  background-color: transparent;
}
.accordion .question:focus {
  outline: none;
  background-color: transparent;
}
.accordion .is-active &gt; .question::before {
  content: "-";
}
.accordion .answer {
  border: none;
}
.accordion p {
  font-size: 0.9em;
}

.simple-accordion .accordion-item {
  margin: 0 0 10px;
}
.simple-accordion .accordion-title {
  border: 0;
  padding: 1.25rem 0;
  font-size: 1.1rem;
}
.simple-accordion .accordion-title:hover, .simple-accordion .accordion-title:focus {
  background-color: transparent;
}
.simple-accordion .accordion-content {
  border: 0;
}
.simple-accordion .accordion-content .bibliography {
  font-size: 0.8em;
  opacity: 0.7;
}

.front-news {
  background: url(./img/bg-tile.jpg) repeat;
  padding: 250px 0 2vw;
  background-size: 40%;
}
.front-news h2 {
  margin-bottom: 2rem;
}
.front-news .row {
  margin-bottom: 40px;
}
@media screen and (min-width: 75em) {
  .front-news {
    padding-top: 300px !important;
  }
}
@media screen and (min-width: 93.75em) {
  .front-news {
    padding-top: 240px !important;
  }
}

.more-link {
  text-transform: uppercase;
  color: #1da8d5;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}

.news &gt; .row {
  display: flex;
  align-items: center;
}
.news .container {
  width: 90%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.news-page .page-content {
  background-color: #f0f4f6;
  padding-top: 5rem;
}
.news-page .card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.news-page .card h5 {
  margin: 1rem 0 0;
}
.news-page .card .button, .news-page .card #signup-content .mu_register input[type=submit], #signup-content .mu_register .news-page .card input[type=submit], .news-page .card .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .news-page .card .wpProQuiz_button, .news-page .card .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .news-page .card .ld-button, .news-page .card .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .news-page .card input[type=submit], .news-page .card a.button-video {
  padding: 0.85rem 1.2rem;
  margin: 0.3rem;
}
.news-page .post-state {
  position: absolute;
  top: 12px;
  right: 0;
  padding: 2px 10px;
  background-color: #1da8d5;
  text-align: right;
  font-size: 0.6875rem;
  display: inline-block;
  color: #fefefe;
  font-weight: 600;
  text-transform: uppercase;
}
.news-page .card-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  overflow: hidden;
}
.news-page .card-image a,
.news-page .card-image img {
  width: 100%;
}
.news-page .card-image .video-icon-overlay {
  position: absolute;
}
.news-page .card-image .video-icon-overlay a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 3px solid #fefefe;
  border-radius: 50%;
  transition: all 0.2s;
}
.news-page .card-image .video-icon-overlay a:hover {
  background-color: rgba(10, 10, 10, 0.3);
}
.news-page .card-image .video-icon-overlay a i.fa {
  color: #fefefe;
  font-size: 1.6rem;
  position: relative;
  left: 3px;
}
.news-page .card-section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.news-page .card-section .button.pdf-button, .news-page .card-section #signup-content .mu_register input.pdf-button[type=submit], #signup-content .mu_register .news-page .card-section input.pdf-button[type=submit], .news-page .card-section .wpProQuiz_content .pdf-button.wpProQuiz_button, .wpProQuiz_content .news-page .card-section .pdf-button.wpProQuiz_button, .news-page .card-section .sfwd-lessons .ld-content-actions .pdf-button.ld-button, .sfwd-lessons .ld-content-actions .news-page .card-section .pdf-button.ld-button, .news-page .card-section .sfwd-lessons .ld-content-actions input.pdf-button[type=submit], .sfwd-lessons .ld-content-actions .news-page .card-section input.pdf-button[type=submit], .news-page .card-section a.pdf-button.button-video {
  background-color: #1785a8;
  border-color: #1785a8;
}
.news-page .card-section .button:hover, .news-page .card-section #signup-content .mu_register input[type=submit]:hover, #signup-content .mu_register .news-page .card-section input[type=submit]:hover, .news-page .card-section .wpProQuiz_content .wpProQuiz_button:hover, .wpProQuiz_content .news-page .card-section .wpProQuiz_button:hover, .news-page .card-section .sfwd-lessons .ld-content-actions .ld-button:hover, .sfwd-lessons .ld-content-actions .news-page .card-section .ld-button:hover, .news-page .card-section .sfwd-lessons .ld-content-actions input[type=submit]:hover, .sfwd-lessons .ld-content-actions .news-page .card-section input[type=submit]:hover, .news-page .card-section a.button-video:hover {
  background-color: #147392;
}
.news-page .empty-message {
  padding: 5rem 0;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .state-selector-column {
    text-align: right;
  }
}
.state-selector-column button.state-selector {
  display: inline-block;
  background-color: #1da8d5;
  color: #fefefe;
  text-align: center;
  padding: 0.5rem 2rem;
  border: 1px solid #1da8d5;
  transition: 0.2s;
  position: relative;
}
.state-selector-column button.state-selector:hover {
  color: #1da8d5;
  background-color: transparent;
}
.state-selector-column button.state-selector:hover:after {
  border-color: #1da8d5;
}
.state-selector-column button.state-selector:after {
  transition: 0.2s;
  content: "";
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 0.5rem;
  top: 0.55rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.state-selector-column .dropdown-pane {
  width: 170px;
  text-align: left;
  padding: 0;
}
.state-selector-column .dropdown-pane ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.state-selector-column .dropdown-pane li {
  margin: 0;
}
.state-selector-column .dropdown-pane button {
  display: block;
  width: 100%;
  text-align-last: left;
  font-size: 1rem;
  padding: 0.75rem 1rem;
}
.state-selector-column .dropdown-pane button:hover {
  background-color: #1da8d5;
  color: #fefefe;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cards-container .card-wrapper {
  width: 50%;
  padding: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .cards-container .card-wrapper {
    width: 33%;
  }
}

.newsroom-body-text {
  text-align: center;
  margin-bottom: 3rem;
}

.single-post .top-title {
  padding-top: 80px;
}
.single-post .page-content {
  padding-top: 0;
}
.single-post .featured-image-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.single-post .news-featured-image {
  text-align: center;
  display: inline-block;
  max-width: 720px;
}
.single-post .post-meta {
  margin-top: 10px;
  margin-bottom: 20px;
}
.single-post .post-meta p {
  font-size: 1rem;
  color: #5d869b;
  text-align: left;
}
.single-post .wistia_responsive_padding {
  max-width: 800px;
  margin: 0 auto;
  padding: 52% 0 0 0 !important;
}
.single-post .pdf-link {
  margin: 30px 0;
}
.single-post .pdf-link a {
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  border: 1px solid #BBCDD6;
  border-radius: 5px;
  transition: 0.2s all;
}
.single-post .pdf-link a:hover {
  background-color: #f0f4f6;
}
.single-post .pdf-link a:hover i {
  color: #014069;
}
.single-post .pdf-link i {
  font-size: 1.5rem;
  margin-right: 0.8rem;
  color: #1da8d5;
}

section.news {
  padding-top: 0 !important;
}

.post-links {
  border-top: 1px solid #BBCDD6;
  border-bottom: 1px solid #BBCDD6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.prev-link,
.next-link {
  min-width: 33.33%;
}

#socialButtonOnPage {
  text-align: center;
}
#socialButtonOnPage .csbwfs-sbutton-post {
  float: none;
  display: inline-block;
}
#socialButtonOnPage img {
  width: 34px !important;
  height: 34px !important;
}

@media print, screen and (min-width: 40em) {
  .next-link {
    text-align: right;
  }
}

.modal-list, .faq-list, .custom-modal .state-selection, .custom-modal .district-selection {
  width: 100%;
  margin: 40px auto 0;
}
.modal-list ul, .faq-list ul, .custom-modal .state-selection ul, .custom-modal .district-selection ul {
  margin: 0;
  list-style-type: none;
  background-color: #f5f7f7;
}
.modal-list li a, .faq-list li a, .custom-modal .state-selection li a, .custom-modal .district-selection li a {
  text-align: center;
  padding: 15px 30px;
  display: block;
  font-size: 1rem;
  color: #446271;
}
.modal-list li a:hover, .faq-list li a:hover, .custom-modal .state-selection li a:hover, .custom-modal .district-selection li a:hover {
  background-color: #1da8d5;
  color: #fefefe;
}
.modal-list li a i, .faq-list li a i, .custom-modal .state-selection li a i, .custom-modal .district-selection li a i {
  color: #446271;
  font-size: 1.1rem;
  margin-right: 10px;
}
.modal-list li:not(:last-child) a, .faq-list li:not(:last-child) a, .custom-modal .state-selection li:not(:last-child) a, .custom-modal .district-selection li:not(:last-child) a {
  border-bottom: 1px solid #DDD;
}

.custom-modal {
  background-color: #fefefe;
  min-height: 450px;
  padding: 40px 20px;
  border: none;
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.5);
  outline-color: rgba(29, 168, 213, 0.5);
}
.custom-modal h2 {
  margin: 20px 0;
  color: #014069;
  font-size: 2rem;
  text-align: center;
}
.custom-modal p {
  color: #014069;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 30px;
}
.custom-modal li {
  color: #014069;
  font-size: 1rem;
}
.custom-modal .error {
  color: #BF423C;
}
.custom-modal input, .custom-modal select {
  padding: 0 1em;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  background-color: #f5f5f5 !important;
  border: 1px solid #bbcdd6;
  font-family: "open-sans", sans-serif;
  color: #5d869b;
}
.custom-modal input::-webkit-input-placeholder, .custom-modal select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5d869b;
}
.custom-modal input::-moz-placeholder, .custom-modal select::-moz-placeholder { /* Firefox 19+ */
  color: #5d869b;
}
.custom-modal input:-ms-input-placeholder, .custom-modal select:-ms-input-placeholder { /* IE 10+ */
  color: #5d869b;
}
.custom-modal input:-moz-placeholder, .custom-modal select:-moz-placeholder { /* Firefox 18- */
  color: #5d869b;
}
.custom-modal .birthday-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.custom-modal select {
  background-image: none;
  width: 32%;
}
.custom-modal .buttons {
  margin-top: 50px;
}
.custom-modal .state-selection .state-list:first-child {
  margin-bottom: 30px;
}
.custom-modal .state-selection .expand-link {
  display: block;
  text-align: center !important;
}
.custom-modal .state-selection .expand-link .fa {
  font-size: 0.9rem;
  color: #1da8d5;
}
.custom-modal .state-selection .expand-link:hover {
  color: #1785a8;
}
.custom-modal .content-autocomplete {
  position: relative;
  width: 75%;
  margin: 50px auto 0;
}
.custom-modal .content-autocomplete ul {
  box-shadow: 5px 0 15px rgba(10, 10, 10, 0.2) !important;
}
.custom-modal .no-results {
  display: none;
  position: absolute;
  background: #fefefe;
  border: 1px solid #DDD;
  text-align: center;
  top: 260px;
  left: 143px;
  padding: 20px;
  width: 382px;
}
.custom-modal .no-results p + p {
  margin: 0;
}
.custom-modal .content-actions {
  width: 100%;
  margin: 50px 0;
  text-align: center;
}
.custom-modal .content-actions a {
  margin: 0 auto;
}
.custom-modal .content-actions a:hover {
  background-color: #14679e;
  color: #fefefe;
}
.custom-modal .app-store-buttons {
  text-align: center;
}
.custom-modal .app-store-buttons a {
  display: block;
  margin: 20px auto;
}
.custom-modal .app-store-buttons img {
  width: 200px;
  height: auto;
}
.custom-modal .modal-footer-text {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 40em) {
  .custom-modal {
    padding: 60px 80px;
    width: 670px;
  }
  .custom-modal .state-selection {
    width: 70%;
  }
  .custom-modal .state-selection a {
    text-align: left;
  }
}

#select-school-modal {
  overflow: visible;
}
#select-school-modal .message {
  margin-top: 60px;
  font-size: 0.9rem;
}
#select-school-modal input[type=text] {
  width: 100%;
}

.guest-login-button {
  text-align: center;
}

.faq-modal-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.faq-type-select {
  position: absolute;
  top: 0;
  transform: translateX(800px);
}
.faq-type-select .back {
  display: block;
  margin-bottom: 20px;
  margin-left: -70px;
}

#school-user-pass-teacher-modal .has-tip {
  border: none;
  font-size: 1rem;
  margin-right: 5px;
}

#pw6yzt-tooltip {
  max-width: initial;
}

#contact-modal p {
  text-align: left;
}

#district-select-modal h3 {
  font-size: 1rem;
  text-align: center;
}
#district-select-modal h2 {
  font-size: 1.7rem;
  text-align: center;
  margin-top: 20px;
}

.input-wrapper {
  background-color: #24343c;
  border-radius: 5px;
  padding: 5px 0;
  margin-top: 10px;
  text-align: center;
}
.input-wrapper .button, .input-wrapper #signup-content .mu_register input[type=submit], #signup-content .mu_register .input-wrapper input[type=submit], .input-wrapper .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .input-wrapper .wpProQuiz_button, .input-wrapper .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .input-wrapper .ld-button, .input-wrapper .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .input-wrapper input[type=submit], .input-wrapper a.button-video {
  border-radius: 5px;
  width: 100%;
  box-shadow: none;
  float: right;
}
.input-wrapper .button:hover, .input-wrapper #signup-content .mu_register input[type=submit]:hover, #signup-content .mu_register .input-wrapper input[type=submit]:hover, .input-wrapper .wpProQuiz_content .wpProQuiz_button:hover, .wpProQuiz_content .input-wrapper .wpProQuiz_button:hover, .input-wrapper .sfwd-lessons .ld-content-actions .ld-button:hover, .sfwd-lessons .ld-content-actions .input-wrapper .ld-button:hover, .input-wrapper .sfwd-lessons .ld-content-actions input[type=submit]:hover, .sfwd-lessons .ld-content-actions .input-wrapper input[type=submit]:hover, .input-wrapper a.button-video:hover {
  background-color: #014069;
  border-color: #014069;
}
@media print, screen and (min-width: 40em) {
  .input-wrapper {
    margin-top: 30px;
    text-align: left;
    padding: 5px 5px 5px 20px;
  }
  .input-wrapper .button, .input-wrapper #signup-content .mu_register input[type=submit], #signup-content .mu_register .input-wrapper input[type=submit], .input-wrapper .wpProQuiz_content .wpProQuiz_button, .wpProQuiz_content .input-wrapper .wpProQuiz_button, .input-wrapper .sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions .input-wrapper .ld-button, .input-wrapper .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .input-wrapper input[type=submit], .input-wrapper a.button-video {
    width: auto;
  }
}

input[type=text], input[type=email], input[type=tel], textarea {
  font-family: "open-sans", sans-serif;
  font-size: 0.875rem;
  color: #014069;
  display: inline-block;
  background-color: #fefefe;
  border: none;
  width: 78%;
  margin: 0;
  box-shadow: none;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  box-shadow: none;
  border: none;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #014069;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #014069;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #014069;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #014069;
}

.regular-form {
  margin: 30px;
}
.regular-form input[type=text], .regular-form input[type=email], .regular-form input[type=tel], .regular-form textarea {
  border: 1px solid #ccc;
  padding: 15px;
}
.regular-form input.button, .regular-form #signup-content .mu_register input[type=submit], #signup-content .mu_register .regular-form input[type=submit], .regular-form .wpProQuiz_content input.wpProQuiz_button, .wpProQuiz_content .regular-form input.wpProQuiz_button, .regular-form .sfwd-lessons .ld-content-actions input.ld-button, .sfwd-lessons .ld-content-actions .regular-form input.ld-button, .regular-form .sfwd-lessons .ld-content-actions input[type=submit], .sfwd-lessons .ld-content-actions .regular-form input[type=submit] {
  margin-top: 20px;
}
.regular-form input.button:hover, .regular-form #signup-content .mu_register input[type=submit]:hover, #signup-content .mu_register .regular-form input[type=submit]:hover, .regular-form .wpProQuiz_content input.wpProQuiz_button:hover, .wpProQuiz_content .regular-form input.wpProQuiz_button:hover, .regular-form .sfwd-lessons .ld-content-actions input.ld-button:hover, .sfwd-lessons .ld-content-actions .regular-form input.ld-button:hover, .regular-form .sfwd-lessons .ld-content-actions input[type=submit]:hover, .sfwd-lessons .ld-content-actions .regular-form input[type=submit]:hover {
  color: #1da8d5;
  border-color: #1da8d5;
}

.nf-form-fields-required {
  display: none;
}

.order-amount .nf-field-label {
  width: 14rem !important;
}
.order-amount label {
  color: #446271;
  font-family: "open-sans", sans-serif;
  font-size: 1rem;
  font-weight: 400 !important;
  width: auto !important;
}
.order-amount input {
  width: auto !important;
  border: 1px solid #ccc;
  padding: 10px;
}

.learndash-course h1 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
}

.learndash-wrapper {
  margin-top: 5rem;
}
.learndash-wrapper .ld-tabs {
  margin-top: 0;
}
.learndash-wrapper .ld-item-list {
  margin: 0 0 2rem;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
  align-items: center;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
  margin-top: 0;
}
.learndash-wrapper .ld-course-status {
  align-items: center;
}
.learndash-wrapper .ld-course-status .ld-progress-steps {
  color: #999;
  margin-top: 0.25rem;
}
.learndash-wrapper .ld-status {
  font-weight: 400;
}

.sfwd-lessons .learndash_post_sfwd-lessons {
  max-width: 960px;
  margin: 0 auto;
}
.sfwd-lessons .ld-lesson-status {
  margin: 1rem 0 2rem;
  border-bottom: 1px solid #ccc;
}
.sfwd-lessons .ld-breadcrumbs {
  background-color: transparent;
  padding: 0.5rem 0;
}
.sfwd-lessons .ld-breadcrumbs .ld-breadcrumbs-segments span {
  display: inline-block;
}
.sfwd-lessons .ld-breadcrumbs .ld-breadcrumbs-segments span:after {
  margin: 0 10px;
}
.sfwd-lessons .ld-breadcrumbs .ld-breadcrumbs-segments span a {
  font-weight: 400;
  font-size: 0.9rem;
  color: #888;
}
.sfwd-lessons .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover {
  color: #1da8d5;
}
.sfwd-lessons .wp-block-embed__wrapper {
  text-align: center;
}
.sfwd-lessons .wp-block-embed__wrapper .wp-embedded-content {
  width: 800px;
  height: 460px;
}
.sfwd-lessons .ld-content-actions a {
  font-size: 0.9rem;
}
.sfwd-lessons .ld-content-actions .ld-button, .sfwd-lessons .ld-content-actions input[type=submit] {
  font-size: 0.75rem;
}
.sfwd-lessons .ld-content-actions input[type=submit] {
  background-color: #1abc9c;
  border-color: #1abc9c;
  box-shadow: none;
}
.sfwd-lessons .ld-content-actions input[type=submit]:hover {
  background-color: #148f77 !important;
  border-color: #148f77 !important;
}

.sfwd-quiz tr {
  background-color: transparent !important;
}
.sfwd-quiz input[type=text], .sfwd-quiz input[type=email] {
  border: 1px solid #ccc;
  width: auto;
}

.wpProQuiz_content .wpProQuiz_text p {
  text-align: center;
}
.wpProQuiz_content .wpProQuiz_forms {
  max-width: 640px;
  margin: 20px auto;
}
.wpProQuiz_content .wpProQuiz_forms p {
  margin-bottom: 30px;
}
.wpProQuiz_content .wpProQuiz_forms input[type=text], .wpProQuiz_content .wpProQuiz_forms input[type=email] {
  width: 300px !important;
  max-width: 95%;
}
.wpProQuiz_content .wpProQuiz_forms label {
  float: right;
  padding-right: 10px;
}
.wpProQuiz_content .wpProQuiz_button {
  background-color: #1da8d5 !important;
  text-transform: uppercase !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wpProQuiz_content .wpProQuiz_required {
  display: none;
}
.wpProQuiz_content .wpProQuiz_invalidate {
  background-color: transparent;
  color: #e75040;
  border: none;
  font-size: 0.8rem;
}

#signup-content {
  margin: 100px 0;
}
#signup-content h2 {
  font-size: 3.1rem;
  text-align: center;
  margin: 0 10vw;
}
#signup-content #setupform {
  border: 1px solid #ddd;
  padding: 40px;
  width: 90%;
  max-width: 580px;
  margin: 40px auto;
}
#signup-content input[type=text], #signup-content input[type=email] {
  border: 1px solid #ccc;
  width: auto;
}
#signup-content .mu_register input[type=submit] {
  width: auto;
  margin: 0 auto;
}
#signup-content .mu_register input[type=submit]:hover {
  background-color: #1785a8;
}
#signup-content .instructions {
  display: block;
  font-size: 0.75rem;
  color: #aaa;
  margin-bottom: 20px;
}

.what-users-are-saying .orbit-container li.orbit-slide:nth-of-type(2) img {
  transform: translateY(13em);
}

html {
  transition: margin 0.22s;
}

.toggle-admin-menu {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #23282D;
  padding: 3px 10px;
  z-index: 999;
  height: 32px;
}
.toggle-admin-menu:focus {
  outline: none;
}
.toggle-admin-menu i.fa {
  color: #ccc;
  font-size: 14px;
}

.no-margin {
  margin-top: 0 !important;
}

.fixed-top {
  top: 0 !important;
  padding-top: 5px;
}
.fixed-top i.fa {
  transform: rotate(180deg);
}

#wpadminbar {
  padding-right: 34px;
  z-index: 998;
}

.hex-grid {
  display: flex;
  justify-content: center;
}
.hex-grid__list {
  --amount: 6;
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(var(--amount), 1fr 2fr) 1fr;
  grid-gap: 0.5rem 1rem;
}
.hex-grid__item {
  position: relative;
  grid-column: 1/span 3;
  grid-row: calc(var(--counter) + var(--counter))/span 2;
  filter: drop-shadow(0 0 10px rgba(68, 68, 68, 0.08));
  height: 0;
  padding-bottom: 90%;
}
.hex-grid__content {
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 1.125rem;
  color: #111111;
  clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 25%;
  text-decoration: none;
  text-align: center;
  transition: transform 0.24s ease-out;
}

.page-id-1869 .components, .components {
  margin-left: 0;
}

li.hex-grid__item, .hex-grid__item {
  margin: 0;
}

.hex-grid__content {
  padding: 0;
}

.plus {
  width: 85px;
  height: 86px;
  background: url(./img/plus.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 46px);
}

@media screen and (min-width: 1440px) {
  .hex-grid__list {
    --amount: 6;
    --counter: 1;
    grid-template-columns: none;
    justify-content: center;
    grid-gap: 0.5rem 3rem;
  }
  .hex-grid__item {
    min-width: 237px;
  }
  .hex-grid__item:nth-of-type(6n + 1) {
    grid-column: 1/span 3;
  }
  .hex-grid__item:nth-of-type(6n + 2) {
    grid-column: 3/span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
  }
  .hex-grid__item:nth-of-type(6n + 3) {
    grid-column: 5/span 3;
  }
  .hex-grid__item:nth-of-type(6n + 4) {
    grid-column: 7/span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
  }
  .hex-grid__item:nth-of-type(6n + 5) {
    grid-column: 9/span 3;
  }
  .hex-grid__item:nth-of-type(6n + 6) {
    grid-column: 11/span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
  }
  .hex-grid__item:nth-of-type(n + 7) {
    --counter: 2;
  }
  .hex-grid__item:nth-of-type(n + 13) {
    --counter: 3;
  }
  .hex-grid__item:nth-of-type(n + 19) {
    --counter: 4;
  }
  .hex-grid__item:nth-of-type(n + 25) {
    --counter: 5;
  }
  .hex-grid__item:nth-of-type(n + 31) {
    --counter: 6;
  }
  .hex-grid__item:nth-of-type(n + 37) {
    --counter: 7;
  }
  .hex-grid__item:nth-of-type(n + 43) {
    --counter: 8;
  }
  .hex-grid__item:nth-of-type(n + 49) {
    --counter: 9;
  }
  .hex-grid__item:nth-of-type(n + 55) {
    --counter: 10;
  }
  .hex-grid__item:nth-of-type(n + 61) {
    --counter: 11;
  }
  .hex-grid__item:nth-of-type(n + 67) {
    --counter: 12;
  }
  .hex-grid__item:nth-of-type(n + 73) {
    --counter: 13;
  }
  .hex-grid__item:nth-of-type(n + 79) {
    --counter: 14;
  }
  .hex-grid__item:nth-of-type(n + 85) {
    --counter: 15;
  }
  .hex-grid__item:nth-of-type(n + 91) {
    --counter: 16;
  }
  .hex-grid__item:nth-of-type(n + 97) {
    --counter: 17;
  }
  .hex-grid__item:nth-of-type(n + 103) {
    --counter: 18;
  }
  .hex-grid__item:nth-of-type(n + 109) {
    --counter: 19;
  }
  .hex-grid__item:nth-of-type(n + 115) {
    --counter: 20;
  }
  .hex-grid__item:nth-of-type(n + 121) {
    --counter: 21;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1439px) {
  .hex-grid__list {
    --amount: 6;
    --counter: 1;
    grid-template-columns: none;
    justify-content: center;
    grid-gap: 0.5rem 3rem;
  }
  .hex-grid__item {
    min-width: 19vw;
  }
  .hex-grid__item:nth-of-type(6n + 1) {
    grid-column: 1/span 3;
  }
  .hex-grid__item:nth-of-type(6n + 2) {
    grid-column: 3/span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
  }
  .hex-grid__item:nth-of-type(6n + 3) {
    grid-column: 5/span 3;
  }
  .hex-grid__item:nth-of-type(6n + 4) {
    grid-column: 7/span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
  }
  .hex-grid__item:nth-of-type(6n + 5) {
    grid-column: 9/span 3;
  }
  .hex-grid__item:nth-of-type(6n + 6) {
    grid-column: 11/span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
  }
  .hex-grid__item:nth-of-type(n + 7) {
    --counter: 2;
  }
  .hex-grid__item:nth-of-type(n + 13) {
    --counter: 3;
  }
  .hex-grid__item:nth-of-type(n + 19) {
    --counter: 4;
  }
  .hex-grid__item:nth-of-type(n + 25) {
    --counter: 5;
  }
  .hex-grid__item:nth-of-type(n + 31) {
    --counter: 6;
  }
  .hex-grid__item:nth-of-type(n + 37) {
    --counter: 7;
  }
  .hex-grid__item:nth-of-type(n + 43) {
    --counter: 8;
  }
  .hex-grid__item:nth-of-type(n + 49) {
    --counter: 9;
  }
  .hex-grid__item:nth-of-type(n + 55) {
    --counter: 10;
  }
  .hex-grid__item:nth-of-type(n + 61) {
    --counter: 11;
  }
  .hex-grid__item:nth-of-type(n + 67) {
    --counter: 12;
  }
  .hex-grid__item:nth-of-type(n + 73) {
    --counter: 13;
  }
  .hex-grid__item:nth-of-type(n + 79) {
    --counter: 14;
  }
  .hex-grid__item:nth-of-type(n + 85) {
    --counter: 15;
  }
  .hex-grid__item:nth-of-type(n + 91) {
    --counter: 16;
  }
  .hex-grid__item:nth-of-type(n + 97) {
    --counter: 17;
  }
  .hex-grid__item:nth-of-type(n + 103) {
    --counter: 18;
  }
  .hex-grid__item:nth-of-type(n + 109) {
    --counter: 19;
  }
  .hex-grid__item:nth-of-type(n + 115) {
    --counter: 20;
  }
  .hex-grid__item:nth-of-type(n + 121) {
    --counter: 21;
  }
}
@media screen and (min-width: 840px) and (max-width: 1119px) {
  .hex-grid__list {
    --amount: 6;
    --counter: 1;
    grid-template-columns: none;
    justify-content: center;
    grid-gap: 0.5rem 3rem;
  }
  .hex-grid__item {
    min-width: 18vw;
  }
  .hex-grid__item:nth-of-type(6n + 1) {
    grid-column: 1/span 3;
  }
  .hex-grid__item:nth-of-type(6n + 2) {
    grid-column: 3/span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
  }
  .hex-grid__item:nth-of-type(6n + 3) {
    grid-column: 5/span 3;
  }
  .hex-grid__item:nth-of-type(6n + 4) {
    grid-column: 7/span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
  }
  .hex-grid__item:nth-of-type(6n + 5) {
    grid-column: 9/span 3;
  }
  .hex-grid__item:nth-of-type(6n + 6) {
    grid-column: 11/span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
  }
  .hex-grid__item:nth-of-type(n + 7) {
    --counter: 2;
  }
  .hex-grid__item:nth-of-type(n + 13) {
    --counter: 3;
  }
  .hex-grid__item:nth-of-type(n + 19) {
    --counter: 4;
  }
  .hex-grid__item:nth-of-type(n + 25) {
    --counter: 5;
  }
  .hex-grid__item:nth-of-type(n + 31) {
    --counter: 6;
  }
  .hex-grid__item:nth-of-type(n + 37) {
    --counter: 7;
  }
  .hex-grid__item:nth-of-type(n + 43) {
    --counter: 8;
  }
  .hex-grid__item:nth-of-type(n + 49) {
    --counter: 9;
  }
  .hex-grid__item:nth-of-type(n + 55) {
    --counter: 10;
  }
  .hex-grid__item:nth-of-type(n + 61) {
    --counter: 11;
  }
  .hex-grid__item:nth-of-type(n + 67) {
    --counter: 12;
  }
  .hex-grid__item:nth-of-type(n + 73) {
    --counter: 13;
  }
  .hex-grid__item:nth-of-type(n + 79) {
    --counter: 14;
  }
  .hex-grid__item:nth-of-type(n + 85) {
    --counter: 15;
  }
  .hex-grid__item:nth-of-type(n + 91) {
    --counter: 16;
  }
  .hex-grid__item:nth-of-type(n + 97) {
    --counter: 17;
  }
  .hex-grid__item:nth-of-type(n + 103) {
    --counter: 18;
  }
  .hex-grid__item:nth-of-type(n + 109) {
    --counter: 19;
  }
  .hex-grid__item:nth-of-type(n + 115) {
    --counter: 20;
  }
  .hex-grid__item:nth-of-type(n + 121) {
    --counter: 21;
  }
}
@media screen and (min-width: 480px) and (max-width: 839px) {
  .hex-grid__list {
    --amount: 3;
    --counter: 1;
  }
  .hex-grid__item:nth-of-type(3n + 1) {
    grid-column: 1/span 3;
  }
  .hex-grid__item:nth-of-type(3n + 2) {
    grid-column: 3/span 3;
    grid-row: calc(var(--counter) + var(--counter) - 1)/span 2;
  }
  .hex-grid__item:nth-of-type(3n + 3) {
    grid-column: 5/span 3;
  }
  .hex-grid__item:nth-of-type(n + 4) {
    --counter: 2;
  }
  .hex-grid__item:nth-of-type(n + 7) {
    --counter: 3;
  }
  .hex-grid__item:nth-of-type(n + 10) {
    --counter: 4;
  }
  .hex-grid__item:nth-of-type(n + 13) {
    --counter: 5;
  }
  .hex-grid__item:nth-of-type(n + 16) {
    --counter: 6;
  }
  .hex-grid__item:nth-of-type(n + 19) {
    --counter: 7;
  }
  .hex-grid__item:nth-of-type(n + 22) {
    --counter: 8;
  }
  .hex-grid__item:nth-of-type(n + 25) {
    --counter: 9;
  }
  .hex-grid__item:nth-of-type(n + 28) {
    --counter: 10;
  }
  .hex-grid__item:nth-of-type(n + 31) {
    --counter: 11;
  }
  .hex-grid__item:nth-of-type(n + 34) {
    --counter: 12;
  }
  .hex-grid__item:nth-of-type(n + 37) {
    --counter: 13;
  }
  .hex-grid__item:nth-of-type(n + 40) {
    --counter: 14;
  }
  .hex-grid__item:nth-of-type(n + 43) {
    --counter: 15;
  }
  .hex-grid__item:nth-of-type(n + 46) {
    --counter: 16;
  }
  .hex-grid__item:nth-of-type(n + 49) {
    --counter: 17;
  }
  .hex-grid__item:nth-of-type(n + 52) {
    --counter: 18;
  }
  .hex-grid__item:nth-of-type(n + 55) {
    --counter: 19;
  }
  .hex-grid__item:nth-of-type(n + 58) {
    --counter: 20;
  }
  .hex-grid__item:nth-of-type(n + 61) {
    --counter: 21;
  }
}
@media screen and (max-width: 479px) {
  .hex-grid__list {
    --amount: 1;
  }
}

/*# sourceMappingURL=main.css.map*/</pre></body></html>