

/* Define Screen Sizes */












/*================================================ MENU BASIC STYLE */
.mash-menu-new {
  padding: 0;
  display: block;
  position: relative;
  z-index: 999;
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .mash-menu-new {
    float: left;
    width: 100%;
  }
}


.mash-menu-new * {
  /*=========================================== CSS FOR ALL ELEMENTS */
  outline: none !important;
  text-decoration: none !important;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  list-style: none;
  text-align: left;
  -webkit-tap-highlight-color: transparent !important;
}

.mash-menu-new i.fa {
  /*===================================== FONT AWESOME ICONS */
  font-family: FontAwesome;
}

.mash-menu-new section.mash-menu-inner-container {
  /*=========================================== SECTION */
  margin: 0;
  /*margin-top:5px;*/
  margin-bottom:0px !important;
  padding: 0;
  float: left;
  width: 100%;
  min-height: 50px;
  background: transparent;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new section.mash-menu-inner-container {
    min-height: 1px;
  }
}

.mash-menu-new .mash-brand, .mash-menu-new .mash-list-items {
  /*=========================================== MENU BRAND */
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  text-align: center;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-brand, .mash-menu-new .mash-list-items {
    width: 100%;
  }
}

.mash-menu-new .mash-brand > li, .mash-menu-new .mash-list-items > li {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 57px;
  color:#353535;
}

@media screen and (min-width: 1024px) { /* Changed from 768  */
      .mash-menu-new .mash-brand > li:hover > a, .mash-menu-new .mash-list-items > li:hover > a, {
        color: #353535;
        background: #fff;
        position: relative;
      }
      
      
      .mash-menu-new .mash-list-items.main-nav-list > li:hover > a {
        color: #fff !important;
        background: #353535;
        position: relative;
      }
      .mash-list-items.main-nav-list ul.list-items li a span {
          color:#e1e1e1;
          display:block;
          padding-left:17px;
      }
      .mash-list-items.main-nav-list ul.list-items li a:hover strong, .mash-list-items.main-nav-list ul.list-items li a:hover span {
          color:#f38b00;
      }
      
      
      .mash-list-items.main-nav-list ul.list-items li i.fa.fa-circle {
          color:#f38b00; 
          font-size:10px;
      }
  
}


/* was 767*/
@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-brand > li, .mash-menu-new .mash-list-items > li {
    width: 100%;
    text-align: left;
    line-height: normal;
    cursor: pointer;
    position: relative;
  }

  li i.fa.fa-circle {
      display:none;
  }
  .mash-list-items.main-nav-list ul.list-items li a span {
      color:#fff;
      padding-left:0px;
  }
  
}


.mash-menu-new .mash-brand > li > a, .mash-menu-new .mash-list-items > li > a {
  width: 100%;
  margin: 0;
  display: block;
  font-size: 1.125em;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(0, 0, 0, 0.86);
  position: relative;
  overflow: hidden;
  transition: background 200ms ease;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-brand > li > a, .mash-menu-new .mash-list-items > li > a {
    line-height: normal;
    word-wrap: break-word;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.mash-menu-new .mash-brand > li > a img, .mash-menu-new .mash-list-items > li > a img {
    max-height: 80px;
    position: relative;
    margin: 18px 100px 0 0;
    padding: 0;
    display: inline-block;
    background: transparent !important;
}

@media screen and (max-width: 1023px) {
    .mash-menu-new .mash-brand > li > a img {
        margin:18px 0;    
    }
    .mash-brand > li > a img {
        margin:0;
        padding:0;
        
    }
}

.mash-menu-new .mash-list-items {
  /*============================================== LIST ITEMS  */
}

@media screen and (min-width: 1024px) {
  .mash-menu-new .mash-list-items {
    display: block !important;
    float:left;
    font-size:16px;
    text-transform:uppercase;
  }
}


@media screen and (min-width: 768px) {  /* Changed from 768  */
    .mash-menu-new .mash-list-items.mash-utility {
        display: block !important;
        float:right !important;
        padding-top: 0;
    }
    .mash-menu-new .mash-list-items.mash-utility > li {
        max-width: 200px;
    }
    .mash-menu-new .mash-list-items.mash-utility > li > a {
        padding: 20px 8px 21px 15px;
    }
}



@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-list-items {
    padding-top: 44px;
    display: none;
  }
}

.mash-menu-new .mash-list-items > li {
  line-height: normal;
  cursor: default;
}

.mash-menu-new .mash-list-items > li:after {
  display: none;
}

.mash-menu-new .mash-list-items > li.active {
  /*=========================================== LIST ITEMS ACTIVE */
}

.mash-menu-new .mash-list-items > li.active > a {
  background: #fff;
  position: relative;
}

.mash-menu-new .mash-list-items > li:hover {
  /*============================================ LIST ITEMS HOVER */
}

.mash-menu-new .mash-list-items > li:hover > a {
  color: #f38b00;
  background: #fff;
  position: relative;
}

.mash-menu-new .mash-list-items > li:active > a {
    background:transparent !important;
}

.mash-menu-new .mash-list-items > li > a {
  font-size: 14px;
  padding: 20px 10px 20px 15px;
  font-weight: 200;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 10;
  width: 100%;
  transition: background 100ms ease;
}

.mash-menu-new .mash-list-items.main-nav-list > li > a {
  font-size: 14px;
  padding: 21px 14px 15px 14px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 10;
  width: 100%;
  transition: background 100ms ease;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-list-items > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .mash-menu-new .mash-list-items > li > a:after {
    display: none;
  }
}

.mash-menu-new .mash-list-items.right {
  /*=============================================== RIGHT CLASS */
  float: right;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-list-items.right {
    padding-top: 0;
  }
}

.mash-menu-new .mash-list-items.right > li > .drop-down {
  right: 0;
}

.mash-menu-new .withripple {
  /*================================================= RIPPLE CSS EFFECT  */
  position: relative;
}

.mash-menu-new .ripple-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.mash-menu-new .ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  opacity: 0;
  pointer-events: none;
}

.mash-menu-new .ripple.ripple-on {
  transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  opacity: .2;
}

.mash-menu-new .ripple.ripple-out {
  transition: opacity .1s linear 0s !important;
  opacity: 0;
}

.mash-menu-new.separator {
  /*================================================ SEPARATOR */
}

