/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

a {
  color: black;
  text-decoration: none; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.js-isHidden {
  display: none; }

.js-isInvisible {
  visibility: hidden; }

.js-isTransparent {
  opacity: 0; }

.js-isCollapsed {
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden; }

.no-scroll {
  overflow: hidden; }

/*

	Colors

*/
/*

  Font 

*/
/*

	Pixel dimensions

*/
/*

  Classes

*/
/*

	Other

*/
/*

	mixins

*/
body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  padding-top: 25px;
  padding-bottom: 10vh; }
  @media (min-width: 768px) {
    body {
      text-align: center; } }

h1 {
  font-size: 2.5em;
  font-weight: 400;
  margin-top: 0;
  color: #3a3a3a; }

h2 {
  font-size: 1.9em;
  margin: 0;
  color: #0A2370; }

p {
  font-size: 1.25em; }
  p.blue {
    color: #0A2370;
    font-weight: bold; }

.tab-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #D5D5D5; }
  .tab-menu .tab-option-new {
    margin-right: 3px;
    font-size: 14px;
    width: 120px;
    cursor: pointer;
    border-bottom: 3px solid #d5d5d5;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: -2px;
    position: relative;
    text-align: center; }
    .tab-menu .tab-option-new:hover, .tab-menu .tab-option-new.js-isActive {
      color: #F39700;
      border-bottom-color: #F39700; }
    .tab-menu .tab-option-new:before {
      width: 3px;
      display: block;
      content: " ";
      position: absolute;
      bottom: -4px;
      background-color: white;
      left: -3px;
      height: 3px; }
    .tab-menu .tab-option-new:first-child:before {
      width: 2px;
      left: -2px; }
    .tab-menu .tab-option-new:last-child:after {
      width: 2px;
      right: -2px;
      display: block;
      content: " ";
      position: absolute;
      bottom: -4px;
      background-color: white;
      height: 3px; }
  .tab-menu .tab-option {
    margin-right: 3px;
    font-size: 14px;
    width: 120px;
    cursor: pointer;
    border-bottom: 3px solid #d5d5d5;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: -2px;
    position: relative;
    text-align: center; }
    .tab-menu .tab-option:hover, .tab-menu .tab-option.js-isActive {
      color: #F39700;
      border-bottom-color: #F39700; }
    .tab-menu .tab-option:before {
      width: 3px;
      display: block;
      content: " ";
      position: absolute;
      bottom: -4px;
      background-color: white;
      left: -3px;
      height: 3px; }
    .tab-menu .tab-option:first-child:before {
      width: 2px;
      left: -2px; }
    .tab-menu .tab-option:last-child:after {
      width: 2px;
      right: -2px;
      display: block;
      content: " ";
      position: absolute;
      bottom: -4px;
      background-color: white;
      height: 3px; }
.logo {
  max-height: 25px;
  max-width: 320px;
  float: left; }

.permanent {
  width: 300px;
  max-height: 22px; }

.tab {
  padding-top: 4em;
  text-align: left; }

.tab-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
  padding-left: 60px; }
  .tab-top .preamble {
    padding-right: 3em; }
    @media screen and (max-width: 767px) {
      .tab-top .preamble {
        padding-right: 0; } }
  .tab-top a {
    color: #F39700;
    font-size: 20px; }
  .tab-top .contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .tab-top .contact-inner p {
      margin: 0;
      font-weight: bold;
      color: #3a3a3a; }
  .tab-top .contact-img {
    width: 20px;
    height: 20px;
    margin-right: 0.5em; }

.logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pull-right {
  margin-left: auto; }

.courses .course-container {
  background-color: #EEEEEE;
  text-align: center;
  border-right: 2px solid white;
  border-bottom: 2px solid white; }
  .courses .course-container:nth-child(3n+3) {
    border-right: none; }
  @media screen and (max-width: 767px) {
    .courses .course-container {
      margin-bottom: 1em; } }
  .courses .course-container h2 {
    color: #F39700;
    margin: 0.5em 0;
    height: 84px;
    line-height: 1em; }
  .courses .course-container .course-img {
    height: 160px;
    margin-bottom: 1em; }
  .courses .course-container .link-to-course {
    display: block;
    cursor: pointer;
    width: 100%;
    font-size: 1.25em;
    font-weight: bold;
    background-color: #C9C9C9;
    color: #3A3A3A;
    padding: 0.5em; }
    .courses .course-container .link-to-course:hover {
      background-color: #F39700;
      color: white; }
  .courses .course-container .link-text {
    font-size: 13px;
    margin: 0; }
  .courses .course-container .bottom {
    background-color: #3A3A3A;
    color: white; }
    .courses .course-container .bottom div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0.5em 0;
      cursor: pointer;
      /*         &:hover{
          background-color: $grey3
        } */ }
      .courses .course-container .bottom div .not-done {
        display: none; }
      .courses .course-container .bottom div.disabled {
        color: #C9C9C9;
        cursor: default; }
        .courses .course-container .bottom div.disabled .not-done {
          display: block; }
        .courses .course-container .bottom div.disabled .done {
          display: none; }
      .courses .course-container .bottom div img {
        max-height: 15px;
        margin-right: 10px;
        max-width: 15px; }

.popup-main-container {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw; }
  .popup-main-container .popup-container {
    background-color: white;
    left: 50%;
    max-height: 430px;
    max-width: 720px;
    padding: 1em 2em 3em;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: left;
    width: 100%;
    height: 100%; }
    .popup-main-container .popup-container .header-small {
      color: #F39700;
      margin-bottom: 0;
      font-size: 20px; }
    .popup-main-container .popup-container .header {
      font-size: 2.5rem;
      margin-top: 0;
      font-weight: normal;
      color: #0A2370; }
    .popup-main-container .popup-container .close-popup {
      cursor: pointer;
      position: absolute;
      right: 30px;
      top: 0;
      width: 60px; }
    .popup-main-container .popup-container p {
      font-weight: bold;
      color: #0A2370; }
    .popup-main-container .popup-container .popup-download {
      color: #F39700;
      position: absolute;
      right: 30px;
      bottom: 20px;
      font-size: 1.25em; }
      .popup-main-container .popup-container .popup-download .popup-download-img {
        width: 20px;
        height: 19px; }

/* Page specifics */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.js-isHidden {
  display: none; }

.js-isInvisible {
  visibility: hidden; }

.js-isTransparent {
  opacity: 0; }

.js-isCollapsed {
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden; }

js-isInvisible {
  opacity: 0; }

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .no-float {
    float: none; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
/*# sourceMappingURL=main.css.map */