@import url("https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

/* ---------- Fonts ---------- */

body,
h1,
h2,
h3,
h4,
h5,
p,
span,
a,
input,
button,
select,
textarea,
.SectionLabel,
.RadMenu.RadMenu_Default .rmRootLink,
.RadMenu.RadMenu_Coffee .rmRootLink {
  font-family: "Saira Condensed", sans-serif !important;
}

h1,
.h1,
.PageTitle {
  font-size: 4rem;
  font-weight: bold;
  color: #5b5b5b;
  margin-top: 0;
}

span:not(.rtsTxt):not(.rtsOut):not(.rtsIn):not(.rmText):not(
    .announcement-link
  ):not(.nav-text) {
  color: #5b5b5b;
}

p,
li,
label,
.Label,
.PanelFieldLabelFont,
html .RadTabStrip_MetroTouch .rtsLevel1 a.rtsLink:hover,
html .RadTabStrip_MetroTouch .rtsLevel1 a.rtsLink.rtsSelected,
html .RadTabStrip_MetroTouch .rtsLevel1 a.rtsLink.rtsSelected:hover {
  color: #5b5b5b;
}

p {
  font-size: 2rem;
  line-height: 1.4;
}

a,
.Link,
.RadGrid.RadGrid .rgRow a,
.RadGrid.RadGrid .rgAltRow a,
.RadGrid.RadGrid .rgEditForm a,
.k-grid.k-grid a,
.RadToolTip.RadToolTip a {
  color: #7a99ac;
  text-decoration: none;
}

a:hover,
a:visited,
.Link:visited,
.RadGrid.RadGrid .rgRow a:visited,
.RadGrid.RadGrid .rgAltRow a:visited,
.RadGrid.RadGrid .rgEditForm a:visited,
.k-grid.k-grid a:visited,
.RadToolTip.RadToolTip a:visited {
  color: #7c878e;
  text-decoration: none;
}

.RadTabStrip_MetroTouch.RadTabStrip_MetroTouch {
  font: 500 25px "Saira Condensed", sans-serif !important;
  line-height: 1.6;
}

h2,
.panel-title {
  color: #fd7e14;
  font-size: 3.35rem;
  font-weight: 400;
}

.blue-heading h1,
.blue-heading h2,
.blue-heading h3,
.blue-heading h4,
.blue-heading h5,
.blue-heading h6 {
  color: #fd7e14;
}

/* ---------- Layout ---------- */

body {
  padding: 0 6px;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  body {
    padding: 0 18px;
  }
}

@media (min-width: 992px) {
  body {
    padding: 0 45px;
  }
}

@media (min-width: 1200px) {
  body {
    padding: 0 45px;
  }
}

/* ---------- Backgrounds ---------- */

.wrapper,
.col-primary {
  background: white;
}

.container {
  background: transparent;
  max-width: 100%;
}

.body-container {
  padding: 16px 0;
}

.wrapper .main-container {
  margin-bottom: 0;
}

.col-primary {
  background: rgba(124, 135, 142, 0.1);
}

/* ---------- Buttons ---------- */

.btn,
.TextButton {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 3.5rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-bottom-right-radius: 15px;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.btn,
.TextButton {
  border-radius: 0;
  border-bottom-right-radius: 15px;
}

.btn,
.TextButton,
.RadUpload.RadUpload .ruButton,
.RadUploadProgressArea.RadUploadProgressArea .ruButton {
  background-color: #7a99ac;
  color: white !important;
  border: 2px solid #7a99ac;
}

.btn:hover,
.btn:focus,
.btn:active,
.TextButton:hover,
.TextButton:focus,
.TextButton:active,
.RadUpload.RadUpload .ruButton:hover,
.RadUpload.RadUpload .ruButton:focus,
.RadUpload.RadUpload .ruButton:active,
.RadUploadProgressArea.RadUploadProgressArea .ruButton:hover,
.RadUploadProgressArea.RadUploadProgressArea .ruButton:focus,
.RadUploadProgressArea.RadUploadProgressArea .ruButton:active {
  color: #7a99ac !important;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #7a99ac;
}

.PrimaryButton,
.UsePrimaryButton .TextButton,
.TextButton.ButtonItem,
.eprSearchButtons .TextButton,
.RadGrid input.PrimaryButton {
  background-color: #fd7e14;
  border: 2px solid #fd7e14;
  color: #fff;
}

.PrimaryButton:hover,
.PrimaryButton:focus,
.PrimaryButton:active,
.UsePrimaryButton .TextButton:hover,
.UsePrimaryButton .TextButton:focus,
.UsePrimaryButton .TextButton:active,
.RadGrid input.PrimaryButton:hover,
.RadGrid input.PrimaryButton:focus,
.RadGrid input.PrimaryButton:active,
.TextButton.ButtonItem:hover,
.TextButton.ButtonItem:focus,
.TextButton.ButtonItem:active,
.eprSearchButtons .TextButton:hover,
.eprSearchButtons .TextButton:focus,
.eprSearchButtons .TextButton:active {
  border: 2px solid #dc6502;
  background-color: #dc6502;
  color: #fff !important;
}

.btn:disabled,
.btn:disabled:hover,
.btn:disabled:focus,
.btn:disabled:active,
.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled:active,
.btn.aspNetDisabled,
.btn.aspNetDisabled:hover,
.btn.aspNetDisabled:focus,
.btn.aspNetDisabled:active,
.TextButton:disabled,
.TextButton:disabled:hover,
.TextButton:disabled:focus,
.TextButton:disabled:active,
.TextButton.disabled,
.TextButton.disabled:hover,
.TextButton.disabled:focus,
.TextButton.disabled:active,
.TextButton.aspNetDisabled,
.TextButton.aspNetDisabled:hover,
.TextButton.aspNetDisabled:focus,
.TextButton.aspNetDisabled:active,
.RadUpload.RadUpload .ruButton:disabled,
.RadUpload.RadUpload .ruButton:disabled:hover,
.RadUpload.RadUpload .ruButton:disabled:focus,
.RadUpload.RadUpload .ruButton:disabled:active,
.RadUpload.RadUpload .ruButton.disabled,
.RadUpload.RadUpload .ruButton.disabled:hover,
.RadUpload.RadUpload .ruButton.disabled:focus,
.RadUpload.RadUpload .ruButton.disabled:active,
.RadUpload.RadUpload .ruButton.aspNetDisabled,
.RadUpload.RadUpload .ruButton.aspNetDisabled:hover,
.RadUpload.RadUpload .ruButton.aspNetDisabled:focus,
.RadUpload.RadUpload .ruButton.aspNetDisabled:active,
.RadUploadProgressArea.RadUploadProgressArea .ruButton:disabled,
.RadUploadProgressArea.RadUploadProgressArea .ruButton:disabled:hover,
.RadUploadProgressArea.RadUploadProgressArea .ruButton:disabled:focus,
.RadUploadProgressArea.RadUploadProgressArea .ruButton:disabled:active,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.disabled,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.disabled:hover,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.disabled:focus,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.disabled:active,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.aspNetDisabled,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.aspNetDisabled:hover,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.aspNetDisabled:focus,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.aspNetDisabled:active {
  color: #222222 !important;
}

.sysicon:after,
.sysicon--before:before,
.sysicon--after:after,
.wrapper.SVG-enabled .obo-action.obo-clear:before,
.wrapper.SVG-enabled .obo-action.obo-change-contact:before,
.obo-action.obo-clear-cart:before,
.wrapper.SVG-enabled .batch-toggle:before,
.wrapper.SVG-enabled .list-toggle:before,
.wrapper.SVG-enabled .obo-toggle:before,
.wrapper.SVG-enabled .nav-aux-cart a:before,
.wrapper.SVG-enabled .nav-aux-account a:before,
.wrapper.SVG-enabled .navbar-toggle .icon-search:before,
.wrapper.SVG-enabled .page-statistics-toggle:before,
.wrapper.SVG-enabled .ste-toggle:before,
.wrapper.SVG-enabled .transaction-date-toggle:before,
.notifications-toggle:before,
.search-toggle:before,
.js-show-table:before,
.js-show-chart:before,
.wrapper.SVG-enabled .dropdown .caret:before,
.wrapper.SVG-enabled .header-search > .header-search:before,
.asi-common-finder-input::after,
.chosen-container:after {
  background-color: #5b5b5b;
}

a:not(.aspNetDisabled):hover .sysicon.sysicon-configure:after,
a:not(.aspNetDisabled):focus .sysicon.sysicon-configure:after,
a:not(.aspNetDisabled):hover .sysicon--before.sysicon-configure:before,
a:not(.aspNetDisabled):focus .sysicon--before.sysicon-configure:before,
a:not(.aspNetDisabled):hover .sysicon--after.sysicon-configure:after,
a:not(.aspNetDisabled):focus .sysicon--after.sysicon-configure:after,
a.sysicon.sysicon-configure:not(.aspNetDisabled):hover:after,
a.sysicon.sysicon-configure:not(.aspNetDisabled):focus:after,
a.sysicon--before.sysicon-configure:not(.aspNetDisabled):hover:before,
a.sysicon--before.sysicon-configure:not(.aspNetDisabled):focus:before,
a.sysicon--after.sysicon-configure:not(.aspNetDisabled):hover:after,
a.sysicon--after.sysicon-configure:not(.aspNetDisabled):focus:after,
button.sysicon.sysicon-configure:not([disabled]):hover:after,
button.sysicon--before.sysicon-configure:not([disabled]):hover:before,
button.sysicon--after.sysicon-configure:not([disabled]):hover:after,
a:not(.aspNetDisabled):hover .sysicon.sysicon-copy:after,
a:not(.aspNetDisabled):focus .sysicon.sysicon-copy:after,
a:not(.aspNetDisabled):hover .sysicon--before.sysicon-copy:before,
a:not(.aspNetDisabled):focus .sysicon--before.sysicon-copy:before,
a:not(.aspNetDisabled):hover .sysicon--after.sysicon-copy:after,
a:not(.aspNetDisabled):focus .sysicon--after.sysicon-copy:after,
a.sysicon.sysicon-copy:not(.aspNetDisabled):hover:after,
a.sysicon.sysicon-copy:not(.aspNetDisabled):focus:after,
a.sysicon--before.sysicon-copy:not(.aspNetDisabled):hover:before,
a.sysicon--before.sysicon-copy:not(.aspNetDisabled):focus:before,
a.sysicon--after.sysicon-copy:not(.aspNetDisabled):hover:after,
a.sysicon--after.sysicon-copy:not(.aspNetDisabled):focus:after,
button.sysicon.sysicon-copy:not([disabled]):hover:after,
button.sysicon--before.sysicon-copy:not([disabled]):hover:before,
button.sysicon--after.sysicon-copy:not([disabled]):hover:after,
a:not(.aspNetDisabled):hover .sysicon.sysicon-edit:after,
a:not(.aspNetDisabled):focus .sysicon.sysicon-edit:after,
a:not(.aspNetDisabled):hover .sysicon--before.sysicon-edit:before,
a:not(.aspNetDisabled):focus .sysicon--before.sysicon-edit:before,
a:not(.aspNetDisabled):hover .sysicon--after.sysicon-edit:after,
a:not(.aspNetDisabled):focus .sysicon--after.sysicon-edit:after,
a.sysicon.sysicon-edit:not(.aspNetDisabled):hover:after,
a.sysicon.sysicon-edit:not(.aspNetDisabled):focus:after,
a.sysicon--before.sysicon-edit:not(.aspNetDisabled):hover:before,
a.sysicon--before.sysicon-edit:not(.aspNetDisabled):focus:before,
a.sysicon--after.sysicon-edit:not(.aspNetDisabled):hover:after,
a.sysicon--after.sysicon-edit:not(.aspNetDisabled):focus:after,
button.sysicon.sysicon-edit:not([disabled]):hover:after,
button.sysicon--before.sysicon-edit:not([disabled]):hover:before,
button.sysicon--after.sysicon-edit:not([disabled]):hover:after,
a:not(.aspNetDisabled):hover .sysicon.sysicon-expanded:after,
a:not(.aspNetDisabled):focus .sysicon.sysicon-expanded:after,
a:not(.aspNetDisabled):hover .sysicon--before.sysicon-expanded:before,
a:not(.aspNetDisabled):focus .sysicon--before.sysicon-expanded:before,
a:not(.aspNetDisabled):hover .sysicon--after.sysicon-expanded:after,
a:not(.aspNetDisabled):focus .sysicon--after.sysicon-expanded:after,
a.sysicon.sysicon-expanded:not(.aspNetDisabled):hover:after,
a.sysicon.sysicon-expanded:not(.aspNetDisabled):focus:after,
a.sysicon--before.sysicon-expanded:not(.aspNetDisabled):hover:before,
a.sysicon--before.sysicon-expanded:not(.aspNetDisabled):focus:before,
a.sysicon--after.sysicon-expanded:not(.aspNetDisabled):hover:after,
a.sysicon--after.sysicon-expanded:not(.aspNetDisabled):focus:after,
button.sysicon.sysicon-expanded:not([disabled]):hover:after,
button.sysicon--before.sysicon-expanded:not([disabled]):hover:before,
button.sysicon--after.sysicon-expanded:not([disabled]):hover:after,
a:not(.aspNetDisabled):hover .sysicon.sysicon-add:after,
a:not(.aspNetDisabled):focus .sysicon.sysicon-add:after,
a:not(.aspNetDisabled):hover .sysicon--before.sysicon-add:before,
a:not(.aspNetDisabled):focus .sysicon--before.sysicon-add:before,
a:not(.aspNetDisabled):hover .sysicon--after.sysicon-add:after,
a:not(.aspNetDisabled):focus .sysicon--after.sysicon-add:after,
a.sysicon.sysicon-add:not(.aspNetDisabled):hover:after,
a.sysicon.sysicon-add:not(.aspNetDisabled):focus:after,
a.sysicon--before.sysicon-add:not(.aspNetDisabled):hover:before,
a.sysicon--before.sysicon-add:not(.aspNetDisabled):focus:before,
a.sysicon--after.sysicon-add:not(.aspNetDisabled):hover:after,
a.sysicon--after.sysicon-add:not(.aspNetDisabled):focus:after,
button.sysicon.sysicon-add:not([disabled]):hover:after,
button.sysicon--before.sysicon-add:not([disabled]):hover:before,
button.sysicon--after.sysicon-add:not([disabled]):hover:after,
a:not(.aspNetDisabled):hover .sysicon.sysicon-collapsed:after,
a:not(.aspNetDisabled):focus .sysicon.sysicon-collapsed:after,
a:not(.aspNetDisabled):hover .sysicon--before.sysicon-collapsed:before,
a:not(.aspNetDisabled):focus .sysicon--before.sysicon-collapsed:before,
a:not(.aspNetDisabled):hover .sysicon--after.sysicon-collapsed:after,
a:not(.aspNetDisabled):focus .sysicon--after.sysicon-collapsed:after,
a.sysicon.sysicon-collapsed:not(.aspNetDisabled):hover:after,
a.sysicon.sysicon-collapsed:not(.aspNetDisabled):focus:after,
a.sysicon--before.sysicon-collapsed:not(.aspNetDisabled):hover:before,
a.sysicon--before.sysicon-collapsed:not(.aspNetDisabled):focus:before,
a.sysicon--after.sysicon-collapsed:not(.aspNetDisabled):hover:after,
a.sysicon--after.sysicon-collapsed:not(.aspNetDisabled):focus:after,
button.sysicon.sysicon-collapsed:not([disabled]):hover:after,
button.sysicon--before.sysicon-collapsed:not([disabled]):hover:before,
button.sysicon--after.sysicon-collapsed:not([disabled]):hover:after {
  background: #fd7e14;
}

/* ---------- Big Logo ---------- */

.bg-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.bgWrapParent {
  position: absolute;
  height: auto;
  width: 100%;
}

.bgWrapParent .bgWrap {
  min-height: 240px;
}

.bgWrapParent .bgWrap {
  display: block;
}

.bgWrapParent .bgWrap {
  width: 100%;
  height: 220px;
  display: none;
  position: absolute;
  z-index: 11;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .bgWrapParent .bgWrap {
    min-height: 200px;
    height: 208px;
  }
}

@media (min-width: 992px) {
  .bgWrapParent .bgWrap {
    display: block;
  }
}

.bgWrapParent .bgWrap #headerBG {
  right: 7rem;
  bottom: -4rem;
}

svg:not(:root) {
  overflow: hidden;
}

.bgWrapParent .bgWrap #headerBG {
  width: 100%;
  max-width: 700px;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
}

