/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Flex Grid Gutter Space */
/* Container Widths */
/*-----------------------------------------------------------------------------------*/
/*  GENERAL
/*-----------------------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box; }

.page-parent .nextmod .objective-table {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  WRAPPER
/*-----------------------------------------------------------------------------------*/
#wrapper {
  display: flex;
  flex-direction: row-reverse;
  min-height: 100vh; }

/*-----------------------------------------------------------------------------------*/
/*  MAIN CONTENT AREA
/*-----------------------------------------------------------------------------------*/
#main {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  position: relative; }

#main > .inner {
  padding: 0 3em 3em;
  margin: 0 auto;
  max-width: 1920px;
  position: relative; }
  @media (min-width: 1200px) {
    #main > .inner {
      padding: 0 2.5em 2.5em; } }
  @media (max-width: 768px) {
    #main > .inner {
      padding: 0 3em 3em; } }
  @media (max-width: 480px) {
    #main > .inner {
      padding: 0 1.5em 1.5em; } }
  #main > .inner .course-title {
    margin-top: 30px;
    line-height: normal;
    text-align: right;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif; }
    @media (max-width: 575px) {
      #main > .inner .course-title {
        margin-top: 70px;
        text-align: center; } }
  #main > .inner h1.entry-title {
    font-size: 24px;
    padding: 0 10px; }
    @media (max-width: 575px) {
      #main > .inner h1.entry-title {
        display: block;
        margin: 25px auto 0;
        text-align: center; } }
  #main > .inner img.alignright {
    margin: 0 0 0 20px; }
  #main > .inner img.alignleft {
    margin: 0 20px 0 0; }
  #main > .inner img.aligncenter {
    margin: 0 auto; }

.spacer {
  box-sizing: border-box;
  padding: 25px 0; }

/*-----------------------------------------------------------------------------------*/
/*  PAGE HEADER
/*-----------------------------------------------------------------------------------*/
#header {
  display: flex;
  border-bottom: solid 5px #28a7e4;
  position: relative;
  width: 100%;
  margin-bottom: 50px; }
  @media (max-width: 1280px) {
    #header {
      margin-bottom: 25px; } }

#header > * {
  flex: 1;
  margin-bottom: 0; }

#header h1 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 8px; }

.search-container {
  width: 280px;
  float: right;
  margin: 25px 0px 10px;
  display: block;
  position: relative;
  z-index: 99; }
  @media (max-width: 575px) {
    .search-container {
      opacity: 0; } }

#header-logo {
  position: absolute;
  top: 10px;
  max-width: 150px;
  margin-left: 30px;
  opacity: 0 !important;
  transition: all 0.3s ease; }
  @media (max-width: 1280px) {
    #header-logo {
      opacity: 1 !important; } }
  @media (max-width: 480px) {
    #header-logo {
      margin: 0 auto;
      left: 0;
      right: 0; } }

#header-logo.active {
  opacity: 1 !important;
  transition: all 0.3s ease; }
  @media (max-width: 1280px) {
    #header-logo.active {
      opacity: 1 !important; } }

/*-----------------------------------------------------------------------------------*/
/*  SIDEBAR
/*-----------------------------------------------------------------------------------*/
#sidebar {
  flex-grow: 0;
  flex-shrink: 0;
  transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  background-color: #28a7e4;
  font-size: 0.9em;
  position: relative;
  width: 26em; }
  @media (max-width: 1680px) {
    #sidebar {
      width: 18em; } }
  @media (max-width: 1280px) {
    #sidebar {
      box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      z-index: 10000; } }

#sidebar > .inner {
  padding: 2em;
  position: relative;
  width: 26em;
  height: 100vh;
  overflow-y: scroll; }
  @media (max-width: 1680px) {
    #sidebar > .inner {
      padding: 1.6em;
      width: 18em; } }
  @media (max-width: 1280px) {
    #sidebar > .inner {
      -webkit-overflow-scrolling: touch;
      height: 100%;
      left: 0;
      overflow-x: hidden;
      overflow-y: auto;
      position: absolute;
      top: 0; } }

#sidebar > .inner > * > :last-child {
  margin-bottom: 0; }

#sidebar > .inner > *:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

