/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* WP Styles 
 * ======================================== */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 0.5em 1em 0.5em 0;
}

.wp-caption.alignleft {
  margin: 0.5em 1em 0.5em 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 0.5em 0 0.5em 1em;
}

.wp-caption.alignright {
  margin: 0.5em 0 0.5em 1em;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  padding-top: 0.5em;
  width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 0.5em;
}

.wp-caption {
  margin-bottom: 1em;
  color: #767676;
}

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

.wp-caption-text {
  font-style: italic;
  line-height: 1.4;
  margin: 0.5em 0;
}

div.wp-caption .wp-caption-text {
  padding-right: 1em;
}

div.wp-caption.alignright img[class*=wp-image-],
div.wp-caption.alignright .wp-caption-text {
  padding-left: 1em;
  padding-right: 0;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* ==========================================================================
   Screen readers only
   ========================================================================== */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #000;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}

.skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

.container {
  margin: 0 auto;
  box-sizing: border-box;
}
.container .txt-bold {
  font-weight: bold;
}
@media (min-width: 1024px) {
  .container {
    width: 981px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 645px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 309px;
  }
}

.col3 {
  width: 309px;
  float: left;
}

.col3 + .col3 {
  margin-left: 27px;
}

html {
  font-size: 10px;
  font-family: "Roboto Slab", serif;
}

html.bigFonts {
  font-size: 12px;
}

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

@media (max-width: 767px) {
  .site-navigation-link {
    display: none;
  }
}

.top-nav {
  padding: 27px 0;
}

.site-title {
  display: inline-block;
  margin: 0;
  position: relative;
  font-weight: 500;
}
.site-title a {
  display: inline-block;
  height: 108px;
  width: 108px;
  background: url("../../assets/img/logoKatarynkaBlack.svg") center no-repeat;
  background-size: cover;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
  background: url("../../assets/img/logoKatarynkaBlue.svg") center no-repeat;
  background-size: cover;
}
.site-title .site-title__inner {
  position: absolute;
  display: inline-block;
  width: 250px;
  bottom: 1px;
  left: 132px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .site-title .site-title__inner {
    left: -2000px;
  }
}

.ul-reset {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.top-right-nav {
  padding-left: 0;
}
@media (min-width: 768px) {
  .top-right-nav {
    float: right;
  }
  .top-right-nav li {
    position: relative;
    display: inline-block;
  }
  .top-right-nav li + li {
    margin-left: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .top-right-nav li + li {
    margin-left: 15px;
  }
}
.top-right-nav a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .top-right-nav .icon {
    display: inline-block;
    width: 85px;
    height: 85px;
  }
  .top-right-nav .icon-txt {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    font-weight: bold;
  }
  .top-right-nav .fb-icon {
    background: url("../../assets/img/icons/FB_icon_black.svg") center no-repeat;
    background-size: cover;
  }
  .top-right-nav .font-nav {
    background: url("../../assets/img/icons/FontSize_+_icon_black.svg") center no-repeat;
    background-size: cover;
  }
  .top-right-nav .contrast-nav {
    background: url("../../assets/img/icons/Contrast_Icon_black.svg") center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .top-right-nav {
    display: none;
  }
}

@media (min-width: 768px) {
  .bigFonts .top-right-nav .font-nav {
    background: url("../../assets/img/icons/FontSize_-_icon_blue.svg") center no-repeat;
    background-size: cover;
  }
}

.mobile-nav {
  display: inline-block;
  float: right;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .mobile-nav-open .top-right-nav {
    display: block;
    margin-top: 30px;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    color: #000;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 35px;
    font-weight: bold;
  }
}

a:hover .fb-icon,
a:focus .fb-icon {
  background: url("../../assets/img/icons/FB_icon_blue.svg") center no-repeat;
  background-size: cover;
}
a:hover .font-nav,
a:focus .font-nav {
  background: url("../../assets/img/icons/FontSize_+_icon_blue.svg") center no-repeat;
  background-size: cover;
}
a:hover .contrast-nav,
a:focus .contrast-nav {
  background: url("../../assets/img/icons/Contrast_Icon_blue.svg") center no-repeat;
  background-size: cover;
}

.main-nav {
  background: #57a9be;
}
.main-nav ul {
  list-style: none;
  padding: 27px 0 0 0;
}
@media (min-width: 768px) {
  .main-nav li {
    width: 309px;
    float: left;
    margin-bottom: 27px;
  }
}
@media (min-width: 1024px) {
  .main-nav li:nth-of-type(3n),
.main-nav li:nth-of-type(3n+2) {
    margin-left: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-nav li:nth-of-type(2n) {
    margin-left: 27px;
  }
}
.main-nav a {
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 35px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .main-nav a {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #fff;
    border: 4px #fff solid;
    box-sizing: border-box;
  }
  .main-nav a:hover,
.main-nav a:active,
.main-nav a:focus {
    background: #fff;
    border: 4px #000 solid;
  }
}
@media (max-width: 767px) {
  .main-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile-nav-open .main-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .mobile-nav-open .main-nav ul {
    margin-top: 120px;
  }
}

.hamburger-nav-link {
  display: inline-block;
  width: 85px;
  height: 85px;
  border: none;
  cursor: pointer;
  background: url("../../assets/img/icons/MenuBlack.svg") center no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .hamburger-nav-link {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hamburger-nav-link {
    display: none;
  }
}

.hamburger-nav-link:hover,
.hamburger-nav-link:active,
.hamburger-nav-link:focus {
  background: url("../../assets/img/icons/MenuBlue.svg") center no-repeat;
  background-size: cover;
}

.mobile-nav-open .hamburger-nav-link {
  background: url("../../assets/img/icons/x-Black.svg") center no-repeat;
  background-size: cover;
  position: fixed;
  right: 30px;
  top: 20px;
  z-index: 10;
  width: 50px;
  height: 50px;
}

.heading-block {
  background: #000;
  color: #fff;
  text-align: center;
}
.heading-block > * {
  margin: 0;
  line-height: 71px;
  font-size: 1.8rem;
  font-weight: bold;
}

.nav-categories {
  padding: 27px 0 0 0;
}
.nav-categories ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.nav-categories li {
  width: 309px;
  float: left;
  margin-bottom: 27px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .nav-categories li:nth-of-type(3n),
.nav-categories li:nth-of-type(3n+2) {
    margin-left: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-categories li:nth-of-type(2n) {
    margin-left: 27px;
  }
}
.nav-categories a {
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 129px;
  font-weight: bold;
  background: #57a9be;
  border: 4px #57a9be solid;
  box-sizing: border-box;
}
.nav-categories a:hover,
.nav-categories a:active,
.nav-categories a:focus {
  background: #fff;
  border: 4px #000 solid;
}

.mobile-nav-open #main {
  visibility: hidden;
}

.articles-leads {
  padding-left: 0;
  list-style: none;
  padding: 27px 0;
}

.articles-leads .article-lead {
  width: 307px;
  margin-bottom: 27px;
  display: inline-block;
  box-sizing: border-box;
}
.articles-leads .article-link {
  display: block;
  background: #57a9be;
  padding-bottom: 20px;
  position: relative;
}
.articles-leads .article-lead__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 4px solid transparent;
}
.articles-leads .article-link:hover,
.articles-leads .article-link:focus {
  background: #fff;
}
.articles-leads .article-link:hover .article-lead__border,
.articles-leads .article-link:focus .article-lead__border {
  border: 4px solid #000;
}
.articles-leads img {
  width: 100%;
}
.articles-leads .article__excerpt {
  padding: 0px 20px 0 20px;
  font-size: 1.8rem;
}
.articles-leads .article__data {
  margin: 10px 0;
}
.articles-leads .article__txt {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 5px;
}
.articles-leads .article__heading {
  text-align: center;
  margin: 0;
  line-height: 45px;
  background: #000;
  font-weight: bold;
  font-size: 1.8rem;
  border: 4px solid #000;
  box-sizing: border-box;
  color: #fff;
}
.articles-leads a {
  color: #000;
  text-decoration: none;
}
.articles-leads a:hover .article__heading,
.articles-leads a:focus .article__heading {
  color: #000;
  background: #fff;
  border: 4px solid #57a9be;
}

.single-article {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .single-article-body {
    width: 645px;
  }
}
@media (min-width: 1024px) {
  .single-article-body {
    float: left;
  }
}
.single-article-body .date {
  font-size: 36px;
  margin-bottom: 30px;
}
.single-article-body .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.single-article-body .img-descr {
  font-size: 12px;
}
.single-article-body p {
  font-size: 20px;
}
.single-article-body img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .aside {
    margin-left: 27px;
    width: 307px;
    float: left;
  }
}

.footer-nav {
  background: #57a9be;
  padding: 27px 0;
}
.footer-nav ul {
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .footer-nav li {
    display: inline-block;
    margin-right: 20px;
  }
}
.footer-nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 36px;
}
@media (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}

.secondary-nav {
  background: #57a9be;
  background: #57a9be;
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid white;
}
.secondary-nav ul {
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .secondary-nav li {
    display: inline-block;
    margin-right: 50px;
  }
  .secondary-nav li:last-child {
    margin-right: 0;
  }
}
.secondary-nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 36px;
}
@media (max-width: 767px) {
  .secondary-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile-nav-open .footer-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    line-height: 35px;
  }
}

.footer__partner-heading {
  background: #000;
}
.footer__partner-heading .footer__partner-heading-txt {
  margin: 0;
  line-height: 46px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

.partners-imgs {
  padding: 27px 0 0 0;
}
.partners-imgs img {
  width: 85px;
  float: left;
  margin-bottom: 27px;
}
.partners-imgs img + img {
  margin-left: 27px;
}
@media (min-width: 1024px) {
  .partners-imgs img:nth-of-type(9n + 1) {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .partners-imgs img:nth-of-type(6n+1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .partners-imgs img:nth-of-type(3n+1) {
    margin-left: 0;
  }
}

.footer-txt {
  font-size: 1.3rem;
}

/*# sourceMappingURL=app.css.map */
