/*
*	Client 		: Deep Heat
*	Copyright 	: Thinking Juice
*	Date		: 
*	Version		: 1.0
*
*/
/* -- Paths -------------- */
/* render Mixins / Helper files */
/* Simple Reset */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Basic reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0; }

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block; }

a img {
  border: 0; }

figure {
  position: relative; }

figure img {
  width: 100%; }

body, html {
  padding: 0;
  margin: 0; }

body, html {
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: 1.4;
  -webkit-overflow-scrolling: touch; }

div, span, a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-overflow-scrolling: touch; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .container:before, .row:before,
.clearfix:after,
.container:after,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .container:after, .row:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix, .container, .row {
  *zoom: 1; }

/* Product specific styles */
/* -- Colors $var : #color --------------------- */
/* -- BG's --------------------- */
.gradient-bg, header, .accordion dt:hover, .accordion dt.hover, .title-bar {
  background: -webkit-linear-gradient(125deg, #e33037, #c00519);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(125deg, #e33037, #c00519);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(125deg, #e33037, #c00519);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(125deg, #e33037, #c00519);
  /* Standard syntax */ }

/* -- Elements --------------------- */
#logo {
  background: url(../img/deep-freeze/logo-deep-heat.png);
  width: 220px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0; }

@media only screen and (min-width: 768px) {
  select.simpleTabsNavigation {
    display: none; }

  header {
    /*#logo {
    	width: 238px;
    	height: 90px;
    }*/ }
    header .mobile-menu-icon {
      margin: 33px 22px;
      background-image: url(../img/sprite.png);
      background-size: 228px auto; }

  footer .footer-top {
    background: url(../img/deep-freeze/heat-full-footer-bg.jpg) 80% 100% no-repeat !important; } }
/* Define Colors */
/* -- Global Colors $var : #color --------------------- */
/* -- BG's --------------------- */
.black-bg {
  background: #000; }

.white-bg {
  background: #fff; }

/* -- Colors --------------------- */
.black {
  color: #000; }

.hero-black {
  color: #303030; }

.white {
  color: #fff; }

.white-border {
  border-color: #fff !important; }

.black-border {
  border-color: #000 !important; }

.brand-colour {
  color: #e1051d; }

/* Sprite Sheet */
/* Logos */
.sprite {
  background-image: url(../img/sprite.png);
  background-size: 228px auto; }

/* CSS Grid */
/*  SECTIONS  ============================================================================= */
.container {
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  float: left;
  display: block; }

.row {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  display: block;
  position: relative; }
  .row > div:first-child {
    margin-left: 0; }
  .row.no-padding {
    padding: 0; }

.clear {
  clear: both; }

.divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #e1051d;
  margin-bottom: 15px;
  clear: both; }

/*  MARGINS  ============================================================================= */
.margin-bottom {
  margin-bottom: 30px; }

.no-margin {
  margin: 0 !important; }

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

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-top-50 {
  margin-top: 50px; }

/*  GRID COLUMN SETUP   ==================================================================== */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  display: block;
  float: left;
  margin: 0 0 0 1.6%; }
  .col-1 .text-content,
  .col-2 .text-content,
  .col-3 .text-content,
  .col-4 .text-content,
  .col-5 .text-content,
  .col-6 .text-content,
  .col-7 .text-content,
  .col-8 .text-content,
  .col-9 .text-content,
  .col-10 .text-content,
  .col-11 .text-content,
  .col-12 .text-content {
    padding-left: 15px;
    padding-right: 15px; }

.col:first-child, .col-6:nth-child(odd) {
  margin-left: 0; }

/* all browsers except IE6 and lower */
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; } }
/*  GRID OF TWELVE   ============================================================================= */
.col-12 {
  width: 100%; }

.col-11 {
  width: 91.53%; }

.col-10 {
  width: 83.06%; }

.col-9 {
  width: 74.6%; }

.col-8 {
  width: 66.13%; }

.col-7 {
  width: 57.66%; }

.col-6 {
  width: 49.2%; }

.col-5 {
  width: 40.73%; }

.col-4 {
  width: 32.26%; }

.col-3 {
  width: 23.8%; }

.scol-2 {
  width: 15.33%; }

.col-1 {
  width: 6.86%; }

@media only screen and (max-width: 767px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
    margin-left: 0; }

  .help-pods .col-6 {
    min-height: 80px !important; } }
/* Setup Type */
/* -- Font Variables ------------------ */
@font-face{
  font-family:"Museo Sans W01_300";
  src:url("fonts/museo-300.eot?#iefix");
  src:url("fonts/museo-300.eot?#iefix") format("eot"),url("fonts/museo-300.woff") format("woff"),url("fonts/museo-300.ttf") format("truetype"),url("fonts/museo-300.svg#museo-300") format("svg");
}
body {
  font-family: "Museo Sans W01_300", sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased; }

p, ul {
  font-family: "Museo Sans W01_300", sans-serif;
  font-size: 17px; }

p {
  margin-bottom: 15px;
  line-height: 18px; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

h1, .fakeh1, .urgent-advice {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: "Museo Sans W01_300", 900, sans-serif; }

.text-content h1 {
  font-family: "Museo Sans W01_300", sans-serif; }

.hero-banner p {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px; }
.hero-banner h1, .hero-banner .fakeh1, .hero-banner .urgent-advice {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400; }
               
.hero-banner.small p {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 2px; }
.hero-banner.small h1, .hero-banner.small .fakeh1, .hero-banner.small .urgent-advice {
  font-size: 26px;
  line-height: 24px;
  margin-bottom: 7px; }

/* -- helper classes ---------------- */
.bold, b {
  font-family: "Museo Sans W01_300", sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased; }

.italic {
  font-style: oblique; }

.uppercase {
  text-transform: uppercase; }

.title {
  line-height: 5; }

.underlined {
  text-decoration: underline; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

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

.margin-bottom-30 {
  margin-bottom: 30px !important; }

/* Form Boileplate */
/* -- Form Styles ------------------------------------------------------------------- */
input[type='text'],
input[type='email'],
select,
textarea {
  width: 100%;
  border: 1px solid #b6b6b6;
  display: block;
  height: 25px;
  line-height: 16px;
  padding: 7px 10px;
  color: #e1051d;
  font-family: "Museo Sans W01_300", sans-serif;
  font-size: 15px;
  margin-bottom: 10px; }

textarea {
  min-height: 120px; }

input[type='submit'] {
  display: inline-block;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #b6b6b6;
  color: #303030;
  font-family: "Museo Sans W01_300", sans-serif;
  font-size: 16px;
  margin: 10px 0 20px; }

input[type='checkbox'] {
  margin-right: 10px;
  margin-bottom: 15px; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #e33037; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e33037;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e33037;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #e33037; }

.search-box div {
  position: relative;
  float: left; }
.search-box #searchsubmit {
  width: 25px;
  height: 25px;
  padding: 0px;
  border: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  background: none; }

.search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a7a9ac;
  padding-top: 2px; }

.search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a7a9ac;
  padding-top: 2px;
  opacity: 1; }

.search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a7a9ac;
  padding-top: 2px;
  opacity: 1; }

.search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a7a9ac;
  padding-top: 2px; }

form#email-us {
  font-size: 16px;
  font-family: "Museo Sans W01_300", sans-serif; }

form#newsletter {
  margin-top: 10px; }
  form#newsletter input[type='text'],
  form#newsletter input[type='email'],
  form#newsletter textarea {
    width: 100%;
    border: 1px solid #b6b6b6;
    display: block;
    height: 22px;
    line-height: 16px;
    padding: 5px 10px;
    color: #e1051d;
    font-family: 'Myriad Pro', helvetica, arial, sans-serif;
    font-size: 12px;
    margin-bottom: 10px; }
  form#newsletter input[type='submit'] {
    height: 22px;
    display: inline-block;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid #b6b6b6;
    color: #303030;
    font-family: "Museo Sans W01_300", sans-serif;
    font-size: 13px;
    margin: 5px 0 0; }

.search-box {
  float: right;
  width: auto;
  height: auto;
  display: inline-block; }
  .search-box input[type='text'] {
    border: 1px solid #b6b6b6;
    background: url(../img/search-bg.jpg) top left no-repeat;
    background-size: 190px 30px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 16px 10px 14px 10px;
    padding-left: 25px;
    margin: 30px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #e1051d;
    font-family: 'Myriad Pro', helvetica, arial, sans-serif;
    font-weight: 100;
    font-size: 16px;
    float: left; }

form li::before {
  content: '';
  display: none; }
form .validation_error {
  display: none; }
form .validation_message {
  font-size: 12px; }

.gform_wrapper#gform_wrapper_2 {
  width: 300px; }
.gform_wrapper .top_label .ginput_container textarea {
  padding: 0.250em 0.125em 0.250em 0.25em; }
  .gform_wrapper .top_label .ginput_container textarea.textarea {
    width: 100%; }
.gform_wrapper .top_label .ginput_container input {
  line-height: normal; }
  .gform_wrapper .top_label .ginput_container input.medium {
    width: 90%; }
.gform_wrapper #label_6_1 {
  display: none; }
.gform_wrapper #label_7_1 {
  display: none; }
.gform_wrapper #field_2_6 {
  cursor: pointer;
  float: left; }
  .gform_wrapper #field_2_6 .ginput_container {
    cursor: pointer;
    float: left;
    margin-top: 0; }
    .gform_wrapper #field_2_6 .ginput_container .gfield_checkbox {
      float: left; }
  .gform_wrapper #field_2_6 .gfield_label {
    cursor: pointer;
    margin: 1px;
    float: right;
    font-weight: normal; }
  .gform_wrapper #field_2_6 #label_2_6_1 {
    display: none;
    margin-top: 0; }
