
html {
  background-color: white !important;
}
.container-ose {
 --bs-gutter-x: 1.5rem;
 --bs-gutter-y: 0;
 width: 100%;
 padding-right: calc(var(--bs-gutter-x) * .5);
 padding-left: calc(var(--bs-gutter-x) * .5);
 margin-right: auto;
 margin-left: auto;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.container-ose {
 max-width: 540px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 .container-ose {
 max-width: 720px;
 }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .container-ose {
 max-width: 960px;
 }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
 .container-ose {
 max-width: 1140px;
 }
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
 .container-ose {
 max-width: 1320px;
 }
}

@media (min-width: 1920px) {
 .container-ose {
 max-width: 1820px;
 }
}

.os-header {
 position: relative;
}

@media (max-width: 517px) {
 .container-ose {
 justify-content: space-between;
 width: 100%;
 }
}

.os-search-btn{
 padding-left: 4px;
 padding-right: 4px;
}
.os-search-mobile {
 padding-left: 4px;
 padding-right: 4px;
}
.os-header-search-cont {
 display: none;
}

.os-header-search-cont.active {
 display: block;
}

.os-header-bg {
 background: var(--os-header-bg);
}

.os-header-logo {
 max-width: 240px;
 margin-right: 0;
 padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 .os-header-logo {
 max-width: 155px;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .os-header-logo {
 max-width: 200px;
 }
}


@media only screen and (min-width: 1200px) and (max-width: 1919px) {
 .os-header-logo {
 max-width: 240px;
 }
}

@media (min-width: 1920px) {
 .os-header-logo {
 max-width: 100%;
 }
}

.os-header .navbar-toggler {
 color: var(--os-white-color);
 border: 0;
 padding: 0;
}

.os-header .navbar-toggler:focus {
 box-shadow: none !important;
}

.os-header .navbar-toggler-icon {
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/hamburger.png");
}

.os-header .dropdown-item.active,
.dropdown-item:active {
 background: #294172;
 color: #fff;
}

.bg-light {
 --bs-bg-opacity: 1;
 background: linear-gradient(90deg, rgba(51, 91, 153, 1) 0, rgba(51, 91, 153, 1) 10%, rgba(41, 65, 114, 1) 100%);
}

.os-header .dropdown-item.active,
.dropdown-item:focus {
 background-color: #294172;
}

.os-header .nav-link {
 color: var(--os-white-color);
 text-transform: uppercase;
 font-size: 1rem;
 font-weight: 400;
 line-height: 24px;
}
.os-header .nav-link:hover {
 opacity: .7;
}
.container-ose .os-nav-width{
 padding-left: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.container-ose .os-nav-width{
 padding-left: 0;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.container-ose .os-nav-width{
 padding-left: 34px;
 }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.container-ose .os-nav-width{
 padding-left: 39px;
 }
}
@media only screen and (min-width: 1400px) and (max-width: 1919px){
.container-ose .os-nav-width{
 padding-left: 84px;
 }
}

.ose-header-mobile-icon {
 padding: 0;
}
}
.ose-header-logo-auto {
 width: auto !important;
 display: flex !important;
 align-items: center !important;
 padding: 0 !important;
}

.ose-header-mobile-icon {
 width: auto !important;
}

.ose-nav-header {
 width: auto !important;
 padding: 0 !important;
}

.os-navbar-collapse .navbar-nav {
 padding-top: 20px;
 padding-bottom: 20px;
 font-family: "Cabin", sans-serif;
}

.dropdown-toggle::after {
 font-size: 1.75rem;
 display: inline-block;
 position: absolute;
 top: 14px;
 margin-left: 15px;
}

.os-header .dropdown-menu {
 --bs-dropdown-link-color: var(--os-white-color);
 margin-top: 0;
 padding: 0 0 20px 0;
 background: transparent;
 border: 0;
 line-height: 24px;
}

.os-header .dropdown-item {
 color: #fff;
}

.os-header .dropdown-item:hover {
 color: #fff !important;
}

.os-header .dropdown-item.active,
.dropdown-item:active {
 color: var(--os-navvy-blue);
 background-color: var(--os-white-color);
}

.os-search-wrapper {
 position: relative;
 width: 100px;
}

@media (max-width: 767px) {
 .os-search-wrapper {
 width: 100%;
 margin: 0 auto;
 }
}

@media (max-width: 767px) {
 .os-mobile-search-field {
 border-radius: 25px !important;
 border-color: transparent !important;
 text-align: center;
 background-color: #fff;
 padding: 18px 20px;
 color: #000;
 font-size: 1rem !important;
 }
}

.os-header-search {
 padding: 3px 5px 3px 30px;
 border-radius: 35px;
 background-color: #8c98b2;
 border-color: #8c98b2;
 color: #fff;
 transition: all .2s ease;
}

.os-search-btn .fa-search {
 color: #fff;
 font-size: 1rem;
}

.os-header-search:focus {
 box-shadow: none;
 outline: 0;
 border-color: #8c98b2;
 background-color: #8c98b2;
 color: #fff;
 width: 130px;
}

.os-search-btn {
 position: absolute;
 left: 4px;
 border: 0;
 background: transparent;
 top: 4px;
}

.os-search-btn .bi-search {
 color: var(--os-white-color);
 font-size: 1rem;
}

.os-search-mobile {
 background: transparent;
 border: 0;
 color: #fff;
 font-size: 1.25rem;
 margin: 0 10px;
}

.os-search-content {
 background: var(--os-header-bg);
 color: var(--os-white-color);
}

.os-search-field {
 height: 150px;
 padding: 30px 20px;
}

.os-search-field .form-label {
 text-transform: uppercase;
 color: #fff;
}

.os-search-section {
 position: absolute;
 display: block;
 width: 89%;
 top: 171px;
 left: 20px;
}

.os-search-results-content {
 box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
 padding: 15px 20px;
 position: absolute;
 background: #fff;
 border: .063rem solid #ddd;
 border-radius: 7px;
 right: 0;
 z-index: 102;
 width: 100%;
}

.os-search-list-heading {
 color: #2c3574;
 font-size: 1.25rem;
 line-height: 31px;
 margin: 10px 0 15px 0;
}

.os-search-list {
 list-style: none;
 padding: 0;
 margin: 0;
}

.os-search-product {
 margin: 20px 0;
}

.os-search-item {
 display: flex;
 justify-content: flex-start;
 align-items: center;
}

.os-search-item:hover {
 background: #eee;
 color: #999;
}

.os-search-icon {
 flex: 0 0 65px;
 margin: 0 15px 0 0;
}

.os-search-list-title {
 margin: 0;
 font-size: 1.125rem;
 color: #000;
 font-style: italic;
 font-weight: 400;
}

.os-suggest-link {
 padding: 11px 15px;
 background-color: #2c3675;
 border-color: #2c3675;
 color: #fff;
border-radius: 5px;
}

.os-suggest-link:hover,
.os-suggest-link:focus {
 outline: 0;
 background-color: #222830;
 border-color: #222830;
}

@media(min-width:768px) {
 .dropdown-toggle::after {
 display: none;
 }

 .os-header .nav-link {
 font-size: .688rem;
 }

 .os-header .dropdown-menu {
 background: var(--os-white-color);
 margin-top: 15px;
 padding-top: 10px;
 border-radius: 5px;
 color: var(--os-black-color);
 box-shadow: 1px 2px 5px 4px rgba(0, 0, 0, 0.125);
 line-height: 1.5rem !important;
 }

 .os-header .dropdown-item {
 font-size: .688rem;
 color: var(--os-black-color);
 }

 .dropdown-item:focus,
 .dropdown-item:hover {
 background: #2c497d;
 color: var(--os-white-color);
 }

 .navbar-expand-md {
 flex-wrap: nowrap;
 justify-content: flex-start;
 }
}

@media(min-width:992px) {
 .os-header .nav-link {
 font-size: .875rem;
 }
}

@media(min-width:1200px) {
 .os-header-search:focus {
 width: 170px !important;
 }

 .os-header .dropdown-menu.show {
 display: none;
 }

 .os-header .dropdown-item {
 font-size: 1rem;
 }

 .os-header .nav-link {
 font-size: 1rem !important;
 margin-right: 4px;
 }
}

@media(min-width:1400px) {
 .os-header-search:focus {
 width: 165px;
 }

}
@media (min-width: 1920px) {
 .os-header .nav-link {
 font-size: 1.5rem !important;
 margin-right: 7px;
 margin-left: 7px;
 }
.container-ose .os-nav-width {
 padding-left: 36px;
 width: 75% !important;
}
}
 .os-dqb-right-list-title {
    line-height: 1.5rem !important;
  }
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .os-products-right .c-results-tabs {
 margin-left: 2rem !important;
margin-bottom: 3.25rem !important;
}
}
#mainSearchForm .form-label {
 font-family: var(--os-body-font-family);
 font-size: 1rem;
 font-weight: 400;
 margin-bottom: .5rem;
}
.footer-wrapper .address {
 font-size: 0.9em;
 margin-top: 25px;
 font-weight: 400;
 font-family: "Cabin", sans-serif;
 line-height:1.4rem;
}
.os-home-include-more .btn.btn-os-primary:hover {
 background-color:#212529 !important;
}
.os-home-include-more .btn.btn-os-primary {
 background-color: rgb(44, 54, 117);
 color: white;
 border-radius: 10px;
}
.os-prof-content-item .btn.btn-os-primary:hover {
 background-color:#212529 !important;
}
.os-prof-content-item .btn.btn-os-primary {
 background-color: rgb(44, 54, 117);
 color: white;
 border-radius: 10px;
}
.os-contact-heading .btn.btn-os-primary {
 background-color: rgb(44, 54, 117);
 color: white;
 border-radius: 10px;
}
.os-contact-heading .btn.btn-os-primary:hover {
 background-color:#212529 !important;
}
:root {
 --os-darkBlue-color: #2c3675;
 --os-navvy-blue: #294172;
 --os-lightBlue-color: #7390cd;
 --os-orange-color: #f47e20;
 --os-green-color: #99ca43;
 --os-header-bg: linear-gradient(90deg, rgba(51, 91, 153, 1) 0, rgba(51, 91, 153, 1) 10%, rgba(41, 65, 114, 1) 100%);
 --os-white-color: #fff;
 --os-black-color: #000;
 --os-btn-primaryHover-color: #222830;
 --os-btn-secondary-color: #838182;
 --os-btn-secondaryHover-color: #a7a4a5;
 --os-primary-outlineHover-opacity: rgba(255, 255, 255, 0.4);
 --os-btn-radius: .75rem;
 --os-body-font-family: "Cabin", sans-serif;
}
.btn {
 --bs-btn-padding-x: 2.188rem;
 --bs-btn-padding-y: .313rem;
}

.btn-os-primary {
 --bs-btn-font-weight: 400;
 color: var(--os-white-color);
 --bs-btn-bg: var(--os-darkBlue-color);
 background-color: var(--os-darkBlue-color);
 --bs-btn-border-radius: .75rem;
 --bs-btn-hover-color: var(--os-white-color);
 --bs-btn-hover-bg: var(--os-btn-primaryHover-color);
 --bs-btn-hover-border-color: var(--os-btn-primaryHover-color);
 --bs-btn-focus-shadow-rgb: var(--os-darkBlue-color);
 --bs-btn-active-color: var(--os-white-color);
 --bs-btn-active-bg: var(--os-darkBlue-color);
 --bs-btn-active-border-color: var(--os-darkBlue-color);
 text-transform: uppercase;
 padding: 9px 30px;
}

.btn-os-secondary {
 --bs-btn-font-weight: 400;
 --bs-btn-color: var(--os-white-color);
 --bs-btn-bg: var(--os-btn-secondary-color);
 --bs-btn-border-color: var(--os-btn-secondary-color);
 --bs-btn-border-radius: .75rem;
 --bs-btn-hover-color: var(--os-white-color);
 --bs-btn-hover-bg: var(--os-btn-secondaryHover-color);
 --bs-btn-hover-border-color: var(--os-btn-secondaryHover-color);
 --bs-btn-focus-shadow-rgb: var(--os-btn-secondaryHover-color);
 --bs-btn-active-color: var(--os-white-color);
 --bs-btn-active-bg: var(--os-btn-secondaryHover-color);
 --bs-btn-active-border-color: var(--os-btn-secondaryHover-color);
}

.btn-os-outline-primary {
 --bs-btn-color: var(--os-white-color);
 --bs-btn-border-color: var(--os-primary-outlineHover-opacity);
 --bs-btn-hover-color: var(--os-white-color);
 --bs-btn-hover-bg: var(--os-primary-outlineHover-opacity);
 --bs-btn-hover-border-color: var(--os-primary-outlineHover-opacity);
 --bs-btn-focus-shadow-rgb: var(--os-primary-outlineHover-opacity);
 --bs-btn-active-color: #fff;
 --bs-btn-active-bg: var(--os-primary-outlineHover-opacity);
 --bs-btn-active-border-color: var(--os-primary-outlineHover-opacity);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--os-white-color);
 --bs-btn-disabled-bg: transparent;
 --bs-btn-disabled-border-color: var(--os-white-color);
 --bs-gradient: none;
 text-transform: uppercase;
 padding: 8px 20px;
 border: 2px solid #fff;
 border-radius: 12px
}

body {
 font-family: var(--os-body-font-family);
 color: var(--os-black-color);
 font-size: 1rem;
 font-weight: 400;
 overflow-x: hidden;
}

a {
 color: var(--os-darkBlue-color);
 text-decoration: none;
}

a:hover {
 color: var(--os-lightBlue-color);
 text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: var(--os-body-font-family);
}

.os-top-banner,
.banner {
 position: relative;
 background: var(--os-header-bg);
 margin-bottom: 105px;
 margin-top: -8px;
}

.btn.btn-os-outline-primary {
 color: white;
}

.os-top-banner-img {
 position: relative;
 top: 0;
 padding: 4px 0 0 0;
 text-align: left;
 z-index: 1;
}

.os-banner-heading {
 color: var(--os-white-color);
 font-size: 1.375rem;
 line-height: 28px;
 margin: 0 0 20px 0;
}

.os-banner-content {
 color: #fff;
 font-size: 1rem;
 line-height: 24px;
}

.os-hero {
 margin-top: -24.4vw;
}

.os-hero2 {
 margin-top: -24.4vw;
 position: relative;
 z-index: 2;
 bottom: -2vw;
}

.os-top-banner-profile {
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 2;
 left: 0;
}

.os-ms-top-banner {
 width: 70%;
 left: 15vw;
 top: -15px;
}

.os-help-top-banner {
 width: 70%;
 left: 13vw;
 top: -30px;
}

.os-resource-top-banner {
 width: 77%;
 left: 7vw;
 top: -7px;
}

.os-more-top-banner {
 top: -3px;
 left: 10vw;
 width: 90%;
}

.os-approach-top-banner {
 width: 68%;
 top: -8px;
 left: 15vw;
}

.os-five-top-banner {
 width: 52%;
 left: 24vw;
 top: -7px;
}

.os-partner-top-banner {
 top: -4px;
 left: 20vw;
 width: 55%;
}

.os-five-top-pic {
 width: 60%;
 left: 20vw;
}

.os-contact-top-pic {
 top: 10px;
 left: 20vw;
 width: 80%;
}

.os-top-banner-profile.os-white-papers-banner {
 width: 52%;
 left: 18vw;
}

.os-top-banner-profile.os-resources-banner {
 width: 75%;
 left: 12vw;
}

.os-top-banner-right {
 position: relative;
}

.os-ccv-left {
 padding: 0;
}

.os-ccv-left h2 {
 font-size: 1.125rem;
 line-height: 20px;
 color: var(--os-darkBlue-color);
}

.os-ccv-left p {
 font-size: .813rem;
 line-height: 18px;
}

.ccv-offer-item {
 margin: 0 0 20px 0;
}

.ccv-offer-item h3 {
 font-size: 1.125rem;
 text-transform: uppercase;
 margin: 0 0 3px 0;
}

.ccv-offer-item p {
 font-size: 1rem;
 line-height: 20px;
}

.ccv-offer-item-01 h3 {
 color: #dd5215;
}

.ccv-offer-item-02 h3 {
 color: #f57e20;
}

.ccv-offer-item-03 h3 {
 color: #98ca3e;
}

.ccv-offer-item-04 h3 {
 color: #cdcdb9;
}

.ccv-offer-item-05 h3 {
 color: #2c3675;
}

