
/* define webfonts */
  @font-face {
    font-family: 'National 2';
    src: url('fonts/National2-Regular.otf') format('opentype');
    -webkit-font-smoothing: antialiased;
    font-weight:normal;
    font-style: normal;
    font-variant: normal;
  }
  
  @font-face {
    font-family: 'National 2';
    src: url('fonts/National2-Bold.otf') format('opentype');
    -webkit-font-smoothing: antialiased;
    font-weight:bold;
    font-style: normal;
    font-variant: normal;
  }
  @font-face {
    font-family: 'National 2';
    src: url('fonts/National2-Bold.otf') format('opentype');
    -webkit-font-smoothing: antialiased;
    font-weight:700;
    font-style: normal;
    font-variant: normal;
  }
    @font-face {
    font-family: 'National 2';
    src: url('fonts/National2-Medium.otf') format('opentype');
    -webkit-font-smoothing: antialiased;
    font-weight:500;
    font-style: normal;
    font-variant: normal;
  }
  @font-face {
    font-family: 'National 2';
    src: url('fonts/National2-Extrabold.otf') format('opentype');
    -webkit-font-smoothing: antialiased;
    font-weight:800;
    font-style: normal;
    font-variant: normal;
  }

  @font-face {
    font-family: 'National 2 Condensed';
    src: url('fonts/National2Condensed-Light.otf') format('opentype');
    -webkit-font-smoothing: antialiased;
    font-weight:350;
    font-style: normal;
    font-variant: normal;
  }

  @font-face {
    font-family: 'National 2 Condensed';
    src: url('fonts/National2Condensed-Regular.otf') format('opentype');
    -webkit-font-smoothing: antialiased;
    font-weight:normal;
    font-style: normal;
    font-variant: normal;
  }

  @font-face {
    font-family: 'National 2 Condensed';
    src: url('fonts/National2Condensed-Medium.otf') format('opentype');
    -webkit-font-smoothing: antialiased;
    font-weight:500;
    font-style: normal;
    font-variant: normal;
  }

    @font-face {
    font-family: 'National 2 Condensed';
    src: url('fonts/National2Condensed-Bold.otf') format('opentype');
    -webkit-font-smoothing: antialiased;
    font-weight:700;
    font-style: normal;
    font-variant: normal;
  }

  @font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Regular.otf') format('opentype');
    -webkit-font-smoothing: antialiased;
  }

html{
  height:100%;
  background-color:#fff;
}

body {
  font-family: 'National 2', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color:#000;
  outline:none;
  background-color: #fff;
  padding: 0;
  margin: 0;
  height:100%;
}
  

img {
/*   max-width:100%; */
  height:auto;
}

.block img{
  max-width:100%;
}

body.front .main-content img{
  max-width:100%;
  height:auto;
}

img.page_header_image{
  width:100%;
  margin-bottom:-4px;
}

.sidebar-left-container ul.menu li {
    margin: 0 0 0 0;
}

.sidebar-left-container li.leaf {
    list-style-type: none;
    list-style-image: none;
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}
.sidebar-left-container .item-list ul li {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.row.body-sidebar {
    display: flex;
    flex-direction: row-reverse;
    flex-grow:1;
}

.dynamic-menu {
  text-align:right;
  z-index:99;
  position:relative;
}

.navbar ul.menu {
  display:inline-block;
  vertical-align:top;
  margin:0;
  list-style:none;
  text-align:right;

}

.navbar ul.menu li {
  /* float:left; */
  /* margin:0 7px 0 0; */
  list-style-type:none;
  list-style-image:none;
  /* padding:0 7px 0 0; */
  /* line-height:14px; */
}

.navbar ul.menu a,
.navbar ul.menu a:active,
.navbar ul.menu a:visited {
  color: #000;
  font-size:9pt;
  text-decoration:none;
  text-transform:uppercase;
}
.navbar ul.menu ul.menu a,
.navbar ul.menu ul.menu a:active,
.navbar ul.menu ul.menu a:visited {
  text-shadow: none;
}
.navbar ul.menu a:hover {
  text-decoration:none;
  color: #fff;
  background-color: #e4002b;
}

.nav-collapse, .nav-collapse.collapse {
  height:auto;
  overflow:visible;
}

.nav_bars_wrap{
  background-color:#e4002b;
}

div.logo{
  display: block;
  z-index: 99;
  padding: 20px 20px 10px 10px;
  background-image: url(images/bar_vert.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 3.5px;
}
div.logo img.logo {
    max-width: 200px;
}
body.corpadmin_dashboard div.logo{
  padding:23px;
}

h1#site-name {
    margin: 0;
    padding: 0;
}

/* Style search block */
div#search-block-form {
    position: absolute;
    right: 0;
    top: -36px;
    width: 300px;
}

body.front div#search-block-form {
    position: absolute;
    right: 0;
    top: calc(1vw*-24);
    width: 300px;
}

/* Style search results */
.search-result-wrapper {
    display: flex;
    padding:4px;
    margin-bottom: 14px;
    gap:14px;
}

.search-result-wrapper:nth-child(even) {
  background-color: #d7d7d761;
}

.search-result-wrapper .image {
    display: flex;
    margin-right: 10px;
    flex-grow: 0;
    min-width: 80px;
    align-items: flex-start;
    justify-content: center;
}
.search-result-wrapper .title {
    font-size: 18px;
}


body.front h1#page-title {
  display:none;
}

body.front div.breadcrumb {
  display:none;
}

div#name-slogan {
  margin-left: 16px;
  margin-right: 26px;
}


h1#site-name a{
    text-decoration: none;
    font-family: "National 2 Condensed", sans-serif;
    font-weight: 700;
    font-size: 55px;
    /* text-transform: uppercase; */
    font-stretch: normal;
    color: #fff;
    padding-top: 10px;
    padding-left: 16px;
    display: block;
  }
h1#site-name a span.word_1 {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-family: 'open-sans', sans-serif;
    font-size: 66px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom:-10px;
  }
h1#site-name a span.word_1 span.substr_2 {
    color:#e6e6e6;
}

h2#site-slogan {
    font-size: 26px;
    text-transform: uppercase;
    color: #e4002b;
    padding: 0;
    padding-right: 5px;
    text-align: right;
    margin-top: -10px;
    margin: 0;
    margin-top: -8px;
    letter-spacing: 4px;
  }

@media(max-width:600px) {
h1#site-name a span.word_1 {
    font-size: 60px;
  }
}

.site_name_wrap {
  display:inline-block;
  vertical-align:middle;
  padding:0 0 0 30px;
}

div#topheader .block-region{
  margin-top:0;
  margin-bottom:0;
}

div#header .block-region{
  margin-top:0;
  margin-bottom:0;
}

.page_header{
    border: 0;
    padding: 0;
    width: 100%;
    /* min-height: 120px; */
    position: relative;
    background-color: #e4002b;
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

body .page_header{
    background-color:#e4002b;
}


.page_header #name-slogan{
  background:transparent;
}
.home_anon_landing img {
  width:100%;
}

.page_header_bg {
  width:100%;
}

.navbar-primary{
  overflow:visible;
  z-index:100;
}

.navbar-primary .nav > li > a{
  color:#DCDCDC;
  text-shadow:none;
}
.navbar-primary.navbar-inverse .navbar-inner{
  border-style:none;
  background-image: none;
  background-repeat: repeat-x;
  border-color: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .nav li a{
    padding-top:4px;
    padding-bottom:4px;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}


div.container{
  clear:both;
}
.container.container_body {
    margin-top: 0;
    background:#ffffff;
    flex-grow:1;
    display: flex;
    flex-direction: column;
}
.container.container_body::before {
    /* content: ""; */
    height:10px;
    margin-bottom:-10px;
    position: relative;
    width:100%;
    z-index:11;
    background-image: url(images/main_content_top_shadow.png);
    background-repeat-y: no-repeat;
}
/*body.sidebar-none .container.container_body{
  padding-left:10px;
  padding-right:10px;
}*/

div.mainpage{
  margin-left:auto;
  margin-right:auto;
  height:100%;
  display: flex;
  flex-direction: column;
}

a, a:active, a:visited {
  color:#e4002b;
  text-decoration:none;
}

a:hover {
  text-decoration:none;
}

div.sidebar-right .block{
  padding:10px;
  background:#eeeeee;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left:0;
}

html.js fieldset.collapsed {
  height: 30px;
}
legend{
  line-height:20px;
}


/* ================================================================================= */
/* Style menu blocks in main content */
/* ================================================================================= */
.content-left-right-container {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
div.main-content div.contentleft{
  width: 46%;
}
div.main-content div.contentright{
  width: 46%;
}


div.main-content .block-menu{
  background-color:transparent;
}

div.main-content * a{
  text-decoration:none;
}

div.main-content div.block-menu ul{
  list-style-image:none;
  list-style:none;
  list-style-type:none;
  padding:0;
  margin:0;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

div.main-content .block-menu ul li
{
  list-style-image:none;
  list-style:none;
  list-style-type:none;
  padding:0;
  margin:0;
  display:inline;
  width:130px;
  height:90px;
}

div.main-content .block-menu ul li a{
  display:block;
  float:left;
  margin:0;
  margin-left:2px;
  margin-left:2px;
  margin-bottom:4px;
  text-align:center;
  font-weight:bold;
  font-size:12px;
  line-height:14px;
  text-transform:uppercase;
  text-shadow:0 0 10px #000;
  width:110px;
  height:75px;
  color:#FFFFFF;
  background-color:#5E4A49;
  white-space:pre-wrap;
  padding-top:14px;
  padding-left:2px;
  padding-right:2px;

}

td.pg-content-main .block-menu ul li li{
  display:none;
}

h1.title {
  color: #000;
  text-decoration: none;
  font-family: 'National 2', sans-serif;
  font-weight:normal;
  font-style: normal;
  font-size: 36pt;
  letter-spacing: var(--spacing);
  text-transform: uppercase;
  font-weight: 700;
  font-stretch: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-transform:uppercase;
  text-align:center;
  margin:4px;
  letter-spacing:3px;
}

body.product h1.title,
body.prod_cimg h1.title,
body.prod_notax h1.title
{
  font-size:36pt;
  letter-spacing:0;
}


#block-menu-menu-menu-home-page-content{
  margin-bottom:30px;
}

/* ================================================================================= */
/*  status messages, pages and such */
/* ================================================================================= */
.preview {
    background-color: #808080;
    border: 1px solid #303030;
    padding:10px;
    padding-top:2px;
  }

.alert {
    background-color: #fff;
    border: 1px solid #b8d3e5;
    color:#000;
  }

div.alert{
  margin:10px;
  border-width:2px;
  font-size:1.1em;
  padding:4px;
  padding-left:10px;
  padding-right:10px;
  border-radius: 12px;
  -moz-border-radius: 12px;
}

div.alert {
  color:#448800;
  border-color:#448800;
  background-color:#ECFFEC;
}

div.alert a{
  color:#db1835;
}

div.alert-warning {
  color:#000;
  border-color:#C69800;
  background-color:#FFFFD0;
}

div.alert-error{
    color: #A30000;
    border-color:#A30000;
    background-color: #FFCCCC;
  }

tr.error {
    color: #A30000;
    background-color: #FFCCCC;
}
.form-item{
  margin-top:0;
  margin-bottom:0;
}
div.webform-component{
  margin-bottom:4px;
  border-style:solid;
  border-color:rgba(255,255,255,0.3);
  border-width:1px;
  padding:2px;
  padding-bottom:0;
}


.form-item input.error, .form-item textarea.error {
    border: 1px solid #c52020;
    color: #363636;
  }


/* Store profiles */
section.block-umi_store_profile{
  color:#000000;
}

body.store .main-content h2{
    color: #000;
    font-family: 'National 2', sans-serif;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: var(--spacing);
    margin:0;
}
body.store .main-content h2 div.subheading{
    font-family: 'National 2', sans-serif;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: normal;
    margin-top: -6px;
}

body.store .main-content article{
   margin-top:20px;
   font-family: 'National 2 Condensed', sans-serif;
   font-weight:500;
}
body.store .main-content .content{
    margin-bottom:40px;
}



body.store #contentfooter .content{
  display: block;
  width:100%;
/*  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;*/
}
body.store #contentfooter section{
  padding:20px;
}
body.store #contentfooter section.block-umi_segcount{
  padding:0;
}
body.store #contentfooter section.block-umi_segcount div.content{
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}


