/* Colors
logo-yellow: #00263d
logo-red: #ba006e
logo-blue: #6ec1e4

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

  @font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
  }
  @font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.ttf') format('truetype');
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
  }

  @font-face {
    font-family: 'Avenir Next';
    src: url('/sites/all/modules/umi/umi_svg_prod/fonts/AvenirNext-Regular.otf') format('opentype');
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
  }
  
  @font-face {
    font-family: 'Avenir';
    src: url('/sites/all/modules/umi/umi_svg_prod/fonts/AvenirNext-Heavy.ttf') format('truetype');
    font-weight: 800;
  }

  @font-face {
    font-family: 'Avenir Next';
    src: url('/sites/all/modules/umi/umi_svg_prod/fonts/AvenirNext-Italic.otf') format('opentype');
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
  }
  
  @font-face {
    font-family: 'Avenir Next';
    src: url('/sites/all/modules/umi/umi_svg_prod/fonts/AvenirNext-Medium.otf') format('opentype');
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    font-stretch: normal;
  }

  @font-face {
    font-family: 'Avenir Next';
    src: url('/sites/all/modules/umi/umi_svg_prod/fonts/AvenirNext-MediumItalic.otf') format('opentype');
    font-style: italic;
    font-variant: normal;
    font-weight: 500;
    font-stretch: normal;
  }

  @font-face {
    font-family: 'Avenir Next';
    src: url('/sites/all/modules/umi/umi_svg_prod/fonts/AvenirNext-Bold.otf') format('opentype');
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-stretch: normal;
  }
  
  @font-face {
    font-family: 'Avenir Next';
    src: url('/sites/all/modules/umi/umi_svg_prod/fonts/AvenirNext-BoldItalic.otf') format('opentype');
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    font-stretch: normal;
  }

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

body {
  font-family: 'Avenir Next', sans-serif;
  font-weight:normal;
  font-size:14px;
  color:#000;
  outline:none;
}

html{
  height:100%;
}


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

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

body{
  background-color:#fff;
  font-weight:normal;
  padding: 0;
  margin: 0;
  color:#000;
  height:100%;
}

body.dev-server{
/*  background:red;
  margin:10px;*/
}

.row.body-sidebar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.block ul {
  padding-left:1.5em;
}

.dynamic-menu {
  text-align:right;
}

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

}

.navbar ul.menu li {
    list-style-type: none;
    list-style-image: none;
    border-style: solid;
    border-width: 1px;
    border-color: #0e2444;
    border-radius:3px;
}

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

.navbar ul.menu a:hover {
  text-decoration:none;
  color:#000;
}

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

.nav_bars_wrap{
  background-color:#00263d;
}

.logo-name-slogan {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 100;
    flex-direction: row;
}

body.anon .logo-name-slogan {
    flex-direction: column;
    display: flex;
    width: 100%;
    /* padding-left: 0; */
    /* padding-right: 0; */
    margin-top: 5vw;
}

body.front.anon .logo-name-slogan {
    display: flex;
    width: 100%;
    /* padding-left: 0; */
    /* padding-right: 0; */
    margin-top: 5vw;
}

div.logo{
  display: block;
  z-index: 200;
/*   width: 400px; */
  display: block;
  padding-top: 4px;
}
div.logo img.logo {
/*  max-height: 20vw;
  max-width: 88vw;
  width:550px;
  margin-top: 13px;
  margin-bottom: 10px;*/
  width: 100%;
}

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

div#name-slogan {
    justify-content: flex-end;
    /* min-height: 7vw; */
    background-color: #FFF;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
/*     min-height: 100px; */
}

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

h1#site-name a,
h1#site-name a span {
float: right !important;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-family: 'Avenir Next',Sans-Serif;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: bold;
  }

h2#site-slogan {
    font-size:1em;
    color:#444444;
    padding:0;
    padding-left:20px;
    margin:0;
  }



