@font-face {
  font-family: "Radio Canada";
  src: url("/fonts/RadioCanada-VariableFont_wdth.ttf")
    format("truetype-variations");
  font-weight: 300 700;
  font-stretch: 50% 100%;
  font-style: normal;
}

html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
body {
  margin: 0;
}
footer,
header,
main,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
a {
  color: #1f8a5b;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #0e5334;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h4,
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-4,
.col-md-8,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-md-4,
  .col-md-8 {
    float: left;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
}
.media {
  margin-top: 15px;
}
.media-left {
  padding-right: 10px;
}
.media-body,
.media-left {
  display: table-cell;
  vertical-align: top;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.container:after,
.row:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

body {
  overflow-x: hidden;
  margin-top: 0;
  padding: 0;
  padding-bottom: 80px;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
a {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-b-8 {
  margin-bottom: 8px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.no-border-top {
  border-top: none !important;
}
.content-box {
  background: #fff;
}
.content h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 0 16px 0;
  color: #222;
  font-size: 32px;
  line-height: 1.2;
}
.content .img-responsive {
  margin: 0 auto 5px auto;
}
.content p {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 0 15px 0;
  line-height: 1.6;
  font-size: 16px;
  color: #222;
}
.content h5 {
  font-family: Georgia;
  color: #222;
  margin: 8px 0 20px 0;
  font-size: 20px;
  line-height: 28px;
}
.content h5.pink-border-bottom {
  color: #666;
  border-bottom: 2px solid #0198bd;
  margin-bottom: 15px;
}
.content h4 {
  font-family: OpenSans-Bold;
  font-size: 21px;
  line-height: 28px;
  color: #222;
  margin: 0 0 20px 0;
}
.content p a {
  color: #1f8a5b;
  font-weight: bold;
}
.content p a:focus,
.content p a:hover {
  color: #0c492e;
}
.content h3 {
  font-family: OpenSans-Bold;
  color: #222;
  margin: 26px 0;
  font-size: 26px;
}
.content .revival-box2 {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #ccc;
  background: #f5f9fa;
  padding: 10px 10px 10px 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .content h1 {
    font-size: 30px;
  }
}
.comments {
  background: #fff;
  padding-bottom: 30px;
}
.recent {
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}
.recent a,
.recent p {
  font-family: Tahoma;
  font-size: 14px;
  margin: 0;
  line-height: 18px;
  color: #1f8a5b;
  font-weight: bold;
}
.recent p {
  font-weight: 700;
}
.media {
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid #e2e2e2;
}
.media.border-bottom {
  border-bottom: 1px solid #e2e2e2;
}
.media-left img {
  margin-top: 6px;
}
.media-body h4 a {
  font-family: Tahoma;
  font-size: 13px;
  color: #1f8a5b;
  margin: 0 0 5px 0;
  line-height: 14px;
  font-weight: 700;
}
.media-body h4 a:focus,
.media-body h4 a:hover {
  color: #1f8a5b;
}
.media-body p {
  font-family: Tahoma;
  font-size: 12px;
  color: #1a1a1a;
  line-height: 15px;
  margin: 0 0 5px 0;
}
.media-body p.bottom {
  color: #1f8a5b;
}
.media-body p.bottom .like {
  margin-left: 8px;
}
.media-body p.bottom .time {
  color: grey;
  border-bottom: 1px dotted grey;
}
.col-md-4 {
  padding-top: 30px;
}
@media only screen and (max-width: 992px) {
  .col-md-4 {
    display: none;
  }
}
.main_footer_wrap {
  background-color: #202020;
}
.main_footer {
  padding: 10px 15px 70px;
}
.footer_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer_menu a {
  display: block;
  padding: 10px;
  color: #fff;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 12px;
}
.footer_copyright {
  text-align: center;
  color: #fff;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 12px;
  margin-top: 15px;
}
.media .media-heading {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .container.comments,
  .container.content {
    width: auto;
  }
}
@media (max-width: 767px) {
  .content h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 500px) {
  .comments p {
    font-size: 14px !important;
  }
  .comments .bottom {
    font-size: 12px !important;
  }
}
.container.content {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .container.content {
    padding-top: 60px;
  }
}

.header__inner.container {
  max-width: 1340px;
  width: 100%;
  margin-inline: auto;
}

.header__inner-wrapper {
  padding-block: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__block {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #545454;
}

.header__actions {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.header__actions .header__block {
  font-size: 15px;
}

.menu {
  background-color: #e60505;
  color: white;
}

.menu__inner.container {
  max-width: 1340px;
  width: 100%;
  margin-inline: auto;
}

.menu__inner-wrapper {
  padding-block: 10px;
  display: flex;
  align-items: center;
  column-gap: 60px;
}

.menu__list {
  display: flex;
  align-items: center;
  column-gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu__item {
  font-weight: 600;
  font-size: 16px;

  a {
    color: white;

    &:hover {
      color: #000;
    }
  }
}

.menu__more {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  fill: white;
  border: 1px solid white;
  padding: 6px 12px;
}

@media (max-width: 1200px) {
  .header__block-title {
    display: none;
  }
  .menu__inner-wrapper {
    justify-content: space-between;
  }
  .menu__list {
    display: none;
  }
}

.header__block-title {
  color: #000;

  &:hover {
    color: #e60505;
  }
}

.main-link {
  display: block;
  background-color: #e11229;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 14px 20px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  margin: 20px 0;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  max-width: 710px;
  margin-inline: auto;
}

.fixed-link {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding-inline: 16px;
  background: rgb(255, 255, 255);
  display: block;
  border-top: 1px solid;
  box-shadow: 0 -3px 10px rgba(19, 111, 69, 0.5);
}
.stickyContainer {
  font-family: "Radio Canada", sans-serif;
  position: sticky;
  top: 50px;

  h2 {
    font-size: 26px;
    font-weight: 700;
    padding-left: 20px;
  }
  h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    transition: all 0.3s;
    &:hover {
      color: rgb(19, 111, 69);
      text-decoration: underline;
    }
  }

  li {
    position: relative;
    padding: 14px 0 8px;

    &::before {
      content: "";
      position: absolute;
      height: 1px;
      width: 360px;
      background: rgba(0, 0, 0, 0.2);
      left: -40px;
      bottom: 0;
    }
    &::marker {
      font-size: 16px;
      font-weight: 500;
    }
    span {
      color: #e60505;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
    }
  }
}
video {
  width: 100%;
  margin: 0 0 30px;
}
.form-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
}
