/*!
Theme Name: Sofi LMS
Theme URI: https://www.cborchert.com
Author: Christopher Borchert
Author URI:  https://www.cborchert.com
Description: A theme for SofiLMS
Version: 1.0.8
License: MIT
License URI: https://mit-license.org/
Text Domain: sofi-lms
*/
/**
 * Colours
 */
/**
 * Typography
 */
/**
 * Breakpoints
 */
/**
 * Grid
 */
/**
 * Components
 */
/**
 * Animations
 */
/**
 * Spacing
 */
/**
 * Heights
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.row {
  list-style: none;
  margin-left: -24px; }
  .row:not(.row--flex):before, .row:not(.row--flex):after {
    content: " ";
    display: table; }
  .row:not(.row--flex):after {
    clear: both; }
  .row.row--gutterless {
    margin-left: 0; }
  .row.row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.col {
  float: left;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .row--gutterless .col {
    padding-left: 0; }

/**
 * Columns generator
 */
@media only screen and (min-width: 1025px) {
  .col--lg-offset-0 {
    margin-left: 0%; }
  .col--lg-1 {
    width: 8.33333%; }
    .row--flex .col--lg-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      max-width: 8.33333%;
      width: auto;
      float: none; }
  .col--lg-offset-1 {
    margin-left: 8.33333%; }
  .col--lg-2 {
    width: 16.66667%; }
    .row--flex .col--lg-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      max-width: 16.66667%;
      width: auto;
      float: none; }
  .col--lg-offset-2 {
    margin-left: 16.66667%; }
  .col--lg-3 {
    width: 25%; }
    .row--flex .col--lg-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      width: auto;
      float: none; }
  .col--lg-offset-3 {
    margin-left: 25%; }
  .col--lg-4 {
    width: 33.33333%; }
    .row--flex .col--lg-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%;
      width: auto;
      float: none; }
  .col--lg-offset-4 {
    margin-left: 33.33333%; }
  .col--lg-5 {
    width: 41.66667%; }
    .row--flex .col--lg-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      max-width: 41.66667%;
      width: auto;
      float: none; }
  .col--lg-offset-5 {
    margin-left: 41.66667%; }
  .col--lg-6 {
    width: 50%; }
    .row--flex .col--lg-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      width: auto;
      float: none; }
  .col--lg-offset-6 {
    margin-left: 50%; }
  .col--lg-7 {
    width: 58.33333%; }
    .row--flex .col--lg-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      max-width: 58.33333%;
      width: auto;
      float: none; }
  .col--lg-offset-7 {
    margin-left: 58.33333%; }
  .col--lg-8 {
    width: 66.66667%; }
    .row--flex .col--lg-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%;
      width: auto;
      float: none; }
  .col--lg-offset-8 {
    margin-left: 66.66667%; }
  .col--lg-9 {
    width: 75%; }
    .row--flex .col--lg-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%;
      width: auto;
      float: none; }
  .col--lg-offset-9 {
    margin-left: 75%; }
  .col--lg-10 {
    width: 83.33333%; }
    .row--flex .col--lg-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      max-width: 83.33333%;
      width: auto;
      float: none; }
  .col--lg-offset-10 {
    margin-left: 83.33333%; }
  .col--lg-11 {
    width: 91.66667%; }
    .row--flex .col--lg-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      max-width: 91.66667%;
      width: auto;
      float: none; }
  .col--lg-offset-11 {
    margin-left: 91.66667%; }
  .col--lg-12 {
    width: 100%; }
    .row--flex .col--lg-12 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      width: auto;
      float: none; }
  .col--lg-offset-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col--md-offset-0 {
    margin-left: 0%; }
  .col--md-1 {
    width: 8.33333%; }
    .row--flex .col--md-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      max-width: 8.33333%;
      width: auto;
      float: none; }
  .col--md-offset-1 {
    margin-left: 8.33333%; }
  .col--md-2 {
    width: 16.66667%; }
    .row--flex .col--md-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      max-width: 16.66667%;
      width: auto;
      float: none; }
  .col--md-offset-2 {
    margin-left: 16.66667%; }
  .col--md-3 {
    width: 25%; }
    .row--flex .col--md-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      width: auto;
      float: none; }
  .col--md-offset-3 {
    margin-left: 25%; }
  .col--md-4 {
    width: 33.33333%; }
    .row--flex .col--md-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%;
      width: auto;
      float: none; }
  .col--md-offset-4 {
    margin-left: 33.33333%; }
  .col--md-5 {
    width: 41.66667%; }
    .row--flex .col--md-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      max-width: 41.66667%;
      width: auto;
      float: none; }
  .col--md-offset-5 {
    margin-left: 41.66667%; }
  .col--md-6 {
    width: 50%; }
    .row--flex .col--md-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      width: auto;
      float: none; }
  .col--md-offset-6 {
    margin-left: 50%; }
  .col--md-7 {
    width: 58.33333%; }
    .row--flex .col--md-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      max-width: 58.33333%;
      width: auto;
      float: none; }
  .col--md-offset-7 {
    margin-left: 58.33333%; }
  .col--md-8 {
    width: 66.66667%; }
    .row--flex .col--md-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%;
      width: auto;
      float: none; }
  .col--md-offset-8 {
    margin-left: 66.66667%; }
  .col--md-9 {
    width: 75%; }
    .row--flex .col--md-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%;
      width: auto;
      float: none; }
  .col--md-offset-9 {
    margin-left: 75%; }
  .col--md-10 {
    width: 83.33333%; }
    .row--flex .col--md-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      max-width: 83.33333%;
      width: auto;
      float: none; }
  .col--md-offset-10 {
    margin-left: 83.33333%; }
  .col--md-11 {
    width: 91.66667%; }
    .row--flex .col--md-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      max-width: 91.66667%;
      width: auto;
      float: none; }
  .col--md-offset-11 {
    margin-left: 91.66667%; }
  .col--md-12 {
    width: 100%; }
    .row--flex .col--md-12 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      width: auto;
      float: none; }
  .col--md-offset-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .col--sm-offset-0 {
    margin-left: 0%; }
  .col--sm-1 {
    width: 8.33333%; }
    .row--flex .col--sm-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      max-width: 8.33333%;
      width: auto;
      float: none; }
  .col--sm-offset-1 {
    margin-left: 8.33333%; }
  .col--sm-2 {
    width: 16.66667%; }
    .row--flex .col--sm-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      max-width: 16.66667%;
      width: auto;
      float: none; }
  .col--sm-offset-2 {
    margin-left: 16.66667%; }
  .col--sm-3 {
    width: 25%; }
    .row--flex .col--sm-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      width: auto;
      float: none; }
  .col--sm-offset-3 {
    margin-left: 25%; }
  .col--sm-4 {
    width: 33.33333%; }
    .row--flex .col--sm-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%;
      width: auto;
      float: none; }
  .col--sm-offset-4 {
    margin-left: 33.33333%; }
  .col--sm-5 {
    width: 41.66667%; }
    .row--flex .col--sm-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      max-width: 41.66667%;
      width: auto;
      float: none; }
  .col--sm-offset-5 {
    margin-left: 41.66667%; }
  .col--sm-6 {
    width: 50%; }
    .row--flex .col--sm-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      width: auto;
      float: none; }
  .col--sm-offset-6 {
    margin-left: 50%; }
  .col--sm-7 {
    width: 58.33333%; }
    .row--flex .col--sm-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      max-width: 58.33333%;
      width: auto;
      float: none; }
  .col--sm-offset-7 {
    margin-left: 58.33333%; }
  .col--sm-8 {
    width: 66.66667%; }
    .row--flex .col--sm-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%;
      width: auto;
      float: none; }
  .col--sm-offset-8 {
    margin-left: 66.66667%; }
  .col--sm-9 {
    width: 75%; }
    .row--flex .col--sm-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%;
      width: auto;
      float: none; }
  .col--sm-offset-9 {
    margin-left: 75%; }
  .col--sm-10 {
    width: 83.33333%; }
    .row--flex .col--sm-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      max-width: 83.33333%;
      width: auto;
      float: none; }
  .col--sm-offset-10 {
    margin-left: 83.33333%; }
  .col--sm-11 {
    width: 91.66667%; }
    .row--flex .col--sm-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      max-width: 91.66667%;
      width: auto;
      float: none; }
  .col--sm-offset-11 {
    margin-left: 91.66667%; }
  .col--sm-12 {
    width: 100%; }
    .row--flex .col--sm-12 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      width: auto;
      float: none; }
  .col--sm-offset-12 {
    margin-left: 100%; } }

