@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

optgroup {
  font-weight: bold;
}

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;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img {
  box-sizing: content-box;
}

.container, .content-section .archive-header,
.content-section .entry-header, .type-resource .entry-content, .main-navigation .sub-menu ul, .page-content,
.entry-content,
.entry-summary,
.entry-header, .widget-area {
  max-width: 1200px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin: auto;
}

.grid {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.grid-item {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.grid-left {
  justify-content: flext-start;
}

.grid-center {
  justify-content: center;
}

.grid-right {
  justify-content: flex-end;
}

.grid-top {
  align-items: flex-start;
}

.grid-middle {
  align-items: center;
}

.grid-bottom {
  align-items: flex-end;
}

.grid-reverse {
  flex-direction: row-reverse;
}

.grid-stack {
  flex-direction: column;
}
.grid-stack.grid-reverse {
  flex-direction: column-reverse;
}
.grid-stack > .grid-item {
  flex-basis: auto;
}

.grid-flat {
  margin-right: 0;
  margin-left: 0;
}
.grid-flat > .grid-item {
  padding-right: 0;
  padding-left: 0;
}

.grid-pair > .grid-item {
  text-align: left;
}
.grid-pair > .grid-item + .grid-item {
  text-align: right;
}

@media screen and (min-width: 0px) {
  .mobile-grid-reverse {
    flex-direction: row-reverse;
  }

  .mobile-grid-stack {
    flex-direction: column;
  }
  .mobile-grid-stack.mobile-grid-reverse {
    flex-direction: column-reverse;
  }
  .mobile-grid-stack > .grid-item {
    flex-basis: auto;
  }
}
@media screen and (min-width: 768px) {
  .tablet-grid-reverse {
    flex-direction: row-reverse;
  }

  .tablet-grid-stack {
    flex-direction: column;
  }
  .tablet-grid-stack.tablet-grid-reverse {
    flex-direction: column-reverse;
  }
  .tablet-grid-stack > .grid-item {
    flex-basis: auto;
  }
}
@media screen and (min-width: 1024px) {
  .desktop-grid-reverse {
    flex-direction: row-reverse;
  }

  .desktop-grid-stack {
    flex-direction: column;
  }
  .desktop-grid-stack.desktop-grid-reverse {
    flex-direction: column-reverse;
  }
  .desktop-grid-stack > .grid-item {
    flex-basis: auto;
  }
}
[class~="1/1"] {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}

[class~="1/2"],
[class~="2/4"],
[class~="3/6"],
[class~="4/8"],
[class~="5/10"],
[class~="6/12"] {
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}

[class~="1/3"],
[class~="2/6"],
[class~="3/9"],
[class~="4/12"] {
  flex-basis: 33.3333%;
  width: 33.3333%;
  max-width: 33.3333%;
}

[class~="2/3"],
[class~="4/6"],
[class~="6/9"],
[class~="8/12"] {
  flex-basis: 66.6666%;
  width: 66.6666%;
  max-width: 66.6666%;
}

[class~="1/4"],
[class~="2/8"],
[class~="3/12"] {
  flex-basis: 25%;
  width: 25%;
  max-width: 25%;
}

[class~="3/4"],
[class~="6/8"],
[class~="9/12"] {
  flex-basis: 75%;
  width: 75%;
  max-width: 75%;
}

[class~="1/5"],
[class~="2/10"] {
  flex-basis: 20%;
  width: 20%;
  max-width: 20%;
}

[class~="2/5"],
[class~="4/10"] {
  flex-basis: 40%;
  width: 40%;
  max-width: 40%;
}

[class~="3/5"],
[class~="6/10"] {
  flex-basis: 60%;
  width: 60%;
  max-width: 60%;
}

[class~="4/5"],
[class~="8/10"] {
  flex-basis: 80%;
  width: 80%;
  max-width: 80%;
}

[class~="1/6"],
[class~="2/12"] {
  flex-basis: 16.6666%;
  width: 16.6666%;
  max-width: 16.6666%;
}

[class~="5/6"],
[class~="10/12"] {
  flex-basis: 83.3333%;
  width: 83.3333%;
  max-width: 83.3333%;
}

[class~="1/8"] {
  flex-basis: 12.5%;
  width: 12.5%;
  max-width: 12.5%;
}

[class~="3/8"] {
  flex-basis: 37.5%;
  width: 37.5%;
  max-width: 37.5%;
}

[class~="5/8"] {
  flex-basis: 62.5%;
  width: 62.5%;
  max-width: 62.5%;
}

[class~="7/8"] {
  flex-basis: 87.5%;
  width: 87.5%;
  max-width: 87.5%;
}

[class~="1/9"] {
  flex-basis: 11.1111%;
  width: 11.1111%;
  max-width: 11.1111%;
}

[class~="2/9"] {
  flex-basis: 22.2222%;
  width: 22.2222%;
  max-width: 22.2222%;
}

[class~="4/9"] {
  flex-basis: 44.4444%;
  width: 44.4444%;
  max-width: 44.4444%;
}

[class~="5/9"] {
  flex-basis: 55.5555%;
  width: 55.5555%;
  max-width: 55.5555%;
}

[class~="7/9"] {
  flex-basis: 77.7777%;
  width: 77.7777%;
  max-width: 77.7777%;
}

[class~="8/9"] {
  flex-basis: 88.8888%;
  width: 88.8888%;
  max-width: 88.8888%;
}

[class~="1/10"] {
  flex-basis: 10%;
  width: 10%;
  max-width: 10%;
}

[class~="3/10"] {
  flex-basis: 30%;
  width: 30%;
  max-width: 30%;
}

[class~="7/10"] {
  flex-basis: 70%;
  width: 70%;
  max-width: 70%;
}

[class~="9/10"] {
  flex-basis: 90%;
  width: 90%;
  max-width: 90%;
}

[class~="1/12"] {
  flex-basis: 8.3333%;
  width: 8.3333%;
  max-width: 8.3333%;
}

[class~="5/12"] {
  flex-basis: 41.6666%;
  width: 41.6666%;
  max-width: 41.6666%;
}

[class~="7/12"] {
  flex-basis: 58.3333%;
  width: 58.3333%;
  max-width: 58.3333%;
}

[class~="11/12"] {
  flex-basis: 91.6666%;
  width: 91.6666%;
  max-width: 91.6666%;
}

@media screen and (min-width: 0px) {
  [class~="mobile-1/1"] {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  [class~="mobile-1/2"],
[class~="mobile-2/4"],
[class~="mobile-3/6"],
[class~="mobile-4/8"],
[class~="mobile-5/10"],
[class~="mobile-6/12"] {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }

  [class~="mobile-1/3"],
[class~="mobile-2/6"],
[class~="mobile-3/9"],
[class~="mobile-4/12"] {
    flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }

  [class~="mobile-2/3"],
[class~="mobile-4/6"],
[class~="mobile-6/9"],
[class~="mobile-8/12"] {
    flex-basis: 66.6666%;
    width: 66.6666%;
    max-width: 66.6666%;
  }

  [class~="mobile-1/4"],
[class~="mobile-2/8"],
[class~="mobile-3/12"] {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }

  [class~="mobile-3/4"],
[class~="mobile-6/8"],
[class~="mobile-9/12"] {
    flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }

  [class~="mobile-1/5"],
[class~="mobile-2/10"] {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }

  [class~="mobile-2/5"],
[class~="mobile-4/10"] {
    flex-basis: 40%;
    width: 40%;
    max-width: 40%;
  }

  [class~="mobile-3/5"],
[class~="mobile-6/10"] {
    flex-basis: 60%;
    width: 60%;
    max-width: 60%;
  }

  [class~="mobile-4/5"],
[class~="mobile-8/10"] {
    flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }

  [class~="mobile-1/6"],
[class~="mobile-2/12"] {
    flex-basis: 16.6666%;
    width: 16.6666%;
    max-width: 16.6666%;
  }

  [class~="mobile-5/6"],
[class~="mobile-10/12"] {
    flex-basis: 83.3333%;
    width: 83.3333%;
    max-width: 83.3333%;
  }

  [class~="mobile-1/8"] {
    flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }

  [class~="mobile-3/8"] {
    flex-basis: 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }

  [class~="mobile-5/8"] {
    flex-basis: 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }

  [class~="mobile-7/8"] {
    flex-basis: 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }

  [class~="mobile-1/9"] {
    flex-basis: 11.1111%;
    width: 11.1111%;
    max-width: 11.1111%;
  }

  [class~="mobile-2/9"] {
    flex-basis: 22.2222%;
    width: 22.2222%;
    max-width: 22.2222%;
  }

  [class~="mobile-4/9"] {
    flex-basis: 44.4444%;
    width: 44.4444%;
    max-width: 44.4444%;
  }

  [class~="mobile-5/9"] {
    flex-basis: 55.5555%;
    width: 55.5555%;
    max-width: 55.5555%;
  }

  [class~="mobile-7/9"] {
    flex-basis: 77.7777%;
    width: 77.7777%;
    max-width: 77.7777%;
  }

  [class~="mobile-8/9"] {
    flex-basis: 88.8888%;
    width: 88.8888%;
    max-width: 88.8888%;
  }

  [class~="mobile-1/10"] {
    flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }

  [class~="mobile-3/10"] {
    flex-basis: 30%;
    width: 30%;
    max-width: 30%;
  }

  [class~="mobile-7/10"] {
    flex-basis: 70%;
    width: 70%;
    max-width: 70%;
  }

  [class~="mobile-9/10"] {
    flex-basis: 90%;
    width: 90%;
    max-width: 90%;
  }

  [class~="mobile-1/12"] {
    flex-basis: 8.3333%;
    width: 8.3333%;
    max-width: 8.3333%;
  }

  [class~="mobile-5/12"] {
    flex-basis: 41.6666%;
    width: 41.6666%;
    max-width: 41.6666%;
  }

  [class~="mobile-7/12"] {
    flex-basis: 58.3333%;
    width: 58.3333%;
    max-width: 58.3333%;
  }

  [class~="mobile-11/12"] {
    flex-basis: 91.6666%;
    width: 91.6666%;
    max-width: 91.6666%;
  }
}
@media screen and (min-width: 768px) {
  [class~="tablet-1/1"] {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  [class~="tablet-1/2"],
[class~="tablet-2/4"],
[class~="tablet-3/6"],
[class~="tablet-4/8"],
[class~="tablet-5/10"],
[class~="tablet-6/12"] {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }

  [class~="tablet-1/3"],
[class~="tablet-2/6"],
[class~="tablet-3/9"],
[class~="tablet-4/12"] {
    flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }

  [class~="tablet-2/3"],
[class~="tablet-4/6"],
[class~="tablet-6/9"],
[class~="tablet-8/12"] {
    flex-basis: 66.6666%;
    width: 66.6666%;
    max-width: 66.6666%;
  }

  [class~="tablet-1/4"],
[class~="tablet-2/8"],
[class~="tablet-3/12"] {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }

  [class~="tablet-3/4"],
[class~="tablet-6/8"],
[class~="tablet-9/12"] {
    flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }

  [class~="tablet-1/5"],
[class~="tablet-2/10"] {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }

  [class~="tablet-2/5"],
[class~="tablet-4/10"] {
    flex-basis: 40%;
    width: 40%;
    max-width: 40%;
  }

  [class~="tablet-3/5"],
[class~="tablet-6/10"] {
    flex-basis: 60%;
    width: 60%;
    max-width: 60%;
  }

  [class~="tablet-4/5"],
[class~="tablet-8/10"] {
    flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }

  [class~="tablet-1/6"],
[class~="tablet-2/12"] {
    flex-basis: 16.6666%;
    width: 16.6666%;
    max-width: 16.6666%;
  }

  [class~="tablet-5/6"],
[class~="tablet-10/12"] {
    flex-basis: 83.3333%;
    width: 83.3333%;
    max-width: 83.3333%;
  }

  [class~="tablet-1/8"] {
    flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }

  [class~="tablet-3/8"] {
    flex-basis: 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }

  [class~="tablet-5/8"] {
    flex-basis: 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }

  [class~="tablet-7/8"] {
    flex-basis: 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }

  [class~="tablet-1/9"] {
    flex-basis: 11.1111%;
    width: 11.1111%;
    max-width: 11.1111%;
  }

  [class~="tablet-2/9"] {
    flex-basis: 22.2222%;
    width: 22.2222%;
    max-width: 22.2222%;
  }

  [class~="tablet-4/9"] {
    flex-basis: 44.4444%;
    width: 44.4444%;
    max-width: 44.4444%;
  }

  [class~="tablet-5/9"] {
    flex-basis: 55.5555%;
    width: 55.5555%;
    max-width: 55.5555%;
  }

  [class~="tablet-7/9"] {
    flex-basis: 77.7777%;
    width: 77.7777%;
    max-width: 77.7777%;
  }

  [class~="tablet-8/9"] {
    flex-basis: 88.8888%;
    width: 88.8888%;
    max-width: 88.8888%;
  }

  [class~="tablet-1/10"] {
    flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }

  [class~="tablet-3/10"] {
    flex-basis: 30%;
    width: 30%;
    max-width: 30%;
  }

  [class~="tablet-7/10"] {
    flex-basis: 70%;
    width: 70%;
    max-width: 70%;
  }

  [class~="tablet-9/10"] {
    flex-basis: 90%;
    width: 90%;
    max-width: 90%;
  }

  [class~="tablet-1/12"] {
    flex-basis: 8.3333%;
    width: 8.3333%;
    max-width: 8.3333%;
  }

  [class~="tablet-5/12"] {
    flex-basis: 41.6666%;
    width: 41.6666%;
    max-width: 41.6666%;
  }

  [class~="tablet-7/12"] {
    flex-basis: 58.3333%;
    width: 58.3333%;
    max-width: 58.3333%;
  }

  [class~="tablet-11/12"] {
    flex-basis: 91.6666%;
    width: 91.6666%;
    max-width: 91.6666%;
  }
}
@media screen and (min-width: 1024px) {
  [class~="desktop-1/1"] {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  [class~="desktop-1/2"],
[class~="desktop-2/4"],
[class~="desktop-3/6"],
[class~="desktop-4/8"],
[class~="desktop-5/10"],
[class~="desktop-6/12"] {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }

  [class~="desktop-1/3"],
[class~="desktop-2/6"],
[class~="desktop-3/9"],
[class~="desktop-4/12"] {
    flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }

  [class~="desktop-2/3"],
[class~="desktop-4/6"],
[class~="desktop-6/9"],
[class~="desktop-8/12"] {
    flex-basis: 66.6666%;
    width: 66.6666%;
    max-width: 66.6666%;
  }

  [class~="desktop-1/4"],
[class~="desktop-2/8"],
[class~="desktop-3/12"] {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }

  [class~="desktop-3/4"],
[class~="desktop-6/8"],
[class~="desktop-9/12"] {
    flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }

  [class~="desktop-1/5"],
[class~="desktop-2/10"] {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }

  [class~="desktop-2/5"],
[class~="desktop-4/10"] {
    flex-basis: 40%;
    width: 40%;
    max-width: 40%;
  }

  [class~="desktop-3/5"],
[class~="desktop-6/10"] {
    flex-basis: 60%;
    width: 60%;
    max-width: 60%;
  }

  [class~="desktop-4/5"],
[class~="desktop-8/10"] {
    flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }

  [class~="desktop-1/6"],
[class~="desktop-2/12"] {
    flex-basis: 16.6666%;
    width: 16.6666%;
    max-width: 16.6666%;
  }

  [class~="desktop-5/6"],
[class~="desktop-10/12"] {
    flex-basis: 83.3333%;
    width: 83.3333%;
    max-width: 83.3333%;
  }

  [class~="desktop-1/8"] {
    flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }

  [class~="desktop-3/8"] {
    flex-basis: 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }

  [class~="desktop-5/8"] {
    flex-basis: 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }

  [class~="desktop-7/8"] {
    flex-basis: 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }

  [class~="desktop-1/9"] {
    flex-basis: 11.1111%;
    width: 11.1111%;
    max-width: 11.1111%;
  }

  [class~="desktop-2/9"] {
    flex-basis: 22.2222%;
    width: 22.2222%;
    max-width: 22.2222%;
  }

  [class~="desktop-4/9"] {
    flex-basis: 44.4444%;
    width: 44.4444%;
    max-width: 44.4444%;
  }

  [class~="desktop-5/9"] {
    flex-basis: 55.5555%;
    width: 55.5555%;
    max-width: 55.5555%;
  }

  [class~="desktop-7/9"] {
    flex-basis: 77.7777%;
    width: 77.7777%;
    max-width: 77.7777%;
  }

  [class~="desktop-8/9"] {
    flex-basis: 88.8888%;
    width: 88.8888%;
    max-width: 88.8888%;
  }

  [class~="desktop-1/10"] {
    flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }

  [class~="desktop-3/10"] {
    flex-basis: 30%;
    width: 30%;
    max-width: 30%;
  }

  [class~="desktop-7/10"] {
    flex-basis: 70%;
    width: 70%;
    max-width: 70%;
  }

  [class~="desktop-9/10"] {
    flex-basis: 90%;
    width: 90%;
    max-width: 90%;
  }

  [class~="desktop-1/12"] {
    flex-basis: 8.3333%;
    width: 8.3333%;
    max-width: 8.3333%;
  }

  [class~="desktop-5/12"] {
    flex-basis: 41.6666%;
    width: 41.6666%;
    max-width: 41.6666%;
  }

  [class~="desktop-7/12"] {
    flex-basis: 58.3333%;
    width: 58.3333%;
    max-width: 58.3333%;
  }

  [class~="desktop-11/12"] {
    flex-basis: 91.6666%;
    width: 91.6666%;
    max-width: 91.6666%;
  }
}
.text-white {
  color: #fff !important;
}

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

.text-silver {
  color: #ddd !important;
}

.bg-silver {
  background-color: #ddd !important;
}

.text-gray {
  color: #aaa !important;
}

.bg-gray {
  background-color: #aaa !important;
}

.text-black {
  color: #111 !important;
}

.bg-black {
  background-color: #111 !important;
}

.text-red {
  color: #ff4136 !important;
}

.bg-red {
  background-color: #ff4136 !important;
}

.text-orange {
  color: #ff851b !important;
}

.bg-orange {
  background-color: #ff851b !important;
}

.text-yellow {
  color: #ffdc00 !important;
}

.bg-yellow {
  background-color: #ffdc00 !important;
}

.text-lime {
  color: #01ff70 !important;
}

.bg-lime {
  background-color: #01ff70 !important;
}

.text-green {
  color: #2ecc40 !important;
}

.bg-green {
  background-color: #2ecc40 !important;
}

.text-olive {
  color: #3d9970 !important;
}

.bg-olive {
  background-color: #3d9970 !important;
}

.text-teal {
  color: #39cccc !important;
}

.bg-teal {
  background-color: #39cccc !important;
}

.text-aqua {
  color: #7fdbff !important;
}

.bg-aqua {
  background-color: #7fdbff !important;
}

.text-blue {
  color: #0074d9 !important;
}

.bg-blue {
  background-color: #0074d9 !important;
}

.text-navy {
  color: #001f3f !important;
}

.bg-navy {
  background-color: #001f3f !important;
}

.text-fuchsia {
  color: #f012be !important;
}

.bg-fuchsia {
  background-color: #f012be !important;
}

.text-purple {
  color: #b10dc9 !important;
}

.bg-purple {
  background-color: #b10dc9 !important;
}

.text-maroon {
  color: #85144b !important;
}

.bg-maroon {
  background-color: #85144b !important;
}

.text-brand {
  color: #0074d9 !important;
}

.bg-brand {
  background-color: #0074d9 !important;
}

.text-positive {
  color: #2ecc40 !important;
}

.bg-positive {
  background-color: #2ecc40 !important;
}

.text-cautionary {
  color: #ffdc00 !important;
}

.bg-cautionary {
  background-color: #ffdc00 !important;
}

.text-negative {
  color: #ff4136 !important;
}

.bg-negative {
  background-color: #ff4136 !important;
}

.text-informative {
  color: #0074d9 !important;
}

.bg-informative {
  background-color: #0074d9 !important;
}

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

.bg-muted {
  background-color: #aaa !important;
}

.margin {
  margin: 1.5rem !important;
}

.margin-top {
  margin-top: 1.5rem !important;
}

.margin-right {
  margin-right: 1.5rem !important;
}

.margin-bottom {
  margin-bottom: 1.5rem !important;
}

.margin-left {
  margin-left: 1.5rem !important;
}

.margin-horizontal {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.margin-vertical {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-horizontal {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-margin-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

[class~="margin-1/4"] {
  margin: 0.375rem !important;
}

[class~="margin-1/4-top"] {
  margin-top: 0.375rem !important;
}

[class~="margin-1/4-right"] {
  margin-right: 0.375rem !important;
}

[class~="margin-1/4-bottom"] {
  margin-bottom: 0.375rem !important;
}

[class~="margin-1/4-left"] {
  margin-left: 0.375rem !important;
}

[class~="margin-1/4-horizontal"] {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !important;
}

[class~="margin-1/4-vertical"] {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

[class~="margin-1/3"] {
  margin: 0.5rem !important;
}

[class~="margin-1/3-top"] {
  margin-top: 0.5rem !important;
}

[class~="margin-1/3-right"] {
  margin-right: 0.5rem !important;
}

[class~="margin-1/3-bottom"] {
  margin-bottom: 0.5rem !important;
}

[class~="margin-1/3-left"] {
  margin-left: 0.5rem !important;
}

[class~="margin-1/3-horizontal"] {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

[class~="margin-1/3-vertical"] {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

[class~="margin-1/2"] {
  margin: 0.75rem !important;
}

[class~="margin-1/2-top"] {
  margin-top: 0.75rem !important;
}

[class~="margin-1/2-right"] {
  margin-right: 0.75rem !important;
}

[class~="margin-1/2-bottom"] {
  margin-bottom: 0.75rem !important;
}

[class~="margin-1/2-left"] {
  margin-left: 0.75rem !important;
}

[class~="margin-1/2-horizontal"] {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

[class~="margin-1/2-vertical"] {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

[class~="margin-2/1"] {
  margin: 3rem !important;
}

[class~="margin-2/1-top"] {
  margin-top: 3rem !important;
}

[class~="margin-2/1-right"] {
  margin-right: 3rem !important;
}

[class~="margin-2/1-bottom"] {
  margin-bottom: 3rem !important;
}

[class~="margin-2/1-left"] {
  margin-left: 3rem !important;
}

[class~="margin-2/1-horizontal"] {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

[class~="margin-2/1-vertical"] {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

[class~="margin-3/1"] {
  margin: 4.5rem !important;
}

[class~="margin-3/1-top"] {
  margin-top: 4.5rem !important;
}

[class~="margin-3/1-right"] {
  margin-right: 4.5rem !important;
}

[class~="margin-3/1-bottom"] {
  margin-bottom: 4.5rem !important;
}

[class~="margin-3/1-left"] {
  margin-left: 4.5rem !important;
}

[class~="margin-3/1-horizontal"] {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

[class~="margin-3/1-vertical"] {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

[class~="margin-4/1"] {
  margin: 6rem !important;
}

[class~="margin-4/1-top"] {
  margin-top: 6rem !important;
}

[class~="margin-4/1-right"] {
  margin-right: 6rem !important;
}

[class~="margin-4/1-bottom"] {
  margin-bottom: 6rem !important;
}

[class~="margin-4/1-left"] {
  margin-left: 6rem !important;
}

[class~="margin-4/1-horizontal"] {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

[class~="margin-4/1-vertical"] {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.padding {
  padding: 1.5rem !important;
}

.padding-top {
  padding-top: 1.5rem !important;
}

.padding-right {
  padding-right: 1.5rem !important;
}

.padding-bottom {
  padding-bottom: 1.5rem !important;
}

.padding-left {
  padding-left: 1.5rem !important;
}

.padding-horizontal {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.padding-vertical {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-horizontal {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.no-padding-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

[class~="padding-1/4"] {
  padding: 0.375rem !important;
}

[class~="padding-1/4-top"] {
  padding-top: 0.375rem !important;
}

[class~="padding-1/4-right"] {
  padding-right: 0.375rem !important;
}

[class~="padding-1/4-bottom"] {
  padding-bottom: 0.375rem !important;
}

[class~="padding-1/4-left"] {
  padding-left: 0.375rem !important;
}

[class~="padding-1/4-horizontal"] {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !important;
}

[class~="padding-1/4-vertical"] {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

[class~="padding-1/3"] {
  padding: 0.5rem !important;
}

[class~="padding-1/3-top"] {
  padding-top: 0.5rem !important;
}

[class~="padding-1/3-right"] {
  padding-right: 0.5rem !important;
}

[class~="padding-1/3-bottom"] {
  padding-bottom: 0.5rem !important;
}

[class~="padding-1/3-left"] {
  padding-left: 0.5rem !important;
}

[class~="padding-1/3-horizontal"] {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

[class~="padding-1/3-vertical"] {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

[class~="padding-1/2"] {
  padding: 0.75rem !important;
}

[class~="padding-1/2-top"] {
  padding-top: 0.75rem !important;
}

[class~="padding-1/2-right"] {
  padding-right: 0.75rem !important;
}

[class~="padding-1/2-bottom"] {
  padding-bottom: 0.75rem !important;
}

[class~="padding-1/2-left"] {
  padding-left: 0.75rem !important;
}

[class~="padding-1/2-horizontal"] {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

[class~="padding-1/2-vertical"] {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

[class~="padding-2/1"] {
  padding: 3rem !important;
}

[class~="padding-2/1-top"] {
  padding-top: 3rem !important;
}

[class~="padding-2/1-right"] {
  padding-right: 3rem !important;
}

[class~="padding-2/1-bottom"] {
  padding-bottom: 3rem !important;
}

[class~="padding-2/1-left"] {
  padding-left: 3rem !important;
}

[class~="padding-2/1-horizontal"] {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

[class~="padding-2/1-vertical"] {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

[class~="padding-3/1"] {
  padding: 4.5rem !important;
}

[class~="padding-3/1-top"] {
  padding-top: 4.5rem !important;
}

[class~="padding-3/1-right"] {
  padding-right: 4.5rem !important;
}

[class~="padding-3/1-bottom"] {
  padding-bottom: 4.5rem !important;
}

[class~="padding-3/1-left"] {
  padding-left: 4.5rem !important;
}

[class~="padding-3/1-horizontal"] {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

[class~="padding-3/1-vertical"] {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

[class~="padding-4/1"] {
  padding: 6rem !important;
}

[class~="padding-4/1-top"] {
  padding-top: 6rem !important;
}

[class~="padding-4/1-right"] {
  padding-right: 6rem !important;
}

[class~="padding-4/1-bottom"] {
  padding-bottom: 6rem !important;
}

[class~="padding-4/1-left"] {
  padding-left: 6rem !important;
}

[class~="padding-4/1-horizontal"] {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

[class~="padding-4/1-vertical"] {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

@media screen and (min-width: 0px) {
  .mobile-margin {
    margin: 1.5rem !important;
  }

  .mobile-margin-top {
    margin-top: 1.5rem !important;
  }

  .mobile-margin-right {
    margin-right: 1.5rem !important;
  }

  .mobile-margin-bottom {
    margin-bottom: 1.5rem !important;
  }

  .mobile-margin-left {
    margin-left: 1.5rem !important;
  }

  .mobile-margin-horizontal {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mobile-margin-vertical {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mobile-no-margin {
    margin: 0 !important;
  }

  .mobile-no-margin-top {
    margin-top: 0 !important;
  }

  .mobile-no-margin-right {
    margin-right: 0 !important;
  }

  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .mobile-no-margin-left {
    margin-left: 0 !important;
  }

  .mobile-no-margin-horizontal {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mobile-no-margin-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  [class~="mobile-margin-1/4"] {
    margin: 0.375rem !important;
  }

  [class~="mobile-margin-1/4-top"] {
    margin-top: 0.375rem !important;
  }

  [class~="mobile-margin-1/4-right"] {
    margin-right: 0.375rem !important;
  }

  [class~="mobile-margin-1/4-bottom"] {
    margin-bottom: 0.375rem !important;
  }

  [class~="mobile-margin-1/4-left"] {
    margin-left: 0.375rem !important;
  }

  [class~="mobile-margin-1/4-horizontal"] {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  [class~="mobile-margin-1/4-vertical"] {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  [class~="mobile-margin-1/3"] {
    margin: 0.5rem !important;
  }

  [class~="mobile-margin-1/3-top"] {
    margin-top: 0.5rem !important;
  }

  [class~="mobile-margin-1/3-right"] {
    margin-right: 0.5rem !important;
  }

  [class~="mobile-margin-1/3-bottom"] {
    margin-bottom: 0.5rem !important;
  }

  [class~="mobile-margin-1/3-left"] {
    margin-left: 0.5rem !important;
  }

  [class~="mobile-margin-1/3-horizontal"] {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  [class~="mobile-margin-1/3-vertical"] {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  [class~="mobile-margin-1/2"] {
    margin: 0.75rem !important;
  }

  [class~="mobile-margin-1/2-top"] {
    margin-top: 0.75rem !important;
  }

  [class~="mobile-margin-1/2-right"] {
    margin-right: 0.75rem !important;
  }

  [class~="mobile-margin-1/2-bottom"] {
    margin-bottom: 0.75rem !important;
  }

  [class~="mobile-margin-1/2-left"] {
    margin-left: 0.75rem !important;
  }

  [class~="mobile-margin-1/2-horizontal"] {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  [class~="mobile-margin-1/2-vertical"] {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  [class~="mobile-margin-2/1"] {
    margin: 3rem !important;
  }

  [class~="mobile-margin-2/1-top"] {
    margin-top: 3rem !important;
  }

  [class~="mobile-margin-2/1-right"] {
    margin-right: 3rem !important;
  }

  [class~="mobile-margin-2/1-bottom"] {
    margin-bottom: 3rem !important;
  }

  [class~="mobile-margin-2/1-left"] {
    margin-left: 3rem !important;
  }

  [class~="mobile-margin-2/1-horizontal"] {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  [class~="mobile-margin-2/1-vertical"] {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  [class~="mobile-margin-3/1"] {
    margin: 4.5rem !important;
  }

  [class~="mobile-margin-3/1-top"] {
    margin-top: 4.5rem !important;
  }

  [class~="mobile-margin-3/1-right"] {
    margin-right: 4.5rem !important;
  }

  [class~="mobile-margin-3/1-bottom"] {
    margin-bottom: 4.5rem !important;
  }

  [class~="mobile-margin-3/1-left"] {
    margin-left: 4.5rem !important;
  }

  [class~="mobile-margin-3/1-horizontal"] {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  [class~="mobile-margin-3/1-vertical"] {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  [class~="mobile-margin-4/1"] {
    margin: 6rem !important;
  }

  [class~="mobile-margin-4/1-top"] {
    margin-top: 6rem !important;
  }

  [class~="mobile-margin-4/1-right"] {
    margin-right: 6rem !important;
  }

  [class~="mobile-margin-4/1-bottom"] {
    margin-bottom: 6rem !important;
  }

  [class~="mobile-margin-4/1-left"] {
    margin-left: 6rem !important;
  }

  [class~="mobile-margin-4/1-horizontal"] {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  [class~="mobile-margin-4/1-vertical"] {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mobile-padding {
    padding: 1.5rem !important;
  }

  .mobile-padding-top {
    padding-top: 1.5rem !important;
  }

  .mobile-padding-right {
    padding-right: 1.5rem !important;
  }

  .mobile-padding-bottom {
    padding-bottom: 1.5rem !important;
  }

  .mobile-padding-left {
    padding-left: 1.5rem !important;
  }

  .mobile-padding-horizontal {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .mobile-padding-vertical {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .mobile-no-padding {
    padding: 0 !important;
  }

  .mobile-no-padding-top {
    padding-top: 0 !important;
  }

  .mobile-no-padding-right {
    padding-right: 0 !important;
  }

  .mobile-no-padding-bottom {
    padding-bottom: 0 !important;
  }

  .mobile-no-padding-left {
    padding-left: 0 !important;
  }

  .mobile-no-padding-horizontal {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .mobile-no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  [class~="mobile-padding-1/4"] {
    padding: 0.375rem !important;
  }

  [class~="mobile-padding-1/4-top"] {
    padding-top: 0.375rem !important;
  }

  [class~="mobile-padding-1/4-right"] {
    padding-right: 0.375rem !important;
  }

  [class~="mobile-padding-1/4-bottom"] {
    padding-bottom: 0.375rem !important;
  }

  [class~="mobile-padding-1/4-left"] {
    padding-left: 0.375rem !important;
  }

  [class~="mobile-padding-1/4-horizontal"] {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  [class~="mobile-padding-1/4-vertical"] {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  [class~="mobile-padding-1/3"] {
    padding: 0.5rem !important;
  }

  [class~="mobile-padding-1/3-top"] {
    padding-top: 0.5rem !important;
  }

  [class~="mobile-padding-1/3-right"] {
    padding-right: 0.5rem !important;
  }

  [class~="mobile-padding-1/3-bottom"] {
    padding-bottom: 0.5rem !important;
  }

  [class~="mobile-padding-1/3-left"] {
    padding-left: 0.5rem !important;
  }

  [class~="mobile-padding-1/3-horizontal"] {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  [class~="mobile-padding-1/3-vertical"] {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  [class~="mobile-padding-1/2"] {
    padding: 0.75rem !important;
  }

  [class~="mobile-padding-1/2-top"] {
    padding-top: 0.75rem !important;
  }

  [class~="mobile-padding-1/2-right"] {
    padding-right: 0.75rem !important;
  }

  [class~="mobile-padding-1/2-bottom"] {
    padding-bottom: 0.75rem !important;
  }

  [class~="mobile-padding-1/2-left"] {
    padding-left: 0.75rem !important;
  }

  [class~="mobile-padding-1/2-horizontal"] {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  [class~="mobile-padding-1/2-vertical"] {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  [class~="mobile-padding-2/1"] {
    padding: 3rem !important;
  }

  [class~="mobile-padding-2/1-top"] {
    padding-top: 3rem !important;
  }

  [class~="mobile-padding-2/1-right"] {
    padding-right: 3rem !important;
  }

  [class~="mobile-padding-2/1-bottom"] {
    padding-bottom: 3rem !important;
  }

  [class~="mobile-padding-2/1-left"] {
    padding-left: 3rem !important;
  }

  [class~="mobile-padding-2/1-horizontal"] {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  [class~="mobile-padding-2/1-vertical"] {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  [class~="mobile-padding-3/1"] {
    padding: 4.5rem !important;
  }

  [class~="mobile-padding-3/1-top"] {
    padding-top: 4.5rem !important;
  }

  [class~="mobile-padding-3/1-right"] {
    padding-right: 4.5rem !important;
  }

  [class~="mobile-padding-3/1-bottom"] {
    padding-bottom: 4.5rem !important;
  }

  [class~="mobile-padding-3/1-left"] {
    padding-left: 4.5rem !important;
  }

  [class~="mobile-padding-3/1-horizontal"] {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  [class~="mobile-padding-3/1-vertical"] {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  [class~="mobile-padding-4/1"] {
    padding: 6rem !important;
  }

  [class~="mobile-padding-4/1-top"] {
    padding-top: 6rem !important;
  }

  [class~="mobile-padding-4/1-right"] {
    padding-right: 6rem !important;
  }

  [class~="mobile-padding-4/1-bottom"] {
    padding-bottom: 6rem !important;
  }

  [class~="mobile-padding-4/1-left"] {
    padding-left: 6rem !important;
  }

  [class~="mobile-padding-4/1-horizontal"] {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  [class~="mobile-padding-4/1-vertical"] {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet-margin {
    margin: 1.5rem !important;
  }

  .tablet-margin-top {
    margin-top: 1.5rem !important;
  }

  .tablet-margin-right {
    margin-right: 1.5rem !important;
  }

  .tablet-margin-bottom {
    margin-bottom: 1.5rem !important;
  }

  .tablet-margin-left {
    margin-left: 1.5rem !important;
  }

  .tablet-margin-horizontal {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .tablet-margin-vertical {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .tablet-no-margin {
    margin: 0 !important;
  }

  .tablet-no-margin-top {
    margin-top: 0 !important;
  }

  .tablet-no-margin-right {
    margin-right: 0 !important;
  }

  .tablet-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .tablet-no-margin-left {
    margin-left: 0 !important;
  }

  .tablet-no-margin-horizontal {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .tablet-no-margin-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  [class~="tablet-margin-1/4"] {
    margin: 0.375rem !important;
  }

  [class~="tablet-margin-1/4-top"] {
    margin-top: 0.375rem !important;
  }

  [class~="tablet-margin-1/4-right"] {
    margin-right: 0.375rem !important;
  }

  [class~="tablet-margin-1/4-bottom"] {
    margin-bottom: 0.375rem !important;
  }

  [class~="tablet-margin-1/4-left"] {
    margin-left: 0.375rem !important;
  }

  [class~="tablet-margin-1/4-horizontal"] {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  [class~="tablet-margin-1/4-vertical"] {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  [class~="tablet-margin-1/3"] {
    margin: 0.5rem !important;
  }

  [class~="tablet-margin-1/3-top"] {
    margin-top: 0.5rem !important;
  }

  [class~="tablet-margin-1/3-right"] {
    margin-right: 0.5rem !important;
  }

  [class~="tablet-margin-1/3-bottom"] {
    margin-bottom: 0.5rem !important;
  }

  [class~="tablet-margin-1/3-left"] {
    margin-left: 0.5rem !important;
  }

  [class~="tablet-margin-1/3-horizontal"] {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  [class~="tablet-margin-1/3-vertical"] {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  [class~="tablet-margin-1/2"] {
    margin: 0.75rem !important;
  }

  [class~="tablet-margin-1/2-top"] {
    margin-top: 0.75rem !important;
  }

  [class~="tablet-margin-1/2-right"] {
    margin-right: 0.75rem !important;
  }

  [class~="tablet-margin-1/2-bottom"] {
    margin-bottom: 0.75rem !important;
  }

  [class~="tablet-margin-1/2-left"] {
    margin-left: 0.75rem !important;
  }

  [class~="tablet-margin-1/2-horizontal"] {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  [class~="tablet-margin-1/2-vertical"] {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  [class~="tablet-margin-2/1"] {
    margin: 3rem !important;
  }

  [class~="tablet-margin-2/1-top"] {
    margin-top: 3rem !important;
  }

  [class~="tablet-margin-2/1-right"] {
    margin-right: 3rem !important;
  }

  [class~="tablet-margin-2/1-bottom"] {
    margin-bottom: 3rem !important;
  }

  [class~="tablet-margin-2/1-left"] {
    margin-left: 3rem !important;
  }

  [class~="tablet-margin-2/1-horizontal"] {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  [class~="tablet-margin-2/1-vertical"] {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  [class~="tablet-margin-3/1"] {
    margin: 4.5rem !important;
  }

  [class~="tablet-margin-3/1-top"] {
    margin-top: 4.5rem !important;
  }

  [class~="tablet-margin-3/1-right"] {
    margin-right: 4.5rem !important;
  }

  [class~="tablet-margin-3/1-bottom"] {
    margin-bottom: 4.5rem !important;
  }

  [class~="tablet-margin-3/1-left"] {
    margin-left: 4.5rem !important;
  }

  [class~="tablet-margin-3/1-horizontal"] {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  [class~="tablet-margin-3/1-vertical"] {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  [class~="tablet-margin-4/1"] {
    margin: 6rem !important;
  }

  [class~="tablet-margin-4/1-top"] {
    margin-top: 6rem !important;
  }

  [class~="tablet-margin-4/1-right"] {
    margin-right: 6rem !important;
  }

  [class~="tablet-margin-4/1-bottom"] {
    margin-bottom: 6rem !important;
  }

  [class~="tablet-margin-4/1-left"] {
    margin-left: 6rem !important;
  }

  [class~="tablet-margin-4/1-horizontal"] {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  [class~="tablet-margin-4/1-vertical"] {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .tablet-padding {
    padding: 1.5rem !important;
  }

  .tablet-padding-top {
    padding-top: 1.5rem !important;
  }

  .tablet-padding-right {
    padding-right: 1.5rem !important;
  }

  .tablet-padding-bottom {
    padding-bottom: 1.5rem !important;
  }

  .tablet-padding-left {
    padding-left: 1.5rem !important;
  }

  .tablet-padding-horizontal {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .tablet-padding-vertical {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .tablet-no-padding {
    padding: 0 !important;
  }

  .tablet-no-padding-top {
    padding-top: 0 !important;
  }

  .tablet-no-padding-right {
    padding-right: 0 !important;
  }

  .tablet-no-padding-bottom {
    padding-bottom: 0 !important;
  }

  .tablet-no-padding-left {
    padding-left: 0 !important;
  }

  .tablet-no-padding-horizontal {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .tablet-no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  [class~="tablet-padding-1/4"] {
    padding: 0.375rem !important;
  }

  [class~="tablet-padding-1/4-top"] {
    padding-top: 0.375rem !important;
  }

  [class~="tablet-padding-1/4-right"] {
    padding-right: 0.375rem !important;
  }

  [class~="tablet-padding-1/4-bottom"] {
    padding-bottom: 0.375rem !important;
  }

  [class~="tablet-padding-1/4-left"] {
    padding-left: 0.375rem !important;
  }

  [class~="tablet-padding-1/4-horizontal"] {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  [class~="tablet-padding-1/4-vertical"] {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  [class~="tablet-padding-1/3"] {
    padding: 0.5rem !important;
  }

  [class~="tablet-padding-1/3-top"] {
    padding-top: 0.5rem !important;
  }

  [class~="tablet-padding-1/3-right"] {
    padding-right: 0.5rem !important;
  }

  [class~="tablet-padding-1/3-bottom"] {
    padding-bottom: 0.5rem !important;
  }

  [class~="tablet-padding-1/3-left"] {
    padding-left: 0.5rem !important;
  }

  [class~="tablet-padding-1/3-horizontal"] {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  [class~="tablet-padding-1/3-vertical"] {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  [class~="tablet-padding-1/2"] {
    padding: 0.75rem !important;
  }

  [class~="tablet-padding-1/2-top"] {
    padding-top: 0.75rem !important;
  }

  [class~="tablet-padding-1/2-right"] {
    padding-right: 0.75rem !important;
  }

  [class~="tablet-padding-1/2-bottom"] {
    padding-bottom: 0.75rem !important;
  }

  [class~="tablet-padding-1/2-left"] {
    padding-left: 0.75rem !important;
  }

  [class~="tablet-padding-1/2-horizontal"] {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  [class~="tablet-padding-1/2-vertical"] {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  [class~="tablet-padding-2/1"] {
    padding: 3rem !important;
  }

  [class~="tablet-padding-2/1-top"] {
    padding-top: 3rem !important;
  }

  [class~="tablet-padding-2/1-right"] {
    padding-right: 3rem !important;
  }

  [class~="tablet-padding-2/1-bottom"] {
    padding-bottom: 3rem !important;
  }

  [class~="tablet-padding-2/1-left"] {
    padding-left: 3rem !important;
  }

  [class~="tablet-padding-2/1-horizontal"] {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  [class~="tablet-padding-2/1-vertical"] {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  [class~="tablet-padding-3/1"] {
    padding: 4.5rem !important;
  }

  [class~="tablet-padding-3/1-top"] {
    padding-top: 4.5rem !important;
  }

  [class~="tablet-padding-3/1-right"] {
    padding-right: 4.5rem !important;
  }

  [class~="tablet-padding-3/1-bottom"] {
    padding-bottom: 4.5rem !important;
  }

  [class~="tablet-padding-3/1-left"] {
    padding-left: 4.5rem !important;
  }

  [class~="tablet-padding-3/1-horizontal"] {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  [class~="tablet-padding-3/1-vertical"] {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  [class~="tablet-padding-4/1"] {
    padding: 6rem !important;
  }

  [class~="tablet-padding-4/1-top"] {
    padding-top: 6rem !important;
  }

  [class~="tablet-padding-4/1-right"] {
    padding-right: 6rem !important;
  }

  [class~="tablet-padding-4/1-bottom"] {
    padding-bottom: 6rem !important;
  }

  [class~="tablet-padding-4/1-left"] {
    padding-left: 6rem !important;
  }

  [class~="tablet-padding-4/1-horizontal"] {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  [class~="tablet-padding-4/1-vertical"] {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop-margin {
    margin: 1.5rem !important;
  }

  .desktop-margin-top {
    margin-top: 1.5rem !important;
  }

  .desktop-margin-right {
    margin-right: 1.5rem !important;
  }

  .desktop-margin-bottom {
    margin-bottom: 1.5rem !important;
  }

  .desktop-margin-left {
    margin-left: 1.5rem !important;
  }

  .desktop-margin-horizontal {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .desktop-margin-vertical {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .desktop-no-margin {
    margin: 0 !important;
  }

  .desktop-no-margin-top {
    margin-top: 0 !important;
  }

  .desktop-no-margin-right {
    margin-right: 0 !important;
  }

  .desktop-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .desktop-no-margin-left {
    margin-left: 0 !important;
  }

  .desktop-no-margin-horizontal {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .desktop-no-margin-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  [class~="desktop-margin-1/4"] {
    margin: 0.375rem !important;
  }

  [class~="desktop-margin-1/4-top"] {
    margin-top: 0.375rem !important;
  }

  [class~="desktop-margin-1/4-right"] {
    margin-right: 0.375rem !important;
  }

  [class~="desktop-margin-1/4-bottom"] {
    margin-bottom: 0.375rem !important;
  }

  [class~="desktop-margin-1/4-left"] {
    margin-left: 0.375rem !important;
  }

  [class~="desktop-margin-1/4-horizontal"] {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  [class~="desktop-margin-1/4-vertical"] {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  [class~="desktop-margin-1/3"] {
    margin: 0.5rem !important;
  }

  [class~="desktop-margin-1/3-top"] {
    margin-top: 0.5rem !important;
  }

  [class~="desktop-margin-1/3-right"] {
    margin-right: 0.5rem !important;
  }

  [class~="desktop-margin-1/3-bottom"] {
    margin-bottom: 0.5rem !important;
  }

  [class~="desktop-margin-1/3-left"] {
    margin-left: 0.5rem !important;
  }

  [class~="desktop-margin-1/3-horizontal"] {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  [class~="desktop-margin-1/3-vertical"] {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  [class~="desktop-margin-1/2"] {
    margin: 0.75rem !important;
  }

  [class~="desktop-margin-1/2-top"] {
    margin-top: 0.75rem !important;
  }

  [class~="desktop-margin-1/2-right"] {
    margin-right: 0.75rem !important;
  }

  [class~="desktop-margin-1/2-bottom"] {
    margin-bottom: 0.75rem !important;
  }

  [class~="desktop-margin-1/2-left"] {
    margin-left: 0.75rem !important;
  }

  [class~="desktop-margin-1/2-horizontal"] {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  [class~="desktop-margin-1/2-vertical"] {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  [class~="desktop-margin-2/1"] {
    margin: 3rem !important;
  }

  [class~="desktop-margin-2/1-top"] {
    margin-top: 3rem !important;
  }

  [class~="desktop-margin-2/1-right"] {
    margin-right: 3rem !important;
  }

  [class~="desktop-margin-2/1-bottom"] {
    margin-bottom: 3rem !important;
  }

  [class~="desktop-margin-2/1-left"] {
    margin-left: 3rem !important;
  }

  [class~="desktop-margin-2/1-horizontal"] {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  [class~="desktop-margin-2/1-vertical"] {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  [class~="desktop-margin-3/1"] {
    margin: 4.5rem !important;
  }

  [class~="desktop-margin-3/1-top"] {
    margin-top: 4.5rem !important;
  }

  [class~="desktop-margin-3/1-right"] {
    margin-right: 4.5rem !important;
  }

  [class~="desktop-margin-3/1-bottom"] {
    margin-bottom: 4.5rem !important;
  }

  [class~="desktop-margin-3/1-left"] {
    margin-left: 4.5rem !important;
  }

  [class~="desktop-margin-3/1-horizontal"] {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  [class~="desktop-margin-3/1-vertical"] {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  [class~="desktop-margin-4/1"] {
    margin: 6rem !important;
  }

  [class~="desktop-margin-4/1-top"] {
    margin-top: 6rem !important;
  }

  [class~="desktop-margin-4/1-right"] {
    margin-right: 6rem !important;
  }

  [class~="desktop-margin-4/1-bottom"] {
    margin-bottom: 6rem !important;
  }

  [class~="desktop-margin-4/1-left"] {
    margin-left: 6rem !important;
  }

  [class~="desktop-margin-4/1-horizontal"] {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  [class~="desktop-margin-4/1-vertical"] {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .desktop-padding {
    padding: 1.5rem !important;
  }

  .desktop-padding-top {
    padding-top: 1.5rem !important;
  }

  .desktop-padding-right {
    padding-right: 1.5rem !important;
  }

  .desktop-padding-bottom {
    padding-bottom: 1.5rem !important;
  }

  .desktop-padding-left {
    padding-left: 1.5rem !important;
  }

  .desktop-padding-horizontal {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .desktop-padding-vertical {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .desktop-no-padding {
    padding: 0 !important;
  }

  .desktop-no-padding-top {
    padding-top: 0 !important;
  }

  .desktop-no-padding-right {
    padding-right: 0 !important;
  }

  .desktop-no-padding-bottom {
    padding-bottom: 0 !important;
  }

  .desktop-no-padding-left {
    padding-left: 0 !important;
  }

  .desktop-no-padding-horizontal {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .desktop-no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  [class~="desktop-padding-1/4"] {
    padding: 0.375rem !important;
  }

  [class~="desktop-padding-1/4-top"] {
    padding-top: 0.375rem !important;
  }

  [class~="desktop-padding-1/4-right"] {
    padding-right: 0.375rem !important;
  }

  [class~="desktop-padding-1/4-bottom"] {
    padding-bottom: 0.375rem !important;
  }

  [class~="desktop-padding-1/4-left"] {
    padding-left: 0.375rem !important;
  }

  [class~="desktop-padding-1/4-horizontal"] {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  [class~="desktop-padding-1/4-vertical"] {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  [class~="desktop-padding-1/3"] {
    padding: 0.5rem !important;
  }

  [class~="desktop-padding-1/3-top"] {
    padding-top: 0.5rem !important;
  }

  [class~="desktop-padding-1/3-right"] {
    padding-right: 0.5rem !important;
  }

  [class~="desktop-padding-1/3-bottom"] {
    padding-bottom: 0.5rem !important;
  }

  [class~="desktop-padding-1/3-left"] {
    padding-left: 0.5rem !important;
  }

  [class~="desktop-padding-1/3-horizontal"] {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  [class~="desktop-padding-1/3-vertical"] {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  [class~="desktop-padding-1/2"] {
    padding: 0.75rem !important;
  }

  [class~="desktop-padding-1/2-top"] {
    padding-top: 0.75rem !important;
  }

  [class~="desktop-padding-1/2-right"] {
    padding-right: 0.75rem !important;
  }

  [class~="desktop-padding-1/2-bottom"] {
    padding-bottom: 0.75rem !important;
  }

  [class~="desktop-padding-1/2-left"] {
    padding-left: 0.75rem !important;
  }

  [class~="desktop-padding-1/2-horizontal"] {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  [class~="desktop-padding-1/2-vertical"] {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  [class~="desktop-padding-2/1"] {
    padding: 3rem !important;
  }

  [class~="desktop-padding-2/1-top"] {
    padding-top: 3rem !important;
  }

  [class~="desktop-padding-2/1-right"] {
    padding-right: 3rem !important;
  }

  [class~="desktop-padding-2/1-bottom"] {
    padding-bottom: 3rem !important;
  }

  [class~="desktop-padding-2/1-left"] {
    padding-left: 3rem !important;
  }

  [class~="desktop-padding-2/1-horizontal"] {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  [class~="desktop-padding-2/1-vertical"] {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  [class~="desktop-padding-3/1"] {
    padding: 4.5rem !important;
  }

  [class~="desktop-padding-3/1-top"] {
    padding-top: 4.5rem !important;
  }

  [class~="desktop-padding-3/1-right"] {
    padding-right: 4.5rem !important;
  }

  [class~="desktop-padding-3/1-bottom"] {
    padding-bottom: 4.5rem !important;
  }

  [class~="desktop-padding-3/1-left"] {
    padding-left: 4.5rem !important;
  }

  [class~="desktop-padding-3/1-horizontal"] {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  [class~="desktop-padding-3/1-vertical"] {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  [class~="desktop-padding-4/1"] {
    padding: 6rem !important;
  }

  [class~="desktop-padding-4/1-top"] {
    padding-top: 6rem !important;
  }

  [class~="desktop-padding-4/1-right"] {
    padding-right: 6rem !important;
  }

  [class~="desktop-padding-4/1-bottom"] {
    padding-bottom: 6rem !important;
  }

  [class~="desktop-padding-4/1-left"] {
    padding-left: 6rem !important;
  }

  [class~="desktop-padding-4/1-horizontal"] {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  [class~="desktop-padding-4/1-vertical"] {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
.hidden {
  display: none !important;
}

.visible,
.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

@media screen and (min-width: 0px) {
  .mobile-hidden {
    display: none !important;
  }

  .mobile-visible,
.mobile-block {
    display: block !important;
  }

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

  .mobile-inline {
    display: inline !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet-hidden {
    display: none !important;
  }

  .tablet-visible,
.tablet-block {
    display: block !important;
  }

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

  .tablet-inline {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop-hidden {
    display: none !important;
  }

  .desktop-visible,
.desktop-block {
    display: block !important;
  }

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

  .desktop-inline {
    display: inline !important;
  }
}
.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dd, hr,
blockquote, pre, table, th, td,
form, fieldset, caption, legend {
  padding: 0;
  margin: 0;
}

p, ul, ol, dl, hr,
blockquote, pre, table, form {
  margin-bottom: 1.5rem;
}

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

html {
  overflow-y: scroll;
}

body {
  font-family: "Open Sans";
  font-weight: 400;
  color: #111;
  background-color: #fff;
}

body {
  font-size: 1rem;
  line-height: 1.5;
}

h1,
.h1 {
  margin-bottom: 3rem;
  font-size: 36px;
}

h2,
.h2 {
  font-size: 1.953rem;
}

h3,
.h3 {
  font-size: 1.563rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.8rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.5rem;
  font-family: "Open Sans";
  font-weight: 700;
}

strong, em, small, code, hr {
  line-height: 1;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

a {
  color: #0074d9;
  text-decoration: none;
  word-wrap: break-word;
  text-decoration: underline;
}

sup, sub {
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.4em;
}

sub {
  bottom: -0.25em;
}

blockquote {
  padding-left: 1.5rem;
  color: #aaa;
  border-left: 3px solid #ddd;
}
blockquote > *:last-child {
  margin-bottom: 0;
}

code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  white-space: nowrap;
}

pre code {
  white-space: pre-wrap;
}

small {
  font-size: 0.8rem;
  color: #111;
}

.text-small {
  font-size: 0.8rem;
}

.text-micro {
  font-size: 0.64rem;
}

.text-lead {
  font-size: 1.25rem;
}

.text-mono {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

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

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

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

.text-light {
  font-weight: 100;
}

.text-normal {
  font-weight: 400;
}

.text-bold {
  font-weight: 700;
}

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

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

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

ul > li,
ol > li {
  margin-left: 1.5rem;
}

dl > dt {
  font-weight: 700;
}

dd + dt {
  margin-top: 0.75rem;
}

.discussion-threads, .pagination, .breadcrumb, .type-resource .general-info .item-gallery ul,
.list-menu, .list-divided,
.list-inline,
.list-reset {
  padding-left: 0;
  list-style: none;
}
.discussion-threads > li, .pagination > li, .breadcrumb > li, .type-resource .general-info .item-gallery ul > li,
.list-menu > li, .list-divided > li,
.list-inline > li,
.list-reset > li {
  margin-left: 0;
}

.list-divided,
.list-inline {
  margin-bottom: 0;
  margin-left: -0.375rem;
  letter-spacing: -4px;
}
.list-divided > li,
.list-inline > li {
  display: inline-block;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  letter-spacing: 0;
}

.list-divided > li {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.list-divided > li + li {
  border-left: 1px solid #ddd;
}

.list-menu {
  margin-top: -0.375rem;
}
.list-menu > li > a {
  display: block;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
  border-radius: 4px;
}
.list-menu > li > a:hover {
  color: #fff;
  background: #0074d9;
}

hr {
  height: 1px;
  color: #ddd;
  background-color: #ddd;
  border: 0 none;
}

img {
  vertical-align: middle;
}

.img-rwd,
.img-responsive {
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 8px;
}

.img-circle {
  border-radius: 50%;
}

input[type=button],
input[type=submit],
button,
.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  margin: 0;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #111;
  border: 0;
  border-bottom-color: black;
  border-bottom-style: solid;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  vertical-align: 1px;
  border-bottom-width: 2px;
}
input[type=button]:hover,
input[type=submit]:hover,
button:hover,
.btn:hover {
  background-color: #1e1e1e;
}

button[disabled],
.btn-disabled {
  color: #9d9d9d;
  cursor: not-allowed;
  background-color: #ddd;
  border-bottom-color: #aaaaaa;
}
button[disabled]:hover,
.btn-disabled:hover {
  background-color: #ddd;
}

.btn-outline {
  color: #111;
  vertical-align: 0;
  background-color: transparent;
  border: 1px solid #111;
}
.btn-outline:hover {
  background-color: transparent;
}

.btn-flat {
  border-bottom-width: 0;
}

.btn-shadow {
  border-bottom-width: 2px;
}

.btn-block {
  display: block;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.btn-brand {
  color: #fff;
  background-color: #0074d9;
  border-bottom-color: #00305a;
}
.btn-brand:hover {
  background-color: #0082f3;
}
.btn-brand.btn-outline {
  color: #0074d9;
  background-color: transparent;
  border-color: #0074d9;
}

.btn-positive {
  color: #fff;
  background-color: #2ecc40;
  border-bottom-color: #17641f;
}
.btn-positive:hover {
  background-color: #40d451;
}
.btn-positive.btn-outline {
  color: #2ecc40;
  background-color: transparent;
  border-color: #2ecc40;
}

.btn-negative {
  color: #fff;
  background-color: #ff4136;
  border-bottom-color: #b60a00;
}
.btn-negative:hover {
  background-color: #ff5950;
}
.btn-negative.btn-outline {
  color: #ff4136;
  background-color: transparent;
  border-color: #ff4136;
}

.sticky-footer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.sticky-footer > *:first-child {
  flex: 1;
}

/*
Theme Name: ClearPs
Theme URI: http://underscores.me/
Author: Sergey Serafimovich
Author URI: http://designasreligion.com
Description: CearPS.com Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clearps
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ClearPs is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary,
.entry-header {
  margin-top: 1.5em;
}
.content-section .page-content:first-child,
.content-section .entry-content:first-child,
.content-section .entry-summary:first-child,
.content-section .entry-header:first-child {
  margin-top: -20px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #3e434d;
  z-index: 1000;
}
.admin-bar .site-header {
  top: 32px;
}
.site-header .container, .site-header .content-section .archive-header, .content-section .site-header .archive-header, .site-header .main-navigation .sub-menu ul, .main-navigation .sub-menu .site-header ul, .site-header .widget-area, .site-header .page-content,
.site-header .entry-content,
.site-header .entry-summary,
.site-header .entry-header {
  display: flex;
}
.site-header .site-branding .site-title {
  font-size: 24px;
  float: left;
}
.site-header .site-branding .site-title a {
  text-decoration: none;
  color: #FFF;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  display: block;
}
.site-header .site-branding .site-title a .ps {
  background-color: #2a86db;
  display: inline-block;
  color: #e2f2f8;
  padding: 7px 0;
  text-shadow: 1px 1px 0px #2c7bcc;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: 600;
  margin-left: 8px;
  box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.2), inset -1px 0px 0 0 rgba(255, 255, 255, 0.2), 1px -2px 2px 0 rgba(0, 0, 0, 0.3), -1px -1px 1px 0 rgba(0, 0, 0, 0.3);
}
.site-header .site-branding .site-description {
  font-size: 10px;
  display: block;
  float: left;
  color: #999;
  width: 200px;
  margin: 10px 0 0 15px;
  line-height: 1.04rem;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  margin-left: auto;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #373c45;
}
.main-navigation.toggled {
  display: block;
}
@media screen and (min-width: 768px) {
  .main-navigation {
    position: static;
    display: block;
    background-color: transparent;
  }
}
.main-navigation .menu-primary-menu-container > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 768px) {
  .main-navigation .menu-primary-menu-container > ul {
    flex-flow: row;
  }
}
.main-navigation .menu-primary-menu-container > ul > li {
  padding: 0;
  margin: 0;
  border-left: 1px solid #4e5461;
}
.main-navigation .menu-primary-menu-container > ul > li:last-child {
  border-right: 1px solid #4e5461;
}
.main-navigation .menu-primary-menu-container > ul > li > a {
  color: #cbd3db;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  padding: 19px 1.5rem 18px;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .main-navigation .menu-primary-menu-container > ul > li:hover {
    background-color: #4e5461;
  }
}
.main-navigation .sub-menu {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-navigation .sub-menu {
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 0;
    transition: all 0.3s linear;
    visibility: hidden;
    z-index: 999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    background-color: #4e5461;
    padding: 30px 0;
  }
}
.main-navigation .sub-menu ul {
  list-style: none;
  flex-flow: column;
}
.main-navigation .sub-menu ul li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .main-navigation .sub-menu ul {
    display: block !important;
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    line-height: 24px;
  }
}
.main-navigation .sub-menu ul a {
  color: #e4e9ee;
  text-decoration: none;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > .sub-menu,
.main-navigation ul li.focus > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item,
.main-navigation .current-menu-item,
.main-navigation .current_page_ancestor,
.main-navigation .current-menu-ancestor {
  background-color: #2e3239;
}
.main-navigation .current_page_item:hover,
.main-navigation .current-menu-item:hover,
.main-navigation .current_page_ancestor:hover,
.main-navigation .current-menu-ancestor:hover {
  background-color: #4e5461;
}

.menu-toggle {
  margin-left: auto;
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
}
.menu-toggle .icon {
  color: #FFF;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@font-face {
  font-family: "entypo";
  src: url("/fonts/entypo.eot?b1erln");
  src: url("/fonts/entypo.eot?b1erln#iefix") format("embedded-opentype"), url("/fonts/entypo.ttf?b1erln") format("truetype"), url("/fonts/entypo.woff?b1erln") format("woff"), url("/fonts/entypo.svg?b1erln#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "entypo" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-px-with-circle:before {
  content: "";
}

.icon-px:before {
  content: "";
}

.icon-app-store:before {
  content: "";
}

.icon-baidu:before {
  content: "";
}

.icon-basecamp:before {
  content: "";
}

.icon-behance:before {
  content: "";
}

.icon-creative-cloud:before {
  content: "";
}

.icon-dribbble-with-circle:before {
  content: "";
}

.icon-dribbble:before {
  content: "";
}

.icon-dropbox:before {
  content: "";
}

.icon-evernote:before {
  content: "";
}

.icon-facebook-with-circle:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-flattr:before {
  content: "";
}

.icon-flickr-with-circle:before {
  content: "";
}

.icon-flickr:before {
  content: "";
}

.icon-foursquare:before {
  content: "";
}

.icon-github-with-circle:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-google-drive:before {
  content: "";
}

.icon-google-hangouts:before {
  content: "";
}

.icon-google-play:before {
  content: "";
}

.icon-google-with-circle:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-grooveshark:before {
  content: "";
}

.icon-houzz:before {
  content: "";
}

.icon-icloud:before {
  content: "";
}

.icon-instagram-with-circle:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-lastfm-with-circle:before {
  content: "";
}

.icon-lastfm:before {
  content: "";
}

.icon-linkedin-with-circle:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-mail-with-circle:before {
  content: "";
}

.icon-medium-with-circle:before {
  content: "";
}

.icon-medium:before {
  content: "";
}

.icon-mixi:before {
  content: "";
}

.icon-onedrive:before {
  content: "";
}

.icon-paypal:before {
  content: "";
}

.icon-picasa:before {
  content: "";
}

.icon-pinterest-with-circle:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-qq-with-circle:before {
  content: "";
}

.icon-qq:before {
  content: "";
}

.icon-raft-with-circle:before {
  content: "";
}

.icon-raft:before {
  content: "";
}

.icon-rainbow:before {
  content: "";
}

.icon-rdio-with-circle:before {
  content: "";
}

.icon-rdio:before {
  content: "";
}

.icon-renren:before {
  content: "";
}

.icon-scribd:before {
  content: "";
}

.icon-sina-weibo:before {
  content: "";
}

.icon-skype-with-circle:before {
  content: "";
}

.icon-skype:before {
  content: "";
}

.icon-slideshare:before {
  content: "";
}

.icon-smashing:before {
  content: "";
}

.icon-soundcloud:before {
  content: "";
}

.icon-spotify-with-circle:before {
  content: "";
}

.icon-spotify:before {
  content: "";
}

.icon-stumbleupon-with-circle:before {
  content: "";
}

.icon-stumbleupon:before {
  content: "";
}

.icon-swarm:before {
  content: "";
}

.icon-tripadvisor:before {
  content: "";
}

.icon-tumblr-with-circle:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-twitter-with-circle:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-vimeo-with-circle:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-vine-with-circle:before {
  content: "";
}

.icon-vine:before {
  content: "";
}

.icon-vk-alternitive:before {
  content: "";
}

.icon-vk-with-circle:before {
  content: "";
}

.icon-vk:before {
  content: "";
}

.icon-windows-store:before {
  content: "";
}

.icon-xing-with-circle:before {
  content: "";
}

.icon-xing:before {
  content: "";
}

.icon-yelp:before {
  content: "";
}

.icon-youko-with-circle:before {
  content: "";
}

.icon-youko:before {
  content: "";
}

.icon-youtube-with-circle:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-add-to-list:before {
  content: "";
}

.icon-add-user:before {
  content: "";
}

.icon-address:before {
  content: "";
}

.icon-adjust:before {
  content: "";
}

.icon-air:before {
  content: "";
}

.icon-aircraft-landing:before {
  content: "";
}

.icon-aircraft-take-off:before {
  content: "";
}

.icon-aircraft:before {
  content: "";
}

.icon-align-bottom:before {
  content: "";
}

.icon-align-horizontal-middle:before {
  content: "";
}

.icon-align-left:before {
  content: "";
}

.icon-align-right:before {
  content: "";
}

.icon-align-top:before {
  content: "";
}

.icon-align-vertical-middle:before {
  content: "";
}

.icon-archive:before {
  content: "";
}

.icon-area-graph:before {
  content: "";
}

.icon-arrow-bold-down:before {
  content: "";
}

.icon-arrow-bold-left:before {
  content: "";
}

.icon-arrow-bold-right:before {
  content: "";
}

.icon-arrow-bold-up:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-long-down:before {
  content: "";
}

.icon-arrow-long-left:before {
  content: "";
}

.icon-arrow-long-right:before {
  content: "";
}

.icon-arrow-long-up:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-with-circle-down:before {
  content: "";
}

.icon-arrow-with-circle-left:before {
  content: "";
}

.icon-arrow-with-circle-right:before {
  content: "";
}

.icon-arrow-with-circle-up:before {
  content: "";
}

.icon-attachment:before {
  content: "";
}

.icon-awareness-ribbon:before {
  content: "";
}

.icon-back-in-time:before {
  content: "";
}

.icon-back:before {
  content: "";
}

.icon-bar-graph:before {
  content: "";
}

.icon-battery:before {
  content: "";
}

.icon-beamed-note:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-blackboard:before {
  content: "";
}

.icon-block:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-bookmarks:before {
  content: "";
}

.icon-bowl:before {
  content: "";
}

.icon-box:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-browser:before {
  content: "";
}

.icon-brush:before {
  content: "";
}

.icon-bucket:before {
  content: "";
}

.icon-bug:before {
  content: "";
}

.icon-cake:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-ccw:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-small-down:before {
  content: "";
}

.icon-chevron-small-left:before {
  content: "";
}

.icon-chevron-small-right:before {
  content: "";
}

.icon-chevron-small-up:before {
  content: "";
}

.icon-chevron-thin-down:before {
  content: "";
}

.icon-chevron-thin-left:before {
  content: "";
}

.icon-chevron-thin-right:before {
  content: "";
}

.icon-chevron-thin-up:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevron-with-circle-down:before {
  content: "";
}

.icon-chevron-with-circle-left:before {
  content: "";
}

.icon-chevron-with-circle-right:before {
  content: "";
}

.icon-chevron-with-circle-up:before {
  content: "";
}

.icon-circle-with-cross:before {
  content: "";
}

.icon-circle-with-minus:before {
  content: "";
}

.icon-circle-with-plus:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-circular-graph:before {
  content: "";
}

.icon-clapperboard:before {
  content: "";
}

.icon-classic-computer:before {
  content: "";
}

.icon-clipboard:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-cog:before {
  content: "";
}

.icon-colours:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-controller-fast-backward:before {
  content: "";
}

.icon-controller-fast-forward:before {
  content: "";
}

.icon-controller-jump-to-start:before {
  content: "";
}

.icon-controller-next:before {
  content: "";
}

.icon-controller-paus:before {
  content: "";
}

.icon-controller-play:before {
  content: "";
}

.icon-controller-record:before {
  content: "";
}

.icon-controller-stop:before {
  content: "";
}

.icon-controller-volume:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-creative-commons-attribution:before {
  content: "";
}

.icon-creative-commons-noderivs:before {
  content: "";
}

.icon-creative-commons-noncommercial-eu:before {
  content: "";
}

.icon-creative-commons-noncommercial-us:before {
  content: "";
}

.icon-creative-commons-public-domain:before {
  content: "";
}

.icon-creative-commons-remix:before {
  content: "";
}

.icon-creative-commons-share:before {
  content: "";
}

.icon-creative-commons-sharealike:before {
  content: "";
}

.icon-creative-commons:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-credit:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-cup:before {
  content: "";
}

.icon-cw:before {
  content: "";
}

.icon-cycle:before {
  content: "";
}

.icon-database:before {
  content: "";
}

.icon-dial-pad:before {
  content: "";
}

.icon-direction:before {
  content: "";
}

.icon-document-landscape:before {
  content: "";
}

.icon-document:before {
  content: "";
}

.icon-documents:before {
  content: "";
}

.icon-dot-single:before {
  content: "";
}

.icon-dots-three-horizontal:before {
  content: "";
}

.icon-dots-three-vertical:before {
  content: "";
}

.icon-dots-two-horizontal:before {
  content: "";
}

.icon-dots-two-vertical:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-drink:before {
  content: "";
}

.icon-drive:before {
  content: "";
}

.icon-drop:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-emoji-flirt:before {
  content: "";
}

.icon-emoji-happy:before {
  content: "";
}

.icon-emoji-neutral:before {
  content: "";
}

.icon-emoji-sad:before {
  content: "";
}

.icon-erase:before {
  content: "";
}

.icon-eraser:before {
  content: "";
}

.icon-export:before {
  content: "";
}

.icon-eye-with-line:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-feather:before {
  content: "";
}

.icon-fingerprint:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-flash:before {
  content: "";
}

.icon-flashlight:before {
  content: "";
}

.icon-flat-brush:before {
  content: "";
}

.icon-flow-branch:before {
  content: "";
}

.icon-flow-cascade:before {
  content: "";
}

.icon-flow-line:before {
  content: "";
}

.icon-flow-parallel:before {
  content: "";
}

.icon-flow-tree:before {
  content: "";
}

.icon-flower:before {
  content: "";
}

.icon-folder-images:before {
  content: "";
}

.icon-folder-music:before {
  content: "";
}

.icon-folder-video:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-forward:before {
  content: "";
}

.icon-funnel:before {
  content: "";
}

.icon-game-controller:before {
  content: "";
}

.icon-gauge:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-graduation-cap:before {
  content: "";
}

.icon-grid:before {
  content: "";
}

.icon-hair-cross:before {
  content: "";
}

.icon-hand:before {
  content: "";
}

.icon-heart-outlined:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-help-with-circle:before {
  content: "";
}

.icon-help:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-hour-glass:before {
  content: "";
}

.icon-image-inverted:before {
  content: "";
}

.icon-image:before {
  content: "";
}

.icon-images:before {
  content: "";
}

.icon-inbox:before {
  content: "";
}

.icon-infinity:before {
  content: "";
}

.icon-info-with-circle:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-install:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-keyboard:before {
  content: "";
}

.icon-lab-flask:before {
  content: "";
}

.icon-landline:before {
  content: "";
}

.icon-language:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-layers:before {
  content: "";
}

.icon-leaf:before {
  content: "";
}

.icon-level-down:before {
  content: "";
}

.icon-level-up:before {
  content: "";
}

.icon-lifebuoy:before {
  content: "";
}

.icon-light-bulb:before {
  content: "";
}

.icon-light-down:before {
  content: "";
}

.icon-light-up:before {
  content: "";
}

.icon-line-graph:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-location-pin:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-lock-open:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-log-out:before {
  content: "";
}

.icon-login:before {
  content: "";
}

.icon-loop:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

.icon-magnifying-glass:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-man:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-mask:before {
  content: "";
}

.icon-medal:before {
  content: "";
}

.icon-megaphone:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-merge:before {
  content: "";
}

.icon-message:before {
  content: "";
}

.icon-mic:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-mobile:before {
  content: "";
}

.icon-modern-mic:before {
  content: "";
}

.icon-moon:before {
  content: "";
}

.icon-mouse-pointer:before {
  content: "";
}

.icon-mouse:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-network:before {
  content: "";
}

.icon-new-message:before {
  content: "";
}

.icon-new:before {
  content: "";
}

.icon-news:before {
  content: "";
}

.icon-newsletter:before {
  content: "";
}

.icon-note:before {
  content: "";
}

.icon-notification:before {
  content: "";
}

.icon-notifications-off:before {
  content: "";
}

.icon-old-mobile:before {
  content: "";
}

.icon-old-phone:before {
  content: "";
}

.icon-open-book:before {
  content: "";
}

.icon-palette:before {
  content: "";
}

.icon-paper-plane:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-pie-chart:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-popup:before {
  content: "";
}

.icon-power-plug:before {
  content: "";
}

.icon-price-ribbon:before {
  content: "";
}

.icon-price-tag:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-progress-empty:before {
  content: "";
}

.icon-progress-full:before {
  content: "";
}

.icon-progress-one:before {
  content: "";
}

.icon-progress-two:before {
  content: "";
}

.icon-publish:before {
  content: "";
}

.icon-quote:before {
  content: "";
}

.icon-radio:before {
  content: "";
}

.icon-remove-user:before {
  content: "";
}

.icon-reply-all:before {
  content: "";
}

.icon-reply:before {
  content: "";
}

.icon-resize-100:before {
  content: "";
}

.icon-resize-full-screen:before {
  content: "";
}

.icon-retweet:before {
  content: "";
}

.icon-rocket:before {
  content: "";
}

.icon-round-brush:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-ruler:before {
  content: "";
}

.icon-save:before {
  content: "";
}

.icon-scissors:before {
  content: "";
}

.icon-select-arrows:before {
  content: "";
}

.icon-share-alternative:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-shareable:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-shop:before {
  content: "";
}

.icon-shopping-bag:before {
  content: "";
}

.icon-shopping-basket:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-shuffle:before {
  content: "";
}

.icon-signal:before {
  content: "";
}

.icon-sound-mix:before {
  content: "";
}

.icon-sound-mute:before {
  content: "";
}

.icon-sound:before {
  content: "";
}

.icon-sports-club:before {
  content: "";
}

.icon-spreadsheet:before {
  content: "";
}

.icon-squared-cross:before {
  content: "";
}

.icon-squared-minus:before {
  content: "";
}

.icon-squared-plus:before {
  content: "";
}

.icon-star-outlined:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-stopwatch:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.icon-swap:before {
  content: "";
}

.icon-sweden:before {
  content: "";
}

.icon-switch:before {
  content: "";
}

.icon-tablet-mobile-combo:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-text-document-inverted:before {
  content: "";
}

.icon-text-document:before {
  content: "";
}

.icon-text:before {
  content: "";
}

.icon-thermometer:before {
  content: "";
}

.icon-thumbs-down:before {
  content: "";
}

.icon-thumbs-up:before {
  content: "";
}

.icon-thunder-cloud:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-time-slot:before {
  content: "";
}

.icon-tools:before {
  content: "";
}

.icon-traffic-cone:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-tree:before {
  content: "";
}

.icon-triangle-down:before {
  content: "";
}

.icon-triangle-left:before {
  content: "";
}

.icon-triangle-right:before {
  content: "";
}

.icon-triangle-up:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-tv:before {
  content: "";
}

.icon-typing:before {
  content: "";
}

.icon-uninstall:before {
  content: "";
}

.icon-unread:before {
  content: "";
}

.icon-untag:before {
  content: "";
}

.icon-upload-to-cloud:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-v-card:before {
  content: "";
}

.icon-video-camera:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-vinyl:before {
  content: "";
}

.icon-voicemail:before {
  content: "";
}

.icon-wallet:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-water:before {
  content: "";
}

.item-box {
  background-color: #FFF;
  border-radius: 2px;
  margin: 0 0 15px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.item-box img {
  border-radius: 2px 2px 0 0;
  width: 100%;
  height: auto;
}
.item-box h2, .item-box h3, .item-box h4, .item-box h5 {
  padding: 7px 7px 0px;
  margin: 0;
}
.item-box h2 a, .item-box h3 a, .item-box h4 a, .item-box h5 a {
  color: #3b3e43;
  transition: all 0.15s linear;
}
.item-box h2 a:before, .item-box h3 a:before, .item-box h4 a:before, .item-box h5 a:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: " ";
  border-radius: 2px;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
}
.item-box h2 a:hover, .item-box h3 a:hover, .item-box h4 a:hover, .item-box h5 a:hover {
  text-decoration: none;
  color: #1087e2;
}
.item-box h2 a:hover:before, .item-box h3 a:hover:before, .item-box h4 a:hover:before, .item-box h5 a:hover:before {
  box-shadow: 0 0 0 2px #349ff1;
}
.item-box .price {
  position: absolute;
  background-color: #7aae29;
  color: #FFF;
  font-weight: 600;
  top: 5px;
  right: 5px;
  padding: 0 7px;
  z-index: 1;
  font-size: 0.8rem;
  height: 20px;
  border-radius: 40px;
  line-height: 20px;
  text-align: center;
  pointer-events: none;
}
.item-box .category {
  color: #959ba1;
  font-size: 0.8rem;
  display: inline-block;
  padding: 0 7px 7px;
  position: relative;
  z-index: 1;
}
.item-box.lg h2, .item-box.lg h3, .item-box.lg h4, .item-box.lg h5 {
  padding: 15px 15px 0px;
}
.item-box.lg .category {
  padding: 0;
  margin: 0 15px 15px;
}

.type-resource .entry-content {
  font-size: 16px;
  margin-top: 50px;
}
.type-resource .item-meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.type-resource .item-meta li {
  margin: 0 0 20px;
}
.type-resource .item-meta li h6 {
  clear: left;
  margin: 3px 0 0px;
  float: left;
}
.type-resource .item-meta li h6 .icon {
  color: #cbd3db;
  font-size: 1rem;
}
.type-resource .item-meta li .value {
  margin-left: 80px;
  font-size: 1rem;
  color: #959ba1;
}
.type-resource .resource-tags {
  margin-left: 80px;
}
.type-resource .resource-tags a {
  display: inline-block;
  border: 1px solid #e4e9ee;
  border-radius: 20px;
  padding: 3px 7px;
  line-height: 1;
  font-size: 0.8rem;
  color: #959ba1;
}
.type-resource .resource-tags a:hover, .type-resource .resource-tags a:active {
  color: #FFF;
  background-color: #959ba1;
  text-decoration: none;
  border-color: #959ba1;
}
.type-resource .general-info {
  position: relative;
  margin-top: 20px;
}
.type-resource .general-info .item-gallery ul {
  margin-bottom: 0;
}
.type-resource .general-info .item-gallery ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.type-resource .general-info .item-gallery ul li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
  padding-left: 20px;
}
.type-resource .general-info .item-gallery ul li a {
  cursor: zoom-in;
  position: relative;
  display: block;
}
.type-resource .general-info .item-gallery ul li a:before {
  content: " ";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  border-radius: 2px;
  transition: opacity 0.15s linear;
}
.type-resource .general-info .item-gallery ul li a:hover:before {
  opacity: 1;
}
.type-resource .general-info .item-gallery ul li img {
  border-radius: 2px;
  width: 100%;
  height: auto;
}
.type-resource .general-info .item-gallery ul li:first-child {
  width: 75%;
  margin-bottom: 0px;
  padding-left: 0px;
}
.type-resource .general-info .item-gallery ul li:nth-child(4) {
  margin-bottom: 0;
}
.type-resource .general-info .item-gallery ul li:nth-child(n+5) {
  display: none;
}
.type-resource .general-info .summary {
  position: static;
  padding-right: 30px;
  display: flex;
  flex-flow: column;
}
.type-resource .general-info .summary .share {
  margin: auto 0 0 0;
}
.type-resource .general-info .summary .buy .note {
  font-size: 0.8rem;
  color: #959ba1;
  margin-top: 5px;
}

.taxonomy-description {
  font-size: 1.25rem;
  color: #5d6268;
  font-weight: 100;
}

.item-grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px -15px 0;
}
.item-grid .item-col {
  width: 25%;
  padding: 15px 15px;
  display: flex;
}
.item-grid .item-col .item-box {
  margin: 0;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url(images/default-skin.png);
  }

  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.publication-big {
  margin: 15px 0;
}
.publication-big img {
  max-width: 100%;
  height: auto;
}
.publication-big:first-child {
  margin-top: 0;
}
.publication-big h3 {
  margin: 10px 0;
}
.publication-big h3 a {
  color: #3b3e43;
}
.publication-big img {
  border-radius: 2px;
}
.publication-big p {
  color: #5d6268;
}

.publication-small {
  margin: 30px 0;
}
.publication-small img {
  max-width: 100%;
  height: auto;
}
.publication-small:first-child {
  margin-top: 0;
}
.publication-small:last-child {
  border-bottom: none;
}
.publication-small img {
  border-radius: 2px;
}
.publication-small h5 {
  clear: none;
  margin: 7px 0;
}
.publication-small h5 a {
  color: #3b3e43;
}
.publication-small p {
  margin: 0;
  color: #5d6268;
}

footer.site-footer {
  padding: 30px 0;
  background-color: #cbd3db;
}
h1 {
  font-weight: 100;
}

h2, h3, h4, h5 {
  font-weight: 600;
  color: #3b3e43;
}
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited {
  text-decoration: none;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  text-decoration: underline;
}

h6 {
  text-transform: uppercase;
  color: #959ba1;
  font-size: 0.8rem;
}

.categories-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.categories-list li {
  line-height: 32px;
  font-size: 1.25rem;
  font-weight: 100;
}
.categories-list li a {
  color: #e4e9ee;
}

.lead {
  font-weight: 100;
  font-size: 1.25rem;
}

.breadcrumb {
  color: #cbd3db;
  font-size: 0.8rem;
  margin-bottom: 0px;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li:before {
  content: " / ";
  padding: 0 8px;
  display: inline-block;
}
.breadcrumb li:first-child:before {
  content: "";
  display: none;
}
.breadcrumb a {
  color: #959ba1;
}
.breadcrumb + h1 {
  margin-top: 4px;
}

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

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

.sticky-col {
  position: static;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.col-header {
  font-size: 12px;
  color: #959ba1;
  float: left;
  margin: -25px 0 0;
  padding: 0px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.wow-sidebar {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 76px;
}

.pagination {
  display: flex;
  margin-top: 32px;
}
.pagination li {
  border: 1px solid #cbd3db;
  border-left: none;
}
.pagination li a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
}
.pagination li:first-child {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #cbd3db;
}
.pagination li:last-child {
  border-radius: 0 3px 3px 0;
}
.pagination li.disabled {
  background-color: #f3f4f5;
  padding: 6px 12px;
  color: #cbd3db;
}
.pagination li.active {
  border-color: #349ff1;
}
.pagination li.active a {
  background-color: #349ff1;
  color: #FFF;
}

.heateorSssInstagramBackground,
.heateorSssYummlyBackground,
.heateorSssBufferBackground,
.heateorSssDeliciousBackground,
.heateorSssFacebookBackground,
.heateorSssDiggBackground,
.heateorSssEmailBackground,
.heateorSssFloatitBackground,
.heateorSssGoogleBackground,
.heateorSssGoogleplusBackground,
.heateorSssLinkedinBackground,
.heateorSssMoreBackground,
.heateorSssPinterestBackground,
.heateorSssPrintBackground,
.heateorSssRedditBackground,
.heateorSssStockTwitsBackground,
.heateorSssStumbleuponBackground,
.heateorSssTumblrBackground,
.heateorSssTwitterBackground,
.heateorSssVkontakteBackground,
.heateorSssYahooBackground,
.heateorSssXingBackground,
.heateorSssInstagramBackground,
.heateorSssWhatsappBackground {
  transition: background-color 0.2s linear;
}

.heateorSssInstagramBackground:hover {
  background-color: #624E47;
}

.heateorSssYummlyBackground:hover {
  background-color: #E16120;
}

.heateorSssBufferBackground:hover {
  background-color: #000;
}

.heateorSssDeliciousBackground:hover {
  background-color: #53BEEE;
}

.heateorSssFacebookBackground:hover {
  background-color: #3C589A;
}

.heateorSssDiggBackground:hover {
  background-color: #006094;
}

.heateorSssEmailBackground:hover {
  background-color: #649A3F;
}

.heateorSssFloatitBackground:hover {
  background-color: #53BEEE;
}

.heateorSssGoogleBackground:hover {
  background-color: #dd4b39;
}

.heateorSssGoogleplusBackground:hover {
  background-color: #dd4b39;
}

.heateorSssLinkedinBackground:hover {
  background-color: #0077B5;
}

.heateorSssMoreBackground:hover {
  background-color: #EE8E2D;
}

.heateorSssPinterestBackground:hover {
  background-color: #CC2329;
}

.heateorSssPrintBackground:hover {
  background-color: #FD6500;
}

.heateorSssRedditBackground:hover {
  background-color: #247CED;
}

.heateorSssStockTwitsBackground:hover {
  background-color: #40576F;
}

.heateorSssStumbleuponBackground:hover {
  background-color: #EA4823;
}

.heateorSssTumblrBackground:hover {
  background-color: #29435D;
}

.heateorSssTwitterBackground:hover {
  background-color: #55acee;
}

.heateorSssVkontakteBackground:hover {
  background-color: #5E84AC;
}

.heateorSssYahooBackground:hover {
  background-color: #8F03CC;
}

.heateorSssXingBackground:hover {
  background-color: #00797D;
}

.heateorSssInstagramBackground:hover {
  background-color: #527FA4;
}

.heateorSssWhatsappBackground:hover {
  background-color: #55EB4C;
}

.content-section {
  padding: 50px 0;
}
.content-section.smoky-white {
  background-color: #f3f4f5;
}
.content-section.lightest-grey {
  background-color: #e4e9ee;
}
.content-section.light-grey {
  background-color: #cbd3db;
}
.content-section.mid-grey {
  background-color: #959ba1;
  color: #FFF;
}
.content-section.dark-grey {
  background-color: #5d6268;
  color: #cbd3db;
}
.content-section.dark-grey h1, .content-section.dark-grey h2, .content-section.dark-grey h3, .content-section.dark-grey h4, .content-section.dark-grey h5, .content-section.dark-grey h6 {
  color: #FFF;
}
.content-section.darkest-grey {
  background-color: #5d6268;
  color: #cbd3db;
}
.content-section .archive-header,
.content-section .entry-header {
  margin-top: -20px;
}

.type-discussion img {
  max-width: 100%;
}
.type-discussion .discussion-message {
  border-bottom: 1px solid #e4e9ee;
  padding: 30px 0;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
.type-discussion .discussion-message:first-child {
  padding-top: 0;
}
.type-discussion .discussion-message:last-child {
  border-bottom: none;
}
.type-discussion .discussion-message blockquote {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: inherit !important;
}
.type-discussion .discussion-message .author {
  flex: 0 0 100px;
  padding-right: 20px;
  font-size: 0.8rem;
  color: #959ba1;
  text-align: center;
  max-width: 100px;
}
.type-discussion .discussion-message .author a {
  color: #959ba1;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.type-discussion .discussion-message .author a:after {
  content: " ";
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 70%);
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 15px;
}
.type-discussion .discussion-message .author .avatar {
  width: 50px;
  height: 50px;
  background-color: #e4e9ee;
  overflow: hidden;
  text-align: center;
  display: block;
  margin: auto;
  border-radius: 50px;
  position: relative;
}
.type-discussion .discussion-message .author .avatar:after {
  position: absolute;
  content: " ";
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.type-discussion .discussion-message .author .avatar .icon {
  color: #cbd3db;
  line-height: 58px;
  font-size: 40px;
}
.type-discussion .discussion-message .author .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.type-discussion .discussion-message .author .date {
  font-size: 10px;
  color: #cbd3db;
}
.type-discussion .discussion-message .content {
  flex: 1 1 0;
}
.type-discussion .discussion-message .topic-summary, .type-discussion .discussion-message .topic-footer {
  flex: 1 0 100%;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e4e9ee;
  padding: 0 0 15px 0;
  display: flex;
}
.type-discussion .discussion-message .topic-summary .topic-stats, .type-discussion .discussion-message .topic-footer .topic-stats {
  display: none;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .type-discussion .discussion-message .topic-summary .topic-stats, .type-discussion .discussion-message .topic-footer .topic-stats {
    display: flex;
  }
}
.type-discussion .discussion-message .topic-summary .group, .type-discussion .discussion-message .topic-footer .group {
  flex: 0 0 110px;
  border-left: 1px solid #e4e9ee;
  padding: 0 0 0 15px;
  min-width: 110px;
}
.type-discussion .discussion-message .topic-summary .group .group-label, .type-discussion .discussion-message .topic-footer .group .group-label {
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
  color: #959ba1;
  margin: 0 0 6px;
}
.type-discussion .discussion-message .topic-summary .group .group-number, .type-discussion .discussion-message .topic-footer .group .group-number {
  font-size: 24px;
  line-height: 26px;
  color: #5d6268;
}
.type-discussion .discussion-message .topic-summary .group .group-status, .type-discussion .discussion-message .topic-footer .group .group-status {
  color: #959ba1;
  display: inline-block;
  line-height: 26px;
  border-radius: 2px;
}
.type-discussion .discussion-message .topic-footer {
  margin: 15px 0 15px 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #e4e9ee;
  border-bottom: none;
}
.type-discussion .discussion-message .topic-footer .group {
  flex: 0 0 100%;
  border-left: none;
  padding: 0;
}
.type-discussion .discussion-message .topic-footer .group-tags a {
  display: inline-block;
  border: 1px solid #cbd3db;
  border-radius: 20px;
  padding: 3px 7px;
  line-height: 1;
  font-size: 0.8rem;
  color: #959ba1;
  text-decoration: none;
}
.type-discussion .discussion-message .topic-footer .group-tags a:hover, .type-discussion .discussion-message .topic-footer .group-tags a:active {
  color: #FFF;
  background-color: #959ba1;
  text-decoration: none;
  border-color: #959ba1;
}
.type-discussion .discussion-message .topic-footer .social {
  float: right;
}
.type-discussion .discussion-message .topic-footer .social .heateorSssSharing, .type-discussion .discussion-message .topic-footer .social .heateorSssSharingButton {
  margin: 0 2px;
}
.type-discussion .discussion-message.topic-starter {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 16px;
}
.type-discussion .discussion-message.topic-starter .author {
  text-align: left;
  padding-left: 60px;
  flex: 1 1 auto;
  max-width: none;
}
.type-discussion .discussion-message.topic-starter .author a:after {
  display: none;
}
.type-discussion .discussion-message.topic-starter .author .group-label {
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
  color: #959ba1;
  margin: 1px 0 3px;
}
.type-discussion .discussion-message.topic-starter .author .avatar {
  float: left;
  margin-left: -60px;
}
.type-discussion .expand-quote {
  display: block;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 1rem;
  border-left: 5px solid #EBEBEB;
  color: #959ba1;
}
.type-discussion .expand-quote span {
  background-color: #f3f4f5;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
  transition: background-color 0.2s linear;
}
.type-discussion .expand-quote:hover {
  text-decoration: none;
}
.type-discussion .expand-quote:hover span {
  background-color: #e4e9ee;
}

.discussion-threads {
  margin: 0 0 10px;
  padding: 0;
}
.discussion-threads li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #f3f4f5;
  padding: 15px 0;
}
.discussion-threads li:first-child {
  padding-top: 0;
}
.discussion-threads li:last-child {
  border-bottom: none;
}
.discussion-threads li h5 {
  margin-bottom: 4px;
}
.discussion-threads li h5 a {
  color: #3b3e43;
  font-size: 1rem;
}
.discussion-threads li .thread-summary {
  display: flex;
  margin-left: 16px;
}
.discussion-threads li .group {
  width: 60px;
  border-left: 1px solid #e4e9ee;
  text-align: center;
}
.discussion-threads li .group:first-child {
  border-left: none;
}
.discussion-threads li .group .group-label {
  font-size: 8px;
  line-height: 9px;
  text-transform: uppercase;
  color: #cbd3db;
  margin: 1px 0 3px;
}
.discussion-threads li .group .group-number {
  font-size: 1rem;
  line-height: 1rem;
  color: #959ba1;
}
.discussion-threads li .postedby {
  font-size: 10px;
  margin: 5px 0 0;
  color: #cbd3db;
}
.discussion-threads li .postedby a {
  color: #959ba1;
}
.discussion-threads.short {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.discussion-threads.short li {
  flex: 0 0 100%;
  display: flex;
  border-bottom: none;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .discussion-threads.short li {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1024px) {
  .discussion-threads.short li {
    flex: 0 0 33.333%;
  }
}
.discussion-threads.short li h5 {
  margin: 0;
  font-weight: 400;
  line-height: 1.3rem;
}
.discussion-threads.short li .postedby {
  font-size: 10px;
  margin: 5px 0 0;
}
.discussion-threads.short li .group {
  width: 50px;
  border-left: none;
  background-color: #e4e9ee;
  padding: 3px 0 5px;
  margin: 0 0 0 1px;
}
.discussion-threads.short li .group:last-child {
  border-right: none;
}
.discussion-threads.short li .group .group-label {
  color: #959ba1;
}
.discussion-threads.short li .group .group-number {
  color: #5d6268;
}

.discussions-tags {
  width: 80%;
  margin: 30px auto 15px;
  line-height: 28px;
}
.discussions-tags a {
  display: inline-block;
  border: 1px solid #cbd3db;
  border-radius: 20px;
  padding: 3px 7px;
  line-height: 1;
  text-decoration: none;
  color: #959ba1;
}
.discussions-tags a:hover, .discussions-tags a:active {
  color: #FFF;
  background-color: #959ba1;
  text-decoration: none;
  border-color: #959ba1;
}

.discussions-tags-cloud {
  text-align: justify;
}
.discussions-tags-cloud .tag {
  color: #3b3e43;
  display: inline-block;
  margin-right: 5px;
  line-height: 30px;
  text-decoration: none;
}

.discussions-pagination li:nth-child(n+7), .discussions-pagination li:nth-child(n-7) {
  display: none;
}

.discussions-top-authors-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.discussions-top-authors-list.multicolumn {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.discussions-top-authors-list li {
  margin: 10px 0;
}
.discussions-top-authors-list li:first-child {
  margin-top: 0;
}
.discussions-top-authors-list li .avatar {
  width: 22px;
  height: 22px;
  font-size: 16px;
  background-color: #e4e9ee;
  line-height: 24px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  margin: auto;
  border-radius: 50px;
  vertical-align: middle;
  position: relative;
  transform: translate(0, 0px);
}
.discussions-top-authors-list li .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.discussions-top-authors-list li .message-count {
  float: right;
  color: #cbd3db;
}
.discussions-top-authors-list li a {
  color: #3b3e43;
}
.discussions-top-authors-list.shorten {
  margin-bottom: 20px;
}
.discussions-top-authors-list.shorten li {
  margin: 10px 0;
}
.discussions-top-authors-list.shorten li:first-child {
  margin-top: 0;
}

/*# sourceMappingURL=style.css.map */