@media (min-width: 992px) {
  .bgWrapParent .bgWrap #headerBG {
    right: -10rem;
    bottom: -4rem;
  }
}

@media (min-width: 1200px) {
  .bgWrapParent .bgWrap #headerBG {
    right: -6rem;
    bottom: -6rem;
  }
}

/* ---------- Navigation ---------- */

.announcement-link-wrapper {
  border-bottom: 2px solid #fd7e14;
  white-space: pre-line;
  display: inline;
}

.announcement-link-wrapper .announcement-link {
  font-size: 17px;
}

.announcement-link-wrapper a:hover {
  color: #7c878e;
  text-decoration: none;
}

/* AUX Navbar */

nav.autm-navbar {
  margin-top: 9rem;
}

@media (max-width: 767px) {
  nav.autm-navbar {
    margin-top: 0;
  }
  .aux-row {
    margin-top: 5rem !important;
  }
}

.header-aux-container {
  --aux-bg: transparent;
}

@media (min-width: 991px) {
  .dropdown-toggle::after {
    display: none;
  }
}

.account-menu .dropdown-menu {
  z-index: 50;
}

.ProxyPanelContact {
  background-color: #fd7e14;
}

.header-aux-container .aux-nav-left .sign-in-link {
  font-size: 17px !important;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  color: #7a99ac !important;
}