@media only screen and (max-width: 480px) {
  .col--xs-offset-0 {
    margin-left: 0%; }
  .col--xs-1 {
    width: 8.33333%; }
    .row--flex .col--xs-1 {
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
      max-width: 8.33333%;
      width: auto;
      float: none; }
  .col--xs-offset-1 {
    margin-left: 8.33333%; }
  .col--xs-2 {
    width: 16.66667%; }
    .row--flex .col--xs-2 {
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
      max-width: 16.66667%;
      width: auto;
      float: none; }
  .col--xs-offset-2 {
    margin-left: 16.66667%; }
  .col--xs-3 {
    width: 25%; }
    .row--flex .col--xs-3 {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      width: auto;
      float: none; }
  .col--xs-offset-3 {
    margin-left: 25%; }
  .col--xs-4 {
    width: 33.33333%; }
    .row--flex .col--xs-4 {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%;
      width: auto;
      float: none; }
  .col--xs-offset-4 {
    margin-left: 33.33333%; }
  .col--xs-5 {
    width: 41.66667%; }
    .row--flex .col--xs-5 {
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
      max-width: 41.66667%;
      width: auto;
      float: none; }
  .col--xs-offset-5 {
    margin-left: 41.66667%; }
  .col--xs-6 {
    width: 50%; }
    .row--flex .col--xs-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      width: auto;
      float: none; }
  .col--xs-offset-6 {
    margin-left: 50%; }
  .col--xs-7 {
    width: 58.33333%; }
    .row--flex .col--xs-7 {
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
      max-width: 58.33333%;
      width: auto;
      float: none; }
  .col--xs-offset-7 {
    margin-left: 58.33333%; }
  .col--xs-8 {
    width: 66.66667%; }
    .row--flex .col--xs-8 {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
      max-width: 66.66667%;
      width: auto;
      float: none; }
  .col--xs-offset-8 {
    margin-left: 66.66667%; }
  .col--xs-9 {
    width: 75%; }
    .row--flex .col--xs-9 {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      max-width: 75%;
      width: auto;
      float: none; }
  .col--xs-offset-9 {
    margin-left: 75%; }
  .col--xs-10 {
    width: 83.33333%; }
    .row--flex .col--xs-10 {
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
      max-width: 83.33333%;
      width: auto;
      float: none; }
  .col--xs-offset-10 {
    margin-left: 83.33333%; }
  .col--xs-11 {
    width: 91.66667%; }
    .row--flex .col--xs-11 {
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
      max-width: 91.66667%;
      width: auto;
      float: none; }
  .col--xs-offset-11 {
    margin-left: 91.66667%; }
  .col--xs-12 {
    width: 100%; }
    .row--flex .col--xs-12 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      width: auto;
      float: none; }
  .col--xs-offset-12 {
    margin-left: 100%; } }

