@charset "UTF-8";
:root {
  --brand-primary: #01317A;
  --brand-secondary: #00A6E3;
  --blue-light: #0459d2;
  --section-eating-color: #FFA300;
  --section-moving-color: #FF5400;
  --section-treating-color: #64CE13;
  --section-staying-color: #00A6E3;
  --body-color: #6B7790;
  --grey-light: #f3f6f9;
  --oz-brand: #da0812;
  --container-padding-tablet: 20px;
  --container-padding-desktop: 30px;
  --container-padding-desktop-xl: 50px; 
  --content-rollup-height-mobile: 400px;
  --btn-med-large-font-size: 14px;
  --frutiger: Frutiger LT Std, sans-serif;
  --desktop-md-width: calc(860px + var(--container-padding-desktop-xl) + var(--container-padding-desktop-xl));
}

/* Navigation menu */

.nav-column .cope-core-hcp-account-buttons__buttons, .nav-column .cope-core-hcp-account-buttons__greeting {
    font-family: var(--frutiger);
}

.nav-column .cope-core-hcp-account-buttons__buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.nav-column .cope-core-hcp-account-buttons__buttons a {
    font-size: 14px;
    color: var(--brand-primary);
    text-decoration: none;
    white-space: nowrap;
    margin-right: 10px;
}

.nav-column .cope-core-hcp-account-buttons__buttons a:first-child {
    border-right: solid 2px;
    padding-right: 10px;
}

/* Home page SIGN IN section */

.cope-core-hcp-login-status-authenticated .hcp-signin, .hcp-signedin {
    display: none;
}

.cope-core-hcp-login-status-authenticated .hcp-signedin {
    display: block;
}

.cope-core_banner .cope-core-text h3 p {
    color: var(--white);
    font-weight: 700;
}

.hcp-signin .cope-core-hcp-account-buttons__buttons a {
    color: white;
    text-decoration: underline;
}

.hcp-signin .cope-core-hcp-account-buttons__buttons a:first-child {
    border-right: solid 2.5px;
    height: 22px;
    margin-right: 5px;
    padding-right: 7px;
}

.hcp-signin span {
	display: flex; 
    flex-direction: column-reverse; 
    align-items: flex-end;
}

@media screen and (max-width: 1023px) {
  .hcp-signin .cope-core-hcp-account-buttons {
    text-align: center;
  }
  
  .hcp-signin span {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  } 
}


/* NEW Navigationg Greeting */

.nav-column a.btn.cope-core-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 2px 5px;
    color: var(--brand-primary);
    font-size: 12px;
    width: 80px;
    border: solid 1.8px;
    border-radius: 15px;
}

.nav-column a.btn.cope-core-button:hover {
    color: var(--brand-secondary);
}

.nav-column a.cope-core-button img {
    height: 20px;
    margin-right: 4px;
}

.nav-column .cope-core-hcp-account-buttons__greeting {
    text-align: right;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
}

/* Navigationg Greeting */

.cope-core-hcp-account-buttons__greeting span, .cope-core-hcp-account-buttons__greeting a {
   /* color: var(--card-title-font-color);  Tarun added this */
   color:#000000; 
    font-size: small;
    font-weight: 700;
}

.cope-core-hcp-account-buttons__greeting a {
    border-left: solid 1.9px;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 5px;
}

.cope-core-hcp-account-buttons__greeting span {
    text-align: right;
}

h1, .headline-1 {
	font-size: xx-large;
  	font-weight: 400;
  	color: var(--brand-primary);
  	line-height: 1.4; 
}

.cope-core-footer .cope-core-footer-text ul li a {
    display: inline-block;
}

.cope-core-footer .cope-core-footer-text ul li span {
    font-family: var(--frutiger);
    font-weight: 300;
    font-size: 12px;
    color: var(--footer-text-color);
    text-decoration: none;
    display: contents;
}

