/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* Import our theme mixins */
/* Our style rules - namespace so as not to collide with the core app styles */
@media screen and (max-width: 680px) {
  div.ccm-page.page-type-client-order .pointer {
    padding-left: 0px;
  }
  div.ccm-page.page-type-client-order .pointer.pointer-before:before {
    border-top: 0px;
    border-bottom: 0px;
  }
  div.ccm-page.page-type-client-order .pointer.pointer-after:after {
    border-left: 0px;
  }
  div.ccm-page.page-type-client-order .pointer.pointer-search:before,
  div.ccm-page.page-type-client-order .pointer.pointer-product:before,
  div.ccm-page.page-type-client-order .pointer.pointer-cart:before {
    border-left: 0px;
  }
}
@media screen and (max-width: 568px) {
  div.ccm-page #pagination .page-link {
    padding: 0.375rem 0.5rem;
  }
}
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- End iphones ----------*/
/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S4, S5 and Note 3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Google Pixel ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Google Pixel XL ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- HTC One ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Windows Phone ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.page-type-home + footer#footer-theme {
  margin-top: 0px;
}
footer#footer-theme {
  background: #f0f0f0;
  padding: 10px 0px 10px 0px;
  margin-top: 35px;
}
footer#footer-theme .footer-logos-wrapper {
  background: #F5FBFC;
  display: flex;
  justify-content: space-evenly;
  padding: 30px 0px 10px 0px;
}
footer#footer-theme .footer-logos-wrapper .logo-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
footer#footer-theme .footer-logos-wrapper .logo-wrapper a {
  margin: 0px 15px 20px 15px;
}
footer#footer-theme .footer-bottom {
  background: #183140;
  padding: 15px;
  font-size: 1.1em;
  color: #5b676c;
}
footer#footer-theme a {
  color: #000000;
}
footer#footer-theme a:hover {
  color: #cb1920;
}
footer#footer-theme h4 a {
  color: #cb1920;
  font-weight: 600;
}
.ccm-page.page-type-home div#main {
  margin-top: 0px;
}
.page-type-client-home .home-notifications {
  font-size: 1.2em;
}
.page-type-client-home .home-notifications i {
  font-size: 1.1em;
}
body {
  background-color: #fff !important;
}
body .logo {
  margin: auto;
  max-height: 75px;
  height: auto;
  float: left;
}
body .login-page > div {
  margin: auto;
}
body .display-inline {
  display: inline-block;
}
html,
body {
  margin: 0;
  padding: 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
div.ccm-page {
  position: relative;
  flex: 1;
}
div.ccm-page {
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
div.ccm-page .ccm-layout-column-wrapper {
  margin-bottom: 25px;
  margin-top: 25px;
}
div.ccm-page .clear-both {
  clear: both;
}
div.ccm-page .required {
  color: red;
  margin-right: 5px;
}
div.ccm-page p {
  margin: 0 0 6px;
}
div.ccm-page div#main {
  margin-top: 35px;
}
div.ccm-page main {
  min-height: 350px;
}
div.ccm-page .page-item .page-link {
  color: #000;
}
div.ccm-page .page-item.active .page-link {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
div.ccm-page.page-type-client-contact-us .help-button:hover {
  cursor: pointer;
}
div.ccm-page .breadcrumb-bar {
  background: #E9E9EC;
  padding-top: 10px;
  margin-top: 5px;
}
div.ccm-page .breadcrumb-bar .breadcrumb > li + li:before {
  content: ">\00a0";
}
div.ccm-page .breadcrumb-bar .breadcrumb {
  margin-bottom: 12px;
}
div.ccm-page .ccm-block-express-form {
  max-width: 600px;
  margin: auto;
  margin-top: 20px;
}
div.ccm-page blockquote {
  padding-left: 60px;
  font-size: 1.46em;
  font-weight: 300;
  border-color: #bdcfd8;
  color: #5b676c;
}
div.ccm-page h1 {
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  color: #060b2e;
  text-transform: none;
}
div.ccm-page h2 {
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-size: 1.46em;
  font-weight: 700;
  color: #060b2e;
  text-transform: none;
}
div.ccm-page h3 {
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #060b2e;
  text-transform: none;
}
div.ccm-page h4 {
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #4f585c;
  text-transform: none;
}
div.ccm-page h5 {
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 700;
  color: #9fa9ad;
  text-transform: uppercase;
}
div.ccm-page h6 {
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 400;
  color: #a3db75;
  text-transform: uppercase;
}
div.ccm-page img {
  max-width: 100%;
  height: auto;
}
div.ccm-page hr {
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 1px solid #ececec;
}
div.ccm-page main {
  background-color: #ffffff;
  padding-bottom: 80px;
  /*
    div.container:last-child {
      padding-bottom: 80px;
    }
    */
}
div.ccm-page main a:not(.fa):not(.btn):not(.page-link),
div.ccm-page footer a:not(.fa):not(.btn):not(.page-link) {
  color: #007bff;
}
div.ccm-page main a:not(.fa):not(.btn):not(.page-link):hover,
div.ccm-page footer a:not(.fa):not(.btn):not(.page-link):hover {
  color: #cb1920;
  /*text-decoration: none;*/
}
div.ccm-page div[data-container=block] div.container:last-child {
  padding-bottom: 0px;
}
div.ccm-page .card {
  border: 1px solid #ccc;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
}
div.ccm-page .card .box {
  width: 100%;
}
div.ccm-page .card .box .chart {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  height: 60px;
}
div.ccm-page .card .box canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
}
div.ccm-page label[image-id="1"]:before {
  content: '';
  background: url('https://brantorders.com/application/files/9116/6387/8276/1.jpg');
  width: 141px;
  height: 143px;
  margin-top: 2em;
  margin-left: 5em;
  display: block;
}
div.ccm-page label[image-id="2"]:before {
  content: '';
  background: url('https://brantorders.com/application/files/6516/6387/8157/2.jpg');
  width: 141px;
  height: 143px;
  margin-top: 2em;
  margin-left: 5em;
  display: block;
}
div.ccm-page label[image-id="3"]:before {
  content: '';
  background: url('https://brantorders.com/application/files/5516/6387/8762/3.jpg');
  width: 141px;
  height: 143px;
  margin-top: 2em;
  margin-left: 5em;
  display: block;
}
div.ccm-page label[image-id="4"]:before {
  content: '';
  background: url('https://brantorders.com/application/files/4116/6387/8762/4.jpg');
  width: 141px;
  height: 143px;
  margin-top: 2em;
  margin-left: 5em;
  display: block;
}
div.ccm-page label[image-id="5"]:before {
  content: '';
  background: url('https://brantorders.com/application/files/8316/6387/8762/5.jpg');
  width: 141px;
  height: 143px;
  margin-top: 2em;
  margin-left: 5em;
  display: block;
}
div.ccm-page label[image-id="6"]:before {
  content: '';
  background: url('https://brantorders.com/application/files/5916/6387/8762/6.jpg');
  width: 141px;
  height: 143px;
  margin-top: 2em;
  margin-left: 5em;
  display: block;
}
div.ccm-page label[image-id="7"]:before {
  content: '';
  background: url('https://brantorders.com/application/files/6316/6387/8764/7.jpg');
  width: 141px;
  height: 143px;
  margin-top: 2em;
  margin-left: 5em;
  display: block;
}
div.ccm-page label[image-id="8"]:before {
  content: '';
  background: url('https://brantorders.com/application/files/6716/6387/8764/8.jpg');
  width: 141px;
  height: 143px;
  margin-top: 2em;
  margin-left: 5em;
  display: block;
}
div.ccm-page label[image-id="9"]:before {
  content: '';
  background: url('https://brantorders.com/application/files/6516/6387/8764/9.jpg');
  width: 141px;
  height: 143px;
  margin-top: 2em;
  margin-left: 5em;
  display: block;
}
div.ccm-page label[image-id="10"]:before {
  content: '';
  background: url('https://brantorders.com/application/files/7416/6387/8764/10.jpg');
  width: 141px;
  height: 143px;
  margin-top: 2em;
  margin-left: 5em;
  display: block;
}
.page-type-client-product .image-wrapper img {
  max-width: 300px;
}
.page-type-client-product .related-field,
.page-type-client-product .detail-field {
  min-height: 39px;
}
.product-list-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.product-list-wrapper .image-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.maurices-btn {
  background: #fa6031;
  color: #fff;
  margin-bottom: 15px;
}
.maurices-btn:hover {
  background: #c64c27;
  color: #fff;
}
.maurices-cat-breadcrumb {
  display: block;
  text-decoration: none;
  color: #000;
}
.maurices-cat-breadcrumb:hover {
  color: #000;
  border-bottom: 3px solid #69B9B7;
  padding-bottom: 5px;
}
.maurices-active-breadcrumb {
  font-weight: 600;
  border-bottom: 3px solid #69B9B7;
  padding-bottom: 5px;
}
.maurices-active-breadcrumb a {
  display: block;
  text-decoration: none;
  color: #000;
}
.parent-cat-title {
  background: #69B9B7;
  color: #fff;
  margin-bottom: 15px;
}
.parent-cat-title:hover {
  color: #fff;
  cursor: default;
}
.category-card {
  padding: 0px !important;
  margin-bottom: 0px;
}
.category-card a {
  padding: 0px 0px;
  height: 100%;
  text-decoration: none;
  color: inherit;
  /*display: flex;
        justify-content: space-between;
        flex-direction: column;*/
}
.category-card a .img-wrapper {
  /*flex: 1;*/
  height: 150px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1px;
}
.category-card a.active-sub {
  background-color: #69B9B7;
}
.category-card a .card-body {
  flex: none;
}
.category-card a:hover {
  background-color: #69B9B7;
}
.category-card a:hover .card-img-top {
  opacity: .9;
}
.category-card a:hover .card-body {
  /*color: #69B9B7;
                background: #ccc;*/
}
.ccm-block-express-form fieldset .text-muted.small {
  color: transparent !important;
}
.ccm-block-express-form fieldset .text-muted.small:before {
  display: inline-block;
  content: '*';
  color: red !important;
  font-size: 1.2em;
}
.ccm-block-express-form .btn-primary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.ccm-block-express-form .btn-primary:hover {
  background-color: #5c636a;
  border-color: #565e64;
}
.ccm-block-express-form .input-group {
  display: flex !important;
}
.corporate_maurice_cards .ccm-block-express-form {
  max-width: 100% !important;
}
.corporate_maurice_cards .ccm-block-express-form fieldset div {
  width: 520px;
  max-width: 100%;
  display: inline-block;
  margin-right: 15px;
}
.corporate_maurice_cards .ccm-block-express-form fieldset div:nth-child(-n+7) {
  /* first 7 divs */
  width: 250px;
  display: inline-block;
}
.corporate_maurice_cards .ccm-block-express-form fieldset div:nth-child(3) {
  width: 520px;
}
.corporate_maurice_cards .ccm-block-express-form fieldset div:nth-child(5) {
  /* larger padding before card details */
  margin-top: 45px;
}
.corporate_maurice_cards .ccm-block-express-form fieldset .form-select {
  max-width: 250px;
}
.new-notification {
  display: none;
}
#alert_level option[value="secondary"] {
  background-color: #e2e3e5;
  color: #41464b;
}
#alert_level option[value="primary"] {
  background-color: #cfe2ff;
  color: #084298;
}
#alert_level option[value="info"] {
  background-color: #cff4fc;
  color: #055160;
}
#alert_level option[value="danger"] {
  background-color: #f8d7da;
  color: #842029;
}
div.ccm-page {
  /*.cart-message-wrapper {
    height: 4.75rem;
}*/
}
div.ccm-page header {
  background-color: #ab2328;
  position: relative;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
div.ccm-page header .logged-in-actions {
  position: absolute;
  right: 15px;
  top: 10px;
}
div.ccm-page header #site-logo img {
  max-height: 200px;
}
div.ccm-page header .top-btn-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
div.ccm-page header #menu-bar {
  border-top: 2px solid #ccc;
  margin-top: 30px;
}
div.ccm-page header #bisNav {
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 6px;
}
div.ccm-page header #bisNav .navbar-brand img {
  max-height: 35px;
}
div.ccm-page header #bisNav .dropdown-toggle {
  color: gray !important;
  padding-left: 0px;
}
div.ccm-page header #bisNav a.active {
  font-weight: 600;
}
div.ccm-page header #bisNav .dropdown-menu {
  min-width: 3rem;
}
div.ccm-page header #bisNav ul.navbar-nav a {
  display: inline-block;
  position: relative;
}
div.ccm-page header #bisNav ul.navbar-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  background: none repeat scroll 0 0 transparent;
  height: 2px;
  width: 0;
  background: #6f8ec9;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
