body, html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: 400 16px/100% "KievitOT", arial, sans-serif;
  color: #828282;
  -webkit-font-smoothing: antialiased; }
  body.popup-open {
    overflow-y: hidden; }

h1 {
  font-size: 20px;
  font-weight: 500;
  color: #393939; }

h2 {
  font-size: 18px;
  font-weight: 500; }

h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: 500; }

:focus {
  outline: none; }

.label {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #7f7f7f;
  text-transform: uppercase;
  padding: 0 12px;
  display: inline-block;
  border-radius: 40px; }
  .label.small {
    background: #e6e6e6;
    color: #393939;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    font-weight: 400;
    text-transform: none;
    margin-right: 5px;
    margin-bottom: 5px; }

input[type=text],
input[type=password],
input[type=email],
input[type=date],
textarea {
  height: 48px;
  line-height: 48px;
  font-family: "KievitOT";
  font-size: 14px;
  font-weight: 400;
  color: #7f7f7f;
  background: #fff;
  padding: 0 21px;
  border-radius: 50px;
  border: 1px solid #7f7f7f;
  width: 100%;
  margin-bottom: 13px; }
  input[type=text][disabled],
  input[type=password][disabled],
  input[type=email][disabled],
  input[type=date][disabled],
  textarea[disabled] {
    color: #939393;
    -webkit-text-fill-color: #939393 !important;
    border: 1px solid #e6e6e6; }
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=date]:focus,
  textarea:focus {
    outline: 0; }
  input[type=text].inline-70,
  input[type=password].inline-70,
  input[type=email].inline-70,
  input[type=date].inline-70,
  textarea.inline-70 {
    width: 69%; }
  input[type=text].inline-60,
  input[type=password].inline-60,
  input[type=email].inline-60,
  input[type=date].inline-60,
  textarea.inline-60 {
    width: 59%; }
  input[type=text].inline-40,
  input[type=password].inline-40,
  input[type=email].inline-40,
  input[type=date].inline-40,
  textarea.inline-40 {
    width: 39%; }
  input[type=text].inline-30,
  input[type=password].inline-30,
  input[type=email].inline-30,
  input[type=date].inline-30,
  textarea.inline-30 {
    width: 29%; }
  input[type=text].small,
  input[type=password].small,
  input[type=email].small,
  input[type=date].small,
  textarea.small {
    height: 38px;
    line-height: 38px; }

textarea {
  height: 200px;
  border-radius: 26px;
  line-height: 20px;
  padding: 21px; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 48px;
  line-height: 48px;
  font-family: "KievitOT";
  font-size: 14px;
  font-weight: 400;
  color: #7f7f7f;
  background: #fff url("../images/drop-arrow.png") no-repeat;
  background-position: right 15px center;
  padding: 0 21px;
  border-radius: 50px;
  border: 1px solid #afafaf;
  margin-bottom: 13px; }
  select:focus {
    outline: 0; }
  select.small {
    height: 38px;
    line-height: 38px; }
  select.full-width {
    width: 100%; }

