/* Columns.css */
.container {
  width: 1267px;
  margin-left: auto;
  margin-right: auto;
}

.container > .content {
  margin: 60px 0px;
}

[class*="columns-"]:after {
  content: "";
  display: table;
  clear: both;
}

[class*="columns-"] > * {
  float: left;
}

.columns-three > .left-sidebar {
  width: 22%;
}

.columns-three > .right-sidebar {
  width: 25%;
}

.columns-three > .page-content {
  width: 53%;
}

.columns-two > * {
  width: 45%;
}

.columns-two > *:first-child {
  margin-right: 5%;
}

.columns-two > .logo {
  width: 22%;
  margin-right: 0;
}

.columns-two > .content {
  width: 78%;
  float: right;
}

.page-header.columns-two > .content {
  height: 357px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

header.columns-two > *,
footer.columns-two > * {
  padding-top: 45px;
}

header.columns-two > *,
footer.columns-two > *,
.columns-three > * {
  padding-left: 45px;
  padding-right: 45px;
}

footer.page-footer {
  padding-bottom: 60px;
}