@media(max-width:768px) {
  div#name-slogan{
    /*float:right;*/
  /*  margin-right:0;*/
    text-transform:uppercase;
    text-decoration:none;
/*     text-align:center; */
/*    width:100%;
    margin-right:0;*/
    padding-right:10px;
  }
}

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

div#topheader {
    height: 100%;
    width: 74%;
    margin-left: auto;
}

div.header div.container section.block{
  overflow-x:hidden;
}

/*.page_header{
  border:0;
  padding:0;
  width:100%;
  min-height: 16vw;
  position:relative;
  background:#fff;
  background-image: url(images/frontpage_welcome.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  border-top-width:200px;
}
body.front .page_header{
    min-height: 44vw;
    background-size: contain;
    background-image: url(images/header1.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
    border-top-width: 200px;
}*/
/*body.front .slider .slide{
    min-height: 44vw;
    background-size: contain;
    background-image: url(images/header1.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
    border-top-width: 200px;
}*/

.page_header #name-slogan{
  background-color: #fff;
}

.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{
/*   background-color:#000; */
  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;
}
body.sidebar-none .container.container_body{
  padding-left:10px;
  padding-right:10px;
  display: flex;
  justify-content: center;
}

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

a, a:active, a:visited {
  color:#0e2444;
  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 */
/* ================================================================================= */
div.main-content .block-menu h2{
/*   display:none; */
}
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;

}

div.main-content .block-menu ul li a:hover{
  text-shadow:0 0 10px #fff;
  box-shadow: 0px 0px 26px rgba(256,256,256,0.6);
  -moz-box-shadow: 0px 0px 26px rgba(256,256,256,0.6);
  background-image:url("images/btn_crnr_hover.png");
  background-repeat:no-repeat;
  background-position:bottom left;
}

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

h1.title {
  font-size:36pt;
  color: #4487ba;
  text-decoration: none;
  font-family: 'Avenir Next',Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-transform:uppercase;
  text-align:center;
}

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;
}

/* ================================================================================= */
/* Theme picture blocks on home page */
/* ================================================================================= */
#block-views-pic_links_home-block_1{
  padding:0;
  margin:0;
  margin-left:auto;
  margin-right:auto;
  width:640px;
}
#block-views-pic_links_home-block_1 table{
  padding:0;
  margin:0;
  border-style:none;
  border-spacing:0;
  line-height:normal;
}
#block-views-pic_links_home-block_1 tr{
  padding:0;
  margin:0;
}
#block-views-pic_links_home-block_1 td{
  width:180px;
  max-height:140px;
  padding:0;
  margin:0;
  background: #5b0001; /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViMDAwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  #5b0001 0%, #8f0222 49%, #6d0019 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5b0001), color-stop(49%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #5b0001 0%,#8f0222 49%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #5b0001 0%,#8f0222 49%,#6d0019 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #5b0001 0%,#8f0222 49%,#6d0019 100%); /* IE10+ */
  background: linear-gradient(to right,  #5b0001 0%,#8f0222 49%,#6d0019 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b0001', endColorstr='#6d0019',GradientType=1 ); /* IE6-8 */
  background-size:20px 140px;
}

#block-views-pic_links_home-block_1 span{
  padding:0;
  margin:0;
}
#block-views-pic_links_home-block_1 td div.views-field-title{
  position:relative;
  top:40px;
  display:block;
  padding:6px;
  background-color:#000;
  background-color:rgba(0,0,0,0.5);
  margin-top:-28px;
  margin-left:0;
  padding-left:30px;
  color:#FFF;
  text-transform:uppercase;
  background-image:url("images/plus.png");
  background-repeat:no-repeat;
  background-position:4px 8px;
}
#block-views-pic_links_home-block_1 td div.views-field-title a{
  font-weight:bold;
  font-size:10px;
  color:#FFF;
  text-transform:uppercase;
}
#block-views-pic_links_home-block_1 td div.views-field-title a:hover{
  text-shadow:0 0 12px #fff;
}
#block-views-pic_links_home-block_1 img{
  float:left;
  border-style:none;
  margin:0;
  padding:0;
  margin-left:20px;
  width:140px;
  height:100px;
}


