﻿/* Placeholder Itals */
:root {
  --navbar-height: 102px; }

.no-display {
  display: none !important; }

.login-win-open {
  display: block; }

.nav-up {
  position: fixed;
  top: calc(0px - var(--navbar-height)) !important; }

#e2gStickyNav {
  position: fixed;
  transition: top 0.1s ease-in-out;
  border-bottom: 1px solid #ccc;
  width: 100%;
  min-width: 356px;
  top: 0;
  z-index: 999999; }

/* Accessibility button focus states */
.acc-hide {
  display: none !important; }

/* Global accessibility tooltip focus */
.acc-tooltip {
  opacity: 1 !important;
  visibility: visible !important; }

.btn:focus, .e2g-hero-search-btn:focus, .e2g-blue-btn:focus, .e2g-search-btn:focus, .e2g-hosted-subscribe-btn-link:focus, .e2g-ftr-button:focus, .tab-button:focus, .slick-prev:focus, .slick-next:focus {
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.67) !important;
  -moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.67) !important;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.67) !important; }

.cat-list-item-focus {
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.78) !important;
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.78) !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.78) !important;
  padding: 4px 8px; }

.nav-down {
  position: fixed;
  top: 0 !important; }

.e2g-nav-margin {
  top: calc(var(--navbar-height) - 1px) !important;
  transition: top 0.1s ease-in-out; }

.tab-button {
  text-align: center; }