body.store section#block-umi_store_profile-10{
  text-transform:uppercase;
}

body.store #contentfooter section#block-umi_store_profile-4{
  padding-right:0;
}
body.store #contentfooter section.block-rtp_school_data .content {
  justify-content: flex-start;
}
body.store #contentfooter section.block-rtp_school_data .content a{
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight:normal;
}
body div.schooldata.legal {
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight:normal;
  font-size: 12px;
  margin-bottom:14px;
  display:block;
}
body.store #contentfooter section.block-rtp_school_data .content table {
    max-height: 200px;
    width: 100%;
    max-width: 100%;
    overflow:hidden;
    overflow-y: scroll;
    display: block;
    border-style: solid;
    border-width: 1px;
    font-size:12px;
}
body.store #contentfooter section.block-rtp_school_data .content table th{
    width:1%;
}
body.store #contentfooter section.block-rtp_school_data .content table td{
    white-space:nowrap;
}

body.store fieldset.collapsed {
    height: auto;
    padding: 4px;
}
body.store fieldset.collapsed legend a,
body.store fieldset.collapsible legend a
{
    color:#000;
}

/* Unit Pictures     = 4 */
/* Unit/Field Photos = 8 */
section#block-umi_store_profile-4,
section#block-umi_store_profile-8
{
  width:100%;
  min-width:340px;
}

table.segmentation-counts tr.column-title td{
  background-color: #fff;
}

table.segmentation-counts{
  font-family: 'National 2 condensed', sans-serif;
  font-weight: normal;
  font-size:18px;
  margin-bottom:10px;
  width: 46%;
  margin: 6px;
  color:#59595c;
}
table.segmentation-counts .negative.linkbox{
    font-family: 'National 2 Condensed', sans-serif;
    font-weight: 500;
    color: #fff;
}
table.segmentation-counts .negative.linkbox a{
    display:block;
}


@media (max-width: 600px) {
  table.segmentation-counts{
    margin-bottom:20px;
    width: 96%;
    float: none;
    margin: 6px;
  }
  div.main-content div.contentleft{
    width: 96%;
  }
  div.main-content div.contentright{
     width: 96%;
  }
}

section.block-umi_store_profile h2.title,
section#block-views-store_notes_for_store-block_1 h2.title,
section#block-umi_segcount-0 h2.title,
section#block-views-3a93dd02d35425554daedcb51180a1f0 h2.title
{
  color:#FFF;
  margin-top:0;
  padding-top:0;
  margin-bottom:0;
  padding-left:4px;
}

section#block-uc_cart-0 {
    margin-bottom: 40px;
}
.cart-block-title-bar {
    display: flex;
    justify-content: space-between;
}

section#block-umi_segcount-0 h2 {
    text-align: center;
    letter-spacing:3px;
}
div.profile_edit_link{
    display: block;
    right: 4px;
    margin: 0;
    padding: 0;
    text-align: right;
    margin-right: 30px;
}

div.field-field-store-profile-link a{
  display:block;
  border-top-style:dotted;
  border-top-width:1px;
  border-top-color:#808080;
}


div.field-field-opportunities div.field-items div.field-item,
div.field-field-trade-area div.field-items div.field-item,
div.field-field-objectives div.field-items div.field-item
{
  display:block;
  width:100%;
  border-top-style:dotted;
  border-top-width:1px;
  border-top-color:#808080;
}
section#block-umi_store_profile-6.field-field-opportunities div.field-items div.field-item.even,
section#block-umi_store_profile-6.field-field-trade-area div.field-items div.field-item.even,
section#block-umi_store_profile-6.field-field-objectives div.field-items div.field-item.even
{
  background-color:#eeeeee;
}

section#block-umi_store_profile-6.panel-display div#block-umi_store_profile-5 div.content
{
  text-align:center;
  padding-top:20px;
  overflow:hidden;
}
section#block-umi_store_profile-6.panel-display div#block-umi_store_profile-5 div.content img
{
  border-width:1px;
  border-color:#F38120;
  border-style:solid;
}

/* GMAP */
section#block-umi_store_profile-6 div.content
{
  text-align:center;
  padding:3px;
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
}


section#block-umi_store_profile-6 div.content a.map_link{
  color:#fff;
  text-decoration:none;
  font-size:14px;
}
section#block-umi_store_profile-6 div.content a.map_link:hover,
section#block-umi_store_profile-6 div.content a.map_link:active
{
  color:#b81237;
}

section#block-umi_store_profile-6,
section#block-umi_store_profile-6.block-node
{
  width:auto;
}

section#block-umi_store_profile-6.field-field-unit-pics{
  display:block;
  overflow:auto;
  white-space:nowrap;
}


body.store .block-umi_store_profile div#gmap_canvas {
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: solid;
    margin-left: 0;
    margin-right: 0;
    width:100%;
    height:280px;
}

/* IE <= 7 */
*div.field-field-unit-pics{
  white-space:normal;
}

div.panel-display div.view-store-notes-for-store td.views-field-created{
  white-space:nowrap;
}

body.store div.links{
  display:none;
}


/* Style Segmentation counts */
section.block-umi_segcount{
  display:block;
}
section.block-umi_segcount tr.segment-title{
  border-top-color:#231f20;
  border-top-width:1px;
  border-top-style:solid;
  border-bottom-color:#231f20;
  border-bottom-width:1px;
  border-bottom-style:solid;
  padding:0px;
  margin:0px;
  background-color:#231f20;
  color:#fff;
}
section.block-umi_segcount tr.segment-title td{
  font-family: 'National 2', sans-serif;
  font-size:1.2em;
  font-weight:500;
  padding: 4px;
  padding-top: 6px;
  padding-left: 8px;
}

section.block-umi_segcount tr.column-title{
  border-top-color:#59595c;
  border-top-width:0;
  border-top-style:solid;
  border-bottom-color:#59595c;
  border-bottom-width:2px;
  border-bottom-style:solid;
  padding:0px;
  margin:0px;
  background-color:#FFFFFF;
}
section.block-umi_segcount tr.column-title td{
  padding:0px;
  margin:0px;
  padding-left:4px;
  font-weight:normal;
  color:#59595c;
  height: 26px;
}

div.ahah-progress{
  display:block;
  float:none;
  clear:both;
}

.cart-block-summary {
    color: #A0A0A0;
    font-family: 'Brandon Grotesque Medium', sans-serif;
    font-weight: normal;
}

section#block-menu-menu-menu-home-page-content h2{
  display:none;
}

#search-theme-form label{
  display:none;
}
#search-theme-form div{
  display:inline-block;
  margin-top: 4px;
}
#search-theme-form input#edit-search-theme-form-1{
    width: 200px;
    font-size: 16px;
    border-style: none;
    border-radius: 6px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -4px;
    padding: 4px;
}
#search-theme-form input.form-submit{
    display: block;
    position: relative;
    top: -35px;
    right: -155px;
    border-style:none;
    background-color:#fff;
}

input#edit-search-block-form-1{
  width:224px;
}

.form-item {
  padding-bottom:15px;
}

.form-item:last-child {
  padding-bottom:15px;
}

.form-checkboxes {
  margin: 1em 0 0 0;
} 
.form-checkboxes .form-item {
  padding-bottom:6px;
}
.form-checkboxes .form-item:last-child {
  padding-bottom:0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0;
}

/* ================================================================================= */
/* Style menu blocks in main content */
/* ================================================================================= */

ul.uc-categories {display: flex;flex-wrap: wrap;flex-direction: row;margin: 0;padding: 0;padding-top: 20px;justify-content: center;margin-left: auto;margin-right: auto;}
li.uc-category {
    list-style: none;
    list-style-image: none;
/*     flex: 1; */
}
ul.uc-categories li.uc-category a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    margin: 15px;
    padding-left: 4px;
    padding-right: 4px;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background-color .5s, color .5s;
    -webkit-transition: background-color .5s, color .5s;
    color: #000;
    border-width: 1px;
    border-color:#e4002b;
    border-style:solid;
    border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #e4002b;
    color: #fff;
    min-height: 90px;
    width: 20vw;
    max-width: 300px;
}
ul.uc-categories li.uc-category a:hover {
    background-color:#fff;
    color: #000;
    border-color:#e4002b;
}

td.qty input{
  width:30px;
}

.block-umi_custom_landing {
  position:relative;
}

.row .sidebar-left-container {
  display: flex;
  flex-direction: row-reverse;
  overflow: visible;
  min-height:0;
  width:340px;
  background-color:#848282;
 -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

body.sidebar-left-collapsed .row .sidebar-left-container {
  width: 34px;
 -webkit-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
}
.sidebar-left-handle {
    background-color: #fff;
    width: 34px;
}
.sidebar-left-handle:hover{
    cursor:pointer;
}

.menu-show-hide {
    transform: rotate(90deg);
    margin-top: 14px;
    color: #ffffff;
    font-family: 'National 2 condensed', sans-serif;
    letter-spacing: var(--spacing);
    font-weight: 700;
    font-stretch: normal;
    padding: 0;
    font-size: 14pt;
    letter-spacing: 1px;
    text-transform:uppercase;
    white-space:nowrap;
    margin-right: 3px;
}
.menu-show-hide:hover{
    cursor:pointer;
}
body.sidebar-left .menu-show-hide-arrow{
    display:block;
    width: 22px;
    height: 22px;
    background-image: url('images/bucket_navbar.svg');
    background-position:center center;
    background-size: contain;
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;
    margin-top: 10px;
}
body.sidebar-left-collapsed .menu-show-hide-arrow{
  z-index:999;
  transform: scaleX(-1);
}

.row .sidebar-left {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding:14px 20px 14px 20px;
  position:relative;
  z-index:10;
  background-color:#fff;
  color:#000;
  margin-top:0;
  text-transform:uppercase;
}



@media(min-width:1199px) {
  div.sidebar-left section.block h2,
  div.sidebar-left section.block-jquerymenu h2,
  div.sidebar-left section.block h2 a,
  div.sidebar-left section.block-jquerymenu h2 a
  {
    color:#000;
  }
}


@media(max-width:1199px) {
  .row.body-sidebar {
      flex-direction: column;
  }
  .body-sidebar .sidebar-left{
    background-color:#ababab;
    color:#fff;
  }
}



.row .sidebar-left section#block-block-61{
  margin-top:4px;
  margin-bottom:20px;
  border-bottom-style:none;
}