/* ================================================================================= */
/*  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{
    font-family: 'Avenir Next',Sans-Serif;
    font-size: 24px;
    font-weight:normal;
    margin:0;
}


fieldset.group-general-info{
/*  border-color:#CCCCCC;
  border-style:solid;
  border-width:2px;
  max-width:100%;*/
}
fieldset.group-general-info legend{
  border:none;
  padding:0;
  margin-left:10px;
  width:auto;
}
fieldset.group-general-info .fieldset-wrapper{
/*  padding-left:10px;*/
}
section.block-umi_store_profile,
section#block-views-store_notes_for_store-block_1,
section#block-umi_segcount-0
{
/*  clear:right;
  float:right;
  display:block;
  position:relative;
  max-width:340px;
  min-width:340px;
  background-color:#FFFFFF;
  padding-left:4px;
  margin-left:6px;
  margin-right:6px;
  padding-top:0;
  margin-bottom:10px;
  border-radius: 7px;
  -moz-border-radius: 7px;*/
}


.block-umi_segcount h2{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.block-umi_segcount .content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block-umi_segcount .content table.segmentation-counts {
  width:49%
}



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

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

table.segmentation-counts{
  margin-bottom:20px;
}


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:#FFFFFF;
  margin-top:0;
  padding-top:0;
  margin-bottom:0;
  padding-left:4px;
}
div.profile_edit_link{
    display: block;
    /* position: absolute; */
    /* float: right; */
    /* top: 0; */
    right: 4px;
    margin: 0;
    padding: 0;
    /* width: 40px; */
    text-align: right;
}

div.field-field-store-profile-link a{
  display:block;
  /*width:100%;*/
  border-top-style:dotted;
  border-top-width:1px;
  border-top-color:#cccccc;
}


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:#cccccc;
}
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{
/*  float:right;
  overflow:hidden;
  height:auto;
  width:auto;*/
}
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;
/*  overflow:hidden;*/
}

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:auto;
    height:340px;
}


/* 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,
section.block-umi_segcount div.segment-title{
  border-top-color:#0e2444;
  border-top-width:1px;
  border-top-style:solid;
  border-bottom-color:#0e2444;
  border-bottom-width:1px;
  border-bottom-style:solid;
  margin:0;
  background-color:#0e2444;
  color:#fff;
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: center;
}

section.block-umi_segcount .segcount-total-row {
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
    padding: 6px 4px 6px 4px;
    font-size: 14px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


section.block-umi_segcount tr.segment-title td{
  font-size:1.2em;
  font-weight:bold;
  padding:8px;
}

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

/* throbber */
html.js input.form-autocomplete {
/*   height: 10px; */
}
div.ahah-progress{
  display:block;
  float:none;
  clear:both;
}

.cart-block-summary {
    color: #A0A0A0;
    font-weight: bold;
}

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:0; */
}


/* ===========================================
    Old uc categoties 
=============================================*/
/* Theme category grid catalog categories */
/*table.category td.category{
  padding: 0;
  margin: 0;
  display: table;
  float: left;
  width: 212px;
  height: 50px;
  margin-left: 14px;
  margin-top: 14px;
  margin-bottom: 0;
}*/
/*@media(max-width:774px) {
  table.category td.category{
    width:100%;
  }
}*/


/*table.category td.category a {
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ba006e;
    transition: background .5s,color .5s;
    -webkit-transition: background-color .5s, color .5s;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    white-space: pre-wrap;
    border: none;
    width: 217px;
    height: 50px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}*/

/*table.category td.category a:active,
table.category td.category a:hover
{
  background-color: #FFBF36;
  color:#000;
}*/


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