@media (max-width: 767px) {
    h1, .headline-1 { font-size: xx-large; /* 30px */ }
    
    .hcp-signin .aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
      width: 100%;  
    }  

    .hcpaccountbuttons.aem-GridColumn--default--none.aem-GridColumn--phone--none.aem-GridColumn--default--9.aem-GridColumn--phone--10 {
        width: 100%;
    }

    .cope-core-footer .cope-core-footer-text ul {
        border-bottom: 0;
        border-top: 0;
    }
    
    .cope-core-footer .cope-core-footer-text ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .cope-core-footer .cope-core-footer-text ul li:first-of-type a { padding-left: 9px; }
    
    .cope-core-footer .cope-core-footer-text ul li a {
        display: block;
        padding: 7px 6px;
    }

    .doctor-mobile-bkg {
        background-image: url('/content/dam/novomedlink-educationcenter/images/doctor_patient-placeholder.jpg');
        background-repeat: no-repeat;
        background-size: 40%;
        background-position-x: right;
    }
    
    .cope-core-rollup .cope-core-card-link .cope-core-card-content {
        padding-bottom: 80px !important;
    }

    .cope-core-modal-visible {
        left: 15%;
        transform: translateX(-10%) translateY(-50%);
    } 

    .cope-core-modal-visible form { margin: 0 !important; }
}

@media (min-width: 1440px) {
	h1, .headline-1 { font-size: xxx-large; } 
}

@media (max-width: 1023px) {
    .cope-core-rollup .cope-core-rollup-dropdown-container .cope-core-rollup-dropdown-group {
        display: inline-flex;
        flex-direction: column;
    }
    
    .cope-core-rollup .cope-core-rollup-dropdown-container {
        display: flex;
        padding: 5px;
        flex-direction: column;
        align-items: center;
    }
}

h2, .headline-2 {
  font-size: 32px;
  color: var(--brand-primary);
  line-height: 1.4; }
  @media (max-width: 767px) {
    h2, .headline-2 {
      font-size: 24px; } }

.cta-text h2,
.cta-text .headline-2 {
  font-size: 22px; }
  @media (min-width: 768px) {
    .cta-text h2,
    .cta-text .headline-2 {
      font-size: 28px; } }
  @media (min-width: 1024px) {
    .cta-text h2,
    .cta-text .headline-2 {
      font-size: 30px; } }

h3, .headline-3 {
    font-size: 20px;
    font-weight: 400;
    color: var(--brand-primary);
    line-height: 1.4; }

h4, .headline-4 {
    font-size: 18px;
    font-weight: 400;
    color: var(--brand-primary);
    line-height: 1.4; }

p, .body-1, ol, ul, li, td, label {
    font-family: var(--frutiger);
    font-size: 18px;
    color: var(--body-color);
    line-height: 1.4; }

p a, .body-1 a, ol a, ul a, li a, td a {
    color: var(--brand-primary);
    text-decoration: none;
    border-bottom: 1px solid var(--brand-primary);
    font-weight: 700; }

ol li, ul li {
  margin-bottom: 10px; }
  ol li ol, ol li ul, ul li ol, ul li ul {
    margin-top: 10px; }

.bullets-level2-round ul ul, .bullets-level2-round ol ul {
  list-style: disc; }

.bullets-level2-dash ul ul li, .bullets-level2-dash ol ul li {
  list-style: none;
  text-indent: -20px; }
  .bullets-level2-dash ul ul li:before, .bullets-level2-dash ol ul li:before {
    content: "–";
    margin-right: 11px; }

.body-2 {
  font-size: 14px; }
  @media (min-width: 768px) {
    .body-2 {
      font-size: 16px; } }
  @media (min-width: 1440px) {
    .body-2 {
      font-size: 16px; } }

.font-footnote {
  font-size: 13px; }
  @media (min-width: 768px) {
    .font-footnote {
      font-size: 12px; } }
  @media (min-width: 1440px) {
    .font-footnote {
      font-size: 13px; } }

.break-word {
  word-break: break-word; }

.break-link a {
  word-break: break-word;
}

.page-section-eating .hero-section-border {
  border-bottom: 20px solid var(--section-eating-color); }

.home_signup p a {
    color: white;
    text-decoration: underline;
}

.no-align small, .no-align span, .no-align p { text-align: unset; }

.diseaseTypes .flex-lg-row {
    flex-direction: row !important;
}

.carts .d-flex {
    align-items: center !important;
}

/* Card Launcher */
.card--launcherInnerContainer { border-width: 0; }

