/* Headings */
/* .node-type-frames-page .content-wrapper h1,
.node-type-frames-page .content-wrapper h2,
.node-type-frames-page .content-wrapper h3,
.node-type-frames-page .content-wrapper h4,
.node-type-frames-page .content-wrapper h5,
.node-type-frames-page .content-wrapper h6 {
  padding: 0 0 .3em !important;
  margin: 0 !important;
  line-height: 1.25em !important;
}

.node-type-frames-page .content-wrapper h1 {
  font-size: 48px !important;
}

.node-type-frames-page .content-wrapper h2 {
  font-size: 36px !important;
  font-weight: 800 !important;
  color: #0B5583 !important;
}

.node-type-frames-page .content-wrapper h3 {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #000000 !important;
}

.node-type-frames-page .content-wrapper h4 {
  font-size: 30px !important;
}

.node-type-frames-page .content-wrapper h5 {
  font-size: 24px !important;
}

.node-type-frames-page .content-wrapper h6 {
  font-size: 18px !important;
} */

/* Page Content */
.node-type-frames-page #content-wrapper {
  width: 100%;
}

.node-type-frames-page #content-wrapper .container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.node-type-frames-page #content-wrapper .block-inner {
  margin-left: 0;
  margin-right: 0;
}

.node-type-frames-page #main-content {
  margin: 0!important;
  padding: 0!important;
}

.entity.entity-paragraphs-item {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (min-width:1025px) {
  .node-type-frames-page .container {
    width: 100%;
    max-width: 100% !important;
  }
 }