ul.uc-categories {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0;
}
li.uc-category {
    list-style: none;
    list-style-image: none;
/*     flex: 1; */
}
ul.uc-categories li.uc-category a {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 280px;
    max-width: 317px;
    display: flex;
    height: 50px;
    margin: 8px;
    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;
    background-color:#ba006e;
    color:#fff;
/*    border-color:#ba006e;
    border-style:solid;
    border-width:2px;*/
    border-radius: 6px;
    -moz-border-radius: 6px;
    
}
ul.uc-categories li.uc-category a:hover {
  background-color:#0075b2;
  color:#fff;
}


td.qty input{
  width:30px;
}

.block-umi_custom_landing {
  position:relative;
}


.row .sidebar-left-container {
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
  width: 313px;
  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: 30px;
/*  -webkit-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;*/
}
.sidebar-left-handle {
    background-color: #4487ba;
    width: 30px;
}
.sidebar-left-handle:hover{
    cursor:pointer;
}

.menu-show-hide {
    transform: rotate(90deg);
    margin-top: 30px;
    color: #fff;
    font-family: 'Avenir Next',Sans-Serif;
    font-weight: bold;
    padding: 0;
    font-size: 12pt;
    letter-spacing: 1px;
    text-transform:uppercase;
}
.menu-show-hide:hover{
    cursor:pointer;
}
body.sidebar-left .menu-show-hide-arrow{
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 14px solid #000;
    border-left: 0px;
    margin-top: -42px;
    margin-left: 8px;
/*     top: 300px; */
    position: absolute;
}
body.sidebar-left-collapsed .menu-show-hide-arrow{
/*   margin-left:44px; */
  position:absolute;
  z-index:999;
  transform: rotate(180deg);
}

.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(max-width:1199px) {
  .row.body-sidebar {
      flex-direction: column;
  }
  .body-sidebar .sidebar-left{
    background-color:#000;
    color:#fff;
  }
}



.row .sidebar-left section{
  margin-bottom:20px;
}


.logged-in .gray_line_side {
/*  position:absolute;
  width:1px;
  height:calc(100% - 50px);
  top:25px;
  left:275px;
  background:url(images/line_vert.png) repeat-y;*/
}

.logged-in .gray_line_ww_mid {
/*  position:absolute;
  width:1px;
  height:calc(100% + 15px);
  top:0;
  left:349px;
  background:url(images/line_vert.png) repeat-y;*/
}

.logged-in .gray_line_ww_right {
/*  position:absolute;
  width:1px;
  height:calc(100% + 15px);
  top:0;
  right:24px;
  background:url(images/line_vert.png) repeat-y;*/
}

.row .span3 a,
.row .span3 a:active,
.row .span3 a:visited {
  text-decoration:none;
/*  padding:4px;
  padding-left:60px;
  margin-left:-60px;
  padding-right:140px;
  margin-right:-140px;*/
}

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

.span3 .block > h2 {
  margin:0;
  font-family: 'Gotham Black',Sans-Serif;
  color:#fff;
/*  font-size:8pt;*/
  font-weight:normal;
/*  padding:15px 0 5px 0;
  margin-bottom:7px;*/
}

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

.span3 .block > .content > .menu {
  color:#fff;
  list-style:none;
}

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

.span3 .block > .content > .menu a,
.span3 .block > .content > .menu a:active,
.span3 .block > .content > .menu a:visited {
  color:#000;
  font-weight:bold;
  font-size:11px;
  display:block;
  padding:2px;
  padding-top:4px;
  padding-left:46px;
  margin-left:-46px;
  padding-right:19px;
  margin-right:-19px;
}



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

@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:#6ec1e4;
    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: 7px;
    width: 9px;
    height: 9px;
    display: block;
}

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