.os-ccv-items {
 position: relative;
 z-index: 9;
}

.os-ccv-content {
 background: var(--os-darkBlue-color);
}

.os-ccv-items-left {
 position: relative;
 z-index: 1;
}

.os-ccv-items-lef-logo {
 position: absolute;
 width: 50%;
 left: 25%;
 right: 25%;
 bottom: 0;
 z-index: 9;
 text-align: center;
}

.os-ccv-items-right {
 text-align: center;
 color: #fff;
 margin: 20px 0 40px 0;
}

.os-ccv-items-right img {
 max-width: 100px;
}

.os-ccv-items-right p {
 padding: 0 40px;
 font-size: 1.25rem;
 line-height: 24px;
}

.os-blue-wave-bottom {
 position: absolute;
 bottom: 0;
 width: 100%;
 z-index: 1;
}

.os-ccv-includes {
 padding: 0;
 position: relative;
 z-index: 1;
}

.os-ccv-includes h2 {
 margin: 20px 0;
 font-size: 1.125rem;
 text-align: center;
 color: var(--os-darkBlue-color);
}

.os-include-item {
 text-align: center;
}

.os-include-item img {
 max-width: 170px;
}

.os-include-content h3 {
 color: var(--os-darkBlue-color);
 text-transform: uppercase;
}

.os-home-include-more {
 padding: 20px 0 0 0;
}

.os-footer-banner {
 margin-top: -1vw;
 padding: 0 0 40px 0;
 background-color: #242f56;
 text-align: center;
 color: #fff;
}

.os-footer-banner-right {
 padding: 0;
}

.os-footer-banner-title {
 font-size: 1.125rem;
 margin: 0;
 padding: 30px 0 15px 0;
 line-height: 1.2;
}

.os-footer-banner-content {
 font-size: .875rem;
 line-height: 20px;
 padding: 0 28px;
}

.os-footer-btn .btn {
 text-transform: uppercase;
 padding: 10px 30px;
 border-width: 2px;
 border-color: #fff;
 margin: 10px 0;
 border-radius: 8px;
}

.os-partner-top {
 margin-left: -1px;
}

.os-include-content p {
 padding: 0 60px;
}

.footer-wrapper {
 background: #242f56;
 color: var(--os-white-color);
 padding: 45px 0 120px 0;
}

.footer-wrapper .nav-link {
 margin: 0 0 10px 0;
 padding: 0;
 color: var(--os-white-color);
 text-transform: uppercase;
 font-size: 1rem;
 font-weight: 400;
}

.footer-wrapper .nav-link:hover {
 opacity: .6;
}

.footer-wrapper address {
 margin: 0.9rem 0 0 0 !important;
 font-size: .688rem;
}

.os-badge-list-group {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
 list-style: none;
 padding: 0;
}

.os-badge-list-group-item {
 margin: 0 10px 20px 10px;
 max-width: 90px;
}

.os-ccv-section {
 padding: 0 0 25px 0;
}

.os-category-section {
 padding: 80px 0;
}

.os-category-section .right-panel-heading {
 font-weight: 700;
 font-size: calc(0.938rem - -1vw);
 line-height: calc(1.6rem - -1vw);
}

.os-right-panel-text {
 font-size: 1rem;
}

.os-feature-product {
 margin: 0 0 46px 0;
}

.os-product-item {
 display: block;
}

.os-product-img {
 margin-bottom: 15px;
}

.os-product-title {
 font-size: .875rem;
 line-height: 17px;
 font-weight: 700;
 color: #2c5f8e;
}

.os-product-title:hover {
 color: #2c3675;
}

.os-sidepanel-heading {
 font-size: 1.5rem;
 color: var(--os-black-color);
 font-weight: 700;
}

.os-side-list .list-group .list-group-item {
 padding: 0;
 border: 0;
}

.os-side-list .accordion-item {
 border: 0;
}

.os-side-list .accordion-button {
 font-weight: 700;
 font-size: calc(0.625rem - -0.5vw);
}

.os-side-list .accordion-button:not(.collapsed),
.os-side-list button:focus:not(:focus-visible) {
 box-shadow: none;
 outline: 0;
 border-radius: 8px;
 font-size: calc(0.625rem - -0.5vw);
}

.os-side-list .accordion-button:not(.collapsed) a>.bi {
 color: #fff;
}

.os-side-list .accordion-button:not(.collapsed) {
 color: var(--os-white-color);
 background: var(--os-header-bg);
 padding: 17px 15px;
 font-size: calc(0.625rem - -0.5vw);
}