.row .sidebar-left section{
  margin-top:10px;
  margin-bottom:4px;
}

.row .span3 a,
.row .span3 a:active,
.row .span3 a:visited {
  text-decoration:none;
}

.row .span3 a:hover,
.row .span3 a.active {
  text-decoration:none;
  color:#e4002b;
}

.span3 .block > h2 {
  margin:0;
  font-family: "National 2 Condensed";
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  letter-spacing: var(--spacing);
  text-transform: uppercase;
}

/*.span3 .block > h2 a, .span3 .block > h2 a:active, .span3 .block > h2 a:visited {
  font-weight:bold;
}*/

.span3 .block > .content > .menu {
  color: #fff;
  margin-bottom: 10px;
}

.span3 .block > .content {
  position:relative;
}


.span3 .block > .content > .menu a,
.span3 .block > .content > .menu a:active,
.span3 .block > .content > .menu a:visited {
  font-family: 'National 2', sans-serif;
  font-weight:normal;
  text-transform:none;
  font-weight:normal;
  color:#000;
  font-size:14px;
  line-height:16px;
  display:block;
  padding:2px;
/*   padding-top:4px; */
}

.span3 .block > .content > .menu a.active,
.span3 .block > .content > .menu li.active > a
 {
  color:#fff;
  background-color:#e4002b;
}


.span3 .block > .content > .menu a:hover {
  text-decoration:none;
  color:#fff;
  background-color:#e4002b;
}

@media(max-width:1199px) {
  .span3 .block > .content > .menu a,
  .span3 .block > .content > .menu a:active,
  .span3 .block > .content > .menu a:visited {
    color:#fff;
    font-weight:bold;
  }
  .span3 .block > .content > .menu a:hover {
    text-decoration:none;
    color:#808080;
    background-color:transparent;
  }
  .row .span3 a:hover,
  .row .span3 a.active {
    text-decoration:none;
/*     color:#fff; */
  }
}

.not-logged-in .row .span3 .block-user {
  padding-top:15px;
}

.not-logged-in .row .span3 .block-user > h2 {
  display:none;
}

.row .span3  ul.jquerymenu li span, ul.jquerymenu li span.parent {
    position: absolute;
    margin-left: -15px;
    margin-top: 4px;
    width: 9px;
    height: 9px;
    display: block;
}

.row .span3 ul.jquerymenu li {
  list-style:none;
  list-style-image:none;
  list-style-type: none;
  margin: 0 0 0 0;
}


.row .span3  ul.jquerymenu li span{
  background-image:url('images/menu-leaf.png');
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.row .span3  ul.jquerymenu span.open{
  background-image:url('images/menu-expanded.png');
}
.row .span3  ul.jquerymenu span.closed{
  background-image:url('images/menu-collapsed.png');
}

.not-logged-in .row .span3  #user-login-form {
  text-align:right;
}

.not-logged-in .row .span3  #user-login-form .form-item {
  text-align:left;
}

.not-logged-in .row .span3  #user-login-form label {
  text-transform:uppercase;
}

.not-logged-in #user-login-form input[type="text"],
.not-logged-in #user-login-form input[type="password"] {
  border:0;
  margin:0;
  box-shadow:inset 0 0 3px 0px rgba(0, 0, 0, .5);
  padding:5px;
  width:100%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

.not-logged-in #user-login-form input[type="submit"] {
  display:inline-block;
  vertical-align:top;
  margin:0;
  border:2px solid #000;
  background:#162f6a;
  color:#fff;
  text-transform:uppercase;
  font-size:9pt;
  line-height:25px;
}

.not-logged-in #user-login-form input[type="submit"]:hover {
  color:#162f6a;
  background:#fff;
  cursor:pointer;
}

.not-logged-in #user-login-form .item-list ul {
  padding:0;
}

#search-block-form > div > .container-inline {
  position:relative;
}

#search-block-form > div > .container-inline > .form_item {
  position:relative;
  z-index:9;
}

#search-block-form label {
  display:none !important;
}

#search-block-form input.form-submit,
#search-block-form2 input.form-submit
 {
  top:0;
  right:0;
  z-index:10;
  width:24px;
  height:100%;
  margin:0;
  border:0;
  direction:ltr;
  text-align:left;
  text-indent:-9999px;
  background:url('images/search_icon.png') no-repeat center center #808080;
}

#search-block-form input.form-submit:hover {
  background-color:#162f6a;
  cursor:pointer;
}

.block-masquerade input[type="text"] {
  border:0;
  margin:0;
  box-shadow:inset 0 0 3px 0px rgba(0, 0, 0, .5);
  padding:5px;
  background-image:none !important;
  width:80%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}


footer.footer {
  display: flex;
  align-items: center;
  align-content: center;
  justify-items: center;
  justify-content: flex-end;
  min-height: 20px;
  padding: 8px;
  background-color: #fff;
  background-image: url(images/footer_bkg.svg);
  background-size: 1600px;
  background-repeat: repeat-y;
  font-size: 12px;
}

.footer p {
  text-align:center;
  margin:0;
  padding:0;
}

.footer a, .footer a:active, .footer a:visited {
  color: #000;
  font-weight:normal;
  text-decoration:none;
}

.footer a:hover {
  text-decoration:none;
}


.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.span9.main-content {
  padding:0 20px 30px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.front .span9.main-content {
  padding:0;
}
body.front .span12.main-content {
  padding:0;
}

body.front.anon .span9.main-content {
  padding-left: 10px;
  padding-right: 10px;
}

body.front.anon .span12.main-content {
  padding:0;
  padding-left: 10px;
  padding-right: 10px;
}


body.front .container.container_body{
  background-color: #fff;
}

.span9.main-content a, .span9.main-content a:active{
  color:#e4002b;
}

.span9.main-content a:hover {
  text-decoration:none;
}

div.what_new {
  margin-left:0 !important;
  text-align:center;
}

div.what_new a {
  display:inline-block;
  vertical-align:top;
}

#block-menu_block-4 > a {
  text-decoration:none !important;
}

div#contentfooter .block-menu_block div.content div.calendar-icon_mobile {
  display:none !important;
  background-color: #eee;
    border-radius: 9px;
    -moz-border-radius: 9px;
    box-shadow: inset 0px 0px 8px rgba(0,0,0,0.6);
    -webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.6);
    padding: 6px;
    margin:15px auto 7px auto;
    max-width: 507px;
    position: relative;
    left: -4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div#contentfooter .block-menu_block div.content div.calendar-icon_mobile p {
  text-align:center;
  margin:0;
  padding:0;
  font-size:12pt;
  line-height:1em;
  color:#000;
}

div#contentfooter .block-menu_block div.content div.calendar-icon_mobile span {
  display:inline-block;
  vertical-align: middle;
  font-weight:bold;
  color:#000;
}
div#contentfooter .block-menu_block div.content div.calendar-icon_mobile span:last-child {
  padding-left:10px;
}
div#contentfooter .block-menu_block div.content div.calendar-icon_mobile p.cal_label {
  text-align:center;
}

.nav_bars_wrap {
  display:none;
  text-align:right;
  padding:10px 10px 10px 0;
}

.nav_bars {
  display:inline-block;
  vertical-align:top;
  width:20px;
  height:14px;
  background:url(images/nav_bars.png) no-repeat;
}

.nav_bars:hover {
  cursor:pointer;
}

body h3.pg-title {
  background-size:cover;
}

#user-login-form .item-list {
  padding:10px 0 0 0;
  margin:0;
  list-style:none;
}


#user-login-form .item-list li {
  padding:0;
  margin:0;
  list-style:none;
}



div.video-js{
  margin-top:30px;
}

body div#contentfooter .block-menu_block div.content,
body div#contentfooter div.block-umi_uc_catalog_block div.content,
body div#contentfooter div#block-umi_uc_catalog_blocks-0 div.content
{
      display:none;
      border-collapse:separate;
      overflow:hidden;
  }
body div#contentfooter div#block-menu_block-4 div.content{
  display:block;
}
body div#contentfooter div#umi_uc_catalog_block_3337 div.content{
  display:block;
}


 #contentfooter .block-umi_uc_catalog_block ul {
  height:auto;
  overflow:auto;
  display:block !important;
 }



div.calendar_icon div.label {
  margin-top:0 !important;
  position:relative;
  top:-32px;
}


.keydates .slide {
  height:147px !important;
}
.keydates .desc, div#contentfooter div.block-menu_block div.content .keydates .desc {
  padding-top:5px !important;
}

.keydates_wrapper {
  height:auto;
  overflow:auto;
  width:674px;
  margin:0 auto;
}

div.calendar_icon {
  width:auto !important;
  margin-right:34px !important;
}

section#block-menu_block-4 div.menu-level-1 ul.menu {
  width:681px;
  margin:0 auto;
  height:auto;
  overflow:auto;
}

section#block-menu_block-4 div.menu-level-1 ul.menu li {
  float:left !important;
}

@media all{
    .span2.pull-left {
        float: left !important;
        width: 30% !important;
    }
}
@media all and (min-width: 740px)  {
    .span2.pull-left {
        float: left !important;
        width: 10% !important;
    }
}

@media all{
    .span9.pull-left {
        float: left !important;
        width: 70% !important;
    }
}

@media all{
    .pull-right {
        float: right !important;
        width: 20% !important;
    }
}

@media all and (max-width: 400px)  {
    table.sticky-table {
        zoom:80%;
    }
    form#uc-cart-checkout-form,
    table.order-review-table{
        zoom:70%;
    }
    div.alert{
      zoom:70%;
    }
}



@media (max-width: 1200px) {
  body.sidebar-left-collapsed .row .sidebar-left-container {
    width: 100%;
  }
  .row .sidebar-left-container {
    width: 100%;
  }
  .row .sidebar-left {
    width: 100%;
  }
  .sidebar-left-handle {
      display:none;
  }
  body.not-logged-in .span3 h2 {
    text-align:center;
  }
  .home_anon_landing {
    text-align:center;
  }
  .home_anon_landing img {
    width:500px;
    max-width:100%;
  }
  table.cart-block-summary {
      color: #fff;
  }

}


