/* Text Elements */

h1.main_header {
  padding-right: 0;
  padding-left: 64px;
  height: 64px;
  background-image: url('../../media/radexm-icon.png');
  background-attachment: scroll;
  background-position: left center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  color: #494949;
  text-align: left;
  font-weight: 700;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;

  background-blend-mode: normal;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
  justify-self: flex-start;
}

h2.content_section_heading {
  display: inline-block;
  overflow: hidden;
  margin-bottom: .4em;
  width: auto;
  color: #fffce7;
  vertical-align: bottom;
  text-align: center;
}

h2.heading-1 {
  text-align: center;
}

p.paragraph.guide_text_block {
  position: static;
  z-index: auto;
  background-color: rgba(255, 255, 255, .8);
  color: #494949;
  font-weight: 600;
  font-style: italic;
}

p.paragraph.main_slogan {
  clear: none;
  min-height: 64px;
  color: #636363;
  text-align: center;
  font-style: italic;
  font-size: 24px;
  font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  justify-self: auto;
}

p.paragraph.floating_text_block.guide_text_block {
  position: relative;
  top: auto;
  float: none;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  border: .125rem solid #cd9d2c;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, .5) 8px 8px 10px 4px;
  text-shadow: none;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

/* Layout Elements */

body.layout {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container-grid.content_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  min-width: 380px;
  min-height: 600px;
  max-width: 420px;
  background-color: #fffce7;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container-grid.content_header_wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: 10px;
  display: block;
  clear: both;
  margin-bottom: 4px;
  padding: 0;
  min-width: 220px;
  min-height: auto;
  max-width: none;
  width: auto;
  height: 50px;
  background-color: #5aaf37;
}

.container-grid.content_footer_wrapper {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: block;
  -ms-flex-pack: start;
  clear: both;
  -ms-flex-align: start;
  min-width: 220px;
  min-height: auto;
  width: auto;
  height: 50px;
  background-color: #ffe0ac;

  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  justify-self: end;
}

.container-grid.tok_wrapper {
  margin-top: 54px;
  margin-bottom: 54px;
  min-width: 100%;
  min-height: auto;
  height: auto;
  vertical-align: baseline;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

.container-grid.content {
  overflow: hidden;
  margin-top: 54px;
  margin-bottom: 54px;
  min-width: 220px;
  min-height: auto;
  max-width: 360px;
  width: 100%;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

a.link-button-glyph.btn_back_to_tok {
  position: absolute;
  top: 20%;
  right: 25%;
  left: auto;
  margin-top: 0;
  min-height: auto;
  width: auto;
}

div.responsive-picture.content_section_icon {
  display: inline-block;
  margin-top: 1px;
  margin-right: 12px;
  margin-left: 1px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  width: auto;
  vertical-align: baseline;

  mix-blend-mode: overlay;
}

div.responsive-picture.glyph_img_left {
  float: left;
  clear: left;
  margin-bottom: 10px;
  max-width: none;
  max-height: 64px;
  width: auto;
  height: auto;
}

div.responsive-picture.glyph_img_left > picture {
  height: auto;
}

div.responsive-picture.glyph_img_right {
  display: block;
  float: right;
  clear: both;
  margin-bottom: 10px;
  max-width: none;
  max-height: 64px;
  width: auto;
  height: auto;
}

div.responsive-picture.glyph_img_right > picture {
  height: auto;
}

div.responsive-picture.wide_img_block {
  margin-top: 0;
  max-width: none;
  max-height: 128px;
}

span.link-button-text.text-for-button-link-1 {
  color: #5aaf37;
  font-weight: 700;
}

span.glyph-for-button.icon-for-button-link-1 {
  color: #5aaf37;
}

div.responsive-picture.content_img {
  position: absolute;
  z-index: auto;
  max-width: none;
}

div.responsive-picture.wide_img_block.wide_img_floating {
  position: relative;
  top: auto;
  float: none;
  margin-right: 20px;
  margin-left: 20px;
  width: 90%;
  border: .125rem solid #cd9d2c;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, .5) 8px 8px 10px 4px;
}

.container-grid.content_overlay {
  position: absolute;
  z-index: 100;
  float: none;
}

.container-grid.header_wrapper {
  position: -webkit-sticky;
  position:         sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  clear: both;
  -ms-flex-align: start;
  max-height: none;
  width: 100%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.privacy_policy_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  min-width: 0;
  min-height: 600px;
  max-width: none;
  width: 100%;
  background-color: #fffce7;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media screen and (min-width: 36rem) {
  .container-grid.content_footer_wrapper {
    min-width: 220px;
  }
}