.os-side-list .accordion-button.collapsed {
 background: #eee;
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(100%, #ddd));
 border-radius: 8px;
 font-size: calc(0.625rem - -0.5vw);
 color: #333;
 font-weight: 700;
 padding: 17px 15px;
}

.os-side-list .accordion-button::after {
 background: url("/vaststatic/deployed-assets/CbOSESkin/plus.png") no-repeat;
 position: absolute;
 right: .688rem;
 width: 26px;
 height: 26px;
 z-index: 3;
}

.os-accordion .accordion-button:not(.collapsed)::after {
 background: url("/vaststatic/deployed-assets/CbOSESkin/minus.png") no-repeat;
 position: absolute;
 width: 26px;
 height: 26px;
 z-index: 3;
}

.os-accordion .os-accordion-body {
 padding: 25px 12px;
 max-height: 235px;
 overflow-y: auto;
}

.os-accordion .os-accordion-list {
 list-style: none;
 padding: 0;
}

.os-accordion .form-check-label {
 padding-left: 8px;
 color: #1a0202;
}

.os-accordion .form-check-label:hover {
 color: #2c3574;
}

.os-accordion .form-check-value {
 color: #bebaba;
}

.os-accordion-item {
 margin-bottom: 6px;
}

.os-accordion .form-check-input[type="checkbox"] {
 border-radius: 0;
}

.os-side-list .list-group-item-action {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 17px 15px;
 cursor: pointer;
 border-radius: 8px;
 background: #eee;
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(100%, #ddd));
 color: #333;
}

.os-selected-options {
 padding-left: 0;
 margin-bottom: 20px;
}

.c-selected-icon .bi {
 color: #fff;
 font-weight: 900;
 font-size: 1.063rem;
 background: #c00;
 border-radius: 100%;
 padding: 1px 2px;
}

.c-results-tab {
 margin-bottom: 1.25rem;
}

.c-results-tab .nav-tabs {
 border: 0;
 position: relative;
}

.c-tab-value {
 font-weight: 400;
 font-size: 1rem;
}

.c-results-tab .nav-tabs .nav-item.show .nav-link,
.c-results-tab .nav-tabs .nav-link.active {
 background: var(--os-header-bg);
 color: #fff;
}

.c-results-tab .nav-tabs .nav-link {
 position: relative;
 font-weight: 500;
}

.c-results-tab .nav-tabs .nav-link.active::after {
 content: "";
 position: absolute;
 bottom: -20px;
 left: 50%;
 right: 50%;
 transform: translate(-50%, -50%);
 width: 0;
 height: 0;
 border-left: .938rem solid transparent;
 border-right: .938rem solid transparent;
 border-top: .938rem solid #2c3574;
 font-size: 0;
 line-height: 0;
}

.c-results-tab .nav-link.nav-link {
 margin-right: .375rem;
 padding: .938rem 1.25rem;
 background-color: #eee;
 color: #696969;
 font-size: 1.25rem;
 min-width: 150px;
}

.os-blue-wave-top {
 margin-left: -1px;
 margin-bottom: -1px;
}

.os-resource-content {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 gap: .938rem;
 border-bottom: 1px solid #ddd;
 padding: .625rem 0;
}

.os-resource-head {
 flex: 1;
}

.os-resource-viewmore {
 display: block;
 margin: 15px 0;
 font-weight: 700;
}

.os-resource-info {
 margin: 10px 0;
 line-height: 1.125rem;
 font-size: .875rem;
}

.os-resource-content .os-product-title {
 font-size: 1rem;
 line-height: 20px;
 font-weight: 700;
 color: #2c5f8e;
}

.os-pdp-section {
 padding: 20px 0;
}

.sticky-nav {
 background-color: #fff;
 position: fixed;
 z-index: 101;
 top: 0;
 width: 100%;
 max-width: 100%;
}

.pdp-scroll-to {
 font-size: 1rem;
 color: #325e9c;
}

.os-pdp-btn {
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: #325e9c;
 color: #fff;
 margin: 30px 0 30px 0;
 padding: 10px 25px;
 border-radius: .875rem;
}

.os-pdp-btn:hover {
 background-color: #2c3675;
 color: #fff
}

.pdp-detail-info .accordion-button {
 color: #325e9c;
 font-size: 1rem;
}

.prod-nav-group li:first-child {
 color: #6b6b6b;
}

.os-pdp-btn a:hover {
 text-decoration: underline;
}

.ose-unit-title {
 margin: 10px 0;
 font-size: 1.25rem;
 color: #2c3675;
}

.ose-unit-info {
 font-size: 1rem;
}

.ose-unit-content {
 font-size: 1rem;
}

.ose-flexible-content {
 color: #fff;
}

.ose-flexible-title {
 font-size: 1.5rem;
 margin: 0 0 12px 0;
}

.ose-flexible-heading {
 font-style: italic;
 font-size: 1.25rem;
 margin: 0 0 10px 0;
 font-weight: 500;
}

.ose-flexible-info {
 font-size: 1rem;
 line-height: 18px;
 font-weight: 300;
}

.ose-prof-rounded {
 text-align: center;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 123px;
 height: 123px;
 margin: 0 auto 100px auto;
 border-radius: 100%;
 padding: 10px;
 position: relative;
 z-index: 1;
}

.ose-prof-rounded::after {
 content: "";
 position: absolute;
 top: 115px;
 background-position: center center;
 background-size: cover;
 background-repeat: repeat-y;
 width: 10px;
 height: 110px;
 left: 45px;
}

.ose-prof-orange::after {
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/vertical-rounded-orange.svg");
}

.ose-prof-green::after {
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/vertical-rounded-green.svg");
}

.ose-prof-blue::after {
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/vertical-rounded-blue.svg");
}

.ose-prof-orange {
 border: 10px solid #f37d1f;
}

.ose-prof-green {
 border: 10px solid #98ca3e;
}

.ose-prof-blue {
 border: 10px solid #2c3675;
}

.os-prof-section-orange {
 background: #f47e20;
}

.os-prof-section-green {
 background: #98ca3e;
}

.os-prof-section-blue {
 background: #2c3675;
}

.os-prof-content-item {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 padding: 0 20px;
}

.ose-prof-learn {
 position: relative;
 padding-top: 0;
 padding-bottom: 0;
}

.ose-prof-learn.ose-prof-learn h2 {
 text-align: center;
 margin: 0 0 10px 0;
 font-size: 1.5rem;
}

.os-prof-heading.os-prof-heading {
 margin: 0 0 15px 0;
 font-size: 1.5rem;
}

.os-prof-content {
 margin: 0;
}

.os-prof-heading-item {
 background: #2c3574;
 color: #fff;
 width: 100%;
 padding: 17px;
 margin: 20px 0;
}

.ose-pro-learn-certified-section {
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: center;
 margin: 53px 0;
}

.ose-pro-learn-certified .os-prof-heading,
.ose-pro-learn-certified .os-prof-content {
 text-align: center;
}

.ose-matrix {
 text-align: center;
 border: 1px solid #fff;
 margin: 1rem auto;
 text-align: center;
}

.strand {
 background-color: #fff;
 color: #000;
 font-family: "Titillium Web", sans-serif;
 font-size: 1em;
 line-height: normal;
 font-weight: bold;
 margin: .5em 0 .5em 0;
}

.grades {
 background-color: #e5e5e5;
 text-align: center;
 border: 5px solid #fff;
 font-size: 1.1em;
 line-height: normal;
 color: #000;
 font-weight: bold;
 font-family: "Titillium Web", sans-serif;
}

.green {
 background-color: #3b673a;
 padding: 10px;
 text-align: center;
 border: 5px solid #fff;
 font-size: .8em;
}

.green p {
 color: #fff;
}

.green a {
 color: #fff;
}

.blue {
 background-color: #12577c;
 padding: 10px;
 text-align: center;
 border: 5px solid #fff;
 font-size: .8em;
}

.blue p {
 color: #fff;
}

.blue a {
 color: #fff;
}

.red {
 background-color: #95181b;
 padding: 10px;
 text-align: center;
 border: 5px solid #fff;
 font-size: .8em;
}

.red p {
 color: #fff;
}

.red a {
 color: #fff;
}

.engineer {
 background-color: #fff18f;
 padding: 10px;
 text-align: center;
 border: 5px solid #fff;
 font-size: .8em;
}

.greyedout {
 background-color: #e5e5e5;
 padding: 10px;
 text-align: center;
 border: 5px solid #fff;
 font-size: .8em;
}

.ose-matrix p {
 margin-top: .75em;
 margin-bottom: .75em;
}

a.kit-link:hover {
 color: #000;
}

a.kit-title:hover {
 color: #000;
 text-decoration: underline;
}

.kit-link {
 color: #fff;
 text-decoration: underline;
 text-shadow: none;
 font-size: 1.2em;
 font-weight: normal;
}

.kit-title {
 color: #fff;
 text-decoration: none;
 text-shadow: none;
 font-size: 1.4em;
 font-weight: bold;
}

.ose-page-not-found {
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 100px 20px;
}

.ose-container-section h1 {
 margin: 20px 0;
 color: #2c3675;
 font-size: 1.5rem;
}

.ose-container-section {
 text-align: center;
}

.ose-container-section p {
 width: 100%;
 margin: 0 auto;
 font-size: 1.125rem;
}

.ose-container-section a {
 margin: 10px 0;
 color: #000;
 text-decoration: underline;
 font-size: 1rem;
}

.ose-container-section a:hover {
 color: #2c3675;
 text-decoration: none;
}

.ose-help-section {
 text-align: center;
 margin: 10px 0 20px 0;
}

.ose-help-img {
 max-width: 90%;
 margin: 20px auto;
}

.ose-help-content p {
 margin: 0 0 20px 0;
}

.os-contact-heading h1 {
 margin: 0 0 10px 0;
 font-size: 1.5rem;
 color: #2c3675;
}

.os-contact-heading p {
 font-size: 1rem;
}

.os-contact-form-top {
 margin-bottom: 72px;
 text-align: center;
}

.os-contact-form-top h2 {
 margin: 25px 0 10px 0;
 font-size: 1.75rem;
 font-weight: 600;
 color: #2c3675;
 text-transform: uppercase;
}

.os-contact-form-top p {
 width: 50%;
 margin: 0 auto;
 text-align: center;
 font-size: 1.125rem;
}

.os-contact-cta {
 margin: 18px 0 36px 0;
}

.os-text-center {
 text-align: center;
}

.os-second-heading {
 color: #2c3675;
 font-size: 1.5rem;
 margin: 0 0 10px 0;
}

.dqb-image-item {
 border: 6px solid #8db3e9;
 border-radius: 17%;
 margin: 0 auto;
 width: 87%;
}

.dqb-content-section {
 position: relative;
 margin: 20px 0 20px 0;
}

.dqb-content-section img {
 transform: rotate(90deg);
}

.dqb-content-second {
 margin-top: 80px;
}

.dqb-content-second img {
 transform: rotate(90deg);
}

.dqb-content-second .dq-section-info {
 top: 40%;
}

.os-secondary-title,
.os-heading-two {
 color: var(--os-darkBlue-color);
}

.os-heading-secondary {
 color: #2c3675;
 font-size: 1.125rem;
 line-height: 20px;
}

.os-wave-section,
.os-approach-middle,
.os-cso-section,
.os-cso-dqb {
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/dqb-middle-bg.png");
 background-repeat: no-repeat;
 background-position: 100% 100%;
 height: 100%;
 color: #fff;
 background-size: cover;
 position: relative;
 padding: 0;
 z-index: 9;
}

.os-wave-section::before {
 content: "";
 background-color: rgba(44, 54, 117, 0.9);
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: -1;
}

.os-support-section {
 position: relative;
}

.os-dqd-content {
 padding: 50px 0;
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/dqb-bg-video.png");
 background-repeat: no-repeat;
 background-color: #2c3675;
 background-position: 0 0;
 height: 100%;
 color: #fff;
 background-size: cover;
 position: relative;
}

.os-class-room {
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/os-class-bg.png");
}

.os-cso-section {
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/cso-lesson-bg.png");
 background-position: center center;
}

.os-cso-dqb,
.os-more-middle {
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/cso-lesson-bg.png");
 background-position: center center;
}

.os-approach-middle {
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/approach-middle-bg.jpg");
 background-position: center center;
}

.os-more-middle {
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/dqb-middle-bg.jpg");
 background-position: center center;
}

.os-wave-section.os-approach-middle::before {
 content: "";
 background-color: transparent;
}

.os-dqb-title {
 font-size: 1.5rem;
 line-height: 30px;
 margin: 0 0 20px 0;
}

.os-dqb-video {
 margin: 0 0 20px 0;
}

.os-dqb-right {
 list-style: none;
 padding: 0;
}

.os-dqb-right-list {
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
}

.os-dqb-right-list-icon {
 flex: 0 0 40px;
 margin: 10px 25px 50px 0;
}

.os-dqb-right-list-title {
 font-size: .875rem;
}

.os-dqb-wave-bottom {
 position: relative;
 bottom: 50px;
}

.os-dqb-wave-top {
 position: relative;
 top: 22px;
}

.os-additional-section h2 {
 font-size: 1.125rem;
 line-height: 30px;
 color: #2c3675;
}

.os-additional-section p {
 font-size: .75rem;
 line-height: 15px;
}

.ose-fr-container {
 max-width: 1487px;
 margin: 0 auto;
}

.os-left-section-top {
 display: flex;
 justify-content: flex-start;
 align-content: center;
 margin: 0 0 30px 0;
}

.os-approach-top-container {
 max-width: 1450px;
 margin: 0 auto;
}

.os-approach-info-content {
 margin: 0 0 30px 0;
 font-size: 1rem;
}

.os-left-top-content {
 position: relative;
}

.os-bg-dark {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 position: relative;
 background-color: #2c3675;
 color: #fff;
}

.ose-bg-icon {
 bottom: 0;
}

.ose-bg-icon,
.ose-bg-right-icon {
 position: absolute;
 bottom: -98px;
 right: 0;
 width: 60%;
}

.ose-bg-right-icon {
 width: 100%;
}

.os-number {
 font-size: 3.125rem;
line-height: 7rem;

}

.os-left-top-content {
 position: relative;
 left: 0;
}

.os-left-bottom-content {
 position: relative;
 width: 100%;
}

.os-right-bottom-content {
 width: 100%;
}

.os-number-content {
 font-size: 1rem;
 text-align: center;
 margin: 0 auto;
line-height: 24px;
}

.os-approach-key {
 font-size: 1.125rem;
 text-align: center;
 margin: 30px;
line-height: 24px;
}

.os-faq-accordion .accordion-button {
 padding-left: 60px;
 font-size: 1.25rem;
 color: #2c3675;
 font-weight: 700;
}

.os-faq-accordion .accordion-button::after {
 background: url("/vaststatic/deployed-assets/CbOSESkin/os-plus-blue.png") no-repeat;
 position: absolute;
 left: .688rem;
 width: 26px;
 height: 26px;
 z-index: 3;
 background-size: cover;
}

.os-faq-accordion .accordion-button:not(.collapsed)::after {
 background: url("/vaststatic/deployed-assets/CbOSESkin/os-minus-blue.png") no-repeat;
 position: absolute;
 width: 26px;
 height: 26px;
 z-index: 3;
 background-size: cover;
}

.os-faq-accordion .accordion-item:first-of-type,
.os-faq-accordion .accordion-item:first-of-type .accordion-button {
 border-radius: 0;
}

.os-faq-accordion .accordion-item {
 border-radius: 0;
 color: #2c3675;
 background-color: #fff;
 border: 0;
line-height: 24px;
}

.os-faq-accordion .accordion-button:not(.collapsed),
.os-faq-accordion .accordion-button:focus {
 box-shadow: none;
 outline: 0;
}

.os-faq-accordion .accordion-button:not(.collapsed) {
 color: #2c3675;
 border: 0;
 background-color: transparent;
}

.os-faq-accordion .accordion-body {
 padding-left: 60px;
 color: #000;
}

.os-imodel-doc {
 margin: 30px 0;
}

.dq-section-info h2 {
 font-size: calc(1rem - -1vw);
 line-height: calc(0.938rem - -1vw);
 color: #2c3675;
}

.dq-section-info p {
 font-size: calc(0.875rem - -0.5vw);
 line-height: calc(1.313rem - -0.5vw);
}

.dq-section-info {
 position: absolute;
 top: 60%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
 padding: 22px 52px 0 52px;
}

.os-wave-content {
 padding: 0;
}

.os-wave-content-left {
 padding: 10px 0 30px 0;
}

.os-wave-content-title {
 color: #fff;
 font-size: calc(1rem - -1vw);
 line-height: calc(1.375rem - -1vw);
}

.os-wave-content-list-title {
 font-size: calc(0.688rem - -0.5vw);
 line-height: calc(0.938rem - -0.5vw);
}

.os-wave-content-right {
 padding: 40px 0 0 0;
}

.os-wave-content-list {
 padding: 0;
 list-style: none;
 color: #fff;
}

.os-wave-content-list-item {
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
 margin: 0 0 30px 0;
}

.os-wave-content-list-icon {
 flex: 0 0 39px;
 margin: 0 30px 0 0;
}

.ose-unit-wrapper {
 margin-bottom: 40px;
}

.ose-unit-view-wrapper {
 margin-top: 40px;
}

.ose-section-title {
 font-size: calc(1rem - -1vw);
 line-height: calc(1.375rem - -1vw);
 color: #2c3675;
}

.ose-section-info {
 font-size: calc(0.875rem - -0.5vw);
 line-height: calc(1.313rem - -0.5vw);
}

.os-resource-box {
 position: relative;
}

.os-resource-box-info {
 position: absolute;
 color: #fff;
 top: auto;
 bottom: 38px;
 left: 50px;
 text-align: left;
}

.os-heading-three {
 margin-bottom: 20px;
 font-size: calc(1rem - -1vw);
 line-height: calc(1.375rem - -1vw);
}

.ose-digital-section {
 max-width: 1030px;
 margin: 0 auto;
}

.ose-cso-wrapper {
 margin-bottom: 100px;
}

.os-cso-heading {
 color: #2c3675;
 font-size: 1.5rem;
 line-height: 48px;
 margin: 0 0 22px 0;
}

.os-cso-digital-access {
 margin: 0 0 130px 0;
 border: 4px solid #2c3675;
}

.os-cso-digital-heading {
 background-color: #2c3675;
 color: #fff;
 padding: 0 16px 6px 16px;
 font-size: 1.5rem;
 line-height: 44px;
 margin: 0;
}

.os-cso-digital-text {
 padding: 20px;
}

.os-cso-digital-text p {
 margin: 0 0 5px 0;
 font-size: 1rem;
 line-height: 20px;
}

.os-cso-lesson-content {
 padding: 20px 15px;
}

.os-cso-lesson-left {
 list-style: none;
 color: #fff;
 padding: 0;
}

.os-cso-lesson-right-list {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 margin: 10px 0 33px 0;
}

.os-cso-lesson-right-list-icon {
 flex: 0 0 39px;
 margin: 0 20px 0 0;
}

.os-cso-lesson-right-list-title {
 margin: 0;
 font-weight: 700;
 font-size: calc(1rem - -1vw);
 line-height: calc(1.375rem - -1vw);
}

.os-cso-dqb {
 position: relative;
}

.os-cso-wave-bottom {
 margin-top: -15vw;
 z-index: 1;
 position: relative;
}

.os-cso-lesson-right-list h3 {
 margin: 0 0 20px 0;
 font-size: 1.5rem;
 line-height: 40px;
}

.os-cso-contact-logo {
 width: 80%;
 margin: 50px auto;
}

.os-cso-contact-heading {
 font-size: 1.5rem;
 margin: 0 0 15px 0;
 line-height: 40px;
 color: #2c3675;
}

.os-cso-contact-info {
 margin: 0 0 20px 0;
}

.os-wave-content-left {
 padding: 0;
 position: relative;
 z-index: 2;
}

.os-cso-section .os-wave-bottom {
 position: relative;
 z-index: 2;
}

.ose-cso-include-section {
 margin: 0 0 50px 0;
}

.ose-cso-includes {
 padding: 50px 0 100px 0;
}

.ose-cso-include-icon {
 margin: 0 0 20px 0;
}

.ose-cso-include-section .ose-section-title {
 margin: 0 0 20px 0;
}

.ose-cso-resources .ose-section-title {
 margin: 0 0 40px 0;
}

.cso-middle-section {
 position: relative;
 display: flex;
 justify-content: space-between;
 align-items: center;
 height: 100%;
 flex-direction: column;
}

.cso-middle-top-wave {
 width: 100vw;
 margin-bottom: -70px;
 z-index: 3;
}

.cso-middle-content {
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/cso-classroom-comp-grey.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 height: 100%;
 position: relative;
 z-index: 2;
 width: 100%;
 padding: 100px 20px 0 20px;
}

.cso-middle-content::before {
 content: "";
 background-color: rgba(44, 54, 117, 0.9);
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: -1;
}

.cso-middle-bottom-wave {
 width: 100vw;
 margin-top: -20px;
 z-index: 9;
}

.ose-cso-resources {
 max-width: 1560px;
 margin: 0 auto;
}

.os-cso-resources-content {
 position: relative;
 margin: 0 auto 50px auto;
 padding: 50px 30px 110px 30px;
 background-color: #2c3675;
 color: #fff;
 max-width: 734px;
 z-index: 3;
}

.os-cso-resources-content p {
 font-size: calc(1rem - -0.5vw);
 line-height: calc(1.375rem - -0.5vw);
}

.cso-dr-img {
 padding: 30px 0;
}

.cso-dr-img-logo {
 position: absolute;
 bottom: -30px;
 height: 200px;
 width: 50%;
 z-index: 2;
 right: 0;
}

.ose-cso-include-section .ose-section-info {
 width: 65%;
 margin: 0 auto 30px auto;
}

.os-wave-content-video {
 position: relative;
 width: 100%;
 padding-bottom: 69.25%;
 border: 8px solid #7390cd;
}

.os-wave-content-video iframe {
 position: absolute;
 width: 100%;
 height: 100%;
}

.ccv-offer-item li {
 font-size: 1rem;
line-height: 24px;
}

.os-accordion-item .c-refine-check {
 font-size: calc(0.625rem - -0.5vw);
}

.os-ls-image {
 border: 1px solid #ccc;
}

.os-white-wrapper .os-secondary-title {
 text-align: center;
}

.os-approach-create {
 max-width: 971px;
 margin: 0 auto 100px auto;
 padding: 0 15px;
}

.cso-eachlesson-section {
 position: relative;
 background: url("/vaststatic/deployed-assets/CbOSESkin/cso-classroom-comp.jpg") no-repeat left center;
 background-size: cover;
}

.cso-eachlesson-section::before {
 content: "";
 background-color: rgba(44, 54, 117, 0.9);
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: -1;
}

.cso-eachlesson-content {
 padding: 20px 20px;
}

.os-cso-middle-banner {
 width: 94%;
 left: 10vw;
 top: 3rem;
}

.cso-eachlesson-bottom-wave {
 position: relative;
 z-index: 1;
}

.os-approach-thumb {
 padding: 0;
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
 border: 1px solid red;
}

.os-approach-thump-content {
 display: flex;
 justify-content: flex-start;
 align-items: center
}

.os-approach-icon {
 flex: 0 0 21%;
 margin: 5px 15px 0 0;
 transform: rotate(-3deg);
}

.os-approach-thumb-text {
 text-align: center;
}

@media(min-width:576px) {
 .os-cso-middle-banner {
 top: 5rem;
 }

 .os-dqb-wave-bottom {
 bottom: 90px;
 }

 .os-right-bottom-content {
 width: 93.5%;
 }

 .cso-middle-top-wave {
 width: 100vw;
 margin-bottom: -100px;
 z-index: 9;
 }

 .cso-middle-bottom-wave {
 width: 100vw;
 margin-top: -100px;
 z-index: 9;
 }

 .cso-middle-content {
 padding: 100px 20px 65px 20px;
 }
}

@media only screen and (min-width:768px) and (max-width:991px) {

 .os-wave-approach-right .os-dqb-right-list-title,
 .os-approach-thump-content .os-dqb-right-list-title {
 font-size: 1.125rem;
 }

 .os-approach-thump-content {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 80%;
 margin: 0 auto;
 }

 .os-approach-icon {
 flex: 0 0 15%;
 }

 .os-approach-thumb-text {
 text-align: center;
 }
}
@media(min-width:992px) {
 .os-approach-icon {
 flex: 0 0 21%;
 }

 .os-approach-thump-content {
 margin-left: -40px;
 }

 .os-cso-middle-banner.os-cso-middle-banner {
 top: 5rem;
 }

 .os-cso-lesson-right-list {
 margin: 10px 0 33px 0;
 }

 .os-approach-top-3 {
 top: 72% !important;
 }

 .os-selected-options {
 padding-left: 17px;
 margin-bottom: 20px;
 }

 .os-wave-content-video {
 width: 90%;
 }

 .os-help-top-banner {
 width: 80%;
 top: -35px;
 left: 4vw;
 }

 .os-dqb-wave-bottom {
 bottom: 140px;
 }

 .os-additional-section h2 {
 font-size: 1.5rem;
 line-height: 40px;
 color: #2c3675;
 }

 .os-additional-section p {
 font-size: 1rem;
 line-height: 20px;
 }

 .os-banner-heading {
 padding-top: 30px;
 font-size: 1.563rem;
 line-height: 36px;
 }

 .os-ccv-left p {
 font-size: 1rem;
 line-height: 22px;
 }

 .ccv-offer-item p {
 font-size: 1rem;
 line-height: 18px;
 }

 .ccv-offer-item-01 {
 top: 10px;
 left: -160px;
 }

 .ccv-offer-item-02 {
 top: 25px;
 left: -40px;
 }

 .ccv-offer-item-03 {
 left: 0;
 top: 100px
 }

 .ccv-offer-item-04 {
 left: -40px;
 top: 168px;
 }

 .ccv-offer-item-05 {
 left: -170px;
 top: 170px;
 }

 .os-ccv-items-right img {
 max-width: 100px;
 margin: 0 30px 0 0;
 }

 .os-ccv-items-right p {
 font-size: 1.375rem;
 padding: 0 12px 0 0;
 }

 .os-include-item img {
 max-width: 227px;
 }

 .os-blue-wave-bottom {
 bottom: 0;
 z-index: 1;
 }

 .os-ccv-includes h2 {
 font-size: 1.625rem;
 font-weight: 700;
 }

 .os-ccv-content {
 margin-top: -190px;
 }

 .os-products-left {
 padding-left: 17px;
 padding-top: 37px;
 }

 .os-products-right {
 padding: 0 20px;
 }

 .os-category-section .right-panel-heading {
 margin: 0 0 14px 0;
 }

 .os-right-panel-text {
 margin: 0 0 55px 0;
 }

 .os-product-title {
 width: 90%;
 }

 .os-category-section {
 padding: 152px 0 193px 0;
 }

 .os-partner-top {
 margin-bottom: -120px;
 }

 .os-pdp-btn {
 padding: 15px 35px;
 }

 .ose-unit-content {
 width: 50%;
 margin: 0 auto;
 }

 .ose-prof-dotted::before {
 width: 18vw;
 }

 .os-flexible-section .os-ccv-content {
 margin-top: -163px;
 }

 .os-flexible-section .ose-flexible-content {
 color: #fff;
 padding-top: 200px;
 }

 .ose-container-section p {
 width: 60%;
 margin: 0 auto;
 font-size: 1.125rem;
 }

 .os-second-content {
 width: 62%;
 margin: 0 auto;
 font-size: 1.125rem;
 line-height: 24px;
 }

 .os-search-section {
 top: 67px;
 right: 44px;
 }

 .dqb-content-section img {
 margin-left: -65px;
 }

 .dq-section-info {
 padding: 22px 100px 0 100px;
 }

 .dqb-content-left.dqb-content-left img {
 margin-left: 31px;
 }

 .cso-middle-top-wave {
 width: 100vw;
 margin-bottom: -170px;
 z-index: 9;
 }

 .cso-middle-bottom-wave {
 width: 100vw;
 margin-top: -135px;
 z-index: 9;
 }
}




@media(min-width:1920px) {

 .container,
 .container-sm,
 .container-md,
 .container-lg,
 .container-xl,
 .container-xxl {
 max-width: 1820px;
 }

 .col-xxxl-3 {
 width: 17%;
 }
.ose-box-shadow-main .os-partner-top {
 margin-bottom: -262px !important;
}
.os-footer-banner .os-partner-top {
 margin-bottom: -262px !important;
}
 .os-left-top-content {
 position: relative;
 left: -146px;
 }

 .os-approach-create {
 max-width: 1421px;
 margin: 0 auto 200px auto;
 padding: 0 15px;
 }

 .os-approach-top-3 {
 top: 77%;
 }

 .os-right-panel-text {
 width: 86%;
 font-size: 1.5rem;
 line-height: 30px;
 }

 .os-category-section .right-panel-heading {
 margin: 0 0 28px 0;
 }

 .btn-os-outline-primary,
 .btn-os-primary {
 font-size: 1.125rem;
 padding: 17px 49px;
 }

 .os-header-bg {
 min-height: 160px;
 }

 .ose-content-wrapper {
 padding: 0 52px;
 }

 .os-nav-width {
 width: 75% !important;
 }

 .os-header .dropdown-item {
 font-size: 1.25rem;
 }

 .os-search-btn .bi-search {
 font-size: 1.5rem;
 }

 .os-search-wrapper {
 width: auto;
 }

 .os-header-search {
 padding: 9px 5px 9px 39px;
 border-radius: 50px;
 width: 124px;
 }

 .os-header-search:focus {
 width: 300px;
 }

 .ose-matrix {
 width: 86%;
 }

 .os-banner-heading {
 padding-top: 60px;
 margin-bottom: 22px;
 font-size: 3rem;
 line-height: 60px;
 }

 .os-top-banner-img>img {
 transform: rotate(2deg);
 }

 .os-top-banner-img {
 top: 0;
 text-align: left;
 }

 .os-top-banner-profile {
 top: 0;
 left: 0;
 }

 .os-ms-top-banner {
 top: -20px;
 left: 8vw;
 width: 66%;
 }

 .os-help-top-banner {
 top: -34px;
 width: 72%;
 left: 4vw;
 }

 .os-resource-top-banner {
 top: -20px;
 left: 2vw;
 width: 75%;
 }

 .os-more-top-banner {
 width: 84%;
 left: 7vw;
 top: -20px;
 }

 .os-approach-top-banner {
 top: -26px;
 left: 5vw;
 }

 .os-five-top-banner {
 top: -18px;
 left: 10vw;
 width: 100%;
 }

 .os-partner-top-banner {
 top: -7px;
 left: 9vw;
 width: 60%;
 }

 .os-partner-top-banner {
 top: -12px;
 left: 9vw;
 width: 53%;
 }

 .os-flexible-section .ose-flexible-content {
 color: #fff;
 padding-top: 60px;
 }

 .os-ccv-left h2 {
 font-size: 2.25rem;
 line-height: 40px;
 }

 .os-ccv-left p {
 font-size: 1.5rem;
 line-height: 32px;
 }

 .ccv-offer-item h3 {
 font-size: 2.25rem;
 }

 .ccv-offer-item p {
 font-size: 1.5rem;
 line-height: 30px;
 width: 73%;
 }

 .ose-ccv-focus-section .ccv-offer-item-01 {
 top: 0;
 }

 .ccv-offer-item-01 {
 left: -341px;
 top: 44px;
 }

 .ccv-offer-item-02 {
 top: 70px;
 left: -87px;
 }

 .ccv-offer-item-03 {
 left: 6px;
 top: 205px;
 }

 .ccv-offer-item-04 {
 left: -74px;
 top: 346px;
 }

 .ccv-offer-item-05 {
 left: -330px;
 top: 400px;
 }

 .os-ccv-items-right img {
 max-width: 100%;
 margin: 0 30px 0 0;
 }

 .os-ccv-items-right p {
 font-size: 2.25rem;
 padding: 0 12px 0 40px;
 width: 60%;
 line-height: 40px;
 }

 .os-include-content h3 {
 font-size: 2rem;
 }

 .os-include-content p {
 font-size: 1.25rem;
 }

 .os-include-content {
 width: 85%;
 margin: 0 auto;
 }

 .os-include-content-position-01 {
 left: 86px;
 }

 .os-include-content-position-02 {
 left: 10px;
 }

 .os-include-content-position-03 {
 left: -28px;
 }

 .os-include-content-position-04 {
 right: 86px;
 }

 .os-ccv-items-lef-logo {
 position: absolute;
 width: 41vw;
 left: 0;
 bottom: 15%;
 z-index: 99;
 }

 .os-footer-banner {
 background-position: center 30vh;
 }

 .footer-wrapper {
 padding: 82px 0 176px 0;
 }

 .footer-wrapper address {
 font-size: .9rem;
 }

 .footer-wrapper .nav-link {
 font-size: 1.5rem !important;
 line-height: 36px !important;
 }

 .os-footer-space-left.os-footer-space-left {
 padding-left: 67px !important;
 }

 .os-footer-second-left.os-footer-second-left {
 padding-left: 28px !important;
 }

 .os-ccv-content {
 background: var(--os-darkBlue-color);
 padding-bottom: 0;
 }

 .os-contact-top-pic {
 top: 0;
 left: 10vw;
 width: 100%;
 }

 .os-top-banner-profile.os-approach-top-pic {
 top: 0;
 }

 .os-footer-banner-title {
 font-size: 2.25rem;
 padding-top: 180px;
 }

 .os-footer-banner-content {
 font-size: 1.5rem;
 padding-top: 15px;
 padding-bottom: 42px;
 margin: 0;
 }

 .os-footer-btn .btn {
 text-transform: uppercase;
 padding: 16px 46px;
 border-width: 2px;
 border-color: #fff;
 margin: 10px 0;
 border-radius: 12px;
 }

 .os-ccv-items-left {
 top: -300px;
 left: -120px;
 }

 .os-ccv-items-actions {
 padding-left: 250px;
 }

 .os-partner-top {
 margin-bottom: -262px !important
 }

 .os-product-title {
 width: 95%;
 font-size: 1.25rem;
 line-height: 26px;
 }

 .os-products-right {
 padding: 0 20px 0 15px;
 }

 .os-category-section {
 padding: 237px 0 290px 0;
 }

 .os-footer-banner-right {
 padding: 0;
 text-align: right;
 }

 .os-pdp-section {
 padding: 120px 0;
 }

 .prod-nav-title.prod-nav-title.prod-nav-title h1 {
 font-size: 3rem;
 margin-bottom: 20px;
 }

 .pdp-scroll-to,
 .prod-nav-group li:first-child {
 font-size: 1.5rem;
 }

 .os-fdp-info {
 font-size: 1.5rem;
 }

 .prod-nav-group.prod-nav-group.prod-nav-group li {
 flex: 0 0 10%;
 }

 .os-fdp-section .prod-nav-group.prod-nav-group.prod-nav-group li {
 flex: 0 0 13%;
 }

 .os-pdp-btn {
 font-size: 1.5rem;
 color: #fff;
 text-decoration: none;
 }

 .fdp-items.fdp-items h2 {
 font-size: 1.5rem;
 margin-top: 40px;
 }

 .pdp-detail-info.pdp-detail-info h2,
 .pdp-detail-info .h2 {
 font-size: 1.5rem;
 }

 .pdp-detail-info div {
 font-size: 1.25rem;
 }

 .ose-prof-learn {
 padding-left: 94px;
 padding-right: 94px;
 }

 .ose-unit-content {
 width: 27%;
 margin: 0 auto;
 }

 .os-column-space {
 padding: 0 60px;
 }

 .ose-unit-price {
 width: 47%;
 margin: 20px auto 32px auto;
 font-size: 1.5rem;
 }

 .ose-flexible-title {
 font-size: 2.25rem;
 }

 .ose-flexible-heading {
 font-size: 2.25rem;
 margin: 0 0 15px 0;
 }

 .ose-flexible-info {
 width: 67%;
 font-size: 1.5rem;
 line-height: 30px;
 }

 .os-flexible-section .os-ccv-content {
 padding-bottom: 0;
 margin-top: -130px;
 }

 .ose-prof-dotted::before {
 width: 22vw;
 height: 12px;
 left: 129px;
 top: 48px;
 }

 .ose-prof-learn.ose-prof-learn h2 {
 margin: 0 0 20px 0;
 font-size: 2.25rem;
 }

 .os-prof-content {
 margin: 0;
 font-size: 1.5rem;
 line-height: 31px;
 }

 .os-prof-heading-item {
 font-size: 1.5rem;
 line-height: 31px;
 }

 .ose-page-not-found {
 padding: 200px 20px;
 }

 .ose-container-section h1 {
 font-size: 2.25rem;
 }

 .ose-container-section p,
 .ose-container-section a {
 font-size: 1.5rem;
 }

 .ose-help-content p {
 margin: 0 0 30px 0;
 font-size: 1.5rem;
 }

 .os-contact-form-top h2 {
 font-size: 2.25rem;
 }

 .os-contact-form-top p {
 width: 40%;
 line-height: 29px;
 font-size: 1.5rem;
 }

 .ose-help-img {
 max-width: 100%;
 margin: 0 70px 0 0;
 flex: 0 0 280px
 }

 .ose-approach-bottom .ose-help-img {
 margin: 0 60px 0 0;
 flex: 0 0 280px;
 }

 .ose-help-content {
 margin-right: 150px;
 }

 .os-second-content {
 width: 58%;
 margin: 0 auto;
 font-size: 1.5rem;
 line-height: 30px;
 }

 .os-second-heading {
 margin-bottom: 15px;
 font-size: 2.25rem
 }

 .os-imodel-readmore {
 width: 30%;
 margin: 20px auto 40px auto;
 font-size: 1.5rem;
 }

 .os-search-section {
 top: 103px;
 right: 62px;
 width: 35vw;
 }

 .ose-unit-title {
 font-size: 2.25rem
 }

 .ose-unit-info {
 font-size: 1.5rem
 }

 .ose-unit-content {
 width: 42%;
 margin: 6px auto 20px auto;
 font-size: 1.5rem;
 }

 .kit-title {
 font-size: 1.5rem;
 }

 .ose-pro-learn-certified.ose-pro-learn-certified .os-prof-content {
 font-size: 1.5rem;
 }

 .ose-contact-wrapper {
 margin-bottom: 152px;
 }

 .dqb-image-item {
 border: 8px solid #8db3e9;
 border-radius: 17%;
 margin: 0 auto;
 width: 86%;
 }

 .ose-help-container {
 margin-bottom: 142px;
 }

 .os-dqd-content {
 padding: 295px 0;
 margin-top: -200px;
 }

 .os-dqb-wave-bottom {
 bottom: 260px;
 }

 .os-dqb-wave-top {
 top: 115px;
 }

 .os-dqb-title {
 font-size: 2.125rem;
 line-height: 44px;
 }

 .os-dqb-right-list-title {
 font-size: 1.5rem;
 line-height: 30px;
 margin: 0 0 50px 0;
 }

 .os-approach-thumb-text .os-dqb-right-list-title {
 margin: 0 0 32px 0;
 }

 .os-approach-thump-content {
 margin-left: -70px;
 }

 .os-approach-icon {
 flex: 0 0 16%;
 margin: 5px 30px 0 0;
 }

 .os-additional-section h2 {
 font-size: 2.25rem;
 line-height: 60px;
 }

 .os-additional-section p {
 width: 31%;
 }

 .os-heading-secondary {
 font-size: 2.25rem;
 }

 .os-fr-content {
 font-size: 1.5rem;
 line-height: 30px;
 }

 .os-five-model-image {
 width: 67%;
 margin: 30px auto;
 }

 .ose-pro-learn-certified-section {
 margin: -300px 75px 0 0;
 }

 .os-second-heading {
 color: #2c3675;
 font-size: 2.25rem;
 margin: 0 0 18px 0;
 }

 .os-second-content,
 .os-imodel-readmore {
 width: 62%;
 margin: 0 auto;
 margin-bottom: 0;
 font-size: 1.5rem;
 line-height: 32px;
 }

 .os-right-bottom-content {
 width: 86.6%;
 }

 .os-approach-key {
 font-size: 1.5rem;
 text-align: center;
 margin: 30px;
 width: 76%;
 }

 .ose-digital-section {
 max-width: 1544px;
 }

 .os-cso-heading {
 font-size: 2.25rem;
 line-height: 72px;
 }

 .os-cso-digital-text {
 padding: 50px 35px
 }

 .os-cso-digital-heading {
 font-size: 2.25rem;
 line-height: 72px;
 }

 .os-cso-digital-text p {
 font-size: 1.5rem;
 line-height: 30px;
 }

 .os-cso-lesson-right-list h3 {
 margin: 0;
 font-size: 2.25rem;
 line-height: 60px;
 }

 .os-cso-lesson-right-list-title {
 margin: 0;
 }

 .os-cso-contact-heading {
 font-size: 2.25rem;
 line-height: 60px;
 }

 .os-cso-contact-text,
 .os-cso-contact-info {
 font-size: 1.5rem;
 line-height: 30px;
 }

 .os-cso-contact-info {
 margin-bottom: 30px;
 }

 .os-resource-box-info {
 position: absolute;
 color: #fff;
 top: auto;
 bottom: 60px;
 left: 120px;
 text-align: left;
 }

 .cso-middle-top-wave {
 width: 100vw;
 margin-bottom: -265px;
 z-index: 9;
 }

 .cso-middle-bottom-wave {
 width: 100vw;
 margin-top: -190px;
 z-index: 9;
 }

 .cso-middle-content {
 padding: 100px 20px 85px 20px
 }

 .os-cso-resources-content p {
 margin: 25px auto;
 width: 85%;
 }

 .os-cso-resources-content {
 min-height: calc(100vh - -50vw);
 }

 .os-ccv-items-section {
 padding-left: 133px;
 }

 .os-cso-lesson-left {
 padding: 0 0 0 72px;
 }

 .cso-eachlesson-content {
 padding-top: 146px;
 padding-bottom: 146px;
 }

 .cso-middle-right {
 width: 60%;
 top: 3rem;
 right: 0;
 }

 .os-approach-middle .os-wave-bottom {
 margin-top: -10rem;
 }
}

@media(max-width:767px) {
 .os-approach-icon {
 max-width: 60px;
 }

 .os-approach-top-container .col {
 flex: 0 0 auto;
 width: 100%;
 }

 .os-ls-action .btn-os-primary {
 padding: 9px 29px;
 }

 .os-header-bg {
 padding-top: 12px;
 padding-bottom: 12px;
 }

 .os-top-banner {
 padding: 35px 0 0 0;
 }

 .os-search-wrapper {
 width: 100%;
 margin: 0 auto;
 }

 .os-mobile-search-field {
 border-radius: 25px;
 border-color: transparent;
 text-align: center;
 background-color: #fff;
 padding: 6px 20px;
 color: #000;
 }

 .os-mobile-search-field:focus {
 background-color: #fff;
 border-color: #fff;
 color: #000;
 }

 .os-search-btn .bi-search {
 color: var(--os-black-color);
 font-size: 1.25rem;
 }

 .cso-middle-mobile {
 margin: 0 0 -4rem 0;
 }
}

@media screen and (min-width:2000px) {
 .os-top-banner .btn {
 position: relative;
 z-index: 9999;
 }
}
@media(min-width:768px) {
 .cso-eachlesson-content {
 padding: 0 20px;
 }

 .os-cso-lesson-right-list {
 margin: 10px 0 0 0;
 }

 .os-cso-middle-banner.os-cso-middle-banner {
 top: 4rem;
 }

 .os-approach-create-wrapper {
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
 flex-wrap: wrap;
 position: relative;
 }

 .os-approach-top-1 {
 flex: 60% 0 0;
 width: 40%;
 }

 .os-approach-top-2 {
 flex: 0 0 auto;
 width: 40%;
 }

 .os-approach-top-3 {
 width: 55%;
 position: absolute;
 top: 59%;
 transform: translate(0, -50%);
 }

 .os-white-wrapper .os-secondary-title {
 text-align: left;
 line-height: 1.2;
 }

 .os-cso-resources-content {
 min-height: calc(100vh - -100vw);
 }

 .os-dqd-content {
 margin-top: -120px;
 background-color: transparent;
 }

 .os-additional-section p {
 font-size: .75rem;
 line-height: 15px;
 width: 55%;
 margin: 0 auto 30px auto;
 }

 .accordionIsTablet {
 display: block !important;
 }

 .os-hero {
 margin-top: -18.4vw
 }

 .os-top-banner-img {
 z-index: 1;
 position: relative;
 top: 0;
 text-align: center;
 }

 .os-top-banner-profile {
 top: 15px;
 width: 100%;
 left: 2vw;
 }

 .os-ms-top-banner {
 top: -22px;
 width: 75%;
 left: 7vw;
 }

 .os-help-top-banner {
 width: 80%;
 top: -20px;
 left: 4vw;
 }

 .os-resource-top-banner {
 width: 84%;
 left: 1vw;
 top: -10px;
 }

 .os-more-top-banner {
 width: 90%;
 left: 7vw;
 top: -9px;
 }

 .os-approach-top-banner {
 width: 77%;
 top: -10px;
 left: 5vw;
 }

 .os-five-top-banner {
 width: 62%;
 left: 10vw;
 top: -9px;
 }

 .os-partner-top-banner {
 top: -7px;
 left: 10vw;
 width: 58%;
 }

 .os-top-banner-img>img {
 transform: rotate(-1deg);
 }

 .os-top-banner-profile.os-white-papers-banner {
 width: 55%;
 left: 9vw;
 }

 .os-top-banner-profile.os-resources-banner {
 width: 80%;
 left: 1vw;
 }

 .os-contact-top-pic {
 top: 0;
 left: 10vw;
 width: 85%;
 }

 .os-banner-heading {
 font-size: 1.125rem;
 line-height: 26px;
 margin-bottom: 10px;
 }

 .os-banner-content {
 color: #fff;
 font-size: 1rem;
 line-height: 20px;
 }

 .ose-unit-price {
 width: 81%;
 margin: 10px auto 20px auto;
 }

 .os-ccv-content {
 background: var(--os-darkBlue-color);
 margin-top: -132px;
 padding-bottom: 112px;
 }

 .os-ccv-offer-img {
 position: relative;
 }

 .ccv-offer-item {
 position: relative;
 }

 .ccv-offer-item p {
 font-size: .75rem;
 line-height: 16px;
 }

 .ccv-offer-item-01 {
 left: -120px;
 }

 .ccv-offer-item-02 {
 top: 0;
 left: -35px;
 }

 .ccv-offer-item-03 {
 left: 0;
 top: 35px;
 }

 .ccv-offer-item-04 {
 left: -30px;
 top: 69px;
 }

 .ccv-offer-item-05 {
 left: -132px;
 top: 56px;
 }

 .os-ccv-items-left {
 top: -60px;
 }

 .os-ccv-items-actions {
 position: relative;
 z-index: 9;
 padding-left: 100px;
 }

 .os-home-include-more {
 padding: 60px 0 20px 0;
 }

 .os-blue-wave-bottom {
 bottom: 42px;
 }

 .os-blue-wave-bottom {
 bottom: 0;
 z-index: 9;
 }

 .os-ccv-items-lef-logo {
 position: absolute;
 width: 28%;
 left: 11%;
 bottom: 118px;
 z-index: 99;
 }

 .os-ccv-items-right {
 text-align: left;
 color: #fff;
 margin: 20px 0 40px 0;
 display: flex;
 justify-content: flex-start;
 align-items: center;
 }

 .os-ccv-items-right img {
 max-width: 70px;
 margin: 0 30px 0 0;
 }

 .os-ccv-items-right p {
 font-size: 1.125rem;
 padding: 0 12px 0 0;
 }

 .os-ccv-includes.os-ccv-includes h2 {
 text-align: left;
 }

 .os-include-item {
 padding: 30px 0;
 }

 .os-include-item img {
 max-width: 170px;
 }

 .os-include-content h3 {
 font-size: .875rem;
 color: var(--os-darkBlue-color);
 text-transform: uppercase;
 }

 .os-include-content p {
 font-size: .625rem;
 margin: 0 20px;
 padding: 0;
 }

 .os-include-content-position-01,
 .os-include-content-position-02,
 .os-include-content-position-03,
 .os-include-content-position-04 {
 position: relative;
 z-index: 1;
 }

 .os-include-content-position-01,
 .os-include-content-position-04 {
 top: 90px;
 }

 .os-include-content-position-01 {
 left: 56px;
 }

 .os-include-content-position-02 {
 left: 10px;
 z-index: -1;
 }

 .os-include-content-position-03 {
 left: -11px;
 z-index: 1;
 }

 .os-include-content-position-04 {
 right: 56px;
 }

 .os-prof-content-item.os-prof-content-item>h2 {
 text-align: center;
 }

 .sticky-nav {
 max-width: 95%;
 }

 .os-pdp-btn {
 margin: -100px 0 30px 0;
 }

 .ose-flexible-content {
 color: #fff;
 padding-top: 100px;
 }

 .os-footer-banner {
 position: relative;
 padding: 0;
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/footer-banner-bg.png");
 background-repeat: no-repeat;
 background-size: cover;
 z-index: 999;
 color: #fff;
 text-align: left;
 background-position: 0vh 13vh;
 }

 .os-partner-top {
 margin-top: -1px;
 margin-left: 0;
 margin-bottom: -107px;
 }

 .os-footer-banner-title {
 padding: 100px 0 15px 0;
 font-size: 1.25rem;
 }

 .os-footer-banner-content {
 font-size: .875rem;
 line-height: 20px;
 padding: 0;
 }

 .os-footer-btn .btn {
 text-transform: uppercase;
 padding: 7px 24px;
 border-width: 2px;
 border-color: #fff;
 margin: 10px 0;
 border-radius: 12px;
 }

 .footer-wrapper {
 background: #242f56;
 }

 .footer-wrapper .nav-link {
 font-size: .688rem;
 }

 .os-badge-list-group {
 justify-content: flex-start;
 padding: 0 0 0 24px;
 }
 .os-pdp-section {
 padding: 65px 0;
 }

 .os-resource-content .os-product-title {
 font-size: 1.125rem;
 line-height: 23px;
 font-weight: 700;
 color: #2c5f8e;
 }

 .os-resource-info {
 margin: 10px 0;
 line-height: 1.125rem;
 font-size: 1rem;
 }

 .ose-unit-title {
 font-size: 1.5rem;
 }

 .ose-unit-info {
 padding: 5px 0 10px 0;
 width: 80%;
 margin: 0 auto;
 }

 .ose-unit-content {
 width: 70%;
 margin: 0 auto;
 }

 .os-flexible-section .os-ccv-content {
 background: var(--os-darkBlue-color);
 margin-top: -105px;
 padding-bottom: 57px;
 }

 .ose-prof-dotted::before {
 content: "";
 position: absolute;
 top: 55px;
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/dash-icons.svg");
 background-position: center center;
 background-size: cover;
 background-repeat: repeat-x;
 width: 12vw;
 height: 8px;
 left: 123px;
 }

 .ose-pro-learn-certified-section {
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 margin: -160px 75px 0 0;
 }

 .ose-pro-learn-certified-section>img {
 max-width: 25%;
 }

 .ose-pro-learn-certified.ose-pro-learn-certified .os-prof-heading,
 .ose-pro-learn-certified.ose-pro-learn-certified .os-prof-content {
 padding-left: 32px;
 text-align: left;
 margin: 0 0 10px 0;
 }

 .ose-approach-bottom .ose-help-section {
 margin: 10px 0 130px 0;
 }

 .ose-help-section {
 text-align: left;
 margin: 10px 0 50px 0;
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
 }

 .ose-help-img {
 max-width: 100%;
 margin: 20px auto;
 flex: 0 0 220px;
 margin: 0 50px 0 0;
 }

 .os-search-section {
 position: absolute;
 display: block;
 width: 60vw;
 top: 64px;
 right: 40px;
 left: auto;
 }

 .dqb-content-section {
 margin: 0;
 }

 .dqb-content-section img {
 transform: rotate(0);
 margin-left: -50px;
 }

 .dqb-content-second img {
 margin: 0 25px;
 transform: rotate(360deg);
 }

 .dq-section-info {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
 padding: 22px 40px 0 40px;
 }

 .os-dqb-top {
 margin-bottom: 40px;
 }

 .dqb-content-second .dq-section-info {
 top: 50%;
 transform: translate(-50%, -50%);
 }

 .os-imodel-readmore {
 width: 75%;
 margin: 20px auto 40px auto;
 font-size: 1.125rem;
 line-height: 24px;
 }

 .os-right-bottom-content {
 width: 100%;
 }

 .os-left-top-content {
 position: relative;
 left: -77px;
 }

 .os-enchanced-text {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 }

 .os-enchanced-left {
 flex: 1;
 }

 .os-enchanced-right {
 flex: 0 0 43%;
 padding: 0 0 0 20px;
 }

 .os-cso-wave-top {
 position: relative;
 z-index: 1;
 bottom: -25vw;
 }

 .os-cso-wave-bottom {
 margin-top: -15vw;
 z-index: 2;
 position: relative;
 }

 .os-cso-lesson-right-list h3 {
 margin: 0;
 }

 .os-cso-contact-logo {
 width: 50%;
 margin: 50px auto;
 }

 .cso-middle-top-wave {
 width: 100vw;
 margin-bottom: -120px;
 z-index: 9;
 }

 .cso-middle-bottom-wave {
 width: 100vw;
 margin-top: -100px;
 z-index: 9;
 }

 .cso-middle-right {
 background-image: url("/vaststatic/deployed-assets/CbOSESkin/cso-middle-right-girl-laptop.png");
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center center;
 width: 60%;
 height: 100%;
 position: absolute;
 top: 2rem;
 right: 0rem;
 }
}
@media(min-width:1200px) {
 .os-approach-thumb-text {
 text-align: left;
 }

 .os-approach-icon {
 flex: 0 0 16%;
 }

 .os-approach-thump-content {
 margin-left: -29px;
 }

 .os-wave-content-video {
 padding-bottom: 56.25%;
 }

 .os-approach-middle .os-dqb-right-list {
 margin-bottom: 35px;
 }

 .os-approach-margin {
 margin-bottom: 0 !important;
 }

 .os-approach-margin>p {
 margin-bottom: 30px !important;
 }

 .os-approach-middle .os-wave-bottom {
 margin-top: -6rem;
 z-index: -1;
 position: relative;
 }

 .os-left-top-content {
 position: relative;
 left: -100px;
 }

 .os-number-content {
 font-size: 1.25rem;
 }

 .os-approach-top-3 {
 top: 66%;
 }

 .os-cso-resources-content {
 min-height: calc(100vh - -70vw);
 }

 .cso-dr-img-logo {
 position: absolute;
 bottom: 0;
 height: 200px;
 width: 70%;
 right: -73px;
 z-index: 2;
 }

 .os-dqb-wave-bottom {
 bottom: 160px;
 }

 .os-dqb-right-list-title {
 font-size: 1rem;
 }

 .os-heading-secondary {
 font-size: 1.5rem;
 line-height: 48px;
 }

 .ose-content-wrapper {
 padding: 0 30px;
 }

 .dropdown:hover .dropdown-menu {
 display: block;
 margin-top: 0;
 }
 .os-banner-heading {
 padding-top: 30px;
 font-size: 1.875rem;
 line-height: 36px;
 margin-bottom: 14px;
 }

 .os-banner-content {
 color: #fff;
 font-size: 1rem;
 }

 .os-top-banner-img {
 top: 0;
 }

 .os-top-banner-img>img {
 transform: rotate(0);
 }

 .os-top-banner-profile {
 top: 25px;
 left: 0;
 }

 .os-ms-top-banner {
 top: -15px;
 left: 8vw;
 width: 73%;
 }

 .os-contact-top-pic {
 top: 0;
 left: 10vw;
 width: 85%;
 }

 .os-help-top-banner {
 width: 80%;
 top: -35px;
 left: 4vw;
 }

 .os-resource-top-banner {
 width: 82%;
 left: 1vw;
 top: -13px;
 }

 .os-approach-top-banner {
 top: -17px;
 left: 5vw;
 }

 .os-five-top-banner {
 top: -15px;
 left: 9vw;
 }

 .os-partner-top-banner {
 top: -9px;
 left: 10vw;
 width: 58%;
 }

 .os-home-include-more {
 padding: 100px 0 100px 0;
 }

 .ose-pro-learn-certified-section {
 margin: -200px 75px 0 0;
 }

 .os-ccv-left h2 {
 font-size: 1.375rem;
 line-height: 27px;
 }

 .os-ccv-left p {
 font-size: 1.188rem;
 line-height: 26px;
 }

 .ccv-offer-item-01 {
 left: -200px;
 top: 18px;
 }

 .ccv-offer-item-02 {
 top: 50px;
 left: -55px;
 }

 .ccv-offer-item-03 {
 left: 0;
 top: 150px;
 }

 .ccv-offer-item-04 {
 left: -60px;
 top: 270px;
 }

 .ccv-offer-item-05 {
 left: -206px;
 top: 295px;
 }

 .os-ccv-items-right img {
 max-width: 120px;
 margin: 0 30px 0 0;
 }

 .os-ccv-items-right p {
 font-size: 1.625rem;
 line-height: 30px;
 padding: 0 12px 0 0;
 width: 62%;
 }

 .os-ccv-items-left {
 top: -107px;
 }

 .os-include-item img {
 max-width: 100%;
 }

 .os-include-content h3 {
 font-size: 1.125rem;
 }

 .os-include-content p {
 font-size: 1rem;
 }

 .os-include-content-position-01,
 .os-include-content-position-04 {
 top: 133px;
 }

 .os-ccv-items-actions {
 padding-left: 151px;
 }

 .os-footer-banner-title {
 font-size: 2.125rem;
 }

 .os-footer-banner-content {
 font-size: 1.25rem;
 line-height: 30px;
 }

 .os-partner-top {
 margin-bottom: -15vw;
 }

 .footer-wrapper address {
 font-size: .9rem;
 }

 .footer-wrapper .nav-link {
 font-size: 1rem;
 }

 .ose-unit-content {
 width: 43%;
 margin: 0 auto 15px auto;
 }

 .ose-unit-price {
 width: 55%;
 margin: 0 auto 20px auto;
 }

 .os-column-space {
 padding: 0 40px;
 }

 .ose-help-img {
 margin: 0 70px 0 0;
 }

 .ose-help-content p {
 margin: 0 0 20px 0;
 font-size: 1.125rem;
 }

 .os-search-section {
 top: 70px;
 right: 80px;
 width: 45vw;
 }

 .ose-matrix {
 width: 92%;
 }

 .ose-contact-wrapper {
 margin-bottom: 60px;
 }

 .dqb-content-left.dqb-content-left img {
 margin-left: 38px;
 }

 .dqb-content-section img {
 margin-left: -80px;
 }

 .os-dqb-right-list-title {
 font-size: 1rem;
 }

 .ose-i-model-wrapper {
 margin-bottom: 14%;
 }

 .os-imodel-readmore {
 width: 62%;
 margin: 20px auto 40px auto;
 font-size: 1.125rem;
 line-height: 22px;
 }

 .os-imodel-img {
 margin: 40px 0;
 }

 .os-imodel-doc {
 margin: 45px 0 0 0;
 }

 .os-number-content {
 width: 60%;
 }

 .os-number {
 font-size: 6.25rem;
 }

 .os-cso-lesson-right-list-title {
 margin: 0;
 }

 .cso-middle-top-wave {
 width: 100vw;
 margin-bottom: -190px;
 z-index: 9;
 }

 .cso-middle-bottom-wave {
 width: 100vw;
 margin-top: -135px;
 z-index: 9;
 }

 .cso-middle-content {
 padding: 100px 20px 85px 20px;
 }

 .cso-eachlesson-section {
 background-size: contain;
 }

 .cso-eachlesson-content {
 padding-top: 0;
 padding-bottom: 3rem;
 }

 .cso-middle-right {
 width: 60%;
 height: 100%;
 position: absolute;
 top: 4rem;
 right: 0rem;
 }

 .os-cso-lesson-left {
 padding: 0 0 0 35px;
 }
}

.ose-container {
 max-width: 1140px;
 --bs-gutter-x: 1.5rem;
 --bs-gutter-y: 0;
 width: 100%;
 padding-right: calc(var(--bs-gutter-x) * .5);
 padding-left: calc(var(--bs-gutter-x) * .5);
 margin-right: auto;
 margin-left: auto;
}
.ose-unit-wrapper .btn.btn-os-primary {
 background-color: rgb(44, 54, 117);
 color: white;
 border-radius: 10px;
}
.os-contact-heading .btn.btn-os-primary:hover {
 background-color: #222830;
}
.ose-unit-wrapper .btn.btn-os-primary:hover {
background-color: #222830;
}



.osePropsMessage {
 font-size: 1rem;
 line-height: 1.375rem;
 letter-spacing: .05px;
		font-family: var(--os-body-font-family);
 }
	
	
	.osePropsMessage a
{
text-decoration: underline;
 margin: 0 0 0 .625rem;
 font-size: .875rem;
}



.btn-ose-primary{
 border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
 border-radius: .75rem;
 background-color: #2c3675;
 color: #fff;
 padding: 9px 30px;
 font-family: var(--os-body-font-family);
}
.prop65Div oseHead {
 font-size: calc(.938rem - -.5vw);

}
	.btn-ose-primary:hover {
 color: #fff;
 background-color: #222830;
 border-color: #222830;
}
.os-cso-contact .btn.btn-os-primary {
 background-color: rgb(44, 54, 117);
 color: white;
 border-radius: 10px;
}
.os-cso-contact .btn.btn-os-primary:hover {
 background-color: rgb(34, 40, 48);
}
.ose-hs-matrix td {
 padding: 8px !important;
}
@media (min-width: 2560px) {
 .d-none.d-lg-block.mx-2.mt-2.ose-facet {
 width: 100% !important;
 }
.os-products-right .col-6.col-md-3 {
 width: 14% !important;
}
.os-products-right .col-6.col-md-3 h3.os-product-title {
padding: 0px !important;
}
.ose-searched-adjustment h1.searched-adjustment-heading {
 margin-left: 8rem !important;
 font-weight: 700 !important;
 font-size: calc(0.938rem - -1vw) !important;
 line-height: calc(1.6rem - -1vw) !important;
}
}
@media(min-width:1400px) {
 .os-approach-icon {
 flex: 0 0 18%;
 }

 .os-approach-thump-content {
 margin-left: -30px;
 }

 .os-approach-middle .os-wave-bottom {
 margin-top: -5rem;
 z-index: -1;
 position: relative;
 }

 .os-cso-middle-banner.os-cso-middle-banner {
 top: 0rem;
 }

 .os-approach-create {
 max-width: 1087px;
 margin: 0 auto 200px auto;
 padding: 0 15px;
 }

 .os-approach-top-3 {
 top: 69%;
 }

 .os-top-banner-profile {
 top: 30px;
 left: 2vw;
 }

 .os-ms-top-banner {
 top: -20px;
 left: 8vw;
 width: 75%;
 }

 .os-contact-top-pic {
 top: 5px;
 left: 10vw;
 }

 .os-help-top-banner {
 width: 80%;
 top: -35px;
 left: 4vw;
 }

 .os-resource-top-banner {
 top: -15px;
 }

 .os-approach-top-banner {
 top: -20px;
 left: 6vw;
 }

 .os-five-top-banner {
 top: -15px;
 left: 10vw;
 }

 .os-partner-top-banner {
 top: -9px;
 left: 10vw;
 width: 58%;
 }

 .ccv-offer-item p {
 font-size: 1.125rem;
 line-height: 24px;
 }

 .ccv-offer-item h3 {
 font-size: 1.25rem;
 }

 .os-ccv-items-right img {
 max-width: 120px;
 margin: 0 70px 0 0;
 }

 .os-ccv-items-right p {
 font-size: 1.75rem;
 line-height: 35px;
 }

 .os-ccv-items-actions {
 padding-left: 189px;
 }

 .os-dqb-wave-bottom {
 bottom: 172px;
 }

 .os-top-banner-img {
 top: 0;
 }

 .ose-matrix {
 width: 90%;
 }

 .os-banner-content {
 color: #fff;
 font-size: 1.5rem !important;
 line-height: 26px !important;
 }

 .ccv-offer-item-01 {
 left: -221px;
 top: 18px;
 }

 .ccv-offer-item-02 {
 top: 76px;
 left: -55px;
 }

 .ccv-offer-item-03 {
 left: 15px;
 top: 212px;
 }

 .ccv-offer-item-04 {
 left: -60px;
 top: 340px;
 }

 .ccv-offer-item-05 {
 left: -225px;
 top: 400px;
 }

 .ose-unit-title {
 font-size: 1.75rem;
 }

 .ose-unit-info,
 .ose-unit-content,
 .ose-unit-price {
 font-size: 1.125rem;
 }

 .ose-unit-content {
 width: 35%;
 margin: 0 auto;
line-height: 27px;
 }

 .ose-flexible-info {
 font-size: 1.125rem;
 line-height: 22px;
 font-weight: 300;
 }

 .os-prof-content {
 margin: 0;
 font-size: 1.125rem;
 font-weight: 400;
 }

 .ose-unit-price {
 width: 50%;
 margin: 0 auto 20px auto;
 }

 .ose-prof-dotted::before {
 width: 20vw;
 height: 10px;
 }

 .os-flexible-section .ose-flexible-content {
 color: #fff;
 padding-top: 163px;
 }

 .ose-help-content p {
 margin: 0 0 20px 0;
 font-size: 1.25rem;
 }

 .os-contact-heading h1 {
 margin: 0 0 10px 0;
 font-size: 2.25rem;
 color: #2c3675;
line-height: 43.2px;
 }

 .os-contact-heading p {
 font-size: 1.5rem;
line-height: 36px;
 }

 .os-contact-form-top p {
 width: 48%;
 line-height: 22px;
 }

 .os-search-section {
 top: 96px;
 right: 70px;
 width: 35%;
 }

 .ose-prof-learn.ose-prof-learn h2 {
 font-size: 1.688rem;
 }

 .ose-pro-learn-certified.ose-pro-learn-certified .os-prof-content {
 font-size: 1.125rem;
 }

 .dqb-content-left.dqb-content-left img {
 margin-left: 45px;
 }

 .dqb-content-section img {
 margin-left: -92px;
 }

 .os-flexible-section .os-ccv-content {
 margin-top: -200px;
 }

 .ose-pro-learn-certified-section {
 margin: -175px 75px 0 0;
 }

 .os-second-heading {
 color: #2c3675;
 font-size: 1.75rem;
 margin: 0 0 18px 0;
 }

 .os-second-content,
 .os-imodel-readmore {
 width: 62%;
 margin: 0 auto;
 margin-bottom: 0;
 font-size: 1.25rem;
 line-height: 26px;
 }

 .os-faq-accordion {
 padding-right: 200px;
 }

 .os-faq-accordion .accordion-item {
 margin: 25px 0;
 }

 .os-faq-accordion .accordion-button {
 font-size: 2.25rem;
 line-height: 42px;
 padding-left: 100px;
 }

 .os-heading-two {
 font-size: 2.25rem;
 line-height: 42px;
 }

 .os-faq-accordion .accordion-body {
 padding-left: 100px;
 }

 .os-faq-accordion .accordion-body p,
 .os-faq-accordion .accordion-body li {
 font-size: 1.5rem;
 line-height: 30px;
 margin-bottom: 20px;
 }

 .os-faq-accordion .accordion-body li:last-child {
 margin-bottom: 40px;
 }

 .os-faq-accordion .accordion-button:not(.collapsed)::after,
 .os-faq-accordion .accordion-button::after {
 width: 60px;
 height: 60px;
 }

 .ose-digital-section {
 max-width: 1162px;
 }

 .os-cso-heading {
 font-size: 1.688rem;
 }

 .os-cso-digital-heading {
 font-size: 1.688rem;
 line-height: 51px;
 }

 .os-cso-digital-text p {
 font-size: 1.125rem;
 line-height: 27px;
 }

 .os-cso-contact-heading {
 font-size: 1.625rem;
 line-height: 45px;
 }

 .os-cso-contact-text,
 .os-cso-contact-info {
 font-size: 1.125rem;
 line-height: 23px;
 }

 .cso-middle-top-wave {
 width: 100vw;
 margin-bottom: -200px;
 z-index: 9;
 }

 .cso-middle-bottom-wave {
 width: 100vw;
 margin-top: -135px;
 z-index: 9;
 }

 .cso-middle-content {
 padding: 100px 20px 85px 20px;
 }
}
@media (min-width: 992px) {
 .os-pdp-btn {
 padding: 15px 35px;
 }
}

@media (min-width: 768px) {
 .os-pdp-btn {
 margin: -100px 0 30px 0;
 }
}

.fdp-item-status u {
 color: var(--os-darkBlue-color);
}

.os-pdp-btn {
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: #325e9c;
 color: #fff;
 margin: 30px 0 30px 0;
 padding: 10px 25px;
 border-radius: .875rem;
}

.pdp-desc-resource a {
 text-decoration: underline;
 margin: 0 0 0 .625rem;
 font-size: .875rem;
}

.pdp-desc-resource li {
 margin: 0 0 1rem;
}

.icon-content {
 display: flex;
 align-items: center;
}

.icon-text {
 margin-left: .625rem;
}

.pdp-desc-resource img {
 width: 1.25rem;
 height: 1.25rem;
}

@media (min-width: 768px) {
 .pdp-detail-desc p {
 margin-bottom: 1.8rem;
 }
}

.os-pdp-section p {
 font-size: calc(.938rem - -.5vw);
}

.pdp-detail-desc li {
 margin: 0 .938rem .938rem 1.563rem;
}
@media (min-width: 768px) {
 .carousel-dark [data-bs-slide] {
 display: none;
 }
}
.pdp-desc-detail ul {
 padding-left: 0 !important;
}
.pdp-detail-spec li:nth-of-type(2n+1) {
 background-color: #eee;
}

.pdp-detail-spec li {
 padding: .375rem .5rem;
 list-style: none;
}

@media (min-width: 768px) {
 .pdp-detail-spec .pdm {
 padding: 1.25rem !important;
 }
}

.pdp-detail-spec .bi-exclamation-circle-fill {
 font-size: 1.25rem;
 color: #416e9b;
}

@media (min-width: 768px) {
 .pdp-detail-spec dl {
 margin: 0 .625rem .625rem;
 }
}

@media (min-width: 768px) {
 .pdp-detail-spec dt {
 margin: 1.25rem .625rem .625rem !important;
 }
}

.pdp-detail-spec dt {
 margin: 1.25rem 0 .625rem;
 font-weight: normal;
}

.pdp-detail-spec .toggle-list.collapsed {
 display: block;
}

.pdp-detail-spec .toggle-list {
 display: none;
 font-size: .75rem;
 position: relative;
 font-style: italic;
 text-decoration: underline;
}

.pdp-detail-spec .toggle-list {
 margin: 0 .625rem;
}

.pdp-detail-spec .pdp-return-policy {
 background-color: #eee;
}
@media (min-width: 768px) {
 .pdp-detail-spec dd {
 margin: 0 0 2rem 1.25rem;
 }

}

.pdp-detail-spec ul {
 padding: 0 !important;
}
@media (min-width: 768px) {
 .pdp-detail-info>* {
 margin: 10px 0;
 }
}
@media (min-width: 768px) {
 .pdp-detail-spec div {
 line-height: 1.2 !important;
 letter-spacing: .006rem !important;
 }
}














.rdp-pdp-embed {
 min-height: 800px;
}

.rdp-pdp-header {
 width: 100%;
 max-width: 780px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 20px;
 margin-bottom: 20px;
}

.rdp-pdp-header div>* {
 margin-bottom: 20px;
}

.rdp-content h1 {
 font-size: 24px;
 line-height: 30px;
 color: #000;
 margin: 0 10px 15px;
 margin-bottom: 15px;
}

.rdp-pdp-header div>* {
 margin-bottom: 20px;
}

.btn-primary {
 padding: .5rem .75rem;
 color: #fff;
 font-size: .875rem;
 font-weight: normal;
 background: none #35709d;
 border: .063rem solid transparent;
 border-radius: .25rem;
 line-height: 1.2;
 transition: all 200ms ease;
}

.rdp-pdp-header p {
 font-size: 12px;
 margin-bottom: 10px;
}

.rdp-pdp-header {
 width: 100%;
 max-width: 780px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 20px;
 margin-bottom: 20px;
}

.content-video-h1 {
 margin: 0;
}

.rdp-content h1 {
 font-size: 24px;
 line-height: 30px;
 color: #000;
 margin: 0 10px 15px;
}

.rdp-content {
 margin-bottom: 10rem;
}

.c-print-btn {
 display: flex;
 justify-content: flex-end;
 align-items: center;
 font-size: .688rem;
 font-weight: 700;
 color: #333;
}

.c-print-btn .bi {
 font-size: .813rem;
 color: #999;
 margin: 0 .313rem 0 0;
}

.max-width-ose {
 font-family: "Cabin", sans-serif !important;
}

.max-width-ose.header-mobile-padding {
 padding-left: 0 !important;
 padding-right: 0 !important;
}

.max-width-ose p {
 font-size: calc(.938rem - -.5vw);
}

.max-width-ose .btn-grey {
 font-size: 16px;
 color: #fff !important;
 margin-top: .25rem;
 display: inline-block;
 text-align: center;
 padding: 10px 10px;
 width: 130px;
 background: #838182;
 border-radius: .75rem;
}

.max-width-ose .btn-grey:hover {
 background: #a7a4a5;
 color: #565e64 !important;
}

@media (min-width: 1200px) {
 .max-width-ose {
 max-width: 1140px !important;
 }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 .max-width-ose {
 max-width: 720px;
 }

 .max-width-ose .fdp-gallery-image-css {
 padding-right: 0;
 }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .max-width-ose {
 max-width: 960px;
 }
}

@media (max-width: 767.98px) {
 .sticky-nav .prod-nav-title {
 display: none;
 }

 .sticky-nav .hide-on-sticky {
 display: none;
 }
}

@media (min-width: 768px) {
 .prod-nav-title {
 padding-top: .75rem;
 }
}

@media (min-width: 768px) {

 .prod-nav-title h1,
 .prod-nav-title .h1 {
 margin: .625rem 0;
 font-size: 32px !important;
 }
}

.prod-nav-title h1,
.prod-nav-title .h1 {
 color: #000;
 font-weight: normal;
 margin: .625rem 0;
 font-size: 1.25rem;
}

@media (max-width: 517px) {
 .max-width-ose.header-mobile-padding {
 padding-left: 12px !important;
 padding-right: 12px !important;
 }

 .openscied-middle-school-kits {
 --bs-gutter-x: 0 !important;
 }

 .openscied-middle-school-kits-products {
 --bs-gutter-x: 0 !important;
 }

 .openscied-middle-school-kits-products-desc-css {
 --bs-gutter-x: 0 !important;
 border: .063rem solid #d5d5d5;
 margin: 0 0 1.875rem;
 }

 .prod-nav-group .bg-light-grey {
 margin: 0 !important;
 }

 .max-width-ose .accordion-flush.pdp-detail-info .accordion-item:last-child {
 border-bottom: 0 !important;
 }

 .max-width-ose .accordion-flush.pdp-detail-info .accordion-item {
 border-top: 0 !important;
 border: .063rem solid #d5d5d5;
 border-right: 0 !important;
 border-left: 0 !important;
 border-radius: 0 !important;
 }

 .max-width-ose .pdp-detail-info .accordion-button:focus {
 box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
 }
}

@media (min-width: 768px) {
 .sticky-nav .pdp-nav {
 border-bottom: 0;
 background: #fff;
 }
}

@media (min-width: 768px) {
 .prod-nav-group {
 padding: 0 0 .75rem;
 border-bottom: .063rem solid #e4e4e4;
 }
}

.prod-nav-group {
 margin: 0;
 align-items: center;
}

@media (min-width: 768px) {
 .prod-nav-group li:first-child {
 margin: 0 .938rem 0 0;
 flex: 0 0 140px !important;
 }
}

@media (min-width: 768px) {
 .prod-nav-group li {
 flex: 0 0 auto;
 padding: 0;
 margin: 0 .938rem;
 width: auto;
 }
}

.prod-nav-group li {
 font-size: .875rem;
 padding: 0;
 margin: 0;
}

@media (min-width: 768px) {
 .prod-nav-group .bg-light-grey {
 background-color: #fff;
 text-align: center;
 flex-basis: content;
 margin: 0 .938rem !important;
 }
}

@media (min-width: 768px) {
 .prod-nav-group li {
 flex: 0 0 auto;
 flex-basis: auto;
 padding: 0;
 margin: 0 .938rem;
 width: auto;
 }
}

.prod-nav-group li {
 font-size: .875rem;
 padding: .625rem 0;
 margin: 0;
}

.bg-light-grey {
 background: #f9f9f9;
 background-color: rgb(249, 249, 249);
}

.c-input-group .button-minus {
 margin: .438rem .375rem .438rem 0;
}

.c-input-group button {
 background: #fff;
 border: .063rem solid #ddd;
 border-radius: 50% !important;
 width: 30px;
 height: 31px;
 margin: .438rem .25rem;
 padding: 0;
 transition: all 200ms ease;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
 line-height: 1.4;
}

.c-input-group .form-control {
 text-align: center;
}

@media (min-width: 768px) {
 .pdp-desc .form-control {
 padding: .375rem .625rem;
 }
}

.c-input-group .form-control {
 text-align: center;
}

.pdp-desc .form-control {
 height: 44px;
 text-align: center;
 max-width: 60px;
}

.c-input-group .button-plus {
 margin: .438rem 0 .438rem .375rem !important;
}

@media (min-width: 992px) {
 .pdp-action {
 text-align: unset;
 }
}

@media (min-width: 992px) {
 .pdp-status-msg {
 width: 200px;
 white-space: nowrap;
 }
}

.pdp-status-msg {
 text-align: center;
 font-size: .75rem;
 white-space: nowrap;
}

.c-green {
 color: #390;
}

@media (min-width: 992px) {
 .pdp-action .btn-primary {
 margin: 0 0 0 2rem;
 }
}

@media (min-width: 768px) {
 .pdp-desc-addToCart .btn-primary {
 width: auto;
 }
}

.pdp-desc .btn-primary {
 font-size: 1rem;
 padding: .75rem 2.125rem;
 border-radius: .75rem;
}

@media (min-width: 992px) {

 .pdp-offline-msg+.row .pdp-whislist,
 .pdp-desc-addToCart+.row .pdp-whislist {
 text-align: unset;
 margin-left: calc(33.33333333%+2rem);
 }
}

@media (min-width: 768px) {

 .pdp-offline-msg+.row .pdp-whislist,
 .pdp-desc-addToCart+.row .pdp-whislist {
 margin-left: 41.66666667%;
 }
}

.pdp-offline-msg+.row .pdp-whislist,
.pdp-desc-addToCart+.row .pdp-whislist {
 text-align: center;
 margin-left: 50%;
}

.pdp-whislist {
 text-align: center;
}

@media (min-width: 992px) {
 .pdp-whislist a {
 margin: 0 1.6rem;
 }

 .spec-prod-select {
 margin: .938rem 1.25rem 1.875rem;
 }
}

.spec-prod-select {
 margin: .938rem 0 1.875rem;
}

.link-secondary {
 text-decoration: underline;
 color: #000 !important;
 margin-top: .25rem;
 display: inline-block;
 text-align: center;
}

@media (min-width: 768px) {
 .pdp-detail-info .accordion-item {
 border: 0;
 border-top-width: 0px;
 border-top-style: none;
 border-top-color: currentcolor;
 }
}

@media (min-width: 768px) {
 .pdp-detail-info>* {
 margin-top: 3.75rem;
 margin-bottom: 1.563rem;
 }
}

@media (min-width: 768px) {
 .pdp-detail-info div {
 font-size: 1rem !important;
 line-height: 1.375rem !important;
 letter-spacing: .05px !important;
 }
}

.pdp-detail-info div {
 font-size: .875rem;
 line-height: 1.2;
 letter-spacing: .006rem;
}

@media (min-width: 768px) {
 .accordionIsTablet {
 display: block !important;
 }
}

@media (min-width: 768px) {
 .pdp-detail-desc div> :last-child {
 margin-bottom: 0;
 }
}

@media (min-width: 768px) {
 .pdp-detail-info .accordion-body {
 color: #333;
 padding: 0;
 }
}

.pdp-detail-info {
 margin: 0 0 1.875rem !important;
}

@media (min-width: 768px) {

 .pdp-detail-info h2,
 .pdp-detail-info .h2 {
 color: #000;
 font-size: 1.25rem;
 font-weight: bold;
 padding: 1rem 0;
 margin: 0;
 }

 .pdp-desc-detail div p {
 margin-bottom: 1.8rem;
 line-height: 22px;
 }
}

.pdp-desc-detail div p {
 font-size: calc(.938rem - -.5vw);
 letter-spacing: .05px;
}

.pdp-desc-content {
 margin-top: 1rem;
}

@media (min-width: 768px) {
 .pdp-detail-desc p {
 margin-bottom: 1.8rem;
 }
}

.sticky-nav {
 background-color: #fff;
 position: fixed;
 z-index: 101;
 top: 0;
 width: 100%;
 max-width: 100%;
}

@media (min-width: 768px) {
 .sticky-nav {
 max-width: 95%;
 }
}

.fdp-items .h2 {
 font-size: 1.25rem;
 line-height: 1.625rem;
 color: #000;
 margin: 1.25rem 0 .625rem .625rem;
}

@media (min-width: 768px) {
 .fdp-item {
 margin: 0 1.875rem;
 padding: 1.25rem 0;
 border: 0;
 border-bottom-width: 0px;
 border-bottom-style: none;
 border-bottom-color: currentcolor;
 border-bottom: .063rem solid #e4e4e4;
 }
}

.fdp-item {
 color: #333;
}

.fdp-item {
 color: #333;
}

@media (min-width: 768px) {
 .fdp-item-desc {
 padding: 0;
 }
}

@media (min-width: 768px) {
 .fdp-item-desc {
 border-bottom: 0;
 }
}

.fdp-item-desc {
 padding: .625rem;
}

.fdp-item-img {
 margin: 0 1.25rem 0 0;
 min-width: 90px;
}

.fdp-item-info {
 margin: .625rem 0 0;
 line-height: 2rem;
}

@media (min-width: 768px) {
 .fdp-item-title {
 margin: 0 0 .375rem;
 }
}

@media (min-width: 768px) {
 .fdp-item-info>* {
 margin: 0 0 .5rem;
 }
}

.fdp-item-title {
 font-size: calc(.938rem - -.5vw);
 font-weight: bold;
 display: block;
 color: #325c99;
}

.fdp-item-info>* {
 margin: 0 0 1rem;
}

.fdp-item-status .col {
 margin-left: .313rem;
}

.c-red {
 color: #900;
}

@media (min-width: 768px) {
 .fdp-item-price {
 display: block;
 text-align: center;
 margin: 0;
 }
}

.fdp-item-price {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 justify-content: space-between;
 margin-left: 110px;
}

.fdp-item-price-val {
 font-size: .875rem;
 font-weight: bold;
 display: block;
}


.fdp-item-status {
 font-size: calc(.938rem - -.5vw);
 color: #000;
 display: block;
}

.fdp-item-status span {
 display: block;
}

@media (min-width: 992px) {
 .fdp-item-action {
 margin-top: .875rem;
 }
}

@media (min-width: 768px) {
 .fdp-item-action {
 padding: 0;
 }
}

.fdp-item-action {
 padding: .625rem;
}

.fdp-item-form {
 align-items: end;
}

@media (min-width: 768px) {
 .fdp-whishlist {
 text-align: right;
 }
}

.fdp-whishlist {
 text-align: right;
}

.fdp-whishlist .link-secondary {
 font-size: .813rem;
 margin: .25rem 1.75rem 0;
}

.quantities.form-control {
 font-size: .875rem;
 padding: 8px 8px;
 height: 45px !important;
}

.fdp-whishlist .link-secondary {
 font-size: .813rem;
 margin: .25rem 1.75rem 0;
}

#pdp-gallery .carousel-item {
 border-bottom: none !important;
}

@media (max-width: 767.98px) {
 #pdp-gallery .carousel-item {
 align-items: center;
 }
}