button, .button {
  height: 45px;
  font-family: "KievitOT";
  line-height: 45px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: #e3000b;
  text-transform: uppercase;
  padding: 0 21px;
  border-radius: 50px;
  border: 0 solid transparent;
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  button[disabled], .button[disabled] {
    background: #b9c1c5;
    cursor: not-allowed; }
  button.white, .button.white {
    background: #fff;
    color: #8f2011;
    margin-bottom: 20px; }
  button.icon-only, .button.icon-only {
    width: 45px;
    padding: 0;
    text-align: center;
    font-size: 16px; }
  button.w-arrow, .button.w-arrow {
    position: relative;
    padding-right: 57px;
    text-align: left;
    padding-left: 30px; }
    button.w-arrow:after, .button.w-arrow:after {
      content: '\f178';
      font-family: 'FontAwesome';
      color: #fff;
      font-size: 15px;
      line-height: 45px;
      right: 30px;
      position: absolute;
      top: 0; }
    button.w-arrow.arrow-left, .button.w-arrow.arrow-left {
      padding-right: 30px;
      padding-left: 57px; }
      button.w-arrow.arrow-left:after, .button.w-arrow.arrow-left:after {
        right: inherit;
        left: 30px;
        content: '\f177'; }
  button:focus, .button:focus {
    outline: 0; }
  button.full-width, .button.full-width {
    width: 100%; }
  button.big-shadow, .button.big-shadow {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
            box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

form label {
  font-size: 12px;
  font-weight: 800;
  padding-left: 21px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px; }

form .form-group {
  margin-bottom: 45px; }

.has-question-tip {
  position: relative;
  margin-bottom: 50px; }
  .has-question-tip span.question-tip {
    position: absolute;
    bottom: -35px;
    left: 0px;
    font-size: 12px;
    font-style: italic;
    color: #393939 !important;
    line-height: 14px;
    padding-left: 15px;
    padding-right: 15px; }

.special-checkbox {
  height: 49px;
  font-family: "KievitOT";
  line-height: 49px;
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  background: #cacaca;
  text-transform: none;
  padding: 0 82px 0 21px;
  border-radius: 50px;
  border: 0 solid transparent;
  text-align: left;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 12px 24px 0 rgba(159, 159, 159, 0.32);
          box-shadow: 0 12px 24px 0 rgba(159, 159, 159, 0.32);
  -webkit-transition: background 0.2s 0s ease;
  transition: background 0.2s 0s ease; }
  .special-checkbox.has-tip {
    margin-bottom: 50px; }
    .special-checkbox.has-tip .checkbox-tip {
      position: absolute;
      bottom: -40px;
      left: 30px;
      font-size: 12px;
      font-style: italic;
      color: #393939 !important;
      line-height: 14px;
      padding-left: 15px; }
  .special-checkbox .special-checkbox-disc {
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    width: 78px;
    display: block; }
    .special-checkbox .special-checkbox-disc .path {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -3.5px;
      background: #939393;
      height: 7px;
      width: 51px;
      border-radius: 15px;
      display: block;
      -webkit-transition: background 0.1s 0s ease;
      transition: background 0.1s 0s ease; }
    .special-checkbox .special-checkbox-disc .disc {
      width: 19px;
      height: 19px;
      display: block;
      position: absolute;
      border-radius: 50%;
      background: #fff;
      left: 0;
      top: 50%;
      margin-top: -9.5px;
      -webkit-box-shadow: 0 10px 20px 0 rgba(27, 30, 33, 0.33);
              box-shadow: 0 10px 20px 0 rgba(27, 30, 33, 0.33);
      -webkit-transition: left 0.2s 0s ease;
      transition: left 0.2s 0s ease; }
  .special-checkbox.small {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #828282;
    padding: 0;
    line-height: 27px;
    height: 27px; }
    .special-checkbox.small .special-checkbox--title {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 36ex;
      display: inline-block; }
    .special-checkbox.small .special-checkbox-disc {
      height: 27px;
      width: 45px; }
      .special-checkbox.small .special-checkbox-disc .path {
        width: 27px;
        height: 5px; }
      .special-checkbox.small .special-checkbox-disc .disc {
        width: 16px;
        height: 16px;
        -webkit-box-shadow: 0 5px 10px 0 rgba(27, 30, 33, 0.21);
                box-shadow: 0 5px 10px 0 rgba(27, 30, 33, 0.21); }

.special-checkbox--checkbox {
  display: none; }

.special-checkbox--checkbox:checked + label.special-checkbox {
  color: #fff;
  background: #4aa943; }
  .special-checkbox--checkbox:checked + label.special-checkbox .path {
    background: #31752c; }
  .special-checkbox--checkbox:checked + label.special-checkbox .disc {
    left: 33px; }
  .special-checkbox--checkbox:checked + label.special-checkbox.small {
    color: #828282;
    background: transparent; }
    .special-checkbox--checkbox:checked + label.special-checkbox.small .path {
      background: #4aa943; }
    .special-checkbox--checkbox:checked + label.special-checkbox.small .disc {
      left: 18px; }

.select-and-add .select-and-add--selection {
  margin-bottom: 20px; }
  .select-and-add .select-and-add--selection select {
    width: calc(100% - 85px); }
  .select-and-add .select-and-add--selection button {
    background: #8f2011; }

.select-and-add button.add {
  width: 80px;
  font-size: 12px; }

.select-and-add .select-and-add--added {
  margin: 0;
  padding: 0; }

.select-and-add .select-and-add--item {
  height: 49px;
  font-family: "KievitOT";
  line-height: 49px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #4aa943;
  text-transform: none;
  padding: 0 82px 0 21px;
  border-radius: 50px;
  border: 0 solid transparent;
  text-align: left;
  position: relative;
  -webkit-box-shadow: 0 12px 24px 0 rgba(159, 159, 159, 0.32);
          box-shadow: 0 12px 24px 0 rgba(159, 159, 159, 0.32);
  -webkit-transition: background 0.2s 0s ease;
  transition: background 0.2s 0s ease;
  margin-bottom: 11px;
  cursor: pointer; }
  .select-and-add .select-and-add--item .fa {
    position: absolute;
    top: 0;
    right: 21px;
    line-height: 49px;
    color: #fff;
    cursor: pointer; }

#profile-data-wrapper {
  padding-top: 28px;
  padding-bottom: 80px; }
  #profile-data-wrapper .save-data--sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0 -7px 49px -8px rgba(126, 126, 126, 0.53), 0 0 10px 0 rgba(73, 73, 73, 0.22);
            box-shadow: 0 -7px 49px -8px rgba(126, 126, 126, 0.53), 0 0 10px 0 rgba(73, 73, 73, 0.22); }
    @media (min-width: 1024px) {
      #profile-data-wrapper .save-data--sticky {
        text-align: center;
        background: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        bottom: 20px; } }
    #profile-data-wrapper .save-data--sticky button {
      width: 100%;
      background: #fff;
      color: #e3000b;
      letter-spacing: 1.4px;
      line-height: 52px;
      height: 52px; }
      @media (min-width: 1024px) {
        #profile-data-wrapper .save-data--sticky button {
          background: #e3000b;
          color: #fff;
          width: auto;
          -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
                  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); } }
      #profile-data-wrapper .save-data--sticky button .fa {
        margin-right: 7px;
        font-size: 16px; }