/** Create or Update resources Card section **/

.cope-core-resource-education-container {
margin: 0 auto;
	position: relative;
	max-width: 270px;
    height: 240px;
	display: block;
	border: solid #000 1px;
	background-size: cover;
}

.cope-core-resource-content {
    position: absolute;
    bottom: 0;
}

.cope-core-resource-content button, 
.cope-core-resource-content small, 
.cope-core-resource-content span, 
.cope-core-resource-content p {
	text-align: center;
	display: block;
}

.cope-core-resource-content button:hover {
    background-color: var(--brand-primary);
    color: #fff;
}

.cope-core-resource-content button {
    margin: 10px auto;
    padding: 5px 20px;
    border-radius: 15px;
    border: 0px;
    font-size: 14px;
    color: #009FDA;
}

.cope-core-resource-content p { font-size: 20px; }

.cope-core-resource-content p, small { text-align: left; }

.cope-core-resource-education-container img.cope-core-trash-icn:hover {
    cursor: pointer;
}
.cope-core-resource-education-container img.cope-core-trash-icn {
    width: auto;
    height: 40px;
}

.cope-core_education-content button { margin-top: 10px; transition: all .25s; }

.custom-button { text-decoration: none; }

.main_paragraph a { border-bottom: none; }

/* User info headline */

.cope-core_user-info .cope-core-text p {
    color: #fff;
}

/** Modal Popup **/

@media screen and (min-width: 1440px) {
    .modals .modal-delete-btn, 
    .modal-logo-upload, 
    .modal-update-btn,
    .modal-signin-btn,
    .cope-core-modal {
        max-width: calc(var(--desktop-md-width) - var(--container-padding-desktop-xl)*2 - var(--modal-margin)*2);
    }
}

.modal-delete-btn, 
.modal-logo-upload, 
.modal-update-btn,
.modal-signin-btn,
.cope-core-modal > .cope-core-scrolling-container { overflow: unset; }

.uploadLogo div button#uploadLogo {
    border-radius: 20px;
    font-weight: var(--cartmodal-description-title-font-weight);
    padding: 3px 15px;
}

form.box .box__input { max-height: 240px; }

.status_upload .image_display { font-size: small; }

.status_upload .box__error {
    color: var(--bs-danger);
    font-size: small;
    font-weight: 700;
    text-align: center;
}

#cope-core-hcp-account-buttons__signin-modal button.cope-core-hcp-account-buttons__modal--close {
    display: none; /* Remove X close from signin modal */
}

/** Modal Buttons **/

.cope-core-modal-buttons a.cope-core-button, 
button.cope-core-button.cope-core-button {
    font-size: var(--btn-med-large-font-size);
    font-weight: normal;
}

.cope-core-modal-buttons button.cope-core-button {
    background-color: var(--grey);
    border-color: var(--grey);
    color: var(--blue-light);
}

.cope-core-modal-buttons a.cope-core-button {
    color: var(--white);
    background-color: var(--blue-light);
}

.cope-core-modal-buttons a.cope-core-button, 
button.cope-core-button, 
button.cope-core-button.cope-core-button {
    font-size: var(--btn-med-large-font-size);
    font-weight: normal;
    border-radius: 15px;
}

a.cope-core-hcp-account-buttons__signin-modal--forgot-password {
    text-decoration: none;
    font-size: small;
}

/* Cart Panel */

.cope-core-cart-asset-image {
    display: flex;
    align-items: center;
}

.cope-core-cart-modal .cope-core-cart-drawer .cope-core-cart-panel .cope-core-cart-modal-close-button {
    top: unset;
}

.cope-core-cart-modal .cope-core-cart-drawer .cope-core-cart-panel .cope-core-cart-panel-title {
    padding-right: 40px;
}

.cope-core-cart-modal .cope-core-cart-drawer .cope-core-cart-panel .cope-core-cart-panel-title h2 {
    margin-top: 0;
    max-width: 280px;
}

.cope-core-cart-modal .cope-core-cart-drawer .cope-core-cart-panel .cope-core-cart-panel-title h2, 
.cope-core-cart-inner-body-details .cope-core-cart-asset-name p.cope-core-cart-asset-name-tooltip {
    color: var(--brand-primary);
}

