
:root {
  --site-gutter: 6vw;
  --push: 3.6rem;
  --space-1: .8rem;
  --space-2: 1.6rem;
  --space-3: 2.4rem;
  --space-4: 3.2rem;
  --space-5: 4rem;
  --space-6: 4.8rem;
  --space-7: 5.6rem;
  --space-8: 6.4rem;
  --space-9: 7.2rem;
  --input--placeholder-opacity: 0.4;
  --line-height: 1.5;
  --text-crop-top: .65;
  --text-crop-bottom: .77
}
@media (min-width: 861px) {
  :root {
    --push: 6rem;
    --space-1: 1rem;
    --space-2: 2rem;
    --space-3: 3rem;
    --space-4: 4rem;
    --space-5: 5rem;
    --space-6: 6rem;
    --space-7: 7rem;
    --space-8: 8rem;
    --space-9: 9rem
  }
}

* {
  margin:0;
  padding:0;
}
*, *::before, *::after { box-sizing:border-box; }
html {
  font-size: 62.5%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  min-height: 100vh;
  overflow-y: scroll;        
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit
}
b, strong { font-weight:bolder; }
ul, ol { list-style:none; }
blockquote, q { quotes:none; }
table {
  border-collapse:collapse;
  border-spacing:0;
}
a {
  color: #383a45;
  text-decoration: none;
}
input, textarea, select, button {
  background: none;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
[type='search'] { -webkit-appearance: textfield; }
button, [type='submit'] {
  -webkit-appearance: none;
  background: none;
  cursor: pointer;
  font-weight: inherit;
  text-align: inherit;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
svg {
  fill:currentcolor;
  height:1em;
  display:block
}
smart-grid {
  width:auto;
  border-radius:0;
}
/*
.ag-theme-alpine .ag-cell-inline-editing {
  padding-left:10px !important;
  padding-right:10px !important;
}
*/
.ag-theme-alpine {
  font-family:'Lato';
  font-size:12px;
}
.ag-theme-alpine .ag-header { background:#eaeaeb; }
.ag-theme-alpine .ag-header-row { height:64px; }
.ag-theme-alpine .ag-header-cell { border-right:1px solid #d1d1d1 !important; }
.ag-theme-alpine .ag-header-cell .ag-sort-order { display:none; }
.ag-theme-alpine .narrowcol {
  padding-left:7px;
  padding-right:7px;
}
.ag-theme-alpine .narrowcol .ag-header-cell-label { justify-content:center; }
.ag-theme-alpine .ag-row {
  background:#fafafa;
  font-size:12px;
}
.ag-theme-alpine .ag-row-odd { background:#eaeaeb; }
.ag-theme-alpine .ag-cell { border-right:1px solid #d1d1d1 !important; }
.ag-theme-alpine .ag-cell.ag-cell-focus { border-right:1px solid #2196f3 !important; }
.ag-theme-alpine .ag-root-wrapper {
  border-left:none;
  border-right:none;
  overflow:visible;
}
.ag-root-wrapper-body.ag-layout-normal { height:auto !important; }
.ag-theme-alpine .ag-paging-panel {
  background:#eaeaeb;
  justify-content:flex-start;
  height:40px;
}
.jq-dropdown .jq-dropdown-menu li > a, .jq-dropdown .jq-dropdown-menu label {
  line-height:24px;
}
.cell_dropdown {
  display:block;
  position:relative;
}
.cell_dropdown::after {
  position:absolute;
  right:0px;
  top:0px;
  font-family:'FontAwesome';
  content:"\f107";
}

/* Screen reader text */
.sr-only, .form\:minimal .form__label, .logo__text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%); clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px;
}
    
.ratio > *, .thumbnail > *, .button--ghost::after, a.button--ghost::after, .img::after, .contrast-overlay,
.contrast-overlay-hover, .selectric-items li:before, .input\:toggle input ~ i, .input\:toggle input ~ i::after,
.modal-overlay, .modal__close::before, .owl-nav button::before, .parallax, .parallax__image, [data-slideshow],
.social-icons a::before, .thumbnail::after, .site-navigation .nav__item::after, .mobile-nav-toggle::before,
.mobile-nav .nav__arrow::after, .module-summary__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tt\:uppercase { text-transform:uppercase; }
.arabic {
  text-align: right;
  font-family:"KFGQPC Uthman Taha Naskh";
  line-height:1.75em !important;
}
.arabic-left {
  font-family:"KFGQPC Uthman Taha Naskh";
  line-height:1.75em !important;
}
.ratio {
  display: block;
  position: relative;
  overflow: hidden
}
.ratio::before {
  content: '';
  display: block;
  padding-bottom: 100%
}
.ratio>*, .NOT_parallax, .NOT_parallax::before {
  width: 100%;
	height: 100%;
	position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg\:cover, .hero, .hero--mini, .NOT_parallax {
  background-size: cover;
  background-position: 50% 50%
}
.ratio>img {
  -o-object-fit: cover; object-fit: cover;
  -o-object-position: 50% 50%; object-position: 50% 50%
}

.cells {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap
}
.cells>* {
  -webkit-flex: 1 0 auto; flex: 1 0 auto;
  width: 100%
}
.cells>*:empty { padding-top: 0; }

.avatar {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #d6d8d8;
  overflow: hidden;
  position: relative;
  display: -webkit-inline-flex; display: inline-flex;
  -webkit-justify-content: center; justify-content: center;
  -webkit-align-items: center; align-items: center;
  vertical-align: top;
}
.avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover; object-fit: cover;
  -o-object-position: 50% 50%; object-position: 50% 50%;
}
.avatar__text {
  font-size: 0.4em;
  text-transform: uppercase;
}

.flex {
  display: -webkit-flex; display: flex;
}
.flex > * {
  -webkit-flex: 0 1 auto; flex: 0 1 auto;
  min-width: 0;
}
.flex--inline {
  display: -webkit-inline-flex; display: inline-flex;
}
.flex-side {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.flex-side > * { min-width: 0; }
.flex-side__primary {
  -webkit-flex: 9999 0 50%; flex: 9999 0 50%;
}
.flex-side__secondary {
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
  box-sizing: content-box;
}

  /*
.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}
.flex>* {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0
}
.flex--inline {
    display: -webkit-inline-flex;
    display: inline-flex
}
.flex--equal>* {
    -webkit-flex: 1 1 1px;
    flex: 1 1 1px
}
*/


@media (max-width: 420px) { .hide\:xs { display: none !important } }
@media (min-width: 421px) { .hide\:a-xs { display: none !important } }
@media (max-width: 640px) { .hide\:sm { display: none !important } }
@media (min-width: 641px) { .hide\:a-sm { display: none !important } }
@media (max-width: 860px) { .hide\:md { display: none !important } }
@media (min-width: 861px) { .hide\:a-md { display: none !important } }
@media (max-width: 1080px) { .hide\:lg { display: none !important } }
@media (min-width: 1081px) { .hide\:a-lg { display: none !important } }
.hide, .hidden { display: none !important }

.format>* {
  margin-top: 1.5em;
  margin-bottom: 1.5em
}
.format h1, .format h2, .format h3, .format h4 {
  margin-top: 2.2em;
  font-weight: bold
}
.format>*:first-child { margin-top: 0 }
.format>*:last-child, .format h1, .format h2, .format h3, .format h4 { margin-bottom: 0 }
.format blockquote {
  background-color: #eef0f3;
  padding: 1rem;
  border-left: 4px solid;
  border-left-color: #c9ced9
}

.ta\:center { text-align: center }
.ta\:left { text-align: left }
.ta\:right { text-align: right }

@media (min-width: 421px) {
  .sm__ta\:center { text-align: center }
  .sm__ta\:left { text-align: left }
  .sm__ta\:right { text-align: right }
}

@media (min-width: 641px) {
  .md__ta\:center { text-align: center }
  .md__ta\:left { text-align: left }
  .md__ta\:right { text-align: right }
}

@media (min-width: 861px) {
  .lg__ta\:center { text-align: center }
  .lg__ta\:left { text-align: left }
  .lg__ta\:right { text-align: right }
}

.fw\:100 { font-weight: 100 }
.fw\:200 { font-weight: 200 }
.fw\:300 { font-weight: 300 }
.fw\:400, .fw\:normal { font-weight: 400 }
.fw\:500 { font-weight: 500 }
.fw\:600 { font-weight: 600 }
.fw\:700, .fw\:bold { font-weight: 700 }
.fw\:800 { font-weight: 800 }
.fw\:900 { font-weight: 900 }
.fs\:-2 { font-size: 1.2rem }
.fs\:-1 { font-size: 1.6rem }
.fs\:0 { font-size: 1.8rem }
.fs\:1 { font-size: 2rem }
.fs\:2 { font-size: 2.2rem }
.fs\:3, .format h4 {
  font-size: 2.6rem;
  line-height: 1.3846;
  --line-height: 1.3846;
  --fluid-max: 26;
  --fluid-min: 21
}
.fs\:4, .format h3 {
  font-size: 3rem;
  line-height: 1.2;
  --line-height: 1.2;
  --fluid-max: 30;
  --fluid-min: 24
}
.fs\:5, .arabic {
  font-size: 3.6rem;
  line-height: 1.2;
  --line-height: 1.2;
  --fluid-max: 36;
  --fluid-min: 27
}
.fs\:6, .format h2 {
  font-size: 4rem;
  line-height: 1.2;
  --line-height: 1.2;
  --fluid-max: 40;
  --fluid-min: 30
}
.fs\:7, .format h1 {
  font-size: 4.8rem;
  line-height: 1.2;
  --line-height: 1.2;
  --fluid-max: 48;
  --fluid-min: 35
}
.fs\:8 {
  font-size: 6.4rem;
  line-height: 1.15;
  --line-height: 1.15;
  --fluid-max: 64;
  --fluid-min: 40
}
.fs\:9 {
  font-size: 8.5rem;
  line-height: 1.1;
  --line-height: 1.1;
  --fluid-max: 85;
  --fluid-min: 45
}

@media only screen and (max-width: 499px) {
  .fs\:3, .format h4, .fs\:4, .format h3, .fs\:5, .arabic, .fs\:6, .format h2, .fs\:7, .format h1, .fs\:8, .fs\:9 {
    font-size: calc(var(--fluid-min) * 0.1rem)
  }
}
@media only screen and (min-width: 500px) and (max-width: 899px) {
  .fs\:3, .format h4, .fs\:4, .format h3, .fs\:5, .arabic, .fs\:6, .format h2, .fs\:7, .format h1, .fs\:8, .fs\:9 {
    font-size: calc(calc(var(--fluid-min) * 0.1rem) + (var(--fluid-max) - var(--fluid-min)) * ((100vw - 500px) / 400))
  }
}
@media only screen and (min-width: 900px) {
  .fs\:3, .format h4, .h2, .fs\:4, .format h3, .fs\:5, .arabic, .fs\:6, .format h2, .fs\:7, .format h1, .fs\:8, .fs\:9 {
    font-size: calc(var(--fluid-max) * 0.1rem)
  }
}
@supports (--css: var) {
  .text-crop::before, .format h1::before, .format h2::before, .format h3::before, .format h4::before {
    content: '';
    display: block;
    height: .01px;
    margin-bottom: calc((var(--text-crop-top) - var(--line-height)) * 0.5em)
  }
  .text-crop::after, .format h1::after, .format h2::after, .format h3::after, .format h4::after {
    content: '';
    display: block;
    height: .01px;
    margin-top: calc((var(--text-crop-bottom) - var(--line-height)) * 0.5em)
  }
}
.tt\:uppercase { text-transform: uppercase }
.tt\:none { text-transform: none }
.link__td\:underline a, .link-hover__td\:underline a:hover { text-decoration: underline }
.gap\:0 {
  margin: 0;
  --row-gap: 0;
  --gap: 0
}
.gap\:0>* { padding: 0 }
.gap\:1 {
  margin: -1rem;
  --row-gap: 1rem;
  --gap: 1rem
}
.gap\:1>* { padding: 1rem }
.gap\:2 {
  margin: -2rem;
  --row-gap: 2rem;
  --gap: 2rem
}
.gap\:2>* { padding: 2rem }
.gap\:3 {
  margin: -3rem;
  --row-gap: 3rem;
  --gap: 3rem
}
.gap\:3>* { padding: 3rem }
.gap\:4 {
  margin: -4rem;
  --row-gap: 4rem;
  --gap: 4rem
}
.gap\:4>* { padding: 4rem }
.gap\:5 {
  margin: -5rem;
  --row-gap: 5rem;
  --gap: 5rem
}
.gap\:5>* { padding: 5rem }
.gap\:6 {
    margin: -6rem;
    --row-gap: 6rem;
    --gap: 6rem
}
.gap\:6>* { padding: 6rem }
.gap\:7 {
    margin: -7rem;
    --row-gap: 7rem;
    --gap: 7rem
}
.gap\:7>* { padding: 7rem }
.gap\:8 {
    margin: -8rem;
    --row-gap: 8rem;
    --gap: 8rem
}
.gap\:8>* { padding: 8rem }
.gap\:9 {
    margin: -9rem;
    --row-gap: 9rem;
    --gap: 9rem
}
.gap\:9>* { padding: 9rem }
.gap\:push {
    margin: -5rem;
    --row-gap: 5rem;
    --gap: 5rem
}
.gap\:push>* { padding: 5rem }
.row-gap\:0 { --row-gap: 0px }
.row-gap\:1 { --row-gap: var(--space-1) }
.row-gap\:2 { --row-gap: var(--space-2) }
.row-gap\:3 { --row-gap: var(--space-3) }
.row-gap\:4 { --row-gap: var(--space-4) }
.row-gap\:5 { --row-gap: var(--space-5) }
.row-gap\:6 { --row-gap: var(--space-6) }
.row-gap\:7 { --row-gap: var(--space-7) }
.row-gap\:8 { --row-gap: var(--space-8) }
.row-gap\:9 { --row-gap: var(--space-9) }
.row-gap\:push { --row-gap: var(--push) }
.gap-wrap::before, .gap-wrap::after {
    content: '';
    display: block;
    height: .01px
}
[class*="gap:"] {
    margin: calc(var(--row-gap) * -1) calc(var(--gap) * -1);
    margin-right: 0;
    margin-bottom: 0
}
[class*="gap:"]>* {
    padding: var(--row-gap) var(--gap);
    padding-right: 0;
    padding-bottom: 0
}

.grid, .fluid-grid, .fixed-grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
.grid>* {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}
.fixed-grid {
    -webkit-flex-basis: 100px; flex-basis: 100px;
    -webkit-justify-content: center; justify-content: center
}
.fixed-grid>* {
    -webkit-flex: 0 1 auto; flex: 0 1 auto;
    -webkit-flex-basis: inherit; flex-basis: inherit
}
.fluid-grid {
    --fluid-width: 250px;
    -webkit-flex-basis: 250px; flex-basis: 250px
}
.fluid-grid>* {
    -webkit-flex: 1 0 auto; flex: 1 0 auto;
    -webkit-flex-basis: inherit; flex-basis: inherit
}
.fluid-grid>:empty { padding-top: 0 !important }

@supports (grid-area: auto) {
  .grid, .fluid-grid {
    display: grid;
    grid-gap: var(--row-gap, 0) var(--gap, 0);
    gap: var(--row-gap, 0) var(--gap, 0);
    grid-template-columns: repeat(var(--columns, 1), 1fr);
    margin: 0 !important
  }
  .grid>*, .fluid-grid>* {
    padding: 0;
    max-width: calc(100vw - var(--site-gutter));
    min-width: 0;
    width: auto !important
  }
  .fluid-grid { grid-template-columns: repeat(auto-fill, minmax(var(--fluid-width), 1fr)) }
  .fluid-grid>:empty { display: none }
}

.grid\:1 { --columns: 1 }
.grid\:1>* { width: 100% }
.grid\:2 { --columns: 2 }
.grid\:2>* { width: 50% }
.grid\:3 { --columns: 3 }
.grid\:3>* { width: 33.33333% }
.grid\:4 { --columns: 4 }
.grid\:4>* { width: 25% }
.grid\:5 { --columns: 5 }
.grid\:5>* { width: 20% }

@media (min-width: 421px) {
  .sm__grid\:1 { --columns: 1 }
  .sm__grid\:1>* { width: 100% }
  .sm__grid\:2 { --columns: 2 }
  .sm__grid\:2>* { width: 50% }
  .sm__grid\:3 { --columns: 3 }
  .sm__grid\:3>* { width: 33.33333% }
  .sm__grid\:4 { --columns: 4 }
  .sm__grid\:4>* { width: 25% }
  .sm__grid\:5 { --columns: 5 }
  .sm__grid\:5>* { width: 20% }
}

@media (min-width: 641px) {
    .md__grid\:1 { --columns: 1 }
    .md__grid\:1>* { width: 100% }
    .md__grid\:2 { --columns: 2 }
    .md__grid\:2>* { width: 50% }
    .md__grid\:3 { --columns: 3 }
    .md__grid\:3>* { width: 33.33333% }
    .md__grid\:4 { --columns: 4 }
    .md__grid\:4>* { width: 25% }
    .md__grid\:5 { --columns: 5 }
    .md__grid\:5>* { width: 20% }
}

@media (min-width: 861px) {
    .lg__grid\:1 { --columns: 1 }
    .lg__grid\:1>* { width: 100% }
    .lg__grid\:2 { --columns: 2 }
    .lg__grid\:2>* { width: 50% }
    .lg__grid\:3 { --columns: 3 }
    .lg__grid\:3>* { width: 33.33333% }
    .lg__grid\:4 { --columns: 4 }
    .lg__grid\:4>* { width: 25% }
    .lg__grid\:5 { --columns: 5 }
    .lg__grid\:5>* { width: 20% }
}

@media (min-width: 1081px) {
    .xl__grid\:1 { --columns: 1 }
    .xl__grid\:1>* { width: 100% }
    .xl__grid\:2 { --columns: 2 }
    .xl__grid\:2>* { width: 50% }
    .xl__grid\:3 { --columns: 3 }
    .xl__grid\:3>* { width: 33.33333% }
    .xl__grid\:4 { --columns: 4 }
    .xl__grid\:4>* { width: 25% }
    .xl__grid\:5 { --columns: 5 }
    .xl__grid\:5>* { width: 20% }
}

.ai\:start {
  -webkit-align-items: flex-start; align-items: flex-start
}
.ai\:center {
  -webkit-align-items: center; align-items: center
}
.ai\:end {
  -webkit-align-items: flex-end; align-items: flex-end
}
.ai\:stretch {
  -webkit-align-items: stretch; align-items: stretch
}
.jc\:start {
  -webkit-justify-content: flex-start; justify-content: flex-start
}
.jc\:center {
  -webkit-justify-content: center; justify-content: center
}
.jc\:end {
  -webkit-justify-content: flex-end; justify-content: flex-end
}
.jc\:around {
  -webkit-justify-content: space-around; justify-content: space-around
}
.jc\:between {
  -webkit-justify-content: space-between; justify-content: space-between
}
.fd\:column {
  -webkit-flex-direction: column; flex-direction: column
}
.fw\:wrap {
  -webkit-flex-wrap: wrap; flex-wrap: wrap
}
.flex\:00, .flex_\:00>* {
  -webkit-flex: 0 0 auto; flex: 0 0 auto
}
.flex\:10, .flex_\:10>* {
  -webkit-flex: 1 0 auto; flex: 1 0 auto
}
.flex\:11, .flex_\:11>* {
  -webkit-flex: 1 1 auto; flex: 1 1 auto
}
.flex\:01, .flex_\:01>* {
  -webkit-flex: 0 1 auto; flex: 0 1 auto
}
.flex\:99 {
  -webkit-flex: 9999 1 auto; flex: 9999 1 auto
}

@media (min-width: 421px) {
  .sm__fd\:row {
    -webkit-flex-direction: row; flex-direction: row
  }
}

@media (min-width: 641px) {
  .md__fd\:row {
    -webkit-flex-direction: row; flex-direction: row
  }
}

@media (min-width: 861px) {
  .lg__fd\:row {
    -webkit-flex-direction: row; flex-direction: row
  }
}

.w\:10 { width: 10% }
.w\:20 { width: 20% }
.w\:25 { width: 25% }
.w\:30 { width: 30% }
.w\:33 { width: 33.33% }
.w\:40 { width: 40% }
.w\:50 { width: 50% }
.w\:60 { width: 60% }
.w\:66 { width: 66.66% }
.w\:70 { width: 70% }
.w\:75 { width: 75% }
.w\:80 { width: 80% }
.w\:90 { width: 90% }
.w\:100 { width: 100% }

@media (min-width: 421px) {
  .sm__w\:10 { width: 10% }
  .sm__w\:20 { width: 20% }
  .sm__w\:25 { width: 25% }
  .sm__w\:30 { width: 30% }
  .sm__w\:33 { width: 33.33% }
  .sm__w\:40 { width: 40% }
  .sm__w\:50 { width: 50% }
  .sm__w\:60 { width: 60% }
  .sm__w\:66 { width: 66.66% }
  .sm__w\:70 { width: 70% }
  .sm__w\:75 { width: 75% }
  .sm__w\:80 { width: 80% }
  .sm__w\:90 { width: 90% }
  .sm__w\:100 { width: 100% }
}

@media (min-width: 641px) {
    .md__w\:10 { width: 10% }
    .md__w\:20 { width: 20% }
    .md__w\:25 { width: 25% }
    .md__w\:30 { width: 30% }
    .md__w\:33 { width: 33.33% }
    .md__w\:40 { width: 40% }
    .md__w\:50 { width: 50% }
    .md__w\:60 { width: 60% }
    .md__w\:66 { width: 66.66% }
    .md__w\:70 { width: 70% }
    .md__w\:75 { width: 75% }
    .md__w\:80 { width: 80% }
    .md__w\:90 { width: 90% }
    .md__w\:100 { width: 100% }
}

@media (min-width: 861px) {
    .lg__w\:10 { width: 10% }
    .lg__w\:20 { width: 20% }
    .lg__w\:25 { width: 25% }
    .lg__w\:30 { width: 30% }
    .lg__w\:33 { width: 33.33% }
    .lg__w\:40 { width: 40% }
    .lg__w\:50 { width: 50% }
    .lg__w\:60 { width: 60% }
    .lg__w\:66 { width: 66.66% }
    .lg__w\:70 { width: 70% }
    .lg__w\:75 { width: 75% }
    .lg__w\:80 { width: 80% }
    .lg__w\:90 { width: 90% }
    .lg__w\:100 { width: 100% }
}

@media (min-width: 1081px) {
    .xl__w\:10 { width: 10% }
    .xl__w\:20 { width: 20% }
    .xl__w\:25 { width: 25% }
    .xl__w\:30 { width: 30% }
    .xl__w\:33 { width: 33.33% }
    .xl__w\:40 { width: 40% }
    .xl__w\:50 { width: 50% }
    .xl__w\:60 { width: 60% }
    .xl__w\:66 { width: 66.66% }
    .xl__w\:70 { width: 70% }
    .xl__w\:75 { width: 75% }
    .xl__w\:80 { width: 80% }
    .xl__w\:90 { width: 90% }
    .xl__w\:100 { width: 100% }
}

.narrow { max-width:600px; }

.d\:block { display: block }
.d\:inline { display: inline }
.d\:inline-block { display: inline-block }
.d\:none, body [data-slide-me] { display: none }

.h\:100 { min-height: 100% }

.p\:relative { position: relative }

.ws\:nowrap { white-space: nowrap }

.ff\:Museo { font-family: "Museo Slab" }

.ratio--50::before { padding-bottom: 50% }
.ratio--60::before { padding-bottom: 60% }
.ratio--66::before { padding-bottom: 66% }
.ratio--70::before { padding-bottom: 70% }
.ratio--75::before { padding-bottom: 75% }
.ratio--80::before { padding-bottom: 80% }
.ratio--90::before { padding-bottom: 90% }
.ratio--wide::before { padding-bottom: 56.25% }

.m_\:1>*+* {
  margin-top: 1rem;
  margin-top: var(--space-1)
}
.m_\:2>*+* {
  margin-top: 2rem;
  margin-top: var(--space-2)
}
.m_\:3>*+* {
    margin-top: 3rem;
    margin-top: var(--space-3)
}
.m_\:4>*+* {
    margin-top: 4rem;
    margin-top: var(--space-4)
}
.m_\:5>*+* {
    margin-top: 5rem;
    margin-top: var(--space-5)
}
.m_\:6>*+* {
    margin-top: 6rem;
    margin-top: var(--space-6)
}
.m_\:7>*+* {
    margin-top: 7rem;
    margin-top: var(--space-7)
}
.m_\:8>*+* {
    margin-top: 8rem;
    margin-top: var(--space-8)
}
.m_\:9>*+* {
    margin-top: 9rem;
    margin-top: var(--space-9)
}
.m_\:push>*+* {
    margin-top: 5rem;
    margin-top: var(--push)
}
.m_\:0>*+* { margin-top: 0 }
.mt\:1, .my\:1 {
    margin-top: 1rem;
    margin-top: var(--space-1)
}
.mb\:1, .my\:1 {
    margin-bottom: 1rem;
    margin-bottom: var(--space-1)
}
.mt\:2, .my\:2 {
    margin-top: 2rem;
    margin-top: var(--space-2)
}
.mb\:2, .my\:2 {
    margin-bottom: 2rem;
    margin-bottom: var(--space-2)
}
.mt\:3, .my\:3 {
    margin-top: 3rem;
    margin-top: var(--space-3)
}
.mb\:3, .my\:3 {
    margin-bottom: 3rem;
    margin-bottom: var(--space-3)
}
.mt\:4, .my\:4 {
    margin-top: 4rem;
    margin-top: var(--space-4)
}
.mb\:4, .my\:4 {
    margin-bottom: 4rem;
    margin-bottom: var(--space-4)
}
.mt\:5, .my\:5 {
    margin-top: 5rem;
    margin-top: var(--space-5)
}
.mb\:5, .my\:5 {
    margin-bottom: 5rem;
    margin-bottom: var(--space-5)
}
.mt\:6, .my\:6 {
    margin-top: 6rem;
    margin-top: var(--space-6)
}
.mb\:6, .my\:6 {
    margin-bottom: 6rem;
    margin-bottom: var(--space-6)
}
.mt\:7, .my\:7 {
    margin-top: 7rem;
    margin-top: var(--space-7)
}
.mb\:7, .my\:7 {
    margin-bottom: 7rem;
    margin-bottom: var(--space-7)
}
.mt\:8, .my\:8 {
    margin-top: 8rem;
    margin-top: var(--space-8)
}
.mb\:8, .my\:8 {
    margin-bottom: 8rem;
    margin-bottom: var(--space-8)
}
.mt\:9, .my\:9 {
    margin-top: 9rem;
    margin-top: var(--space-9)
}
.mb\:9, .my\:9 {
    margin-bottom: 9rem;
    margin-bottom: var(--space-9)
}
.mt\:push, .my\:push {
    margin-top: 5rem;
    margin-top: var(--push)
}
.mb\:push, .my\:push {
  margin-bottom: 5rem;
  margin-bottom: var(--push)
}
.mt\:0, .my\:0 { margin-top: 0 }
.mb\:0, .my\:0 { margin-bottom: 0 }

.px\:1, .p\:1 {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: var(--space-1);
    padding-right: var(--space-1)
}
.pt\:1, .py\:1, .p\:1 {
    padding-top: 1rem;
    padding-top: var(--space-1)
}
.pb\:1, .py\:1, .p\:1 {
    padding-bottom: 1rem;
    padding-bottom: var(--space-1)
}
.px\:2, .p\:2 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-left: var(--space-2);
    padding-right: var(--space-2)
}
.pt\:2, .py\:2, .p\:2 {
    padding-top: 2rem;
    padding-top: var(--space-2)
}
.pb\:2, .py\:2, .p\:2 {
    padding-bottom: 2rem;
    padding-bottom: var(--space-2)
}
.px\:3, .p\:3 {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-left: var(--space-3);
    padding-right: var(--space-3)
}
.pt\:3, .py\:3, .p\:3 {
    padding-top: 3rem;
    padding-top: var(--space-3)
}
.pb\:3, .site-footer, .py\:3, .p\:3 {
    padding-bottom: 3rem;
    padding-bottom: var(--space-3)
}
.px\:4, .p\:4 {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: var(--space-4);
    padding-right: var(--space-4)
}
.pt\:4, .py\:4, .p\:4 {
    padding-top: 4rem;
    padding-top: var(--space-4)
}
.pb\:4, .py\:4, .p\:4 {
  padding-bottom: 4rem;
  padding-bottom: var(--space-4)
}
.px\:5, .p\:5 {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-left: var(--space-5);
  padding-right: var(--space-5)
}
.pt\:5, .py\:5, .p\:5 {
  padding-top: 5rem;
  padding-top: var(--space-5)
}
.pb\:5, .py\:5, .p\:5 {
  padding-bottom: 5rem;
  padding-bottom: var(--space-5)
}
.px\:6, .p\:6 {
  padding-left: 6rem;
  padding-right: 6rem;
  padding-left: var(--space-6);
  padding-right: var(--space-6)
}
.pt\:6, .site-footer, .py\:6, .p\:6 {
  padding-top: 6rem;
  padding-top: var(--space-6)
}
.pb\:6, .py\:6, .p\:6 {
  padding-bottom: 6rem;
  padding-bottom: var(--space-6)
}
.px\:7, .p\:7 {
  padding-left: 7rem;
  padding-right: 7rem;
  padding-left: var(--space-7);
  padding-right: var(--space-7)
}
.pt\:7, .py\:7, .p\:7 {
  padding-top: 7rem;
  padding-top: var(--space-7)
}
.pb\:7, .py\:7, .p\:7 {
  padding-bottom: 7rem;
  padding-bottom: var(--space-7)
}
.px\:8, .p\:8 {
  padding-left: 8rem;
  padding-right: 8rem;
  padding-left: var(--space-8);
  padding-right: var(--space-8)
}
.pt\:8, .py\:8, .p\:8 {
  padding-top: 8rem;
  padding-top: var(--space-8)
}
.pb\:8, .py\:8, .p\:8 {
  padding-bottom: 8rem;
  padding-bottom: var(--space-8)
}
.px\:9, .p\:9 {
  padding-left: 9rem;
  padding-right: 9rem;
  padding-left: var(--space-9);
  padding-right: var(--space-9)
}
.pt\:9, .py\:9, .p\:9 {
  padding-top: 9rem;
  padding-top: var(--space-9)
}
.pb\:9, .py\:9, .p\:9 {
  padding-bottom: 9rem;
  padding-bottom: var(--space-9)
}
.px\:push, .p\:push {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-left: var(--push);
  padding-right: var(--push)
}
.pt\:push, .py\:push, .hero, .p\:push {
  padding-top: 5rem;
  padding-top: var(--push)
}
.pb\:push, .py\:push, .hero, .p\:push {
  padding-bottom: 5rem;
  padding-bottom: var(--push)
}
.px\:0, .p\:0 {
  padding-left: 0;
  padding-right: 0
}
.pt\:0, .py\:0, .p\:0 { padding-top: 0 }
.pb\:0, .py\:0, .p\:0 { padding-bottom: 0 }

.bg\:1, .hover__bg\:1:hover { background-color: #f9f9f9; }

.img-100 { max-height: 40vh }

@media (min-width: 641px) {
  .img-100 {
    max-height: 80vh;
    max-height: calc(99vh - 50px - var(--push) * 2)
  }
}

.rtl_field textarea {
  text-align:right;
  font-size: 24px !important;
}
.light-font { font-weight:300; }

.svg-icon svg {
  width: 50px;
  height: 50px;
  fill: currentcolor;
  display: block;
}

.section--alt { background:#f1f1f1; }

.learndash-wrapper .ld-progress .ld-progress-bar {
  height:5px;
  background-color:#bfbfbf;
}
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  background:#ffbf00;
  height:5px;
}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  color:#878787;
  font-size: 1.4rem;
  font-weight: normal;
}
body.rtl .learndash-wrapper { text-align:right; }

.section_full {
  background-position:center bottom;
  background-repeat:no-repeat;
  background-size:cover;
  padding-left:0 !important;
  padding-right:0 !important;
}
.section_full > div {
  padding-left:240px;
  padding-right:240px;
}

.wp-block-column { position:relative; }
.svg.alignleft svg { float:left; }
.svg.alignright svg { float:right; }

.error404 section .width {
  padding-top:60px;
  text-align:center;
}
.error404 h1 {
  text-transform:uppercase;
  font-weight:300;
  font-size: 3.4rem;
  line-height: 1.3;
  --line-height: 1.3;
  --fluid-max: 34;
  --fluid-min: 27;
  margin-top: 2.2em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1000px) {
  .error404 h1 { font-size: calc(var(--fluid-max) * 0.1rem); }
}
.error404 p {
  margin-top: 0;
  margin-bottom: 1.6em;
}
.error404 a.button_white {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.worksheet {
  display:table;
  margin-top:1em;
}
.worksheet_image {
  width:65%;
  padding:2%;
  display:table-cell;
  border:1px solid #000;
}
.worksheet_buttons {
  width:35%;
  padding-left:2%;
  display:table-cell;
  vertical-align:top;
}
.worksheet_buttons a {
  display:inline-block;
  font-size:14px;
  line-height:50px;
  height:50px;
  background:#394553;
  margin-bottom:10px;
  width:48.9%;
}
.worksheet_buttons a:first-child { margin-right:1%; }
.worksheet_buttons a:last-child { width:100%; }

.h\:100 { min-height: 100% }
.h\:100vh { min-height: 100vh }

.login { overflow-x: hidden }
.login .width {
  width: auto;
  max-width: 1200px;
  margin:0 auto;
}

.login_intro {
  position: relative;
  color: #fff;
  align-items:center;
}
.login_intro::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: #6e0101;
  z-index: -1
}
.login_form { align-items:center; }
.tarbiyah-register__social li+li { margin-top: 8px }
.tarbiyah-register__social a {
  font-size: .8em;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #555;
  color: #fff;
  padding: 1.2rem 0 1.2rem 2rem;
  text-transform: uppercase
}
.tarbiyah-register__social a[href*='facebook.com'] { background: #0a51a1 }
.tarbiyah-register__social a[href*='linkedin.com'] { background: #0177b5 }
.tarbiyah-register__social svg { margin-right: 2rem }

/*
	----------------
	- Forms
	----------------
*/
.form__row {
  position:relative;
  margin-bottom: 14px;
  clear:both;
}
.form__label {
  display: block;
  text-transform: uppercase;
}
.label__row {
  border-top:1px solid #8f8989;
  color:#8f8989;
  margin-top:3em;
  margin-bottom:1em;
}
.label__row .form__label { font-weight:bold; }
.checkboxes__row .form__label { margin-bottom:0.5em; }
.checkboxes__row label { display:block; }
.checkboxes__row label input { margin-right:0.5em; }
.err {
  position:absolute;
  right:8px;
  bottom:8px;
  font-size:11px;
  color:red;
}
.submit__row .err {
  position:static;
  font-size:16px;
  margin-top:20px;
  margin-bottom:20px;
}
body.upload .submit__row .err {
  margin-top:10px;
}
body.upload .narrow {
  position:relative;
}
body.upload .narrow i {
  display:none;
  position:absolute;
  right:10px;
  top:16px;
}
.ei-icon_check_alt {
  color:#018837;
}
.ei-icon_close_alt {
  color:#FF0001;
}
.ei-icon_trash {
  color:#808080;
}

@media (max-width: 639px) {
  .form\:horizontal .form__label {
    margin-bottom: .4em;
    font-weight: 500;
  }
}

@media (min-width: 640px) {
  .form\:horizontal .form__row {
    display: -webkit-flex; display: flex;
  }
  .form\:horizontal .form__row > * {
    -webkit-flex: 1 1 100%; flex: 1 1 100%;
  }
  .form\:horizontal .form__row > :only-child, .form\:horizontal .form__submit > :only-child { margin-left: 140px; }
  .form\:horizontal .form__label {
    -webkit-flex: 0 0 auto; flex: 0 0 auto;
    line-height: 50px;
    padding-right: 10px;
    text-align: right;
    width: 140px;
  }
}

.form\:vertical .form__label { margin-bottom: 0.25em; }
.form\:minimal .input\:check + .form__label { display: inline-block; }
[data-animate-label] { position: relative; }
[data-animate-label] ::-webkit-input-placeholder { color: rgba(0, 0, 0, 0); }
[data-animate-label] ::-moz-placeholder { color: rgba(0, 0, 0, 0); }
[data-animate-label] :-ms-input-placeholder { color: rgba(0, 0, 0, 0); }
[data-animate-label] ::-ms-input-placeholder { color: rgba(0, 0, 0, 0); }
[data-animate-label] ::placeholder { color: rgba(0, 0, 0, 0); }
[data-animate-label] .form__label {
  left: 1em;
  line-height: 50px;
  margin: 0;
  max-width: calc(100% - 2em);
  opacity: 0.4;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0%;
  transition: all 0.2s linear;
  -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%;
  white-space: nowrap;
  z-index: 1;
}
.form\:animate-contain [data-animate-label].translate-label .form__label {
  font-weight: bold;
  opacity: 0.6;
  -webkit-transform: translateY(-12px) scale(0.8); transform: translateY(-12px) scale(0.8);
}
.form\:animate-contain [data-animate-label] input.input\:text {
  line-height: 38px;
  padding-top: 12px;
}
.form\:animate-contain [data-animate-label] textarea.input\:text { padding-top: 20px; }
.form\:animate-break [data-animate-label] .form__label {
  left: 0.5em;
  padding: 0 0.5em;
}
.form\:animate-break [data-animate-label] .form__label::before {
  content: '';
  background-color: white;
  border-radius: 3px;
  display: block;
  height: 1.6em;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%); transform: translateY(-50%);
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form\:animate-break [data-animate-label].translate-label .form__label {
  font-weight: bold;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(0.8); transform: translateY(-50%) scale(0.8);
}
.form\:animate-break [data-animate-label].translate-label .form__label::before { opacity: 1; }

/*
	----------------
	- Form grid
	----------------
*/
@supports (grid-area: auto) and (--css: variables) {
  .form__grid {
    --gap: 14px;
    --width: 240px;
    --fit: auto-fit;
    display: grid;
    grid-gap: var(--gap);
    grid-template-columns: repeat(var(--fit), minmax(var(--width), 1fr));
    margin-bottom: 14px;
  }
  .form__grid > * {
    margin: 0;
    max-width: calc(100vw - 6vw);
    min-width: 0;
  }
  .form__row .form__grid { margin-bottom: 0; }
  .form__grid > .form__toggle-wrap { margin: 0 !important; }
  .form__grid--fill { --fit: auto-fill; }
}

/*
	----------------
	- Form groups
	----------------
*/
.form__group {
  border-top: 1px solid currentcolor;
  border-top-color: #e3e3e3;
  padding: 28px 0;
}
.form__group:first-child { border-top-width: 0; }
.form__group .form__grid:last-child, .form__group .form__group-inputs .form__row:last-child { margin-bottom: 0; }
.form__group .form__group-text { padding-bottom: 28px; }
.form__group .form__group-title { font-weight: bold; }
.form__group .form__group-desc { color: #878787; }

@media (min-width: 640px) {
  .form__group {
    display: -webkit-flex; display: flex;
  }
  .form__group .form__group-text {
    -webkit-flex: 0 0 33%; flex: 0 0 33%;
    padding-bottom: 0;
    padding-right: 20px;
  }
  .form__group .form__group-inputs {
    -webkit-flex: 1 1 100px; flex: 1 1 100px;
  }
}

.form__row.first, .form__row.last {
  float:left;
  width:49%;
}
.form__row.first {
  margin-right:2%;
  clear:left;
}
.form__row.last { clear:right; }

/*
	----------------
	- Form submit
	----------------
*/
.form__submit {
  border-top: 1px solid currentcolor;
  border-top-color: #e3e3e3;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (min-width: 640px) { .form__group + .form__submit { padding-left: 33%; } }

/*
	----------------
	- Form inherit
	----------------
*/
/*
	----------------
	- Inputs and textareas
	----------------
*/
.input\:reset, .input\:text, .select select {
  -webkit-appearance: none;
  box-shadow: none;
  display: block;
  min-width: 0;
  outline: none;
  text-align: inherit;
  width: 100%;
}
.input\:text, .select {
  background-color: white;
  border: 1px solid;
  border-color: #8f8989;
  border-radius: 0px;
  height: 50px;
  line-height: calc(50px - 1px * 2);
  padding: 0 1em;
  transition: border-color 0.2s linear;
}
.select:focus-within, .input\:text:focus {
  border-color: #1f1f1f;
  outline: none;
}
.input\:text:disabled {
  border-color:#ccc;
  color:#999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #e3e3e3; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #e3e3e3; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #e3e3e3; }
input::-ms-input-placeholder, textarea::-ms-input-placeholder { color: #e3e3e3; }
input::placeholder, textarea::placeholder { color: #e3e3e3; }

@supports (--css: var) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: var(--placeholder-opacity);
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: inherit;
    opacity: var(--placeholder-opacity);
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: inherit;
    opacity: var(--placeholder-opacity);
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: inherit;
    opacity: var(--placeholder-opacity);
  }
  input::placeholder, textarea::placeholder {
    color: inherit;
    opacity: var(--placeholder-opacity);
  }
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: calc(var(--placeholder-opacity) / 3);
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity: calc(var(--placeholder-opacity) / 3); }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { opacity: calc(var(--placeholder-opacity) / 3); }
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder { opacity: calc(var(--placeholder-opacity) / 3); }
input:focus::placeholder, textarea:focus::placeholder { opacity: calc(var(--placeholder-opacity) / 3); }
textarea.input\:text {
  height: auto;
  line-height: 1.5;
  padding: 1em;
  resize: vertical;
}
.input\:file {
  line-height:1em;
  padding-top:0.8em;
}
.select {
  padding: 0;
  position: relative;
}
.select::after {
  border: 2px solid currentColor;
  border-right-width: 0px;
  border-top-width: 0px;
  content: '';
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
  -webkit-transform-origin: 0 0; transform-origin: 0 0;
  width: 6px;
}
.select select {
  height: calc(50px - 1px * 2);
  padding: 0 1em;
}
.select option { background-color: white; }

@media (max-width: 859px) {
  /* Prevent iOS from zooming on inputs */
  .input\:text, .input\:reset, .select { font-size: 16px; }
}

.selectric-wrapper {
  border: inherit;
  border-width: 1px;
  border-radius: inherit;
  position: relative;
  cursor: pointer;
  margin: -1px;
  /* Prevent 1px jog */
  -webkit-transform: translate(0, 0); transform: translate(0, 0);
}
.select__row .selectric-wrapper {
  border:1px solid #000;
  text-transform:uppercase;
}
.select__row .selectric .button {
  color:#000;
  padding-left:1em;
  padding-right:1em;
  font-weight:normal;
  text-transform:none;
  font-family:'Lato';
}
.selectric-responsive { width: 100%; }
.selectric {
  position: relative;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: flex-start; justify-content: flex-start;
  height: 48px;
  border-radius: inherit;
  border-width: 0px;
  border-style: solid;
  border-color: inherit;
}
.ag-cell .selectric { height:41px; }
.label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  padding-left: 1em;
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
}
.ag-cell .label { padding-left:1.5em; }
/*.selectric .button { display: none; }*/
.ag-cell .selectric .button {
  padding-left:5px;
  padding-right:5px;
}
.selectric-open { z-index: 9999; }
.selectric-open .selectric-items { display: block; }
.selectric-disabled {
  opacity: 0.45;
  cursor: default;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectric-input {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  outline: none;
  border: none;
  background: none;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  left: -1px;
  right: -1px;
  width: auto !important;
  display: none;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  z-index: 10;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: inherit;
}
.ag-cell .selectric-items {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
/* Radius */
body .selectric-open:not(.selectric-above) .selectric, body .selectric-open.selectric-above .selectric-items {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .selectric-open.selectric-above .selectric, body .selectric-open:not(.selectric-above) .selectric-items {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.selectric-scroll { border-radius: inherit; }
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: -1px;
  border-width: 1px 1px 0px 1px;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 8px;
  cursor: pointer;
  background-clip: content-box;
  color: currentColor;
  padding-left: 1em;
  position: relative;
}
.ag-cell .selectric-items li {
  padding-left:1.5em;
}
.selectric-items .disabled, .selectric-items .disabled:hover {
  opacity: 0.5;
  cursor: default;
  background: none;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
  background: none;
}
.selectric-items .selectric-group.disabled li { opacity: 1; }
.selectric-items .selectric-group li { padding-left: 25px; }
.selectric-items li:before {
  content: '';
  background: currentcolor;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.selectric-items li:not(.disabled):hover:before { opacity: 0.03; }
.selectric-items li.selected:before, .selectric-items li.selected:not(.disabled):hover:before { opacity: 0.12; }
/* Tick in dropdown menu */

/*
.selectric-items li.selected:not(.disabled):after {
  content: "\f00c";
  font-family: 'FontAwesome';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  margin-left: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0); transform: translate(0, 0);
  opacity: 0.3;
}
*/

.selectric-multiple li::after {
  content: "\f096";
  font-family: 'FontAwesome';
  position:absolute;
  right:14px;
  top:8px;
  font-size:18px;
  line-height:20px;
}
.selectric-multiple li.selected::after {
  content: "\f046";
  right:11.5px;
}
.selectric-multiple li.disabled::after { content:none; }

/* Hide placeholder item in dropdown menu */
/*.selectric-items li.disabled { display: none; }*/

/*
		----------------
		- Selectric
		----------------
	*/
.selectric-wrapper:not(.selectric-chosen) .label {
  color: inherit;
  opacity: var(--input--placeholder-opacity);
}
/* Select menu */
.selectric-items, .selectric-open .selectric { background: white; }
/* Select menu shadow */
.selectric-items { box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 10px; }
.selectric-above .selectric-items { box-shadow: rgba(0, 0, 0, 0.06) 0px -10px 10px; }

.form__toggle-wrap {
  -webkit-align-items: center; align-items: center;
  display: -webkit-flex; display: flex;
}
.form__toggle-wrap > * {
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
}
.form__toggle-wrap > *:not(:first-child) { padding-left: 8px; }
.form__toggle-wrap + .form__toggle-wrap { margin-top: 10px; }

/*
		----------------
		- Checkbox and Radio inputs
		----------------
	*/
.input\:toggle {
  display: inline-block;
  font-size: 1em;
  height: 1em;
  position: relative;
  vertical-align: middle;
  width: 1em;
  /* Hide input */
  /* Checkbox */
  /* Radio */
}
.input\:toggle input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  /* Pseudo input */
}
.input\:toggle input:disabled { cursor: default; }
.input\:toggle input ~ i {
  background-color: white;
  border-color: currentColor;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  /* Pseudo input border */
}
.input\:toggle input ~ i::after {
  opacity: 0.4;
  transition: opacity 0.1s ease-in-out;
  content: '';
  border-radius: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.input\:toggle input:not(:disabled):hover ~ i::after, .input\:toggle input:not(:disabled):focus ~ i::after,
.input\:toggle input:checked ~ i::after { opacity: 1; }
.input\:toggle input:not(:disabled):focus ~ i::after { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 3px; }
.input\:toggle input:disabled ~ i { opacity: 0.4; }
.input\:toggle input[type='checkbox'] {
  /* Checkbox: checked */
}
.input\:toggle input[type='checkbox'] ~ i {
  border-radius: 0.2em;
  transition: background 0.15s ease-in-out;
  /* Checkbox: tick */
}
.input\:toggle input[type='checkbox'] ~ i::before {
  color: white;
  content: '';
  width: 1em;
  height: .7em;
  border: .25em solid transparent;
  border-color: transparent transparent currentcolor currentcolor;
  -webkit-transform: rotate(-45deg) translate(15%, -15%) scale(0); transform: rotate(-45deg) translate(15%, -15%) scale(0);
  opacity: 0;
  transition: all 0.15s ease-in-out;
  font-size: 0.6em;
  line-height: 1;
}
.input\:toggle input[type='checkbox']:checked ~ i { background: currentColor; }
.input\:toggle input[type='checkbox']:checked ~ i::before {
  -webkit-transform: rotate(-45deg) translate(15%, -15%) scale(1); transform: rotate(-45deg) translate(15%, -15%) scale(1);
  opacity: 1;
}
.input\:toggle input[type='radio'] ~ i {
  border-radius: 50%;
  /* Radio: dot */
}
.input\:toggle input[type='radio'] ~ i::before {
  content: "";
  background: currentcolor;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0); transform: scale(0);
  transition: -webkit-transform 0.15s ease-in-out; transition: transform 0.15s ease-in-out; transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  display: block;
}
.input\:toggle input[type='radio']:checked ~ i::before { -webkit-transform: scale(1); transform: scale(1); }

.card_field {
  border:1px solid #8f8989;
  padding-left:1em;
  padding-right:1em;
}

.button, a.button, #respond #submit {
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-flex; display: inline-flex;
  -webkit-justify-content: center; justify-content: center;
  -webkit-align-items: center; align-items: center;
  font-weight: 600;
  line-height: 1.2;
  padding: 1em 3em;
  position: relative;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
}
.button:active, a.button:active { top: 1px; }
.button > * + *, a.button > * + * { margin-left: .5em; }
.button--primary, a.button--primary, #respond #submit { background-color: #6e0101; }
.button--primary:hover, a.button--primary:hover { background-color: #480000; }
.button--secondary, a.button--secondary { background-color: #0177b5; }
.button--secondary:hover, a.button--secondary:hover { background-color: #0188ce; }
.button--minimal, a.button--minimal {
  background-color: #e3e3e3;
  color: #1f1f1f;
}
.button--minimal:hover, a.button--minimal:hover { background-color: #d1d1d1; }
.button--ghost, a.button--ghost { color: inherit; }
.button--ghost::after, a.button--ghost::after {
  content: '';
  border-radius: inherit;
  border: 1px solid currentColor;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}
.button--ghost:hover::after, a.button--ghost:hover::after { opacity: 0.9; }
[type='submit'].button--ghost { border: 2px solid currentColor; }
.button--warning {
  background-color:#FF0001;
  color:#fff;
}

.site-wrap {
  background-color: #fff;
  display: -webkit-flex; display: flex;
  -webkit-flex-direction: column; flex-direction: column;
  min-height: 100vh;
}
.site-main {
  -webkit-flex: 1 0 auto; flex: 1 0 auto;
}
.layout-columns {
  display: -webkit-flex; display: flex;
}
.layout-side {
  min-width: 0;
  -webkit-flex: 0 1 280px; flex: 0 1 280px;
  background: #505262;
  color: #fff;
  font-size: 1.4rem;
}
.layout-side a { color: inherit; }
.layout-main {
  -webkit-flex: 1 1 0%; flex: 1 1 0%;
  min-width: 0;
}
.layout-side__top {
  background: #383a45;
  padding: 3rem;
  /*min-height: 280px;*/
  min-height:132px;
  position: relative;
  padding-top:2rem;
  padding-left:1rem;
  padding-right:1rem;
}
.layout-side__logo {
  font-size: 3rem;
  /*margin-bottom: 1em;*/
  margin-bottom:0.4em;
}
.layout-side__logo > * + * { margin-left: .4em; }
.layout-side__avatar {
    font-size: 54px;
    background: #fff;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%);
}
  .layout-side__navigation {
    padding: 3rem;
    padding-top: 6rem;
  }
  #header_school {
    font-size:18px;
    font-weight:900;
  }
.macintype-logo { max-width:175px; }
.macintype-logo img { max-width:100%; }
  
  /*
	----------------
	- Top bar
	----------------
*/
.top-bar {
    min-height: 64px;
    background: #E5E5E5;
    font-size: 1.4rem;
    position:relative;
  }
  .top-bar > * { padding: 0 2em; }
  .top-bar a {
    color: inherit;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    position:relative;
    z-index:11;
    background:#e5e5e5;
  }
.top-bar__user img { 
  width: 3em;
  width:42px;
}
.top-bar__user-text {
  min-width: 12em;
  padding: 0 1em;
}
.top-bar__user-arrow { font-size: .7em; }
.top-bar__search { border-left: 1px solid #BFBFBF; }
.top-bar__menu {
    position:absolute;
    z-index:10;
    right:20px;
    bottom:11px;
    padding:0;
    transition:bottom 0.25s; -webkit-transition:bottom 0.25s;
  }
  .top-bar__menu.active { bottom:-41px; }
  .top-bar__menu a {
    text-transform:uppercase;
    display:block;
    background:#fff;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    width:240px;
  }
  .top-bar__menu a:hover { background:#E5E5E5; }
/*
	----------------
	- Top paragraph
	----------------
*/
.top-paragraph {
    background: #0A51A1;
    color: #fff;
    /*min-height: 216px;*/
    min-height:70px;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
  }
  .top-paragraph a { color: inherit; }
  
  .top-paragraph .flex-side__primary {
    /*-webkit-flex-basis: 70%;
            flex-basis: 70%;*/
    -webkit-flex-basis: 30%; flex-basis: 30%;
  }
  .top-paragraph .flex-side__primary div {
    font-size:39px;
    line-height:39px;        
  }
  .top-paragraph .flex-side__secondary {
    /*max-width: 100px;
    -webkit-flex-basis: 100px;
            flex-basis: 100px;*/
    -webkit-flex-basis: 70%; flex-basis: 70%;
  }
  .top-paragraph .flex-side__secondary div {
    font-size:20px;
    line-height:39px;
  }
  @media (max-width: 1248px) {
    .top-paragraph .flex-side__secondary { text-align:right; }
  }
  
  @media (max-width: 1058px) {
    .top-paragraph .flex-side__primary div {
      font-size:29px;
      line-height:39px;        
    }
    .top-paragraph .flex-side__secondary div {
      font-size:16px;
      line-height:39px;
    }
  }
  
  @media (max-width: 908px) {
    .top-paragraph .flex-side__primary div {
      font-size:24px;
      line-height:39px;        
    }
    .top-paragraph .flex-side__secondary div {
      font-size:14px;
      line-height:39px;
    }
  }
  
  @media (max-width: 808px) {
    .top-paragraph .flex-side__primary div {
      font-size:20px;
      line-height:39px;        
    }
    .top-paragraph .flex-side__secondary div {
      font-size:12px;
      line-height:39px;
    }
  }
  
  @media (max-width: 738px) {
    .top-paragraph .flex-side__primary div {
      font-size:18px;
      line-height:39px;        
    }
    .top-paragraph .flex-side__secondary div {
      font-size:12px;
      line-height:39px;
    }
  }

  /*
	----------------
	- Desktop Navigation
	----------------
*/
.site-navigation {
  -webkit-flex: 0 1 auto; flex: 0 1 auto;
  line-height: 2.6em;
}
.site-navigation .nav__item {
  border-radius: 4px;
  position: relative;
}
.site-navigation .nav__item::after {
  border-radius: inherit;
  background: currentColor;
  content: '';
  opacity: 0;
  z-index: -1;
  transition: opacity 0.15s ease-in-out;
}
.site-navigation .nav__item:hover::after { opacity: 0.06; }
.site-navigation .nav__item.is-active::after { opacity: 0.1; }
.site-navigation .nav__link {
  font-weight: 600;
  color: currentColor;
  display: block;
  position: relative;
  padding-left: 24px;
}
.nav__icon {
  font-size: .75em;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.nav__icon.dashicons {
  width:auto;
  height:auto;
  font-size:1em;
}

/*
	----------------
	- Dropdown navigation menu
	----------------
*/
@media (min-width: 771px) {
  .nav__arrow-wrap {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg); transform: translateY(-50%) rotate(-90deg);
    transition: -webkit-transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    pointer-events: none;
  }
  .is-active .nav__arrow-wrap {
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
  }
  .nav__arrow {
    display: inline-block;
    border: 2px solid currentColor;
    border-top-width: 0px;
    border-right-width: 0px;
    width: 6px;
    height: 6px;
    -webkit-transform-origin: 0 0; transform-origin: 0 0;
    -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
  }
  /* Navigation dropdown menu */
  .nav__dropdown {
    line-height: 2.3em;
    overflow: hidden;
    max-height: 0em;
    transition: all 0.35s ease-in-out;
    padding-left: 24px;
  }
  .is-active .nav__dropdown { max-height: 15.6em; }
  .nav__dropdown li.is-active { color: #969cb5; }
  .nav__dropdown a {
    display: block;
    color: currentColor;
  }
}

/*
	----------------
	- Mobile Header
	----------------
*/
.mobile-header-wrap {
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
  -webkit-order: -1; order: -1;
  position: -webkit-sticky; position: sticky;
  top: 0;
  z-index: 50;
}
.mobile-header {
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: space-between; justify-content: space-between;
  color: #383a45;
  background: #fff;
  height: 55px;
  padding: 0 10px;
  position: relative;
  -webkit-transform-style: preserve-3d; transform-style: preserve-3d;
  z-index: 10;
}
.mobile-header a { color: currentColor; }
.mobile-logo {
  -webkit-flex: 0 1 auto; flex: 0 1 auto;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-logo img { max-height: 55px; }
.mobile-logo svg { height: 55px; }
.mobile-nav-toggle {
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  height: 40px;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}
.mobile-nav-toggle::before {
  content: '';
  background: #383a45;
  border-radius: inherit;
  opacity: 0.1;
}
.mobile-nav-toggle .mobile-nav-toggle__icon { margin-right: 10px; }
/* Animated hamburger icon */
.mobile-nav-toggle__icon {
  font-size: 2px;
  color: inherit;
  width: 19px;
  height: 13px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.mobile-nav-toggle__icon::before, .mobile-nav-toggle__icon::after, .mobile-nav-toggle__icon > i::before,
.mobile-nav-toggle__icon > i::after {
  content: '';
  display: block;
  width: 100%;
  height: 1em;
  background: currentColor;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.mobile-nav-toggle__icon::before { top: 0; }
.mobile-nav-toggle__icon::after {
  top: auto;
  bottom: 0;
}
.mobile-nav-toggle__icon > i::before, .mobile-nav-toggle__icon > i::after {
  -webkit-transform: rotate(0deg); transform: rotate(0deg);
  margin-top: -0.5em;
}
.mobile-nav-active .mobile-nav-toggle__icon::before {
  -webkit-transform: translateY(-5px); transform: translateY(-5px);
  opacity: 0;
}
.mobile-nav-active .mobile-nav-toggle__icon::after {
  -webkit-transform: translateY(5px); transform: translateY(5px);
  opacity: 0;
}
.mobile-nav-active .mobile-nav-toggle__icon > i::before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.mobile-nav-active .mobile-nav-toggle__icon > i::after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

/*
	----------------
	- Mobile Navigation
	----------------
*/
.mobile-nav-panel {
  background: #f1f1f1;
  color: #1f1f1f;
  height: 100%;
  right: 0;
  padding-top: 55px;
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(101%); transform: translateX(101%);
  transition: -webkit-transform ease-in-out 0.3s; transition: transform ease-in-out 0.3s; transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  width: 100%;
  max-width: 480px;
  z-index: 5;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav-panel a { color: inherit; }
.mobile-nav-active .mobile-nav-panel {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
  -webkit-transform: translateX(0); transform: translateX(0);
}
.mobile-nav-panel::after {
  content: '';
  display: block;
  height: 90px;
}
.mobile-nav-panel-overlay {
  position: fixed;
  background: #1f1f1f;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.001;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.mobile-nav-active .mobile-nav-panel-overlay {
  visibility: visible;
  opacity: 0.8;
}
.mobile-nav .nav__item {
  -webkit-transform: translateX(40px); transform: translateX(40px);
  transition: all 0.15s ease-in-out;
  opacity: 0;
  position: relative;
}
.mobile-nav .nav__item::after {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: currentColor;
  opacity: 0.1;
  pointer-events: none;
}
.mobile-nav-active .mobile-nav .nav__item {
  -webkit-transform: translateX(0); transform: translateX(0);
  opacity: 1;
}
.mobile-nav-active .mobile-nav .nav__item:nth-child(1) { transition-delay: .1s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(2) { transition-delay: .15s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(3) { transition-delay: .2s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(4) { transition-delay: .25s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(5) { transition-delay: .3s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(6) { transition-delay: .35s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(7) { transition-delay: .4s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(8) { transition-delay: .45s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(9) { transition-delay: .5s; }
.mobile-nav-active .mobile-nav .nav__item, .mobile-nav-active .mobile-nav .nav__item:nth-child(10) {
  transition-delay: .55s;
}
.mobile-nav .nav__link {
  display: block;
  padding: 15px;
  position: relative;
}
.mobile-nav .nav__dropdown {
  display: none;
  font-size: 0.9em;
  opacity: 0.8;
  margin-bottom: 15px;
}
.mobile-nav .nav__dropdown a {
  display: block;
  padding: 10px;
  padding-left: 35px;
}
.mobile-nav .nav__arrow {
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  border-radius: 3px;
  bottom: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
}
.mobile-nav .nav__arrow::before {
  content: '';
  display: inline-block;
  border: 2px solid currentColor;
  border-top-width: 0px;
  border-right-width: 0px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg) scale(1); transform: rotate(-45deg) scale(1);
  transition: -webkit-transform 0.2s linear; transition: transform 0.2s linear; transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.mobile-nav .nav__arrow.is-active::before {
  -webkit-transform: rotate(-45deg) scale(-1); transform: rotate(-45deg) scale(-1);
}
.mobile-nav .nav__arrow::after {
  content: '';
  background: currentColor;
  opacity: 0.1;
}

[data-modal] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
[data-modal].modal--visible {
  visibility: visible;
  opacity: 1;
}
[data-modal], .modal { transition: all 0.25s ease-in-out; }
.modal-overlay {
  background: #1f1f1f;
  opacity: .5;
}
.modal {
  display: -webkit-flex; display: flex;
  -webkit-flex-direction: column; flex-direction: column;
  background-color: #f9f9f9;
  position: relative;
  width: 98%;
  max-width: 600px;
  max-height: 90vh;
  -webkit-transform: translateY(-50px); transform: translateY(-50px);
  border-radius: 5px;
}
.modal-large {
  max-width:90vw;  
}
.modal--visible .modal {
  -webkit-transform: translateY(0px); transform: translateY(0px);
}
.modal__close {
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: inherit;
}
.modal__close svg {
  position: relative;
  height: 14px;
}
.modal__close svg line {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.modal__close::before {
  content: '';
  border-radius: inherit;
  transition: opacity 0.1s linear;
  background: currentColor;
  opacity: 0;
}
.modal__close:hover::before { opacity: 0.05; }
.modal > .modal__close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.modal__header {
  font-weight:bold;
  text-transform:uppercase;
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: space-between; justify-content: space-between;
  padding: 15px;
  padding-left: 30px;
  border-bottom: 1px solid currentColor;
}
.modal__content {
  -webkit-flex: 0 1 auto; flex: 0 1 auto;
  padding: 30px;
  overflow: auto;
}
.modal__footer {
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
  padding: 15px;
  text-align: right;
  border-top: 1px solid currentColor;
}
.modal__header, .modal__footer { border-color: #f1f1f1; }

.site-footer {
  background: #383a45;
  color: #fff;
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
  font-size: 1.3rem;
  padding-bottom: 2rem;
  padding-bottom: var(--space-2);
  padding-top: 2rem;
  padding-top: var(--space-2);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: var(--space-2);
  padding-right: var(--space-2);
}
.site-footer a { color: inherit; }

.listview caption {
  text-align:left;
  height:30px;
  line-height:30px;
  padding-left:10px;
  padding-right:10px;
  background:#FFBF00;
  text-transform:uppercase;
}
.listview caption.arrow { position:relative; }
.listview caption.arrow::after {
  position:absolute;
  right:10px;
  top:0px;
  font-family:'FontAwesome';
  content:'\f107';
}
.listview th {
  text-align:left;
  background:#95949A;
  color:#fff;
  height:64px;
  font-size:12px;
  font-weight:bold;
  padding-left:12px;
  padding-right:12px;
  text-transform:uppercase;
}
.listview td {
  font-size:12px;
  padding-left:12px;
  padding-right:12px;
  padding-top:10px;
  padding-bottom:10px;
}
.listview .parent_row > td {
  background:#FFBF00;
  border-top:8px solid #fff;
}
.listview .child_row > td:first-child {
  padding-left:40px;
}
.listview a {
  white-space:nowrap;
  text-transform:uppercase;
  vertical-align:top;
}
.listview a.hover_link { text-transform:none; }
.listview a:hover.hover_link { text-decoration:underline; }
.listview a.expand { display:none; }
.listview .parent_row > td > a.expand { display:block; }
.add_new_button {
  float:right;
  clear:right;
  width:205px;
  margin-bottom:40px;
}
.down_bar, .plus_bar {
  display:block;
  position:relative;
  clear:both;
  background:#FFBF00;
  font-size:14px;
  font-weight:600;
  height:30px;
  line-height:30px;
  margin-bottom:10px;
  padding-left:12px;
  padding-right:12px;
  text-transform:uppercase;
}
.down_bar::after, .plus_bar::after {
  position:absolute;
  top:0px;
  right:12px;
}
.down_bar::after {
  font-family:'FontAwesome';
  content:'\f107';
}
.plus_bar::after { content:'+'; }
.round {
  width:44px;
  height:44px;
  font-size:14px;
  font-weight:bold;
  line-height:44px;
  text-align:center;
  border-radius:50%;
  background:#808080;
  color:#fff;
  cursor:default;
  -webkit-user-select:none;
  user-select:none;
}
.round_em { background:#FFBF00; }
.round.selected { background:#0A51A1; }
.tenant_badge {
  float:left;
  margin-bottom:20px;
}
.tenant_badge .round {
  float:left;
  width:52px;
  height:52px;
  font-size:16px;
  line-height:52px;
  background:#D6D8D8;
  color:#000;
}
.tenant_badge h2 {
  float:left;
  font-size:20px;
  line-height:52px;
  margin-left:15px;
}

/*
	----------------
	- Tabbed navigation
	----------------
*/
.tabbed-navigation {
  display: -webkit-flex; display: flex;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 3px;
  margin-bottom:2em;
  font-size: 1.4rem;
  position: relative;
}
.tabbed-navigation::before {
  content: '';
  display: block;
  background: currentcolor;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.tabbed-navigation li {
  position: relative;
  -webkit-flex: 0 1 16em; flex: 0 1 16em;
}
.tabbed-navigation li.is-active::before {
  content: '';
  background: #FFBF00;
  height: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 12em;
}
.tabbed-navigation a {
  display: block;
  padding: .5em;
}
.tabbed-navigation li.disabled a {
  color:#c0c0c0;
  pointer-events:none;
}

.card_table { margin-bottom:2em; }
.card_table td {
  text-transform:uppercase;
  font-size:18px;
  line-height:1em;
  border-bottom:1px solid #BFBFBF;
  padding-top:30px;
  padding-bottom:30px;
  white-space:nowrap;
}
.card_table tr:last-child td { border-bottom:3px solid #000; }
.card_table a {
  font-size:14px;
  color:#808080;
  vertical-align:top;
}
.results_table td {
  text-transform:uppercase;
  font-size:14px;
  line-height:1em;
  padding-top:6px;
  padding-bottom:6px;
  white-space:nowrap;
}
.results_table td.raw {
  text-transform:none;
}
.results_table a {
  font-size:12px;
  margin-left:30px;
}
.progress_bar {
  width:100%;
  height:30px;
  position:relative;
}
.progress_bar > div { height:30px; }
.pills li {
  display:inline-block;
  width:88px;
  height:30px;
  font-size:14px;
  line-height:30px;
  text-align:center;
  background:#FFBF00;
  margin-right:4px;
}
.pills li.inactive { opacity:0.3; }
.pills_light li { color:#fff; }

.heading2 {
  font-size:18px;
  font-weight:800;
  text-transform:uppercase;
  margin-top:1em;
  margin-bottom:1em;
}
.loading_lg { text-align:center; }

.widget {
  background:#F5F3F1;
  margin-bottom:1.2em;
}
.widget h2 {
  background:#505262;
  color:#fff;
  font-size:18px;
  font-weight:300;
  height:52px;
  line-height:52px;
  text-transform:uppercase; 
  padding-left:30px;
  padding-right:30px;
  position:relative;
}
.widget h2 a {
  color:#fff;
  text-transform:none;
  position:absolute;
  right:30px;
  top:0px;
}
.widget > div { padding:40px; }
.overview_stats li {
  display:block;
  float:left;
  width:150px;
  text-transform:uppercase;
  font-size:14px;
  margin-bottom:2em;
}
.overview_stats li div {
  font-size:50px;
  line-height:1em;
  font-weight:bold;
  color:#0A51A1;
}
.overview_stats::after {
  content:'';
  display:table;
  clear:both;
}

.note-editor { border-radius:0; }
.note-editable p { margin-bottom:1em; }