table.no-style {
  border: 0;
  width: 100%;
  table-layout: fixed; }
  table.no-style th {
    text-align: left;
    color: #393939; }
    @media (min-width: 768px) {
      table.no-style th {
        text-align: left; } }
    @media (max-width: 767px) {
      table.no-style th {
        padding-bottom: 4px; } }
  table.no-style th, table.no-style td {
    vertical-align: top;
    padding: 6px; }
    @media (min-width: 768px) {
      table.no-style th, table.no-style td {
        padding: 4px 35px 4px 0; } }
  table.no-style td {
    word-wrap: normal;
    white-space: normal; }
    @media (max-width: 767px) {
      table.no-style td {
        padding-top: 4px; } }
    @media (min-width: 768px) {
      table.no-style td {
        padding-bottom: 12px; } }

.toaster {
  font-family: "KievitOT";
  line-height: 16px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: #7f7f7f;
  padding: 15px 21px 15px 35px;
  max-width: 100%;
  border-radius: 50px;
  border: 0 solid transparent;
  display: block;
  position: fixed;
  z-index: 99999;
  top: 20px;
  right: 20px;
  min-width: 340px;
  text-align: center;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.1); }
  .toaster:before {
    content: '\f086';
    display: block;
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .toaster.error {
    background: #e3000b; }
    .toaster.error:before {
      content: '\f071'; }
  .toaster.succes {
    background: #4aa943; }
    .toaster.succes:before {
      content: '\f164'; }
  .toaster.warning {
    background: #fdc300; }
    .toaster.warning:before {
      content: '\f071'; }

.desktop-footer {
  height: 250px;
  width: 100%;
  position: relative;
  background: url(../images/bg.png) no-repeat;
  background-position: left 450px;
  background-size: cover !important; }

@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.toggle-radio {
  margin-bottom: 10px; }
  .toggle-radio.has-tip {
    margin-bottom: 50px; }
    .toggle-radio.has-tip .checkbox-tip {
      position: relative;
      bottom: -5px;
      left: 0px;
      font-size: 12px;
      font-style: italic;
      color: #393939 !important;
      line-height: 14px;
      padding-left: 15px; }
  .toggle-radio .question-toggle-radio {
    margin-bottom: 10px;
    display: block;
    font-family: "KievitOT";
    font-size: 14px;
    font-weight: 400;
    color: #616161;
    text-align: left;
    padding-left: 21px; }
  .toggle-radio .switch {
    width: 100%;
    height: 45px;
    background: #b9c1c5;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 25px;
    position: relative; }
    .toggle-radio .switch span {
      position: absolute;
      width: 20px;
      height: 4px;
      top: 50%;
      left: 50%;
      margin: -2px 0px 0px -4px;
      background: #fff;
      display: block;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      opacity: 0; }
      .toggle-radio .switch span:after {
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        height: 12px;
        margin-top: -8px;
        background: #fff;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .toggle-radio .switch label {
      cursor: pointer;
      color: rgba(0, 0, 0, 0.2);
      width: 49%;
      line-height: 45px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: inline-block;
      font-family: "KievitOT";
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase; }
      .toggle-radio .switch label.for-yes, .toggle-radio .switch label.for-less {
        text-align: left; }
      .toggle-radio .switch label.for-no, .toggle-radio .switch label.for-more {
        text-align: right;
        padding-right: 21px; }
  .toggle-radio input[type=radio] {
    display: none; }
  .toggle-radio .no:checked ~ .switch {
    background: #e3000b; }
  .toggle-radio .yes:checked ~ .switch {
    background: #4aa943; }
  .toggle-radio .yes:checked ~ .switch span {
    opacity: 1; }
  .toggle-radio .no:checked ~ .switch span {
    background: #fff;
    margin-left: -8px;
    opacity: 1; }
  .toggle-radio .no:checked ~ .switch span:after {
    background: #fff;
    height: 20px;
    margin-top: -8px;
    margin-left: 8px; }
  .toggle-radio .yes:checked ~ .switch label.for-yes {
    color: #fff; }
  .toggle-radio .no:checked ~ .switch label.for-no {
    color: #fff; }
  .toggle-radio .more:checked ~ .switch {
    background: #4aa943; }
  .toggle-radio .more.red:checked ~ .switch {
    background: #e3000b; }
  .toggle-radio .more:checked ~ .switch span {
    background: #fff;
    margin-left: -8px;
    opacity: 1;
    width: 12px;
    margin-top: 1px; }
  .toggle-radio .more:checked ~ .switch span:after {
    background: #fff;
    height: 12px;
    margin-top: -8px;
    margin-left: 8px; }
  .toggle-radio .more:checked ~ .switch label.for-more {
    color: #fff; }
  .toggle-radio .less:checked ~ .switch {
    background: #4aa943; }
  .toggle-radio .less:checked ~ .switch span {
    background: #fff;
    margin-left: -8px;
    opacity: 1;
    width: 12px;
    margin-top: 0px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 36%; }
  .toggle-radio .less:checked ~ .switch span:after {
    background: #fff;
    height: 12px;
    margin-top: -8px;
    margin-left: 8px; }
  .toggle-radio .less:checked ~ .switch label.for-less {
    color: #fff; }

#menu {
  position: relative; }
  #menu .logout-button {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #cacaca;
    display: block; }
    #menu .logout-button i {
      line-height: 45px;
      display: inline-block; }
    #menu .logout-button .exta-text {
      display: none; }
    @media (max-width: 767px) {
      #menu .logout-button {
        position: absolute;
        z-index: 500;
        top: 45px; } }
    @media (min-width: 768px) {
      #menu .logout-button {
        float: right;
        width: 150px; }
        #menu .logout-button .exta-text {
          display: inline-block;
          line-height: 45px;
          text-transform: uppercase;
          color: #cacaca;
          font-size: 12px;
          font-weight: 600;
          letter-spacing: 1.4px;
          text-decoration: none;
          margin-right: 10px; } }
  #menu .menu-button {
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    padding-top: 12px; }
    @media (min-width: 768px) {
      #menu .menu-button {
        display: none; } }
    #menu .menu-button .dot {
      width: 4px;
      height: 4px;
      background: #cacaca;
      border-radius: 50%;
      display: block;
      margin: 0 auto 3px auto;
      position: relative;
      top: 0;
      -webkit-transition: top 0.1s 0s ease;
      transition: top 0.1s 0s ease; }
    #menu .menu-button:hover .dot:first-child {
      top: -2px; }
    #menu .menu-button:hover .dot:last-child {
      top: 2px; }
  #menu #navigation {
    display: none;
    position: absolute;
    top: 50px;
    left: 20px;
    background: #fff;
    min-width: 200px;
    z-index: 99;
    -webkit-box-shadow: 0 0 20px 0 rgba(215, 222, 227, 0.61), 0 26px 90px 0 rgba(51, 59, 69, 0.11);
            box-shadow: 0 0 20px 0 rgba(215, 222, 227, 0.61), 0 26px 90px 0 rgba(51, 59, 69, 0.11); }
    @media (min-width: 768px) {
      #menu #navigation {
        display: inline-block;
        float: right;
        position: relative;
        top: inherit;
        left: inherit;
        -webkit-box-shadow: none;
                box-shadow: none; } }
    #menu #navigation ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #menu #navigation ul li {
        display: block; }
        @media (min-width: 768px) {
          #menu #navigation ul li {
            display: inline-block; } }
      #menu #navigation ul a {
        color: #616161;
        display: block;
        width: 100%;
        line-height: 30px;
        font-size: 14px;
        text-decoration: none;
        padding: 0 12px; }
        @media (min-width: 768px) {
          #menu #navigation ul a {
            line-height: 44px;
            text-transform: uppercase;
            color: #939393;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1.4px;
            text-decoration: none; }
            #menu #navigation ul a .fa {
              display: none; } }
        #menu #navigation ul a .fa {
          margin-right: 10px; }
        #menu #navigation ul a:hover {
          background: #eaeaea; }
          @media (min-width: 768px) {
            #menu #navigation ul a:hover {
              background: #fff;
              color: #e3000b; } }
        #menu #navigation ul a:active {
          background: #e3000b;
          color: #fff; }
          @media (min-width: 768px) {
            #menu #navigation ul a:active {
              background: #fff;
              color: #8f2011; } }
  #menu.open .menu-button .dot:first-child {
    top: -4px; }
  #menu.open .menu-button .dot:last-child {
    top: 4px; }
  #menu.open #navigation {
    display: block; }