.header-aux-container .aux-nav-left .sign-in-link:hover {
  color: #fd7e14 !important;
}

.UtilityNavigation .account-menu > li > a,
.UtilityNavigation .account-menu > li > a:hover {
  color: #7a99ac !important;
}

.header-aux-container .account-toggle .nav-text {
  color: #7a99ac !important;
  font-size: 85%;
}

.account-menu .dropdown-menu > li > a:hover,
.account-menu .dropdown-menu > li > a:focus {
  background: #fd7d140d;
  color: #7c878e;
}

.account-menu .dropdown-header {
  font-size: 14px;
}

.header-aux-container .account-toggle .nav-text:hover,
.account-menu .account-toggle-wrapper:hover .nav-text,
.account-menu .account-toggle-wrapper:focus .nav-text {
  color: #fd7e14;
}

.account-menu .account-toggle-wrapper .caret,
.obo-toggle,
a.ste-toggle {
  background: #7a99ac !important;
}

.account-menu .account-toggle-wrapper .caret:hover,
.obo-toggle:hover,
a.ste-toggle:hover {
  background: #fd7e14;
}

.nav-auxiliary .nav-aux-button.nav-aux-cart .cartFull {
  top: 0px;
  left: 12px;
}

.nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text:before {
  -webkit-mask-image: url(images/cart.svg);
  mask-image: url(images/cart.svg);
}