@media(max-width:980px) {
  .site_name_wrap {
    display:block;
    padding:20px 15px 0 15px;
  }
}

@media(max-width:800px) {
  .navbar ul.menu li {
    float:none;
    margin:0;
    padding:0;
    border-right:0;
    padding-bottom:4px;
    text-align:center;
  }
}


@media(max-width:775px) {
  section#block-menu_block-4 div.menu-level-1 ul.menu li {
    float:none !important;
    display:inline-block;
    vertical-align:top;
  }
  section#block-menu_block-4 div.menu-level-1 ul.menu {
    width:auto;
    text-align:center;
  }
  ul.uc-categories li.uc-category a {
      width: 25vw;
  }
}

@media(max-width:700px) {
  body.front.not-logged-in .span9.main-content {
    background:none;
    min-height:1px;
  }
  .page_header {
    height:auto;
    padding-top: 30px;
  }
}

@media all and (max-width: 600px)  {
    div.tabs-wrapper {
        zoom:80%;
    }
    ul.uc-categories li.uc-category a {
        width: 40vw;
    }
}


@media all and (max-width: 450px)  {
    ul.uc-categories li.uc-category a {
        width: 35vw;
    }
}
@media all and (max-width: 360px)  {
    ul.uc-categories li.uc-category a {
        width: 86vw;
    }
}

* Theme category grid products */
  div.category-grid-products td{
  text-align:left;
  margin:0;
  padding:0;
  font-size:12px;
  background-color:transparent;
}



div.category-grid-products tbody,
div.category-grid-products table.product tbody{
  border:none;
}
div.category-grid-products table.product .catalog-grid-title{
  text-align:left;
}
div.category-grid-products table.product td{
  text-align:left;
  padding:0px;
  padding-left:10px;
  padding-bottom:4px;
  margin:0px;
}
div.category-grid-products table.product td.product-image{
  text-align:left;
  padding:4px;
  margin:0px;
  margin-top:10px;
  padding-top:10px;
  width:164px;
}
div.category-grid-products table.product td.product-info{
  text-align:left;
  padding:4px;
  margin:0px;
  margin-top:10px;
  padding-top:10px;
  width:80%;
}
div.category-grid-products table.product td.product-info div{
  padding-top:8px;
}

.catalog-grid-stock-disclaimer.zero-stock,
.stock-disclaimer.zero-stock {
    color: #e4002b;
    font-size: 12px;
}

div.category-grid-products table.product td.product-info b{
/*   display:inline-block; */
  margin-right:4px;
  width:60px;
}
div.category-grid-products table.product span.catalog-grid-title a{
  text-align:left;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
}
div.category-grid-products table.product td span.catalog-grid-title{
  padding-top:10px;
  text-decoration:none;
  color:#000;
  text-align:left;
}
div.category-grid-products span.catalog-grid-ref{
  font-size:1.2em;
  text-align:left;
  width:330px;
  padding-bottom:6px;
}
div.category-grid-products div.catalog-grid-image{
  text-align:left;
}
div.category-grid-products div.catalog-grid-image-wrapper{
  text-align:center;
/*   width:165px; */
}
div.category-grid-products div.catalog-grid-image-wrapper a{
  font-size:10px;
  text-decoration:underline;
  padding:10px;
}
div.category-grid-products span.catalog-grid-teaser{
  text-align:left;
  width:330px;
  padding-bottom:10px;
}
div.category-grid-products div.catalog-grid-sell-price{
  text-align:left;
}
div.category-grid-products table.product div.product_link{
  display:block;
  margin-top:10px;
}
div.category-grid-products table.product div.product_link a{
  font-weight:bold;
  font-size:14px;
  text-decoration:underline;
}

div.category-grid-products form{
  text-align:left;
  width:330px;
}
div.category-grid-products > table {
    width: 100%;
}
div.category-grid-products table, div.category-grid-products td{
  border:none;
  padding:0;
}

div.category-grid-products table.product{
    border-top-style: dotted;
    border-top-width: 2px;
    border-top-color: #000;
    border-collapse:separate;
    padding-top:20px;
}
div.category-grid-products table tr:first-child table.product{
    border-top-style: none;
}

div.category-grid-products table.product-grid,
div.category-grid-products table.product
{
  width:100%;
}

/* style swf preview and buttons */
div#swf-preview-wrapper {
    text-align: center;
}

div#swf-controls{
  margin-top:10px;
  margin-bottom:10px;
}
div#swf-controls ul{
  padding:0;
}
div#swf-controls li{
  list-style:none;
  list-style-type:none;
  display:inline-block;
}


div#swf-controls a{
  border-style:solid;
  border-width:2px;
  border-color:#751C26;
  padding-left:4px;
  padding-right:4px;
  background-color:#162f6a;
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
}
div#swf-controls a:hover{
  background-color:#FFFFFF;
  color:#162f6a;
}


/* Style messages */
div.messages{
  margin:10px;
  padding:6px;
  border-width:1px;
  border-radius:3px;
  border-style:solid;
  border-color:#808080;
  background-color:#eee;
}
div.messages.status{
  border-color:#669933;
  background-color:#CCFF99;
  color:#000;
}
div.messages.warning{
  border-color:#FFCC00;
  background-color:#FFFFCC;
  color: #000;
}
div.messages.error{
  border-color: #ac0000;
  background-color: #FFB8B8;
  color: #000;
}

/* Style store selection list */
form select#edit-attributes-10{
    float:none;
}

form select#edit-attributes-10 option,
div.webform-component-select option
 {
    font-family: monospace;
    font-size:14px;
}
div#edit-attributes-10-wrapper {
    margin-bottom: 14px;
}

/* Style drag and drop images */

/* style cimg options */

div.field-field-cimg-opt-1,
div.field-field-cimg-opt-2,
div.field-field-cimg-opt-3,
div.field-field-cimg-opt-4,
div.field-field-cimg-opt-5,
div.field-field-cimg-set-image
{
  display:block;
  overflow:hidden;
  width:auto;
  height:auto;
  margin:0;
  padding:0;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  border: 1px solid #000066;
  width: calc(90vw - 400px);
}
@media (max-width: 1200px) {
div.field-field-cimg-opt-1,
div.field-field-cimg-opt-2,
div.field-field-cimg-opt-3,
div.field-field-cimg-opt-4,
div.field-field-cimg-opt-5,
div.field-field-cimg-set-image
  {
    width: 80vw;
  }
}



div.field-field-cimg-opt-1 div.field-items,
div.field-field-cimg-opt-2 div.field-items,
div.field-field-cimg-opt-3 div.field-items,
div.field-field-cimg-opt-4 div.field-items,
div.field-field-cimg-opt-5 div.field-items,
div.field-field-cimg-set-image div.field-items
{
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    padding-bottom:20px;
}

div.field-field-cimg-opt-1 div.field-items div,
div.field-field-cimg-opt-2 div.field-items div,
div.field-field-cimg-opt-3 div.field-items div,
div.field-field-cimg-opt-4 div.field-items div,
div.field-field-cimg-opt-5 div.field-items div,
div.field-field-cimg-set-image div.field-items div
{
  display:inline-block;
  margin:0;
  padding:0;
}

fieldset div.fieldset-wrapper div.description{
  display:block;
  margin-bottom:14px;
}


.current-option-info{
  color:#3399CC;
  font-weight:bold;
}
img.ui-draggable{
  white-space: nowrap;
  overflow:auto;
  display:inline-block;
  margin:4px;
  padding:0px;
  border-style:solid;
  border-color:#020888;
  border-width:1px;
  -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

img.ui-draggable:hover{
  border-color:#FFFF00;
}

div.field-items div.field-item {
    display: block;
}

body.store div.field-items div.field-item{
  display: list-item;
  list-style-type: none;
}

div.qty-discount{
  margin-bottom:14px;
}


table.category td.category{
/*  text-transform:uppercase;*/
  text-align:center;
  padding-bottom: 20px;
}

table.category td.category a{
  display:table-cell;
  vertical-align:middle;
  height:50px;
  width: 206px;
  max-width: 206px;
  
}
table.category td.category a:active{
  color:black;
}

select#edit-attributes-10 option {
    font-family: monospace;
}

table tr.odd {
    background-color:#FFFFFF;
  }

div.main-content td {
/*     font-size:12px; */
    padding:4px;
    margin:0;
  }

div#segment-counts th{
  width:60px;
}

.negative.linkbox {
    background-color: #e4002b;
    color:#fff;
    margin-bottom: 6px;
    padding: 6px;
    font-weight: normal;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.negative.linkbox a{
    width:100%;
/*     display:block; */
    text-decoration:none;
    color:#fff;
    font-size:14px;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.negative.linkbox a strong{
    font-weight:500;
}
.negative.linkbox:hover {
    background-color: #231f20;
    color: #fff;
}
.negative.linkbox:hover a{
    color: #fff;
}

.negative.linkbox.c2 {
    background-color:#231f20;
    color:#fff;
}
.negative.linkbox.c2 span{
    color:#e4002b;
}
.negative.linkbox.c2 a{
    text-decoration:none;
    text-transform:uppercase;
    color:#fff;
    font-size:14px;
    font-weight:normal;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.negative.linkbox.c2:hover {
    background-color: #e4002b;
    color:#fff;
}
.negative.linkbox.c2:hover a{
    color:#fff;
}




div.contentright h2{
  margin-bottom:4px;
}

div.contentright section.block{
  margin-bottom:16px;
}

div.onepixelout div.swftools object{
  width:700px;
  height:80px;
}
div.field-field-radio-spot,
div.field-field-audio-file
{
  margin-top:14px;
}

body.node-unpublished div.main-content>div.content{
  border-color:red;
  border-style:solid;
  border-width:1px;
  background-color:pink;
  padding:4px;
}

#block-umi_calendar_block-0 {
  margin-top: 60px;
}


/* remove theme from iframe */
iframe .page_header,
iframe .page_header_adjust
{
  display:none;
}

.calendar-widget{
  margin-top:20px;
}



div.container_body div.row {
    margin:0;
}

div.span9.main-content{
  width:100%;
  transition: width 0.3s ease-in-out;
}


body.sidebar-left div.span9.main-content{
  width: calc(100vw - 360px);
}
body.sidebar-left.sidebar-left-collapsed div.span9.main-content{
  width:100%;
}

@media (max-width: 1200px) {
  body.sidebar-left div.span9.main-content{
    width: 100%;
  }
}
/*@media (max-width: 1199px) {
  div.span9.main-content {
    margin-left:auto;
    margin-right:auto;
  }
}
@media (max-width: 788px) {
  div.span9.main-content {
    margin-left:20px;
    margin-right:0;
  }
}*/
div.breadcrumb{
    padding-top: 14px;
    padding-bottom:10px;
    text-transform: uppercase;
    font-size: 11px;
    z-index:99;
}

@media (max-width: 767px) {
[class*="span"], .row-fluid [class*="span"] {
    width:auto;
}
}
@media (max-width: 767px) {
  body {
      padding-right: 0;
      padding-left: 0;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
      width:auto;
  }
}






@media (max-width: 1200px) {
  .span3 {
      margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .span3 {
      margin-left: 0;
  }
/*  div.page_header img.logo{
    width:120px;
    margin-right:24px;
  }*/
  h1#site-name a {
/*    font-size: 40px;
    white-space: nowrap;
    margin-right: 20px;*/
  }

}
@media (max-width: 900px) {
/*  div.page_header img.logo{
    width:180px;
    margin-right:14px;
  }*/
  h1#site-name a {
/*    font-size: 40px;
    white-space: normal;
    text-align: center;*/
  }
  h1.title {
      font-size: 32pt;
  }
}


@media (max-width: 700px) {
  h1#site-name a {
      font-size: 30px;
  }
  h2#site-slogan {
      font-size: 19px;
      padding: 0;
      padding-right: 0;
      margin: 0;
      margin-top: -8px;
      letter-spacing: 1px;
  }
}
@media (max-width: 500px) {
  div.page_header img.logo{
    margin:0;
    padding:4px;
    width:200px;
  }
  h1#site-name a {
      font-size: 28px;
  }
  h2#site-slogan {
    font-size: 17px;
    padding: 0;
    padding-right: 2px;
    margin: 0;
    margin-top: -6px;
    letter-spacing: 1.1px;
  }
  
  div.main-content div.contentleft{
    padding-left:0;
    padding-right:0
  }
  div.main-content div.contentright{
    padding-left:0;
    padding-right:0
  }
  body.store .block-umi_store_profile div#gmap_canvas {
      border-width: 1px;
      border-color: #CCCCCC;
      border-style: solid;
      margin-left: auto;
      margin-right: auto;
      width: 300px;
      height: 200px;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .span3 {
      margin-left: 0;
  }
}