* {
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0; }

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block; }
  input[disabled],
  select[disabled],
  textarea[disabled],
  button[disabled] {
    cursor: not-allowed; }

button {
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table th,
  table td {
    text-align: left; }

@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important; } }

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .visible-sm {
    display: block !important; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important; } }

@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important; } }

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important; } }

/**
* Clearing and floating
*/
.alignleft,
.float-left {
  float: left; }
  img .alignleft, img
  .float-left {
    margin-right: 24px; }

.alignright,
.float-right {
  float: right; }
  img .alignright, img
  .float-right {
    margin-left: 24px; }

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  img .aligncenter, img
  .float-center {
    margin-bottom: 24px; }

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

.clearfix:after {
  clear: both; }

/**
* Text aligments
*/
.align-text-left {
  text-align: left; }

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

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

/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .visible-on-mobile {
      display: block !important; } }

.visible-on-tablet {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .visible-on-tablet {
      display: block !important; } }
  @media screen and (max-width: 768px) {
    .visible-on-tablet {
      display: none !important; } }

@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important; } }

/**
 * Accessibility
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-size: 16px;
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  margin-bottom: 24px; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child,
  p:last-child,
  hr:last-child,
  ul:last-child,
  ol:last-child,
  dl:last-child {
    margin-bottom: 0; }

/**
 * Basic styles for links
 */
a {
  color: #324e99;
  text-decoration: none; }
  a:hover {
    color: #333;
    text-decoration: underline; }