.row .span3  ul.jquerymenu li span{
  background-image:url('images/menu-leaf.png');
  background-size: 6px 6px;
  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 {
/*   font-family:NeutraDisplayTitling, sans-serif; */
  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:#ba006e;
  color:#fff;
/*   font-family:NeutraDisplayTitling, sans-serif; */
  text-transform:uppercase;
  font-size:9pt;
  line-height:25px;
}

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

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

/*#search-block-form input[type="text"] {
  border:0;
  margin:0;
  box-shadow:inset 0 0 3px 0px rgba(0, 0, 0, .5);
  padding:5px 28px 5px 5px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}*/

#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 {
  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 #ccc;
}

#search-block-form input.form-submit:hover {
  background-color:#ba006e;
  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: center;
    min-height: 34px;
    color: #fff;
    font-size: 12px;
    background-color: #00263d;
}

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

.footer a, .footer a:active, .footer a:visited {
  color:#ccc;
  font-weight:bold;
  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 10px 30px 10px;
  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 .container.container_body{
  background-color: #fff;
}

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

.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 {
   -webkit-transition: width 0s ease-in-out;
    transition: width 0s ease-in-out;
    width: 100%;
  }
  .row .sidebar-left-container {
   -webkit-transition: width 0s ease-in-out;
    transition: width 0s ease-in-out;
    width: 100%;
  }
  .row .sidebar-left {
    width: 100%;
  }
  .sidebar-left-handle {
      display:none;
  }

  .span9.main-content {
    padding-left:10px;
  }
  body.not-logged-in .span3 h2 {
    text-align:center;
  }
  .home_anon_landing {
    text-align:center;
  }
  .home_anon_landing img {
    width:500px;
    max-width:100%;
  }
}


@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;
  }
}

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

@media all and (max-width: 600px)  {
    div.tabs-wrapper {
        zoom:80%;
    }
}

* 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;
}
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:#ba006e;
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
}
div#swf-controls a:hover{
  background-color:#FFFFFF;
  color:#ba006e;
}


/* Style messages */
div.messages{
  margin-top:10px;
  margin-bottom:10px;
  padding:6px;
  border-width:1px;
  border-radius:3px;
  border-style:solid;
  border-color:#ccc;
  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;
}
div.messages.ma-pink{
  border-color: #b9006e;
  background-color: #b9006e;
  color: #fff;
}
div.messages.ma-pink a,
div.messages.ma-pink a:active,
div.messages.ma-pink a:visited
{
  color: #fff;
  text-decoration:underline;
}

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

form select#edit-attributes-4 option,
div.webform-component-select option
 {
    font-family: monospace;
}

/* 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: 60vw;
}
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;
    
}

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-4 option {
    font-family: monospace;
}

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

div.main-content td {
    font-size:12px;
    padding:4px;
    margin:0;
  }
  
.uc-sales-table td {
    vertical-align: top;
    white-space: pre;
}

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

.negative.linkbox {
    background-color: #b9006e;
    color:#fff;
    margin-top: 2px;
    padding: 6px;
    font-weight: bold;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.negative.linkbox a{
    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:hover {
    background-color: #ba006e;
}

section.block-umi_store_profile .negative.linkbox {
    margin-bottom: 10px;
    padding: 10px;
}

section.block-ma_chart div#zips_region_locations_map_canvas {
    width: 100%;
    height: 300px;
}

.block-umi_segcount div.segtype-wrapper {
    margin-bottom: 20px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    border-color:#0e2444;
    border-width:2px;
    border-style:solid;
}


section.block-umi_segcount .fieldset-wrapper.segcount-counts-wrapper {
    overflow: auto;
    max-height: 200px;
}

html.js section.block-umi_segcount fieldset.collapsible .fieldset-wrapper{
  overflow: auto;
}


section.block-umi_segcount div.segtype-wrapper .row.heading {
    font-weight: normal;
}

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

div.contentright section.block{
  margin-bottom:16px;
}
div.contentleft 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.front-pg-blocks{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    margin-top:-1px;
}

div.container.front-pg-blocks a{
color: #fff;
    font-family: 'Gotham Black',Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
    flex-grow: 1;
    margin: 5px;
}
div.container.front-pg-blocks a div.lbl{
font-family: 'Gotham Black',Sans-Serif;
    font-size: calc(1.2vw + 1.2vh);
    color: #fff;
    -moz-border-radius: 3px;
    z-index: 5;
    padding: 4px;
    padding-left: 14px;
    text-shadow: 2px 2px 4px #000000;
}


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

div.span9.main-content{
  width:100%;
}

@media (min-width: 1200px) {
  body.sidebar-left div.span9.main-content{
    width: calc(100vw - 346px);
  }
  body.sidebar-left-collapsed div.span9.main-content{
    width: calc(100vw - 66px);
  }
}

/*@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: 6px;
    text-transform: uppercase;
    font-size: 11px;
}

@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: 800px) {
  div.container.front-pg-blocks a{
      margin-bottom: 20px;
      font-size:14px;
  }
  div.container.front-pg-blocks a.front-pg-block div{
/*       height: 106px; */
/*       width: 120px; */
  }
}