#small-header {
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 -7px 49px -8px rgba(126, 126, 126, 0.53), 0 0 10px 0 rgba(73, 73, 73, 0.22);
          box-shadow: 0 -7px 49px -8px rgba(126, 126, 126, 0.53), 0 0 10px 0 rgba(73, 73, 73, 0.22);
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    #small-header {
      padding-bottom: 20px; } }

.logo {
  width: 270px;
  float: left; }
  @media (max-width: 767px) {
    .logo {
      width: 100%; } }
  .logo img, .logo h1, .logo span {
    float: left;
    clear: left;
    margin-left: auto;
    margin-right: auto; }
  .logo .radboud-logo {
    display: inline-block;
    margin-left: 2px; }
  .logo h1.radboud-docenten-academie {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    width: 100%;
    color: #e3000b;
    margin: 0; }
  .logo span {
    color: #afafaf;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-style: italic;
    padding-top: 14px;
    font-size: 16px; }

.mailto-button.button.big-shadow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999999;
  width: 255px;
  font-size: 14px; }
  .mailto-button.button.big-shadow i {
    margin-right: 10px; }
  @media (max-width: 767px) {
    .mailto-button.button.big-shadow {
      width: 45px;
      overflow: hidden;
      padding-left: 9px; } }

#login {
  background: #be311a;
  padding: 70px 0;
  height: 100%;
  position: relative;
  background: #be311a url(../images/bg.png) no-repeat;
  background-position: left 450px;
  background-size: cover !important; }
  @media (min-width: 768px) {
    #login {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-item-align: center;
          align-self: center;
      background-size: contain; }
      #login .login-screen {
        background: #fff;
        padding: 50px 40px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 20px 0 rgba(215, 222, 227, 0.8), 0 26px 90px 0 rgba(51, 59, 69, 0.31);
                box-shadow: 0 0 20px 0 rgba(215, 222, 227, 0.8), 0 26px 90px 0 rgba(51, 59, 69, 0.31); }
        #login .login-screen .alert {
          font-size: 14px; }
        #login .login-screen h1 {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          display: block;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 18px;
          font-weight: 300;
          line-height: 50px;
          text-align: center;
          width: 100%;
          color: #e3000b;
          margin: 0;
          margin-bottom: 40px; }
        #login .login-screen form label {
          color: #393939; }
        #login .login-screen a {
          color: #393939; }
        #login .login-screen .lost-pass {
          padding: 10px 0px 50px 10px;
          text-align: left; }
          #login .login-screen .lost-pass a {
            font-size: 14px;
            font-style: italic;
            color: #afafaf;
            line-height: 14px;
            padding-left: 12px; }
        #login .login-screen .button {
          background: #4aa943;
          color: #fff; }
        #login .login-screen input[type=text],
        #login .login-screen input[type=password] {
          background: #cacaca;
          color: #393939; }
        #login .login-screen input[type=password].nomargin {
          margin-bottom: 0px; }
        #login .login-screen input[type=text]::-webkit-input-placeholder, #login .login-screen input[type=password]::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #393939; }
        #login .login-screen input[type=text]::-moz-placeholder, #login .login-screen input[type=password]::-moz-placeholder {
          /* Firefox 19+ */
          color: #393939; }
        #login .login-screen input[type=text]:-ms-input-placeholder, #login .login-screen input[type=password]:-ms-input-placeholder {
          /* IE 10+ */
          color: #393939; }
        #login .login-screen input[type=text]:-moz-placeholder, #login .login-screen input[type=password]:-moz-placeholder {
          /* Firefox 18- */
          color: #393939; } }
  #login .logo {
    display: block;
    margin: 0 auto; }
  #login .more {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 0 30px 0; }
  #login h1 {
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 400;
    margin: 60px 0px; }
  #login form label {
    color: #fff; }
  #login input[type=text],
  #login input[type=password] {
    background: #8f2011;
    border: 0 solid transparent;
    color: #fff; }
  #login input[type=text]::-webkit-input-placeholder, #login input[type=password]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  #login input[type=text]::-moz-placeholder, #login input[type=password]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  #login input[type=text]:-ms-input-placeholder, #login input[type=password]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  #login input[type=text]:-moz-placeholder, #login input[type=password]:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  #login .lost-pass {
    text-align: center;
    color: #fff;
    padding: 24px 0 31px 0; }
  #login a {
    color: #fff;
    font-szie: 14px; }
  #login .button {
    width: 100%;
    text-align: center; }
  #login div.privacy-statement {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20px; }
    #login div.privacy-statement a.privacy-statement {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      color: #e3000b;
      width: 80%;
      display: block;
      margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      #login div.privacy-statement {
        bottom: -20px; }
        #login div.privacy-statement a.privacy-statement {
          color: #ffffff; } }

@media (min-width: 768px) {
  #introductions {
    background: #be311a;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    background: #be311a url(../images/bg.png) no-repeat;
    background-position: left 450px;
    background-size: cover !important; } }

