/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

@import url("https://fonts.googleapis.com/css?family=Dosis:300,400,700|Playfair+Display");

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */

/* Set font and clear body padding */

html,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.15em;
  color: #444;
  -webkit-font-smoothing: antialiased;
}

/* Setting sizes is much more predictable with border-box */

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* Make all images responsive */

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Normalize links across browsers */

a {
  color: #26527c;
  text-decoration: underline;
}

a img {
  border: 0;
}

a:focus,
a:hover {
  color: #3879b7;
}

/* Make inputs on iOS look normal */

input {
  -webkit-appearance: none;
}

/**
 * WordPress specific base styles.
 */

.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Make WordPress media inserted to post behave correctly */

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  margin: 20px auto;
  clear: both;
  text-align: center;
}

/* Make a 404 page look nicer and more readable */

.error404 {
  text-align: center;
}

.error404 ul {
  text-align: left;
}

.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul:before,
nav ul:after {
  content: '';
  display: table;
}

nav ul:after {
  clear: both;
}

body::before {
  content: "(sm: 576px, md: 768px, lg: 992px, xl: 1060px, xxl: 1200px)";
  display: none;
}

body {
  font-family: "Dosis", sans-serif;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

p {
  font-size: 18px;
  line-height: 1.4;
}

/* Embed Video Styles */

.video-container {
  position: relative;
  padding-bottom: 56.6%;
  height: 0;
  max-width: 300px;
  margin: 20px auto;
  overflow: hidden;
  margin-top: 23px;
  margin-bottom: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  margin: 1em 0;
}

.alignnone {
  max-width: 290px;
}

.header {
  position: relative;
}

.header .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #b1b1b0;
}

.header__brand {
  width: 70%;
  padding: 20px 0;
}

.header__hamburger {
  display: block;
  width: 34px;
  height: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.header__line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #b1b1b0;
  position: absolute;
  left: 0;
  transition: .6s ease-in-out;
  opacity: 1;
}

.header__line:nth-child(1) {
  top: 3px;
}

.header__line:nth-child(2) {
  top: 13px;
}

.header__line:nth-child(3) {
  top: 23px;
}

.header__navigation {
  width: 100%;
}

.header__navigation ul {
  display: none;
  width: 100%;
}

.header__navigation ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  border-top: 1px solid #b1b1b0;
}

.header__navigation ul a {
  font-size: 20px;
  font-weight: 300;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  letter-spacing: 1px;
}

.header__navigation.open ul {
  display: block;
}

.header__navigation.open .header__line:nth-child(1) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 13px;
}

.header__navigation.open .header__line:nth-child(2) {
  opacity: 0;
}

.header__navigation.open .header__line:nth-child(3) {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 13px;
}

.footer {
  width: 100%;
  padding: 50px 0;
  background-color: #222528;
  color: #ffffff;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__brand {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
}

.footer__navname {
  font-size: 16px;
  position: relative;
}

.footer__navname::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.footer__navigation {
  font-size: 16px;
}

.footer__navigation li {
  padding: 5px 0;
}

.footer__copyright {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
}

.footer__wrapper {
  text-align: left;
}

.content .container {
  margin-bottom: 10px;
  border-bottom: 1px solid #b1b1b0;
}

.boxes {
  width: 100%;
  margin: 40px auto;
  padding: 0 15px;
}

.boxes__title {
  font-size: 18px;
  font-weight: 400;
}

.boxes__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.boxes__link {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 160px;
  margin: 15px;
  padding: 10px 20px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.boxes__link:hover {
  color: #ffffff;
}

.boxes__link:visited {
  color: #ffffff;
}

.boxes__link::after {
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  background-image: url("../images/arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}

.events {
  width: 100%;
  margin-top: 40px;
  padding: 55px 0 50px;
  background-color: #e0e0e0;
}

.events__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.events__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.events__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}

.events--left {
  width: 130px;
}

.events--right {
  width: calc(100% - 130px);
}

.events__title {
  margin: 0 0 35px;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
}

.events__date {
  margin: 0;
  font-size: 20px;
}

.events__describe {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}

.events__link {
  font-size: 20px;
  text-decoration: none;
  color: #444;
}

.events__link:hover {
  font-size: 20px;
  text-decoration: underline;
  color: #444!important;
}

.events__name {
  font-weight: 700;
}

.events__section_name {
  font-size: 12px;
  text-transform: uppercase;
}


@media (min-width: 576px) {
  .video-container {
    max-width: 540px;
  }

  figure {
    margin: 1em 40px;
  }

  .alignnone {
    min-width: none;
  }

  .header__brand {
    max-width: 568px;
  }
}

@media (min-width: 768px) {
  .video-container {
    max-width: 750px;
  }

  .header {
    padding: 50px 0 0;
  }

  .header .container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .header__brand {
    padding: 20px 0 40px 0;
  }

  .header__hamburger {
    display: none;
  }

  .header__navigation ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header__navigation ul li {
    display: block;
    border-top: none;
    height: auto;
    width: auto;
  }

  .header__navigation ul li::after {
    content: "/";
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 20px;
    color: #b1b1b0;
  }

  .header__navigation ul li:last-child::after {
    display: none;
  }

  .header__navigation {
    width: auto;
  }

  .footer .container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .footer__brand {
    width: 40%;
  }

  .footer__navname {
    font-size: 18px;
    margin: 0 0 20px;
  }

  .footer__navigation li {
    padding: 3px 0;
  }

  .footer__navigation {
    font-size: 18px;
  }

  .footer__copyright {
    font-size: 15px;
  }

  .boxes {
    margin: 40px auto 60px;
  }
}

@media (min-width: 992px) {
  .video-container {
    min-width: 900px;
  }
}

@media (min-width: 1060px) {
  .container {
    width: 1030px!important;
  }

  .header .container {
    padding: 0;
  }

  .footer .container {
    padding: 0;
  }

  .content .container {
    padding: 20px 0;
  }

  .boxes {
    width: 1030px;
    padding: 0;
  }

  .boxes__wrapper {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .boxes__link {
    margin: 15px 0;
  }

  .events__wrapper {
    max-width: 1030px;
    padding: 0;
  }

  .events__container {
    max-width: 1030px;
    padding: 0;
  }
}