@media (min-width: 1200px) {
  [class*="span"] {
      margin-left: 0;
  }
  .span3.sidebar-left {
      width:400px;
  }
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
      width:auto;
  }
}


#umi-vertical-select-store-form select#edit-store option,
#umi-vertical-select-vertical-form select#edit-vertical option
{
    font-family: monospace;
}

div.sidebar-left section.block h2,
div.sidebar-left section.block-jquerymenu h2,
div.sidebar-left section.block h2 a,
div.sidebar-left section.block-jquerymenu h2 a
{
  font-size: 24px;
  font-style:normal;
  font-weight:bold;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}

section.block h2,
section.block-jquerymenu h2,
section.block h2 a,
section.block-jquerymenu h2 a
{
  font-size: 18px;
  text-transform: uppercase;
}

section.block .sub-heading {
    font-family: 'National 2', sans-serif;
    font-size: 16px;
    letter-spacing:2.5px;
    font-weight:500;
}


section.block-search label{
  display:block;
}

#search-block-form2{
  position: absolute;
  display: block;
  right: 20px;
  top: 30px;
  z-index: 999;
  width: 270px;
}
body.front #search-block-form2{
/*  position: absolute;
  top: 145px;
  z-index: 999;
  margin-right:10px;*/
}

#search-block-form input,
#search-block-form2 input
{/*     font-family: 'open-sans', sans-serif; */padding-top: 8px;padding-bottom: 6px;padding-left: 34px;padding-right:0;background-size: cover;border-style: solid;border-color: #ccc;border-width: 1px;width: 95%;max-width: 240px;/* border-radius: 6px; */margin-right: -50px;background-image: url(images/search.svg);background-size: 22px;background-repeat: no-repeat;background-position: 4px center;}
#search-block-form input:focus,
#search-block-form2 input:focus
{
  outline:0;
}
#search-block-form input::placeholder,
#search-block-form2 input::placeholder{
  color: #CCC;
  text-transform:uppercase;
}

div.sidebar-left input.form-submit{
  border-style:none;
  padding:3px 10px 3px 10px;
  color:#ffffff;
  background-color:#e4002b;
  text-transform:uppercase;
  height:22px;

}
@media (min-width: 801px) {
  div#search-block-form {
      display:none;
  }
}
@media (max-width: 800px) {
  div#search-block-form2 {
      display:none;
  }
  div#search-block-form,
  body.front div#search-block-form {
      position: relative;
      top: auto;
      right: auto;
      margin-top: 6px;
      margin-left: auto;
      margin-right: auto;
  }
  #search-block-form input {
      margin-bottom:6px;
  }
}

#search-block-form input.form-submit,
#search-block-form2 input.form-submit {
    border-style: none;
    color: #ffffff;
    background-color: transparent;
    text-transform: uppercase;
    text-indent: -1900px;
    background-image: url(images/bucket_submit_black.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px;
    position: relative;
    left: 4px;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-block-form2 input.form-submit:hover,
#search-block-form2 input.form-submit:focus
{
  background-image: url(images/bucket_submit_red.svg);
  outline:0;
  border-style: none;
  background-color: transparent;
  
}

div.sidebar-left input#edit-masquerade-user-field{
  width:140px;
}
form#user-login-form{
  padding:0px;
  margin:0px;
  margin-left:-2px;
}
form#user-login-form ul{
  padding:0px;
  margin:0px;
}


/* Front page popup css */

body.front div.TB_overlayBG {
    background-color: #000;
    -moz-opacity: 0.80;
    opacity: .80;
}
body.front div#TB_title {
    display: none;
}
body.front div#TB_window {
    border-radius: 13px;
    border-color: #162f6a;
    border-style: solid;
    border-width: 3px;
    background-image: url(/sites/all/themes/togos_bootstrap_02/logo.png);
    background-repeat: no-repeat;
    background-position: 50% 12%;
    background-size: 120px;
/*     background-blend-mode: overlay; */
/*     background-color: #CCC; */
    font-size:16px;
    padding-top:120px;
}


.main-content .node .content .product-info.model,
.main-content .node .content .uc-price-product.uc-price-sell,
.main-content .node .content .add-to-cart div p
{
  font-size:16px;
}

.category-grid-products .catalog-grid-ref,
.category-grid-products .catalog-grid-sell-price,
.category-grid-products .catalog-grid-teaser
{

  font-size:14px;
}

article.node {
  font-size:16px;
  padding-left:4px;
  padding-right:4px;
  margin:0;
}

div.links{
  margin-top:20px;
}



/* Fix dynamic hamburger menu */
@media (max-width: 800px) {
  .navbar ul.menu a,
  .navbar ul.menu a:active,
  .navbar ul.menu a:visited {
      font-size: 16px;
      padding: 2px;
      display: block;
  }
  .navbar ul.menu li {
      line-height: 16px;
      background-color: #eee;
      margin-top: 2px;
      display: block;
      font-size: 16px;
  }
}


/* Theme umi_product filter items*/
div.product-filter-listing{
    overflow: hidden;
    background-color: #f2f2f2;
    margin: 0;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #808080;
    padding: 0;
    padding-left: 10px;
}
div.product-filter-listing div.title-desc h2{
    padding: 0;
    margin: 0;
    margin-top: 4px;
}
div.product-filter-listing p{
    margin-right: 110px;
}
div.product-filter-listing .product-image{
    float: right;
    clear: right;
    text-align: center;
    padding: 4px;
    padding-left: 4px;
    margin: 6px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}


/*.span9.main-content a, .span9.main-content a:active {
    color: #162f6a;
}*/


div.front-page-icons a{
  width:20%;
  min-width:120px;
}

ul.primary li a {
  margin-right: 0.5em;
  padding: 0 .5em;
}

body ul.tabs.primary{
  font-family: 'Gotham Book', sans-serif;
  font-size:14px;
}
body ul.tabs.primary a{
  padding: 2px 4px 2px 4px;
}

/* overide dynamic-menu */
div.dynamic-menu ul.menu{
  display: flex;
  justify-content: center;
  gap: 3.5vw;
  text-align: center;
  margin: 0;
  padding: 0;
  /* padding-top: 4px; */
  margin-top:0;
  margin-bottom:0;
  /*   padding-top:14px; */
  z-index:99;
  background-color:#fff;
  height: 30px;
  overflow:visible;
  /* box-shadow: 0px 5px 5px 0 #0000005e; */
  border: #e4002b solid 2px;
  /* border-left-style:none; */
  box-sizing: border-box;
}
div.dynamic-menu ul.menu li{
    text-align: center;
    margin:0;
    padding:0;
    box-sizing: border-box;
}

div.dynamic-menu ul.menu li.search-box{
    flex: none;
}
div.dynamic-menu ul.menu li a,
div.dynamic-menu ul.menu li a:visited,
div.dynamic-menu ul.menu li a:active
{
    font-family: 'National 2 Condensed', sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    /* padding: 0; */
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    /* padding-top: 3px; */
    height: 100%;
    font-size: 16px;
    line-height: 20px !important;
    letter-spacing: .5px;
    /* margin-bottom: -2px; */
    box-sizing: border-box;
}
@media (max-width: 900px) {
  div.dynamic-menu ul.menu li a,
  div.dynamic-menu ul.menu li a:visited,
  div.dynamic-menu ul.menu li a:active
  {
    font-size: 19px;
    padding-top:2px;
  }
}