.gform_wrapper #field_2_7 {
  cursor: pointer;
  float: left; }
  .gform_wrapper #field_2_7 .ginput_container {
    cursor: pointer;
    float: left;
    margin-top: 0; }
    .gform_wrapper #field_2_7 .ginput_container .gfield_checkbox {
      float: left; }
  .gform_wrapper #field_2_7 .gfield_label {
    cursor: pointer;
    margin: 1px;
    float: right;
    font-weight: normal; }
  .gform_wrapper #field_2_7 #label_2_7_1 {
    display: none;
    margin-top: 0; }
.gform_wrapper #field_2_8 .gfield_label {
  float: left;
  display: none;
  font-size: 14px; }
.gform_wrapper #field_2_8 .ginput_container #input_2_8 {
  width: 100%;
  height: auto; }

body.mentholatum .gform_wrapper#gform_wrapper_3 {
  width: 300px !important;
  float: left; }
  body.mentholatum .gform_wrapper#gform_wrapper_3 .ginput_container .gfield_checkbox {
    float: left; }
    body.mentholatum .gform_wrapper#gform_wrapper_3 .ginput_container .gfield_checkbox label {
      display: none; }
  body.mentholatum .gform_wrapper#gform_wrapper_3 .ginput_container input {
    width: 90%;
    padding-left: 6px; }
  body.mentholatum .gform_wrapper#gform_wrapper_3 .ginput_container select {
    width: 100%; }
  body.mentholatum .gform_wrapper#gform_wrapper_3 .ginput_container textarea {
    padding-left: 10px; }
  body.mentholatum .gform_wrapper#gform_wrapper_3 #field_3_4 label {
    display: none; }
  body.mentholatum .gform_wrapper#gform_wrapper_3 #field_3_6 {
    width: 80%; }
    body.mentholatum .gform_wrapper#gform_wrapper_3 #field_3_6 .gfield_label {
      float: right;
      margin: 2px auto;
      font-weight: 100;
      right: 20px;
      position: relative; }
  body.mentholatum .gform_wrapper#gform_wrapper_3 .gform_footer {
    padding: 0 !important; }

body.regenovex .gform_wrapper #field_6_4 .gfield_label {
  display: none; }
body.regenovex .gform_wrapper#gform_wrapper_6 {
  width: 300px; }
body.regenovex .gform_wrapper #field_6_6,
body.regenovex .gform_wrapper #field_6_7 {
  cursor: pointer;
  float: left; }
  body.regenovex .gform_wrapper #field_6_6 .gfield_label,
  body.regenovex .gform_wrapper #field_6_7 .gfield_label {
    cursor: pointer;
    margin: 1px;
    float: right;
    font-weight: normal; }
  body.regenovex .gform_wrapper #field_6_6 .ginput_container,
  body.regenovex .gform_wrapper #field_6_7 .ginput_container {
    cursor: pointer;
    float: left;
    margin-top: 0; }
    body.regenovex .gform_wrapper #field_6_6 .ginput_container .gfield_checkbox,
    body.regenovex .gform_wrapper #field_6_7 .ginput_container .gfield_checkbox {
      float: left; }
      body.regenovex .gform_wrapper #field_6_6 .ginput_container .gfield_checkbox li,
      body.regenovex .gform_wrapper #field_6_7 .ginput_container .gfield_checkbox li {
        padding: 0 !important; }
        body.regenovex .gform_wrapper #field_6_6 .ginput_container .gfield_checkbox li label,
        body.regenovex .gform_wrapper #field_6_7 .ginput_container .gfield_checkbox li label {
          display: none;
          margin-top: 0; }
body.regenovex.page-template-page-contact .gfield_select {
  height: 35px;
  line-height: 35px;
  width: 70% !important; }

/* Navigation styles */
x
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input, button {
  box-sizing: content-box; }

.mp-pusher {
  position: relative;
  left: 0;
  height: 100%; }
  .mp-pusher .scroller {
    z-index: 999; }

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  right: 0;
  z-index: 1;
  width: calc(100% - 50px);
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

/* overlays for pusher and for level that gets covered */
.mp-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-pusher::after {
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }

.mp-pusher.mp-pushed::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.mp-pusher {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

/* content style */
.mp-menu {
  background: #e33037; }
  .mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .mp-menu ul li a {
      display: block;
      height: 62px;
      line-height: 62px;
      padding: 0 30px;
      outline: none;
      text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
      font-size: 24px;
      color: #fff;
      -webkit-transition: background 0.3s, box-shadow 0.3s;
      -moz-transition: background 0.3s, box-shadow 0.3s;
      transition: background 0.3s, box-shadow 0.3s; }
      .mp-menu ul li a:hover {
        background: #c00519;
        text-decoration: none; }
    .mp-menu ul li::before {
      position: absolute;
      left: 10px;
      z-index: -1;
      color: rgba(0, 0, 0, 0.2);
      line-height: 3.5; }
    .mp-menu ul.bottom-links {
      width: 100%;
      padding: 15px 0;
      background: #c00519;
      position: absolute;
      bottom: 0; }
      .mp-menu ul.bottom-links li a {
        font-family: helvetica, arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        height: 22px; }
        .mp-menu ul.bottom-links li a:hover {
          text-decoration: underline; }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
#trigger {
  float: right; }

.mobile-menu-icon {
  width: 30px;
  height: 24px;
  margin: 19px 10px;
  background-image: url(../img/sprite.png);
  background-size: 228px auto;
  display: inline-block;
  overflow: hidden;
  background-position: -38px 0px;
  float: right; }

/* -- Simple Tabs ---------------------- */
.simpleTabs {
  text-align: center; }
  .simpleTabs ul.simpleTabsNavigation {
    text-align: left; }
    .simpleTabs ul.simpleTabsNavigation li {
      display: inline-block; }
      .simpleTabs ul.simpleTabsNavigation li a {
        height: 25px;
        line-height: 25px;
        width: auto;
        padding: 0 15px 0 15px;
        text-align: center;
        border: 1px solid #b6b6b6;
        display: inline-block;
        list-style: none;
        vertical-align: top;
        color: #000;
        font-size: 12px; }
        .simpleTabs ul.simpleTabsNavigation li a:hover {
          color: #e1051d;
          text-decoration: underline; }
        .simpleTabs ul.simpleTabsNavigation li a.current {
          border-bottom: 1px solid #fff;
          color: #e1051d;
          text-decoration: none; }
  .simpleTabs select.simpleTabsNavigation {
    background-color: #fff;
    background: url(../img/select-bg.jpg) top right no-repeat;
    color: #000;
    height: 30px;
    min-width: 155px;
    font-size: 16px;
    font-family: "Museo Sans W01_300", sans-serif;
    margin: 30px auto 10px;
    float: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    text-align: center;
    padding: 0 10px;
    width: 94%; }
  .simpleTabs div.simpleTabsContent {
    display: none; }
  .simpleTabs div.simpleTabsContent.currentTab {
    display: block;
    padding-top: 20px;
    margin-top: -1px; }
  .simpleTabs .text-content {
    padding: 0 15px;
    text-align: left; }

/* -- Main Navigation ---------------------- */
#main-nav {
  display: none; }

