/*
 * @file
 * Overall specifications for Style+.
 */
body {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: #232323;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

/*Paragraphs and links*/
p {
  margin: 0;
  padding: 0 0 15px 0;
}
p.large {
  font-size: 24px;
  line-height: 1.45;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.region--dark-typography .link-email {
  text-decoration: none;
}
.region--dark-typography .link-email:hover {
  text-decoration: underline;
}

/*Regions with light typography*/
.region--light-typography {
  color: #ffffff;
}
.region--light-typography a {
  color: #ffffff;
  text-decoration: underline;
}
.region--light-typography a:hover {
  color: #ffffff;
  text-decoration: none;
}

/*Basic elements*/
img {
  height: auto;
  max-width: 100%;
}
code,
pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre;
  white-space: pre-wrap;
  font-family: 'Source Code Pro', Consolas, Monaco, Courier;
}
pre {
  background: #e1e1e1;
  border: none;
  border-left: 10px solid #d3d1cd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  padding: 20px;
  font-size: 14px;
  max-height: 62px;
  overflow: hidden;
  margin: 40px 0 40px 45px;
}
pre:hover {
  max-height: 10000px;
  -webkit-transition: all ease-in-out 2s;
  -moz-transition: all ease-in-out 2s;
  -o-transition: all ease-in-out 2s;
  -ms-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}
blockquote {
  border: 0 none;
  font-size: 1.5em;
  line-height: 1.5;
  padding: 2em 2em 2em 2em;
  margin: 2em auto 2em auto;
  position: relative;
  max-width: 560px;
  clear: both;
}
blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  height: 2em;
  border-left: 2px solid #232323;
  border-top: 2px solid #232323;
}
blockquote:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2em;
  height: 2em;
  border-right: 2px solid #232323;
  border-bottom: 2px solid #232323;
}
.region--colored-background blockquote:before,
.region--colored-background blockquote:after,
.region--black-background blockquote:before,
.region--black-background blockquote:after {
  border-color: #ffffff;
}
hr {
  border-top: 1px solid #f4f4f4;
  margin-bottom: 40px;
  margin-top: 40px;
}

/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.20;
  padding: 0;
  margin: 20px 0 10px 0;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 14px;
  font-weight: 700;
}
h1.title {
  margin-top: 0;
}
h1.page-title {
  margin-bottom: 20px;
}
.block-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 10px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ededed;
}
.footer__section h2.title,
.footer__section nav > h2,
.footer__section .block-search > h2,
.footer-bottom__section h2.title,
.footer-bottom__section nav > h2,
.footer-bottom__section .block-search > h2,
.subfooter__section h2.title,
.subfooter__section nav > h2,
.subfooter__section .block-search > h2 {
  font-size: 1.6em;
  margin-bottom: 25px;
}
.region--light-typography.region--colored-background .footer__section h2.title,
.region--light-typography.region--colored-background .footer__section nav > h2,
.region--light-typography.region--colored-background .footer__section .block-search > h2,
.region--light-typography.region--colored-background .footer-bottom__section h2.title,
.region--light-typography.region--colored-background .footer-bottom__section nav > h2,
.region--light-typography.region--colored-background .footer-bottom__section .block-search > h2,
.region--light-typography.region--colored-background .subfooter__section h2.title,
.region--light-typography.region--colored-background .subfooter__section nav > h2,
.region--light-typography.region--colored-background .subfooter__section .block-search > h2 {
  color: #ffffff;
}
.sidebar__section h2.title,
.sidebar__section nav > h2,
.sidebar__section .block-search > h2 {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #f4f4f4;
}
.region--gray-background .sidebar__section h2.title,
.region--gray-background .sidebar__section nav > h2,
.region--gray-background .sidebar__section .block-search > h2,
.region--light-background .sidebar__section h2.title,
.region--light-background .sidebar__section nav > h2,
.region--light-background .sidebar__section .block-search > h2 {
  border-color: #232323;
}
.col-md-12 h2.title,
.col-md-12 nav > h2,
.col-md-12 .block-search > h2 {
  text-align: center;
  margin: 20px 0;
  padding: 20px 0;
  font-size: 24px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #efefef;
}
.region--black-background .col-md-12 h2.title,
.region--black-background .col-md-12 nav > h2,
.region--black-background .col-md-12 .block-search > h2 {
  border-color: #313131;
}
.highlighted.region--black-background .col-md-12 h2.title,
.highlighted.region--black-background .col-md-12 nav > h2,
.highlighted.region--black-background .col-md-12 .block-search > h2 {
  border-color: #555555;
}
.region--light-background .col-md-12 h2.title,
.region--light-background .col-md-12 nav > h2,
.region--light-background .col-md-12 .block-search > h2 {
  border-color: #232323;
}