#introductions .step {
  padding: 106px 0;
  display: none; }
  @media (min-width: 768px) {
    #introductions .step {
      background: #fff;
      padding: 50px 40px;
      border-radius: 10px;
      -webkit-box-shadow: 0 0 20px 0 rgba(215, 222, 227, 0.8), 0 26px 90px 0 rgba(51, 59, 69, 0.31);
              box-shadow: 0 0 20px 0 rgba(215, 222, 227, 0.8), 0 26px 90px 0 rgba(51, 59, 69, 0.31); } }
  #introductions .step .prev-step {
    background: #fff;
    color: #b9c1c5;
    border: 1px solid #e6e6e6;
    margin-top: 5px; }
    #introductions .step .prev-step:after {
      color: #b9c1c5; }
  #introductions .step#step1 {
    display: block; }
  #introductions .step .step-counter {
    text-align: center;
    margin-bottom: 50px; }
    #introductions .step .step-counter .step-number {
      font-family: "Mendoza";
      font-size: 35px;
      color: #393939;
      line-height: 35px;
      position: relative; }
      #introductions .step .step-counter .step-number:before {
        content: '';
        display: block;
        height: 3px;
        background: #393939;
        width: 15px;
        left: 50%;
        margin-left: -7.5px;
        top: 41px;
        position: absolute;
        border-radius: 3px; }
      #introductions .step .step-counter .step-number .total-steps {
        font-size: 14px;
        color: #8b8b8b;
        position: absolute;
        line-height: 14px;
        top: 8px;
        right: -12px; }
  #introductions .step .step-title {
    text-align: center;
    color: #393939;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px; }
    #introductions .step .step-title a {
      color: #393939;
      border-bottom: 1px solid black;
      text-decoration: none; }
      #introductions .step .step-title a:hover {
        border-bottom: 1px dashed black; }
  #introductions .step .step-body {
    text-align: center;
    min-height: 200px;
    margin-bottom: 40px; }
  #introductions .step .step-controls .bullets {
    text-align: center;
    margin-top: 44px; }
  #introductions .step .step-controls .bullet {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cacaca;
    display: inline-block;
    margin-right: 2px; }
    #introductions .step .step-controls .bullet.active {
      background: #939393; }
    #introductions .step .step-controls .bullet:last-child {
      margin-right: 0; }

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative; }
  .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 11px solid #e9e9e9;
    position: absolute;
    top: 0;
    left: 0; }
  .progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1; }
  .progress .progress-left {
    left: 0; }
  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 11px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #e3000b; }
  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
        transform-origin: center left; }
  .progress .progress-right {
    right: 0; }
    .progress .progress-right .progress-bar {
      left: -100%;
      border-top-left-radius: 75px;
      border-bottom-left-radius: 75px;
      border-right: 0;
      -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right; }
  .progress .progress-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    font-size: 36px;
    text-align: center;
    line-height: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-weight: 300; }
    .progress .progress-value div {
      margin-top: 10px; }