/* -- Side Menus ---------------------- */
#product-menu, #help-menu {
  margin-top: 30px; }
  #product-menu > li, #product-menu dt, #help-menu > li, #help-menu dt {
    display: block;
    overflow: auto;
    list-style: none;
    border: 1px solid #b6b6b6;
    border-top: none;
    padding: 0;
    height: auto;
    box-sizing: content-box; }
    #product-menu > li:first-child, #product-menu dt:first-child, #help-menu > li:first-child, #help-menu dt:first-child {
      border-top: 1px solid #b6b6b6; }
    #product-menu > li:hover, #product-menu dt:hover, #help-menu > li:hover, #help-menu dt:hover {
      color: #e1051d; }
    #product-menu > li a, #product-menu dt a, #help-menu > li a, #help-menu dt a {
      line-height: 26px;
      font-size: 12px;
      text-decoration: none;
      color: black;
      width: 100%;
      /* min-width: 100%; */
      display: inline-block;
      overflow: auto;
      width: 100%;
      height: auto; }
      #product-menu > li a span, #product-menu dt a span, #help-menu > li a span, #help-menu dt a span {
        width: 95%;
        height: auto;
        display: inline-block; }
      #product-menu > li a.current, #product-menu dt a.current, #help-menu > li a.current, #help-menu dt a.current {
        color: #e1051d; }
        #product-menu > li a.current span, #product-menu dt a.current span, #help-menu > li a.current span, #help-menu dt a.current span {
          text-decoration: underline; }
        #product-menu > li a.current::after, #product-menu dt a.current::after, #help-menu > li a.current::after, #help-menu dt a.current::after {
          content: '\203A';
          margin-left: 5px; }
      #product-menu > li a:hover, #product-menu dt a:hover, #help-menu > li a:hover, #help-menu dt a:hover {
        color: #e1051d; }
        #product-menu > li a:hover::after, #product-menu dt a:hover::after, #help-menu > li a:hover::after, #help-menu dt a:hover::after {
          content: '\203A'; }
      #product-menu > li a::after, #product-menu dt a::after, #help-menu > li a::after, #help-menu dt a::after {
        content: '\203A'; }
    #product-menu > li::after, #product-menu dt::after, #help-menu > li::after, #help-menu dt::after {
      content: none; }
  #product-menu li, #help-menu li {
    display: block;
    overflow: hidden;
    list-style: none;
    border: 1px solid #b6b6b6;
    border-top: none;
    padding: 0; }
    #product-menu li:first-child, #help-menu li:first-child {
      border-top: 1px solid #b6b6b6; }
    #product-menu li:hover, #help-menu li:hover {
      color: #e1051d; }
    #product-menu li a, #help-menu li a {
      line-height: 20px;
      padding: 10px 12px;
      font-size: 16px;
      text-decoration: none;
      color: black;
      width: 100%;
      /* min-width: 100%; */
      display: inline-block;
      box-sizing: border-box;
      height: auto; }
      #product-menu li a span, #help-menu li a span {
        width: 95%;
        display: inline-block; }
      #product-menu li a.current, #help-menu li a.current {
        color: #e1051d; }
        #product-menu li a.current span, #help-menu li a.current span {
          text-decoration: underline; }
        #product-menu li a.current::after, #help-menu li a.current::after {
          content: '\203A';
          margin-left: 5px; }
      #product-menu li a:hover, #help-menu li a:hover {
        color: #e1051d; }
        #product-menu li a:hover::after, #help-menu li a:hover::after {
          content: '\203A'; }
      #product-menu li a::after, #help-menu li a::after {
        content: '\203A';
        float: right; }
    #product-menu li::after, #help-menu li::after {
      content: none; }
    #product-menu li:hover, #help-menu li:hover {
      background: -webkit-linear-gradient(125deg, #e1051d, #c00519);
      background: -o-linear-gradient(125deg, #e1051d, #c00519);
      background: -moz-linear-gradient(125deg, #e1051d, #c00519);
      background: linear-gradient(125deg, #e1051d, #c00519); }
      #product-menu li:hover a, #help-menu li:hover a {
        color: #fff; }
  #product-menu dd, #help-menu dd {
    border-bottom: 1px solid #b6b6b6;
    display: none; }
    #product-menu dd.current, #help-menu dd.current {
      display: block; }
    #product-menu dd ul, #help-menu dd ul {
      margin-bottom: 10px; }
      #product-menu dd ul li, #help-menu dd ul li {
        margin-bottom: 0;
        height: 15px; }
        #product-menu dd ul li a, #help-menu dd ul li a {
          line-height: 16px;
          padding: 0 12px;
          font-size: 12px;
          font-weight: bold; }
        #product-menu dd ul li::before, #help-menu dd ul li::before {
          content: none; }
    #product-menu dd::after, #help-menu dd::after {
      content: none; }

/* Elements, think borders etc */
/* -- Main Content Styles ------------------------------------------------------------------- */
html.ie9 nav#mp-menu {
  display: none !important; }
