.header {
	background-color: #fff !important;
	border-bottom: 1px solid hsl(0, 0%, 90%);
	border-bottom: 1px solid var(--light-grey-2);
	padding: calc(1.5rem/2) 0;
	padding: calc(var(--baseline)/2) 0;
	position: relative;
	z-index: 1000
}

.header__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap
}

.header__logo {
	display: block;
	margin-right: auto
}

.header__logo svg {
	max-width: 65px;
	height: auto
}
.wrap {
	max-width: 1400px;
	max-width: var(--max-container-width);
	margin: 0 auto;
	padding: 0 calc(24px);
	padding: 0 calc(var(--gutter))
}

@media(min-width: 768px) {
	.wrap {
		width: 96%
	}
}

@media(min-width: 1200px) {
	.wrap {
		padding-left: calc(24px*2);
		padding-left: calc(var(--gutter)*2);
		padding-right: calc(24px*2);
		padding-right: calc(var(--gutter)*2)
	}
}

 .oj-panel {
    border-radius: unset;
    padding: 0;
    overflow: unset;
    border: 0;
}
.oj-flex-item {
  /* font-size: 13px; */
}
/* a.oj-tabbar-item-content .oj-tabbar-item-label {
    
    color: white;
}
.odcs-tabs.oj-tabbar-horizontal.oj-tabbar-icon-only .oj-tabbar-item.oj-selected, .oj-tabbar-horizontal:not(.oj-tabbar-icon-only) .oj-tabbar-item.oj-selected {
    background: white;
        border-top: solid 3px #53a979;
}
.oj-tabbar-horizontal:not(.oj-tabbar-icon-only) .oj-tabbar-item {
    border-bottom: 0px;
}
.oj-tabbar-element {
    height: 40px;
} */
.oj-form-layout .oj-form.oj-enabled .oj-text-field:not(.oj-textarea) .oj-text-field-readonly {
    font-size: 13px;
}
/* input text border */
/* .oj-form-layout .oj-form.oj-enabled .oj-text-field.oj-read-only .oj-text-field-container {
    border-width: 0;
} */

body .opa-interview.opa-enforced-styles *, body div .opa-interview.opa-enforced-styles, body div.opa-enforced-styles.opa-enforced-styles {
	border: solid 2px black;
	border-style: revert;
}
.oj-button-button {
min-width: 30%;
}
#contact-us button.oj-button-button {
    color: white;
    font-size: 18.4px;
    border: solid 2px;
    border-radius: 20px;
    font-weight: 400;
    transition: color .2s ease-out,opacity .2s ease-out,border-color .2s ease-out;
}
#contact-us button.oj-button-button:hover {
    background: white;
    color: black;
    transition: color .2s ease-out,opacity .2s ease-out,border-color .2s ease-out;
}


#show-more-button button.oj-button-button {
    /* border-radius: 17px; */
    border: 2px solid hsl(0deg 0% 43%);
    border-radius: 21px;
    font-size: 18px;
}
.opa-headers{
  font-size: 20px;
  font-weight:600;
  margin-top: 2%;
}
.custom-bg{
  background: hsl(280, 82%, 13%);
}
.site-names{
  font-size: 16px;
  padding-bottom: 17px;
}
.follow-link-icons{
  width: 29%;
}
.follow-link-names{
  font-size: 16px;
  color: white;
}
#loader {
    border: none;
    border-radius: unset;
    background-color: transparent;
    box-shadow: none;
    will-change: unset;
  }
.oj-popup.oj-focus-highlight{
    outline:none
}
.odcs-summary-field {
    font-size: 12px !important;
}