.mash-menu-new.separator .mash-brand > li > a, .mash-menu-new.separator .mash-list-items > li > a {
  /*border-right: 1px solid #039fe5;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset, 1px 0 0 rgba(255, 255, 255, 0.1);*/
  position: relative;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new.separator .mash-brand > li > a, .mash-menu-new.separator .mash-list-items > li > a {
    border-right: none;
    /* border-bottom: 1px solid #e1e1e1; */
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}

.mash-menu-new.separator .mash-list-items.right {
  padding-top: 0;
}

.mash-menu-new.separator .mash-list-items.right > li > a {
  /*border-left: 1px solid #039fe5;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset, 1px 0 0 rgba(255, 255, 255, 0.1);*/
  position: relative;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new.separator .mash-list-items.right > li > a {
    border-left: none;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new.separator .mash-search-bar {
   /* border: 1px solid #039fe5;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);*/
  }
}

.mash-menu-new .drop-down {
  /*=============================================== DROP DOWN */
  margin: 0;
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  background: white;
  z-index: 999;
  min-width: 170px;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: left;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .drop-down {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    min-width: 10px;
    word-wrap: break-word;
    border-radius: 0;
    z-index: 9999;
  }
}

.mash-menu-new .drop-down li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 999;
}

.mash-menu-new .drop-down li:first-child .drop-down {
  top: 0;
}

.mash-menu-new .drop-down li:first-child a {
  padding-top: 10px;
  position: relative;
}

@media screen and (min-width: 1024px) { /* Changed from 768  */
  .mash-menu-new .drop-down li:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.mash-menu-new .drop-down li:last-child a {
  padding-bottom: 10px;
  position: relative;
}

@media screen and (min-width: 1024px) {  /* Changed from 768  */
  .mash-menu-new .drop-down li:last-child a {
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
  }
}

.mash-menu-new .drop-down a {
  width: 100%;
  margin: 0;
  display: block;
  color: #fff;
  font-size: 0.8125em;
  padding: 6px 15px;
  position: relative;
  z-index: 999;
  transition: color 200ms ease;
}

.mash-menu-new .drop-down li:hover > a {
  color: #eee;
  position: relative;
}

.mash-menu-new .drop-down .drop-down {
  /*========================================== SECOND LEVEL DROP DOWN */
  left: 100%;
  top: -8px;
  z-index: -1;
  display: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1024px) { /* Changed from 768  */
  .mash-menu-new .drop-down .drop-down {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

@media screen and (min-width: 1024px) { /* Changed from 768  */
  .mash-menu-new .drop-down .drop-down li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

.mash-menu-new .drop-down .drop-down li:first-child a {
  padding-top: 15px;
  position: relative;
}

@media screen and (min-width: 1024px) { /* Changed from 768  */
  .mash-menu-new .drop-down .drop-down li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

.mash-menu-new .drop-down .drop-down li:last-child a {
  padding-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .drop-down .drop-down {
    left: 0;
    top: 0;
    z-index: 10;
    position: relative;
    display: none;
    border-top: 1px solid rgba(242, 242, 242, 0.86);
    border-bottom: 1px solid rgba(242, 242, 242, 0.86);
    box-shadow: none;
  }
  .mash-menu-new .drop-down .drop-down a {
    padding-left: 30px;
  }
  .mash-menu-new .drop-down .drop-down .drop-down a {
    padding-left: 50px;
  }
  .mash-menu-new .drop-down .drop-down .drop-down .drop-down a {
    padding-left: 70px;
  }
}

.mash-menu-new .drop-down .drop-down.left {
  /*======================================== ALIGN DROP DOWN LEFT SIDE */
  left: -100%;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .drop-down .drop-down.left {
    left: 0;
  }
}

.mash-menu-new .mash-list-items > li > a i.fa {
  /*========================================== FONT AWESOME ICONS */
  font-size: 0.875em;
  float: left;
  display: inline-block;
  margin: 0;
  line-height: 16px;
  padding: 0 5px 0 0;
}

.mash-menu-new .mash-list-items > li > a i.fa.fa-indicator {
  float: right;
  padding-right: 0;
  padding-left: 5px;
}

.mash-menu-new .drop-down li a i.fa {
  float: left;
  margin: 0;
  display: inline-block;
  padding: 0 6px 0 0;
  line-height: 16px;
  font-size: 0.8125em;
}

.mash-menu-new .drop-down li a i.fa.fa-indicator {
  float: right;
  padding-right: 0;
  padding-left: 6px;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .drop-down li a i.fa.fa-indicator {
    padding-right: 1px;
  }
}

.mash-menu-new .divider {
  /*=========================================== DIVIDER */
  margin: 8px 0 !important;
  padding: 0;
  display: block;
  height: 1px;
  background: rgba(230, 230, 230, 0.15) !important;
  width: 100%;
}

.mash-menu-new .mash-search-bar {
  /*============================================= SEARCH BAR */
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}

@media screen and (min-width: 1024px) { /* Changed from 768  */
  .mash-menu-new .mash-search-bar {
    display: block !important;
  }
  .mash-menu-new .mash-search-bar.search-bar-hide {
    /*=============================================== SEARCH BAR HIDE ON DESKTOP CLASS */
    display: none !important;
  }
}

@media screen and (max-width: 1023px) { /* Changed from 768  */
  .mash-menu-new .mash-search-bar {
    display: none;
  }
  .mash-menu-new .mash-search-bar.search-bar-hide {
    /*=============================================== SEARCH BAR HIDE ON MOBILE CLASS */
    display: none !important;
  }
  .mash-menu-new .mash-list-items.search-bar-hide {
    padding-top: 0;
  }
}

.mash-menu-new .mash-search-bar li {
  margin: 0;
  padding: 15px 15px;
  display: block;
  float: left;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-search-bar li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.mash-menu-new .mash-search-bar form {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

.mash-menu-new .mash-search-bar label {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  position: relative;
}

.mash-menu-new .mash-search-bar input {
  margin: 0;
  display: block;
  float: left;
  max-width: 160px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  padding: 0;
  height: 25px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.86);
  position: relative;
  opacity: 1 !important;
  font-weight: normal;
}

.mash-menu-new .mash-search-bar :-moz-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu-new .mash-search-bar ::-moz-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu-new .mash-search-bar :-ms-input-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu-new .mash-search-bar ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu-new .mash-search-bar .mash-search-bar-border {
  margin: 0;
  padding: 0;
  display: block;
  height: 0;
  width: 100%;
}

.mash-menu-new .mash-search-bar .mash-search-bar-border:after, .mash-menu-new .mash-search-bar .mash-search-bar-border:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.36);
  height: 1px;
  width: 100%;
  transition: width 400ms ease;
}

.mash-menu-new .mash-search-bar .mash-search-bar-border:before {
  right: 0;
  left: auto;
}

.mash-menu-new .mash-search-bar input:focus + .mash-search-bar-border:after, .mash-menu-new .mash-search-bar input:focus + .mash-search-bar-border:before,
.mash-menu-new .mash-search-bar input:focus + .mash-search-bar-border:before {
  width: 0;
}

.mash-menu-new .mash-search-bar i.fa.fa-search {
  display: none;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-search-bar {
    width: 100%;
    position: absolute;
    top: 52px;
    background: #fff;
    z-index: 999;
    border-left: none;
    border-right: none;
  }
  .mash-menu-new .mash-search-bar li, .mash-menu-new .mash-search-bar form, .mash-menu-new .mash-search-bar label, .mash-menu-new .mash-search-bar input {
    width: 100% !important;
    max-width: 100%;
  }
  .mash-menu-new .mash-search-bar i.fa.fa-search {
    display: block;
    position: absolute;
    top: -60px;
    right: 44px;
    color: rgba(255, 255, 255, 0.86);
    height: 44px;
    width: 44px;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
    font-size: 1em;
    z-index: 999;
  }
}

.mash-menu-new .drop-down-large,
.mash-menu-new .drop-down-medium {
  /*============================================= FULL SIZE DROP DOWN */
  margin: 0;
  display: none;
  float: left;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  min-height: 100px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 0.8125em;
  z-index: 999;
  background: #353535;
  color:#fff;
  line-height: 18px;
  padding: 20px;
  overflow: hidden;
}

.mash-menu-new .drop-down-large > .vertical-tabs-container,
.mash-menu-new .drop-down-medium > .vertical-tabs-container {
  /*============================================= vertical tabs container */
  position: relative;
  top: 15px;
  margin-top: -35px;
  margin-right: -5px;
  margin-left: -5px;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .drop-down-large,
  .mash-menu-new .drop-down-medium {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    display: none;
    border-radius: 0;
    z-index: 999;
  }
}

.mash-menu-new .drop-down-medium {
  /*========================================== DROP DOWN MEDIUM */
  left: 0;
  width: 100%;
  max-width: 600px;
  right: 0;
  margin: 0 auto;
}

.mash-menu-new .drop-down-medium.float-left {
  margin: 0;
  right: auto;
}

.mash-menu-new .drop-down-medium.float-right {
  margin: 0;
  left: auto;
  right: 0;
}

@media screen and (max-width: 991px) {
  .mash-menu-new .drop-down-medium {
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }
}

.mash-menu-new .vertical-tabs {
  /*=========================================== VERTICAL TABS */
  margin: 0;
  width: 100%;
  float: left;
  display: block;
  padding: 20px 0;
  background: #f0f0f0;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .vertical-tabs {
    display: none;
  }
}

.mash-menu-new .vertical-tabs:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(240, 240, 240, 0.86);
}

.mash-menu-new .vertical-tabs a {
  float: left;
  width: 100%;
  display: inline-block;
  text-align: right;
  padding: 8px 15px;
  margin: 1px 0;
  font-weight: 500;
  color: #505050;
  position: relative;
  transition: background 200ms ease, color 200ms ease;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .vertical-tabs a {
    text-align: left;
  }
}

.mash-menu-new .vertical-tabs a:hover, .mash-menu-new .vertical-tabs a.active {
  background: rgba(255, 255, 255, 0.86);
  color: #03a9f4;
}

.mash-menu-new .vertical-tabs i.fa {
  font-weight: bold;
  padding-left: 5px;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .vertical-tabs i.fa {
    float: right;
    top: 2px;
    position: relative;
  }
}

.mash-menu-new .vertical-tabs-content {
  /*========================================= VERTICAL TABS CONTENT */
  background: white;
  display: none;
  float: left;
  width: 100%;
  padding: 20px 5px 15px;
  position: relative;
  z-index: 10;
}

.mash-menu-new .vertical-tabs-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150%;
  background: white;
  z-index: -1;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .vertical-tabs-content {
    border-top: 1px solid rgba(242, 242, 242, 0.86);
  }
}

.mash-menu-new .vertical-tabs-content-container > a {
  display: none;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .vertical-tabs-content-container > a {
    position: relative;
    z-index: 9999;
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    padding: 8px 15px;
    margin: 1px 0;
    font-weight: 500;
    color: #505050;
    transition: background 200ms ease, color 200ms ease;
  }
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .vertical-tabs-content-container > a {
    text-align: left;
  }
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .vertical-tabs-content-container > a:hover, .mash-menu-new .vertical-tabs-content-container > a.active {
    background: rgba(255, 255, 255, 0.86);
    color: #03a9f4;
  }
  .mash-menu-new .vertical-tabs-content-container > a i.fa {
    float: right;
  }
}

.mash-menu-new .vertical-tabs-content-container .vertical-tabs-content-mobile {
  display: none;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .vertical-tabs-content-container .vertical-tabs-content-mobile {
    display: block;
    color: #505050;
    width: 100%;
    margin: 0px;
    font-size: 1em;
    padding: 10px 15px;
    transition: color 200ms ease 0s;
  }
  .mash-menu-new .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #03a9f4;
  }
  .mash-menu-new .vertical-tabs-content-container .vertical-tabs-content-mobile i.fa {
    float: right;
  }
}

.mash-menu-new .space-0 {
  /*===================================== SPACE 0 CLASS USED FOR REMOVE THE BOOTSTRAP COLUMNS SPACE */
  padding: 0 !important;
  margin: 0 !important;
}

.mash-menu-new img {
  max-width: 100%;
  margin-bottom: 10px;
}

.mash-menu-new p {
  color: #fff !important;
  font-weight: 200;
  line-height: 24px;
  text-transform:none;
}

.mash-menu-new p strong, .mash-menu-new p em, .mash-menu-new li a strong, .mash-menu-new li a:hover strong, .mash-menu-new li a:hover em {
    font-weight:400;
    color:#fff !important;
}


.mash-menu-new h1, .mash-menu-new h2, .mash-menu-new h3, .mash-menu-new h4, .mash-menu-new h5, .mash-menu-new h6 {
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mash-menu-new h2 {
  font-size: 1.875em;
}

.mash-menu-new h3 {
  font-size: 1.625em;
}

.mash-menu-new h4 {
  font-size: 1.25em;
}

.mash-menu-new h5 {
  font-size: 1.125em;
}

.mash-menu-new h6 {
  font-size: 0.9375em;
}

.mash-menu-new .thumbnail {
  margin-bottom: 15px;
  border-radius: 0;
}

.mash-menu-new .thumbnail:hover {
  border-color: #03a9f4;
}

.mash-menu-new .lead {
  font-size: 1.25em;
  color: #505050;
}

.mash-menu-new small {
  font-size: 0.875em;
  color: #505050;
}

.mash-menu-new strong,
.mash-menu-new em,
.mash-menu-new abbr {
  color: #505050;
}

.mash-menu-new em {
  font-weight: 400;
  font-style: italic;
}

.mash-menu-new .main-nav-list em {
  font-weight: 400;
  font-style: italic;
  color:#fff;
}

.mash-menu-new .text-primary {
  color: #009688;
}

.mash-menu-new .text-warning {
  color: #FF5722;
}

.mash-menu-new .text-danger {
  color: #F44336;
}

.mash-menu-new .text-success {
  color: #4CAF50;
}

.mash-menu-new .text-info {
  color: #03A9F4;
}

.mash-menu-new blockquote {
  border-left-color: #60ccfd;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.mash-menu-new blockquote small:before {
  display: none;
}

.mash-menu-new .list-items, .mash-menu-new .order-items {
  /*===================================== LIST ITEMS */
  padding: 0;
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

.mash-menu-new .list-items li, .mash-menu-new .order-items li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: decimal;
}

.mash-menu-new .list-items li:first-child a, .mash-menu-new .order-items li:first-child a {
  border-top: none;
  position: relative;
}

.mash-menu-new .list-items a, .mash-menu-new .order-items a {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  /*border-top: 1px solid rgba(80, 80, 80, 0.1);*/
  color: #fff;
  font-weight: 200;
  font-size:14px;
  position: relative;
  transition: color 200ms ease;
}

.mash-menu-new .list-items a:hover, .mash-menu-new .order-items a:hover {
  color: #f38b00;
}

.mash-menu-new .list-items i.fa, .mash-menu-new .order-items i.fa {
  margin-right: 5px;
}

.mash-menu-new .list-items i.fa.fa-indicator, .mash-menu-new .order-items i.fa.fa-indicator {
  float: right;
  margin-left: 5px;
  margin-right: 10px;
}

.mash-menu-new .order-items li {
  /*============================================ ORDER LIST */
  position: relative;
}

.mash-menu-new .order-items li a {
  padding-left: 20px;
  position: relative;
}

.mash-menu-new .order-items li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  color: #505050;
  bottom: 0;
  line-height: 40px;
  text-align: left;
  list-style-type: inside !important;
  display: list-item !important;
}

.mash-menu-new .list-items-group {
  /*========================================= LIST GROUP ITEM */
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: block;
  position: relative;
}

.mash-menu-new .list-items-group .list-group-image {
  float: left;
  width: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.86);
}

