#wrap {position: relative; /* min-height: 100%; */}

#stickyfoot, .stickfoot {
  position: fixed;
  bottom: 0px;
	/* background: url('/meeting/us22/images/dcimage.jpg'); */
	background-color: #2A4D48;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 86px;
  clear: both;
  color: #fff;
	font-size: 14px;
  z-index: 300;
  font-family: arial, sans-serif;
  border-top: 1px solid #ffffff;
}

#stickyfoot:hover {
  color: #fff;
}

.content_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 76px;
  padding-bottom: 15px;
}

.box_text {
  display: inline-flex;
}

#stickyfoot h2 {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  line-height: normal;
  margin: 0px auto;
  margin-top: 10px;
  padding: 0px;
}

#stickyfoot a {
  color: #ffffff;
  text-decoration: none;
	cursor: pointer;
}

#stickyfoot a.mainlink {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  padding: 15px auto 0px;
  margin-bottom: 0px;
}

sup {
  font-size: .5em;
  top: -0.8em;
}

#stickyfoot .cleared {
  display: none;
}

.green_btn_sticky {
  display: inline-block;
  background-color: #65A475;
  width: 180px;
  padding: 15px 0px;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 20px;
}

.break {
  display: none;
}

@media screen and (max-width: 800px) {
  #stickyfoot {
    height: 112px;
  }

  #stickyfoot h2 {
    font-size: 24px;
  }

  .break {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #stickyfoot {
    background-color: #2A4D48;
    height: 112px;
  } 

  #stickyfoot h2 {
    font-size:16px;
  }

  .break {
    display: block;
  }

  .green_btn_sticky {
    font-size: 10px;
    width: 120px;
  }
}