.header-right {
  float: right;
  padding: 8px; }

.header-right {
  /*display: none;*/ }

.footer-area h1, .footer-area h2, .footer-area h3, .footer-area h4, .footer-area h5, .footer-area h6 {
  color: #9e005d !important;
  margin-bottom: 1em !important; }

.footer-area ul li a {
  color: #666;
  padding: 2px 0;
  border-bottom: none;
  display: block;
  text-shadow: none; }

.footer-area a {
  text-shadow: none !important; }

.footer-widget-col {
  margin-bottom: 2em; }

/* Header Store */
#header .selected-store {
  display: inline-block;
  margin-top: 14px;
  margin-left: 10px;
  float: right; }
  @media only screen and (max-device-width: 640px) and (min-device-width: 320px) {
    #header .selected-store {
      display: none; } }

#header .selected-store a {
  display: inline-block;
  margin-right: 5px;
  text-decoration: underline; }

/* Store selector */
.store-selection img {
  width: 100%; }

@media only screen and (max-width: 800px) {
  .store-selection {
    max-height: 560px;
    overflow: scroll; } }

.store-selection .fusion-one-fifth {
  width: 15.8%; }
  @media only screen and (max-width: 800px) {
    .store-selection .fusion-one-fifth {
      width: 100%;
      margin-bottom: 20px; } }

.store-selection h2 {
  font-size: 13px;
  color: #9a1e5a; }

@media only screen and (max-width: 800px) {
  .store-selection img {
    margin-bottom: 5px; }
  .store-selection a {
    font-size: 18px; }
  .store-selection .col-sm-1,
  .store-selection .col-sm-2,
  .store-selection .col-sm-3,
  .store-selection .col-sm-4,
  .store-selection .col-sm-5,
  .store-selection .col-sm-6,
  .store-selection .col-sm-7,
  .store-selection .col-sm-8,
  .store-selection .col-sm-9,
  .store-selection .col-sm-10,
  .store-selection .col-sm-11,
  .store-selection .col-sm-12 {
    margin-bottom: 20px; } }

.store-selection-page [class*=" col-"] {
  margin-bottom: 20px; }

/**
 * UT Store Menu Widget
 */
/* Common */
.store-menu .not-your-store {
  margin-bottom: 10px; }

.store-menu .not-your-store a {
  color: #666; }

.store-menu .not-your-store a:hover {
  color: #333; }

.widget.store-menu .store-name h3 {
  font-size: 18px;
  margin-bottom: 10px; }

.store-menu .store-contact h4 {
  margin-top: 10px;
  margin-bottom: 0px; }

.store-menu .store-hours h4 {
  margin-top: 10px;
  margin-bottom: 0px; }

.store-page-menu {
  font-family: "ChaletNewYork1960"; }

/* Design One */
.store-menu.simple {
  border-left: 1px solid #666;
  padding-left: 20px;
  padding-bottom: 10px; }

.store-menu.simple ul.store-page-menu {
  margin-top: 10px; }

.store-menu.simple ul.store-page-menu li a {
  padding: 5px 10px;
  background: #9b2360;
  color: white;
  display: block;
  margin-bottom: 5px; }
  .store-menu.simple ul.store-page-menu li a::before {
    display: inline-block;
    color: white;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    content: "\f10c"; }
  .store-menu.simple ul.store-page-menu li a:hover::before {
    content: "\f192"; }

.store-menu.simple ul.store-page-menu li a:hover {
  background: #b13a74;
  color: white; }

.store-menu.simple ul.store-page-menu li a i {
  margin-right: 10px; }

/* Design Two */
.store-menu.fancy .store-menu-inner {
  border-left: 1px solid #666;
  padding-left: 20px;
  margin-left: 22px;
  padding-bottom: 10px; }

.store-menu.fancy .store-page-menu::before {
  content: '';
  display: block;
  background: url(../images/menu-top.png) center center no-repeat;
  height: 10px;
  width: 22px;
  margin-top: -10px; }

.store-menu.fancy .store-page-menu li:after {
  content: "";
  display: table;
  clear: both; }

.store-menu.fancy .store-page-menu li .link-wrap {
  background: #701c45;
  float: left;
  position: relative;
  padding-bottom: 10px; }
  .store-menu.fancy .store-page-menu li .link-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .store-menu.fancy .store-page-menu li .link-wrap::before {
    content: '';
    display: block;
    background: url(../images/under-triangle-left.png) center center no-repeat;
    height: 10px;
    width: 44px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .store-menu.fancy .store-page-menu li .link-wrap::after {
    content: '';
    display: block;
    background: url(../images/under-triangle-right.png) center center no-repeat;
    height: 10px;
    width: 44px;
    position: absolute;
    right: 0;
    bottom: 0; }

.store-menu.fancy .store-page-menu li a {
  background: #9b2360;
  color: white;
  display: block;
  padding: 5px 10px; }
  .store-menu.fancy .store-page-menu li a::before {
    content: '';
    display: block;
    background: url(../images/meatball.png) center center no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -15px; }
  .store-menu.fancy .store-page-menu li a:hover::before,
  .store-menu.fancy .store-page-menu li a.active::before {
    background: url(../images/meatball-selected.png) center center no-repeat; }
  .store-menu.fancy .store-page-menu li a:hover {
    color: white; }

.store-menu.fancy .store-page-menu li:last-of-type .link-wrap {
  background: transparent; }
  .store-menu.fancy .store-page-menu li:last-of-type .link-wrap a::before {
    margin-top: -20px; }
  .store-menu.fancy .store-page-menu li:last-of-type .link-wrap::before {
    display: none; }
  .store-menu.fancy .store-page-menu li:last-of-type .link-wrap::after {
    background: url(../images/menu-bottom.png) center center no-repeat transparent;
    width: 74px;
    height: 20px;
    background-color: transparent;
    float: right;
    margin-top: -10px;
    margin-right: -26px;
    position: relative;
    right: auto;
    bottom: auto; }

.home #main {
  padding-top: 44px;
  padding-bottom: 0; }

.home .fusion-column {
  margin-bottom: 44px; }

/* Stuff moved from style.css */
#nav ul li > a,
#sticky-nav ul li > a,
.navigation li.current-menu-ancestor > a {
  border-top: none;
  border-bottom: 3px solid transparent; }

#nav ul ul,
#sticky-nav ul ul {
  border-top: none;
  border-bottom: 3px solid #a0ce4e; }

#wrapper .search-table {
  background-color: #ffffff;
  border: 1px solid #D2D2D2;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  border-radius: 3px; }

#wrapper .search-table .search-field input {
  color: #181818;
  background-color: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #181818; }

#wrapper .search-table .search-button input[type="submit"] {
  background: none;
  color: #181818; }

#wrapper .search-table .search-button input[type="submit"]:hover {
  background: none; }

body #header-sticky.sticky-header {
  background-color: none; }

#main {
  padding: 93px 10px 45px; }