.mash-menu-new .list-items-group .list-group-image img {
  max-width: 100%;
  float: left;
  margin-top: 10px;
  width: 100%;
}

.mash-menu-new .list-items-group .list-group-heading, .mash-menu-new .list-items-group .list-group-text {
  padding-left: 65px;
}

.mash-menu-new .list-items-group .divider {
  background: rgba(80, 80, 80, 0.1) !important;
}

.mash-menu-new .btn {
  text-transform: uppercase;
  position: relative;
  padding: 10px 25px;
  font-size: 1.0625em;
  margin: 0 4px 10px;
}

.mash-menu-new .btn.space-0 {
  padding: 10px 25px !important;
}

.mash-menu-new .btn.small {
  padding: 5px 10px;
  font-size: 1em;
}

.mash-menu-new .btn.small.space-0 {
  padding: 5px 10px !important;
}

.mash-menu-new .btn.btn-default, .mash-menu-new .btn.btn-primary, .mash-menu-new .btn.btn-success, .mash-menu-new .btn.btn-info, .mash-menu-new .btn.btn-custom, .mash-menu-new .btn.btn-warning, .mash-menu-new .btn.btn-danger {
  background: none;
  border: none;
  transition: all 200ms ease;
  border-radius: 3px;
  border-bottom: 2px solid whitesmoke;
}

