/* breakpoints */
.boxed {
  box-sizing: border-box;
  margin: 20px 0;
}

@media only screen and (min-width: 381px) and (max-width: 959px) {
  .boxed {
    padding: 10px;
  }
}

@media only screen and (max-width: 380px) {
  .boxed {
    padding: 10px;
  }
}

.boxed > div {
  max-width: 960px;
  margin: 0 auto !important;
}

.highlighted-top {
  background: #ffffff;
  border-top-width: 3px;
  border-top-color: #474747;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-top h1, .highlighted-top h2, .highlighted-top h3, .highlighted-top h4 {
  margin: 0 0 10px 0;
}

.highlighted-bottom {
  background: #ffffff;
  border-bottom-width: 3px;
  border-bottom-color: #474747;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-bottom h1, .highlighted-bottom h2, .highlighted-bottom h3, .highlighted-bottom h4 {
  margin: 0 0 10px 0;
}

.highlighted-left {
  background: #ffffff;
  border-left-width: 3px;
  border-left-color: #474747;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-left h1, .highlighted-left h2, .highlighted-left h3, .highlighted-left h4 {
  margin: 0 0 10px 0;
}

.highlighted-right {
  background: #ffffff;
  border-right-width: 3px;
  border-right-color: #474747;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-right h1, .highlighted-right h2, .highlighted-right h3, .highlighted-right h4 {
  margin: 0 0 10px 0;
}

.indent {
  margin: 0 40px;
}

.indent-top {
  margin-top: 15px;
}

.indent-bottom {
  margin-bottom: 15px;
}

/* breakpoints */
.link-button .button-default, .link-button .default {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #f6f6f6;
  color: #5e5e5e;
  font-weight: bold;
}

.link-button .button-default:hover, .link-button .default:hover {
  color: #5e5e5e;
  background: #e3e3e3;
}

.link-button .button-success, .link-button .success {
  font-size: 12px;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #a0ce4e;
  color: #ffffff;
  font-weight: bold;
}

.link-button .button-success:hover, .link-button .success:hover {
  color: #ffffff;
  background: #92be43;
}

.link-button .button-warning, .link-button .warning {
  font-size: 12px;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #bc4526;
  color: #ffffff;
  font-weight: bold;
}

.link-button .button-warning:hover, .link-button .warning:hover {
  color: #ffffff;
  background: #c34e30;
}

.promoted-box {
  border: none !important;
}

.position-left, .position-left * {
  text-align: left !important;
}

.position-right, .position-right * {
  text-align: right !important;
}

.position-center, .position-center * {
  text-align: center !important;
}

/* breakpoints */
.cover-background > .component-content, .fix-background > .component-content, .parallax-background > .component-content {
  background-repeat: no-repeat;
  background-size: cover;
}

.fix-background > .component-content {
  background-position: left top;
  background-attachment: fixed;
  min-height: 240px;
}

.parallax-background > .component-content {
  background-position: 50% 0;
  background-attachment: fixed;
  min-height: 240px;
}

@media only screen and (max-width: 786px) {
  .parallax-background > .component-content {
    background-attachment: scroll;
  }
}

.row-splitter > .container-gray-background > .row,
.column-splitter > .container-gray-background .scEmptyPlaceholder,
.column-splitter > .container-gray-background > .component,
.container-gray-background > .component-content {
  background-color: #e3e3e3;
  color: #474747;
}

.row-splitter > .container-clean-background > .row,
.column-splitter > .container-clean-background .scEmptyPlaceholder,
.column-splitter > .container-clean-background > .component,
.container-clean-background > .component-content {
  background-color: #f7f7f7;
  color: #474747;
}

.row-splitter > .container-dark-background > .row,
.column-splitter > .container-dark-background .scEmptyPlaceholder,
.column-splitter > .container-dark-background > .component,
.container-dark-background > .component-content {
  background-color: #000000;
  color: #ffffff;
}

.row-splitter > .container-color-background > .row,
.column-splitter > .container-color-background .scEmptyPlaceholder,
.column-splitter > .container-color-background > .component,
.container-color-background > .component-content {
  background-color: url("../images/lines") 0 0 repeat;
  color: #474747;
}
