.col-md-12 > main:first-child ol,
.col-md-12 > main.margin ol,
.col-md-12 > main:first-child h1,
.col-md-12 > main.margin h1,
.col-md-12 > main:first-child h2,
.col-md-12 > main.margin h2,
.col-md-12 > main:first-child h3,
.col-md-12 > main.margin h3,
.col-md-12 > main:first-child h4,
.col-md-12 > main.margin h4,
.col-md-12 > main:first-child p,
.col-md-12 > main.margin p {
  max-width: 890px;
}
.col-md-12 > main.margin.no-max ol,
.col-md-12 > main.margin.no-max h1,
.col-md-12 > main.margin.no-max h2,
.col-md-12 > main.margin.no-max h3,
.col-md-12 > main.margin.no-max h4,
.col-md-12 > main.margin.no-max p {
  max-width: inherit;
}
.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*.hyphenate {
  text-align:left;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}*/
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
body #cookie_info {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  padding: 15px 80px 5px 15px;
}
body #cookie_info p {
  color: #14161d;
  font-family: "Proxima Nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .75em;
  font-size-adjust: 0.488;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
body #cookie_info a {
  display: inline-block;
  color: #ff0046;
  font-family: "Proxima Nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .875em;
  font-size-adjust: 0.488;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
  text-transform: uppercase;
  position: relative;
  padding-right: 16px;
  margin: 0px 0px 10px 0px;
}
body #cookie_info a:before {
  font-family: "icomoon";
  content: "\e904";
  font-size: 0.875em;
  position: absolute;
  right: 0;
  top: -1px;
  color: #ff0046;
  font-weight: normal;
}
body #cookie_info button {
  color: #ff0046;
  font-family: "Proxima Nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .875em;
  font-size-adjust: 0.488;
  font-style: normal;
  font-weight: 600;
  line-height: 1.143em;
  background: none;
  box-shadow: none;
  border: 1px solid #ff0046;
  padding: 4px 7px 2px 7px;
  position: absolute;
  top: 15px;
  right: 15px;
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body #cookie_info {
    position: fixed;
  }
  body #cookie_info a,
  body #cookie_info p {
    float: left;
  }
  body #cookie_info p {
    font-size: 0.875em;
    padding-right: 20px;
  }
}