.pdp-desc-addToCart .form-control {
 box-shadow: none !important
}

/* review section */

.hZwkHA {
 width: 100% !important;
 border-radius: 10px;
 display: block !important;
 overflow: hidden;
 height: 13px;
 background-color: rgb(225, 242, 248) !important;
 box-shadow: rgb(204, 204, 204) 0px 0px 0px 1px inset !important;
 vertical-align: middle;
 max-width: 420px;
 display: table-cell;
 width: 100%;
 padding: 5px 10px !important;
}

.cXcVZu {
 display: block;
 height: 13px;
 background-color: rgb(255, 189, 0);
 width: 68.254%;
}

.pdp-desc {
 margin-bottom: 1.875rem;
}

.opacity_50 {
 background-image: linear-gradient(to bottom right, #fff calc(50% - 1px), #a49999, #fff calc(50% - -1px));
 color: #ccc;
}

@media (min-width: 768px) {
 .recommended.pdp-detail-info>* {
 margin-top: 0rem;
 margin-bottom: 0rem;
 }
}

.available.selected {
 font-weight: 600;
}

.backorder.selected {
 font-weight: 600;
}


@media (min-width: 768px) {
 .pdp-detail-info>* {
 margin-top: 3.75rem;
 margin-bottom: 1.563rem;
 }
}

/* CSS added for OSE skin page */

.os-header-logo-css {
 padding-top: 20px !important;
 padding-bottom: 20px !important;
}


@media screen and (max-width: 580px) {
 .fdp-gallery-image-css {
 margin: auto !important;
 width: auto !important;
 }
}

.osePropsModal .modal-body {
 padding: 1rem 1rem !important;
}

.oseHead{
font-size: calc(.938rem - -.5vw);
}

.osePropsModal .modal-content {
color: #333;
}


@media (min-width: 1400px) {
.max-width-ose {
 max-width: 1320px !important;
 }
}

@media (min-width: 1920px) {
.max-width-ose {
 max-width: 1820px !important;
 }
}

@media (max-width: 630px) {
 .ose-facet .offcanvas_facet {
 max-width: 100% !important;
 z-index: 1051 !important;
 }
 .ose-category-name {
 margin-top: 2rem !important;
 }
 .offcanvas_facet .btn-close {
 margin-left: 20.3rem !important;
 margin-top: 0.5rem !important;
 }
 .ose-facet .offcanvas_facet .offcanvas-body {
 padding: 2.5rem 0.3rem 0 1.8rem !important;
 }
.os-side-list .list-group .list-group-item {
 padding: 0;
}
.os-side-list.ose-selctedcrumb {
 margin-bottom: 1.5rem;
}
}

.ose-search-autocompleted {
 margin-left: 19px !important;
}

#ose-ta-mobile #ta-suggession .sugg2 a div:hover {
 background-color: #eee;
}

