@font-face {
  font-family: "Uni Sans";
  src: url("/theme/assets/fonts/Uni%20Sans%20Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #F6F6F6;
  line-height: 2;
  font-size: 0.9em;
}

.uppercase-title {
  font-family: "Uni Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;
}

.text-style--light {
  color: #fff;
}

.text-style--dark {
  color: #000;
}

#header-bar {
  height: 100px;
}

.header-icon {
  font-size: 2em;
  text-align: center;
}

.header-icon a {
  text-decoration: none;
}



.header-action--search .search-bar__submit {
  border: 3px solid #fff;
}

.header-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100px;
}

#header-logo {
  padding-top: 5px;
  width: 130px;
}

.header-image {
  height: 150px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .header-image {
    height: auto;
    max-height: 600px;
  }
}

.header-image--bg {
  background-position: 50% 50%;
  background-size: cover;
  height: inherit;
  width: inherit;
}

.header-image--content {
  height: inherit;
  width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 1;
  position: relative;
}

.header-image--overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(12, 12, 12, 0.49)), color-stop(48%, #0c0101));
  background-image: linear-gradient(180deg, rgba(12, 12, 12, 0.49) 14%, #0c0101 48%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.header-image--home {
  height: 270px;
}

.header-titles {
  overflow: hidden;
  color: #fff;
}

.header-titles__line-title {
  font-family: "Uni Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  line-height: 0.8;
}

@media screen and (min-width: 768px) {
  .header-titles__line-title {
    font-size: 1.4em;
    line-height: 0.5;
  }
}

.header-titles__line-title span {
  display: inline-block;
  position: relative;
}

.header-titles__line-title span:before, .header-titles__line-title span:after {
  content: "";
  position: absolute;
  height: 7px;
  background-color: #fff;
  top: 0;
  width: 1000px;
}

.header-titles__line-title span:before {
  right: 100%;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .header-titles__line-title span:before {
    margin-right: 15px;
  }
}

.header-titles__line-title span:after {
  left: 100%;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .header-titles__line-title span:after {
    margin-left: 15px;
  }
}

.header-titles__main-title-wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .header-titles__main-title-wrapper {
    width: 680px;
  }
}

.header-titles__main-title {
  font-family: "Uni Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .header-titles__main-title {
    font-size: 2.5em;
    line-height: 1.3;
  }
}

#main-search-bar {
  margin-top: -52px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.search-bar {
  height: 64px;
}

.search-bar input {
  height: 64px;
}

.search-bar__form-wrapper {
  position: relative;
}

.search-bar__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 400px) {
  .search-bar__input {
    max-width: 60%;
  }
  .search-bar__submit {
    max-width: 40%;
  }
  input.search-bar__submit, input.search-bar__input {
    font-size: 16px !important;
  }
}

.search-bar__input {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
  border: none;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 1em;
  font-family: "Uni Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .search-bar__input {
    padding: 0 20px;
  }
}

.search-bar__input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.search-bar__input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.search-bar__input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.search-bar__input::placeholder {
  color: #000;
  opacity: 1;
}

.search-bar__input:-ms-input-placeholder {
  color: #000;
}

.search-bar__input::-ms-input-placeholder {
  color: #000;
}

.search-bar__submit {
  display: inline-block;
  border: none;
  font-size: 1em;
  cursor: pointer;
  width: 35%;
  font-family: "Uni Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

.predictive-search-results {
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.25);
  display: none;
}

@media screen and (min-width: 768px) {
  .predictive-search-results {
    width: 65%;
  }
}

.predictive-search-results__item {
  background-color: #EDEDED;
  border-bottom: 1px solid #C9C9C9;
  padding: 10px 25px;
  display: block;
  text-decoration: none;
  color: #000;
}

.predictive-search-results__item:hover, .predictive-search-results__item:focus {
  background-color: #D8D8D8;
}

.predictive-search-results__title {
  margin: 0;
}

.categories-list-section {
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .categories-list-section {
    padding: 30px 0;
  }
}

.content-section {
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .content-section {
    padding: 30px 0;
  }
}

.categories-list-sidebar {
  margin-top: 15px;
  padding: 20px 40px;
  border: 1px solid #e7e7e7;
}

.categories-list-sidebar .categories-list__item {
  width: auto;
  display: block;
  margin: 0;
}

.categories-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.categories-list__item {
  margin: 0 30px;
  border-bottom: 1px solid #e7e7e7;
}

@media screen and (min-width: 768px) {
  .categories-list__item {
    display: inline-block;
    width: 320px;
  }
}

.categories-list__item span {
  vertical-align: middle;
  justify-content: center;
}