#sidebar .toggle {
  text-decoration: none;
  transition: left 0.5s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: 0;
  display: block;
  height: 7.5em;
  left: 20em;
  line-height: 7.5em;
  outline: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 6em;
  z-index: 10000;
  color: #f3e836;
  text-align: center;
  text-indent: 7.5em; }
  @media (max-width: 1680px) {
    #sidebar .toggle {
      height: 6.25em;
      left: 18em;
      line-height: 6.25em;
      text-indent: 5em;
      width: 5em; } }
  @media (max-width: 1280px) {
    #sidebar .toggle {
      text-indent: 0;
      left: 18em;
      height: 65px;
      background-color: #28a7e4; } }

#sidebar .toggle:before {
  width: 49px;
  height: 16px;
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  left: 20px;
  background-image: url(../png/hamburger-menu.png);
  background-size: contain;
  background-repeat: no-repeat; }
  @media (max-width: 1280px) {
    #sidebar .toggle:before {
      background-image: url(../png/hamburger-menu-wht.png); } }

#sidebar.inactive .toggle:before {
  left: 20px; }

#sidebar.inactive {
  margin-left: -18em; }
  @media (max-width: 1680px) {
    #sidebar.inactive {
      margin-left: -18em; } }
  @media (max-width: 1280px) {
    #sidebar.inactive {
      box-shadow: none; } }

@media (max-width: 1280px) {
  #sidebar > .inner:after {
    content: '';
    display: block;
    height: 4em;
    width: 100%; }
  body.is-loading #sidebar {
    display: none; } }

#sidebar .logo-container {
  margin: 0 auto;
  max-width: 200px; }
  #sidebar .logo-container .logo {
    width: 100%;
    max-width: 200px;
    filter: brightness(0) invert(1);
    margin-bottom: 50px; }

.avatar-img {
  float: left;
  padding-right: 20px; }
  .avatar-img img {
    border-radius: 50%;
    max-width: 80px; }

.avatar-welcome {
  height: 80px;
  margin-bottom: 20px; }

.avatar-welcome .welcome {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  display: block;
  text-transform: lowercase; }

.avatar-welcome .name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  line-height: .5; }

.avatar-welcome a {
  color: #f3e836;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px; }
  .avatar-welcome a:hover {
    text-decoration: underline; }

#sidebar .widget {
  border-bottom: none;
  margin-bottom: 0; }

.course-progress {
  display: block;
  clear: both; }
  .course-progress .progress-header {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400; }

.progressally_progress_bar_chart {
  width: 100%;
  height: 8px;
  background-color: #fff;
  border: none !important; }

.progressally_progress_bar_chart > .progressally_progress_bar_percentage {
  display: none; }

.progressally_progress_bar_chart > .progressally_progress_bar_overlay {
  background-color: #f3e836 !important; }

/*-----------------------------------------------------------------------------------*/
/*  MENU
/*-----------------------------------------------------------------------------------*/
nav {
  margin-top: 225px;
  clear: both; }

#menu ul {
  user-select: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-family: 400;
  font-size: 14px;
  letter-spacing: 0.075em;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase; }

#menu ul ul a {
  text-transform: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  padding: 0; }

#menu ul a {
  border-bottom: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 0.625em 0; }

#menu ul span.opener {
  border-bottom: 0;
  color: inherit;
  cursor: pointer;
  display: inline;
  font-size: 0.9em;
  float: right;
  margin-top: -10%; }

#menu ul a:hover, #menu ul span.opener:hover {
  color: #f3e836;
  text-decoration: none; }

#menu ul a.opener, #menu ul span.opener {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  position: relative; }

#menu ul a.opener:before, #menu ul span.opener:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important; }

#menu ul a.opener:before, #menu ul span.opener:before {
  transition: olor 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  color: #9fa3a6;
  content: '\f078';
  position: absolute;
  right: 0; }

#menu ul a.opener:hover:before, #menu ul span.opener:hover:before {
  color: #28a7e4; }

#menu ul a.opener.active + ul, #menu ul span.opener.active + ul {
  display: block; }

#menu ul a.opener.active:before, #menu ul span.opener.active:before {
  transform: rotate(-180deg); }