/* Body Link Styles */
/* Primary Links */
.cc-body-frame a,
.cc-body-frame a:link,
.cc-body-frame a:visited,
.cc-body-frame a:hover,
.cc-body-frame a:active {
  font-weight: 600;
  color: #0F71B3; }

/* Input placholder defaults */
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder {
  /* Edge - IE - default */
  color: #666 !important; }

/*Bootstrap overides*/
/* Input focus states */
.form-control::-moz-placeholder {
  color: #666 !important;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #666 !important; }

.form-control::-webkit-input-placeholder {
  color: #666 !important; }

.e2g-header-login label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

.btn_bkg_c_blue {
  font-weight: 600; }

.e2g-search-input input:focus, input:focus, textarea:focus, select:focus, .e2g-promo-subscribe .e2g-promo-subscribe input:focus, .e2g-promo-subscribe .e2g-hero-searchblock input:focus {
  -webkit-box-shadow: inset 0 0 0 2px #005486 !important;
  -moz-box-shadow: inset 0 0 0 2px #005486 !important;
  box-shadow: inset 0 0 0 2px #005486 !important;
  border-color: #005486; }

.e2g-user-email-validation-error {
  color: #9e0b0f !important;
  font-size: 13px;
  padding-top: 2px; }

.nav-btn, .nav-btn li {
  cursor: pointer; }

.navbar input,
.cc-body-frame .form-control,
.cc-body-frame .textinput,
.faq-contact-block select,
.faq-contact-block textarea {
  border-color: #666; }

.mobile-search {
  display: none; }

.e2g-cookie-modal {
  margin-top: 120px; }

.modal-title {
  padding: 4px 2px; }

.modal-body .panel-title a {
  padding: 8px 16px;
  display: block; }

.c-panels .cookie-title {
  font-size: 16px;
  line-height: 24px; }

.cookie-img {
  margin-top: 16px;
  margin-bottom: 16px; }

.c-panels .cookie-well {
  font-size: 14px; }

.modal-notify {
  color: #0F71B3; }

.warning-modal-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  color: #0F71B3; }
  .warning-modal-title img {
    width: 22px;
    margin-right: 4px; }

.ac-bold {
  font-weight: 600; }

/* Header Focus Indicators */
.navbar-default a:focus,
.navbar-default li:focus,
.navbar-default img:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(15, 131, 201, 0.6);
  -moz-box-shadow: 0 0 0 2px rgba(15, 131, 201, 0.6);
  box-shadow: 0 0 0 2px rgba(15, 131, 201, 0.6); }

/* Body Focus Indicators */
.cc-body-frame a:focus,
.cc-body-frame li:focus,
.cc-body-frame img:focus,
.cc-body-frame div:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(15, 131, 201, 0.6);
  -moz-box-shadow: 0 0 0 2px rgba(15, 131, 201, 0.6);
  box-shadow: 0 0 0 2px rgba(15, 131, 201, 0.6); }

.e2g-hosted-cat-inner-frame div:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(15, 131, 201, 0.6);
  -moz-box-shadow: 0 0 0 2px rgba(15, 131, 201, 0.6);
  box-shadow: 0 0 0 2px rgba(15, 131, 201, 0.6); }

/* Body Focus Indicators */
.e2g-slider-frame div:focus {
  -webkit-box-shadow: inset 0 0 5px 0 rgba(7, 52, 90, 0.42);
  -moz-box-shadow: inset 0 0 5px 0 rgba(7, 52, 90, 0.42);
  box-shadow: inset 0 0 5px 0 rgba(7, 52, 90, 0.42); }

.e2g-promo-subscribe a:focus {
  -webkit-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.79);
  -moz-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.79);
  box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.79); }

/* Footer Focus Indicators */
.footer-clean a:focus,
.footer-clean li:focus,
.footer-clean img:focus {
  -webkit-box-shadow: rgba(23, 23, 23, 0.89) !important;
  -moz-box-shadow: rgba(23, 23, 23, 0.89) !important;
  box-shadow: rgba(23, 23, 23, 0.89) !important; }

.nav-btn,
nav-btn li {
  cursor: pointer; }

/* Label Style */
.leftnav > li > .dropdown-menu {
  left: 10px; }

.dd-primary {
  margin-top: -30px; }

.navbar-xs {
  margin-top: 32px; }

/* Nav fonts */
.navbar-default .navbar-nav > li > a {
  color: #0F71B3; }
  .navbar-default .navbar-nav > li > a:hover {
    color: #0F71B3; }

.e2g-hosted-cart-ico {
  min-width: 34px;
  width: 34px;
  height: 21px;
  background: url("/oic/Includes/assets/img/cart-ico.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.e2g-hosted-cart-ico-counter {
  color: #0F71B3;
  font-size: 12px;
  font-weight: 600;
  left: 12px;
  position: absolute;
  top: -4px; }

.ed-logo-xs {
  height: 80px;
  width: 260px; }

.e2g-hosted-fallback-text {
  color: #0E303F;
  padding: 4px;
  text-align: center;
  max-width: 260px;
  max-height: 80px;
  overflow: hidden;
  margin: 0 auto; }

.navbar-header {
  height: 100px; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: white;
  color: #0067A6; }

.nav-btn:hover > a > span,
.nav-item:hover > span {
  color: #0067A6;
  border-bottom: 4px solid #0F71B3; }

.nav-item-r {
  display: flex !important;
  position: relative; }

.navbar-nav > li > a {
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px; }

.navbar-collapse {
  z-index: 999; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .dropdown-menu {
    top: -5px;
    left: 100%;
    margin-top: -1px; }

.dropdown,
.dropdown-submenu {
  border-radius: 0; }

.dropdown-menu {
  border-radius: 0;
  font-size: 15px; }

.navbar-right {
  font-size: 15px;
  border-left: 1px solid #e1e1e1;
  height: 100px;
  padding-left: 6px;
  width: 170px;
  min-width: 170px; }
  .navbar-right li {
    margin-right: 16px; }

.tooltip-default {
  max-width: 200px;
  border: 1px solid #ccc;
  font-size: 11px;
  background: white;
  padding: 8px 12px;
  position: absolute;
  z-index: 1000;
  font-weight: 400;
  line-height: 18px;
  margin-left: 4px; }

.icon {
  margin-top: 0 !important; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: transparent;
  background-image: none;
  filter: none; }

.userauth-container {
  min-width: 240px; }
  .userauth-container > li {
    margin-right: 0; }

.user-auth-text {
  word-break: normal;
  white-space: nowrap; }

.ed-chev-right {
  font-size: 10px;
  padding-top: 3px;
  position: absolute;
  right: 14px; }

.ed-nav-chev-left {
  font-size: 10px;
  margin-left: 0;
  padding-right: 8px;
  padding-top: 2px;
  position: relative;
  top: -2px; }

.ed-nav-chev-down {
  display: inline-block;
  font-size: 10px;
  margin-left: 8px;
  position: relative;
  right: 14px; }

.hosted-home-container {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 0 20px; }

.hosted-nav-container {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  position: relative; }

/* Search Form */
.srch-ct {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1; }

/* Height min for Search container */
#results-set {
  min-height: 800px; }

.srch-well {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  background: white;
  border: 1px solid #e7e7e7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  padding: 14px;
  position: relative;
  top: 0;
  width: 80%;
  z-index: 9999; }

.ed-search {
  border-bottom: 1px solid #ccc;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  font-size: 19px;
  font-weight: 300;
  width: 100%; }

.ed-btn {
  white-space: normal !important;
  cursor: pointer; }

.srch-txt-or {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center; }

.srch-btn-r {
  padding: 38px 14px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999999;
  cursor: pointer; }

.dropdown-menu {
  padding: 0;
  top: 60px; }

.cart-span {
  color: #777;
  float: left;
  left: -12px;
  position: relative;
  top: 24px; }

/*  Footer Styles */
.dropdown-menu li a span {
  margin-right: 14px; }

.chev-top {
  right: 2px; }

/* CC update fixes */
.dropdown-menu li a span {
  margin-right: 14px !important; }

.navbar {
  margin-bottom: 0 !important; }

#navcol-1 {
  background: white;
  border: 0;
  /* display:flex!important;
flex-direction:column;*/ }

.dd-first {
  color: #0F71B3 !important; }

.navbar-size {
  background: white;
  border-radius: 0;
  height: var(--navbar-height); }

.navbar {
  margin-bottom: 0 !important;
  z-index: 99999; }

.srch-well div button.srch-sel {
  position: relative;
  top: -8px; }

.h-switch-b {
  color: #a5a5a5;
  display: none;
  position: relative;
  top: -4px; }

/* Button Classes */
.cc-btn {
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 16px 32px; }

.cc-btn-blue {
  background: #009ddc !important;
  color: white !important; }
  .cc-btn-blue:hover {
    background: #007eb0 !important;
    color: white !important; }

.cc-btn-green {
  background: #24b776 !important;
  color: white !important;
  background: #24b776;
  color: white; }
  .cc-btn-green:hover {
    background: #1d925e !important;
    color: white !important;
    background: #1d925e; }

.cc-btn {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 16px 32px; }

.cc-btn-blue {
  background: #009ddc;
  color: white; }
  .cc-btn-blue:hover {
    background: #007eb0;
    color: white; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:after, *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

/*  SVG icons */
.search-btn-ico {
  background-size: cover !important;
  background: url("../svg/search-icon-white.svg") left top no-repeat;
  color: white;
  display: inline-block;
  height: 16px;
  width: 16px; }

.e2g-icon-tr {
  display: inline-flex;
  height: 80px;
  margin: 0;
  padding: 0;
  width: 260px;
  justify-content: center;
  align-items: center; }

.navbar-brand {
  float: left;
  font-size: 18px;
  height: 50px;
  height: auto;
  line-height: 20px;
  padding: 10px 10px; }

/* Dropdown Styles */
.btn-info:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: none !important;
  cursor: pointer; }

.dropdown-menu > li > a {
  color: #0F71B3; }

/* Search Placeholder */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #969696; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #969696; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #969696; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #969696; }

.close {
  opacity: inherit !important; }

.leftnav {
  font-size: 15px;
  display: flex;
  flex-direction: row; }

.icon {
  margin-top: -4px; }

/* Accordion Toggle - Search Results */
.collapse {
  display: none; }

.leftnav,
.navbar-right {
  display: block;
  position: relative; }

.leftnav li,
.navbar-right li {
  cursor: pointer; }

/* Search container */
.e2g-search-input-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: row;
  width: 100%;
  border-style: solid;
  border-width: 30px 8px 30px 0;
  border-color: white; }

.e2g-search-input .form-control,
.e2g-search-input-mobile .form-control {
  padding: 12px 42px 12px 12px;
  height: auto; }

.e2g-search-input .e2g-search-btn {
  position: absolute;
  width: 22px;
  margin: 12px;
  right: 8px;
  top: 0;
  cursor: pointer; }

.e2g-search-btn-ico {
  position: absolute;
  width: 22px;
  height: 21px;
  margin: 12px 4px 12px 12px;
  right: 8px;
  top: 0;
  cursor: pointer;
  background: url("/oic/Includes/assets/img/search-icon-active.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.mobile-search-input {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%; }

.nav-search-open-link {
  display: flex;
  flex-direction: row;
  text-decoration: none !important; }

#navcol-1 ul li {
  list-style-type: none; }

.search-open {
  list-style-type: none;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 0;
  padding-right: 18px; }
  .search-open .nav-item {
    margin-right: 6px; }

.search-open-ico {
  width: 22px;
  height: 22px; }

/* BS Class overides */
.jumbotron {
  margin-bottom: 0; }

.navbar-default .navbar-nav > .open > a {
  color: #0F71B3; }
  .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #0F71B3; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background-image: none;
  filter: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #0F71B3;
  background: white; }

.navbar-default .navbar-nav > .open > a {
  background: #fff; }
  .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #fff; }

/* .open li {
border-bottom-color:#fff!important;
} */
.e2g-user-auth-form {
  padding: 0 12px;
  margin-bottom: 0; }
  .e2g-user-auth-form label {
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important; }

.e2g-user-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 8px;
  width: 100%;
  text-decoration: none;
  padding: 6px 8px;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 16px;
  cursor: pointer; }

.e2g-user-forgot-txt {
  font-size: 13px;
  line-height: 26px;
  color: #0F71B3;
  text-align: center;
  text-decoration: underline; }

.e2g-default-btn {
  background: #fff;
  color: #333;
  cursor: pointer;
  text-decoration: none;
  padding: 6px 24px;
  border-radius: 4px;
  border: 1px solid #ccc; }
  .e2g-default-btn:hover, .e2g-default-btn:focus {
    color: #333;
    background: #e1e1e1;
    transition: background 0.4s;
    text-decoration: none; }

.e2g-blue-btn {
  color: white !important;
  background: #0F71B3;
  cursor: pointer; }
  .e2g-blue-btn:hover, .e2g-blue-btn:focus {
    background: #2671a0;
    transition: background 0.4s;
    color: #fff !important;
    text-decoration: none; }
  .e2g-blue-btn:focus {
    border: 3px solid black !important; }

/* e2g--blue-clicked */
/* color:#21648D; */
.e2g-green-btn {
  color: white;
  background: #238640;
  cursor: pointer; }
  .e2g-green-btn:hover, .e2g-green-btn:focus {
    background: #01693f;
    transition: background 0.4s;
    color: #fff;
    text-decoration: none; }

.e2g-blue-btn-dark {
  color: white !important;
  background: #0E303F;
  cursor: pointer; }
  .e2g-blue-btn-dark:hover, .e2g-blue-btn-dark:focus {
    background: #1a5975;
    transition: background 0.4s;
    color: white !important;
    text-decoration: none; }

.txt-cap {
  text-transform: uppercase; }

.e2g-user-auth-copy {
  font-size: 14px; }
  .e2g-user-auth-copy a {
    margin: 0 !important;
    padding: 0 !important; }

.text-bold {
  font-weight: 700; }

.nav .open > a {
  color: #0F71B3; }
  .nav .open > a:focus, .nav .open > a:hover {
    color: #0F71B3; }

.search-expand {
  width: 100%; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #0F71B3; }

.e2g-hosted-search-ac {
  top: 45px;
  background: white;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  color: #0F71B3;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #ccc;
  z-index: 2; }
  .e2g-hosted-search-ac li {
    padding: 4px 12px;
    cursor: pointer;
    position: relative; }
    .e2g-hosted-search-ac li:not(:first-of-type) {
      font-weight: 600; }
    .e2g-hosted-search-ac li:hover {
      background: #f3f3f3; }
    .e2g-hosted-search-ac li img {
      width: 23px;
      margin-right: 4px;
      margin-bottom: 2px; }

.login-btn-back,
.mobile-srch-anchor {
  display: none; }

.navlink {
  cursor: pointer;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important; }

.flex-ovr {
  display: flex !important; }

.menu-border-reset {
  border-top: 0 !important; }

#cform-toggle {
  cursor: pointer; }

.cform-close {
  display: none; }

.e2g-header-login > input {
  margin-bottom: 8px; }

.fixed {
  position: fixed;
  top: 0; }

/* Media Query Breakponts */
@media screen and (max-width: 1440px) {
  .hosted-nav-container {
    padding-left: 0; } }

@media screen and (min-width: 1280px) {
  .e2g-search-input {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    flex-direction: row;
    width: 484px;
    border-style: solid;
    border-width: 27px 42px 27px 2px;
    border-color: white;
    margin-right: 164px; }
    .e2g-search-input .e2g-search-btn {
      right: 0; }
  .search-open {
    display: none; } }

@media screen and (max-width: 912px) {
  .only-show-on-tablets {
    display: none; } }

@media screen and (min-width: 1280px) {
  .only-show-on-tablets {
    display: none; } }

@media screen and (min-width: 912px) and (max-width: 1279px) {
  .e2g-search-input .e2g-search-btn {
    right: 0; }
  #navcol-1 {
    position: inherit; }
  .e2g-search-input {
    display: none;
    align-items: center;
    position: absolute;
    top: 0;
    flex-direction: row;
    border-style: solid;
    border-width: 27px 184px 27px 8px;
    border-color: white;
    margin-right: 138px;
    width: 100%;
    background-color: white; }
  .input-well {
    position: relative;
    flex-grow: 1; }
  .e2g-search-input-close {
    font-size: 15px;
    margin-right: 10px; } }

/* Hosted Updates */
@media (min-width: 912px) {
  .e2g-nav-height {
    height: 246px; }
  .navbar-collapse {
    padding-left: 0; }
  ul.nav li.dropdown:hover > ul.dropdown-menu,
  .dropdown-submenu:hover > .dd-third {
    display: block !important; }
  .flyout:hover > .ed-chev-right {
    display: block; }
  /* Nav Search Class overides */
  .search-flex {
    display: flex !important;
    background: none; }
  span.nav-highlight {
    border-bottom: 4px solid white;
    display: inline-block; }
    span.nav-highlight:hover {
      color: #0067A6 !important;
      border-bottom: 4px solid #0F71B3; }
  .dropdown-menu,
  .userauth-container {
    padding: 8px 1px !important; }
  .sub-m {
    top: -8px !important; }
  .e2g-hosted-partnerlogo {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 80px; }
  .navbar-nav > li > a {
    padding-top: 36px;
    padding-bottom: 36px; }
  .navbar-right {
    display: block !important; } }

/* Query from
    https: //www.ryadel.com/en/css3-media-query-target-only-ie-ie6-ie11-firefox-chrome-safari-edge/ 
    Intent is to target IE 9 and up. (Actually , we only support IE 11 and up, but this is easier */
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .e2g-hosted-partnerlogo {
    max-height: 60px; } }

@media screen and (min-width: 912px) and (max-width: 1279px) {
  .e2g-search-input .e2g-search-btn {
    right: 0; }
  /* .e2g-search-input {
display:block;
} */
  #navcol-1 {
    position: inherit; }
  .e2g-search-input {
    display: none;
    position: absolute;
    top: 0;
    flex-direction: row;
    border-style: solid;
    border-width: 27px 186px 27px 8px;
    border-color: white;
    margin-right: 138px;
    width: 100%; }
  .input-well {
    position: relative; } }

/* Hosted Updates */
@media (min-width: 912px) {
  .mobile-search-hide {
    display: none !important; }
  .hide-mobile-caret {
    display: none; }
  .navbar-collapse {
    padding-left: 0; }
  ul.nav li.dropdown:hover > ul.dropdown-menu,
  .dropdown-submenu:hover > .dd-third {
    display: block !important; }
  .flyout:hover > .ed-chev-right {
    display: block; }
  /* Nav Search Class overides */
  .search-flex {
    display: flex !important;
    background: none; }
  span.nav-highlight {
    border-bottom: 4px solid white;
    display: inline-block; }
    span.nav-highlight:hover {
      color: #0067A6 !important;
      border-bottom: 4px solid #0F71B3; }
  .dropdown-menu {
    padding: 8px 1px !important; }
  .sub-m {
    top: -8px !important; }
  .e2g-hosted-partnerlogo {
    margin: 0 auto; }
  .navbar-nav > li > a {
    padding-top: 36px;
    padding-bottom: 36px; }
  .navbar-right {
    display: block !important; } }

@media screen and (min-width: 912px) {
  .show-desktop-oic,
  .ion-chevron-left,
  .ed-nav-chev-left {
    display: none !important; }
  .nav-item-r > .ion-chevron-right,
  .nav-item-r > .ed-chev-right {
    display: none !important; } }

@media screen and (max-width: 991px) {
  .show-mobile-oic {
    display: none !important; } }

@media screen and (max-width: 912px) {
  .user-toggle,
  .ion-chevron-down,
  .ion-chevron-up {
    display: none !important; }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    .navbar-collapse.collapse {
      display: none !important; }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
    .navbar-nav > li {
      float: none; }
      .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px; }
  .navbar-text {
    float: none;
    margin: 15px 0; }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }
  .collapsing {
    overflow: hidden !important; }
  #hb-xs {
    padding-right: 4px;
    padding-left: 4px;
    cursor: pointer; }
  .navbar-xs {
    border: none;
    left: 0;
    margin-left: 10px;
    margin-right: 8px;
    position: absolute; }
  .navbar-right {
    border-top: 1px solid #efefef; }
  /* Mobile Nav Indentation */
  .dd-primary li .flyout,
  .dd-primary .menu-reset {
    margin-left: 12px; }
  .dd-third li .menu-reset {
    margin-left: 24px; }
  .ed-chev-right,
  .ed-nav-chev-left {
    padding-top: 0; }
  .leftnav li:not(:last-of-type),
  .navbar-right > .open > a:first-of-type,
  .leftnav > .open > a,
  .navbar-right > li:first-of-type,
  .dd-third > li:first-of-type,
  .dd-primary li:not(:last-of-type) {
    border-bottom: 1px;
    border-bottom-style: solid !important;
    border-color: #efefef !important; }
  .leftnav,
  .navbar-right,
  .open,
  .dd-primary {
    border-bottom: 0 !important; }
  .dropdown-menu.sub-m.dd-third:first-of-type {
    border-top: 1px solid #efefef !important; }
  .search-open {
    display: none !important; }
  .e2g-search-input-mobile {
    display: block;
    height: 45px;
    padding: 8px 32px; }
  .nav-flex-open {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .nav-flex-open .leftnav li:first-child {
      order: 1; }
    .nav-flex-open .leftnav li:nth-child(2) {
      order: 2; }
  .nav > li > a {
    padding: 0; }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 12px 0; }
  .e2g-search-input .form-control,
  .e2g-search-input-mobile .form-control {
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 20px; }
  .navbar-nav {
    margin: 0; }
  .search-flex {
    display: block; }
  .navbar-right {
    border-left: 0;
    height: auto;
    padding-left: 0; }
    .navbar-right li {
      margin-right: 0; }
  .e2g-search-input {
    display: none !important; }
  .e2g-search-input-mobile {
    position: relative;
    border: 0;
    border-bottom: 0; }
  #navcol-1 {
    position: inherit;
    top: -3px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #e1e1e1;
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex-direction: column; }
  .navbar-right {
    width: 100%; }
  #navcol-1 ul li {
    padding: 0 !important; }
    #navcol-1 ul li a {
      padding: 15px !important; }
      #navcol-1 ul li a > span {
        display: inline-block;
        min-height: 22px;
        border: 0 !important; }
  .nav-item span {
    border: 0 !important; }
  .ed-logo-xs {
    left: 0;
    position: relative;
    right: 0;
    width: 100%; }
    .ed-logo-xs img {
      height: auto;
      margin-left: auto;
      margin-right: auto;
      max-width: 260px;
      max-height: 80px; }
  .nav-item,
  .flyout {
    border-bottom: none !important;
    display: inline-block; }
  .nav-item:hover {
    border-bottom: none !important; }
  .navbar-nav {
    margin-bottom: 0;
    margin-top: 0; }
    .navbar-nav > li > a {
      line-height: 20px;
      padding: 15px 0 !important; }
  .chev-top {
    margin-right: 12px; }
  .nav-item-r {
    display: inline-block; }
  .srch-txt-or {
    display: block !important; }
  .srch-well {
    margin: 0 8px;
    top: 0 !important;
    width: 100% !important; }
  .navbar-collapse {
    border-bottom: 1px solid #ccc; }
  .dd-primary {
    margin: 0 !important;
    padding: 0 !important; }
  /* Class toggles */
  .srch-btn-r {
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 38px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999; }
  .navbar-brand {
    width: 100%; }
  .srch-well div a.ed-btn {
    width: 242px;
    padding: 12px; }
  .navbar-link div {
    left: 0; }
  .srch-well div a.ed-btn {
    width: 242px;
    padding: 12px; }
  /* Search Filter Styles */
  .navbar {
    border-left: 0;
    border-right: 0; }
  .e2g-icon-tr {
    display: inline-flex;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
    align-items: center; }
  .e2g-hosted-search-ac {
    float: left;
    top: -14px; }
  .mobile-search-input > div {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    position: relative; }
  .userauth-container {
    min-width: 0;
    padding: 8px !important;
    border-bottom: 1px solid #e1e1e1 !important; }
  .hosted-nav-container {
    padding: 0; }
  .search-btn-mobile {
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    align-items: center;
    height: 40px;
    padding: 0 10px; }
  .dropdown ul li:last-of-type {
    border-bottom: 1px solid #fff; }
  .mobile-search-inner {
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    margin: 0;
    border: 1px solid #e1e1e1; }
    .mobile-search-inner input {
      border: 0 !important;
      margin: 0 !important;
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      padding: 20px;
      height: 40px; }
  .e2g-search-input input {
    border: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 20px;
    height: 40px; }
  .mobile-search {
    background: #fff;
    padding: 8px 16px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    height: auto;
    top: -3px; }
  .mobile-srch-anchor {
    display: flex;
    width: 100%; }
  .mobile-search .search-close {
    margin: 21px; }
  .e2g-search-input .form-control,
  .e2g-search-input-mobile .form-control {
    padding-top: 4px;
    padding-right: 32px;
    padding-bottom: 4px;
    height: auto; }
  .e2g-cookie-modal {
    margin-top: 180px; } }

@media (max-width: 913px) {
  .e2g-nav-margin {
    top: calc(var(--navbar-height) - 1px) !important;
    transition: top 0.1s ease-in-out; }
  .e2g-nav-height {
    height: 246px; }
  .sr-sp-one span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600; }
  .sr-sp-one .sr-coursetype:not(:last-of-type) {
    padding-right: 8px !important;
    margin-right: 8px !important; } }

/* Return to Cart (RTC) Banner */
:root {
  --rtc-arrow-animation-x: 20px;
  --rtc-banner-height: 69px; }
  @media (max-width: 800px) {
    :root {
      --rtc-arrow-animation-x: 10px; } }
  @media (max-width: 369px) {
    :root {
      --rtc-arrow-animation-x: 8px; } }
  @media (max-width: 940px) {
    :root {
      --rtc-banner-height: 91px; } }
  @media (max-width: 650px) {
    :root {
      --rtc-banner-height: 85px; } }
  @media (max-width: 500px) {
    :root {
      --rtc-banner-height: 93px; } }

#e2gStickyNav.rtc-banner-added {
  top: var(--rtc-banner-height); }

#e2gStickyNav.nav-down.rtc-banner-added {
  top: var(--rtc-banner-height) !important; }

#e2gStickyNav.nav-up.rtc-banner-added {
  top: calc(0px - var(--navbar-height) - var(--rtc-banner-height)); }

.cc-body-frame.rtc-banner-added {
  margin-top: calc(var(--navbar-height) + var(--rtc-banner-height)); }

#cd-nav-sticky.rtc-banner-added.e2g-nav-margin {
  top: calc(var(--navbar-height) + var(--rtc-banner-height) - 1px) !important; }

/* Specific to Enrollment Details Component -- Check e2g-hosted-body.scss */
@media screen and (min-width: 800px) {
  .e2g-hosted-details-enrollments.e2g-nav-margin {
    top: calc(var(--navbar-height) + var(--rtc-banner-height) - 1px) !important; } }

@media screen and (min-width: 800px) {
  .e2g-hosted-details-enrollments.rtc-banner-added.e2g-nav-margin {
    top: calc(var(--navbar-height) + var(--rtc-banner-height) + 67px) !important; } }

/* End Enrollment Details Component*/
.rtc-arrow {
  width: 18px;
  height: 11px;
  margin-left: 13px;
  animation: rtc-bounce-arrow 3.3s ease-out infinite; }
  @media (max-width: 650px) {
    .rtc-arrow {
      width: 12px;
      height: 7px;
      margin-left: 10px; } }
  @media (max-width: 500px) {
    .rtc-arrow {
      margin-left: 5px; } }
  @media (max-width: 369px) {
    .rtc-arrow {
      width: 10px;
      margin-left: 0px; } }

.rtc-banner {
  width: 100%;
  background-color: #366DBC;
  padding-top: 11px;
  padding-bottom: 11px;
  color: white;
  margin: auto;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: top 0.1s ease-in-out;
  z-index: 1000000; }
  @media (max-width: 940px) {
    .rtc-banner {
      padding-top: 22px;
      padding-bottom: 22px;
      padding-left: 14px;
      padding-right: 14px; } }
  @media (max-width: 650px) {
    .rtc-banner {
      padding-top: 22px;
      padding-bottom: 22px;
      padding-left: 14px;
      padding-right: 14px; } }

.rtc-cart-img img {
  width: 33px;
  height: 27px;
  cursor: pointer; }

@media (max-width: 650px) {
  .rtc-cart-img {
    display: none; } }

.rtc-checkout-btn {
  border: 1px white solid;
  padding: 11px 30px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none !important;
  color: white !important; }
  .rtc-checkout-btn:focus {
    text-decoration: none !important;
    color: white !important; }
  .rtc-checkout-btn:visited {
    text-decoration: none !important;
    color: white !important; }
  .rtc-checkout-btn:hover {
    text-decoration: none !important;
    color: white !important; }
  .rtc-checkout-btn:active {
    text-decoration: none !important;
    color: white !important; }
  @media (max-width: 800px) {
    .rtc-checkout-btn {
      padding: 11px 18px; } }
  @media (max-width: 650px) {
    .rtc-checkout-btn {
      font-size: 12px; } }
  @media (max-width: 500px) {
    .rtc-checkout-btn {
      font-size: 11px;
      padding: 8px 15px; } }
  @media (max-width: 369px) {
    .rtc-checkout-btn {
      font-weight: 600;
      padding: 6px 10px; } }

.rtc-close {
  position: absolute;
  right: 45px;
  cursor: pointer; }
  @media (max-width: 940px) {
    .rtc-close {
      right: 12px;
      top: 11px; } }
  .rtc-close img {
    width: 12px;
    height: 12px; }
    @media (max-width: 500px) {
      .rtc-close img {
        width: 9px;
        height: 9px; } }

.rtc-item-num {
  font-weight: bold; }

.rtc-line-break {
  margin-right: 21px;
  margin-left: 21px;
  border: 0.5px solid #FFFFFF;
  width: 0px;
  height: 26px; }
  @media (max-width: 650px) {
    .rtc-line-break {
      display: none; } }
  @media (max-width: 940px) {
    .rtc-line-break {
      height: 40px;
      margin-right: 18.5px;
      margin-left: 18.5px; } }

.rtc-sticky {
  position: fixed;
  top: 0; }

.rtc-nav-down {
  top: 0; }

.rtc-nav-up {
  top: calc(0px - var(--rtc-banner-height)); }

.rtc-subtext {
  display: inline-block; }
  @media (max-width: 500px) {
    .rtc-subtext {
      width: 103px; } }

.rtc-text {
  margin-right: 38px;
  font-size: 14px; }
  @media (max-width: 940px) {
    .rtc-text {
      text-align: left; } }
  @media (max-width: 800px) {
    .rtc-text {
      margin-right: 15px; } }
  @media (max-width: 650px) {
    .rtc-text {
      font-size: 11px;
      text-align: center;
      margin-right: 25px; } }
  @media (max-width: 500px) {
    .rtc-text {
      font-size: 10px;
      width: 110px;
      margin-right: 10px;
      text-align: left; } }
  .rtc-text .bold {
    font-weight: bold;
    margin-right: 10px; }
    @media (max-width: 940px) {
      .rtc-text .bold {
        text-align: left;
        display: block;
        margin-bottom: 5px; } }
    @media (max-width: 650px) {
      .rtc-text .bold {
        font-size: 12px;
        margin-right: 0;
        text-align: center; } }
    @media (max-width: 500px) {
      .rtc-text .bold {
        font-size: 11px;
        margin-bottom: 5px;
        text-align: left; } }

@keyframes rtc-bounce-arrow {
  0% {
    transform: translateX(0); }
  90% {
    transform: translateX(var(--rtc-arrow-animation-x)); }
  100% {
    transform: translateX(0px); } }