.home .header-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }

.home #main {
  padding: 16px 0 !important; }

@media only screen and (min-width: 320px) {
  .home #main #content {
    margin-bottom: 0; } }

.home #main .row {
  margin-bottom: 35px; }
  @media only screen and (min-width: 320px) {
    .home #main .row {
      margin-bottom: 0; } }

.home #main [class*=" col-"] {
  margin-bottom: 16px; }
  .home #main [class*=" col-"] img {
    width: 100%; }

.header-v4 #header {
  border-bottom: none; }

.header-v4 #header {
  padding-bottom: 0px;
  padding-top: 15px;
  background-color: #9a1e5b; }

.header-v4 #small-nav {
  background-color: #9a1e5b; }

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .header-v4 #small-nav {
    background-color: #9a1e5b; }
    .header-v4 #small-nav #nav > ul {
      display: block; }
  .header-v4 #header {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #9a1e5b; }
    .header-v4 #header .logo-container {
      margin-left: 0;
      max-width: 100%;
      width: 100%; }
      .header-v4 #header .logo-container .logo {
        float: left !important;
        max-width: 50%;
        text-align: left; }
      .header-v4 #header .logo-container .search {
        display: block; }
    .header-v4 #header .selected-store {
      display: block;
      margin-top: 10px;
      margin-left: 0;
      float: left; }
  .header-v4 .header-right {
    position: absolute;
    right: 0;
    top: 50px; } }

@media only screen and (max-width: 600px) {
  .header-v4 #header {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-top: 25px; }
    .header-v4 #header .selected-store {
      margin-top: 8px;
      margin-left: 15%;
      margin-bottom: 2px;
      float: left; }
  .header-v4 .header-right {
    display: none; }
  body #click-menu {
    top: 25px !important; }
    body #click-menu.click-menu-active {
      margin-left: 25px; }
    body #click-menu .threeLines .line {
      margin-bottom: 4px !important; } }

#rm-additional-content {
  font-family: "MuseoSlab500";
  font-size: 14px;
  background: #1f1f1f;
  border-bottom: 1px solid #565656; }
  #rm-additional-content .the-text {
    float: left;
    width: auto !important;
    line-height: 180%;
    margin-left: 10px !important; }
  #rm-additional-content .fa-bars {
    float: left;
    font-size: 180%; }
  #rm-additional-content .fa-close {
    float: right;
    font-size: 180%; }

.responsive-menu {
  font-family: "MuseoSlab500";
  font-size: 14px; }
  .responsive-menu > li {
    border-bottom: 1px solid #ccc; }
    .responsive-menu > li:last-of-type {
      border-bottom: none; }
    .responsive-menu > li a {
      border-bottom: 1px solid #565656;
      padding: 8px 0px 8px 5% !important; }

.your-store-mobile-menu > span {
  color: white;
  padding: 12px 12px 0;
  display: block; }

#sticky-nav ul li {
  float: left;
  padding: 0 35px 0 0 !important;
  margin: 0; }

#nav, #sticky-nav, .navigation {
  font-size: 11pt !important; }

#main,
#wrapper,
.fusion-separator .icon-wrapper,
html,
body,
.bbp-arrow {
  background-color: #FBFBFB !important; }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

body {
  font-family: 'MuseoSlab500' !important; }

/*# sourceMappingURL=ut.css.map */