a[href^="tel"] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit; }

/**
 * Rules
 */
hr, hr.wp-block-separator {
  background-color: #324e99;
  margin: 64px auto;
  height: 2px;
  width: 400px;
  max-width: 90%;
  border-top: none;
  border-bottom: none; }

.grid {
  display: grid;
  grid-gap: 24px; }
  @media screen and (max-width: 768px) {
    .grid {
      grid-gap: 12px; } }
  @media only screen and (min-width: 1025px) {
    .grid.grid--lg-1x {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid.grid--lg-2x {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.grid--lg-3x {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid.grid--lg-4x {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .grid.grid--lg-5x {
      grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .grid.grid--lg-6x {
      grid-template-columns: repeat(6, minmax(0, 1fr)); } }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .grid.grid--md-1x {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid.grid--md-2x {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.grid--md-3x {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid.grid--md-4x {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .grid.grid--md-5x {
      grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .grid.grid--md-6x {
      grid-template-columns: repeat(6, minmax(0, 1fr)); } }
  @media only screen and (min-width: 481px) and (max-width: 768px) {
    .grid.grid--sm-1x {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid.grid--sm-2x {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.grid--sm-3x {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid.grid--sm-4x {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .grid.grid--sm-5x {
      grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .grid.grid--sm-6x {
      grid-template-columns: repeat(6, minmax(0, 1fr)); } }
  @media only screen and (max-width: 480px) {
    .grid.grid--xs-1x {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid.grid--xs-2x {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.grid--xs-3x {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid.grid--xs-4x {
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .grid.grid--xs-5x {
      grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .grid.grid--xs-6x {
      grid-template-columns: repeat(6, minmax(0, 1fr)); } }

/**
 * This file contains all @font-face declarations, if any.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto; }

*:focus {
  outline: 0; }

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #333;
  line-height: 36px;
  height: 36px;
  padding: 0 12px;
  width: 100%; }

label,
.label {
  margin-bottom: 16px;
  display: block; }

input[type="checkbox"],
input[type="radio"] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto; }

input[type="file"] {
  line-height: normal;
  height: auto;
  padding: 6px 12px; }

input[type="submit"] {
  -webkit-border-radius: 0;
          border-radius: 0; }

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed; }

select {
  line-height: normal;
  padding: 0;
  padding-left: 12px; }

textarea {
  min-height: 96px;
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

form {
  width: 600px;
  max-width: 100%;
  margin-bottom: 32px; }

/**
 * Form utility classes
 */
.form--inline .form__group {
  display: inline-block; }

.form .form__group {
  display: block;
  margin-bottom: 24px; }
  .form .form__group .form__label {
    display: block;
    margin-bottom: 12px; }

ul,
ol {
  margin-left: 24px; }

li > ul,
li > ol {
  margin-bottom: 0; }

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

details summary {
  font-size: 1.25; }

details ::marker {
  color: #e86646; }

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
  line-height: 1.5; }

em {
  font-style: italic; }

small {
  font-size: 0.75em; }

h6,
h5 {
  font-size: 1rem; }

h4 {
  font-size: 1.125rem; }

h3 {
  font-size: 1.25rem; }

h2 {
  font-size: 1.5rem; }

h1 {
  font-size: 2rem; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 32px auto;
  display: table; }

tr {
  background: #eee; }

tr:nth-child(2n) {
  background: #fff; }

th {
  text-align: left; }

td,
th {
  padding: 8px 16px;
  border: 1px solid #aaa; }

.header {
  padding: 16px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 32px; }

.header__logo {
  width: 140px; }

.footer {
  background: #333;
  color: #fff;
  padding-top: 32px;
  padding-bottom: 32px; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #fff; }

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .footer__container nav {
    margin-left: 32px;
    font-size: 0.75rem; }
  .footer__container hr {
    margin: 16px; }

.footer__copyright {
  margin-bottom: 0; }

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  body > main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 64px 0; }

.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px 0; }
  @media screen and (max-width: 1024px) {
    .post-navigation {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .post-navigation .post-navigation-item {
        display: block;
        width: 100%;
        margin: 8px 0; }
        .post-navigation .post-navigation-item a {
          width: 100%; } }

.post__header {
  margin-bottom: 16px; }

button,
.btn,
.button,
.wp-block-button__link,
input[type="submit"] {
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background-color: #324e99;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  padding: 6px 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.5;
  height: auto; }
  button::-moz-focus-inner,
  .btn::-moz-focus-inner,
  .button::-moz-focus-inner,
  .wp-block-button__link::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0; }
  button:hover,
  .btn:hover,
  .button:hover,
  .wp-block-button__link:hover,
  input[type="submit"]:hover {
    text-decoration: none;
    background-color: transparent;
    color: #324e99;
    border-color: #324e99; }
  button.is-disabled, button:disabled,
  .btn.is-disabled,
  .btn:disabled,
  .button.is-disabled,
  .button:disabled,
  .wp-block-button__link.is-disabled,
  .wp-block-button__link:disabled,
  input[type="submit"].is-disabled,
  input[type="submit"]:disabled {
    pointer-events: none;
    opacity: 0.65; }

.btn--inverse, .is-inverse .wp-block-button__link {
  background-color: transparent;
  color: #324e99;
  border: 1px solid #324e99; }
  .btn--inverse:hover, .is-inverse .wp-block-button__link:hover {
    background-color: #324e99;
    color: #fff;
    border-color: transparent; }

.btn--secondary {
  background-color: #e86646;
  color: #fff;
  border: 1px solid #e86646; }
  .btn--secondary:hover {
    background-color: transparent;
    color: #e86646;
    border-color: #e86646; }

.btn--secondary-inverse {
  background-color: transparent;
  color: #e86646;
  border-color: #e86646; }
  .btn--secondary-inverse:hover {
    background-color: #e86646;
    color: #fff;
    border: 1px solid #e86646; }

.btn--unstyled {
  padding: 0;
  margin: 0;
  color: #324e99;
  background-color: transparent;
  border: 0;
  opacity: 0.5; }
  .btn--unstyled:hover {
    background-color: transparent;
    color: #324e99;
    border: 0;
    opacity: 1; }

.btn--block, body.login div#login p.submit input#wp-submit {
  display: block;
  width: 100%; }
  + .btn--block, + body.login div#login p.submit input#wp-submit {
    margin-top: 6px; }

.btn--link {
  background-color: transparent;
  color: #324e99; }

/**
 * Hamburger menu
 */
.nav-burger {
  z-index: 550;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.nav-burger__line {
  width: 24px;
  height: 2px;
  background-color: #324e99;
  display: none;
  margin: 6px auto;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .nav-burger__line:nth-child(2) {
    width: 20px;
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .nav-burger__line {
      display: block; } }
  .nav-burger.open .nav-burger__line:nth-child(2) {
    opacity: 0; }
  .nav-burger.open .nav-burger__line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg); }
  .nav-burger.open .nav-burger__line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg); }

/**
 * Navs
 */
.nav {
  list-style: none;
  margin: 0; }
  .nav > li {
    display: inline-block;
    margin-right: 24px; }
    .nav > li:last-child {
      margin-right: 0; }
    .nav > li > a {
      display: block; }

.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1024px) {
    .header__navigation {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: fixed;
      top: 0;
      left: 100vw;
      visibility: hidden;
      width: 100vw;
      height: 100vh;
      margin: 0;
      text-align: center;
      opacity: 0;
      background: #fff;
      -webkit-overflow-scrolling: touch; }
      .header__navigation.open {
        z-index: 500;
        visibility: visible;
        left: 0;
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .header__navigation.open ul {
          margin-top: 128px; }
          .header__navigation.open ul > li {
            font-size: 1.25rem;
            width: 100%;
            margin-bottom: 8px; }
            .header__navigation.open ul > li:last-child {
              margin-bottom: 0; } }

.header__loginButton,
.header__logoutButton {
  margin-left: 32px; }
  @media screen and (max-width: 1024px) {
    .header__loginButton,
    .header__logoutButton {
      margin-left: 0;
      font-size: 1.25rem; } }

.header__navigationSeparator {
  display: none; }
  @media screen and (max-width: 1024px) {
    .header__navigationSeparator {
      display: block;
      width: 64px;
      margin: 48px auto 56px;
      background-color: #324e99; } }

.alert {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid transparent; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 24px; }
  .alert.alert--success {
    color: #5cb85c;
    border-color: #5cb85c; }
  .alert.alert--info {
    color: #324e99;
    border-color: #324e99; }
  .alert.alert--warning {
    color: #f0ad4e;
    border-color: #f0ad4e; }
  .alert.alert--danger {
    color: #ed6a30;
    border-color: #ed6a30; }

.loader {
  padding: 32px 0; }

.resourceIcon {
  width: 20px;
  margin-right: 10px; }

body.login {
  background: #fff;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

body.login div#login {
  width: 500px;
  max-width: 90%;
  padding: 16px 32px 32px;
  border: 1px solid #aaa; }
  body.login div#login::before {
    content: "";
    display: block;
    height: 200px;
    width: 100%;
    -webkit-background-size: 200px 200px;
            background-size: 200px 200px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    background-image: url(img/logo-square.png?v=1.0.7); }

body.login div#login h1 {
  display: none; }

body.login div#login form#loginform {
  margin-top: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0; }

body.login div#login form .input,
body.login div#login form input[type="password"],
body.login div#login form input[type="text"] {
  font-size: inherit;
  padding: 0 8px;
  min-height: inherit; }

body.login div#login form .input:focus,
body.login div#login form input:focus,
body.login div#login form input[type="checkbox"]:focus,
body.login div#login form input[type="color"]:focus,
body.login div#login form input[type="date"]:focus,
body.login div#login form input[type="datetime-local"]:focus,
body.login div#login form input[type="datetime"]:focus,
body.login div#login form input[type="email"]:focus,
body.login div#login form input[type="month"]:focus,
body.login div#login form input[type="number"]:focus,
body.login div#login form input[type="password"]:focus,
body.login div#login form input[type="radio"]:focus,
body.login div#login form input[type="search"]:focus,
body.login div#login form input[type="tel"]:focus,
body.login div#login form input[type="text"]:focus,
body.login div#login form input[type="time"]:focus,
body.login div#login form input[type="url"]:focus,
body.login div#login form input[type="week"]:focus,
body.login div#login form select:focus,
body.login div#login form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #324e99; }

body.login div#login form#loginform p.forgetmenot {
  float: none; }

body.login div#login form#loginform p.forgetmenot input#rememberme {
  width: 1rem;
  height: 1rem;
  border: 1px solid #aaa; }
  body.login div#login form#loginform p.forgetmenot input#rememberme:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #324e99; }

body.login div#login form#loginform p.submit {
  margin-top: 16px; }

body.login div#login p.submit input#wp-submit {
  float: none;
  font-size: 1rem;
  margin: 16px 0; }

body.login div#login p#nav {
  padding: 0;
  margin: 8px 0 0; }

body.login div#login p#nav a {
  color: #324e99; }
  body.login div#login p#nav a:hover {
    text-decoration: underline; }

body.login div#login p#backtoblog {
  display: none; }

body.login #login #login_error,
body.login #login .message,
body.login #login .success {
  border: 1px solid #aaa;
  border-left: 4px solid #324e99;
  -webkit-box-shadow: none;
          box-shadow: none; }

body.login #login #login_error {
  border-left-color: #ed6a30; }

body.login #login .success {
  border-left-color: #5cb85c; }

.wp-core-ui .button-primary {
  background: #324e99;
  border-color: #324e99;
  -webkit-border-radius: 20px;
          border-radius: 20px; }
  .wp-core-ui .button-primary:hover {
    text-decoration: none;
    background-color: transparent;
    color: #324e99;
    border-color: #324e99; }

@media screen and (max-width: 768px) {
  .wp-block-columns.column--mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.wp-block-getwid-accordion {
  margin: 16px 0 32px; }
  .wp-block-getwid-accordion .wp-block-getwid-accordion__header {
    font-size: 1.125rem;
    font-weight: bold; }
    .wp-block-getwid-accordion .wp-block-getwid-accordion__header a {
      color: #333; }
    .wp-block-getwid-accordion .wp-block-getwid-accordion__header .wp-block-getwid-accordion__icon {
      color: #324e99; }

.wp-block-video video {
  width: auto;
  max-width: 100%;
  height: 600px;
  max-height: 80vh; }
  @media screen and (max-width: 768px) {
    .wp-block-video video {
      width: 100%;
      height: 400px; } }
  @media screen and (max-width: 600px) {
    .wp-block-video video {
      width: 100%;
      height: 300px; } }
  @media screen and (max-width: 450px) {
    .wp-block-video video {
      width: 100%;
      height: 200px; } }

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