/* This for look creates the 	necessary css animation names
Due to the split circle of progress-left and progress right, we must use the animations on each side.
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  -webkit-animation: loading-1 1.5s linear forwards;
          animation: loading-1 1.5s linear forwards; }

.progress[data-percentage="10"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0; }

.progress[data-percentage="20"] .progress-right .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards;
          animation: loading-2 1.5s linear forwards; }

.progress[data-percentage="20"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0; }

.progress[data-percentage="30"] .progress-right .progress-bar {
  -webkit-animation: loading-3 1.5s linear forwards;
          animation: loading-3 1.5s linear forwards; }

.progress[data-percentage="30"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0; }

.progress[data-percentage="40"] .progress-right .progress-bar {
  -webkit-animation: loading-4 1.5s linear forwards;
          animation: loading-4 1.5s linear forwards; }

.progress[data-percentage="40"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0; }

.progress[data-percentage="50"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards; }

.progress[data-percentage="50"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0; }

.progress[data-percentage="60"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards; }

.progress[data-percentage="60"] .progress-left .progress-bar {
  -webkit-animation: loading-1 1.5s linear forwards 1.5s;
          animation: loading-1 1.5s linear forwards 1.5s; }

.progress[data-percentage="70"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards; }

.progress[data-percentage="70"] .progress-left .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards 1.5s;
          animation: loading-2 1.5s linear forwards 1.5s; }

.progress[data-percentage="80"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards; }

.progress[data-percentage="80"] .progress-left .progress-bar {
  -webkit-animation: loading-3 1.5s linear forwards 1.5s;
          animation: loading-3 1.5s linear forwards 1.5s; }

.progress[data-percentage="90"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards; }

.progress[data-percentage="90"] .progress-left .progress-bar {
  -webkit-animation: loading-4 1.5s linear forwards 1.5s;
          animation: loading-4 1.5s linear forwards 1.5s; }

.progress[data-percentage="100"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards; }

.progress[data-percentage="100"] .progress-left .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards 1.5s;
          animation: loading-5 1.5s linear forwards 1.5s; }

@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg); } }

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg); } }

@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg); } }

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg); } }

@-webkit-keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg); } }

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg); } }

@-webkit-keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg); } }

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg); } }

@-webkit-keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg); } }

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg); } }

#profile-header {
  padding-top: 10px;
  padding-bottom: 18px; }
  #profile-header.w-shadow {
    -webkit-box-shadow: 0 7px 49px -8px rgba(126, 126, 126, 0.23), 0 0 10px 0 rgba(73, 73, 73, 0.1);
            box-shadow: 0 7px 49px -8px rgba(126, 126, 126, 0.23), 0 0 10px 0 rgba(73, 73, 73, 0.1); }
  #profile-header .status-bar {
    margin-top: 5px;
    font-size: 15px;
    color: #cacaca; }
    #profile-header .status-bar .label {
      margin-left: 10px; }
  #profile-header .school-logo {
    margin: 40px auto;
    display: block;
    max-width: 100%; }
  #profile-header .video-link a {
    line-height: 45px;
    text-decoration: none;
    color: #cacaca;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.4px;
    font-size: 12px; }
    #profile-header .video-link a i {
      margin-right: 5px; }

.profile-header .graph {
  margin-top: 25px;
  margin-bottom: 35px;
  position: relative; }
  .profile-header .graph .graph-initials {
    font-size: 50px;
    font-family: "Mendoza";
    color: #393939; }
  .profile-header .graph .graph-legend {
    position: absolute;
    right: 50%;
    margin-right: 27px;
    bottom: -15px;
    z-index: 10;
    text-align: center; }
    .profile-header .graph .graph-legend .graph-percentage {
      width: 35px;
      height: 33px;
      background: #e3000b;
      -webkit-box-shadow: 0 6px 13px 0 rgba(85, 85, 85, 0.32);
              box-shadow: 0 6px 13px 0 rgba(85, 85, 85, 0.32);
      display: block;
      margin: 0 auto 5px auto;
      border-radius: 50%;
      text-align: center;
      line-height: 35px;
      color: #fff;
      font-weight: 500;
      font-size: 14px; }
    .profile-header .graph .graph-legend .graph-legend-text {
      text-transform: uppercase;
      font-size: 12px;
      color: #cacaca;
      font-weight: 600; }

.profile-header .header-info {
  text-align: center; }
  .profile-header .header-info h3 {
    color: #393939;
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .profile-header .header-info h3 {
        text-align: left;
        font-size: 30px;
        line-height: 32px;
        margin-top: 65px; } }
  .profile-header .header-info .subtitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #cacaca;
    display: inline-block;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .profile-header .header-info .subtitle {
        text-align: left;
        display: block; } }
    .profile-header .header-info .subtitle .option {
      margin-right: 15px; }
      .profile-header .header-info .subtitle .option i {
        margin-right: 8px; }

@media (min-width: 768px) {
  .profile-header.user-sidebar {
    margin-top: 60px;
    text-align: center; }
    .profile-header.user-sidebar .header-info {
      text-align: center; }
      .profile-header.user-sidebar .header-info h3 {
        text-align: center;
        font-size: 21px;
        margin-top: 0; }
      .profile-header.user-sidebar .header-info .subtitle {
        text-align: center;
        display: inline-block; }
    .profile-header.user-sidebar .status-bar {
      margin-top: 25px; } }

.profile-header.incomplete .status-bar .label, .profile-header.incomplete .graph-legend .graph-percentage {
  background: #e3000b; }

.profile-header.incomplete .progress .progress-bar {
  border-color: #e3000b; }

.profile-header.complete .status-bar .label, .profile-header.complete .graph-legend .graph-percentage {
  background: #fdc300; }

.profile-header.complete .progress .progress-bar {
  border-color: #fdc300; }

.profile-header.placeable .status-bar .label, .profile-header.placeable .graph-legend .graph-percentage {
  background: #a2d29e; }

.profile-header.placeable .progress .progress-bar {
  border-color: #a2d29e; }

.profile-header.temp-placed .status-bar .label, .profile-header.temp-placed .graph-legend .graph-percentage {
  background: #80c27b; }

.profile-header.temp-placed .progress .progress-bar {
  border-color: #80c27b; }

.profile-header.placed .status-bar .label, .profile-header.placed .graph-legend .graph-percentage {
  background: #4aa943; }

.profile-header.placed .progress .progress-bar {
  border-color: #4aa943; }

#profile-tabs {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #eaeaea;
  -webkit-box-shadow: 0 20px 49px -10px rgba(126, 126, 126, 0.23), 0 2px 10px 0 rgba(73, 73, 73, 0.1);
          box-shadow: 0 20px 49px -10px rgba(126, 126, 126, 0.23), 0 2px 10px 0 rgba(73, 73, 73, 0.1); }
  #profile-tabs .tabs {
    list-style: none;
    padding: 0;
    margin: 0; }
    #profile-tabs .tabs .tab, #profile-tabs .tabs .fake-tab {
      padding: 0;
      margin: 0;
      display: inline-block;
      float: left;
      width: 28%;
      /*@media(min-width: 768px) {
				width: 150px;
			}*/ }
      #profile-tabs .tabs .tab.card, #profile-tabs .tabs .fake-tab.card {
        width: 16%; }
      #profile-tabs .tabs .tab a, #profile-tabs .tabs .fake-tab a {
        display: block;
        line-height: 52px;
        height: 52px;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        color: #afafaf;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1.4px;
        text-decoration: none;
        position: relative;
        -webkit-transition: all 0.2s 0s ease;
        transition: all 0.2s 0s ease; }
        @media (max-width: 360px) {
          #profile-tabs .tabs .tab a, #profile-tabs .tabs .fake-tab a {
            font-size: 11px;
            letter-spacing: 1px; } }
        @media (min-width: 768px) {
          #profile-tabs .tabs .tab a, #profile-tabs .tabs .fake-tab a {
            text-align: left; } }
        #profile-tabs .tabs .tab a:after, #profile-tabs .tabs .fake-tab a:after {
          content: '';
          height: 3px;
          width: 35px;
          border-radius: 5px;
          background: #cacaca;
          display: block;
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -17.5px;
          opacity: 0;
          -webkit-transition: all 0.2s 0s ease;
          transition: all 0.2s 0s ease; }
          @media (min-width: 768px) {
            #profile-tabs .tabs .tab a:after, #profile-tabs .tabs .fake-tab a:after {
              margin-left: 0;
              left: 0; } }
        #profile-tabs .tabs .tab a:hover, #profile-tabs .tabs .fake-tab a:hover {
          text-decoration: none; }
          #profile-tabs .tabs .tab a:hover:after, #profile-tabs .tabs .fake-tab a:hover:after {
            opacity: 1; }
      #profile-tabs .tabs .tab.active a, #profile-tabs .tabs .fake-tab.active a {
        color: #e3000b;
        font-weight: 600; }
        #profile-tabs .tabs .tab.active a:after, #profile-tabs .tabs .fake-tab.active a:after {
          background: #e3000b;
          opacity: 1; }
  #profile-tabs.incomplete .tabs .tab.active a {
    color: #e3000b; }
    #profile-tabs.incomplete .tabs .tab.active a:after {
      background: #e3000b; }
  #profile-tabs.placeable .tabs .tab.active a {
    color: #a2d29e; }
    #profile-tabs.placeable .tabs .tab.active a:after {
      background: #a2d29e; }
  #profile-tabs.complete .tabs .tab.active a {
    color: #fdc300; }
    #profile-tabs.complete .tabs .tab.active a:after {
      background: #fdc300; }
  #profile-tabs.temp-placed .tabs .tab.active a {
    color: #80c27b; }
    #profile-tabs.temp-placed .tabs .tab.active a:after {
      background: #80c27b; }
  #profile-tabs.placed .tabs .tab.active a {
    color: #4aa943; }
    #profile-tabs.placed .tabs .tab.active a:after {
      background: #4aa943; }

