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

@font-face {
  font-family: 'Gotham';
  src: url('fonts/GothamBook.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('fonts/Gotham-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham-Black';
  src: url('fonts/Gotham-Black.otf') format('opentype');
}




body {
  font-family: 'Gotham', 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: 2px;
}*/

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

.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: #fff; */
  /* border-bottom-style: none; */
}

.navbar ul.menu li.first {
  /* border-left: 0; */
}

.navbar ul.menu li.last {
  /* border-right: 0; */
}

.navbar ul.menu a,
.navbar ul.menu a:active,
.navbar ul.menu a:visited {
  color: #067e90;
  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: #ff6900ff;
}

.logo-name-slogan {
  display: flex;
  justify-content: flex-start;
  background-color: #067e90;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 100;
  padding-left: 10px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 40px;
}


div.logo {
  display: block;
  z-index: 200;
  /* width: 400px; */
  display: block;
  padding-top: 4px;
}


div#logo-seperator {
    background-color: #ffba00;
    width: 3px;
    height: 48px;
}

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: transparent;
  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 {
  text-decoration: none;
  font-family: 'Gotham-Black', Sans-Serif;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  /* padding-bottom: 10px; */
  /* line-height: 60px; */
  padding: 0;
  margin: 0;
}
h1#site-name em {
    color: #ffba00;
}

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 #name-slogan {
  background-color: #fff;
}

.home_anon_landing img {
  width: 100%;
}

.page_header_bg {
  width: 100%;
}


ul.primary {
  display: flex;
  flex-wrap: wrap;
}

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

.navbar-primary .nav>li>a {
  color: #DCDCDC;
}

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

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

a,
a:active,
a:visited {
  color: #067e90;
  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;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
div.main-content div.contentleft {
    width: 46%;
}
div.main-content div.contentright {
    width: 46%;
}
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: #ce0082;
  text-decoration: none;
  font-family: 'Gotham-Black', Sans-Serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  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 .row-fluid{
  margin-top:20px;
}
body.store .main-content h1.title{
  text-transform:uppercase;
}
body.store .main-content h2 {
  font-family: 'Gotham-Black', Sans-Serif;
  color: #ce0082;
  font-size: 34px;
  font-weight: normal;
  text-transform:uppercase;
  margin: 0;
}

body.store .main-content h3 {
    font-family: 'Gotham', Sans-Serif;
    color: #000;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    text-align:center;
}

body.store .main-content fieldset.collapsed{
  height:20px;
  padding:0;
}

body.store .main-content fieldset.collapsible legend a {
    color: #000;
}

body.store .main-content fieldset.collapsible legend a {
    background-image: url('images/menu-expanded-purple.png');
    background-size: 12px;
    padding-left: 20px;
    background-position: 5px 3px;
}
body.store .main-content fieldset.collapsed legend a {
    background-image: url('images/menu-collapsed-purple.png');
    background-size: 12px;
    padding-left: 20px;
    background-position: 5px 3px;
}
fieldset.group-general-info legend {
  border: none;
  padding: 0;
  margin-left: 10px;
  width: auto;
}

body.store .main-content .negative.linkbox{
  background-color: #067e90;
  color: #fff;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
body.store .main-content .negative.linkbox:hover{
  background-color: #ff6900;
}

.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;
  margin-top: 6px;
}

.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: #067e90;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-color: #067e90;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 0;
  background-color: #067e90;
  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-width: 0;
  border-top-style: solid;
  border-bottom-color: #dddddd;
  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;
  width: 33%;
}

/* throbber */
html.js input.form-autocomplete {
  /*   height: 10px; */
}

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

.cart-block-items,
.cart-block-summary {
  border-bottom: 2px;
  padding: 2px;
  font-size: 12px;
  width: 100%;
}

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

#search-block-form input#edit-search-block-form-1 {
  width: 180px;
  margin-right: -34px;
}

.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: #067e90;
    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-family: 'Gotham-Black';
  font-size: 25px;
  line-height: 25px;
  font-weight: normal;
  text-transform: capitalize;
  min-width: 317px;
  max-width: 317px;
  display: flex;
  height: 100px;
  margin: 8px;
  padding: 4px;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background-color .5s, color .5s, border .5s, color .5s;
  -webkit-transition: background-color .5s, color .5s, border .5s, color .5s;;
  background-color: #067e90;
  color: #fff;
  border-color:#fff;
  border-style:solid;
  border-width:2px;
  border-radius: 15px;
  -moz-border-radius: 15px;
}

