/* === CTCT Specific Variables === */
/*  styles specific to legal pages  */
body {
  color: #606d78;
}
h1 {
  color: #436c99;
}
h5 {
  margin-bottom: 10px;
}
address {

  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 26px;
  margin-top: 0px;
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  address {
    margin-top: 21px;
  }
}
@media (min-width: 992px) {
  address {
    margin-top: 26px;
  }
}
@media (min-width: 768px) {
  address {
    margin-bottom: 21px;
  }
}
@media (min-width: 992px) {
  address {
    margin-bottom: 26px;
  }
}
p + address {
  margin-top: 0;
}
.header {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 34px;
  border-bottom: 1px solid #d1d3d4;
}
@media (min-width: 768px) {
  .header {
    margin-bottom: 43px;
  }
}
@media (min-width: 992px) {
  .header {
    margin-bottom: 53px;
  }
}
/* legal page-specific css */
/* uri = /legal/open-source */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* uri = /legal/privacy-statement */
.summary {
  padding: 23px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .summary {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .summary {
    padding: 36px;
  }
}
@media (min-width: 768px) {
  .summary {
    margin-bottom: 21px;
  }
}
@media (min-width: 992px) {
  .summary {
    margin-bottom: 26px;
  }
}
.summary h4:first-of-type {
  color: #436c99;
}
.summary p a {
  color: #436c99;
  font-size: 14px;
  font-weight: 600;
}
.summary hr {
  border-color: #9ea9af;
}
/* uri = /legal/report-vulnerability */
.report-vulnerability .thanks-list {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .report-vulnerability .thanks-list {
    margin-bottom: 43px;
  }
}
@media (min-width: 992px) {
  .report-vulnerability .thanks-list {
    margin-bottom: 53px;
  }
}
.report-vulnerability .thanks-list li {
  list-style: none outside none;
}
.report-vulnerability .thanks-list li a {
  cursor: pointer;
  height: 16px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.report-vulnerability .thanks-list li a.facebook {
  background: url("https://static.ctctcdn.com/lp/images/standard/bv2/icons/social_icons_footer.png") no-repeat 0 0 transparent;
  width: 16px;
  top: 5px;
}
.report-vulnerability .thanks-list li a.twitter {
  background: url("https://static.ctctcdn.com/lp/images/standard/bv2/icons/social_icons_footer.png") no-repeat -17px 0 transparent;
  width: 20px;
  top: 5px;
}
.report-vulnerability .thanks-list li a.website {
  background: url("https://static.ctctcdn.com/lp/images/standard/bv2/icons/icon_website.png") no-repeat 0 0 transparent;
  width: 16px;
  top: 5px;
}
/* uri = /legal/safeunsubscribe */
.btn.multiline {
  white-space: normal;
  height: auto;
}
.text-center-xs {
  text-align: center;
}
@media (min-width: 768px) {
  .row-even-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .row-even-height .col-even-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .row-even-height .col-even-height.valign-center {
    vertical-align: middle;
  }
  .text-center-xs {
    text-align: left;
  }
}

li {
    margin-left: 20px;
}
