
/* Theming CSS */
  /* Header color */
  .u-org--header {
    background-color: #232F3F !important;
  }


  /* Header text color */
  .u-org--header {
    color: #FFFFFF;
  }

  button.u-org--header.appheader__button:hover,
  button.u-org--header.appheader__button:active {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }

  button.u-org--header:not(.appnav__link):hover,
  button.u-org--header:not(.appnav__link):active,
  button.u-org--header:not(.appnav__link):focus {
    color: #FFFFFF;
  }

  button.u-org--header.appheader__searchbutton,
  button.u-org--header.appheader__categoriesbutton,
  input[type="search"].u-org--header {
    border-color: rgba(255, 255, 255, 0.3) !important;
  }

  button.u-org--header.appheader__searchbutton:hover,
  button.u-org--header.appheader__searchbutton:active,
  button.u-org--header.appheader__searchbutton:focus,
  button.u-org--header.appheader__searchbutton:focus-visible,
  button.u-org--header.appheader__categoriesbutton:hover,
  button.u-org--header.appheader__categoriesbutton:active,
  button.u-org--header.appheader__categoriesbutton:focus,
  button.u-org--header.appheader__categoriesbutton:focus-visible,
  input[type="search"].u-org--header:hover,
  input[type="search"].u-org--header:active,
  input[type="search"].u-org--header:focus,
  input[type="search"].u-org--header:focus-visible {
    border-color: rgba(255, 255, 255, 0.5) !important;
  }

  input[type="search"].u-org--header:focus {
    border-color: transparent !important;
  }

  .u-org--header .search__input--appheader:not(:focus):-ms-input-placeholder {
    color: #FFFFFF;
  }

  .u-org--header .search__input--appheader:not(:focus)::-ms-input-placeholder {
    color: #FFFFFF;
  }

  .u-org--header .search__input--appheader:not(:focus)::placeholder {
    color: #FFFFFF;
  }


  /* Organization color */
  .u-orgcolor--color,
  .u-orgcolor--hovercolor:hover {
    color: #0073C7 !important;
  }
  .u-orgcolor--bg,
  .u-orgcolor--hoverbg:hover {
    background-color: #0073C7 !important;
  }
  .u-orgcolor--border,
  .u-orgcolor--border:link,
  .u-orgcolor--border:visited,
  .u-orgcolor--border:hover,
  .u-orgcolor--border:active,
  .u-orgcolor--border:focus {
    border-color: #0073C7;
    color: #0073C7;
  }
  .u-orgcolor--borderonly,
  .u-orgcolor--borderonly:link,
  .u-orgcolor--borderonly:visited,
  .u-orgcolor--borderonly:hover,
  .u-orgcolor--borderonly:active,
  .u-orgcolor--borderonly:focus {
    border-color: #0073C7;
  }
  .u-orgcolor--borderhover:hover,
  .u-orgcolor--borderhover:hover {
    border-color: #0073C7;
  }
  .u-orgcolor--svgfill {
    color: #0073C7;
    fill: #0073C7;
  }
  .u-orgcolor--svgstroke {
    color: #0073C7;
    stroke: #0073C7;
  }
  .u-orgcolor--svgall {
    color: #0073C7;
    fill: #0073C7;
    stroke: #0073C7;
  }
  .u-org--svgactive[data-active="true"],
  .u-org--svgactive:hover {
    color: #0073C7 !important;
    stroke: #0073C7 !important;
  }
  .u-org--barchart:after {
    background-color: #0073C7 !important;
  }
  .u-org--piechart {
    color: rgba(0, 0, 0, 0.15);
    stroke: #0073C7;
  }
  .u-org--tooltip {
    background-color: #0073C7;
  }
  .u-org--tooltiptop:before {
    border-top-color: #0073C7;
  }
  .u-org--tooltipright:before {
    border-right-color: #0073C7;
  }
  .u-org--tooltipbottom:before {
    border-bottom-color: #0073C7;
  }
  .u-org--tooltipleft:before {
    border-left-color: #0073C7;
  }
  .updatecard__heading--new:before {
    background-color: #0073C7;
  }
  .session:before {
    background-color: #0073C7;
  }
  .activityprogress__value {
    background-color: #0073C7;
  }
}
  body[data-custom-ui="amazon"] .iconbutton,
  body[data-custom-ui="amazon"] .comments__headerbutton, {
    color: #0073C7;
  }

  .u-org--catalogflag {
    background-image: linear-gradient(225deg, #0073C7 50%, transparent 50%);
  }

  .u-org--catalogflagsearch {
    background-image: linear-gradient(225deg, #0073C7 50%, transparent 50%);
  }

  .u-org--catalogflag-in-progress {
    background-image: linear-gradient(225deg, #fff 47%, #0073C7 3%, transparent 50%);
    border-top: 1px solid #0073C7;
    border-right: 1px solid #0073C7;
    svg {
      color: #0073C7;
    }
  }

  .u-org--enrollmentmsgimage {
    background-color: #0073C7
  }

  .u-org--catalogflagbg {
    background-image: linear-gradient(225deg, #0073C7 50%, transparent 50%);
  }
  .u-org--catalogflagfill {
    color: #0073C7;
    fill: #0073C7;
  }

  .u-org--tabactive,
  .u-org--tab:hover,
  .u-org--tab:active,
  .u-org--tab:focus {
    border-color: #0073C7;
  }
  .link--primary,
  .u-org--link,
  .u-org--link:link,
  .u-org--link:visited,
  .u-org--link:hover,
  .u-org--link:active,
  .u-org--link:focus {
    color: #0073C7;
  }
  .u-org--linkhover:hover,
  .u-org--linkhover:active,
  .u-org--linkhover:focus {
    color: #0073C7;
  }


  .tooltip {
    background-color: #0073C7;
  }
  .tooltip--left::before {
    border-left-color: #0073C7;
  }
  .tooltip--right::before {
    border-right-color: #0073C7;
  }
  .tooltip--bottom::before,
  .tooltip--bottom-left::before,
  .tooltip--bottom-right::before {
    border-bottom-color: #0073C7;
  }
  .tooltip--top::before,
  .tooltip--top-left::before,
  .tooltip--top-right::before {
    border-top-color: #0073C7;
  }
  .checkbox--primary .checkbox__input:checked + .checkbox__ui {
    background-color: #0073C7;
    border: 2px solid #0073C7;
  }
  .question .checkbox__input:checked + .checkbox__ui {
    background-color: #0073C7;
    border: 1px solid #0073C7;
  }
  .question .radio__input:checked + .radio__ui {
    border-color: #0073C7;
  }
  .question .radio__input:checked + .radio__ui::before {
    background-color: #0073C7;
  }
  .assessment__completedicon, .assessment__gradingicon {
    background-color: #0073C7;
  }
  .enrollmentmsg__image.enrollmentmsg__image--complete  {
    background-color: #0073C7;
  }

  .rank__listitem .radio__input:checked + .radio__ui {
    border-color: #0073C7;
  }
  .rank__listitem .radio__input:checked + .radio__ui::before {
    background-color: #0073C7;
  }
  .sharelinks__link:hover,
  .sharelinks__link:focus,
  .sharelinks__link.button:hover,
  .sharelinks__link.button:focus {
    color: #0073C7;
  }
  .rating input[type="radio"]:not([disabled]) + label {
    color: #0073C7;
  }
  .courselist__item[data-status="completed"] .courselist__marker, .courselist__item[data-status="in-progress"] .courselist__marker,
  .pathmenu__sectionitem[data-status="completed"] .pathmenu__itemmarker, .pathmenu__sectionitem[data-status="in-progress"] .pathmenu__itemmarker {
    color: #0073C7;
  }
  .courselist__item[data-status="in-progress"]:not([data-shape]) .courselist__marker {
    border-color: #0073C7;
  }

    .u-org--catalogflag-in-progress svg {
    color: #0073C7;
  }
}
  .pageoutline__currentlink,
  .pageoutline__currentlink:hover,
  .pageoutline__currentlink:focus {
    color: #0073C7;
  }
  .tagbutton--selected,
  .tagbutton--selected:hover,
  .tagbutton--selected:active,
  .tagbutton--selected.tagbutton--taxonomy:hover,
  .tagbutton--selected.tagbutton--taxonomy:active {
    border-color: inherit !important;
    background-color: #0073C7;
  }
  .tagbutton--selected.tagbutton--taxonomy {
    
    
  }
  .datepicker .pika-prev,
  .datepicker .pika-next {
    border: 1px solid #0073C7;
  }
  .datepicker .pika-prev,
  .datepicker .is-rtl .pika-next {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2025'%20version%3D'1.1'%3E%3Cpolyline%20fill%3D'none'%20stroke%3D'%230073C7'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20points%3D'16.7%209.4%2011.6%2012.4%2016.6%2015.3'%2F%3E%3C%2Fsvg%3E");
  }
  .datepicker .pika-next,
  .datepicker .is-rtl .pika-prev {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20version%3D'1.1'%20viewBox%3D'0%200%2030%2025'%3E%3Cpath%20d%3D'M12.6%209.5L17.7%2012.4%2012.6%2015.3'%20fill-opacity%3D'0'%20stroke%3D'%230073C7'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3C%2Fsvg%3E");
  }
  .datepicker .is-today .pika-button {
    color: #0073C7;
  }
  .datepicker .is-selected .pika-button,
  .datepicker .is-selected .pika-button:hover {
    background: #0073C7;
  }
  .banner__icon {
    color: #0073C7;
    background: #0073C7;
  }


  /* Custom CSS */
  /* Level customizations */
exceed-nav-menu#app-org-switcher {display: none;} 
div.profile__section.profile__section--level {display: none;}
li.appusermenu__detailslistitem:nth-of-type(2) {display: none;}


/* Hides 'Accreditation' heading on My Profile page */
.u-headingsection.profile__subheading {
display: none !important;
}


/* Hides accreditation text on Early Adopter award */
.award_template_5 .award__congrats {
   visibility: hidden;
}
.award__congrats {
   visibility: hidden;
}

/* Hide h2 headers on profile page */
h2.u-headingsection.profileedit__sectionheading {
    display: none;
}


/* ================================ FONT CSS ================================ */
/* Makes Edit Profile button more prominent */
.profile__editlink, .profile__editlink:link, .profile__editlink:visited {
    color: #0066C0;
    text-transform: uppercase;
    font: 500 13px/19px "Amazon Ember", Arial, sans-serif;
    transition: background-color 200ms ease, color 200ms ease;
}
.profile__editlink:hover {
    color: #c45500 !important;
    text-decoration: none;
}

/* Makes Delete Account button less prominent */
.profile .button--link {
    text-transform: none !important;
    color: #777777 !important;
    font-size: 13px !important;
    width: 130px !important;
    text-align: center !important;
}
.profile .button--link:hover {
    text-transform: none !important;
    color: #777777 !important;
    text-decoration: underline !important;
}

/* Makes section heading size larger with lighter weight. */
.u-headingsection {
    font-size: 30px;
    font-weight: 200;
}

.browse__typename {
    font-weight: 200;
    font-size: 17px;
}

.categorycard__name {
    font-weight: 200;
    font-size: 17px;
}

/* Makes learning path courses look more like links */
.activitysection__itemname {
    color: #326295;
}

.activitysection__itemname:hover {
    color: #c45500;
    text-decoration-color: #c45500;
    text-decoration:underline;
}

/* ================================ BUTTON CSS ================================ */


/* Styles follow buttons to AMS blue default and AMS blue tint on hover. Adds more space between button and label. */
.followbutton__icon:hover, .followbutton__icon:active, .followbutton__icon:focus {
    background-color: #98B0CA !important;
}
.followbutton__icon {
    background-color: #326295 !important;
}
.followbutton {
    margin-right: 5px;
}

/* Fixes primary button border color */
.button--primary, .button--primary:link, .button--primary:visited {
    border-color: #F0C246 #EBBC3C #BF9A3B !important;
}


/* Adds disabled primary button style */
.button--disabled, .button--disabled:link, .button--disabled:visited, .button--disabled:hover, .button--disabled:active, .button--disabled:focus, .button--disabled.button--primary, .button--disabled.button--primary:link, .button--disabled.button--primary:visited, .button--disabled.button--primary:hover, .button--disabled.button--primary:active, .button--disabled.button--primary:focus, .button--disabled.button--secondaryreverse, .button--disabled.button--secondaryreverse:link, .button--disabled.button--secondaryreverse:visited, .button--disabled.button--secondaryreverse:hover, .button--disabled.button--secondaryreverse:active, .button--disabled.button--secondaryreverse:focus, .button[disabled], .button[disabled]:link, .button[disabled]:visited, .button[disabled]:hover, .button[disabled]:active, .button[disabled]:focus, .button[disabled].button--primary, .button[disabled].button--primary:link, .button[disabled].button--primary:visited, .button[disabled].button--primary:hover, .button[disabled].button--primary:active, .button[disabled].button--primary:focus, .button[disabled].button--secondaryreverse, .button[disabled].button--secondaryreverse:link, .button[disabled].button--secondaryreverse:visited, .button[disabled].button--secondaryreverse:hover, .button[disabled].button--secondaryreverse:active, .button[disabled].button--secondaryreverse:focus {
   color: #999999 !important;
   background: #FEF1D4 !important;
   border-color: #F0E5C9 #F4E5BB #E4DBC2 !important;
}

/* ================================ PAGINATION CSS ================================ */
/* Changes background of highlighted page to inkwell blue tint. */
.pagination__currentpage, .pagination__currentpage:link, .pagination__currentpage:visited, .pagination__currentpage:hover, .pagination__currentpage:active, .pagination__currentpage:focus {
    background-color: #005A95 !important;
}

/* ================================ AWARD CSS ================================ */
/* Changes all award font to 200 font-weight. */
.award__completed, .award__congrats, .award__studentname {
    font-weight: 200 !important;
}

/* ================================ FOOTER CSS ================================ */
/* Sizes the footer and adds inkwell blue background. */

.footer__customcontent {
  margin: 0 !important;
  background: #232F3E;
}

.megafooter, .megafooter div, .megafooter p, .megafooter ul, .megafooter li, .footer__customcontent .megafooter, .footer__customcontent .megafooter div, .footer__customcontent .megafooter p, .footer__customcontent .megafooter ul, .footer__customcontent .megafooter li {
    font-size: 16px;
}

.megafooter__legaltext {
    font-weight: 200;
}


.localemenu {
    border: 0px !important;
    width: 100% !important;
}

.localemenu__select {
    margin: auto !important;
}

.footer__poweredby {
    padding-top: 20px;
}