.mash-menu-new .btn.btn-primary {
  background: #009688;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #00635a;
}

.mash-menu-new .btn.btn-primary:hover {
  background: #00a596;
}

.mash-menu-new .btn.btn-success {
  background: #59B75C;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #439a46;
}

.mash-menu-new .btn.btn-success:hover {
  background: #64bc66;
}

.mash-menu-new .btn.btn-info {
  background: #0FB2FC;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #0394d5;
}

.mash-menu-new .btn.btn-info:hover {
  background: #1eb7fc;
}

.mash-menu-new .btn.btn-custom {
  background: #03a9f4;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #0286c2;
}

.mash-menu-new .btn.btn-custom:hover {
  background: #0ab1fc;
}

.mash-menu-new .btn.btn-warning {
  background: #FF6736;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #ff4003;
}

.mash-menu-new .btn.btn-warning:hover {
  background: #ff7345;
}

.mash-menu-new .btn.btn-danger {
  background: #F55549;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #f22819;
}

.mash-menu-new .btn.btn-danger:hover {
  background: #f66358;
}

.mash-menu-new .box-orange, .mash-menu-new .box-red, .mash-menu-new .box-green, .mash-menu-new .box-blue {
  background: #FF5722;
  padding: 15px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1em;
}

.mash-menu-new .box-red {
  background: #F44336;
}

.mash-menu-new .box-green {
  background: #4CAF50;
}

.mash-menu-new .box-blue {
  background: #03A9F4;
}

.mash-menu-new .panel {
  border-radius: 5px;
  border: 1px solid #ddd;
  border-bottom: 5px solid #E5E6E6;
  color: #505050;
  margin-bottom: 10px;
}

.mash-menu-new .panel .panel-heading {
  border: none;
  background: #eee;
  color: #505050;
}

.mash-menu-new .panel .panel-body {
  border: none;
  color: #505050;
}

.mash-menu-new .panel.panel-primary .panel-heading {
  background: #009688;
  color: rgba(255, 255, 255, 0.84);
}

.mash-menu-new .panel.panel-success .panel-heading {
  background: #4caf50;
  color: rgba(255, 255, 255, 0.84);
}

.mash-menu-new .panel.panel-info .panel-heading {
  background: #03a9f4;
  color: rgba(255, 255, 255, 0.84);
}

.mash-menu-new .panel.panel-warning .panel-heading {
  background: #ff5722;
  color: rgba(255, 255, 255, 0.84);
}

.mash-menu-new .panel.panel-danger .panel-heading {
  background: #f44336;
  color: rgba(255, 255, 255, 0.84);
}

.mash-menu-new .collapsible {
  /*=============================================== collapsible */
  padding: 0;
  display: block;
  position: relative;
  margin: 0 0 10px;
  color: #505050;
  overflow: visible;
  background-color: rgba(248, 248, 248, 0.7);
  border-radius: 5px;
  border: 1px solid #ddd;
  border-bottom: 5px solid #E5E6E6;
}

.mash-menu-new .collapsible .collapsible-header {
  padding: 10px;
  font-size: 1.125em;
  border-top: 1px solid #ddd;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 10;
  overflow: hidden !important;
}

.mash-menu-new .collapsible > li:first-child .collapsible-header {
  border-top: none;
}

.mash-menu-new .collapsible > li.active .collapsible-body {
  display: block;
}

.mash-menu-new .collapsible .collapsible-body {
  background-color: rgba(255, 255, 255, 0.86);
  padding: 20px;
  display: none;
  border-top: 1px solid #ddd;
  line-height: 18px;
}

.mash-menu-new .collapsible i.fa {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.mash-menu-new .card {
  /*======================================== IMAGE CARD */
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: white;
  margin: 0 0 10px;
  border-radius: 2px 2px 5px 5px;
  border: 2px solid #E5E6E6;
  border-bottom: 5px solid #E5E6E6;
}

.mash-menu-new .card .card-image {
  position: relative;
}

.mash-menu-new .card img {
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.mash-menu-new .card .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: white;
  font-size: 1.375em;
  font-weight: 300;
  -webkit-text-stroke-width: 0.8px;
}

.mash-menu-new .card .card-content {
  padding: 15px 20px;
  border-radius: 0 0 2px 2px;
}

.mash-menu-new .card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 15px;
}

.mash-menu-new .card .card-action a {
  color: #03a9f4;
  margin-right: 20px;
  text-transform: uppercase;
  position: relative;
}

.mash-menu-new .card .card-action a:hover {
  text-decoration: underline !important;
}

.mash-menu-new .card.reveal .card-title {
  color: #505050;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: inline-block;
}

.mash-menu-new .card.reveal a {
  color: #03a9f4;
  text-transform: uppercase;
  position: relative;
}