ul.uc-categories li.uc-category a:hover {
  background-color: #fff;
  color: #067e90;
  border-color:#067e90;
}


td.qty input {
  width: 30px;
}

.block-umi_custom_landing {
  position: relative;
}

.row.body-sidebar {
  height: 100%;
}

.row .sidebar-left-container {
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
  width: 313px;
  background-color: #848282;
  height: 100%;
}



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: #ffba00;
  width: 30px;
}

.sidebar-left-handle:hover {
  cursor: pointer;
}

.menu-show-hide {
  transform: rotate(90deg);
  margin-top: 30px;
  margin-left: -3px;
  color: #fff;
  font-family: 'Gotham-Medium', Sans-Serif;
  font-weight: normal;
  padding: 0;
  font-size: 16px;
  /* letter-spacing: 1px; */
  padding-left: 10px;
  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 #fff; */
  /* border-left: 0px; */
  margin-top: -44px;
  margin-left: 4px;
  /* top: 400px; */
  /* position: absolute; */
  background-image: url('images/navbar_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

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 10px 14px 10px;
  position: relative;
  z-index: 10;
  background-color: #fff;
  color: #000;
  margin-top: 0;
  text-transform: none;
}

.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 li > a.active {
  text-decoration: none;
  color: #000;
}

.row .span3 li > a.active {
  background-color: #ce0082;
  color: #fff;
}

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

.span3 .block>h2 {
  margin: 0;
  font-family: 'Gotham-Medium', 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: normal;
  font-size: 11px;
  display: block;
  padding: 2px;
  padding-top: 4px;
  padding-left: 46px;
  margin-left: -46px;
  padding-right: 19px;
  margin-right: -10px;
}

.span3 .block>.content>.menu a.active {
  color: #fff;
}

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

@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');
  background-size: 8px 8px;
}

.row .span3 ul.jquerymenu span.closed {
  background-image: url('images/menu-collapsed.png');
  background-size: 8px 8px;
}

.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: #067e90;
  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: #067e90;
  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;
  display: flex;
  align-content: center;
  align-items: baseline;
}

#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: #067e90;
  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: #067e90;
}

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

.footer a,
.footer a:active,
.footer a:visited {
  color: #fff;
  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: #1b295b; */
}

.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 {
  font-family: Gotham-Medium;
  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: #067e90;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

div#swf-controls a:hover {
  background-color: #FFFFFF;
  color: #067e90;
}


/* 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.tsc-orange {
  border-color: #ff9d25ff;
  background-color: #ff9d25ff;
  color: #fff;
}

div.messages.tsc-orange a,
div.messages.tsc-orange a:active,
div.messages.tsc-orange 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: #ff6900ff;
  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: #067e90;
}

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

section.block-tsc_chart div#tsc_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: #067e90;
  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; */
  background-color: #eee;
  height: auto;
  /* z-index: 9999; */
  position: relative;
  gap: 1px;
  padding: 1px;
}

div.container.front-pg-blocks a {
  font-family: 'Gotham-Black', Sans-Serif;
  font-size: 22px;
  font-weight: normal;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* letter-spacing: 1px; */
  flex-grow: 1;
  margin: 5px;
  color: #ff6900;
  background-color: #fff;
}
div.container.front-pg-blocks a .lbl {
  color: #ff6900;
  background-color: #fff;
  transition:background-color 1s, color .5s;
}
div.container.front-pg-blocks a:hover .lbl {
  color: #fff;
  background-color: #ce0082;
}

div.container.front-pg-blocks a div.lbl {
  font-family: 'Gotham-Black', Sans-Serif;
  font-weight: normal;
  /* font-size: 1.3vw; */
  padding: 10px 14px 10px 14px;
  text-transform: uppercase;
  width: -webkit-fill-available;
  background-image: url(images/fp_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 8px top 8px;
  padding-right: 30px;
}
div.container.front-pg-blocks a:hover div.lbl {
  background-image: url(images/fp_btn_arrow_hover.svg);
}

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 - 306px);
  }

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

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

  h1#site-name a,
  h1#site-name a span {
    padding-right: 80px;
    background-size: auto 30px;
    background-position-y: 11px;
  }
}

@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: 20px;
  }

  div.container.front-pg-blocks a div.lbl {
      background-size: 20px;
      padding-right: 20px;
  }
}

