/* Reset Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid #000; */
}

/* Body Styles */
body {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background-color: #f5f5f5;
  z-index: -1;
  height: 550px;
}

.main-container {
  width: 1024px;
  background-color: #ffffff;
}

.bgbox {
  background-color: #ed1b24;
  padding: 40px 40px 50px 40px;
}

/* Header Styles */
.logo-container {
  display: flex;
  width: 1024px;
  justify-content: start;
  align-items: center;
  background-color: #ffffff;
  padding: 9px 9px 9px 30px;
  font-family: Arial, sans-serif;
}

.logo-container img {
  width: 40px;
}

.logo-text {
  font-size: 16px;
  font-weight: bold;
  color: #ed1b24;
  margin-left: 10px;
  line-height: 1.5;
  margin-bottom: 0px;
}

/* Main Header Styles */
.mainheader {
  width: 100%;
  position: relative;
}

.headline h1 {
  position: absolute;
  top: 120px;
  left: 550px;
  font-size: 30px !important;
}

.mainheader img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}

.mainheader h1 {
  padding: 10px;
  font-size: 17px;
  font-weight: 1000 !important;
  text-align: center !important;
  color: #ffffff;
  letter-spacing: 2px;
}

.mhcontent {
  position: absolute;
  top: 230px;
  left: 360px;
  width: 570px;
  justify-content: center;
}

.mhcontent > p {
  width: 100%;
  font-size: 14px;
  padding: 0px;
}

span {
  width: 50px;
  color: #ed1b24;
}

/* Header Styles */
.logo-container {
  display: flex;
  width: 1024px;
  justify-content: start;
  align-items: center;
  background-color: #ffffff;
  padding: 9px 9px 9px 30px;
  font-family: Arial, sans-serif;
}

.logo-container img {
  width: 40px;
}

.logo-text {
  font-size: 16px;
  font-weight: bold;
  color: #ed1b24;
  margin-left: 10px;
}

/* Main Header Styles */
.mainheader {
  width: 100%;
  position: relative;
}

.headline h1 {
  position: absolute;
  top: 120px;
  left: 550px;
  font-size: 30px !important;
}

.mainheader img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}

.mainheader h1 {
  padding: 10px;
  font-size: 17px;
  font-weight: 1000 !important;
  text-align: center !important;
  color: #ffffff;
}

.mhcontent {
  position: absolute;
  top: 230px;
  left: 360px;
  width: 570px;
  justify-content: center;
}

.mhcontent > p {
  width: 100%;
  font-size: 14px;
  padding: 0px;
}

span {
  width: 50px;
  color: #ed1b24;
}

/* News Styles */
.container {
  display: flex;
  padding: 50px 30px 50px 30px;
  background-color: #ed1b24;
}

.certification-list {
  width: 30%;
  padding: 10px;
  border-right: 1px solid #ccc;
}

.certification-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
  color: #ffffff;
}

.certification-item h3 {
  font-size: 17px;
}

.certification-preview {
  width: 70%;
  padding-left: 20px;
}

.preview-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.preview-category {
  margin-bottom: 10px;
  font-weight: bold;
}

.preview-thumbnail {
  width: 650px;
  height: auto;
  margin-bottom: 10px;
}

.preview-images img {
  width: 250px;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
}

.certification-preview h3 {
  color: #ffffff !important;
}

.certification-preview h1 {
  font-size: 24px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-style: normal;
}

.news-button-container {
  display: flex;
}

.news-btn {
  padding: 10px 25px 10px 25px;
  background-color: #fff;
  cursor: pointer;
}

.news-btn:hover {
  background-color: #acacac;
}

.news-hr {
  margin-bottom: 20px;
}

/* recentposts */

.section {
  background-color: #292929;
  text-align: left;
  padding: 20px 30px 20px 40px;
}

.awa {
  text-align: center !important;
}

.section a {
  color: #ffffff;
  font-size: 25px !important;
  text-align: center;
}

.recentposts {
  position: relative;
  padding: 30px 20px 20px 10px;
  background-color: #292929;
}

.expandable-list {
  list-style-type: none;
  padding: 50px;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}

.expandable-list li {
  margin-bottom: 10px;
}

.expandable-list li > span.toggle {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
}

.expandable-list ul {
  list-style-type: none;
  display: none;
  padding-left: 35px;
  font-size: 16px;
}

.expandable-list li.open > ul {
  display: block;
}

.expandable-list .icon {
  display: none;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.expandable-list li.open .open-icon,
.expandable-list li:not(.open) .close-icon {
  display: inline-block;
}

.expandable-list li.open .close-icon,
.expandable-list li:not(.open) .open-icon {
  display: none;
}

.toggle1 li,
.toggle2 li {
  font-size: 18px;
  margin: 15px 5px 10px 0px;
  font-weight: bolder;
}

.p1 {
  text-align: end !important;
  margin-right: 60px;
  margin-bottom: 15px;
}

P {
  font-weight: lighter;
}

.toggle1 li::before,
.toggle2 li::before {
  content: "\2022";
  color: rgb(0, 0, 0);
  margin-right: 0.5em;
}

.toggleh {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
}

.toggleol li {
  font-weight: lighter;
  margin: 0;
  margin-left: 40px;
  padding: 0;
}

.images {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 750px;
  margin-left: 40px;
}

.toggle1 img {
  width: 300px;
  padding: 20px;
}

.toggle2 img {
  width: 500px;
  padding: 20px;
}

hr.newhr {
  margin: 0 auto;
  width: 50px;
}