div.dynamic-menu ul.menu li ul.menu{
    display: flex;
    background-color: #fff;
    gap: 0;
    border-style: none;
    border-width: 1px;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    margin: 0;
    margin-left: 0;
    position: absolute;
    box-shadow: 5px 5px 5px 0 #0000005e;
    margin-top: -4000px;
    opacity: 0;
}
div.dynamic-menu ul.menu li:hover > a{
    color:#fff;
    background-color:#e4002b;
}
div.dynamic-menu ul.menu li.active-trail > a{
    color:#fff;
    background-color:#e4002b;
}
div.dynamic-menu ul.menu li.dropdown > a{
    background-image: url(images/top_nav_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 9px;
    background-size: 6px;
    padding-right: 20px;
}
div.dynamic-menu ul.menu li.dropdown:hover > a,
div.dynamic-menu ul.menu li.dropdown.active-trail > a
{
    background-image: url(images/top_nav_arrow_active.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 9px;
    background-size: 6px;
    padding-right: 20px;
}
@media (min-width: 800px) { 
  div.dynamic-menu ul.menu li:hover ul.menu {
      opacity:1;
      height:auto;
      margin-top:0;
      margin-left:0;
      max-height:600px;
      /* background-color:#231f20; */
      border: #e4002b 2px solid;
  }
} 
div.dynamic-menu ul.menu li ul.menu li{
/*     display:block; */
    height:auto;
    padding:0;
    margin:0;
/*     padding-right:2px; */
    border-style:none;
    border-width:0px;
    background-image:none;
    height:auto;
/*    list-style-type:disc;
    list-style-image:url(images/bullet.png);
    list-style-position:outside;*/
    display:block;
/*     margin-left:2px; */
}
div.dynamic-menu ul.menu li ul.menu li a{
    display: block;
    height: auto;
    color: #000;
    font-size: 14px;
    text-transform:capitalize;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0;
    flex: 1;
    justify-content: left;
    border-right-style: none;
    border-top-style: none;
    line-height: 20px;
    z-index: 999;
    background-color: #fff;
    text-align: left;
}
div.dynamic-menu ul.menu li.active-trail a{
    color: #fff;
}
div.dynamic-menu ul.menu li ul.menu li a:hover{
    text-decoration:none;
    background-color:#e4002b;
    color:#fff;
}

div.container div.row{
  margin-left:0;
}

@media (max-width: 1300px) { 
div.dynamic-menu ul.menu li a, div.dynamic-menu ul.menu li a:visited, div.dynamic-menu ul.menu li a:active {
    line-height:revert;
  }
}

@media (max-width: 800px) { 
  div.dynamic-menu ul.menu {
      flex-direction: column;
  }
  div.dynamic-menu ul.menu li {
    border-left-style:none;
  }
  div.dynamic-menu ul.menu li ul.menu {
    display:none;
  }
  div.logo{
    margin-left:auto;
    margin-right:auto;
    padding: 20px 0 10px 10px;
    background-image:none;
  }
  div#name-slogan{
    margin-right:auto;
    margin-left:auto;
  }

  .navbar ul.menu {
    display:block;
    padding-left: 0px;
  }
  div.dynamic-menu ul.menu {
      height: auto;
      display:block;
      margin-top: 0;
      margin-bottom: 0;
      background-color: #808080;
  }
  .navbar ul.menu li {
      margin-top: 0;
      display: block;
      font-size: 16px;
      padding: 2px;
      padding-top: 8px;
      line-height: 36px;
  }

  .navbar ul.menu li:hover a
  {
      background-color: #fff;
      color:#e4002b;
  }
/*  div.dynamic-menu ul.menu li a,
  div.dynamic-menu ul.menu li a:visited,
  div.dynamic-menu ul.menu li a:active {
      border-right-style: none;
      padding: 2px;
      padding-top: 8px;
      line-height: 36px;
      color:#fff;
  }*/
  .navbar ul.menu li.first {
      border-left-style: none;
  }
}
 
.span12 {
  float: none;
  width: 100%;
}

/* Fix form issues on phone */
@media (max-width: 600px) {
  form input{
    max-width:100%;
  }
  form#uc-cart-checkout-form td{
    max-width:200px;
  }
  form#uc-cart-checkout-form td input{
    max-width:100%;
  }
  div.add-to-cart form input{
    max-width:340px;
  }
  div.add-to-cart form fieldset{
    max-width:100%;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  [class*="span"]{
    margin-left: 0;
  }
}


html.js fieldset.collapsible .fieldset-wrapper {
    overflow: hidden;
}




#block-umi_store_profile-4 .field-field-unit-pics div.field-items,
#block-umi_store_profile-8 .field-field-misc-images div.field-items
 {
  display: grid;
  grid-template-columns: repeat(24,1fr);
  max-width:97%;
  grid-gap:2px;
  margin:0;
}

#block-umi_store_profile-4 .field-field-unit-pics div.field-item,
#block-umi_store_profile-8 .field-field-misc-images div.field-item {
/*     display: inline-flex; */
}

#block-umi_store_profile-4 .field-field-unit-pics div.field-item,
#block-umi_store_profile-8 .field-field-misc-images div.field-item
{
/*     width: 10%; */
}
#block-umi_store_profile-4 .field-field-unit-pics div.field-item img,
#block-umi_store_profile-8 .field-field-misc-images div.field-item img
{
    width: 100%;
    height:100%;
    border-style:solid;
    border-color:#fff;
    border-width:1px;
}
#block-umi_store_profile-4 .field-field-unit-pics div.field-item:first-child,
#block-umi_store_profile-8 .field-field-misc-images div.field-item:first-child
{
   grid-column:1/span 8;
   grid-row:1/span 7;
}
#block-umi_store_profile-4 .field-field-unit-pics div.field-item:first-child a,
#block-umi_store_profile-8 .field-field-misc-images div.field-item:first-child a
{
    width: 100%;
}
.span5.contentright {
/*     max-width: 400px; */
}


form#uc-cart-checkout-review-form input.form-submit{
    font-size: 16px;
    padding: 4px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
}
form#uc-cart-checkout-review-form input#edit-back{
    background-color: #eee;
    border-color: #808080;
}
form#uc-cart-checkout-review-form input#edit-back:hover{
    background-color: #fff;
}
form#uc-cart-checkout-review-form input#edit-submit{
    background-color: #ffc735;
    border-color: #e6a600;
}
form#uc-cart-checkout-review-form input#edit-submit:hover{
    background-color: #FFD415;
}

/* Do not show price under sku */
div.product-info.product.sell > span.uc-price-sell{
  display:none;
}


/*#umi_svg_prod_wrapper svg {
    margin-bottom:-5px;
}*/



table.invoice.customer td.logo img{
  min-width:200px;
}

.sidebar-left-handle {
    background-color: #000;
    border-right: #e4002b solid 2px;
    width: 34px;
    /* box-shadow: 5px 0 10px #00000063; */
    z-index: 98;
}

div .collapsiblock a {
    background: url(images/expanded.png) no-repeat;
    background-position:right 1px;
    display: block;
}
div .collapsiblockCollapsed a {
    background: url(images/collapsed.png) no-repeat;
    background-position:right 1px;
    display: block;
}

fieldset.fieldgroup div.fieldgroup h2{
  font-size:14px;
  font-weight:bold;
}

form .form-item .description {
    font-size: 13px;
}

div.add-to-cart form div#edit-attributes-10-wrapper .description {
    font-size: 14px;
    font-weight: bold;
}


#node-form select#edit-field-prod-category-value {
    height: 400px;
}
select#edit-field-umi-concept-value {
    height: 160px;
}

body .slick-dotted.slick-slider {
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

body .slick-dotted.slick-slider .slick-dots {
    /* position: absolute; */
    bottom: -12px;
    /* display: block; */
    width: 100%;
    padding: 0;
    margin: 0;
    /* list-style: none; */
    /* text-align: center; */
}
body .slick-dots li button:before {
    width: 15px;
    height: 15px;
    top: -10px;
    content: ' ';
    text-align: center;
    opacity: 1;
    color: #fff;
    background-image: url("images/slick_dot.png");
    background-repeat: no-repeat;
    background-size:contain;
}
body .slick-dots li.slick-active button:before {
    background-image: url("images/slick_dot_active.png");
}
body .slick-next:before
{
    content:" ";
}
body .slick-next.slick-arrow,
body .slick-next.slick-arrow:hover,
body .slick-next.slick-arrow:active
{
    right: 10px;
    width:30px;
    height:100px;
    background-image: url("images/slick_next.png");
    background-repeat: no-repeat;
    background-size:contain;
    background-position:right;
    z-index:1001;
}
body .slick-prev:before
{
    content:" ";
}
body .slick-prev.slick-arrow,
body .slick-prev.slick-arrow:hover,
body .slick-prev.slick-arrow:active
{
    left: 10px;
    width:30px;
    height:100px;
    background-image: url("images/slick_prev.png");
    background-repeat: no-repeat;
    background-size:contain;
    z-index:1001;
}
div#header img.header{
  margin-bottom:-4px;
  width:100%;
}

/* Fix Slider images when wraped in href*/
a.slick-slide img {
    width: 100vw;
    object-fit: contain;
}



div#segment-counts table{
  white-space:nowrap;
}

/* Fix front page slider for non links */
div.slick-track img.slick-slide{
  height:calc(100vw / 3.82775119617224880383);
}



/* Make cart arrow match the rest of the theme */

.cart-block-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
/*    position: absolute;
    right: 20px;
    top: 27px;*/
    margin: 0;
    padding: 0;
}

.cart-block-title-bar .arrow-up{
    background: url(images/collapsed.png) no-repeat;
    background-position: right 1px;
    
}
.cart-block-title-bar .arrow-down{
  background: url(images/expanded.png) no-repeat;
  background-position: right 1px;
}


/* Style front page blocks */
.front-pg-blocks {
  display: flex;
  gap: 2px;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #e4002b;
  border-bottom: #e4002b solid 3px;
  border-right: #e4002b solid 2px;
}

.front-pg-blocks a.front-pg-block
 {
    width: 25%;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    background-color: #fff;
    color: #fff;
    text-decoration: none;
    font-family: "National 2 Condensed";
    font-weight: 800;
    font-size: 26px;
    line-height:28px;
    letter-spacing: var(--spacing);
    text-transform: uppercase;
    justify-content: space-between;
}

.front-pg-blocks a.front-pg-block img {
  width: 100%;
  opacity: 0;
}

.front-pg-blocks a.front-pg-block:hover {
  background-color: #e4002b;
  /* transition: background-color .3s, color .5s; */
  /* -webkit-transition: background-color .5s, color .5s; */
}

.front-pg-blocks a.front-pg-block:hover img {
  opacity: 1;
  /* mix-blend-mode:hue; */
}

.front-pg-blocks .front-pg-block div.lbl {
    display: flex;
    /* height: 90px; */
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 16px 16px 10px 16px;
    background-color: #fff;
    color: #000;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    background-image: url(images/bucket_block_red.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: right 14px center;
}

.front-pg-blocks .front-pg-block:hover div.lbl {
    background-color:#e4002b;
    color:#fff;
    background-image: url(images/bucket_block_white.svg);
}

div.add-to-cart form img {
  max-width:90%;
}

@media(max-width:600px) {
  .front-pg-blocks a.front-pg-block {
    width: 45%;
    font-size:14px;
    line-height:16px;
  }

  .front-pg-blocks .front-pg-block div.lbl {
    height: 40px;
    padding: 8px 0 0 20px;
  }
}

@media(max-width:600px) {
  /* Solution to scrollbar */
  ::-webkit-scrollbar{
      height:30px;
  }
  
  ::-webkit-scrollbar-thumb{
     height:30px;
     background-color: #C3C3C3;
     border-radius: 30px;
  }
  
  ::-webkit-scrollbar-track {
     height:30px;
     border-radius: 10px;
  }
}

html.js fieldset.collapsible legend a {
    padding-left: 15px;
    background: url(images/menu-expanded.png) 5px 50% no-repeat;
}
html.js fieldset.collapsible.collapsed legend a {
    background: url(images/menu-collapsed.png) 5px 50% no-repeat;
    background-position: 5px 50%;
}
    
    
form#uc-object-attributes-form input.form-text{
  width: 250px;
}

form#uc-object-attributes-form select#edit-add-attributes{
  height: 300px;
}

