.wrapper {
  width: 100%;
  float: left;
}
#advertorial {
  background: rgb(74, 74, 74);
}
#advertorial p {
  margin: 0;
  padding: 0;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 13px;
}
ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body p {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-family: 'robotoregular' !important;
}
body {
  font-family: 'robotoregular' !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700 !important;
  font-family: 'robotoregular' !important;
}
#mouthtape {
  background: #f0f0f0;
}
.highlighted-color {
  color: rgb(208, 2, 27) !important
}
.btn-success {
  margin: 20px 0px !important;
  padding: 15px 100px !important;
  background-color: rgb(2, 196, 69) !important;
  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 !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  width: 100% !important
}
.special-offer {
  background-color: rgb(248, 231, 28);
}
.breadcrumb a
{
	color: #000000 !important;
	text-decoration: underline;
}
figure
{
	    color: rgb(0, 0, 0);
    line-height: 1.2;
    padding: 20px;
	font-weight: 500;
	font-size: 24px;
    background-color: rgb(240, 240, 240) !important;
    text-shadow: transparent 0px 0px 0px;
	margin: 0 0 1rem;
	font-family: 'robotoregular' !important;
}
.blockquote-footer
{
	color: rgb(51, 51, 51) !important;
	margin-top: 20px !important;
	font-family: 'robotoregular' !important;
	font-weight: 700 !important;
	font-size: 24px;
}
@font-face {
  font-family: 'robotoregular';
  src: url('fonts/roboto-regular-webfont.woff2') format('woff2'), url('fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}