.gold_divide {
  width: 100%;
  height: 300px;
  padding: 25px;
}

.gold_divide-iron {
  padding: 25px 0;
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gold_divide_textbox {
  width: 33%;
}

.gold_iron_para {
  font-size: .7rem;
  color: #ffffff;
}

.site-footer {
  width: 100%;
  background: #163A5B;
  padding: 35px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  color: #ffffff;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 200;
}

.site-footer-column {
  width: 25%;
  display: flex;
  flex-direction: column;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.3;
  font-size: 1rem;
  align-items: flex-end;
}

.site-footer-column a {
  width: 200px;
  text-decoration: none !important;
}

.site-footer-column ul {
  list-style-type: none;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.site-footer-column a p {
  list-style-type: none;
}

.footer_icon_textbox p {
  text-decoration: none !important;
  color: #ffffff;
  font-size: 1rem;
  margin: 0px 0px 9px 0px;
}

.footer-menu-link {
  text-decoration: none !important;
  color: #ffffff;
  font-size: 1rem;
  margin: 7px 0px;
}

.footer-disclaimer {
  font-size: 0.8rem;
}

.gold_divide {
  height: 225px !important;
}

@media (max-width: 580px) {

.gold_divide-iron {
  width: 90%;
}

.site-footer {
  flex-direction: column;
}

.site-footer-column {
  width: 29px;
  width: 90%;
  margin: 5px auto;
}

}




.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(28, 45, 70, .6);
  color: #fff;
  padding: 15px;
  display: none;
  box-sizing: border-box;
  text-align: center;
  z-index: 9999;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  padding-top: 36px;
  height: 100px;
}

.cookie-banner p a {
 color: #ffffff;
}

.cookie-banner button {
  margin-left: 10px;
  padding: 5px 15px;
  cursor: pointer;
}