/* Theme side by side fields for prod_cimg nodes */
body.prod_cimg div#ctxt_hours_sunday-wrapper,
body.prod_cimg div#ctxt_hours_monday-wrapper,
body.prod_cimg div#ctxt_hours_tuesday-wrapper,
body.prod_cimg div#ctxt_hours_wednesday-wrapper,
body.prod_cimg div#ctxt_hours_thursday-wrapper,
body.prod_cimg div#ctxt_hours_friday-wrapper,
body.prod_cimg div#ctxt_hours_saturday-wrapper,
body.prod_cimg div#ctxt_hours-wrapper,
body.prod_cimg div#ctxt_hours2-wrapper,
body.prod_cimg div#ctxt_hours3-wrapper,
body.prod_cimg div#ctxt_hours4-wrapper,
body.prod_cimg div#ctxt_hours5-wrapper,
body.prod_cimg div#ctxt_hours6-wrapper,
body.prod_cimg div#ctxt_hours7-wrapper,
body.prod_cimg div#ctxt_m_fb_med_orig-wrapper,
body.prod_cimg div#ctxt_m_fb_med_orig_ml-wrapper,
body.prod_cimg div#ctxt_m_fb_lg_orig-wrapper,
body.prod_cimg div#ctxt_m_fb_lg_orig_ml-wrapper,
body.prod_cimg div#ctxt_m_fb_xxl_orig-wrapper,
body.prod_cimg div#ctxt_m_fb_xxl_orig_ml-wrapper,
body.prod_cimg div#ctxt_m_fb_xxxl_orig-wrapper,
body.prod_cimg div#ctxt_m_fb_xxxl_orig_ml-wrapper,
body.prod_cimg div#ctxt_m_addon_chse-wrapper,
body.prod_cimg div#ctxt_m_addon_dfchse-wrapper,
body.prod_cimg div#ctxt_m_addon_bacon-wrapper,
body.prod_cimg div#ctxt_m_addon_egg-wrapper,
body.prod_cimg div#ctxt_m_addon_chili-wrapper,
body.prod_cimg div#ctxt_m_addon_onrng-wrapper,
body.prod_cimg div#ctxt_m_buns-wrapper,
body.prod_cimg div#ctxt_m_kids_ml-wrapper,
body.prod_cimg div#ctxt_m_cknsw-wrapper,
body.prod_cimg div#ctxt_m_cknsw_ml-wrapper,
body.prod_cimg div#ctxt_m_trkybgr-wrapper,
body.prod_cimg div#ctxt_m_trkybgr_ml-wrapper,
body.prod_cimg div#ctxt_m_veg_brg-wrapper,
body.prod_cimg div#ctxt_m_veg_brg_ml-wrapper,
body.prod_cimg div#ctxt_m_sknybgr-wrapper,
body.prod_cimg div#ctxt_m_sknybgr_ml-wrapper,
body.prod_cimg div#ctxt_m_wstbcn_bbqfb-wrapper,
body.prod_cimg div#ctxt_m_wstbcn_bbqfb_ml-wrapper,
body.prod_cimg div#ctxt_m_1000isl_fb-wrapper,
body.prod_cimg div#ctxt_m_1000isl_fb_ml-wrapper,
body.prod_cimg div#ctxt_m_impo_bgr-wrapper,
body.prod_cimg div#ctxt_m_impo_bgr_ml-wrapper,
body.prod_cimg div#ctxt_m_fatfry-wrapper,
body.prod_cimg div#ctxt_m_sknyfry-wrapper,
body.prod_cimg div#ctxt_m_swtpto-wrapper,
body.prod_cimg div#ctxt_m_onionrings-wrapper,
body.prod_cimg div#ctxt_m_ccfries-wrapper,
body.prod_cimg div#ctxt_m_ccdog-wrapper,
body.prod_cimg div#ctxt_m_hsic_mlkshakes-wrapper,
body.prod_cimg div#ctxt_m_craigs_vgnshakes-wrapper,
body.prod_cimg div#ctxt_m_bev_med_pepsi-wrapper,
body.prod_cimg div#ctxt_m_bev_lg_pepsi-wrapper,
body.prod_cimg div#ctxt_m_bev_med_coke-wrapper,
body.prod_cimg div#ctxt_m_bev_lg_coke-wrapper,
body.prod_cimg div#ctxt_m_bninwngs_sml-wrapper,
body.prod_cimg div#ctxt_m_bninwngs_sml_ml-wrapper,
body.prod_cimg div#ctxt_m_bninwngs_med-wrapper,
body.prod_cimg div#ctxt_m_bninwngs_med_ml-wrapper,
body.prod_cimg div#ctxt_m_bninwngs_lg-wrapper,
body.prod_cimg div#ctxt_m_bninwngs_lg_ml-wrapper,
body.prod_cimg div#ctxt_m_bninwngs_xl-wrapper,
body.prod_cimg div#ctxt_m_bnlesswngs_sml-wrapper,
body.prod_cimg div#ctxt_m_bnlesswngs_sml_ml-wrapper,
body.prod_cimg div#ctxt_m_bnlesswngs_med-wrapper,
body.prod_cimg div#ctxt_m_bnlesswngs_med_ml-wrapper,
body.prod_cimg div#ctxt_m_bnlesswngs_lg-wrapper,
body.prod_cimg div#ctxt_m_bnlesswngs_lg_ml-wrapper,
body.prod_cimg div#ctxt_m_bnlesswngs_xl-wrapper,
body.prod_cimg div#ctxt_m_hlthy_ml_deal-wrapper
{
    display: inline-block;
    width: 45%;
    margin-left: 10px;
}

body.prod_cimg div#ctxt_hours_sunday-wrapper input,
body.prod_cimg div#ctxt_hours_monday-wrapper input,
body.prod_cimg div#ctxt_hours_tuesday-wrapper input,
body.prod_cimg div#ctxt_hours_wednesday-wrapper input,
body.prod_cimg div#ctxt_hours_thursday-wrapper input,
body.prod_cimg div#ctxt_hours_friday-wrapper input,
body.prod_cimg div#ctxt_hours_saturday-wrapper input,
body.prod_cimg div#ctxt_hours-wrapper input,
body.prod_cimg div#ctxt_hours2-wrapper input,
body.prod_cimg div#ctxt_hours3-wrapper input,
body.prod_cimg div#ctxt_hours4-wrapper input,
body.prod_cimg div#ctxt_hours5-wrapper input,
body.prod_cimg div#ctxt_hours6-wrapper input,
body.prod_cimg div#ctxt_hours7-wrapper input,
body.prod_cimg div#ctxt_m_fb_med_orig-wrapper input,
body.prod_cimg div#ctxt_m_fb_med_orig_ml-wrapper input,
body.prod_cimg div#ctxt_m_fb_lg_orig-wrapper input,
body.prod_cimg div#ctxt_m_fb_lg_orig_ml-wrapper input,
body.prod_cimg div#ctxt_m_fb_xxl_orig-wrapper input,
body.prod_cimg div#ctxt_m_fb_xxl_orig_ml-wrapper input,
body.prod_cimg div#ctxt_m_fb_xxxl_orig-wrapper input,
body.prod_cimg div#ctxt_m_fb_xxxl_orig_ml-wrapper input,
body.prod_cimg div#ctxt_m_addon_chse-wrapper input,
body.prod_cimg div#ctxt_m_addon_dfchse-wrapper input,
body.prod_cimg div#ctxt_m_addon_bacon-wrapper input,
body.prod_cimg div#ctxt_m_addon_egg-wrapper input,
body.prod_cimg div#ctxt_m_addon_chili-wrapper input,
body.prod_cimg div#ctxt_m_addon_onrng-wrapper input,
body.prod_cimg div#ctxt_m_buns-wrapper input,
body.prod_cimg div#ctxt_m_kids_ml-wrapper input,
body.prod_cimg div#ctxt_m_cknsw-wrapper input,
body.prod_cimg div#ctxt_m_cknsw_ml-wrapper input,
body.prod_cimg div#ctxt_m_trkybgr-wrapper input,
body.prod_cimg div#ctxt_m_trkybgr_ml-wrapper input,
body.prod_cimg div#ctxt_m_veg_brg-wrapper input,
body.prod_cimg div#ctxt_m_veg_brg_ml-wrapper input,
body.prod_cimg div#ctxt_m_sknybgr-wrapper input,
body.prod_cimg div#ctxt_m_sknybgr_ml-wrapper input,
body.prod_cimg div#ctxt_m_wstbcn_bbqfb-wrapper input,
body.prod_cimg div#ctxt_m_wstbcn_bbqfb_ml-wrapper input,
body.prod_cimg div#ctxt_m_1000isl_fb-wrapper input,
body.prod_cimg div#ctxt_m_1000isl_fb_ml-wrapper input,
body.prod_cimg div#ctxt_m_impo_bgr-wrapper input,
body.prod_cimg div#ctxt_m_impo_bgr_ml-wrapper input,
body.prod_cimg div#ctxt_m_fatfry-wrapper input,
body.prod_cimg div#ctxt_m_sknyfry-wrapper input,
body.prod_cimg div#ctxt_m_swtpto-wrapper input,
body.prod_cimg div#ctxt_m_onionrings-wrapper input,
body.prod_cimg div#ctxt_m_ccfries-wrapper input,
body.prod_cimg div#ctxt_m_ccdog-wrapper input,
body.prod_cimg div#ctxt_m_hsic_mlkshakes-wrapper input,
body.prod_cimg div#ctxt_m_craigs_vgnshakes-wrapper input,
body.prod_cimg div#ctxt_m_bev_med_pepsi-wrapper input,
body.prod_cimg div#ctxt_m_bev_lg_pepsi-wrapper input,
body.prod_cimg div#ctxt_m_bev_med_coke-wrapper input,
body.prod_cimg div#ctxt_m_bev_lg_coke-wrapper input,
body.prod_cimg div#ctxt_m_bninwngs_sml-wrapper input,
body.prod_cimg div#ctxt_m_bninwngs_sml_ml-wrapper input,
body.prod_cimg div#ctxt_m_bninwngs_med-wrapper input,
body.prod_cimg div#ctxt_m_bninwngs_med_ml-wrapper input,
body.prod_cimg div#ctxt_m_bninwngs_lg-wrapper input,
body.prod_cimg div#ctxt_m_bninwngs_lg_ml-wrapper input,
body.prod_cimg div#ctxt_m_bninwngs_xl-wrapper input,
body.prod_cimg div#ctxt_m_bnlesswngs_sml-wrapper input,
body.prod_cimg div#ctxt_m_bnlesswngs_sml_ml-wrapper input,
body.prod_cimg div#ctxt_m_bnlesswngs_med-wrapper input,
body.prod_cimg div#ctxt_m_bnlesswngs_med_ml-wrapper input,
body.prod_cimg div#ctxt_m_bnlesswngs_lg-wrapper input,
body.prod_cimg div#ctxt_m_bnlesswngs_lg_ml-wrapper input,
body.prod_cimg div#ctxt_m_bnlesswngs_xl-wrapper input,
body.prod_cimg div#ctxt_m_hlthy_ml_deal-wrapper input
{
    max-width:100%;
}

