.custom-full-content .layout-right .field {
  clear: both;
}

.custom-full-content .layout-right .field:before, .custom-full-content .layout-right .field:after {
  content: "";
  display: table;
}

.custom-full-content .layout-right .field:after {
  clear: both;
}

.custom-full-content .layout-first {
  color: #ffffff;
}

.custom-full-content {
  position: relative;
}

.custom-full-content .layout-first {
  background: #6093bd;
  padding: 68px 0 18px;
  margin-bottom: 40px;
}

.custom-full-content .layout-header {
  padding-bottom: 35px;
}

.custom-full-content .layout-header img {
  width: 100%;
}

.custom-full-content .layout-right {
  margin: 0 0 0 17px;
}

.custom-full-content .layout-right::before {
  content: "";
  background: #9abbd6;
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5px;
}

.custom-full-content .layout-right .field {
  display: block;
}

.custom-full-content .layout-right .container {
  width: 100%;
}

.custom-full-content .layout-left .container {
  width: 100%;
}

.custom-full-content.full-content-2-column-9-3-header .layout-first .layout-first__wrapper {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .custom-full-content .layout-right {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .custom-full-content.full-content-2-column-9-3-header .layout-first .layout-first__wrapper {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }
  .custom-full-content.full-content-2-column-9-3-header .layout-header {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 768px) and (width: 768px) {
  .custom-full-content.full-content-2-column-9-3-header .layout-header {
    padding-left: 0;
    padding-right: 0;
  }
}

.custom-media {
  position: relative;
}