.cope-core-cart-modal .cope-core-cart-drawer .cope-core-cart-panel .cope-core-cart-data .cope-core-cart-summary {
    margin-top: 5rem;
}

.cope-core-cart-modal .cope-core-cart-drawer .cope-core-cart-panel .cope-core-cart-panel-title p, 
.cope-core-cart-summary .cope-core-cart-attestation-details p, 
.cope-core-cart-summary .cope-core-cart-attestation-details label {
    color: var(--brand-primary) !important;
    font-size: 17px;
}

.cope-core-cart-modal .cope-core-cart-drawer .cope-core-cart-panel .cope-core-cart-data .cope-core-cart-summary .cope-core-cart-save-container {
    display: flex;
    flex-direction: column;
    margin: 5px 30px;
    align-items: flex-start;
}

.cope-core-cart-summary .cope-core-cart-save-title {
    width: 120px;
    height: 30px;
    border-radius: 20px;
    background-color: var(--blue-light);
}
.cope-core-cart-summary .cope-core-cart-save-title p {
    color: white;
    font-size: 16px;
    line-height: 1.8;
}

.cope-core-cart-modal .cope-core-cart-save-icon {
    display: none;
}

/* Cart panel success message */

span.cope-core-cart-save-success-text p, 
span.cope-core-cart-save-success-text h1, 
span.cope-core-cart-save-success-text h2, 
span.cope-core-cart-save-success-text h3 {
    color: var(--brand-primary);
    line-height: 1.2;
}

.cope-core-cart-save-success-text h2 {
    font-size: x-large;
    font-weight: 400;
}

.cope-core-cart-save-success-text p:last-child {
    background-color: var(--blue-light);
    border-radius: 20px;
    padding: 0.2rem 1rem;
}

.cope-core-cart-save-success-text p:last-child a {
    color: var(--white);
    border-bottom: none;
}

/* Grey box table container */

.cope-core-anchor_tag a {
    color: #fff;
    text-decoration: underline;
}

.cope-core-list_image > table td img {
    height: 35px;
}

.cope-core-list_image table tr td:first-child {
    width: 55px;
}

/* Sign-in MODAL */

.cope-core-navigation-top {
    z-index: unset;
}

.cope-core-modal-visible {
	max-width: 450px;
    padding: 10px;
}

.cope-core-modal-visible p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.cope-core-modal-visible form {
    margin: 0 1.5rem;
}

.cope-core-modal-visible form label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cope-core-modal-visible form .cope-core-hcp-account-buttons__modal--form-field input {
    color: var(--brand-primary);
}

.cope-core-modal-visible h2, form label p, .cope-core-hcp-account-buttons__modal--buttons button, .cope-core-hcp-account-buttons__modal--buttons a {
    font-family: "Frutiger LT Std", sans-serif;
}