@media (max-width: 850px) {

.logo-name-slogan {
    gap: 5px;
}
  div.logo-name-slogan img.logo {
         width: 140px;
  }
  h1#site-name a {
    font-size: 30px;
  }
  div.container.front-pg-blocks a {
    width: 40%;
    height: 10%;
  }
}


@media (max-width: 600px) {

.logo-name-slogan {
    gap: 5px;
}
  div.logo-name-slogan img.logo {
         width: 100px;
  }
  h1#site-name a {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  div.logo-name-slogan img.logo {
    /* max-width: 40px; */
    margin-right: 0;
  }

  h1#site-name a {
    font-size: 32px;
  }

  div.container.front-pg-blocks a {
    width: 50%;
    height: 10%;
  }

  h1#site-name a,
  h1#site-name a span {
    font-size: 3.2vw;
    /* text-align: center; */
    /* padding: 8px;
      padding-bottom: 4px;
      padding-left:0; */
    padding-right: 0;
    width: auto;
    /* background-size: auto 20px; */
    /* background-position-y: 6px; */
  }

  h1.title {
    font-size: 24pt;
  }
  
  .span12.main-content{
    font-size: 18px!important;
  }
  
  .bg-orange {
      background-color: #ff6900;
      padding: 4px 10px 0 10px;
      /* transform: rotate(-.5deg); */
      display: inline-block;
  }
}

@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: auto;
  aspect-ratio: 20 / 9;
  padding: 0;
  margin: 0;
  /* margin-left: 0; */
  /* margin-right: 2px; */
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  padding: 0;
  border: 0;
}

@media(max-width:1400px) {
  div.front-pg-blocks a.front-pg-block {
    /* height: 340px; */
  }
}

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:active .bkgimg,
div.front-pg-blocks a.front-pg-block:hover .bkgimg {
/*   filter: sepia(100%) saturate(400%) hue-rotate(-30deg) contrast(100%); */
}



div.front-pg-blocks a.front-pg-block .bkgimg {
  filter: opacity(0);
  transition:filter 2s
}
div.front-pg-blocks a.front-pg-block:hover .bkgimg {
  filter: opacity(1);
}
div.front-pg-blocks a.front-pg-block.block1 .bkgimg {
  background-image: url('images/front_pg_btns/current_national_promotions.webp');
}
div.front-pg-blocks a.front-pg-block.block2 .bkgimg {
  background-image: url('images/front_pg_btns/local_marketing_programs.webp');
}
div.front-pg-blocks a.front-pg-block.block3 .bkgimg {
  background-image: url('images/front_pg_btns/menu_support.webp');
}

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

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

div.front-pg-blocks a.front-pg-block.block6 .bkgimg {
  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: 'Gotham-Black', Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  color: #067e90;
  margin-bottom: 0px;
  padding-bottom: 2px;
  text-transform: none;
}

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


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

#search-block-form input {
  font-family: 'Gotham', Sans-Serif;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 26px;
  /* margin-right: -26px; */
  background-size: cover;
  width: 180px;
  /* margin-top: 6px; */
  /* border-radius: 6px; */
  border-style: solid;
  border-color: #eee;
  border-width: 1px;
  margin-right: -38px;
  padding-right: 20px;
  background-image: url('images/search.svg');
  background-size: 18px;
  background-position-y: center;
  background-position-x: 4px;
  background-repeat: no-repeat;
}

div.sidebar-left #search-block-form input {
  background-image: url('images/search-pink.svg');
}

body.corpadmin_dashboard input#aps_text {
  width: 248px;
}


#search-block-form input:focus {
  outline: 0;
}

#search-block-form input::placeholder {
  color: #ccc;
}

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

div#search-block-form {
  position: absolute;
  top: 20px;
  right: 14px;
}

body.front div#search-block-form {
  position: absolute;
  top: 20px;
  /* right: 2px; */
}


@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_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: relative;
  left: -4px;
}

div.sidebar-left #search-block-form input.form-submit {
  background-image: url(images/search_arrow-pink.svg);
}

#search-block-form input.form-submit:hover {
  background-image: url(images/search_arrow_hover.svg);
}
#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: #067e90;
  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;
}

/*.attributes {
    clear: both;
}*/

div.more-product-images {
  max-width: 200px;
}

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: #067e90;
}*/


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

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


/* override 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: #fff;
  /* height: 34px; */
  overflow: visible;
  gap: 6px;
  flex-wrap: wrap;
  /* padding-top: 8px; */
  padding-bottom: 8px;
  border-bottom-color: #eee;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-color: #eee;
  border-top-width: 1px;
  border-top-style: solid;
}