.mash-menu-new .card.reveal a:hover {
  text-decoration: underline !important;
}

.mash-menu-new .card.reveal .card-reveal {
  padding: 15px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 10;
  transition: -webkit-transform 800ms ease;
  transition: transform 800ms ease;
  transition: transform 800ms ease, -webkit-transform 800ms ease;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.mash-menu-new .card.reveal .card-content {
  background: white;
  position: relative;
  z-index: 15;
}

.mash-menu-new .card.reveal:hover .card-reveal {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.mash-menu-new [class*='col-'] {
  margin-bottom: 10px;
  position: static;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new [class*='col-'] {
    margin-bottom: 30px;
  }
}

.mash-menu-new .form-horizontal {
  /*======================================== HORIZONTAL FORM */
  border: 1px solid rgba(230, 230, 230, 0.86);
  padding: 20px;
  margin: 10px 0 0;
  display: inline-block;
  background: rgba(252, 252, 252, 0.86);
  width: 100%;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .form-horizontal {
    display: block;
  }
  .mash-menu-new .form-horizontal div {
    margin-bottom: 10px !important;
  }
}

.mash-menu-new .form-horizontal * {
  color: #505050 !important;
}

.mash-menu-new .form-horizontal input,
.mash-menu-new .form-horizontal label,
.mash-menu-new .form-horizontal textarea {
  width: 100% !important;
  line-height: 20px;
  resize: none;
}

.mash-menu-new .form-horizontal input {
  padding-bottom: 5px;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .form-horizontal .btn {
    width: 100%;
  }
}

.mash-menu-new .form-horizontal button i.fa {
  color: rgba(255, 255, 255, 0.86) !important;
  position: relative;
  left: 10px;
  display: none;
}

.mash-menu-new input[type='text'],
.mash-menu-new input[type='email'],
.mash-menu-new input[type='password'],
.mash-menu-new input[type='color'],
.mash-menu-new input[type='date'],
.mash-menu-new input[type='datetime'],
.mash-menu-new input[type='datetime-local'],
.mash-menu-new input[type='file'],
.mash-menu-new input[type='hidden'],
.mash-menu-new input[type='image'],
.mash-menu-new input[type='month'],
.mash-menu-new input[type='number'],
.mash-menu-new input[type='time'],
.mash-menu-new input[type='url'],
.mash-menu-new input[type='week'],
.mash-menu-new input[type='tel'],
.mash-menu-new textarea,
.mash-menu-new select {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent !important;
}

.mash-menu-new input[type='text']:focus,
.mash-menu-new input[type='email']:focus,
.mash-menu-new input[type='password']:focus,
.mash-menu-new input[type='color']:focus,
.mash-menu-new input[type='date']:focus,
.mash-menu-new input[type='datetime']:focus,
.mash-menu-new input[type='datetime-local']:focus,
.mash-menu-new input[type='file']:focus,
.mash-menu-new input[type='hidden']:focus,
.mash-menu-new input[type='image']:focus,
.mash-menu-new input[type='month']:focus,
.mash-menu-new input[type='number']:focus,
.mash-menu-new input[type='time']:focus,
.mash-menu-new input[type='url']:focus,
.mash-menu-new input[type='week']:focus,
.mash-menu-new input[type='tel']:focus,
.mash-menu-new textarea:focus,
.mash-menu-new select:focus {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#d2d2d2, #d2d2d2);
  -webkit-animation: input-highlight .5s forwards;
          animation: input-highlight .5s forwards;
  background-size: 0 2px, 100% 1px;
}

@-webkit-keyframes input-highlight {
  0% {
    background-size: 0 2px, 100% 1px;
  }
  100% {
    background-size: 100% 2px, 100% 1px;
  }
}

@keyframes input-highlight {
  0% {
    background-size: 0 2px, 100% 1px;
  }
  100% {
    background-size: 100% 2px, 100% 1px;
  }
}

.mash-menu-new input.menu-checkbox {
  display: none;
}

.mash-menu-new input.menu-checkbox:checked + label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mash-menu-new label.menu-checkbox {
  font-weight: 400;
  color: #505050;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.0625em;
  line-height: normal;
  width: 100%;
}

.mash-menu-new label.menu-checkbox:before, .mash-menu-new label.menu-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 16px;
  width: 16px;
  background: none;
  border: 2px solid #505050;
  border-radius: 2px;
}

.mash-menu-new label.menu-checkbox:after {
  content: "\f00c";
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background-size: 100% 100%;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  background: #fff;
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.625em;
  text-align: center;
  line-height: 12px;
  font-weight: 400;
}

.mash-menu-new input.menu-toggle {
  display: none;
}

.mash-menu-new input.menu-toggle:checked + label:after {
  left: 12px;
}

.mash-menu-new label.menu-toggle {
  font-weight: 400;
  color: #505050;
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.0625em;
  line-height: normal;
  width: 100%;
}

.mash-menu-new label.menu-toggle:before, .mash-menu-new label.menu-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background: #60ccfd;
  border-radius: 100px;
  height: 12px;
  width: 30px;
}

.mash-menu-new label.menu-toggle:after {
  background: #03a9f4;
  height: 18px;
  width: 18px;
  top: 0;
  left: -3px;
  transition: left 400ms ease;
}

.mash-menu-new input.menu-radio {
  display: none;
}

.mash-menu-new input.menu-radio:checked + label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mash-menu-new label.menu-radio {
  font-weight: 400;
  color: #505050;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.0625em;
  line-height: normal;
  width: 100%;
}

.mash-menu-new label.menu-radio:after, .mash-menu-new label.menu-radio:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 100px;
  border: 2px solid #505050;
}

.mash-menu-new label.menu-radio:after {
  border-color: #03a9f4;
  background: #03a9f4;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.mash-menu-new .mash-mobile-button {
  /*=========================================== mobile trigger button */
  border: none;
  background: transparent;
  /* width: 50%; */
  height: 51px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  display: block;
  margin-top:25px;
}

.mash-menu-new .mash-mobile-button:hover span:before {
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-mobile-button {
    margin-top:0;
  }
}

@media screen and (min-width: 1024px) {
  .mash-menu-new .mash-mobile-button {
    display: none;
  }
}

.mash-menu-new .mash-mobile-button span {
  width: 75px;
  height: 54px;
  float: right;
  line-height: 54px; /* 54px old */
  position: absolute;
  top: 15px;
  text-align: center;
  margin: 0;
  right: 0;
  display: block;
  cursor: pointer;
  z-index: 9999;
  background: url("https://cdn2.hubspot.net/hubfs/702338/pl-menu-button.png") no-repeat center;
  background-size:50%;
  background-position:center;
}

.mash-menu-new .mash-mobile-button span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  transition: background 200ms ease;
}

.mash-menu-new.mash-top-fixed .mash-menu-inner-container {
  /* ================================================ MENU FIXED ON TOP */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new.mash-top-fixed .mash-menu-inner-container {
    max-width: 100%;
    margin: 0;
  }
  .mash-menu-new.mash-top-fixed .mash-menu-inner-container .mash-list-items {
    max-height: 400px !important;
    overflow: hidden !important;
    overflow-y: auto !important;
  }
}