.cope-core-modal-visible form .cope-core-hcp-account-buttons__modal--buttons {
    padding-top: 3rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

.cope-core-modal-visible button.cope-core-hcp-account-buttons__signin-modal--submit {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    color: var(--white);
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width: 100px;
    border-radius: 18px;
    background-color: #337ab7;
}

.cope-core-modal-visible a.cope-core-hcp-account-buttons__create-account {
    text-decoration: none;
}

/* CART STYLE */

.cope-core-card-link .website-bkg .cope-core-card-image {
    background-size: 230px;
}

@media (max-width: 767px) {
  .mobile-hide { display: none !important; } 
  .cope-core-card .cope-core-card-image {
	background-size: 160px;
	background-position: center 22px; }
  .cope-core-rollup .cope-core-card-image { height: 160px; }  
  }

@media (min-width: 768px) {
    .desktop-hide { display: none !important; } 
}

.savings-cta .brand-button { width: 270px; }

.brand-button {
  font-weight: 700; }
  .brand-button.primary.active {
    background: var(--brand-primary);
    color: #fff; }
  .brand-button.icon.right, .brand-button.icon.left {
    width: auto;
    min-width: var(--btn-icon-horizontal-width);
    padding: 0 15px;
    display: inline-flex; }
  .brand-button.icon.right {
    float: right; }
  @media (max-width: 767px) {
    .brand-button.med, .brand-button.icon.right, .brand-button.icon.left { /* .brand-button.lrg,  */
      width: 100%; } }
  .brand-button > span {
    padding-top: 0.25rem; }

@media (min-width: 768px) {
  :root {
    --card-title-font-size: 20px; } }

.cope-core-card {
  background: #fff;
  border: 0; }
.cope-core-card-image {
    background-size: 50%;
}    

.cope-core-card .cope-core-card-image {
	background-position: center 16px;
	background-color: #dee0e5;
	position: relative; 
}

@media (min-width: 768px) {
	/* Video background */
	a[href*="ObesityEducationCenter"] .cope-core-card .cope-core-card-image { 
    	background-size: 67%;
    }
	/* Brochure background */
	.cope-core-card .cope-core-card-image[style*="brochure"] {
		background-size: 35%; 
	}

  	.cope-core-card .cope-core-card-image { height: 180px; } 
}

.cope-core-card .cope-core-card-image .cope-core-card-label {
    top: unset;
    bottom: 0;
    right: 0;
    position: absolute;
}  

.cope-core-card .cope-core-card-image .cope-core-card-label-item {
	display: flex;
	flex-direction: row;
  	align-items: center; }

.cope-core-card .cope-core-card-image .cope-core-card-label-item .cope-core-card-label-text {
	padding-top: 0;
	text-align: center;
	white-space: normal; 
}

  @media (min-width: 768px) {
    .cope-core-card.cope-core-card-twoColumns {
      min-height: 180px; } }
  @media (min-width: 768px) {
    .cope-core-card.cope-core-card-twoColumns .cope-core-card-image {
      height: 100%; } }
  @media (min-width: 768px) {
    .cope-core-card.large-image .cope-core-card-image {
      height: 185px; } }
  @media (min-width: 1024px) {
    .cope-core-card.large-image .cope-core-card-image {
      height: 245px; } }
  @media (min-width: 1440px) {
    .cope-core-card.large-image .cope-core-card-image {
      height: 365px; } }
  @media (min-width: 768px) {
    .cope-core-card.image-left .cope-core-card-image {
      background-position: left top; } }
  @media (min-width: 768px) {
    .cope-core-card.image-right .cope-core-card-image {
      background-position: right top; } }
  @media (min-width: 768px) {
    .cope-core-card.image-center .cope-core-card-image {
      background-position: center center; } }
  @media (min-width: 1440px) {
    .cope-core-card.image-center-xl .cope-core-card-image {
      background-position: center top; } }
  @media (min-width: 768px) {
    .cope-core-card.image-bottom .cope-core-card-image {
      background-position: center bottom; } }

a.cope-core-card-link { border: solid 2px #798a8f; margin-bottom: 20px; }

.cope-core-card-link { position: relative; }

.cope-core-card-link:hover:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 91, 174, 0.1); 
}

.cope-core-card-title > p {
  	margin-bottom: 10px; 
	font-weight: 600;
}

.cope-core-card-description > p { margin-top: 10px; }

@media (min-width: 768px) {
  .column-sidebar .cope-core-card { min-height: 345px; } 
}

@media (min-width: 1024px) {
  .column-sidebar .cope-core-card {
    min-height: 365px; } }

@media (min-width: 1440px) {
  .column-sidebar .cope-core-card {
    min-height: 380px; } }

.column-sidebar .cope-core-card .cope-core-card-image {
  height: 230px; }
  @media (min-width: 768px) {
    .column-sidebar .cope-core-card .cope-core-card-image {
      height: 155px; } }
  @media (min-width: 1024px) {
    .column-sidebar .cope-core-card .cope-core-card-image {
      height: 200px; } }
  @media (min-width: 1440px) {
    .column-sidebar .cope-core-card .cope-core-card-image {
      height: 235px; } }

.column-container.column-insulin-modal .column { position: relative; }

.column-container.column-insulin-modal .column:not(:last-child):after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #DFE5EB;
    top: 0;
    left: calc(100% + 50px); 
}
    @media (max-width: 767px) {
      .column-container.column-insulin-modal .column:not(:last-child):after {
        left: calc(100% + 15px); } }