.UtilitySearch #SimpleSearchBlock .search-field {
  background-color: #7a99ac;
}

header.header .header-logo-container {
  justify-self: flex-start;
  padding-left: 0;
}

header.header {
  box-shadow: none;
  background: transparent;
  display: block;
}

/* Mobile Hamburger Icon */

.hamburger-icon-container {
  position: absolute;
  right: 20px;
  margin-top: 25px;
}

@media (min-width: 991px) {
  .hamburger-icon-container {
    display: none;
  }
}

.hamburger-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
  margin-top: 15px;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
  margin-top: -25px;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
  margin-bottom: 1rem;
}

.navbar-toggler span {
  display: block;
  background-color: #fd7e14;
  height: 3px;
  width: 30px;
  margin-top: 6px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

p.hamburger-menu-title {
  margin: 3px 0 0 7px;
  font-size: 2.4rem;
  color: #7a99ac;
}

/* Mobile Nav */

@media (min-width: 991px) {
  .mobile-nav-container {
    display: none !important;
  }
}

.mobile-nav-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.mobile-nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mobile-nav-container div#WTZone7_Page1 {
  width: 100%;
}

.mobile-nav-container .RadMenu.RadMenu_Coffee .rmHorizontal .rmText,
.mobile-nav-container .RadMenu.RadMenu_Coffee .rmText {
  width: 100%;
}

.mobile-nav-container .RadMenu.RadMenu_Coffee ul.rmRootGroup {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.mobile-nav-container .rmRootGroup li.rmItem {
  border-left: none;
  border-bottom: 2px solid #fd7e14;
  max-width: 210px;
  display: inline-block;
  border-left: none;
  position: relative;
  width: 100%;
  float: left !important;
  line-height: 1;
  vertical-align: bottom;
}

.mobile-nav-container .RadMenu.RadMenu_Coffee .rmRootLink {
  font-size: 2rem;
  display: flex !important;
  width: 90%;
  float: left;
  align-items: flex-end;
  justify-content: space-between;
  -webkit-box-flex: 0;
}

/* Aux Header */

header.header .header-aux-container {
  padding-right: 0;
  margin: 0;
}

@media (max-width: 991px) {
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .rmRootGroup li.rmItem {
    animation: fadeIn 0.75s ease-in-out forwards;
  }

  .header-aux-container .UtilityNavigation {
    justify-content: end;
  }
}

.header-aux-container .UtilitySTEToggle {
  margin: 0 0 0 -8px;
}

@media (max-width: 991px) {
  header.header .header-aux-container {
    padding-bottom: 15px;
  }

  .header-aux-container #ste_container_ciSocialIcons {
    display: none;
  }

  .header-aux-container ul.NavigationUnorderedList {
    border-left: 2px solid #fd7314;
    border-right: 2px solid #fd7314;
    padding: 0 10px;
  }

  .header-aux-container .UtilityNavigation {
    justify-content: flex-end;
    margin-right: 0;
  }

  .header-aux-container .UtilityNavigation {
    justify-content: end;
    margin-right: 0;
  }

  .nav-aux-cart .NavigationLink::after {
    content: none !important;
  }

  .search-container {
    display: block;
    position: absolute;
    right: 3px;
  }

  .navbar-toggle.collapsed,
  .searchbar-toggle.collapsed {
    background: #7a99ac;
  }

  .search-container .search-field {
    height: 30px;
    color: #7a99ac;
    font-size: 90%;
    border: 1px solid #7a99ac;
    background-image: url(images/searchIcons.svg);
    background-size: 16px 18px;
    background-color: transparent;
    padding-left: 28px;
  }
}