div.dynamic-menu ul.menu li {
  /* flex: 1; */
  justify-content: center;
  /* text-align: center; */
  margin: 0;
  padding: 1px;
  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: 'Gotham', Sans-Serif;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  padding: 4px;
  padding-top: 6px;
  height: 100%;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  white-space: nowrap;
  /* border-style: none; */
  /* border-width: 0; */
  th: 0;
}
div.dynamic-menu ul.menu > li.dropdown > a {
    padding-right: 40px;
    background-image: url('images/top_nav_arrow.svg');
    background-position: right 20px center;
    background-size: 16px;
    background-repeat: no-repeat;
}

div.dynamic-menu ul.menu li ul.menu {
  display: flex;
  background-color: #067e90;
  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: #067e90;
}

@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: #067e90;
  }
}

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: #067e90;
}

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

@media(max-width:1199px) {
  .row.body-sidebar {
    flex-direction: column;
    height:auto;
  }
  

  .body-sidebar .sidebar-left {
    background-color: #000;
    color: #fff;
  }

  section.block h2 a,
  div.sidebar-left section.block-jquerymenu h2 a {
    color: #ff6900;
  }

  div.sidebar-left section.block h2 a,
  div.sidebar-left section.block-jquerymenu h2 a {
    color: #ff6900;
  }

  div.sidebar-left input.form-submit {
    background-color: #ff6900;
  }

  div.sidebar-left a,
  div.sidebar-left a:active,
  div.sidebar-left a:visited {
    color: #ccc;
  }

}

@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: #067e90;
    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 {
    height: 50px;
    color:#fff;
  }

  div.dynamic-menu ul.menu li a:hover {
    background-color: #ff6900;
  }

}

.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 */
div.mainpage .slick-dotted.slick-slider {
  margin-bottom: 0;
}

ul.slick-dots {
  position: absolute;
  bottom: 0;
  z-index: 900;
}

ul.slick-dots li.slick-active button:before {
  opacity: .90;
  color: rgb(255, 255, 255);
}

ul.slick-dots li button:before {
  opacity: .60;
  color: rgb(255, 255, 255);
}


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-tsc_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: #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;
}

.back-to-link:hover {
  background: #067e90;
}

@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 a {
  color: #3399CC;
  font-size: 0.875rem;
  font-family: 'Gotham-Black Bold', Sans-Serif;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}

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

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

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

div .collapsiblock a {
  background: url(images/down_arrow.png) no-repeat right;
  background-size: 18px 14px;
  display: block;
}

div .collapsiblock.collapsiblockCollapsed a {
  background: url(images/left_arrow.png) no-repeat right;
  background-size: 14px 18px;
  display: block;
}


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

@media (max-width: 800px) {
  div.main-content div.contentleft {
      width: 100%;
  }
  div.main-content div.contentright {
      width: 100%;
  }
}

/* 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.Custom.Art.Request.Form {
  background-color: rgba(215, 255, 215, 1);
}

/*tr.even.Custom.Art.Request.Form{
  background-color:rgba(215,255,215,.5);
}*/
tr.Custom.Cup.Request.Form {
  background-color: rgba(192, 192, 255, 1);
}

/*tr.even.Custom.Cup.Request.Form{
  background-color:rgba(192,192,255,.5);
}*/
tr.Custom.Monitor.Request.Form {
  background-color: rgba(255, 224, 123, 1);
}

/*tr.even.Custom.Monitor.Request.Form{
  background-color:rgba(255,224,123,.5);
}*/
/*
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: #ff6900ff;
  /*   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 div#comments>div.box>h2 {
  color: #ff6900ff;
}

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

#edit-submitted-crproj-request-information-crproj-fee-agreement-1-wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
}

video.video-js {
  width: 460px;
  margin-top: 16px;
}

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

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

.search-result-wrapper-tsc .image {
  display: flex;
  margin-right: 10px;
  flex-grow: 0;
/*   min-width: 80px; */
  align-items: flex-start;
  justify-content: center;
}

.search-result-wrapper-tsc .title {
  font-size: 18px;
}

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

.sidebar-left section.block-umi_kit h2 {
  color: #000;
  margin-bottom: 0;
}

/* Style favorites block */
#favorites-add-favorite-form fieldset.collapsed {
  border-style: none;
}