#ose-ta-mobile #ta-suggession .sugg2 a div{
 padding-left: 0;
 margin: 6px 0 13px 0;
}

.ose-search-autocompleted:hover {
 background-color: #eee;
}

.sugg2 img.col-2.img-fluid {
 flex: 0 0 58px !important;
 margin: 0 0px 0 0 !important;
}

.sugg2:hover {
 background-color: white !important;
}
.os-products-right .c-feature-product {
 text-align: left !important;
}

.os-sidepanel-heading {
 font-size: 1.5rem;
 color: black;
 font-weight: 700;
}

.os-side-list .accordion-item:last-of-type .accordion-button:not(.collapsed) {
color: white !important;
background: #2c487d !important;
padding: 17px 15px !important;
font-size: calc(0.625rem - -0.5vw) !important;
box-shadow: none;
outline: 0;
border-radius: 8px;
font-size: calc(0.625rem - -0.5vw);
font-weight: 700;
}


.ose-facet{
margin-top: 3rem !important;
}
@media (min-width: 992px) {
.os-side-list .accordion.childFacets {
 width: 75% !important;
}
.os-products-right {
 padding: 0 20px;
 margin-bottom: 13rem;
 }
}

@media (max-width: 991px) {
.os-side-list .accordion.childFacets {
 width: 93% !important;
}
}