.mash-menu-new.mash-full-width {
  /* ==================================================== MENU FULL WIDTH */
  max-width: 100%;
}

.mash-menu-new.mash-full-width .mash-menu-inner-container {
  max-width: 100%;
  margin: 0;
}

.mash-menu-new .lead {
  -webkit-text-stroke-width: 0.025em;
}

.mash-menu-new .vertical-tabs-horizontal {
  /*======================================================= tabs */
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}

.mash-menu-new .vertical-tabs-horizontal ul.horizontal-tab-heading {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.mash-menu-new .vertical-tabs-horizontal ul.horizontal-tab-heading li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

.mash-menu-new .vertical-tabs-horizontal ul.horizontal-tab-heading li.active a {
  background: white;
}

.mash-menu-new .vertical-tabs-horizontal ul.horizontal-tab-heading a {
  padding: 12px 15px;
  font-size: 1.125em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #505050;
  display: inline-block;
}

.mash-menu-new .vertical-tabs-horizontal ul.horizontal-tab-heading i.fa {
  margin-right: 5px;
  display: inline-block;
}

.mash-menu-new .vertical-tabs-horizontal .horizontal-tab-content {
  display: block;
  margin: 0;
  float: left;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 10;
  background: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16), 0 1px 0 0 rgba(0, 0, 0, 0.12);
}

.mash-menu-new .vertical-tabs-horizontal .horizontal-tab-content .horizontal-tab-panel {
  display: none;
}

.mash-menu-new .vertical-tabs-horizontal .horizontal-tab-content .horizontal-tab-panel.active {
  display: block;
}

.mash-menu-new .mash-error {
  /*==================================================== error class*/
  background: red;
  padding: 40px 20px 20px;
  text-align: center;
  color: white;
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 100px auto auto;
  z-index: 9999999;
  border-radius: 5px;
  font-size: 0.875em;
  overflow: hidden;
  letter-spacing: 1px;
  line-height: 25px;
  clear: both;
}

.mash-menu-new .mash-error:before {
  content: 'Error';
  position: absolute;
  line-height: normal;
  top: 0;
  left: 0;
  color: white;
  right: 0;
  text-align: left;
  padding: 5px 5px 5px 10px;
  letter-spacing: 1px;
  background: darkred;
}

.mash-menu-new .mash-extra {
  /*============================================== mash extra class */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 50px;
  z-index: 10;
  margin: 0;
  padding: 0;
}

.mash-menu-new .mash-extra > .mash-extra-container {
  background: #02638f;
  float: left;
  width: 100%;
  position: relative;
  min-height: 57px;
}

.mash-menu-new .mash-extra > .mash-extra-container > ul.mash-extra-links {
  float: right;
  padding: 0;
  display: block;
  margin: 0 150px 0 0;
}

.mash-menu-new .mash-extra > .mash-extra-container > ul.mash-extra-links > li {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 57px;
}

.mash-menu-new .mash-extra > .mash-extra-container > ul.mash-extra-links > li > a {
  width: 100%;
  margin: 0;
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(255, 255, 255, 0.86);
  position: relative;
  overflow: hidden;
}

.mash-menu-new .mash-categories {
  /*============================================== categories */
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}

.mash-menu-new .mash-categories * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mash-menu-new .mash-categories li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

.mash-menu-new .mash-categories a {
  margin: 0;
  padding: 0 15px 0 15px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(3, 169, 244, 0.3);
  font-size: 0.875em;
  line-height: 57px;
  transition: background 400ms ease;
  border-left: 1px solid #039fe5;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset, 1px 0 0 rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 99999999;
}

.mash-menu-new .mash-categories a i.fa {
  margin-left: 2px;
}

.mash-menu-new .mash-categories a:hover {
  background: #14b4fc;
}

.mash-menu-new .mash-table {
  /*============================================= table */
  padding: 0;
  border-bottom: 5px solid #E5E6E6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: table;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-table {
    white-space: nowrap;
    overflow-x: auto;
    display: block;
    width: 100%;
    border-bottom: none;
  }
}

.mash-menu-new .mash-table .mash-table-heading {
  color: #505050;
  padding: 10px 15px;
  border-bottom: 3px solid #E5E6E6;
}

.mash-menu-new .mash-table thead {
  background: #ECECEC;
}

.mash-menu-new .mash-table td,
.mash-menu-new .mash-table th {
  padding: 10px 15px;
  color: #505050;
  border: 1px solid #ddd;
  position: relative;
  display: table-cell;
  width: auto;
}