html.js #favorites-add-favorite-form fieldset legend a {
  background-color: #1b295b;
  background-image: none;
  border-radius: 0;
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  padding: 2px 4px 2px 4px;
  line-height: 10px;
  text-transform: uppercase;
  font-family: Arial;
}

html.js #favorites-add-favorite-form fieldset legend a:hover {
  background-color: #ff6900ff;
}

section.block-favorites ul li {
  margin: 0 0 0.25em .8em;
}

.row .span3 section.block-favorites ul li a,
.row .span3 section.block-favorites ul li a:active,
.row .span3 section.block-favorites ul li a:visited {
  background-color: #fff;
  color: #000;
  font-size: 11px;
  padding: 2px 10px 2px 10px;
}

.row .span3 section.block-favorites div.item-list ul li a:hover {
  background-color: #ff9d25;
  color: #fff;
}

section.block-favorites div.item-list ul li a.favorites-remove,
section.block-favorites div.item-list ul li a.favorites-remove:active {
  color: #067e90;
  font-weight: normal;
  font-family: Arial;
  font-size: 11px;
  border-color: #067e90;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  padding: 0 4px 1px 4px;
  margin-right: 0;
  margin-left: 0;
}

section.block-favorites div.item-list ul li a.favorites-remove:hover {
  color: #fff;
}

section.block-favorites input.form-submit {
  font-weight: normal;
  font-size: 11px;
  padding: 2px 4px 2px 4px;
  line-height: 10px;
  text-transform: uppercase;
  font-family: Arial;
  height: 16px;
}

section.block-favorites input.form-submit:hover {
  background-color: #ff6900ff;
}




/* Style anonymous Front Page  */
body.front.anon .logo-name-slogan {
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
body.front.anon .container.container_body {
  background-image: url(images/login_bkg.webp);
  background-size:cover;
  background-position: bottom center;
}
body.front.anon div.navbar {
  display:none;
}

body.front.anon img.welcome-banner {
    width: 80vw;
    max-width: 1000px;
    margin-top: 60px;
    margin-bottom:-4px;
    transform: rotate(0deg);
    z-index: 999;
    position: relative;
}


body.front.anon form#user-login-form {
    background-color: #fff;
    padding: 40px;
    padding-bottom: 100px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -18px;
    transform: rotate(-1deg);
    z-index: 1;
}

body.front.anon section#block-block-71 {
    margin-top: -108px;
    font-weight: normal;
    font-family: 'Gotham';
    font-size: 12px;
    color: #067e90;
    transform: rotate(0deg);
    margin-left:auto;
    margin-right:auto;
}

body.front.anon form#user-login-form input#edit-name,
body.front.anon form#user-login-form input#edit-pass  {
    border-color: #ff6900;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    width:250px;
    transform: rotate(1deg);
}
body.front.anon form#user-login-form input#edit-name::placeholder,
body.front.anon form#user-login-form input#edit-pass::placeholder  {
    color:#ccc;
    text-transform:uppercase;
}
body.front.anon form#user-login-form label  {
    display:none;
}
body.front.anon form#user-login-form .item-list a {
   font-size:20px;
   text-transform:uppercase;
   text-decoration:underline;
   letter-spacing:1px;
}

body.front.anon form#user-login-form input#edit-submit {
    border-style: none;
    color: #ffffff;
    text-indent: -1900px;
    background-image: url(/sites/default/themes/tropical_bootstrap02/images/fp_btn_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    background-color: transparent;
    position: relative;
    left: 114px;
    top: -48px;
    width: 34px;
    height: 34px;
}
body.front.anon form#user-login-form input#edit-submit:hover {
    background-image: url(/sites/default/themes/tropical_bootstrap02/images/fp_btn_arrow_hover.svg);
}
body.front.anon form#user-login-form .item-list {
    list-style: none;
    margin-top: -20px;
    transform: rotate(1deg);
}
@media(max-width:500px) {
  body.front.anon form#user-login-form {
      width: 280px;
  }
  body.front.anon section#block-block-71 {
      width: 300px;
  }
}
/* End style anonymous Front Page  */

/* over-ride slick buttons */
/* Arrows */
.mainpage .container .slick-prev,
..mainpage .containerslick-next
{
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
}

.mainpage .container .slick-prev:before,
.mainpage .container .slick-next:before
{
    font-size: 30px;
}

.mainpage .container .slick-prev
{
    left: 2px;
    z-index: 999;
    display: block;
}
.mainpage .container .slick-next
{
    right: 12px;
    z-index: 999;
    display: block;
}
