@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('/static/font/opensans.woff2') format('woff2');
  unicode-range: U + 0000 -00FF, U + 0131 , U + 0152 -0153, U + 02 C6, U + 02 DA, U + 02 DC, U + 2000 -206F, U + 2074 , U + 20 AC, U + 2212 , U + 2215;
}
html {
  min-height: 100%;
  position: relative;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f5f5f5;
  color: #333333;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
.scroll-to-top {
  height: 50px;
  width: 50px;
  background-color: #2d2d2d;
  opacity: 0.5;
  color: #ffffff;
  justify-content: center;
  text-decoration: none;
  position: fixed;
  z-index: 15;
  display: none;
  align-items: center;
  font-size: x-large;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.scroll-to-top:hover,
.scroll-to-top:focus {
  opacity: 1;
  color: #ffffff;
}
.scroll-to-top.fixed {
  position: absolute;
  bottom: 0;
  right: -65px;
}
div[data-oembed-url] {
  margin-bottom: 10px;
}
.homepage-content {
  margin-bottom: 50px;
}
.button-red {
  display: block;
  color: #efa8b0;
  border: 2px solid #efa8b0;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bolder;
  width: 100%;
  text-align: center;
  background-color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button-red:hover,
.button-red:focus {
  text-decoration: none;
  color: white;
  background-color: #efa8b0;
}
.button-black {
  background-color: white;
  display: block;
  color: #2d2d2d;
  border: 2px solid #2d2d2d;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bolder;
  width: 100%;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button-black:hover,
.button-black:focus {
  text-decoration: none;
  color: white;
  background-color: #2d2d2d;
}
.link-pointer {
  cursor: pointer;
}
.main {
  background-color: white;
  margin-top: 30px;
  margin-bottom: 50px;
}
.gutter {
  padding-left: 15px;
  padding-right: 15px;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.background {
  background-color: #f5f5f5;
}
.row_table {
  min-height: 100%;
  display: table;
  width: 100%;
}
.col_cell {
  display: table-cell;
  height: 100%;
  float: none;
}
.separator {
  display: inline-block;
  background-color: #333333;
  margin: 0 10px;
  width: 1px;
  height: 14px;
  vertical-align: middle;
}
.red_line {
  border-bottom: 2px solid #e6142d;
  width: 40px;
  margin-bottom: 5px;
}
.title_red_line {
  border-bottom: 2px solid #e6142d;
  position: absolute;
  width: 40px;
  left: 0;
  margin-top: 24px;
}
input[type=checkbox] {
  position: absolute;
  z-index: -10;
}
input[type=checkbox]:disabled + label:before {
  background-image: url('/static/img/header/strip-pattern-320.png');
  cursor: default;
}
input[type=checkbox]:disabled + label {
  color: #999999;
  cursor: default;
}
input[type=checkbox].no-results + label {
  color: #999999;
}
label {
  font-weight: normal;
}
input[type=checkbox] + label {
  vertical-align: text-bottom;
  cursor: pointer;
  margin-left: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
  background-color: white;
  border: 1px solid #eaeaea;
  margin-left: -32px;
}
input[type=checkbox]:hover + label:before,
input[type=checkbox]:focus:enabled + label:before {
  content: "";
  background-color: #efa8b0;
  border: 1px solid #e6142d;
}
input[type=checkbox]:hover:disabled + label:before {
  content: "";
  background-color: white;
  border: 1px solid #eaeaea;
}
input[type=checkbox]:checked + label:before {
  content: "\2714";
  color: #e6142d;
  background-color: white;
  line-height: 21px;
  font-size: 26px;
}
input[type=checkbox]:checked:focus + label:before {
  content: "\2714";
  color: #e6142d;
  background-color: white;
  line-height: 21px;
  font-size: 26px;
  border: 1px solid #e6142d;
}
.legend {
  text-align: center;
  font-style: italic;
  font-size: small;
  margin-top: 5px;
  width: 100%;
}
@media (min-width:768px) {
  .pull-right-sm {
    float: right;
  }
  .vertical-align-sm {
    display: flex;
    align-items: center;
  }
  .align-right-sm {
    text-align: right;
  }
  .border-right-sm {
    border-right: solid thin #333333;
  }
  .padding-left-sm {
    padding-left: 15px;
  }
  .padding-right-sm {
    padding-right: 15px;
  }
  .container {
    width: 750px;
  }
}
@media (min-width:992px) {
  .row-md-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .container {
    width: 980px;
  }
}
@media (min-width:1200px) {
  .container {
    width: 980px;
  }
}
@media (max-width:767px) {
  .main {
    margin: 0 15px 50px 15px;
  }
  .title_red_line {
    width: 15px;
  }
  .homepage-content {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width:479px) {
  .col-xxs-12 {
    width: 100%;
  }
}