div.ccm-page header #bisNav ul.navbar-nav a:hover::after {
  width: 100%;
  left: 0;
}
div.ccm-page header #navInput {
  margin-bottom: 0px;
}
div.ccm-page header #navButton {
  color: #1D73B8;
  border-color: #1D73B8;
}
div.ccm-page header #navButton:hover,
div.ccm-page header #navButton:active {
  background-color: #1D73B8;
  color: #fff;
}
div.ccm-page header #navButton:focus {
  box-shadow: 0 0 0 0.25rem #4c84bb;
}
div.ccm-page header #header-site-title {
  font-family: 'Nunito Sans';
  font-weight: 400;
  color: #cb1920;
  text-transform: none;
  line-height: 1.15em;
  font-size: 2.3em;
}
div.ccm-page header #header-site-title:hover {
  color: #700e12;
  text-decoration: none !important;
}
div.ccm-page header .ccm-search-block-form {
  position: relative;
}
div.ccm-page header .ccm-search-block-form:before {
  content: "\f002";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 9px;
  text-decoration: inherit;
  color: #cbcbcb;
}
div.ccm-page header .ccm-search-block-form .ccm-search-block-text {
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
  border-radius: 30px;
  padding: 10px 20px 10px 35px;
  background-color: #ffffff;
}
div.ccm-page header .ccm-search-block-form .ccm-search-block-text:focus {
  outline: 0;
}
div.ccm-page .pointer {
  width: auto;
  height: 50px;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #000;
  padding-left: 20px;
  text-transform: uppercase;
}
div.ccm-page .pointer.pointer-before:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
div.ccm-page .pointer.pointer-after:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
div.ccm-page .pointer.pointer-search {
  background: #929497;
  color: #fff;
}
div.ccm-page .pointer.pointer-search:before {
  border-left: 20px solid #929497;
}
div.ccm-page .pointer.pointer-product {
  background: #c1c3c5;
}
div.ccm-page .pointer.pointer-product:before {
  border-left: 20px solid #c1c3c5;
}
div.ccm-page .pointer.pointer-cart {
  background: #e2e3e4;
}
div.ccm-page .pointer.pointer-cart:before {
  border-left: 20px solid #e2e3e4;
}
div.ccm-page .product-meta-wrapper .product-image img {
  max-height: 300px;
}
div.ccm-page .sign-pack-qty {
  max-width: 65px;
}
div.ccm-page .related-product-wrapper {
  background: #fff;
  text-align: left !important;
}
div.ccm-page .search-result-wrapper {
  display: block;
  max-height: 300px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
div.ccm-page .has-feedback {
  position: relative;
}
div.ccm-page .has-feedback input {
  padding-right: 30px;
}
div.ccm-page .form-control-feedback {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0.375em;
}
div.ccm-page .order-info-row {
  min-height: 73px;
}