@media (min-width: 800px) { 
  div.float-right{
   float:right;
   width: 48%;
  }
  div.float-left{
   float:left;
       width: 48%;
  }
  div.float-right section{
    width:320px;
  }
  div.float-right section table{
    width:100%;
  }
}

section.block-umi_store h2{
  font-size:1.17em;
  text-transform:none;
  margin:0;
  margin-top:1em;
  margin-bottom:4px;
  border-bottom: 1px solid #ccc;
}

/* End side by side attributes */


/*  Style view-products-by-segment-type */
.span9.main-content div.view-products-by-segment-type h3{
    background-color: #e4002b;
    color: #fff;
    width: 100%;
    display: flex;
    padding: 10px;
    margin-top: 40px;
}
.span9.main-content div.view-products-by-segment-type table {
    width: 98%;
    margin-left: auto;
}

/*  Style Hub Link  */
div#topheader {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
a.back-to-link {
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -138.4px;
   background: #000;
   display: block;
   clip-path: polygon(5% 100%, 0% 0%, 100% 0%, 95% 100%);
   padding:2px 40px 2px 40px;
   z-index:1;
   -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,1);
   -moz-box-shadow: 0px 0px 6px rgba(0,0,0,1);
}

 a.back-to-link {
   color: #fff;
   font-weight:bold;
   font-size:14px;
   text-align: center;
   display: flex;
   transition-property: color;
   transition-duration: 300ms;
 }

 a.back-to-link a:hover {
   color: #fff;
   text-decoration: underline;
 }

 a.back-to-link svg {
   fill: #fff;
   margin-top:-2px;
   /* PRIMARY BRAND COLOR */
 }

  a.back-to-link:hover svg {
   fill: #e4002b;
   /* BRAND SECONDARY/ACCENT COLOR */
   transition-property: fill;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
 }
 /*  End Style Hub Link  */


/*   Fix store selection */
div.add-to-cart form select#edit-attributes-4 {
    float: none;
}


@media all and (max-width: 700px)  {
  .front-pg-blocks a.front-pg-block {
    font-size: 22px;
    line-height: 20px;
  }
}


@media all and (max-width: 500px)  {
  body .page_header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  div.logo {
    padding-bottom: 0;
    padding-right: 0.5vw;
  }
  body .page_header {
      background-size: 100px 20px;
      background-position: top 0 right 10px;
  }
  body .slick-prev.slick-arrow, body .slick-prev.slick-arrow:hover, body .slick-prev.slick-arrow:active {
      left: 4px;
      width: 15px;
      height: 50px;
  }
  body .slick-next.slick-arrow, body .slick-next.slick-arrow:hover, body .slick-next.slick-arrow:active {
      right: 4px;
      width: 15px;
      height: 50px;
  }
  body .slick-dots li button:before {
      width: 7px;
      height: 7px;
      top: 10px;
  }
}


/* Fix calendar back button */
.ui-datepicker-next, .ui-datepicker-prev {
    color: transparent;
    text-indent: -9999px;
}

/*  Style crproj nodes */
body.umi_crproj .pgcontentbody fieldset{
  border-radius: 6px;
  padding: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  outline-color: #0000b029;
  background-color:#fff;
}
body.umi_crproj .pgcontentbody fieldset.collapsed{
  border-radius: 0;
  padding: 0;
  border-width: 1px;
  border-style: none;
  border-top-style:solid;
  border-color: #ccc;
  outline-color: #0000b029;
  background-color:transparent;
}

body.umi_crproj .pgcontentbody .comment footer ul.links .comment_reply
{
  display: none;
}

body.umi_crproj .pgcontentbody .comment footer ul.links .comment_delete
{
  display: none;
}


/*  Style custom creative request webform */
body.node-4130 input,
body.node-4130 fieldset,
body.node-4130 textarea,
body.node-4130 select,
body.node-4178 input,
body.node-4178 fieldset,
body.node-4178 textarea,
body.node-4178 select {
  border-radius: 6px;
  padding: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  outline-color: #0000b029;
  background-color:#fff;
}
body.node-4130 select#edit-submitted-crproj-request-information-crproj-request-type,
body.node-4178 select#edit-submitted-crproj-request-information-crproj-request-type {
  width:160px;
}
body.node-4130 fieldset,
body.node-4178 fieldset
{
/*   background-color:#e4002b0f; */
}
input#edit-crproj-request-information-crproj-reference-upload-1,
input#edit-crproj-request-information-crproj-reference-upload-2,
input#edit-crproj-request-information-crproj-reference-upload-3,
input#edit-crproj-request-information-crproj-reference-upload-4,
input#edit-crproj-request-information-crproj-reference-upload-5
{
    width: 94%;
    height: 60px;
    background-color: #e5e8ff;
}

body.webform legend
{
    line-height: 20px;
    padding: 4px 80px 4px 4px;
    background-color: #e4002b;
    color: #fff;
    font-weight: bold;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    top: -14px;
    margin-top: 20px;
    display: block;
    position: relative;
}
html.js body.webform fieldset.collapsible legend a
{
    color:#fff;
}
html.js body.webform fieldset.collapsible legend a
{
    background: url(images/menu-expanded-white.png) 5px 50% no-repeat;
}
html.js body.webform fieldset.collapsible.collapsed legend a
{
    background: url(images/menu-collapsed-white.png) 5px 50% no-repeat;
}
body.webform fieldset
{
    margin-top: 40px;
}


/* Style the custom creative requests queue */

body.custom_creative_request_queue .views-exposed-widgets.clear-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
/*     background-color: #eee; */
    border-radius: 6px;
    padding:2px;
}
body.custom_creative_request_queue .views-exposed-widget {
/*     background-color: #eee; */
    padding: 10px 10px 10px 10px !important;
    margin: 2px !important;
    border-radius: 5px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

body.custom_creative_request_queue .date-views-filter-wrapper {
    min-width: 218px;
}

body.custom_creative_request_queue input#edit-uid {
    max-width: 254px;
}

body.custom_creative_request_queue .views-exposed-widgets.clear-block {
    max-width: 1200px;
}

body.custom_creative_request_queue table{
  width:100%;
}
span.crproj_status{
  border-radius: 6px;
  padding: 6px;
  margin:2px;
  border-style: none;
  background-color:#eee;
  display:inline-block;
  white-space:pre;
}
span.crproj_status:hover{
  cursor: pointer;
}
span.crproj_status.Submitted{
  background-color:#ccc;
}
span.crproj_status.Received{
  background-color:#dfdfdf;
}
span.crproj_status.In.Progress{
  background-color:#faffc1;
}
span.crproj_status.Awaiting.Information{
  background-color:#ffdac1;
}
span.crproj_status.Internal.Review{
  background-color:#ffc1c1;
}
span.crproj_status.Needs.Revision{
  background-color:#cbe1f8;
}
span.crproj_status.Awaiting.Approval{
  background-color:#ff8a8a;
}
span.crproj_status.Preparing.Files{
  background-color:#e3d3ff;
}
span.crproj_status.In.Production{
  background-color:#e3d3ff;
}
span.crproj_status.Files.Delivered{
  background-color:#d5ffd5;
}
span.crproj_status.Shipped.Complete{
  background-color:#d5ffd5;
}

span.crproj_status.Cancelled.Declined{
  background-color:#ff8a8a;
}

tr.even span.crproj_status.Agency.Creative{
  background-color:#d5ffd5;
}
tr.odd span.crproj_status.Agency.Creative{
  background-color:#d5ffd5;
}

tr.odd.Agency{
    background-color: #ffffd0;
}
tr.even.Agency{
    background-color: #f5f5a4;
}

span.Agency{
  border-radius: 6px;
  padding: 6px;
  margin:2px;
  border-style: none;
  background-color:#eee;
  display:inline-block;
  white-space:pre;
}

tr.odd.Agency span.Agency{
  background-color:#f5f5a4;
}

tr.even.Agency span.Agency{
  background-color:#ffffd0;
}


body.umi_crproj div#comments:before{
  content:"Comments";
  font-size:16px;
  color: #e4002b;
  font-family: 'National 2', sans-serif;
}
body.umi_crproj div#comments{
  margin:20px;
  padding:10px;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
/*   background-color:#eee; */
}

body.umi_crproj article.comment{
  margin:20px;
  padding:10px;
  padding-top:2px;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background-color:#fff;
}
body.umi_crproj article.comment table.comment-upload-attachments{
  margin-bottom:10px;
}
body.umi_crproj article.comment ul.links li{
  background-color: rgb(239, 239, 239);
  border-color:rgb(192, 192, 192);
  border-width:1px;
  border-style:solid;
  color: #000;
  padding:2px 4px 2px 4px;
}
body.umi_crproj article.comment ul.links li:hover{
  background-color: rgb(232 232 232);
  border-color:rgb(158 158 158);
}
body.umi_crproj article.comment ul.links li a{
  color: #000;
  text-decoration:none;
}
body.umi_crproj article.comment.internal{
  background-color:#FFFFC0;
}

body.umi_crproj #comment-form #edit-preview{
  display: none;
}

body.umi_crproj div.box h2{
  color:#e4002b;
}

.back-to-link {
    background: #fff;
    display: inline-block;
    transition-timing-function: ease-in-out;
    transition-duration: 300ms;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    filter: blur(.0px);
    position: absolute;
    z-index: 999;
    clip-path: polygon(5% 100%, 0% 0%, 100% 0%, 95% 100%);
/*     padding: 0.25rem 1.75rem 0.3rem 1.75rem; */
    padding: 2px 12px 2px 12px;
}
.back-to-link div{
    display:inline-block;
}
.back-to-link a svg.self-center {
    width: 10px;
    fill: #e4002b;
    transition: fill .5s;
}
.back-to-link a:hover svg.self-center {
    fill: #000;
}

/* Fix filefield upload preview might have to restrict to only userstory nodes */
.filefield-element .widget-edit {
    float: none;
}
.filefield-element .imagefield-preview {
    min-width: auto;
    min-height: auto;
}
.filefield-element .widget-preview {
    float: none;
    padding: 0 10px 0 0;
    margin: 0;
    max-width: 100%;
}
.filefield-element {
    display: flex;
    gap:10px;
    margin: 0;
    white-space: normal;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.filefield-element input.form-submit, .filefield-element input.form-file {
    margin: 0;
}
.filefield-element .widget-edit .form-item {
    margin: 10px 0 0 0;
    padding: 0;
}
.draggable .form-item:last-child {
    padding-bottom: 0;
}
.node-form .content-add-more .form-submit {
    margin: 10px 0 0 0;
}


section.block-umi_kit {
    background-color: #fff;
    padding: 0 10px 10px 10px;
    border-color: #e4002b;
    border-style: solid;
    border-width: 1px;
    border-radius: 12px;
    margin: 10px 0 10px 0;
}
section.block-umi_kit h2{
    margin-bottom: 0;
}