.tab-contents {
  display: none; }
  .tab-contents.initial {
    display: block; }
  .tab-contents:focus {
    outine: none; }

#profile-action-points-wrapper {
  padding-bottom: 22px; }

span.action_points_title {
  display: block;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    span.action_points_title {
      margin-top: 35px; } }

.action-point {
  display: block;
  padding: 23px 64px 23px 47px;
  margin-top: 22px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(215, 222, 227, 0.61), 0 26px 90px 0 rgba(51, 59, 69, 0.11);
          box-shadow: 0 0 20px 0 rgba(215, 222, 227, 0.61), 0 26px 90px 0 rgba(51, 59, 69, 0.11);
  position: relative; }
  .action-point.active, .action-point.completed, .action-point.edit {
    cursor: pointer; }
  .action-point .checkbox {
    position: absolute;
    top: 21px;
    left: 19px;
    display: block;
    width: 19px;
    height: 19px;
    background: #eaeaea;
    border-radius: 50%;
    line-height: 17px;
    text-align: center; }
    .action-point .checkbox .fa-check {
      display: none; }
  .action-point .action-point--title {
    font-size: 16px;
    font-weight: 500;
    color: #b9c1c5;
    display: block;
    margin-bottom: 10px; }
  .action-point .action-point--desc {
    font-size: 11px;
    font-weight: 500;
    color: #b9c1c5;
    display: block; }
  .action-point .action-point--icon {
    position: absolute;
    bottom: 16px;
    right: 22px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center; }
    .action-point .action-point--icon:before {
      content: '\f178';
      font-family: 'FontAwesome';
      font-size: 16px;
      color: #b9c1c5; }
  .action-point.edit .action-point--icon:before {
    content: '\f044'; }
  .action-point.semiactive .action-point--title {
    color: #b9c1c5; }
  .action-point.semiactive .checkbox {
    background: #fff;
    border: 1px solid #b9c1c5; }
  .action-point.active .action-point--title {
    color: #393939; }
  .action-point.active .checkbox {
    background: #fff;
    border: 1px solid #b9c1c5; }
  .action-point.completed .action-point--title {
    color: #393939; }
  .action-point.completed .checkbox {
    background: #80c27b; }
    .action-point.completed .checkbox .fa-check {
      color: #fff;
      display: inline-block;
      font-size: 12px; }

.action-point--content-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  .action-point--content-wrapper .action-point--content {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 47px 32px;
    line-height: 120%;
    overflow-y: auto; }
  @media (min-width: 768px) {
    .action-point--content-wrapper {
      background: rgba(0, 0, 0, 0.65);
      padding: 100px; }
      .action-point--content-wrapper .action-point--content {
        width: 500px;
        margin: auto;
        -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
                box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
        border-radius: 10px; } }
  .action-point--content-wrapper .action-point--content-title {
    font-size: 20px;
    line-height: 24px;
    color: #393939;
    text-align: center;
    display: block;
    margin: 35px 0 31px; }
  .action-point--content-wrapper .action-point--content-info {
    margin-bottom: 35px; }
  .action-point--content-wrapper .action-point--close-button {
    color: #e3000b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.4px;
    cursor: pointer; }
    .action-point--content-wrapper .action-point--close-button .fa {
      margin-right: 11px;
      -webkit-transition: all 0.15s 0s ease;
      transition: all 0.15s 0s ease; }
    .action-point--content-wrapper .action-point--close-button:hover .fa {
      margin-right: 20px; }

@media (min-width: 768px) {
  .column-margin {
    margin-top: 50px;
    margin-bottom: 50px; } }

.results-button {
  line-height: 45px;
  color: #e3000b;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.4px;
  cursor: pointer; }
  @media (max-width: 767px) {
    .results-button {
      margin-top: -6px; } }
  .results-button .fa:first-child {
    margin-right: 5px; }
  .results-button .fa:last-child {
    margin-left: 5px; }

#filter {
  background: #f4f4f4;
  padding-top: 28px;
  display: none;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    #filter {
      display: block !important;
      margin-left: 0;
      margin-right: 0;
      height: 100%;
      position: relative; }
      #filter:before {
        content: '';
        display: block;
        background: #f4f4f4;
        left: -1000px;
        top: 0;
        bottom: 0;
        width: 1000px;
        position: absolute; }
      #filter:after {
        content: '';
        display: block;
        background: #f4f4f4;
        right: 0;
        bottom: -250px;
        width: 1000px;
        height: 250px;
        position: absolute; } }

#filter-form {
  padding: 0 15px; }
  #filter-form .filter-form--title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 35px;
    margin-left: 22px; }

.filter-button {
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #e3000b;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 12px;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 -7px 25px -8px rgba(126, 126, 126, 0.23), 0 0 10px 0 rgba(73, 73, 73, 0.22);
          box-shadow: 0 -7px 25px -8px rgba(126, 126, 126, 0.23), 0 0 10px 0 rgba(73, 73, 73, 0.22); }
  .filter-button .fa {
    margin-right: 5px; }
  @media (min-width: 768px) {
    .filter-button {
      background: #e3000b;
      color: #fff;
      margin: 25px;
      border-radius: 50px; } }

.toggles .toggle {
  padding: 0 10px; }
  .toggles .toggle .toggle-title {
    width: 100%;
    color: #393939;
    padding: 15px 0;
    cursor: pointer; }
    .toggles .toggle .toggle-title .toggle-title--text {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1.4px; }
    .toggles .toggle .toggle-title .fa {
      float: right;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: -webkit-transform 0.2s 0s ease;
      transition: -webkit-transform 0.2s 0s ease;
      transition: transform 0.2s 0s ease;
      transition: transform 0.2s 0s ease, -webkit-transform 0.2s 0s ease; }
    .toggles .toggle .toggle-title.open .fa {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .toggles .toggle .toggle-content {
    padding: 0px 10px;
    display: none; }
    @media (min-width: 768px) {
      .toggles .toggle .toggle-content {
        display: block; } }

#school-overview {
  padding-top: 20px;
  padding-bottom: 28px; }
  @media (min-width: 768px) {
    #school-overview {
      padding: 20px 0px 28px 20px; } }
  #school-overview .school-overview-title {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 24px;
    margin: 25px auto; }
    #school-overview .school-overview-title.lessmargin {
      margin-bottom: 25px; }
    @media (min-width: 768px) {
      #school-overview .school-overview-title {
        text-align: left;
        font-size: 35px;
        line-height: 41px;
        margin-bottom: 50px; } }
  #school-overview span.school-overview-text {
    display: block;
    margin-bottom: 25px; }