@media (max-width: 600px) {
  div.page_header img.logo{
/*     width:70px; */
    margin-right:10px;
  }
  h1#site-name a {
      font-size: 38px;
  }
}
@media (max-width: 500px) {
  div.page_header img.logo{
/*     width:60px; */
    margin-right:10px;
    width:100px;
  }
  h1#site-name a {
      font-size: 32px;
  }
  div.container.front-pg-blocks a{
     width: 50%;
  }
}
@media (max-width: 500px) {
h1#site-name a, h1#site-name a span {
      font-size: 18px;
      text-align:center;
      padding: 8px;
      padding-bottom: 4px;
      padding-left:0;
      padding-right: 0;
      width: auto;
  }
  h1.title {
      font-size: 24pt;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .span3 {
      margin-left: 0;
  }
}

@media (min-width: 1200px) {
[class*="span"] {
    margin-left: 0;
}}

@media (min-width: 1200px) {
.span3.sidebar-left {
    width:306px;
}}

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

div.front-pg-blocks a.front-pg-block{
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.5s ease-in-out;
    transition: background-image 0.5s ease-in-out;
    height: 20vw;
    padding:0;
    margin: 1px;
    margin-left: 0;
    margin-right: 2px;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    padding:0;
}
@media(max-width:1400px) {
  div.front-pg-blocks a.front-pg-block{
      height: 280px;
  }
}
@media(max-width:900px) {
  div.front-pg-blocks a.front-pg-block{
      height: 200px;
  }
}
div.front-pg-blocks a.front-pg-block .bkgimg{
    background-image: inherit;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 1;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
}
div.front-pg-blocks a.front-pg-block .bkgimg::before{
  content: "";
  transition: opacity .5s ease-in-out,contrast .5s ease-in-out;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background-color:#000;
  opacity: .7;
}
div.front-pg-blocks a.front-pg-block .lbl{

}

div.front-pg-blocks a.front-pg-block:active .bkgimg::before,
div.front-pg-blocks a.front-pg-block:hover .bkgimg::before
{
  opacity: 0;
}

div.front-pg-blocks a.front-pg-block.block1{
  background-image:url('images/front_pg_btns/apparel.webp');

}

div.front-pg-blocks a.front-pg-block.block2{
  background-image:url('images/front_pg_btns/email_templates.webp');
}

div.front-pg-blocks a.front-pg-block.block3{
  background-image:url('images/front_pg_btns/equipment.webp');
}

div.front-pg-blocks a.front-pg-block.block4{
  background-image:url('images/front_pg_btns/marketing_materials.webp');
}

div.front-pg-blocks a.front-pg-block.block5{
  background-image:url('images/front_pg_btns/signage.webp');
}