.ose-facet .form-check a {
font-size: calc(0.625rem - -0.5vw);
color: black;
 line-height: 1.3rem !important;
}

.ose-form-check-label .form-check-input {
 border-radius: 0 !important;
}

.os-side-list .accordion-item:last-of-type .accordion-button.collapsed {
 font-size: calc(0.625rem - -0.5vw) !important;
 box-shadow: none;
 outline: 0;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eee),color-stop(100%,#ddd)) !important;
 border-radius: 8px;
 color: #333 !important;
 font-weight: 700;
 padding: 17px 15px;
font-family: "Cabin", sans-serif;
}

.ose-form-check-value{
color: #bebaba !important;
}



/* OSE HEADER */

@media (min-width: 600px) {
 #ose-ta-mobile {
 left: 948px !important;
 width: 36% !important;
 }
}

@media (min-width: 600px) and (max-width: 900px) {
 #ose-ta-mobile {
 left: 264px !important;
 width: 63% !important;
 top: 67px !important;
 }
.ose-selctedcrumb .selectedCrumb {
 width: 93%;
}
 .ose-selctedcrumb {
 margin-bottom: 2rem;
 }

.ose-plp-css .ose-selctedcrumb .selectedCrumb {
 width: 95%;
}
}

#ose-ta-mobile {
 float: left;
 position: absolute;
 background: #fff;
 border: .063rem solid #ddd;
 border-radius: .188rem;
 right: 0;
 z-index: 102;
 padding: .625rem;
 top: 0px;
}