.column-container.column-diabetes-type-modal .column {
  position: relative; }
  .column-container.column-diabetes-type-modal .column:not(:last-child):after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #DFE5EB;
    top: 0;
    left: calc(100% + 15px); }
    @media (max-width: 767px) {
      .column-container.column-diabetes-type-modal .column:not(:last-child):after {
        display: none; } }

.column-container.content-nav-bar {
  margin-left: auto;
  margin-right: auto; }
  .column-container.content-nav-bar.col-two {
    max-width: 516px; }
  .column-container.content-nav-bar.col-three {
    max-width: 774px; }
  .column-container.content-nav-bar.col-four {
    max-width: 1032px; }
  .column-container.content-nav-bar.col-five {
    max-width: 1290px; }
  .column-container.content-nav-bar .brand-button {
    width: 100%;
    height: 59px;
    color: var(--body-color);
    font-size: 14px;
    font-weight: 700;
    border: 1px solid var(--body-color);
    padding: 5px; }
@media (min-width: 768px) {
    .column-container.content-nav-bar .brand-button {
        border: none;
        font-weight: 400;
        border-right: 1px solid #d8d8d8;
        border-radius: 0;
        font-size: 18px;
        height: 80px; }

    .nav-column .cope-core-column-col-twoLargeSmall .cope-core-column.cope-core-column-one {
		border-right: 2px solid #eff0f2; }
}

@media (min-width: 768px) {
    .column-container.content-nav-bar .column.column-one .brand-button {
      border-left: 1px solid #d8d8d8; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .column-container.column-tablet-wrap {
    flex-wrap: wrap; }
    .column-container.column-tablet-wrap > .column .cope-core-card-image {
      background-position: center; }
  .column-container.col-four.column-tablet-wrap > .column {
    flex-basis: 50%; }
  .column-container.col-two.column-tablet-wrap > .column {
    flex-basis: 100%; } }

.cope-core-rollup {
  background: none; }

.cope-core-rollup .cope-core-card .cope-core-card-image .cope-core-card-label {
    bottom: 0;
    right: 0; }

.cope-core-card-image .cope-core-card-label .cope-core-card-label-item { 
	background-color: var(--brand-primary); 
    margin-bottom: 0; 
    padding: var(--card-label-padding) 10px; 
}

.cope-core-rollup .cope-core-card .cope-core-card-image .cope-core-card-label .cope-core-card-label-item[data-label-type="section"][data-label-name="eating"] {
  background-image: url("/content/dam/c4c-website/icon-eating-white.png");
  background-size: 14px auto;
  background-position: center left 5px;
  background-repeat: no-repeat;
  background-color: var(--section-eating-color);
  padding: 9px 10px 9px 24px; }

/* Content Rollup dropdown */

.cope-core-rollup-filters { background: var(--white); }

.resource_library .cope-core-rollup-filters-dropdowns {
    margin-bottom: 0;
    padding-left: 0;
}

.resource_library .cope-core-rollup-filters-dropdowns h2 {
    color: var(--brand-secondary);
    font-weight: bold;
}

.cope-core-rollup .cope-core-rollup-dropdown-container .cope-core-rollup-dropdown-group { margin: 0; }

.cope-core-rollup-dropdown-container p.cope-core-rollup-dropdown-label {
    font-size: 1.5rem !important;
    color: var(--card-title-font-color);
}

.resource_library .cope-core-rollup-filters-dropdowns h2 {
    color: var(--brand-secondary);
    font-weight: bold;
}

.resource_library .ui.selection.dropdown {
    border: solid 2px var(--brand-primary);}

.resource_library .ui.dropdown > .dropdown.icon:before {
    content: '+';
    color: var(--card-label-color);
    font-size: 2.2rem;
}

.resource_library .ui.dropdown .menu > .item {
    font-size: 1.2rem;
    font-family: 'Frutiger LT Std';
    color: var(--blue-light);
}

.ui.dropdown:not(.button) > .default.text {
    color: var(--brand-primary);
    font-family: var(--frutiger);
}

.ui.selection.dropdown .menu { min-width: fit-content; }

.ui.selection.dropdown .menu > .item { white-space: nowrap; }

.cope-core-rollup img.icn-filter {
    width: auto;
    height: 25px;
    vertical-align: middle;
}

.cope-core-rollup .cope-core-rollup-dropdown-container .cope-core-rollup-dropdown-group {
    display: inline-flex;
	align-items: center;
}

  @media (max-width: 767px) {
    .cope-core-rollup .cope-core-rollup-filters {
      margin: var(--content-rollup-filters-spacing-mobile); } 
    .cope-core-card.download p span.brand-button { bottom: 10px; } 
    .centered-btns a.cope-core-button { height: 40px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cope-core-rollup .cope-core-rollup-filters .cope-core-rollup-filter-button-wrapper {
      flex: 0 0 100%;
      border: none; } }
  @media (min-width: 768px) and (max-width: 1439px) {
    .cope-core-rollup .cope-core-rollup-filters {
      padding: 25px; }
      .cope-core-rollup .cope-core-rollup-filters .cope-core-rollup-filter-button {
        font-size: 14px; } }
  @media (min-width: 768px) {
    .cope-core-rollup .cope-core-card {
        min-height: 460px;
    }

    .cope-core-card.download p span.brand-button { bottom: 30px; } 

    .centered-btns a.cope-core-button {
        width: 190px;
        height: 70px;
        font-size: 15px;
    }
  }

.centered-btns a#oz-btn {
	border-color: var(--oz-brand);
	border-width: medium;
    color: var(--oz-brand);
}

.centered-btns a#dem-btn {
    border-color: #01317a;
    border-width: medium;
    color: var(--blue-light);
}