.categories-list__link {
  display: block;
  min-height: 30px;
  text-decoration: none;
}

.categories-list__link:hover .categories-list__title {
  text-decoration: underline;
}

.categories-list__icon {
  justify-content: center;
}

.categories-list__icon img {
  display: block;
  width: 50%;
  margin: 10px 0;
}

.categories-list__title {
  line-height: 20px;
  font-weight: 600;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .latest-section {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .latest-section__container {
    border-top: 1px solid #B4B4B4;
  }
}

.latest-section__title {
  font-family: "Uni Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .latest-section__title {
    margin-top: 40px;
  }
}

.post-block {
  background-color: #fff;
  padding: 4px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  margin: 15px 0;
  height: calc(100% - 38px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-block:hover, .post-block:focus {
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
}

.post-block__body {
  padding: 20px;
  margin-bottom: auto;
}

.post-block__title {
  font-family: "Uni Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2em;
  margin: 10px 0;
  line-height: 1.2;
}

.post-block__title a {
  text-decoration: none;
}

.post-block__footer {
  padding: 20px 30px;
  border-top: 1px solid #eee;
  margin-top: auto;
}

.theme-button {
  display: inline-block;
  padding: 25px 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  font-size: 1em;
  line-height: 0.9;
  text-decoration: none;
  text-align: center;
  font-family: "Uni Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

.article-body {
  background-color: #fff;
  margin-top: -30px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .article-body {
    margin-top: -50px;
  }
}

.sharing-button {
  font-family: "Uni Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  margin: 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
}

@media screen and (min-width: 768px) {
  .sharing-button {
    margin: 10px 0;
  }
}

.sharing-button--inner {
  padding: 20px 20px;
  text-align: center;
  margin: 0 auto;
}

.sharing-button__email {
  background-color: #4A90E2;
}

.sharing-button__pdf {
  background-color: #A50E21;
}

.sharing-button__whatsapp {
  background-color: #53920B;
}

.sharing-button--icon {
  width: 54px;
  text-align: center;
  height: 54px;
  line-height: 54px;
  font-size: 1.8em;
}

.sharing-button--icon__email {
  background-color: #2872C7;
}

.sharing-button--icon__whatsapp {
  background-color: #417505;
}

.button-to-category-list{
  margin-top: 20px;
}

.navigation-bar {
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #dbdbdd;
}

.navigation-bar__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.navigation-bar__button {
  height: 40px;
  width: 100%;
  line-height: 40px;
  color: #A1A1A1;
  text-decoration: none;
  font-family: "Uni Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

.navigation-bar__button--next {
  text-align: right;
}

.navigation-bar__button--disabled {
  color: #d1d1d1;
  cursor: default;
}

.navigation-bar__buttons-divider {
  height: 40px;
  width: 2px;
  background-color: #dbdbdb;
}

iframe {
  width: 100%;
  height: 400px !important;
}

#footer-bar {
  height: 25px;
  width: 100%;
  margin-top: 20px;
}

button[type="submit"]{
  background: none;
  border: none;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */
.post-block {
  -ms-word-break: break-word;
  word-break: break-word;

   /* Non standard for WebKit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  }


  .header-titles__line-title span:before {
  display: none;
  }

  .header-titles__line-title span:after {
  display: none;
  }


  ul {
      padding-left: 15px;
  }

  input {
  border-radius: 0;
  }

  .button-to-category-list {
      line-height: 1.5;
  }

  .search-bar__input input {
  font-size: 26px!important;
  }


.plate--element__image img {
  width: auto !important;
}

@media screen and (max-width: 992px) {
  .header-titles__main-title, .latest-section__title {
      font-size: 22px;
      line-height: 1.3;
      padding-right: 20px;
      padding-left: 20px;
  }


  video {
  width: 600px;
  }

  .latest-section__title {
  margin-top: 50px;
  margin-bottom: 25px;
  }

  .post-block__title {
  font-size: 22px;
  }

}

/* Edge */
@supports (-ms-ime-align: auto) {
  #header-logo {
    height: 90px;
    width: auto;
  }

  #header-bar .plate--column.xs-6:last-child {
    justify-content: center;
  }

  .header-content-wrapper {
    height: auto;
  }

  .header-image--content {
    padding: 40px 0;
  }
}



/* IE */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #header-logo {
    height: 90px;
    width: auto;
  }

  #header-bar .plate--column.xs-6:last-child {
    justify-content: center;
  }

  .header-content-wrapper {
    height: auto;
  }

  .header-image--content {
    padding: 40px 0;
  }

  .post-block__title,
  .header-titles__main-title {
    -ms-word-break: break-all;
  }
}