div.front-pg-blocks a.front-pg-block.block6{
  background-image:url('images/front_pg_btns/custom_creative_request.webp');
}




#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-family: 'Avenir Next',Sans-Serif;
  font-size: 18px;
  font-weight: bold;
  color: #4487ba;
  margin-bottom: 0px;
  padding-bottom: 2px;
  text-transform: uppercase;
}

section.block h2,
section.block-jquerymenu h2,
section.block h2 a,
section.block-jquerymenu h2 a
{
  font-size: 18px;
/*  margin-bottom: 0px;
  padding-bottom: 2px;*/
  text-transform: uppercase;
}


section.block-search label{
  display:block;
}
#search-block-form input{
    font-family: 'Roboto',Sans-Serif;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    background-size: cover;
    width:220px;
    margin-top: 6px;
    border-radius: 6px;
    border-style: solid;
    border-color: #eee;
    border-width: 1px;
    margin-right: -28px;
    padding-right: 20px;
}
body.corpadmin_dashboard input#aps_text {
    width: 248px;
}


#search-block-form input:focus{
  outline:0;
}
#search-block-form input::placeholder{
  color:#000;
/*   font-weight:bold; */
  text-transform:uppercase;
/*   letter-spacing:1px; */
}

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

}
div#search-block-form {
    padding-left: 20px;
    padding-right: 10px;
    height: 50px;
    position: absolute;
    top: 100px;
    right: 16px;
}
body.front div#search-block-form {
    padding-left: 20px;
    padding-right: 10px;
    height: 50px;
    position: absolute;
    top: 100px;
    right: 16px;
}



@media (max-width: 800px) {
  div#search-block-form,
  body.front div#search-block-form {
      position: relative;
      top: auto;
      right: auto;
      margin-top: 0;
  }
}

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

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus
{
/*   background-image: url(images/search-btn-on.png); */
  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: #ba006e;
    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:14px;
  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: #ccc;
    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: #ba006e;
}*/


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

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


/* overide dynamic-menu */
div.dynamic-menu ul.menu{
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top:0;
  margin-bottom:0;
/*   padding-top:14px; */
  z-index:99;
  background-color:#0e2444;
  height:50px;
  overflow:visible;
}
div.dynamic-menu ul.menu li{
    flex: 1;
    justify-content: center;
    text-align: center;
    margin:0;
    padding:0;
    background-repeat: no-repeat;
    
}
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: 'Avenir Next',Sans-Serif;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    height: 50px;
    font-size: 16px;
    padding-left: 4px;
    padding-right: 4px;
}

div.dynamic-menu ul.menu li ul.menu{
    display:flex;
    background-color:#0075b2;
    flex-direction:column;
    padding:0;
    margin:0;
    margin-left:0;
    position:absolute;
    margin-top:-4000px;
    padding-top:4px;
    padding-bottom:4px;
    opacity:0;
    height:0px;
    max-height:0px;
    min-width:160px;
/*     border-radius: 6px; */
/*     -moz-border-radius: 6px; */
/*    -webkit-transition: max-height 1s ease .13s,opacity 1s ease .13s;
    transition: max-height 1s ease .13s,opacity 1s ease .13s;*/
}
div.dynamic-menu ul.menu li:hover > a{
    color:#fff;
    background-color:#0075b2;
}
 @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:#0075b2;
  }
 } 
div.dynamic-menu ul.menu li ul.menu li{
/*     display:block; */
    height:auto;
    padding:0;
    margin:0;
    padding-right:10px;
    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:10px;
}
div.dynamic-menu ul.menu li ul.menu li a{
    font-family: 'Tahoma',Sans-Serif;
    display:block;
    height:auto;
    color:#fff;
    font-size:11px;
    text-transform:uppercase;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:4px;
    padding-right:4px;
    margin:0;
    flex: 1;
    justify-content: left;
    text-align: left;
    border-right-style:none;
    border-top-style:none;
/*     max-width: 98%; */
}
div.dynamic-menu ul.menu li ul.menu li a:hover{
    text-decoration:none;
    background-color:#fff;
    color:#0075b2;
}