.centered-btns a#oz-btn:hover {
    color: var(--btn-primary-color-active);
}

.centered-btns a#dem-btn:hover {
    color: var(--btn-primary-color-active);
}

/* Content Rollup buttons */

.resource-library-content-roll-up p.cope-core-rollup-downloadButton.cope-core-rollup-enableClick { /* remove default 'Download button' */
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 30px;
    height: 30px;
    border-color: #c3c7ce;
    color: #c3c7ce;
    font-size: 1.5px;
    background-image: url(/content/dam/novomedlink-educationcenter/images/white_zoom_icn.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #c3c7ce;
    background-size: 80%;
}

.cope-core-cart-modal .cope-core-cart-drawer .cope-core-cart-panel .cope-core-cart-data .cope-core-cart-summary .cope-core-cart-body-details .cope-core-cart-body .cope-core-cart-items .cope-core-cart-inner-body {
	padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
}

.cope-core-cart-items-swap {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cope-core-rollup-remove-from-cart.cope-core-rollup-enableClick p, p.cope-core-rollup-add-cart-text {
    color: var(--white) !important;
}

.cope-core-rollup-add-to-cart[asset-added-to-cart=false] {
    background-color: var(--blue-light);
}

.cope-core-rollup-remove-from-cart[asset-added-to-cart=true] {
    background-color: var(--section-treating-color);
}

.cope-core-rollup-remove-from-cart[asset-added-to-cart=true] p, .cope-core-rollup-add-to-cart[asset-added-to-cart=false] p {
    display: flex;
    justify-content: center;
}

.cope-core-rollup-remove-from-cart[asset-added-to-cart=true], .cope-core-rollup-add-to-cart[asset-added-to-cart=false] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 130px;
    height: 34px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
    position: absolute;
    border: solid 2px transparent;
    border-radius: 23px;
}

/* hide Cart Summary & hr line */

.cope-core-cart-modal .cope-core-cart-drawer .cope-core-cart-panel .cope-core-cart-data .cope-core-cart-summary .cope-core-cart-head, hr.cope-core-cart-data-separator {
    display: none;
}

/* CLOSE button */

.cope-core-cart-modal .cope-core-cart-drawer .cope-core-cart-panel .cope-core-cart-data .cope-core-cart-summary .cope-core-cart-body-details .cope-core-cart-body .cope-core-cart-items .cope-core-cart-inner-body .cope-core-cart-inner-body-details {
    padding-bottom: 30px;
}    

.cope-core-cart-modal .cope-core-cart-drawer .cope-core-cart-panel .cope-core-cart-data .cope-core-cart-summary .cope-core-cart-body-details .cope-core-cart-body .cope-core-cart-items .cope-core-cart-inner-body .cope-core-cart-inner-body-details .cope-core-cart-remove .cope-core-cart-remove-icon {
    background-image: url('/content/dam/novomedlink-educationcenter/images/close_icon.png');
    background-size: contain;
    background-position-y: bottom;
}

.cope-core-cart-modal .cope-core-cart-drawer .cope-core-cart-panel .cope-core-cart-data .cope-core-cart-summary .cope-core-cart-body-details .cope-core-cart-body .cope-core-cart-items .cope-core-cart-inner-body .cope-core-cart-inner-body-details .cope-core-cart-remove p {
	font-size: 14px !important;
}

/************/

.cope-core-section.download {
  position: relative;
  border: solid 1px #d8d8d8; }
  .cope-core-section.download p {
    font-size: 14px; }
  .cope-core-section.download h3 {
    margin-top: 0; }
  .cope-core-section.download .brand-button {
    height: 44px;
    font-size: 14px; }
  @media (min-width: 768px) {
    .cope-core-section.download .brand-button {
      width: 132px;
      font-size: 17px; } }
  .cope-core-section.download .scrolling-content {
    padding: var(--card-content-padding);
    padding-left: calc(var(--card-content-padding) + 50px); }
    .cope-core-section.download .scrolling-content:before {
      content: "";
      position: absolute;
      width: 32px;
      height: 32px;
      left: var(--card-content-padding);
      top: var(--card-content-padding); }
  .cope-core-section.download:hover:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 91, 174, 0.1); }

