/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth; }

body {
  margin: 0;
  background: #efebe9; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  max-width: 100%; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

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

fieldset,
legend {
  border: none;
  margin: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

iframe {
  max-width: 100%; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5; }
  @media (min-width: 34.375em) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 18px;
      font-size: 1.125rem; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  color: #000;
  margin: 1em 0 0.5em;
  font-weight: 700;
  display: block; }

h1, .h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.15; }
  @media (min-width: 48em) {
    h1, .h1 {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media (min-width: 62em) {
    h1, .h1 {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.05; } }

h2, .h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.15384615; }
  @media (min-width: 48em) {
    h2, .h2 {
      font-size: 32px;
      font-size: 2rem;
      line-height: 1.25; } }
  @media (min-width: 62em) {
    h2, .h2 {
      font-size: 36px;
      font-size: 2.25rem; } }

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.13636364; }
  @media (min-width: 48em) {
    h3, .h3 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.25; } }
  @media (min-width: 62em) {
    h3, .h3 {
      font-size: 28px;
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111111; }
  @media (min-width: 48em) {
    h4, .h4 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.22222222; } }
  @media (min-width: 62em) {
    h4, .h4 {
      font-size: 24px;
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 17.2px;
  font-size: 1.075rem;
  line-height: 1.22222222; }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.22222222; }

p {
  margin: 1em 0; }

a {
  color: #6a1b9a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    text-decoration: none; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre, code {
  display: block;
  background: #3b3b3b;
  color: #f9f9f9;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

abbr, acronym {
  border-bottom: 1px dotted gray;
  cursor: help; }

mark, ins {
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 48em) {
    .container {
      width: 750px; } }
  @media (min-width: 62em) {
    .container {
      width: 970px; } }
  @media (min-width: 75em) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1440px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

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

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

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

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

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

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 48em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 62em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 75em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.only-desktop {
  display: none; }
  @media (min-width: 75em) {
    .only-desktop {
      display: block; } }

.affix {
  position: fixed; }

/*--------------------------------------------------------------
# # Common classes
--------------------------------------------------------------*/
.site-content {
  padding-bottom: 20px; }
  @media (min-width: 62em) {
    .site-content {
      padding-bottom: 100px; } }

.page-title {
  margin-top: 0;
  font-size: 28px;
  font-size: 1.75rem; }
  .page-title:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 48em) {
    .page-title {
      font-size: 36px;
      font-size: 2.25rem; } }
  @media (min-width: 62em) {
    .page-title {
      font-size: 42px;
      font-size: 2.625rem; } }