@media (max-width: 601px) {
 #ose-ta-mobile {
 border-radius: .6rem;
 top: -40px;
 left: 20px;
 width: 90%;
 }
}

#ose-ta-mobile p {
color: #2c3574;
 font-size: 1.25rem;
 line-height: 31px;
 margin: 10px 0 15px -8px;
}

#ose-ta-mobile .ose-search-autocompleted {
 margin: 0;
 font-size: 1.1rem;
 color: #000;
 font-style: italic;
 font-weight: 400;
 line-height: 60px;
}



 .ose-plp-css .ose-selctedcrumb .selectedCrumb {
 width: 96%;
 }

 .os-side-list .accordion-item:last-of-type .accordion-button:not(.collapsed) {
 width: 100% !important;
 }

 .os-side-list .accordion-item:last-of-type .accordion-button.collapsed {
 width: 100% !important;
 }
.os-side-list .accordion-button:not(.collapsed)::after {
 background: url("/images/ose/minus.png") no-repeat !important;
 position: absolute;
 width: 26px !important;
 height: 26px !important;
 z-index: 3;
font-size: 0px !important;
right: 1rem;
}

.os-side-list .accordion-button.collapsed::after {
 position: absolute;
 right: .688rem;
 height: 26px !important;
 z-index: 3;
 background: url("/images/ose/plus.png") no-repeat !important;
 width: 28px !important;
font-size: 0px !important;
}


.ose-selctedcrumb .selectedCrumb a {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 1rem 1.875rem 1rem .625rem !important;
 cursor: pointer;
 border-radius: .125rem;
 background: #eee;
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(100%, #ddd));
 color: #333;
}

.ose-selctedcrumb .c-sidepanel-heading {
 font-size: 1.5rem !important;
}

.ose-selctedcrumb .list-selected-item {
font-size: 1rem !important;
 font-family: var(--os-body-font-family);
 line-height: 1.5rem;
}



@media (min-width: 992px) {
.os-product-title {
 padding: 0 0rem 0 0rem !important;
}
 .ose-selctedcrumb {
 margin-top: 10rem !important;
 }
}

@media (max-width: 600px) {
 .ose-searched-adjustment .right-panel-heading {
 font-size: 1.2rem !important;
 margin-left: 0 !important;
 }
.os-product-title {
 margin-left: 15px !important;
 padding: 0 1rem 0 1.7rem !important;
}

.ose-selctedcrumb .selectedCrumb {
 width: 93%;
}
}

@media only screen and (min-width: 992px) {
 .ose-searched-adjustment {
 margin-left: 1rem !important;
 padding: 0 2rem 2rem 0 !important;
 }
 .ose-searched-adjustment .right-panel-heading {
 font-size: 2rem !important;
 }
}

@media only screen and (max-width: 992px) {
.os-product-title {
 margin-left: 0px !important;
 padding: 10px !important;
}
}
@media (min-width: 600px) and (max-width: 992px) {
 .ose-searched-adjustment {
 margin-left: 2.9rem;
 padding: 0 2rem 2rem 0;
 }

 .os-products-right .c-results-tabs {
 margin-bottom: 3.25rem;
 margin-left: 2.9rem;
 }

.ose-searched-adjustment .right-panel-heading {
 font-size: 1.4rem;
}
}
.ose-facet .form-check a:hover {
 color: #2c3574;
}
.ose-facet .form-check {
min-height: 1.8rem !important;
}

@media screen and (min-width: 1024px) {
.ose-facet {
 margin-top: 3rem !important;
 padding-left: 17px;
 margin-bottom: 13rem;
}

.os-side-list .accordion.childFacets {
 width: 95% !important;
 }

.ose-selctedcrumb {
 margin-top: 10rem !important;
 padding-left: 17px;
}
 .ose-refine-btn {
 margin-left: -1rem !important;
}
}
@media screen and (min-width: 992px) {
@-moz-document url-prefix(){
 .os-products-right .c-results-tabs {
 margin-bottom: 3.25rem !important;
 margin-left: 0rem !important;
 }
}
.ose-selctedcrumb .selectedCrumb {
 width: 97%;
}
}

.sugg2 {
 font-size: 1.125rem !important;
 color: #000 !important;
 font-style: italic !important;
 font-weight: 400 !important;
 padding-left: 0 !important;
margin-bottom: 0;
}

#ose-ta-mobile .sugg2 a {
 line-height: 1.5rem !important;
justify-content: flex-start;
 align-items: center;
display: flex;
font-family: var(--os-body-font-family);
}

