* {
  word-break: break-word;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: whitesmoke;
}

main {
  display: block;
}

h1 {
  font-size: 1.8rem;
  color: #585858;
}

h2 {
  font-size: 1.6rem;
  color: #585858;
}

h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #585858;
}

h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #585858;
}

h5 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #585858;
}

h6 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #585858;
}

p {
  word-break: break-word;
}

hr {
  box-sizing: content-box;
  height: 1px;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

blockquote, figure, pre {
  margin: 0;
}

ol, ul {
  padding-inline-start: 25px;
}

ul.cms-ul {
  list-style: none;
  padding-inline-start: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  font-size: 10px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}

body {
  position: relative !important;
  font-size: 14px;
  display: block;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}

img {
  display: inline;
}

.ac-parralax {
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ac-parralax__overlay {
  background-image: linear-gradient(rgba(56, 72, 91, 0.1), rgba(56, 72, 91, 0.75));
  height: 500px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ac-parralax__overlay a {
  color: white;
}

.ac-panel {
  color: #474747;
  display: inline-block;
  background-color: white;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
}
.ac-panel--image-left {
  flex-direction: row;
}
.ac-panel:hover {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
}
.ac-panel__heading {
  margin: 0;
  background-color: whitesmoke;
  border-radius: 5px 5px 0 0;
  font-size: 1.8rem;
  padding: 10px;
}
.ac-panel__heading--purple {
  background-color: #6c5ce7;
  color: white;
}
.ac-panel__heading--small {
  font-size: 1.4rem;
  padding: 5px;
  margin: 0;
}
.ac-panel__title {
  margin: 0;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 10px;
  padding-bottom: 0;
}
.ac-panel__body {
  padding: 10px;
}
.ac-panel__section {
  display: flex;
  align-items: center;
  border-bottom: 2px solid whitesmoke;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ac-panel__section:last-child {
  margin-bottom: 0;
}
.ac-panel__section-heading {
  margin: 0;
  font-size: 1.4rem;
  color: #8a8a8a;
}
.ac-panel__paragraph {
  margin: 0 0 0 auto;
  font-weight: 600;
}
.ac-panel__footer {
  margin-top: auto;
  padding: 10px;
}
.ac-panel__button {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  text-align: right;
  font-weight: 600;
  color: grey;
}

.grid {
  display: flex;
  display: grid;
  grid-gap: 10px;
}
.grid__sm--1 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .grid__sm--1 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--1 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--2 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .grid__sm--2 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--2 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--3 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid__sm--3 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__sm--3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--3 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--4 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid__sm--4 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__sm--4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .grid__sm--4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--4 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--5 {
  display: block;
}
@supports (display: grid) {
  .grid__sm--5 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid__sm--5 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__sm--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .grid__sm--5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--5 {
    grid-template-columns: 1fr;
  }
}
.grid__sm--c1span2 :nth-child(1) {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media only screen and (max-width: 576px) {
  .grid__sm--c1span2 :nth-child(1) {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
@media only screen and (max-width: 768px) {
  .grid__sm--c1span2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .grid__sm--c1span2 {
    grid-template-columns: 1fr;
  }
}
.grid__md--1 {
  display: block;
}
@supports (display: grid) {
  .grid__md--1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .grid__md--1 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--1 {
    grid-template-columns: 1fr;
  }
}
.grid__md--2 {
  display: block;
}
@supports (display: grid) {
  .grid__md--2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .grid__md--2 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--2 {
    grid-template-columns: 1fr;
  }
}
.grid__md--3 {
  display: block;
}
@supports (display: grid) {
  .grid__md--3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid__md--3 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--3 {
    grid-template-columns: 1fr;
  }
}
.grid__md--4 {
  display: block;
}
@supports (display: grid) {
  .grid__md--4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid__md--4 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--4 {
    grid-template-columns: 1fr;
  }
}
.grid__md--c1span2 :nth-child(1) {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media only screen and (max-width: 768px) {
  .grid__md--c1span2 :nth-child(1) {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__md--c1span2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .grid__md--c1span2 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--1 {
  display: block;
}
@supports (display: grid) {
  .grid__lg--1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .grid__lg--1 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--1 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--2 {
  display: block;
}
@supports (display: grid) {
  .grid__lg--2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .grid__lg--2 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--2 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--3 {
  display: block;
}
@supports (display: grid) {
  .grid__lg--3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid__lg--3 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--3 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--4 {
  display: block;
}
@supports (display: grid) {
  .grid__lg--4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid__lg--4 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--4 {
    grid-template-columns: 1fr;
  }
}
.grid__lg--c1span2 :nth-child(1) {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media only screen and (max-width: 768px) {
  .grid__lg--c1span2 :nth-child(1) {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__lg--c1span2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .grid__lg--c1span2 {
    grid-template-columns: 1fr;
  }
}
.grid__xl--1 {
  display: block;
}
@supports (display: grid) {
  .grid__xl--1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .grid__xl--1 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .grid__xl--1 {
    grid-template-columns: 1fr;
  }
}
.grid__xl--2 {
  display: block;
}
@supports (display: grid) {
  .grid__xl--2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .grid__xl--2 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .grid__xl--2 {
    grid-template-columns: 1fr;
  }
}
.grid__xl--3 {
  display: block;
}
@supports (display: grid) {
  .grid__xl--3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid__xl--3 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .grid__xl--3 {
    grid-template-columns: 1fr;
  }
}
.grid__xl--4 {
  display: block;
}
@supports (display: grid) {
  .grid__xl--4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid__xl--4 > * {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .grid__xl--4 {
    grid-template-columns: 1fr;
  }
}
.grid__sidebar--left-right-300 {
  display: grid;
  grid-template-columns: 300px 1fr 300px;
}
@media only screen and (max-width: 1280px) {
  .grid__sidebar--left-right-300 {
    grid-template-columns: auto 1fr 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .grid__sidebar--left-right-300 {
    grid-template-columns: 1fr;
  }
}
.grid__table--3-col {
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1280px) {
  .grid__table--3-col {
    grid-template-columns: 1fr;
  }
}
.grid--grid-gap-30 {
  grid-gap: 30px !important;
}
@media only screen and (max-width: 576px) {
  .grid--grid-gap-15-sm {
    grid-gap: 15px;
  }
}
.grid--grid-gap-0 {
  grid-gap: 0;
}
@media only screen and (max-width: 576px) {
  .grid--reverse-sm {
    display: flex;
    flex-direction: column-reverse;
  }
}

.ac-head {
  padding: 7px 10px;
  margin-bottom: 10px;
  background-color: #6c5ce7;
  padding: 10px;
  color: white;
  border-radius: 5px;
}

.ac-heading {
  padding: 7px 10px;
  margin-bottom: 10px;
}
.ac-heading--bg-whitesmoke {
  background-color: whitesmoke;
  border-radius: 5px;
}
.ac-heading--box-shaddow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
}

.ac-font-size--14 {
  font-size: 1.4rem;
}
.ac-font-size--16 {
  font-size: 1.6rem;
}
.ac-font-size--18 {
  font-size: 1.8rem;
}
.ac-font-size--40 {
  font-size: 4rem;
}

.ac-background--blue {
  width: 100%;
  background-color: aqua;
}
.ac-background--purple {
  background-color: #6c5ce7;
}
.ac-background--whitesmoke {
  background-color: whitesmoke;
}

.ac-font-color--white {
  color: white;
}
.ac-font-color--green {
  color: #28a745;
}

.ac-padding--10 {
  padding: 10px;
}
.ac-padding--15 {
  padding: 15px;
}
.ac-padding--b-0 {
  padding-bottom: 0;
}
.ac-padding--b-10 {
  padding-bottom: 10px;
}
.ac-padding--b-15 {
  padding-bottom: 15px;
}

.ac-margin--l-15 {
  margin-left: 15px;
}
.ac-margin--l-auto {
  margin-left: auto;
}
.ac-margin--t-10 {
  margin-top: 10px;
}
.ac-margin--t-20 {
  margin-top: 20px;
}
.ac-margin--b-0 {
  margin-bottom: 0;
}
.ac-margin--b-5 {
  margin-bottom: 5px;
}
.ac-margin--b-10 {
  margin-bottom: 10px;
}
.ac-margin--b-15 {
  margin-bottom: 10px;
}
.ac-margin--b-20 {
  margin-bottom: 20px;
}
.ac-margin--r-20 {
  margin-right: 20px;
}

.margin--15 {
  margin: 15px;
}
.margin__left--auto {
  margin-left: auto;
}
.margin__top--15 {
  margin-top: 15px;
}
.margin__top--30 {
  margin-top: 30px;
}
.margin__right--5 {
  margin-right: 5px;
}
.margin__right--10 {
  margin-right: 10px;
}
.margin__right--15 {
  margin-right: 15px;
}
.margin__right--30 {
  margin-right: 30px;
}
.margin__bottom--5 {
  margin-bottom: 5px;
}
.margin__bottom--10 {
  margin-bottom: 10px;
}
.margin__bottom--15 {
  margin-bottom: 15px;
}
.margin__bottom--30 {
  margin-bottom: 30px;
}
.margin__topbottom--15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin__topbottom--30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container--fluid {
  width: 100%;
}
.container--xs {
  width: 576px;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .container--xs {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.container--sm {
  width: 576px;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .container--sm {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.container--md {
  width: 768px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .container--md {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.container--lg {
  width: 1024px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .container--lg {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.container--lg-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1024px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .container--lg-align-center {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.container--classes {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
.container--xl {
  width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  .container--xl {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.container--nav {
  width: 1024px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .container--nav {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .container--nav {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.container--prl-0 {
  padding-right: 0;
  padding-left: 0;
}
.container--mtb0 {
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: 0.2s;
}
.button--green {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.button--blue {
  color: #fff;
  background-color: #1E5078;
}
.button--grey {
  color: #fff;
  background-color: #6c757d;
}
.button--small {
  padding: 5px 10px;
  font-size: 1.4rem;
}

.text-center {
  text-align: center;
}

.align-center {
  display: flex;
  align-items: center;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.float--left {
  float: left;
}

.list__style--unstyled {
  padding-inline-start: 0;
  list-style: none;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
.jumbotron__heading {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.jumbotron__text {
  margin: 0;
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.visibility__hidden {
  display: none;
}
.visibility__hidden--md {
  display: block;
}
@media only screen and (max-width: 768px) {
  .visibility__hidden--md {
    display: none;
  }
}
.visibility__visble {
  display: block;
}
.visibility__visble--md {
  display: none;
}
@media only screen and (max-width: 768px) {
  .visibility__visble--md {
    display: block;
  }
}

.dropdown {
  transition: 0.3s;
}
.dropdown__toggle {
  display: flex;
  align-items: center;
}
.dropdown__menu {
  position: absolute;
  top: 50px;
  background-color: white;
  border-top: 5px;
  border-radius: 0 0 5px 5px;
  min-width: 150px;
  height: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-out;
  border: 0px solid whitesmoke;
}
@media only screen and (max-width: 768px) {
  .dropdown__menu {
    position: relative;
    top: 0;
    border: 0;
  }
}
.dropdown__menu--show {
  transition: 0.3s;
  height: auto;
  max-height: 1000px;
  border: 1px solid whitesmoke;
  border-top: 0;
  transition: all 0.4s ease-in;
}
@media only screen and (max-width: 768px) {
  .dropdown__menu--show {
    border: 0;
  }
}
.dropdown__menu li {
  border-bottom: 1px solid whitesmoke;
}
.dropdown__menu li a {
  padding-left: 15px;
  color: #696969 !important;
}
@media only screen and (max-width: 1024px) {
  .dropdown__menu li a {
    padding-left: 30px;
  }
}
.dropdown__chevron {
  margin-left: 10px;
  display: inline-block;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .dropdown__chevron {
    margin-left: auto;
  }
}
.dropdown__chevron--active {
  transform: rotate(180deg);
  transition: 0.3s;
}

.navbar {
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
  display: flex;
  min-height: 50px;
  height: auto;
  border: 0;
  z-index: 10;
}
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: whitesmoke;
    height: auto;
    min-height: 50px;
  }
}
.navbar--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.navbar__collapse {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .navbar__collapse {
    display: none;
    position: absolute;
    display: block;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 100%;
    transition: 0.4s;
    overflow: auto;
    background-color: white;
  }
}
@media only screen and (max-width: 768px) {
  .navbar__collapse--show {
    -webkit-box-shadow: -5px 2px 5px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -5px 2px 5px 0px rgba(0, 0, 0, 0.17);
    box-shadow: -5px 2px 5px 0px rgba(0, 0, 0, 0.17);
    position: absolute;
    display: block;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc( 100vh - 70px );
    transition: 0.4s;
    background-color: white;
  }
}
.navbar__text-container {
  margin-right: 15px;
}
.navbar__text {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: #9c9c9c;
  padding-left: 15px;
  padding-right: 15px;
  word-break: normal;
}
.navbar__body {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100vw;
}
@media only screen and (max-width: 768px) {
  .navbar__body {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar__link {
  display: flex;
  align-items: center;
}
.navbar__firmname {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: grey;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  word-break: normal;
}
.navbar__logo {
  width: auto;
  max-height: 40px;
  margin: 5px;
  margin-right: 30px;
}
.navbar__nav {
  display: flex;
  list-style: none;
  margin: 0;
}
.navbar__nav::-webkit-scrollbar {
  background-color: whitesmoke;
  height: 5px;
  border-radius: 5px;
}
.navbar__nav::-webkit-scrollbar-thumb {
  background-color: lightgrey;
  border-radius: 10px;
}
.navbar__nav--active {
  background-color: whitesmoke;
}
.navbar__nav--active a {
  color: #383838;
}
@media only screen and (max-width: 768px) {
  .navbar__nav {
    display: block;
  }
}
.navbar__nav li {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .navbar__nav li {
    border-bottom: 1px solid whitesmoke;
  }
  .navbar__nav li:last-child {
    padding-bottom: 0;
  }
}
.navbar__nav li:last-child {
  border-bottom: 0;
}
.navbar__nav li a {
  color: #696969;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px;
  padding-bottom: 14px;
  display: block;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .navbar__nav li a {
    color: #383838;
  }
}
.navbar__bars {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin-right: 5px;
  z-index: 10;
}
.navbar__bars:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .navbar__bars {
    display: block;
    display: flex;
  }
}
.navbar__bar {
  display: block;
  margin-bottom: 10px;
  width: 35px;
  height: 5px;
  background-color: grey;
  transition: 0.2s;
  border-radius: 5px;
}
.navbar__bar:last-child {
  margin-bottom: 0;
}
.navbar__bar--close-1 {
  transition: 0.2s;
  transform: rotate(-45deg);
  margin: 0;
}
.navbar__bar--close-2 {
  transition: 0.2s;
  transform: rotate(45deg);
  margin: -4px;
}

.table-module {
  width: 100%;
  border-spacing: 0;
}
.table-module__heading {
  margin: 0;
}
.table-module__th {
  padding: 10px;
  background-color: #e9ecef;
  color: grey;
  text-align: left;
}
.table-module__th--module-info {
  width: 350px;
}
.table-module__th--passed {
  width: 100px;
}
.table-module__th--due-date {
  width: 100px;
}
.table-module__th--open {
  width: 50px;
}
.table-module__td {
  padding: 10px;
  background-color: white;
  border-top: 1px solid lightgrey;
}
.table-module__td--link:hover {
  color: inherit;
  text-decoration: none;
}
.table-module__td--open {
  white-space: nowrap;
  font-weight: 600;
  color: grey;
  text-align: center;
  width: auto;
}
.table-module__td--open-link {
  padding: 5px 10px;
  font-size: 1.4rem;
  width: 100%;
}
.table-module__td--open-link:hover {
  color: white;
}
.table-module__td--deadline {
  color: grey;
  white-space: nowrap;
}
.table-module__tr {
  border-spacing: 10px 0;
}

.chat {
  position: sticky;
  top: 51px;
  display: flex;
  height: calc( 100vh - 80px );
  display: block;
}
@media only screen and (min-width: 1024px) {
  .chat {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .chat {
    display: none;
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .chat {
    top: 60px;
    height: calc( 100vh - 60px );
  }
}
.chat__icon {
  position: fixed;
  top: 5px;
  right: 65px;
  font-size: 31px;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 100;
  color: #dddddd;
  display: none;
  position: fixed;
  top: 80px;
  right: 0px;
  font-size: 31px;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 100;
  color: #dddddd;
  display: none;
  background-color: white;
  color: grey;
  border-bottom: 1px solid lightgrey;
  border-left: 1px solid lightgray;
}
@media only screen and (max-width: 1024px) {
  .chat__icon {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .chat__icon {
    top: 5px;
    right: 65px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 0;
    color: #dddddd;
  }
}

/*# sourceMappingURL=styles.css.map */