html.ie9 header.container {
  background-color: #0078BB !important; }

html, body, .wrapper-container, .scroller {
  height: 100%; }

.scroller {
  overflow: hidden; }

.scroller,
.scroller-inner {
  position: relative;
  height: 100%;
  min-height: 100%; }

.scroller-inner {
  overflow-x: hidden; }

.wrapper-container {
  position: relative;
  overflow: hidden; }

header + div {
  padding-top: 68px;
  overflow: visible !important; }

header {
  min-width: 320px;
  width: 100%;
  height: 65px;
  display: block;
  z-index: 30;
  border-bottom: 3px solid #ececec; }
  header .row {
    height: 100%;
    min-height: 100%; }
  header .search {
    background-image: url(../img/sprite.png);
    background-size: 228px auto;
    width: 22px;
    height: 22px;
    padding-right: 0;
    display: inline-block;
    overflow: hidden;
    float: right;
    position: relative; }
  header button.search {
    border: 0;
    background-color: rgba(255, 255, 255, 0);
    margin-top: 33px;
    margin-left: 10px; }
  header .search-input {
    width: 100px !important;
    padding: 0 10px 0 30px !important; }

/* ---- Global ----*/
a.textlink {
  color: #003760;
  text-decoration: underline; }

.right {
  float: right; }

.left {
  float: left; }

.slider-wrap .arrow-left {
  background: url(/wp-content/themes/mentho_group/img/slider-arrows.png);
  background-repeat: no-repeat;
  background-position: 0% 105%;
  display: block;
  height: 80px;
  width: 50px; }
.slider-wrap .arrow-right {
  background: url(/wp-content/themes/mentho_group/img/slider-arrows.png);
  background-repeat: no-repeat;
  background-position: 0% -5%;
  display: block;
  height: 80px;
  width: 50px; }

.center {
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.button {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 35px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #b6b6b6;
  color: #303030;
  font-size: 17px; }

.back-button {
  height: 25px;
  line-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 0 12px;
  border: 1px solid #b6b6b6;
  color: #000;
  font-size: 12px; }

.regenovex.page-id-7 .text-content .wp-caption {
  width: 100% !important;
  margin: 0 auto 0 auto;
  text-align: center; }
.regenovex.page-id-7 .text-content .wp-caption-text {
  padding: 10px; }
.regenovex.page-id-7 .text-content a img {
  max-width: 100%;
  display: block;
  margin: 0 auto 0 auto;
  border-radius: 5px;
  height: auto; }

.page-template-page-your-joints .alignnone {
  display: block;
  margin: 0 auto 0 auto; }

.text-content {
  padding: 30px 0; }
  .text-content p {
    line-height: 20px;
    margin-bottom: 20px; }
  .text-content ul {
    margin-left: 50px;
    margin-bottom: 30px; }
    .text-content ul li {
      list-style-type: disc;
      margin-bottom: 10px;
      font-size: 18px; }
      .text-content ul li a {
        font-size: 17px;
        padding-left: 5px;
        color: #000; }
      .text-content ul li::before {
        content: '\203A';
        display: none; }
  .text-content.side-padding {
    padding-left: 15px;
    padding-right: 15px; }

.pod {
  position: relative;
  display: inline-block;
  height: 195px;
  display: block; }

a.pod {
  overflow: hidden; }

.symptom-checker {
  width: 100%;
  min-width: 100%;
  display: block;
  overflow: hidden;
  background: url(../img/symptom-checker-sprite.png) right 20px top -3px no-repeat;
  background-size: 58px 140px !important;
  border: 1px solid #b6b6b6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 17px;
  color: #303030;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .symptom-checker:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #20E000;
    background: #20E000 url(../img/symptom-checker-sprite.png) right 20px top -70px no-repeat;
    background-size: 58px 140px !important; }
  .symptom-checker .fakeh1, .symptom-checker .urgent-advice {
    display: block;
    font-size: 18px;
    margin-bottom: 0; }

/* ---- Banners ----*/
.hero-banner {
  width: 100%;
  min-width: 320px;
  display: block;
  overflow: hidden;
  box-sizing: content-box; }
  .hero-banner .row {
    height: 100%;
    min-height: 100%;
    padding: 0; }
  .hero-banner .productHero.row {
    height: auto;
    min-height: 0; }
  .hero-banner .content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0; }
    .hero-banner .content .button {
      margin-top: 33px; }
  .hero-banner.large {
    height: 100%;
    min-height: 100%; }
    .hero-banner.large .content {
      display: block;
      position: relative;
      padding: 0 10%; }
  .hero-banner.medium {
    height: 200px; }
  .hero-banner.small {
    height: 200px;
    background-position: center right !important; }

/* ---- Products ---- */
.product {
  border-top: 1px solid #a7a9ac;
  padding: 30px 0;
  text-align: left; }
  .product p {
    font-size: 16px;
    line-height: 17px;
    text-align: left;
    padding: 15px 40px;
    margin-bottom: 0; }
  .product a.textlink {
    font-weight: bold;
    font-size: 17px; }
  .product .footer-top p {
    text-align: left;
    padding: 10px 0;
    margin: 0; }
  .product .footer-bottom p {
    padding-top: 0; }
  .product .footer-bottom a.textlink {
    font-size: 12px; }
  .product a.product_logo {
    display: none; }

.product-title {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: left;
  display: block;
  overflow: hidden;
  box-sizing: content-box;
  margin-bottom: 0;
  padding-left: 15px; }

.product-banner .content {
  width: 180px;
  font-size: 18px;
  text-align: center; }
  .product-banner .content h1, .product-banner .content .fakeh1, .product-banner .content .urgent-advice {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 15px; }
  .product-banner .content .button {
    width: 95px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    background-color: #e1051d;
    padding: 0;
    border: none;
    margin-bottom: 5px; }

/* ---- Pain ---- */
.page-template-page-your-symptom-php .pain-pods .col-4 {
  margin-right: 1.6%;
  margin-left: 0; }
  .page-template-page-your-symptom-php .pain-pods .col-4.last {
    margin-right: 0; }
.page-template-page-your-symptom-php .pain-pods-redirection {
  line-height: 18px; }

.pain-pods .col-4 .pain-pod, .pain-pods .col-4 .help-pod, .pain-pods .col-6 .pain-pod, .pain-pods .col-6 .help-pod, .help-pods .col-4 .pain-pod, .help-pods .col-4 .help-pod, .help-pods .col-6 .pain-pod, .help-pods .col-6 .help-pod {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #e1051d;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .pain-pods .col-4 .pain-pod .type, .pain-pods .col-4 .help-pod .type, .pain-pods .col-6 .pain-pod .type, .pain-pods .col-6 .help-pod .type, .help-pods .col-4 .pain-pod .type, .help-pods .col-4 .help-pod .type, .help-pods .col-6 .pain-pod .type, .help-pods .col-6 .help-pod .type {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    width: 49%;
    min-width: 49%;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    padding: 0 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    padding: 15px;
    height: 100px; }
    .pain-pods .col-4 .pain-pod .type span, .pain-pods .col-4 .help-pod .type span, .pain-pods .col-6 .pain-pod .type span, .pain-pods .col-6 .help-pod .type span, .help-pods .col-4 .pain-pod .type span, .help-pods .col-4 .help-pod .type span, .help-pods .col-6 .pain-pod .type span, .help-pods .col-6 .help-pod .type span {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      width: 100%;
      left: 0; }
  .pain-pods .col-4 .pain-pod .description, .pain-pods .col-4 .help-pod .description, .pain-pods .col-6 .pain-pod .description, .pain-pods .col-6 .help-pod .description, .help-pods .col-4 .pain-pod .description, .help-pods .col-4 .help-pod .description, .help-pods .col-6 .pain-pod .description, .help-pods .col-6 .help-pod .description {
    display: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .pain-pods .col-4 .pain-pod img, .pain-pods .col-4 .help-pod img, .pain-pods .col-6 .pain-pod img, .pain-pods .col-6 .help-pod img, .help-pods .col-4 .pain-pod img, .help-pods .col-4 .help-pod img, .help-pods .col-6 .pain-pod img, .help-pods .col-6 .help-pod img {
    max-width: 49%;
    height: auto;
    border: 0px solid #b6b6b6;
    box-spacing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    float: right; }
  .pain-pods .col-4 .pain-pod:hover .type, .pain-pods .col-4 .help-pod:hover .type, .pain-pods .col-6 .pain-pod:hover .type, .pain-pods .col-6 .help-pod:hover .type, .help-pods .col-4 .pain-pod:hover .type, .help-pods .col-4 .help-pod:hover .type, .help-pods .col-6 .pain-pod:hover .type, .help-pods .col-6 .help-pod:hover .type {
    text-decoration: underline; }
.pain-pods .col-4:first-child .pain-pod, .pain-pods .col-4:first-child .help-pod, .pain-pods .col-6:first-child .pain-pod, .pain-pods .col-6:first-child .help-pod, .help-pods .col-4:first-child .pain-pod, .help-pods .col-4:first-child .help-pod, .help-pods .col-6:first-child .pain-pod, .help-pods .col-6:first-child .help-pod {
  border-top: none; }

.urgent-advice {
  width: 100%;
  min-width: 100%;
  display: inline-block;
  margin: 0 auto 20px;
  font-weight: 500; }
  .urgent-advice.center {
    padding: 0 15%; }

/* ---- Help & Advice ---- */
.help-pods {
  margin-top: 10px; }
  .help-pods .col-6 {
    min-height: 320px; }
    .help-pods .col-6 .help-pod .description {
      height: 50px;
      width: 100%; }

.stories .fakeh1, .stories .urgent-advice, .stories h1 {
  margin: 20px 15px; }
.stories .story {
  width: 100%; }
  .stories .story .content {
    padding: 0 15px;
    font-size: 17px;
    line-height: 16px; }
    .stories .story .content .category, .stories .story .content .date {
      font-size: 13px;
      color: #000;
      display: inline-block;
      padding: 0 0 0 5px; }
      .stories .story .content .category:hover, .stories .story .content .date:hover {
        color: #e1051d;
        text-decoration: underline; }
    .stories .story .content .fakeh1, .stories .story .content .urgent-advice, .stories .story .content h1 {
      margin: 5px 0;
      padding: 0 0 15px 0; }
    .stories .story .content p {
      margin-bottom: 10px;
      line-height: 20px; }
    .stories .story .content .category {
      padding: 0 5px 0 0; }
    .stories .story .content .main-image {
      width: 70%;
      margin: 10px auto 20px auto; }
    .stories .story .content .intro-text {
      margin: 0 0 40px 0; }
  .stories .story .story-image {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin: 10px 0 20px; }
.stories .pagination {
  padding: 10px 15px;
  margin-top: 10px;
  width: 100%; }
  .stories .pagination ul {
    text-align: center;
    width: 100%;
    border-top: 1px solid #e1051d;
    padding: 30px 0;
    height: 18px;
    font-size: 0; }
    .stories .pagination ul li {
      display: inline-block;
      float: none;
      margin: 0 auto;
      height: 18px;
      padding: 0 8px;
      border-left: 1px solid #303030; }
      .stories .pagination ul li a {
        font-size: 17px;
        height: 18px;
        line-height: 18px;
        color: #303030; }
      .stories .pagination ul li.older, .stories .pagination ul li:first-child {
        border-left: none; }
      .stories .pagination ul li.current a {
        color: #e1051d; }
        .stories .pagination ul li.current a:hover {
          text-decoration: none; }

/* ---- Stockists ---- */
.stockist {
  text-align: center;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  color: #000;
  text-decoration: none; }
  .stockist .logo {
    width: 100%;
    height: 150px;
    min-height: 150px;
    display: block;
    overflow: hidden;
    border: 1px solid #b6b6b6;
    border-top: none;
    background-repeat: no-repeat;
    background-position: center center; }
  .stockist:hover .logo {
    border: 2px solid #e33037 !important; }

.stockists .col-4:first-child .stockist .logo {
  border-top: 1px solid #b6b6b6; }

/* ---- Footer ---- */
footer .footer-top {
  background: #e1051d;
  background-size: 100%;
  display: block;
  overflow: hidden;
  min-width: 100%;
  min-height: 190px;
  padding-bottom: 20px; }
  footer .footer-top .col-4 {
    width: 49.2%;
    z-index: 2; }
    footer .footer-top .col-4 .fakeh1, footer .footer-top .col-4 .urgent-advice {
      margin: 30px 0 0 0;
      color: #fff;
      padding-bottom: 15px; }
    footer .footer-top .col-4 ul li {
      list-style: none;
      color: #fff;
      margin-top: 5px;
      font-size: 18px;
      margin-bottom: 10px; }
      footer .footer-top .col-4 ul li a {
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        padding: 0 10px 0 5px; }
      footer .footer-top .col-4 ul li::before {
        content: '\203A'; }
    footer .footer-top .col-4 ul li.gfield::before {
      content: ''; }
footer .footer-bottom {
  display: block;
  overflow: hidden;
  line-height: 18px;
  text-align: center;
  padding: 15px 0; }
footer .footerSmallprint {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: "Museo Sans W01_300", sans-serif;
  color: #fff;
  padding-top: 15px;
  clear: both;
  z-index: 1; }
footer .copyright {
  font-size: 14px; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0; }
    .rslides li:first-child {
      position: relative;
      display: block;
      float: left; }
  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0; }

.related-products ul {
  float: left;
  width: 100%; }
  .related-products ul li {
    float: left;
    width: 100%; }
    .related-products ul li:before {
      display: none; }
    .related-products ul li img {
      float: left; }
    .related-products ul li .related-info {
      float: left;
      width: 50%;
      margin-top: 30px; }

.simpleTabs div.simpleTabsContent.currentTab {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.slider-wrap {
  position: relative; }
  .slider-wrap .rslides_nav {
    position: absolute;
    top: 40%;
    color: #000;
    font-size: 100px;
    z-index: 999;
    font-family: "Museo Sans W01_300", 900, sans-serif;
    cursor: pointer; }
    .slider-wrap .rslides_nav.prev {
      left: 10px; }
    .slider-wrap .rslides_nav.next {
      right: 10px; }
  .slider-wrap .left-text {
    text-align: left; }
  .slider-wrap .right-text {
    text-align: right; }

img.mentho-globe {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 50px;
  height: 50px; }

.search-results .text-content {
  padding-top: 20px;
  padding-bottom: 0px; }
  .search-results .text-content a {
    color: #e1051d; }
  .search-results .text-content h2 {
    padding-bottom: 20px;
    line-height: 30px; }
    .search-results .text-content h2 a, .search-results .text-content h2 a:visited {
      color: #e1051d; }
  .search-results .text-content p {
    line-height: 22px;
    margin-bottom: 10px;
    font-family: "Museo Sans W01_300", sans-serif;
    font-size: 17px; }
    .search-results .text-content p br {
      display: inline-block;
      padding-bottom: 15px;
      box-sizing: content-box; }
  .search-results .text-content hr {
    margin: 20px 0 10px 0; }

.gform_validation_container {
  display: none !important; }

.error-404 p {
  line-height: 22px; }

.default-page a img {
  width: 100%;
  height: auto; }
.default-page p {
  line-height: 22px; }
.default-page ul {
  padding-left: 20px; }

body.deep-freeze.page-id-268 .col-8 {
  width: 100%; }

body.page-id-22 .children {
  margin-left: 40px; }

body.page-id-111 ol {
  margin-left: 40px; }

.three-pods .awards-sidebar {
  margin-top: 0px;
  float: left; }
  .three-pods .awards-sidebar img {
    width: 100%;
    max-width: 200px;
    margin: 0px auto;
    margin-left: 30px; }

.awards-sidebar {
  margin-top: 20px; }
  .awards-sidebar img {
    width: 100%;
    max-width: 280px;
    margin: 0px auto; }

.stockists .col-4 {
  margin: 4px; }

.products-page .row .col-4 {
  margin: 4px; }

/* Spec. styles for plugins */
/* -- Plugin Styles -------------------------- */
.accordion {
  margin: 0 0 20px 0; }
  .accordion dt, .accordion dd {
    padding: 0 10px;
    border: 1px solid #b6b6b6;
    border-bottom: 0;
    font-size: 22px;
    font-weight: bold;
    color: #a7a9ac; }
    .accordion dt:last-of-type, .accordion dd:last-of-type {
      border-bottom: 1px solid #b6b6b6; }
    .accordion dt > a, .accordion dd > a {
      display: block;
      color: black;
      font-size: 16px;
      font-weight: normal;
      width: 95%;
      min-width: 95%;
      display: inline-block; }
    .accordion dt p, .accordion dd p {
      line-height: 20px;
      padding-bottom: 15px;
      margin-bottom: 0; }
    .accordion dt ul, .accordion dd ul {
      margin-bottom: 30px; }
      .accordion dt ul li, .accordion dd ul li {
        margin: 0 0 10px 18px;
        font-size: 18px; }
        .accordion dt ul li a, .accordion dd ul li a {
          font-size: 16px;
          color: #000;
          display: inline-block;
          font-weight: normal; }
  .accordion dt {
    -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
    background-color: #fff; }
    .accordion dt:hover, .accordion dt.hover {
      color: #fff; }
      .accordion dt:hover a, .accordion dt.hover a {
        color: #fff; }
        .accordion dt:hover a span, .accordion dt.hover a span {
          color: #fff; }
    .accordion dt.hover::after {
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .accordion dt::after {
    content: '\203A';
    float: right;
    margin-top: 14px; }
  .accordion dd {
    border-top: 0;
    font-size: 12px;
    font-weight: normal;
    padding-top: 10px !important;
    color: #000;
    height: auto;
    overflow-y: auto; }
    .accordion dd:last-of-type {
      border-top: 1px solid white;
      position: relative;
      top: -1px; }

a {
  text-decoration: none; }

/* Media Queries | loaded last for old browsers */
@media only screen and (max-width: 960px) {
  #logo {
    margin-left: 15px; } }
@media only screen and (max-width: 900px) {
  .pain-pods .col-4 .pain-pod span.type, .pain-pods .col-6 .pain-pod span.type, .help-pods .col-4 .pain-pod span.type, .help-pods .col-6 .pain-pod span.type {
    padding-top: 10px; } }
@media only screen and (max-width: 360px) {
  div.row.pain-pods.margin-bottom > div > a img,
  div.row.help-pods.margin-bottom > div > a img {
    float: right; } }
/* -- Mobiles ----------------------------------------- */
@media only screen and (max-width: 480px) {
  #field_2_6,
  #field_2_7 {
    width: auto !important;
    clear: right !important;
    float: left !important; }
    #field_2_6 .gfield_label,
    #field_2_7 .gfield_label {
      float: left;
      clear: none; } }
@media only screen and (max-width: 767px) {
  .new-flash {
    width: 200px !important; }

  body.muscle-rescue #logo {
    width: 150px;
    height: 56px; }
  body.muscle-rescue .hero-banner.small .img-bg {
    width: auto;
    height: 100%; }

  div.simpleTabsContent.currentTab {
    display: block; }
    div.simpleTabsContent.currentTab .related-products p {
      padding: 20px 0; }
    div.simpleTabsContent.currentTab .related-products ul {
      padding-left: 0;
      margin-left: 0; }
      div.simpleTabsContent.currentTab .related-products ul li {
        margin-bottom: 40px;
        list-style-type: none; }
        div.simpleTabsContent.currentTab .related-products ul li .related-info {
          width: 100%; }
        div.simpleTabsContent.currentTab .related-products ul li img {
          padding-right: 30px; }
        div.simpleTabsContent.currentTab .related-products ul li a {
          padding: 0 35px;
          font-family: "Museo Sans W01_300", sans-serif; }
      div.simpleTabsContent.currentTab .related-products ul li:last-child {
        margin-bottom: 10px; }

  .desktop-only, .tablet-only {
    display: none; }

  ul.simpleTabsNavigation {
    display: none; }

  .pod.mobile-minimise {
    height: 60px; }

  #logo {
    width: 170px;
    height: 70px; }

  .mobile-center {
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px; }

  a.search.mobile-only {
    display: none; }

  .mobile-full-height {
    height: 100%;
    min-height: 100%; }

  header + div {
    padding-top: 0px; }

  /* Home Slider */
  .slider-wrap .rslides_nav {
    display: none; }

  /* Banners */
  .hero-banner.large, .hero-banner.small {
    width: 100%;
    height: auto;
    position: relative; }
    .hero-banner.large .content .button, .hero-banner.small .content .button {
      margin-top: 0; }
  .hero-banner.small {
    height: 270px;
    margin-bottom: 15px; }
    .hero-banner.small .img-bg {
      width: 100%;
      min-height: 100%;
      position: absolute;
      top: 40%;
      right: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .hero-banner.medium {
    height: 240px;
    background-position: left center !important; }
  .hero-banner h1 {
    font-size: 20px; }
    .hero-banner h1.white {
      color: #fff; }

  .bottom-links .social {
    padding: 0 30px; }
    .bottom-links .social .twitter-icon {
      width: 17px;
      height: 15px;
      background: url(../img/social-sprite.png) 0px 0px no-repeat;
      background-size: 34px 15px;
      display: inline-block;
      margin: 8px 0;
      -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .bottom-links .social .twitter-icon:hover {
        opacity: 0.6; }
    .bottom-links .social .facebook-icon {
      width: 17px;
      height: 15px;
      background: url(../img/social-sprite.png) -17px 0px no-repeat;
      background-size: 34px 15px;
      display: inline-block;
      margin: 8px 0 8px 0;
      -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .bottom-links .social .facebook-icon:hover {
        opacity: 0.6; }

  footer .footer-top .row.full-height .col-4:nth-child(3) {
    width: 100%; }

  .footer-bottom .row .col-6 .info {
    font-size: 16px; }
    .footer-bottom .row .col-6 .info li {
      padding-left: 0;
      list-style-type: none;
      width: 33.33%;
      float: left;
      margin-bottom: 20px; }

  .homepage-banner.large {
    height: 350px;
    min-height: 100%;
    padding-bottom: 0px;
    position: relative; }
    .homepage-banner.large .slider-img {
      height: auto;
      min-height: 100%;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .homepage-banner.large .content {
      padding: 20px;
      width: 50%;
      min-width: 280px;
      left: 20px;
      background-color: rgba(255, 255, 255, 0.7); }
      .homepage-banner.large .content p, .homepage-banner.large .content h3, .homepage-banner.large .content h1 {
        color: black !important; }
        .homepage-banner.large .content p br, .homepage-banner.large .content h3 br, .homepage-banner.large .content h1 br {
          display: none; }
      .homepage-banner.large .content .button {
        background-color: #e1051d;
        color: #fff; }
    .homepage-banner.large h3 {
      font-size: 0.9em;
      padding-bottom: 10px; }
  .homepage-banner .row {
    position: absolute;
    top: 0px;
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
    padding: 0px !important; }

  .pod .overlay {
    display: none; }

  .product {
    height: auto !important;
    clear: both; }
    .product a.product_logo {
      display: block; }
      .product a.product_logo div.logo {
        width: 180px;
        height: 63px;
        display: block;
        overflow: visible;
        margin: 0 auto;
        background-position: center;
        background-size: contain; }
    .product a.textlink.mobile-only {
      padding: 10px 40px;
      display: inline-block; }

  .product-title {
    overflow: visible;
    height: auto;
    line-height: 30px;
    margin: 20px 0; }
    .product-title.fakeh1, .product-title.urgent-advice {
      font-size: 18px; }

  .accordion dt::after {
    margin-top: 10px; }

  .products-page-header {
    padding-top: 70px; }
    .products-page-header .img-bg {
      padding-top: 70px; }

  .hero-banner.small .content {
    top: -10px; }
    .hero-banner.small .content .product-banner-subtitle {
      padding-left: 25px; }
    .hero-banner.small .content .product-banner-title {
      padding-left: 20px;
      top: 40%; } }
.product-banner .content {
  width: 50%;
  margin-right: 10px; }
  .product-banner .content h1 {
    margin-right: 0; }

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) {
  .col-4.two-wide {
    width: 49%; }

  .mobile-only {
    display: none; }

  .desktop-only {
    display: none; }

  select.simpleTabsNavigation {
    display: none; }

  .row.no-padding {
    padding: 0 15px; }

  header {
    height: 93px; }
    header .row.no-padding {
      padding: 0 0 0 15px; }

  .mp-menu {
    width: calc(100% - 120px); }

  .breadcrumb {
    height: 65px;
    line-height: 65px;
    margin-bottom: 0; }
    .breadcrumb a {
      color: #000;
      text-decoration: underline; }
      .breadcrumb a:hover {
        color: #e1051d; }

  header + div {
    padding-top: 0px; }

  h1, .fakeh1, .urgent-advice, .text-content p.fakeh1, .text-content p.urgent-advice {
    margin-bottom: 10px; }

  .product-title {
    text-align: left;
    line-height: 30px; }

  .pod {
    height: 200px;
    padding-top: 70px !important; }
    .pod div {
      margin-top: -10px; }
    .pod .overlay {
      display: none; }

  .hero-banner p {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .hero-banner h1, .hero-banner .fakeh1, .hero-banner .urgent-advice {
    font-size: 40px;
    line-height: 40px; }
  .hero-banner .content.right {
    float: left;
    left: 50%; }
  .hero-banner.small {
    height: 260px;
    min-height: 260px;
    position: relative; }
    .hero-banner.small h1, .hero-banner.small .fakeh1, .hero-banner.small .urgent-advice {
      font-size: 40px;
      line-height: 40px;
      max-width: 55%; }
    .hero-banner.small .img-bg {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -960px; }
  .hero-banner.products-page-header .product-banner-subtitle {
    padding-left: 25px; }
  .hero-banner.products-page-header .product-banner-title {
    padding-left: 20px;
    padding-bottom: 15px; }
  .hero-banner.medium {
    height: 260px;
    min-height: 260px; }
    .hero-banner.medium h1, .hero-banner.medium .fakeh1, .hero-banner.medium .urgent-advice {
      font-size: 40px;
      line-height: 40px; }
  .hero-banner.large {
    height: 480px;
    min-height: 480px;
    padding-bottom: 45px;
    box-sizing: border-box; }

  .homepage-banner.large {
    height: 350px;
    min-height: 350px;
    padding-bottom: 0;
    position: relative; }
    .homepage-banner.large .slider-img {
      height: 350px;
      width: 1493px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -746px; }
  .homepage-banner .row {
    position: absolute;
    top: 0px;
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
    padding: 40px !important; }

  .product-banner {
    margin-bottom: 30px; }
    .product-banner .content.right {
      right: 0;
      left: 0;
      float: right;
      width: 300px;
      padding: 0 20px;
      text-align: left; }
      .product-banner .content.right h1, .product-banner .content.right .fakeh1, .product-banner .content.right .urgent-advice {
        font-size: 36px;
        line-height: 36px; }
      .product-banner .content.right .button {
        text-align: center; }

  .three-pods {
    margin-bottom: 20px; }
    .three-pods .col-4 {
      margin-bottom: 20px; }

  .symptom-checker {
    margin-top: 30px;
    padding: 10px 13px;
    font-size: 12px;
    height: 60px;
    background-size: 45px 38px; }
    .symptom-checker .fakeh1, .symptom-checker .urgent-advice {
      font-size: 15px;
      line-height: 18px; }

  .text-content {
    padding-right: 30px; }
    .text-content.center {
      text-align: left; }

  .product {
    padding: 0;
    border: 1px solid #b6b6b6;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    height: 170px; }
    .product .image-link {
      float: right;
      width: 50%;
      height: 180px;
      display: block;
      background-size: cover;
      background-position: center center;
      margin-left: 30px;
      text-align: center;
      padding-left: 170px;
      border-left: 1px solid #b6b6b6; }
      .product .image-link h1, .product .image-link .fakeh1, .product .image-link .urgent-advice {
        font-size: 24px;
        text-transform: uppercase;
        line-height: 24px;
        margin: 45px 0 15px;
        display: block; }
      .product .image-link .button {
        height: 25px;
        line-height: 25px;
        padding: 0 20px;
        border: none;
        font-size: 12px;
        font-weight: bold;
        float: right;
        margin-top: 120px;
        margin-right: 40px; }
      .product .image-link:hover {
        text-decoration: none; }
    .product.deep-heat .image-link {
      padding-left: 200px; }
    .product.deep-heat h1, .product.deep-heat .fakeh1, .product.deep-heat .urgent-advice {
      color: #e2001a; }
    .product.deep-heat .button {
      background: #e2001a;
      color: #fff; }
    .product.regenovex h1, .product.regenovex .fakeh1, .product.regenovex .urgent-advice {
      color: #005187; }
    .product.regenovex .button {
      background: #005187;
      color: #fff; }
    .product.deep-relief h1, .product.deep-relief .fakeh1, .product.deep-relief .urgent-advice {
      color: #473e8d; }
    .product.deep-relief .button {
      background: #473e8d;
      color: #fff; }
    .product.muscle-rescue h1, .product.muscle-rescue .fakeh1, .product.muscle-rescue .urgent-advice {
      color: #e20079; }
    .product.muscle-rescue .button {
      background: #e20079;
      color: #fff; }
    .product .logo {
      margin: 30px 0 0 30px;
      display: block; }
    .product p {
      text-align: left;
      display: block;
      padding: 20px 0 0 30px; }

  .simpleTabs {
    margin: 30px 0; }
    .simpleTabs div.simpleTabsContent.currentTab {
      display: block;
      padding: 20px 0;
      border: 1px solid #b6b6b6;
      margin-top: -1px; }
      .simpleTabs div.simpleTabsContent.currentTab .related-products p {
        padding: 10px 0; }
      .simpleTabs div.simpleTabsContent.currentTab .related-products ul li {
        margin-bottom: 40px;
        list-style-type: none; }
        .simpleTabs div.simpleTabsContent.currentTab .related-products ul li .related-info {
          font-family: "Museo Sans W01_300", 900, sans-serif; }
        .simpleTabs div.simpleTabsContent.currentTab .related-products ul li img {
          padding-right: 30px; }
        .simpleTabs div.simpleTabsContent.currentTab .related-products ul li a {
          padding: 0 35px;
          font-family: "Museo Sans W01_300", sans-serif; }
      .simpleTabs div.simpleTabsContent.currentTab .related-products ul li:last-child {
        margin-bottom: 10px; }
    .simpleTabs ul.simpleTabsNavigation {
      font-size: 0; }
      .simpleTabs ul.simpleTabsNavigation li {
        margin-right: -1px; }
        .simpleTabs ul.simpleTabsNavigation li a:hover, .simpleTabs ul.simpleTabsNavigation li a:active, .simpleTabs ul.simpleTabsNavigation li a:visited {
          outline: none; }
        .simpleTabs ul.simpleTabsNavigation li a {
          color: #fff;
          background: -webkit-linear-gradient(125deg, #e33037, #c00519);
          background: -o-linear-gradient(125deg, #e33037, #c00519);
          background: -moz-linear-gradient(125deg, #e33037, #c00519);
          background: linear-gradient(125deg, #e33037, #c00519); }
        .simpleTabs ul.simpleTabsNavigation li a.current {
          background: none; }
          .simpleTabs ul.simpleTabsNavigation li a.current:hover {
            background: none;
            color: #e1051d; }
        .simpleTabs ul.simpleTabsNavigation li a:hover {
          color: #fff;
          background: #af0417;
          text-decoration: none; }

  .col-4 + .col-8 .text-content {
    padding-top: 0; }

  .pain-pods .col-4 .pain-pod .type {
    background: -webkit-linear-gradient(125deg, #e33037, #c00519);
    background: -o-linear-gradient(125deg, #e33037, #c00519);
    background: -moz-linear-gradient(125deg, #e33037, #c00519);
    background: linear-gradient(125deg, #e33037, #c00519);
    color: #fff !important;
    height: 65px; }
    .pain-pods .col-4 .pain-pod .type span {
      padding: 15px; }
  .pain-pods .col-4 .pain-pod img {
    float: right; }
  .pain-pods .col-4 .pain-pod.heat .type {
    background: -webkit-linear-gradient(125deg, #e33037, #e1051d);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(125deg, #e33037, #e1051d);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(125deg, #e33037, #e1051d);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(125deg, #e33037, #e1051d);
    /* Standard syntax */ }
    .pain-pods .col-4 .pain-pod.heat .type img {
      border-color: #e2001a; }
  .pain-pods .col-4 .pain-pod.freeze .type {
    background: -webkit-linear-gradient(125deg, #0078bc, #01559f);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(125deg, #0078bc, #01559f);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(125deg, #0078bc, #01559f);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(125deg, #0078bc, #01559f);
    /* Standard syntax */ }
    .pain-pods .col-4 .pain-pod.freeze .type img {
      border-color: #00479e; }
  .pain-pods .col-4 .pain-pod.relief .type {
    background: -webkit-linear-gradient(125deg, #655da2, #483f8c);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(125deg, #655da2, #483f8c);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(125deg, #655da2, #483f8c);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(125deg, #655da2, #483f8c);
    /* Standard syntax */ }
    .pain-pods .col-4 .pain-pod.relief .type img {
      border-color: #473e8d; }
  .pain-pods .col-4 .pain-pod.musclerescue .type {
    background: -webkit-linear-gradient(125deg, #de0077, #d20071);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(125deg, #de0077, #d20071);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(125deg, #de0077, #d20071);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(125deg, #de0077, #d20071);
    /* Standard syntax */ }
    .pain-pods .col-4 .pain-pod.musclerescue .type img {
      border-color: #e20079; }

  .pain-pods .col-4, .help-pods .col-4 {
    margin: 0px 3px; }
  .pain-pods .col-4 .pain-pod, .pain-pods .col-4 .help-pod, .pain-pods .col-6 .pain-pod, .pain-pods .col-6 .help-pod, .help-pods .col-4 .pain-pod, .help-pods .col-4 .help-pod, .help-pods .col-6 .pain-pod, .help-pods .col-6 .help-pod {
    padding: 0 0 10px 0;
    border-top: none; }
    .pain-pods .col-4 .pain-pod .type, .pain-pods .col-4 .help-pod .type, .pain-pods .col-6 .pain-pod .type, .pain-pods .col-6 .help-pod .type, .help-pods .col-4 .pain-pod .type, .help-pods .col-4 .help-pod .type, .help-pods .col-6 .pain-pod .type, .help-pods .col-6 .help-pod .type {
      width: 100%;
      padding: 15px 0; }
    .pain-pods .col-4 .pain-pod .description, .pain-pods .col-4 .help-pod .description, .pain-pods .col-6 .pain-pod .description, .pain-pods .col-6 .help-pod .description, .help-pods .col-4 .pain-pod .description, .help-pods .col-4 .help-pod .description, .help-pods .col-6 .pain-pod .description, .help-pods .col-6 .help-pod .description {
      display: inline-block;
      text-align: center;
      font-size: 17px;
      line-height: 16px;
      color: #000;
      padding: 0 5%;
      font-family: "Museo Sans W01_300", sans-serif; }
    .pain-pods .col-4 .pain-pod img, .pain-pods .col-4 .help-pod img, .pain-pods .col-6 .pain-pod img, .pain-pods .col-6 .help-pod img, .help-pods .col-4 .pain-pod img, .help-pods .col-4 .help-pod img, .help-pods .col-6 .pain-pod img, .help-pods .col-6 .help-pod img {
      width: 100%;
      max-width: 100%;
      height: auto;
      border: 0px solid #b6b6b6;
      box-spacing: border-box; }
    .pain-pods .col-4 .pain-pod:hover, .pain-pods .col-4 .help-pod:hover, .pain-pods .col-6 .pain-pod:hover, .pain-pods .col-6 .help-pod:hover, .help-pods .col-4 .pain-pod:hover, .help-pods .col-4 .help-pod:hover, .help-pods .col-6 .pain-pod:hover, .help-pods .col-6 .help-pod:hover {
      text-decoration: none; }
  .pain-pods .col-4 .help-pod, .pain-pods .col-6 .help-pod, .help-pods .col-4 .help-pod, .help-pods .col-6 .help-pod {
    margin-bottom: 0;
    min-height: 280px; }
  .pain-pods .col-4:first-child .pain-pod, .pain-pods .col-4:first-child .help-pod, .pain-pods .col-6:first-child .pain-pod, .pain-pods .col-6:first-child .help-pod, .help-pods .col-4:first-child .pain-pod, .help-pods .col-4:first-child .help-pod, .help-pods .col-6:first-child .pain-pod, .help-pods .col-6:first-child .help-pod {
    border-top: none; }

  .pain-pods .col-4 .pain-pod .description {
    width: 100%; }

  .urgent-advice, .urgent-advice.center {
    text-align: left;
    padding: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 10px; }

  .col-4 .urgent-advice {
    margin-top: 30px; }

  .stories {
    padding: 0 15px; }
    .stories .fakeh1, .stories .urgent-advice, .stories h1 {
      margin: 15px 0; }
    .stories .story .content {
      padding: 0; }
    .stories .pagination ul {
      padding: 30px 0 40px; }

  .faqs, .contact {
    padding-left: 10px; }

  .accordion {
    margin: 0 0 20px 0; }
    .accordion dt, .accordion dd {
      font-weight: normal;
      color: #a7a9ac;
      position: relative;
      overflow: auto; }
      .accordion dt:last-of-type, .accordion dd:last-of-type {
        border-bottom: 1px solid #b6b6b6; }
      .accordion dt a, .accordion dd a {
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
        padding-top: 15px;
        padding-bottom: 6px; }
      .accordion dt p, .accordion dd p {
        color: #000;
        font-size: 16px;
        line-height: 22px; }
    .accordion dd {
      border-top: 0;
      font-size: 12px; }
      .accordion dd:last-of-type {
        border-top: 1px solid white;
        position: relative;
        top: -1px; }

  .accordion.faqs {
    padding-left: 0px; }

  form#email-us {
    padding-bottom: 30px; }

  .stockist {
    font-weight: bold;
    margin-bottom: 30px;
    display: inline-block; }
    .stockist .logo {
      border: 1px solid #b6b6b6;
      margin-bottom: 15px;
      height: 120px;
      background-size: 100% auto; }
      .stockist .logo:hover {
        box-shadow: none; }
    .stockist:hover .logo {
      border: 2px solid #e33037 !important; }

  footer .footer-top {
    min-height: 230px; }
    footer .footer-top .mentholatum-logo {
      width: 140px;
      height: 27px;
      margin-bottom: 10px;
      display: block;
      background: url(../img/full-footer-logo.jpg) center bottom no-repeat; }
    footer .footer-top .row.full-height {
      padding: 0 30px;
      padding-bottom: 150px; }
      footer .footer-top .row.full-height .col-4 {
        width: 32.26%;
        height: 165px;
        position: relative; }
        footer .footer-top .row.full-height .col-4 .fakeh1, footer .footer-top .row.full-height .col-4 .urgent-advice {
          color: #000;
          margin: 10px 0 10px 0;
          font-size: 16px;
          font-family: "Museo Sans W01_300", 900, sans-serif; }
        footer .footer-top .row.full-height .col-4 ul li {
          list-style: none;
          color: #303030;
          margin-top: 5px;
          font-size: 18px; }
          footer .footer-top .row.full-height .col-4 ul li a {
            color: #303030; }
          footer .footer-top .row.full-height .col-4 ul li::before {
            content: '\203A'; }
  footer .footer-bottom {
    display: block;
    overflow: hidden;
    line-height: 18px;
    text-align: center;
    padding: 15px 0; }
    footer .footer-bottom ul {
      float: left;
      font-size: 0;
      vertical-align: middle; }
      footer .footer-bottom ul li {
        display: inline-block;
        vertical-align: middle;
        padding: 3px 0; }
        footer .footer-bottom ul li a {
          color: #303030;
          padding: 0 7px;
          height: 15px;
          line-height: 15px;
          font-size: 11px;
          border-left: 1px solid #b6b6b6; }
        footer .footer-bottom ul li:first-child a {
          border-left: none; }
    footer .footer-bottom p {
      float: right;
      font-size: 11px;
      margin: 2px 0 0 0; }
  footer .footer-top .footerSmallprint {
    width: 65%;
    height: auto;
    position: absolute;
    bottom: 12px;
    left: 20px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-family: "Museo Sans W01_300", sans-serif;
    color: #000; } }
/* Desktop --------------*/
@media only screen and (min-width: 1025px) {
  select.simpleTabsNavigation {
    display: none; }

  .mobile-tablet-only {
    display: none; }

  .desktop-only {
    display: visible; }

  .row.no-padding {
    padding: 0; }

  .top-bar {
    width: 100%;
    min-width: 100%;
    height: 32px;
    display: block;
    background: #5e5e5e; }
    .top-bar .social {
      float: right; }
      .top-bar .social .twitter-icon {
        width: 17px;
        height: 15px;
        background: url(../img/social-sprite.png) 0px 0px no-repeat;
        background-size: 34px 15px;
        display: inline-block;
        margin: 8px 0;
        -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        .top-bar .social .twitter-icon:hover {
          opacity: 0.6; }
      .top-bar .social .facebook-icon {
        width: 17px;
        height: 15px;
        background: url(../img/social-sprite.png) -17px 0px no-repeat;
        background-size: 34px 15px;
        display: inline-block;
        margin: 8px 0 8px 0;
        -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        .top-bar .social .facebook-icon:hover {
          opacity: 0.6; }
    .top-bar ul {
      float: right;
      font-size: 12px;
      font-family: 'Helvetica Neue', helvetica, arial, sans-serif; }
      .top-bar ul li {
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;
        margin-top: 10px;
        height: 12px;
        vertical-align: top; }
        .top-bar ul li a {
          padding: 0px 10px;
          color: white;
          font-size: 12px;
          line-height: 12px;
          height: 12px;
          border-right: 1px solid rgba(255, 255, 255, 0.45);
          -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
          -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
          -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
          -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
          -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          vertical-align: top; }
          .top-bar ul li a:hover {
            opacity: 0.6; }
        .top-bar ul li:last-child a {
          border-right: none;
          padding-right: 25px; }

  header + div {
    padding-top: 0;
    overflow: visible !important; }

  footer .footer-top .footerSmallprint {
    width: 75%;
    height: auto;
    position: absolute;
    bottom: 12px;
    left: 0;
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-family: "Museo Sans W01_300", sans-serif; }

  #main-nav {
    float: right;
    display: inline-block;
    height: 100%;
    margin-right: 12px; }
    #main-nav li {
      display: inline-block;
      height: 100%; }
      #main-nav li.current_page_item a {
        text-decoration: none; }
      #main-nav li a {
        font-size: 16px;
        color: #fff;
        padding: 0 12px;
        height: 93px;
        line-height: 90px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #main-nav li a:hover {
          background: #a92332; }

  .symptom #menu-item-207 a {
    text-decoration: underline; }

  .product .image-link .button {
    margin-right: 15px; }
  .product #menu-item-206 a {
    text-decoration: underline; }

  .search-box ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b6b6b6;
    font-size: 12px; }
  .search-box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b6b6b6;
    font-size: 12px;
    opacity: 1; }
  .search-box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b6b6b6;
    font-size: 12px;
    opacity: 1; }
  .search-box :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b6b6b6;
    font-size: 12px; }

  header {
    position: relative; }
    header .row {
      overflow: visible;
      /*#logo {
      	width: 279px;
      	height: 133px;
      	margin: -5px 0 0 -44px;
      }*/ }

  .hero-banner p {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .hero-banner h1, .hero-banner .fakeh1, .hero-banner .urgent-advice {
    font-size: 40px;
    line-height: 55px; }
  .hero-banner h3 {
    padding-top: 10px; }
  .hero-banner .content.right {
    float: left;
    left: 50%; }
  .hero-banner.small {
    height: 270px;
    min-height: 270px; }
    .hero-banner.small h1, .hero-banner.small .fakeh1, .hero-banner.small .urgent-advice {
      font-size: 50px;
      line-height: 55px;
      max-width: 60%; }
  .hero-banner.medium {
    height: 320px;
    min-height: 320px; }
    .hero-banner.medium h1, .hero-banner.medium .fakeh1, .hero-banner.medium .urgent-advice {
      font-size: 50px;
      line-height: 50px; }
    .hero-banner.medium.product-banner {
      height: 390px; }
  .hero-banner.large {
    height: 610px;
    min-height: 610px;
    margin-bottom: 0px;
    padding-bottom: 55px;
    box-sizing: border-box; }
    .hero-banner.large .content {
      top: 50%;
      padding: 0; }

  .homepage-banner.large {
    height: auto;
    min-height: 460px;
    padding-bottom: 0px;
    position: relative; }
    .homepage-banner.large .slider-img {
      display: block;
      height: auto;
      float: none;
      width: 100%;
      border: 0;
      height: 450px;
      width: 1920px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -960px; }
  .homepage-banner .row {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0 -50%);
    transform: translate(0 -50%);
    margin-left: -450px;
    height: auto;
    padding: 0 !important; }

  .pod {
    height: 200px;
    position: relative;
    padding-top: 60px !important; }
    .pod .overlay {
      width: 100%;
      min-width: 100%;
      height: 100%;
      min-height: 100%;
      top: -100%;
      box-sizing: border-box;
      padding: 70px 20px 20px 20px;
      display: block;
      overflow: hidden;
      background: rgba(225, 5, 29, 0.6);
      color: #fff;
      position: absolute;
      z-index: 20;
      font-size: 16px;
      line-height: 20px;
      -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .pod .overlay span {
        display: block;
        font-size: 16px; }
      .pod .overlay .button {
        display: inline-block;
        padding: 0 15px;
        margin-top: 10px;
        font-size: 16px;
        line-height: 38px;
        background: #fff; }
        .pod .overlay .button:hover {
          background: #e1051d; }
    .pod:hover .overlay {
      top: 0;
      opacity: 1; }
    .pod div {
      margin-top: 0; }

  .over-lap-pods .pod {
    margin-top: -55px; }

  .product .image-link {
    padding: 0 40px 0 250px;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .product .image-link h1, .product .image-link .fakeh1, .product .image-link .urgent-advice {
      font-size: 30px;
      line-height: 30px;
      -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .product .image-link:hover h1, .product .image-link:hover .fakeh1, .product .image-link:hover .urgent-advice {
      color: #303030; }

  #product-menu, #help-menu {
    margin-top: 0; }
    #product-menu > li a, #product-menu dt a, #help-menu > li a, #help-menu dt a {
      height: 31px;
      line-height: 31px;
      padding: 0 15px;
      font-size: 16px; }
    #product-menu dd, #help-menu dd {
      padding-top: 3px; }
      #product-menu dd ul, #help-menu dd ul {
        margin-bottom: 15px; }
        #product-menu dd ul li, #help-menu dd ul li {
          height: 20px; }
          #product-menu dd ul li a:hover, #help-menu dd ul li a:hover {
            text-decoration: underline; }

  .product-banner {
    height: 390px; }
    .product-banner .content, .product-banner .content.right {
      width: 180px;
      font-size: 18px;
      text-align: center; }
      .product-banner .content h1, .product-banner .content .fakeh1, .product-banner .content .urgent-advice, .product-banner .content.right h1, .product-banner .content.right .fakeh1, .product-banner .content.right .urgent-advice {
        font-size: 45px;
        line-height: 45px;
        text-align: center;
        margin-bottom: 10px; }
      .product-banner .content .button, .product-banner .content.right .button {
        width: 120px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-size: 16px; }
    .product-banner .content.right {
      width: 50%;
      float: right;
      left: 0; }

  .symptom-checker {
    margin-top: 30px;
    padding: 15px;
    font-size: 16px;
    line-height: 28px;
    height: 70px;
    background-size: 49px 42px;
    font-family: "Museo Sans W01_300", sans-serif; }
    .symptom-checker .fakeh1, .symptom-checker .urgent-advice {
      font-size: 18px;
      line-height: 18px; }

  .stories .pagination {
    padding: 0; }

  .simpleTabs ul.simpleTabsNavigation li a {
    height: 31px;
    line-height: 31px;
    font-size: 16px; }

  .button,
  .hero-banner .button,
  input[type='submit'] {
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .button:hover,
    .hero-banner .button:hover,
    input[type='submit']:hover {
      border: 1px solid #e1051d;
      background: #e1051d;
      color: #e1051d;
      text-decoration: none; }

  .back-button {
    height: 31px;
    line-height: 31px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    padding: 0 15px;
    font-size: 16px; }

  form#newsletter {
    margin-top: 10px; }
    form#newsletter input[type='text'],
    form#newsletter input[type='email'],
    form#newsletter textarea {
      height: 25px;
      line-height: 26px;
      padding: 0 10px;
      font-size: 16px; }
    form#newsletter input[type='submit'] {
      height: 30px;
      padding: 0 30px;
      font-size: 16px; }

  .urgent-advice, .urgent-advice.center {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px; }

  .accordion {
    margin-bottom: 30px; }
    .accordion > dt {
      height: auto;
      line-height: 10px;
      padding: 0 15px;
      font-size: 16px; }
      .accordion > dt > a {
        width: 97%;
        min-width: 97%;
        float: left; }
    .accordion dd {
      padding: 0 15px;
      color: #000; }
    .accordion a {
      text-decoration: none; }

  .stockist {
    font-size: 18px; }
    .stockist .logo {
      height: 155px; }

  footer .footer-top {
    min-height: 250px; }
    footer .footer-top .row.full-height {
      padding-top: 0px;
      padding-right: 15px;
      padding-bottom: 150px;
      padding-left: 15px; }
    footer .footer-top .col-4 {
      height: 210px; }
      footer .footer-top .col-4 ul li {
        list-style: none;
        color: #000;
        margin-top: 5px;
        font-size: 18px; }
        footer .footer-top .col-4 ul li a {
          color: #000; }
        footer .footer-top .col-4 ul li::before {
          content: '\203A'; }
  footer .footer-bottom {
    display: block;
    overflow: hidden;
    line-height: 18px;
    text-align: center;
    padding: 15px 0; }
    footer .footer-bottom ul {
      float: left;
      font-size: 0;
      vertical-align: middle; }
      footer .footer-bottom ul li {
        display: inline-block;
        vertical-align: middle;
        padding: 3px 0; }
        footer .footer-bottom ul li a {
          color: #303030;
          padding: 0 7px;
          height: 15px;
          line-height: 15px;
          font-size: 12px;
          border-left: 1px solid #b6b6b6; }
        footer .footer-bottom ul li:first-child a {
          border-left: none; }
    footer .footer-bottom p {
      float: right;
      font-size: 12px;
      margin-bottom: 0; } }
.button {
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important; }
  .button:hover {
    color: #fff !important;
    background: #e1051d;
    text-decoration: none; }

.other-mentho-product.product.deep_heat .button:hover {
  color: #303030 !important;
  background: #e2001a !important; }

.other-mentho-product.product.deep_relief .button:hover {
  color: #303030 !important;
  background: #473e8d !important; }

.other-mentho-product.product.Deep.Freeze .button {
  background-color: #00479e;
  color: white !important; }
  .other-mentho-product.product.Deep.Freeze .button:hover {
    color: white !important;
    background: #00479e !important; }

.other-mentho-product.product.regenovex .button:hover {
  color: white !important;
  background: #005187 !important; }

#product-menu dt, #help-menu dt {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #product-menu dt:hover, #help-menu dt:hover {
    background-color: #e1051d;
    background-position: -60px; }
  #product-menu dt a, #help-menu dt a {
    height: auto;
    max-height: auto;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px; }
    #product-menu dt a:hover, #help-menu dt a:hover {
      color: #fff; }
#product-menu ul, #help-menu ul {
  margin-bottom: 20px; }
#product-menu > li, #help-menu > li {
  list-style: none; }
  #product-menu > li a, #help-menu > li a {
    font-size: 16px;
    padding-left: 5px;
    color: #000;
    display: inline-block;
    font-weight: normal; }
    #product-menu > li a:hover, #help-menu > li a:hover {
      color: #fff;
      background: -webkit-linear-gradient(125deg, #e33037, #c00519);
      background: -o-linear-gradient(125deg, #e33037, #c00519);
      background: -moz-linear-gradient(125deg, #e33037, #c00519);
      background: linear-gradient(125deg, #e33037, #c00519); }

.slider-wrap .arrow-right {
  background-position: 110% -5%; }
.slider-wrap .arrow-left {
  background-position: 110% 105%; }

@media only screen and (max-width: 1024px) {
  .accordion dt {
    padding: 5px;
    position: relative;
    height: auto;
    overflow-y: auto; }
    .accordion dt::after {
      position: absolute;
      top: 8px;
      right: 6px;
      margin-top: 0; }
    .accordion dt a {
      width: 90%;
      line-height: 20px;
      float: left;
      padding: 5px 0; }
      .accordion dt a:hover {
        text-decoration: none; }

  div.other-mentho-product {
    height: 170px; }
    div.other-mentho-product p {
      font-size: 14px;
      line-height: 16px; }
    div.other-mentho-product p:nth-child(4) {
      padding: 10px 30px; }

  body.mentholatum div.other-mentho-product {
    height: 250px; } }
.logged-in .scroller-inner {
  margin-top: 30px; }
@media only screen and (max-width: 783px) {
  .logged-in .scroller-inner {
    margin-top: 45px; } }

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }
.title-bar {
  height: 60px;
  width: 100%;
  min-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30; }
  .title-bar h2.title-bar-text {
    font-size: 18px;
    line-height: 21px;
    font-weight: box-sizing;
    color: #fff;
    width: 90%;
    display: block;
    position: absolute;
    top: 50%;
    left: 6%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.mobile-only .title-bar {
  border-bottom: solid 1px #b6b6b6; }

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .muscle-rescue .title-bar {
    height: 75px; } }
/* ------------------------------------------------------------------------------- */
/* -- End of Mobiles ------------------------------------------------------------- */

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