.see-all-suggestion {
margin-top: 28px;
}
.ose-facet-container .form-check-label a {
 color: #333;
}

.ose-facet-container .form-check-label a:hover {
 color: #999;
}


@media (min-width: 1200px) and (max-width: 1500px) {
 #ose-ta-mobile {
 left: 680px !important;
 width: 44% !important;
 top: 66px;
 }

 .os-products-right .c-results-tabs {
 margin-bottom: 3.25rem !important;
 margin-left: -1rem !important;
 }

 .ose-selctedcrumb .selectedCrumb {
 width: 103% !important;
 }

 .os-side-list .ose-selctedcrumb .selectedCrumb {
 width: 97% !important;
 }

.os-side-list .accordion.childFacets {
 width: 68% !important;
}

 .ose-plp-css .os-side-list .accordion.childFacets {
 width: 94% !important;
 }

.ose-selctedcrumb {
 margin-top: 10rem !important;
}

 .os-side-list .accordion.childFacets {
 width: 102% !important;
 }
}


@media (max-width: 992px) {
.ose-plp-css .ose-category-name {
 margin-top: 5rem !important;
}

.ose-category-name {
margin-top: 5rem;
}
.ose-category-name h2.right-panel-heading {
 margin-left: 0rem !important;
 margin-bottom: 0.5rem !important;
 font-weight: 700 !important;
 font-size: calc(0.938rem - -1vw) !important;
 line-height: calc(1.6rem - -1vw) !important;
}
}
@media (min-width: 900px) {
.ose-plp-css .ose-category-name {
 margin-top: 10rem !important;
 margin-left: 4.5rem !important;
}
.ose-category-name{
margin-top: 10rem;
margin-left: 0.5rem;
}
.ose-facet .c-refine-check {
 padding-right: 1.6rem !important;
}
}

@media screen and (max-width: 600px) {

.os-products-right {
 padding: 0px !important;
}
.ose-plp-css .os-products-right {
 padding: 0px !important;
}

.os-products-right .c-results-tabs {
 margin-bottom: 1.25rem !important;
 margin-left: 2rem;
 }


 .os-products-right .c-results-tabs {
 margin-left: 0rem !important;
 }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

.os-products-right .c-results-tabs .nav-link.active {
 background: var(--os-header-bg) !important;
}
.ose-accordion{
 font-family: inherit;
}

}
.sugg2 img.col-2.img-fluid{
flex: 0 0 65px;
 margin: 0 15px 0 0;
	}
	
	#ose-ta-mobile{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 15px 20px;
	}

	#ta-suggession{
	align-items: center !important;
	}
	
	@media (min-width: 1200px) and (max-width: 1500px) {
 #ose-ta-mobile {
	
	top:0px;
	}
	}
@media (max-width: 630px) {
 .padding-ose-plp {
 margin-top: 2rem !important;
 }
}
.box-shadow-footer .containerWarp:has(.footer-wrapper) {
 padding-left: 0px !important;
 padding-right: 0px !important;
}
@media (max-width: 768px) {
 .os-badge-list-group-item {
 max-width: 40%;
 }
.footer-wrapper address{
line-height: 1rem;
}
}

.os-badge-list-group-item {
 margin: 0 10px 20px 10px;
}

.footer-wrapper address {
 margin: 1rem 0 0 0;
 font-size: .688rem;
 font-weight: 600;
 font-family: cabin;
color:white;
}

@media (min-width: 768px) {
 .os-badge-list-group {
 justify-content: flex-start !important;
 padding: 0 0 0 24px !important;
 }
}

.os-badge-list-group {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
 list-style: none;
 padding: 0;
}

@media (min-width: 768px) {
 .footer-wrapper .nav-link {
 font-size: .688rem;
 }
}

.footer-wrapper .nav-link {
 margin: 0 0 10px 0;
 padding: 0;
 color: #fff;
 text-transform: uppercase;
 font-weight: 400;
}

.footer-wrapper {
 background: #242f56 !important;
 color: #fff;
 padding: 45px 0 120px 0;
}
.footer-wrapper .container {
background-color: #242f56;
 border-top: 2px #293f6e;
}

@media (min-width: 768px) {
 .os-partner-top {
 margin-top: -1px;
 margin-left: 0 !important;
 margin-bottom: -107px;
 }
}

.os-partner-top {
 margin-left: -1px;
}

.os-footer-banner-right {
 padding: 0;
}

@media (min-width: 768px) {
 .os-footer-btn .btn {
 text-transform: uppercase;
 padding: 7px 24px;
 border-width: 2px;
 border-color: #fff;
 margin: 10px 0;
 border-radius: 12px;
 }
}

.os-footer-btn .btn {
 text-transform: uppercase;
 padding: 10px 30px;
 border-width: 2px;
 border-color: #fff;
 margin: 10px 0;
 border-radius: 8px;
}

@media (min-width: 768px) {
 .os-footer-banner-content {
 font-size: .875rem;
 line-height: 20px;
 padding: 0 !important;
 }
}

.os-footer-banner-content {
 font-size: .875rem;
 line-height: 20px;
 padding: 0 28px;
 font-family: cabin;
}

@media (min-width: 768px) {
 .os-footer-banner-title {
 padding: 100px 0 15px 0 !important;
 font-size: 1.25rem;
 }
}

.os-footer-banner-title {
 font-size: 1.125rem;
 margin: 0;
 padding: 30px 0 15px 0;
}

@media (min-width: 768px) {
 .os-footer-banner {
 position: relative;
 padding: 0 !important;
 background-image: url("https://www.carolinaopenscied.com/images/ose/footer-banner-bg.png");
 background-repeat: no-repeat;
 background-size: cover;
 z-index: 999;
 color: #fff;
 text-align: left !important;
 background-position: 0vh 13vh;
 }
}

.os-footer-banner {
 margin-top: -1vw;
 padding: 0 0 40px 0;
 background-color: #242f56;
 text-align: center;
 color: #fff;
}
@media (min-width: 1200px) {
 .os-partner-top {
 margin-bottom: -15vw !important;
 }
}

@media (min-width: 1200px) {
 .footer-wrapper .nav-link {
 font-size: 1rem;
 line-height: 24px;
 }
}

@media (min-width: 1200px) {
 .footer-wrapper address {
 font-size: .89rem !important;
 font-weight: 500 !important;
 color: white !important;
line-height: 1.4rem !important;
 }
}
@media (min-width: 1200px) {
 .os-footer-banner-content {
 font-size: 1.25rem !important;
 line-height: 30px !important;
 }
}
@media (min-width: 1200px) {
 .os-footer-banner-title {
 font-size: 2.125rem !important;
 }
}
@media (min-width: 992px) {
 .os-partner-top {
 margin-bottom: -120px;
 }
}
@media (min-width: 992px) and (max-width: 1024px) {
 .os-badge-list-group-item {
 max-width: 80px;
 }
.footer-wrapper address{
line-height: 1rem;
}
}
.os-footer-second-left,.os-footer-space-left {
 line-height: 1.5rem;
}
.ose-pdp-css .pdp-gallery-slides .carousel-item {
 min-height: 0px;
 } 
.ose-pdp-css .ose-pdp-price.col-lg-9{
 width: 66.6%;
 }
 .ose-pdp-css .ose-pdp-price .pdp-desc p{
 line-height: 32.7333px;
 }

.ose-prod-nav-title h1{
color: #000;
 font-weight: normal;
 margin: .625rem 0;
 font-size: 32px;
 line-height: 1px;
}

.spec-prod-select .form-label {
font-weight: bold;
 color: #333;
 margin: 0;
}
.spec-prod-select .form-select {
 border: .063rem solid #aaa;
 background-color: #fff;
 color: #333;
 -webkit-box-shadow: 0 0 .188rem rgba(0,0,0,0.25);
 border-radius: .188rem;
 height: auto !important;
 }
.fdp-learn-more .ose-learn-more-btn{
 font-size: 16px;
 margin: .25rem 1.75rem 0;
 color: #fff !important;
 margin-top: .25rem;
 display: inline-block;
 text-align: center;
 padding: 10px 10px;
 width: 130px;
 background-color: rgb(131, 129, 130);
 border-radius: 10px;
}
.fdp-learn-more:hover .ose-learn-more-btn{
color: #565e64 !important;
 background-color: rgb(167, 164, 165)
 }
 
 .ose-fdp-item-img {
 margin: 0 1.25rem 0 0;
 min-width: 90px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.fdp-item-action div .pdp-desc-addToCart{
 text-align: right;
}
@media (max-width: 517px) { 
.fdp-item-action div .pdp-desc-addToCart{
 text-align: center;
}
}
.ose-prod-nav-title {
margin: .625rem 0;
font-size: 38px;
font-weight: 1000;
}

.ose-item-color{
color: #6b6b6b;
}

.ose-pdp .ose-bg-light-grey{
text-align: center;
padding: 0;
flex-basis: 125px;
}

.ose-pdp .pdp-scroll-to {
 font-size: 1rem;
 color: #325e9c;
 text-decoration: none;
}

.ose-pdp .ose-shortDescription {
font-size: calc(.938rem - -.5vw);
}

.ose-pdp .fdp-items .h2 {
 font-size: 1.25rem;
 line-height: 1.625rem;
 font-weight: 700;
 color: #000;
 margin: 1.25rem 0 .625rem .625rem;
}

.ose-pdp .fdp-item-title {
 font-size: calc(.938rem - -.5vw);
 font-weight: bold;
 display: block;
 text-decoration: none;
 color: #325c99;
}


.ose-fdp-items .h2 {
 font-size: 1.25rem;
 line-height: 1.625rem;
 font-weight: 700;
 color: #000;
 margin: 1.25rem 0 .625rem .625rem;
}

.ose-fdp-item-title{
font-size: 20px;
font-weight: bold;
display: block;
color: #325c99;
text-decoration: none;
}

.ose-fdp-item-status {
font-size: calc(.938rem - -.5vw);
 color: #000;
 }
 
 .ose-fdp-item-status a{
 color: #2b3573;
 }





#pdp-detail-accordion .accordion-button::after{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
content: "" !important;
transition: transform .2s ease-in-out !important;
}


#pdp-detail-accordion .accordion-button:not(.collapsed)::after {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
 transform: rotate(-180deg) !important;
 content: "" !important;
}

@media (min-width: 768px) {
 .contract-price-value {
 font-size: 1.5rem !important;
 }
}

.prod-retail-price {
 color: #999;
 margin: 0 0 0 1.25rem;
 font-style: unset !important;
}

@media (min-width: 768px) {
 .list-price-value {
 font-size: 1.2rem !important;
 }
}

.dl-need-help address {
font-size: 1rem
}

.c-feature-product .cb-categoryName-title {
text-align: left;
}
.c-feature-product .cb-productPrice {
text-align: left;
}
.c-feature-product .cb-itemDiscount{
text-align: left;
}

#productImage .modal-dialog {
 max-width:680px !important;
}

@media (min-width: 768px) {
 .pdp-detail-moreinfo > :last-child {
 margin-bottom: 0rem !important;
 }
}
.c-feature-product .cb-product-rating{
text-align: left;
}

.c-feature-product .c-retail-label{
text-align: left;
}

.pdpcss.row {
 display: flex!important;
 clear: both !important;
 margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
margin-left: calc(-.5 * var(--bs-gutter-x))!important;
}

.pdpcss .row {
 display: flex!important;
 clear: both !important;
 margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
margin-left: calc(-.5 * var(--bs-gutter-x))!important;
}

#importshoppingSuccesId {
 margin: 0px;
}
.pdpcss .col-1 {
 width: 8.33333333%;
}

.ymalPadding {
 padding: 1rem 1rem;
}

.recommendedPadding{
 padding: 1rem 1rem;
}

.linkStyle{
 color: #416e9b;
 text-decoration: none;
cursor:pointer;
 }
 .linkStyle:hover{
 color: #0080ff;
 }

 .ymalPreviousButtonPosition{
 top: 0px;
 position: absolute;
 right: 35px;
}
 
 .ymalTextPosition{
 top: 0px;
 position: absolute;
 left: 0px;
 }
 
 .ymalnextButtonPosition{
 top: 0px;
 position: absolute; 
 right: 0px;
}

.recommended .react-multi-carousel-track{
margin-top: 60px;
}
.printShowImage{
display: none;
}


.ose-plp-css .accordion.childFacets {
 width: 95% !important;
}


@media (min-width: 900px) {
 .ose-plp-css .ose-category-name {
 margin-top: 9.5rem !important;
 margin-left: -0.5rem !important;
 }
}
@media (min-width: 992px) {
 .ose-plp-css .ose-category-name h2.right-panel-heading {
 margin: 0 0 14px 0 !important;
 font-weight: 700 !important;
 font-size: calc(0.938rem - -1vw) !important;
 line-height: calc(1.6rem - -1vw) !important;
 }
}

@media (min-width: 900px) {
 .ose-plp-css aside.col-lg-3 {
flex: 0 0 auto;
 width: 29.5%;
 }
 .ose-plp-css section.col-lg-9 {
 flex: 0 0 auto;
 width: 66.6%;
 padding-bottom: 193px !important;
 }
.ose-plp-css .ose-category-name {
 margin-top: 10rem;
 margin-left: 4.5rem;
}
}



.os-side-list .more-less-btn {
 font-size: 15px !important;
 font-weight: 700;
 color: rgb(44, 54, 117) !important;
}

.ose-help-section .ose-help-content a.btn-os-primary:hover{
 background-color: rgb(34, 40, 48);
 color: white;
 }
.ose-help-section .ose-help-content a.btn-os-primary{
 color: white;
 font-size: 16px;
 font-weight: 400;
 background-color: rgb(44, 54, 117);
 border: 1px solid #2c3675;
 border-radius: 10px;
 }


@media (min-width: 992px) {
.ose-category-name h2.right-panel-heading {
 margin: 0 0 14px 0 !important;
 font-weight: 700 !important;
 font-size: calc(0.938rem - -1vw) !important;
 line-height: calc(1.6rem - -1vw) !important;
}
}
.os-side-list .list-group .accordion-body-width {
 max-height: 225px;
 overflow: auto;
 padding-left: 1.4rem !important;
 padding-top: 15px !important;
 padding-bottom: 15px !important;
}
.os-side-list .accordion-item:last-of-type .accordion-button:not(.collapsed) {
 color: white !important;
background: var(--os-header-bg)!important;
 padding: 17px 15px !important;
 font-size: calc(0.625rem - -0.5vw) !important;
 box-shadow: none;
 outline: 0;
 border-radius: 8px;
 font-size: calc(0.625rem - -0.5vw);
 font-weight: 700;
 width: 100%;
}
.os-side-list .accordion-item:last-of-type .accordion-button.collapsed {
 font-size: calc(0.625rem - -0.5vw) !important;
 box-shadow: none;
 outline: 0;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eee),color-stop(100%,#ddd)) !important;
 border-radius: 8px;
 color: #333 !important;
 font-weight: 700;
 padding: 17px 15px !important;
 width: 100%;
}
@media (min-width: 992px) {
.padding-ose-plp{
margin-top: 10rem;
}
}

@media (max-width: 992px) {
.padding-ose-plp{
margin-top: 5rem;
}
}

