@charset "UTF-8";
.bg-color-navy {
  background-color: #0d4d96; }

.bg-color-blue {
  background-color: #00a7e0; }

.bg-color-lightblue {
  background-color: #1ab5ea; }

.bg-color-teal {
  background-color: #0083ad; }

.bg-color-green {
  background-color: #32996c; }

.bg-color-orange {
  background-color: #e45438; }

.bg-color-granite {
  background-color: #c2b9b8; }

.bg-color-black {
  background-color: #444444; }

.bg-color-darkestgray {
  background-color: #666666; }

.bg-color-darkgray {
  background-color: #999999; }

.bg-color-gray {
  background-color: #ebf0f2; }

.bg-color-white {
  background-color: #FFFFFF; }

.bg-color-navy, .bg-color-blue, .bg-color-lightblue, .bg-color-teal, .bg-color-green, .bg-color-orange, .bg-color-granite, .bg-color-black, .bg-color-darkestgray, .bg-color-darkgray {
  color: #FFFFFF; }
  .bg-color-navy a:not(.button), .bg-color-navy .button-list__root a.button-quaternary, .bg-color-blue a:not(.button), .bg-color-blue .button-list__root a.button-quaternary, .bg-color-lightblue a:not(.button), .bg-color-lightblue .button-list__root a.button-quaternary, .bg-color-teal a:not(.button), .bg-color-teal .button-list__root a.button-quaternary, .bg-color-green a:not(.button), .bg-color-green .button-list__root a.button-quaternary, .bg-color-orange a:not(.button), .bg-color-orange .button-list__root a.button-quaternary, .bg-color-granite a:not(.button), .bg-color-granite .button-list__root a.button-quaternary, .bg-color-black a:not(.button), .bg-color-black .button-list__root a.button-quaternary, .bg-color-darkestgray a:not(.button), .bg-color-darkestgray .button-list__root a.button-quaternary, .bg-color-darkgray a:not(.button), .bg-color-darkgray .button-list__root a.button-quaternary {
    color: #ebf0f2;
    text-decoration: underline; }
    .bg-color-navy a:not(.button):hover, .bg-color-navy .button-list__root a.button-quaternary:hover, .bg-color-blue a:not(.button):hover, .bg-color-blue .button-list__root a.button-quaternary:hover, .bg-color-lightblue a:not(.button):hover, .bg-color-lightblue .button-list__root a.button-quaternary:hover, .bg-color-teal a:not(.button):hover, .bg-color-teal .button-list__root a.button-quaternary:hover, .bg-color-green a:not(.button):hover, .bg-color-green .button-list__root a.button-quaternary:hover, .bg-color-orange a:not(.button):hover, .bg-color-orange .button-list__root a.button-quaternary:hover, .bg-color-granite a:not(.button):hover, .bg-color-granite .button-list__root a.button-quaternary:hover, .bg-color-black a:not(.button):hover, .bg-color-black .button-list__root a.button-quaternary:hover, .bg-color-darkestgray a:not(.button):hover, .bg-color-darkestgray .button-list__root a.button-quaternary:hover, .bg-color-darkgray a:not(.button):hover, .bg-color-darkgray .button-list__root a.button-quaternary:hover {
      color: #ebf0f2;
      text-decoration: none; }

.bq-bg-color-navy blockquote {
  background-color: #0d4d96;
  color: #FFFFFF; }

.bq-bg-color-blue blockquote {
  background-color: #00a7e0;
  color: #FFFFFF; }

.bq-bg-color-lightblue blockquote {
  background-color: #1ab5ea;
  color: #FFFFFF; }

.bq-bg-color-teal blockquote {
  background-color: #0083ad;
  color: #FFFFFF; }

.bq-bg-color-green blockquote {
  background-color: #32996c;
  color: #FFFFFF; }

.bq-bg-color-orange blockquote {
  background-color: #e45438;
  color: #FFFFFF; }

.bq-bg-color-granite blockquote {
  background-color: #c2b9b8;
  color: #FFFFFF; }

.bq-bg-color-black blockquote {
  background-color: #444444;
  color: #FFFFFF; }

.bq-bg-color-white blockquote {
  background-color: #FFFFFF; }

.bq-bg-color-darkestgray blockquote {
  background-color: #666666; }

.bq-bg-color-darkgray blockquote {
  background-color: #999999;
  color: #FFFFFF; }

.bq-bg-color-gray blockquote {
  background-color: #ebf0f2; }

.max-width--400 {
  max-width: 400px; }

.max-width--800 {
  max-width: 800px; }

.max-width--1200 {
  max-width: 1200px; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(68, 68, 68, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #00a7e0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #006e94;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [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 {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #dee2e6 #dee2e6 #FFFFFF; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #00a7e0; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(68, 68, 68, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #444444; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #FFFFFF; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(68, 68, 68, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(68, 68, 68, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(68, 68, 68, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(68, 68, 68, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(68, 68, 68, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(68, 68, 68, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(68, 68, 68, 0.5);
  border-color: rgba(68, 68, 68, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(68, 68, 68, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(68, 68, 68, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(68, 68, 68, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(68, 68, 68, 0.9); }

.navbar-dark .navbar-brand {
  color: #FFFFFF; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #FFFFFF; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #FFFFFF; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #FFFFFF; }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(68, 68, 68, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #00a7e0; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(68, 68, 68, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(68, 68, 68, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #FFFFFF; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(68, 68, 68, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #FFFFFF; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(68, 68, 68, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #FFFFFF; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(68, 68, 68, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #FFFFFF; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #444444; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #444444; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #444444; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #444444; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #444444;
  border-radius: 0.25rem; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #00a7e0 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0081ad !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #32996c !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #257351 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #00a7e0 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #32996c !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #FFFFFF !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(68, 68, 68, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(68, 68, 68, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(68, 68, 68, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(68, 68, 68, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(68, 68, 68, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(68, 68, 68, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #FFFFFF !important; }

.text-primary {
  color: #00a7e0 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0081ad !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #32996c !important; }

a.text-success:hover, a.text-success:focus {
  color: #257351 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(68, 68, 68, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*!
 * Font Awesome Pro 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\F26E"; }

.fa-accessible-icon:before {
  content: "\F368"; }

.fa-accusoft:before {
  content: "\F369"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-card:before {
  content: "\F2BB"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-adn:before {
  content: "\F170"; }

.fa-adversal:before {
  content: "\F36A"; }

.fa-affiliatetheme:before {
  content: "\F36B"; }

.fa-alarm-clock:before {
  content: "\F34E"; }

.fa-algolia:before {
  content: "\F36C"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-allergies:before {
  content: "\F461"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-amazon-pay:before {
  content: "\F42C"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-amilia:before {
  content: "\F36D"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-android:before {
  content: "\F17B"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angry:before {
  content: "\F556"; }

.fa-angrycreative:before {
  content: "\F36E"; }

.fa-angular:before {
  content: "\F420"; }

.fa-app-store:before {
  content: "\F36F"; }

.fa-app-store-ios:before {
  content: "\F370"; }

.fa-apper:before {
  content: "\F371"; }

.fa-apple:before {
  content: "\F179"; }

.fa-apple-pay:before {
  content: "\F415"; }

.fa-archive:before {
  content: "\F187"; }

.fa-archway:before {
  content: "\F557"; }

.fa-arrow-alt-circle-down:before {
  content: "\F358"; }

.fa-arrow-alt-circle-left:before {
  content: "\F359"; }

.fa-arrow-alt-circle-right:before {
  content: "\F35A"; }

.fa-arrow-alt-circle-up:before {
  content: "\F35B"; }

.fa-arrow-alt-down:before {
  content: "\F354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\F346"; }

.fa-arrow-alt-from-left:before {
  content: "\F347"; }

.fa-arrow-alt-from-right:before {
  content: "\F348"; }

.fa-arrow-alt-from-top:before {
  content: "\F349"; }

.fa-arrow-alt-left:before {
  content: "\F355"; }

.fa-arrow-alt-right:before {
  content: "\F356"; }

.fa-arrow-alt-square-down:before {
  content: "\F350"; }

.fa-arrow-alt-square-left:before {
  content: "\F351"; }

.fa-arrow-alt-square-right:before {
  content: "\F352"; }

.fa-arrow-alt-square-up:before {
  content: "\F353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\F34A"; }

.fa-arrow-alt-to-left:before {
  content: "\F34B"; }

.fa-arrow-alt-to-right:before {
  content: "\F34C"; }

.fa-arrow-alt-to-top:before {
  content: "\F34D"; }

.fa-arrow-alt-up:before {
  content: "\F357"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-arrow-from-bottom:before {
  content: "\F342"; }

.fa-arrow-from-left:before {
  content: "\F343"; }

.fa-arrow-from-right:before {
  content: "\F344"; }

.fa-arrow-from-top:before {
  content: "\F345"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-square-down:before {
  content: "\F339"; }

.fa-arrow-square-left:before {
  content: "\F33A"; }

.fa-arrow-square-right:before {
  content: "\F33B"; }

.fa-arrow-square-up:before {
  content: "\F33C"; }

.fa-arrow-to-bottom:before {
  content: "\F33D"; }

.fa-arrow-to-left:before {
  content: "\F33E"; }

.fa-arrow-to-right:before {
  content: "\F340"; }

.fa-arrow-to-top:before {
  content: "\F341"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-arrows-alt-h:before {
  content: "\F337"; }

.fa-arrows-alt-v:before {
  content: "\F338"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-asymmetrik:before {
  content: "\F372"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-atlas:before {
  content: "\F558"; }

.fa-audible:before {
  content: "\F373"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-autoprefixer:before {
  content: "\F41C"; }

.fa-avianex:before {
  content: "\F374"; }

.fa-aviato:before {
  content: "\F421"; }

.fa-award:before {
  content: "\F559"; }

.fa-aws:before {
  content: "\F375"; }

.fa-backspace:before {
  content: "\F55A"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-badge:before {
  content: "\F335"; }

.fa-badge-check:before {
  content: "\F336"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-balance-scale-left:before {
  content: "\F515"; }

.fa-balance-scale-right:before {
  content: "\F516"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-band-aid:before {
  content: "\F462"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-barcode-alt:before {
  content: "\F463"; }

.fa-barcode-read:before {
  content: "\F464"; }

.fa-barcode-scan:before {
  content: "\F465"; }

.fa-bars:before {
  content: "\F0C9"; }

.fa-baseball:before {
  content: "\F432"; }

.fa-baseball-ball:before {
  content: "\F433"; }

.fa-basketball-ball:before {
  content: "\F434"; }

.fa-basketball-hoop:before {
  content: "\F435"; }

.fa-bath:before {
  content: "\F2CD"; }

.fa-battery-bolt:before {
  content: "\F376"; }

.fa-battery-empty:before {
  content: "\F244"; }

.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-slash:before {
  content: "\F377"; }

.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-bed:before {
  content: "\F236"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bezier-curve:before {
  content: "\F55B"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bimobject:before {
  content: "\F378"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitcoin:before {
  content: "\F379"; }

.fa-bity:before {
  content: "\F37A"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-blackberry:before {
  content: "\F37B"; }

.fa-blanket:before {
  content: "\F498"; }

.fa-blender:before {
  content: "\F517"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-blogger:before {
  content: "\F37C"; }

.fa-blogger-b:before {
  content: "\F37D"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-bold:before {
  content: "\F032"; }

.fa-bolt:before {
  content: "\F0E7"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-bong:before {
  content: "\F55C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-book-heart:before {
  content: "\F499"; }

.fa-book-open:before {
  content: "\F518"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-bowling-ball:before {
  content: "\F436"; }

.fa-bowling-pins:before {
  content: "\F437"; }

.fa-box:before {
  content: "\F466"; }

.fa-box-alt:before {
  content: "\F49A"; }

.fa-box-check:before {
  content: "\F467"; }

.fa-box-fragile:before {
  content: "\F49B"; }

.fa-box-full:before {
  content: "\F49C"; }

.fa-box-heart:before {
  content: "\F49D"; }

.fa-box-open:before {
  content: "\F49E"; }

.fa-box-up:before {
  content: "\F49F"; }

.fa-box-usd:before {
  content: "\F4A0"; }

.fa-boxes:before {
  content: "\F468"; }

.fa-boxes-alt:before {
  content: "\F4A1"; }

.fa-boxing-glove:before {
  content: "\F438"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-briefcase-medical:before {
  content: "\F469"; }

.fa-broadcast-tower:before {
  content: "\F519"; }

.fa-broom:before {
  content: "\F51A"; }

.fa-browser:before {
  content: "\F37E"; }

.fa-brush:before {
  content: "\F55D"; }

.fa-btc:before {
  content: "\F15A"; }

.fa-bug:before {
  content: "\F188"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-burn:before {
  content: "\F46A"; }

.fa-buromobelexperte:before {
  content: "\F37F"; }

.fa-bus:before {
  content: "\F207"; }

.fa-bus-alt:before {
  content: "\F55E"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-calendar:before {
  content: "\F133"; }

.fa-calendar-alt:before {
  content: "\F073"; }

.fa-calendar-check:before {
  content: "\F274"; }

.fa-calendar-edit:before {
  content: "\F333"; }

.fa-calendar-exclamation:before {
  content: "\F334"; }

.fa-calendar-minus:before {
  content: "\F272"; }

.fa-calendar-plus:before {
  content: "\F271"; }

.fa-calendar-times:before {
  content: "\F273"; }

.fa-camera:before {
  content: "\F030"; }

.fa-camera-alt:before {
  content: "\F332"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-cannabis:before {
  content: "\F55F"; }

.fa-capsules:before {
  content: "\F46B"; }

.fa-car:before {
  content: "\F1B9"; }

.fa-caret-circle-down:before {
  content: "\F32D"; }

.fa-caret-circle-left:before {
  content: "\F32E"; }

.fa-caret-circle-right:before {
  content: "\F330"; }

.fa-caret-circle-up:before {
  content: "\F331"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-caret-square-down:before {
  content: "\F150"; }

.fa-caret-square-left:before {
  content: "\F191"; }

.fa-caret-square-right:before {
  content: "\F152"; }

.fa-caret-square-up:before {
  content: "\F151"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cc-amazon-pay:before {
  content: "\F42D"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-apple-pay:before {
  content: "\F416"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-centercode:before {
  content: "\F380"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-chalkboard:before {
  content: "\F51B"; }

.fa-chalkboard-teacher:before {
  content: "\F51C"; }

.fa-chart-area:before {
  content: "\F1FE"; }

.fa-chart-bar:before {
  content: "\F080"; }

.fa-chart-line:before {
  content: "\F201"; }

.fa-chart-pie:before {
  content: "\F200"; }

.fa-check:before {
  content: "\F00C"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-check-double:before {
  content: "\F560"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-chess:before {
  content: "\F439"; }

.fa-chess-bishop:before {
  content: "\F43A"; }

.fa-chess-bishop-alt:before {
  content: "\F43B"; }

.fa-chess-board:before {
  content: "\F43C"; }

.fa-chess-clock:before {
  content: "\F43D"; }

.fa-chess-clock-alt:before {
  content: "\F43E"; }

.fa-chess-king:before {
  content: "\F43F"; }

.fa-chess-king-alt:before {
  content: "\F440"; }

.fa-chess-knight:before {
  content: "\F441"; }

.fa-chess-knight-alt:before {
  content: "\F442"; }

.fa-chess-pawn:before {
  content: "\F443"; }

.fa-chess-pawn-alt:before {
  content: "\F444"; }

.fa-chess-queen:before {
  content: "\F445"; }

.fa-chess-queen-alt:before {
  content: "\F446"; }

.fa-chess-rook:before {
  content: "\F447"; }

.fa-chess-rook-alt:before {
  content: "\F448"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-double-down:before {
  content: "\F322"; }

.fa-chevron-double-left:before {
  content: "\F323"; }

.fa-chevron-double-right:before {
  content: "\F324"; }

.fa-chevron-double-up:before {
  content: "\F325"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-chevron-square-down:before {
  content: "\F329"; }

.fa-chevron-square-left:before {
  content: "\F32A"; }

.fa-chevron-square-right:before {
  content: "\F32B"; }

.fa-chevron-square-up:before {
  content: "\F32C"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-church:before {
  content: "\F51D"; }

.fa-circle:before {
  content: "\F111"; }

.fa-circle-notch:before {
  content: "\F1CE"; }

.fa-clipboard:before {
  content: "\F328"; }

.fa-clipboard-check:before {
  content: "\F46C"; }

.fa-clipboard-list:before {
  content: "\F46D"; }

.fa-clock:before {
  content: "\F017"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-closed-captioning:before {
  content: "\F20A"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-download-alt:before {
  content: "\F381"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-cloud-upload-alt:before {
  content: "\F382"; }

.fa-cloudscale:before {
  content: "\F383"; }

.fa-cloudsmith:before {
  content: "\F384"; }

.fa-cloudversify:before {
  content: "\F385"; }

.fa-club:before {
  content: "\F327"; }

.fa-cocktail:before {
  content: "\F561"; }

.fa-code:before {
  content: "\F121"; }

.fa-code-branch:before {
  content: "\F126"; }

.fa-code-commit:before {
  content: "\F386"; }

.fa-code-merge:before {
  content: "\F387"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cog:before {
  content: "\F013"; }

.fa-cogs:before {
  content: "\F085"; }

.fa-coins:before {
  content: "\F51E"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-comment:before {
  content: "\F075"; }

.fa-comment-alt:before {
  content: "\F27A"; }

.fa-comment-alt-check:before {
  content: "\F4A2"; }

.fa-comment-alt-dots:before {
  content: "\F4A3"; }

.fa-comment-alt-edit:before {
  content: "\F4A4"; }

.fa-comment-alt-exclamation:before {
  content: "\F4A5"; }

.fa-comment-alt-lines:before {
  content: "\F4A6"; }

.fa-comment-alt-minus:before {
  content: "\F4A7"; }

.fa-comment-alt-plus:before {
  content: "\F4A8"; }

.fa-comment-alt-slash:before {
  content: "\F4A9"; }

.fa-comment-alt-smile:before {
  content: "\F4AA"; }

.fa-comment-alt-times:before {
  content: "\F4AB"; }

.fa-comment-check:before {
  content: "\F4AC"; }

.fa-comment-dots:before {
  content: "\F4AD"; }

.fa-comment-edit:before {
  content: "\F4AE"; }

.fa-comment-exclamation:before {
  content: "\F4AF"; }

.fa-comment-lines:before {
  content: "\F4B0"; }

.fa-comment-minus:before {
  content: "\F4B1"; }

.fa-comment-plus:before {
  content: "\F4B2"; }

.fa-comment-slash:before {
  content: "\F4B3"; }

.fa-comment-smile:before {
  content: "\F4B4"; }

.fa-comment-times:before {
  content: "\F4B5"; }

.fa-comments:before {
  content: "\F086"; }

.fa-comments-alt:before {
  content: "\F4B6"; }

.fa-compact-disc:before {
  content: "\F51F"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-compress:before {
  content: "\F066"; }

.fa-compress-alt:before {
  content: "\F422"; }

.fa-compress-wide:before {
  content: "\F326"; }

.fa-concierge-bell:before {
  content: "\F562"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-container-storage:before {
  content: "\F4B7"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-conveyor-belt:before {
  content: "\F46E"; }

.fa-conveyor-belt-alt:before {
  content: "\F46F"; }

.fa-cookie:before {
  content: "\F563"; }

.fa-cookie-bite:before {
  content: "\F564"; }

.fa-copy:before {
  content: "\F0C5"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-couch:before {
  content: "\F4B8"; }

.fa-cpanel:before {
  content: "\F388"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-creative-commons-by:before {
  content: "\F4E7"; }

.fa-creative-commons-nc:before {
  content: "\F4E8"; }

.fa-creative-commons-nc-eu:before {
  content: "\F4E9"; }

.fa-creative-commons-nc-jp:before {
  content: "\F4EA"; }

.fa-creative-commons-nd:before {
  content: "\F4EB"; }

.fa-creative-commons-pd:before {
  content: "\F4EC"; }

.fa-creative-commons-pd-alt:before {
  content: "\F4ED"; }

.fa-creative-commons-remix:before {
  content: "\F4EE"; }

.fa-creative-commons-sa:before {
  content: "\F4EF"; }

.fa-creative-commons-sampling:before {
  content: "\F4F0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1"; }

.fa-creative-commons-share:before {
  content: "\F4F2"; }

.fa-creative-commons-zero:before {
  content: "\F4F3"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-credit-card-blank:before {
  content: "\F389"; }

.fa-credit-card-front:before {
  content: "\F38A"; }

.fa-cricket:before {
  content: "\F449"; }

.fa-crop:before {
  content: "\F125"; }

.fa-crop-alt:before {
  content: "\F565"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-crow:before {
  content: "\F520"; }

.fa-crown:before {
  content: "\F521"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-css3-alt:before {
  content: "\F38B"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-curling:before {
  content: "\F44A"; }

.fa-cut:before {
  content: "\F0C4"; }

.fa-cuttlefish:before {
  content: "\F38C"; }

.fa-d-and-d:before {
  content: "\F38D"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-deaf:before {
  content: "\F2A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-deploydog:before {
  content: "\F38E"; }

.fa-deskpro:before {
  content: "\F38F"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-desktop-alt:before {
  content: "\F390"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-diagnoses:before {
  content: "\F470"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-dice:before {
  content: "\F522"; }

.fa-dice-five:before {
  content: "\F523"; }

.fa-dice-four:before {
  content: "\F524"; }

.fa-dice-one:before {
  content: "\F525"; }

.fa-dice-six:before {
  content: "\F526"; }

.fa-dice-three:before {
  content: "\F527"; }

.fa-dice-two:before {
  content: "\F528"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-digital-ocean:before {
  content: "\F391"; }

.fa-digital-tachograph:before {
  content: "\F566"; }

.fa-discord:before {
  content: "\F392"; }

.fa-discourse:before {
  content: "\F393"; }

.fa-divide:before {
  content: "\F529"; }

.fa-dizzy:before {
  content: "\F567"; }

.fa-dna:before {
  content: "\F471"; }

.fa-dochub:before {
  content: "\F394"; }

.fa-docker:before {
  content: "\F395"; }

.fa-dollar-sign:before {
  content: "\F155"; }

.fa-dolly:before {
  content: "\F472"; }

.fa-dolly-empty:before {
  content: "\F473"; }

.fa-dolly-flatbed:before {
  content: "\F474"; }

.fa-dolly-flatbed-alt:before {
  content: "\F475"; }

.fa-dolly-flatbed-empty:before {
  content: "\F476"; }

.fa-donate:before {
  content: "\F4B9"; }

.fa-door-closed:before {
  content: "\F52A"; }

.fa-door-open:before {
  content: "\F52B"; }

.fa-dot-circle:before {
  content: "\F192"; }

.fa-dove:before {
  content: "\F4BA"; }

.fa-download:before {
  content: "\F019"; }

.fa-draft2digital:before {
  content: "\F396"; }

.fa-drafting-compass:before {
  content: "\F568"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-dribbble-square:before {
  content: "\F397"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-drum:before {
  content: "\F569"; }

.fa-drum-steelpan:before {
  content: "\F56A"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-dumbbell:before {
  content: "\F44B"; }

.fa-dyalog:before {
  content: "\F399"; }

.fa-earlybirds:before {
  content: "\F39A"; }

.fa-ebay:before {
  content: "\F4F4"; }

.fa-edge:before {
  content: "\F282"; }

.fa-edit:before {
  content: "\F044"; }

.fa-eject:before {
  content: "\F052"; }

.fa-elementor:before {
  content: "\F430"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-h-alt:before {
  content: "\F39B"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-ellipsis-v-alt:before {
  content: "\F39C"; }

.fa-ember:before {
  content: "\F423"; }

.fa-empire:before {
  content: "\F1D1"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-envira:before {
  content: "\F299"; }

.fa-equals:before {
  content: "\F52C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-erlang:before {
  content: "\F39D"; }

.fa-ethereum:before {
  content: "\F42E"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-euro-sign:before {
  content: "\F153"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-exchange-alt:before {
  content: "\F362"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-exclamation-square:before {
  content: "\F321"; }

.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-expand:before {
  content: "\F065"; }

.fa-expand-alt:before {
  content: "\F424"; }

.fa-expand-arrows:before {
  content: "\F31D"; }

.fa-expand-arrows-alt:before {
  content: "\F31E"; }

.fa-expand-wide:before {
  content: "\F320"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-external-link-alt:before {
  content: "\F35D"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-external-link-square-alt:before {
  content: "\F360"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-dropper:before {
  content: "\F1FB"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-facebook:before {
  content: "\F09A"; }

.fa-facebook-f:before {
  content: "\F39E"; }

.fa-facebook-messenger:before {
  content: "\F39F"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-feather:before {
  content: "\F52D"; }

.fa-feather-alt:before {
  content: "\F56B"; }

.fa-female:before {
  content: "\F182"; }

.fa-field-hockey:before {
  content: "\F44C"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-alt:before {
  content: "\F15C"; }

.fa-file-archive:before {
  content: "\F1C6"; }

.fa-file-audio:before {
  content: "\F1C7"; }

.fa-file-check:before {
  content: "\F316"; }

.fa-file-code:before {
  content: "\F1C9"; }

.fa-file-contract:before {
  content: "\F56C"; }

.fa-file-download:before {
  content: "\F56D"; }

.fa-file-edit:before {
  content: "\F31C"; }

.fa-file-excel:before {
  content: "\F1C3"; }

.fa-file-exclamation:before {
  content: "\F31A"; }

.fa-file-export:before {
  content: "\F56E"; }

.fa-file-image:before {
  content: "\F1C5"; }

.fa-file-import:before {
  content: "\F56F"; }

.fa-file-invoice:before {
  content: "\F570"; }

.fa-file-invoice-dollar:before {
  content: "\F571"; }

.fa-file-medical:before {
  content: "\F477"; }

.fa-file-medical-alt:before {
  content: "\F478"; }

.fa-file-minus:before {
  content: "\F318"; }

.fa-file-pdf:before {
  content: "\F1C1"; }

.fa-file-plus:before {
  content: "\F319"; }

.fa-file-powerpoint:before {
  content: "\F1C4"; }

.fa-file-prescription:before {
  content: "\F572"; }

.fa-file-signature:before {
  content: "\F573"; }

.fa-file-times:before {
  content: "\F317"; }

.fa-file-upload:before {
  content: "\F574"; }

.fa-file-video:before {
  content: "\F1C8"; }

.fa-file-word:before {
  content: "\F1C2"; }

.fa-fill:before {
  content: "\F575"; }

.fa-fill-drip:before {
  content: "\F576"; }

.fa-film:before {
  content: "\F008"; }

.fa-film-alt:before {
  content: "\F3A0"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-fingerprint:before {
  content: "\F577"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-first-aid:before {
  content: "\F479"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-first-order-alt:before {
  content: "\F50A"; }

.fa-firstdraft:before {
  content: "\F3A1"; }

.fa-fish:before {
  content: "\F578"; }

.fa-flag:before {
  content: "\F024"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-flipboard:before {
  content: "\F44D"; }

.fa-flushed:before {
  content: "\F579"; }

.fa-fly:before {
  content: "\F417"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-font:before {
  content: "\F031"; }

.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-font-awesome-alt:before {
  content: "\F35C"; }

.fa-font-awesome-flag:before {
  content: "\F425"; }

.fa-font-awesome-logo-full:before {
  content: "\F4E6"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-fonticons-fi:before {
  content: "\F3A2"; }

.fa-football-ball:before {
  content: "\F44E"; }

.fa-football-helmet:before {
  content: "\F44F"; }

.fa-forklift:before {
  content: "\F47A"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-fort-awesome-alt:before {
  content: "\F3A3"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-fragile:before {
  content: "\F4BB"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-freebsd:before {
  content: "\F3A4"; }

.fa-frog:before {
  content: "\F52E"; }

.fa-frown:before {
  content: "\F119"; }

.fa-frown-open:before {
  content: "\F57A"; }

.fa-fulcrum:before {
  content: "\F50B"; }

.fa-futbol:before {
  content: "\F1E3"; }

.fa-galactic-republic:before {
  content: "\F50C"; }

.fa-galactic-senate:before {
  content: "\F50D"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-gas-pump:before {
  content: "\F52F"; }

.fa-gavel:before {
  content: "\F0E3"; }

.fa-gem:before {
  content: "\F3A5"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-github:before {
  content: "\F09B"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-gitkraken:before {
  content: "\F3A6"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-gitter:before {
  content: "\F426"; }

.fa-glass-martini:before {
  content: "\F000"; }

.fa-glass-martini-alt:before {
  content: "\F57B"; }

.fa-glasses:before {
  content: "\F530"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-globe-africa:before {
  content: "\F57C"; }

.fa-globe-americas:before {
  content: "\F57D"; }

.fa-globe-asia:before {
  content: "\F57E"; }

.fa-gofore:before {
  content: "\F3A7"; }

.fa-golf-ball:before {
  content: "\F450"; }

.fa-golf-club:before {
  content: "\F451"; }

.fa-goodreads:before {
  content: "\F3A8"; }

.fa-goodreads-g:before {
  content: "\F3A9"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-google-drive:before {
  content: "\F3AA"; }

.fa-google-play:before {
  content: "\F3AB"; }

.fa-google-plus:before {
  content: "\F2B3"; }

.fa-google-plus-g:before {
  content: "\F0D5"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-gratipay:before {
  content: "\F184"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-greater-than:before {
  content: "\F531"; }

.fa-greater-than-equal:before {
  content: "\F532"; }

.fa-grimace:before {
  content: "\F57F"; }

.fa-grin:before {
  content: "\F580"; }

.fa-grin-alt:before {
  content: "\F581"; }

.fa-grin-beam:before {
  content: "\F582"; }

.fa-grin-beam-sweat:before {
  content: "\F583"; }

.fa-grin-hearts:before {
  content: "\F584"; }

.fa-grin-squint:before {
  content: "\F585"; }

.fa-grin-squint-tears:before {
  content: "\F586"; }

.fa-grin-stars:before {
  content: "\F587"; }

.fa-grin-tears:before {
  content: "\F588"; }

.fa-grin-tongue:before {
  content: "\F589"; }

.fa-grin-tongue-squint:before {
  content: "\F58A"; }

.fa-grin-tongue-wink:before {
  content: "\F58B"; }

.fa-grin-wink:before {
  content: "\F58C"; }

.fa-grip-horizontal:before {
  content: "\F58D"; }

.fa-grip-vertical:before {
  content: "\F58E"; }

.fa-gripfire:before {
  content: "\F3AC"; }

.fa-grunt:before {
  content: "\F3AD"; }

.fa-gulp:before {
  content: "\F3AE"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-h1:before {
  content: "\F313"; }

.fa-h2:before {
  content: "\F314"; }

.fa-h3:before {
  content: "\F315"; }

.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-hacker-news-square:before {
  content: "\F3AF"; }

.fa-hand-heart:before {
  content: "\F4BC"; }

.fa-hand-holding:before {
  content: "\F4BD"; }

.fa-hand-holding-box:before {
  content: "\F47B"; }

.fa-hand-holding-heart:before {
  content: "\F4BE"; }

.fa-hand-holding-seedling:before {
  content: "\F4BF"; }

.fa-hand-holding-usd:before {
  content: "\F4C0"; }

.fa-hand-holding-water:before {
  content: "\F4C1"; }

.fa-hand-lizard:before {
  content: "\F258"; }

.fa-hand-paper:before {
  content: "\F256"; }

.fa-hand-peace:before {
  content: "\F25B"; }

.fa-hand-point-down:before {
  content: "\F0A7"; }

.fa-hand-point-left:before {
  content: "\F0A5"; }

.fa-hand-point-right:before {
  content: "\F0A4"; }

.fa-hand-point-up:before {
  content: "\F0A6"; }

.fa-hand-pointer:before {
  content: "\F25A"; }

.fa-hand-receiving:before {
  content: "\F47C"; }

.fa-hand-rock:before {
  content: "\F255"; }

.fa-hand-scissors:before {
  content: "\F257"; }

.fa-hand-spock:before {
  content: "\F259"; }

.fa-hands:before {
  content: "\F4C2"; }

.fa-hands-heart:before {
  content: "\F4C3"; }

.fa-hands-helping:before {
  content: "\F4C4"; }

.fa-hands-usd:before {
  content: "\F4C5"; }

.fa-handshake:before {
  content: "\F2B5"; }

.fa-handshake-alt:before {
  content: "\F4C6"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-hdd:before {
  content: "\F0A0"; }

.fa-heading:before {
  content: "\F1DC"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-headphones-alt:before {
  content: "\F58F"; }

.fa-headset:before {
  content: "\F590"; }

.fa-heart:before {
  content: "\F004"; }

.fa-heart-circle:before {
  content: "\F4C7"; }

.fa-heart-square:before {
  content: "\F4C8"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-helicopter:before {
  content: "\F533"; }

.fa-hexagon:before {
  content: "\F312"; }

.fa-highlighter:before {
  content: "\F591"; }

.fa-hips:before {
  content: "\F452"; }

.fa-hire-a-helper:before {
  content: "\F3B0"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-hockey-puck:before {
  content: "\F453"; }

.fa-hockey-sticks:before {
  content: "\F454"; }

.fa-home:before {
  content: "\F015"; }

.fa-home-heart:before {
  content: "\F4C9"; }

.fa-hooli:before {
  content: "\F427"; }

.fa-hornbill:before {
  content: "\F592"; }

.fa-hospital:before {
  content: "\F0F8"; }

.fa-hospital-alt:before {
  content: "\F47D"; }

.fa-hospital-symbol:before {
  content: "\F47E"; }

.fa-hot-tub:before {
  content: "\F593"; }

.fa-hotel:before {
  content: "\F594"; }

.fa-hotjar:before {
  content: "\F3B1"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-start:before {
  content: "\F251"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-hubspot:before {
  content: "\F3B2"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-id-card:before {
  content: "\F2C2"; }

.fa-id-card-alt:before {
  content: "\F47F"; }

.fa-image:before {
  content: "\F03E"; }

.fa-images:before {
  content: "\F302"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-inbox-in:before {
  content: "\F310"; }

.fa-inbox-out:before {
  content: "\F311"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-industry:before {
  content: "\F275"; }

.fa-industry-alt:before {
  content: "\F3B3"; }

.fa-infinity:before {
  content: "\F534"; }

.fa-info:before {
  content: "\F129"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-info-square:before {
  content: "\F30F"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-inventory:before {
  content: "\F480"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-italic:before {
  content: "\F033"; }

.fa-itunes:before {
  content: "\F3B4"; }

.fa-itunes-note:before {
  content: "\F3B5"; }

.fa-jack-o-lantern:before {
  content: "\F30E"; }

.fa-java:before {
  content: "\F4E4"; }

.fa-jedi-order:before {
  content: "\F50E"; }

.fa-jenkins:before {
  content: "\F3B6"; }

.fa-joget:before {
  content: "\F3B7"; }

.fa-joint:before {
  content: "\F595"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-js:before {
  content: "\F3B8"; }

.fa-js-square:before {
  content: "\F3B9"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-key:before {
  content: "\F084"; }

.fa-keybase:before {
  content: "\F4F5"; }

.fa-keyboard:before {
  content: "\F11C"; }

.fa-keycdn:before {
  content: "\F3BA"; }

.fa-kickstarter:before {
  content: "\F3BB"; }

.fa-kickstarter-k:before {
  content: "\F3BC"; }

.fa-kiss:before {
  content: "\F596"; }

.fa-kiss-beam:before {
  content: "\F597"; }

.fa-kiss-wink-heart:before {
  content: "\F598"; }

.fa-kiwi-bird:before {
  content: "\F535"; }

.fa-korvue:before {
  content: "\F42F"; }

.fa-lamp:before {
  content: "\F4CA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-laravel:before {
  content: "\F3BD"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-laugh:before {
  content: "\F599"; }

.fa-laugh-beam:before {
  content: "\F59A"; }

.fa-laugh-squint:before {
  content: "\F59B"; }

.fa-laugh-wink:before {
  content: "\F59C"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-leaf-heart:before {
  content: "\F4CB"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-lemon:before {
  content: "\F094"; }

.fa-less:before {
  content: "\F41D"; }

.fa-less-than:before {
  content: "\F536"; }

.fa-less-than-equal:before {
  content: "\F537"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-level-down-alt:before {
  content: "\F3BE"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-up-alt:before {
  content: "\F3BF"; }

.fa-life-ring:before {
  content: "\F1CD"; }

.fa-lightbulb:before {
  content: "\F0EB"; }

.fa-line:before {
  content: "\F3C0"; }

.fa-link:before {
  content: "\F0C1"; }

.fa-linkedin:before {
  content: "\F08C"; }

.fa-linkedin-in:before {
  content: "\F0E1"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-lira-sign:before {
  content: "\F195"; }

.fa-list:before {
  content: "\F03A"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-lock:before {
  content: "\F023"; }

.fa-lock-alt:before {
  content: "\F30D"; }

.fa-lock-open:before {
  content: "\F3C1"; }

.fa-lock-open-alt:before {
  content: "\F3C2"; }

.fa-long-arrow-alt-down:before {
  content: "\F309"; }

.fa-long-arrow-alt-left:before {
  content: "\F30A"; }

.fa-long-arrow-alt-right:before {
  content: "\F30B"; }

.fa-long-arrow-alt-up:before {
  content: "\F30C"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-loveseat:before {
  content: "\F4CC"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-luchador:before {
  content: "\F455"; }

.fa-luggage-cart:before {
  content: "\F59D"; }

.fa-lyft:before {
  content: "\F3C3"; }

.fa-magento:before {
  content: "\F3C4"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-mailchimp:before {
  content: "\F59E"; }

.fa-male:before {
  content: "\F183"; }

.fa-mandalorian:before {
  content: "\F50F"; }

.fa-map:before {
  content: "\F279"; }

.fa-map-marked:before {
  content: "\F59F"; }

.fa-map-marked-alt:before {
  content: "\F5A0"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-map-marker-alt:before {
  content: "\F3C5"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-marker:before {
  content: "\F5A1"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mastodon:before {
  content: "\F4F6"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-medal:before {
  content: "\F5A2"; }

.fa-medapps:before {
  content: "\F3C6"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-medium-m:before {
  content: "\F3C7"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-medrt:before {
  content: "\F3C8"; }

.fa-meetup:before {
  content: "\F2E0"; }

.fa-megaport:before {
  content: "\F5A3"; }

.fa-meh:before {
  content: "\F11A"; }

.fa-meh-blank:before {
  content: "\F5A4"; }

.fa-meh-rolling-eyes:before {
  content: "\F5A5"; }

.fa-memory:before {
  content: "\F538"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-alt:before {
  content: "\F3C9"; }

.fa-microphone-alt-slash:before {
  content: "\F539"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-microsoft:before {
  content: "\F3CA"; }

.fa-minus:before {
  content: "\F068"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-minus-hexagon:before {
  content: "\F307"; }

.fa-minus-octagon:before {
  content: "\F308"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-mix:before {
  content: "\F3CB"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-mizuni:before {
  content: "\F3CC"; }

.fa-mobile:before {
  content: "\F10B"; }

.fa-mobile-alt:before {
  content: "\F3CD"; }

.fa-mobile-android:before {
  content: "\F3CE"; }

.fa-mobile-android-alt:before {
  content: "\F3CF"; }

.fa-modx:before {
  content: "\F285"; }

.fa-monero:before {
  content: "\F3D0"; }

.fa-money-bill:before {
  content: "\F0D6"; }

.fa-money-bill-alt:before {
  content: "\F3D1"; }

.fa-money-bill-wave:before {
  content: "\F53A"; }

.fa-money-bill-wave-alt:before {
  content: "\F53B"; }

.fa-money-check:before {
  content: "\F53C"; }

.fa-money-check-alt:before {
  content: "\F53D"; }

.fa-monument:before {
  content: "\F5A6"; }

.fa-moon:before {
  content: "\F186"; }

.fa-mortar-pestle:before {
  content: "\F5A7"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-music:before {
  content: "\F001"; }

.fa-napster:before {
  content: "\F3D2"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-newspaper:before {
  content: "\F1EA"; }

.fa-nimblr:before {
  content: "\F5A8"; }

.fa-nintendo-switch:before {
  content: "\F418"; }

.fa-node:before {
  content: "\F419"; }

.fa-node-js:before {
  content: "\F3D3"; }

.fa-not-equal:before {
  content: "\F53E"; }

.fa-notes-medical:before {
  content: "\F481"; }

.fa-npm:before {
  content: "\F3D4"; }

.fa-ns8:before {
  content: "\F3D5"; }

.fa-nutritionix:before {
  content: "\F3D6"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-octagon:before {
  content: "\F306"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-old-republic:before {
  content: "\F510"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-osi:before {
  content: "\F41A"; }

.fa-outdent:before {
  content: "\F03B"; }

.fa-page4:before {
  content: "\F3D7"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-paint-brush-alt:before {
  content: "\F5A9"; }

.fa-paint-roller:before {
  content: "\F5AA"; }

.fa-palette:before {
  content: "\F53F"; }

.fa-palfed:before {
  content: "\F3D8"; }

.fa-pallet:before {
  content: "\F482"; }

.fa-pallet-alt:before {
  content: "\F483"; }

.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-parachute-box:before {
  content: "\F4CD"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-parking:before {
  content: "\F540"; }

.fa-passport:before {
  content: "\F5AB"; }

.fa-paste:before {
  content: "\F0EA"; }

.fa-patreon:before {
  content: "\F3D9"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-pen:before {
  content: "\F304"; }

.fa-pen-alt:before {
  content: "\F305"; }

.fa-pen-fancy:before {
  content: "\F5AC"; }

.fa-pen-nib:before {
  content: "\F5AD"; }

.fa-pen-square:before {
  content: "\F14B"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-pencil-alt:before {
  content: "\F303"; }

.fa-pencil-ruler:before {
  content: "\F5AE"; }

.fa-pennant:before {
  content: "\F456"; }

.fa-people-carry:before {
  content: "\F4CE"; }

.fa-percent:before {
  content: "\F295"; }

.fa-percentage:before {
  content: "\F541"; }

.fa-periscope:before {
  content: "\F3DA"; }

.fa-person-carry:before {
  content: "\F4CF"; }

.fa-person-dolly:before {
  content: "\F4D0"; }

.fa-person-dolly-empty:before {
  content: "\F4D1"; }

.fa-phabricator:before {
  content: "\F3DB"; }

.fa-phoenix-framework:before {
  content: "\F3DC"; }

.fa-phoenix-squadron:before {
  content: "\F511"; }

.fa-phone:before {
  content: "\F095"; }

.fa-phone-plus:before {
  content: "\F4D2"; }

.fa-phone-slash:before {
  content: "\F3DD"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-phone-volume:before {
  content: "\F2A0"; }

.fa-php:before {
  content: "\F457"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-pied-piper-hat:before {
  content: "\F4E5"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-piggy-bank:before {
  content: "\F4D3"; }

.fa-pills:before {
  content: "\F484"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-plane:before {
  content: "\F072"; }

.fa-plane-alt:before {
  content: "\F3DE"; }

.fa-plane-arrival:before {
  content: "\F5AF"; }

.fa-plane-departure:before {
  content: "\F5B0"; }

.fa-play:before {
  content: "\F04B"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-playstation:before {
  content: "\F3DF"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-plus:before {
  content: "\F067"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-plus-hexagon:before {
  content: "\F300"; }

.fa-plus-octagon:before {
  content: "\F301"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-poo:before {
  content: "\F2FE"; }

.fa-portrait:before {
  content: "\F3E0"; }

.fa-pound-sign:before {
  content: "\F154"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-prescription:before {
  content: "\F5B1"; }

.fa-prescription-bottle:before {
  content: "\F485"; }

.fa-prescription-bottle-alt:before {
  content: "\F486"; }

.fa-print:before {
  content: "\F02F"; }

.fa-procedures:before {
  content: "\F487"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-project-diagram:before {
  content: "\F542"; }

.fa-pushed:before {
  content: "\F3E1"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-python:before {
  content: "\F3E2"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-question:before {
  content: "\F128"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-question-square:before {
  content: "\F2FD"; }

.fa-quidditch:before {
  content: "\F458"; }

.fa-quinscape:before {
  content: "\F459"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-r-project:before {
  content: "\F4F7"; }

.fa-racquet:before {
  content: "\F45A"; }

.fa-ramp-loading:before {
  content: "\F4D4"; }

.fa-random:before {
  content: "\F074"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-react:before {
  content: "\F41B"; }

.fa-readme:before {
  content: "\F4D5"; }

.fa-rebel:before {
  content: "\F1D0"; }

.fa-receipt:before {
  content: "\F543"; }

.fa-rectangle-landscape:before {
  content: "\F2FA"; }

.fa-rectangle-portrait:before {
  content: "\F2FB"; }

.fa-rectangle-wide:before {
  content: "\F2FC"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-red-river:before {
  content: "\F3E3"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-redo:before {
  content: "\F01E"; }

.fa-redo-alt:before {
  content: "\F2F9"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-rendact:before {
  content: "\F3E4"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-repeat:before {
  content: "\F363"; }

.fa-repeat-1:before {
  content: "\F365"; }

.fa-repeat-1-alt:before {
  content: "\F366"; }

.fa-repeat-alt:before {
  content: "\F364"; }

.fa-reply:before {
  content: "\F3E5"; }

.fa-reply-all:before {
  content: "\F122"; }

.fa-replyd:before {
  content: "\F3E6"; }

.fa-researchgate:before {
  content: "\F4F8"; }

.fa-resolving:before {
  content: "\F3E7"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-retweet-alt:before {
  content: "\F361"; }

.fa-rev:before {
  content: "\F5B2"; }

.fa-ribbon:before {
  content: "\F4D6"; }

.fa-road:before {
  content: "\F018"; }

.fa-robot:before {
  content: "\F544"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-rocketchat:before {
  content: "\F3E8"; }

.fa-rockrms:before {
  content: "\F3E9"; }

.fa-route:before {
  content: "\F4D7"; }

.fa-rss:before {
  content: "\F09E"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-ruble-sign:before {
  content: "\F158"; }

.fa-ruler:before {
  content: "\F545"; }

.fa-ruler-combined:before {
  content: "\F546"; }

.fa-ruler-horizontal:before {
  content: "\F547"; }

.fa-ruler-vertical:before {
  content: "\F548"; }

.fa-rupee-sign:before {
  content: "\F156"; }

.fa-sad-cry:before {
  content: "\F5B3"; }

.fa-sad-tear:before {
  content: "\F5B4"; }

.fa-safari:before {
  content: "\F267"; }

.fa-sass:before {
  content: "\F41E"; }

.fa-save:before {
  content: "\F0C7"; }

.fa-scanner:before {
  content: "\F488"; }

.fa-scanner-keyboard:before {
  content: "\F489"; }

.fa-scanner-touchscreen:before {
  content: "\F48A"; }

.fa-schlix:before {
  content: "\F3EA"; }

.fa-school:before {
  content: "\F549"; }

.fa-screwdriver:before {
  content: "\F54A"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-scrubber:before {
  content: "\F2F8"; }

.fa-search:before {
  content: "\F002"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-searchengin:before {
  content: "\F3EB"; }

.fa-seedling:before {
  content: "\F4D8"; }

.fa-sellcast:before {
  content: "\F2DA"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-server:before {
  content: "\F233"; }

.fa-servicestack:before {
  content: "\F3EC"; }

.fa-share:before {
  content: "\F064"; }

.fa-share-all:before {
  content: "\F367"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-shekel-sign:before {
  content: "\F20B"; }

.fa-shield:before {
  content: "\F132"; }

.fa-shield-alt:before {
  content: "\F3ED"; }

.fa-shield-check:before {
  content: "\F2F7"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-shipping-fast:before {
  content: "\F48B"; }

.fa-shipping-timed:before {
  content: "\F48C"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-shoe-prints:before {
  content: "\F54B"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-shopware:before {
  content: "\F5B5"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-shuttle-van:before {
  content: "\F5B6"; }

.fa-shuttlecock:before {
  content: "\F45B"; }

.fa-sign:before {
  content: "\F4D9"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-sign-in-alt:before {
  content: "\F2F6"; }

.fa-sign-language:before {
  content: "\F2A7"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-sign-out-alt:before {
  content: "\F2F5"; }

.fa-signal:before {
  content: "\F012"; }

.fa-signature:before {
  content: "\F5B7"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-sistrix:before {
  content: "\F3EE"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-sith:before {
  content: "\F512"; }

.fa-skull:before {
  content: "\F54C"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-slack:before {
  content: "\F198"; }

.fa-slack-hash:before {
  content: "\F3EF"; }

.fa-sliders-h:before {
  content: "\F1DE"; }

.fa-sliders-h-square:before {
  content: "\F3F0"; }

.fa-sliders-v:before {
  content: "\F3F1"; }

.fa-sliders-v-square:before {
  content: "\F3F2"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-smile:before {
  content: "\F118"; }

.fa-smile-beam:before {
  content: "\F5B8"; }

.fa-smile-plus:before {
  content: "\F5B9"; }

.fa-smile-wink:before {
  content: "\F4DA"; }

.fa-smoking:before {
  content: "\F48D"; }

.fa-smoking-ban:before {
  content: "\F54D"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-snowflake:before {
  content: "\F2DC"; }

.fa-solar-panel:before {
  content: "\F5BA"; }

.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-alpha-down:before {
  content: "\F15D"; }

.fa-sort-alpha-up:before {
  content: "\F15E"; }

.fa-sort-amount-down:before {
  content: "\F160"; }

.fa-sort-amount-up:before {
  content: "\F161"; }

.fa-sort-down:before {
  content: "\F0DD"; }

.fa-sort-numeric-down:before {
  content: "\F162"; }

.fa-sort-numeric-up:before {
  content: "\F163"; }

.fa-sort-up:before {
  content: "\F0DE"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-spa:before {
  content: "\F5BB"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-spade:before {
  content: "\F2F4"; }

.fa-speakap:before {
  content: "\F3F3"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-spinner-third:before {
  content: "\F3F4"; }

.fa-splotch:before {
  content: "\F5BC"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-spray-can:before {
  content: "\F5BD"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-square-full:before {
  content: "\F45C"; }

.fa-squarespace:before {
  content: "\F5BE"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-stamp:before {
  content: "\F5BF"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-exclamation:before {
  content: "\F2F3"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-star-half-alt:before {
  content: "\F5C0"; }

.fa-staylinked:before {
  content: "\F3F5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-steam-symbol:before {
  content: "\F3F6"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-sticker-mule:before {
  content: "\F3F7"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stopwatch:before {
  content: "\F2F2"; }

.fa-store:before {
  content: "\F54E"; }

.fa-store-alt:before {
  content: "\F54F"; }

.fa-strava:before {
  content: "\F428"; }

.fa-stream:before {
  content: "\F550"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-stripe:before {
  content: "\F429"; }

.fa-stripe-s:before {
  content: "\F42A"; }

.fa-stroopwafel:before {
  content: "\F551"; }

.fa-studiovinari:before {
  content: "\F3F8"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-subway:before {
  content: "\F239"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-suitcase-rolling:before {
  content: "\F5C1"; }

.fa-sun:before {
  content: "\F185"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-supple:before {
  content: "\F3F9"; }

.fa-surprise:before {
  content: "\F5C2"; }

.fa-swatchbook:before {
  content: "\F5C3"; }

.fa-swimmer:before {
  content: "\F5C4"; }

.fa-swimming-pool:before {
  content: "\F5C5"; }

.fa-sync:before {
  content: "\F021"; }

.fa-sync-alt:before {
  content: "\F2F1"; }

.fa-syringe:before {
  content: "\F48E"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-table-tennis:before {
  content: "\F45D"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-tablet-alt:before {
  content: "\F3FA"; }

.fa-tablet-android:before {
  content: "\F3FB"; }

.fa-tablet-android-alt:before {
  content: "\F3FC"; }

.fa-tablet-rugged:before {
  content: "\F48F"; }

.fa-tablets:before {
  content: "\F490"; }

.fa-tachometer:before {
  content: "\F0E4"; }

.fa-tachometer-alt:before {
  content: "\F3FD"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-tape:before {
  content: "\F4DB"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-taxi:before {
  content: "\F1BA"; }

.fa-teamspeak:before {
  content: "\F4F9"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-telegram-plane:before {
  content: "\F3FE"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-tennis-ball:before {
  content: "\F45E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-themeco:before {
  content: "\F5C6"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-thermometer:before {
  content: "\F491"; }

.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbtack:before {
  content: "\F08D"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-ticket-alt:before {
  content: "\F3FF"; }

.fa-times:before {
  content: "\F00D"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-times-hexagon:before {
  content: "\F2EE"; }

.fa-times-octagon:before {
  content: "\F2F0"; }

.fa-times-square:before {
  content: "\F2D3"; }

.fa-tint:before {
  content: "\F043"; }

.fa-tint-slash:before {
  content: "\F5C7"; }

.fa-tired:before {
  content: "\F5C8"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-toolbox:before {
  content: "\F552"; }

.fa-tooth:before {
  content: "\F5C9"; }

.fa-trade-federation:before {
  content: "\F513"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-train:before {
  content: "\F238"; }

.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-trash-alt:before {
  content: "\F2ED"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-tree-alt:before {
  content: "\F400"; }

.fa-trello:before {
  content: "\F181"; }

.fa-triangle:before {
  content: "\F2EC"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-trophy-alt:before {
  content: "\F2EB"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-truck-container:before {
  content: "\F4DC"; }

.fa-truck-couch:before {
  content: "\F4DD"; }

.fa-truck-loading:before {
  content: "\F4DE"; }

.fa-truck-moving:before {
  content: "\F4DF"; }

.fa-truck-ramp:before {
  content: "\F4E0"; }

.fa-tshirt:before {
  content: "\F553"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-tv:before {
  content: "\F26C"; }

.fa-tv-retro:before {
  content: "\F401"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-typo3:before {
  content: "\F42B"; }

.fa-uber:before {
  content: "\F402"; }

.fa-uikit:before {
  content: "\F403"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-umbrella-beach:before {
  content: "\F5CA"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-undo:before {
  content: "\F0E2"; }

.fa-undo-alt:before {
  content: "\F2EA"; }

.fa-uniregistry:before {
  content: "\F404"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-university:before {
  content: "\F19C"; }

.fa-unlink:before {
  content: "\F127"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-untappd:before {
  content: "\F405"; }

.fa-upload:before {
  content: "\F093"; }

.fa-usb:before {
  content: "\F287"; }

.fa-usd-circle:before {
  content: "\F2E8"; }

.fa-usd-square:before {
  content: "\F2E9"; }

.fa-user:before {
  content: "\F007"; }

.fa-user-alt:before {
  content: "\F406"; }

.fa-user-alt-slash:before {
  content: "\F4FA"; }

.fa-user-astronaut:before {
  content: "\F4FB"; }

.fa-user-check:before {
  content: "\F4FC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-clock:before {
  content: "\F4FD"; }

.fa-user-cog:before {
  content: "\F4FE"; }

.fa-user-edit:before {
  content: "\F4FF"; }

.fa-user-friends:before {
  content: "\F500"; }

.fa-user-graduate:before {
  content: "\F501"; }

.fa-user-lock:before {
  content: "\F502"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-user-minus:before {
  content: "\F503"; }

.fa-user-ninja:before {
  content: "\F504"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-user-shield:before {
  content: "\F505"; }

.fa-user-slash:before {
  content: "\F506"; }

.fa-user-tag:before {
  content: "\F507"; }

.fa-user-tie:before {
  content: "\F508"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-users:before {
  content: "\F0C0"; }

.fa-users-cog:before {
  content: "\F509"; }

.fa-ussunnah:before {
  content: "\F407"; }

.fa-utensil-fork:before {
  content: "\F2E3"; }

.fa-utensil-knife:before {
  content: "\F2E4"; }

.fa-utensil-spoon:before {
  content: "\F2E5"; }

.fa-utensils:before {
  content: "\F2E7"; }

.fa-utensils-alt:before {
  content: "\F2E6"; }

.fa-vaadin:before {
  content: "\F408"; }

.fa-vector-square:before {
  content: "\F5CB"; }

.fa-venus:before {
  content: "\F221"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-vial:before {
  content: "\F492"; }

.fa-vials:before {
  content: "\F493"; }

.fa-viber:before {
  content: "\F409"; }

.fa-video:before {
  content: "\F03D"; }

.fa-video-plus:before {
  content: "\F4E1"; }

.fa-video-slash:before {
  content: "\F4E2"; }

.fa-vimeo:before {
  content: "\F40A"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-vimeo-v:before {
  content: "\F27D"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-vk:before {
  content: "\F189"; }

.fa-vnv:before {
  content: "\F40B"; }

.fa-volleyball-ball:before {
  content: "\F45F"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-mute:before {
  content: "\F2E2"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-vuejs:before {
  content: "\F41F"; }

.fa-walking:before {
  content: "\F554"; }

.fa-wallet:before {
  content: "\F555"; }

.fa-warehouse:before {
  content: "\F494"; }

.fa-warehouse-alt:before {
  content: "\F495"; }

.fa-watch:before {
  content: "\F2E1"; }

.fa-weebly:before {
  content: "\F5CC"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-weight:before {
  content: "\F496"; }

.fa-weight-hanging:before {
  content: "\F5CD"; }

.fa-weixin:before {
  content: "\F1D7"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-whatsapp-square:before {
  content: "\F40C"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-whistle:before {
  content: "\F460"; }

.fa-whmcs:before {
  content: "\F40D"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-window:before {
  content: "\F40E"; }

.fa-window-alt:before {
  content: "\F40F"; }

.fa-window-close:before {
  content: "\F410"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-wine-glass:before {
  content: "\F4E3"; }

.fa-wine-glass-alt:before {
  content: "\F5CE"; }

.fa-wix:before {
  content: "\F5CF"; }

.fa-wolf-pack-battalion:before {
  content: "\F514"; }

.fa-won-sign:before {
  content: "\F159"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-wordpress-simple:before {
  content: "\F411"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-x-ray:before {
  content: "\F497"; }

.fa-xbox:before {
  content: "\F412"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-y-combinator:before {
  content: "\F23B"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-yandex:before {
  content: "\F413"; }

.fa-yandex-international:before {
  content: "\F414"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-yen-sign:before {
  content: "\F157"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-youtube-square:before {
  content: "\F431"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url(core/fonts/fa-brands-400.eot);
  src: url(core/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(core/fonts/fa-brands-400.woff2) format("woff2"), url(core/fonts/fa-brands-400.woff) format("woff"), url(core/fonts/fa-brands-400.ttf) format("truetype"), url(core/fonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url(core/fonts/fa-light-300.eot);
  src: url(core/fonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(core/fonts/fa-light-300.woff2) format("woff2"), url(core/fonts/fa-light-300.woff) format("woff"), url(core/fonts/fa-light-300.ttf) format("truetype"), url(core/fonts/fa-light-300.svg#fontawesome) format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url(core/fonts/fa-regular-400.eot);
  src: url(core/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(core/fonts/fa-regular-400.woff2) format("woff2"), url(core/fonts/fa-regular-400.woff) format("woff"), url(core/fonts/fa-regular-400.ttf) format("truetype"), url(core/fonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url(core/fonts/fa-solid-900.eot);
  src: url(core/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(core/fonts/fa-solid-900.woff2) format("woff2"), url(core/fonts/fa-solid-900.woff) format("woff"), url(core/fonts/fa-solid-900.ttf) format("truetype"), url(core/fonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(core/fonts/fontawesome-webfont.eot);
  src: url(core/fonts/fontawesome-webfont.eot?#iefix&v=5.1.0) format("embedded-opentype"), url(core/fonts/fontawesome-webfont.woff2) format("woff2"), url(core/fonts/fontawesome-webfont.woff) format("woff"), url(core/fonts/fontawesome-webfont.ttf) format("truetype"), url(core/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2em;
  width: 2em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.71429em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'Lato-Black';
  src: url(core/fonts/Lato-Black.eot);
  src: url(core/fonts/Lato-Black.eot?#iefix) format("embedded-opentype"), url(core/fonts/Lato-Black.woff) format("woff"), url(core/fonts/Lato-Black.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato-BlackItalic';
  src: url(core/fonts/Lato-BlackItalic.eot);
  src: url(core/fonts/Lato-BlackItalic.eot?#iefix) format("embedded-opentype"), url(core/fonts/Lato-BlackItalic.woff) format("woff"), url(core/fonts/Lato-BlackItalic.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato-Bold';
  src: url(core/fonts/Lato-Bold.eot);
  src: url(core/fonts/Lato-Bold.eot?#iefix) format("embedded-opentype"), url(core/fonts/Lato-Bold.woff) format("woff"), url(core/fonts/Lato-Bold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato-BoldItalic';
  src: url(core/fonts/Lato-BoldItalic.eot);
  src: url(core/fonts/Lato-BoldItalic.eot?#iefix) format("embedded-opentype"), url(core/fonts/Lato-BoldItalic.woff) format("woff"), url(core/fonts/Lato-BoldItalic.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato-Italic';
  src: url(core/fonts/Lato-Italic.eot);
  src: url(core/fonts/Lato-Italic.eot?#iefix) format("embedded-opentype"), url(core/fonts/Lato-Italic.woff) format("woff"), url(core/fonts/Lato-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato-Light';
  src: url(core/fonts/Lato-Light.eot);
  src: url(core/fonts/Lato-Light.eot?#iefix) format("embedded-opentype"), url(core/fonts/Lato-Light.woff) format("woff"), url(core/fonts/Lato-Light.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato-LightItalic';
  src: url(core/fonts/Lato-LightItalic.eot);
  src: url(core/fonts/Lato-LightItalic.eot?#iefix) format("embedded-opentype"), url(core/fonts/Lato-LightItalic.woff) format("woff"), url(core/fonts/Lato-LightItalic.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url(core/fonts/Lato-Regular.eot);
  src: url(core/fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(core/fonts/Lato-Regular.woff) format("woff"), url(core/fonts/Lato-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

.font-size--base-font-size {
  font-size: 16rem; }

.font-size--xxs {
  font-size: 0.625rem; }

.font-size--xs {
  font-size: 0.75rem; }

.font-size--sm {
  font-size: 0.875rem; }

.font-size--base {
  font-size: 1rem; }

.font-size--md {
  font-size: 1.25rem; }

.font-size--lg {
  font-size: 1.5rem; }

.font-size--xl {
  font-size: 2rem; }

.font-size--xxl {
  font-size: 2.5rem; }

.font-size--xxxl {
  font-size: 3rem; }

.font-size--xxxxl {
  font-size: 3.5rem; }

.font-size--xxxxxl {
  font-size: 4rem; }

@media (max-width: 767px) {
  .font-size--xxl, .font-size--xxxl {
    font-size: 2rem; } }

@media (max-width: 767px) {
  .font-size--xxxxl {
    font-size: 2.5rem; } }

@media (max-width: 767px) {
  .font-size--xxxxxl {
    font-size: 3rem; } }

.padding--inset-xs {
  padding: 0.25rem 0.25rem; }

.padding--inset-sm {
  padding: 0.5rem 0.5rem; }

.padding--inset-base {
  padding: 1rem 1rem; }

.padding--inset-md {
  padding: 1.5rem 1.5rem; }

.padding--inset-lg {
  padding: 2rem 2rem; }

.padding--inset-xl {
  padding: 4rem 4rem; }

.padding--stack-xs {
  padding-bottom: 0.25rem; }

.padding--stack-sm {
  padding-bottom: 0.5rem; }

.padding--stack-base {
  padding-bottom: 1rem; }

.padding--stack-md {
  padding-bottom: 1.5rem; }

.padding--stack-lg {
  padding-bottom: 2rem; }

.padding--stack-xl {
  padding-bottom: 4rem; }

@media (max-width: 991px) {
  div[class*=padding--stack].padding--last-child {
    padding-bottom: 0; } }

.padding--vertical-xs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.padding--vertical-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.padding--vertical-base {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.padding--vertical-md {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.padding--vertical-lg {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.padding--vertical-xl {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.alignment--horizontal-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: inherit;
  margin-right: auto; }

.alignment--horizontal-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }

.alignment--horizontal-right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: inherit; }

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px; }

body {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  width: 100vw;
  color: #444444; }

img {
  max-width: 100%; }

.caption {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  color: #444444; }

figure {
  display: table;
  margin-top: 0.5rem;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem; }

figcaption {
  display: table-caption;
  caption-side: bottom;
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  color: #444444;
  padding-top: 0.5rem;
  padding-right: 0.5rem; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.container.parsys:not([class*=col]) {
  padding-left: 0;
  padding-right: 0;
  max-width: inherit; }

@media (min-width: 1400px) {
  .container:not([class*=col]) {
    max-width: 1340px; } }

.row.row--equal-height-cols > div[class*=col] > * {
  height: 100%; }
  .row.row--equal-height-cols > div[class*=col] > * div:not([class]) {
    height: 100%; }
  .row.row--equal-height-cols > div[class*=col] > * .card-content__body-container div:not([class]) {
    height: auto;
    display: none; }
  .row.row--equal-height-cols > div[class*=col] > * .card-content__body-container div:nth-of-type(1) {
    display: block;
    font-size: 0.875rem;
    color: #999999; }
  .row.row--equal-height-cols > div[class*=col] > * .promo, .row.row--equal-height-cols > div[class*=col] > * .promo__root, .row.row--equal-height-cols > div[class*=col] > * .promo__content-container {
    height: 100%;
    margin-top: 0; }
  .row.row--equal-height-cols > div[class*=col] > * .document-download-template__card, .row.row--equal-height-cols > div[class*=col] > * .document-download, .row.row--equal-height-cols > div[class*=col] > * .document-download__body {
    height: 100%; }
  .row.row--equal-height-cols > div[class*=col] > * .card-content, .row.row--equal-height-cols > div[class*=col] > * .meta-card__taxonomy {
    height: 100%; }
  .row.row--equal-height-cols > div[class*=col] > * .experiencefragment, .row.row--equal-height-cols > div[class*=col] > * .xf-content-height, .row.row--equal-height-cols > div[class*=col] > * .aem-Grid, .row.row--equal-height-cols > div[class*=col] > * .root, .row.row--equal-height-cols > div[class*=col] > * .nonresponsivegrid, .row.row--equal-height-cols > div[class*=col] > * .responsivegrid {
    height: 100%; }
  .row.row--equal-height-cols > div[class*=col] > * .container {
    height: 100%; }

.at-element-marker > div > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0; }

.row.row--equal-height-cols > div[class*=col].document-download {
  height: auto; }

.row--aem-editor {
  width: 100%;
  padding: 0;
  margin: 0; }

.file__icon {
  margin-left: 0.5rem;
  font-size: 1.25rem;
  display: inline-block; }

.rte-line-height--md {
  line-height: 1.25; }

span.strikethrough {
  text-decoration: line-through; }

.font--light {
  font-family: "Lato-Light", sans-serif;
  font-weight: normal; }

.font--light-italic {
  font-family: "Lato-LightItalic", sans-serif;
  font-weight: normal; }

.font--regular {
  font-family: "Lato", sans-serif;
  font-weight: normal; }

.font--italic {
  font-family: "Lato-Italic", sans-serif;
  font-weight: normal; }

.font--bold {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }

.font--bold-italic {
  font-family: "Lato-BoldItalic", sans-serif;
  font-weight: normal; }

.font--black {
  font-family: "Lato-Black", sans-serif;
  font-weight: normal; }

.font--black-italic {
  font-family: "Lato-BlackItalic", sans-serif;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato-Black", sans-serif;
  font-weight: normal; }

i, em {
  font-family: "Lato-Italic", sans-serif;
  font-weight: normal; }

b,
strong {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }

blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    blockquote {
      font-size: 2rem; } }
  blockquote cite {
    padding-top: 1rem;
    text-align: right;
    font-family: "Lato-Light", sans-serif;
    font-weight: normal;
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      blockquote cite {
        font-size: 1.5rem; } }

.element--faded {
  position: relative;
  overflow: hidden;
  margin-bottom: -4rem; }
  .element--faded:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 200px;
    pointer-events: none;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 32%, rgba(255, 255, 255, 0.9) 64%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(32%, rgba(255, 255, 255, 0.5)), color-stop(64%, rgba(255, 255, 255, 0.9)), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 32%, rgba(255, 255, 255, 0.9) 64%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 32%, rgba(255, 255, 255, 0.9) 64%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }

h1 a span.rte--darkgrey,
h2 a span.rte--darkgrey {
  color: #444444; }
  h1 a span.rte--darkgrey:hover,
  h2 a span.rte--darkgrey:hover {
    color: #00a7e0;
    text-decoration: none;
    display: inline-block; }

a span.rte--darkgrey {
  color: #444444; }
  a span.rte--darkgrey:hover {
    color: #006e94; }

.heading-icon--orange {
  color: #e45438; }

@-webkit-keyframes saveLoading {
  0% {
    opacity: inherit; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: inherit; } }

@keyframes saveLoading {
  0% {
    opacity: inherit; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: inherit; } }

button {
  color: inherit; }

.button, .btn {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  text-transform: uppercase;
  outline: none;
  border-style: none;
  cursor: pointer;
  padding: 0.5rem 2rem; }
  .button__icon, .btn__icon {
    margin-right: 0.25rem; }
    .button__icon--reverse-margin, .btn__icon--reverse-margin {
      margin-left: 0.25rem;
      margin-right: 0; }
  .button--small, .btn--small {
    font-family: "Lato-Black", sans-serif;
    font-weight: normal;
    font-size: 0.75rem;
    padding: 0.5rem; }
  .button-primary, .btn-primary {
    color: #FFFFFF;
    background-color: #00a7e0;
    border: 2px solid #00a7e0; }
    .button-primary:hover, .btn-primary:hover {
      background-color: #FFFFFF; }
    .button-primary:hover, .btn-primary:hover {
      color: #00a7e0; }
    .button-primary--blue, .btn-primary--blue {
      background-color: #00a7e0;
      border: 2px solid #00a7e0; }
      .button-primary--blue:hover, .btn-primary--blue:hover {
        color: #00a7e0; }
    .button-primary--teal, .btn-primary--teal {
      background-color: #0083ad;
      border: 2px solid #0083ad; }
      .button-primary--teal:hover, .btn-primary--teal:hover {
        color: #0083ad; }
    .button-primary--orange, .btn-primary--orange {
      background-color: #e45438;
      border: 2px solid #e45438; }
      .button-primary--orange:hover, .btn-primary--orange:hover {
        color: #e45438; }
    .button-primary--granite, .btn-primary--granite {
      background-color: #c2b9b8;
      border: 2px solid #c2b9b8; }
      .button-primary--granite:hover, .btn-primary--granite:hover {
        color: #c2b9b8; }
    .button-primary--gray, .btn-primary--gray {
      background-color: #ebf0f2;
      border: 2px solid #ebf0f2; }
      .button-primary--gray:hover, .btn-primary--gray:hover {
        color: #ebf0f2; }
  .button-secondary, .btn-secondary {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    background-color: #0083ad; }
    .button-secondary:hover, .btn-secondary:hover {
      background-color: #FFFFFF; }
    .button-secondary:hover, .btn-secondary:hover {
      color: #0083ad; }
    .button-secondary--blue, .btn-secondary--blue {
      background-color: #00a7e0; }
      .button-secondary--blue:hover, .btn-secondary--blue:hover {
        color: #00a7e0; }
    .button-secondary--teal, .btn-secondary--teal {
      background-color: #0083ad; }
      .button-secondary--teal:hover, .btn-secondary--teal:hover {
        color: #0083ad; }
    .button-secondary--orange, .btn-secondary--orange {
      background-color: #e45438; }
      .button-secondary--orange:hover, .btn-secondary--orange:hover {
        color: #e45438; }
    .button-secondary--granite, .btn-secondary--granite {
      background-color: #c2b9b8; }
      .button-secondary--granite:hover, .btn-secondary--granite:hover {
        color: #c2b9b8; }
  .button-tertiary, .button-default, .btn-tertiary, .btn-default {
    background-color: transparent;
    color: #00a7e0;
    border: 2px solid #00a7e0; }
    .button-tertiary:hover, .button-default:hover, .btn-tertiary:hover, .btn-default:hover {
      color: #FFFFFF; }
    .button-tertiary:hover, .button-default:hover, .btn-tertiary:hover, .btn-default:hover {
      background-color: #00a7e0; }
    .button-tertiary--blue, .button-default--blue, .btn-tertiary--blue, .btn-default--blue {
      color: #00a7e0;
      border: 2px solid #00a7e0; }
      .button-tertiary--blue:hover, .button-default--blue:hover, .btn-tertiary--blue:hover, .btn-default--blue:hover {
        background-color: #00a7e0; }
    .button-tertiary--teal, .button-default--teal, .btn-tertiary--teal, .btn-default--teal {
      color: #0083ad;
      border: 2px solid #0083ad; }
      .button-tertiary--teal:hover, .button-default--teal:hover, .btn-tertiary--teal:hover, .btn-default--teal:hover {
        background-color: #0083ad; }
    .button-tertiary--orange, .button-default--orange, .btn-tertiary--orange, .btn-default--orange {
      color: #e45438;
      border: 2px solid #e45438; }
      .button-tertiary--orange:hover, .button-default--orange:hover, .btn-tertiary--orange:hover, .btn-default--orange:hover {
        background-color: #e45438; }
    .button-tertiary--granite, .button-default--granite, .btn-tertiary--granite, .btn-default--granite {
      color: #c2b9b8;
      border: 2px solid #c2b9b8; }
      .button-tertiary--granite:hover, .button-default--granite:hover, .btn-tertiary--granite:hover, .btn-default--granite:hover {
        background-color: #c2b9b8; }
  .button-quaternary, .btn-quaternary {
    background: transparent;
    border: none;
    padding: 0;
    color: #0083ad; }
    .button-quaternary:hover, .btn-quaternary:hover {
      color: #0083ad; }
    .button-quaternary--blue, .btn-quaternary--blue {
      color: #00a7e0; }
      .button-quaternary--blue:hover, .btn-quaternary--blue:hover {
        color: #00a7e0; }
    .button-quaternary--teal, .btn-quaternary--teal {
      color: #0083ad; }
      .button-quaternary--teal:hover, .btn-quaternary--teal:hover {
        color: #0083ad; }
    .button-quaternary--orange, .btn-quaternary--orange {
      color: #e45438; }
      .button-quaternary--orange:hover, .btn-quaternary--orange:hover {
        color: #e45438; }
    .button-quaternary--granite, .btn-quaternary--granite {
      color: #c2b9b8; }
      .button-quaternary--granite:hover, .btn-quaternary--granite:hover {
        color: #c2b9b8; }
    .button-quaternary--white, .btn-quaternary--white {
      color: #FFFFFF; }
      .button-quaternary--white:hover, .btn-quaternary--white:hover {
        color: #FFFFFF; }
    .button-quaternary--red, .btn-quaternary--red {
      color: #dc3545; }
      .button-quaternary--red:hover, .btn-quaternary--red:hover {
        color: #dc3545; }
    .button-quaternary--black, .btn-quaternary--black {
      color: #444444; }
      .button-quaternary--black:hover, .btn-quaternary--black:hover {
        color: #444444; }
    .button-quaternary--darkgray, .btn-quaternary--darkgray {
      color: #999999; }
      .button-quaternary--darkgray:hover, .btn-quaternary--darkgray:hover {
        color: #999999; }
  .button:disabled, .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .button--loading, .btn--loading {
    -webkit-animation: saveLoading 2s infinite;
            animation: saveLoading 2s infinite; }
  .button__with-badge, .btn__with-badge {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.5rem; }
  .button__icon-badge, .btn__icon-badge {
    background-color: #e45438;
    color: #FFFFFF;
    font-size: 0.75rem;
    padding: 0 4px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 15px; }
    @media (min-width: 992px) {
      .button__icon-badge, .btn__icon-badge {
        left: auto;
        right: 0; } }

a.button {
  display: inline-block; }
  a.button:hover {
    text-decoration: none; }

.byline__text {
  font-size: 0.875rem; }

.clover {
  height: 240px;
  width: 240px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  margin-top: 50px;
  text-align: center; }
  .clover__background {
    position: absolute;
    top: 75px;
    display: none; }
  .clover__leaf {
    background-color: #9ed089;
    height: 90px;
    width: 240px;
    border-radius: 60px;
    position: absolute; }
    .clover__leaf:nth-child(2n), .clover__leaf:nth-child(7n) {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .clover__leaf:nth-child(3n), .clover__leaf:nth-child(6n) {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .clover__leaf:nth-child(4n) {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .clover__leaf--inner {
      width: 165px;
      background-color: white;
      content: "";
      height: 60px;
      width: 210px;
      border-radius: 60px;
      position: absolute;
      top: 15px;
      left: 15px; }
  .clover__content {
    padding: 45px;
    position: absolute;
    width: 100%; }
  .clover__icon {
    padding-top: 14px;
    width: 100%;
    font-size: 4.5rem; }
  .clover__text {
    width: 100%;
    font-size: 1.25rem; }
  .clover__subtext {
    width: 100%;
    font-size: 0.875rem; }
  .clover__label {
    padding-bottom: 36px;
    padding-top: 14px;
    width: 100%;
    text-align: center;
    font-size: 1.5rem; }
  .clover__color-lightgreen {
    color: #9ed089; }

.form-global {
  margin-bottom: 1rem; }
  .form-global__label, .form-global__field {
    width: 100%;
    display: block;
    color: #444444; }
  .form-global__label {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }
  .form-global__inline-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .form-global__inline-label-text {
      margin-left: 0.5rem; }
  .form-global__field, .form-global__field-message {
    font-family: "Lato", sans-serif;
    font-weight: normal; }
  .form-global__field {
    height: 40px;
    border: 2px solid #c2b9b8;
    margin-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .form-global__field-message {
    font-size: 0.875rem;
    color: #999999;
    margin-top: 0.25rem; }
  .form-global__disabled {
    color: #999999; }
    .form-global__disabled-custom-element {
      cursor: not-allowed;
      opacity: 0.7;
      background: #ebf0f2; }
  .form-global__custom {
    position: absolute;
    top: 0px;
    width: 25px;
    height: 25px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    z-index: -1; }
  .form-global__custom-element {
    position: absolute;
    top: 0px;
    width: 25px;
    height: 25px;
    border: 2px solid #c2b9b8;
    border-radius: 4px; }
  .form-global__custom-label-text {
    position: relative;
    left: 2rem; }
  .form-global__custom-element:after {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px; }
  .form-global__custom:checked ~ .form-global__custom-element {
    border: 2px solid #32996c; }
    .form-global__custom:checked ~ .form-global__custom-element:after {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .form-global--error .form-global__field {
    border: 2px solid #dc3545; }
  .form-global--error .form-global__field-message {
    color: #dc3545; }
  .form-global--success .form-global__field {
    border: 2px solid #32996c; }
  .form-global--success .form-global__field-message {
    color: #32996c; }
  .form-global__field-readonly {
    border: none;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    -webkit-text-fill-color: #444444; }
  .form-global__no-margin {
    margin: 0; }
  .form-global__required {
    color: #dc3545; }

.form-checkbox-input__custom-element, .form-checkbox-input__custom-element:after {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  content: "\2714"; }

.form-checkbox-input__field:checked ~ .form-checkbox-input__custom-element:after {
  padding-left: 2px; }

.form-checkbox-input__custom-element:after {
  width: 100%;
  height: 100%;
  background: #32996c;
  border: 2px solid #32996c; }

.form-checkbox-input__big-element {
  width: 35px !important;
  height: 35px !important;
  left: 0px; }
  .form-checkbox-input__big-element:after {
    width: 100%;
    height: 100%;
    font-size: 1.5rem; }

.form-checkbox-input__big-label-text {
  left: 3rem !important;
  font-size: 1.25rem; }

.form-checkbox-input__field-message {
  margin-bottom: 0.5rem; }

.form-checkbox-input__topic-variant {
  background: #FFFFFF;
  color: #444444;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.5rem 1.5rem;
  border: 2px solid #c2b9b8;
  cursor: pointer;
  margin: 0; }
  @media (max-width: 575px) {
    .form-checkbox-input__topic-variant {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.form-checkbox-input__unset-position {
  position: unset; }

.form-checkbox-input__check-topic-variant {
  margin-left: 2rem; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-checkbox-input__check-topic-variant {
    margin-left: 60px; } }

.form-checkbox-input__topic-variant-selected {
  background: #32996c;
  color: #FFFFFF;
  border: 2px solid #32996c; }

.form-checkbox-input__check-topic-variant {
  color: #32996c; }
  .form-checkbox-input__check-topic-variant .fas.fa-check {
    display: none; }
  .form-checkbox-input__check-topic-variant .fas.fa-plus {
    display: block; }

.form-checkbox-input__check-topic-variant-selected {
  color: white; }
  .form-checkbox-input__check-topic-variant-selected .fas.fa-check {
    display: block; }
  .form-checkbox-input__check-topic-variant-selected .fas.fa-plus {
    display: none; }

.form-dropdown__field {
  border-radius: 0;
  /*Hiding the select arrow for firefox*/
  -moz-appearance: none;
  /*Hiding the select arrow for chrome*/
  -webkit-appearance: none;
  /*Hiding the select arrow default implementation*/
  appearance: none;
  padding-right: 1.5rem; }

.form-dropdown__field::-ms-expand {
  display: none; }

.form-dropdown__custom {
  content: "";
  position: relative;
  display: block; }
  .form-dropdown__custom-readonly {
    background: transparent; }
    .form-dropdown__custom-readonly::after {
      display: none; }

.form-dropdown__custom::after {
  position: absolute;
  content: "\F078";
  font-family: 'FontAwesome';
  color: #999999;
  font-size: 0.875rem;
  right: 0.5rem;
  bottom: 0.5rem;
  pointer-events: none;
  margin: 0; }

.form-dropdown__custom-color::after {
  color: #FFFFFF; }

.form-dropdown__custom-bg-color {
  border: none;
  color: inherit; }

.form-radio-input__custom-element, .form-radio-input__custom-element:after {
  content: " ";
  border-radius: 50%; }

.form-radio-input__field:checked ~ .form-radio-input__custom-element {
  background: #32996c; }

.form-radio-input__custom-element:after {
  width: 50%;
  height: 50%;
  background: #FFFFFF;
  top: 5px;
  left: 5px; }

.form-radio-input__field-message {
  margin-bottom: 0.5rem; }

.form-range {
  padding: 70px; }
  .form-range__element {
    position: relative;
    width: 100%;
    height: 5px;
    margin-top: 50px; }
  .form-range__input {
    width: 100%;
    position: absolute;
    top: 2px;
    height: 0;
    -webkit-appearance: none; }
    .form-range__input::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 25px;
      height: 25px;
      margin: -4px 0 0;
      border-radius: 50%;
      background: #32996c;
      cursor: pointer;
      color: #32996c;
      border: 2px solid #FFFFFF; }
    .form-range__input::-webkit-slider-thumb::before {
      content: "a"; }
    .form-range__input::-moz-range-thumb {
      width: 25px;
      height: 25px;
      margin: -4px 0 0;
      border-radius: 50%;
      background: #32996c;
      cursor: pointer;
      color: #32996c;
      border: 2px solid #FFFFFF; }
    .form-range__input::-ms-thumb {
      width: 25px;
      height: 25px;
      margin: -4px 0 0;
      border-radius: 50%;
      background: #32996c;
      cursor: pointer;
      color: #32996c;
      border: 2px solid #FFFFFF; }
    .form-range__input::-webkit-slider-runnable-track {
      width: 100%;
      height: 15px;
      cursor: pointer;
      background: #b2b2b2; }
    .form-range__input::-moz-range-track {
      width: 100%;
      height: 15px;
      cursor: pointer;
      background: #b2b2b2; }
    .form-range__input::-ms-track {
      width: 100%;
      height: 15px;
      cursor: pointer;
      background: #b2b2b2; }
    .form-range__input:focus {
      background: none;
      outline: none; }
    .form-range__input::-ms-track {
      width: 100%;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      color: transparent; }
  .form-range__element-labels {
    padding: 0;
    list-style: none;
    padding: 0px 0 0 8px; }
    .form-range__element-labels li {
      position: relative;
      float: left;
      width: 90.25px;
      color: #b2b2b2;
      font-size: 14px;
      cursor: pointer;
      padding-top: 1.5rem; }
      .form-range__element-labels li::before {
        position: absolute;
        top: 6px;
        left: 0;
        content: "";
        margin: 0 auto;
        width: 3px;
        height: 10px;
        background: #999999; }
    .form-range__element-labels .active {
      color: #37adbf; }
  .form-range__output {
    position: absolute;
    text-align: center;
    color: #444444;
    display: inline-block;
    top: -6px;
    font-size: 0.75rem; }

.form-text-area-input__field {
  height: auto; }

.form-text-area-input__field-readonly {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  outline: none; }

.autoCompleteTarget {
  position: relative; }
  .autoCompleteTarget__edit-btn-wrapper {
    display: none;
    position: absolute;
    right: 1rem;
    bottom: 0.5rem; }
  .autoCompleteTarget--selected input {
    padding-right: 4rem;
    border: 2px solid #c2b9b8;
    margin-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .autoCompleteTarget--selected .autoCompleteTarget__edit-btn-wrapper {
    display: block; }
  .autoCompleteTarget__list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ebf0f2;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 350px;
    overflow-y: scroll;
    position: absolute;
    width: 93%;
    z-index: 1110; }
    @media (max-width: 575px) {
      .autoCompleteTarget__list {
        max-height: 200px;
        width: 96%; } }
    .autoCompleteTarget__list--item .autoCompleteTarget__searchItem {
      color: #444444;
      padding: 0.5rem;
      display: block;
      font-family: "Lato", sans-serif;
      font-weight: normal;
      font-size: 0.875rem; }
      .autoCompleteTarget__list--item .autoCompleteTarget__searchItem:hover, .autoCompleteTarget__list--item .autoCompleteTarget__searchItem:focus {
        text-decoration: none;
        background: #999999;
        color: #FFFFFF; }
    .autoCompleteTarget__list--item-fallback {
      padding: 0.5rem;
      display: block;
      font-family: "Lato", sans-serif;
      font-weight: normal;
      font-size: 0.875rem; }

.nav-heading__container {
  width: 100%;
  border-bottom: 5px solid #444444;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem; }
  .nav-heading__container--border-orange {
    border-bottom-color: #e45438; }
  .nav-heading__container--border-gray {
    border-bottom-color: #ebf0f2; }
  .nav-heading__container--no-border {
    border: none; }

.nav-heading__text {
  font-size: 0.75rem;
  font-family: "Lato-Black", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
  display: inline-block; }
  @media (min-width: 576px) {
    .nav-heading__text {
      font-size: 0.875rem; } }
  @media (min-width: 992px) {
    .nav-heading__text {
      font-size: 1rem; } }
  .nav-heading__text--span-only {
    border-bottom: 5px solid #444444;
    padding-bottom: 0.5rem; }
  .nav-heading__text--border-orange {
    border-bottom-color: #e45438; }
  .nav-heading__text--border-gray {
    border-bottom-color: #ebf0f2; }
  .nav-heading__text--session-date-spacing {
    letter-spacing: normal;
    word-spacing: 0.1rem; }

.nav-heading__separator, .nav-heading__purpose {
  margin-left: 0.25rem;
  color: #999999; }

.nav-heading--small {
  border-bottom-width: 3px; }
  @media (min-width: 992px) {
    .nav-heading--small {
      font-size: 0.875rem; } }
  @media (min-width: 992px) {
    .nav-heading--small .nav-heading__text {
      font-size: 0.875rem; } }

.progressbar {
  position: relative;
  margin: 2rem -0.5rem 4rem;
  /* negative side margins to negate padding provided to wrapper */ }
  .progressbar__wrapper {
    width: 100%;
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 0.5rem; }
  .progressbar__block {
    width: 98%;
    height: 20px;
    background: #ebf0f2;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .progressbar__block {
        min-width: 768px; } }
    .progressbar__block--editable {
      cursor: pointer; }
  .progressbar__clear-float {
    clear: both; }
  .progressbar__status {
    background: #9ed089;
    height: 20px;
    max-width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .progressbar__labels {
    width: 98%;
    margin-top: 1rem; }
    @media (max-width: 767px) {
      .progressbar__labels {
        min-width: 768px; } }
    .progressbar__labels-list {
      display: block;
      margin: 0;
      padding: 0;
      list-style: none; }
      .progressbar__labels-list-item {
        float: left;
        width: 5%;
        height: 10px;
        border-right: 3px solid #c2b9b8;
        font-size: 0.75rem;
        font-family: "Lato-Bold", sans-serif;
        font-weight: normal;
        margin-bottom: 0.5rem; }
        @media (max-width: 767px) {
          .progressbar__labels-list-item {
            min-width: 38px; } }
      .progressbar__labels-list-item:first-child {
        border-left: 3px solid #c2b9b8; }
      .progressbar__labels-list-item:first-child::after {
        position: relative;
        content: "0";
        top: 20px;
        left: -5.5px; }
      .progressbar__labels-list-item:nth-child(6)::after {
        position: relative;
        content: "25%";
        top: 20px;
        left: -11px; }
      .progressbar__labels-list-item:nth-child(11)::after {
        position: relative;
        content: "50%";
        top: 20px;
        left: -11px; }
      .progressbar__labels-list-item:nth-child(16)::after {
        position: relative;
        content: "75%";
        top: 20px;
        left: -11px; }
      .progressbar__labels-list-item:nth-child(20)::after {
        position: relative;
        content: "100%";
        top: 20px;
        left: 22px;
        float: right; }

.spinner__load {
  display: block;
  background: transparent;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2000;
  position: fixed;
  background-color: rgba(68, 68, 68, 0.5); }

.spinner__load-widget {
  position: absolute;
  top: 41%;
  width: 140px;
  height: 140px;
  margin: auto;
  left: calc(50% - (140px / 2)); }

.spinner__load-widget-arm {
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  animation-name: spinner-animation;
  -ms-animation-name: spinner-animation;
  -webkit-animation-name: spinner-animation;
  -moz-animation-name: spinner-animation;
  animation-duration: 1s;
  -ms-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal; }
  .spinner__load-widget-arm-1 {
    right: 31px;
    top: 8px;
    -webkit-animation-delay: -1.66667s;
    animation-delay: -1.66667s; }
  .spinner__load-widget-arm-2 {
    right: 10px;
    top: 31px;
    -webkit-animation-delay: -1.58333s;
    animation-delay: -1.58333s; }
  .spinner__load-widget-arm-3 {
    right: 0px;
    top: 60px;
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s; }
  .spinner__load-widget-arm-4 {
    right: 10px;
    bottom: 31px;
    -webkit-animation-delay: -1.41667s;
    animation-delay: -1.41667s; }
  .spinner__load-widget-arm-5 {
    right: 31px;
    bottom: 8px;
    -webkit-animation-delay: -1.33333s;
    animation-delay: -1.33333s; }
  .spinner__load-widget-arm-6 {
    left: 60px;
    bottom: 0px;
    -webkit-animation-delay: -1.25s;
    animation-delay: -1.25s; }
  .spinner__load-widget-arm-7 {
    bottom: 8px;
    left: 31px;
    -webkit-animation-delay: -1.16667s;
    animation-delay: -1.16667s; }
  .spinner__load-widget-arm-8 {
    left: 10px;
    bottom: 31px;
    -webkit-animation-delay: -1.08333s;
    animation-delay: -1.08333s; }
  .spinner__load-widget-arm-9 {
    left: 0;
    top: 60px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .spinner__load-widget-arm-10 {
    left: 10px;
    top: 31px;
    -webkit-animation-delay: -0.91667s;
    animation-delay: -0.91667s; }
  .spinner__load-widget-arm-11 {
    left: 31px;
    top: 8px;
    -webkit-animation-delay: -0.83333s;
    animation-delay: -0.83333s; }
  .spinner__load-widget-arm-12 {
    left: 60px;
    top: 0;
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s; }

@-webkit-keyframes spinner-animation {
  0% {
    opacity: 0.85;
    background-color: #444444; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 0.25;
    background-color: #FFFFFF; } }

@keyframes spinner-animation {
  0% {
    opacity: 0.85;
    background-color: #FFFFFF; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 0.25;
    background-color: #444444; } }

.taxnonomy {
  font-family: "Lato-Black", sans-serif;
  font-weight: normal;
  font-size: 0.625rem;
  letter-spacing: 1px;
  color: #999999;
  /*&__separator {
		color: $gray;
	}*/ }
  .taxnonomy__type, .taxnonomy__purpose, .taxnonomy__separator {
    margin-right: 0.25rem; }
  .taxnonomy__type {
    color: #e45438; }

.about-author__heading {
  margin-bottom: 0.5rem; }

.about-author__authors {
  margin-bottom: 0.5rem; }
  .about-author__authors--name {
    float: left;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    padding-right: 0.25rem; }

.about-author__authors--description > p {
  margin-bottom: 0; }

.alert-global {
  padding: 1rem; }
  .alert-global--success {
    background-color: #32996c;
    color: #FFFFFF; }
  .alert-global--error {
    background-color: #dc3545;
    color: #FFFFFF; }
  .alert-global--normal {
    background-color: #999999;
    color: #FFFFFF; }
  .alert-global__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .alert-global__dismiss {
    padding-left: 1rem; }
  .alert-global__dismiss-btn {
    margin-top: -8px;
    font-size: 1.25rem; }

.alert-dialog__header {
  padding: 0;
  border: none; }

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

.alert-global {
  padding: 1rem; }
  .alert-global--success {
    background-color: #32996c;
    color: #FFFFFF; }
  .alert-global--error {
    background-color: #dc3545;
    color: #FFFFFF; }
  .alert-global--normal {
    background-color: #999999;
    color: #FFFFFF; }
  .alert-global__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .alert-global__dismiss {
    padding-left: 1rem; }
  .alert-global__dismiss-btn {
    margin-top: -8px;
    font-size: 1.25rem; }

.alert-inline__body {
  width: 100%; }
  .alert-inline__body--center {
    text-align: center; }

.alert-inline__text-wrapper-text {
  margin-bottom: 0.5rem; }

.alert-inline__text-wrapper--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 992px) {
    .alert-inline__text-wrapper--center {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .alert-inline__text-wrapper--center .alert-inline__text-wrapper-text {
        margin-right: 4rem;
        margin-bottom: 0; }
      .alert-inline__text-wrapper--center .alert-inline__text-wrapper-btn {
        -ms-flex-negative: 0;
            flex-shrink: 0; } }

.alert-inline-group {
  width: 100%; }
  .alert-inline-group .alert-inline {
    margin-bottom: 1rem; }
  .alert-inline-group--hidden .alert-inline {
    display: none; }

.article-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 0.5rem; }
  .article-heading__icon-wrapper {
    margin-right: 1rem; }
  .article-heading__icon-type {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%; }
    .article-heading__icon-type--expert-review {
      background-image: url(core/images/article-heading-expert-reviewed.png);
      display: inline-block; }
    .article-heading__icon-type--hfm-featured {
      background-image: url(core/images/article-heading-hfm-featured.png);
      display: inline-block; }
    .article-heading__icon-type--policy-watch {
      background-image: url(core/images/article-heading-policy-watch.png);
      display: inline-block; }

.innerDivStyle {
  border-style: ridge;
  border-color: #999999;
  padding: 1rem; }

#divRow {
  margin-bottom: 1rem; }

.brg-listing__comparison-table, .brg-listing__listings, .brg-listing__information {
  margin-bottom: 1.5rem; }

.brg-listing__comparison-table {
  padding-left: 0;
  padding-right: 0;
  padding-top: 2rem; }

.brg-listing__total-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .brg-listing__total-submit {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; } }

.brg-listing__price {
  font-size: 1.5rem;
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .brg-listing__price {
      margin-bottom: 0; } }

.brg-listing .brg-listing__listings h2 {
  margin-top: 4.5rem; }

.brg-listing .brg-listing__listings .brg-what__listings {
  color: #313131;
  font-family: Lato;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  padding: 3.25rem 5.5rem 1rem 7.5rem;
  background-color: #EBF0F2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 6rem;
          column-gap: 6rem; }
  .brg-listing .brg-listing__listings .brg-what__listings .brg-what__listing {
    margin-bottom: 2.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .brg-listing .brg-listing__listings .brg-what__listings .comparison-table__body-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .brg-listing .brg-listing__listings .brg-what__listings .comparison-table__body-icon:before {
      color: #007DAC;
      font-size: 21px;
      line-height: 21px;
      font-weight: 600;
      margin-right: 9px; }

.brg-listing .brg-listing__listings .brg-price__listings {
  width: 100%; }
  .brg-listing .brg-listing__listings .brg-price__listings .brg-price__item {
    width: 19%;
    display: inline-block;
    background-color: #007DAC;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 18px;
    margin: 0 0.6% 0; }
    .brg-listing .brg-listing__listings .brg-price__listings .brg-price__item:first-child {
      margin: 0 0.6% 0 0; }
    .brg-listing .brg-listing__listings .brg-price__listings .brg-price__item:last-child {
      margin: 0 0 0 0.6%; }

.brg-listing .brg-category__error {
  color: #D0021B;
  font-family: Lato;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 1.2rem; }

.brg-listing .select__categori__boxes {
  width: 33%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: inline-table;
  margin-bottom: 1rem; }
  .brg-listing .select__categori__boxes .form-global__custom-element {
    position: absolute;
    top: 4px;
    width: 16px;
    height: 15px;
    border: 2px solid #c2b9b8;
    border-radius: 2px; }
  .brg-listing .select__categori__boxes .form-checkbox-input__field:checked ~ .form-checkbox-input__custom-element:after {
    padding-left: 0px;
    color: #FFFFFF;
    background: #007DAC;
    border: 2px solid #007DAC;
    font-size: 10px;
    content: "\F00C";
    font-family: "Font Awesome 5 Pro"; }
  .brg-listing .select__categori__boxes .form-global__custom:checked ~ .form-global__custom-element {
    border: 1px solid #007DAC; }
  .brg-listing .select__categori__boxes .form-global__custom-label-text {
    position: relative;
    left: 2rem;
    line-height: 23px;
    font-size: 16px;
    width: 90%;
    display: inline-block; }
  .brg-listing .select__categori__boxes .form-global__inline-label {
    display: block; }

.button-dropdown .dropdown.show .button-quaternary, .button-dropdown .dropdown.show .button-quaternary--teal {
  color: #00a7e0; }

.button-dropdown .dropdown-toggle:after {
  display: none; }

.button-dropdown .dropdown-menu {
  -webkit-transform: translate3d(0px, 23px, 0px) !important;
          transform: translate3d(0px, 23px, 0px) !important;
  background-color: #ebf0f2;
  border-radius: 0;
  border: 1px solid #999999;
  margin-top: 0.25rem; }

.button-dropdown .dropdown-item {
  color: #00a7e0; }
  .button-dropdown .dropdown-item:hover, .button-dropdown .dropdown-item:focus {
    cursor: pointer;
    background-color: #FFFFFF; }

.button-dropdown .dropdown-divider {
  border-top: 1px solid #999999; }

.button-list__root .button {
  margin-right: 1rem;
  margin-bottom: 1rem;
  text-align: center; }
  .button-list__root .button:last-child {
    margin-right: 0; }

.button-list--align-center {
  text-align: center; }
  .button-list--align-center .button {
    text-align: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
    .button-list--align-center .button:last-child {
      margin-right: 0.5rem; }

.button-list--align-left {
  text-align: left; }
  .button-list--align-left .button {
    text-align: left; }

.button-list--align-right {
  text-align: right; }
  .button-list--align-right .button {
    text-align: right;
    margin-right: 0;
    margin-left: 1rem; }
    .button-list--align-right .button:first-child {
      margin-left: 0; }

.button-list--full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .button-list--full-width .button {
    margin-left: 0;
    margin-right: 0; }

.brg-banner__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }
  @media (max-width: 575px) {
    .brg-banner__details {
      text-align: center; } }
  .brg-banner__details--tools-logo {
    max-width: 300px; }
    @media (max-width: 575px) {
      .brg-banner__details--tools-logo {
        margin: 0 auto;
        margin-bottom: 1.5rem; } }
  .brg-banner__details--tools-category p {
    margin: 0.5rem 0 0 0;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }
  .brg-banner__details--tools-review-icon-wrapper {
    width: 74px;
    height: 44px;
    margin-bottom: 1rem; }
    @media (max-width: 575px) {
      .brg-banner__details--tools-review-icon-wrapper {
        margin-left: auto;
        margin-right: auto; } }
  .brg-banner__details--tools-review-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 74px;
    height: 44px; }
    .brg-banner__details--tools-review-icon-peer-review {
      background-image: url(core/images/brg-banner-peer-reviewed.png);
      display: inline-block; }
  .brg-banner__details--footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 575px) {
      .brg-banner__details--footer-links {
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; } }
    .brg-banner__details--footer-links-list-item {
      display: inline-block;
      padding: 0 0.5rem 0 0; }

.brg-banner__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }
  @media (max-width: 575px) {
    .brg-banner__utility {
      display: none; } }
  .brg-banner__utility--footer {
    margin-top: 1rem; }

.brg-banner__contact-information {
  display: none; }
  @media (max-width: 575px) {
    .brg-banner__contact-information {
      display: block;
      margin-top: 2rem; } }
  .brg-banner__contact-information-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.brg-results-container {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .brg-results-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.search-terms {
  margin: 50px auto 0;
  max-width: 83.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .search-terms {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .search-terms__container {
    margin-right: 1rem;
    background-color: #ebf0f2;
    border: 1px solid #999999;
    padding: 0.25rem 1.5rem;
    cursor: pointer;
    color: #444444;
    -webkit-transition: color ease-in-out 200ms;
    -o-transition: color ease-in-out 200ms;
    transition: color ease-in-out 200ms; }
    .search-terms__container:hover {
      color: #00a7e0; }
  .search-terms__term {
    margin-right: 0.5rem; }

.brg-result-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 8px);
          flex: 0 1 calc(50% - 8px);
  border: 1px solid #ebf0f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .brg-result-card:not(:first-child) {
      margin-top: 0.5rem; } }
  .brg-result-card--reviewed-y {
    background-color: #ebf0f2; }
  .brg-result-card__company {
    text-align: center; }
    .brg-result-card__company--link:hover {
      text-decoration: none; }
  .brg-result-card__sub-category {
    text-align: center; }
  .brg-result-card__logo {
    display: block;
    max-width: 40%;
    margin: 0 auto 1rem; }
  .brg-result-card__location {
    text-align: center;
    margin-bottom: 0.5rem; }
  .brg-result-card__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .brg-result-card__phone, .brg-result-card__fax {
    margin-left: -1rem; }
  .brg-result-card__reviewed--n {
    display: none; }
  .brg-result-card__reviewed-img {
    max-width: 80px;
    display: block;
    margin: 0 auto; }

.brg-map-icon {
  float: left; }

.brg-contact__address {
  display: block;
  margin-left: 1rem; }

.brg-contact-list__links {
  list-style: none;
  margin: 0;
  padding: 0; }
  .brg-contact-list__links--list-item {
    margin: 0.5rem 0; }
    .brg-contact-list__links--list-item-link {
      text-transform: none; }

.brg-contact-list__non-link {
  cursor: text; }

.brg-promo__image {
  display: block;
  border: 1px solid #ebf0f2; }
  .brg-promo__image-container {
    margin-bottom: 1rem; }

.brg-tabs {
  margin: 1rem 0; }
  .brg-tabs__heading {
    text-align: center; }
  .brg-tabs .brg-tabs__heading {
    margin-top: 4rem; }
  .brg-tabs .tabs .nav-tabs {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden; }
    .brg-tabs .tabs .nav-tabs .nav-item__separator {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
  .brg-tabs .brg-tabs-panel__cards {
    padding-top: 0; }

.brg-advertiser-description {
  margin-bottom: 4rem; }

.brg-tabs-panel__cards-container {
  margin: 0; }

.brg-tabs-panel__cards {
  padding: 1rem 0.5rem; }

.brg-tabs-panel__cards:nth-child(3n+1) {
  padding-left: 0; }

.meta-brg-cards__video-elem--wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 1rem; }

.meta-brg-cards__video-elem--player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.meta-brg-cards__details-description--download-btn {
  margin-top: 1rem; }

.meta-brg-cards__indescription-link {
  text-transform: unset; }

.calendar-list-filter__filter-group--items-list {
  list-style: none;
  margin: 0;
  padding: 0; }

/*!
 * FullCalendar v3.10.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #1ab5ea;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #9ed089;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #ebf0f2; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #444444;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #444444;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #444444;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 0;
  border: 1px solid #e45438;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #e45438;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #FFFFFF;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #FFFFFF;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 0;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #FFFFFF;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #444444;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid #e45438; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #999999; }

.fc-unthemed .fc-popover {
  background-color: #FFFFFF; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #FFFFFF;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #FFFFFF; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 0;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #FFFFFF;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 0; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

.fc-event {
  position: relative;
  cursor: pointer; }
  .fc-event .fc-time {
    color: #FFFFFF;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }
  .fc-event .fc-title {
    color: #FFFFFF; }

.fc-day {
  background-color: #ebf0f2;
  border-color: #444444; }

.fc-day-number {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }

th.fc-day-header, .fc-head-container.fc-widget-header {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  border-top: none;
  border-left: none;
  border-right: none; }

.fc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .fc-content {
      font-size: 0.875rem; } }
  .fc-content .fc-time {
    display: none; }
  .fc-content .fc-tag {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .fc-content .fc-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

@media (min-width: 768px) {
  .fc-scroller.fc-day-grid-container {
    overflow: visible !important; } }

.fc-content-popover {
  display: none;
  position: absolute;
  bottom: 75%;
  z-index: 50;
  width: 250px;
  cursor: auto; }
  .fc-content-popover:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFFFFF;
    position: absolute;
    bottom: -9px; }
  .fc-content-popover:after {
    content: "";
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #FFFFFF;
    position: absolute;
    bottom: -8px; }
  @media (min-width: 992px) {
    .fc-content-popover {
      width: 400px; } }
  @media (min-width: 1200px) {
    .fc-content-popover {
      width: 600px; } }
  .fc-content-popover--right {
    right: 25%; }
    .fc-content-popover--right:before {
      right: 0; }
    .fc-content-popover--right:after {
      right: 1px; }
  .fc-content-popover--left {
    left: 25%; }
    .fc-content-popover--left:before {
      left: 0; }
    .fc-content-popover--left:after {
      left: 1px; }
  .fc-content-popover--show {
    display: block; }
    @media (max-width: 767px) {
      .fc-content-popover--show {
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        width: 100%; }
        .fc-content-popover--show:before, .fc-content-popover--show:after {
          display: none; } }
  .fc-content-popover .card-content {
    margin: 0; }
  .fc-content-popover .card-content__body-buttons {
    margin-bottom: 0; }
  .fc-content-popover .card-content__container {
    padding: 1rem; }
  .fc-content-popover .card-content__body-container {
    margin: 0; }
  .fc-content-popover .card-content__footer {
    display: none; }

@media (max-width: 767px) {
  .fc-view--show-popover .fc-event, .fc-view--show-popover .fc-row .fc-content-skeleton, .fc-view--show-popover .fc-row {
    position: static; } }

.fc-list-heading td.fc-widget-header {
  background-color: #0083ad;
  color: #FFFFFF; }

.fc-list-item {
  cursor: pointer; }
  .fc-list-item .fc-list-item-marker.fc-widget-content {
    display: none; }
  .fc-list-item .fc-tag {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    text-transform: uppercase; }
  .fc-list-item .fc-tag-separator {
    margin: 0 0.25rem;
    font-size: 0.875rem; }

.fc-list-empty {
  padding: 0.5rem 1rem; }

.fc-unthemed .fc-list-view {
  border: none; }

.filter-menu__calendar-view-container {
  display: none; }

.filter-menu__calendar-view {
  margin-bottom: 1rem; }
  .filter-menu__calendar-view .fc-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .filter-menu__calendar-view .fc-toolbar .fc-left {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .filter-menu__calendar-view .fc-toolbar .fc-center {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 1rem; }
    .filter-menu__calendar-view .fc-toolbar .fc-right {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }

.filter-menu__calendar-view-list {
  margin-bottom: 4rem; }
  .filter-menu__calendar-view-list .fc-toolbar {
    display: none; }

.filter-menu__toggle-content--show-calendar .filter-menu__calendar-view-container {
  display: block; }

.filter-menu__toggle-content--show-calendar .filter-menu__results-container {
  display: none; }

.filter-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .filter-menu__top {
      margin-bottom: 2rem; } }

.filter-menu__title {
  margin-bottom: 0;
  margin-right: 1.5rem; }

.filter-menu__calendar-view-btn .button {
  font-size: 1.5rem; }

@media (max-width: 991px) {
  .filter-menu__desktop {
    display: none; } }

@media (min-width: 992px) {
  .filter-menu__desktop {
    padding-right: 2rem;
    min-width: 285px; }
  .filter-menu__results {
    padding-left: 2rem; } }

.filter-menu__results-container .card-content {
  margin-bottom: 1rem; }

.filter-menu__desktop-filter-list-container {
  display: none; }
  @media (max-width: 991px) {
    .filter-menu__desktop-filter-list-container {
      display: none !important; } }

.filter-menu__desktop-filter-list {
  display: inline-block; }

.filter-menu__desktop-filter-list-btn {
  margin-bottom: 1rem;
  margin-right: 1rem;
  color: #444444; }
  .filter-menu__desktop-filter-list-btn:hover {
    color: #444444; }

.filter-menu__desktop-clear-btn {
  margin-bottom: 1rem; }

.filter-menu__options-menu-btn {
  width: 100%;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .filter-menu__options-menu-btn {
      display: none; } }

.filter-menu__heading {
  margin-bottom: 2rem; }

.filter-menu__facet-heading {
  text-transform: uppercase; }

.filter-menu__facet {
  margin-bottom: 2rem; }

.filter-menu__facet-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.filter-menu__facet-list-item {
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #0083ad; }
  .filter-menu__facet-list-item--show-all {
    font-family: "Lato-Black", sans-serif;
    font-weight: normal; }
  .filter-menu__facet-list-item--hidden {
    display: none; }
  .filter-menu__facet-list-item:hover {
    color: #00a7e0; }
  .filter-menu__facet-list-item.filter-menu--selected, .filter-menu__facet-list-item.active {
    color: #444444;
    font-family: "Lato-Black", sans-serif;
    font-weight: normal; }

.filter-menu__facet-list-item-count {
  margin-left: 0.5rem; }

/*!
 * FullCalendar v3.10.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #1ab5ea;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #9ed089;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #ebf0f2; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #444444;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #444444;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #444444;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 0;
  border: 1px solid #e45438;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #e45438;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #FFFFFF;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #FFFFFF;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 0;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #FFFFFF;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #444444;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid #e45438; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #999999; }

.fc-unthemed .fc-popover {
  background-color: #FFFFFF; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #FFFFFF;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #FFFFFF; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 0;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #FFFFFF;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 0; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

.fc-event {
  position: relative;
  cursor: pointer; }
  .fc-event .fc-time {
    color: #FFFFFF;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }
  .fc-event .fc-title {
    color: #FFFFFF; }

.fc-day {
  background-color: #ebf0f2;
  border-color: #444444; }

.fc-day-number {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }

th.fc-day-header, .fc-head-container.fc-widget-header {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  border-top: none;
  border-left: none;
  border-right: none; }

.fc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .fc-content {
      font-size: 0.875rem; } }
  .fc-content .fc-time {
    display: none; }
  .fc-content .fc-tag {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .fc-content .fc-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

@media (min-width: 768px) {
  .fc-scroller.fc-day-grid-container {
    overflow: visible !important; } }

.fc-content-popover {
  display: none;
  position: absolute;
  bottom: 75%;
  z-index: 50;
  width: 250px;
  cursor: auto; }
  .fc-content-popover:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFFFFF;
    position: absolute;
    bottom: -9px; }
  .fc-content-popover:after {
    content: "";
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #FFFFFF;
    position: absolute;
    bottom: -8px; }
  @media (min-width: 992px) {
    .fc-content-popover {
      width: 400px; } }
  @media (min-width: 1200px) {
    .fc-content-popover {
      width: 600px; } }
  .fc-content-popover--right {
    right: 25%; }
    .fc-content-popover--right:before {
      right: 0; }
    .fc-content-popover--right:after {
      right: 1px; }
  .fc-content-popover--left {
    left: 25%; }
    .fc-content-popover--left:before {
      left: 0; }
    .fc-content-popover--left:after {
      left: 1px; }
  .fc-content-popover--show {
    display: block; }
    @media (max-width: 767px) {
      .fc-content-popover--show {
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        width: 100%; }
        .fc-content-popover--show:before, .fc-content-popover--show:after {
          display: none; } }
  .fc-content-popover .card-content {
    margin: 0; }
  .fc-content-popover .card-content__body-buttons {
    margin-bottom: 0; }
  .fc-content-popover .card-content__container {
    padding: 1rem; }
  .fc-content-popover .card-content__body-container {
    margin: 0; }
  .fc-content-popover .card-content__footer {
    display: none; }

@media (max-width: 767px) {
  .fc-view--show-popover .fc-event, .fc-view--show-popover .fc-row .fc-content-skeleton, .fc-view--show-popover .fc-row {
    position: static; } }

.fc-list-heading td.fc-widget-header {
  background-color: #0083ad;
  color: #FFFFFF; }

.fc-list-item {
  cursor: pointer; }
  .fc-list-item .fc-list-item-marker.fc-widget-content {
    display: none; }
  .fc-list-item .fc-tag {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    text-transform: uppercase; }
  .fc-list-item .fc-tag-separator {
    margin: 0 0.25rem;
    font-size: 0.875rem; }

.fc-list-empty {
  padding: 0.5rem 1rem; }

.fc-unthemed .fc-list-view {
  border: none; }

.card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #ebf0f2;
  background-color: #FFFFFF; }
  .card-content__no-border {
    border: none; }
  @media (min-width: 768px) {
    .card-content {
      margin-bottom: 2rem; } }
  .card-content__img {
    width: 100%;
    height: 100%; }
  .card-content__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 1rem;
    padding-top: 1.5rem; }
  .card-content__taxonomy {
    margin-bottom: 1rem; }
  .card-content__body-container {
    margin-bottom: 1rem; }
  .card-content__body-buttons {
    margin-bottom: 1rem; }
  .card-content__body {
    font-size: 0.875rem;
    color: #999999;
    margin-bottom: 0.5rem; }
    .card-content__body:last-of-type {
      margin-bottom: 1rem; }
    .card-content__body b, .card-content__body strong {
      color: #666666; }
  .card-content__costs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0.5rem; }
    .card-content__costs .card-content__body {
      margin-right: 0.5rem; }
  .card-content__meta-text {
    font-size: 0.75rem;
    color: #444444;
    margin-bottom: 1rem; }
    .card-content__meta-text .byline__text {
      font-size: 0.75rem;
      color: #444444; }
  .card-content__meta-date {
    margin-bottom: 0.25rem;
    text-transform: uppercase; }
  .card-content__footer {
    margin-top: auto; }
  .card-content__button {
    margin-right: 1rem; }
  .card-content__collection-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 575px) {
      .card-content__collection-card {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .card-content__collection-card--img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 575px) {
        .card-content__collection-card--img {
          height: 50%; } }
    .card-content__collection-card--img-width {
      position: relative;
      margin-right: 1.5rem; }
      @media (max-width: 575px) {
        .card-content__collection-card--img-width {
          max-width: 100%;
          min-width: 100%;
          margin: 0;
          margin-bottom: 0.5rem; } }
      @media (min-width: 576px) {
        .card-content__collection-card--img-width {
          min-width: 200px;
          max-width: 200px; } }
      @media (min-width: 768px) {
        .card-content__collection-card--img-width {
          min-width: 350px;
          max-width: 350px; } }
    .card-content__collection-card--container {
      padding: 0; }
      @media (max-width: 575px) {
        .card-content__collection-card--container {
          position: relative;
          padding-right: 1.5rem; }
          .card-content__collection-card--container .options-menu {
            position: absolute;
            top: 1rem;
            right: 0; } }
    .card-content__collection-card--taxonomy {
      margin-bottom: 0.5rem; }
    .card-content__collection-card--header {
      font-size: 1.25rem;
      font-family: "Lato-Bold", sans-serif;
      font-weight: normal; }
      @media (max-width: 575px) {
        .card-content__collection-card--header {
          font-size: 1rem; } }
  .card-content__related-content-card {
    margin-bottom: 1rem; }
    .card-content__related-content-card .card-content__body-container {
      margin: 0; }
    .card-content__related-content-card--container {
      padding: 0.5rem; }
  .card-content__utility-variant {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    height: 100%;
    width: 100%;
    background: transparent;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0.5rem; }
    .card-content__utility-variant--message {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .card-content__utility-variant--img-wrapper {
      max-width: 100px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 1rem; }
    .card-content__utility-variant--container {
      padding: 0;
      width: 100%; }
    .card-content__utility-variant--taxonomy {
      margin-bottom: 0; }
      .card-content__utility-variant--taxonomy .taxnonomy {
        font-size: 0.5rem; }
    .card-content__utility-variant--no-gutters {
      padding: 0; }
    .card-content__utility-variant--message-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 0.875rem;
      margin-bottom: 0.25rem; }
    .card-content__utility-variant--message-sender {
      margin: 0;
      margin-right: 0.5rem; }
    .card-content__utility-variant--message-time {
      font-family: "Lato-Black", sans-serif;
      font-weight: normal; }
    .card-content__utility-variant--message-details-subject {
      font-size: 0.875rem; }
    .card-content__utility-variant--message-details-body {
      font-size: 0.75rem; }
    .card-content__utility-variant--message-profile-img-wrapper {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      overflow: hidden;
      position: relative; }
    .card-content__utility-variant--message-body {
      margin: 0; }
    .card-content__utility-variant--message-profile-img {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 100%;
      width: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: none; }
    .card-content__utility-variant--notifications {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .card-content__utility-variant--notifications-body {
        margin-bottom: 0;
        font-size: 0.875rem; }
      .card-content__utility-variant--notifications-profile-img-wrapper {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        overflow: hidden;
        position: relative; }
      .card-content__utility-variant--notifications-profile-img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none; }
    .card-content__utility-variant .card-content__header {
      font-size: 1rem; }
    .card-content__utility-variant .card-content__header--utility {
      margin-bottom: 0;
      font-size: 0.875rem; }
    .card-content__utility-variant--subject-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .card-content__utility-variant--unread .card-content__utility-variant--message-details-subject, .card-content__utility-variant--unread .card-content__utility-variant--notifications-body {
      font-family: "Lato-Bold", sans-serif;
      font-weight: normal; }
    .card-content__utility-variant--unread-icon {
      display: none;
      margin-right: 0.25rem;
      font-size: 0.75rem;
      color: #e45438;
      margin-top: 2px; }
    .card-content__utility-variant--unread .card-content__utility-variant--unread-icon {
      display: block; }
  .card-content .save-elem {
    margin-right: 1rem; }
  .card-content__content-feed.card-content {
    margin-bottom: 1rem; }
  .card-content__content-feed--header {
    color: #444444; }
    .card-content__content-feed--header:hover, .card-content__content-feed--header:focus, .card-content__content-feed--header:active, .card-content__content-feed--header.is-active {
      text-decoration: none; }
  .card-content__content-feed-btn {
    width: 100%;
    text-align: center; }

p.byline__text {
  font-size: 0.75rem;
  color: #444444;
  margin-bottom: 0.5rem; }

.content-feed-container div[class*=col]:nth-child(3n+1) {
  -webkit-box-flex: 0;
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

.content-feed-container--list-view div[class*=col] {
  -webkit-box-flex: 0;
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

.card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #ebf0f2;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem; }
  .card-icon--text-center {
    text-align: center !important; }
  .card-icon--with-img .card-icon__holder {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0; }
  .card-icon--with-img .card-icon__container {
    padding-top: 1.5rem; }
  .card-icon--no-border {
    border: none; }
  .card-icon__link:hover, .card-icon__link:focus, .card-icon__link:active, .card-icon__link.is-active {
    text-decoration: none; }
  .card-icon__top {
    position: relative; }
  .card-icon__img {
    width: 100%; }
  .card-icon__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .card-icon__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 1rem;
    padding-top: 0;
    text-align: left; }
  .card-icon__body {
    color: #999999; }
  .card-icon__footer {
    margin-top: auto;
    margin-bottom: 1rem; }
  .card-icon__button {
    margin-right: 1rem; }
    .card-icon__button:last-of-type {
      margin-right: 0; }
  .card-icon__font-icon--color-navy {
    color: #0d4d96; }
  .card-icon__font-icon--color-blue {
    color: #00a7e0; }
  .card-icon__font-icon--color-lightblue {
    color: #1ab5ea; }
  .card-icon__font-icon--color-teal {
    color: #0083ad; }
  .card-icon__font-icon--color-green {
    color: #32996c; }
  .card-icon__font-icon--color-orange {
    color: #e45438; }
  .card-icon__font-icon--color-granite {
    color: #c2b9b8; }
  .card-icon__font-icon--color-black {
    color: #444444; }
  .card-icon__font-icon--color-darkestgray {
    color: #666666; }
  .card-icon__font-icon--color-darkgray {
    color: #999999; }
  .card-icon__font-icon--color-gray {
    color: #ebf0f2; }
  .card-icon__font-icon--color-white {
    color: #FFFFFF; }

.main-carousel {
  color: #FFFFFF;
  position: relative; }
  .main-carousel__container {
    position: relative;
    z-index: 3; }
  .main-carousel__target-slide {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    cursor: pointer; }
  .main-carousel__text-slides {
    padding: 1.5rem 0.5rem 4rem; }
  .main-carousel__img {
    width: 100%;
    height: 100%; }
  .main-carousel__background-color {
    background: #1ab5ea; }
  .main-carousel__background-image {
    background-image: url("../../../images/test-promo-image.jpeg");
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .main-carousel__align-center {
    text-align: center; }
  .main-carousel__align-left {
    text-align: left; }
  .main-carousel__align-right {
    text-align: right; }
  .main-carousel__slide-content {
    padding-top: 1rem;
    font-size: 1.25rem; }
  .main-carousel__list-variant-list-slides {
    padding: 0;
    padding-top: 1rem; }
  .main-carousel__slide-content-wrapper {
    padding: 1.5rem 0; }
  .main-carousel__list-variant-styles {
    background: #FFFFFF;
    color: #444444; }
  .main-carousel__list-variant-list-container {
    padding: 0;
    list-style: none; }
  .main-carousel__list-variant-list-bullet {
    margin-right: 10px;
    color: #e45438;
    font-size: 0.75rem;
    vertical-align: middle; }
  .main-carousel__list-variant-heading {
    color: #0d4d96; }
  .main-carousel__list-variant-indicators.carousel-indicators .main-carousel__target-slide {
    background-color: #ebf0f2; }
  .main-carousel__list-variant-indicators.carousel-indicators .active {
    background-color: #e45438; }
  .main-carousel__background-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(68, 68, 68, 0.5); }
  .main-carousel__no-padding {
    padding: 0; }
  .main-carousel__no-padding-promo {
    padding: 0; }
  .main-carousel__slide-content-bottom-padding {
    padding-bottom: 2rem; }

.carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  -webkit-transition: -webkit-transform 2s ease;
  -o-transition: transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease; }

.chapter-breadcrumb {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  font-size: 0.875rem; }
  .chapter-breadcrumb__item:not(:last-child) {
    margin-right: 0.25rem; }
    .chapter-breadcrumb__item:not(:last-child)::after {
      content: ">";
      display: inline-block;
      margin-left: 0.25rem; }
  @media (max-width: 767px) {
    .chapter-breadcrumb__item::before {
      content: ">";
      display: inline-block;
      margin-right: 0.25rem; }
    .chapter-breadcrumb__item:not(:last-child) {
      display: none; } }

.chapters-search .mobile-filter-wrapper .options-menu__btn--minis-empty-label {
  margin: 0 !important; }

.chapters-search .mobile-filter-wrapper .options-menu__btn--option {
  border-bottom: none !important; }

.chapters-search .mobile-filter-wrapper .button--small {
  margin: 2px;
  padding: 4px 8px; }

.chapters-search .options-menu__btn {
  width: 100%; }

@media (min-width: 992px) {
  .chapters-search .options-menu__btn {
    display: none; } }

#cmmiModal {
  font-family: Lato,sans-serif; }
  #cmmiModal .disabledTab {
    pointer-events: none;
    opacity: 0.7;
    cursor: not-allowed; }
  #cmmiModal .errorMessage {
    color: #dc3545;
    margin-bottom: 10px; }
  #cmmiModal .modal-dialog {
    max-width: 1100px; }
  #cmmiModal .btn-section {
    margin-top: 40px; }
  #cmmiModal .tab-content {
    padding: 60px; }
  #cmmiModal .question-wrapper {
    display: none; }
    #cmmiModal .question-wrapper.active {
      display: block; }
  #cmmiModal h2 {
    font-size: 21px;
    line-height: 25px;
    padding: 11px 0;
    font-weight: bold; }
  #cmmiModal h3 {
    color: #0d4d96;
    font-size: 22px;
    font-weight: bold;
    line-height: 34px; }
  #cmmiModal .nav.nav-pills {
    padding: 30px 0 0px 60px;
    background: #ebf0f2;
    font-weight: bold;
    margin-bottom: 0 !important; }
    #cmmiModal .nav.nav-pills .nav-link {
      border-radius: 0;
      color: #444444;
      background: #dedede;
      margin-right: 10px;
      font-weight: bold; }
      #cmmiModal .nav.nav-pills .nav-link.active {
        color: #444444;
        background-color: #FFFFFF;
        border-radius: 0; }
  #cmmiModal input[type=radio]:checked::after {
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e96100;
    content: ""; }
  #cmmiModal input[type=radio] {
    height: 18px;
    right: 0;
    width: 18px;
    top: 0;
    cursor: pointer;
    padding-left: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px 2px #e96100;
            box-shadow: 0 0 1px 2px #e96100;
    background-color: #FFFFFF; }
  #cmmiModal table {
    width: 100%; }
    #cmmiModal table td {
      border: 1px solid silver;
      padding: 1rem; }
    #cmmiModal table.score-table td, #cmmiModal table.score-table-mapping td {
      padding: 4px; }
    #cmmiModal table.score-table .heading, #cmmiModal table.score-table-mapping .heading {
      background: #979797;
      color: #FFFFFF; }
    #cmmiModal table.score-table .score:nth-child(odd), #cmmiModal table.score-table-mapping .score:nth-child(odd) {
      background: #ebf0f2; }
    #cmmiModal table.metrics-table {
      border-collapse: separate;
      border-spacing: 0 8px; }
      #cmmiModal table.metrics-table .cmmi-score td {
        padding: 16px; }
      #cmmiModal table.metrics-table td {
        background: #ebf0f2;
        padding: 5px 16px;
        border: none; }
        #cmmiModal table.metrics-table td hr {
          height: 3px;
          margin: 0;
          background: #979797;
          border: 0; }
        #cmmiModal table.metrics-table td.score-value {
          padding: 16px; }
      #cmmiModal table.metrics-table .heading td {
        padding: 4px 16px;
        background: #979797;
        color: #FFFFFF; }
      #cmmiModal table.metrics-table input[type=text] {
        width: 60px;
        border: 1px solid #D8D8D8;
        text-align: center;
        padding: 10px; }
  #cmmiModal .score-wrapper {
    position: relative;
    padding-top: 50px; }
  #cmmiModal .score-pointer {
    padding: 10px;
    background: #00B0EF;
    border-top-color: #00B0EF;
    font-size: 22px;
    line-height: 34px;
    position: absolute;
    width: 179px;
    top: 0; }
    #cmmiModal .score-pointer.change-pointer-direction:after {
      left: 119px; }
    #cmmiModal .score-pointer:after {
      content: '';
      position: absolute;
      left: -138px;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-top-width: 25px;
      border-top-style: solid;
      border-top-color: inherit;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      top: 40px; }
  #cmmiModal .rating-section {
    height: 62px; }
    #cmmiModal .rating-section span {
      position: absolute;
      top: 135px;
      font-weight: bold; }
    #cmmiModal .rating-section .block {
      height: 100%; }
    #cmmiModal .rating-section .underdeveloped {
      background: #FE0102;
      width: calc(100% * 50/85); }
    #cmmiModal .rating-section .initiating {
      background: #FFC204;
      width: calc(100% * 10/85); }
    #cmmiModal .rating-section .emerging {
      background: #00B0EF;
      width: calc(100% * 15/85); }
    #cmmiModal .rating-section .consumer-centric {
      background: #03AF51;
      width: calc(100% * 10/85); }
  #cmmiModal #cmis .rating-section .underdeveloped {
    width: 60%; }
  #cmmiModal #cmis .rating-section .initiating {
    width: 10%; }
  #cmmiModal #cmis .rating-section .emerging {
    width: 20%; }
  #cmmiModal #cmis .rating-section .consumer-centric {
    width: 10%; }
  @media (max-width: 767px) {
    #cmmiModal .tab-content {
      padding: 15px; }
    #cmmiModal .nav.nav-pills {
      padding: 16px; }
      #cmmiModal .nav.nav-pills .nav-link {
        margin: 0; }
      #cmmiModal .nav.nav-pills .nav-item {
        width: 100%;
        margin: 4px 0; }
    #cmmiModal .score-pointer {
      padding: 7px;
      font-size: 14px;
      line-height: 1;
      top: 27px;
      width: 114px; }
      #cmmiModal .score-pointer.change-pointer-direction:after {
        left: 81px; }
      #cmmiModal .score-pointer:after {
        left: -94px;
        border-top-width: 10px;
        border-top-style: solid;
        border-top-color: inherit;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: 23px; }
    #cmmiModal .button.button-primary {
      padding: 10px;
      font-size: 15px; } }
  #cmmiModal .box {
    width: 20px;
    position: relative;
    height: 20px;
    top: 4px; }
  #cmmiModal .underdeveloped {
    background: #FE0102; }
  #cmmiModal .initiating {
    background: #FFC204; }
  #cmmiModal .emerging {
    background: #00B0EF; }
  #cmmiModal .consumer-centric {
    background: #03AF51; }

@media (max-width: 768px) {
  .hide-images img {
    display: none; } }

@media (max-width: 768px) {
  .hide-images .promo__content-container--padding-base {
    padding-bottom: 0 !important;
    padding-top: 0 !important; } }

@media (max-width: 768px) {
  .same-image-size-formobile div[class*=col] {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%; } }

.cart-items__checkout {
  width: 100%; }
  .cart-items__checkout-btn {
    width: 100%; }

.cart-items__cart {
  margin: 0.5rem 0;
  background: #ebf0f2;
  padding: 1.5rem; }
  .cart-items__cart-details {
    margin: 0.5rem 0; }
    .cart-items__cart-details-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cart-items__cart-details-row--promotional-input-block {
        width: 100%;
        margin-right: 0.5rem; }
      .cart-items__cart-details-row--total {
        font-size: 1.25rem;
        padding: 0.5rem 0;
        border-top: 2px solid #c2b9b8; }

.cart-items__cart-details-item, .cart-items__cart-details-value {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }

.cart-items__apply-promo-btn {
  height: 40px;
  margin-top: 32px; }

.commerce-cart__header {
  margin-bottom: 1rem; }
  .commerce-cart__header--secondary {
    font-family: "Lato", sans-serif;
    font-weight: normal; }

.commerce-cart__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%; }
  @media (max-width: 767px) {
    .commerce-cart__item-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.commerce-cart__item-listing-wrapper {
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.commerce-cart__item-price-wrapper {
  min-width: 120px; }

.commerce-cart__item-term-wrapper {
  min-width: 125px; }

.commerce-cart__item-listing-wrapper, .commerce-cart__item-price-wrapper {
  margin-right: 1.5rem; }

@media (max-width: 767px) {
  .commerce-cart__item-listing-wrapper, .commerce-cart__item-price-wrapper, .commerce-cart__item-term-wrapper {
    margin-right: 0;
    margin-bottom: 1rem; }
    .commerce-cart__item-listing-wrapper .form-global, .commerce-cart__item-price-wrapper .form-global, .commerce-cart__item-term-wrapper .form-global {
      margin-bottom: 0; } }

.commerce-cart__item-header {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #c2b9b8; }
  @media (max-width: 767px) {
    .commerce-cart__item-header {
      display: none; } }

.commerce-cart__item-heading--mobile {
  display: none; }
  @media (max-width: 767px) {
    .commerce-cart__item-heading--mobile {
      display: block;
      font-family: "Lato", sans-serif;
      font-weight: normal;
      margin-bottom: 0.5rem; } }

.commerce-cart__item-selection {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal;
  margin-bottom: 1rem; }
  .commerce-cart__item-selection .form-dropdown__field {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }

.commerce-cart__item-description {
  margin-bottom: 1.5rem; }

.commerce-cart__payment-options {
  display: none;
  margin-bottom: 1.5rem; }

.commerce-cart__payment-options-label {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal;
  margin-bottom: 0.5rem; }

.commerce-cart__payment-options-field {
  margin-bottom: 0.25rem; }

.commerce-cart__cart-details-payment-mode-disabled {
  opacity: 0.4;
  cursor: not-allowed; }

.commerce-cart__checkout {
  width: 100%; }
  .commerce-cart__checkout-btn {
    width: 100%; }
  .commerce-cart__checkout-disabled {
    opacity: 0.7;
    cursor: not-allowed; }

.commerce-cart__cart {
  margin-bottom: 0.5rem;
  background: #ebf0f2;
  padding: 1.5rem; }
  .commerce-cart__cart-details {
    margin: 0.5rem 0; }
    .commerce-cart__cart-details-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .commerce-cart__cart-details-row--promotional-input-block {
        width: 100%;
        margin-right: 0.5rem; }
      .commerce-cart__cart-details-row--total {
        font-size: 1.25rem;
        padding: 0.5rem 0;
        border-top: 2px solid #c2b9b8; }

.commerce-cart__cart-details-item, .commerce-cart__cart-details-value {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }
  .commerce-cart__cart-details-item--term, .commerce-cart__cart-details-value--term {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    margin-bottom: 0.5rem; }

.commerce-cart__apply-promo-btn {
  height: 40px;
  margin-top: 32px; }

.commerce-cart__trial-renewal {
  padding-left: 25px; }

.commerce-cart__acceptance {
  padding: 1.5rem;
  background: #ebf0f2;
  border: 2px solid #c2b9b8;
  margin-bottom: 2rem; }
  .commerce-cart__acceptance--trial-checkbox {
    margin-top: -1rem; }
  .commerce-cart__acceptance--criteria-heading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 575px) {
      .commerce-cart__acceptance--criteria-heading-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .commerce-cart__acceptance--criteria-heading {
    margin-right: 0.5rem; }
  .commerce-cart__acceptance--criteria-text {
    padding: 1rem 0; }

.commerce-steps__steps--activeStep {
  display: block; }

.commerce-steps__steps-1--form {
  margin: 1rem 0; }

.commerce-steps__steps-btn .button-primary {
  width: 100%; }

.commerce-steps .collapsing {
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s; }

.commerce-steps__go-back {
  margin-bottom: 1rem;
  display: inline-block; }

.commerce-steps .form-group-global__form, .commerce-steps__steps-btn, .commerce-steps .autoCompleteTarget__list {
  max-width: 800px; }

.innerDivStyle {
  border-style: ridge;
  border-color: #999999;
  padding: 1rem; }

#divRow {
  margin-bottom: 1rem; }

.brg-listing__comparison-table, .brg-listing__listings, .brg-listing__information {
  margin-bottom: 1.5rem; }

.brg-listing__comparison-table {
  padding-left: 0;
  padding-right: 0;
  padding-top: 2rem; }

.brg-listing__total-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .brg-listing__total-submit {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; } }

.brg-listing__price {
  font-size: 1.5rem;
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .brg-listing__price {
      margin-bottom: 0; } }

.brg-listing .brg-listing__listings h2 {
  margin-top: 4.5rem; }

.brg-listing .brg-listing__listings .brg-what__listings {
  color: #313131;
  font-family: Lato;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  padding: 3.25rem 5.5rem 1rem 7.5rem;
  background-color: #EBF0F2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 6rem;
          column-gap: 6rem; }
  .brg-listing .brg-listing__listings .brg-what__listings .brg-what__listing {
    margin-bottom: 2.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .brg-listing .brg-listing__listings .brg-what__listings .comparison-table__body-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .brg-listing .brg-listing__listings .brg-what__listings .comparison-table__body-icon:before {
      color: #007DAC;
      font-size: 21px;
      line-height: 21px;
      font-weight: 600;
      margin-right: 9px; }

.brg-listing .brg-listing__listings .brg-price__listings {
  width: 100%; }
  .brg-listing .brg-listing__listings .brg-price__listings .brg-price__item {
    width: 19%;
    display: inline-block;
    background-color: #007DAC;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 18px;
    margin: 0 0.6% 0; }
    .brg-listing .brg-listing__listings .brg-price__listings .brg-price__item:first-child {
      margin: 0 0.6% 0 0; }
    .brg-listing .brg-listing__listings .brg-price__listings .brg-price__item:last-child {
      margin: 0 0 0 0.6%; }

.brg-listing .brg-category__error {
  color: #D0021B;
  font-family: Lato;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 1.2rem; }

.brg-listing .select__categori__boxes {
  width: 33%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: inline-table;
  margin-bottom: 1rem; }
  .brg-listing .select__categori__boxes .form-global__custom-element {
    position: absolute;
    top: 4px;
    width: 16px;
    height: 15px;
    border: 2px solid #c2b9b8;
    border-radius: 2px; }
  .brg-listing .select__categori__boxes .form-checkbox-input__field:checked ~ .form-checkbox-input__custom-element:after {
    padding-left: 0px;
    color: #FFFFFF;
    background: #007DAC;
    border: 2px solid #007DAC;
    font-size: 10px;
    content: "\F00C";
    font-family: "Font Awesome 5 Pro"; }
  .brg-listing .select__categori__boxes .form-global__custom:checked ~ .form-global__custom-element {
    border: 1px solid #007DAC; }
  .brg-listing .select__categori__boxes .form-global__custom-label-text {
    position: relative;
    left: 2rem;
    line-height: 23px;
    font-size: 16px;
    width: 90%;
    display: inline-block; }
  .brg-listing .select__categori__boxes .form-global__inline-label {
    display: block; }

.comparison-table {
  overflow-x: scroll;
  padding-top: 40px; }
  .comparison-table__table {
    background-color: #FFFFFF;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    min-width: calc(200px + (4 * 150px)); }
    .comparison-table__table--1 {
      min-width: calc(200px + (1 * 150px)); }
    .comparison-table__table--2 {
      min-width: calc(200px + (2 * 150px)); }
    .comparison-table__table--3 {
      min-width: calc(200px + (3 * 150px)); }
    .comparison-table__table--4 {
      min-width: calc(200px + (4 * 150px)); }
    .comparison-table__table--5 {
      min-width: calc(200px + (5 * 150px)); }
    .comparison-table__table--6 {
      min-width: calc(200px + (6 * 150px)); }
    .comparison-table__table--7 {
      min-width: calc(200px + (7 * 150px)); }
    .comparison-table__table--8 {
      min-width: calc(200px + (8 * 150px)); }
    .comparison-table__table--9 {
      min-width: calc(200px + (9 * 150px)); }
  .comparison-table__cell {
    padding: 1rem;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    border: 1px solid #999999; }
    .comparison-table__cell--highlight {
      background-color: rgba(50, 153, 108, 0.3); }
  .comparison-table__head-row .comparison-table__cell--highlight:before {
    content: 'CURRENT PLAN';
    height: 40px;
    width: calc(100% + 2px);
    position: absolute;
    top: -40px;
    left: -1px;
    background-color: rgba(50, 153, 108, 0.3);
    border: 1px solid #999999;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.75rem;
    font-family: "Lato-Black", sans-serif;
    font-weight: normal;
    letter-spacing: 0.15rem; }
  .comparison-table__head-cell {
    vertical-align: top;
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 76px; }
  .comparison-table__head-cell-title {
    font-size: 1rem;
    font-family: "Lato-Black", sans-serif;
    font-weight: normal; }
  .comparison-table__head-cell-price {
    font-size: 0.875rem;
    font-family: "Lato-Black", sans-serif;
    font-weight: normal; }
  .comparison-table__head-cell-text {
    font-size: 0.75rem;
    color: #999999; }
  .comparison-table__head-cell-button-container {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0; }
  .comparison-table__logo-cell {
    width: 200px;
    vertical-align: middle;
    padding: 1rem; }
  .comparison-table__logo-container {
    display: block;
    background-image: url(core/images/logo-black.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 119px;
    height: 46px;
    min-width: 119px;
    min-height: 46px; }
  .comparison-table__body-focus-cell, .comparison-table__body-info-cell {
    text-align: left; }
  .comparison-table__body-focus-row .comparison-table__cell {
    border-bottom: none; }
  .comparison-table__body-focus-cell {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.25rem;
    font-family: "Lato-Black", sans-serif;
    font-weight: normal; }
  .comparison-table__body-row--no-top-border .comparison-table__cell {
    border-top: none; }
  .comparison-table__body-row--no-bottom-border .comparison-table__cell {
    border-bottom: none; }
  .comparison-table__body-icon {
    color: #32996c;
    font-size: 2.5rem; }

.content-list__item {
  margin-bottom: 0.75em; }
  @media (min-width: 576px) {
    .content-list__item {
      margin-bottom: 0.75em; } }

.cta-modal .modal-dialog {
  max-width: 1133px; }

.cta-modal .modal-header {
  border-bottom: 0; }

.cta-modal .modal-header .close {
  padding: 0;
  border: 0; }

.document-download {
  width: 100%;
  height: 100%;
  position: relative; }
  .document-download__img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%; }
  .document-download__overlay--black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(68, 68, 68, 0.7); }
  .document-download__overlay--teal:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 131, 173, 0.85); }
  .document-download__overlay--blue:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 167, 224, 0.85); }
  .document-download__overlay--white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.5); }
  .document-download__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 3;
    position: relative;
    width: 100%;
    color: #FFFFFF;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 300px;
    min-height: 300px; }
    @media (min-width: 768px) {
      .document-download__body {
        padding: 3rem 1.5rem; } }
    @media (max-width: 767px) {
      .document-download__body {
        padding: 2rem 1.5rem;
        height: 250px;
        min-height: 250px; } }
    @media (max-width: 575px) {
      .document-download__body--content {
        font-size: 0.875rem; } }
  .document-download__footer--content-link {
    color: #FFFFFF;
    background: transparent;
    border-color: #FFFFFF; }
    .document-download__footer--content-link:hover {
      color: #444444; }

.event-or-label {
  vertical-align: middle;
  text-align: center; }

.event-or-label_span {
  vertical-align: -webkit-baseline-middle;
  margin: 0 auto; }

.event-cta-sourcecode-in {
  border: 2px solid #0083ad;
  margin-top: 0px;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  outline: none; }

.sourcecode-error-label {
  color: red; }

.filter-items__dropdown {
  min-width: 200px; }

.filter-items__no-items-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem 0;
  background: #ebf0f2;
  padding: 1.5rem; }

.floating-menu__root {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  background: #ebf0f2;
  display: none;
  z-index: 100;
  -webkit-animation: smoothScrollBack 1s backwards;
          animation: smoothScrollBack 1s backwards; }
  @media (min-width: 576px) {
    .floating-menu__root {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

.floating-menu__options-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0; }
  @media (max-width: 575px) {
    .floating-menu__options-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .floating-menu__options-list-item > div, .floating-menu__options-list-item > .button {
    margin-right: 1rem; }
  .floating-menu__options-list-item:last-child > div, .floating-menu__options-list-item:last-child > .button {
    margin-right: 0; }

.floating-menu__fixed {
  display: block;
  -webkit-animation: smoothScroll 1s forwards;
          animation: smoothScroll 1s forwards; }

.floating-menu__article-progress {
  height: 5px;
  background-color: #1ab5ea;
  width: 0px;
  z-index: 101;
  position: absolute;
  bottom: 0px;
  left: 0; }

.floating-menu__static-container {
  margin-top: 0.25rem;
  margin-bottom: 1rem; }

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.footer__root {
  background-color: #0d4d96;
  color: #FFFFFF;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.footer__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0; }

.footer__logo, .footer__links-container, .footer__social-icons {
  margin-bottom: 1.5rem; }

.footer__logo {
  display: block;
  /*background-image: url('images/logo-white.png');*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100px;
  height: 38px;
  min-width: 100px;
  min-height: 38px; }

.footer__subheading {
  margin-top: 1rem;
  position: absolute;
  color: #ffffff; }

.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Lato-Black", sans-serif;
  font-weight: normal; }

.footer__links, .footer__link-item {
  margin-bottom: 0.5rem; }
  .footer__links:last-of-type, .footer__link-item:last-of-type {
    margin-bottom: 0; }

.footer__link, .footer__breadcrumb {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.3; }
  .footer__link:hover, .footer__link:focus, .footer__link:active, .footer__link.is-active, .footer__breadcrumb:hover, .footer__breadcrumb:focus, .footer__breadcrumb:active, .footer__breadcrumb.is-active {
    color: #FFFFFF;
    text-decoration: underline; }

.footer__link {
  font-size: 1rem; }

.footer__social-icon-link {
  color: #FFFFFF;
  font-size: 2.5rem;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  margin-right: 1rem; }
  .footer__social-icon-link:last-of-type {
    margin-right: 0; }
  .footer__social-icon-link:hover, .footer__social-icon-link:focus, .footer__social-icon-link:active, .footer__social-icon-link.is-active {
    color: #ebf0f2;
    text-decoration: none; }

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0; }

.footer__copyright {
  font-size: 0.875rem;
  margin-bottom: 0.5rem; }

.footer__copyright-continued {
  display: inline; }
  .footer__copyright-continued:before {
    content: "\A"; }

.footer__breadcrumbs {
  font-size: 0.875rem; }

.footer__breadcrumb-separator {
  color: #1ab5ea; }

.footer__breadcrumb, .footer__breadcrumb-separator {
  margin-right: 0.5rem; }

.footer__breadcrumb:last-of-type {
  margin-right: 0; }

@media (min-width: 576px) {
  .footer__links-container {
    margin-top: 2rem !important; } }

@media (max-width: 575px) {
  .footer__links-container {
    margin-top: 2rem !important; } }

@media (min-width: 768px) {
  .footer__root {
    padding-top: 4rem; }
  .footer__top-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 1.5rem; }
  .footer__logo, .footer__links-container {
    margin-bottom: 0; }
  .footer__social-icons {
    margin-bottom: 1.5rem; }
  .footer__logo {
    margin-right: 8rem !important; }
  .footer__links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0rem !important; }
  .footer__links {
    margin-right: 1.5rem; }
    .footer__links:last-of-type {
      margin-right: 0; }
  .footer__links, .footer__link-item {
    margin-bottom: 0; }
  .footer__bottom {
    margin-bottom: 1rem; } }

@media (min-width: 992px) {
  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 4rem; }
  .footer__top-left {
    margin-bottom: 0; }
  .footer__logo {
    margin-top: 0.25rem;
    margin-right: 8rem !important; }
  .footer__links {
    margin-right: 2rem; }
    .footer__links:last-of-type {
      margin-right: 0; }
  .footer__social-icons {
    margin-left: auto;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__social-icon-link {
    margin-right: 1rem;
    margin-top: -0.3rem;
    font-size: 2.4rem;
    display: block; }
    .footer__social-icon-link:last-of-type {
      margin-right: 0; }
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .footer__breadcrumbs {
    margin-left: auto; }
  .footer__links-container {
    margin-top: 0rem !important; } }

@-moz-document url-prefix() {
  .footer__logo {
    padding-bottom: 90px; } }

.form-group-global__alerts .alert-global {
  margin-bottom: 1rem; }

.form-group-global__btn {
  margin-right: 0.5rem;
  margin-bottom: 1rem; }

.form-group-global__heading-container {
  margin-bottom: 2rem; }

.form-group-global__dialog-success {
  background: #32996c;
  color: #444444; }

.form-group-global__dialog-error {
  background: #dc3545;
  color: #FFFFFF; }

.form-group-global__links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem; }

.form-group-global__view-mode .form-global__required {
  display: none; }

.form-group-global__heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1rem; }

.form-group-global__mode-control {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.form-group-global__mode-control--edit {
  display: none; }

.form-group-global__alerts .alert-inline {
  display: none; }

.form-group-global__fieldset {
  margin-bottom: 1.5rem; }

.form-group-global__fieldset-heading {
  font-size: 1.5rem;
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal;
  margin-bottom: 1rem; }

.form-group-global__fieldset-wrapper--additional-padding {
  padding: 2rem;
  border: 2px solid #c2b9b8; }

.form-group-global__progress-block {
  margin-bottom: 1.5rem; }

.form-group-global .form-my-profile__progressbar-status {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }

.form-group-global__alerts .alert-global {
  margin-bottom: 1rem; }

.form-group-global__btn {
  margin-right: 0.5rem;
  margin-bottom: 1rem; }

.form-group-global__heading-container {
  margin-bottom: 2rem; }

.form-group-global__dialog-success {
  background: #32996c;
  color: #444444; }

.form-group-global__dialog-error {
  background: #dc3545;
  color: #FFFFFF; }

.form-group-global__links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem; }

.form-group-global__view-mode .form-global__required {
  display: none; }

.form-group-global__heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1rem; }

.form-group-global__mode-control {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.form-group-global__mode-control--edit {
  display: none; }

.form-group-global__alerts .alert-inline {
  display: none; }

.form-group-global__fieldset {
  margin-bottom: 1.5rem; }

.form-group-global__fieldset-heading {
  font-size: 1.5rem;
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal;
  margin-bottom: 1rem; }

.form-group-global__fieldset-wrapper--additional-padding {
  padding: 2rem;
  border: 2px solid #c2b9b8; }

.form-group-global__progress-block {
  margin-bottom: 1.5rem; }

.form-group-global .form-my-profile__progressbar-status {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }

.form-change-password__alert-success, .form-change-password__alert-error {
  display: none; }

.form-change-password__submit-btn:focus {
  background: #FFFFFF;
  color: #0083ad; }

.cloneable-content {
  margin: 1.5rem 0; }
  .cloneable-content__remove-clone {
    margin-bottom: 1.5rem; }
  .cloneable-content__remove-padding {
    margin: 0; }

[data-form-mode="readonly"] .cloneable-content .cloneable-content__remove-clone {
  display: none; }

.form-forgot-password {
  margin-bottom: 1rem; }
  .form-forgot-password__alert-success, .form-forgot-password__alert-error {
    display: none; }

.form-forgot-username {
  margin-bottom: 1rem; }
  .form-forgot-username__alert-success, .form-forgot-username__alert-error {
    display: none; }

.image-upload__profile-change-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.image-upload__form-input .form-text-input__field {
  height: auto;
  padding: 0.5rem; }

.image-upload__form--btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 576px) {
    .image-upload__form--btn-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      padding: 1.5rem; } }

.image-upload__form--btn {
  margin-bottom: 1rem; }
  .image-upload__form--btn:last-of-type {
    margin: 0; }
  @media (min-width: 576px) {
    .image-upload__form--btn {
      margin: 0; } }

.image-upload__form--alert-success, .image-upload__form--alert-error, .image-upload__form--preview-block {
  display: none; }

.image-upload__form--preview-block-show {
  display: block;
  text-align: center;
  margin-bottom: 1rem; }

.form-search-results-opt-out__alert-success, .form-search-results-opt-out__alert-error {
  display: none; }

.form-sign-in__alert-success, .form-sign-in__alert-error {
  display: none; }

.form-sign-in__submit-btn {
  width: 100%; }

@media (max-width: 991px) {
  .form-sign-in__link-item {
    margin-bottom: 0.25rem; }
    .form-sign-in__link-item:last-of-type {
      margin-bottom: 0; } }

@media (max-width: 991px) {
  .form-sign-in__link {
    color: #FFFFFF; }
    .form-sign-in__link:hover, .form-sign-in__link:focus {
      color: #FFFFFF; } }

.form-sign-in__username label {
  color: #444444 !important; }
  @media (max-width: 575px) {
    .form-sign-in__username label {
      color: #FFFFFF !important; } }

.form-sign-in__password label {
  color: #444444 !important; }
  @media (max-width: 575px) {
    .form-sign-in__password label {
      color: #FFFFFF !important; } }

.form-sign-up__alert-success, .form-sign-up__alert-error {
  display: none; }

.form-sign-up__submit-btn:focus {
  background: #FFFFFF;
  color: #0083ad; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /*Put this here because the break points are already defined here*/ }

@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  .header {
    height: 160px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .member-hero-head {
    padding-top: 20px; }
  .dropdown-menu {
    margin-top: -4px !important; } }

@media (max-width: 991px) {
  .header__root {
    min-height: 80px;
    height: 80px;
    background: #00a7e0;
    background: -webkit-linear-gradient(left, #00a7e0 0%, #00a7e0 50%, #0d4d96 50%, #0d4d96 50%, #0d4d96 50%, #0d4d96 100%);
    background: -webkit-gradient(linear, left top, right top, from(#00a7e0), color-stop(50%, #00a7e0), color-stop(50%, #0d4d96), color-stop(50%, #0d4d96), color-stop(50%, #0d4d96), to(#0d4d96));
    background: -o-linear-gradient(left, #00a7e0 0%, #00a7e0 50%, #0d4d96 50%, #0d4d96 50%, #0d4d96 50%, #0d4d96 100%);
    background: linear-gradient(to right, #00a7e0 0%, #00a7e0 50%, #0d4d96 50%, #0d4d96 50%, #0d4d96 50%, #0d4d96 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left', endColorstr='$right',GradientType=1 ); } }

@media (max-width: 767px) {
  .header__root {
    min-height: 60px;
    height: 60px; } }

.header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 60px; }
  @media (min-width: 768px) {
    .header .header-container {
      height: 80px; } }
  @media (min-width: 992px) {
    .header .header-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: unset; } }
  @media (min-width: 992px) {
    .header .header-container {
      padding: 0;
      max-width: none !important; } }

.header .utility-nav {
  background-color: #0d4d96;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .header .utility-nav__list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    @media (max-width: 991px) {
      .header .utility-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    @media (min-width: 992px) {
      .header .utility-nav__list {
        height: 60px; } }
  .header .utility-nav__list-item {
    margin-right: 1.5rem;
    color: #FFFFFF; }
    @media (max-width: 991px) {
      .header .utility-nav__list-item {
        display: block;
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin: 0; } }
    @media (max-width: 575px) {
      .header .utility-nav__list-item {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; } }
    .header .utility-nav__list-item--badge {
      display: inline-block;
      position: relative; }
    @media (min-width: 992px) {
      .header .utility-nav__list-item--search {
        margin-right: 0.5rem; } }
    .header .utility-nav__list-item--search-expanded {
      width: 100%; }
    @media (max-width: 991px) {
      .header .utility-nav__list-item--desktop-only {
        display: none !important; } }
    .header .utility-nav__list-item--sign-in {
      margin-left: 1rem; }
    .header .utility-nav__list-item--sign-in-dropdown {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .header .utility-nav__list-item:last-of-type {
      margin-right: 0; }
    .header .utility-nav__list-item--avatar-list-mobile-links {
      display: block;
      padding: 0 !important;
      border-top: 2px solid #FFFFFF;
      max-height: unset !important; }
      @media (min-width: 992px) {
        .header .utility-nav__list-item--avatar-list-mobile-links {
          display: none; } }
      .header .utility-nav__list-item--avatar-list-mobile-links .utility-nav__avatar-additional-links--list {
        padding: 0;
        color: #FFFFFF; }
        .header .utility-nav__list-item--avatar-list-mobile-links .utility-nav__avatar-additional-links--list-item {
          margin: 1rem 0; }
          .header .utility-nav__list-item--avatar-list-mobile-links .utility-nav__avatar-additional-links--list-item a {
            color: #FFFFFF;
            font-size: 1.25rem; }
            @media (max-width: 575px) {
              .header .utility-nav__list-item--avatar-list-mobile-links .utility-nav__avatar-additional-links--list-item a {
                font-size: 1rem; } }
      .header .utility-nav__list-item--avatar-list-mobile-links .utility-nav__avatar-additional-links--list-item-separator {
        border-bottom: 2px solid #FFFFFF; }
  .header .utility-nav__search-form {
    position: relative; }
    @media (min-width: 992px) {
      .header .utility-nav__search-form:hover .utility-nav__input-icon {
        color: #1ab5ea; } }
  .header .utility-nav__input-icon {
    position: absolute;
    right: 10px;
    font-size: 1.5rem;
    pointer-events: none;
    top: 10px; }
    @media (min-width: 992px) {
      .header .utility-nav__input-icon {
        top: 5px; } }
  .header .utility-nav__search-input[type=text] {
    border: none;
    color: #FFFFFF;
    display: block;
    margin: 0 0 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    padding: 10px;
    padding-right: 30px;
    background: #1ab5ea;
    background: rgba(26, 181, 234, 0.3);
    cursor: auto;
    width: 100%;
    height: 45px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; }
    @media (min-width: 992px) {
      .header .utility-nav__search-input[type=text] {
        background-color: transparent;
        cursor: pointer;
        width: 30px;
        height: 35px; } }
  .header .utility-nav__search-input[type=text]:focus {
    width: 100%;
    padding-right: 40px;
    background-color: rgba(26, 181, 234, 0.3);
    cursor: auto; }
    @media (min-width: 992px) {
      .header .utility-nav__search-input[type=text]:focus {
        padding-left: 1rem; } }
  .header .utility-nav__icon {
    margin-right: 1rem; }
    @media (min-width: 992px) {
      .header .utility-nav__icon {
        margin: 0; } }
  .header .utility-nav__icon-text {
    font-size: 1.25rem; }
    @media (min-width: 992px) {
      .header .utility-nav__icon-text--mobile-only {
        display: none; } }
  .header .utility-nav__icon-badge {
    background-color: #e45438;
    color: #FFFFFF;
    font-size: 0.75rem;
    padding: 0 4px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 15px; }
    @media (min-width: 992px) {
      .header .utility-nav__icon-badge {
        left: auto;
        right: 0; } }
  .header .utility-nav__link {
    color: #FFFFFF; }
  .header .utility-nav__link-separator {
    color: #1ab5ea; }
  .header .utility-nav__link, .header .utility-nav__link-separator {
    font-size: 0.875rem; }
  .header .utility-nav__icon-link {
    color: #FFFFFF;
    font-size: 1.5rem; }
    @media (max-width: 991px) {
      .header .utility-nav__icon-link {
        position: relative;
        display: block;
        width: 100%; } }
  .header .utility-nav__link:hover, .header .utility-nav__link:focus, .header .utility-nav__link:active, .header .utility-nav__link.is-active, .header .utility-nav__icon-link:hover, .header .utility-nav__icon-link:focus, .header .utility-nav__icon-link:active, .header .utility-nav__icon-link.is-active, .header .utility-nav .utility-navigation-item-link:hover, .header .utility-nav .utility-navigation-item-link:focus, .header .utility-nav .utility-navigation-item-link:active, .header .utility-nav .utility-navigation-item-link.is-active {
    color: #1ab5ea;
    text-decoration: none; }
  .header .utility-nav__profile-pic-img {
    max-width: 35px;
    max-height: 35px;
    border-radius: 50%; }
  .header .utility-nav__mobile-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 992px) {
      .header .utility-nav__mobile-toggle {
        display: none; } }
  .header .utility-nav__mobile-toggle-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #0d4d96;
    padding-left: 1rem;
    padding-right: 1rem;
    border: none;
    cursor: pointer;
    min-width: 140px; }
    @media (min-width: 768px) {
      .header .utility-nav__mobile-toggle-link {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .header .utility-nav__mobile-toggle-signin-text {
    font-size: 0.875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .header .utility-nav__mobile-toggle-pic, .header .utility-nav__mobile-toggle-signin-text {
    margin-left: 1rem; }
  .header .utility-nav__mobile-toggle-pic-img {
    max-width: 35px;
    max-height: 35px;
    border-radius: 50%; }
  .header .utility-nav__mobile-toggle-icon {
    font-size: 1.5rem; }
  .header .utility-nav__mobile-toggle-link, .header .utility-nav__mobile-toggle-icon {
    color: #c2b9b8; }
    .header .utility-nav__mobile-toggle-link:hover, .header .utility-nav__mobile-toggle-link:focus, .header .utility-nav__mobile-toggle-link:active, .header .utility-nav__mobile-toggle-link.is-active, .header .utility-nav__mobile-toggle-icon:hover, .header .utility-nav__mobile-toggle-icon:focus, .header .utility-nav__mobile-toggle-icon:active, .header .utility-nav__mobile-toggle-icon.is-active {
      text-decoration: none; }
    .header .utility-nav__mobile-toggle-link.collapsed, .header .utility-nav__mobile-toggle-icon.collapsed {
      color: #FFFFFF; }
      .header .utility-nav__mobile-toggle-link.collapsed .utility-nav__mobile-toggle-icon, .header .utility-nav__mobile-toggle-icon.collapsed .utility-nav__mobile-toggle-icon {
        color: #FFFFFF; }
  @media (min-width: 992px) {
    .header .utility-nav {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }
  @media (max-width: 991px) {
    .header .utility-nav {
      position: absolute;
      left: 0;
      top: 80px;
      width: 100%;
      background-color: #0d4d96;
      z-index: 1101; } }
  @media (max-width: 767px) {
    .header .utility-nav {
      top: 60px; } }
  .header .utility-nav__sign-in-toggle-link {
    outline: none;
    border-style: none;
    cursor: pointer;
    background: transparent; }
    .header .utility-nav__sign-in-toggle-link:focus {
      color: #FFFFFF; }
    .header .utility-nav__sign-in-toggle-link--active, .header .utility-nav__sign-in-toggle-link--active:focus, .header .utility-nav__sign-in-toggle-link:hover {
      color: #999999; }
    .header .utility-nav__sign-in-toggle-link--active {
      margin-top: 7px;
      border-bottom: 5px solid #e45438; }
  .header .utility-nav__sign-in-container {
    display: none; }
    @media (max-width: 991px) {
      .header .utility-nav__sign-in-container {
        display: block !important;
        width: 100%; } }
  @media (max-width: 991px) {
    .header .utility-nav__sign-in-container.d-none {
      display: none !important; } }
  @media (min-width: 992px) {
    .header .utility-nav__sign-in {
      position: absolute;
      top: 60px;
      right: 0;
      background: #ebf0f2;
      background: #ebf0f2;
      width: 350px;
      padding: 1rem 1.5rem;
      z-index: 1110; }
      .header .utility-nav__sign-in .form-sign-in__submit-btn {
        margin-bottom: 0.5rem; } }
  .header .utility-nav__sign-in .form-global__label {
    color: #FFFFFF; }
  .header .utility-nav__utility-links-modal {
    z-index: 1101;
    right: 0; }
    .header .utility-nav__utility-links-modal--messages, .header .utility-nav__utility-links-modal--favorites, .header .utility-nav__utility-links-modal--avatar, .header .utility-nav__utility-links-modal--notifications {
      max-height: calc(100vh - calc(60px * 2 + 1rem));
      overflow: scroll; }
    .header .utility-nav__utility-links-modal--messages, .header .utility-nav__utility-links-modal--favorites, .header .utility-nav__utility-links-modal--notifications {
      width: 496px; }
    .header .utility-nav__utility-links-modal--fallback {
      margin: 1rem;
      text-align: center;
      font-size: 1rem; }
  .header .utility-nav .utility-navigation-item-link {
    top: -5px;
    padding-top: 0px;
    padding-left: 0px; }
    @media (max-width: 991px) {
      .header .utility-nav .utility-navigation-item-link {
        padding: 0;
        top: auto; }
        .header .utility-nav .utility-navigation-item-link .button__icon {
          margin-right: 1rem; } }
    @media (max-width: 575px) {
      .header .utility-nav .utility-navigation-item-link {
        font-size: 1.25rem; } }
  .header .utility-nav__avatar-additional-links--list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .header .utility-nav__avatar-additional-links--list-item {
      margin: 1rem; }
      .header .utility-nav__avatar-additional-links--list-item a {
        display: block; }
      .header .utility-nav__avatar-additional-links--list-item-separator {
        border-bottom: 2px solid #c2b9b8;
        padding-bottom: 1rem; }

@media (min-width: 992px) {
  .header .utility-nav.collapse:not(.show) {
    display: block; } }

.header .utility-nav-container__nav {
  position: relative; }

.header .navbar {
  background-color: #00a7e0;
  padding: 0;
  width: 100%;
  position: inherit; }
  @media (min-width: 992px) {
    .header .navbar {
      position: relative;
      min-height: 100px;
      height: 100px; } }

.header .navbar-nav {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 992px) {
    .header .navbar-nav {
      padding: 0;
      min-height: 100px;
      height: 100px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

@media (min-width: 992px) {
  .header .navbar-collapse-container {
    max-width: none;
    padding: 0;
    width: auto;
    margin: 0;
    margin-left: auto; } }

@media (max-width: 991px) {
  .header .navbar-container {
    max-width: none; } }

@media (max-width: 991px) {
  .header .navbar-dropdown-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 991px) {
  .header .navbar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.header .navbar > .container, .header .navbar > .container-fluid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.header .navbar__logo {
  /*background-image: url('images/logo-white.png');*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 80px;
  height: 30px;
  min-width: 80px;
  min-height: 30px;
  padding: 0;
  margin-right: 0; }
  .header .navbar__logo--with-text {
    position: relative;
    margin-top: -1rem; }
  @media (min-width: 992px) {
    .header .navbar__logo {
      margin-right: 1rem;
      width: 110px;
      height: 42px;
      min-width: 110px;
      min-height: 42px; } }
  .header .navbar__logo .navbar__logo-caption {
    letter-spacing: 0.5px;
    font-size: 12px;
    font-family: "Lato";
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    margin: 8px 0; }

@media (min-width: 1200px) {
  .header .navbar__logo-tpadding {
    margin-top: -25px; } }

.header .navbar__logo-text {
  letter-spacing: 0.06rem;
  font-size: 0.625rem;
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  position: absolute;
  top: 32px; }
  .header .navbar__logo-text:hover, .header .navbar__logo-text:focus, .header .navbar__logo-text:active, .header .navbar__logo-text.is-active {
    color: #FFFFFF; }
  @media (min-width: 992px) {
    .header .navbar__logo-text {
      top: 44px;
      left: 0; } }

.header .navbar-nav .nav-link {
  color: #FFFFFF; }
  @media (min-width: 992px) {
    .header .navbar-nav .nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 100px;
      height: 100px; }
      .header .navbar-nav .nav-link:hover, .header .navbar-nav .nav-link:focus, .header .navbar-nav .nav-link:active, .header .navbar-nav .nav-link.is-active {
        color: #FFFFFF;
        background-color: #1ab5ea; } }
  @media (max-width: 991px) {
    .header .navbar-nav .nav-link:hover, .header .navbar-nav .nav-link:focus, .header .navbar-nav .nav-link:active, .header .navbar-nav .nav-link.is-active {
      color: #FFFFFF;
      background-color: #1ab5ea; } }

.header .navbar-toggler {
  color: #c2b9b8;
  margin-right: 0.5rem;
  font-size: 2rem; }
  @media (min-width: 768px) {
    .header .navbar-toggler {
      margin-right: 1rem;
      font-size: 2.5rem; } }
  .header .navbar-toggler.collapsed {
    color: #FFFFFF; }

@media (max-width: 991px) {
  .header .navbar-collapse {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #00a7e0;
    z-index: 10; } }

@media (max-width: 767px) {
  .header .navbar-collapse {
    top: 60px; } }

.header .dropdown-toggle::after {
  display: none; }

.header .nav-item.dropdown.show {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }
  .header .nav-item.dropdown.show .nav-link__icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.header .nav-link__icon {
  margin-left: 0.5rem; }

.header .nav-item.dropdown {
  position: inherit; }

@media (min-width: 992px) {
  .header .nav-item--mobile-only {
    display: none; } }

.header .dropdown-promo {
  display: none; }

.header .dropdown-menu {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0; }

.header .dropdown-content__links {
  list-style: none;
  padding: 0;
  margin: 0; }

.header .dropdown-promo {
  display: none; }

.header .dropdown-item {
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-weight: normal; }
  .header .dropdown-item:hover, .header .dropdown-item:focus, .header .dropdown-item:active, .header .dropdown-item.is-active {
    background-color: transparent;
    color: #c2b9b8; }
  .header .dropdown-item.active {
    background-color: transparent;
    color: #c2b9b8; }

@media (min-width: 992px) {
  .header .dropdown-menu {
    background: #ebf0f2;
    background: #ebf0f2;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    width: 100%;
    left: 0;
    right: inherit; }
  .header .dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .header .dropdown-content__links {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-right: 1rem; }
    .header .dropdown-content__link {
      margin-bottom: 0.25rem; }
      .header .dropdown-content__link:last-of-type {
        margin-bottom: 0; }
  .header .dropdown-promo {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-right: 2rem; }
  .header .dropdown-item {
    color: #444444;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }
    .header .dropdown-item:hover, .header .dropdown-item:focus, .header .dropdown-item:active, .header .dropdown-item.is-active {
      background-color: transparent;
      color: #e45438; }
    .header .dropdown-item.active {
      background-color: transparent;
      color: #e45438; } }

@media (min-width: 992px) {
  .header--transparent .navbar {
    background: transparent;
    position: absolute;
    top: 60px;
    z-index: 10; }
    .header--transparent .navbar .navbar-nav .nav-link:hover, .header--transparent .navbar .navbar-nav .nav-link:focus, .header--transparent .navbar .navbar-nav .nav-link:active, .header--transparent .navbar .navbar-nav .nav-link.is-active {
      background-color: transparent; }
    .header--transparent .navbar .dropdown-menu.show {
      display: none; }
  .header--transparent:hover .navbar {
    background-color: #00a7e0; }
  .header--transparent:hover .navbar-nav .nav-link:hover, .header--transparent:hover .navbar-nav .nav-link:focus, .header--transparent:hover .navbar-nav .nav-link:active, .header--transparent:hover .navbar-nav .nav-link.is-active {
    background-color: #1ab5ea; }
  .header--transparent:hover .dropdown-menu.show {
    display: block; } }

.microsite-header {
  background: #0d4d96; }
  .microsite-header .navbar {
    background-color: #0d4d96; }
    @media (min-width: 992px) {
      .microsite-header .navbar {
        min-height: 100px;
        height: 100px; } }
  .microsite-header .navbar-nav .nav-link {
    color: #444444; }
    @media (max-width: 991px) {
      .microsite-header .navbar-nav .nav-link:hover {
        color: #0083ad; }
      .microsite-header .navbar-nav .nav-link:hover, .microsite-header .navbar-nav .nav-link:focus, .microsite-header .navbar-nav .nav-link:active, .microsite-header .navbar-nav .nav-link.is-active {
        color: #FFFFFF;
        background-color: #0083ad; } }
    @media (min-width: 992px) {
      .microsite-header .navbar-nav .nav-link {
        color: #FFFFFF;
        min-height: 100px;
        height: 100px; }
        .microsite-header .navbar-nav .nav-link:hover, .microsite-header .navbar-nav .nav-link:focus, .microsite-header .navbar-nav .nav-link:active, .microsite-header .navbar-nav .nav-link.is-active {
          background-color: #0083ad; } }
  @media (max-width: 991px) {
    .microsite-header .navbar-container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 992px) {
    .microsite-header--transparent .navbar {
      background: transparent;
      top: 0; }
    .microsite-header--transparent:hover .navbar {
      background-color: #0d4d96; }
    .microsite-header--transparent:hover .navbar-nav .nav-link:hover, .microsite-header--transparent:hover .navbar-nav .nav-link:focus, .microsite-header--transparent:hover .navbar-nav .nav-link:active, .microsite-header--transparent:hover .navbar-nav .nav-link.is-active {
      background-color: #0083ad; } }
  .microsite-header .nav-item {
    text-align: center; }
  .microsite-header .navbar-collapse {
    color: #444444; }
    @media (max-width: 991px) {
      .microsite-header .navbar-collapse {
        background: #ebf0f2;
        background: #ebf0f2;
        top: 130px; } }
    @media (max-width: 767px) {
      .microsite-header .navbar-collapse {
        top: 110px; } }
  .microsite-header__mobile-toggle {
    height: 50px;
    background: #ebf0f2;
    background: #ebf0f2;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%; }
    @media (max-width: 991px) {
      .microsite-header__mobile-toggle {
        top: 80px; } }
    @media (max-width: 767px) {
      .microsite-header__mobile-toggle {
        top: 60px; } }
    @media (min-width: 992px) {
      .microsite-header__mobile-toggle {
        display: none; } }
  .microsite-header__mobile-toggle.collapsed {
    background: #ebf0f2;
    background: #ebf0f2; }
    .microsite-header__mobile-toggle.collapsed .microsite-header__mobile-toggle-text {
      color: #444444; }
    .microsite-header__mobile-toggle.collapsed .microsite-header__mobile-toggle-icon {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .microsite-header__mobile-toggle-text {
    color: #0083ad; }
  .microsite-header__mobile-toggle-icon {
    margin-left: 0.5rem; }
  .microsite-header__mobile-toggle-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.img-gallery {
  /* &__current-container{
        display: flex;
        height: $img-gallery-imgBox-height;
        @include upTo(mobile){
            height: $img-gallery-imgBox-height-mobile;
        }
    }*/ }
  .img-gallery__img-container {
    padding: 0; }
  .img-gallery__row {
    padding: 0; }
  .img-gallery__thumbnail {
    display: inline-block;
    cursor: pointer; }
    .img-gallery__thumbnail :hover {
      outline: none;
      border-color: #1ab5ea;
      -webkit-box-shadow: 0 0 10px #1ab5ea;
              box-shadow: 0 0 10px #1ab5ea; }
  .img-gallery__thumbnail_full_width img {
    width: 100%; }
  .img-gallery__image {
    width: 100%; }
  .img-gallery__thumbnail, .img-gallery__image, .img-gallery__img-container, .img-gallery__currentImage {
    width: 100%; }
  .img-gallery__desktop-info-text {
    padding-top: 0.5rem;
    margin-bottom: 1rem; }
  .img-gallery__desktop-title {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    color: #999999; }
  .img-gallery__desktop-caption {
    font-size: 0.875rem;
    margin: 0; }
  .img-gallery__icons {
    font-size: 1.5rem;
    cursor: pointer; }
    .img-gallery__icons:hover {
      color: #00a7e0; }
    @media (min-width: 768px) {
      .img-gallery__icons {
        font-size: 2rem; } }
  .img-gallery__selection-arrows {
    padding: 0; }
  .img-gallery__modal-container {
    max-width: 600px; }
    @media (max-width: 767px) {
      .img-gallery__modal-container {
        max-width: 450px; } }
    @media (max-width: 575px) {
      .img-gallery__modal-container {
        max-width: 95%; } }
  .img-gallery__modal-container-body {
    border-radius: 0; }
  .img-gallery__modal-header {
    margin: 0;
    border: none; }
  .img-gallery__modal-utility {
    width: 100%;
    text-align: right; }
  .img-gallery__counter {
    margin-bottom: 0.25rem; }
  .img-gallery__currentImage-caption {
    margin: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .img-gallery__selection--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3%; }
  .img-gallery__selection-arrows {
    text-align: center;
    height: 100%;
    width: 100%;
    background: none;
    border: none;
    outline: none !important;
    cursor: pointer;
    color: #0083ad; }
    .img-gallery__selection-arrows:hover {
      color: #00a7e0; }
  .img-gallery__buttons--prev {
    text-align: left; }
  .img-gallery__buttons--next {
    text-align: right; }
  .img-gallery__modal-close {
    background: none;
    border: none; }
  .img-gallery__modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (min-width: 768px) {
      .img-gallery__modal-footer {
        display: none; } }
  @media (max-width: 575px) {
    .img-gallery__hide-xs-image {
      display: none; } }

.logo-wall__root {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .logo-wall__root {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.logo-wall__heading {
  margin-bottom: 1rem; }

.logo-wall__logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .logo-wall__logo-col:last-of-type {
      margin-bottom: 0; } }

.logo-wall__logo-img {
  width: 100%;
  height: 100%; }

.map-key__content-btn {
  color: #444444;
  margin-top: 1.5rem; }

.map-key__content-btn-label {
  margin-bottom: 0.25rem; }

.map-key__content-sub-heading {
  margin-top: 1rem; }

.map-key__left-content {
  color: #444444;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%; }
  @media (min-width: 768px) {
    .map-key__left-content {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%; } }
  .map-key__left-content-details {
    margin-bottom: 1rem; }
  .map-key__left-content-sub-details-wrapper {
    margin-bottom: 1rem; }
  .map-key__left-content-sub-heading {
    margin: 0; }

.map-key__right-content {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 1.5rem; }
  @media (min-width: 768px) {
    .map-key__right-content {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%; } }

.map-key__main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top; }
  .map-key__main-content--padding-top {
    padding-top: 1.5rem; }
  @media (max-width: 767px) {
    .map-key__main-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0;
      padding-top: 1rem; }
      .map-key__main-content .map-key__right-content {
        padding: 0; } }

.map-key__color-white {
  color: white; }

.accordion .map-key__main-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.accordion .map-key__left-content, .accordion .map-key__right-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

.member-community-profile {
  background-color: #ebf0f2;
  margin-bottom: 2rem;
  padding: 1rem; }
  @media (min-width: 576px) {
    .member-community-profile {
      margin-top: -1rem; } }
  .member-community-profile__subsection:first-of-type {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #999999; }
  .member-community-profile__subsection:last-of-type .member-community-profile__subsection-body {
    margin-bottom: 0.5rem; }

.scf.scf-subscriptions .scf-subscriptions-dropdown-button, .scf.scf-subscriptions .scf-follow-button {
  margin-bottom: 2rem; }

.member-directory__form--clear-btn, .member-directory__form--submit-btn {
  width: 100%; }

@media (max-width: 991px) {
  .member-directory__form--clear-btn {
    margin-bottom: 1rem; } }

.member-directory__results-root {
  display: none; }

.member-directory-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ebf0f2;
  padding: 1.5rem 0; }
  .member-directory-result:last-child {
    border-bottom: none; }
  @media (min-width: 768px) {
    .member-directory-result {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 2rem 0; } }
  .member-directory-result__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .member-directory-result__info-img-wrapper {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1rem; }
    @media (min-width: 768px) {
      .member-directory-result__info-img-wrapper {
        width: 100px;
        height: 100px; } }
  .member-directory-result__info-img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: none; }
  .member-directory-result__heading-link, .member-directory-result__heading a {
    color: #444444; }
    .member-directory-result__heading-link:hover, .member-directory-result__heading a:hover {
      text-decoration: none;
      color: #0083ad; }
  .member-directory-result__title, .member-directory-result__location, .member-directory-result__body {
    font-size: 0.875rem; }
  .member-directory-result__title, .member-directory-result__location {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    color: #666666; }
  .member-directory-result__location {
    margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .member-directory-result__body {
      margin-bottom: 0; } }
  .member-directory-result__actions-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .member-directory-result__actions-wrapper {
        width: 200px;
        min-width: 200px;
        margin-left: 1.5rem;
        margin-top: 0; } }
    .member-directory-result__actions-wrapper .button {
      width: 100%;
      text-align: center;
      margin-bottom: 1rem; }
      .member-directory-result__actions-wrapper .button:last-child {
        margin-bottom: 0; }

.member-hero-banner__root {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .member-hero-banner__root {
      overflow: hidden; } }
  .member-hero-banner__root:hover .member-hero-banner__banner-icon {
    opacity: 1; }

.member-hero-banner__background {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%; }

.member-hero-banner__image-container {
  position: relative;
  height: 100%;
  overflow: hidden; }

.member-hero-banner__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%; }

.member-hero-banner__content-container {
  position: relative;
  width: 100%;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: calc(150px/2);
  padding: 0;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 576px) {
    .member-hero-banner__content-container {
      overflow-x: hidden;
      padding: 1rem;
      min-height: auto;
      margin-bottom: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (min-width: 768px) {
    .member-hero-banner__content-container {
      padding: 1.5rem 2rem; } }

.member-hero-banner__profile-img-container-outer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: calc(-150px/2); }
  @media (min-width: 576px) {
    .member-hero-banner__profile-img-container-outer {
      position: relative;
      width: auto;
      bottom: auto; } }
  .member-hero-banner__profile-img-container-outer:hover .member-hero-banner__profile-icon {
    opacity: 1; }

.member-hero-banner__profile-img-container {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative; }

.member-hero-banner__profile-img--preview {
  display: none; }

.member-hero-banner__image--preview {
  display: none; }

.member-hero-banner__profile-icon-container {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0.5rem; }

.member-hero-banner__profile-icon, .member-hero-banner__banner-icon {
  opacity: 0.25;
  -webkit-transition: 0.3s opacity linear;
  -o-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  padding: 0 0.25rem;
  font-size: 1.5rem; }
  .member-hero-banner__profile-icon .button__icon, .member-hero-banner__banner-icon .button__icon {
    margin: 0; }
  @media (min-width: 576px) {
    .member-hero-banner__profile-icon, .member-hero-banner__banner-icon {
      font-size: 1.5rem; } }

.member-hero-banner__banner-icon-container {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem; }
  @media (min-width: 576px) {
    .member-hero-banner__banner-icon-container {
      position: relative;
      bottom: auto;
      right: auto;
      margin-bottom: -0.5rem; } }

.member-hero-banner__image--preview-container {
  margin: 0 auto;
  border-radius: 0; }

.member-hero-banner__preview-text {
  padding: 0.5rem;
  color: #666666;
  font-size: 0.875rem;
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }

.croppie-container {
  width: 100%;
  height: 100%; }

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  max-height: none;
  max-width: none; }

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%; }

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0; }

.croppie-container .cr-resizer {
  z-index: 2;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none; }

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all; }

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: ''; }

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px; }

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px; }

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%; }

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px; }

.croppie-container .cr-original-image {
  display: none; }

.croppie-container .cr-vp-circle {
  border-radius: 50%; }

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  -ms-touch-action: none;
      touch-action: none; }

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center; }

.croppie-result {
  position: relative;
  overflow: hidden; }

.croppie-result img {
  position: absolute; }

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent; }

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px; }

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px; }

.cr-slider:focus {
  outline: none; }

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px; }

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px; }

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px; }

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/ }

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px; }

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5); }

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5); }

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1; }

.cr-rotate-controls button {
  border: 0;
  background: none; }

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px; }

.cr-rotate-l i:before {
  content: '\21BA'; }

.cr-rotate-r i:before {
  content: '\21BB'; }

.member-hero-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-bottom: 0.5rem; }
  @media (min-width: 576px) {
    .member-hero-head {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .member-hero-head__left, .member-hero-head__right {
    width: 100%; }
    @media (min-width: 576px) {
      .member-hero-head__left, .member-hero-head__right {
        width: auto; } }
  .member-hero-head__left {
    margin-bottom: 0.25rem; }
    @media (min-width: 576px) {
      .member-hero-head__left {
        margin: 0;
        margin-right: 1rem; } }
  .member-hero-head__right {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 576px) {
      .member-hero-head__right {
        text-align: right;
        margin: 0; } }
    .member-hero-head__right-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none; }
      @media (max-width: 575px) {
        .member-hero-head__right-list {
          margin: 0;
          padding: 0;
          text-align: left; } }
      .member-hero-head__right-list-item {
        padding: 0 0.25rem; }
        @media (max-width: 575px) {
          .member-hero-head__right-list-item {
            padding-left: 0; } }
        .member-hero-head__right-list-item--wrapper {
          position: relative;
          padding: 0 0.5rem; }
          @media (max-width: 575px) {
            .member-hero-head__right-list-item--wrapper {
              padding-left: 0; } }
        .member-hero-head__right-list-item--wrapper:before {
          content: "";
          display: block;
          z-index: -1;
          position: absolute;
          height: 30px;
          width: 100%;
          border-width: 0px 2px 0 0;
          border-style: solid;
          border-color: #ebf0f2;
          top: 3px; }
      .member-hero-head__right-list-item:last-child {
        padding-right: 0; }
        .member-hero-head__right-list-item:last-child .member-hero-head__right-list-item--wrapper {
          padding-right: 0; }
        .member-hero-head__right-list-item:last-child .member-hero-head__right-list-item--wrapper:before {
          border: none; }
  .member-hero-head__heading {
    margin: 0; }
  .member-hero-head__utility-id-heading {
    letter-spacing: 2px;
    font-family: "Lato-Black", sans-serif;
    font-weight: normal; }
  .member-hero-head__utility-id-value {
    color: #00a7e0; }

.member-hero__root {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .member-hero__root {
      padding-top: 1.5rem; } }

.container .member-hero .container {
  padding-left: 0;
  padding-right: 0; }

.meta-avatar__taxonomy {
  margin-bottom: 0.5rem; }

.meta-avatar__title-link {
  color: #444444; }
  .meta-avatar__title-link:hover {
    color: #00a7e0;
    text-decoration: none; }

.meta-avatar__title, .meta-avatar__avatar-content-title {
  color: #444444;
  margin-bottom: 0.25rem; }
  .meta-avatar__title h1, .meta-avatar__title h2, .meta-avatar__title h3, .meta-avatar__title h4, .meta-avatar__title h5, .meta-avatar__title h6, .meta-avatar__avatar-content-title h1, .meta-avatar__avatar-content-title h2, .meta-avatar__avatar-content-title h3, .meta-avatar__avatar-content-title h4, .meta-avatar__avatar-content-title h5, .meta-avatar__avatar-content-title h6 {
    margin-bottom: 0; }

.meta-avatar__avatar {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 575px) {
    .meta-avatar__avatar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .meta-avatar__avatar-image {
    width: 100%;
    border-radius: 50%;
    height: auto; }
  .meta-avatar__avatar-content-main {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    color: #999999; }
  .meta-avatar__avatar-icon {
    min-width: 75px;
    min-height: 75px;
    margin-right: 1.5rem; }
    @media (max-width: 575px) {
      .meta-avatar__avatar-icon {
        margin: 0; } }
  @media (max-width: 575px) {
    .meta-avatar__avatar-icon, .meta-avatar__avatar-content, .meta-avatar__avatar-content-main {
      margin-bottom: 1rem; } }

.meta-avatar__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-direction: row;
      flex-direction: row; }
  @media (max-width: 575px) {
    .meta-avatar__footer .meta-avatar__separator {
      display: block; } }

.meta-avatar__byline, .meta-avatar__separator, .meta-avatar__responses {
  font-size: 0.75rem;
  margin-right: 1rem; }

.meta-avatar .taxnonomy__separator, .meta-avatar__separator {
  color: #999999; }

.meta-avatar .save-elem {
  margin-right: 1rem; }

.meta-card {
  width: 100%; }
  .meta-card__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .meta-card__title {
    line-height: 1.3;
    margin: 0.5rem 0; }
    .meta-card__title h2 {
      margin: 0; }
  .meta-card__details {
    font-size: 0.75rem; }
  .meta-card__taxonomy {
    margin-top: 0.25rem; }
  .meta-card__content {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .meta-card__actions {
    margin-top: auto; }
  .meta-card__details-date, .meta-card__details-author {
    margin: 0.25rem 0; }
  .meta-card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .meta-card__actions .save-elem {
      margin-right: 1.5rem; }
  .meta-card__img-wrapper {
    margin-top: 1rem; }

.meta-course-listing {
  margin-bottom: 2rem; }
  .meta-course-listing__taxonomy-block {
    margin-bottom: 0.5rem; }
  .meta-course-listing__content--heading {
    margin-bottom: 0.5rem; }
  .meta-course-listing__content-link {
    color: #444444;
    display: block; }
    .meta-course-listing__content-link:hover {
      color: #00a7e0;
      text-decoration: none; }
  .meta-course-listing__content--body {
    font-size: 0.875rem;
    color: #444444;
    margin-bottom: 1rem; }
    @media (max-width: 575px) {
      .meta-course-listing__content--body {
        display: none; } }
    .meta-course-listing__content--body-additional-text {
      font-family: "Lato-Bold", sans-serif;
      font-weight: normal;
      margin: 1rem 0; }
    .meta-course-listing__content--body-list-container {
      margin: 1rem 0; }
    .meta-course-listing__content--body-list-head {
      margin: 0; }
    .meta-course-listing__content--body-list {
      margin: 0;
      padding: 0;
      list-style-position: inside; }
  .meta-course-listing__content--course-details {
    font-size: 0.875rem;
    margin-bottom: 1rem; }
  .meta-course-listing__content--course-details-date {
    margin-bottom: 0.25rem; }
  .meta-course-listing__content--course-details-credits {
    margin-bottom: 0; }
  .meta-course-listing__content--course-action-btn-wrapper {
    margin-top: 2rem; }
  .meta-course-listing__content--course-action-btn {
    display: block;
    width: 100%; }
  .meta-course-listing__content--learning-hours {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    margin-bottom: 0.5rem; }

.meta-credentials-display {
  font-size: 18.72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .meta-credentials-display__value {
    margin: 0; }
    .meta-credentials-display__value-spacing {
      margin-left: 0.5rem; }
  .meta-credentials-display__separator, .meta-credentials-display__value {
    font-family: "Lato-Black", sans-serif;
    font-weight: normal; }
  .meta-credentials-display__spacing {
    margin: 0 0.5rem; }

.meta-event {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 2rem; }
  .meta-event__img-wrapper {
    margin-bottom: 1.5rem; }
  .meta-event__event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .meta-event__title {
    line-height: 1.3;
    margin: 0.5rem 0; }
    .meta-event__title h2 {
      margin: 0; }
  .meta-event__details-text {
    font-family: "Lato-Italic", sans-serif;
    font-weight: normal; }
  .meta-event__taxonomy {
    margin-bottom: 0.5rem; }
  .meta-event__content {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem; }
  .meta-event__sponsored {
    margin-bottom: 1rem; }
  .meta-event__sponsor-img-wrapper {
    max-width: 300px; }
    @media (max-width: 575px) {
      .meta-event__sponsor-img-wrapper {
        max-width: 200px; } }
  .meta-event__sponsored-text {
    font-size: 0.875rem;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    margin-bottom: 0.25rem;
    color: #999999; }
  .meta-event__actions {
    margin-top: auto;
    margin-bottom: 1.5rem; }
  .meta-event__details-date, .meta-event__details-author {
    margin: 0.25rem 0; }
  .meta-event__action {
    margin-right: 1.5rem; }
  .meta-event__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .meta-event__actions-save {
      margin-right: 0; }
    .meta-event__actions .save-elem {
      margin-right: 1.5rem; }

.meta-event-listing {
  margin-bottom: 2rem; }
  .meta-event-listing__taxonomy-block {
    margin-bottom: 0.5rem; }
  .meta-event-listing__content--heading {
    margin-bottom: 0.5rem; }
  .meta-event-listing__content-link {
    color: #444444; }
    .meta-event-listing__content-link:hover {
      color: #00a7e0;
      text-decoration: none; }
  .meta-event-listing__content--body {
    font-size: 0.875rem;
    color: #444444;
    margin-bottom: 1rem; }
  .meta-event-listing__content--event-details {
    font-size: 0.875rem;
    margin-bottom: 1rem; }
  .meta-event-listing__content--event-details-date {
    margin-bottom: 0.25rem; }
  .meta-event-listing__content--event-details-credits {
    margin-bottom: 0; }
  .meta-event-listing__content--event-action-btn-wrapper {
    margin-top: 2rem; }
  .meta-event-listing__content--event-action-btn {
    display: block;
    width: 100%; }

.meta-info__taxonomy {
  margin-bottom: 0.5rem; }

.meta-info__title-link {
  color: #444444; }
  .meta-info__title-link:hover {
    color: #00a7e0;
    text-decoration: none; }

.meta-info__title {
  margin-bottom: 0.25rem; }
  .meta-info__title h1, .meta-info__title h2, .meta-info__title h3, .meta-info__title h4, .meta-info__title h5, .meta-info__title h6 {
    margin-bottom: 0; }

.meta-info__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  @media (min-width: 576px) {
    .meta-info__footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .meta-info__footer .meta-info__separator {
        display: block; } }

.meta-info__separator {
  display: none; }

.meta-info__byline, .meta-info__separator {
  font-size: 0.75rem;
  margin-right: 1rem; }

.meta-info .taxnonomy__separator, .meta-info__separator {
  color: #999999; }

.meta-info .save-elem {
  margin-right: 1rem; }

.media-contacts {
  margin-bottom: 2rem; }

.meta-media-contact {
  margin-bottom: 1rem; }
  .meta-media-contact__title {
    margin-bottom: 0.25rem; }
  .meta-media-contact__item {
    font-size: 0.875rem; }
  .meta-media-contact__name {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }

.about-media-contacts {
  margin-bottom: 2rem; }

.meta-media-contact-about {
  margin-bottom: 4rem; }
  .meta-media-contact-about__name, .meta-media-contact-about__organization {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }

.meta-nav-heading {
  margin-bottom: 2rem; }
  .meta-nav-heading__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
    margin-bottom: 1rem; }
    .meta-nav-heading__top a.button {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .meta-nav-heading__top--flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .meta-nav-heading__toggle-btn {
    font-size: 2rem;
    margin-left: 1rem;
    margin-top: -0.5rem; }

.meta-news {
  width: 100%;
  padding: 0; }
  .meta-news__date {
    font-family: "Lato-Black", sans-serif;
    font-weight: normal; }
  .meta-news__title {
    line-height: 1.3;
    margin-bottom: 0.5rem; }
    .meta-news__title h2 {
      margin: 0; }
  .meta-news__body {
    font-size: 0.875rem;
    color: #666666; }
  .meta-news__content {
    margin-bottom: 0.5rem; }
  .meta-news__actions {
    margin-top: auto; }
  .meta-news__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .meta-news__actions .save-elem {
      margin-right: 1.5rem; }

.meta-people {
  text-align: center;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem; }
  .meta-people__img-container {
    max-width: 220px;
    max-height: 220px;
    margin: 0 auto; }
  .meta-people__img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: inherit; }
  .meta-people__title {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }
  .meta-people__details, .meta-people__organization {
    font-size: 0.875rem; }
  .meta-people__title, .meta-people__details, .meta-people__organization {
    margin: 0; }
  .meta-people__additional-description {
    margin-top: 1rem; }

.meta-related-content__card {
  margin: 1rem 0; }

.meta-related-tags__item-btn {
  margin-right: 1rem;
  margin-bottom: 1rem; }

.resource-links {
  margin-bottom: 2rem; }
  .resource-links__item {
    font-size: 0.875rem;
    margin-bottom: 0.25rem; }

.meta-session {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 2rem; }
  .meta-session__session {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .meta-session__title {
    line-height: 1.3;
    margin-bottom: 0.5rem; }
    .meta-session__title h2 {
      margin: 0; }
  .meta-session__title-link {
    color: #444444; }
    .meta-session__title-link:hover, .meta-session__title-link:focus {
      color: #00a7e0;
      text-decoration: none; }
  .meta-session__details--highlight {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }
  .meta-session__details--separator {
    margin-left: 1rem;
    margin-right: 1rem;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }
  .meta-session__details-text-row {
    margin-bottom: 0.25rem; }
  .meta-session__taxonomy {
    margin-bottom: 0.25rem; }
  .meta-session__content {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .meta-session__action {
    margin-right: 1.5rem; }
  .meta-session__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .meta-session__actions-save {
      margin-right: 0; }
    .meta-session__actions .save-elem {
      margin-right: 1.5rem; }

.meta-utility-details {
  max-width: 500px;
  min-width: 300px;
  border: 2px solid #c2b9b8;
  background: #FFFFFF; }
  .meta-utility-details__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #ebf0f2;
    padding: 1rem;
    font-size: 0.875rem; }
  .meta-utility-details__name--heading {
    margin: 0; }

.my-chapters .form-select {
  border: 2px solid #c2b9b8; }

.my-development .nav-pills {
  margin-top: 60px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 20px;
  border-bottom: 2px solid #999999; }
  .my-development .nav-pills .nav-link {
    color: #444444;
    padding: 0;
    margin-right: 80px;
    font-size: 1rem;
    border-radius: 0;
    white-space: nowrap; }
    .my-development .nav-pills .nav-link .show .nav-link {
      color: #444444;
      font-family: "Lato-Bold", sans-serif;
      font-weight: normal;
      background: none; }
  .my-development .nav-pills .nav-link.active {
    color: #444444;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    background: none;
    padding-bottom: 5px;
    border-bottom: 0.5rem solid #e45438; }

.collection-details-page__head-banner {
  position: relative;
  height: 100%;
  overflow: hidden;
  min-height: 150px; }
  .collection-details-page__head-banner-img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%; }
  .collection-details-page__head-banner-container {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%; }
  .collection-details-page__head-banner-img-container {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative; }

.collection-details-page__head-utility-content {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 575px) {
    .collection-details-page__head-utility-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 1rem 0.5rem; } }
  .collection-details-page__head-utility-content--heading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .collection-details-page__head-utility-content--heading-edit-btn {
    margin-left: 0.5rem; }
  @media (max-width: 575px) {
    .collection-details-page__head-utility-content--filter-btn-wrapper, .collection-details-page__head-utility-content--heading-wrapper {
      width: 100%; } }

.collection-details-page__body {
  border-top: 2px solid #ebf0f2;
  border-bottom: 2px solid #ebf0f2;
  min-height: 200px; }
  .collection-details-page__body--collection-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 2px solid #ebf0f2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem 0; }
    @media (max-width: 575px) {
      .collection-details-page__body--collection-items {
        padding-top: 0; } }
    .collection-details-page__body--collection-items:last-child {
      border-bottom: none; }
    .collection-details-page__body--collection-items:first-child {
      border-top: none; }

.card-content {
  margin: 0; }

.collections-add-button .options-menu {
  display: none; }
  @media (max-width: 575px) {
    .collections-add-button .options-menu {
      display: inline-block; } }

@media (max-width: 575px) {
  .collections-add-button__btn--wrapper {
    display: none; } }

.collections-add-button__collection-link {
  display: none;
  font-family: "Lato-Black", sans-serif;
  font-weight: normal;
  font-size: 0.875rem; }

.collections-carousel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 575px) {
    .collections-carousel__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 1rem; } }

.collections-carousel__group {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.25rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 575px) {
    .collections-carousel__group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .collections-carousel__group-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.5rem;
    height: 160px; }
    .collections-carousel__group-indicators-hide {
      display: none; }
    .collections-carousel__group-indicators--next, .collections-carousel__group-indicators--prev {
      padding: 0 1.5rem; }
      @media (max-width: 575px) {
        .collections-carousel__group-indicators--next, .collections-carousel__group-indicators--prev {
          padding: 0; } }
      .collections-carousel__group-indicators--next:focus, .collections-carousel__group-indicators--prev:focus {
        outline: auto; }
  .collections-carousel__group-item-wrapper {
    margin: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    word-break: break-word; }
    @media (max-width: 575px) {
      .collections-carousel__group-item-wrapper {
        margin: 1.5rem; } }
  .collections-carousel__group-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 575px) {
      .collections-carousel__group-item-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .collections-carousel__group-item {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: transparent;
    color: #FFFFFF;
    text-align: center; }
    .collections-carousel__group-item--add-icon {
      font-size: 4.5rem; }
      .collections-carousel__group-item--add-icon:hover {
        color: inherit;
        text-decoration: none; }
    .collections-carousel__group-item--name {
      font-size: 1.5rem; }
    .collections-carousel__group-item--centered {
      width: 100%;
      height: 100%;
      color: #FFFFFF;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .collections-carousel__group-item--image {
      width: 100%;
      height: 100%;
      border-radius: 50%; }
    .collections-carousel__group-item--link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; }
    .collections-carousel__group-item--modal {
      color: #444444; }
  .collections-carousel__group-text {
    text-align: center;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    font-size: 1.25rem;
    margin-top: 0.5rem;
    color: #444444; }

.collections-carousel__create-collection {
  background: #00a7e0; }

.disabled {
  opacity: 0.7;
  cursor: not-allowed; }
  .disabled:hover {
    color: #00a7e0; }

.collections-remove-button .options-menu {
  display: none; }
  @media (max-width: 575px) {
    .collections-remove-button .options-menu {
      display: inline-block; } }

@media (max-width: 575px) {
  .collections-remove-button__btn--wrapper {
    display: none; } }

.collections-unsave-button__btn-desktop--wrapper {
  display: inline-block; }

@media (max-width: 575px) {
  .collections-unsave-button__hide {
    display: none; } }

.modal-content-collection__modal {
  color: #444444; }
  .modal-content-collection__modal-content {
    text-align: left; }
    .modal-content-collection__modal-content-alert-success, .modal-content-collection__modal-content-alert-unique-error, .modal-content-collection__modal-content-alert-server-error {
      display: none; }
  .modal-content-collection__modal-btn-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0.5rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .modal-content-collection__modal-btn-grp--cancel {
      background-color: #ebf0f2;
      border-color: #ebf0f2;
      color: #444444; }
    .modal-content-collection__modal-btn-grp--create, .modal-content-collection__modal-btn-grp--confirm {
      margin-left: 0.5rem; }
      @media (max-width: 575px) {
        .modal-content-collection__modal-btn-grp--create, .modal-content-collection__modal-btn-grp--confirm {
          margin: 0.5rem 0;
          width: 100%; } }
    @media (max-width: 575px) {
      .modal-content-collection__modal-btn-grp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end;
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left; } }
    @media (max-width: 575px) {
      .modal-content-collection__modal-btn-grp-right {
        margin-top: 0.5rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.modal-content-collection .alert-global {
  margin-bottom: 1rem; }

.my-favorites-page__body {
  margin-top: 0; }
  .my-favorites-page__body .card-content__footer {
    display: none; }
  .my-favorites-page__body-utility {
    padding: 1rem 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 575px) {
      .my-favorites-page__body-utility {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
        padding: 0 0.5rem; } }
    @media (max-width: 575px) {
      .my-favorites-page__body-utility--heading, .my-favorites-page__body-utility--filter {
        width: 100%; } }
  .my-favorites-page__body-saved-items--timeline {
    border-top: 2px solid #ebf0f2; }
  .my-favorites-page__body-saved-items--timeline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 2px solid #ebf0f2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem 0; }
    @media (max-width: 575px) {
      .my-favorites-page__body-saved-items--timeline-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .my-favorites-page__body-saved-items--timeline-items-wrapper {
    min-height: 75px; }
  .my-favorites-page__body-saved-items--no-items {
    text-align: center;
    padding: 1rem 0;
    background: #ebf0f2; }

@media (min-width: 576px) {
  .my-favorites-page--time-phrase {
    margin-top: 1.5rem; } }

.my-founder-points__title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .my-founder-points__title-section {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      margin-bottom: 1.5rem; } }

.my-founder-points__title {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .my-founder-points__title {
      margin-bottom: 0; } }

.my-founder-points__link {
  color: #00a7e0;
  text-decoration: none; }

.my-founder-points__awards-list {
  padding: 0;
  width: 100%; }

.my-founder-points__awards-list-item {
  display: inline-block;
  list-style: none;
  padding-right: 16px; }
  @media (max-width: 575px) {
    .my-founder-points__awards-list-item {
      width: 29%;
      margin-right: 20%; } }
  .my-founder-points__awards-list-item .awards-list-img {
    display: block;
    min-height: 100px;
    width: 100%;
    max-width: 100px; }
  .my-founder-points__awards-list-item .awards-list-title,
  .my-founder-points__awards-list-item .awards-list-sub-title {
    display: block;
    text-align: center; }
  .my-founder-points__awards-list-item .awards-list-title {
    margin-top: 10px;
    margin-bottom: 0; }
  .my-founder-points__awards-list-item .awards-list-sub-title {
    margin-top: -5px; }

.my-founder-points__points-title {
  margin-top: 40px; }

.my-founder-points__table {
  width: 100%; }
  .my-founder-points__table thead tr {
    background: #FFFFFF; }
  .my-founder-points__table th {
    background: #FFFFFF;
    padding: 0px 10px 10px 20px;
    white-space: nowrap; }
    .my-founder-points__table th:last-child {
      padding-right: 10px; }
  @media (min-width: 576px) {
    .my-founder-points__table tr:nth-child(even) {
      background: #FFFFFF; }
    .my-founder-points__table tr:nth-child(odd) {
      background: #ebf0f2; } }
  .my-founder-points__table td {
    border-color: #999999;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    padding: 15px 10px 15px 20px; }
    .my-founder-points__table td:first-child {
      border-left-width: 1px; }
    .my-founder-points__table td:last-child {
      border-right-width: 1px; }
    .my-founder-points__table td:last-child {
      padding-right: 10px; }

.my-founder-points__table-row--title.rule {
  border-top: 1px solid #999999; }
  @media (max-width: 575px) {
    .my-founder-points__table-row--title.rule {
      display: none; } }
  .my-founder-points__table-row--title.rule .fix {
    padding: 10px; }

@media (max-width: 575px) {
  .my-founder-points__wrapper {
    position: relative; }
  .my-founder-points__table {
    border: none;
    border-collapse: separate;
    border-spacing: 0; }
    .my-founder-points__table thead th {
      border: 1px solid #999999;
      border-left: none;
      padding: 15px 10px 15px 20px;
      text-align: left;
      text-shadow: 1px 1px 1px #FFFFFF;
      white-space: nowrap; } }
  @media (max-width: 575px) and (min-width: 576px) {
    .my-founder-points__table tr:nth-child(even) {
      background: #FFFFFF; }
    .my-founder-points__table tr:nth-child(odd) {
      background: #ebf0f2; } }

@media (max-width: 575px) {
    .my-founder-points__table tbody td {
      border: 1px solid #999999;
      border-left: none;
      border-top: none;
      padding: 15px 10px 15px 20px;
      white-space: nowrap; }
      .my-founder-points__table tbody td:last-child {
        padding-right: 10px; }
      .my-founder-points__table tbody td.my-founder-points__sticky-col {
        border-top: none;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden; }
    .my-founder-points__table .my-founder-points__sticky-col {
      background: #ebf0f2;
      border: 1px solid #999999;
      left: 0;
      position: absolute;
      top: auto;
      width: 60%; }
  .my-founder-points-table {
    margin-left: 60%;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px; } }

.my-preferences__communication-main {
  background: #ebf0f2;
  border: 1px solid #999999; }

.my-preferences__checkbox-section p {
  font-size: 0.75rem; }

.my-referral-general {
  padding-bottom: 37px; }

.my-referral-body__step {
  padding-bottom: 68px; }

.referral-circle-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 16px;
  font-family: "Lato Black";
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #057EAA;
  margin-right: 0.5rem; }

.my-referral-share ul {
  text-align: center;
  list-style: none; }

li.my-ref-icon {
  display: inline;
  cursor: pointer; }
  li.my-ref-icon i {
    padding-right: 24px;
    font-size: 35px; }
  li.my-ref-icon .fa-facebook-square {
    color: #3B5998; }
  li.my-ref-icon .fa-linkedin {
    color: #0E76A8; }
  li.my-ref-icon .fa-twitter-square {
    color: #00ACEE; }
  li.my-ref-icon .fa-envelope-square {
    color: #4A4A4A; }

.ref-inline-text {
  display: inline-block; }

[name=refLink] {
  border-style: dashed;
  border-color: #4A4A4A;
  padding: 10px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0.5rem; }

.my-referral-link {
  text-align: center;
  line-height: 3.25; }
  .my-referral-link i.fa-link {
    color: #057EAA;
    font-size: 25px; }

.my-referral-adv {
  text-align: center;
  width: 400px;
  margin: auto; }
  .my-referral-adv .my-referral-adv-body {
    text-align: left;
    padding-left: 19px;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #EBEBEB;
    color: #444444;
    font-family: Lato;
    font-size: 16px;
    line-height: 22px; }

.my-referral-statistics table {
  border: 1px solid #D8D8D8;
  width: 100%; }

.my-referral-statistics th {
  padding: 7px 10px;
  background-color: #D8D8D8;
  color: #444444;
  font-family: Lato;
  font-size: 16px;
  line-height: 22px; }
  .my-referral-statistics th.my-referral-view-heading {
    border-right-color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 1px; }

.my-referral-statistics td {
  padding: 7px 10px;
  background-color: #FFFFFF;
  color: #444444;
  font-family: Lato;
  font-size: 16px;
  line-height: 22px; }
  .my-referral-statistics td.my-referral-views {
    border-right-color: #D8D8D8;
    border-right-style: solid;
    border-right-width: 1px; }

.my-transactions__title {
  font-family: "Lato", sans-serif;
  font-weight: normal; }

.my-transactions__sub-title {
  margin-top: 25px; }

.my-transactions .edit-transaction-link {
  text-decoration: none; }
  .my-transactions .edit-transaction-link .edit-icon {
    color: #444444; }
  .my-transactions .edit-transaction-link .edit-link {
    color: #00a7e0;
    font-size: 1.25rem;
    margin-left: 10px; }

.my-transactions__table {
  width: 100%; }
  .my-transactions__table th {
    padding: 15px 10px 10px 20px;
    white-space: nowrap; }
    .my-transactions__table th:last-child {
      padding-right: 10px; }
  @media (min-width: 1200px) {
    .my-transactions__table tr:nth-child(odd) {
      background: #FFFFFF; }
    .my-transactions__table tr:nth-child(even) {
      background: #ebf0f2; } }
  .my-transactions__table td {
    border-color: #999999;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    padding: 15px 10px 15px 20px; }
    .my-transactions__table td:first-child {
      border-left-width: 1px; }
    .my-transactions__table td:last-child {
      border-right-width: 1px; }
    .my-transactions__table td:last-child {
      padding-right: 10px; }

@media (max-width: 1199px) {
  .my-transactions__wrapper {
    position: relative; }
  .my-transactions__table {
    border: none;
    border-collapse: separate;
    border-spacing: 0; }
    .my-transactions__table thead th {
      border: 1px solid #999999;
      border-left: none;
      padding: 15px 10px 15px 20px;
      text-align: left;
      text-shadow: 1px 1px 1px #FFFFFF;
      white-space: nowrap; }
    .my-transactions__table tbody td {
      border: 1px solid #999999;
      border-left: none;
      border-top: none;
      padding: 15px 10px 15px 20px;
      white-space: nowrap; }
      .my-transactions__table tbody td:last-child {
        padding-right: 10px; }
      .my-transactions__table tbody td.my-transactions__sticky-col {
        border-top: none;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden; }
    .my-transactions__table .my-transactions__sticky-col {
      background: #ebf0f2;
      border: 1px solid #999999;
      left: 16px;
      position: absolute;
      top: auto;
      width: 50%; }
  .my-transactions-table {
    margin-left: 50%;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px; } }

#receiptModal .modal__content-header {
  display: block; }
  #receiptModal .modal__content-header-btn {
    position: absolute;
    top: 0;
    right: 0; }

.options-menu__btn--option, .options-menu__btn--minis-container {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.options-menu__btn--parent {
  font-size: 1.25rem; }

.options-menu__menu {
  position: fixed;
  overflow-y: scroll;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #444444;
  z-index: 10001;
  display: none; }
  .options-menu__menu--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .options-menu__menu--close-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .options-menu__menu--close-menu {
    width: 75px;
    height: 10px;
    background: white;
    margin: 0.5rem 0;
    cursor: pointer; }
  .options-menu__menu--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.5rem 0;
    background-color: #ebf0f2;
    border-radius: 0;
    border: 1px solid #999999;
    margin-top: 0.25rem;
    max-height: 85vh;
    overflow-y: scroll; }

.options-menu__overlay {
  content: "";
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(68, 68, 68, 0.5); }

.options-menu__btn--option, .options-menu__btn--child-option, .options-menu__btn--minis-container {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #0083ad;
  background-color: transparent;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  width: 100%;
  text-align: left;
  text-transform: none; }
  .options-menu__btn--option:hover, .options-menu__btn--option:focus, .options-menu__btn--child-option:hover, .options-menu__btn--child-option:focus, .options-menu__btn--minis-container:hover, .options-menu__btn--minis-container:focus {
    cursor: pointer;
    background-color: #FFFFFF; }

.options-menu__btn--option-icon {
  margin-right: 0.5rem; }

.options-menu__btn--option-icon-right {
  margin-right: 0;
  margin-left: 0.5rem;
  position: absolute;
  right: 2rem;
  top: 0.5rem; }

.options-menu__btn--minis-container {
  padding: 0.25rem 2rem;
  padding-top: 0; }

.options-menu__btn--minis-btn {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: none;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem; }

.options-menu__btn--minis-empty-label {
  color: #444444;
  font-size: 0.75rem;
  margin: 0.25rem 0; }

.options-menu__btn--heading-only {
  width: 100%;
  padding: 1rem 2rem;
  font-family: "Lato-Black", sans-serif;
  font-weight: normal; }

.options-menu__btn--heading-only-text {
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #444444; }

.options-menu__btn--lead-action {
  background: #ebf0f2;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #999999; }

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

.options-menu__menu--content-container {
  background: #FFFFFF; }

.options-menu__btn--container {
  width: 100%;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .options-menu__btn--container .options-menu__btn--option, .options-menu__btn--container .options-menu__btn--child-option, .options-menu__btn--container .options-menu__btn--minis-container {
    background-color: #ebf0f2;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999; }
    .options-menu__btn--container .options-menu__btn--option:last-of-type, .options-menu__btn--container .options-menu__btn--child-option:last-of-type, .options-menu__btn--container .options-menu__btn--minis-container:last-of-type {
      border-bottom: 1px solid #999999; }
    .options-menu__btn--container .options-menu__btn--option:hover, .options-menu__btn--container .options-menu__btn--option:focus, .options-menu__btn--container .options-menu__btn--child-option:hover, .options-menu__btn--container .options-menu__btn--child-option:focus, .options-menu__btn--container .options-menu__btn--minis-container:hover, .options-menu__btn--container .options-menu__btn--minis-container:focus {
      cursor: pointer;
      background-color: #FFFFFF; }
  .options-menu__btn--container .options-menu__btn--minis-container {
    border-top: 0; }
    .options-menu__btn--container .options-menu__btn--minis-container:last-of-type {
      margin-top: -1px; }
    .options-menu__btn--container .options-menu__btn--minis-container:hover, .options-menu__btn--container .options-menu__btn--minis-container:focus {
      cursor: auto;
      background-color: #ebf0f2; }

.options-menu__btn--container-checkboxes {
  margin-bottom: 0.5rem; }

.people__root {
  margin-bottom: 1rem; }
  .people__root .row:not(:last-child) {
    margin-bottom: 2rem; }
  .people__root .modal__alt-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.people__modal-btn {
  width: 100%;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

.popover-body--normal {
  padding: 0.25rem 0.5rem;
  color: #00a7e0;
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }

.popover-body--success {
  padding: 0.25rem 0.5rem;
  color: #32996c;
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }

.popover-body--error {
  padding: 0.25rem 0.5rem;
  color: #dc3545;
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }

.property-display {
  margin-bottom: 1.5rem; }

.cta-property-display {
  margin-bottom: 1.5rem; }

.date-property-display {
  margin-bottom: 1.5rem; }

.tag-property-display {
  margin-bottom: 1.5rem; }

.save-date-property-display {
  display: none; }
  .save-date-property-display__root {
    display: none; }

.pull-quote__root {
  padding: 4.5rem; }

.pull-quote__quote {
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .pull-quote__quote {
      font-size: 2rem; } }

.pull-quote__attribution {
  padding-top: 1.5rem;
  text-align: right;
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    .pull-quote__attribution {
      font-size: 1.5rem; } }

.related-article {
  background: #ebf0f2;
  padding: 4rem 0.75rem; }
  @media (max-width: 575px) {
    .related-article {
      padding-top: 2rem; } }
  .related-article__title-wrap {
    text-align: center;
    margin-bottom: 4rem; }
    @media (max-width: 575px) {
      .related-article__title-wrap {
        margin-bottom: 2rem; } }
    .related-article__title-wrap h1, .related-article__title-wrap h2, .related-article__title-wrap h3, .related-article__title-wrap h4, .related-article__title-wrap h5, .related-article__title-wrap h6 {
      display: inline-block;
      margin: 0 auto; }
  .related-article__title {
    padding-bottom: 0.5rem; }
  .related-article__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem; }
  .related-article__container-blocks {
    margin-bottom: 1.5rem; }

.revenue {
  /*ppm width changes*/ }
  .revenue .modal-dialog {
    max-width: 1041px; }
    .revenue .modal-dialog .modal__content-header-btn {
      position: absolute;
      right: -21px;
      top: -24px; }
    .revenue .modal-dialog .modal__content-header h2 {
      font-size: 1.25rem;
      font-family: "Lato-Bold", sans-serif;
      font-weight: normal;
      padding: 7px 0;
      text-align: left; }
    .revenue .modal-dialog .modal__content-header img {
      max-height: 50px; }
  .revenue .radio-hos label {
    font-size: 0.875rem;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    margin: 0 30px 0 5px; }
  .revenue .radio-form {
    padding-bottom: 10px; }
  .revenue .popup-cont {
    font-size: 0.875rem; }
  .revenue .tg {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0px;
    -webkit-box-shadow: 5px 5px 5px #999999;
            box-shadow: 5px 5px 5px #999999; }
  .revenue .row-type-1 {
    background: #0d4d96;
    color: #FFFFFF; }
  .revenue .row-type-2 {
    background: #444444;
    color: #FFFFFF; }
  .revenue .table td, .revenue .table th {
    padding: 0.5rem;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ebf0f2; }
  .revenue .tg tr {
    border-top: 1px solid #ebf0f2;
    float: left;
    width: 100%; }
  .revenue .tg td {
    text-align: center;
    border-top: 0px;
    font-size: 0.75rem;
    float: left; }
  .revenue .tg th {
    font-size: 0.75rem;
    text-align: center; }
  .revenue .tg td:first-child, .revenue .tg th:first-child {
    text-align: left;
    width: 201px; }
  .revenue .firsttbl tr td:nth-child(2), .revenue .firsttbl tr th:nth-child(2) {
    width: 138px; }
  .revenue .firsttbl tr td:nth-child(3), .revenue .firsttbl tr th:nth-child(3) {
    width: 131px; }
  .revenue .firsttbl tr td:nth-child(4), .revenue .firsttbl tr th:nth-child(4) {
    width: 132px; }
  .revenue .firsttbl tr td:nth-child(5), .revenue .firsttbl tr th:nth-child(5) {
    width: 173px; }
  .revenue .firsttbl tr td:nth-child(6), .revenue .firsttbl tr th:nth-child(6) {
    width: 132px; }
  .revenue .firsttbl tr td:nth-child(7), .revenue .firsttbl tr th:nth-child(7) {
    width: 94px; }
  .revenue .secondtbl tr td:nth-child(2), .revenue .secondtbl tr th:nth-child(2) {
    width: 133px; }
  .revenue .secondtbl tr td:nth-child(3), .revenue .secondtbl tr th:nth-child(3) {
    width: 125px; }
  .revenue .secondtbl tr td:nth-child(4), .revenue .secondtbl tr th:nth-child(4) {
    width: 140px; }
  .revenue .secondtbl tr td:nth-child(5), .revenue .secondtbl tr th:nth-child(5) {
    width: 161px; }
  .revenue .secondtbl tr td:nth-child(6), .revenue .secondtbl tr th:nth-child(6) {
    width: 130px; }
  .revenue .secondtbl tr td:nth-child(7), .revenue .secondtbl tr th:nth-child(7) {
    width: 100px; }
  .revenue .tg tr:nth-child(8) {
    border-top: 2px solid #ebf0f2; }
  .revenue .tg td:first-child, .revenue .tg th:first-child {
    text-align: left;
    width: 201px; }
  .revenue .tg tr:nth-child(8) td:nth-child(1) {
    width: 50%;
    text-align: right;
    padding-top: 14px !important; }
  .revenue .tg tr:nth-child(8) td:nth-child(2) {
    width: 50%;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    font-size: 1.25rem;
    text-align: left; }
  .revenue .popup-body {
    padding: 15px 15px 0 15px;
    background: #FFFFFF;
    overflow: auto;
    text-align: left; }
  .revenue .popup-cont {
    padding: 10px 15px;
    text-align: left; }
    .revenue .popup-cont p {
      margin-bottom: 0;
      font-size: 0.75rem;
      font-family: "Lato", sans-serif;
      font-weight: normal;
      float: left;
      width: 100%; }
  .revenue .cctxt {
    text-align: center;
    width: 35px; }
  .revenue .fsttxt, .revenue .sectxt, .revenue .thirdtxt {
    float: left;
    width: 100% !important;
    padding-top: 0 !important;
    text-align: left !important; }
  .revenue .fsttxt {
    background-color: #32996c !important; }
  .revenue .sectxt {
    background-color: #e6b800 !important; }
  .revenue .thirdtxt {
    background-color: #e45438 !important; }
  .revenue .totalpoints {
    display: none; }
  .revenue .popup-body td, .revenue .popup-body th {
    border: 1px solid transparent !important; }
  .revenue .revcycp td:nth-child(n+2) {
    display: none; }
  .revenue .firsttbl tr td:nth-child(7), .revenue .firsttbl tr th:nth-child(7) {
    display: none; }
  @media (max-width: 767px) {
    .revenue .popup-cont p:last-child {
      margin-bottom: 15px; }
    .revenue .tg {
      width: 918px !important;
      max-width: 918px !important;
      margin-bottom: 0; }
    .revenue .popup-cont {
      padding: 10px 8px; }
    .revenue .tg td:first-child, .revenue .tg th:first-child {
      text-align: left;
      width: 194px; }
    .revenue .tg tr td:nth-child(2), .revenue .tg tr th:nth-child(2) {
      width: 131px; }
    .revenue .tg tr td:nth-child(3), .revenue .tg tr th:nth-child(3) {
      width: 123px; } }

.save-elem {
  display: inline-block; }
  .save-elem__hide {
    display: none; }
  .save-elem__icon {
    margin-right: 0.5rem; }

#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #e45438;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  display: none;
  z-index: 75; }
  #scroll-to-top:hover {
    background: #FFFFFF;
    border: 1px solid #e45438; }
    #scroll-to-top:hover i {
      color: #e45438; }
  #scroll-to-top i {
    color: #FFFFFF;
    margin: 0;
    font-size: 19px; }

.filter-menu__brg-search-view-container {
  display: none; }

.filter-menu__brg-search-view {
  margin-bottom: 1rem; }
  .filter-menu__brg-search-view .fc-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .filter-menu__brg-search-view .fc-toolbar .fc-left {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .filter-menu__brg-search-view .fc-toolbar .fc-center {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 1rem; }
    .filter-menu__brg-search-view .fc-toolbar .fc-right {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }

.filter-menu__brg-search-view-list {
  margin-bottom: 4rem; }
  .filter-menu__brg-search-view-list .fc-toolbar {
    display: none; }

.filter-menu__toggle-content--show-search .filter-menu__brg-search-view-container {
  display: block; }

.filter-menu__toggle-content--show-search .filter-menu__results-container {
  display: none; }

.filter-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .filter-menu__top {
      margin-bottom: 2rem; } }

.filter-menu__title {
  margin-bottom: 0;
  margin-right: 1.5rem; }

.filter-menu__brg-search-view-btn .button {
  font-size: 1.5rem; }

@media (max-width: 991px) {
  .filter-menu__desktop {
    display: none; } }

@media (min-width: 992px) {
  .filter-menu__desktop {
    padding-right: 2rem;
    min-width: 285px; }
  .filter-menu__results {
    padding-left: 2rem; } }

.filter-menu .card-content {
  margin-bottom: 1rem; }

.filter-menu__desktop-filter-list-container {
  display: none; }
  @media (max-width: 991px) {
    .filter-menu__desktop-filter-list-container {
      display: none !important; } }

.filter-menu__desktop-filter-list {
  display: inline-block; }

.filter-menu__desktop-filter-list-btn {
  margin-bottom: 1rem;
  margin-right: 1rem;
  color: #444444; }
  .filter-menu__desktop-filter-list-btn:hover {
    color: #444444; }

.filter-menu__desktop-clear-btn {
  margin-bottom: 1rem; }

.filter-menu__options-menu-btn {
  width: 100%;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .filter-menu__options-menu-btn {
      display: none; } }

.filter-menu__heading {
  margin-bottom: 2rem; }

.filter-menu__facet-heading {
  text-transform: uppercase; }

.filter-menu__facet {
  margin-bottom: 2rem; }

.filter-menu__facet-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.filter-menu__facet-list-item {
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #0083ad; }
  .filter-menu__facet-list-item--show-all {
    font-family: "Lato-Black", sans-serif;
    font-weight: normal; }
  .filter-menu__facet-list-item--hidden {
    display: none; }
  .filter-menu__facet-list-item:hover {
    color: #00a7e0; }
  .filter-menu__facet-list-item.filter-menu--selected, .filter-menu__facet-list-item.active {
    color: #444444;
    font-family: "Lato-Black", sans-serif;
    font-weight: normal; }

.filter-menu__facet-list-item-count {
  margin-left: 0.5rem; }

.filter-menu__peer-reviewed-checkbox-img {
  max-width: 70px;
  margin-left: 0.5rem; }
  .filter-menu__peer-reviewed-checkbox-img--mobile {
    margin-left: 0; }

.search-list-filter__filter-group--items-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.filter-menu__search-view-container {
  display: none; }

.filter-menu__search-view {
  margin-bottom: 1rem; }
  .filter-menu__search-view .fc-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .filter-menu__search-view .fc-toolbar .fc-left {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .filter-menu__search-view .fc-toolbar .fc-center {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 1rem; }
    .filter-menu__search-view .fc-toolbar .fc-right {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }

.filter-menu__search-view-list {
  margin-bottom: 4rem; }
  .filter-menu__search-view-list .fc-toolbar {
    display: none; }

.filter-menu__toggle-content--show-search .filter-menu__search-view-container {
  display: block; }

.filter-menu__toggle-content--show-search .filter-menu__results-container {
  display: none; }

.filter-menu__sponsored-ad {
  width: 728px;
  height: 90px;
  margin-bottom: 18px; }

.filter-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .filter-menu__top {
      margin-bottom: 2rem; } }

.filter-menu__title {
  margin-bottom: 0;
  margin-right: 1.5rem; }

.filter-menu__search-view-btn .button {
  font-size: 1.5rem; }

@media (max-width: 991px) {
  .filter-menu__desktop {
    display: none; } }

@media (min-width: 992px) {
  .filter-menu__desktop {
    padding-right: 2rem;
    min-width: 285px; }
  .filter-menu__results {
    padding-left: 2rem; } }

.filter-menu .card-content {
  margin-bottom: 1rem; }

.filter-menu__desktop-filter-list-container {
  display: none; }
  @media (max-width: 991px) {
    .filter-menu__desktop-filter-list-container {
      display: none !important; } }

.filter-menu__desktop-filter-list {
  display: inline-block; }

.filter-menu__desktop-filter-list-btn {
  margin-bottom: 1rem;
  margin-right: 1rem;
  color: #444444; }
  .filter-menu__desktop-filter-list-btn:hover {
    color: #444444; }

.filter-menu__desktop-clear-btn {
  margin-bottom: 1rem; }

.filter-menu__options-menu-btn {
  width: 100%;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .filter-menu__options-menu-btn {
      display: none; } }

.filter-menu__heading {
  margin-bottom: 2rem; }

.filter-menu__facet-heading {
  text-transform: uppercase; }

.filter-menu__facet {
  margin-bottom: 2rem; }

.filter-menu__facet-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.filter-menu__facet-list-item {
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #0083ad; }
  .filter-menu__facet-list-item--show-all {
    font-family: "Lato-Black", sans-serif;
    font-weight: normal; }
  .filter-menu__facet-list-item--hidden {
    display: none; }
  .filter-menu__facet-list-item:hover {
    color: #00a7e0; }
  .filter-menu__facet-list-item.filter-menu--selected, .filter-menu__facet-list-item.active {
    color: #444444;
    font-family: "Lato-Black", sans-serif;
    font-weight: normal; }

.filter-menu__facet-list-item-count {
  margin-left: 0.5rem; }

.secondary-nav__root {
  width: 100%;
  font-size: 0.875rem; }

.secondary-nav__link, .secondary-nav__sub-link {
  color: #0083ad; }
  .secondary-nav__link:hover, .secondary-nav__sub-link:hover {
    text-decoration: underline; }

.secondary-nav__list {
  list-style: none;
  padding: 0; }

.secondary-nav__list-item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.secondary-nav__sub-list {
  padding: 0;
  padding-left: calc(0.25rem + 0.5rem); }

.secondary-nav__sub-list-item {
  font-family: "Lato-Black", sans-serif;
  font-weight: normal;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }
  .secondary-nav__sub-list-item:last-of-type {
    padding-bottom: 0; }

.secondary-nav__sub-link {
  font-family: "Lato", sans-serif;
  font-weight: normal; }
  .secondary-nav__sub-link:active {
    font-family: "Lato-Black", sans-serif;
    font-weight: normal; }

.secondary-nav__general-list {
  margin-top: 1rem; }

.secondary-nav__hide {
  display: none; }

.secondary-nav__show {
  margin-top: 0.25rem;
  display: block; }

.secondary-nav__active {
  font-family: "Lato-Black", sans-serif;
  font-weight: normal;
  color: #444444; }

.secondary-nav__child-active {
  color: #0083ad;
  font-family: "Lato-Black", sans-serif;
  font-weight: normal; }

.secondary-nav--separator {
  min-width: 120px;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #c2b9b8; }

.secondary-nav__general-section .secondary-nav__general-list:last-child {
  border: none; }

.share-elem {
  display: inline-block; }
  .share-elem__btn-icon {
    margin-right: 0.25rem; }
  .share-elem__btn {
    cursor: pointer; }
  .share-elem__popover {
    background: #999999; }
  .share-elem__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .share-elem__list-item {
    display: inline-block;
    margin: 0 0.25rem; }
    @media (max-width: 575px) {
      .share-elem__list-item {
        margin: 0 0.5rem; } }
  .share-elem__content {
    padding: 0.25rem 0.5rem; }
  .share-elem__hide {
    display: none; }
  .share-elem__popover-icon {
    color: #00a7e0; }
    @media (max-width: 575px) {
      .share-elem__popover-icon {
        font-size: 1rem; } }
  .share-elem__popover-link {
    cursor: pointer; }

html.hfma-home-page .share-elem {
  display: none; }

.summary-elem__content {
  display: none; }

.summary-content.collapsing, .article-main-content.collapsing {
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s; }

.ad-takeover-container {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000; }
  .ad-takeover-container__close {
    display: block;
    height: 25px;
    width: 100%;
    position: fixed;
    top: 225px;
    -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.6));
            filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.6)); }
    .ad-takeover-container__close::after {
      content: "\F057";
      cursor: pointer;
      display: block;
      color: #FFFFFF;
      font-family: 'Font Awesome 5 Pro';
      font-size: 32px;
      width: 25px;
      margin: 0 auto;
      -webkit-transform: translateX(355px);
          -ms-transform: translateX(355px);
              transform: translateX(355px); }
      @media (max-width: 991px) {
        .ad-takeover-container__close::after {
          -webkit-transform: translateX(90px);
              -ms-transform: translateX(90px);
                  transform: translateX(90px); } }
  .ad-takeover-container iframe {
    display: block;
    background-color: #00a7e0;
    position: relative;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    margin: 250px auto 0; }
  .ad-takeover-container > div {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw; }

.text-ads div {
  width: 100% !important; }
  .text-ads div iframe {
    width: 100%;
    max-width: 580px; }
    @media (max-width: 767px) {
      .text-ads div iframe {
        margin-bottom: 0.5rem; } }

.i-amphtml-layout-size-defined {
  width: 360px !important;
  height: 150px !important; }

.text-size__root {
  display: inline-block; }

.text-size__btn-icon {
  margin-right: 0.25rem; }

.text-size__btn {
  cursor: pointer; }

.text-size__popover {
  background: #999999; }

.text-size__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.text-size__list-item {
  display: inline-block;
  margin: 0 0.25rem; }
  @media (max-width: 575px) {
    .text-size__list-item {
      margin: 0 0.5rem; } }

.text-size__popover-link {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }
  .text-size__popover-link:hover, .text-size__popover-link:focus, .text-size__popover-link:active, .text-size__popover-link.is-active {
    text-decoration: none; }
  .text-size__popover-link--is-active {
    color: #0083ad;
    text-decoration: underline; }

.text-size__content {
  padding: 0.25rem 0.5rem; }

.text-size__hide {
  display: none; }

@media (max-width: 575px) {
  .text-size__popover-icon {
    font-size: 1rem; } }

.topic-selection__topic-block {
  margin-bottom: 1.5rem; }
  .topic-selection__topic-block-main .form-checkbox-input__topic-variant {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }
  .topic-selection__topic-block-main .form-checkbox-input__topic-variant {
    background-color: #ebf0f2; }
  .topic-selection__topic-block-main .form-checkbox-input__topic-variant-selected {
    background-color: #227a57;
    border-color: #227a57; }

.topic-selection__topic-block-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .topic-selection__topic-block-sub-child {
    margin-right: 0.5rem; }
    @media (max-width: 575px) {
      .topic-selection__topic-block-sub-child {
        width: 100%;
        margin: 0; } }

.topic-selection__alerts--success, .topic-selection__alerts--error {
  display: none;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .topic-selection__alerts--success, .topic-selection__alerts--error {
      margin-bottom: 2rem; } }

.trending__content {
  margin: 2rem 0; }

.trial-membership__component {
  text-align: center;
  border: 2px solid #C8C0BF;
  padding: 22px; }
  .trial-membership__component:hover {
    border: 2px solid #05A7E0; }
    .trial-membership__component:hover .trial-membership__hidden {
      visibility: visible;
      opacity: 1;
      -webkit-transition: visibility 0s linear 0s, opacity 100ms;
      -o-transition: visibility 0s linear 0s, opacity 100ms;
      transition: visibility 0s linear 0s, opacity 100ms; }
    .trial-membership__component:hover .trial-membership__icon {
      color: #05A7E0; }

.trial-membership__icon {
  font-size: 4em;
  color: #C8C0BF; }

.trial-membership__hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 100ms, opacity 100ms;
  -o-transition: visibility 0s linear 100ms, opacity 100ms;
  transition: visibility 0s linear 100ms, opacity 100ms; }

.utility-navigation-avatar__btn {
  display: none !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  overflow: hidden;
  position: relative;
  margin-left: -0.5rem; }
  .utility-navigation-avatar__btn .button__label {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    display: none; }
  @media (min-width: 992px) {
    .utility-navigation-avatar__btn {
      display: block !important; } }

.utility-navigation-avatar__img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none; }

.utility-navigation-avatar__details {
  display: none; }
  .utility-navigation-avatar__details--item-group-name {
    padding: 1rem;
    border-bottom: 1px solid #ebf0f2; }
  .utility-navigation-avatar__details--item-group-item {
    border-bottom: 1px solid #ebf0f2; }
    .utility-navigation-avatar__details--item-group-item-link {
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.5rem; }
      .utility-navigation-avatar__details--item-group-item-link:hover, .utility-navigation-avatar__details--item-group-item-link:focus {
        color: inherit;
        text-decoration: none;
        background: #ebf0f2; }

.utility-navigation-favorites__btn .button__label {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  display: none; }
  @media (max-width: 991px) {
    .utility-navigation-favorites__btn .button__label {
      display: inline-block; } }

.utility-navigation-favorites__details {
  display: none; }
  .utility-navigation-favorites__details--item-group-name {
    padding: 1rem;
    border-bottom: 1px solid #ebf0f2; }
  .utility-navigation-favorites__details--item-group-item {
    border-bottom: 1px solid #ebf0f2; }
    .utility-navigation-favorites__details--item-group-item-link {
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.5rem; }
      .utility-navigation-favorites__details--item-group-item-link:hover, .utility-navigation-favorites__details--item-group-item-link:focus {
        color: inherit;
        text-decoration: none;
        background: #ebf0f2; }

.utility-navigation-favorites__timephraseHeader {
  padding: 0.5rem 1rem;
  margin: 0;
  border-bottom: 1px solid #ebf0f2; }

.utility-navigation-messages__btn .button__label {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  display: none; }
  @media (max-width: 991px) {
    .utility-navigation-messages__btn .button__label {
      display: inline-block; } }

.utility-navigation-messages__details {
  display: none; }
  .utility-navigation-messages__details--item-group-name {
    padding: 1rem;
    border-bottom: 1px solid #ebf0f2; }
  .utility-navigation-messages__details--item-group-item {
    border-bottom: 1px solid #ebf0f2; }
    .utility-navigation-messages__details--item-group-item-link {
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.5rem; }
      .utility-navigation-messages__details--item-group-item-link:hover, .utility-navigation-messages__details--item-group-item-link:focus {
        color: inherit;
        text-decoration: none;
        background: #ebf0f2; }

.utility-navigation-notifications__btn .button__label {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  display: none; }
  @media (max-width: 991px) {
    .utility-navigation-notifications__btn .button__label {
      display: inline-block; } }

.utility-navigation-notifications__details {
  display: none; }
  .utility-navigation-notifications__details--item-group-name {
    padding: 1rem;
    border-bottom: 1px solid #ebf0f2; }
  .utility-navigation-notifications__details--item-group-item {
    border-bottom: 1px solid #ebf0f2; }
    .utility-navigation-notifications__details--item-group-item-link {
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.5rem; }
      .utility-navigation-notifications__details--item-group-item-link:hover, .utility-navigation-notifications__details--item-group-item-link:focus {
        color: inherit;
        text-decoration: none;
        background: #ebf0f2; }
  .utility-navigation-notifications__details--see-all-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .utility-navigation-notifications__details--see-all {
    display: inline-block;
    padding: 0.5rem;
    width: 100%;
    text-align: center; }
    .utility-navigation-notifications__details--see-all:hover {
      background: #ebf0f2; }

.utility-navigation-notifications__timephraseHeader {
  padding: 0.5rem 1rem;
  margin: 0;
  border-bottom: 1px solid #ebf0f2; }

.utility-navigation {
  z-index: 1101; }
  .utility-navigation-item__active {
    display: block; }
  .utility-navigation-item__details {
    position: absolute; }
  .utility-navigation-item-link {
    font-size: 1.5rem;
    position: absolute;
    z-index: 1103; }
    @media (max-width: 991px) {
      .utility-navigation-item-link {
        position: relative;
        font-size: 1.25rem; } }
    .utility-navigation-item-link__pointer::after {
      content: '';
      position: relative;
      top: 12px;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid #e8e8e8;
      clear: both;
      z-index: 1102;
      visibility: hidden; }
      @media (max-width: 991px) {
        .utility-navigation-item-link__pointer::after {
          display: none; } }
    .utility-navigation-item-link__pointer-visible::after {
      visibility: visible; }
    .utility-navigation-item-link .button__icon-badge {
      display: none;
      margin: 0 -10px 0 0; }
  .utility-navigation-item__notification-count {
    z-index: 40;
    top: -5px !important; }
  .utility-navigation-item-link {
    color: inherit; }
  .utility-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
  .utility-navigation--fallback {
    margin: 1rem;
    text-align: center;
    font-size: 1rem; }

.video-elem__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  /*      padding-top: $video-elem-wrapper-padding-top;*/
  height: 0;
  margin-bottom: 1rem; }

.video-elem__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-elem__details {
  padding-left: 0;
  margin: 0; }

.video-elem__details-wrapper {
  padding: 0; }

.video-elem__details-description {
  font-size: 0.875rem; }

.accordion__root {
  width: 100%;
  margin-bottom: 1rem;
  color: #444444; }

.accordion__head {
  margin-top: 8px;
  width: 100%; }

.accordion__heading {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ebf0f2;
  cursor: pointer;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: unset; }

.accordion__content {
  padding: 1rem;
  padding-bottom: 0;
  border: 1px solid #ebf0f2;
  border-top: none; }

.accordion__heading-text {
  text-align: justify;
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal;
  padding-right: 0.5rem; }

.accordion__status-icon {
  font-size: 1.25rem; }

.accordion__status-icon-hide {
  visibility: hidden; }

.accordion__top-margin {
  margin-top: 1.5rem; }

.accordion__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ebf0f2;
  margin: 0; }
  @media (max-width: 575px) {
    .accordion__content-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.accordion__trigger-container {
  text-align: right; }
  @media (max-width: 575px) {
    .accordion__trigger-container {
      text-align: left; } }

.accordion__content-heading {
  margin: 0; }

.modal__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.modal__content-header-btn {
  font-size: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .modal__content-header-btn .button__icon {
    margin: 0; }

.modal-content {
  border-radius: 0;
  border: 1px solid #999999;
  padding: 1rem; }

.modal-dialog {
  margin: 1rem; }

@media (min-width: 576px) {
  .modal-dialog {
    margin: 2rem auto; }
  .modal-sm, .modal-md, .modal-lg {
    max-width: 500px; } }

@media (min-width: 768px) {
  .modal-md, .modal-lg {
    max-width: 700px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }

.promo__root {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto; }

.promo--container-disabled.container {
  padding-left: 0;
  padding-right: 0; }

.promo__background {
  position: absolute;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%; }

.promo__image-overlay--black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(68, 68, 68, 0.7); }

.promo__image-overlay--teal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 131, 173, 0.85); }

.promo__image-overlay--white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5); }

.promo__image-overlay--teal .promo__img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

.promo__image-overlay--none {
  background-color: transparent; }

.promo__image-container {
  position: relative;
  height: 100%;
  overflow: hidden; }

.promo__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%; }

.promo__content-container {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  z-index: 3;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 992px) {
    .promo__content-container {
      padding-top: 8rem;
      padding-bottom: 8rem; } }
  .promo__content-container.promo__content-container--vertical-align-top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 1.5rem; }
    @media (min-width: 992px) {
      .promo__content-container.promo__content-container--vertical-align-top {
        padding-top: 2rem; } }
  .promo__content-container.promo__content-container--vertical-align-bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 1.5rem; }
    @media (min-width: 992px) {
      .promo__content-container.promo__content-container--vertical-align-bottom {
        padding-bottom: 2rem; } }
  .promo__content-container--padding-none {
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .promo__content-container--padding-none {
        padding-top: 0;
        padding-bottom: 0; } }
    .promo__content-container--padding-none.promo__content-container--vertical-align-top {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 0; }
      @media (min-width: 992px) {
        .promo__content-container--padding-none.promo__content-container--vertical-align-top {
          padding-top: 0; } }
    .promo__content-container--padding-none.promo__content-container--vertical-align-bottom {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 0; }
      @media (min-width: 992px) {
        .promo__content-container--padding-none.promo__content-container--vertical-align-bottom {
          padding-bottom: 0; } }
  .promo__content-container--padding-base {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media (min-width: 992px) {
      .promo__content-container--padding-base {
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    .promo__content-container--padding-base.promo__content-container--vertical-align-top {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 1rem; }
      @media (min-width: 992px) {
        .promo__content-container--padding-base.promo__content-container--vertical-align-top {
          padding-top: 1rem; } }
    .promo__content-container--padding-base.promo__content-container--vertical-align-bottom {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 1rem; }
      @media (min-width: 992px) {
        .promo__content-container--padding-base.promo__content-container--vertical-align-bottom {
          padding-bottom: 1rem; } }
  .promo__content-container--padding-md {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media (min-width: 992px) {
      .promo__content-container--padding-md {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    .promo__content-container--padding-md.promo__content-container--vertical-align-top {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 1rem; }
      @media (min-width: 992px) {
        .promo__content-container--padding-md.promo__content-container--vertical-align-top {
          padding-top: 1rem; } }
    .promo__content-container--padding-md.promo__content-container--vertical-align-bottom {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 1rem; }
      @media (min-width: 992px) {
        .promo__content-container--padding-md.promo__content-container--vertical-align-bottom {
          padding-bottom: 1rem; } }
  .promo__content-container--padding-lg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    @media (min-width: 992px) {
      .promo__content-container--padding-lg {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
    .promo__content-container--padding-lg.promo__content-container--vertical-align-top {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 1rem; }
      @media (min-width: 992px) {
        .promo__content-container--padding-lg.promo__content-container--vertical-align-top {
          padding-top: 1rem; } }
    .promo__content-container--padding-lg.promo__content-container--vertical-align-bottom {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 1rem; }
      @media (min-width: 992px) {
        .promo__content-container--padding-lg.promo__content-container--vertical-align-bottom {
          padding-bottom: 1rem; } }
  .promo__content-container--padding-xl {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    @media (min-width: 992px) {
      .promo__content-container--padding-xl {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
    .promo__content-container--padding-xl.promo__content-container--vertical-align-top {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 1rem; }
      @media (min-width: 992px) {
        .promo__content-container--padding-xl.promo__content-container--vertical-align-top {
          padding-top: 1.5rem; } }
    .promo__content-container--padding-xl.promo__content-container--vertical-align-bottom {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 1rem; }
      @media (min-width: 992px) {
        .promo__content-container--padding-xl.promo__content-container--vertical-align-bottom {
          padding-bottom: 1.5rem; } }
  .promo__content-container--padding-xxl {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (min-width: 992px) {
      .promo__content-container--padding-xxl {
        padding-top: 8rem;
        padding-bottom: 8rem; } }
    .promo__content-container--padding-xxl.promo__content-container--vertical-align-top {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 1.5rem; }
      @media (min-width: 992px) {
        .promo__content-container--padding-xxl.promo__content-container--vertical-align-top {
          padding-top: 2rem; } }
    .promo__content-container--padding-xxl.promo__content-container--vertical-align-bottom {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 1.5rem; }
      @media (min-width: 992px) {
        .promo__content-container--padding-xxl.promo__content-container--vertical-align-bottom {
          padding-bottom: 2rem; } }
  @media (min-width: 768px) {
    .promo__content-container--width-25 {
      width: 25%; }
    .promo__content-container--width-50 {
      width: 50%; }
    .promo__content-container--width-75 {
      width: 75%; } }
  .promo__content-container--horizontal-align-left:not(.promo__content-container--width-100) {
    margin-left: 0; }
    @media (min-width: 768px) {
      .promo__content-container--horizontal-align-left:not(.promo__content-container--width-100) {
        margin-left: 2rem; } }
    @media (min-width: 992px) {
      .promo__content-container--horizontal-align-left:not(.promo__content-container--width-100) {
        margin-left: 4rem; } }
  .promo__content-container--horizontal-align-right:not(.promo__content-container--width-100) {
    margin-right: 0; }
    @media (min-width: 768px) {
      .promo__content-container--horizontal-align-right:not(.promo__content-container--width-100) {
        margin-right: 2rem; } }
    @media (min-width: 992px) {
      .promo__content-container--horizontal-align-right:not(.promo__content-container--width-100) {
        margin-right: 4rem; } }
  .promo__content-container--text-align-center {
    text-align: center; }
  .promo__content-container--text-align-right {
    text-align: right; }
  .promo__content-container--min-height-100 {
    min-height: 100px; }
  .promo__content-container--min-height-150 {
    min-height: 150px; }
  .promo__content-container--min-height-200 {
    min-height: 200px; }
  .promo__content-container--min-height-250 {
    min-height: 250px; }
  .promo__content-container--min-height-300 {
    min-height: 300px; }
  .promo__content-container--min-height-350 {
    min-height: 350px; }
  .promo__content-container--min-height-400 {
    min-height: 400px; }
  .promo__content-container--min-height-450 {
    min-height: 450px; }
  .promo__content-container--min-height-500 {
    min-height: 500px; }
  .promo__content-container--min-height-550 {
    min-height: 550px; }
  .promo__content-container--min-height-600 {
    min-height: 600px; }
  .promo__content-container--min-height-650 {
    min-height: 650px; }
  .promo__content-container--min-height-700 {
    min-height: 700px; }
  .promo__content-container--min-height-750 {
    min-height: 750px; }
  .promo__content-container--min-height-800 {
    min-height: 800px; }
  .promo__content-container--max-height-100 {
    max-height: 100px; }
  .promo__content-container--max-height-150 {
    max-height: 150px; }
  .promo__content-container--max-height-200 {
    max-height: 200px; }
  .promo__content-container--max-height-250 {
    max-height: 250px; }
  .promo__content-container--max-height-300 {
    max-height: 300px; }
  .promo__content-container--max-height-350 {
    max-height: 350px; }
  .promo__content-container--max-height-400 {
    max-height: 400px; }
  .promo__content-container--max-height-450 {
    max-height: 450px; }
  .promo__content-container--max-height-500 {
    max-height: 500px; }
  .promo__content-container--max-height-550 {
    max-height: 550px; }
  .promo__content-container--max-height-600 {
    max-height: 600px; }
  .promo__content-container--max-height-650 {
    max-height: 650px; }
  .promo__content-container--max-height-700 {
    max-height: 700px; }
  .promo__content-container--max-height-750 {
    max-height: 750px; }
  .promo__content-container--max-height-800 {
    max-height: 800px; }
  @media (min-width: 992px) {
    .promo__content-container--under-header {
      margin-top: 100px; } }

@media (min-width: 992px) {
  .rail--bg-color-left {
    background: #ebf0f2;
    background: -webkit-linear-gradient(left, #ebf0f2 0%, #ebf0f2 50%, #FFFFFF 50%, #FFFFFF 50%, #FFFFFF 50%, #FFFFFF 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ebf0f2), color-stop(50%, #ebf0f2), color-stop(50%, #FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, #FFFFFF), to(#FFFFFF));
    background: -o-linear-gradient(left, #ebf0f2 0%, #ebf0f2 50%, #FFFFFF 50%, #FFFFFF 50%, #FFFFFF 50%, #FFFFFF 100%);
    background: linear-gradient(to right, #ebf0f2 0%, #ebf0f2 50%, #FFFFFF 50%, #FFFFFF 50%, #FFFFFF 50%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left', endColorstr='$right',GradientType=1 ); }
  .rail--bg-color-right {
    background: #FFFFFF;
    background: -webkit-linear-gradient(left, #FFFFFF 0%, #FFFFFF 50%, #ebf0f2 50%, #ebf0f2 50%, #ebf0f2 50%, #ebf0f2 100%);
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, #ebf0f2), color-stop(50%, #ebf0f2), color-stop(50%, #ebf0f2), to(#ebf0f2));
    background: -o-linear-gradient(left, #FFFFFF 0%, #FFFFFF 50%, #ebf0f2 50%, #ebf0f2 50%, #ebf0f2 50%, #ebf0f2 100%);
    background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 50%, #ebf0f2 50%, #ebf0f2 50%, #ebf0f2 50%, #ebf0f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left', endColorstr='$right',GradientType=1 ); } }

.rail__main-col, .rail__side-col {
  padding-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .rail__main-col, .rail__side-col {
      padding-bottom: 2rem; } }
  @media (min-width: 992px) {
    .rail__main-col, .rail__side-col {
      padding-bottom: 4rem; } }

.rail__main-col {
  background-color: #FFFFFF;
  padding-top: 1.5rem; }
  @media (min-width: 992px) {
    .rail__main-col {
      padding-top: 2rem;
      overflow-x: hidden; } }

.rail__side-col {
  padding-top: 1.5rem; }
  @media (min-width: 992px) {
    .rail__side-col {
      padding-top: 2rem; } }
  @media (max-width: 991px) {
    .rail__side-col {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .rail__side-col--right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-width: 0; }
    @media (min-width: 992px) {
      .rail__side-col--right {
        padding-left: 2rem;
        padding-right: 1rem;
        min-width: 348px; } }
    @media (min-width: 992px) {
      .rail__side-col--right + .rail__main-col {
        padding-right: 2rem; } }
  .rail__side-col--bg-color {
    background-color: #ebf0f2; }
    @media (max-width: 991px) {
      .rail__side-col--bg-color:before {
        content: "";
        position: absolute;
        top: 0;
        left: calc((100% - 100vw)/2);
        width: 100vw;
        height: 100%;
        background-color: #ebf0f2;
        z-index: -1; } }

.rail__side-content--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem; }

@media (max-width: 991px) {
  .rail .nav-heading__text {
    font-size: 1rem; } }

.simple-events-body__description-content--pull-quote {
  margin: 2rem 0; }

.simple-events-body__next-items {
  margin: 0; }

.simple-events-body__related-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .simple-events-body__related-tags--items {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 1rem 1.5rem; }
    @media (min-width: 768px) {
      .simple-events-body__related-tags--items {
        -ms-flex-preferred-size: 27%;
            flex-basis: 27%; } }
    @media (min-width: 992px) {
      .simple-events-body__related-tags--items {
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%; } }
    .simple-events-body__related-tags--items-btn {
      text-align: center;
      width: 100%; }

.simple-events-body__related-tags-container, .simple-events-body__main {
  padding: 2rem 0;
  border-bottom: 2px solid #444444; }

.simple-events-body__main {
  padding-top: 0; }

.simple-events-header__utility-links {
  margin: 1.5rem 0; }
  .simple-events-header__utility-links--options-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0; }
    .simple-events-header__utility-links--options-list-item > div, .simple-events-header__utility-links--options-list-item > .button {
      margin-right: 1rem; }
    .simple-events-header__utility-links--options-list-item:last-child > div, .simple-events-header__utility-links--options-list-item:last-child > .button {
      margin-right: 0; }

.simple-events-header__host-name {
  font-family: "Lato-Italic", sans-serif;
  font-weight: normal; }

.simple-events-right-content__item-section--content {
  margin: 0.5rem 0; }
  .simple-events-right-content__item-section--content-inline-list {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0; }
    .simple-events-right-content__item-section--content-inline-list-item {
      display: inline-block;
      padding: 0 0.5rem;
      border-right: 2px solid #444444;
      line-height: 1rem; }
      .simple-events-right-content__item-section--content-inline-list-item:first-child {
        padding-left: 0; }
      .simple-events-right-content__item-section--content-inline-list-item:last-child {
        border: none; }
  .simple-events-right-content__item-section--content-list {
    padding: 0 0.5rem 0 0;
    list-style: none;
    margin: 0; }
  .simple-events-right-content__item-section--content-value {
    padding: 0 0.5rem 0 0; }

.simple-events-right-content__item-section--content-card .card-content {
  padding: 1rem 0; }

.simple-events-right-content__item-section--content-card .card-content__container {
  padding: 1.5rem 0; }

.tabs__container {
  padding-bottom: 1rem; }

.tabs__tab-label {
  padding-bottom: 0.5rem;
  white-space: nowrap; }

.tabs__container-next-active-series .tabs__tab-label {
  color: #444444;
  border-bottom: 4px solid #444444 !important; }

.tabs .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1.5rem;
  border: none;
  margin-bottom: 1rem; }
  .tabs .nav-tabs .nav-link {
    border: none;
    color: #444444;
    padding: 0; }
    .tabs .nav-tabs .nav-link.active {
      color: #444444;
      background-color: transparent; }
    .tabs .nav-tabs .nav-link:not(.active) .tabs__tab-label {
      border-bottom: none; }
  .tabs .nav-tabs .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tabs .nav-tabs .nav-item__separator {
      margin-left: 1rem;
      margin-right: 1rem;
      color: #999999; }
  .tabs .nav-tabs__no-spacing {
    margin: 0;
    padding: 0; }

.tabs--controls-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .tabs--controls-bottom .nav-tabs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .tabs--controls-bottom .tab-content {
    margin-bottom: 1rem; }

.tabs--smartlist {
  background-color: #ebf0f2;
  padding-top: 2rem; }
  @media (min-width: 768px) {
    .tabs--smartlist {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .tabs--smartlist .nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .tabs--smartlist .nav-tabs {
        margin-bottom: 4rem; } }

.tabs--next-in-series .nav-tabs .nav-link {
  color: #0083ad; }

.tabs__next-in-series-label-container {
  margin-bottom: 2rem; }

.tabs__link-current-page {
  color: #00a7e0; }
  .tabs__link-current-page .tabs__tab-label {
    border-bottom: none; }

.tabs__disabled {
  color: #999999; }

.tabs__hidden {
  display: none; }

.tab__footer {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .tab__footer {
      text-align: right;
      padding-top: 1rem;
      padding-bottom: 0; } }

.brg-utility__spacing {
  padding: 1rem 0; }

.brg-utility__content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.brg-utility__icon-wrapper {
  margin: 0 1rem 0 0; }

.courses-template__content {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .courses-template__content {
      margin-bottom: 4rem; } }

.courses-template__footer > .nav-heading__container {
  margin-bottom: 2rem; }

.courses-template__block {
  margin-bottom: 1rem; }

.courses-template__complex-session {
  background: #ebf0f2;
  padding: 1.5rem 2rem; }
  .courses-template__complex-session-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .courses-template__complex-session-cards .meta-session {
      -webkit-box-flex: 0;
          -ms-flex: 0 48%;
              flex: 0 48%;
      background: none; }
      .courses-template__complex-session-cards .meta-session:nth-child(2n+1) {
        margin-right: 1rem;
        margin-left: 0; }

.event-template__content {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .event-template__content {
      margin-bottom: 4rem; } }

.event-template__footer > .nav-heading__container {
  margin-bottom: 2rem; }

.courses-template__content {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .courses-template__content {
      margin-bottom: 4rem; } }

.courses-template__footer > .nav-heading__container {
  margin-bottom: 2rem; }

.courses-template__block {
  margin-bottom: 1rem; }

.courses-template__complex-session {
  background: #ebf0f2;
  padding: 1.5rem 2rem; }
  .courses-template__complex-session-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .courses-template__complex-session-cards .meta-session {
      -webkit-box-flex: 0;
          -ms-flex: 0 48%;
              flex: 0 48%;
      background: none; }
      .courses-template__complex-session-cards .meta-session:nth-child(2n+1) {
        margin-right: 1rem;
        margin-left: 0; }

#scf-activitiestable .social-activity {
  padding: 1rem;
  border: 1px solid #ebf0f2;
  margin-bottom: 1rem;
  width: 100%; }
  #scf-activitiestable .social-activity.review {
    display: none; }
  #scf-activitiestable .social-activity:first-child {
    margin-top: 1rem; }
  #scf-activitiestable .social-activity iframe {
    display: none; }
  #scf-activitiestable .social-activity.collection .scf-activity-content {
    border: 1px solid #999999;
    padding: 0.5rem 1.5rem;
    background: #ebf0f2; }
    #scf-activitiestable .social-activity.collection .scf-activity-content.scf-is-expand {
      max-height: 4rem; }

#scf-activitiestable .scf-is-expand img {
  display: none; }

#scf-activitiestable .scf-is-expandText {
  margin-top: 0.5rem; }

#scf-activitiestable .scf-activity__post {
  margin-left: 1rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #666666; }

#scf-activitiestable .scf-activity__info {
  margin-left: 1rem; }

#scf-activitiestable .scf-activity-member {
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#scf-activitiestable .scf-activity-avatar {
  float: none;
  width: 100%; }

#scf-activitiestable .scf-activity-time {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 0.875rem; }

#scf-activitiestable .scf-activity-user {
  margin-left: 0;
  font-size: 0.875rem; }

#scf-activitiestable .scf-activity__user-info {
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  margin-left: 1rem; }

#scf-activitiestable .scf-activity__user-title {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  display: block; }

#scf-activities-navwrapper .nav-tabs {
  padding-bottom: 0.5rem;
  border-bottom: 0; }

#scf-activities-navwrapper .scf-activities-tab a {
  color: #444444;
  padding-bottom: 0.5rem; }

#scf-activities-navwrapper .scf-activities-tab:after {
  content: "|";
  display: inline;
  margin-left: 0.5rem;
  color: #999999; }

#scf-activities-navwrapper .scf-activities-tab:last-child::after {
  display: none; }

#scf-activities-navwrapper .scf-activities-tab.active a {
  border-bottom: 2px solid #e45438; }

.scf-jounral-entry__header {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 5px solid #444444; }
  @media (max-width: 575px) {
    .scf-jounral-entry__header {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .scf-jounral-entry__header-create {
        width: 100%;
        margin-top: 0.5rem; } }

.scf-jounral-entry .scf-comment-avatar {
  margin: 0 auto;
  display: block; }

.scf-jounral-entry .scf-js-journal-comment-section .scf-topic-userinfo {
  border-radius: 0;
  height: auto;
  width: auto;
  margin-right: 1rem; }

.scf-jounral-entry .scf-js-topic-details h3 {
  font-size: 2rem;
  text-transform: capitalize; }

.scf-jounral-entry .scf-js-topic-details img {
  margin: 1rem; }

.scf-jounral-entry__breadcrumb {
  text-transform: uppercase;
  margin-bottom: 0; }

.scf-jounral-entry__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 0.5rem; }

.scf-jounral-entry__type {
  color: #e45438;
  margin-right: 0.5rem;
  text-transform: uppercase;
  font-size: 0.75rem; }
  .scf-jounral-entry__type::after {
    content: "|";
    color: #444444;
    display: inline;
    position: relative;
    margin-left: 0.5rem; }

.scf-jounral-entry__topic {
  text-transform: uppercase;
  color: #999999;
  font-size: 0.75rem; }

.scf-jounral-entry__title {
  text-transform: capitalize; }

.scf-jounral-entry__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem; }
  .scf-jounral-entry__author-image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.5rem;
    margin-top: 0.25rem; }
  .scf-jounral-entry__author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.875rem;
    line-height: 1.3; }
  .scf-jounral-entry__author-name {
    margin-bottom: 0;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }
  .scf-jounral-entry__author-social {
    text-decoration: underline;
    font-family: "Lato-Italic", sans-serif;
    font-weight: normal; }

.scf-jounral-entry__date {
  margin-top: 1rem; }

.scf-jounral-entry__follow {
  margin-bottom: 2rem;
  margin-top: 1rem; }

.scf-jounral-entry__attachment-container {
  padding: 1rem;
  background: #ebf0f2;
  margin-top: 1rem; }

.scf-jounral-entry__attachment-link::before {
  content: "\F1C1";
  display: inline;
  font-family: FontAwesome;
  margin-right: 0.5rem; }

.scf-jounral-entry__related {
  padding-top: 1rem;
  border-top: 5px solid #444444;
  margin-bottom: 1rem;
  margin-top: 2rem; }
  .scf-jounral-entry__related-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0; }
  .scf-jounral-entry__related-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23%;
            flex: 0 1 23%;
    background: #00a7e0;
    margin-right: 0.5rem;
    padding: 0.5rem;
    white-space: nowrap;
    color: #FFFFFF;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    margin-bottom: 1rem;
    text-align: center; }

.scf-topic .scf-composer-block {
  display: block; }

.scf-modal-dialog {
  z-index: 2001 !important; }

.article-content img[style*="float: left;"] {
  margin-right: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.article-content img[style*="float: right"] {
  margin-left: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.scf-forum__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  padding-top: 1rem; }
  .scf-forum__header-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%; }

.scf-forum .scf-js-journal-tab {
  border-bottom: none; }

.scf-forum .scf-topic-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0; }
  .scf-forum .scf-topic-list__item-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%; }
  .scf-forum .scf-topic-list__item-link {
    font-family: "Lato-Black", sans-serif;
    font-weight: 900; }
  .scf-forum .scf-topic-list__item-time {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%; }
  .scf-forum .scf-topic-list__item-tag {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%; }

.scf-forum .scf-topic-list__title {
  font-size: 1.5rem;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    .scf-forum .scf-topic-list__title {
      font-size: 1.25rem; } }

.scf-forum .scf-topic-list__summary {
  padding-left: 1.5rem; }
  .scf-forum .scf-topic-list__summary .scf-comment-msg img {
    display: none; }
  @media (max-width: 767px) {
    .scf-forum .scf-topic-list__summary {
      padding-left: 0; } }

.scf-forum .scf-topic-list > .bg-info {
  background-color: #ebf0f2 !important; }
  .scf-forum .scf-topic-list > .bg-info .scf-comment-msg {
    background-color: #ebf0f2 !important; }

.scf-forum .scf-topic-listitem .scf-comment-msg {
  line-height: 1.5;
  overflow-y: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  border-radius: 0;
  border: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  padding-top: 0; }
  .scf-forum .scf-topic-listitem .scf-comment-msg p {
    display: none; }
    .scf-forum .scf-topic-listitem .scf-comment-msg p:first-of-type {
      display: block;
      overflow: hidden;
      margin-bottom: 0; }
    .scf-forum .scf-topic-listitem .scf-comment-msg p img {
      display: block; }
  .scf-forum .scf-topic-listitem .scf-comment-msg ul, .scf-forum .scf-topic-listitem .scf-comment-msg ol {
    display: none; }
  .scf-forum .scf-topic-listitem .scf-comment-msg > .embeddedContent {
    display: none; }

.scf-forum .scf-topic-list {
  margin-top: 16px; }
  .scf-forum .scf-topic-list > li {
    border-bottom: 1px solid #ebf0f2;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .scf-forum .scf-topic-list > li:last-child {
      border-bottom: none; }
    @media (max-width: 767px) {
      .scf-forum .scf-topic-list > li {
        padding-bottom: 0; } }
  .scf-forum .scf-topic-list__by {
    margin-left: 0.25rem;
    font-size: 0.875rem; }

.scf-forum .scf-action-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-bottom: 0.5rem;
  border-bottom: 5px solid #444444;
  min-height: 4rem; }
  .scf-forum .scf-action-container .btn {
    margin-right: 0; }

.scf-forum .scf-nav-tab-padding {
  padding-top: 0; }

.scf-forum .scf-topic-col1 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .scf-forum .scf-topic-col1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .scf-forum .scf-topic-col1 > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%; }
  .scf-forum .scf-topic-col1-meta {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%; }
  .scf-forum .scf-topic-col1 > .scf-comment-msg {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
    padding-bottom: 0; }
    .scf-forum .scf-topic-col1 > .scf-comment-msg img {
      display: none; }
  @media (min-width: 768px) {
    .scf-forum .scf-topic-col1 > a, .scf-forum .scf-topic-col1-meta {
      padding-right: 1rem; } }
  .scf-forum .scf-topic-col1 > .scf-comment-attachments {
    display: none; }
  .scf-forum .scf-topic-col1 .scf-topic-list__info,
  .scf-forum .scf-topic-col1 .scf-topic-list__summary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%; }
    @media (max-width: 767px) {
      .scf-forum .scf-topic-col1 .scf-topic-list__info,
      .scf-forum .scf-topic-col1 .scf-topic-list__summary {
        margin-left: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        width: 100%; } }

.scf-forum .scf-quiet {
  font-size: 0.875rem;
  white-space: nowrap; }

.scf-forum .scf-topic-section-comments {
  display: none; }

.scf-forum .scf-subscriptions-dropdown-button {
  display: none; }

.scf-forum .scf-horizontal-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 0.5rem;
  padding-left: 0; }
  @media (max-width: 767px) {
    .scf-forum .scf-horizontal-tag-list {
      margin-bottom: 0.5rem; } }

.scf-forum .scf-blog-heading {
  position: absolute;
  margin-top: 0.5rem; }

.scf-forum .scf-selected-tag {
  font-size: 0.75rem;
  background-color: #00a7e0 !important;
  color: #FFFFFF;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-radius: 0 !important; }

.scf-breadcrumb.scf-quiet a {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }

.scf.scf-featuredcontent {
  padding: 0;
  margin-bottom: 1.5rem; }
  .scf.scf-featuredcontent .scf-featuredcontent-navwrapper .scf-topic-list > li {
    border: 1px solid #ebf0f2;
    padding: 1rem;
    margin-bottom: 1rem; }
    .scf.scf-featuredcontent .scf-featuredcontent-navwrapper .scf-topic-list > li .scf-featured-topic {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .scf.scf-featuredcontent .scf-featuredcontent-navwrapper .scf-topic-list > li .scf-featured-topic .scf-topic-userinfo {
        border-radius: 50%;
        width: 35px;
        height: 35px;
        overflow: hidden;
        position: relative;
        margin-right: 0.5rem;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .scf.scf-featuredcontent .scf-featuredcontent-navwrapper .scf-topic-list > li .scf-featured-topic .scf-topic-userinfo .scf-topic-avatar {
          position: absolute;
          left: 50%;
          top: 50%;
          height: 100%;
          width: auto;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-width: none;
          margin: 0;
          padding: 0;
          vertical-align: middle;
          border-style: none; }
      .scf.scf-featuredcontent .scf-featuredcontent-navwrapper .scf-topic-list > li .scf-featured-topic .scf-topic-col1 {
        margin: 0; }
        .scf.scf-featuredcontent .scf-featuredcontent-navwrapper .scf-topic-list > li .scf-featured-topic .scf-topic-col1 .scf-featured-topic-meta-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin-top: 0.5rem;
          margin-bottom: 0.5rem; }
        .scf.scf-featuredcontent .scf-featuredcontent-navwrapper .scf-topic-list > li .scf-featured-topic .scf-topic-col1 .scf-comment-msg {
          margin: 0;
          margin-top: 0.5rem;
          margin-bottom: 1rem;
          background-color: #ebf0f2; }
        .scf.scf-featuredcontent .scf-featuredcontent-navwrapper .scf-topic-list > li .scf-featured-topic .scf-topic-col1 .scf-featured-topic-footer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline; }
      .scf.scf-featuredcontent .scf-featuredcontent-navwrapper .scf-topic-list > li .scf-featured-topic .scf-topic-col2 {
        position: relative;
        margin: 0; }
        .scf.scf-featuredcontent .scf-featuredcontent-navwrapper .scf-topic-list > li .scf-featured-topic .scf-topic-col2 h3 {
          margin: 0; }

.scf-featured-topic .scf-topic-col1 .scf-comment-msg {
  max-height: 160px; }
  .scf-featured-topic .scf-topic-col1 .scf-comment-msg > p {
    margin-bottom: 0; }

@media (max-width: 575px) {
  .scf-comment-body {
    margin-right: 0; } }

.scf-js-journal-comment-section {
  background-color: #ebf0f2;
  padding: 0.5rem 1rem;
  border: 1px solid #444444; }
  @media (max-width: 575px) {
    .scf-js-journal-comment-section {
      padding: 0.5rem; } }
  .scf-js-journal-comment-section .scf-composer-block {
    height: auto;
    border-bottom: 0;
    margin-right: 50px; }
    @media (max-width: 575px) {
      .scf-js-journal-comment-section .scf-composer-block {
        margin-right: 0; } }
    .scf-js-journal-comment-section .scf-composer-block .scf-composer-msg {
      border-radius: 0;
      padding-left: 1rem; }
  .scf-js-journal-comment-section h3 {
    margin-left: 4rem; }
  .scf-js-journal-comment-section .scf-comment-msg {
    display: block !important;
    margin-left: 0; }
  .scf-js-journal-comment-section .scf-comment-toolbar {
    margin-left: 4rem; }
    @media (max-width: 575px) {
      .scf-js-journal-comment-section .scf-comment-toolbar {
        margin-left: 0; }
        .scf-js-journal-comment-section .scf-comment-toolbar .scf-composer-actions {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .scf-js-journal-comment-section .scf-comment-toolbar .scf-composer-actions .scf-composer-action {
            margin-right: 0;
            margin-bottom: 1rem; } }
  .scf-js-journal-comment-section li.scf-post {
    margin-top: 0.5rem;
    margin-bottom: 1rem; }

@media (max-width: 575px) {
  .scf-composer-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 575px) {
  .scf-composer-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 575px) {
  .scf-composer-toolbar .btn {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-right: 0 !important; } }

.scf-comment-msg img {
  max-height: 200px;
  width: auto; }

.scf-comment-replies .scf-comments-list {
  margin-left: 1.5rem; }
  @media (max-width: 575px) {
    .scf-comment-replies .scf-comments-list {
      margin-left: 0.25rem; } }

.scf-comments-list {
  padding: 10px 0 0 0;
  margin: 0px;
  list-style: none;
  border-top: 1px solid #E6E6E6; }

.scf-topic-userinfo {
  height: 50px;
  width: 50px;
  overflow: hidden;
  float: left; }

.scf-comment-time.scf-quiet {
  display: inline-block; }

.scf-comment-msg {
  background-color: #FFFFFF;
  margin-left: 4rem;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0;
  border: 1px solid #999999; }

.scf-comment-votes {
  position: relative; }

.scf-comment-action {
  margin-right: 0.5rem; }

.scf-comments-list {
  border-top: 0; }

.scf-vote-up[type=button] {
  -webkit-appearance: initial;
  display: inline-block;
  width: auto; }
  .scf-vote-up[type=button]::after {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    font-size: 0.75rem;
    color: #0083ad;
    text-transform: uppercase;
    content: "like";
    display: inline-block; }
  .scf-vote-up[type=button]::before {
    color: #0083ad;
    content: "\F164";
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.75rem;
    weight: 400;
    display: inline-block;
    margin-right: 0.25rem; }

.scf-is-new {
  background-color: transparent; }

.scf-voting {
  display: inline-block;
  margin-left: 5rem; }
  @media (max-width: 575px) {
    .scf-voting {
      margin-left: 0; } }
  .scf-voting span.scf-vote-down {
    display: none; }
  .scf-voting span.scf-votingLabel {
    font-size: 0.875rem;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    color: #0083ad !important;
    text-align: left;
    display: inline-block; }

.scf .scf-composer .btn[value=Reply] {
  margin-right: 1rem; }

.scf .scf-composer .btn[type=reset] {
  margin-bottom: 0.5rem; }

.scf .scf-composer .scf-composer-attach {
  margin-bottom: 0.5rem; }

.scf-js-journal-comment-section .scf-topic-userinfo {
  width: auto; }

.scf-js-journal-comment-section .scf-post .scf-comment-data {
  margin-left: 0; }

.cke_inner {
  background-color: transparent !important; }

.userchooser .newMessageUserChooser {
  width: 100%; }
  .userchooser .newMessageUserChooser .mailform {
    display: block; }
  .userchooser .newMessageUserChooser .userchooserContainer {
    display: block;
    width: 100%; }
    .userchooser .newMessageUserChooser .userchooserContainer .userchooser {
      width: 100%; }
    .userchooser .newMessageUserChooser .userchooserContainer .inlineDiv {
      display: inline; }

.composemessage .newMessageSubjectContainer {
  width: 100%; }
  .composemessage .newMessageSubjectContainer .mailform {
    display: block; }
  .composemessage .newMessageSubjectContainer .mailFormSubject {
    display: block;
    width: 100%; }

.composemessage .newMessageContentContainer {
  width: 100%; }
  .composemessage .newMessageContentContainer .mailFormContent {
    height: 200px;
    width: 100%; }
  .composemessage .newMessageContentContainer .nameAndDateSeparatorCircle::after {
    content: " - "; }

.composemessage .scf-message-attachment-input {
  display: none; }

.composemessage .scf-composer-attach {
  margin-bottom: 5px; }

.scf-forum .scf-composer-msg, .scf-composer-block .scf-composer-msg, .cke_contents, .scf-composer-container-tags {
  border-radius: 0; }

.scf-forum .tagit {
  border: 0; }

.scf-forum .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.scf-forum .cke_bottom {
  display: none; }

.scf-forum .dropdown-menu > li {
  cursor: pointer; }

.scf-forum .scf-form_datepicker_middle {
  width: auto; }

.scf-forum .scf-form_datepicker_right {
  max-width: 200px; }
  .scf-forum .scf-form_datepicker_right .form-control {
    width: auto; }

.scf-discussion .scf-discussion__headline {
  font-size: 1.5rem; }

.scf-discussion .scf-discussion__reply {
  margin-top: 1rem;
  background-color: #ebf0f2;
  border: 1px solid #999999;
  padding: 1rem 1.5rem; }
  .scf-discussion .scf-discussion__reply .scf-comments-list--cannot-reply .scf-comment-reply.scf-comment-action {
    display: none !important; }

.scf-discussion .scf-discussion__follow {
  float: right; }
  @media (max-width: 575px) {
    .scf-discussion .scf-discussion__follow {
      float: none; } }
  .scf-discussion .scf-discussion__follow .scf-action-item {
    margin-right: 0; }

@media (max-width: 575px) {
  .scf-discussion .scf-discussion__main {
    margin-right: 0; } }

.scf-discussion .scf-comment-msg {
  margin-left: 0; }
  .scf-discussion .scf-comment-msg ul.scf-cards {
    padding-left: 0 !important;
    margin-top: 0 !important;
    height: auto !important; }
    .scf-discussion .scf-comment-msg ul.scf-cards li {
      margin-top: 0.5rem; }
      .scf-discussion .scf-comment-msg ul.scf-cards li .file__icon {
        display: none; }

.scf-discussion .scf-comment-data {
  margin-left: 0.5rem; }

.scf-discussion .scf-composer-msg {
  padding-left: 1rem;
  height: 2rem;
  border-radius: 0; }

.scf-discussion .scf-comment-votes {
  position: absolute;
  top: -5px;
  margin-right: 2rem; }
  @media (max-width: 575px) {
    .scf-discussion .scf-comment-votes {
      top: 4rem;
      left: 0; } }

@media (max-width: 575px) {
  .scf-discussion .scf-comment-data {
    margin-left: 0; } }

.scf-discussion .scf-composer-block {
  display: block; }

.scf-discussion .scf-topic-userinfo {
  border-radius: 0;
  height: auto;
  width: auto;
  margin-right: 1rem; }
  .scf-discussion .scf-topic-userinfo .scf-quiet {
    clear: both; }

.scf-discussion .scf-breadcrumb.scf-quiet {
  margin-bottom: 2rem;
  font-size: 1.5rem; }

.scf-discussion .scf-social-network-sharing {
  display: none; }

.scf-discussion .scf-topic-avatar {
  margin: 0 auto 0.5rem;
  display: block;
  float: none; }

.scf-discussion .scf-comment-avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5rem; }

.scf-discussion .scf-comment-attachments .scf-comment-att-link::before {
  content: "\F15B";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  margin-right: 0.5rem; }

.scf-discussion .scf-composer.scf-edit-composer {
  margin-left: 115px; }

.scf-topic-list .scf-topic-userinfo {
  overflow: visible; }

.scf {
  font-family: "Lato", sans-serif; }
  .scf-forum .tagit {
    border: 1px solid #999999;
    border-radius: 0; }
  .scf-forum .cke_contents {
    border: 1px solid #999999 !important; }
  .scf-forum .scf-composer-msg {
    border: 1px solid #999999;
    padding-left: 0.5rem; }
  .scf-forum .scf-topic-col1 {
    margin-right: 0; }
  .scf-component-pages-container div:not(.scf-component-pages-container-total) {
    width: 100%; }
  .scf-component-pages-container nav {
    width: 100%; }
    .scf-component-pages-container nav .pagination {
      margin: 0 auto;
      padding-left: 0;
      text-align: center; }
      .scf-component-pages-container nav .pagination .scf-page {
        border: 0; }
      .scf-component-pages-container nav .pagination .scf-currentPage {
        background-color: transparent; }
  .scf .scf-link {
    color: #00a7e0; }

.scf .scf-read-more--hidden {
  display: none; }

.scf-event__author {
  margin-bottom: 0.5rem; }

.scf-event__title {
  text-transform: capitalize;
  font-size: 1.5rem; }

.scf-event .scf-js-topic-details .scf-quiet {
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  margin-bottom: 0.5rem; }

.scf-event .scf-selected-tag {
  background-color: #00a7e0;
  border-radius: 0; }

.scf-event .share-elem, .scf-event .scf-social-network-sharing {
  margin-bottom: 0.5rem; }

.scf-event .scf-is-collapsed {
  display: block; }

.scf-event .scf-icon-googleplus {
  display: none; }

.scf-event .scf-comments-list {
  background-color: #ebf0f2;
  border: 1px solid #444444;
  padding: 0.5rem 1rem;
  border-bottom: 0; }
  .scf-event .scf-comments-list ul {
    border: 0 !important; }

.scf-event .scf-js-composer-block-container {
  background-color: #ebf0f2;
  border: 1px solid #444444;
  padding: 0.5rem 1rem;
  border-top: 0; }

.scf-event .scf-comment-data {
  margin-left: 4rem; }
  @media (max-width: 575px) {
    .scf-event .scf-comment-data {
      margin-left: 0.5rem; } }

.scf-event .scf-voting {
  margin-left: 0; }

.scf-event .scf-rte-placeholder {
  padding-left: 0.5rem; }

.scf-event .scf-comment-msg {
  margin-left: 0; }

.scf-event .scf-calendar-hr {
  display: none; }

.scf-calendar .scf-calendar-listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .scf-calendar .scf-calendar-listitem {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.scf-calendar .scf-event-empty-cover-image::after {
  content: "\F073";
  display: inline-block;
  color: #00a7e0;
  font-family: "Font Awesome 5 Pro";
  font-size: 50px;
  -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
          transform: translateY(30%); }

.scf-calendar .scf-quiet {
  font-size: 0.875rem; }

.scf-calendar .scf-horizontal-tag-list {
  padding-left: 0; }
  .scf-calendar .scf-horizontal-tag-list .scf-selected-tag {
    border-radius: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #00a7e0; }

.scf-calendar .scf-comment-msg {
  border: none;
  margin-left: 0;
  padding: 0;
  border-radius: 0; }

.scf-calendar .scf-event-col1 {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66%;
          flex: 0 1 66%; }
  .scf-calendar .scf-event-col1 p:not(.scf-comment-msg) {
    display: none; }
  .scf-calendar .scf-event-col1 p:nth-child(5) {
    display: block; }
  .scf-calendar .scf-event-col1 p:last-child {
    display: block; }
  .scf-calendar .scf-event-col1 h3 {
    font-size: 1.5rem;
    color: #444444;
    text-transform: capitalize; }
  .scf-calendar .scf-event-col1 > .scf-event-listitem-byline, .scf-calendar .scf-event-col1 > .scf-event-listitem-date {
    margin-bottom: 0.25rem; }
  .scf-calendar .scf-event-col1 > .scf-comment-msg img {
    display: none; }

.scf-calendar .scf-event-cover {
  height: 150px;
  border: 1px solid #ebf0f2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  margin-right: 1rem;
  overflow: hidden; }
  @media (max-width: 767px) {
    .scf-calendar .scf-event-cover {
      width: auto;
      margin-bottom: 1rem; } }
  .scf-calendar .scf-event-cover__image {
    height: 100%;
    width: auto; }
  .scf-calendar .scf-event-cover .fa-calendar-alt {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 60px;
    color: #00a7e0;
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%); }

.scf-calendar .scf-event-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 5px solid #444444; }
  .scf-calendar .scf-event-list__item {
    margin-bottom: 1.5rem; }
  .scf-calendar .scf-event-list__date {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #444444;
    color: #FFFFFF;
    text-align: center;
    z-index: 1; }
  .scf-calendar .scf-event-list__title {
    color: #444444; }
  .scf-calendar .scf-event-list__time {
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .scf-calendar .scf-event-list__time-start::before {
      content: "\F017";
      font-family: FontAwesome;
      display: inline;
      margin-right: 0.25rem; }
    .scf-calendar .scf-event-list__time-end::before {
      content: "-";
      display: inline;
      margin-right: 0.25rem;
      margin-left: 0.25rem; }
    .scf-calendar .scf-event-list__time-tz {
      margin-left: 0.25rem; }
  .scf-calendar .scf-event-list__location {
    margin-bottom: 0.5rem; }
  .scf-calendar .scf-event-list__address::before {
    content: "\F041";
    font-family: FontAwesome;
    display: inline;
    margin-right: 0.25rem; }
  .scf-calendar .scf-event-list__download::before {
    content: "\F073";
    font-family: FontAwesome;
    display: inline;
    margin-right: 0.25rem; }

.scf-calendar .scf-event-cover-image {
  display: block;
  height: 100%;
  margin: 0 auto;
  position: relative; }

.scf-calendar .scf-event-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 5px solid #444444; }

.scf-calendar .scf .form-control {
  margin-bottom: 0; }

.scf-calendar .scf-event-cover__image {
  height: 100%;
  margin: 0 auto;
  width: auto; }

.scf-calendar .scf-horizontal-tag-list {
  list-style: none; }

.scf-calendar .scf-subscriptions {
  display: none; }

.scf-calendar .scf-calendar-smart-tags {
  padding-left: 0;
  list-style: none; }

.scf-calendar .scf-icon-calendar {
  position: absolute; }

.scf-calendar .scf-calendar-filter-by-date-from, .scf-calendar .scf-calendar-filter-by-date-to {
  text-indent: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-bottom: 0 !important; }

.scf-calendar .scf-icon-calendar::before {
  content: "\F073";
  font-family: FontAwesome;
  margin-left: 0.5rem;
  top: 0.5rem;
  position: absolute; }

.scf-calendar .scf-calendar-search-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.scf-calendar .scf .form-control {
  margin-bottom: 0; }

.scf-calendar .scf-horizontal-tag-list {
  list-style: none; }

.scf-calendar .scf-subscriptions {
  display: none; }

.scf-calendar .scf-calendar-smart-tags {
  padding-left: 0;
  list-style: none; }

.scf-calendar .scf-icon-calendar {
  position: absolute; }

.scf-calendar .scf-calendar-filter-by-date-from, .scf-calendar .scf-calendar-filter-by-date-to {
  text-indent: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-bottom: 0 !important; }

.scf-calendar .scf-icon-calendar::before {
  content: "\F073";
  font-family: FontAwesome;
  margin-left: 0.5rem;
  top: 0.5rem;
  position: absolute; }

.scf-calendar .scf-calendar-search-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.scf-calendar-toolbar .row {
  margin-left: 0;
  margin-right: 0; }

.scf-calendar-toolbar .row:first-child div:first-child,
.scf-calendar-toolbar .row:first-child div:nth-child(2) {
  display: none; }

.scf-calendar-toolbar .row:nth-child(2) > div:nth-child(1),
.scf-calendar-toolbar .row:nth-child(2) > div:nth-child(2) {
  display: none; }

.scf-calendar-toolbar .row:nth-child(2) > div:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 35%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .scf-calendar-toolbar .row:nth-child(2) > div:nth-child(5) .btn {
    margin-right: 0.25rem; }
    .scf-calendar-toolbar .row:nth-child(2) > div:nth-child(5) .btn:last-child {
      margin-right: 0; }

@media (max-width: 767px) {
  .scf-calendar-toolbar .row .col-sm-2 {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .scf-calendar-toolbar .row > .col-sm-3.text-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100% !important;
    margin-top: 0.25rem;
    padding-right: 0; }
    .scf-calendar-toolbar .row > .col-sm-3.text-right button {
      width: 100%;
      margin: 0;
      margin-bottom: 0.25rem; } }

.scf-fl-page-conatiner {
  padding-left: 0; }
  .scf-fl-page-conatiner .scf-filelibrary-comments {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999; }
  .scf-fl-page-conatiner .scf-filelibrary__toolbar {
    margin-top: 1.5rem; }
  .scf-fl-page-conatiner .scf-filelibrary__file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .scf-fl-page-conatiner .scf-filelibrary__follow {
    padding-left: 0; }
  .scf-fl-page-conatiner .scf-filelibrary__created {
    margin-top: 1rem; }
  .scf-fl-page-conatiner .scf-filelibrary-document-summary-description {
    margin-top: 1rem; }
  .scf-fl-page-conatiner .scf-sort-list {
    max-width: 14rem; }
  .scf-fl-page-conatiner .scf-subsription-type {
    color: #444444;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    padding-right: 0.5rem; }
  .scf-fl-page-conatiner .scf-breadcrumb {
    font-size: 1.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #444444;
    text-transform: uppercase; }
    .scf-fl-page-conatiner .scf-breadcrumb::before {
      font-size: 2rem;
      content: "<";
      color: #00a7e0;
      display: inline;
      position: relative;
      margin-right: 0.5rem; }
  .scf-fl-page-conatiner .scf-js-journal-comment-section {
    padding-top: 1rem; }
  .scf-fl-page-conatiner .scf-composer-msg.scf-rte-placeholder {
    padding-top: 0.5rem; }
  .scf-fl-page-conatiner .scf-comment-votes {
    right: 5%;
    top: auto;
    bottom: 0; }
  .scf-fl-page-conatiner .scf-comment-toolbar {
    margin-left: 1rem; }
  .scf-fl-page-conatiner .scf-comment-msg {
    margin-left: 0; }
    @media (max-width: 767px) {
      .scf-fl-page-conatiner .scf-comment-msg {
        line-height: 1; } }
  .scf-fl-page-conatiner .scf-icon-attachment {
    font-size: 34px;
    margin-right: 1rem;
    margin-left: 0; }
  .scf-fl-page-conatiner .scf-filelibrary-document-summary {
    border-left: 0;
    padding-left: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .scf-fl-page-conatiner .scf-breadcrumb {
    text-align: left !important;
    font-size: 1rem; }
    .scf-fl-page-conatiner .scf-breadcrumb::before {
      font-size: 1rem; }
  .scf-fl-page-conatiner .scf-ratings {
    display: none; }
  .scf-fl-page-conatiner .scf-composer-block {
    display: block;
    height: auto; }
  .scf-fl-page-conatiner .scf-icon-folder {
    margin-left: 1rem; }
  .scf-fl-page-conatiner .scf-composer-msg {
    padding: 0.5rem 1rem;
    border-radius: 0;
    border: 1px solid #999999;
    line-height: 0.8; }
  .scf-fl-page-conatiner .scf-is-new {
    background-color: inherit; }
  .scf-fl-page-conatiner .scf-comments-list {
    background-color: #ebf0f2;
    padding: 1rem;
    border-top: 0;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999; }
  .scf-fl-page-conatiner .scf-comment-replies .scf-comments-list {
    border: 0; }
  .scf-fl-page-conatiner .scf-js-comment-reply-box .scf-composer-msg {
    line-height: 1;
    -webkit-font-smoothing: auto;
    color: #444444; }

.scf-modal-header {
  color: #444444 !important; }

.scf-modal-dialog {
  z-index: 2001; }
  .scf-modal-dialog .scf-filelibrary-modal-container {
    display: block; }

#scf-filelibrary-list > div.scf-fl-page-conatiner > div:nth-child(4):not(#scf-fileupload-progress) {
  background: #ebf0f2;
  padding: 0.5rem 1rem;
  border-top: 1px solid #999999 !important;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999; }

#scf-filelibrary-actions-toolbars-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #scf-filelibrary-actions-toolbars-container > button:nth-child(6) {
    display: none; }
  #scf-filelibrary-actions-toolbars-container > div {
    padding: 0; }
  #scf-filelibrary-actions-toolbars-container button:nth-child(2) {
    display: none !important; }

.scf-comment-attachments {
  height: auto;
  padding: 0;
  width: auto;
  height: auto !important;
  padding: 0 !important;
  margin-top: 0;
  overflow: hidden; }
  .scf-comment-attachments .scf-comment-file-att::before {
    content: "\F15B";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #00a7e0; }

.scf-comment-file-att {
  position: relative !important;
  display: inline;
  width: auto;
  min-height: auto;
  line-height: 1rem;
  margin: 0;
  background-color: transparent;
  border: none;
  top: 0 !important;
  left: 0 !important; }
  .scf-comment-file-att .scf-comment-file-icon {
    display: none; }

.scf-comment-att.scf-icon-attachment {
  display: inline; }
  .scf-comment-att.scf-icon-attachment::before {
    display: none; }

.scf-card .scf-card-footer {
  background: transparent;
  position: relative;
  width: auto;
  display: inline; }

a.scf-comment-att-link {
  color: #00a7e0;
  font-size: 14px; }
  a.scf-comment-att-link:hover {
    text-decoration: underline; }

.scf-comment-img-att {
  position: relative !important;
  left: 0 !important;
  margin-left: 0.5rem; }
  .scf-comment-img-att .scf-card-img {
    max-width: none; }

.scf-js-attachments {
  overflow-y: hidden; }

.scf-fl-page-conatiner .dropdown-menu {
  padding-left: 0.5rem; }

.scf-fl-page-conatiner .panel-heading {
  margin-bottom: 1rem; }

.scf-fl-page-conatiner .scf-filelibrary-table th {
  white-space: nowrap;
  padding-right: 0.5rem;
  -webkit-font-smoothing: auto; }
  .scf-fl-page-conatiner .scf-filelibrary-table th:nth-child(5) {
    display: none; }

.scf-fl-page-conatiner .scf-filelibrary-table-row-items {
  border-bottom: 1px solid #444444; }
  .scf-fl-page-conatiner .scf-filelibrary-table-row-items:first-child {
    border-top: 1px solid #444444; }

.scf-fl-page-conatiner .scf-icon-attachment {
  padding-left: 0.5rem; }

.scf-fl-page-conatiner .scf-fl-selected-tag {
  background-color: #ebf0f2;
  color: #ebf0f2; }

.scf-fl-page-conatiner .scf-filelibrary-last-updated > a {
  display: none; }

.scf-fl-page-conatiner .scf-filelibrary-table-item {
  white-space: nowrap; }
  .scf-fl-page-conatiner .scf-filelibrary-table-item:nth-child(5) {
    display: none; }
  .scf-fl-page-conatiner .scf-filelibrary-table-item span {
    display: block;
    overflow: hidden;
    padding-top: 0.5rem;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 80%; }

.scf-fl-page-conatiner .scf-ratings-text {
  display: none; }

.scf-fl-page-conatiner .scf-modal-dialog h2 {
  color: #444444; }

.scf-filelibrary-modal-container p {
  color: #444444; }

.scf-filelibrary__list #scf-filelibrary-actions-toolbars-container .btn:first-child {
  margin-left: 0; }

.scf-filelibrary__list .scf-filelibrary__toolbar {
  margin-bottom: 1rem; }

.scf-filelibrary__list .scf-page {
  border: 0; }

.scf-filelibrary__list .scf-currentPage.a {
  background-color: transparent; }

.scf-filelibrary__list .scf-filelibrary-actions-toolbars-hidden {
  display: none; }

.scf-filelibrary__list .scf-filelibrary__header {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  border-bottom: 1px solid #444444; }
  .scf-filelibrary__list .scf-filelibrary__header-item {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    max-width: 30%; }
    .scf-filelibrary__list .scf-filelibrary__header-item.scf-file-icon {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 10%;
              flex: 1 0 10%; }

.scf-filelibrary__list .scf-filelibrary-table-row-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .scf-filelibrary__list .scf-filelibrary-table-row-items.scf-fl-selected-tag a {
    color: #FFFFFF; }

.scf-filelibrary__list .scf-filelibrary-table-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  max-width: 30%; }
  .scf-filelibrary__list .scf-filelibrary-table-item.scf-file-icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 10%;
            flex: 1 0 10%; }

.scf-filelibrary__list .scf-icon-folder {
  margin-left: 0; }

.scf-fl-page-conatiner .scf-icon-folder {
  margin-left: 0.5rem; }

.scf-fl-page-conatiner .scf-fl-selected-tag {
  color: #444444 !important; }

#scf-filelibrary-actions-toolbars-container > div > button:last-child {
  display: none; }

.scf-modal-dialog {
  z-index: 2001 !important;
  background-color: #FFFFFF !important; }

@media (max-width: 767px) {
  .scf-action-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.scf-action-container {
  margin-bottom: 1rem; }

.scf-topic__header {
  margin-bottom: 1.5rem; }
  .scf-topic__header-link {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal;
    font-size: 0.875rem; }

.scf-topic-list {
  padding-left: 0; }
  .scf-topic-list > li {
    border: 1px solid #444444;
    list-style-type: none;
    margin-bottom: 1.5rem;
    max-width: 650px;
    padding: 1rem 2rem; }

.scf-topic-avatar {
  border-radius: 50%;
  float: left;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
  max-height: 75px;
  max-width: 75px;
  overflow: hidden; }

.scf-topic__title {
  font-size: 0.75rem;
  display: block;
  line-height: 1rem; }

.scf-is-collapsed {
  display: none; }

.scf-action-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.scf-action-item:not(:last-child) {
  margin-right: 15px; }

.scf--forum .nav-tabs {
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 0; }
  .scf--forum .nav-tabs .nav-heading__text {
    text-transform: uppercase; }

.scf-group-header {
  border-bottom: 4px solid #444444;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  padding-top: 1rem; }
  .scf-group-header__image {
    width: 100%; }
    .scf-group-header__image-container {
      max-height: 350px;
      margin-bottom: 1rem;
      overflow: hidden; }
  .scf-group-header__title {
    font-size: 0.875rem; }

.scf-quiet {
  font-size: 0.75rem;
  display: block;
  line-height: 1rem; }

.scf-comment-msg {
  line-height: 1.5;
  overflow: hidden;
  word-wrap: break-word;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-bottom: 0.5rem; }
  .scf-comment-msg > p {
    margin: 0;
    margin-bottom: 1rem; }
  .scf-comment-msg--max-height {
    max-height: 4.5em;
    line-height: 1.5;
    overflow-y: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }

.scf-group-detail__name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 5px solid #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem; }
  .scf-group-detail__name .button {
    float: right; }

.scf-group-detail__tabs {
  margin-bottom: 0;
  padding-bottom: 0; }
  .scf-group-detail__tabs .nav-tabs {
    overflow-y: hidden;
    margin-bottom: 0;
    padding-bottom: 0; }
  .scf-group-detail__tabs .nav-heading__text {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-size: 1rem; }
  .scf-group-detail__tabs .nav-item:not(:last-child)::after {
    content: "|";
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
    color: #999999; }
  .scf-group-detail__tabs .nav-link.active .nav-heading__text {
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }

.scf-group-detail__title {
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-right: 0.25rem;
  text-transform: uppercase; }

.scf-group-detail .social-activity {
  border: 2px solid #ebf0f2;
  display: block;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem; }

.scf-group-detail .activitystreams .nav-tabs {
  margin-bottom: 0;
  padding-bottom: 0.5rem; }

.scf-group-detail .nav-heading__container {
  margin-bottom: 0;
  padding-bottom: 0; }
  .scf-group-detail .nav-heading__container .nav-tabs {
    margin-bottom: 0;
    padding-bottom: 0; }

.scf-activities-tab:not(:last-child) {
  margin-right: 1rem; }

.scf-activity-row {
  display: block; }

.scf-activity-avatar {
  float: left;
  max-height: 50px;
  max-width: 50px;
  border-radius: 50%;
  overflow: hidden; }

.scf-activity-member {
  text-align: left; }

.scf-activity-user {
  text-align: left;
  margin-left: 35px; }

.scf-activity-content {
  margin-top: 1rem; }

.scf-activity-info {
  margin-left: 65px; }

.scf-activity-time:not(p) {
  margin-left: 65px; }

.scf-activity-user {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }

th.scf-activity-info,
th.scf-activity-member,
th.scf-activity-time {
  display: none; }

.scf-comment-msg,
.scf-topic__readmore {
  margin-bottom: 0.5rem; }

.scf-topic-col1 > a {
  display: inline-block; }

.scf-topic-col2 {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 1rem; }
  .scf-topic-col2 h3 {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-size: 0.75rem;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0.5rem; }
  .scf-topic-col2 .scf-icon-comment {
    font-family: "Lato", sans-serif;
    font-weight: normal; }
    .scf-topic-col2 .scf-icon-comment::before {
      color: #0083ad;
      content: "\F075";
      display: inline-block;
      font-family: FontAwesome;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      position: relative; }
  .scf-topic-col2 .scf-topic__like {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-size: 0.75rem; }
    .scf-topic-col2 .scf-topic__like::before {
      color: #0083ad;
      content: "\F164";
      display: inline-block;
      font-family: FontAwesome;
      margin-right: 0.5rem;
      position: relative; }

.scf-communitygroup__section .scf-alert-group-highlight {
  padding: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ebf0f2;
  border: 1px solid #444444; }

.scf-communitygroup__section .scf-communitygroup {
  list-style-type: none;
  margin-bottom: 1rem;
  padding-left: 0; }
  .scf-communitygroup__section .scf-communitygroup:hover {
    border-left: none; }
  .scf-communitygroup__section .scf-communitygroup .btn-group {
    margin-bottom: 1rem; }
  .scf-communitygroup__section .scf-communitygroup__label {
    text-transform: uppercase; }
  .scf-communitygroup__section .scf-communitygroup__section-label {
    text-transform: uppercase;
    font-size: 0.875rem;
    margin-bottom: 1rem; }

.scf-communitygroup__section .scf-communitygroup {
  border-bottom: none;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  max-width: 50%; }
  @media (max-width: 575px) {
    .scf-communitygroup__section .scf-communitygroup {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 767px) {
    .scf-communitygroup__section .scf-communitygroup {
      max-width: 100%; } }
  .scf-communitygroup__section .scf-communitygroup:nth-child(odd) {
    margin-right: 0.5rem; }

.scf-communitygroup__section .scf-group-image {
  border: none;
  border-radius: 0;
  padding: 0; }

.scf-communitygroup__section .scf-communitygroups .input-group {
  display: none; }

.scf-communitygroup__section .scf-group-search {
  display: none; }

.scf-communitygroup__section .scf-group-information {
  margin-left: 0; }

.scf-communitygroup__section .scf-group-toolbar {
  float: none;
  margin-right: 0;
  margin-top: 0; }

.scf-communitygroup__section .scf-communitygroups-list {
  border-bottom: none;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  padding-top: 0; }
  @media (max-width: 767px) {
    .scf-communitygroup__section .scf-communitygroups-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.scf-communitygroup__section .scf-composer-block {
  border-bottom: 5px solid #444444;
  padding-right: 0; }
  @media (max-width: 767px) {
    .scf-communitygroup__section .scf-composer-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding-bottom: 1rem; } }
  .scf-communitygroup__section .scf-composer-block .scf-login {
    background-color: #00a7e0;
    border: 2px solid #00a7e0;
    color: #FFFFFF;
    float: right;
    outline: none;
    text-transform: uppercase;
    font-size: 1rem; }
    @media (max-width: 767px) {
      .scf-communitygroup__section .scf-composer-block .scf-login {
        width: 100%; } }
    .scf-communitygroup__section .scf-composer-block .scf-login:hover {
      background-color: transparent;
      color: #00a7e0; }

.scf-communitygroup__section .scf-subscription-item {
  padding-left: 0.25rem; }

.scf-communitygroup__section .scf-modal-screen {
  z-index: 1040;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000000; }

.scf-communitygroup__section .scf-modal-dialog {
  z-index: 1040;
  position: fixed;
  top: 100px;
  left: 100px;
  padding: 15px;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0; }

.scf-communitygroup__section .scf-is-hidden {
  display: none; }

.scf-communitygroup__section .scf-group-aside {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 1rem;
  width: 100%; }
  @media (max-width: 575px) {
    .scf-communitygroup__section .scf-group-aside {
      margin-right: 0;
      margin-bottom: 0.5rem; } }
  @media (max-width: 767px) {
    .scf-communitygroup__section .scf-group-aside {
      width: auto;
      height: auto; } }

.scf-communitygroup__section .scf-group-subhead {
  margin-bottom: 1rem;
  text-transform: uppercase; }

.scf-communitygroup__section .scf-group-heading {
  text-transform: uppercase; }

.scf-communitygroup__section .scf-group-information {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%; }

.scf-communitygroup__section .scf-group-image {
  width: 100%; }
  @media (max-width: 767px) {
    .scf-communitygroup__section .scf-group-image {
      max-width: 100%; } }

.scf-communitygroup__section .scf-group-toolbar > .scf-login {
  border: none;
  padding: 0;
  font-size: 0.75rem; }
  .scf-communitygroup__section .scf-group-toolbar > .scf-login::before {
    content: "\F0C0";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 100;
    margin-right: 0.25rem;
    position: relative;
    font-size: 0.75rem; }
  .scf-communitygroup__section .scf-group-toolbar > .scf-login:hover {
    background-color: transparent;
    color: #00a7e0; }

.scf-communitygroup__section .scf-group-following-block {
  display: none; }

.scf-communitygroup__section .scf-group-title {
  text-transform: uppercase;
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal;
  font-size: 1rem; }
  .scf-communitygroup__section .scf-group-title .scf-link {
    color: #444444; }

.scf-communitygroup__section .scf-group-desc {
  margin-bottom: 0.5rem;
  min-height: 0;
  font-size: 0.875rem; }

.scf-modal-dialog {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  position: fixed;
  color: #333333;
  left: 100px;
  padding: 15px;
  text-align: center;
  top: 100px;
  z-index: 1040; }
  .scf-modal-dialog .row {
    margin-left: 0;
    margin-right: 0; }
  .scf-modal-dialog select {
    margin-top: 0.5rem; }

.scf-modal-header {
  color: inherit;
  line-height: 24px;
  line-height: 1.42857143;
  margin-bottom: 10px;
  text-align: left; }

.scf-group-form-label {
  margin-bottom: 0.5rem; }

.scf-modal-close {
  color: #000000;
  cursor: pointer;
  filter: alpha(opacity=20);
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.2;
  position: absolute;
  right: 15px;
  top: 15px;
  text-shadow: 0 1px 0 #ffffff; }

.scf-tab-content {
  margin-top: 1rem; }

.scf-tab-pane > div {
  text-align: left; }

.scf-form-row {
  text-align: left; }

.scf-composer-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0; }
  .scf-composer-actions .btn-default:not(:last-child) {
    margin-right: 1rem; }

.scf .form-control {
  margin-bottom: 1rem;
  width: 100%; }

.scf .nav-tabs > li {
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
  padding-bottom: 0.5rem; }
  .scf .nav-tabs > li::after {
    color: #999999;
    content: "|";
    display: inline-block;
    position: relative;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }
  .scf .nav-tabs > li:last-child::after {
    content: ""; }
  .scf .nav-tabs > li.active {
    border-bottom: 5px solid #e45438; }
  .scf .nav-tabs > li a {
    color: #444444;
    text-transform: uppercase;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }

.sfc-group-detail__tabs .nav-heading__text {
  font-family: "Lato", sans-serif;
  font-weight: normal; }

.sfc-group-detail__tabs .nav-item:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
  color: #999999; }

.sfc-group-detail__tabs .nav-link.active .nav-heading__text {
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }

.scf-community-member .form-control {
  margin-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0.5rem; }

.scf-community-member__list {
  border-bottom: 1px solid #ebf0f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
  padding-left: 0; }
  .scf-community-member__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    display: none;
    font-family: "Lato-Bold", sans-serif;
    font-weight: normal; }
    .scf-community-member__list-item:first-child {
      display: list-item; }

.scf-community-member__person {
  border-bottom: 1px solid #ebf0f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-bottom: 0.5rem;
  padding-left: 0;
  padding-bottom: 0.5rem; }
  .scf-community-member__person-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%; }
  .scf-community-member__person-desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%; }
  .scf-community-member__person-image {
    border-radius: 50%;
    margin-right: 0.5rem; }

.scf-community-member__person-desc, .scf-community-member__person-action {
  display: none; }

.scf-community-member li.disabled a {
  pointer-events: none; }

.scf-community-member .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 1rem; }
  .scf-community-member .pager #previous {
    margin-right: 0.5rem; }
    .scf-community-member .pager #previous::before {
      content: "<";
      color: #00a7e0;
      display: inline-block;
      font: inherit;
      margin-right: 0.5rem; }
    .scf-community-member .pager #previous::after {
      color: #00a7e0;
      content: "|";
      display: inline-block;
      font: inherit;
      margin-left: 0.5rem; }
  .scf-community-member .pager #next::after {
    color: #1ab5ea;
    content: ">";
    display: inline-block;
    font: inherit;
    margin-left: 0.5rem; }

.profile-member-follow__button {
  margin-bottom: 1rem; }

.profile-member-follow__dropdown {
  border-radius: 0; }

.profile .nav-tabs .tabFollowing,
.profile .nav-tabs .tabFollowers {
  display: none; }

.scf-messaging-nav-bar {
  width: 100%; }
  .scf-messaging-nav-bar .scf-site-nav {
    padding-bottom: 42px; }
    .scf-messaging-nav-bar .scf-site-nav li:not(:first-child) {
      padding-left: 27px; }
      .scf-messaging-nav-bar .scf-site-nav li:not(:first-child)::before {
        padding-right: 27px;
        content: "|"; }
    .scf-messaging-nav-bar .scf-site-nav li a {
      color: black;
      padding-bottom: 14px; }
    .scf-messaging-nav-bar .scf-site-nav li.active a {
      border-bottom: solid 5px #e45438; }

.scf .parentmessagediv .row {
  margin-left: 0;
  margin-right: 0; }

.messagebox .quickActionButtons .btn {
  margin-bottom: 4px; }

.messagebox .quickActionButtons #newMessageButton {
  margin-right: 4px; }

.messagebox .messages {
  display: table;
  width: 100%; }
  .messagebox .messages .messagecontainingrow {
    padding-bottom: 12px;
    padding-top: 12px; }
    .messagebox .messages .messagecontainingrow:nth-child(2n) {
      background-color: #f4f4f4; }
    .messagebox .messages .messagecontainingrow.unreadMessageContainingRow {
      font-weight: bold; }
    .messagebox .messages .messagecontainingrow .messageSelector {
      padding-left: 5px;
      padding-right: 5px; }
      .messagebox .messages .messagecontainingrow .messageSelector .messagecheckbox {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: 2px solid #c2b9b8;
        border-radius: 4px;
        color: white;
        height: 25px;
        text-align: center;
        width: 25px; }
        .messagebox .messages .messagecontainingrow .messageSelector .messagecheckbox::after {
          content: "\2714"; }
        .messagebox .messages .messagecontainingrow .messageSelector .messagecheckbox:active {
          -webkit-box-shadow: 0px 0px 2px 2px #00a7e0;
                  box-shadow: 0px 0px 2px 2px #00a7e0; }
        .messagebox .messages .messagecontainingrow .messageSelector .messagecheckbox:checked {
          background: #32996c;
          border: 2px solid #32996c;
          color: #FFFFFF; }
    .messagebox .messages .messagecontainingrow .timestamp {
      font-size: 0.875rem; }
  .messagebox .messages .subMessagesSender, .messagebox .messages .subMessagesSubject {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }

.messagebox .selectAndPaginateDiv {
  border-bottom: 6px #505050 solid;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px; }
  .messagebox .selectAndPaginateDiv .selectLink {
    cursor: pointer; }
    .messagebox .selectAndPaginateDiv .selectLink:first-child {
      padding-left: 20px; }

.messagebox .usageStatistics {
  width: 100%; }
  .messagebox .usageStatistics .usageStatistics {
    font-size: 0.875rem;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center; }

.scf-component-pages-container {
  color: #00a7e0;
  width: 100%;
  text-align: right; }
  .scf-component-pages-container .active {
    color: #444444; }
  .scf-component-pages-container a.disabled {
    color: #999999; }
  .scf-component-pages-container .scf-page:not(.disabled):not(.scf-currentPage) {
    cursor: pointer; }
  .scf-component-pages-container .pagination li {
    display: inline; }
  .scf-component-pages-container .scf-component-pages-container-total {
    display: none; }

.glyphicon.glyphicon-menu-left::after, .glyphicon.glyphicon-chevron-left::after {
  content: "<"; }

.glyphicon.glyphicon-menu-right::after, .glyphicon.glyphicon-chevron-right::after {
  content: ">"; }

.scf-subscription-item.selected {
  font-weight: bold; }

.profile .profile-member-follow {
  float: left;
  margin-right: 1rem; }

.profile .tabs__container {
  clear: both; }

.cancelNewMessage {
  display: none; }

.newMessageUserChooser .userchooserContainer #toId {
  display: none !important; }

.newMessageSubjectContainer .mailFormSubject {
  padding-left: 0.5rem; }

.scf-composer-actions {
  margin-right: 0; }

.detailMessageViewNavigator .pager {
  padding-left: 0;
  list-style: none; }

#newMessageButton {
  display: none; }

.messageAction.forward {
  display: none; }

.message-action-button-holder .pull-right {
  float: none; }

.scf.scf-message-member .scf-message-member__button {
  margin-bottom: 2rem; }

.message-details .message-detailed-content {
  white-space: pre-line; }

.scf-js-notifications-table tr {
  display: block;
  border: 1px solid #ebf0f2;
  margin-bottom: 0.5rem;
  padding: 1rem; }

.scf-js-notifications-table p {
  margin-bottom: 0; }

.scf-activity-content {
  margin-top: 0; }

.scf-activity-time:not(p) {
  margin-left: 0; }

.scf-js-notifications-table-cell-td-post {
  padding: 0 0 0 1rem; }

.scf-notifications .scf-notification-tool,
.scf-notifications .scf-notification-tool-disable {
  display: inline-block;
  background-color: #00a7e0;
  border: 2px solid #00a7e0;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #FFFFFF;
  padding: 0.5rem 1.5rem;
  margin-left: 0.5rem;
  cursor: pointer;
  font-family: "Lato-Bold", sans-serif;
  font-weight: normal; }
  .scf-notifications .scf-notification-tool:hover,
  .scf-notifications .scf-notification-tool-disable:hover {
    background-color: #FFFFFF;
    color: #00a7e0; }
  .scf-notifications .scf-notification-tool span,
  .scf-notifications .scf-notification-tool-disable span {
    line-height: 24px; }
  .scf-notifications .scf-notification-tool .scf-notification-tool-icon,
  .scf-notifications .scf-notification-tool-disable .scf-notification-tool-icon {
    visibility: hidden;
    display: none; }

.scf-notifications .scf-notification-tool-disable {
  background-color: rgba(0, 167, 224, 0.5);
  cursor: no-drop;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  .scf-notifications .scf-notification-tool-disable:hover {
    background-color: rgba(0, 167, 224, 0.5);
    color: #FFFFFF; }

.scf-notification-preference.container {
  padding-left: 0;
  padding-right: 0; }

.scf-notification-preference > .row > .col-md-2 {
  min-width: 200px; }

.scf-notification-preference > .row > .col-md-10 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.scf-notification-preference .tab-pane.show:not(.active) {
  display: none !important; }

@media (max-width: 767px) {
  .scf-notification-preference .nav-pills {
    margin-bottom: 1.5rem; } }

.scf-notification-preference .btn, .scf-notification-preference .nav-pills > li > a {
  border-radius: 0; }

.scf-notification-preference .nav-stacked > li + li {
  margin-top: 0;
  margin-left: 0.5rem; }

.scf-notification-preference .alert-success {
  color: #FFFFFF;
  background-color: #32996c;
  border-color: #32996c;
  border-radius: 0; }
  .scf-notification-preference .alert-success .close {
    color: #FFFFFF; }

.scf-notification-preference .toggle.btn {
  margin-left: 0.5rem; }

.scf-notification-preference .toggle.btn-sm {
  min-height: 46px; }

.scf-notification-preference .toggle-on.btn-sm {
  background-color: #0d4d96;
  padding-right: 46px;
  padding-left: 14px; }
  .scf-notification-preference .toggle-on.btn-sm:hover {
    background-color: #00a7e0;
    color: #FFFFFF;
    border-color: #00a7e0; }

.scf-notification-preference .toggle-off.btn-sm {
  padding-left: 46px; }
  .scf-notification-preference .toggle-off.btn-sm:hover {
    border-color: #00a7e0; }

.scf-notification-preference .toggle-handle.btn.btn-default.btn-sm {
  background-color: #00a7e0; }

.scf-notification-preference .scf-channel-settings > div:not(.row) {
  margin-bottom: 1rem; }

@media (max-width: 767px) {
  .scf-notification-preference .scf-channel-settings .pull-right {
    float: left !important;
    margin-top: 0.5rem; } }

.scf-notification-preference .scf-channel-settings .pull-right label {
  margin-right: 1rem; }
  .scf-notification-preference .scf-channel-settings .pull-right label:last-child {
    margin-right: 0; }

@media (max-width: 767px) {
  .scf-notification-preference .scf-channel-settings .scf-notification-settings-padding + .col-md-4 {
    margin-bottom: 0.5rem; } }

@media (max-width: 767px) {
  .scf-notification-preference .scf-channel-settings .scf-notification-settings-padding + .col-md-4 .pull-right {
    padding-left: 1.5rem;
    padding-right: 1rem; } }

.scf-notification-preference .scf-channel-settings .row:first-of-type {
  margin-bottom: 0.5rem; }

.scf-notification-preference .scf-channel-settings *:nth-child(9), .scf-notification-preference .scf-channel-settings *:nth-child(10), .scf-notification-preference .scf-channel-settings *:nth-child(11) {
  display: none; }

.scf-notification-preference .scf-channel-settings *:nth-child(11) + .row .scf-notification-settings-padding {
  padding-left: 1rem; }

@media (max-width: 767px) {
  .scf-notification-preference .scf-channel-settings *:nth-child(11) + .row .col-md-4 .pull-right {
    padding-left: 0; } }

.scf-notification-preference .btn-primary:hover {
  border-color: #00a7e0; }

@media (min-width: 992px) {
  .header .utility-nav.collapse {
    visibility: visible; } }

.header .navbar {
  border-radius: 0; }

@media (min-width: 768px) {
  .header .navbar > .container .navbar-brand, .header .navbar > .container-fluid .navbar-brand {
    margin-left: 0; } }

@media (min-width: 992px) {
  .header .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.messagebox .message-action-button-holder {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  width: inherit; }
  .messagebox .message-action-button-holder::after {
    display: none; }
  .messagebox .message-action-button-holder .btn {
    margin-bottom: 4px; }
  .messagebox .message-action-button-holder .pull-right {
    display: inline;
    float: none; }

.messagebox .message-hr {
  border-bottom: 6px #505050 solid;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 26px; }
  .messagebox .message-hr hr {
    display: none; }

.messagebox [data-scf-component="social/messaging/components/hbs/message"] {
  padding-left: 22px;
  padding-right: 22px; }

.messagebox .messageSubject {
  font-size: 2rem;
  font-weight: bold;
  width: 100%; }

.messagebox .messageParticipants {
  width: 100%; }

.messagebox .message-detail-avatar-column {
  padding-left: 5px;
  padding-right: 5px; }

.messagebox .message-details .inline-div {
  display: inline; }

.messagebox .message-detail-container {
  padding-top: 2rem;
  width: 100%; }
  .messagebox .message-detail-container .message-detailed-content {
    padding-bottom: 2rem;
    padding-top: 2rem;
    white-space: pre-line; }

.messagebox .message-attachments {
  width: 100%; }
  .messagebox .message-attachments .attachment-holder {
    display: inline; }

.messagebox .detailMessageViewNavigator {
  float: right; }
  .messagebox .detailMessageViewNavigator nav {
    display: block; }
  .messagebox .detailMessageViewNavigator .pager {
    list-style: none; }
    .messagebox .detailMessageViewNavigator .pager li {
      display: inline;
      padding-left: 10px;
      padding-right: 10px; }
    .messagebox .detailMessageViewNavigator .pager .detailMessageBackLink {
      float: left; }
    .messagebox .detailMessageViewNavigator .pager .detailMessageForwardLink {
      float: right; }

.scf.scf-follows .scf-relationshiplist {
  list-style-type: none;
  max-height: 300px;
  overflow-y: scroll;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem; }
  .scf.scf-follows .scf-relationshiplist .scf-relationshiplist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 1rem 0; }
    .scf.scf-follows .scf-relationshiplist .scf-relationshiplist-item:first-child {
      margin-top: 0; }
    .scf.scf-follows .scf-relationshiplist .scf-relationshiplist-item:last-child {
      margin-bottom: 0; }
    .scf.scf-follows .scf-relationshiplist .scf-relationshiplist-item .scf-relationshiplist-item__img-wrapper {
      border-radius: 50%;
      width: 35px;
      height: 35px;
      overflow: hidden;
      position: relative;
      margin-right: 0.5rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .scf.scf-follows .scf-relationshiplist .scf-relationshiplist-item .scf-relationshiplist-item__img-wrapper .scf-follow-avatar {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        border-style: none; }

.switch-pane:not(.show){
    display: none;
}
@media print {
    .header .utility-nav__mobile-toggle-link.collapsed, .header .utility-nav__mobile-toggle-icon.collapsed {
        display: none;
    }
    .navbar, .floating-menu, .footer {
        display: none;
    }
    button, a.button, div.button {
        display: none;
    }
    div.rail__side-col {
       display: block;
    }
    a[href]:after {
    	content: " (" attr(href) ")";
  	}
}
.like-elem {
    display: inline-block;
}

.like-elem .like-elem__btn.liked {
    color: #32996c;
}