@media (min-width: 1px) and (max-width: 992px) {
  .search-container {
    display: block;
    position: absolute;
    right: 3px;
  }
}

.header-aux-container div#WTZone3_Page1 {
  display: flex;
  align-items: center;
  padding-right: 0;
}

.social-icons-wrapper {
  border-left: 2px solid #fd7e14;
  border-right: 2px solid #fd7e14;
  margin: 0 12px;
  padding: 3px 3px 0;
}

.social-icons-wrapper a {
  margin: 0 8px;
}

.social-icons-wrapper a:hover {
  text-decoration: none;
}

.social-icons-wrapper em.fa-brands {
  font-size: 22px;
  color: #7a99ac;
  transition: all 0.2s ease-in-out;
}

.social-icons-wrapper em.fa-brands:hover,
.nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text:hover,
.nav-auxiliary .nav-aux-button.nav-aux-cart .NavigationLink:hover,
.header-aux-container .nav-aux-cart a.NavigationLink:hover span {
  color: #fd7e14;
}

.nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text:before {
  background: #7a99ac;
  mask-size: 22px;
  width: 22px;
}

.nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text {
  font-size: 17px;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  color: #7a99ac;
  padding: 0 3px;
}

.header-aux-container a.NavigationLink {
  color: #7a99ac;
}

.header-aux-container .ContentRecordPageButtonPanel {
  margin: 0;
}

.nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text:hover:before {
  background: #fd7e14;
}

.nav-aux-cart .NavigationLink::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 32px;
  background-color: #fd7e14;
  margin-left: 12px;
  vertical-align: middle;
  border: none;
}

.nav-auxiliary .nav-aux-button.nav-aux-cart .NavigationLink,
.nav-auxiliary .nav-aux-button.nav-aux-cart .NavigationLink:hover {
  border: none;
}

.UtilitySearch #SimpleSearchBlock .search-field {
  background-color: transparent;
  border: none;
  color: #7a99ac;
  font-size: 18px;
  background-image: url(images/searchIcons.svg);
  background-size: 20px;
  background-position: left;
}

.UtilitySearch #SimpleSearchBlock .search-field:focus,
.UtilitySearch #SimpleSearchBlock .search-field:hover,
.UtilitySearch #SimpleSearchBlock .search-field:active {
  width: 150px;
  background-color: transparent;
  color: #fd7e14;
  box-shadow: none;
}

/* Nav Items */

.header-primary-nav-container {
  z-index: 20;
}

@media (max-width: 991px) {
  .header-primary-nav-container {
    display: none !important;
  }
}

@media (min-width: 1380px) {
  header.header .header-primary-nav-container {
    width: 1180px;
    justify-self: right;
  }
}

.rmRootGroup li.rmItem {
  border-left: 2px solid #fd7e14;
}

.RadMenu.RadMenu_Default .rmRootLink,
.RadMenu.RadMenu_Coffee .rmRootLink {
  color: #5b5b5b;
  font-size: 3.5rem;
  font-weight: normal;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.RadMenu.RadMenu_Default .rmRootLink.rmSelected,
.RadMenu.RadMenu_Coffee .rmRootLink.rmSelected {
  color: #5b5b5b;
}

.RadMenu.RadMenu_Default .rmHorizontal .rmText,
.RadMenu.RadMenu_Default .rmText,
.RadMenu.RadMenu_Coffee .rmHorizontal .rmText,
.RadMenu.RadMenu.Coffee .rmText {
  padding: 5px 30px 0 10px;
}

.mobile-nav-container .RadMenu.RadMenu_Coffee .rmHorizontal .rmText,
.mobile-nav-container .RadMenu.RadMenu_Coffee .rmText {
  padding: 20px 0;
}

.RadMenu.RadMenu_Default .rmRootLink.rmExpanded,
.RadMenu.RadMenu_Default .rmRootLink:hover,
.RadMenu.RadMenu_Default .rmRootLink.rmFocused,
.RadMenu.RadMenu_Coffee .rmRootLink.rmExpanded,
.RadMenu.RadMenu_Coffee .rmRootLink:hover,
.RadMenu.RadMenu_Coffee .rmRootLink.rmFocused {
  color: #fd7e14;
}

.RadMenu.RadMenu_Default ul.rmRootGroup,
.RadMenu.RadMenu_Coffee ul.rmRootGroup {
  float: left;
}

.RadMenu.RadMenu_Default,
.RadMenu.RadMenu_Coffee {
  margin-top: 20px;
  margin-bottom: 0;
}

.RadMenu_Default,
.RadMenu_Default a.rmLink {
  font: normal 35px "Saira Condensed", sans-serif !important;
  color: #5b5b5b !important;
  text-decoration: none;
}

.RadMenu_Default .rmItem a.rmLink:hover {
  color: #fd7e14 !important;
}

.RadMenu_Default .rmRootGroup,
.RadMenu_Default a.rmLink,
.RadMenu_Default .rmGroup .rmText,
.RadMenu_Default .rmVertical .rmText,
.RadMenu_Default .rmLeftArrow,
.RadMenu_Default .rmRightArrow,
.RadMenu_Default .rmTopArrow,
.RadMenu_Default .rmBottomArrow,
.RadMenu_Default .rmIcon {
  background-image: none !important;
  border: none !important;
  background-color: transparent !important;
}

/* Logo */

#masterHeaderImage {
  background-image: none;
}

#header-logo img.header-logo-img {
  /* width: 150px; */
  width: 200px;  /* Increase size for the 50th anniversary logo */
}

@media (max-width: 500px) {
  #header-logo img.header-logo-img {
    /* width: 90px; */
    width: 165px;  /* Increase size for the 50th anniversary logo */
  }
}

/* Header Bar */

