body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  color: #222;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 1144px) {
  .container {
    padding: 0 16px;
  }
  
}

h1 {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.1;
  color: rgb(33, 37, 41);
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: rgb(33, 37, 41);
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

p {
  font-size: 20px;
  line-height: 1.5;
  color: rgb(58, 56, 56);
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

a {
  color: rgb(22, 122, 198);
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  text-decoration: underline;
}

.top-bar {
  background-color: #2c3e50;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
}

.site-header {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  align-items: center;
  display: flex;
  align-items: center;
  gap: 10px;
}



.site-header img {
  height: 20px;
  margin-right: 20px;
}

.flex-container {
  display: flex;
  margin: 30px auto;
}

.divider {
  height: 1px;
  background: #ddd;
  opacity: 0.8;

}

.content {
  flex: 3;
  padding-right: 30px;
}

.breadcrumb {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}


.byline {
  font-size: 12px;
  color: #777;
  margin-bottom: 20px;
}

.byline img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 6px;
}

.main-image {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;
}

.image-caption {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(188, 232, 241);
  margin: 0px;
  margin-top: -20px;
  padding: 15px;
  background-color: rgb(217, 237, 247);
  color: rgb(58, 135, 173);
  line-height: 1.6;
  text-shadow: transparent 0px 0px 0px;
  font-size: 18px;
  font-weight: bold;
}

.sidebar {
  flex: 1;
  padding-left: 20px;
  position: relative;
}

.sidebar-box {
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 40px;
}

.sidebar-box h4 {
  background-color: #222;
  color: #fff;
  padding: 8px;
  font-size: 15px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  margin-bottom: 10px;
}

.sidebar-box img {
  max-width: 100%;
  margin-bottom: 10px;
}

.cta-button {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 6px solid #BF3624;
  border-radius: 12px 12px 12px 12px;
  border-color: #BF3624;
  line-height: 1.3;
  letter-spacing: -0.2px;
  margin: 20px 0px 0px 0px;
  padding: 11px 10px 11px 10px;
  background-color: #EF432D;
  box-shadow: transparent 0px 0px 0px 0px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}

.cta-button:hover {
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #BF3624;
  border-color: #BF3624;
  line-height: 1.3;
  letter-spacing: -0.2px;
}

@media (max-width: 768px) {
  .cta-button {
    width: auto;
    font-size: 16px;
    padding: 10px;
  }
  
}
.warm-block {
  color: rgb(51, 51, 51);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 0, 0);
  line-height: 1.8;
  margin: 20px 0px 0px;
  padding: 20px;
  background-color: rgb(240, 248, 255);
  text-shadow: transparent 0px 0px 0px;
}

.warm-block p {
  margin: 0;
}

@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }

  .content {
    padding-right: 0;
  }

  .sidebar {
    display: none;
    border-left: none;
    padding-left: 0;
    margin-top: 30px;
  }

  .article-title {
    font-size: 22px;
  }
}

.video-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}

.video-wrapper video,
.video-wrapper img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.mobile-show {
  padding: 8px 15px;
  position: sticky;
  z-index: 10;
  bottom: 0px;
  background-color: rgb(0, 194, 73);
  background-size: auto;
  background-repeat: no-repeat;
  display: none;
}

@media (max-width: 768px) {
  .mobile-show {
    display: flex;
  }

}

.mobile-show a {
  width: 100%;
  align-self: center;
  color: #00C249;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  background-color: #FFFFFF;
  transition: .15s all ease-in-out;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  position: relative;
  box-shadow: RGB(37 42 50 / 32%) 0 1px 4px 1px;
  border-radius: 4px;
}

footer {
  padding: 60px 15px;
  background-color: rgb(46, 49, 56);
  background-size: auto;
  background-repeat: no-repeat;
  margin-top: 60px;
}

footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .container p,
footer .container a {
  text-align: center;
  color: rgb(171, 176, 186);
}