.mash-menu-new .menu-select-dropdown {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.mash-menu-new .dropdownjs {
  /*=================================================== select input element */
  position: relative;
  font-weight: normal;
  color: #505050;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
}

.mash-menu-new .dropdownjs:before {
  content: "\f0d7";
  position: absolute;
  font-family: "FontAwesome";
  right: 10px;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.mash-menu-new .dropdownjs > input {
  width: 100%;
  text-overflow: ellipsis;
  padding: 10px;
  font-size: 1.0625em;
}

.mash-menu-new .dropdownjs > input.focus ~ ul {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mash-menu-new .dropdownjs > ul {
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 200px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 10000;
}

.mash-menu-new .dropdownjs > ul[placement=top-left] {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  bottom: 0;
  left: 0;
}

.mash-menu-new .dropdownjs > ul[placement=bottom-left] {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  bottom: 0;
  left: 0;
}

.mash-menu-new .dropdownjs > ul > li {
  list-style: none;
  padding: 5px 10px;
}

.mash-menu-new .dropdownjs > ul > li.dropdownjs-add {
  padding: 0;
}

.mash-menu-new .dropdownjs > ul > li.dropdownjs-add > input {
  border: 0;
  padding: 10px 20px;
  width: 100%;
}

.mash-menu-new .dropdownjs > input[readonly] {
  cursor: pointer;
}

.mash-menu-new .dropdownjs select[data-dropdownjs][disabled] ~ input[readonly] {
  cursor: default;
}

.mash-menu-new .dropdownjs > ul {
  background: #FFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  padding: 10px;
  overflow: auto;
  max-width: 500px;
}

.mash-menu-new .dropdownjs > ul > li {
  cursor: pointer;
  word-wrap: break-word;
}

.mash-menu-new .dropdownjs > ul > li.selected,
.mash-menu-new .dropdownjs > ul > li:active {
  /*background-color: #eaeaea;*/
}

.mash-menu-new .dropdownjs > ul > li:focus {
  outline: 0;
}

.mash-menu-new .dropdownjs > ul > li > .close:before {
  content: "\00d7";
  display: block;
  position: absolute;
  right: 15px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .6;
}

.mash-menu-new .dropdownjs > ul > li > .close:hover:before {
  opacity: .9;
}

.mash-menu-new .mash-tabs-container {
  /*===================================================== mash tabs container */
  padding: 0;
  float: left;
  width: 100%;
  display: block;
  border-bottom: 5px solid #E5E6E6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0 0 10px;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-tabs-container {
    float: none;
  }
}

.mash-menu-new .mash-tabs-container .mash-tabs {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px 0;
  width: 100%;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-tabs-container .mash-tabs {
    border-collapse: collapse;
    border-spacing: 0;
  }
}

.mash-menu-new .mash-tabs-container .mash-tabs a {
  background: #ECECEC;
  padding: 10px 2px;
  display: table-cell;
  color: #505050;
  text-align: center;
  font-size: 1.125em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-bottom: none;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-tabs-container .mash-tabs a {
    display: inline-block;
    width: 100%;
    border-radius: 0;
  }
}

.mash-menu-new .mash-tabs-container .mash-tabs a.active {
  background: white;
}

.mash-menu-new .mash-tabs-container .mash-tabs a.active:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
}

.mash-menu-new .mash-tabs-container .mash-tabs-content {
  float: left;
  width: 100%;
  background-color: white;
  padding: 20px 0 0;
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-tabs-container .mash-tabs-content {
    padding-top: 0;
  }
}

.mash-menu-new .mash-tabs-container .mash-tabs-content .mash-tabs-mobile {
  display: none;
  background: #ECECEC;
  padding: 10px 2px;
  color: #505050;
  text-align: center;
  font-size: 1.125em;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-tabs-container .mash-tabs-content .mash-tabs-mobile {
    display: inline-block;
    width: 100%;
    border-radius: 0;
  }
}

.mash-menu-new .mash-tabs-container .mash-tabs-content .mash-tabs-mobile.active {
  background: white;
}

.mash-menu-new .mash-tabs-container .mash-tabs-content .mash-tabs-mobile.active:before {
  display: none;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-tabs-container .mash-tabs-content .mash-tabs-mobile {
    display: block;
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
  }
}

.mash-menu-new .mash-tabs-container .mash-tabs-content > div[id*="tab-"] {
  display: none;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-tabs-container .mash-tabs-content > div[id*="tab-"] {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-tabs-container .mash-tabs-content {
    border-radius: 0;
    float: none;
  }
}

.mash-menu-new .mash-social-icons {
  float: right;
  margin: 0;
  padding: 0 15px;
  display: block;
}

.mash-menu-new .mash-social-icons li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  line-height: 57px;
}

.mash-menu-new .mash-social-icons a {
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
  padding: 0 5px;
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
}

.mash-menu-new .mash-social-icons a:hover {
  color: white;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-social-icons {
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .mash-menu-new .mash-social-icons li {
    float: none;
    display: inline-block;
  }
  .mash-menu-new .mash-social-icons li a {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 1024px) { /* Changed from 768  */
  .mash-menu-new.right-to-left .mash-list-items > li, .mash-menu-new.right-to-left .mash-brand, .mash-menu-new.right-to-left .mash-list-items {
    /* ================================= menu link align right to left */
    float: right;
  }
  .mash-menu-new.right-to-left .mash-list-items.right,
  .mash-menu-new.right-to-left .mash-search-bar,
  .mash-menu-new.right-to-left .mash-social-icons {
    float: left;
  }
  .mash-menu-new.right-to-left .mash-list-items.right > li > .drop-down {
    right: auto;
  }
}

.mash-menu-new .nav-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none !important;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .nav-tabs {
    display: block;
  }
}

.mash-menu-new .nav-tabs li {
  margin: 0 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: none !important;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .nav-tabs li {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

.mash-menu-new .nav-tabs li a {
  color: #505050;
  background: #ececec;
  border-left: 1px solid #e5e6e6 !important;
  border-right: 1px solid #e5e6e6 !important;
  border-top: 1px solid #e5e6e6 !important;
  font-size: 1.125em;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .nav-tabs li a {
    border-radius: 0;
    margin: 0;
  }
}

.mash-menu-new .nav-tabs li.active a {
  /*background: #ececec !important;*/
}

body.solutions-pages  li a.solutions,
body.services-pages  li a.services,
body.resources-pages  li a.resources,
body.kore-difference-pages  li a.kore-difference,
body.blog-pages  li a.blog,
body.company-pages  li a.company,
body.partners-pages li a.partners

{
    /*background:#353535 !important;*/
    /*color:#003a70 !important;*/
    /*font-weight:600 !important;*/
}


.mash-menu-new .tab-content {
  border: 1px solid #e5e6e6;
  border-radius: 5px;
  padding: 1.25em 1.25em 0.625em;
  margin-bottom: 1.25em;
  border-bottom-width: 5px;
}

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .tab-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.mash-menu-new .list-group {
  /* list group */
  color: #505050;
}

.mash-menu-new .list-group .active {
  background: #eeeeee;
  color: #505050;
  border-color: #e5e6e6;
}

.mash-menu-new .list-group .active:hover, .mash-menu-new .list-group .active:active, .mash-menu-new .list-group .active:focus {
  background: #eeeeee;
  color: #505050;
  border-color: #e5e6e6;
}

.mash-menu-new .list-group .list-group-item-text {
  color: #505050 !important;
}

.mash-menu-new .well {
  /* well */
  color: #505050;
}

.mash-menu-new .media {
  /* media */
  color: #505050;
}

.mash-menu-new .media .media-left {
  max-width: 100px;
  display: block;
  float: left;
}

@media screen and (max-width: 320px) {
  .mash-menu-new .media .media-left {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}



 /*=================================================== KORE customizations */

 
 @media screen and (min-width: 1024px) { /* Changed from 768  */
  li.mobile-nav-only {display:none !important}
  
  }
 

@media screen and (max-width: 1023px) { /* Changed from 767  */
  .mash-menu-new .mash-brand > li > a img, .mash-menu-new .mash-list-items > li > a img {
      top:15px !important;
  }
  li.hide-for-mobile {display:none !important;}
}

 
 
 
a.mash-list-image {
    position:relative;
    padding-top:20px;
} 
.one { display: block; padding-top:8px;padding-left:0px;margin-left:-12px; }
.two { display: none; padding-top:8px;padding-left:0px;margin-left:-12px; }
li:hover .one
{
    display: none;
}
li:hover .two
{
    display: block;
} 
 
 span.icon-caret {
    float: right;
    padding-top: 11px;
    margin-right: -10px;
 }
 
 span.icon-caret-text {
     position:relative;
     top:10px;
     right:-2px;
 }
 

 
 
 .mash-utility {
    text-transform:none !important;
 }
 
ul.mash-list-items.mash-utility {
    font-weight:200;
    
 }
 
.mash-menu-new .mash-brand > li > a, .mash-menu-new .mash-list-items.mash-utility > li > a {
    color:#003a70 !important;
    cursor: default !important;
}

.mash-menu-new.utility-drop .drop-down {
    background:white;
    box-shadow:none;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.1);
    border:none;
    top:35px;
}

.mash-menu-new.utility-drop .drop-down a, .mash-menu-new.utility-drop .drop-down a:visited {
    color:#003a70;
}

.mash-menu-new.utility-drop .drop-down a:hover {
    color:#f38b00;
}

a.mash-list-image.kore .drop-menu {
    margin-left:-20px; 
 }

 
.mash-menu-new.mash-mega-nav {
    margin-top:-5px;
    margin-bottom:5px;
}

.mash-menu-new.utility-drop {
    z-index: 1000;
}

.list-items {
    text-transform:none !important;
}

.mash-menu-new .drop-down {
    drop-shadow:none;
}

.mash-menu-new .drop-down li:hover>a {
    color:#e98300;
}

.mash-menu-new .drop-down li:hover>a strong {
    color:#e98300;
}

.mash-menu-new .mash-list-items>li>a i.fa.fa-chevron-down {
    float:none !important;
}

.mash-menu-new .mash-list-items>li>a.mash-list-image i.fa.fa-chevron-down {
    position:absolute;
    right:0;
}

ul.mash-list-items.mash-utility li.phone {
    background: #f38b00;
    color: #fff;
    display: inline-block;
    float:right;
    padding: 18px 15px 16px 15px;
    margin-right:12px;
    font-weight:200;
}

ul.mash-list-items.mash-utility li.phone strong {
    color: #fff !important;
    font-weight:600 !important;
}
ul.mash-list-items.mash-utility li.util-menu-item {
    float:right;
    margin-right:24px;
    width:initial;
}

.mash-menu-new .mash-list-items {
  /*============================================== LIST ITEMS  */
}
/* 
@media screen and (min-width: 1365px) { 
  .mash-menu-new .mash-list-items {
    display: block !important;
    float:right;
    font-size:16px;
    text-transform:capitalize;
  }
}
*/
@media screen and (min-width: 1024px) {
  .mash-menu-new .mash-list-items.main-nav-list {
    display: none;
    float:left;
    font-size:1.25em;
    text-transform:capitalize;
    margin-top:50px;
  }
  
} 

@media screen and (max-width: 1023px) {
  .mash-menu-new .mash-list-items {
    padding-top: 44px;
    display: none;
  }
  
}

/* @media screen and (max-device-width: 1224px) and (min-device-width: 769px) {
    .mash-menu-new .mash-list-items.main-nav-list {
        display: none;
        float: right;
        margin-top: 0;
        margin-top: -43px;
        
    }
    .mash-menu-new .mash-list-items {
        padding-top:0px;
        display: none;
    }
    .mash-menu-new .mash-list-items.main-nav-list>li>a {
        padding-left:10px;
    }
} */


@media screen and (max-device-width: 1023px) and (min-device-width: 1024px) { /* Changed from 768  */
    .mash-menu-new .mash-list-items.main-nav-list {
        display: none;
        margin-top: 0;
        
        
    }
    .mash-menu-new .mash-list-items {
        padding-top:0px;
        display: none;
    }
    .mash-menu-new .mash-list-items.main-nav-list>li>a {
        padding-left:10px;
        width:100%;
    }
    .mash-menu-new .mash-list-items.main-nav-list  {
        width:100%;
    }
}

@media screen and (max-device-width: 1024px) { /* Changed from 768  */
    .mash-menu-new .mash-list-items {
        padding-top:0px;
        display: none;
    }
    .mash-menu-new .mash-list-items.main-nav-list>li>a {
        padding-left:10px;
    }
    
}

@media screen and (max-device-width: 1023px) {
    .mash-menu-new .mash-list-items.mash-utility {}

}

@media screen and (max-width: 1023px) { /* Changed from 767  */
    .mash-menu-new .mash-brand>li>a img {
        max-height: 40px;
        position: relative;
        margin: 0;
        padding: 0;
        display: inline-block;
        background: transparent !important;
        top:0 !important;
  }
  /* Following was added custom JW */
  h20 {
      color: #E98300 !important;
  }
}

@media screen and (min-width: 1024px) {
    .mash-menu-new .mash-list-items.main-nav-list {
        display: block !important;
        float: right;
        margin-right:14px;
        font-size: 16px;
        text-transform: uppercase;
    }
    /* Following added by JW */
    h20 {
        color:white;
    }
    
    .mash-menu-new .mash-list-items.main-nav-list h4 {
        display: block !important;
        /* float: right;   */
        font-size: 16px;
        text-transform: capitalize;
    }    
}

.mash-menu-new .mash-list-items.main-nav-list h4 a:link,
.mash-menu-new .mash-list-items.main-nav-list h4 a:visited {
    color:#ff8b00 !important;
}


/* Following Custom for iPad Fixes */
h20 {
    font-weight:bold;
}
.restrictlink {
pointer-events:none !important;
 }
.mash-list-item {
    cursor:pointer !important;
}
.hide-this {
    display:none !important;
}

/* Following for brand image updates */

.brand-container {
    max-width:180px;
    margin-left:10px;
}

.brand-image-back {
    width: 400px;
    height: 103px;
    background: url('https://cdn2.hubspot.net/hubfs/702338/pl-logo-website-2.png') no-repeat;
    background-size: 60%;
    background-position: left;
}


/* Brand image on mobile */

/* Adjust for smaller Desktop Resolutions */
@media screen and (max-width: 1189px) {
    .brand-container {
        max-width:130px;
    }
    .brand-image-back {
        background-size: 60%;
    }
    .phone {
        float:right;
        margin-right:14px;
    }
}

@media screen and (max-width: 1129px) {
    .brand-image-back {
        background-size: 57%;
    }
}

@media screen and (max-width: 1023px){
    .brand-image-back {
        width:300px;
        height: 80px;
        background-size: 70%;
    }
}

@media screen and (max-width: 479px){
    .brand-image-back {
        /* background-size: 78%; */
    }
}


/* Further Custom Additions for Mobile Changes */

@media screen and (max-width: 767px ) {
    .mash-menu-new .mash-list-items.mash-utility {
        display:block !important;
        float:left !important;
        background-color: #F38B00 !important;
        padding-top:0;
        /*margin-left:-10px !important; */
        width:100% !important;
    }
    .mash-menu-new .mash-list-items.mash-utility > li {
        text-align:center;
    }
    .util-menu-item {
        display:none !important;
    }
    .mash-menu-new .mash-list-items.mash-utility > li > a {
        padding: 20px 10px 20px 15px;
        color:inherit;
        text-decoration:none;
    }
    .phone {
        float:none !important;
    }
}

@media (min-width: 768px ) {
    .utility-nav-mobile {
        display:none !important;
    }
}

@media screen and (max-width: 767px ){
    .utility-nav-mobile {
        display:block-inline !important;
    }
}





/* ADDED FOR TEMPORARY TESTING */
/* =========================== */


@media screen and (max-width: 767px){
    #livechat-eye-catcher {
        display:none;
    }
}

.col-menu-3, .col-menu-4, .col-menu-6, .col-menu-8, .col-menu-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1200px) {
    .col-menu-12 {
        float:left;
        width:100%;
    }
}
@media (min-width: 768px) {
    .col-menu-3 {
        float:left;
        width:25%;
    }
    .col-menu-4 {
        float:left;
        width: 33.33333333%;
    }
    .col-menu-6 {
        float:left;
        width:50%;
    }
    .col-menu-8 {
        float:left;
        width: 66.66666667%;
    }
}

.row-utility-nav {
    background: #E1E1E1;
}




