@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 a {
/*     max-width:70%; */
    font-size:12pt;
  }
  div.dynamic-menu ul.menu li ul.menu {
    display:none;
  }
  div.dynamic-menu {
/*     margin-left: -10px; */
  }
}

div.container div.row{
  margin-left: -10px;
}


 @media (max-width: 800px) { 
   .navbar ul.menu {
    display:block;
    padding-left: 0px;
  }
  div.dynamic-menu ul.menu {
      height: auto;
      display:block;
      margin-top: 0;
      margin-bottom: 0;
  }
  .navbar ul.menu li {
      line-height: 16px;
      background-color: #00263d;
      margin-top: 0;
      display: block;
      font-size: 16px;
  }
  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;
  }
  div.dynamic-menu ul.menu li a {
/*       min-width: 100%; */
  }
 } 
  .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%;
  }
  
  ::-webkit-scrollbar{
        height: 12px;
        width: 12px;
        background: #eee;
  }
  ::-webkit-scrollbar-thumb:horizontal{
      background: #ccc;
      border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:vertical{
      background: #ccc;
      border-radius: 10px;
  }
}


@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: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

#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
{
    width: 100%;
}
#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: #ccc;
}
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;
}font-family



/* Overide Example Charts */
.umi_diagnostics_weekly_sales_gauge .data-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: right;
    clear: both;
    margin-top: 20px;
    height: 100%;
}

.umi_diagnostics_weekly_sales_gauge .value {
    font-size: 20px;
    background-color: #eee;
    min-width: 140px;
    padding:4px;
    text-align: center;
}font-family
.umi_diagnostics_weekly_sales_gauge .block-footer {
    width:100%;
    text-align:center;
}
#umi_diagnostics_weekly_sales_data_gauge table{
  border-collapse: separate;
}

/* Style slick slider */
ul.slick-dots {
    margin-top: -56px;
    position: relative;
    z-index: 900;
}

div.header img{
  width:100%;
  display:flex;
}


form#user-profile-form div.picture img,
div.profile div.picture img{
  max-width:200px;
}

div#segment-counts em{
  font-weight:bold;
}

.block-ma_chart .lg_map_link{
  width:100%;
  text-align:center;
}

.uc-out-of-stock-instock {
    margin-bottom: 6px;
    margin-top:6px;
}

ul.stock-multi-desc > ul{
  margin-left:16px;
}

select#edit-field-prod-category-value{
  height:400px;
}
div.view select#edit-field-prod-category-value{
  height:auto;
}
font-family
table.cart-block-summary {
    font-size: 14px;
}


.back-to-link {
  background: #0e2444;
  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;
  /*-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,1);*/
  /*-moz-box-shadow: 0px 0px 6px rgba(0,0,0,1);*/
}

.back-to-link:hover {
  background: #0075b2;
}

@media only screen and (max-width: 600px) {
  .back-to-link {
    position: relative;
    clip-path: none;
    transform: none;
    top: auto;
    left: auto;
    display: block;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    text-align: center;
  }
}

.back-to-link:hover {
/*   background: rgba(15, 65, 107, 0.75); */
  background: $secondary;
}

.back-to-link a {
  color: #fff;
  font-size: 0.875rem;
  font-family: "Avenir Next", Sans-Serif;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  transition-property: color, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.back-to-wrapper {
  display: flex;
}

.back-to-link:hover a {
  color: #ffffff;
  text-decoration: none;
}

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

.back-to-link svg {
  /* fill: #11436b; PRIMARY BRAND COLOR */
  fill: #fff; /* BRAND SECONDARY/ACCENT COLOR */
  height: 14px;
  margin-right: 4px;
  align-self: center;
}