@media (min-width: 576px) {
  .header-bar .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .header-bar .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .header-bar .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .header-bar .container {
    max-width: 1140px;
  }
}

.header-bar {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#dc3545),
    to(#ffc107)
  );
  background: linear-gradient(to right, #dc3545, #ffc107);
  margin-top: 1.75rem;
}

.header-bar .display-heading {
  color: #fff;
  text-transform: initial;
}

.header-bar-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.header-bar .display-heading {
  font-family: "Saira Condensed", "Helvetica Neue", "Arial", sans-serif;
  text-transform: initial;
  color: #fff;
  text-transform: initial;
  font-weight: 400;
  font-size: 3rem;
  margin: 0 !important;
  padding: 3px 0;
}

/* Panels */

html .RadTabStrip_MetroTouch .rtsLevel1 a.rtsLink {
  background-color: #fd7e14;
}

.RadTabStrip_MetroTouch .rtsDisabled .rtsTxt {
  opacity: 1 !important;
}

html .RadTabStrip_MetroTouch .rtsLevel1 a.rtsLink {
  transition: all 0.3s ease-in-out;
}

span[id$="DEMO_RACE_ETHNICITY"] {
  width: 100% !important;
}

/* Tables */

.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow,
.RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_MetroTouch th.rgSorted,
.RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell,
.RadGrid.RadGrid_Metro .rgSelectedRow,
.RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow,
.RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_Metro th.rgSorted {
  background-color: #5b5b5b;
  border-color: #5b5b5b;
}

.account-page .RadGrid.RadGrid_MetroTouch th {
  background-color: #5b5b5b;
}

.account-page .RadGrid.RadGrid_MetroTouch .rgExpand,
.account-page .RadGrid.RadGrid_MetroTouch .rgCollapse {
  background-color: #fd7e14;
}

/* Modal */

.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTitlebar,
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopLeft,
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopRight {
  background-color: #5b5b5b;
}

/* ------ ePay Global Styles ------ */

.ePay-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

.ePay-side-container {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 8px 15px -8px rgba(100, 120, 150, 0.3),
    8px -8px 20px 10px rgba(100, 120, 150, 0.05),
    -8px 8px 20px 10px rgba(100, 120, 150, 0.05);
}

.ePay-wrapper .ePay-side-container h2,
.ePay-wrapper .ePay-side-container .panel-title {
  color: #1b3b63;
  font-size: 30px;
  font-weight: 600;
}

.ePay-wrapper .ePay-side-container.events .panel-body-container,
.ePay-wrapper .ePay-side-container.products .panel-body-container {
  margin-top: -10px;
}

.ePay-wrapper .ePay-side-container.products a,
.ePay-wrapper .ePay-side-container.events a {
  color: #00a8b4 !important;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.ePay-main-container {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 8px 15px -8px rgba(100, 120, 150, 0.3),
    8px -8px 20px 10px rgba(100, 120, 150, 0.05),
    -8px 8px 20px 10px rgba(100, 120, 150, 0.05);
}

.ePay-wrapper .ePay-main-container.blue-header .panel-heading {
  background-color: #7A99AC !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.ePay-wrapper .ePay-main-container.blue-header .panel-heading .panel-title {
  color: white;
  font-weight: 600;
  font-size: 30px;
}

.ePay-wrapper .ePay-main-container.productSearch h2,
.ePay-wrapper .ePay-main-container.productSearch .panel-heading .panel-title,
.ePay-wrapper .ePay-main-container.eventSearch h2,
.ePay-wrapper .ePay-main-container.eventSearch .panel-heading .panel-title {
  color: #1b3b63;
  font-weight: 600;
  font-size: 30px;
}

/* ePay --- Store */

.ePay-btn {
  margin-bottom: -12px;
}

.e-pay.BigButtonWrapper {
  margin-left: 10px;
}

.ePay-side-img p {
  border: 1px solid #ddd;
  padding: 10px;
}

.ePay-wrapper .ePay-side-container.viewCart a:not(.panel-heading-collapse) {
  transition: all 0.2s ease-in-out;
}

.ePay-wrapper .ePay-side-container a:not(.panel-heading-collapse):hover {
  opacity: 0.5;
  text-decoration: none !important;
}

.ePay-wrapper .ePay-side-container.events .RadGrid.RadGrid_MetroTouch .rgHeader,
.ePay-wrapper
  .ePay-side-container.products
  .RadGrid.RadGrid_MetroTouch
  .rgHeader {
  padding: 0;
}

.ePay-wrapper .ePay-side-container.events .RadGrid_MetroTouch .rgHeader,
.ePay-wrapper .ePay-side-container.products .RadGrid_MetroTouch .rgHeader {
  border-bottom: none;
  border-left: none;
}

.ePay-wrapper .ePay-side-container.events .RadGrid .rgHeader,
.ePay-wrapper .ePay-side-container.products .RadGrid .rgHeader {
  padding-top: 0;
  padding-bottom: 0;
}

.ePay-side-container.events .RadGrid_MetroTouch .rgAltRow,
.ePay-side-container.events .RadGrid_MetroTouch .rgHeader,
.ePay-side-container.events .RadGrid_MetroTouch th.rgResizeCol,
.ePay-side-container.events .RadGrid_MetroTouch .rgHeaderWrapper,
.ePay-side-container.events .RadGrid.RadGrid_MetroTouch .rgMasterTable,
.ePay-side-container.events .RadGrid.RadGrid_Metro .rgMasterTable,
.ePay-side-container.products .RadGrid_MetroTouch .rgAltRow,
.ePay-side-container.products .RadGrid_MetroTouch .rgHeader,
.ePay-side-container.products .RadGrid_MetroTouch th.rgResizeCol,
.ePay-side-container.products .RadGrid_MetroTouch .rgHeaderWrapper,
.ePay-side-container.products .RadGrid.RadGrid_MetroTouch .rgMasterTable,
.ePay-side-container.products .RadGrid.RadGrid_Metro .rgMasterTable {
  background-color: transparent;
}

.ePay-side-container.events .RadGrid_MetroTouch,
.ePay-side-container.products .RadGrid_MetroTouch {
  border-color: transparent;
  background-color: transparent;
}

.ePay-side-container.events td,
.ePay-side-container.products td {
  padding: 0 !important;
}

.ePay-side-container.events .RadGrid .rgRow > td,
.ePay-side-container.products .RadGrid .rgRow > td {
  padding-top: 0;
  padding-bottom: 0;
}

.ePay-side-container.events .RadGrid_MetroTouch td.rgGroupCol,
.ePay-side-container.events .RadGrid_MetroTouch td.rgExpandCol,
.ePay-side-container.products .RadGrid_MetroTouch td.rgGroupCol,
.ePay-side-container.products .RadGrid_MetroTouch td.rgExpandCol {
  border-color: transparent;
  background: transparent;
}

.ePay-side-container .RadGrid .rgMasterTable .rgDetailTable,
.ePay-side-container .ChildGridWrapper .rgMasterTable {
  border: 10px solid transparent;
}

.ePay-side-container.viewCart table,
.ePay-side-container.viewCart td,
.ePay-side-container.viewCart span,
.ePay-side-container.viewCart label,
.ePay-side-container.viewCart input {
  font-size: 18px;
}

.ePay-side-container.viewCart table a {
  font-size: 16px;
  color: #00a8b4 !important;
}

.ePay-wrapper .ePay-main-container .LabelLink {
  margin-top: 8px;
  line-height: 1.2;
  font-size: 17px;
}

.ePay-wrapper .ePay-main-container .LabelLink:hover {
  opacity: 0.5;
}

.ePay-wrapper .ePay-main-container a {
  color: #00a8b4;
  transition: all 0.2s ease-in-out;
}

.ePay-wrapper .ePay-main-container a:not(.ImageLink):hover {
  text-decoration: none !important;
}

.ePay-wrapper .ePay-main-container img {
  height: 85px !important;
  width: 85px !important;
  object-fit: contain !important;
}

/* ePay --- Product Search */

.ePay-wrapper .productSearch .eprSearchButtons {
  margin: 2rem 0;
}

.ePay-wrapper .productSearch .eprSearchButtons .TextButton,
.ePay-wrapper .eventSearch .eprSearchButtons .TextButton {
  color: white !important;
}

.ePay-wrapper .productSearch .PanelField label,
.ePay-wrapper .eventSearch .PanelField label,
.ePay-wrapper .eventSearch .PanelField span {
  font-size: 18px;
}

.ePay-wrapper .productSearch .eprSearchCard {
  font-size: 18px;
}

.ePay-wrapper .eventSearch table tbody td {
  font-size: 18px;
}

.RadGrid.RadGrid_MetroTouch .rgPagerCell .rgNumPart a.rgCurrentPage,
.RadGrid.RadGrid_MetroTouch .rgPagerCell .rgNumPart a.rgCurrentPage,
.RadGrid.RadGrid_MetroTouch .rgPagerCell .rgNumPart a.rgCurrentPage:hover,
.RadGrid.RadGrid_MetroTouch .rgPagerCell .rgNumPart a:active,
.RadGrid.RadGrid_MetroTouch .rgPagerCell .rgPagePrev:active,
.RadGrid.RadGrid_MetroTouch .rgPagerCell .rgPageNext:active,
.RadGrid.RadGrid_MetroTouch .rgPagerCell .rgPageFirst:active,
.RadGrid.RadGrid_MetroTouch .rgPagerCell .rgPageLast:active,
.RadGrid.RadGrid_MetroTouch .rgPager .rgPagerCell .rgPagerButton,
.RadGrid.RadGrid_MetroTouch .rgPager .rgPagerCell .rgPagerButton:hover,
.RadGrid.RadGrid_MetroTouch .rgPager .rgPagerCell .rgActionButton:hover,
.RadGrid.RadGrid_Metro .rgPagerCell .rgNumPart a.rgCurrentPage,
.RadGrid.RadGrid_Metro .rgPagerCell .rgNumPart a.rgCurrentPage,
.RadGrid.RadGrid_Metro .rgPagerCell .rgNumPart a.rgCurrentPage:hover,
.RadGrid.RadGrid_Metro .rgPagerCell .rgNumPart a:active,
.RadGrid.RadGrid_Metro .rgPagerCell .rgPagePrev:active,
.RadGrid.RadGrid_Metro .rgPagerCell .rgPageNext:active,
.RadGrid.RadGrid_Metro .rgPagerCell .rgPageFirst:active,
.RadGrid.RadGrid_Metro .rgPagerCell .rgPageLast:active,
.RadGrid.RadGrid_Metro .rgPager .rgPagerCell .rgPagerButton,
.RadGrid.RadGrid_Metro .rgPager .rgPagerCell .rgPagerButton:hover,
.RadGrid.RadGrid_Metro .rgPager .rgPagerCell .rgActionButton:hover {
  background-color: #fd7e14;
  border-color: #fd7e14;
}

/* ePay --- Event Search */

/* .ePay-wrapper .productSearch .TextButton,
.ePay-wrapper .eventSearch .TextButton {
  color: white !important;
} */

.ePay-wrapper .eventSearch .RadGrid_MetroTouch .rgHeader,
.ePay-wrapper .eventSearch .RadGrid_MetroTouch th.rgResizeCol,
.ePay-wrapper .eventSearch .RadGrid_MetroTouch .rgHeaderWrapper {
  background-color: #0065c8;
}

.ePay-wrapper .productSearch table thead tr th a,
.ePay-wrapper .eventSearch table thead tr th a {
  color: white !important;
}

/* ePay --- Cart */

.ePay-cart h2,
.ePay-cart .panel-title {
  color: #1b3b63;
  font-size: 30px;
  font-weight: 600;
}

.ePay-cart a,
.ePay-cart a {
  color: #00a8b4 !important;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.ePay-cart span,
.ePay-cart label {
  font-size: 18px;
}

div[id^="ctl01_TemplateBody_WebPartManager1_gwpciNewSubmitEpayOrderButtonLinkCommon"]
  label {
  font-size: 18px;
}

.ePay-cart .RadGrid_MetroTouch .rgHeader,
.ePay-cart .RadGrid_MetroTouch th.rgResizeCol,
.ePay-cart .RadGrid_MetroTouch .rgHeaderWrapper {
  background-color: #0065c8;
}

.ePay-cart .RadGrid_MetroTouch .rgHeader,
.ePay-cart .RadGrid_MetroTouch .rgHeader a {
  color: white;
}

/* Events */

.dropdown-menu {
  font-size: 18px;
}

/* Account Page */

.stacked-tabs .select-tab {
  background: #fd7e14;
}

.RadTabStrip .rtsLevel1.stacked-list a.rtsLink:hover,
.RadTabStrip .rtsLevel1.stacked-list a.rtsLink:focus,
.RadTabStrip .rtsLevel1.stacked-list a.rtsLink:active,
.RadTabStrip .rtsLevel1.stacked-list a.rtsLink.rtsSelected:hover,
.RadTabStrip .rtsLevel1.stacked-list a.rtsLink.rtsSelected:focus,
.RadTabStrip .rtsLevel1.stacked-list a.rtsLink.rtsSelected:active,
.RadTabStrip .rtsLevel1.stacked-list .rtsFirst a.rtsLink:hover,
.RadTabStrip .rtsLevel1.stacked-list .rtsFirst a.rtsLink:focus,
.RadTabStrip .rtsLevel1.stacked-list .rtsFirst a.rtsLink:active,
.RadTabStrip .rtsLevel1.stacked-list .rtsFirst a.rtsLink.rtsSelected:hover,
.RadTabStrip .rtsLevel1.stacked-list .rtsFirst a.rtsLink.rtsSelected:focus,
.RadTabStrip .rtsLevel1.stacked-list .rtsFirst a.rtsLink.rtsSelected:active {
  background: #fd7d140d !important;
  color: #7c878e !important;
  box-shadow: none;
}

.account-page .RadGrid.RadGrid_MetroTouch tr.rgAltRow {
  background: #fd7d140d;
}

.account-page .RadGrid.RadGrid_MetroTouch tr.rgAltRow td:last-child,
.account-page
  .RadGrid.RadGrid_MetroTouch
  tr.rgAltRow
  td:has(+ [style="display:none;"]) {
  border-right-color: #fd7e14;
}

.account-page .RadGrid.RadGrid_MetroTouch tr.rgAltRow td:first-child {
  border-left-color: #fd7e14;
}

.account-page .RadGrid.RadGrid_MetroTouch tr.rgAltRow td {
  border-color: #fd7e14;
}

/* ---------- Footer ---------- */

footer .footer-main {
  background-color: #7c878e;
  margin-bottom: 0;
}

/* Logo Section */

@media (max-width: 991px) {
  .footer-logo-wrapper {
    padding-bottom: 2rem;
  }
}

img.footer-logo {
  width: 220px;
  height: auto;
}

/* Contact Section */

@media (max-width: 991px) {
  .footer-contact-wrapper {
    padding-bottom: 2rem;
  }
}

h5.footer-contact-title {
  font-family: "Ubuntu", sans-serif !important;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  color: white;
}

address {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-style: normal;
  color: white;
}

a.footer-contact-phone,
a.footer-contact-email {
  color: white;
}

a.footer-contact-phone:hover,
a.footer-contact-email:hover {
  text-decoration: none;
}

/* Social/Subscribe Section */

.footer-container {
  padding: 3% 7%;
}

@media (min-width: 1200px) {
  .footer-container {
    padding: 0px 13%;
  }
}

.social-svg-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  height: auto;
  width: 2.25rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.social-svg-container .fa-brands {
  font-size: 22px;
  color: white;
  transition: all 0.2s ease-in-out;
}

.social-svg-container .fa-brands:hover {
  color: #ffc107;
}

h5.footer-subscribe-title {
  font-family: "Ubuntu", sans-serif !important;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  color: white;
}

input#subscribeEmail {
  border-width: 0;
  border: 0;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #7a99ac;
  border-radius: 0px !important;
  width: 250px;
  padding: 0.3333333333rem 1rem;
  background: none;
}

input#subscribeEmail:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

section.form-inline.footerNewsletterForm {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  button#btnNewsletterSubmit {
    width: 13rem;
  }
}

.btn-black {
  background-color: transparent;
  border: 2px solid #5b5b5b;
  color: #5b5b5b !important;
}

.btn-black:hover {
  background-color: #5b5b5b;
  border-color: #5b5b5b;
  color: #fff !important;
}

/* Secondary Footer */

.footer-secondary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 10px;
}

@media (max-width: 991px) {
  .footer-secondary {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

footer .footer-secondary p,
footer .footer-secondary a {
  margin: 0;
  color: #7a99ac;
  font-size: 1.4rem;
}

footer .footer-secondary a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer .footer-secondary a:not(:first-child)::before {
  content: "|";
  padding-left: 0.25rem;
  padding-right: 0.45rem;
  color: #7a99ac;
}

.fade:not(.show) {
  opacity: 1 !important;
}

.header-aux-container .collapse:not(.in),
.panel .collapse:not(.in) {
  visibility: hidden;
}

.collapse:not(.show) {
  display: block !important;
}