:root {
  --deep-sky-blue: #39b4e7;
  --midnight-blue: #0d122c;
  --0d122c: #de0020;
  --white: white;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  color: var(--deep-sky-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--midnight-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: proxima-nova, sans-serif;
}

.navbar {
  z-index: 100;
  color: #de0020;
  background-color: #de0020;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-menu {
  color: var(--midnight-blue);
  mix-blend-mode: normal;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.nav-logo {
  align-self: center;
  width: auto;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.brand {
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.above-nav-solid {
  background-color: #0d122c;
}

.above-nav-solid.above-nav-strip {
  height: 15px;
}

.header-section {
  background-image: url('../images/Scope-Services-Header-Image.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.icons {
  width: 68%;
  max-width: none;
  margin-top: -58px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 50px;
}

.who-is-scope-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.header-logo {
  width: 40%;
  padding-top: 100px;
  padding-bottom: 0;
}

.header-tag-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 10px;
  padding-top: 5px;
  padding-bottom: 150px;
  font-family: proxima-nova, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
}

.who-is-scope-rich-text {
  color: var(--0d122c);
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 220px;
  margin-right: 220px;
  font-family: proxima-nova, sans-serif;
  font-size: 50px;
  font-weight: 900;
}

.who-is-scope-rich-text p {
  font-size: 18px;
}

.who-is-scope-rich-text h4 {
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 23px;
}

.who-is-scope-rich-text.blue {
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  font-size: 20px;
  line-height: 1.6;
}

.who-is-scope-rich-text.blue ul {
  color: var(--midnight-blue);
  font-size: 18px;
  font-weight: 400;
}

.who-is-scope-big-text {
  color: var(--midnight-blue);
  mix-blend-mode: normal;
  margin-left: 220px;
  padding-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
}

.what-is-the-process-section {
  margin-bottom: 0;
  margin-right: 200px;
  overflow: hidden;
}

.process-heading {
  color: var(--0d122c);
  margin-bottom: 20px;
  margin-left: 140px;
  font-family: proxima-nova, sans-serif;
}

.process-div-background {
  background-image: url('../images/Scope-Services-Gradient-1.jpg');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 60px;
}

.process-para {
  color: var(--white);
  margin-left: 140px;
  padding-top: 0;
  padding-bottom: 70px;
  padding-right: 60px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.text-span {
  color: var(--0d122c);
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.icon-div-holder {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-bottom: 20px;
  margin-left: 80px;
  padding: 28px;
  display: flex;
}

.icon-columns {
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.layout-column, .inspection-column, .audit-column {
  align-items: center;
  display: flex;
}

.process-layout-icon, .process-inspection-icon, .process-audit-inspection-icon {
  width: 33%;
  margin-right: 10px;
  padding-bottom: 0;
}

.process-para-2 {
  color: var(--white);
  margin-top: 60px;
  padding-top: 0;
  padding-left: 140px;
  padding-right: 60px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.inspection-text, .layout-icon-text-block {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.audit-icon-text {
  color: var(--midnight-blue);
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.time-frame-div {
  flex-direction: row;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
}

.scope-s-icon-copy {
  align-self: flex-start;
  width: 120px;
  margin-top: 0;
  margin-left: 100px;
  padding-top: 0;
  padding-right: 40px;
  transition: opacity .2s;
}

.scope-s-icon-copy.b {
  padding-top: 0;
}

.time-frame-para {
  align-self: center;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.peace-of-mind-section {
  background-color: var(--midnight-blue);
}

.pom-image-a {
  width: 33%;
  margin-left: 140px;
  margin-right: 10px;
}

.pom-image-b {
  width: 33%;
  margin-right: 10px;
}

.pom-div-image-holder {
  flex-direction: row;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: 220px;
  padding-top: 60px;
  padding-right: 120px;
  display: flex;
}

.pom-image-c {
  width: 33%;
}

.pom-para {
  color: var(--deep-sky-blue);
  margin-bottom: 0;
  padding: 0 200px 100px 140px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.peace-on-minf-heading {
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.who-is-scope-div-wrapper {
  align-items: flex-start;
  display: flex;
}

.pom-heading {
  color: var(--deep-sky-blue);
  margin-top: 60px;
  padding-left: 140px;
  font-family: proxima-nova, sans-serif;
}

.standards-section {
  margin-left: 140px;
}

.standards-heading {
  color: var(--0d122c);
  margin-top: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: proxima-nova, sans-serif;
}

.standards-para {
  margin-right: 220px;
  padding-right: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.paragraph {
  font-family: proxima-nova, sans-serif;
}

.paragraph.standards {
  direction: ltr;
  column-count: 2;
  margin-bottom: 100px;
  margin-right: 200px;
  line-height: 1.6;
}

.cost-section {
  margin-bottom: 0;
  margin-right: 200px;
}

.cost-div-holder {
  background-image: none;
  background-size: auto;
  margin-bottom: 0;
}

.contact-logo-div {
  margin-bottom: 100px;
  margin-left: 140px;
  padding-top: 0;
  display: flex;
}

.cost-ss-logo {
  width: 200px;
  margin-right: 40px;
  padding-right: 0;
}

.cost-contact-text {
  color: var(--0d122c);
  margin-top: 0;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
}

.cost-div-background {
  background-image: url('../images/Scope-Services-Gradient-2.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 80px 30px 140px 140px;
}

.cost-para-text {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.cost-para-text._2 {
  padding-top: 0;
}

.heading {
  color: var(--white);
  margin-top: 60px;
  margin-left: 0;
  font-family: proxima-nova, sans-serif;
}

.bold-text {
  line-height: 1.6;
}

.text-span-2 {
  color: var(--deep-sky-blue);
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-span-3 {
  color: var(--deep-sky-blue);
  font-size: 22px;
  font-weight: 700;
}

.contact-div-wrapper {
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.link-phone {
  padding-bottom: 10px;
  text-decoration: none;
}

.phone-text {
  color: var(--midnight-blue);
  text-transform: none;
  font-family: proxima-nova, sans-serif;
  font-size: 25px;
  font-weight: 800;
  text-decoration: none;
}

.link-email {
  text-decoration: none;
}

.emaill-text {
  color: var(--deep-sky-blue);
  font-family: proxima-nova, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.red-bottom {
  background-color: var(--0d122c);
  height: 30px;
  margin-top: 60px;
  margin-right: 0;
}

.icon-text-title {
  color: var(--midnight-blue);
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 700;
  display: flex;
}

.resources-div {
  padding-bottom: 140px;
  overflow: hidden;
}

.resources-heading {
  color: var(--0d122c);
  margin-left: 140px;
  font-family: proxima-nova, sans-serif;
}

.resources-para {
  margin-left: 140px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
}

.resouces-button {
  border: 0px none var(--midnight-blue);
  background-color: var(--0d122c);
  mix-blend-mode: normal;
  border-radius: 20px;
  margin-left: 140px;
  margin-right: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.nav-link {
  color: var(--white);
  transition: color .2s;
}

.nav-link:hover {
  color: var(--midnight-blue);
}

.nav-link.w--current {
  color: var(--white);
}

.new-nav-div {
  align-self: flex-start;
}

.bullets {
  column-count: 0;
  margin-bottom: 60px;
  margin-right: 220px;
}

.bullets ul {
  color: var(--midnight-blue);
  column-count: 2;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.bullets-white {
  column-count: 0;
  margin-bottom: 20px;
  margin-right: 220px;
  font-size: 18px;
}

.bullets-white ul {
  color: var(--white);
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.process-nav {
  height: 0;
  margin-top: -100px;
  position: absolute;
}

.standards-nav {
  height: 0;
}

.resources-nav {
  height: 0;
  margin-top: -100px;
  position: absolute;
}

.contact-nav, .home-nav {
  height: 0;
}

.button {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.button._2 {
  border-radius: 20px;
}

.form-button {
  border: 0px none var(--midnight-blue);
  background-color: var(--0d122c);
  mix-blend-mode: normal;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  transition: background-color .2s;
}

.form-button:hover {
  background-color: var(--deep-sky-blue);
}

.form-wrapper {
  margin-left: 140px;
  overflow: hidden;
}

.form-heading {
  color: var(--0d122c);
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
}

.form-block {
  width: 80%;
  margin-top: 60px;
  margin-bottom: 40px;
}

.form-field-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.form-field {
  border: 1px solid var(--deep-sky-blue);
  border-radius: 2px;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.form-field.long {
  min-height: 180px;
}

.div-block {
  width: 48%;
}

.div-block-2 {
  justify-content: space-between;
  display: flex;
}

.submit-button {
  background-color: var(--midnight-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--0d122c);
}

.success-message {
  text-align: left;
  background-color: rgba(57, 180, 231, .12);
  border-radius: 2px;
}

.text-block {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.text-block-2 {
  font-family: proxima-nova, sans-serif;
}

.recapctha {
  margin-bottom: 30px;
}

.padding-40px {
  height: 40px;
}

.list-item {
  color: var(--midnight-blue);
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
}

.list-item-2 {
  text-transform: none;
}

.icon-filler {
  width: 120px;
  height: 20px;
  margin-left: 100px;
  margin-right: 30px;
}

@media screen and (min-width: 1440px) {
  .icons {
    width: 850px;
  }

  .header-logo {
    width: 450px;
  }

  .who-is-scope-rich-text {
    margin-left: 220px;
    margin-right: 180px;
  }

  .what-is-the-process-section {
    margin-right: 180px;
  }

  .process-heading {
    margin-left: 140px;
  }

  .process-div-background {
    background-image: url('../images/Scope-Services-Gradient-1.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .process-para {
    color: var(--white);
    margin-left: 140px;
    padding-top: 40px;
    padding-right: 40px;
  }

  .text-span {
    color: var(--0d122c);
  }

  .resouces-button:hover {
    background-color: var(--0d122c);
    color: var(--midnight-blue);
  }

  .resouces-button:active {
    background-color: var(--deep-sky-blue);
  }

  .form-button:hover {
    background-color: var(--0d122c);
    color: var(--midnight-blue);
  }

  .form-button:active {
    background-color: var(--deep-sky-blue);
  }

  .icon-filler {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--0d122c);
    padding-bottom: 10px;
  }

  .brand {
    margin-left: 30px;
  }

  .icons {
    margin-top: -31px;
  }

  .header-logo {
    width: 38%;
    padding-top: 60px;
  }

  .header-tag-text {
    text-align: center;
    letter-spacing: 5px;
    padding-bottom: 57px;
    font-size: 21px;
  }

  .who-is-scope-rich-text {
    margin-right: 140px;
  }

  .who-is-scope-rich-text.blue {
    margin-left: 0;
    margin-right: 120px;
  }

  .who-is-scope-big-text {
    margin-left: 220px;
    margin-right: 120px;
    font-size: 24px;
  }

  .what-is-the-process-section {
    margin-right: 40px;
  }

  .process-heading {
    margin-left: 100px;
  }

  .process-div-background {
    background-position: 50%;
    height: auto;
    margin-bottom: 20px;
  }

  .process-para {
    margin-left: 100px;
    padding-bottom: 80px;
  }

  .icon-div-holder {
    flex-direction: column;
    margin-left: 60px;
    display: flex;
  }

  .icon-columns {
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .layout-column {
    margin-bottom: 20px;
    display: flex;
  }

  .inspection-column {
    margin-bottom: 20px;
  }

  .process-layout-icon {
    flex: 0 auto;
    width: 130px;
    max-width: none;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .process-inspection-icon {
    width: 130px;
    margin-right: 20px;
    padding-bottom: 10px;
    display: block;
  }

  .process-audit-inspection-icon {
    width: 130px;
    margin-right: 20px;
  }

  .process-para-2 {
    flex-direction: column;
    padding-left: 100px;
    display: flex;
  }

  .layout-icon-text-block {
    flex: 0 auto;
    align-self: center;
    width: 100%;
  }

  .pom-image-a {
    margin-left: 100px;
  }

  .pom-div-image-holder {
    margin-right: 40px;
  }

  .pom-para {
    padding-left: 100px;
    padding-right: 40px;
  }

  .pom-heading {
    padding-left: 100px;
  }

  .standards-section {
    margin-left: 100px;
  }

  .standards-para {
    margin-right: 60px;
  }

  .paragraph.standards {
    column-count: auto;
    margin-right: 60px;
  }

  .cost-section {
    margin-right: 40px;
  }

  .contact-logo-div {
    margin-left: 100px;
  }

  .cost-ss-logo {
    width: 40%;
    padding-right: 40px;
  }

  .cost-div-background {
    background-position: 40% 40%;
    padding-left: 100px;
  }

  .cost-para-text {
    margin-left: 0;
    margin-right: 60px;
  }

  .heading {
    margin-left: 0;
    margin-right: 60px;
    padding-right: 0;
  }

  .red-bottom {
    height: 30px;
    margin-left: 0;
  }

  .menu-button {
    color: var(--midnight-blue);
    font-family: proxima-nova, sans-serif;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .resources-div {
    padding-bottom: 100px;
  }

  .resources-heading, .resources-para, .resouces-button {
    margin-left: 100px;
  }

  .nav-link {
    letter-spacing: .5px;
    padding-left: 60px;
    font-size: 18px;
  }

  .new-nav-div {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .bullets {
    margin-right: 40px;
  }

  .bullets ul {
    column-count: 1;
    margin-right: 0;
  }

  .bullets-white {
    margin-right: 40px;
  }

  .bullets-white ul {
    column-count: 1;
    margin-right: 0;
  }

  .icon {
    color: var(--white);
    font-size: 34px;
    line-height: 24px;
  }

  .form-button {
    margin-left: 0;
  }

  .form-wrapper {
    margin-left: 40px;
  }

  .form-block {
    width: 100%;
  }

  .icon-filler {
    margin-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }

  .icons {
    padding-bottom: 30px;
  }

  .who-is-scope-section {
    flex-direction: column;
    display: flex;
  }

  .header-logo {
    padding-top: 40px;
  }

  .header-tag-text {
    letter-spacing: 2px;
    padding-bottom: 35px;
    font-size: 18px;
  }

  .who-is-scope-rich-text {
    margin-left: 40px;
    margin-right: 40px;
  }

  .who-is-scope-rich-text h2 {
    font-size: 30px;
  }

  .who-is-scope-rich-text.blue {
    margin-left: 40px;
  }

  .who-is-scope-big-text {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
    font-size: 24px;
  }

  .what-is-the-process-section {
    margin-right: 0;
  }

  .process-heading {
    margin-left: 40px;
    font-size: 30px;
  }

  .process-div-background {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .process-para {
    margin-left: 40px;
    padding-right: 40px;
  }

  .icon-div-holder {
    margin-left: 40px;
  }

  .icon-columns {
    flex-direction: column;
  }

  .process-layout-icon, .process-inspection-icon {
    width: 120px;
  }

  .process-audit-inspection-icon {
    width: 120px;
    padding-bottom: 0;
  }

  .process-para-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .time-frame-div {
    flex-direction: row;
    align-items: center;
  }

  .scope-s-icon-copy {
    margin-left: 40px;
    padding-top: 0;
  }

  .scope-s-icon-copy.b {
    align-self: center;
  }

  .time-frame-para {
    margin-bottom: 0;
    padding-right: 40px;
  }

  .pom-image-a {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .pom-image-b {
    width: auto;
    margin-top: 10px;
    margin-right: 0;
    padding-top: 0;
  }

  .pom-div-image-holder {
    flex-direction: column;
    justify-content: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 0;
    display: flex;
  }

  .pom-image-c {
    width: auto;
    margin-top: 10px;
    margin-right: 0;
    padding-top: 0;
  }

  .pom-para {
    padding-left: 40px;
  }

  .who-is-scope-div-wrapper {
    flex-direction: column;
  }

  .pom-heading {
    padding-left: 40px;
  }

  .standards-section {
    margin-left: 40px;
  }

  .standards-heading {
    font-size: 30px;
  }

  .standards-para, .paragraph.standards {
    margin-right: 40px;
  }

  .cost-section {
    margin-right: 0;
  }

  .contact-logo-div {
    flex-direction: column;
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .cost-ss-logo {
    align-self: center;
    margin-right: 0;
    padding-bottom: 40px;
    padding-right: 0;
    display: block;
  }

  .cost-contact-text {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .cost-div-background {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 100px 40px;
  }

  .cost-para-text {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .heading {
    margin: 0;
    font-size: 30px;
  }

  .contact-div-wrapper {
    align-items: center;
  }

  .phone-text, .emaill-text {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .resources-heading, .resources-para {
    margin-left: 40px;
    margin-right: 40px;
  }

  .resouces-button {
    margin-left: 40px;
  }

  .bullets-white {
    margin-right: 0;
  }

  .form-button {
    margin-left: 0;
  }

  .form-wrapper {
    margin-right: 40px;
  }

  .div-block {
    width: 100%;
  }

  .div-block-2 {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-logo {
    width: 100%;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header-section {
    flex-direction: column;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icons {
    width: 80%;
    margin-top: -6px;
    padding-bottom: 20px;
  }

  .who-is-scope-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .header-logo {
    width: 50%;
    padding-top: 0;
  }

  .header-tag-text {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
  }

  .who-is-scope-rich-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .who-is-scope-rich-text h2 {
    font-size: 26px;
    line-height: 1.1;
  }

  .who-is-scope-rich-text p {
    font-size: 15px;
  }

  .who-is-scope-rich-text.blue {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .who-is-scope-big-text {
    margin-left: 0;
    margin-right: 10px;
    font-size: 21px;
  }

  .what-is-the-process-section {
    margin-right: 0;
  }

  .process-heading {
    margin-left: 30px;
    font-size: 26px;
    line-height: 1.2;
  }

  .process-div-background {
    height: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .process-para {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .icon-div-holder {
    margin-left: 0;
    margin-right: -30px;
  }

  .icon-columns {
    align-self: flex-start;
    align-items: flex-start;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .layout-column, .inspection-column, .audit-column {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .process-layout-icon, .process-inspection-icon {
    width: 100px;
  }

  .process-audit-inspection-icon {
    width: 100px;
    padding-bottom: 10px;
  }

  .process-para-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
  }

  .inspection-text, .layout-icon-text-block {
    padding-bottom: 20px;
    font-size: 17px;
  }

  .audit-icon-text {
    font-size: 17px;
  }

  .time-frame-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .scope-s-icon-copy {
    align-self: flex-start;
    width: 60px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-right: 0;
  }

  .scope-s-icon-copy.b {
    margin-bottom: 20px;
    position: relative;
  }

  .time-frame-para {
    padding-left: 30px;
    padding-right: 30px;
  }

  .peace-of-mind-section {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pom-div-image-holder {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .pom-para {
    padding: 20px 0;
  }

  .who-is-scope-div-wrapper {
    flex-direction: column;
    padding: 0;
  }

  .pom-heading {
    padding-left: 0;
  }

  .standards-section {
    margin-left: 30px;
    margin-right: 30px;
  }

  .standards-heading {
    margin-top: 60px;
    font-size: 26px;
    line-height: 1.2;
  }

  .standards-para {
    margin-right: 0;
  }

  .paragraph.standards {
    margin-right: 10px;
  }

  .contact-logo-div {
    margin-left: 30px;
    margin-right: 30px;
  }

  .cost-ss-logo {
    width: 60%;
    margin-right: 0;
  }

  .cost-contact-text {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .cost-div-background {
    padding: 40px 30px;
  }

  .cost-para-text {
    margin-left: 0;
    margin-right: 0;
  }

  .heading {
    white-space: normal;
    margin-left: 0;
    margin-right: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 23px;
    line-height: 1.2;
  }

  .contact-div-wrapper {
    align-items: center;
    display: flex;
  }

  .phone-text, .emaill-text {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 23px;
  }

  .menu-button {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .resources-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .resources-heading {
    margin-left: 0;
    margin-right: 0;
    font-size: 26px;
    line-height: 1.2;
  }

  .resources-para {
    margin-left: 0;
    margin-right: 0;
  }

  .resouces-button {
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 60px;
  }

  .new-nav-div {
    justify-content: space-between;
    align-items: stretch;
    height: 60px;
  }

  .bullets, .bullets-white {
    margin-right: 0;
  }

  .bullets-white ul {
    padding-left: 20px;
  }

  .form-button {
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 10px;
  }

  .form-heading {
    font-size: 26px;
    line-height: 1.2;
  }

  .icon-filler {
    margin-left: 0;
  }
}


