*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/*html {

    &,
    body {
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 1.4;
    }
}
    */
.ajax-loading {
  position: relative; }
  .ajax-loading::after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    font-size: 1.5em;
    background: rgba(255, 255, 255, 0.7) url(img/loading.png) no-repeat 1em 1em; }

.journey-navigation {
  text-align: center; }
  .journey-navigation ul {
    display: flex;
    list-style: none;
    padding: 0; }
  .journey-navigation .page {
    flex-grow: 1; }

.post-type-archive-mtt_resource .filtered .pagination {
  display: none; }

.journey-graphic {
  padding: 1em 0;
  font-size: .8em; }
  .journey-graphic .headings span {
    margin-bottom: 1em; }
    .journey-graphic .headings span img {
      /*height: 50%;*/
      opacity: .5; }
    .journey-graphic .headings span.current img {
      opacity: 1; }

.stops .intro {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1; }
.area-regulatory .stops .stage {
  background: linear-gradient(to bottom, transparent, transparent 35%, #11a5a5 35%, #11a5a5 65%, transparent 65%); }
.stops .page {
  margin-right: .5em;
  display: flex;
  align-items: center; }
  .stops .page a {
    /*display: inline-block;*/
    width: 1.3em;
    height: 1.3em;
    /*vertical-align: bottom;*/
    border-radius: 200%;
    border-width: 2px;
    border-style: solid;
    background-color: white;
    opacity: .7;
    transition: opacity .3s, background-color .3s, border-color .3s; }
    .stops .page a:hover {
      opacity: 1; }
    .area-regulatory .stops .page a {
      border-color: #11a5a5; }
      .area-regulatory .stops .page a:hover {
        background-color: #11a5a5; }
  .area-regulatory .stops .page.current a {
    background-color: #11a5a5; }
  .stops .page:first-child a {
    /*            border-radius: 200% 200% 0 0;
                border-bottom: none;*/
    border-color: #aaa;
    opacity: 1; }
    .stops .page:first-child a:hover {
      border-color: black; }
      .area-regulatory .stops .page:first-child a:hover.current a {
        background-color: #11a5a5; }
.stops .current .page a {
  opacity: 1; }
.stops .current .page:first-child a {
  border-color: black;
  background: black;
  /*            .area-regulatory & {
                  background-color: map-get($colors, regulatory);
              }*/ }

.user-profile-columns {
  display: flex;
  justify-content: space-between; }

.user-profile-row {
  padding: 5em 0;
  border-bottom: 2px solid #ccc; }

.user-profile-column {
  width: 49%; }

.user-profile-row .collections li {
  position: relative; }
  .user-profile-row .collections li .overlay-box {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .user-profile-row .collections li .overlay-box .btn {
      box-shadow: 0 0 1em 1em white; }
  .user-profile-row .collections li .confirmation-box {
    background: rgba(255, 255, 255, 0.9);
    justify-content: center;
    align-content: center;
    align-items: center; }
    .user-profile-row .collections li .confirmation-box .btn {
      margin-left: 2em; }
  .user-profile-row .collections li .wrap {
    display: flex;
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.9); }
    .user-profile-row .collections li .wrap .copy-message {
      position: absolute;
      bottom: .5em;
      width: 100%;
      text-align: center; }
    .user-profile-row .collections li .wrap > * {
      margin-top: auto;
      margin-bottom: auto; }
    .user-profile-row .collections li .wrap input {
      min-width: 60%;
      margin-right: 2em;
      margin-left: auto;
      text-align: center; }
    .user-profile-row .collections li .wrap .btn {
      margin-right: 2em; }

.sort-handle {
  cursor: move;
  padding: .5em;
  margin-right: .5em; }

body.logged-in #main-menu .btn-join {
  display: none; }
body:not(.logged-in) #main-menu .login-required {
  display: none; }
body:not(.logged-in) #main-menu .account-required > a {
  text-decoration: line-through; }

.modal.show + .modal.show {
  background: rgba(255, 255, 255, 0.8); }

/*# sourceMappingURL=frontend.css.map */
