.component-sidebar {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  border-right: 3px solid #AAA;
  padding: 0 40px;
}

.main-component-content {
  width: 75%;
  display: inline-block;
}

.main-component-content .content-component {
  /*background-color: #FFF !important;*/
}

.component-sidebar.gray-bg .content-component {
  background-color: #F2F2F2 !important;
}

.main-component-content .hide-from-sidebar {
  display: none;
}

.component-sidebar .half-width-component, .component-sidebar .component-cta.half-width-component {
  width: 100%;
  display: block;
}

.component-sidebar .content-component .content-item {
  width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 1380px) {
  .component-sidebar {
    display: none;
  }
  .main-component-content {
	  width: 100%;
	  display: block;
  }
  .main-component-content .hide-from-sidebar {
    display: block;
  }
}