.school {
  display: block;
  padding: 18px;
  margin-top: 22px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(215, 222, 227, 0.61), 0 26px 90px 0 rgba(51, 59, 69, 0.11);
          box-shadow: 0 0 20px 0 rgba(215, 222, 227, 0.61), 0 26px 90px 0 rgba(51, 59, 69, 0.11);
  cursor: pointer;
  position: relative; }
  .school .school--title {
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    display: block;
    margin-bottom: 10px; }
  .school .school--desc {
    font-size: 11px;
    font-weight: 500;
    color: #b9c1c5;
    display: block; }
    .school .school--desc .school--option {
      margin-right: 10px; }
      .school .school--desc .school--option .fa {
        margin-right: 5px; }
  .school .school--icon {
    position: absolute;
    top: 16px;
    right: 22px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease; }
    .school .school--icon:before {
      content: '\f178';
      font-family: 'FontAwesome';
      font-size: 16px;
      color: #b9c1c5;
      -webkit-transition: all 0.2s 0s ease;
      transition: all 0.2s 0s ease; }
  @media (min-width: 768px) {
    .school:hover {
      -webkit-box-shadow: 0 0 40px 0 rgba(215, 222, 227, 0.9), 0 35px 100px 0 rgba(51, 59, 69, 0.11);
              box-shadow: 0 0 40px 0 rgba(215, 222, 227, 0.9), 0 35px 100px 0 rgba(51, 59, 69, 0.11);
      text-decoration: none; }
      .school:hover .school--icon {
        right: 26px; }
        .school:hover .school--icon:before {
          color: #e3000b; } }

@media (min-width: 768px) {
  #stick-quick-menu {
    padding-top: 85px; } }

.highlight {
  background-color: yellow; }

.zdt-toolbar-entry .highlight { 
  background-color: transparent; }

.quick-menu {
  margin: 40px 15px;
  padding: 0;
  list-style-type: none; }
  .quick-menu li {
    line-height: 25px;
    font-family: "Mendoza";
    color: #393939;
    font-size: 12px; }
    .quick-menu li a {
      font-family: "KievitOT";
      font-weight: 500;
      color: #e3000b;
      font-size: 15px;
      margin-left: 10px; }

.content-box {
  position: relative; }
  .content-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .content-box:first-child {
      margin-top: 30px; } }
  .content-box:last-child {
    margin-bottom: 30px; }
  .content-box .content-box-wrapper {
    padding: 33px;
    border-radius: 10px;
    -webkit-box-shadow: 0 24px 59px 0 rgba(51, 59, 69, 0.15);
            box-shadow: 0 24px 59px 0 rgba(51, 59, 69, 0.15);
    position: relative;
    background: #fff;
    z-index: 2; }
    @media (min-width: 768px) {
      .content-box .content-box-wrapper {
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: transparent; } }
  .content-box .content-box-title {
    color: #393939;
    font-size: 20px; }
    @media (min-width: 768px) {
      .content-box .content-box-title {
        font-size: 30px; } }
  .content-box .step-number {
    opacity: 0.15;
    font-family: "Mendoza";
    font-size: 100px;
    color: #e3000b;
    position: absolute;
    right: 33px;
    top: 100px; }
    @media (min-width: 768px) {
      .content-box .step-number {
        font-size: 20px;
        right: 0;
        top: 50px;
        opacity: 1; } }
  .content-box .content-box-text {
    line-height: 22px; }
  .content-box .video {
    position: relative;
    margin: -33px;
    border-radius: 10px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .content-box .video {
        margin: 0;
        border-radius: 0; } }
    .content-box .video iframe {
      width: 100%;
      margin-bottom: -3px; }
      @media (min-width: 768px) {
        .content-box .video iframe {
          height: 280px; } }

.next-item-arrow {
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: #e3000b;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-top: -10px;
  margin: -8px auto -55px auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 13px 0 rgba(227, 0, 11, 0.38);
          box-shadow: 0 6px 13px 0 rgba(227, 0, 11, 0.38); }
  @media (min-width: 768px) {
    .next-item-arrow {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      background: transparent;
      color: #b9c1c5;
      margin: 30px auto;
      width: 100px;
      border-top: 1px solid #cacaca;
      height: 1px; }
      .next-item-arrow i {
        display: none; } }

.next-item-background {
  width: 47px;
  height: 47px;
  background-color: rgba(36, 46, 66, 0.21);
  border-radius: 50%;
  z-index: 1;
  position: relative;
  margin: 16px auto -15px; }
  @media (min-width: 768px) {
    .next-item-background {
      display: none; } }

@media (max-width: 767px) {
  .header-info h3 {
    margin-top: 8px; } }

.desktop-school-info .school-logo {
  margin: 60px 20px 60px 0;
  max-width: 100%; }

.desktop-school-info .header-info h3 {
  color: #393939;
  font-size: 21px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .desktop-school-info .header-info h3 {
      margin-top: 8px; } }
  @media (min-width: 768px) {
    .desktop-school-info .header-info h3 {
      text-align: left;
      font-size: 30px;
      line-height: 32px;
      margin-top: 0px; } }

.desktop-school-info .header-info .subtitle {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #cacaca;
  margin-top: 10px;
  display: inline-block; }

.school-close-button {
  color: #e3000b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.4px;
  cursor: pointer; }
  .school-close-button .fa {
    margin-right: 11px;
    -webkit-transition: all 0.15s 0s ease;
    transition: all 0.15s 0s ease; }
  .school-close-button:hover .fa {
    margin-right: 20px; }
