@import url("https://fonts.googleapis.com/css?family=Cabin|Open+Sans");
.commodity-hero-block .constrained {
  margin-top: -300px!important;
  /* Discovered 9-3-2021 5:49pm If this is not set - The Entire page sets to 0 it shifts entire homepage down */
}

.api-reg-edit {
  margin-top: -75px;
}

.api-reg-newcontentwdith {
  padding-left: 28px!important;
  padding-right: 28px!important;
}

.api-subhead {
  font-size: 2.1rem!important;
  color: #f85d13!important;
  padding-bottom: 10px!important;
}

.starbottom {
  padding-bottom: 0px;
}

.api-subhead-customer-review {
  font-size: 1.8rem!important;
  color: #000000!important;
  padding-top: 4px;
}

#wrap-profile-pic-api {
  margin: 1em 1em;
}

.left-profile-pic-api {
  float: left;
  margin-right: 1.5em;
  padding-top: 0px;
}

.right-profile-pic-api {
  float: right;
  margin-left: 1em;
  padding-top: 0px;
}

.pstopwrap-api {
  margin-bottom: 2.5em;
  overflow: hidden;
  /* this is what keep the <p> from wrapping  */
}

.pstopwrap-api:last-child {
  overflow: visible;
  /* this is an example of the browser default */
}

.api-tab-wrapper {
  background-color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
}

.api-heading {
  font-size: 3.5rem!important;
  padding: 0px 0 25px 0!important;
  text-decoration: none!important;
  text-transform: none!important;
}

.api-feature-tech-section-gray {
  margin: 0px!important;
  background-color: #eeeeee;
  padding-left: 30px!important;
  /* Changed by Reggie 9-13-2021 per API business */
}

.api-feature-section-gray {
  margin: 0px!important;
  background-color: #eeeeee;
}

.api-section-color-white {
  background-color: #ffffff;
  padding-top: 0px;
  padding-left: 1em;
  padding-right: 1em;
}

.api-button-centering {
  text-align: center;
  padding-top: 50px;
}

.button {
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 12px;
  padding: 20px 50px;
  border: transparent solid 2px;
  background: none;
  background-color: transparent;
  color: #000;
  margin-top: 35px;
  text-decoration: none !important;
  cursor: pointer;
  min-height: 56px;
}

.button.transparent {
  border-color: #000 !important;
}

.try-out {
  display: none;
}

body {
  counter-reset: section;
}

li.list-none:before {
  counter-increment: section;
  content: counter(section);
}

ol.list-none {
  list-style: none;
}

.cCPCustomerAPI_GettingStarted {
  padding-top: 5%;
}

.cCPCustomerAPI_GettingStarted .timeline-wrapper {
  margin-left: 2.5rem;
  border-left: 2px solid #f85d13;
  font-family: Arial, sans-serif;
}

.cCPCustomerAPI_GettingStarted .node {
  font-family: inherit;
  padding-left: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.cCPCustomerAPI_GettingStarted .node h3 {
  /* font-size: 35px; */
  /*color: #f85d13;*/
  /* line-height: 26px;
	margin-bottom: 26px;*/
  padding-top: 0;
  margin-top: -11px;
}

.cCPCustomerAPI_GettingStarted .node:before {
  font-family: inherit;
  font-size: 16px;
  text-align: center;
  color: #fff;
  counter-increment: section;
  content: counter(section);
  width: 2rem;
  height: 2rem;
  background: #f85d13;
  border: #f85d13 solid 3px;
  /*border-radius: 50%;*/
  border-radius: 25px;
  position: absolute;
  top: -0.5rem;
  left: -1.3rem;
}

.cCPCustomerAPI_GettingStarted .node:before {
  font-family: inherit;
  font-size: 16px;
  text-align: center;
  color: #fff;
  counter-increment: section;
  content: counter(section);
  width: 1rem;
  height: 1rem;
  background: #f85d13;
  border: #f85d13 solid 9px;
  /* border-radius: 50%; */
  border-radius: 25px;
  position: absolute;
  top: -0.5rem;
  left: -1.1rem;
}

.cCPCustomerAPI_GettingStarted .node:nth-of-type(5):before {
  content: "\2714";
  background: #4cae2a;
  border: #4cae2a solid 9px;
}

.col-centered {
  float: none;
  margin: 0 auto;
  text-align: center;
}

.swagger-ui .info .title {
  visibility: hidden;
  display: none;
}

.swagger-ui .info {
  display: none;
}

.swagger-ui .topbar {
  display: none;
}

.swagger-ui section.models.is-open {
  display: none;
}

.swagger-ui .scheme-container {
  margin: 0 0 10px;
  padding: 0px 0;
}

.swagger-ui .scheme-container {
  display: none;
}

.swagger-ui .opblock.opblock-get .opblock-summary, .swagger-ui .opblock.opblock-post .opblock-summary, .swagger-ui .opblock.opblock-put .opblock-summary, .swagger-ui .opblock.opblock-delete .opblock-summary, .swagger-ui .opblock.opblock-deprecated .opblock-summary {
  /* mitch removed for swagger-ui update
  margin-top: 10px;
  margin-bottom: 10px;
  */
}

.swagger-ui .opblock.opblock-deprecated .opblock-summary {
  margin-top: 10px;
  margin-bottom: 10px;
}

.swagger-ui .opblock .opblock-summary {
  /* mitch removed for swagger-ui update
  display: block;
  */
}

.swagger-ui .opblock .opblock-summary .opblock-summary-path .nostyle, .swagger-ui .opblock .opblock-summary .opblock-summary-path__deprecated .nostyle {
  /* mitch removed for swagger-ui update
  margin-left: 85px;
  margin-top: -38px;
  */
}

.swagger-ui .opblock .opblock-summary .opblock-summary-description {
  /* mitch removed for swagger-ui update
  margin-left: 94px;
  margin-top: -10px;
  */
  font-style: italic;
}

.swagger-ui .authorization__btn {
  float: right;
  /* mitch removed for swagger-ui update
  margin-top: -20px;
  */
}

.node ul.postman ol.postman {
  list-style-type: decimal !important;
}

.commodity-hero-block .constrained .commodity-flat-block .ui-subtabs h4.opblock-tag a.nostyle {
  font-size: 1.125rem;
  text-transform: uppercase;
  text-decoration: none!important;
  color: black;
}

div.restricted {
  float: right;
  margin-right: 25px;
}

span.restricted {}

svg#locked, svg#unlocked {
  width: 20px;
  height: 20px;
  opacity: 0.4;
}

.form-style input[type=tel], .form-style input[type=url] {
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 10px;
  color: #000;
  border: none;
  border: solid 1px #878787;
  background: none;
  background-color: #fff;
}

.commodity-hero-block .constrained {
  margin-top: 0;
}

.commodity-hero-block .constrained .commodity-flat-block .ui-subtabs>div a, .commodity-hero-block .constrained .commodity-section .commodity-section-content a.formlink {
      text-decoration: underline;
}

.form-style label.control-label, span.control-label {
  color: #f85d13;
}

span.pointer {
  cursor: pointer;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button */

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.faq .faq-block .question-block .question h4 {
  text-decoration: none;
  text-transform: none;
}

.commodity-hero-block .constrained .commodity-section .commodity-section-content h4 {
  text-decoration: none;
}
