@charset "UTF-8";
/*!
Theme Name: IVM Theme
Theme URI: http://underscores.me/
Author: Anmol Rajbhandari
Author URI: https://www.iconvisual.com.au/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ivm-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IVM Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('/wp-content/themes/ivm-theme/fonts/OpenSans-Bold.woff') format('woff'), url('/wp-content/themes/ivm-theme/fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('/wp-content/themes/ivm-theme/fonts/OpenSans-Regular.woff') format('woff'), url('/wp-content/themes/ivm-theme/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 1.8em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-family: 'OpenSans-Bold';
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'OpenSans-Bold';
  line-height: 1.4;
}
p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  color: #414141;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
article ul, article ol {
  margin: 0 0 1.5em 0em;
}
article ul {
  list-style: none;
}
@media screen and (max-width: 979px) {
  article ul {
    text-align: left;
  }
}
article ul li {
  line-height: 1.6;
}
article ul li::before {
  content: '—';
  position: absolute;
  margin-left: -1.5em;
}
article ol {
  list-style: decimal;
}
article li > ul, article li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
article dt {
  font-weight: bold;
}
article dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.ivm-btn {
  color: #E41D2A;
  border: 2px solid;
  border-radius: 20px;
  padding: 8px 20px;
  font-family: 'OpenSans-Bold';
  font-size: 16px;
  display: inline-block;
  margin: 34px auto;
  transition: all ease 500ms;
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .ivm-btn {
    margin: 12px auto;
  }
}
.ivm-btn:hover {
  background-color: #A21922;
  color: #ffffff;
}
.ps-timeline-sec {
  position: relative;
  background: #ffffff;
}
.ps-timeline-sec .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 0 !important;
    /*130px*/
    border-left: 2px solid #E41D2A;
    padding-left: 0 !important;
    padding-top: 0px !important;
    /*120px*/
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li h4 {
    margin-bottom: 0px;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
    text-align: left !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
    text-align: left !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
}
.ps-timeline-sec .container ol.ps-timeline {
  margin: 440px 0;
  padding: 0;
  border-top: 2px solid #E41D2A;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  /*width: 12.5%;*/
  width: 11%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li h4 {
  margin: 5px 0;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  width: 30px;
  height: 30px;
  margin-left: -25px;
  background: #ffffff;
  border: 4px solid #E41D2A;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #ffffff;
  text-align: center;
  line-height: 50px -10;
  color: #414141;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -16px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .ps-timeline-sec .container ol.ps-timeline li span {
    margin-left: -16px;
  }
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: '';
  color: #E41D2A;
  width: 2px;
  height: 50px;
  background: #E41D2A;
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: '';
  color: #E41D2A;
  width: 8px;
  height: 8px;
  background: #E41D2A;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: '';
  color: #E41D2A;
  width: 2px;
  height: 50px;
  background: #E41D2A;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: '';
  color: #E41D2A;
  width: 8px;
  height: 8px;
  background: #E41D2A;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
  text-align: center;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
  text-align: center;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 35px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: transparent;
  border-radius: 0;
  background: #414141;
  color: #ffffff;
  font-family: 'OpenSans-Bold';
  padding: 0;
  cursor: pointer;
}
button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #A21922;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: #A21922;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.above-menu {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  /*margin:30px 0;*/
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
}
.above-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
}
.above-menu ul li {
  color: #989898;
  padding-right: 15px;
  margin-left: 15px;
  font-size: 14px;
}
.above-menu ul li a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}
.above-menu ul li:first-child, .above-menu ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 1199px) {
  .above-menu ul li {
    font-size: 14px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1069px) {
  .above-menu ul li:nth-child(3) {
    display: none;
  }
}
.above-menu ul li:nth-child(3), .above-menu ul li:nth-child(4) {
  display: none;
}
.above-menu ul li.phone .phn-icn {
  display: none;
}
.above-menu ul li.phone .phn-icn svg {
  fill: #E41D2A;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .above-menu ul li.phone .phn-icn {
    display: block;
  }
}
.above-menu ul li.phone .num {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .above-menu ul li.phone .num {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .above-menu ul li.fax {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .above-menu ul li.fax {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .above-menu ul li.carrers {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .above-menu ul {
    justify-content: center;
  }
}
@media screen and (max-width: 979px) {
  .above-menu ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1199px) {
  .above-menu {
    grid-column-start: 2;
  }
}
@media screen and (max-width: 979px) {
  .above-menu {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
  }
}
nav.main-navigation {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 1199px) {
  nav.main-navigation {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (max-width: 979px) {
  nav.main-navigation {
    display: none;
  }
}
nav.main-navigation ul.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
nav.main-navigation ul.menu > li {
  flex-grow: 1;
}
nav.main-navigation ul.menu li.navCareers {
  display: none;
}
@media screen and (max-width: 510px) {
  nav.main-navigation ul.menu li.navCareers {
    display: block;
  }
}
nav.main-navigation ul.menu li.current-menu-item a, nav.main-navigation ul.menu li.current_page_parent a {
  background-color: #E41D2A;
  color: #ffffff;
}
nav.main-navigation ul.menu li a {
  color: #414141;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-decoration: none;
  font-family: 'OpenSans-Bold';
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 4px;
  transition: all ease-in-out 500ms;
}
nav.main-navigation ul.menu li a:hover {
  color: #ffffff;
  background-color: #E41D2A;
}
nav.main-navigation ul.menu li ul.sub-menu {
  display: none;
  z-index: 999;
}
nav.main-navigation ul.menu li ul.sub-menu a {
  justify-content: flex-start;
}
nav.main-navigation ul.menu li:hover > ul.sub-menu {
  display: block;
  position: absolute;
  background-color: #E41D2A;
}
nav.main-navigation ul.menu li:hover > ul.sub-menu li a {
  padding: 20px !important;
  color: #ffffff;
}
nav.main-navigation ul.menu li:hover > ul.sub-menu li a:hover {
  background-color: #989898;
  border-radius: 0;
}
.fooMenu {
  background-color: #e6e5e5;
  padding: 20px 0;
}
.fooMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooMenu ul.menu li {
  border-right: 1px solid;
}
.fooMenu ul.menu li:last-child {
  border-right: none;
}
.fooMenu ul li {
  padding: 0 5px;
}
.fooMenu ul li a {
  color: #414141;
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .fooMenu .flx-container, .fooMenu ul {
    flex-direction: column;
  }
  .fooMenu ul li {
    padding: 5px 0;
    border: none !important;
  }
}
.slicknav_menu {
  display: none;
  background: transparent !important;
}
@media screen and (max-width: 979px) {
  .slicknav_menu {
    display: block;
  }
}
.slicknav_menu .slicknav_btn {
  background-color: #E41D2A;
}
.slicknav_menu .slicknav_nav {
  position: absolute;
  background: #989898;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  top: 96px;
  overflow-y: scroll;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .slicknav_menu .slicknav_nav {
    top: 65px;
  }
}
.slicknav_menu .slicknav_nav li {
  padding: 15px 0;
}
.slicknav_menu .slicknav_nav li .sub-menu li {
  padding: 5px 2px;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.lupin-fixed svg {
  position: fixed;
  left: 5px;
  top: 45%;
  height: 228px;
  z-index: 99;
  background: #ffffff;
}
.lupin-fixed .lupin-mob {
  display: none;
  position: fixed;
  background-color: #ffffff;
  z-index: 3;
  text-align: center;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .lupin-fixed svg {
    display: none;
  }
  .lupin-fixed .lupin-mob {
    display: block;
  }
}
.home #page.site #content.sticky {
  padding-top: 0;
}
header.site-header {
  background: #fff;
  width: 100%;
  z-index: 999;
}
header.site-header .headerWrapper {
  max-width: 1140px;
  width: 96%;
  margin: auto;
  position: relative;
  display: grid;
  grid-auto-columns: 2fr;
  grid-auto-rows: 2fr;
  row-gap: 20px;
}
header.site-header .headerWrapper ul {
  /* grid-template-columns: 190px 1fr;
            grid-column-gap: 10px;
            align-items: flex-end;*/
  list-style: none;
  margin: 0;
  padding: 0;
}
header.site-header .headerWrapper .site-branding {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0;
}
header.site-header .headerWrapper .site-branding a {
  margin-right: -100px;
}
@media screen and (max-width: 979px) {
  header.site-header .headerWrapper .site-branding a {
    margin-right: 0px;
  }
}
@media screen and (max-width: 979px) {
  header.site-header .headerWrapper {
    grid-template-columns: 190px 1fr 55px;
    margin: 20px auto auto auto;
    align-items: center;
  }
  header.site-header .headerWrapper .site-branding {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
  }
  header.site-header .headerWrapper .site-branding img {
    max-width: 180px;
    display: block;
    margin: auto;
    transition: all ease 500ms;
  }
}
@media screen and (max-width: 510px) {
  header.site-header .headerWrapper {
    grid-column-gap: 3px;
  }
}
header.sticky {
  position: fixed;
}
header.sticky .headerWrapper {
  border-bottom: 2px solid #E41D2A;
  display: block;
}
@media screen and (max-width: 979px) {
  header.sticky .headerWrapper {
    display: grid;
  }
  header.sticky .headerWrapper .site-branding img {
    height: auto;
    width: auto;
  }
}
header.sticky .site-branding {
  padding: 2px !important;
  justify-content: center !important;
  animation: moveAnim 0.8s alternate 1;
  flex: 1;
}
header.sticky .site-branding img {
  width: 100px;
  height: auto;
}
header.sticky .above-menu {
  opacity: 1;
  height: auto;
  position: absolute;
  right: 0;
  top: 5px;
}
@media screen and (max-width: 979px) {
  header.sticky .above-menu {
    opacity: 1;
    height: auto;
    position: relative;
    top: 0px;
  }
}
header.sticky .main-navigation ul li a {
  border-radius: 0;
}
@keyframes moveAnim {
  from {
    flex: none;
  }
  to {
    flex: 1;
  }
}
.sticky#banner {
  padding-top: 160px;
  margin-top: 0;
}
#banner {
  margin-top: -44px;
  display: grid;
  margin-bottom: 16px;
}
@media screen and (max-width: 979px) {
  #banner {
    margin-top: 0;
  }
}
#banner .slide {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  transition: all ease-in-out 2200ms;
}
#banner .slide.active {
  opacity: 1;
}
#banner .slide.inactive {
  opacity: 0;
}
@media screen and (max-width: 610px) {
  #banner .slide {
    display: flex;
    flex-direction: column;
  }
}
#banner .slide .slide-itm {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
}
#banner .slide .slide-itm.slide-caption {
  font-family: 'OpenSans-Bold';
  padding: 0;
  font-size: 40px;
  margin: 50px auto;
  color: #838481;
  max-width: 1140px;
  width: 96%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 99;
}
#banner .slide .slide-itm.slide-caption p {
  margin: 0;
  line-height: 1.4;
  font-weight: 100;
}
#banner .slide .slide-itm.slide-caption p strong {
  color: #414141;
}
#banner .slide .slide-itm.slide-caption .ivm-btn {
  display: block;
  margin: 34px 0;
  max-width: 246px;
  text-align: center;
  font-size: 26px;
  border-radius: 50px;
}
@media screen and (max-width: 610px) {
  #banner .slide .slide-itm.slide-caption .ivm-btn {
    margin: 30px auto;
    background: #fff;
  }
}
@media screen and (max-width: 979px) {
  #banner .slide .slide-itm.slide-caption {
    font-size: 32px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 610px) {
  #banner .slide .slide-itm.slide-caption {
    font-size: 18px;
    background-color: #E41D2A;
    color: #ffffff;
    text-align: center;
    margin: 0;
    width: 100%;
  }
}
#banner .slide .slide-itm.slide-img {
  font-size: 0;
}
#banner .slide .slide-itm.slide-img img {
  max-width: 100%;
  width: 100%;
  opacity: 0;
}
#banner .slide .slide-itm.slide-img .sliderImg {
  height: 100%;
}
@media screen and (max-width: 610px) {
  #banner .slide .slide-itm.slide-img .sliderImg {
    height: 280px;
  }
}
.callouts .row-1, .callouts .row-2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1069px) {
  .callouts .row-1, .callouts .row-2 {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .callouts .row-1 .callout, .callouts .row-2 .callout {
    margin: 10px;
  }
}
@media screen and (max-width: 767px) {
  .callouts .row-1, .callouts .row-2 {
    margin: auto;
  }
}
.callouts .row-1 {
  grid-template-columns: repeat(2, 1fr);
}
.callouts .row-2 {
  grid-template-columns: repeat(3, 1fr);
}
.callouts .callout {
  width: 204px;
}
@media screen and (max-width: 767px) {
  .callouts .callout {
    margin: 12px 0;
  }
}
.callouts .callout a {
  display: grid;
  grid-template-columns: 55% 45%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .callouts .callout a {
    grid-template-columns: 1fr 2fr;
  }
}
.callouts .callout a > div {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
}
.callouts .callout a .callout-img {
  line-height: 0;
  grid-column-start: 1;
  grid-column-end: 3;
}
.callouts .callout a .callout-title {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  color: #414141;
  font-size: 20px;
  transition: all ease-in-out 500ms;
}
@media screen and (max-width: 767px) {
  .callouts .callout a .callout-title {
    font-size: 16px;
  }
}
.callouts .callout a .callout-title p {
  margin: 0;
  font-size: 16px;
}
.callouts .callout a .callout-title img {
  width: 130px;
}
.callouts .callout a .callout-title .inner, .callouts .callout a .callout-title .tt {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.callouts .callout a .callout-title .tt {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
.callouts .callout a:hover .callout-title {
  color: #ffffff;
  background: rgba(228, 29, 42, 0.8);
}
.callouts .callout a:hover .callout-title .tt {
  background: transparent;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*************** Animation ******************/
@at-root @keyframes lds-wedges {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-css.ng-scope {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 510px) {
  .lds-css.ng-scope {
    align-items: center;
  }
}
@-webkit-keyframes lds-wedges {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-wedges {
  position: relative;
}
.lds-wedges > div > div {
  -webkit-transform-origin: 100px 100px;
  transform-origin: 100px 100px;
  -webkit-animation: lds-wedges 3s linear infinite;
  animation: lds-wedges 3s linear infinite;
  opacity: 0.8;
}
.lds-wedges > div > div > div {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 70px;
  height: 70px;
  border-radius: 70px 0 0 0;
  -webkit-transform-origin: 100px 100px;
  transform-origin: 100px 100px;
}
.lds-wedges > div div:nth-child(1) > div {
  background: #a21922;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(1) {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.lds-wedges > div div:nth-child(2) > div {
  background: #c1c1c1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(2) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.lds-wedges > div div:nth-child(3) > div {
  background: #414141;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(3) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.lds-wedges > div div:nth-child(4) > div {
  background: #e41d2a;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(4) {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.lds-wedges {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Style for Minoxidil Landing Page*/
.page-id-9795 .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  opacity: 0;
}
.page-id-9795 .wp-block-cover__inner-container {
  margin: 1em 0;
}
.page-id-9795 .wp-block-cover__inner-container .wp-block-image {
  width: 100px;
  position: absolute;
  top: 80px;
  left: 160px;
}
.page-id-9795 p.has-large-font-size {
  font-size: 30px;
  color: black;
  font-weight: bold;
  position: relative;
  top: 40px;
  left: 30px;
}
.page-id-9795 p:not(.has-text-color) {
  color: black;
}
.page-id-9795 .wp-block-columns {
  display: flex;
  grid-template-columns: 3fr 2fr;
}
.page-id-9795 .above-footer .gridTwo {
  display: none;
}
.gridTwo {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.flx-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hideOverflow {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page.site {
    padding-bottom: 50px;
  }
}
#page.site #content {
  max-width: 1140px;
  width: 96%;
  margin: auto;
}
#page.site #content.sticky {
  padding-top: 150px;
}
#page.site main article {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#page.site main article header.entry-header {
  grid-row-start: 1;
  grid-row-end: 2;
}
@media screen and (max-width: 979px) {
  #page.site main article header.entry-header {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
#page.site main article header.entry-header h1 {
  color: #E41D2A;
  border-bottom: 2px solid;
}
@media screen and (max-width: 610px) {
  #page.site main article header.entry-header h1 {
    font-size: 1.6em;
  }
}
#page.site main article .entry-content {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 3;
}
#page.site main article .entry-content .wp-block-columns {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-column-gap: 5%;
  align-items: center;
}
#page.site main article .entry-content .wp-block-columns:first-child {
  align-items: flex-start;
}
#page.site main article .entry-content .wp-block-columns p {
  line-height: 1.6;
}
#page.site main article .entry-content .wp-block-columns:last-child {
  grid-template-columns: 1fr 1fr;
}
#page.site main article .entry-content .wp-block-columns a {
  text-decoration: none;
  color: #E41D2A;
}
#page.site main article .entry-content .wp-block-columns .brand-img-block {
  display: inline-block;
  width: 32%;
  vertical-align: middle;
}
@media screen and (max-width: 510px) {
  #page.site main article .entry-content .wp-block-columns .brand-img-block {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  #page.site main article .entry-content .wp-block-columns {
    grid-template-columns: 1fr;
    grid-row-gap: 5px;
    text-align: center;
  }
  #page.site main article .entry-content .wp-block-columns:last-child {
    grid-template-columns: 1fr;
    grid-row-gap: 5px;
  }
  #page.site main article .entry-content .wp-block-columns:nth-child(odd) .wp-block-column:first-child {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.productPage .header h1 {
  text-align: center;
  color: #E41D2A;
}
.productPage .belowHeader {
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
  padding: 20px 0;
}
.productPage .rw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-template-columns: 460px 1fr;
}
@media screen and (max-width: 1165px) {
  .productPage .rw {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
.productPage .rw .opt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
}
@media screen and (max-width: 1069px) {
  .productPage .rw .opt {
    max-width: 100%;
  }
}
@media screen and (max-width: 510px) {
  .productPage .rw .opt {
    grid-template-columns: 1fr 1fr;
  }
}
.productPage .rw .opt .btn {
  font-family: 'OpenSans-Bold';
  color: #989898;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  border: 2px solid;
}
.productPage .rw .opt .btn.active {
  background-color: #E41D2A;
  color: #fff;
  border-color: #E41D2A;
}
.productPage .rw .opt .btn.active:hover {
  background-color: #E41D2A;
  border-color: #E41D2A;
}
.productPage .rw .opt .btn:hover {
  background-color: #A21922;
  color: #fff;
  border-color: #A21922;
}
.productPage .rw .azListing ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1069px) {
  .productPage .rw .azListing ul {
    padding: 0;
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .productPage .rw .azListing ul {
    display: none;
  }
}
.productPage .rw .azListing ul li {
  padding: 6px;
  color: #989898;
  font-family: 'OpenSans-Bold';
  cursor: pointer;
}
.productPage .rw .azListing ul li.active {
  background-color: #E41D2A;
  color: #ffffff;
}
.productPage .productSearch {
  margin-top: 20px;
  text-align: center;
}
.productPage .productSearch form {
  display: grid;
  width: 280px;
  margin: auto;
}
.productPage .productSearch form .srhbox {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-column-end: 3;
}
.productPage .productSearch form .srhbox input[type="text"] {
  border-radius: 25px;
  border: 2px solid;
  color: #989898;
  height: 33px;
  outline: none;
  padding-left: 12px;
}
.productPage .productSearch form .srhbtn {
  grid-row-start: 1;
  grid-column-start: 2;
  position: relative;
}
.productPage .productSearch form .srhbtn input[type="submit"] {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #414141;
  height: 100%;
}
.productPage .productSearch form .srhbtn input[type="submit"]:hover, .productPage .productSearch form .srhbtn input[type="submit"]:focus {
  color: #A21922;
  outline: none;
}
.productPage .productSearch form .srhbtn span {
  position: absolute;
  left: 40px;
  top: 5px;
}
.productPage .productSearch form .srhbtn span svg {
  width: 18px;
  fill: #ffffff;
}
.listBox {
  display: none;
}
.listBox.active {
  display: block;
}
.productLists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .productLists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 510px) {
  .productLists {
    grid-template-columns: 1fr;
    grid-row-gap: 2px;
  }
}
.productLists .product {
  line-height: 1.4;
  border-bottom: 2px solid #e6e5e5;
  padding: 10px 20px 10px 0;
  font-size: 14px;
}
.productLists .product h4 {
  padding: 0;
  margin: 8px 0;
  font-size: 16px;
}
.productLists .product .detail {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}
.productLists .product .detail .infoLbl {
  color: #A21922;
}
.productLists .product .detail .contains {
  /*max-width:170px;*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: 11px;
}
.productLists .product .detail .contains .insvg {
  margin: 5px 0 0 5px;
}
.productLists .product .detail .contains .insvg.grn svg {
  fill: #A21922;
}
.productLists .product .detail .contains .insvg svg {
  fill: #414141;
  width: 20px;
}
.productLists .product .detail .contains .insvg span {
  color: #ffffff;
  background-color: #414141;
  font-size: 11px;
  /*border-radius: 50%;*/
  font-family: 'OpenSans-Bold';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
}
.productLists .product .detail .contains .insvg .infoLbl {
  text-align: center;
}
.productLists .product .detail .lnkBtn {
  grid-column-start: 1;
  grid-column-end: 2;
}
.productLists .product .detail .lnkBtn a {
  display: block;
  font-family: 'OpenSans-Bold';
  color: #989898;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  border: 2px solid;
  text-decoration: none;
}
.productLists .product .detail .lnkBtn a.active {
  background-color: #E41D2A;
  color: #fff;
  border-color: #E41D2A;
}
.productLists .product .detail .lnkBtn a.active:hover {
  background-color: #E41D2A;
  border-color: #E41D2A;
}
.productLists .product .detail .lnkBtn a:hover {
  background-color: #A21922;
  color: #fff;
  border-color: #A21922;
}
.pordPagi {
  text-align: center;
  margin-top: 20px;
}
.pordPagi a {
  text-decoration: none;
  color: #989898;
  cursor: pointer;
  padding: 2px 5px;
}
.pordPagi a.next {
  display: none;
}
.pordPagi span.current {
  display: none;
}
.pordPagi a.active {
  color: #ffffff;
  background-color: #E41D2A;
}
.home main#main {
  text-align: center;
}
.home main#main h1 {
  color: #E41D2A;
}
.newsList .news-wrapper .gridTwo {
  grid-gap: 30px;
}
@media screen and (max-width: 767px) {
  .newsList .news-wrapper .gridTwo {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    text-align: center;
  }
}
.not-found {
  line-height: 1.6;
}
.detail.dwn {
  display: block;
  width: 100%;
  grid-template-columns: unset !important;
  margin: 10px 0px;
}
.contains .infoLbl {
  text-align: center;
}
.productLists .product h4 span {
  font-style: italic;
  display: block;
  font-size: 12px;
  font-family: 'OpenSans-Regular';
}
.productPage {
  position: relative;
}
/*.productLists{transition: all ease 500ms;}*/
.page-template-poductlist div.header.sticky {
  position: fixed;
  top: 57px;
  width: 100%;
  background: #fff;
  max-width: 1140px;
  width: 96%;
  margin: auto;
  z-index: 2;
}
.page-template-poductlist .productLists.sticky {
  /*padding-top:300px;*/
  padding-top: 255px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  max-width: 1140px;
  width: 96%;
  margin: auto;
  margin-top: 40px;
}
.site-footer .above-footer {
  grid-column-gap: 45px;
  margin-bottom: 40px;
}
.site-footer .above-footer .ctFrm {
  background-color: #989898;
}
.site-footer .above-footer .ctFrm .ctFrmWrapper {
  max-width: 480px;
  width: 96%;
  margin: auto;
  padding: 16px 0;
}
.site-footer .above-footer .ctFrm .ctFrmWrapper p {
  display: none;
}
.site-footer .above-footer .ctFrm .ctFrmWrapper h3 {
  color: #ffffff;
  border-bottom: 2px solid #c1c1c1;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.site-footer .above-footer .ctFrm .ctFrmWrapper .pubPharm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 30px 0;
  color: #ffffff;
  border-bottom: 2px solid #c1c1c1;
  font-family: 'OpenSans-Bold';
}
@media screen and (max-width: 610px) {
  .site-footer .above-footer .ctFrm .ctFrmWrapper .pubPharm {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
.site-footer .above-footer .ctFrm .ctFrmWrapper .pubPharm > br {
  display: none;
}
.site-footer .above-footer .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 14px;
}
.site-footer .above-footer .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  text-align: center;
  position: relative;
}
.site-footer .above-footer .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio .wpcf7-list-item input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  cursor: pointer;
}
.site-footer .above-footer .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: #A21922;
  color: #ffffff;
}
.site-footer .above-footer .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  color: #414141;
  font-family: 'OpenSans-Bold';
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  display: block;
}
.site-footer .above-footer .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:hover, .site-footer .above-footer .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:focus {
  background-color: #A21922;
  color: #ffffff;
}
.site-footer .above-footer .ctFrm .ctFrmWrapper .gridTwo {
  padding-top: 15px;
  grid-column-gap: 20px;
}
@media screen and (max-width: 610px) {
  .site-footer .above-footer .ctFrm .ctFrmWrapper .gridTwo {
    grid-template-columns: 1fr;
    grid-row-gap: 0;
  }
  .site-footer .above-footer .ctFrm .ctFrmWrapper .gridTwo .grdItmTwo .inputBox:first-child {
    margin-top: 0;
  }
}
.site-footer .above-footer .ctFrm .ctFrmWrapper .gridTwo .inputBox {
  margin: 10px 0;
}
.site-footer .above-footer .ctFrm .ctFrmWrapper .gridTwo .inputBox input, .site-footer .above-footer .ctFrm .ctFrmWrapper .gridTwo .inputBox textarea {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  border-radius: 0;
}
.site-footer .above-footer .ctFrm .ctFrmWrapper .gridTwo .inputBox textarea {
  height: 87px;
}
.site-footer .above-footer .ctFrm span.wpcf7-not-valid-tip {
  color: #A21922;
}
.site-footer .above-footer .wpcf7-validation-errors, .site-footer .above-footer .wpcf7-mail-sent-ok {
  display: none !important;
}
.site-footer .above-footer .news-wrapper h3 {
  color: #E41D2A;
}
@media screen and (max-width: 979px) {
  .site-footer .above-footer .news-wrapper h3 {
    text-align: center;
  }
}
.site-footer .above-footer .news-wrapper .gridTwo {
  grid-column-gap: 30px;
}
@media screen and (max-width: 610px) {
  .site-footer .above-footer .news-wrapper .gridTwo {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
  .site-footer .above-footer .news-wrapper .gridTwo .info-txt {
    text-align: center;
  }
}
@media screen and (max-width: 979px) {
  .site-footer .above-footer {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
}
.news-wrapper .gridTwo {
  display: inline-block;
}
.news-wrapper h3 {
  display: none;
}
.news-wrapper h4 {
  color: #ff0000;
}
/*# sourceMappingURL=style.css.map */