.cope-core-card.download .cope-core-card-content:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    left: var(--card-content-padding);
}

.cope-core-rollup .cope-core-card-link .cope-core-card-content { padding-bottom: 70px; }

/* Delete modal */

#deleteModal .modal-footer { justify-content: space-around; }

#deleteModal .modal-footer .btn.btn-default { background-color: #f1f1f1; }

/* Upload logo modal override */

.upload-modal-body h1 { font-size: xx-large; }

.upload-modal-body .requirement { 
    align-items: flex-start; 
    margin: 0 3rem; 
}

.upload-modal-content { padding: 0; }

.requirement p { 
	text-align: left; 
    font-size: medium; 
}

.requirement p, .status_upload p { text-align: left; color: var(--brand-primary); }

.upload-modal-body hr { margin: 0; }

.upload_container label span { word-break: break-word; }

.status_upload { max-width: 50%; }

.status_upload .box__button { font-size: small; }

@media screen and (max-width: 590px) {
    .status_upload { max-width: 100%; }
    .upload-modal-body .requirement { margin: 0 !important; }
}

/* Home page override "Signin / Create account" */

.hcp-signin .htmlsource.parbase.aem-GridColumn--tablet--4.aem-GridColumn--tablet--none.aem-GridColumn.aem-GridColumn--offset--phone--0.aem-GridColumn--offset--default--0.aem-GridColumn--default--2, .hcp-signin .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
    width: 50%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hcp-signin .htmlsource.parbase.aem-GridColumn--tablet--4.aem-GridColumn--tablet--none.aem-GridColumn.aem-GridColumn--offset--phone--0.aem-GridColumn--offset--default--0.aem-GridColumn--default--2, .hcp-signin .hcpaccountbuttons {
            width: 100% !important;
    }		
}

@media (max-width: 767px) {
    .hcp-signin .htmlsource.parbase.aem-GridColumn--tablet--4.aem-GridColumn--tablet--none.aem-GridColumn.aem-GridColumn--offset--phone--0.aem-GridColumn--offset--default--0.aem-GridColumn--default--2, .hcp-signin .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
        width: 100%;
    }
}

/* clientlibs-educationcenter.css container override */

@media (min-width: 1400px) {
    .container {
        max-width: unset;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: unset;
    }

    .aem-Grid .aem-GridColumn {
        padding-left: 0;
        padding-right: 0;
    }    
}

@media (min-width: 992px) {
    .container {
        max-width: unset;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: unset;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: unset;
    }
}

.container {
    padding-right: unset;
    padding-left: unset;
    margin-right: auto;
    margin-left: auto;
}