.acent {
  color: #6a1b9a; }

input, textarea, select {
  background: none;
  padding: 5px 15px;
  border: 1px solid #bcb9af;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 48em) {
    input, textarea, select {
      font-size: 18px;
      font-size: 1.125rem; } }

textarea {
  width: 100%; }

input[type=file] {
  border: none;
  padding: 5px 0; }

input[type=text],
input[type=email] {
  margin-bottom: 5px; }

::-webkit-input-placeholder {
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px; }

:-ms-input-placeholder {
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px; }

::-moz-placeholder {
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px; }

::-ms-input-placeholder {
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px; }

::placeholder {
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px; }

button,
.button,
input[type=submit] {
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 20px;
  border: 1px solid #6a1b9a;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  background: none;
  color: #6a1b9a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  button:hover,
  .button:hover,
  input[type=submit]:hover {
    background: #6a1b9a;
    color: #fff; }
  @media (min-width: 48em) {
    button,
    .button,
    input[type=submit] {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 5px 30px; } }
  @media (min-width: 62em) {
    button,
    .button,
    input[type=submit] {
      padding: 5px 40px; } }

hr {
  height: 1px;
  color: #bcb9af;
  background: #bcb9af;
  font-size: 0;
  border: 0; }

a[href$=".pdf"]:before,
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".xls"]:before,
a[href$=".xlsx"]:before,
a[href$=".ppt"]:before,
a[href$=".pptx"]:before {
  display: inline-block;
  font: normal normal normal 16px FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px; }

a[href$=".pdf"]:before {
  content: "\f1c1"; }

a[href$=".doc"]:before,
a[href$=".docx"]:before {
  content: "\f1c2"; }

a[href$=".xls"]:before,
a[href$=".xlsx"]:before {
  content: "\f1c3"; }

a[href$=".ppt"]:before,
a[href$=".pptx"]:before {
  content: "\f1c4"; }

table {
  width: 100%;
  border-collapse: collapse; }

tr:nth-of-type(odd) {
  background: #e4dfdc; }

th {
  background: #bcb9af;
  font-weight: bold;
  text-transform: uppercase; }

td, th {
  padding: 6px;
  text-align: left;
  border-bottom: 1px solid #bcb9af; }

@media (min-width: 75em) {
  .links .owl-controls {
    display: none !important; }
  .links .owl-wrapper {
    width: 100% !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important; }
  .links .owl-item {
    margin-bottom: 1.5em;
    width: 190px !important; }
    .links .owl-item a img {
      height: 80px; } }

/* Sliders */
.owl-carousel {
  padding: 0 40px; }
  .owl-carousel.no-arrows {
    padding: 0; }
    .owl-carousel.no-arrows .item:first-child {
      margin-left: 0; }

.owl-buttons {
  font-size: 48px;
  font-size: 3rem;
  color: #bcb9af; }

.links .item {
  margin: 0 10px; }

.owl-prev,
.owl-next {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .owl-prev:hover,
  .owl-next:hover {
    color: #6a1b9a; }

.owl-prev {
  left: 15px; }

.owl-next {
  right: 15px; }

.owl-carousel .owl-item {
  line-height: 1.1;
}

.nav-stick {
  margin-top: -15px; }
  @media (min-width: 48em) {
    .nav-stick {
      margin-top: -36px; } }

.gap-y {
  padding: 30px 0; }
  @media (min-width: 75em) {
    .gap-y {
      padding: 60px 0; } }

.gap-2y {
  padding: 30px 0; }
  @media (min-width: 48em) {
    .gap-2y {
      padding: 60px 0; } }
  @media (min-width: 75em) {
    .gap-2y {
      padding: 120px 0; } }

.with-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .with-bg .button {
    padding: 8px;
    background: #fff; }
    .with-bg .button:hover {
      background-color: rgba(106, 27, 154, 0.15);
      color: #6a1b9a; }
    @media (min-width: 48em) {
      .with-bg .button {
        padding: 8px 16px; } }
    .with-bg .button + .button {
      background: #6a1b9a;
      color: #fff;
      margin-top: 10px; }
      @media (min-width: 62em) {
        .with-bg .button + .button {
          margin-top: 0;
          margin-left: 10px; } }
      .with-bg .button + .button:hover {
        background-color: rgba(106, 27, 154, 0.85); }

.bg-white {
  background-color: #fff;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 28px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.02); }
  .bg-white .sup-title {
    color: #c79f2d; }

.sup-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (max-width: 25em) {
    .sup-title:first-child {
      margin-top: 0; } }
  .sup-title + h1, .sup-title + h2, .sup-title + h3, .sup-title + h4 {
    margin-top: 0; }

.lh-2 {
  line-height: 2; }

/* Style the tab */
.tab {
  overflow: hidden; }
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000; }
    .tab button:hover {
      background-color: rgba(239, 235, 233, 0.5); }
    .tab button.active {
      background-color: #efebe9; }

.tabcontent {
  display: none;
  padding: 12px;
  background: #efebe9; }
  @media (min-width: 48em) {
    .tabcontent {
      padding: 15px 30px; } }
  .tabcontent ul, .tabcontent ol {
    padding-left: 1rem; }

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

.m0 {
  margin: 0; }

.color-alt {
  color: #bcb9af; }

.img-shadow {
  -webkit-box-shadow: 10px 10px 0 rgba(106, 27, 154, 0.1);
          box-shadow: 10px 10px 0 rgba(106, 27, 154, 0.1); }

.popup {
  display: none; }

.full-w {
  width: 100%; }

/*--------------------------------------------------------------
# # Header
--------------------------------------------------------------*/
.site-header .logo {
  margin: 0;
  line-height: 1;
  z-index: 1;
  font-size: 19.2px;
  font-size: 1.2rem; }
  .site-header .logo a {
    text-decoration: none; }
  .site-header .logo img {
    float: left;
    position: relative;
    z-index: 1;
    margin-top: -30px;
    max-width: 75%;
    height: auto;
    padding-bottom: 18px; }
    @media (min-width: 34.375em) {
      .site-header .logo img {
        max-width: 100%; } }
  @media (min-width: 48em) {
    .site-header .logo {
      font-size: 25.6px;
      font-size: 1.6rem; } }
  @media (min-width: 62em) {
    .site-header .logo {
      float: left;
      font-size: 32px;
      font-size: 2rem;
      margin-bottom: -115px; } }
  @media (min-width: 1600px) {
    .site-header .logo {
      margin-left: -70px;
      width: 234px; } }

@media (min-width: 62em) {
  .site-header.logo-center .logo {
    float: none;
    text-align: center; }
    .site-header.logo-center .logo img {
      float: none;
      margin-left: -30px; } }
  @media (min-width: 62em) and (min-width: 1600px) {
    .site-header.logo-center .logo {
      margin-left: auto;
      width: auto; } }

.site-header.logo-center .nav-menu li:nth-child(1) {
  margin-left: 0; }

.site-header.logo-center .nav-menu li:nth-child(4) {
  margin-left: auto; }

@media (min-width: 62em) {
  .site-header.logo-center .nav-menu li a {
    margin-top: 10px; } }

@media (min-width: 62em) {
  .site-header.logo-center .topbar p {
    left: 0; } }

.topbar {
  font-size: 14px;
  font-size: 0.875rem;
  color: #5d5c53;
  height: 30px; }
  .topbar p {
    display: none; }
    @media (min-width: 48em) {
      .topbar p {
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 65px;
        left: 285px;
        display: block;
        max-width: 40%;
        line-height: 1.15; } }
    @media (min-width: 62em) {
      .topbar p {
        top: 11px;
        left: 125px;
        float: left;
        position: relative;
        max-width: 100%; } }
    @media (min-width: 1600px) {
      .topbar p {
        left: 54px; } }
  .topbar ul {
    margin: 0;
    padding: 0;
    right: 25px;
    top: 5px;
    position: absolute;
    z-index: 1; }
    @media (min-width: 62em) {
      .topbar ul {
        position: relative;
        float: right;
        top: 9px;
        right: 0; } }
  .topbar li {
    display: inline-block;
    margin-left: 10px; }
    @media (min-width: 350px) {
      .topbar li {
        margin-left: 15px; } }
    @media (min-width: 62em) {
      .topbar li {
        margin-left: 20px; } }
  .topbar a {
    color: #5d5c53;
    text-decoration: none; }
    .topbar a:hover {
      color: #6a1b9a; }
  @media (min-width: 62em) {
    .topbar {
      height: 36px; } }

.nav-icon {
  width: 38px;
  height: 30px;
  padding: 0;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: -60px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none; }
  .nav-icon:hover {
    background: none; }
  .nav-icon span {
    background: #6a1b9a;
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; }
    .nav-icon span:nth-child(1) {
      top: 0px; }
    .nav-icon span:nth-child(2) {
      top: 10px; }
    .nav-icon span:nth-child(3) {
      top: 20px; }
  @media (min-width: 62em) {
    .nav-icon {
      display: none; } }
  @media (max-width: 340px) {
    .nav-icon {
      top: -56px; } }

.toggled .nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
  left: 5px; }

.toggled .nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.toggled .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 5px; }

.toggled .nav-menu {
  display: block; }

.navbar {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.05);
  background: #fff; }

#site-navigation {
  position: relative; }
  #site-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #site-navigation ul ul {
      margin-left: 15px; }

.nav-menu {
  display: none; }
  @media (min-width: 62em) {
    .nav-menu {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
              justify-content: flex-start;
      position: relative; } }
  .nav-menu ul {
    display: none; }
  .nav-menu li a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    color: #333;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 0;
    border-top: 1px solid #e4e4e4; }
    .nav-menu li a:hover {
      color: #6a1b9a; }
      @media (min-width: 62em) {
        .nav-menu li a:hover span {
          background-color: rgba(106, 27, 154, 0.1); } }
    @media (min-width: 62em) {
      .nav-menu li a {
        padding: 30px 0;
        border-top: none; }
        .nav-menu li a span {
          background-color: rgba(106, 27, 154, 0.15);
          padding: 5px 15px;
          border-radius: 30px;
          color: #6a1b9a;
          -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out; } }
    @media (min-width: 1250px) {
      .nav-menu li a {
        font-size: 22px;
        font-size: 1.375rem; } }
  .nav-menu li:first-child {
    padding-left: 0; }
  .nav-menu li:last-child {
    padding-right: 0; }
  .nav-menu li.has-children:before {
    display: inline-block;
    font: normal normal normal 24px FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    content: "\f107";
    padding-top: 12px;
    color: #ccc; }
    @media (min-width: 62em) {
      .nav-menu li.has-children:before {
        display: none; } }
  .nav-menu li.focus > a {
    color: #6a1b9a; }
  .nav-menu li.focus > ul {
    display: block; }
    .nav-menu li.focus > ul li {
      float: none; }
      .nav-menu li.focus > ul li.has-children:before {
        padding-top: 8px; }
    @media (min-width: 62em) {
      .nav-menu li.focus > ul {
        display: none; } }
  .nav-menu li.has-children.focus:before {
    content: "\f106";
    color: #6a1b9a; }
  .nav-menu li:nth-child(1) {
    margin-left: auto; }
  @media (min-width: 62em) {
    .nav-menu li {
      display: inline-block;
      text-align: center;
      padding: 0 2%; } }
  @media (min-width: 62em) and (min-width: 75em) {
    .nav-menu li {
      padding: 0 2.5%; } }
  .nav-menu li ul a {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
    padding: 8px 0; }
    @media (min-width: 62em) {
      .nav-menu li ul a {
        font-size: 18px;
        font-size: 1.125rem; } }

.no-flexbox:not(.flexboxtweener) .nav-menu {
  display: block; }
  .no-flexbox:not(.flexboxtweener) .nav-menu li {
    float: left; }
    .no-flexbox:not(.flexboxtweener) .nav-menu li:nth-of-type(n+4) {
      float: right; }

.extra-navigation {
  padding: 8px 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  background: #333;
  position: relative; }
  @media (min-width: 48em) {
    .extra-navigation {
      margin-bottom: 36px; } }
  .extra-navigation .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .extra-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory; }
    @media (min-width: 48em) {
      .extra-navigation ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .extra-navigation a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    white-space: nowrap; }
    @media (min-width: 48em) {
      .extra-navigation a {
        margin: 0 24px; } }
  .extra-navigation.zlata {
    background: #c79f2d; }
    .extra-navigation.zlata a {
      color: #000; }
  .extra-navigation.zelena {
    background: #0d7b21; }
  .extra-navigation.vijolicna {
    background: #6a1b9a; }
  .extra-navigation.rdeca {
    background: #d01c0e; }

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# # News
--------------------------------------------------------------*/
.news {
  margin: 15px auto 30px auto; }
  @media (min-width: 48em) {
    .news {
      margin: 30px auto 50px auto; } }

.single {
  padding-top: 60%;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.05); }
  @media (min-width: 48em) {
    .single {
      margin-bottom: 30px;
      padding-top: 78%; } }
  @media (min-width: 62em) {
    .single:hover {
      -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.3), 0 8px 12px rgba(0, 0, 0, 0.2);
      box-shadow: 0 12px 18px rgba(0, 0, 0, 0.3), 0 8px 12px rgba(0, 0, 0, 0.2); } }

.card-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: none;
  transition: none;
  text-decoration: none; }
  .card-content article {
    position: relative;
    height: 100%;
    padding: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center; }

.icons {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem; }
  .icons .fa {
    background: rgba(18, 12, 5, 0.7);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative; }
    .icons .fa:before {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute; }
  @media (min-width: 48em) {
    .icons {
      font-size: 16px;
      font-size: 1rem; }
      .icons .fa {
        width: 40px;
        height: 40px; } }
  @media (min-width: 75em) {
    .icons {
      right: 15px;
      top: 15px; } }

.article-content {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 20px 0 20px;
  color: #333;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 12, 5, 0)), color-stop(45%, rgba(18, 12, 5, 0.7)));
  background: linear-gradient(to bottom, rgba(18, 12, 5, 0) 0%, rgba(18, 12, 5, 0.7) 45%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00120c05', endColorstr='#120c05',GradientType=0 ); }
  .article-content h2 {
    color: #fff;
    margin: 0 0 20px;
    max-height: 110px;
    /* limit long titles */
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1; }
    @media (min-width: 48em) {
      .article-content h2 {
        letter-spacing: -.5px; } }
    @media (min-width: 62em) {
      .article-content h2 {
        letter-spacing: normal; } }
  .article-content .article-date {
    font-size: 13.008px;
    font-size: 0.813rem;
    color: #bcb9af;
    margin-bottom: 10px;
    max-width: 82%;
    font-weight: 300; }
    .article-content .article-date .more-tags {
      display: none; }
    @media (min-width: 34.375em) {
      .article-content .article-date {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) and (max-width: 1340px) {
      .article-content .article-date {
        display: none; } }
  .article-content p {
    margin: 10px 0 20px; }
  @media (min-width: 48em) {
    .article-content {
      padding: 40px 20px 0 20px; } }

/* Articles without image */
.no-image article {
  background: #fff; }

.no-image .article-content {
  top: 0;
  background-image: none;
  -webkit-filter: none;
          filter: none;
  padding: 0 20px; }
  .no-image .article-content:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 40px; }
    @media (min-width: 48em) {
      .no-image .article-content:after {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #fff));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 90%); } }

.no-image h2 {
  color: #000;
  margin: 0 0 10px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .no-image h2:after {
    background: none;
    -webkit-filter: none;
            filter: none; }

.no-image:hover h2 {
  color: #6a1b9a; }

.no-image .article-date {
  padding-top: 20px; }
  @media (min-width: 1200px) and (max-width: 1340px) {
    .no-image .article-date {
      display: block; } }

.no-image .icons {
  color: #bcb9af; }
  .no-image .icons .fa {
    background: none;
    width: 24px; }
  @media (min-width: 75em) {
    .no-image .icons {
      right: 10px;
      top: 10px; } }

@media (max-width: 767px) {
  .no-image .single {
    padding-top: 0; }
  .no-image .card-content {
    position: relative; }
  .no-image .article-content {
    position: relative; } }

/* Large image */
.card-large .single .article-content p {
  display: none;
  color: #fff; }
  @media (min-width: 62em) {
    .card-large .single .article-content p {
      display: block; } }

@media (min-width: 62em) {
  .card-large .single .article-content h2 {
    margin-bottom: 0; } }

@media (min-width: 34.375em) {
  .card-large .single .article-content h2 {
    font-size: 24px;
    font-size: 1.5rem; } }

@media (min-width: 62em) {
  .card-large .single .article-content h2 {
    font-size: 28px;
    font-size: 1.75rem; } }

@media (min-width: 48em) {
  .card-large .single {
    padding-top: 78.5%;
    padding-top: calc(78% + 5px); } }

/* Event list */
.card-events .single {
  padding-top: 170%; }
  @media (min-width: 48em) {
    .card-events .single {
      padding-top: 167%;
      padding-top: calc((78% + 15px) * 2); } }
  @media (min-width: 62em) {
    .card-events .single:hover {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.05); } }

.card-events article {
  background: #fff; }

.card-events .article-content {
  top: 0;
  background: none;
  -webkit-filter: none;
          filter: none;
  padding: 20px; }
  .card-events .article-content h2 {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase; }
    .card-events .article-content h2:after {
      background: none; }
    @media (min-width: 48em) {
      .card-events .article-content h2 {
        margin-bottom: 0; } }
    @media (min-width: 62em) {
      .card-events .article-content h2 {
        margin-bottom: 20px;
        letter-spacing: 1px; } }

.card-events .event-list {
  padding: 0; }
  @media (min-width: 48em) {
    .card-events .event-list {
      margin-top: 10px; } }
  @media (min-width: 62em) {
    .card-events .event-list {
      margin-top: 20px; } }

.card-events li {
  display: inline-block;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
  font-weight: 300;
  width: 100%; }
  .card-events li:first-child {
    padding-top: 0; }
  .card-events li:last-child {
    border: none; }
  @media (min-width: 48em) {
    .card-events li {
      padding: 4px 0; } }
  @media (min-width: 62em) {
    .card-events li {
      padding: 10px 0; } }
  @media (min-width: 1100px) {
    .card-events li {
      padding: 13px 0; } }
  @media (min-width: 75em) {
    .card-events li {
      padding: 10px 0; } }

.card-events .date {
  color: #6a1b9a;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  width: 40px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  text-align: center;
  margin-top: 1px; }
  .card-events .date .month {
    font-size: 13.008px;
    font-size: 0.813rem;
    font-weight: 300;
    text-transform: uppercase; }
  @media (min-width: 62em) {
    .card-events .date {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media (min-width: 75em) {
    .card-events .date {
      margin-top: 4px; } }

.card-events .event-title {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 350px) {
    .card-events .event-title {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 48em) {
    .card-events .event-title {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media (min-width: 62em) {
    .card-events .event-title {
      font-size: 16px;
      font-size: 1rem; } }
  .card-events .event-title a {
    color: #333;
    text-decoration: none; }
    .card-events .event-title a:hover {
      text-decoration: underline; }

.card-events .more-events .button {
  padding: 8px 0;
  display: block; }
  @media (min-width: 48em) {
    .card-events .more-events .button {
      padding: 4px 0;
      margin: 0 20px; } }
  @media (min-width: 62em) {
    .card-events .more-events .button {
      padding: 8px 0; } }

@media (min-width: 48em) {
  .card-events .more-events {
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    background: #fff;
    z-index: 1;
    margin: 0 -20px;
    width: 100%;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.07), 0 -3px 20px rgba(0, 0, 0, 0.22);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.07), 0 -3px 20px rgba(0, 0, 0, 0.22); } }

@media (min-width: 62em) {
  .card-events .more-events {
    padding: 20px 0; } }

.card-events .location {
  color: #bcb9af;
  display: inline; }
  @media (min-width: 48em) {
    .card-events .location {
      display: none; } }
  @media (min-width: 62em) {
    .card-events .location {
      display: inline; } }

@media (min-width: 48em) {
  .card-events {
    float: right; } }

@media (max-width: 767px) {
  .card-events .single {
    padding-top: 0; }
  .card-events .card-content {
    position: relative; }
  .card-events .article-content {
    position: relative; } }

.more-news {
  text-align: center; }
  .more-news .fa {
    margin-left: 10px; }

.show-more {
  display: none; }

.banner-link {
  display: block;
  margin-bottom: 1rem;
  border: 1px solid #6a1b9a;
  background-color: #fff;
  padding: 1rem 2rem;
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700; }
  @media (min-width: 48em) {
    .banner-link {
      margin-bottom: 30px; } }

/*--------------------------------------------------------------
# # Exposed categories
--------------------------------------------------------------*/
.exposed {
  padding: 30px 0;
  background: #fff;
  text-align: center; }
  @media (min-width: 48em) {
    .exposed {
      padding: 50px 0; } }
  .exposed h3 {
    margin-top: 0;
    color: #6a1b9a; }
  .exposed h3 a {
    font-size:1.75rem;
  }
  .exposed img {
    display: block;
    margin: 0 auto 10px; }
  .exposed a {
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    font-weight: 700; }
    .exposed a:hover {
      text-decoration: underline; }
  .exposed .item { padding: 5px; }
  .exposed .item img {aspect-ratio: 3 / 2; object-fit: cover; }


/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: normal; }

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  font-size: 18px !important; }

form.gsc-search-box {
  margin-bottom: 0 !important; }

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border: 0 !important; }

#search-form td {
  border-bottom: none !important;
  padding: 0 !important; }

#search-form tr {
  background: none !important; }

#gsc-i-id1 {
  padding: 2px 6px !important; }

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding-left: 0 !important; }

.gsc-control-cse .gs-title {
  font-size: 18px !important;
  height: 1.3em !important; }

.gsc-control-cse .gsc-url-top {
  font-size: 13px !important; }

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  font-size: 16px !important; }

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  border-color: #efebe9 !important;
  background-color: #efebe9 !important; }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: #efebe9 !important; }

/*.gsc-search-button
{
    background-color: #1a4195;
    border-radius: 5px;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #1a4195 !important;
    background-image: url("http://www.google.com/uds/css/v2/search_box_icon.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 16px !important;
    border-color: #1a4195 !important;
    filter: none;
}*/
/*--------------------------------------------------------------
# # RSS
--------------------------------------------------------------*/
.rss {
  background-color: #fff;
  padding: 10px 0; }
  @media (min-width: 48em) {
    .rss {
      padding: 20px 0 30px; } }
  .rss .fa {
    color: #ff5722;
    padding-left: 5px; }
  .rss ul {
    list-style-type: none;
    padding: 0; }
    .rss ul:after {
      content: '';
      display: table;
      clear: both; }
  .rss li {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 15px 0; }
    .rss li:after {
      content: '';
      display: table;
      clear: both; }
  .rss .small-image {
    float: left;
    margin-right: 15px;
    width: 103px;
    height: 69px;
    overflow: hidden; }
  .rss a {
    color: #333;
    text-decoration: none; }
    .rss a:hover {
      text-decoration: underline; }

/*--------------------------------------------------------------
# # Video
--------------------------------------------------------------*/
.video {
  padding: 20px 20px 60px 20px;
  overflow: hidden; }

.video .button {
  background: #6a1b9a;
  color: #fff;
  float: right; }

.video .button:hover {
  background: #fff;
  color: #6a1b9a; }

.video-large h4 {
  margin: 5px 0 0 0; }

.video-large p {
  margin: 0 0 17px 0;
  color: #6e6c6b; }

.video-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.video-small iframe {
  margin-bottom: 17px; }

@media (max-width: 36em) {
  .video {
    padding: 10px 0 40px 0; }
  .video iframe {
    max-height: 260px;
    width: 100%; }
  .video .button {
    float: none; } }

.video-category .single {
  padding-top: 56%; }

@media (min-width: 48em) {
  .video-small iframe {
    max-width: 49%; } }

/*--------------------------------------------------------------
# # Links
--------------------------------------------------------------*/
.links {
  padding: 30px 0;
  background: #fff;
  text-align: center;
  margin-bottom: -20px;
  /* negative value of .site-content padding */ }
  @media (min-width: 48em) {
    .links {
      padding: 50px 0; } }
  @media (min-width: 62em) {
    .links {
      padding: 50px 0 90px;
      margin-bottom: -100px;
      /* negative value of .site-content padding */ } }

/*--------------------------------------------------------------
# # Subpages
--------------------------------------------------------------*/
@media (min-width: 62em) {
  .with-sidebar .col-md-9 {
    float: right; } }

.info {
  color: #6a1b9a;
  margin: 0 0 20px 5px; }
  .info a {
    text-decoration: none; }
    .info a:hover {
      text-decoration: underline; }
  .info .fa {
    margin: 0 3px 0 20px; }
  .info .fa-calendar-o {
    margin: 0 3px 0 0; }
  .info .fa-facebook,
  .info .fa-twitter,
  .info .fa-pencil,
  .info .fa-print {
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    position: relative;
    margin: 0 0 -11px 3px;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .info .fa-facebook:before,
    .info .fa-twitter:before,
    .info .fa-pencil:before,
    .info .fa-print:before {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute; }
    .info .fa-facebook:hover,
    .info .fa-twitter:hover,
    .info .fa-pencil:hover,
    .info .fa-print:hover {
      background: #6a1b9a;
      color: #fff; }
  .info .fa-facebook {
    margin-left: 20px;
    clear: both;
    display: inline-block; }

.media-files video, .media-files audio, .media-files img {
  width: 100% !important;
  height: auto !important; }

.media-files .main-image {
  margin-bottom: 20px;
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.media-files .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px; }
  .media-files .video-container iframe,
  .media-files .video-container object,
  .media-files .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (min-width: 48em) {
  .media-files .video-container {
    min-width: 300px; } }

@media (min-width: 75em) {
  .media-files .video-container {
    min-width: 420px; } }

@media (min-width: 48em) {
  .media-files {
    max-width: 300px;
    float: right;
    margin: 1em 0 1em 2em; } }

@media (min-width: 75em) {
  .media-files {
    max-width: 420px; } }

.text p:first-of-type {
  font-size: 120%;
  line-height: 1.35; }

.text p:last-of-type {
  font-size: 100%;
  line-height: 1.5; }

.text h2, .text h3, .text h4, .text h5, .text h6 {
  color: #6a1b9a;
  clear: left; }

/* Sidebar */
.sidebar {
  margin-top: 30px; }
  .sidebar ul {
    list-style-type: none;
    padding-left: 0; }
  .sidebar .title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700; }
    @media (min-width: 48em) {
      .sidebar .title {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media (min-width: 62em) {
      .sidebar .title {
        font-size: 22px;
        font-size: 1.375rem; } }
  @media (min-width: 62em) {
    .sidebar {
      margin-top: 0; } }

.box {
  margin-bottom: 15px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.05); }
  @media (min-width: 48em) {
    .box {
      margin-bottom: 30px; } }
  .box ul {
    margin: 15px 0 0 0; }
  .box .title {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px; }
  .box li {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 1.2; }
    .box li a {
      text-decoration: none;
      color: #333;
      padding-left: 15px;
      position: relative;
      display: block; }
      .box li a:hover {
        text-decoration: underline; }
      .box li a:before {
        display: inline-block;
        font: normal normal normal 15px FontAwesome;
        font-size: 15px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        top: 1px;
        content: "\f105";
        color: #d7ccc8; }
        @media (min-width: 48em) {
          .box li a:before {
            display: inline-block;
            font: normal normal normal 18px FontAwesome;
            font-size: 18px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; } }
    .box li.current > a {
      color: #6a1b9a;
      font-weight: 700; }
      .box li.current > a:before {
        color: #6a1b9a; }
      .box li.current > a:hover {
        text-decoration: none; }
    .box li:last-of-type {
      margin-bottom: 0; }

/* Calendar */
.calendar .title {
  border: none;
  padding-bottom: 0; }

.calendar ul {
  margin-top: 0; }

.calendar li {
  margin: 0; }
  .calendar li a {
    padding-left: 0; }
    .calendar li a:before {
      display: none; }

.calendar .month {
  width: calc(100% + 40px);
  margin: -20px -20px 0 -20px;
  background: #6a1b9a;
  color: #fff;
  padding: 15px 0; }
  .calendar .month ul li {
    text-transform: uppercase;
    text-align: center; }
  .calendar .month ul a {
    color: #fff;
    opacity: 0.5; }
    .calendar .month ul a:hover {
      opacity: 1; }
  .calendar .month .prev {
    float: left;
    margin-left: 15px; }
  .calendar .month .next {
    float: right;
    margin-right: 15px; }

.calendar .weekdays {
  padding: 20px 0 0;
  margin: 0;
  text-transform: uppercase; }
  .calendar .weekdays li {
    display: inline-block;
    width: 14%;
    margin-right: -4px;
    /* prevent space between inline block elements */
    text-align: center;
    font-weight: 700; }

.calendar .days {
  padding: 10px 0 0;
  margin: 0; }
  .calendar .days li {
    list-style-type: none;
    display: inline-block;
    width: 14%;
    margin-right: -4px;
    /* prevent space between inline block elements */
    text-align: center;
    margin-bottom: 5px; }
    .calendar .days li.active a {
      background: #6a1b9a;
      color: #fff; }
    .calendar .days li.muted {
      color: #bbb; }
    .calendar .days li a {
      font-weight: 700;
      color: #6a1b9a;
      text-decoration: underline; }
      .calendar .days li a:hover {
        text-decoration: none; }

/*Accordion sidebar*/
.accordion {
  margin: -20px; }
  .accordion dt, .accordion dd {
    margin: 0; }
  .accordion dt {
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700; }
    .accordion dt:after {
      display: block;
      content: '';
      border-top: 1px solid #e4e4e4;
      margin: 0 20px; }
    .accordion dt:last-of-type:after {
      display: none; }
    .accordion dt a {
      padding: 15px 20px;
      display: block; }
      .accordion dt a:before {
        display: inline-block;
        font: normal normal normal 20px FontAwesome;
        font-size: 20px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: right;
        content: "\f0da";
        color: #d7ccc8; }
        .accordion dt a:before:hover {
          color: #6a1b9a; }
        @media (min-width: 48em) {
          .accordion dt a:before {
            display: inline-block;
            font: normal normal normal 24px FontAwesome;
            font-size: 24px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; } }
      .accordion dt a:hover {
        text-decoration: underline; }
        .accordion dt a:hover:before {
          color: #6a1b9a; }
    @media (min-width: 48em) {
      .accordion dt {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media (min-width: 62em) {
      .accordion dt {
        font-size: 22px;
        font-size: 1.375rem; } }
  .accordion dd {
    padding: 0 20px;
    display: none; }
  .accordion ul {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px; }
  .accordion a {
    text-decoration: none; }
  .accordion .active {
    background: #6a1b9a;
    margin-top: -1px; }
    .accordion .active a {
      color: #fff; }
      .accordion .active a:hover {
        text-decoration: none; }
        .accordion .active a:hover:before {
          color: #fff;
          opacity: 0.5; }
      .accordion .active a:before {
        color: #fff;
        content: "\f0d7";
        opacity: 0.5; }
    .accordion .active + dd {
      display: block !important; }
    .accordion .active:after {
      display: none; }

/* Related */
.related li {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 700; }
  .related li:after {
    content: '';
    display: table;
    clear: both; }

.related img {
  float: left;
  margin-right: 15px;
  max-width: 103px; }
  @media (min-width: 62em) {
    .related img {
      display: block; } }
  @media (min-width: 75em) {
    .related img {
      display: inline; } }

.related a {
  color: #333;
  text-decoration: none; }
  .related a:hover {
    text-decoration: underline; }

.related .meta {
  font-size: 14px;
  font-size: 0.875rem;
  color: #bcb9af;
  text-decoration: none;
  display: table;
  font-weight: 400;
  margin: 3px 0 0; }
  .related .meta .fa {
    color: #6a1b9a;
    margin-left: 3px; }

/*Subnavigation*/
.subnavigation > ul {
  margin: -15px 0 0 0; }
  .subnavigation > ul > li {
    margin: 0 -15px; }
    .subnavigation > ul > li > a {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1;
      font-weight: 700;
      display: block;
      padding-right: 20px;
      padding-top: 15px; }
      .subnavigation > ul > li > a:after {
        display: block;
        content: '';
        border-top: 1px solid #e4e4e4;
        margin: 15px 0 0 0; }
      .subnavigation > ul > li > a:before {
        display: inline-block;
        font: normal normal normal 20px FontAwesome;
        font-size: 20px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: right;
        content: "\f0da";
        color: #d7ccc8;
        position: relative;
        left: auto; }
        .subnavigation > ul > li > a:before:hover {
          color: #6a1b9a; }
        @media (min-width: 48em) {
          .subnavigation > ul > li > a:before {
            display: inline-block;
            font: normal normal normal 24px FontAwesome;
            font-size: 24px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; } }
      .subnavigation > ul > li > a:hover {
        text-decoration: underline; }
        .subnavigation > ul > li > a:hover:before {
          color: #6a1b9a; }
      @media (min-width: 48em) {
        .subnavigation > ul > li > a {
          font-size: 20px;
          font-size: 1.25rem; } }
      @media (min-width: 62em) {
        .subnavigation > ul > li > a {
          font-size: 22px;
          font-size: 1.375rem; } }
    .subnavigation > ul > li ul {
      border-bottom: 1px solid #e4e4e4;
      margin-left: 15px;
      margin-right: 15px;
      padding-bottom: 15px; }
    .subnavigation > ul > li:last-of-type > a:after {
      display: none; }

.icon {
  min-height: 140px;
  position: relative; }
  .icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.small-icon {
  min-height: 80px;
  position: relative; }
  .small-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/*--------------------------------------------------------------
# # Footer
--------------------------------------------------------------*/
.site-footer {
  background: #263238; }
  @media (min-width: 62em) {
    .site-footer {
      background: url(/img/footer-bg.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom;
      padding-bottom: 40px; } }

.newsletter {
  background: #6a1b9a;
  color: #fff;
  padding: 30px 0 20px;
  line-height: 30px; }
  @media (min-width: 62em) {
    .newsletter {
      margin-top: -60px;
      padding: 40px 10px;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.05); } }
  @media (min-width: 75em) {
    .newsletter {
      padding: 40px 30px;
      margin-left: 0;
      margin-right: 0; } }
  .newsletter .fa {
    display: none; }
    @media (min-width: 34.375em) {
      .newsletter .fa {
        display: block;
        position: absolute;
        opacity: 0.1;
        font-size: 78px;
        font-size: 4.875rem;
        top: -20px;
        right: 30px; } }
    @media (min-width: 75em) {
      .newsletter .fa {
        display: block;
        top: -20px;
        right: auto; } }
  .newsletter .h2 {
    color: #fff;
    line-height: 1;
    margin: 0; }
    @media (min-width: 75em) {
      .newsletter .h2 {
        margin-left: 20%; } }
    @media (min-width: 1420px) {
      .newsletter .h2 {
        margin-left: 42%; } }
  .newsletter input[type=text] {
    border: none;
    border-bottom: 1px solid #af85c9;
    padding-left: 0;
    width: 100%;
    margin: 10px 0;
    max-width: 350px;
    color: #ce93d8;
    outline: none; }
    @media (min-width: 34.375em) {
      .newsletter input[type=text] {
        width: calc(100% - 160px); } }
    @media (min-width: 75em) {
      .newsletter input[type=text] {
        margin: 0 10px 0 0;
        width: calc(100% - 170px); } }
  .newsletter #past {
    display: none; }
  .newsletter input[type=submit] {
    border-color: #fff;
    color: #fff;
    clear: left;
    margin: 10px 0; }
    .newsletter input[type=submit]:hover {
      background: #fff;
      color: #6a1b9a; }
    @media (min-width: 34.375em) {
      .newsletter input[type=submit] {
        clear: none;
        width: 150px; } }
    @media (min-width: 75em) {
      .newsletter input[type=submit] {
        margin: 0; } }
  @media (min-width: 75em) {
    .newsletter .col-lg-3 {
      width: 19%; } }
  .newsletter .col-lg-5 {
    line-height: 1.4;
    padding-top: 6px; }
    @media (min-width: 75em) {
      .newsletter .col-lg-5 {
        text-align: center; } }
  @media (min-width: 75em) {
    .newsletter .col-lg-4 {
      width: 39.33333333%; } }

.footer-links {
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 48em) {
    .footer-links {
      font-size: 16px;
      font-size: 1rem; } }
  .footer-links .h4 {
    color: #fff; }
    @media (min-width: 62em) {
      .footer-links .h4 {
        margin-bottom: 1em; } }
  .footer-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 75em) {
      .footer-links ul {
        max-width: 240px; } }
  .footer-links a {
    text-decoration: none; }
  .footer-links .col-sm-6 {
    color: #cfd8dc;
    padding-top: 10px;
    line-height: 1.8; }
    .footer-links .col-sm-6 a {
      color: #cfd8dc; }
      .footer-links .col-sm-6 a:hover {
        color: #fff; }
    @media (max-width: 991px) {
      .footer-links .col-sm-6:nth-child(3) {
        clear: both; } }
    @media (min-width: 62em) {
      .footer-links .col-sm-6 {
        padding-top: 40px;
        padding-bottom: 40px; } }
  .footer-links .col-xs-12 {
    color: #78909c;
    padding-top: 30px;
    padding-bottom: 10px; }
    .footer-links .col-xs-12 a {
      color: #78909c; }
      .footer-links .col-xs-12 a:hover {
        color: #fff; }
    @media (min-width: 48em) {
      .footer-links .col-xs-12 {
        text-align: center;
        padding-bottom: 30px; } }
  .footer-links .social {
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 48em) {
      .footer-links .social {
        font-size: 18px;
        font-size: 1.125rem; } }
    .footer-links .social a {
      margin-right: 1em; }

/*--------------------------------------------------------------
# # Print
--------------------------------------------------------------*/
@media print {
  .topbar ul,
  #site-navigation,
  .sidebar,
  .site-footer,
  .fa-facebook,
  .fa-twitter,
  .video-container,
  .owl-controls {
    display: none !important; }
  .main-content,
  .owl-carousel {
    padding: 0; }
  .media-files {
    float: right;
    max-width: 40%; }
  .owl-wrapper {
    display: inline !important; } }

@media print and (-webkit-min-device-pixel-ratio: 0) {
  .topbar ul,
  #site-navigation,
  .sidebar,
  .site-footer,
  .fa-facebook,
  .fa-twitter,
  .video-container,
  .owl-controls {
    display: none !important; }
  .main-content,
  .owl-carousel {
    padding: 0; }
  .media-files {
    float: right;
    max-width: 40%; }
  .owl-wrapper {
    display: inline !important; }
  .logo {
    margin-bottom: 0 !important;
    float: left !important; }
  .page-title {
    font-size: 1.5rem !important; }
  body {
    font-size: 0.9rem !important; }
  .text p:first-of-type {
    font-size: 100% !important; }
  .main-content {
    float: left !important;
    width: 100% !important; }
  .main-image {
    margin-left: 1rem !important; } }