#menu > ul > li {
  border-top: solid 0px #fff;
  margin: 0.1em 0 0 0;
  padding: 0.1em 0 0 0;
  position: relative; }

#menu > ul > li > ul {
  color: #9fa3a6;
  display: none;
  margin: 0.5em 0 1.2em 0;
  padding-left: 1em; }

#menu > ul > li > ul a, #menu > ul > li > ul span {
  font-size: 0.8em; }

#menu > ul > li > ul > li {
  margin: 0.125em 0 0 0;
  padding: 0.125em 0 0 0; }

#menu > ul > li:last-child {
  border-bottom: solid 0px #fff;
  padding: 0.2em 0 0.2em 0; }

#menu-course-menu > li:first-child {
  border-top: none;
  padding: 0; }

#menu > ul > li div {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 1.15em; }
  #menu > ul > li div svg {
    color: #f3e836; }

/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION
/*-----------------------------------------------------------------------------------*/
.nextmod {
  text-align: right; }
  .nextmod .objective-table {
    display: inline-block; }
  .nextmod .objective-number {
    display: none; }
  .nextmod .objective-description {
    display: none; }
  .nextmod .objective-completion {
    width: auto !important; }
  .nextmod table {
    margin-bottom: 0;
    position: relative;
    top: -2px; }
    .nextmod table tr {
      border: none !important; }
  .nextmod tbody {
    display: inline-block; }
  .nextmod label {
    width: auto;
    height: 50px !important;
    display: inline-block;
    padding: 10px 24px;
    background-color: #28a7e4;
    line-height: 1px;
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
    border: 2px solid #28a7e4;
    margin-bottom: 1px; }
    .nextmod label:hover {
      cursor: pointer;
      background-color: #f3e836 !important;
      border: 2px solid #f3e836; }
  .nextmod [type="checkbox"]:not(:checked) + label {
    width: 100% !important;
    height: 50px !important;
    display: inline-block;
    padding: 10px 24px;
    background-color: #fff;
    display: inline-block;
    line-height: 2em;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #000000;
    transition: 100ms ease-in-out all; }
    .nextmod [type="checkbox"]:not(:checked) + label:after {
      content: 'Mark as Complete'; }
    .nextmod [type="checkbox"]:not(:checked) + label:hover {
      cursor: pointer;
      background-color: #f3e836 !important;
      border: 2px solid #f3e836; }
  .nextmod input[type="checkbox"] {
    position: absolute;
    margin-top: 16px;
    -webkit-appearance: none;
    font-size: 15px;
    margin-left: 15px;
    outline: none; }
    .nextmod input[type="checkbox"]:focus {
      outline: none; }
  .nextmod [type="checkbox"]:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #000;
    position: absolute;
    transition: 100ms ease-in-out all; }
  .nextmod [type="checkbox"]:not(:checked):before {
    opacity: 0; }
  .nextmod [type="checkbox"]:checked:before {
    opacity: 1; }
  .nextmod [type="checkbox"]:checked + label {
    background-color: #28a7e4 !important;
    color: #000000;
    border: 2px solid #28a7e4;
    width: 100% !important;
    height: 50px !important;
    line-height: 2em; }
    .nextmod [type="checkbox"]:checked + label:before {
      content: "\f00c";
      margin-right: 10px;
      color: #fff;
      font-family: 'Font Awesome\ 5 Free';
      font-weight: 900; }
    .nextmod [type="checkbox"]:checked + label:after {
      content: 'Complete';
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: 700; }
    .nextmod [type="checkbox"]:checked + label:hover {
      cursor: pointer;
      background-color: #f3e836 !important;
      border: 2px solid #f3e836; }
    .nextmod [type="checkbox"]:checked + label:hover:before, .nextmod [type="checkbox"]:checked + label:hover:after {
      color: #000000 !important; }
  @media screen and (max-width: 767px) {
    .nextmod {
      text-align: center; } }
  .nextmod .completion-checkbox + label {
    background: none !important; }

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
  padding: 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%; }

#credits {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-transform: none;
  text-align: center;
  padding-top: 20px;
  color: #000000; }

#credits a {
  color: #28a7e4; }
  #credits a:hover {
    color: #f3e836; }

/*# sourceMappingURL=style-courses.css.map */