/* Main Less File: Part 1
/*------------------------------------------------------------*/
/* Reset */
/*------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/*------------------------------------------------------------*/
/* New vc composer - override his column stuff - they appear only in frontend editor so it is cool
/*------------------------------------------------------------*/
[class*='vc_col-sm-'] {
  padding: initial !important;
}
[class*='vc_col-sm-'] [class*='mmc-column-size-'] {
  width: 100%;
}
.mmc-column-padding-0 > .mmc-column-wrapper [class*=vc_col-] {
  padding: 0 0 !important;
}
.mmc-column-padding-5 > .mmc-column-wrapper [class*=vc_col-] {
  padding: 0 5px !important;
}
.mmc-column-padding-10 > .mmc-column-wrapper [class*=vc_col-] {
  padding: 0 10px !important;
}
.mmc-column-padding-15 > .mmc-column-wrapper [class*=vc_col-] {
  padding: 0 15px !important;
}
.mmc-column-padding-20 > .mmc-column-wrapper [class*=vc_col-] {
  padding: 0 20px !important;
}
.mmc-column-padding-25 > .mmc-column-wrapper [class*=vc_col-] {
  padding: 0 25px !important;
}
.mmc-column-padding-30 > .mmc-column-wrapper [class*=vc_col-] {
  padding: 0 30px !important;
}
.mmc-column-padding-35 > .mmc-column-wrapper [class*=vc_col-] {
  padding: 0 35px !important;
}
.mmc-column-padding-40 > .mmc-column-wrapper [class*=vc_col-] {
  padding: 0 40px !important;
}
.mmc-column-padding-45 > .mmc-column-wrapper [class*=vc_col-] {
  padding: 0 45px !important;
}
.mmc-column-padding-50 > .mmc-column-wrapper [class*=vc_col-] {
  padding: 0 50px !important;
}
body > .default [class*=vc_col-]:first-of-type,
body > .mmc-main-wrapper-wide [class*=vc_col-]:first-of-type {
  padding-left: 0 !important;
}
body > .default [class*=vc_col-]:last-of-type,
body > .mmc-main-wrapper-wide [class*=vc_col-]:last-of-type {
  padding-right: 0 !important;
}
body > .mmc-main-wrapper-boxed [class*=vc_col-]:first-of-type {
  padding-left: 15px !important;
}
body > .mmc-main-wrapper-boxed [class*=vc_col-]:last-of-type {
  padding-right: 15px !important;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Responsive Utilities
/*------------------------------------------------------------*/
/* Hide from screenreaders and browsers */
.hidden {
  display: none;
  visibility: hidden;
}
/* Media Breakpoints
/*------------------------------------------------------------*/
/* Visibility Utilities: Desktop
/*------------------------------------------------------------*/
.visible-mobile {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.visible-touchscreen {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
/* Visibility Utilities: Mobile
/*------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .visible-mobile {
    display: inherit !important;
  }
  .visible-touchscreen {
    display: inherit !important;
  }
  .hidden-mobile {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
/* Visibility Utilities: Tablet
/*------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .visible-tablet {
    display: inherit !important;
  }
  .visible-touchscreen {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
/*------------------------------------------------------------*/
/* Common
/*------------------------------------------------------------*/
.cl {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.oh {
  overflow: hidden;
}
.align-left,
.tal {
  text-align: left;
}
.align-center,
.tac {
  text-align: center;
}
.align-right,
.tar {
  text-align: right;
}
.clear:before,
.clear:after {
  display: table;
  content: " ";
}
.clear:after {
  clear: both;
  *zoom: 1;
}
.w-10pc {
  width: 10%;
}
.w-20pc {
  width: 20%;
}
.w-30pc {
  width: 30%;
}
.w-40pc {
  width: 40%;
}
.w-50pc {
  width: 50%;
}
.w-60pc {
  width: 60%;
}
.w-70pc {
  width: 70%;
}
.w-80pc {
  width: 80%;
}
.w-90pc {
  width: 90%;
}
.w-100pc {
  width: 100%;
}
.display-block {
  display: block;
}
/* Colors */
/*------------------------------------------------------------*/
/*grey is added to customizer*/
/*@grey: 			#666;*/
/* General */
/*------------------------------------------------------------*/
img {
  max-width: 100%;
  vertical-align: top;
}
::selection {
  background: #2a2a2a;
  color: #ffffff;
  text-shadow: none;
}
::-webkit-selection {
  background: #2a2a2a;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #2a2a2a;
  color: #ffffff;
  text-shadow: none;
}
input:focus {
  outline: 0;
  border: 1px solid #003349;
}
/* Mixins
/*------------------------------------------------------------*/
.font_p {
  font-family: Montserrat, sans-serif;
}
.font_h1 {
  font-family: Montserrat, sans-serif;
}
.font_h2 {
  font-family: Montserrat, sans-serif;
}
.font_h3 {
  font-family: Montserrat, sans-serif;
}
.font_h4 {
  font-family: Montserrat, sans-serif;
}
.font_h5 {
  font-family: Homenaje, sans-serif;
}
.font_h6 {
  font-family: Roboto, sans-serif;
}
.font_subtitle {
  font-family: Roboto, sans-serif;
}
.font_button {
  font-family: Roboto, sans-serif;
}
.font_nav_top {
  font-family: Montserrat, sans-serif;
}
.font_nav_sub {
  font-family: Montserrat, sans-serif;
}
.font_nav_subhead {
  font-family: Homenaje, sans-serif;
}
.abs-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.a-style a {
  font-weight: bold;
}
.p-style p {
  line-height: 22.652px;
}
.p-style blockquote p {
  line-height: inherit;
}
/* Typography */
/*------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 14.5px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1.428;
  color: #2a2a2a;
  letter-spacing: normal;
}
p {
  margin-bottom: 20px;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  border-left: 3px solid #003349;
  padding-left: 10px;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 20px 20px 0;
}
blockquote p {
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}
a {
  text-decoration: none;
  color: #d13239;
}
.mmc-dark-bga,
.mmc-dark-bg a,
.mmc-light-bg .mmc-dark-bga,
.mmc-light-bg .mmc-dark-bg a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bga,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bga,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bga,
.mmc-light-bg a,
.mmc-dark-bg .mmc-light-bga,
.mmc-dark-bg .mmc-light-bg a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bga,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bga,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg a {
  color: #d13239;
  background-color: "";
  border-color: "";
}
@media only screen and (min-width: 1025px) {
  a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
a:hover {
  color: #962327;
}
.mmc-dark-bga:hover,
.mmc-dark-bg a:hover,
.mmc-light-bg .mmc-dark-bga:hover,
.mmc-light-bg .mmc-dark-bg a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bga:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bga:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg a:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: "";
  border-color: "";
}
.mmc-light-bga:hover,
.mmc-light-bg a:hover,
.mmc-dark-bg .mmc-light-bga:hover,
.mmc-dark-bg .mmc-light-bg a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bga:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bga:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg a:hover {
  color: #962327;
  background-color: "";
  border-color: "";
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  a:active {
    background-color: #962327;
    color: #ffffff !important;
  }
}
a.read-more {
  color: #003349;
}
.mmc-dark-bga.read-more,
.mmc-dark-bg a.read-more,
.mmc-light-bg .mmc-dark-bga.read-more,
.mmc-light-bg .mmc-dark-bg a.read-more,
.mmc-light-bg .mmc-light-bg .mmc-dark-bga.read-more,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg a.read-more,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bga.read-more,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg a.read-more {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
a.read-more:hover {
  color: #2a2a2a;
}
.mmc-dark-bga.read-more:hover,
.mmc-dark-bg a.read-more:hover,
.mmc-light-bg .mmc-dark-bga.read-more:hover,
.mmc-light-bg .mmc-dark-bg a.read-more:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bga.read-more:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg a.read-more:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bga.read-more:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg a.read-more:hover {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bga.read-more:hover,
.mmc-light-bg a.read-more:hover,
.mmc-dark-bg .mmc-light-bga.read-more:hover,
.mmc-dark-bg .mmc-light-bg a.read-more:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bga.read-more:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg a.read-more:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bga.read-more:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg a.read-more:hover {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
a,
a:active,
a:focus {
  outline: none;
  -moz-outline-style: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #d13239;
}
.mmc-dark-bgh1 a,
.mmc-dark-bgh2 a,
.mmc-dark-bgh3 a,
.mmc-dark-bgh4 a,
.mmc-dark-bgh5 a,
.mmc-dark-bgh6 a,
.mmc-dark-bg.h1 a,
.mmc-dark-bg.h2 a,
.mmc-dark-bg.h3 a,
.mmc-dark-bg.h4 a,
.mmc-dark-bg.h5 a,
.mmc-dark-bg.h6 a,
.mmc-dark-bg h1 a,
.mmc-dark-bg h2 a,
.mmc-dark-bg h3 a,
.mmc-dark-bg h4 a,
.mmc-dark-bg h5 a,
.mmc-dark-bg h6 a,
.mmc-dark-bg .h1 a,
.mmc-dark-bg .h2 a,
.mmc-dark-bg .h3 a,
.mmc-dark-bg .h4 a,
.mmc-dark-bg .h5 a,
.mmc-dark-bg .h6 a,
.mmc-light-bg .mmc-dark-bgh1 a,
.mmc-light-bg .mmc-dark-bgh2 a,
.mmc-light-bg .mmc-dark-bgh3 a,
.mmc-light-bg .mmc-dark-bgh4 a,
.mmc-light-bg .mmc-dark-bgh5 a,
.mmc-light-bg .mmc-dark-bgh6 a,
.mmc-light-bg .mmc-dark-bg.h1 a,
.mmc-light-bg .mmc-dark-bg.h2 a,
.mmc-light-bg .mmc-dark-bg.h3 a,
.mmc-light-bg .mmc-dark-bg.h4 a,
.mmc-light-bg .mmc-dark-bg.h5 a,
.mmc-light-bg .mmc-dark-bg.h6 a,
.mmc-light-bg .mmc-dark-bg h1 a,
.mmc-light-bg .mmc-dark-bg h2 a,
.mmc-light-bg .mmc-dark-bg h3 a,
.mmc-light-bg .mmc-dark-bg h4 a,
.mmc-light-bg .mmc-dark-bg h5 a,
.mmc-light-bg .mmc-dark-bg h6 a,
.mmc-light-bg .mmc-dark-bg .h1 a,
.mmc-light-bg .mmc-dark-bg .h2 a,
.mmc-light-bg .mmc-dark-bg .h3 a,
.mmc-light-bg .mmc-dark-bg .h4 a,
.mmc-light-bg .mmc-dark-bg .h5 a,
.mmc-light-bg .mmc-dark-bg .h6 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh1 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh2 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh3 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh4 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh5 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh6 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h1 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h2 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h3 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h4 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h5 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h6 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h1 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h2 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h3 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h4 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h5 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h6 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h1 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h2 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h3 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h4 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h5 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h6 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh1 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh2 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh3 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh4 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh5 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh6 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h1 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h2 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h3 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h4 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h5 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h6 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h1 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h2 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h3 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h4 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h5 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h6 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h1 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h2 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h3 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h4 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h5 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h6 a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bgh1 a,
.mmc-light-bgh2 a,
.mmc-light-bgh3 a,
.mmc-light-bgh4 a,
.mmc-light-bgh5 a,
.mmc-light-bgh6 a,
.mmc-light-bg.h1 a,
.mmc-light-bg.h2 a,
.mmc-light-bg.h3 a,
.mmc-light-bg.h4 a,
.mmc-light-bg.h5 a,
.mmc-light-bg.h6 a,
.mmc-light-bg h1 a,
.mmc-light-bg h2 a,
.mmc-light-bg h3 a,
.mmc-light-bg h4 a,
.mmc-light-bg h5 a,
.mmc-light-bg h6 a,
.mmc-light-bg .h1 a,
.mmc-light-bg .h2 a,
.mmc-light-bg .h3 a,
.mmc-light-bg .h4 a,
.mmc-light-bg .h5 a,
.mmc-light-bg .h6 a,
.mmc-dark-bg .mmc-light-bgh1 a,
.mmc-dark-bg .mmc-light-bgh2 a,
.mmc-dark-bg .mmc-light-bgh3 a,
.mmc-dark-bg .mmc-light-bgh4 a,
.mmc-dark-bg .mmc-light-bgh5 a,
.mmc-dark-bg .mmc-light-bgh6 a,
.mmc-dark-bg .mmc-light-bg.h1 a,
.mmc-dark-bg .mmc-light-bg.h2 a,
.mmc-dark-bg .mmc-light-bg.h3 a,
.mmc-dark-bg .mmc-light-bg.h4 a,
.mmc-dark-bg .mmc-light-bg.h5 a,
.mmc-dark-bg .mmc-light-bg.h6 a,
.mmc-dark-bg .mmc-light-bg h1 a,
.mmc-dark-bg .mmc-light-bg h2 a,
.mmc-dark-bg .mmc-light-bg h3 a,
.mmc-dark-bg .mmc-light-bg h4 a,
.mmc-dark-bg .mmc-light-bg h5 a,
.mmc-dark-bg .mmc-light-bg h6 a,
.mmc-dark-bg .mmc-light-bg .h1 a,
.mmc-dark-bg .mmc-light-bg .h2 a,
.mmc-dark-bg .mmc-light-bg .h3 a,
.mmc-dark-bg .mmc-light-bg .h4 a,
.mmc-dark-bg .mmc-light-bg .h5 a,
.mmc-dark-bg .mmc-light-bg .h6 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh1 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh2 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh3 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh4 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh5 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh6 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h1 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h2 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h3 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h4 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h5 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h6 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h1 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h2 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h3 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h4 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h5 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h6 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h1 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h2 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h3 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h4 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h5 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h6 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh1 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh2 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh3 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh4 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh5 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh6 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h1 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h2 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h3 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h4 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h5 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h6 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h1 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h2 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h3 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h4 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h5 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h6 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h1 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h2 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h3 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h4 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h5 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h6 a {
  color: #d13239;
  background-color: "";
  border-color: "";
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: #962327;
}
h1.border,
h2.border,
h3.border,
h4.border,
h5.border,
h6.border,
.h1.border,
.h2.border,
.h3.border,
.h4.border,
.h5.border,
.h6.border {
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bgh1.border,
.mmc-dark-bgh2.border,
.mmc-dark-bgh3.border,
.mmc-dark-bgh4.border,
.mmc-dark-bgh5.border,
.mmc-dark-bgh6.border,
.mmc-dark-bg.h1.border,
.mmc-dark-bg.h2.border,
.mmc-dark-bg.h3.border,
.mmc-dark-bg.h4.border,
.mmc-dark-bg.h5.border,
.mmc-dark-bg.h6.border,
.mmc-dark-bg h1.border,
.mmc-dark-bg h2.border,
.mmc-dark-bg h3.border,
.mmc-dark-bg h4.border,
.mmc-dark-bg h5.border,
.mmc-dark-bg h6.border,
.mmc-dark-bg .h1.border,
.mmc-dark-bg .h2.border,
.mmc-dark-bg .h3.border,
.mmc-dark-bg .h4.border,
.mmc-dark-bg .h5.border,
.mmc-dark-bg .h6.border,
.mmc-light-bg .mmc-dark-bgh1.border,
.mmc-light-bg .mmc-dark-bgh2.border,
.mmc-light-bg .mmc-dark-bgh3.border,
.mmc-light-bg .mmc-dark-bgh4.border,
.mmc-light-bg .mmc-dark-bgh5.border,
.mmc-light-bg .mmc-dark-bgh6.border,
.mmc-light-bg .mmc-dark-bg.h1.border,
.mmc-light-bg .mmc-dark-bg.h2.border,
.mmc-light-bg .mmc-dark-bg.h3.border,
.mmc-light-bg .mmc-dark-bg.h4.border,
.mmc-light-bg .mmc-dark-bg.h5.border,
.mmc-light-bg .mmc-dark-bg.h6.border,
.mmc-light-bg .mmc-dark-bg h1.border,
.mmc-light-bg .mmc-dark-bg h2.border,
.mmc-light-bg .mmc-dark-bg h3.border,
.mmc-light-bg .mmc-dark-bg h4.border,
.mmc-light-bg .mmc-dark-bg h5.border,
.mmc-light-bg .mmc-dark-bg h6.border,
.mmc-light-bg .mmc-dark-bg .h1.border,
.mmc-light-bg .mmc-dark-bg .h2.border,
.mmc-light-bg .mmc-dark-bg .h3.border,
.mmc-light-bg .mmc-dark-bg .h4.border,
.mmc-light-bg .mmc-dark-bg .h5.border,
.mmc-light-bg .mmc-dark-bg .h6.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh1.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh2.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh3.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh4.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh5.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh6.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h1.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h2.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h3.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h4.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h5.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h6.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h1.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h2.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h3.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h4.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h5.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h6.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h1.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h2.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h3.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h4.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h5.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h6.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh1.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh2.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh3.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh4.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh5.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh6.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h1.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h2.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h3.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h4.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h5.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h6.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h1.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h2.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h3.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h4.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h5.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h6.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h1.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h2.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h3.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h4.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h5.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h6.border {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bgh1.border,
.mmc-light-bgh2.border,
.mmc-light-bgh3.border,
.mmc-light-bgh4.border,
.mmc-light-bgh5.border,
.mmc-light-bgh6.border,
.mmc-light-bg.h1.border,
.mmc-light-bg.h2.border,
.mmc-light-bg.h3.border,
.mmc-light-bg.h4.border,
.mmc-light-bg.h5.border,
.mmc-light-bg.h6.border,
.mmc-light-bg h1.border,
.mmc-light-bg h2.border,
.mmc-light-bg h3.border,
.mmc-light-bg h4.border,
.mmc-light-bg h5.border,
.mmc-light-bg h6.border,
.mmc-light-bg .h1.border,
.mmc-light-bg .h2.border,
.mmc-light-bg .h3.border,
.mmc-light-bg .h4.border,
.mmc-light-bg .h5.border,
.mmc-light-bg .h6.border,
.mmc-dark-bg .mmc-light-bgh1.border,
.mmc-dark-bg .mmc-light-bgh2.border,
.mmc-dark-bg .mmc-light-bgh3.border,
.mmc-dark-bg .mmc-light-bgh4.border,
.mmc-dark-bg .mmc-light-bgh5.border,
.mmc-dark-bg .mmc-light-bgh6.border,
.mmc-dark-bg .mmc-light-bg.h1.border,
.mmc-dark-bg .mmc-light-bg.h2.border,
.mmc-dark-bg .mmc-light-bg.h3.border,
.mmc-dark-bg .mmc-light-bg.h4.border,
.mmc-dark-bg .mmc-light-bg.h5.border,
.mmc-dark-bg .mmc-light-bg.h6.border,
.mmc-dark-bg .mmc-light-bg h1.border,
.mmc-dark-bg .mmc-light-bg h2.border,
.mmc-dark-bg .mmc-light-bg h3.border,
.mmc-dark-bg .mmc-light-bg h4.border,
.mmc-dark-bg .mmc-light-bg h5.border,
.mmc-dark-bg .mmc-light-bg h6.border,
.mmc-dark-bg .mmc-light-bg .h1.border,
.mmc-dark-bg .mmc-light-bg .h2.border,
.mmc-dark-bg .mmc-light-bg .h3.border,
.mmc-dark-bg .mmc-light-bg .h4.border,
.mmc-dark-bg .mmc-light-bg .h5.border,
.mmc-dark-bg .mmc-light-bg .h6.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh1.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh2.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh3.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh4.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh5.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh6.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h1.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h2.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h3.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h4.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h5.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h6.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h1.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h2.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h3.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h4.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h5.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h6.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h1.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h2.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h3.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h4.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h5.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h6.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh1.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh2.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh3.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh4.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh5.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh6.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h1.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h2.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h3.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h4.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h5.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h6.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h1.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h2.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h3.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h4.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h5.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h6.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h1.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h2.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h3.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h4.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h5.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h6.border {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
h1,
.h1 {
  font-family: Montserrat, sans-serif;
  /* text-align: center; */
  font-size: 44px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 47px;
  margin: 50px 0 20px;
  letter-spacing: normal;
  color: #2a2a2a;
  /*.mmc-page-sidebar-left_sidebar &,
	.mmc-page-sidebar-right_sidebar & {
		&, & + .mmc-subtitle {
			text-align: left;
		}
	}*/
}
.mmc-dark-bgh1,
.mmc-dark-bg.h1,
.mmc-dark-bg h1,
.mmc-dark-bg .h1,
.mmc-light-bg .mmc-dark-bgh1,
.mmc-light-bg .mmc-dark-bg.h1,
.mmc-light-bg .mmc-dark-bg h1,
.mmc-light-bg .mmc-dark-bg .h1,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh1,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h1,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h1,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h1,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh1,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h1,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h1,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h1 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bgh1,
.mmc-light-bg.h1,
.mmc-light-bg h1,
.mmc-light-bg .h1,
.mmc-dark-bg .mmc-light-bgh1,
.mmc-dark-bg .mmc-light-bg.h1,
.mmc-dark-bg .mmc-light-bg h1,
.mmc-dark-bg .mmc-light-bg .h1,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh1,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h1,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h1,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h1,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh1,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h1,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h1,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h1 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
h1.border,
.h1.border {
  padding-bottom: 20px;
}
.mmc-main-slider + section h1,
.mmc-main-slider + section .h1 {
  margin-top: 20px;
}
h2,
.h2 {
  font-family: Montserrat, sans-serif;
  /* text-align: center; */
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 58.248px;
  margin: 20px 0;
  letter-spacing: 1px;
  color: #2a2a2a;
}
.mmc-dark-bgh2,
.mmc-dark-bg.h2,
.mmc-dark-bg h2,
.mmc-dark-bg .h2,
.mmc-light-bg .mmc-dark-bgh2,
.mmc-light-bg .mmc-dark-bg.h2,
.mmc-light-bg .mmc-dark-bg h2,
.mmc-light-bg .mmc-dark-bg .h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h2 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bgh2,
.mmc-light-bg.h2,
.mmc-light-bg h2,
.mmc-light-bg .h2,
.mmc-dark-bg .mmc-light-bgh2,
.mmc-dark-bg .mmc-light-bg.h2,
.mmc-dark-bg .mmc-light-bg h2,
.mmc-dark-bg .mmc-light-bg .h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h2 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
h2.border,
.h2.border {
  padding-bottom: 20px;
}
h3,
.h3 {
  font-family: Montserrat, sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 25.888px;
  color: #2a2a2a;
  letter-spacing: normal;
}
.mmc-dark-bgh3,
.mmc-dark-bg.h3,
.mmc-dark-bg h3,
.mmc-dark-bg .h3,
.mmc-light-bg .mmc-dark-bgh3,
.mmc-light-bg .mmc-dark-bg.h3,
.mmc-light-bg .mmc-dark-bg h3,
.mmc-light-bg .mmc-dark-bg .h3,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh3,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h3,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h3,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h3,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh3,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h3,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h3,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h3 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bgh3,
.mmc-light-bg.h3,
.mmc-light-bg h3,
.mmc-light-bg .h3,
.mmc-dark-bg .mmc-light-bgh3,
.mmc-dark-bg .mmc-light-bg.h3,
.mmc-dark-bg .mmc-light-bg h3,
.mmc-dark-bg .mmc-light-bg .h3,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh3,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h3,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h3,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h3,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh3,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h3,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h3,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h3 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
h4,
.h4 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 29.124px;
  color: #2a2a2a;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.mmc-dark-bgh4,
.mmc-dark-bg.h4,
.mmc-dark-bg h4,
.mmc-dark-bg .h4,
.mmc-light-bg .mmc-dark-bgh4,
.mmc-light-bg .mmc-dark-bg.h4,
.mmc-light-bg .mmc-dark-bg h4,
.mmc-light-bg .mmc-dark-bg .h4,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh4,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h4,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h4,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h4,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh4,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h4,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h4,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h4 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bgh4,
.mmc-light-bg.h4,
.mmc-light-bg h4,
.mmc-light-bg .h4,
.mmc-dark-bg .mmc-light-bgh4,
.mmc-dark-bg .mmc-light-bg.h4,
.mmc-dark-bg .mmc-light-bg h4,
.mmc-dark-bg .mmc-light-bg .h4,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh4,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h4,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h4,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h4,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh4,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h4,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h4,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h4 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
h5,
.h5 {
  font-family: Homenaje, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 24.27px;
  color: #2a2a2a;
  letter-spacing: 2px;
}
.mmc-dark-bgh5,
.mmc-dark-bg.h5,
.mmc-dark-bg h5,
.mmc-dark-bg .h5,
.mmc-light-bg .mmc-dark-bgh5,
.mmc-light-bg .mmc-dark-bg.h5,
.mmc-light-bg .mmc-dark-bg h5,
.mmc-light-bg .mmc-dark-bg .h5,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh5,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h5,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h5,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h5,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh5,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h5,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h5,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h5 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bgh5,
.mmc-light-bg.h5,
.mmc-light-bg h5,
.mmc-light-bg .h5,
.mmc-dark-bg .mmc-light-bgh5,
.mmc-dark-bg .mmc-light-bg.h5,
.mmc-dark-bg .mmc-light-bg h5,
.mmc-dark-bg .mmc-light-bg .h5,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh5,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h5,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h5,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h5,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh5,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h5,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h5,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h5 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
h6,
.h6 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  line-height: 22.652px;
  color: #00385f;
  letter-spacing: normal;
}
.mmc-dark-bgh6,
.mmc-dark-bg.h6,
.mmc-dark-bg h6,
.mmc-dark-bg .h6,
.mmc-light-bg .mmc-dark-bgh6,
.mmc-light-bg .mmc-dark-bg.h6,
.mmc-light-bg .mmc-dark-bg h6,
.mmc-light-bg .mmc-dark-bg .h6,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgh6,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.h6,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg h6,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .h6,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgh6,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.h6,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg h6,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .h6 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bgh6,
.mmc-light-bg.h6,
.mmc-light-bg h6,
.mmc-light-bg .h6,
.mmc-dark-bg .mmc-light-bgh6,
.mmc-dark-bg .mmc-light-bg.h6,
.mmc-dark-bg .mmc-light-bg h6,
.mmc-dark-bg .mmc-light-bg .h6,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgh6,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.h6,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg h6,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .h6,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgh6,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.h6,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg h6,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .h6 {
  color: #00385f;
  background-color: "";
  border-color: "";
}
hr,
.mmc-border {
  margin: 0;
  border: none;
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  padding-bottom: 20px;
}
.mmc-dark-bghr,
.mmc-dark-bg.mmc-border,
.mmc-dark-bg hr,
.mmc-dark-bg .mmc-border,
.mmc-light-bg .mmc-dark-bghr,
.mmc-light-bg .mmc-dark-bg.mmc-border,
.mmc-light-bg .mmc-dark-bg hr,
.mmc-light-bg .mmc-dark-bg .mmc-border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bghr,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg hr,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bghr,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg hr,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-border {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bghr,
.mmc-light-bg.mmc-border,
.mmc-light-bg hr,
.mmc-light-bg .mmc-border,
.mmc-dark-bg .mmc-light-bghr,
.mmc-dark-bg .mmc-light-bg.mmc-border,
.mmc-dark-bg .mmc-light-bg hr,
.mmc-dark-bg .mmc-light-bg .mmc-border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bghr,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg hr,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bghr,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg hr,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-border {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-content li {
  padding: 0 0 0 2px;
  list-style-position: inside;
  /*&:first-child {padding-top: 0!important;}*/
}
.mmc-content ul {
  list-style-type: circle;
  margin-bottom: 20px;
}
.mmc-content ol {
  counter-reset: item;
  margin-bottom: 20px;
}
.mmc-content ol li {
  margin-left: 30px;
}
.mmc-content ol li:before {
  content: counter(item);
  counter-increment: item;
  font-size: 12px;
  font-weight: 300;
  color: #444444;
  background: #ffffff;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 1px 1px 5px rgba(42, 42, 42, 0.2);
  margin: 0 10px 0 -30px;
}
.mmc-dark-bg,
.mmc-dark-bg ,
.mmc-light-bg .mmc-dark-bg,
.mmc-light-bg .mmc-dark-bg ,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg ,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg  {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg,
.mmc-light-bg ,
.mmc-dark-bg .mmc-light-bg,
.mmc-dark-bg .mmc-light-bg ,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg ,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg  {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
/*------------------------------------------------------------*/
/* Custom Styles
/*------------------------------------------------------------*/
.custom_1 {
  font-family: Roboto, sans-serif;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: px;
  line-height: 26px;
}
.mmc-dark-bg.custom_1,
.mmc-dark-bg .custom_1,
.mmc-light-bg .mmc-dark-bg.custom_1,
.mmc-light-bg .mmc-dark-bg .custom_1,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.custom_1,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .custom_1,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.custom_1,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .custom_1 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.custom_1,
.mmc-light-bg .custom_1,
.mmc-dark-bg .mmc-light-bg.custom_1,
.mmc-dark-bg .mmc-light-bg .custom_1,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.custom_1,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .custom_1,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.custom_1,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .custom_1 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.custom_2 {
  font-family: Montserrat, sans-serif;
  color: #2a2a2a;
  font-size: 14.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  line-height: 22.652px;
}
.mmc-dark-bg.custom_2,
.mmc-dark-bg .custom_2,
.mmc-light-bg .mmc-dark-bg.custom_2,
.mmc-light-bg .mmc-dark-bg .custom_2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.custom_2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .custom_2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.custom_2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .custom_2 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.custom_2,
.mmc-light-bg .custom_2,
.mmc-dark-bg .mmc-light-bg.custom_2,
.mmc-dark-bg .mmc-light-bg .custom_2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.custom_2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .custom_2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.custom_2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .custom_2 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.custom_3 {
  font-family: Montserrat, sans-serif;
  color: #2a2a2a;
  font-size: 14.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  line-height: 22.652px;
}
.mmc-dark-bg.custom_3,
.mmc-dark-bg .custom_3,
.mmc-light-bg .mmc-dark-bg.custom_3,
.mmc-light-bg .mmc-dark-bg .custom_3,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.custom_3,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .custom_3,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.custom_3,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .custom_3 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.custom_3,
.mmc-light-bg .custom_3,
.mmc-dark-bg .mmc-light-bg.custom_3,
.mmc-dark-bg .mmc-light-bg .custom_3,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.custom_3,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .custom_3,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.custom_3,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .custom_3 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.custom_4 {
  font-family: Montserrat, sans-serif;
  color: #2a2a2a;
  font-size: 14.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  line-height: 22.652px;
}
.mmc-dark-bg.custom_4,
.mmc-dark-bg .custom_4,
.mmc-light-bg .mmc-dark-bg.custom_4,
.mmc-light-bg .mmc-dark-bg .custom_4,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.custom_4,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .custom_4,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.custom_4,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .custom_4 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.custom_4,
.mmc-light-bg .custom_4,
.mmc-dark-bg .mmc-light-bg.custom_4,
.mmc-dark-bg .mmc-light-bg .custom_4,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.custom_4,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .custom_4,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.custom_4,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .custom_4 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.custom_5 {
  font-family: Montserrat, sans-serif;
  color: #2a2a2a;
  font-size: 14.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  line-height: 22.652px;
}
.mmc-dark-bg.custom_5,
.mmc-dark-bg .custom_5,
.mmc-light-bg .mmc-dark-bg.custom_5,
.mmc-light-bg .mmc-dark-bg .custom_5,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.custom_5,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .custom_5,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.custom_5,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .custom_5 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.custom_5,
.mmc-light-bg .custom_5,
.mmc-dark-bg .mmc-light-bg.custom_5,
.mmc-dark-bg .mmc-light-bg .custom_5,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.custom_5,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .custom_5,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.custom_5,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .custom_5 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.custom_6 {
  font-family: Montserrat, sans-serif;
  color: #2a2a2a;
  font-size: 14.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  line-height: 22.652px;
}
.mmc-dark-bg.custom_6,
.mmc-dark-bg .custom_6,
.mmc-light-bg .mmc-dark-bg.custom_6,
.mmc-light-bg .mmc-dark-bg .custom_6,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.custom_6,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .custom_6,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.custom_6,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .custom_6 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.custom_6,
.mmc-light-bg .custom_6,
.mmc-dark-bg .mmc-light-bg.custom_6,
.mmc-dark-bg .mmc-light-bg .custom_6,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.custom_6,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .custom_6,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.custom_6,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .custom_6 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.custom_7 {
  font-family: Montserrat, sans-serif;
  color: #2a2a2a;
  font-size: 14.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  line-height: 22.652px;
}
.mmc-dark-bg.custom_7,
.mmc-dark-bg .custom_7,
.mmc-light-bg .mmc-dark-bg.custom_7,
.mmc-light-bg .mmc-dark-bg .custom_7,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.custom_7,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .custom_7,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.custom_7,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .custom_7 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.custom_7,
.mmc-light-bg .custom_7,
.mmc-dark-bg .mmc-light-bg.custom_7,
.mmc-dark-bg .mmc-light-bg .custom_7,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.custom_7,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .custom_7,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.custom_7,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .custom_7 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.custom_8 {
  font-family: Montserrat, sans-serif;
  color: #2a2a2a;
  font-size: 14.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  line-height: 22.652px;
}
.mmc-dark-bg.custom_8,
.mmc-dark-bg .custom_8,
.mmc-light-bg .mmc-dark-bg.custom_8,
.mmc-light-bg .mmc-dark-bg .custom_8,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.custom_8,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .custom_8,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.custom_8,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .custom_8 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.custom_8,
.mmc-light-bg .custom_8,
.mmc-dark-bg .mmc-light-bg.custom_8,
.mmc-dark-bg .mmc-light-bg .custom_8,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.custom_8,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .custom_8,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.custom_8,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .custom_8 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.custom_9 {
  font-family: Montserrat, sans-serif;
  color: #2a2a2a;
  font-size: 14.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  line-height: 22.652px;
}
.mmc-dark-bg.custom_9,
.mmc-dark-bg .custom_9,
.mmc-light-bg .mmc-dark-bg.custom_9,
.mmc-light-bg .mmc-dark-bg .custom_9,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.custom_9,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .custom_9,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.custom_9,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .custom_9 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.custom_9,
.mmc-light-bg .custom_9,
.mmc-dark-bg .mmc-light-bg.custom_9,
.mmc-dark-bg .mmc-light-bg .custom_9,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.custom_9,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .custom_9,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.custom_9,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .custom_9 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.custom_10 {
  font-family: Montserrat, sans-serif;
  color: #2a2a2a;
  font-size: 14.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  line-height: 22.652px;
}
.mmc-dark-bg.custom_10,
.mmc-dark-bg .custom_10,
.mmc-light-bg .mmc-dark-bg.custom_10,
.mmc-light-bg .mmc-dark-bg .custom_10,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.custom_10,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .custom_10,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.custom_10,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .custom_10 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.custom_10,
.mmc-light-bg .custom_10,
.mmc-dark-bg .mmc-light-bg.custom_10,
.mmc-dark-bg .mmc-light-bg .custom_10,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.custom_10,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .custom_10,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.custom_10,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .custom_10 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
@media screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 30px !important;
  }
  h2,
  .h2 {
    font-size: 22px !important;
  }
  h3,
  .h3 {
    font-size: 18px !important;
  }
  .mmc-button {
    width: auto !important;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    line-height: 1.5 !important;
  }
}
/*------------------------------------------------------------*/
/* Buttons
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* MMC Button wrapper
/*------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .mmc-button-wrapper.align-left,
  .mmc-button-wrapper.align-right {
    text-align: center;
  }
}
/*------------------------------------------------------------*/
/* MMC Main Button
/*------------------------------------------------------------*/
.mmc-button {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold !important;
  font-style: normal;
  text-transform: uppercase;
  color: #2a2a2a;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  /*default button*/
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  color: #ffffff;
  background-color: #003349;
  /**/
}
.mmc-dark-bg.mmc-button,
.mmc-dark-bg .mmc-button,
.mmc-light-bg .mmc-dark-bg.mmc-button,
.mmc-light-bg .mmc-dark-bg .mmc-button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-button,
.mmc-light-bg .mmc-button,
.mmc-dark-bg .mmc-light-bg.mmc-button,
.mmc-dark-bg .mmc-light-bg .mmc-button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-dark-bg.mmc-button,
.mmc-dark-bg .mmc-button,
.mmc-light-bg .mmc-dark-bg.mmc-button,
.mmc-light-bg .mmc-dark-bg .mmc-button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-button,
.mmc-light-bg .mmc-button,
.mmc-dark-bg .mmc-light-bg.mmc-button,
.mmc-dark-bg .mmc-light-bg .mmc-button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-button.color_one {
  background-color: #003349;
}
.mmc-button.color_two {
  background-color: #8eb8c9;
}
.mmc-button.color_three {
  background-color: #2a2a2a;
}
.mmc-button.white {
  background-color: #ffffff;
  color: #2a2a2a;
}
.mmc-button:hover {
  background-color: #2a2a2a;
  color: #ffffff;
}
.mmc-dark-bg.mmc-button:hover,
.mmc-dark-bg .mmc-button:hover,
.mmc-light-bg .mmc-dark-bg.mmc-button:hover,
.mmc-light-bg .mmc-dark-bg .mmc-button:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button:hover {
  color: #2a2a2a;
  background-color: #ffffff;
  border-color: "";
}
.mmc-light-bg.mmc-button:hover,
.mmc-light-bg .mmc-button:hover,
.mmc-dark-bg .mmc-light-bg.mmc-button:hover,
.mmc-dark-bg .mmc-light-bg .mmc-button:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button:hover {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.color_three.mmc-button:hover {
  background-color: #8eb8c9;
}
@media only screen and (max-width: 767px) {
  .mmc-button:active {
    background-color: #2a2a2a;
    color: #ffffff;
  }
  .color_three.mmc-button:active {
    background-color: #8eb8c9;
  }
}
.mmc-button > i {
  margin-right: 10px;
}
.mmc-button.small {
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
}
.mmc-button.small.outline,
.mmc-button.small.trans {
  line-height: 36px;
}
.mmc-button.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mmc-button.outline {
  background-color: transparent;
  border: 2px solid #003349;
  color: #2a2a2a;
  line-height: 46px;
}
.mmc-dark-bg.mmc-button.outline,
.mmc-dark-bg .mmc-button.outline,
.mmc-light-bg .mmc-dark-bg.mmc-button.outline,
.mmc-light-bg .mmc-dark-bg .mmc-button.outline,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button.outline,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button.outline,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button.outline,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button.outline {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-button.outline,
.mmc-light-bg .mmc-button.outline,
.mmc-dark-bg .mmc-light-bg.mmc-button.outline,
.mmc-dark-bg .mmc-light-bg .mmc-button.outline,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button.outline,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button.outline,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button.outline,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button.outline {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-button.outline.color_one {
  border-color: #003349;
}
.mmc-button.outline.color_two {
  border-color: #8eb8c9;
}
.mmc-button.outline.color_three {
  border-color: #2a2a2a;
}
.mmc-button.outline.white {
  border-color: #ffffff;
}
.mmc-button.outline:hover {
  background-color: transparent;
  border-color: #2a2a2a;
  color: #2a2a2a;
}
.mmc-dark-bg.mmc-button.outline:hover,
.mmc-dark-bg .mmc-button.outline:hover,
.mmc-light-bg .mmc-dark-bg.mmc-button.outline:hover,
.mmc-light-bg .mmc-dark-bg .mmc-button.outline:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button.outline:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button.outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button.outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button.outline:hover {
  color: #ffffff;
  background-color: "";
  border-color: #ffffff;
}
.mmc-light-bg.mmc-button.outline:hover,
.mmc-light-bg .mmc-button.outline:hover,
.mmc-dark-bg .mmc-light-bg.mmc-button.outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-button.outline:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button.outline:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button.outline:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button.outline:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button.outline:hover {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.color_three.mmc-button.outline:hover {
  border-color: #8eb8c9;
}
.mmc-dark-bg.white.mmc-button.outline:hover,
.mmc-dark-bg .white.mmc-button.outline:hover,
.mmc-light-bg .mmc-dark-bg.white.mmc-button.outline:hover,
.mmc-light-bg .mmc-dark-bg .white.mmc-button.outline:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.white.mmc-button.outline:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .white.mmc-button.outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.white.mmc-button.outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .white.mmc-button.outline:hover {
  color: "";
  background-color: "";
  border-color: #2a2a2a;
}
@media only screen and (max-width: 767px) {
  .mmc-button.outline:active {
    background-color: transparent;
    border-color: #2a2a2a;
    color: #2a2a2a;
  }
  .color_three.mmc-button.outline:active {
    border-color: #8eb8c9;
  }
}
.mmc-button.trans {
  background-color: rgba(255, 255, 255, 0.23);
  border: 2px solid #003349;
  color: #2a2a2a;
  line-height: 46px;
}
.mmc-dark-bg.mmc-button.trans,
.mmc-dark-bg .mmc-button.trans,
.mmc-light-bg .mmc-dark-bg.mmc-button.trans,
.mmc-light-bg .mmc-dark-bg .mmc-button.trans,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button.trans,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button.trans,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button.trans,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button.trans {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.23);
  border-color: "";
}
.mmc-light-bg.mmc-button.trans,
.mmc-light-bg .mmc-button.trans,
.mmc-dark-bg .mmc-light-bg.mmc-button.trans,
.mmc-dark-bg .mmc-light-bg .mmc-button.trans,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button.trans,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button.trans,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button.trans,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button.trans {
  color: #2a2a2a;
  background-color: rgba(255, 255, 255, 0.23);
  border-color: "";
}
.mmc-button.trans.color_one {
  border-color: #003349;
}
.mmc-button.trans.color_two {
  border-color: #8eb8c9;
}
.mmc-button.trans.color_three {
  border-color: #2a2a2a;
}
.mmc-button.trans.white {
  border-color: #ffffff;
}
.mmc-button.trans:hover {
  color: #2a2a2a;
  background-color: #ffffff;
}
.mmc-dark-bg.mmc-button.trans:hover,
.mmc-dark-bg .mmc-button.trans:hover,
.mmc-light-bg .mmc-dark-bg.mmc-button.trans:hover,
.mmc-light-bg .mmc-dark-bg .mmc-button.trans:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button.trans:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button.trans:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button.trans:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button.trans:hover {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: #ffffff;
}
.mmc-light-bg.mmc-button.trans:hover,
.mmc-light-bg .mmc-button.trans:hover,
.mmc-dark-bg .mmc-light-bg.mmc-button.trans:hover,
.mmc-dark-bg .mmc-light-bg .mmc-button.trans:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button.trans:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button.trans:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button.trans:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button.trans:hover {
  color: #2a2a2a;
  background-color: #ffffff;
  border-color: "";
}
@media only screen and (max-width: 767px) {
  .mmc-button.trans:active {
    color: #2a2a2a;
    background-color: #ffffff;
  }
  .mmc-dark-bg.mmc-button.trans:active,
  .mmc-dark-bg .mmc-button.trans:active,
  .mmc-light-bg .mmc-dark-bg.mmc-button.trans:active,
  .mmc-light-bg .mmc-dark-bg .mmc-button.trans:active,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button.trans:active,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button.trans:active,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button.trans:active,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button.trans:active {
    color: #ffffff;
    background-color: #2a2a2a;
    border-color: "";
  }
  .mmc-light-bg.mmc-button.trans:active,
  .mmc-light-bg .mmc-button.trans:active,
  .mmc-dark-bg .mmc-light-bg.mmc-button.trans:active,
  .mmc-dark-bg .mmc-light-bg .mmc-button.trans:active,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button.trans:active,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button.trans:active,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button.trans:active,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button.trans:active {
    color: #2a2a2a;
    background-color: #ffffff;
    border-color: "";
  }
}
.mmc-button.border-thin {
  border-width: 1px !important;
}
.mmc-button + .mmc-button {
  margin-left: 20px;
}
.mmc-button-small {
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
}
.mmc-button-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mmc-button-outline {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #003349;
  color: #2a2a2a;
}
.mmc-dark-bg.mmc-button-outline,
.mmc-dark-bg .mmc-button-outline,
.mmc-light-bg .mmc-dark-bg.mmc-button-outline,
.mmc-light-bg .mmc-dark-bg .mmc-button-outline,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button-outline,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button-outline,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button-outline,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button-outline {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-button-outline,
.mmc-light-bg .mmc-button-outline,
.mmc-dark-bg .mmc-light-bg.mmc-button-outline,
.mmc-dark-bg .mmc-light-bg .mmc-button-outline,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button-outline,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button-outline,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button-outline,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button-outline {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-button-outline:hover {
  background-color: transparent;
  border-color: #2a2a2a;
  color: #2a2a2a;
}
.mmc-dark-bg.mmc-button-outline:hover,
.mmc-dark-bg .mmc-button-outline:hover,
.mmc-light-bg .mmc-dark-bg.mmc-button-outline:hover,
.mmc-light-bg .mmc-dark-bg .mmc-button-outline:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button-outline:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button-outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button-outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button-outline:hover {
  color: #ffffff;
  background-color: "";
  border-color: #ffffff;
}
.mmc-light-bg.mmc-button-outline:hover,
.mmc-light-bg .mmc-button-outline:hover,
.mmc-dark-bg .mmc-light-bg.mmc-button-outline:hover,
.mmc-dark-bg .mmc-light-bg .mmc-button-outline:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button-outline:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button-outline:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button-outline:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button-outline:hover {
  color: #2a2a2a;
  background-color: "";
  border-color: #2a2a2a;
}
@media only screen and (max-width: 767px) {
  .mmc-button-outline:active {
    background-color: transparent;
    border-color: #2a2a2a;
    color: #2a2a2a;
  }
}
.mmc-button-trans {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.23);
  border: 2px solid #003349;
  color: #2a2a2a;
  line-height: 46px;
}
.mmc-dark-bg.mmc-button-trans,
.mmc-dark-bg .mmc-button-trans,
.mmc-light-bg .mmc-dark-bg.mmc-button-trans,
.mmc-light-bg .mmc-dark-bg .mmc-button-trans,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button-trans,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button-trans,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button-trans,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button-trans {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.23);
  border-color: "";
}
.mmc-light-bg.mmc-button-trans,
.mmc-light-bg .mmc-button-trans,
.mmc-dark-bg .mmc-light-bg.mmc-button-trans,
.mmc-dark-bg .mmc-light-bg .mmc-button-trans,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button-trans,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button-trans,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button-trans,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button-trans {
  color: #2a2a2a;
  background-color: rgba(255, 255, 255, 0.23);
  border-color: "";
}
.mmc-button-trans.color_one {
  border-color: #003349;
}
.mmc-button-trans.color_two {
  border-color: #8eb8c9;
}
.mmc-button-trans.color_three {
  border-color: #2a2a2a;
}
.mmc-button-trans.white {
  border-color: #ffffff;
}
.mmc-button-trans:hover {
  color: #2a2a2a;
  background-color: #ffffff;
}
.mmc-dark-bg.mmc-button-trans:hover,
.mmc-dark-bg .mmc-button-trans:hover,
.mmc-light-bg .mmc-dark-bg.mmc-button-trans:hover,
.mmc-light-bg .mmc-dark-bg .mmc-button-trans:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button-trans:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button-trans:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button-trans:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button-trans:hover {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: #ffffff;
}
.mmc-light-bg.mmc-button-trans:hover,
.mmc-light-bg .mmc-button-trans:hover,
.mmc-dark-bg .mmc-light-bg.mmc-button-trans:hover,
.mmc-dark-bg .mmc-light-bg .mmc-button-trans:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button-trans:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button-trans:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button-trans:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button-trans:hover {
  color: #2a2a2a;
  background-color: #ffffff;
  border-color: "";
}
@media only screen and (max-width: 767px) {
  .mmc-button-trans:active {
    color: #2a2a2a;
    background-color: #ffffff;
  }
  .mmc-dark-bg.mmc-button-trans:active,
  .mmc-dark-bg .mmc-button-trans:active,
  .mmc-light-bg .mmc-dark-bg.mmc-button-trans:active,
  .mmc-light-bg .mmc-dark-bg .mmc-button-trans:active,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button-trans:active,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button-trans:active,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button-trans:active,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button-trans:active {
    color: #ffffff;
    background-color: #2a2a2a;
    border-color: "";
  }
  .mmc-light-bg.mmc-button-trans:active,
  .mmc-light-bg .mmc-button-trans:active,
  .mmc-dark-bg .mmc-light-bg.mmc-button-trans:active,
  .mmc-dark-bg .mmc-light-bg .mmc-button-trans:active,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button-trans:active,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button-trans:active,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button-trans:active,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button-trans:active {
    color: #2a2a2a;
    background-color: #ffffff;
    border-color: "";
  }
}
/*------------------------------------------------------------*/
/* Arrow Buttons
/*------------------------------------------------------------*/
.mmc-button-arrow,
.mmc-button-arrow-left,
.mmc-button-arrow-right {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  text-indent: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
  text-align: center;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.mmc-button-arrow:before,
.mmc-button-arrow-left:before,
.mmc-button-arrow-right:before {
  color: #003349;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  width: 40px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  speak: none;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.mmc-button-arrow:hover:before,
.mmc-button-arrow-left:hover:before,
.mmc-button-arrow-right:hover:before {
  background: #003349 !important;
  color: #ffffff !important;
}
.mmc-button-arrow-left:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.mmc-button-arrow-right:before {
  content: '\f105';
}
.mmc-button-arrow-small {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.mmc-button-arrow-small:before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2a2a2a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mmc-dark-bg.mmc-button-arrow-small:before,
.mmc-dark-bg .mmc-button-arrow-small:before,
.mmc-light-bg .mmc-dark-bg.mmc-button-arrow-small:before,
.mmc-light-bg .mmc-dark-bg .mmc-button-arrow-small:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-button-arrow-small:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-button-arrow-small:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-button-arrow-small:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-button-arrow-small:before {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-button-arrow-small:before,
.mmc-light-bg .mmc-button-arrow-small:before,
.mmc-dark-bg .mmc-light-bg.mmc-button-arrow-small:before,
.mmc-dark-bg .mmc-light-bg .mmc-button-arrow-small:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-button-arrow-small:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-button-arrow-small:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-button-arrow-small:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-button-arrow-small:before {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-button-arrow-small:hover:before {
  background: #003349;
  color: #ffffff;
}
.mmc-button-arrow-color:hover {
  background: #003349;
}
/* Forms */
/*------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="url"],
textarea {
  border: 1px solid transparent;
  width: 100%;
  padding: 0 20px;
  height: 50px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #2a2a2a;
  background: rgba(42, 42, 42, 0.1);
}
.mmc-dark-bginput[type="text"],
.mmc-dark-bginput[type="email"],
.mmc-dark-bginput[type="password"],
.mmc-dark-bginput[type="number"],
.mmc-dark-bginput[type="date"],
.mmc-dark-bginput[type="tel"],
.mmc-dark-bginput[type="url"],
.mmc-dark-bgtextarea,
.mmc-dark-bg input[type="text"],
.mmc-dark-bg input[type="email"],
.mmc-dark-bg input[type="password"],
.mmc-dark-bg input[type="number"],
.mmc-dark-bg input[type="date"],
.mmc-dark-bg input[type="tel"],
.mmc-dark-bg input[type="url"],
.mmc-dark-bg textarea,
.mmc-light-bg .mmc-dark-bginput[type="text"],
.mmc-light-bg .mmc-dark-bginput[type="email"],
.mmc-light-bg .mmc-dark-bginput[type="password"],
.mmc-light-bg .mmc-dark-bginput[type="number"],
.mmc-light-bg .mmc-dark-bginput[type="date"],
.mmc-light-bg .mmc-dark-bginput[type="tel"],
.mmc-light-bg .mmc-dark-bginput[type="url"],
.mmc-light-bg .mmc-dark-bgtextarea,
.mmc-light-bg .mmc-dark-bg input[type="text"],
.mmc-light-bg .mmc-dark-bg input[type="email"],
.mmc-light-bg .mmc-dark-bg input[type="password"],
.mmc-light-bg .mmc-dark-bg input[type="number"],
.mmc-light-bg .mmc-dark-bg input[type="date"],
.mmc-light-bg .mmc-dark-bg input[type="tel"],
.mmc-light-bg .mmc-dark-bg input[type="url"],
.mmc-light-bg .mmc-dark-bg textarea,
.mmc-light-bg .mmc-light-bg .mmc-dark-bginput[type="text"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bginput[type="email"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bginput[type="password"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bginput[type="number"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bginput[type="date"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bginput[type="tel"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bginput[type="url"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bgtextarea,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg input[type="text"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bg input[type="email"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bg input[type="password"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bg input[type="number"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bg input[type="date"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bg input[type="tel"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bg input[type="url"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bg textarea,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bginput[type="text"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bginput[type="email"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bginput[type="password"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bginput[type="number"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bginput[type="date"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bginput[type="tel"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bginput[type="url"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgtextarea,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg input[type="text"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg input[type="email"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg input[type="password"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg input[type="number"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg input[type="date"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg input[type="tel"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg input[type="url"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg textarea {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: "";
}
.mmc-light-bginput[type="text"],
.mmc-light-bginput[type="email"],
.mmc-light-bginput[type="password"],
.mmc-light-bginput[type="number"],
.mmc-light-bginput[type="date"],
.mmc-light-bginput[type="tel"],
.mmc-light-bginput[type="url"],
.mmc-light-bgtextarea,
.mmc-light-bg input[type="text"],
.mmc-light-bg input[type="email"],
.mmc-light-bg input[type="password"],
.mmc-light-bg input[type="number"],
.mmc-light-bg input[type="date"],
.mmc-light-bg input[type="tel"],
.mmc-light-bg input[type="url"],
.mmc-light-bg textarea,
.mmc-dark-bg .mmc-light-bginput[type="text"],
.mmc-dark-bg .mmc-light-bginput[type="email"],
.mmc-dark-bg .mmc-light-bginput[type="password"],
.mmc-dark-bg .mmc-light-bginput[type="number"],
.mmc-dark-bg .mmc-light-bginput[type="date"],
.mmc-dark-bg .mmc-light-bginput[type="tel"],
.mmc-dark-bg .mmc-light-bginput[type="url"],
.mmc-dark-bg .mmc-light-bgtextarea,
.mmc-dark-bg .mmc-light-bg input[type="text"],
.mmc-dark-bg .mmc-light-bg input[type="email"],
.mmc-dark-bg .mmc-light-bg input[type="password"],
.mmc-dark-bg .mmc-light-bg input[type="number"],
.mmc-dark-bg .mmc-light-bg input[type="date"],
.mmc-dark-bg .mmc-light-bg input[type="tel"],
.mmc-dark-bg .mmc-light-bg input[type="url"],
.mmc-dark-bg .mmc-light-bg textarea,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bginput[type="text"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bginput[type="email"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bginput[type="password"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bginput[type="number"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bginput[type="date"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bginput[type="tel"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bginput[type="url"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgtextarea,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg input[type="text"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg input[type="email"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg input[type="password"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg input[type="number"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg input[type="date"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg input[type="tel"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg input[type="url"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg textarea,
.mmc-light-bg .mmc-dark-bg .mmc-light-bginput[type="text"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bginput[type="email"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bginput[type="password"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bginput[type="number"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bginput[type="date"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bginput[type="tel"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bginput[type="url"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bgtextarea,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg input[type="text"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bg input[type="email"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bg input[type="password"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bg input[type="number"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bg input[type="date"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bg input[type="tel"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bg input[type="url"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bg textarea {
  color: inherit;
  background-color: "";
  border-color: "";
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
  border: 1px solid #003349;
}
textarea {
  padding: 10px 20px;
  min-height: 110px;
  height: 110px;
  outline: none;
}
input[type="submit"] {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*.mmc-button;*/
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #003349;
  color: #2a2a2a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  border-width: 1px !important;
  /*.mmc-dark-bg-function(@white,"","");*/
  /*.mmc-light-bg-function(@color_three,"","");*/
}
.mmc-dark-bginput[type="submit"],
.mmc-dark-bg input[type="submit"],
.mmc-light-bg .mmc-dark-bginput[type="submit"],
.mmc-light-bg .mmc-dark-bg input[type="submit"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bginput[type="submit"],
.mmc-light-bg .mmc-light-bg .mmc-dark-bg input[type="submit"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bginput[type="submit"],
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg input[type="submit"] {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bginput[type="submit"],
.mmc-light-bg input[type="submit"],
.mmc-dark-bg .mmc-light-bginput[type="submit"],
.mmc-dark-bg .mmc-light-bg input[type="submit"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bginput[type="submit"],
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg input[type="submit"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bginput[type="submit"],
.mmc-light-bg .mmc-dark-bg .mmc-light-bg input[type="submit"] {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
input[type="submit"]:hover {
  background-color: transparent;
  border-color: #2a2a2a;
  color: #2a2a2a;
}
.mmc-dark-bginput[type="submit"]:hover,
.mmc-dark-bg input[type="submit"]:hover,
.mmc-light-bg .mmc-dark-bginput[type="submit"]:hover,
.mmc-light-bg .mmc-dark-bg input[type="submit"]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bginput[type="submit"]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg input[type="submit"]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bginput[type="submit"]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg input[type="submit"]:hover {
  color: #ffffff;
  background-color: "";
  border-color: #ffffff;
}
.mmc-light-bginput[type="submit"]:hover,
.mmc-light-bg input[type="submit"]:hover,
.mmc-dark-bg .mmc-light-bginput[type="submit"]:hover,
.mmc-dark-bg .mmc-light-bg input[type="submit"]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bginput[type="submit"]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg input[type="submit"]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bginput[type="submit"]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg input[type="submit"]:hover {
  color: #2a2a2a;
  background-color: "";
  border-color: #2a2a2a;
}
@media only screen and (max-width: 767px) {
  input[type="submit"]:active {
    background-color: transparent;
    border-color: #2a2a2a;
    color: #2a2a2a;
  }
}
.form-item {
  margin-bottom: 20px;
}
select,
.mmc-select {
  border: 1px solid #ddd;
  background: #ffffff url("https://ovcsupport.org/wp-content/themes/magic2/stylesheet/less/../../img/select-arrow.png") no-repeat right center;
  height: 38px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-size: 16px;
  font-weight: 300;
  padding-right: 50px;
}
input[type="range"] {
  width: 100%;
  height: 50px;
}
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
/*@import "embeds.less";*/
/*@import "css3_animations.less";*/
/*layout*/
/*------------------------------------------------------------*/
/* Layout
/*------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.center-max-width {
  max-width: 1075px;
  margin: 0 auto;
}
html,
body {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
.mmc-main-wrapper-boxed {
  max-width: 1075px;
  margin: 0 auto;
}
.mmc-main-wrapper-boxed section,
.mmc-main-wrapper-boxed .subfooter {
  background: #ffffff;
}
.mmc-main-wrapper-boxed section.mmc-dark-bg,
.mmc-dark-bg .mmc-main-wrapper-boxed section,
.mmc-main-wrapper-boxed .subfooter.mmc-dark-bg,
.mmc-dark-bg .mmc-main-wrapper-boxed .subfooter {
  background: #2a2a2a;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  section.mmc-page-sidebar-left_sidebar .mmc-main-wrapper,
  section.mmc-page-sidebar-right_sidebar .mmc-main-wrapper,
  section.mmc-page-sidebar-left .mmc-main-wrapper,
  section.mmc-page-sidebar-right .mmc-main-wrapper {
    max-width: 1075px;
    margin: 0 auto;
  }
  section.mmc-page-sidebar-left_sidebar .mmc-main-wrapper .mmc-sidebar .mmc-sidebar-button,
  section.mmc-page-sidebar-right_sidebar .mmc-main-wrapper .mmc-sidebar .mmc-sidebar-button,
  section.mmc-page-sidebar-left .mmc-main-wrapper .mmc-sidebar .mmc-sidebar-button,
  section.mmc-page-sidebar-right .mmc-main-wrapper .mmc-sidebar .mmc-sidebar-button {
    display: none;
  }
  section.mmc-page-sidebar-left_sidebar .mmc-sidebar,
  section.mmc-page-sidebar-right_sidebar .mmc-sidebar,
  section.mmc-page-sidebar-left .mmc-sidebar,
  section.mmc-page-sidebar-right .mmc-sidebar {
    padding: 50px 0;
  }
  section.mmc-page-sidebar-left_sidebar .mmc-content,
  section.mmc-page-sidebar-left .mmc-content {
    float: right;
  }
  section.mmc-page-sidebar-left_sidebar .mmc-sidebar,
  section.mmc-page-sidebar-left .mmc-sidebar {
    float: left;
    padding-right: 30px;
  }
  section.mmc-page-sidebar-right_sidebar .mmc-content,
  section.mmc-page-sidebar-right .mmc-content {
    float: left;
  }
  section.mmc-page-sidebar-right_sidebar .mmc-sidebar,
  section.mmc-page-sidebar-right .mmc-sidebar {
    float: right;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  section.mmc-page-sidebar-left_sidebar .mmc-content,
  section.mmc-page-sidebar-right_sidebar .mmc-content,
  section.mmc-page-sidebar-left .mmc-content,
  section.mmc-page-sidebar-right .mmc-content {
    width: 100% !important;
  }
  section.mmc-page-sidebar-left_sidebar .mmc-sidebar,
  section.mmc-page-sidebar-right_sidebar .mmc-sidebar,
  section.mmc-page-sidebar-left .mmc-sidebar,
  section.mmc-page-sidebar-right .mmc-sidebar {
    position: fixed;
    left: -290px;
    top: 0px;
    background: #fff;
    width: 290px;
    padding: 20px;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  section.mmc-page-sidebar-left_sidebar .mmc-sidebar.touchscreen-sidebar-open,
  section.mmc-page-sidebar-right_sidebar .mmc-sidebar.touchscreen-sidebar-open,
  section.mmc-page-sidebar-left .mmc-sidebar.touchscreen-sidebar-open,
  section.mmc-page-sidebar-right .mmc-sidebar.touchscreen-sidebar-open {
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  section.mmc-page-sidebar-left_sidebar .mmc-sidebar > .sidebar > .sidebar-widget > .mmc-widget,
  section.mmc-page-sidebar-right_sidebar .mmc-sidebar > .sidebar > .sidebar-widget > .mmc-widget,
  section.mmc-page-sidebar-left .mmc-sidebar > .sidebar > .sidebar-widget > .mmc-widget,
  section.mmc-page-sidebar-right .mmc-sidebar > .sidebar > .sidebar-widget > .mmc-widget {
    margin-top: 0px;
  }
}
/*------------------------------------------------------------*/
/* Mobile Sidebar
/*------------------------------------------------------------*/
.mmc-sidebar-button {
  display: none;
}
.mmc-sidebar-overlay {
  left: 0;
}
.mmc-nav-overlay {
  right: 0;
}
.mmc-sidebar-overlay,
.mmc-nav-overlay {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.66);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
  cursor: pointer;
}
.mmc-sidebar-overlay.active,
.mmc-nav-overlay.active {
  display: block;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-sidebar-button {
    display: block;
    position: fixed;
    top: 170px;
    left: 0px;
    background: #8eb8c9;
    background: rgba(142, 184, 201, 0.6);
    color: #fefefe;
    width: 30px;
    height: 40px;
    line-height: 36px;
  }
  .mmc-sidebar-button a.mmc-sidebar-trigger {
    padding-left: 6px;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    display: block;
  }
  .mmc-sidebar-button.active a.mmc-sidebar-trigger i:before {
    content: "\f00d";
  }
  body {
    left: 0;
  }
  body.mmc-sidebar-push-left {
    left: 290px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body.mmc-sidebar-push-left-closed {
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mmc_extra_menu ul li .mmc-search-form {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header .mmc-toolbar {
    display: none;
  }
  header.mmc-header {
    height: 70px;
  }
  .mmc_header_popout_left {
    width: 40px !important;
  }
}
.mmc-mobile-search-form,
.mmc-mobile-toolbar {
  display: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-search-form {
  display: block;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar {
  display: block;
  position: fixed;
  top: 0;
  right: -290px;
  width: 290px;
  overflow: hidden;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.touchscreen-nav-open {
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap {
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -50px;
  padding-right: 50px;
  height: 100%;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .widget-area .widget_mmc_social_links a i {
  color: #ffffff;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'] {
  color: #ffffff;
  background: #1d1d1d;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='submit'] {
  border-color: #ffffff;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .widget-area .widget_mmc_social_links a i {
  color: #2a2a2a;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'] {
  color: #2a2a2a;
  background: #f6f6f6;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='submit'] {
  border-color: #2a2a2a;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar {
  display: block;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area {
  padding: 0 15px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar a#mmc_toolbar_subscribe_link {
  display: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area {
  margin-top: 15px;
  overflow: hidden;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area .mmc-widget {
  margin-top: 0;
  margin: 15px 0;
  overflow: hidden;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area .mmc-widget-title {
  text-transform: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area .widget_mmc_social_links .mmc-widget-title {
  display: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area .widget_mmc_social_links .mmc-social-links {
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu {
  border-bottom: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu > li.menu-item-language {
  padding-top: 20px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li {
  border-bottom: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a {
  position: relative;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a:before,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover:before,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #8eb8c9;
  position: absolute;
  top: 5px;
  left: 0px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a + ul.submenu-languages li a:before,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover + ul.submenu-languages li a:before,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a + ul.submenu-languages li a:before {
  content: '';
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.submenu-languages {
  background: transparent;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a {
  font-size: 14px;
  text-transform: none;
  padding: 4px 10px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a i {
  padding-right: 5px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu {
  background-color: transparent;
  margin-left: 20px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header li a,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu li a {
  padding: 4px 10px;
  border: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header li a:hover,
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu li a:hover {
  background: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul {
  padding-top: 20px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul form > label {
  padding: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul form > input[type='email'] {
  font-size: 14px;
  padding: 0 10px;
  height: 35px;
  margin: 10px 0;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel {
  width: 100%;
  height: auto;
  font-family: inherit;
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul {
  width: 100%;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li {
  width: 100%;
  float: left;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li a {
  border: 1px solid rgba(42, 42, 42, 0.1);
  line-height: 32px;
  font-size: 12px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li > a {
  background: none;
  color: #ffffff;
  border: 1px solid rgba(42, 42, 42, 0.1);
  margin-bottom: 15px;
  cursor: default;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul {
  visibility: visible;
  position: static;
  height: auto;
  width: 100%;
  border: none;
  margin-top: 20px;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul li {
  width: 100%;
  margin-top: 10px !important;
}
.mobile-looking-slideout .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul li a {
  background: none;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel {
  border-color: #2a2a2a;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li > a {
  border-color: #003349;
  background: #003349;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li ul li a {
  border-color: #2a2a2a;
  color: #2a2a2a;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg a {
  color: #ffffff !important;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel {
  border-color: #ffffff;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel > ul > li > a {
  border-color: #8eb8c9;
  background: #8eb8c9;
}
.mobile-looking-slideout .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel > ul > li ul li a {
  border-color: #ffffff;
  color: #ffffff;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mmc-nav-push-right {
    left: -290px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body.mmc-nav-push-right-closed {
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header .mmc-header-inner .mmc-mobile-search-form {
    display: block;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: -290px;
    width: 290px;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.touchscreen-nav-open {
    top: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -50px;
    padding-right: 50px;
    height: 100%;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .widget-area .widget_mmc_social_links a i {
    color: #ffffff;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'] {
    color: #ffffff;
    background: #1d1d1d;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='submit'] {
    border-color: #ffffff;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .widget-area .widget_mmc_social_links a i {
    color: #2a2a2a;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'] {
    color: #2a2a2a;
    background: #f6f6f6;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='submit'] {
    border-color: #2a2a2a;
  }
  header .mmc-header-inner .mmc-mobile-toolbar {
    display: block;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area {
    padding: 0 15px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar a#mmc_toolbar_subscribe_link {
    display: none;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area {
    margin-top: 15px;
    overflow: hidden;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area .mmc-widget {
    margin-top: 0;
    margin: 15px 0;
    overflow: hidden;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area .mmc-widget-title {
    text-transform: none;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area .widget_mmc_social_links .mmc-widget-title {
    display: none;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area .widget_mmc_social_links .mmc-social-links {
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu {
    border-bottom: none;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu > li.menu-item-language {
    padding-top: 20px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li {
    border-bottom: none;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a {
    position: relative;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a:before,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover:before,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a:before {
    content: "\f0da";
    font-family: "FontAwesome";
    color: #8eb8c9;
    position: absolute;
    top: 5px;
    left: 0px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a + ul.submenu-languages li a:before,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover + ul.submenu-languages li a:before,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a + ul.submenu-languages li a:before {
    content: '';
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.submenu-languages {
    background: transparent;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a {
    font-size: 14px;
    text-transform: none;
    padding: 4px 10px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a i {
    padding-right: 5px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu {
    background-color: transparent;
    margin-left: 20px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header li a,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu li a {
    padding: 4px 10px;
    border: none;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header li a:hover,
  header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu li a:hover {
    background: none;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul {
    padding-top: 20px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul form > label {
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul form > input[type='email'] {
    font-size: 14px;
    padding: 0 10px;
    height: 35px;
    margin: 10px 0;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel {
    width: 100%;
    height: auto;
    font-family: inherit;
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul {
    width: 100%;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li {
    width: 100%;
    float: left;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li a {
    border: 1px solid rgba(42, 42, 42, 0.1);
    line-height: 32px;
    font-size: 12px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li > a {
    background: none;
    color: #ffffff;
    border: 1px solid rgba(42, 42, 42, 0.1);
    margin-bottom: 15px;
    cursor: default;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul {
    visibility: visible;
    position: static;
    height: auto;
    width: 100%;
    border: none;
    margin-top: 20px;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul li {
    width: 100%;
    margin-top: 10px !important;
  }
  header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul li a {
    background: none;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel {
    border-color: #2a2a2a;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li > a {
    border-color: #003349;
    background: #003349;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li ul li a {
    border-color: #2a2a2a;
    color: #2a2a2a;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg a {
    color: #ffffff !important;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel {
    border-color: #ffffff;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel > ul > li > a {
    border-color: #8eb8c9;
    background: #8eb8c9;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel > ul > li ul li a {
    border-color: #ffffff;
    color: #ffffff;
  }
}
/*------------------------------------------------------------*/
/* Row & Grid
/*------------------------------------------------------------*/
.mmc-row {
  max-width: 1075px;
  margin: 0 auto;
}
.mmc-row:before,
.mmc-row:after {
  display: table;
  content: " ";
}
.mmc-row:after {
  clear: both;
  *zoom: 1;
}
.mmc-row .mmc-row {
  margin-top: 0;
}
.mmc-row .mmc-column-wrapper {
  max-width: 1075px;
  margin: 0 auto;
}
.mmc-row .mmc-column-wrapper.full-width {
  max-width: 100%;
}
.mmc-row.no-margin {
  margin-top: 0;
}
.mmc-row.full-width,
.mmc-row.header,
.mmc-row.footer {
  max-width: 100%;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column {
    border-left: 1px solid rgba(42, 42, 42, 0.1);
  }
  .mmc-dark-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-dark-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-light-bg .mmc-dark-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-light-bg .mmc-dark-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column {
    color: "";
    background-color: "";
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mmc-light-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-light-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-dark-bg .mmc-light-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-dark-bg .mmc-light-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-row.mmc-show-column-borders > .mmc-column-wrapper > .mmc-column + .mmc-column {
    color: "";
    background-color: "";
    border-color: rgba(42, 42, 42, 0.1);
  }
}
[class*=mmc-column-size-] {
  float: left;
  min-height: 1px;
  padding: 0 15px;
}
.mmc-column-padding-0 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 0;
}
.mmc-column-padding-5 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 5px;
}
.mmc-column-padding-10 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 10px;
}
.mmc-column-padding-15 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 15px;
}
.mmc-column-padding-20 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 20px;
}
.mmc-column-padding-25 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 25px;
}
.mmc-column-padding-30 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 30px;
}
.mmc-column-padding-35 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 35px;
}
.mmc-column-padding-40 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 40px;
}
.mmc-column-padding-45 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 45px;
}
.mmc-column-padding-50 > .mmc-column-wrapper [class*=mmc-column-size-] {
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  [class*=mmc-column-size-] {
    width: 100% !important;
    padding: 0 15px 15px !important;
  }
}
@media only screen and (min-width: 1025px) {
  body > .default [class*=mmc-column-size-]:first-of-type,
  body > .mmc-main-wrapper-wide [class*=mmc-column-size-]:first-of-type {
    padding-left: 0;
  }
  body > .default [class*=mmc-column-size-]:last-of-type,
  body > .mmc-main-wrapper-wide [class*=mmc-column-size-]:last-of-type {
    padding-right: 0;
  }
  body > .mmc-main-wrapper-boxed [class*=mmc-column-size-]:first-of-type {
    padding-left: 15px;
  }
  body > .mmc-main-wrapper-boxed [class*=mmc-column-size-]:last-of-type {
    padding-right: 15px;
  }
  .mmc-column-size-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .mmc-column-size-12 {
    width: 100%;
  }
  .mmc-column-size-11 {
    width: 91.66666666666666%;
  }
  .mmc-column-size-10 {
    width: 83.33333333333334%;
  }
  .mmc-column-size-9 {
    width: 75%;
  }
  .mmc-column-size-8 {
    width: 66.66666666666666%;
  }
  .mmc-column-size-7 {
    width: 58.333333333333336%;
  }
  .mmc-column-size-6 {
    width: 50%;
  }
  .mmc-column-size-5 {
    width: 41.66666666666667%;
  }
  .mmc-column-size-4 {
    width: 33.33333333333333%;
  }
  .mmc-column-size-3 {
    width: 25%;
  }
  .mmc-column-size-2 {
    width: 16.666666666666664%;
  }
  .mmc-column-size-1 {
    width: 8.333333333333332%;
  }
}
/*------------------------------------------------------------*/
/* Minimal content heights
/*------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .mmc-no-shortcode {
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-no-shortcode {
    min-height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .mmc-no-shortcode {
    min-height: 150px;
  }
}
/* Feed layouts
/*------------------------------------------------------------*/
.mmc-feed {
  margin-bottom: 20px;
  /* Item layout
/*------------------------------------------------------------*/
  /* Item Carousel Layout
/*------------------------------------------------------------*/
}
.mmc-feed .mmc-item-list {
  padding-bottom: 17px;
}
.mmc-feed .item {
  padding: 10px;
}
.mmc-feed .item:before,
.mmc-feed .item:after {
  display: table;
  content: " ";
}
.mmc-feed .item:after {
  clear: both;
  *zoom: 1;
}
@media only screen and (max-width: 767px) {
  .mmc-feed .item {
    width: 100%;
    padding-bottom: 10px;
  }
}
.mmc-feed .item:first-child {
  padding-top: 10px !important;
}
.mmc-feed.layout-isotope .item .item-inwrap {
  padding-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-feed.layout-isotope .item.size-1_columns {
    width: 33.2%;
  }
  .mmc-feed.layout-isotope .item.size-2_columns {
    width: 66.3%;
  }
  .mmc-feed.layout-isotope .item.size-4_columns {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .mmc-feed.layout-isotope .item.size-1_columns {
    width: 24.7%;
  }
  .mmc-feed.layout-isotope .item.size-2_columns {
    width: 49.7%;
  }
  .mmc-feed.layout-isotope .item.size-4_columns {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .mmc-feed.layout-isotope_grid .item,
  .mmc-feed.layout-grid .item {
    width: 24.7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-feed.layout-isotope_grid .item,
  .mmc-feed.layout-grid .item {
    width: 33.2%;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-feed.layout-isotope_grid.columns-3 .item,
  .mmc-feed.layout-grid.columns-3 .item {
    width: 33.2%;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-feed.layout-isotope_grid.columns-2 .item,
  .mmc-feed.layout-grid.columns-2 .item {
    width: 49.7%;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-feed.layout-isotope_grid.columns-1 .item,
  .mmc-feed.layout-grid.columns-1 .item {
    width: 100%;
    padding-bottom: 30px;
  }
}
.mmc-feed.layout-grid .mmc-item-list {
  overflow: hidden;
}
.mmc-feed.layout-grid .item {
  float: left;
}
@media only screen and (min-width: 1025px) {
  .mmc-feed.layout-grid.columns-4 .item:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-feed.layout-grid.columns-4 .item:nth-child(3n+1) {
    clear: left;
  }
}
.mmc-feed.layout-grid.columns-3 .item:nth-child(3n+1) {
  clear: left;
}
.mmc-feed.layout-grid.columns-2 .item:nth-child(odd) {
  clear: left;
}
.mmc-feed.layout-gallery_grid {
  margin-bottom: 0;
}
.mmc-feed.layout-gallery_grid .mmc-item-list:before,
.mmc-feed.layout-gallery_grid .mmc-item-list:after {
  display: table;
  content: " ";
}
.mmc-feed.layout-gallery_grid .mmc-item-list:after {
  clear: both;
  *zoom: 1;
}
.mmc-feed.layout-gallery_grid .item {
  float: left;
  padding: 0 !important;
}
.mmc-feed.layout-gallery_grid .item .item-inwrap {
  padding: 0;
}
.mmc-feed.circle .item .item-inwrap {
  padding-top: 10px;
}
.mmc-feed.date .mmc-date-format {
  font-family: 'Tahoma';
  font-weight: 700;
  width: 214px;
  height: 214px;
  float: left;
  display: table;
  background-color: #003349;
}
.mmc-feed.date .mmc-date-format.color_two {
  background-color: #8eb8c9;
}
.mmc-feed.date .mmc-date-format.color_three {
  background-color: #2a2a2a;
}
.mmc-feed.date .mmc-date-format.white {
  background-color: #ffffff;
}
.mmc-feed.date .mmc-date-format.white div:last-child {
  border-right: 1px solid #2a2a2a;
}
.mmc-feed.date .mmc-date-format.white div:last-child span {
  color: #2a2a2a;
}
.mmc-feed.date .mmc-date-format div {
  display: table-row;
}
.mmc-feed.date .mmc-date-format div:first-child {
  background-color: #2a2a2a;
}
.mmc-feed.date .mmc-date-format div:first-child span {
  padding: 10px;
}
.mmc-feed.date .mmc-date-format div span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
}
.mmc-feed.date .mmc-date-format div:last-child span {
  font-size: 100px;
}
@media only screen and (max-width: 767px) {
  .mmc-feed.date .mmc-date-format {
    width: 100%;
    float: none;
  }
  .mmc-feed.date .item-content {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-column-size-6 .mmc-feed.date .mmc-date-format {
    width: 100%;
    float: none;
  }
  .mmc-column-size-6 .mmc-feed.date .item-content {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1025px) {
  .mmc-column-size-4 .mmc-feed.date .mmc-date-format {
    width: 100%;
    float: none;
  }
  .mmc-column-size-4 .mmc-feed.date .item-content {
    overflow: hidden;
  }
}
.mmc-feed.date.layout-isotope .mmc-date-format,
.mmc-feed.date.layout-isotope_grid .mmc-date-format,
.mmc-feed.date.layout-grid .mmc-date-format {
  width: 100%;
  float: none;
}
.mmc-feed .item {
  position: relative;
}
.mmc-feed .item .item-inwrap:before,
.mmc-feed .item .item-inwrap:after {
  display: table;
  content: " ";
}
.mmc-feed .item .item-inwrap:after {
  clear: both;
  *zoom: 1;
}
.mmc-feed .item .mmc-iva-item {
  overflow: hidden;
}
.mmc-feed .item .mmc-iva-item.image {
  position: relative;
  width: 100%;
  padding-bottom: 65.25%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .circle.mmc-feed .item .mmc-iva-item.image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* bug fix: scale breaks through mask*/
    -webkit-transform: rotate(1.0E-6deg);
  }
}
.mmc-feed .item .mmc-iva-item.image > div:first-child {
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .mmc-feed .item.content-hover-mode .item-content {
    padding: 0 20px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mmc-feed .item.content-hover-mode .item-content p,
  .mmc-feed .item.content-hover-mode .item-content a.read-more,
  .mmc-feed .item.content-hover-mode .item-content a.share-btn {
    display: none;
  }
  .mmc-feed .item.content-hover-mode .item-content .meta {
    border: none;
  }
  .mmc-feed .item.content-hover-mode .share-block {
    visibility: hidden;
    opacity: 0;
  }
  .mmc-feed .item.share-block {
    position: absolute;
  }
  .mmc-feed .item.content-hover-mode:hover .item-content,
  .mmc-feed .item.content-hover-mode:hover .mmc-image-actions {
    visibility: visible;
    opacity: 1;
  }
}
.mmc-feed .item .item-content {
  padding: 17px 20px 20px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-feed {
    /*general for landscape*/
  }
  .mmc-feed.layout-isotope .item.image .square,
  .mmc-feed.layout-isotope_grid .item.image .square {
    padding-bottom: 100%;
  }
  .mmc-feed.layout-isotope .item.image .portrait_small,
  .mmc-feed.layout-isotope_grid .item.image .portrait_small {
    padding-bottom: 138%;
  }
  .mmc-feed.layout-isotope .item.image .portrait,
  .mmc-feed.layout-isotope_grid .item.image .portrait {
    padding-bottom: 174.75%;
  }
  .circle.mmc-feed.layout-isotope .item.size-2_columns .mmc-iva-item.image,
  .square.mmc-feed.layout-isotope .item.size-2_columns .mmc-iva-item.image {
    width: 43%;
    padding-bottom: 43%;
  }
  .mmc-feed.layout-isotope .item.size-4_columns.content-hover-mode .mmc-iva-item {
    width: 100%;
  }
  .mmc-feed.layout-isotope .item.size-4_columns.content-hover-mode .mmc-iva-item.image {
    padding-bottom: 56.25%;
  }
  .mmc-feed.layout-isotope .item.size-4_columns .mmc-iva-item {
    width: 50%;
  }
  .mmc-feed.layout-isotope .item.size-4_columns .mmc-iva-item.image {
    padding-bottom: 28%;
  }
  .mmc-feed.layout-isotope .item.size-4_columns .mmc-flip-wrapper {
    float: left;
    width: 50%;
  }
  .mmc-feed.layout-isotope .item.size-4_columns .mmc-flip-wrapper .mmc-iva-item {
    float: none;
    width: 100% !important;
    padding-bottom: 65.25% !important;
  }
  .mmc-feed.layout-isotope .item.size-4_columns .mmc-flip-wrapper .mmc-iva-item.video {
    padding-bottom: 0 !important;
  }
  .circle.mmc-feed.layout-isotope .item.size-4_columns .mmc-iva-item.image,
  .square.mmc-feed.layout-isotope .item.size-4_columns .mmc-iva-item.image {
    padding-bottom: 20%;
    width: 20%;
  }
  .circle.mmc-feed.layout-isotope .item.size-4_columns .mmc-flip-wrapper,
  .square.mmc-feed.layout-isotope .item.size-4_columns .mmc-flip-wrapper {
    float: left;
    width: 20%;
  }
  .circle.mmc-feed.layout-isotope .item.size-4_columns .mmc-flip-wrapper .mmc-iva-item,
  .square.mmc-feed.layout-isotope .item.size-4_columns .mmc-flip-wrapper .mmc-iva-item {
    float: none;
    width: 100% !important;
    padding-bottom: 100% !important;
  }
  .mmc-feed.layout-list .item .mmc-iva-item {
    width: 37%;
  }
  .mmc-feed.layout-list .item .mmc-iva-item.image {
    padding-bottom: 22.5%;
  }
  .mmc-feed.layout-list .item .mmc-flip-wrapper {
    float: left;
    width: 37%;
  }
  .mmc-feed.layout-list .item .mmc-flip-wrapper .mmc-iva-item {
    float: none;
    width: 100% !important;
    padding-bottom: 65.25% !important;
  }
  .mmc-feed.layout-list .item .mmc-flip-wrapper .mmc-iva-item.video {
    padding-bottom: 0 !important;
  }
  .circle.mmc-feed.layout-list .item .mmc-iva-item.image,
  .square.mmc-feed.layout-list .item .mmc-iva-item.image {
    width: 20%;
    padding-bottom: 20%;
  }
  .mmc-page-sidebar-right_sidebar .circle.mmc-feed.layout-list .item .mmc-iva-item.image,
  .mmc-page-sidebar-right_sidebar .square.mmc-feed.layout-list .item .mmc-iva-item.image,
  .mmc-page-sidebar-left_sidebar .circle.mmc-feed.layout-list .item .mmc-iva-item.image,
  .mmc-page-sidebar-left_sidebar .square.mmc-feed.layout-list .item .mmc-iva-item.image,
  .mmc-column-size-3 .circle.mmc-feed.layout-list .item .mmc-iva-item.image,
  .mmc-column-size-3 .square.mmc-feed.layout-list .item .mmc-iva-item.image,
  .mmc-column-size-4 .circle.mmc-feed.layout-list .item .mmc-iva-item.image,
  .mmc-column-size-4 .square.mmc-feed.layout-list .item .mmc-iva-item.image,
  .mmc-column-size-6 .circle.mmc-feed.layout-list .item .mmc-iva-item.image,
  .mmc-column-size-6 .square.mmc-feed.layout-list .item .mmc-iva-item.image,
  .mmc-column-size-7 .circle.mmc-feed.layout-list .item .mmc-iva-item.image,
  .mmc-column-size-7 .square.mmc-feed.layout-list .item .mmc-iva-item.image,
  .mmc-column-size-8 .circle.mmc-feed.layout-list .item .mmc-iva-item.image,
  .mmc-column-size-8 .square.mmc-feed.layout-list .item .mmc-iva-item.image {
    width: 22.5%;
    padding-bottom: 22.5%;
  }
  .circle.mmc-feed.layout-list .item .mmc-flip-wrapper,
  .square.mmc-feed.layout-list .item .mmc-flip-wrapper {
    float: left;
    width: 20%;
  }
  .circle.mmc-feed.layout-list .item .mmc-flip-wrapper .mmc-iva-item,
  .square.mmc-feed.layout-list .item .mmc-flip-wrapper .mmc-iva-item {
    float: none;
    width: 100% !important;
    padding-bottom: 100% !important;
  }
  .circle.mmc-feed.layout-list .item .mmc-flip-wrapper .mmc-iva-item.video,
  .square.mmc-feed.layout-list .item .mmc-flip-wrapper .mmc-iva-item.video {
    padding-bottom: 0 !important;
  }
  .circle.mmc-feed.layout-list .item .mmc-flip-wrapper {
    margin: 10px;
  }
  .square.mmc-feed .mmc-iva-item.image,
  .circle.mmc-feed .mmc-iva-item.image {
    padding-bottom: 100%;
  }
  .circle.mmc-feed .mmc-iva-item.image {
    margin: 10px;
  }
  .layout-grid.circle.mmc-feed .mmc-iva-item.image,
  .layout-isotope_grid.circle.mmc-feed .mmc-iva-item.image,
  .layout-gallery_grid.circle.mmc-feed .mmc-iva-item.image {
    width: 90%;
    padding-bottom: 90%;
    margin: 0px auto;
  }
  .circle.mmc-feed .mmc-iva-item.image > div {
    border-radius: 50%;
  }
  .mmc-feed.layout-list .mmc-iva-item,
  .mmc-feed.layout-isotope_grid.columns-1 .mmc-iva-item,
  .mmc-feed.layout-isotope .size-4_columns .mmc-iva-item {
    float: left;
    margin: 0 0px 0 0;
  }
  .mmc-feed.layout-list .item-content,
  .mmc-feed.layout-isotope_grid.columns-1 .item-content,
  .mmc-feed.layout-isotope .size-4_columns .item-content {
    overflow: hidden;
  }
  .mmc-feed.layout-isotope_grid.columns-2.square .mmc-iva-item.image,
  .mmc-feed.layout-isotope_grid.columns-2.circle .mmc-iva-item.image,
  .mmc-feed.layout-isotope.square .size-2_columns .mmc-iva-item.image,
  .mmc-feed.layout-isotope.circle .size-2_columns .mmc-iva-item.image {
    float: left;
    margin: 0 20px 0 0;
  }
  .mmc-feed.layout-isotope_grid.columns-2.square .item-content,
  .mmc-feed.layout-isotope_grid.columns-2.circle .item-content,
  .mmc-feed.layout-isotope.square .size-2_columns .item-content,
  .mmc-feed.layout-isotope.circle .size-2_columns .item-content {
    overflow: hidden;
  }
}
.mmc-feed.layout-carousel.animation-slide .item {
  position: relative;
  width: 270px;
  padding: 15px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mmc-feed.layout-carousel.layout-carousel_multiple .item {
  padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-page-sidebar-right_sidebar .mmc-feed.layout-list .mmc-iva-item,
  .mmc-page-sidebar-left_sidebar .mmc-feed.layout-list .mmc-iva-item,
  .mmc-column-size-3 .mmc-feed.layout-list .mmc-iva-item,
  .mmc-column-size-4 .mmc-feed.layout-list .mmc-iva-item,
  .mmc-column-size-6 .mmc-feed.layout-list .mmc-iva-item,
  .mmc-column-size-7 .mmc-feed.layout-list .mmc-iva-item,
  .mmc-column-size-8 .mmc-feed.layout-list .mmc-iva-item {
    width: 100% !important;
  }
  .mmc-page-sidebar-right_sidebar .mmc-feed.layout-list .mmc-iva-item.image,
  .mmc-page-sidebar-left_sidebar .mmc-feed.layout-list .mmc-iva-item.image,
  .mmc-column-size-3 .mmc-feed.layout-list .mmc-iva-item.image,
  .mmc-column-size-4 .mmc-feed.layout-list .mmc-iva-item.image,
  .mmc-column-size-6 .mmc-feed.layout-list .mmc-iva-item.image,
  .mmc-column-size-7 .mmc-feed.layout-list .mmc-iva-item.image,
  .mmc-column-size-8 .mmc-feed.layout-list .mmc-iva-item.image {
    padding-bottom: 65.25% !important;
  }
  .mmc-page-sidebar-right_sidebar .mmc-feed.layout-list.circle .mmc-iva-item,
  .mmc-page-sidebar-left_sidebar .mmc-feed.layout-list.circle .mmc-iva-item,
  .mmc-column-size-3 .mmc-feed.layout-list.circle .mmc-iva-item,
  .mmc-column-size-4 .mmc-feed.layout-list.circle .mmc-iva-item,
  .mmc-column-size-6 .mmc-feed.layout-list.circle .mmc-iva-item,
  .mmc-column-size-7 .mmc-feed.layout-list.circle .mmc-iva-item,
  .mmc-column-size-8 .mmc-feed.layout-list.circle .mmc-iva-item {
    margin: 0 !important;
  }
  .mmc-page-sidebar-right_sidebar .mmc-feed.layout-list.circle .mmc-iva-item,
  .mmc-page-sidebar-left_sidebar .mmc-feed.layout-list.circle .mmc-iva-item,
  .mmc-column-size-3 .mmc-feed.layout-list.circle .mmc-iva-item,
  .mmc-column-size-4 .mmc-feed.layout-list.circle .mmc-iva-item,
  .mmc-column-size-6 .mmc-feed.layout-list.circle .mmc-iva-item,
  .mmc-column-size-7 .mmc-feed.layout-list.circle .mmc-iva-item,
  .mmc-column-size-8 .mmc-feed.layout-list.circle .mmc-iva-item,
  .mmc-page-sidebar-right_sidebar .mmc-feed.layout-list.circle .mmc-iva-item > div,
  .mmc-page-sidebar-left_sidebar .mmc-feed.layout-list.circle .mmc-iva-item > div,
  .mmc-column-size-3 .mmc-feed.layout-list.circle .mmc-iva-item > div,
  .mmc-column-size-4 .mmc-feed.layout-list.circle .mmc-iva-item > div,
  .mmc-column-size-6 .mmc-feed.layout-list.circle .mmc-iva-item > div,
  .mmc-column-size-7 .mmc-feed.layout-list.circle .mmc-iva-item > div,
  .mmc-column-size-8 .mmc-feed.layout-list.circle .mmc-iva-item > div {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .mmc-page-sidebar-right_sidebar .mmc-feed.layout-list.date .item-content,
  .mmc-page-sidebar-left_sidebar .mmc-feed.layout-list.date .item-content,
  .mmc-column-size-3 .mmc-feed.layout-list.date .item-content,
  .mmc-column-size-4 .mmc-feed.layout-list.date .item-content,
  .mmc-column-size-6 .mmc-feed.layout-list.date .item-content,
  .mmc-column-size-7 .mmc-feed.layout-list.date .item-content,
  .mmc-column-size-8 .mmc-feed.layout-list.date .item-content {
    overflow: hidden;
  }
}
/* Feed Styles
/*------------------------------------------------------------*/
.mmc-feed {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  /*Categories Filter*/
  /*Load More*/
}
.mmc-feed .mmc-shortcode-title {
  padding-bottom: 20px !important;
  margin-bottom: 0px !important;
  padding-top: 20px !important;
}
.mmc-feed .mmc-item-list {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.mmc-feed ul,
.mmc-feed ol,
.mmc-feed ul li,
.mmc-feed ol li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mmc-feed .item {
  /* /.item-content */
}
.mmc-feed .item .item-inwrap {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.mmc-dark-bg.mmc-feed .item .item-inwrap,
.mmc-dark-bg .mmc-feed .item .item-inwrap,
.mmc-light-bg .mmc-dark-bg.mmc-feed .item .item-inwrap,
.mmc-light-bg .mmc-dark-bg .mmc-feed .item .item-inwrap,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-feed .item .item-inwrap,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-feed .item .item-inwrap,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-feed .item .item-inwrap,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-feed .item .item-inwrap {
  color: "";
  background-color: #2a2a2a;
  border-color: "";
}
.mmc-light-bg.mmc-feed .item .item-inwrap,
.mmc-light-bg .mmc-feed .item .item-inwrap,
.mmc-dark-bg .mmc-light-bg.mmc-feed .item .item-inwrap,
.mmc-dark-bg .mmc-light-bg .mmc-feed .item .item-inwrap,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-feed .item .item-inwrap,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-feed .item .item-inwrap,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-feed .item .item-inwrap,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-feed .item .item-inwrap {
  color: "";
  background-color: #ffffff;
  border-color: "";
}
.mmc-feed .item:hover {
  z-index: 3;
}
.mmc-feed .item.sticky .item-inwrap {
  border: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-feed .item.sticky .item-inwrap,
.mmc-dark-bg .mmc-feed .item.sticky .item-inwrap,
.mmc-light-bg .mmc-dark-bg.mmc-feed .item.sticky .item-inwrap,
.mmc-light-bg .mmc-dark-bg .mmc-feed .item.sticky .item-inwrap,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-feed .item.sticky .item-inwrap,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-feed .item.sticky .item-inwrap,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-feed .item.sticky .item-inwrap,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-feed .item.sticky .item-inwrap {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-feed .item.sticky .item-inwrap,
.mmc-light-bg .mmc-feed .item.sticky .item-inwrap,
.mmc-dark-bg .mmc-light-bg.mmc-feed .item.sticky .item-inwrap,
.mmc-dark-bg .mmc-light-bg .mmc-feed .item.sticky .item-inwrap,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-feed .item.sticky .item-inwrap,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-feed .item.sticky .item-inwrap,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-feed .item.sticky .item-inwrap,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-feed .item.sticky .item-inwrap {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.circle.mmc-feed .item .mmc-image-actions .mmc-prettyphoto-trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  background: #003349;
  border-width: 0;
}
.circle.mmc-feed .item .mmc-image-actions .mmc-prettyphoto-trigger:hover {
  border-width: 0;
  background: #2a2a2a;
}
.mmc-feed .item .item-content .title {
  padding: 0;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  width: 95%;
  text-overflow: ellipsis;
}
.mmc-dark-bg.mmc-feed .item .item-content .meta,
.mmc-dark-bg .mmc-feed .item .item-content .meta,
.mmc-light-bg .mmc-dark-bg.mmc-feed .item .item-content .meta,
.mmc-light-bg .mmc-dark-bg .mmc-feed .item .item-content .meta,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-feed .item .item-content .meta,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-feed .item .item-content .meta,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-feed .item .item-content .meta,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-feed .item .item-content .meta {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-feed .item .item-content .meta,
.mmc-light-bg .mmc-feed .item .item-content .meta,
.mmc-dark-bg .mmc-light-bg.mmc-feed .item .item-content .meta,
.mmc-dark-bg .mmc-light-bg .mmc-feed .item .item-content .meta,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-feed .item .item-content .meta,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-feed .item .item-content .meta,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-feed .item .item-content .meta,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-feed .item .item-content .meta {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-feed .item .item-content .meta.meta-above {
  margin-bottom: 10px;
  padding: 0 0 10px;
}
.mmc-feed .item .item-content .meta ul {
  padding: 2px 0;
  line-height: 0.9;
}
.mmc-feed .item .item-content .meta ul li {
  overflow: hidden;
  display: inline-block;
  padding: 0 7px;
  font-size: 12px;
  border-left: 1px solid #2a2a2a;
  border-left: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-feed .item .item-content .meta ul li,
.mmc-dark-bg .mmc-feed .item .item-content .meta ul li,
.mmc-light-bg .mmc-dark-bg.mmc-feed .item .item-content .meta ul li,
.mmc-light-bg .mmc-dark-bg .mmc-feed .item .item-content .meta ul li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-feed .item .item-content .meta ul li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-feed .item .item-content .meta ul li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-feed .item .item-content .meta ul li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-feed .item .item-content .meta ul li {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-feed .item .item-content .meta ul li,
.mmc-light-bg .mmc-feed .item .item-content .meta ul li,
.mmc-dark-bg .mmc-light-bg.mmc-feed .item .item-content .meta ul li,
.mmc-dark-bg .mmc-light-bg .mmc-feed .item .item-content .meta ul li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-feed .item .item-content .meta ul li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-feed .item .item-content .meta ul li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-feed .item .item-content .meta ul li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-feed .item .item-content .meta ul li {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-feed .item .item-content .meta ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.mmc-feed .item .item-content .meta ul li:first-child .mmc-tooltip {
  color: #2a2a2a;
}
.mmc-feed .item .item-content .meta ul li:first-child .mmc-tooltip span {
  bottom: -3px;
}
.mmc-feed .item .item-content .meta i {
  color: #999999;
  margin-right: 5px;
  font-size: 14px;
  vertical-align: text-bottom;
}
.mmc-feed .item .item-content .meta .date {
  color: #999999;
}
.mmc-feed .item .item-content .meta .author,
.mmc-feed .item .item-content .meta .venue {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 40%;
}
.mmc-feed .item .item-content .meta .categories {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 75%;
}
.mmc-feed .item .item-content .meta .mmc-comments-count {
  display: block;
  float: left;
  margin: 4px 10px 0 0;
}
.mmc-feed .item .item-content p {
  line-height: 22.652px;
}
.mmc-feed .item .item-content .read-more {
  padding-left: 5px;
}
.mmc-feed .item .share-block {
  float: right;
  margin-top: -40px;
  margin-right: 20px;
}
.mmc-feed.layout-carousel.mmc-widget {
  margin-bottom: 0;
}
.mmc-feed.layout-carousel {
  position: relative;
  margin-bottom: 50px;
  /* Single Carousel Styles */
}
.mmc-feed.layout-carousel .item-content {
  padding-bottom: 0;
}
.mmc-feed.layout-carousel ul.mmc-item-list {
  padding-bottom: 0;
}
.mmc-feed.layout-carousel ul.mmc-item-list li.item {
  padding-bottom: 0;
}
.mmc-feed.layout-carousel .flex-direction-nav {
  z-index: 3;
}
.mmc-feed.layout-carousel .flex-direction-nav li {
  right: 0;
  position: absolute;
  top: 0;
}
.mmc-feed.layout-carousel .flex-direction-nav li:first-child {
  left: 0;
  right: auto;
}
.mmc-feed.layout-carousel .flex-direction-nav li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.mmc-feed.layout-carousel .flex-direction-nav li a:before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2a2a2a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mmc-dark-bg.mmc-feed.layout-carousel .flex-direction-nav li a:before,
.mmc-dark-bg .mmc-feed.layout-carousel .flex-direction-nav li a:before,
.mmc-light-bg .mmc-dark-bg.mmc-feed.layout-carousel .flex-direction-nav li a:before,
.mmc-light-bg .mmc-dark-bg .mmc-feed.layout-carousel .flex-direction-nav li a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-feed.layout-carousel .flex-direction-nav li a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-feed.layout-carousel .flex-direction-nav li a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-feed.layout-carousel .flex-direction-nav li a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-feed.layout-carousel .flex-direction-nav li a:before {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-feed.layout-carousel .flex-direction-nav li a:before,
.mmc-light-bg .mmc-feed.layout-carousel .flex-direction-nav li a:before,
.mmc-dark-bg .mmc-light-bg.mmc-feed.layout-carousel .flex-direction-nav li a:before,
.mmc-dark-bg .mmc-light-bg .mmc-feed.layout-carousel .flex-direction-nav li a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-feed.layout-carousel .flex-direction-nav li a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-feed.layout-carousel .flex-direction-nav li a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-feed.layout-carousel .flex-direction-nav li a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-feed.layout-carousel .flex-direction-nav li a:before {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-feed.layout-carousel .flex-direction-nav li a:hover:before {
  background: #003349;
  color: #ffffff;
}
.mmc-shortcode.mmc-feed.layout-carousel .flex-direction-nav li a {
  margin-top: 10px;
}
.mmc-feed.layout-carousel .flex-control-nav {
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  z-index: 2;
  list-style: none;
}
.mmc-feed.layout-carousel .flex-control-nav li {
  display: inline-block;
  margin: 0 3px;
}
.mmc-feed.layout-carousel .flex-control-nav li:before {
  content: none;
}
.mmc-feed.layout-carousel .flex-control-nav li a {
  font-size: 0;
  color: transparent;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #2a2a2a;
  cursor: pointer;
}
.mmc-feed.layout-carousel .flex-control-nav li a.flex-active,
.mmc-feed.layout-carousel .flex-control-nav li a:hover {
  background: #003349;
  border-color: #003349;
}
.mmc-feed.layout-carousel .flex-control-nav.flex-control-thumbs li {
  width: 40px;
  height: 25px;
  overflow: hidden;
}
.mmc-feed.layout-carousel .flex-control-nav.flex-control-thumbs li img {
  min-height: 40px;
  max-height: 150%;
  min-width: 25px;
  max-width: 250%;
}
.mmc-feed.layout-carousel.layout-carousel_single .item {
  background: #ffffff;
  padding: 0 0 40px;
}
.mmc-feed.layout-carousel.layout-carousel_single .item:first-child {
  padding-top: 0 !important;
}
.mmc-feed.layout-carousel.layout-carousel_single .item .item-inwrap {
  background: none !important;
  box-shadow: none !important;
  padding: 0;
}
.mmc-column-size-12 .mmc-feed.layout-carousel.layout-carousel_single .item .mmc-iva-item.image,
.mmc-column-size-12 .mmc-feed.layout-carousel.layout-carousel_single .item .mmc-video-container {
  padding-bottom: 370px;
}
.mmc-feed.layout-carousel.layout-carousel_single .item .item-content {
  text-align: center;
}
.mmc-feed.layout-carousel.layout-carousel_single .item .item-content h3 a {
  display: block;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  color: #003349;
  font-size: 32px;
  padding: 20px 0;
}
.mmc-feed.layout-carousel.layout-carousel_single .item .item-content P {
  color: #2a2a2a;
  padding: 10px 0;
}
.mmc-feed.layout-gallery_grid .mmc-item-list + a,
.mmc-feed.layout-gallery_grid .mmc-item-list + div,
.mmc-feed.layout-gallery_grid .mmc-item-list + ul {
  margin-top: 20px;
}
.mmc-feed.layout-gallery_grid .item {
  /* fallback */
  width: 20%;
}
.items_in_row-1.mmc-feed.layout-gallery_grid .item {
  width: 100%;
}
.items_in_row-2.mmc-feed.layout-gallery_grid .item {
  width: 50%;
}
.items_in_row-3.mmc-feed.layout-gallery_grid .item {
  width: 33.33333333333333%;
}
.items_in_row-4.mmc-feed.layout-gallery_grid .item {
  width: 25%;
}
.items_in_row-5.mmc-feed.layout-gallery_grid .item {
  width: 20%;
}
.items_in_row-6.mmc-feed.layout-gallery_grid .item {
  width: 16.66666666666667%;
}
.items_in_row-7.mmc-feed.layout-gallery_grid .item {
  width: 14.28571428571429%;
}
.items_in_row-8.mmc-feed.layout-gallery_grid .item {
  width: 12.5%;
}
.items_in_row-9.mmc-feed.layout-gallery_grid .item {
  width: 11.11111111111111%;
}
.items_in_row-10.mmc-feed.layout-gallery_grid .item {
  width: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-feed.layout-gallery_grid .item {
    min-width: 33.33333333333333% !important;
  }
}
@media only screen and (max-width: 767px) {
  .mmc-feed.layout-gallery_grid .item {
    width: 100% !important;
  }
}
.mmc-feed.layout-gallery_grid .item .item-content {
  padding: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  text-align: center;
}
.circle.mmc-feed.layout-gallery_grid .item .item-content {
  margin-top: 10px;
}
.mmc-feed.layout-gallery_grid .item .item-content .title {
  padding: 0px 20px;
}
.circle.mmc-feed.layout-gallery_grid .item .mmc-image-actions .mmc-prettyphoto-trigger {
  bottom: 30%;
}
.mmc-feed.layout-gallery_grid .item.video .item-content {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .circle.mmc-feed.layout-gallery_grid .item.video .mmc-video-container,
  .square.mmc-feed.layout-gallery_grid .item.video .mmc-video-container {
    margin: 21.875% auto;
  }
}
.mmc-feed.layout-isotope .content-hover-mode:hover .mmc-image-actions,
.mmc-feed.layout-isotope_grid .content-hover-mode:hover .mmc-image-actions,
.mmc-feed.layout-gallery_grid .item:hover .mmc-image-actions {
  opacity: 1;
}
.mmc-feed.layout-isotope .content-hover-mode:hover .mmc-image-actions:before,
.mmc-feed.layout-isotope_grid .content-hover-mode:hover .mmc-image-actions:before,
.mmc-feed.layout-gallery_grid .item:hover .mmc-image-actions:before {
  opacity: 1;
  width: 42px;
  height: 42px;
}
.mmc-feed.layout-isotope .content-hover-mode:hover .mmc-image-actions a.mmc-prettyphoto-trigger,
.mmc-feed.layout-isotope_grid .content-hover-mode:hover .mmc-image-actions a.mmc-prettyphoto-trigger,
.mmc-feed.layout-gallery_grid .item:hover .mmc-image-actions a.mmc-prettyphoto-trigger {
  opacity: 1;
  border-width: 0 0 65px 65px;
}
.circle.mmc-feed.layout-isotope .content-hover-mode:hover .mmc-image-actions a.mmc-prettyphoto-trigger,
.circle.mmc-feed.layout-isotope_grid .content-hover-mode:hover .mmc-image-actions a.mmc-prettyphoto-trigger,
.circle.mmc-feed.layout-gallery_grid .item:hover .mmc-image-actions a.mmc-prettyphoto-trigger {
  border-width: 0;
}
.mmc-feed.layout-isotope .content-hover-mode:hover .item-content,
.mmc-feed.layout-isotope_grid .content-hover-mode:hover .item-content,
.mmc-feed.layout-gallery_grid .item:hover .item-content {
  visibility: visible;
  opacity: 1;
}
.mmc-feed.layout-isotope .content-hover-mode:hover .item-content .title,
.mmc-feed.layout-isotope_grid .content-hover-mode:hover .item-content .title,
.mmc-feed.layout-gallery_grid .item:hover .item-content .title {
  margin-bottom: 5px;
}
.effect-zoom.mmc-feed.layout-isotope .content-hover-mode:hover .mmc-iva-item.image > div:first-child,
.effect-zoom.mmc-feed.layout-isotope_grid .content-hover-mode:hover .mmc-iva-item.image > div:first-child,
.effect-zoom.mmc-feed.layout-gallery_grid .item:hover .mmc-iva-item.image > div:first-child {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.effect-flip_h.mmc-feed.layout-isotope .content-hover-mode:hover,
.effect-flip_h.mmc-feed.layout-isotope_grid .content-hover-mode:hover,
.effect-flip_h.mmc-feed.layout-gallery_grid .item:hover,
.effect-flip_v.mmc-feed.layout-isotope .content-hover-mode:hover,
.effect-flip_v.mmc-feed.layout-isotope_grid .content-hover-mode:hover,
.effect-flip_v.mmc-feed.layout-gallery_grid .item:hover {
  z-index: 2;
}
.effect-flip_h.mmc-feed.layout-isotope .content-hover-mode:hover .item-inwrap,
.effect-flip_h.mmc-feed.layout-isotope_grid .content-hover-mode:hover .item-inwrap,
.effect-flip_h.mmc-feed.layout-gallery_grid .item:hover .item-inwrap,
.effect-flip_v.mmc-feed.layout-isotope .content-hover-mode:hover .item-inwrap,
.effect-flip_v.mmc-feed.layout-isotope_grid .content-hover-mode:hover .item-inwrap,
.effect-flip_v.mmc-feed.layout-gallery_grid .item:hover .item-inwrap {
  overflow: visible;
}
.effect-flip_h.mmc-feed.layout-isotope .content-hover-mode:hover .item-content,
.effect-flip_h.mmc-feed.layout-isotope_grid .content-hover-mode:hover .item-content,
.effect-flip_h.mmc-feed.layout-gallery_grid .item:hover .item-content,
.effect-flip_v.mmc-feed.layout-isotope .content-hover-mode:hover .item-content,
.effect-flip_v.mmc-feed.layout-isotope_grid .content-hover-mode:hover .item-content,
.effect-flip_v.mmc-feed.layout-gallery_grid .item:hover .item-content {
  -webkit-transition: 0s all ease-in-out 0.2s;
  -moz-transition: 0s all ease-in-out 0.2s;
  -ms-transition: 0s all ease-in-out 0.2s;
  -o-transition: 0s all ease-in-out 0.2s;
  transition: 0s all ease-in-out 0.2s;
}
.mmc-feed ul.mmc-categories-filter {
  text-align: center;
  margin: 10px 0 30px;
}
.mmc-feed ul.mmc-categories-filter li a {
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 16px;
}
.mmc-feed .mmc_ajax_load_more {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
  padding-left: 32px;
  color: #999999;
  margin: 30px 10px;
  border: 2px solid #2a2a2a;
  border: 2px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-feed .mmc_ajax_load_more,
.mmc-dark-bg .mmc-feed .mmc_ajax_load_more,
.mmc-light-bg .mmc-dark-bg.mmc-feed .mmc_ajax_load_more,
.mmc-light-bg .mmc-dark-bg .mmc-feed .mmc_ajax_load_more,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-feed .mmc_ajax_load_more,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-feed .mmc_ajax_load_more,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-feed .mmc_ajax_load_more,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-feed .mmc_ajax_load_more {
  color: #ffffff;
  background-color: "";
  border-color: #ffffff;
}
.mmc-light-bg.mmc-feed .mmc_ajax_load_more,
.mmc-light-bg .mmc-feed .mmc_ajax_load_more,
.mmc-dark-bg .mmc-light-bg.mmc-feed .mmc_ajax_load_more,
.mmc-dark-bg .mmc-light-bg .mmc-feed .mmc_ajax_load_more,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-feed .mmc_ajax_load_more,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-feed .mmc_ajax_load_more,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-feed .mmc_ajax_load_more,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-feed .mmc_ajax_load_more {
  color: #999999;
  background-color: "";
  border-color: "";
}
.mmc-feed .mmc_ajax_load_more:hover {
  color: #2a2a2a;
  border-color: #003349;
}
.mmc-dark-bg.mmc-feed .mmc_ajax_load_more:hover,
.mmc-dark-bg .mmc-feed .mmc_ajax_load_more:hover,
.mmc-light-bg .mmc-dark-bg.mmc-feed .mmc_ajax_load_more:hover,
.mmc-light-bg .mmc-dark-bg .mmc-feed .mmc_ajax_load_more:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-feed .mmc_ajax_load_more:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-feed .mmc_ajax_load_more:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-feed .mmc_ajax_load_more:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-feed .mmc_ajax_load_more:hover {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-feed .mmc_ajax_load_more:hover,
.mmc-light-bg .mmc-feed .mmc_ajax_load_more:hover,
.mmc-dark-bg .mmc-light-bg.mmc-feed .mmc_ajax_load_more:hover,
.mmc-dark-bg .mmc-light-bg .mmc-feed .mmc_ajax_load_more:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-feed .mmc_ajax_load_more:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-feed .mmc_ajax_load_more:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-feed .mmc_ajax_load_more:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-feed .mmc_ajax_load_more:hover {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-feed .mmc_ajax_load_more .mmc-preloader {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 24px;
  margin-left: 20px;
  margin-top: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.loading-load_more.mmc-feed .mmc_ajax_load_more {
  border-color: transparent;
  color: #ffffff;
  background-color: #2a2a2a;
}
.loading-load_more.mmc-feed .mmc_ajax_load_more .mmc-preloader {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.max-num-page.mmc-feed .mmc_ajax_load_more {
  visibility: hidden !important;
}
.mmc-feed .mmc_ajax_auto_load_more {
  display: block;
  height: 40px;
  margin: 0 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mmc-feed .mmc_ajax_auto_load_more:before,
.mmc-feed .mmc_ajax_auto_load_more:after {
  display: table;
  content: " ";
}
.mmc-feed .mmc_ajax_auto_load_more:after {
  clear: both;
  *zoom: 1;
}
.mmc-feed .mmc_ajax_auto_load_more .mmc-preloader {
  display: block;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.max-num-page.mmc-feed .mmc_ajax_auto_load_more {
  visibility: hidden !important;
}
.mmc-feed.loading {
  /*pointer-events:none;*/
  /*.mmc-item-list {
			opacity: 0.2;
			background-color: @white;
			background-image: url(https://ovcsupport.org/wp-content/themes/magic2/stylesheet/less/../../img/preloader_black.gif);
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}*/
}
.mmc-feed.loading.loading-new_page .mmc-item-list {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  pointer-events: none;
}
.mmc-feed.loading.loading-auto_load_more .mmc_ajax_auto_load_more .mmc-preloader {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/*Pagination
/*------------------------------------------------------------*/
.mmc-pagination {
  text-align: center;
  margin: 20px 5px;
}
.mmc-pagination a,
.mmc-pagination span {
  display: inline-block;
  color: #2a2a2a;
  color: rgba(42, 42, 42, 0.5);
  width: 20px;
  height: 40px;
  line-height: 36px;
  margin: 3px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mmc-dark-bg.mmc-pagination a,
.mmc-dark-bg.mmc-pagination span,
.mmc-dark-bg .mmc-pagination a,
.mmc-dark-bg .mmc-pagination span,
.mmc-light-bg .mmc-dark-bg.mmc-pagination a,
.mmc-light-bg .mmc-dark-bg.mmc-pagination span,
.mmc-light-bg .mmc-dark-bg .mmc-pagination a,
.mmc-light-bg .mmc-dark-bg .mmc-pagination span,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination span,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination span,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination span,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination span {
  color: rgba(255, 255, 255, 0.5);
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-pagination a,
.mmc-light-bg.mmc-pagination span,
.mmc-light-bg .mmc-pagination a,
.mmc-light-bg .mmc-pagination span,
.mmc-dark-bg .mmc-light-bg.mmc-pagination a,
.mmc-dark-bg .mmc-light-bg.mmc-pagination span,
.mmc-dark-bg .mmc-light-bg .mmc-pagination a,
.mmc-dark-bg .mmc-light-bg .mmc-pagination span,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination span,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination span,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination span,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination span {
  color: rgba(42, 42, 42, 0.5);
  background-color: "";
  border-color: "";
}
.mmc-pagination a:hover,
.mmc-pagination span:hover {
  color: #2a2a2a;
}
.mmc-dark-bg.mmc-pagination a:hover,
.mmc-dark-bg.mmc-pagination span:hover,
.mmc-dark-bg .mmc-pagination a:hover,
.mmc-dark-bg .mmc-pagination span:hover,
.mmc-light-bg .mmc-dark-bg.mmc-pagination a:hover,
.mmc-light-bg .mmc-dark-bg.mmc-pagination span:hover,
.mmc-light-bg .mmc-dark-bg .mmc-pagination a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-pagination span:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination span:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination span:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination span:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination span:hover {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-pagination a:hover,
.mmc-light-bg.mmc-pagination span:hover,
.mmc-light-bg .mmc-pagination a:hover,
.mmc-light-bg .mmc-pagination span:hover,
.mmc-dark-bg .mmc-light-bg.mmc-pagination a:hover,
.mmc-dark-bg .mmc-light-bg.mmc-pagination span:hover,
.mmc-dark-bg .mmc-light-bg .mmc-pagination a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-pagination span:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination span:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination span:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination span:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination span:hover {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-pagination a.mmc-circle-prev,
.mmc-pagination span.mmc-circle-prev,
.mmc-pagination a.mmc-circle-next,
.mmc-pagination span.mmc-circle-next {
  width: 40px;
  font-size: 26px;
  border-color: #2a2a2a;
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-pagination a.mmc-circle-prev,
.mmc-dark-bg.mmc-pagination span.mmc-circle-prev,
.mmc-dark-bg.mmc-pagination a.mmc-circle-next,
.mmc-dark-bg.mmc-pagination span.mmc-circle-next,
.mmc-dark-bg .mmc-pagination a.mmc-circle-prev,
.mmc-dark-bg .mmc-pagination span.mmc-circle-prev,
.mmc-dark-bg .mmc-pagination a.mmc-circle-next,
.mmc-dark-bg .mmc-pagination span.mmc-circle-next,
.mmc-light-bg .mmc-dark-bg.mmc-pagination a.mmc-circle-prev,
.mmc-light-bg .mmc-dark-bg.mmc-pagination span.mmc-circle-prev,
.mmc-light-bg .mmc-dark-bg.mmc-pagination a.mmc-circle-next,
.mmc-light-bg .mmc-dark-bg.mmc-pagination span.mmc-circle-next,
.mmc-light-bg .mmc-dark-bg .mmc-pagination a.mmc-circle-prev,
.mmc-light-bg .mmc-dark-bg .mmc-pagination span.mmc-circle-prev,
.mmc-light-bg .mmc-dark-bg .mmc-pagination a.mmc-circle-next,
.mmc-light-bg .mmc-dark-bg .mmc-pagination span.mmc-circle-next,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination a.mmc-circle-prev,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination span.mmc-circle-prev,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination a.mmc-circle-next,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination span.mmc-circle-next,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination a.mmc-circle-prev,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination span.mmc-circle-prev,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination a.mmc-circle-next,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination span.mmc-circle-next,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination a.mmc-circle-prev,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination span.mmc-circle-prev,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination a.mmc-circle-next,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-pagination span.mmc-circle-next,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination a.mmc-circle-prev,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination span.mmc-circle-prev,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination a.mmc-circle-next,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-pagination span.mmc-circle-next {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-pagination a.mmc-circle-prev,
.mmc-light-bg.mmc-pagination span.mmc-circle-prev,
.mmc-light-bg.mmc-pagination a.mmc-circle-next,
.mmc-light-bg.mmc-pagination span.mmc-circle-next,
.mmc-light-bg .mmc-pagination a.mmc-circle-prev,
.mmc-light-bg .mmc-pagination span.mmc-circle-prev,
.mmc-light-bg .mmc-pagination a.mmc-circle-next,
.mmc-light-bg .mmc-pagination span.mmc-circle-next,
.mmc-dark-bg .mmc-light-bg.mmc-pagination a.mmc-circle-prev,
.mmc-dark-bg .mmc-light-bg.mmc-pagination span.mmc-circle-prev,
.mmc-dark-bg .mmc-light-bg.mmc-pagination a.mmc-circle-next,
.mmc-dark-bg .mmc-light-bg.mmc-pagination span.mmc-circle-next,
.mmc-dark-bg .mmc-light-bg .mmc-pagination a.mmc-circle-prev,
.mmc-dark-bg .mmc-light-bg .mmc-pagination span.mmc-circle-prev,
.mmc-dark-bg .mmc-light-bg .mmc-pagination a.mmc-circle-next,
.mmc-dark-bg .mmc-light-bg .mmc-pagination span.mmc-circle-next,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination a.mmc-circle-prev,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination span.mmc-circle-prev,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination a.mmc-circle-next,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination span.mmc-circle-next,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination a.mmc-circle-prev,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination span.mmc-circle-prev,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination a.mmc-circle-next,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination span.mmc-circle-next,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination a.mmc-circle-prev,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination span.mmc-circle-prev,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination a.mmc-circle-next,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-pagination span.mmc-circle-next,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination a.mmc-circle-prev,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination span.mmc-circle-prev,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination a.mmc-circle-next,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-pagination span.mmc-circle-next {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-pagination a.mmc-circle-prev:hover,
.mmc-pagination span.mmc-circle-prev:hover,
.mmc-pagination a.mmc-circle-next:hover,
.mmc-pagination span.mmc-circle-next:hover {
  border-color: #003349 !important;
  background: #003349 !important;
  color: #ffffff !important;
}
.mmc-pagination a.prev,
.mmc-pagination span.prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-indent: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
  text-align: center;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  background: none;
  border: 1px solid rgba(42, 42, 42, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mmc-pagination a.prev:before,
.mmc-pagination span.prev:before {
  color: #003349;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  width: 40px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  speak: none;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.mmc-pagination a.prev:hover:before,
.mmc-pagination span.prev:hover:before {
  background: #003349 !important;
  color: #ffffff !important;
}
.mmc-pagination a.prev:before,
.mmc-pagination span.prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.mmc-pagination a.prev:before,
.mmc-pagination span.prev:before {
  background: none;
  color: #2a2a2a;
  color: rgba(42, 42, 42, 0.5);
}
.mmc-pagination a.prev:hover:before,
.mmc-pagination span.prev:hover:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-color: #003349 !important;
  background: #003349 !important;
  color: #ffffff !important;
}
.mmc-pagination a.next,
.mmc-pagination span.next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-indent: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
  text-align: center;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  background: none;
  border: 1px solid rgba(42, 42, 42, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mmc-pagination a.next:before,
.mmc-pagination span.next:before {
  color: #003349;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  width: 40px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  speak: none;
  /*font awesome*/
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.mmc-pagination a.next:hover:before,
.mmc-pagination span.next:hover:before {
  background: #003349 !important;
  color: #ffffff !important;
}
.mmc-pagination a.next:before,
.mmc-pagination span.next:before {
  content: '\f105';
}
.mmc-pagination a.next:before,
.mmc-pagination span.next:before {
  background: none;
  color: #2a2a2a;
  color: rgba(42, 42, 42, 0.5);
}
.mmc-pagination a.next:hover:before,
.mmc-pagination span.next:hover:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-color: #003349 !important;
  background: #003349 !important;
  color: #ffffff !important;
}
.mmc-pagination a.mmc-circle-prev,
.mmc-pagination span.mmc-circle-prev,
.mmc-pagination a.prev,
.mmc-pagination span.prev {
  float: left;
}
.mmc-pagination a.mmc-circle-next,
.mmc-pagination span.mmc-circle-next,
.mmc-pagination a.next,
.mmc-pagination span.next {
  float: right;
}
.mmc-pagination span {
  width: 40px;
  color: #ffffff !important;
  background-color: #003349;
}
.mmc-pagination span:hover {
  color: #ffffff;
}
/*@import "comment_count.less";*/
/* removed from styles altogether */
/* Category Menu
/*------------------------------------------------------------*/
ul.mmc-categories-filter {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.mmc-categories-filter li {
  display: inline-block;
  margin: 5px;
  padding: 0;
}
ul.mmc-categories-filter li a {
  border: 1px solid #2a2a2a;
  border: 1px solid rgba(42, 42, 42, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  height: 32px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #2a2a2a;
  color: rgba(42, 42, 42, 0.5);
}
.mmc-dark-bgul.mmc-categories-filter li a,
.mmc-dark-bg ul.mmc-categories-filter li a,
.mmc-light-bg .mmc-dark-bgul.mmc-categories-filter li a,
.mmc-light-bg .mmc-dark-bg ul.mmc-categories-filter li a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgul.mmc-categories-filter li a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg ul.mmc-categories-filter li a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgul.mmc-categories-filter li a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg ul.mmc-categories-filter li a {
  color: rgba(255, 255, 255, 0.3);
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bgul.mmc-categories-filter li a,
.mmc-light-bg ul.mmc-categories-filter li a,
.mmc-dark-bg .mmc-light-bgul.mmc-categories-filter li a,
.mmc-dark-bg .mmc-light-bg ul.mmc-categories-filter li a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgul.mmc-categories-filter li a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg ul.mmc-categories-filter li a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgul.mmc-categories-filter li a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg ul.mmc-categories-filter li a {
  color: rgba(42, 42, 42, 0.3);
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
ul.mmc-categories-filter li a:hover {
  color: #2a2a2a;
  border-color: #003349 !important;
}
.mmc-dark-bgul.mmc-categories-filter li a:hover,
.mmc-dark-bg ul.mmc-categories-filter li a:hover,
.mmc-light-bg .mmc-dark-bgul.mmc-categories-filter li a:hover,
.mmc-light-bg .mmc-dark-bg ul.mmc-categories-filter li a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgul.mmc-categories-filter li a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg ul.mmc-categories-filter li a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgul.mmc-categories-filter li a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg ul.mmc-categories-filter li a:hover {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bgul.mmc-categories-filter li a:hover,
.mmc-light-bg ul.mmc-categories-filter li a:hover,
.mmc-dark-bg .mmc-light-bgul.mmc-categories-filter li a:hover,
.mmc-dark-bg .mmc-light-bg ul.mmc-categories-filter li a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgul.mmc-categories-filter li a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg ul.mmc-categories-filter li a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgul.mmc-categories-filter li a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg ul.mmc-categories-filter li a:hover {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
ul.mmc-categories-filter li.active a {
  color: #ffffff !important;
  background-color: #003349 !important;
  border-color: transparent !important;
  pointer-events: none;
  cursor: default;
}
ul.mmc-categories-filter.style-round-true a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* Post Share
/*------------------------------------------------------------*/
.share-block {
  position: relative;
}
.share-block .share-btn img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.3;
  width: 18px;
  height: auto;
}
.share-block .mmc-post-share {
  padding: 0;
  padding-top: 10px;
  white-space: nowrap;
  position: absolute;
  right: -68px;
  top: 100%;
  width: 152px;
  height: 50px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.share-block .mmc-post-share:before {
  content: " ";
  height: 0;
  width: 0;
  border: 6px solid transparent;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #2a2a2a;
  right: 50%;
  margin-right: -6px;
  top: -2px;
}
.share-block .mmc-post-share li {
  display: inline-block;
}
.share-block .mmc-post-share li + li {
  margin-left: -1px;
}
.share-block .mmc-post-share li a {
  display: inline-block;
  color: #ffffff;
  background: #2a2a2a;
  width: 38px;
  height: 38px;
  line-height: 36px;
  font-size: 20px;
}
.single .share-block .mmc-post-share li a {
  margin-left: -4px;
}
.share-block .mmc-post-share li a:hover {
  color: #003349;
  background: #ffffff;
}
.share-block:hover img,
.share-block.active img {
  opacity: 1;
}
.share-block:hover .mmc-post-share,
.share-block.active .mmc-post-share {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*------------------------------------------------------------*/
/* Custom Content Box Wrapper
/*------------------------------------------------------------*/
.mmc-custom-box-wrap {
  position: relative;
  padding: 40px 0px;
}
body {
  /* Full Width
	/*------------------------------------------------------------*/
  /* Boxed Style
	/*------------------------------------------------------------*/
}
body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap {
  background: rgba(42, 42, 42, 0.1);
}
.mmc-dark-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap {
  color: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-color: "";
}
.mmc-light-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap {
  color: "";
  background-color: rgba(42, 42, 42, 0.1);
  border-color: "";
}
body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9999px;
  background: rgba(42, 42, 42, 0.1);
}
.mmc-dark-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after {
  color: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-color: "";
}
.mmc-light-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after {
  color: "";
  background-color: rgba(42, 42, 42, 0.1);
  border-color: "";
}
body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:before,
body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:before {
  right: 100%;
}
body > .mmc-main-wrapper .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
body > .mmc-main-wrapper-full_width .mmc-page-sidebar-none .mmc-custom-box-wrap:after,
body > .mmc-main-wrapper-wide .mmc-page-sidebar-none .mmc-custom-box-wrap:after {
  left: 100%;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  body .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  body .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  body .mmc-page-sidebar-left .mmc-custom-box-wrap,
  body .mmc-page-sidebar-right .mmc-custom-box-wrap {
    padding: 40px;
    background: rgba(42, 42, 42, 0.1);
  }
  .mmc-dark-bgbody > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-dark-bgbody .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bgbody .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bgbody .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-dark-bgbody .mmc-page-sidebar-right .mmc-custom-box-wrap,
  .mmc-dark-bg body > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-dark-bg body .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bg body .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bg body .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-dark-bg body .mmc-page-sidebar-right .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bgbody .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bgbody .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bgbody .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bgbody .mmc-page-sidebar-right .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg body .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg body .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg body .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg body .mmc-page-sidebar-right .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bgbody .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bgbody .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bgbody .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bgbody .mmc-page-sidebar-right .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg body .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg body .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg body .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg body .mmc-page-sidebar-right .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody .mmc-page-sidebar-right .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg body > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg body .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg body .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg body .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg body .mmc-page-sidebar-right .mmc-custom-box-wrap {
    color: "";
    background-color: rgba(255, 255, 255, 0.1);
    border-color: "";
  }
  .mmc-light-bgbody > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-light-bgbody .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-light-bgbody .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-light-bgbody .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-light-bgbody .mmc-page-sidebar-right .mmc-custom-box-wrap,
  .mmc-light-bg body > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-light-bg body .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-light-bg body .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-light-bg body .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-light-bg body .mmc-page-sidebar-right .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bgbody .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bgbody .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bgbody .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bgbody .mmc-page-sidebar-right .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg body .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg body .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg body .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-light-bg body .mmc-page-sidebar-right .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody .mmc-page-sidebar-right .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg body .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg body .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg body .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg body .mmc-page-sidebar-right .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bgbody > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bgbody .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bgbody .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bgbody .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bgbody .mmc-page-sidebar-right .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg body > .mmc-main-wrapper-boxed .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg body .mmc-page-sidebar-left_sidebar .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg body .mmc-page-sidebar-right_sidebar .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg body .mmc-page-sidebar-left .mmc-custom-box-wrap,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg body .mmc-page-sidebar-right .mmc-custom-box-wrap {
    color: "";
    background-color: rgba(42, 42, 42, 0.1);
    border-color: "";
  }
}
/*page sections*/
/* Header
/*------------------------------------------------------------*/
.mmc-header {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
}
.admin-bar .mmc-header {
  top: 32px !important;
}
.mmc-header .mmc-header-inner {
  padding: 0 15px 0 0;
  position: relative;
}
.mmc-header .mmc-logo {
  float: left;
  margin: 0 20px 0 15px;
  padding: 0;
}
.mmc-header .mmc-logo img {
  margin: 50px 0 20px 0;
  max-width: none;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  max-height: 0px;
  width: auto;
}
@media only screen and (min-width: 1025px) {
  .mmc-header .mmc-logo img.logo_absolute {
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
  }
}
.sticked.mmc-header .mmc-logo img.logo_absolute {
  height: 50px;
  margin-left: 10px !important;
  position: static;
}
@media only screen and (min-width: 1025px) {
  .sticked.mmc-header .mmc-logo img {
    max-height: 50px;
  }
}
.mmc-header.mmc_navgroup_left .mmc_extra_menu {
  float: left;
}
.mmc-header.mmc_navgroup_left .mmc-logo {
  float: right;
}
.mmc-header .mmc_extra_menu {
  float: right;
  margin: 15px 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.mmc-header .mmc_extra_menu ul.mmc_extra_menu_list {
  margin: auto;
}
.mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li {
  display: inline-block;
}
.mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #2a2a2a;
  cursor: pointer;
  display: block;
  font-size: 19px;
  line-height: 38px;
  padding: 0 9px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mmc-dark-bg.mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button,
.mmc-dark-bg .mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button,
.mmc-light-bg .mmc-dark-bg.mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button,
.mmc-light-bg .mmc-dark-bg .mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button {
  color: #ffffff;
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button,
.mmc-light-bg .mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button,
.mmc-dark-bg .mmc-light-bg.mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button,
.mmc-dark-bg .mmc-light-bg .mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button {
  color: #2a2a2a;
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
@media only screen and (min-width: 1025px) {
  .mmc-header .mmc-nav {
    /*global styles*/
    white-space: nowrap;
    /*first level*/
  }
  .mmc-header .mmc-nav ul.mmc-nav-list.left {
    position: absolute;
    left: 20px;
    text-align: left;
  }
  .mmc-header .mmc-nav ul.mmc-nav-list.right {
    position: absolute;
    right: 20px;
    text-align: right;
  }
  .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item {
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a {
    font-family: Montserrat, sans-serif;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase !important;
    letter-spacing: normal !important;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: relative;
  }
  .mmc-dark-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-dark-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a {
    color: #ffffff;
    background-color: "";
    border-color: "";
  }
  .mmc-light-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-light-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a {
    color: #ffffff;
    background-color: "";
    border-color: "";
  }
  .mmc-dark-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-dark-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a {
    color: rgba(255, 255, 255, 0.6);
    background-color: "";
    border-color: "";
  }
  .mmc-light-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-light-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a {
    color: rgba(255, 255, 255, 0.6);
    background-color: "";
    border-color: "";
  }
  .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item a i {
    font-size: 1.2em;
    margin-right: 10px;
  }
  .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item:hover > .sub-menu-header {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
  .mmc-header .mmc-nav ul.mmc-nav-list .sub-menu-header {
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list {
    text-align: center;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li {
    display: inline-block;
    margin-left: -4px;
    /*mega menu styles*/
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li > a {
    border-color: transparent;
    display: block;
    padding: 0 15px;
  }
  body.default .mmc-header .mmc-nav > ul.mmc-nav-list > li > a:before {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    transition: width 0s ease, background-color 0.7s ease;
    -webkit-transition: width 0s ease, background-color 0.7s ease;
    -moz-transition: width 0s ease, background-color 0.7s ease;
    /* position the content to the left bottom corner of the parent element to make it to slide in from left to right on hover */
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body.default .mmc-header .mmc-nav > ul.mmc-nav-list > li > a:after {
    content: '';
    background-color: #003349;
    display: block;
    height: 3px;
    width: 0;
    transition: width .7s ease;
    -webkit-transition: width 0.5s ease, background-color 0.7s ease;
    -moz-transition: width 0.5s ease, background-color 0.7s ease;
    /* position the content to the left bottom corner of the parent element to make it to slide out from left to right on hover */
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li > a span + span {
    display: none;
  }
  body.default .mmc-header .mmc-nav > ul.mmc-nav-list > li:hover > a:before {
    width: 100%;
    background-color: #003349;
    transition: width 0.7s ease;
    -webkit-transition: width 0.7s ease;
    -moz-transition: width 0.7s ease;
  }
  body.default .mmc-header .mmc-nav > ul.mmc-nav-list > li:hover > a:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
    -webkit-transition: width 0s ease;
    -moz-transition: width .0s ease;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.current-menu-item > a,
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.current-menu-ancestor > a,
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.current-page-item > a,
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.current_page_item > a {
    color: rgba(255, 255, 255, 0.6) !important;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.current-menu-item > a:before,
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.current-menu-ancestor > a:before,
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.current-page-item > a:before,
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.current_page_item > a:before {
    width: 100% !important;
    background-color: #003349;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children {
    /*all child levels*/
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul {
    text-align: left;
    /*only 3+ levels*/
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li {
    background: #ffffff;
    padding: 0 15px 0 10px;
  }
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li {
    color: "";
    background-color: #2a2a2a;
    border-color: "";
  }
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li {
    color: "";
    background-color: #ffffff;
    border-color: "";
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a {
    color: #2a2a2a;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
    padding: 0 0 0 15px;
    display: block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a {
    color: #ffffff;
    background-color: "";
    border-color: "";
  }
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a {
    color: #2a2a2a;
    background-color: "";
    border-color: "";
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item {
    background: #f7f7f7;
  }
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item {
    color: "";
    background-color: #323232;
    border-color: "";
  }
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item {
    color: "";
    background-color: #f7f7f7;
    border-color: "";
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a {
    color: #003349;
  }
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a {
    color: #ffffff;
    background-color: "";
    border-color: "";
  }
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:hover > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-ancestor > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current_page_item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.current-menu-item > a {
    color: #003349;
    background-color: "";
    border-color: "";
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.parent > a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 18px;
    float: right;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.parent:hover > a:after {
    color: #003349;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.orientation-left ul {
    left: auto;
    right: 100%;
    margin-right: 5px;
    z-index: 2;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.orientation-left ul ul {
    margin-right: 0;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.orientation-left ul li {
    border-left-width: 0;
    border-right-width: 5px;
    padding: 0 10px 0 15px;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.orientation-left ul li a {
    padding: 0 15px 0 0;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.orientation-left ul li.parent > a:after {
    display: none;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.orientation-left ul li.parent > a:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 18px;
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li.orientation-left ul li.parent:hover > a:before {
    color: #003349;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul ul {
    top: 0;
    left: 100%;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children {
    position: static;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul {
    background: #ffffff;
    left: 0;
    padding: 25px 0 35px;
    width: 100%;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li {
    display: inline-block;
    padding-right: 15px;
    text-align: left;
    vertical-align: top;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li {
    border-left: 1px solid rgba(42, 42, 42, 0.1);
    padding-left: 15px;
  }
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li {
    color: "";
    background-color: "";
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li + li {
    color: "";
    background-color: "";
    border-color: rgba(42, 42, 42, 0.1);
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a {
    font-family: Homenaje, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #2a2a2a;
    letter-spacing: 1px;
  }
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a {
    color: #ffffff;
    background-color: "";
    border-color: "";
  }
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a {
    color: #2a2a2a;
    background-color: "";
    border-color: "";
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover {
    color: #003349;
  }
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover {
    color: #ffffff;
    background-color: "";
    border-color: "";
  }
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li > a[href]:hover {
    color: #003349;
    background-color: "";
    border-color: "";
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    position: static;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li {
    display: block;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
    color: #2a2a2a;
  }
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a {
    color: #ffffff;
    background-color: "";
    border-color: "";
  }
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li li a {
    color: #2a2a2a;
    background-color: "";
    border-color: "";
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a {
    display: block;
    padding: 5px 0px 5px 15px;
    white-space: normal;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover {
    background: #f7f7f7;
    color: #003349;
  }
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover {
    color: #ffffff;
    background-color: #323232;
    border-color: "";
  }
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li a[href]:hover {
    color: #003349;
    background-color: #f7f7f7;
    border-color: "";
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a {
    color: #003349;
  }
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a {
    color: #ffffff;
    background-color: "";
    border-color: "";
  }
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li.current-menu-item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current_page_item > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children > ul > li .current-menu-item > a {
    color: #003349;
    background-color: "";
    border-color: "";
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-expand-children:hover ul {
    visibility: visible;
  }
  .mmc-header .mmc-nav a.mmc-nav-more-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-header .mmc-nav {
    clear: both;
    padding-bottom: 20px;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open,
  .mmc-header .mmc-nav.header-nav-open {
    border-bottom: 1px solid;
    display: block;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list a,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list a {
    border-bottom: none;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li > a,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li > a {
    font-size: 14px;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children {
    position: relative;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > a,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > a {
    margin-right: 30px;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn {
    font-family: 'FontAwesome';
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 4px;
    padding: 0;
    margin: 0;
    border: none;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:after,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:after {
    content: '\f055';
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:hover:before,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:hover:before {
    content: '';
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul {
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children a,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children a {
    font-weight: bold;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
    padding-left: 20px;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a {
    border-bottom: none;
    font-weight: normal;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > ul,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > ul {
    position: inherit;
    visibility: visible;
    opacity: 1;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > a.mmc-nav-more-btn:after,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > a.mmc-nav-more-btn:after {
    content: '\f056';
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list li.current_page_item > a,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list li.current_page_item > a,
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list li > a:hover,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list li > a:hover {
    position: relative;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list li.current_page_item > a:before,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list li.current_page_item > a:before,
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list li > a:hover:before,
  .mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list li > a:hover:before {
    content: "\f0da";
    font-family: "FontAwesome";
    color: #8eb8c9;
    position: absolute;
    top: 10px;
    left: 5px;
  }
  .mmc-header .mmc-nav li {
    width: 100% !important;
    padding: 0 !important;
  }
  .mmc-header .mmc-nav a {
    border-bottom: 1px solid #2a2a2a;
    border-bottom: 1px solid rgba(42, 42, 42, 0.1);
    display: block;
    font-size: 14px;
    padding: 10px 15px 10px 25px;
  }
  .mmc-dark-bg.mmc-header .mmc-nav a,
  .mmc-dark-bg .mmc-header .mmc-nav a,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav a,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav a {
    color: rgba(255, 255, 255, 0.8);
    background-color: "";
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mmc-light-bg.mmc-header .mmc-nav a,
  .mmc-light-bg .mmc-header .mmc-nav a,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav a,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav a {
    color: rgba(42, 42, 42, 0.8);
    background-color: "";
    border-color: rgba(42, 42, 42, 0.1);
  }
  .mmc-header .mmc-nav a i {
    margin-right: 5px;
  }
  .mmc-header .mmc-nav a span + span {
    display: none;
  }
  .mmc-header .mmc-nav li.parent > a {
    font-size: 16px;
  }
  .mmc-header .mmc-nav > ul > li > a {
    font-size: 16px;
    padding-left: 15px;
  }
  .mmc-dark-bg.mmc-header .mmc-nav > ul > li > a,
  .mmc-dark-bg .mmc-header .mmc-nav > ul > li > a,
  .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul > li > a,
  .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul > li > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul > li > a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul > li > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-nav > ul > li > a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-nav > ul > li > a {
    color: #ffffff;
    background-color: "";
    border-color: "";
  }
  .mmc-light-bg.mmc-header .mmc-nav > ul > li > a,
  .mmc-light-bg .mmc-header .mmc-nav > ul > li > a,
  .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul > li > a,
  .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul > li > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul > li > a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul > li > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-nav > ul > li > a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-nav > ul > li > a {
    color: #2a2a2a;
    background-color: "";
    border-color: "";
  }
}
.mmc-header .mmc-search-form .mmc-search-form-trigger + div,
.mmc-header .xmmc-mobile-search-form .mmc-search-form-trigger + div,
.mmc-header .mmc-search-form .mmc-search-form-trigger .mmc-search-form-container,
.mmc-header .xmmc-mobile-search-form .mmc-search-form-trigger .mmc-search-form-container {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mmc-header .mmc-search-form .mmc-search-form-trigger.active + div,
.mmc-header .xmmc-mobile-search-form .mmc-search-form-trigger.active + div,
.mmc-header .mmc-search-form .mmc-search-form-trigger.active .mmc-search-form-container,
.mmc-header .xmmc-mobile-search-form .mmc-search-form-trigger.active .mmc-search-form-container {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 100;
}
.mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-header .xmmc-mobile-search-form .mmc-search-form-container {
  background: #fff;
  border-top: 1px solid rgba(42, 42, 42, 0.1);
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  padding: 30px 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}
.mmc-dark-bg.mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-dark-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container,
.mmc-dark-bg .mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-dark-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container,
.mmc-light-bg .mmc-dark-bg.mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-light-bg .mmc-dark-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container,
.mmc-light-bg .mmc-dark-bg .mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-light-bg .mmc-dark-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.23);
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-light-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container,
.mmc-light-bg .mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-light-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container,
.mmc-dark-bg .mmc-light-bg.mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-dark-bg .mmc-light-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container,
.mmc-dark-bg .mmc-light-bg .mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-dark-bg .mmc-light-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-search-form .mmc-search-form-container,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container {
  color: #2a2a2a;
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-header .mmc-search-form .mmc-search-form-container form,
.mmc-header .xmmc-mobile-search-form .mmc-search-form-container form {
  margin: 0 auto;
  width: 450px;
}
.mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-header .xmmc-mobile-search-form .mmc-search-form-container button {
  width: 40px;
  height: 100%;
  background-color: transparent !important;
  border: none;
  color: #2a2a2a;
  font-size: 22px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 5px;
}
.mmc-dark-bg.mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-dark-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container button,
.mmc-dark-bg .mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-dark-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container button,
.mmc-light-bg .mmc-dark-bg.mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-light-bg .mmc-dark-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container button,
.mmc-light-bg .mmc-dark-bg .mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-light-bg .mmc-dark-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container button {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.23);
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-light-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container button,
.mmc-light-bg .mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-light-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container button,
.mmc-dark-bg .mmc-light-bg.mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-dark-bg .mmc-light-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container button,
.mmc-dark-bg .mmc-light-bg .mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-dark-bg .mmc-light-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-search-form .mmc-search-form-container button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container button {
  color: #2a2a2a;
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-header .xmmc-mobile-search-form .mmc-search-form-container input {
  width: 400px;
  cursor: text;
  background-color: transparent !important;
  box-shadow: none;
  color: #2a2a2a;
  font-size: 14px;
  height: 30px;
  padding: 0 30px 0 5px;
  border: none;
  border-bottom: 2px solid rgba(42, 42, 42, 0.1);
  cursor: default;
  margin-bottom: 30px;
}
.mmc-dark-bg.mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-dark-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container input,
.mmc-dark-bg .mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-dark-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container input,
.mmc-light-bg .mmc-dark-bg.mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-light-bg .mmc-dark-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container input,
.mmc-light-bg .mmc-dark-bg .mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-light-bg .mmc-dark-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container input,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container input,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container input,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container input,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container input {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-light-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container input,
.mmc-light-bg .mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-light-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container input,
.mmc-dark-bg .mmc-light-bg.mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-dark-bg .mmc-light-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container input,
.mmc-dark-bg .mmc-light-bg .mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-dark-bg .mmc-light-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container input,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container input,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container input,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .xmmc-mobile-search-form .mmc-search-form-container input,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-search-form .mmc-search-form-container input,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .xmmc-mobile-search-form .mmc-search-form-container input {
  color: "";
  background-color: #ffffff;
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-header .mmc-mobile-search-form {
  padding-bottom: 20px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.mmc-header .mmc-mobile-search-form .mmc-search-form-container {
  position: static;
  border-top: none;
  border-bottom: none;
}
.mmc-header .mmc-mobile-search-form input {
  width: 170px;
  cursor: text;
  background-color: transparent !important;
  box-shadow: none;
  color: #2a2a2a;
  font-size: 14px;
  height: 30px;
  padding: 2px 5px 2px 10px;
  border: none;
  cursor: default;
  margin-bottom: 0px;
}
.mmc-dark-bg.mmc-header .mmc-mobile-search-form input,
.mmc-dark-bg .mmc-header .mmc-mobile-search-form input,
.mmc-light-bg .mmc-dark-bg.mmc-header .mmc-mobile-search-form input,
.mmc-light-bg .mmc-dark-bg .mmc-header .mmc-mobile-search-form input,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-mobile-search-form input,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-mobile-search-form input,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-header .mmc-mobile-search-form input,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-header .mmc-mobile-search-form input {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-header .mmc-mobile-search-form input,
.mmc-light-bg .mmc-header .mmc-mobile-search-form input,
.mmc-dark-bg .mmc-light-bg.mmc-header .mmc-mobile-search-form input,
.mmc-dark-bg .mmc-light-bg .mmc-header .mmc-mobile-search-form input,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-mobile-search-form input,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-mobile-search-form input,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-header .mmc-mobile-search-form input,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-header .mmc-mobile-search-form input {
  color: "";
  background-color: #ffffff;
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-header .mmc-mobile-search-form button {
  width: 40px;
  height: 100%;
  background-color: transparent !important;
  border: none;
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
}
.mmc-header .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-search-form {
  border-color: #2a2a2a;
}
.mmc-header .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-search-form .mmc-search-form-container {
  background-color: #f6f6f6 !important;
}
.mmc-header .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-search-form button {
  color: #2a2a2a;
}
.mmc-header .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-search-form input {
  color: #2a2a2a;
}
.mmc-header .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-search-form {
  border-color: #ffffff;
}
.mmc-header .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-search-form .mmc-search-form-container {
  background-color: #1d1d1d !important;
}
.mmc-header .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-search-form button {
  color: #ffffff;
}
.mmc-header .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-search-form input {
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .mmc-header.header-sticky.sticked {
    position: fixed;
    top: 0;
  }
  .mmc-header.header-sticky.sticked nav > ul > li > a {
    line-height: 53px !important;
  }
  .mmc-header.header-sticky.sticked .mmc-logo img {
    margin: 1.5px 0;
    width: auto;
  }
  .mmc-header.header-sticky.sticked .mmc_extra_menu {
    height: auto;
    margin: 6.5px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .mmc-header.mmc-header nav > ul > li > a {
    line-height: 70px;
    font-size: 16px;
  }
  .mmc-header.mmc-header nav > ul.top > li > a {
    line-height: 3.5 !important;
  }
  .mmc-header.mmc-header nav > ul.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .mmc-header.mmc-header nav > ul.bottom > li > a {
    line-height: 3.5 !important;
  }
  .header-sticky.sticked.mmc-header.mmc-header nav > ul > li > a {
    line-height: 53px;
  }
}
@media only screen and (min-width: 1025px) {
  header.header-sticky2 + section {
    padding-top: 70px;
  }
}
header + section.main {
  margin-top: 70px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-dark-bg.mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a,
  .mmc-dark-bg .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a,
  .mmc-light-bg .mmc-dark-bg.mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a,
  .mmc-light-bg .mmc-dark-bg .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a,
  .mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a,
  .mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a {
    color: rgba(255, 255, 255, 0.95);
    background-color: "";
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mmc-light-bg.mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a,
  .mmc-light-bg .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a,
  .mmc-dark-bg .mmc-light-bg.mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a,
  .mmc-dark-bg .mmc-light-bg .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a,
  .mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a,
  .mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li a {
    color: rgba(42, 42, 42, 0.95);
    background-color: "";
    border-color: rgba(42, 42, 42, 0.1);
  }
}
.mobile-looking-menu {
  clear: both;
  padding-bottom: 20px;
}
.mobile-looking-menu.touchscreen-nav-open,
.mobile-looking-menu.header-nav-open {
  border-bottom: 1px solid;
  display: block;
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list a,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list a {
  border-bottom: none;
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list > li > a,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list > li > a {
  font-size: 14px;
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list > li.menu-item-has-children {
  position: relative;
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > a,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > a {
  margin-right: 30px;
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn {
  font-family: 'FontAwesome';
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 4px;
  padding: 0;
  margin: 0;
  border: none;
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:after,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:after {
  content: '\f055';
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:hover:before,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:hover:before {
  content: '';
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children a,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children a {
  font-weight: bold;
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
  padding-left: 20px;
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a {
  border-bottom: none;
  font-weight: normal;
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > ul,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > ul {
  position: inherit;
  visibility: visible;
  opacity: 1;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > a.mmc-nav-more-btn:after,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > a.mmc-nav-more-btn:after {
  content: '\f056';
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list li.current_page_item > a,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list li.current_page_item > a,
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list li > a:hover,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list li > a:hover {
  position: relative;
}
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list li.current_page_item > a:before,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list li.current_page_item > a:before,
.mobile-looking-menu.touchscreen-nav-open ul.mmc-nav-list li > a:hover:before,
.mobile-looking-menu.header-nav-open ul.mmc-nav-list li > a:hover:before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #8eb8c9;
  position: absolute;
  top: 10px;
  left: 5px;
}
.mobile-looking-menu li {
  width: 100% !important;
  padding: 0 !important;
}
.mobile-looking-menu a {
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  display: block;
  font-size: 14px;
  padding: 10px 15px 10px 25px;
}
.mmc-dark-bg.mobile-looking-menu a,
.mmc-dark-bg .mobile-looking-menu a,
.mmc-light-bg .mmc-dark-bg.mobile-looking-menu a,
.mmc-light-bg .mmc-dark-bg .mobile-looking-menu a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mobile-looking-menu a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mobile-looking-menu a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mobile-looking-menu a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mobile-looking-menu a {
  color: rgba(255, 255, 255, 0.8);
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mobile-looking-menu a,
.mmc-light-bg .mobile-looking-menu a,
.mmc-dark-bg .mmc-light-bg.mobile-looking-menu a,
.mmc-dark-bg .mmc-light-bg .mobile-looking-menu a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mobile-looking-menu a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mobile-looking-menu a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mobile-looking-menu a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mobile-looking-menu a {
  color: rgba(42, 42, 42, 0.8);
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mobile-looking-menu a i {
  margin-right: 5px;
}
.mobile-looking-menu a span + span {
  display: none;
}
.mobile-looking-menu li.parent > a {
  font-size: 16px;
}
.mobile-looking-menu > ul > li > a {
  font-size: 16px;
  padding-left: 15px;
}
.mmc-dark-bg.mobile-looking-menu > ul > li > a,
.mmc-dark-bg .mobile-looking-menu > ul > li > a,
.mmc-light-bg .mmc-dark-bg.mobile-looking-menu > ul > li > a,
.mmc-light-bg .mmc-dark-bg .mobile-looking-menu > ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mobile-looking-menu > ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mobile-looking-menu > ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mobile-looking-menu > ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mobile-looking-menu > ul > li > a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mobile-looking-menu > ul > li > a,
.mmc-light-bg .mobile-looking-menu > ul > li > a,
.mmc-dark-bg .mmc-light-bg.mobile-looking-menu > ul > li > a,
.mmc-dark-bg .mmc-light-bg .mobile-looking-menu > ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mobile-looking-menu > ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mobile-looking-menu > ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mobile-looking-menu > ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mobile-looking-menu > ul > li > a {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
body.header_popout_left {
  overflow-x: visible;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-search-form {
  display: block;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar {
  display: block;
  position: fixed;
  top: 0;
  right: -290px;
  width: 290px;
  overflow: hidden;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar.touchscreen-nav-open {
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap {
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -50px;
  padding-right: 50px;
  height: 100%;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .widget-area .widget_mmc_social_links a i {
  color: #ffffff;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'] {
  color: #ffffff;
  background: #1d1d1d;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='submit'] {
  border-color: #ffffff;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .widget-area .widget_mmc_social_links a i {
  color: #2a2a2a;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'] {
  color: #2a2a2a;
  background: #f6f6f6;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='submit'] {
  border-color: #2a2a2a;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar {
  display: block;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .links-area {
  padding: 0 15px;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar a#mmc_toolbar_subscribe_link {
  display: none;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area {
  margin-top: 15px;
  overflow: hidden;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area .mmc-widget {
  margin-top: 0;
  margin: 15px 0;
  overflow: hidden;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area .mmc-widget-title {
  text-transform: none;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area .widget_mmc_social_links .mmc-widget-title {
  display: none;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area .widget_mmc_social_links .mmc-social-links {
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu {
  border-bottom: none;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu > li.menu-item-language {
  padding-top: 20px;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li {
  border-bottom: none;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a,
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover,
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a {
  position: relative;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a:before,
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover:before,
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #8eb8c9;
  position: absolute;
  top: 5px;
  left: 0px;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a + ul.submenu-languages li a:before,
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover + ul.submenu-languages li a:before,
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a + ul.submenu-languages li a:before {
  content: '';
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.submenu-languages {
  background: transparent;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a {
  font-size: 14px;
  text-transform: none;
  padding: 4px 10px;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a i {
  padding-right: 5px;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header,
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu {
  background-color: transparent;
  margin-left: 20px;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header li a,
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu li a {
  padding: 4px 10px;
  border: none;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header li a:hover,
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu li a:hover {
  background: none;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul {
  padding-top: 20px;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul form > label {
  padding: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul form > input[type='email'] {
  font-size: 14px;
  padding: 0 10px;
  height: 35px;
  margin: 10px 0;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel {
  width: 100%;
  height: auto;
  font-family: inherit;
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul {
  width: 100%;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li {
  width: 100%;
  float: left;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li a {
  border: 1px solid rgba(42, 42, 42, 0.1);
  line-height: 32px;
  font-size: 12px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li > a {
  background: none;
  color: #ffffff;
  border: 1px solid rgba(42, 42, 42, 0.1);
  margin-bottom: 15px;
  cursor: default;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul {
  visibility: visible;
  position: static;
  height: auto;
  width: 100%;
  border: none;
  margin-top: 20px;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul li {
  width: 100%;
  margin-top: 10px !important;
}
body.header_popout_left header .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul li a {
  background: none;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel {
  border-color: #2a2a2a;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li > a {
  border-color: #003349;
  background: #003349;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li ul li a {
  border-color: #2a2a2a;
  color: #2a2a2a;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg a {
  color: #ffffff !important;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel {
  border-color: #ffffff;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel > ul > li > a {
  border-color: #8eb8c9;
  background: #8eb8c9;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel > ul > li ul li a {
  border-color: #ffffff;
  color: #ffffff;
}
body.header_popout_left header.mmc-header {
  height: auto;
  width: auto;
}
body.header_popout_left header.mmc-header .mmc-nav {
  clear: both;
  padding-bottom: 20px;
}
body.header_popout_left header.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item.mmc-nav-open ul.sub-menu-header {
  display: block;
  background: none;
  border: none;
  position: inherit;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
}
body.header_popout_left header.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item.mmc-nav-open ul.sub-menu-header li {
  background: none;
  border: none;
}
body.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a {
  display: block;
  padding: 10px 15px 10px 25px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.6;
  width: 100%;
}
.mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg body.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-dark-bg body.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg body.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg body.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a {
  color: rgba(255, 255, 255, 0.8);
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bgbody.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
.mmc-light-bg body.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-light-bgbody.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-light-bg body.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg body.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgbody.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg body.header_popout_left header.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a {
  color: rgba(42, 42, 42, 0.8);
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open {
  border-bottom: 1px solid;
  display: block;
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list a,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list a {
  border-bottom: none;
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li > a,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li > a {
  font-size: 14px;
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children {
  position: relative;
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > a,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > a {
  margin-right: 30px;
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn {
  font-family: 'FontAwesome';
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 4px;
  padding: 0;
  margin: 0;
  border: none;
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:after,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:after {
  content: '\f055';
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:hover:before,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:hover:before {
  content: '';
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children a,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children a {
  font-weight: bold;
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
  padding-left: 20px;
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a {
  border-bottom: none;
  font-weight: normal;
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > ul,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > ul {
  position: inherit;
  visibility: visible;
  opacity: 1;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > a.mmc-nav-more-btn:after,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > a.mmc-nav-more-btn:after {
  content: '\f056';
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list li.current_page_item > a,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list li.current_page_item > a,
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list li > a:hover,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list li > a:hover {
  position: relative;
}
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list li.current_page_item > a:before,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list li.current_page_item > a:before,
body.header_popout_left header.mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list li > a:hover:before,
body.header_popout_left header.mmc-header .mmc-nav.header-nav-open ul.mmc-nav-list li > a:hover:before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #8eb8c9;
  position: absolute;
  top: 10px;
  left: 5px;
}
body.header_popout_left header.mmc-header .mmc-nav li {
  width: 100% !important;
  padding: 0 !important;
}
body.header_popout_left header.mmc-header .mmc-nav a {
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  display: block;
  font-size: 14px;
  padding: 10px 15px 10px 25px;
}
.mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-nav a,
.mmc-dark-bg body.header_popout_left header.mmc-header .mmc-nav a,
.mmc-light-bg .mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-nav a,
.mmc-light-bg .mmc-dark-bg body.header_popout_left header.mmc-header .mmc-nav a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-nav a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg body.header_popout_left header.mmc-header .mmc-nav a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-nav a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg body.header_popout_left header.mmc-header .mmc-nav a {
  color: rgba(255, 255, 255, 0.8);
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bgbody.header_popout_left header.mmc-header .mmc-nav a,
.mmc-light-bg body.header_popout_left header.mmc-header .mmc-nav a,
.mmc-dark-bg .mmc-light-bgbody.header_popout_left header.mmc-header .mmc-nav a,
.mmc-dark-bg .mmc-light-bg body.header_popout_left header.mmc-header .mmc-nav a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody.header_popout_left header.mmc-header .mmc-nav a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg body.header_popout_left header.mmc-header .mmc-nav a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgbody.header_popout_left header.mmc-header .mmc-nav a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg body.header_popout_left header.mmc-header .mmc-nav a {
  color: rgba(42, 42, 42, 0.8);
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
body.header_popout_left header.mmc-header .mmc-nav a i {
  margin-right: 5px;
}
body.header_popout_left header.mmc-header .mmc-nav a span + span {
  display: none;
}
body.header_popout_left header.mmc-header .mmc-nav li.parent > a {
  font-size: 16px;
}
body.header_popout_left header.mmc-header .mmc-nav > ul > li > a {
  font-size: 16px;
  padding-left: 15px;
}
.mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-nav > ul > li > a,
.mmc-dark-bg body.header_popout_left header.mmc-header .mmc-nav > ul > li > a,
.mmc-light-bg .mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-nav > ul > li > a,
.mmc-light-bg .mmc-dark-bg body.header_popout_left header.mmc-header .mmc-nav > ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-nav > ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg body.header_popout_left header.mmc-header .mmc-nav > ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-nav > ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg body.header_popout_left header.mmc-header .mmc-nav > ul > li > a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bgbody.header_popout_left header.mmc-header .mmc-nav > ul > li > a,
.mmc-light-bg body.header_popout_left header.mmc-header .mmc-nav > ul > li > a,
.mmc-dark-bg .mmc-light-bgbody.header_popout_left header.mmc-header .mmc-nav > ul > li > a,
.mmc-dark-bg .mmc-light-bg body.header_popout_left header.mmc-header .mmc-nav > ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody.header_popout_left header.mmc-header .mmc-nav > ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg body.header_popout_left header.mmc-header .mmc-nav > ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgbody.header_popout_left header.mmc-header .mmc-nav > ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg body.header_popout_left header.mmc-header .mmc-nav > ul > li > a {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
body.header_popout_left header.mmc-header .mmc-mobile-search-form button {
  float: right;
}
body.header_popout_left header.mmc-header .mmc-mobile-search-form button i {
  line-height: 23px;
}
.mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-mobile-search-form button i,
.mmc-dark-bg body.header_popout_left header.mmc-header .mmc-mobile-search-form button i,
.mmc-light-bg .mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-mobile-search-form button i,
.mmc-light-bg .mmc-dark-bg body.header_popout_left header.mmc-header .mmc-mobile-search-form button i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-mobile-search-form button i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg body.header_popout_left header.mmc-header .mmc-mobile-search-form button i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgbody.header_popout_left header.mmc-header .mmc-mobile-search-form button i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg body.header_popout_left header.mmc-header .mmc-mobile-search-form button i {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bgbody.header_popout_left header.mmc-header .mmc-mobile-search-form button i,
.mmc-light-bg body.header_popout_left header.mmc-header .mmc-mobile-search-form button i,
.mmc-dark-bg .mmc-light-bgbody.header_popout_left header.mmc-header .mmc-mobile-search-form button i,
.mmc-dark-bg .mmc-light-bg body.header_popout_left header.mmc-header .mmc-mobile-search-form button i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgbody.header_popout_left header.mmc-header .mmc-mobile-search-form button i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg body.header_popout_left header.mmc-header .mmc-mobile-search-form button i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgbody.header_popout_left header.mmc-header .mmc-mobile-search-form button i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg body.header_popout_left header.mmc-header .mmc-mobile-search-form button i {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
body.header_popout_left header.mmc-dark-bg .mmc-mobile-search-form button i,
body.header_popout_left header.mmc-dark-bg .mmc-widget ul.menu > li > ul a {
  color: #ffffff;
}
body.header_popout_left header.mmc-light-bg .mmc-mobile-search-form button i,
body.header_popout_left header.mmc-light-bg .mmc-widget ul.menu > li > ul a {
  color: #2a2a2a;
}
body.header_popout_left header .mmc-header-inner {
  display: block;
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  overflow: hidden;
  height: 100%;
  padding: 20px 0 20px 20px;
}
body.header_popout_left header .mmc-header-inner .mmc-popup-inwrap {
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -40px;
  padding-right: 40px;
  height: 100%;
}
body.header_popout_left header .mmc-header-inner .mmc-nav {
  white-space: inherit;
}
body.header_popout_left header .mmc-header-inner .mmc-nav ul li .sub-menu-page {
  display: none;
}
body.header_popout_left header .mmc-header-inner .mmc-nav > ul.mmc-nav-list {
  text-align: inherit;
}
body.header_popout_left header .mmc-header-inner .mmc-nav > ul.mmc-nav-list > li:hover > a:before,
body.header_popout_left header .mmc-header-inner .mmc-nav > ul.mmc-nav-list > li > a:before,
body.header_popout_left header .mmc-header-inner .mmc-nav > ul.mmc-nav-list > li:hover > a:after,
body.header_popout_left header .mmc-header-inner .mmc-nav > ul.mmc-nav-list > li > a:after {
  background: none;
  transition: none;
}
body.header_popout_left header .mmc-header-inner nav > ul > li > a {
  line-height: inherit;
  color: #000;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar {
  position: inherit;
  top: inherit;
  right: inherit;
  width: 100%;
}
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar .mmc-mobile-search-form,
body.header_popout_left header .mmc-header-inner .mmc-nav-and-sidebar .mmc-mobile-toolbar {
  display: block;
}
body.header_popout_left header .mmc_header_popout_left {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: #000;
  text-align: center;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
body.header_popout_left header .mmc_header_popout_left a.mmc-nav-trigger {
  padding-top: 35px;
  font-size: 22px;
  display: block;
  cursor: pointer;
}
body.header_popout_left header .mmc_header_popout_left a.slideout-cart-btn i {
  display: block;
}
body.header_popout_left section,
body.header_popout_left footer,
body.header_popout_left .subfooter {
  margin-left: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.header_popout_left.mmc-header-push-right {
  left: 330px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.header_popout_left.mmc-header-push-right header .mmc-header-inner {
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.header_popout_left.mmc-header-push-right header .mmc_extra_menu {
  display: none;
}
body.header_popout_left.mmc-header-push-right header .mmc_header_popout_left {
  left: 280px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.header_popout_left.mmc-header-push-right-closed {
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.header_popout_left .mmc-sidebar-button {
  left: 50px;
}
body.header_popout_left.mmc-sidebar-push-left header .mmc_header_popout_left {
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.mmc-nav-push-right {
  left: -290px !important;
}
body.mmc-nav-push-right.mmc_navgroup_left {
  left: 290px !important;
}
body.mmc-nav-push-right.mmc_navgroup_left .mmc-nav-and-sidebar {
  left: 0;
  right: initial;
}
body {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#header.slideout_small .visible-touchscreen,
#header.slideout_full .visible-touchscreen {
  display: inline-block !important;
}
#header.slideout_small .mmc-search-form,
#header.slideout_full .mmc-search-form {
  display: none;
}
#header.slideout_small .mmc_extra_hamburger,
#header.slideout_full .mmc_extra_hamburger {
  position: relative;
  margin-right: 20px;
  z-index: 99;
}
.mmc-nav-push-right #header.slideout_small .mmc_extra_hamburger .mmc-icon-align-justify:before,
.mmc-nav-push-right #header.slideout_full .mmc_extra_hamburger .mmc-icon-align-justify:before {
  content: "\f00d";
}
body.mmc-nav-push-right #header.slideout_small .mmc_extra_hamburger,
body.mmc-nav-push-right #header.slideout_full .mmc_extra_hamburger {
  position: fixed;
  right: 15px;
  margin-top: -20px;
}
#header.slideout_small.mmc_navgroup_left .mmc_extra_hamburger,
#header.slideout_full.mmc_navgroup_left .mmc_extra_hamburger {
  margin-left: 20px;
  margin-top: 0 !important;
  left: 0;
  right: inherit !important;
}
#header.slideout_small.mmc_navgroup_left .mmc-woo-mini-cart-contents,
#header.slideout_full.mmc_navgroup_left .mmc-woo-mini-cart-contents {
  left: 0;
}
#header.slideout_small .sub-menu-page,
#header.slideout_full .sub-menu-page {
  display: none;
}
#header.slideout_small .sub-menu-header,
#header.slideout_full .sub-menu-header {
  background-color: transparent;
  border: 0;
  visibility: visible;
  position: static;
  opacity: 1;
}
#header.slideout_small .sub-menu-header li,
#header.slideout_full .sub-menu-header li,
#header.slideout_small .sub-menu-header a,
#header.slideout_full .sub-menu-header a {
  background-color: transparent !important;
}
#header.slideout_small .mmc-nav-open .sub-menu-header,
#header.slideout_full .mmc-nav-open .sub-menu-header {
  display: block;
}
#header.slideout_small .touchscreen-nav-open,
#header.slideout_full .touchscreen-nav-open {
  top: 0;
  right: 0;
  border-bottom: 1px solid white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list .orientation-left,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list .orientation-left {
  box-shadow: none !important;
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list a,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list a {
  border-bottom: none;
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children {
  position: relative;
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > a,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > a {
  margin-right: 30px;
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn {
  font-family: 'FontAwesome';
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 4px;
  padding: 0;
  margin: 0;
  border: none;
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:after,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:after {
  content: '\f055' !important;
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:hover:before,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children .mmc-nav-more-btn:hover:before {
  content: '';
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children a,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children a {
  font-weight: bold;
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
  padding-left: 20px;
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a {
  border-bottom: none;
  font-weight: normal;
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > ul,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > ul {
  background-color: transparent !important;
  position: inherit;
  visibility: visible;
  opacity: 1;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > ul a,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > ul a {
  padding-left: 25px;
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > a.mmc-nav-more-btn:after,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children.mmc-nav-open > a.mmc-nav-more-btn:after {
  content: '\f056';
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list li.current_page_item > a,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list li.current_page_item > a,
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list li > a:hover,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list li > a:hover {
  position: relative;
}
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list li.current_page_item > a:before,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list li.current_page_item > a:before,
#header.slideout_small .touchscreen-nav-open ul.mmc-nav-list li > a:hover:before,
#header.slideout_full .touchscreen-nav-open ul.mmc-nav-list li > a:hover:before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #8eb8c9;
  position: absolute;
  top: 10px;
  left: 5px;
  display: none;
}
#header.slideout_small .close,
#header.slideout_full .close {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 15px;
  font-size: 20px;
}
#header.slideout_small .mmc-nav li,
#header.slideout_full .mmc-nav li {
  width: 100% !important;
  padding: 0 !important;
  display: block !important;
  text-align: left;
  text-transform: none;
}
#header.slideout_small .mmc-nav li a,
#header.slideout_full .mmc-nav li a {
  padding: 10px 15px;
  line-height: 70px !important;
  text-transform: none;
  letter-spacing: 0px;
}
#header.slideout_small .mmc-nav li a:before,
#header.slideout_full .mmc-nav li a:before,
#header.slideout_small .mmc-nav li a:after,
#header.slideout_full .mmc-nav li a:after {
  background-color: transparent;
}
#header.slideout_small .mmc-do-not-expand-children ul > li > a,
#header.slideout_full .mmc-do-not-expand-children ul > li > a,
#header.slideout_small .menu-item-has-children ul > li > a,
#header.slideout_full .menu-item-has-children ul > li > a {
  color: #2a2a2a;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-transform: none !important;
  letter-spacing: 1px !important;
  padding: 0 0 0 15px;
  display: block;
  width: 220px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mmc-dark-bg#header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg#header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg#header.slideout_small .menu-item-has-children ul > li > a,
.mmc-dark-bg#header.slideout_full .menu-item-has-children ul > li > a,
.mmc-dark-bg #header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg #header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg #header.slideout_small .menu-item-has-children ul > li > a,
.mmc-dark-bg #header.slideout_full .menu-item-has-children ul > li > a,
.mmc-light-bg .mmc-dark-bg#header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-dark-bg#header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-dark-bg#header.slideout_small .menu-item-has-children ul > li > a,
.mmc-light-bg .mmc-dark-bg#header.slideout_full .menu-item-has-children ul > li > a,
.mmc-light-bg .mmc-dark-bg #header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-dark-bg #header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-dark-bg #header.slideout_small .menu-item-has-children ul > li > a,
.mmc-light-bg .mmc-dark-bg #header.slideout_full .menu-item-has-children ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg#header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg#header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg#header.slideout_small .menu-item-has-children ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg#header.slideout_full .menu-item-has-children ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg #header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg #header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg #header.slideout_small .menu-item-has-children ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg #header.slideout_full .menu-item-has-children ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg#header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg#header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg#header.slideout_small .menu-item-has-children ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg#header.slideout_full .menu-item-has-children ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg #header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg #header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg #header.slideout_small .menu-item-has-children ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg #header.slideout_full .menu-item-has-children ul > li > a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg#header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg#header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg#header.slideout_small .menu-item-has-children ul > li > a,
.mmc-light-bg#header.slideout_full .menu-item-has-children ul > li > a,
.mmc-light-bg #header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg #header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg #header.slideout_small .menu-item-has-children ul > li > a,
.mmc-light-bg #header.slideout_full .menu-item-has-children ul > li > a,
.mmc-dark-bg .mmc-light-bg#header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-light-bg#header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-light-bg#header.slideout_small .menu-item-has-children ul > li > a,
.mmc-dark-bg .mmc-light-bg#header.slideout_full .menu-item-has-children ul > li > a,
.mmc-dark-bg .mmc-light-bg #header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-light-bg #header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-light-bg #header.slideout_small .menu-item-has-children ul > li > a,
.mmc-dark-bg .mmc-light-bg #header.slideout_full .menu-item-has-children ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg#header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg#header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg#header.slideout_small .menu-item-has-children ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg#header.slideout_full .menu-item-has-children ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg #header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg #header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg #header.slideout_small .menu-item-has-children ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg #header.slideout_full .menu-item-has-children ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg#header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg#header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg#header.slideout_small .menu-item-has-children ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg#header.slideout_full .menu-item-has-children ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg #header.slideout_small .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg #header.slideout_full .mmc-do-not-expand-children ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg #header.slideout_small .menu-item-has-children ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg #header.slideout_full .menu-item-has-children ul > li > a {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
#header.slideout_small .mmc-do-not-expand-children ul > li > a,
#header.slideout_full .mmc-do-not-expand-children ul > li > a {
  font-weight: 700;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-search-form,
#header.slideout_full .mmc-header-inner .mmc-mobile-search-form {
  display: block;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar,
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar {
  display: block;
  position: fixed;
  top: 0;
  right: -290px;
  width: 290px;
  overflow: hidden;
  height: 100%;
  padding: 150px 20px 20px 20px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.mmc_navgroup_left #header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar,
body.mmc_navgroup_left #header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar {
  right: 0;
  left: -290px;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.touchscreen-nav-open,
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.touchscreen-nav-open {
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.mmc_navgroup_left #header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.touchscreen-nav-open,
body.mmc_navgroup_left #header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.touchscreen-nav-open {
  left: 0;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap,
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap {
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -50px;
  padding-right: 50px;
  height: 100%;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .widget-area .widget_mmc_social_links a i,
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .widget-area .widget_mmc_social_links a i {
  color: #ffffff;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'],
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'] {
  color: #ffffff;
  background: #1d1d1d;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='submit'],
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='submit'] {
  border-color: #ffffff;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .widget-area .widget_mmc_social_links a i,
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .widget-area .widget_mmc_social_links a i {
  color: #2a2a2a;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'],
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='email'] {
  color: #2a2a2a;
  background: #f6f6f6;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='submit'],
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul input[type='submit'] {
  border-color: #2a2a2a;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar {
  display: block;
  padding: 10px;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar a#mmc_toolbar_subscribe_link,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar a#mmc_toolbar_subscribe_link {
  display: none;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area {
  margin-top: 15px;
  overflow: hidden;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area .mmc-widget,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area .mmc-widget {
  margin-top: 0;
  margin: 15px 0;
  overflow: hidden;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area .mmc-widget-title,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area .mmc-widget-title {
  text-transform: none;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area .widget_mmc_social_links .mmc-widget-title,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area .widget_mmc_social_links .mmc-widget-title {
  display: none;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area .widget_mmc_social_links .mmc-social-links,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area .widget_mmc_social_links .mmc-social-links {
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu {
  border-bottom: none;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu > li.menu-item-language,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu > li.menu-item-language {
  padding-top: 20px;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li {
  border-bottom: none;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a,
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover,
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a {
  position: relative;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a:before,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a:before,
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover:before,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover:before,
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a:before,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #8eb8c9;
  position: absolute;
  top: 5px;
  left: 0px;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a + ul.submenu-languages li a:before,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.current_page_item > a + ul.submenu-languages li a:before,
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover + ul.submenu-languages li a:before,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a:hover + ul.submenu-languages li a:before,
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a + ul.submenu-languages li a:before,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li.menu-item-language-current > a + ul.submenu-languages li a:before {
  content: '';
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.submenu-languages,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.submenu-languages {
  background: transparent;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a {
  font-size: 14px;
  text-transform: none;
  padding: 4px 10px;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a i,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li a i {
  padding-right: 5px;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header,
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu {
  background-color: transparent;
  margin-left: 20px;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header li a,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header li a,
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu li a,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu li a {
  padding: 4px 10px;
  border: none;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header li a:hover,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu-header li a:hover,
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu li a:hover,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .widget-area ul.menu li ul.sub-menu li a:hover {
  background: none;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul {
  padding-top: 20px;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul form > label,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul form > label {
  padding: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul form > input[type='email'],
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .links-area #mmc_toolbar_subscribe_popul form > input[type='email'] {
  font-size: 14px;
  padding: 0 10px;
  height: 35px;
  margin: 10px 0;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel {
  width: 100%;
  height: auto;
  font-family: inherit;
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul {
  width: 100%;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li {
  width: 100%;
  float: left;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li a,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li a {
  border: 1px solid rgba(42, 42, 42, 0.1);
  line-height: 32px;
  font-size: 12px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li > a,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li > a {
  background: none;
  color: #ffffff;
  border: 1px solid rgba(42, 42, 42, 0.1);
  margin-bottom: 15px;
  cursor: default;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul {
  visibility: visible;
  position: static;
  height: auto;
  width: 100%;
  border: none;
  margin-top: 20px;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul li,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul li {
  width: 100%;
  margin-top: 10px !important;
}
#header.slideout_small .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul li a,
#header.slideout_full .mmc-header-inner .mmc-mobile-toolbar .links-area #lang_sel > ul > li ul li a {
  background: none;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel,
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel {
  border-color: #2a2a2a;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li > a,
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li > a {
  border-color: #003349;
  background: #003349;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li ul li a,
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.mmc-light-bg .links-area #lang_sel > ul > li ul li a {
  border-color: #2a2a2a;
  color: #2a2a2a;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg a,
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg a {
  color: #ffffff !important;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel,
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel {
  border-color: #ffffff;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel > ul > li > a,
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel > ul > li > a {
  border-color: #8eb8c9;
  background: #8eb8c9;
}
#header.slideout_small .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel > ul > li ul li a,
#header.slideout_full .mmc-header-inner .mmc-nav-and-sidebar.mmc-dark-bg .links-area #lang_sel > ul > li ul li a {
  border-color: #ffffff;
  color: #ffffff;
}
#header.slideout_full .mmc-nav-and-sidebar.touchscreen-nav-open {
  width: 100%;
}
#header.slideout_full .mmc-nav-and-sidebar.touchscreen-nav-open .mmc-nav-list li {
  text-align: center !important;
}
#header.slideout_full .mmc-nav-and-sidebar.touchscreen-nav-open .mmc-nav-list li a {
  margin: 20px 0 !important;
  padding: 5px 0 !important;
  text-align: center !important;
  display: inline-block !important;
}
#header.slideout_full .mmc-nav-and-sidebar.touchscreen-nav-open .mmc-nav-list .sub-menu-header {
  padding: 0 0 !important;
  margin: 0 0 !important;
}
#header.slideout_full .mmc-nav-and-sidebar.touchscreen-nav-open .mmc-nav-list .sub-menu-header a {
  text-align: left !important;
}
#header.slideout_full .mmc-nav-and-sidebar.touchscreen-nav-open .mmc-nav-list .mmc-do-not-expand-children a {
  width: auto;
  margin: 20px 0 !important;
  padding: 5px 0 !important;
}
#header.slideout_full button.search-submit {
  float: right;
}
body.header_slideout_full.mmc-nav-push-right {
  left: 0 !important;
  right: 0;
  top: 0;
  bottom: 0;
}
body.header_slideout_full.mmc-nav-push-right .mmc-nav-overlay {
  display: none !important;
}
#mmc_toolbar_subscribe_btn {
  margin-bottom: 10px;
}
body.default .close {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .mmc-mobile-toolbar {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .mmc-toolbar {
    display: none !important;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.header_popout_left.mmc-header-push-right {
    left: 320px;
  }
  body.header_popout_left.mmc-header-push-right .mmc_header_popout_left {
    background-color: #000 !important;
  }
  body.header_popout_left section.main {
    margin-left: 0;
  }
  body.header_popout_left .mmc_header_popout_left {
    background-color: transparent !important;
  }
  body.header_popout_left .mmc-logo {
    margin: auto;
    float: none;
  }
}
/* Footer */
/*------------------------------------------------------------*/
footer [class^=mmc-column-size-] {
  min-height: 0px;
}
footer .footer-upper {
  padding-bottom: 30px;
}
nav.footer-nav {
  font-family: Montserrat, sans-serif;
  text-align: center;
}
nav.footer-nav a {
  display: block;
  color: #2a2a2a;
  color: rgba(42, 42, 42, 0.4);
  font-size: 12px;
  padding: 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mmc-dark-bgnav.footer-nav a,
.mmc-dark-bg nav.footer-nav a,
.mmc-light-bg .mmc-dark-bgnav.footer-nav a,
.mmc-light-bg .mmc-dark-bg nav.footer-nav a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgnav.footer-nav a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg nav.footer-nav a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgnav.footer-nav a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg nav.footer-nav a {
  color: rgba(255, 255, 255, 0.4);
  background-color: "";
  border-color: "";
}
.mmc-light-bgnav.footer-nav a,
.mmc-light-bg nav.footer-nav a,
.mmc-dark-bg .mmc-light-bgnav.footer-nav a,
.mmc-dark-bg .mmc-light-bg nav.footer-nav a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgnav.footer-nav a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg nav.footer-nav a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgnav.footer-nav a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg nav.footer-nav a {
  color: rgba(42, 42, 42, 0.4);
  background-color: "";
  border-color: "";
}
nav.footer-nav a i,
nav.footer-nav a span + span {
  display: none;
}
nav.footer-nav a:hover {
  color: #003349 !important;
}
nav.footer-nav > ul {
  padding: 35px 0;
}
nav.footer-nav > ul > li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-right: 15px;
}
nav.footer-nav > ul > li + li {
  padding-left: 15px;
}
nav.footer-nav > ul > li > a {
  color: #2a2a2a;
  font-size: 16px;
  padding-bottom: 20px;
}
.mmc-dark-bgnav.footer-nav > ul > li > a,
.mmc-dark-bg nav.footer-nav > ul > li > a,
.mmc-light-bg .mmc-dark-bgnav.footer-nav > ul > li > a,
.mmc-light-bg .mmc-dark-bg nav.footer-nav > ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgnav.footer-nav > ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg nav.footer-nav > ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgnav.footer-nav > ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg nav.footer-nav > ul > li > a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bgnav.footer-nav > ul > li > a,
.mmc-light-bg nav.footer-nav > ul > li > a,
.mmc-dark-bg .mmc-light-bgnav.footer-nav > ul > li > a,
.mmc-dark-bg .mmc-light-bg nav.footer-nav > ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgnav.footer-nav > ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg nav.footer-nav > ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgnav.footer-nav > ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg nav.footer-nav > ul > li > a {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
nav.footer-nav > ul > li > a:hover {
  color: #003349;
}
.mmc-dark-bgnav.footer-nav > ul > li > a:hover,
.mmc-dark-bg nav.footer-nav > ul > li > a:hover,
.mmc-light-bg .mmc-dark-bgnav.footer-nav > ul > li > a:hover,
.mmc-light-bg .mmc-dark-bg nav.footer-nav > ul > li > a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgnav.footer-nav > ul > li > a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg nav.footer-nav > ul > li > a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgnav.footer-nav > ul > li > a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg nav.footer-nav > ul > li > a:hover {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bgnav.footer-nav > ul > li > a:hover,
.mmc-light-bg nav.footer-nav > ul > li > a:hover,
.mmc-dark-bg .mmc-light-bgnav.footer-nav > ul > li > a:hover,
.mmc-dark-bg .mmc-light-bg nav.footer-nav > ul > li > a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgnav.footer-nav > ul > li > a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg nav.footer-nav > ul > li > a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgnav.footer-nav > ul > li > a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg nav.footer-nav > ul > li > a:hover {
  color: #003349;
  background-color: "";
  border-color: "";
}
nav.footer-nav > ul > li li {
  display: block;
}
@media only screen and (max-width: 767px) {
  nav.footer-nav > ul > li {
    width: 100% !important;
    padding: 0 !important;
  }
  nav.footer-nav > ul > li a {
    padding: 10px 15px 10px 25px;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }
  nav.footer-nav > ul > li > a {
    padding: 10px 15px;
  }
}
.subfooter {
  text-align: center;
}
.subfooter .logo {
  display: block;
  margin: 25px 0;
}
.subfooter .copyright {
  font-size: 12px;
  color: #6a6a6a;
  padding: 15px 0;
  margin-bottom: 0;
  border-top: 1px solid #2a2a2a;
  border-top: 1px solid rgba(42, 42, 42, 0.1);
}
.subfooter .mmc-feed {
  text-align: left;
}
.subfooter-nav ul {
  text-align: center;
  padding: 20px 0;
}
.subfooter-nav ul li {
  display: inline-block;
  margin: 0 5px;
}
.mmc-dark-bg.subfooter-nav ul li a,
.mmc-dark-bg .subfooter-nav ul li a,
.mmc-light-bg .mmc-dark-bg.subfooter-nav ul li a,
.mmc-light-bg .mmc-dark-bg .subfooter-nav ul li a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.subfooter-nav ul li a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .subfooter-nav ul li a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.subfooter-nav ul li a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .subfooter-nav ul li a {
  color: rgba(255, 255, 255, 0.4);
  background-color: "";
  border-color: "";
}
.mmc-light-bg.subfooter-nav ul li a,
.mmc-light-bg .subfooter-nav ul li a,
.mmc-dark-bg .mmc-light-bg.subfooter-nav ul li a,
.mmc-dark-bg .mmc-light-bg .subfooter-nav ul li a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.subfooter-nav ul li a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .subfooter-nav ul li a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.subfooter-nav ul li a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .subfooter-nav ul li a {
  color: rgba(42, 42, 42, 0.4);
  background-color: "";
  border-color: "";
}
.subfooter-nav ul li a:hover {
  color: #003349 !important;
}
.subfooter-nav ul li a i {
  margin-right: 5px;
}
.subfooter-nav ul li a span + span {
  display: none;
}
/* Page
/*------------------------------------------------------------*/
.single .mmc-main-wrapper {
  padding-top: 50px;
}
.single .mmc-main-wrapper:before,
.single .mmc-main-wrapper:after {
  display: table;
  content: " ";
}
.single .mmc-main-wrapper:after {
  clear: both;
  *zoom: 1;
}
.single .mmc-row.meta-top + .mmc-row.main-title .mmc-custom-title {
  margin-top: 0;
}
.single .mmc-row.meta-top + .mmc-row.main-title h1 {
  padding-top: 0;
  margin: 0;
}
.single .mmc-featured-image {
  margin: 10px 0 25px;
}
.single .mmc-featured-image img {
  width: 100%;
}
.single .mmc-meta {
  padding: 0 0 25px;
  color: #2a2a2a;
  color: rgba(42, 42, 42, 0.5);
  font-size: 14px;
}
.single .mmc-meta:before,
.single .mmc-meta:after {
  display: table;
  content: " ";
}
.single .mmc-meta:after {
  clear: both;
  *zoom: 1;
}
.single .mmc-meta.mmc-meta-before,
.single .mmc-meta.mmc-meta-after {
  margin-bottom: 20px;
  padding-top: 20px;
}
.single .mmc-meta .meta-item {
  float: left;
  margin-right: 20px;
}
.single .mmc-meta .meta-item i {
  margin-right: 5px;
}
.single .mmc-meta .meta-item.date {
  color: #cccccc;
}
.single .mmc-meta .share-block {
  float: right;
  margin-right: 0;
}
/* dark / light bg styles since it can't be reached through body class 'single'
/*------------------------------------------------------------*/
.mmc-dark-bg .mmc-meta,
.mmc-light-bg .mmc-dark-bg .mmc-meta,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-meta {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-dark-bg article .mmc-post-share li a,
.mmc-light-bg .mmc-dark-bg article .mmc-post-share li a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg article .mmc-post-share li a {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg .mmc-meta,
.mmc-dark-bg .mmc-light-bg .mmc-meta,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-meta {
  color: #2a2a2a;
  color: rgba(42, 42, 42, 0.5);
  border-color: #2a2a2a;
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-light-bg article .mmc-post-share li a,
.mmc-dark-bg .mmc-light-bg article .mmc-post-share li a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg article .mmc-post-share li a {
  color: #2a2a2a;
  color: rgba(42, 42, 42, 0.5);
  background: rgba(42, 42, 42, 0.2);
  border-color: #2a2a2a;
  border-color: rgba(42, 42, 42, 0.1);
}
/* Additional Elements
/*------------------------------------------------------------*/
.mmc-news-source {
  font-size: 14px;
  margin: 0 0 20px;
}
/* Post Content
/*------------------------------------------------------------*/
.mmc-post-content {
  padding-bottom: 30px;
}
.mmc-post-content p,
.mmc-post-content blockquote,
.mmc-post-content ul,
.mmc-post-content ol {
  margin-bottom: 30px;
}
.mmc-post-content blockquote {
  line-height: inherit;
  font-size: 20px;
}
.mmc-post-content a {
  font-weight: bold;
}
.mmc-post-content .mmc-post-share {
  clear: both;
}
.mmc-post-content .mmc-row {
  margin-top: 0;
  margin-bottom: 20px;
}
.mmc-post-content .mmc-row.no-margin {
  margin: 0 auto;
}
/* Author Block
/*------------------------------------------------------------*/
.mmc-author-block img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: auto;
}
.mmc-author-block .name {
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
  color: #8eb8c9;
}
.mmc-author-block .name span {
  color: #2a2a2a;
}
.mmc-dark-bg.mmc-author-block .name span,
.mmc-dark-bg .mmc-author-block .name span,
.mmc-light-bg .mmc-dark-bg.mmc-author-block .name span,
.mmc-light-bg .mmc-dark-bg .mmc-author-block .name span,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-author-block .name span,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-author-block .name span,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-author-block .name span,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-author-block .name span {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-author-block .name span,
.mmc-light-bg .mmc-author-block .name span,
.mmc-dark-bg .mmc-light-bg.mmc-author-block .name span,
.mmc-dark-bg .mmc-light-bg .mmc-author-block .name span,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-author-block .name span,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-author-block .name span,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-author-block .name span,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-author-block .name span {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-author-block .description {
  font-size: 14px;
  margin: 10px 0 20px;
  line-height: 23px;
}
/* Related Posts Section
/*------------------------------------------------------------*/
.mmc-related-block .mmc-item-list li:first-child {
  padding-left: 0;
}
.mmc-related-block .mmc-item-list li:last-child {
  padding-right: 0;
}
.mmc-related-block .mmc-item-list li .meta,
.mmc-related-block .mmc-item-list li .share-btn,
.mmc-related-block .mmc-item-list li .read-more {
  display: none;
}
.mmc-related-block .mmc-item-list li .item-content {
  padding-bottom: 0;
}
/* Previos/Next Post Links
/*------------------------------------------------------------*/
.pn-navigation {
  margin: 10px 0;
  margin-bottom: 30px;
}
.pn-navigation:before,
.pn-navigation:after {
  display: table;
  content: " ";
}
.pn-navigation:after {
  clear: both;
  *zoom: 1;
}
.previous-link a:hover,
.next-link a:hover {
  border-color: #003349 !important;
}
/*------------------------------------------------------------*/
/* Comments
/*------------------------------------------------------------*/
.mmc-comments-block {
  border-top: 1px solid rgba(42, 42, 42, 0.1);
  padding-top: 40px;
  /* Comments List and Style
	/*------------------------------------------------------------*/
  /* Comment Form
	/*------------------------------------------------------------*/
}
.mmc-comments-block ul {
  list-style: none;
  margin: 0;
}
.mmc-comments-block ul.comments {
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  margin-bottom: 30px;
}
.mmc-dark-bg.mmc-comments-block ul.comments,
.mmc-dark-bg .mmc-comments-block ul.comments,
.mmc-light-bg .mmc-dark-bg.mmc-comments-block ul.comments,
.mmc-light-bg .mmc-dark-bg .mmc-comments-block ul.comments,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-comments-block ul.comments,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-comments-block ul.comments,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-comments-block ul.comments,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-comments-block ul.comments {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-comments-block ul.comments,
.mmc-light-bg .mmc-comments-block ul.comments,
.mmc-dark-bg .mmc-light-bg.mmc-comments-block ul.comments,
.mmc-dark-bg .mmc-light-bg .mmc-comments-block ul.comments,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-comments-block ul.comments,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-comments-block ul.comments,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-comments-block ul.comments,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-comments-block ul.comments {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-comments-block ul.comments > li {
  margin-bottom: 40px;
}
.mmc-comments-block ul.children {
  padding-left: 40px;
}
.mmc-comments-block ul.children .comment-body {
  margin-top: 20px;
}
.mmc-comments-block .comment {
  overflow: hidden;
}
.mmc-comments-block .comment-author {
  overflow: hidden;
  width: 215px;
  line-height: 1.2;
  padding-top: 20px;
}
@media only screen and (min-width: 1025px) {
  .mmc-comments-block .comment-author {
    float: left;
  }
}
.mmc-comments-block .comment-author img {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.mmc-comments-block .comment-author .author {
  color: #2a2a2a;
  font-size: 18px;
  padding-top: 5px;
}
.mmc-comments-block .comment-author .author a {
  color: #2a2a2a;
}
.mmc-comments-block .comment-author .author a:hover {
  color: #d13239;
}
.mmc-comments-block .comment-author .date {
  color: #999999;
  font-size: 12px;
  font-weight: 300;
}
.mmc-comments-block .comment-author .date a {
  color: #999999;
}
.mmc-comments-block .comment-author .date a:hover {
  color: #d13239;
}
.mmc-comments-block .comment-content {
  padding: 20px;
  background: #2a2a2a;
  background: rgba(42, 42, 42, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.mmc-comments-block .comment-content:after {
  content: " ";
  height: 0;
  width: 0;
  border: 10px solid transparent;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1025px) {
  .mmc-comments-block .comment-content {
    margin-left: 20px;
  }
  .mmc-comments-block .comment-content:after {
    border-right-color: #2a2a2a;
    border-right-color: rgba(42, 42, 42, 0.1);
    left: -10px;
    top: 40px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-comments-block .comment-content {
    margin-top: 20px;
  }
  .mmc-comments-block .comment-content:after {
    border-bottom-color: rgba(42, 42, 42, 0.1);
    left: 21px;
    top: -10px;
  }
}
.mmc-comments-block .comment-content .links a {
  color: #003349;
}
.mmc-comments-block .comment-content p {
  margin-bottom: 5px;
}
.mmc-comments-block ul.comments + .comment-respond {
  padding-top: 20px;
}
.mmc-comments-block .comment-respond {
  overflow: hidden;
  margin-bottom: 30px;
}
.mmc-comments-block .comment-respond .comment-reply-title {
  font-family: Montserrat, sans-serif;
  /* text-align: center; */
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 58.248px;
  margin: 20px 0;
  letter-spacing: 1px;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 30px;
}
.mmc-comments-block .comment-respond .comment-reply-title a {
  color: #d13239;
}
.mmc-dark-bg.mmc-comments-block .comment-respond .comment-reply-title a,
.mmc-dark-bg .mmc-comments-block .comment-respond .comment-reply-title a,
.mmc-light-bg .mmc-dark-bg.mmc-comments-block .comment-respond .comment-reply-title a,
.mmc-light-bg .mmc-dark-bg .mmc-comments-block .comment-respond .comment-reply-title a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-comments-block .comment-respond .comment-reply-title a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-comments-block .comment-respond .comment-reply-title a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-comments-block .comment-respond .comment-reply-title a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-comments-block .comment-respond .comment-reply-title a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-comments-block .comment-respond .comment-reply-title a,
.mmc-light-bg .mmc-comments-block .comment-respond .comment-reply-title a,
.mmc-dark-bg .mmc-light-bg.mmc-comments-block .comment-respond .comment-reply-title a,
.mmc-dark-bg .mmc-light-bg .mmc-comments-block .comment-respond .comment-reply-title a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-comments-block .comment-respond .comment-reply-title a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-comments-block .comment-respond .comment-reply-title a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-comments-block .comment-respond .comment-reply-title a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-comments-block .comment-respond .comment-reply-title a {
  color: #d13239;
  background-color: "";
  border-color: "";
}
.mmc-comments-block .comment-respond .comment-reply-title a:hover {
  color: #962327;
}
.mmc-comments-block .comment-respond .comment-reply-title.border {
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-comments-block .comment-respond .comment-reply-title.border,
.mmc-dark-bg .mmc-comments-block .comment-respond .comment-reply-title.border,
.mmc-light-bg .mmc-dark-bg.mmc-comments-block .comment-respond .comment-reply-title.border,
.mmc-light-bg .mmc-dark-bg .mmc-comments-block .comment-respond .comment-reply-title.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-comments-block .comment-respond .comment-reply-title.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-comments-block .comment-respond .comment-reply-title.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-comments-block .comment-respond .comment-reply-title.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-comments-block .comment-respond .comment-reply-title.border {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-comments-block .comment-respond .comment-reply-title.border,
.mmc-light-bg .mmc-comments-block .comment-respond .comment-reply-title.border,
.mmc-dark-bg .mmc-light-bg.mmc-comments-block .comment-respond .comment-reply-title.border,
.mmc-dark-bg .mmc-light-bg .mmc-comments-block .comment-respond .comment-reply-title.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-comments-block .comment-respond .comment-reply-title.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-comments-block .comment-respond .comment-reply-title.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-comments-block .comment-respond .comment-reply-title.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-comments-block .comment-respond .comment-reply-title.border {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-comments-block .comment-respond .comment-reply-title,
.mmc-dark-bg .mmc-comments-block .comment-respond .comment-reply-title,
.mmc-light-bg .mmc-dark-bg.mmc-comments-block .comment-respond .comment-reply-title,
.mmc-light-bg .mmc-dark-bg .mmc-comments-block .comment-respond .comment-reply-title,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-comments-block .comment-respond .comment-reply-title,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-comments-block .comment-respond .comment-reply-title,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-comments-block .comment-respond .comment-reply-title,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-comments-block .comment-respond .comment-reply-title {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-comments-block .comment-respond .comment-reply-title,
.mmc-light-bg .mmc-comments-block .comment-respond .comment-reply-title,
.mmc-dark-bg .mmc-light-bg.mmc-comments-block .comment-respond .comment-reply-title,
.mmc-dark-bg .mmc-light-bg .mmc-comments-block .comment-respond .comment-reply-title,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-comments-block .comment-respond .comment-reply-title,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-comments-block .comment-respond .comment-reply-title,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-comments-block .comment-respond .comment-reply-title,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-comments-block .comment-respond .comment-reply-title {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-comments-block .comment-respond .comment-reply-title.border {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .mmc-comments-block .comment-respond [class^=mmc-column-size-] {
    padding: 0;
  }
}
.mmc-comments-block .comment-respond input[type="text"],
.mmc-comments-block .comment-respond input[type="email"],
.mmc-comments-block .comment-respond textarea {
  font-size: 16px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-comments-block .comment-respond .form-item {
    margin-bottom: 30px;
  }
}
.mmc-comments-block .comment-respond .form-submit {
  margin-top: 10px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-comments-block .comment-respond .form-submit {
    display: inline-block;
    float: right;
    margin-top: -10px;
  }
}
/*@import "toolbar.less";*/
/*@import "slider.less";*/
/*@import "shortcodes.less";*/
/*@import "pricing_tables.less";*/
/*@import "widgets.less";*/
/*@import "social_links.less";*/
/*@import "testimonials.less";*/
/*@import "breadcrumbs.less";*/
/*@import "page_scroller.less";*/
/*@import "back_to_top.less";*/
/*add-ons & plugins*/
/*@import "odometer.less";*/
/*@import "isotope.less";*/
/*@import "flexslider.less";*/
/*@import "prettyphoto.less";*/
/* Woocommerce
/*------------------------------------------------------------*/
.mmc-woo ins {
  text-decoration: none !important;
}
.mmc-btn-hover:hover {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.mmc-btn {
  background: #003349 !important;
  color: #ffffff !important;
  border-color: #003349 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-transform: uppercase;
  text-shadow: none !important;
  line-height: 26px !important;
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.mmc-btn:hover {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.mmc-no-box-shadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
article .woocommerce input[type="text"],
article .woocommerce .mmc-input-text {
  background: none !important;
  border: 1px solid rgba(42, 42, 42, 0.1) !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px !important;
  height: 40px !important;
  font-weight: 300 !important;
}
article .woocommerce textarea {
  background: none !important;
  border: 1px solid rgba(42, 42, 42, 0.1) !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px !important;
  height: 40px !important;
  font-weight: 300 !important;
  height: auto !important;
}
.mmc-woo-badge,
.badge {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0;
  line-height: 35px;
  padding: 0 20px;
  font-size: 12px;
  color: #ffffff;
}
.mmc-woo-badge.sold-badge,
.badge.sold-badge,
.mmc-woo-badge.out_of_stock_badge,
.badge.out_of_stock_badge {
  background: #2a2a2a;
}
.mmc-woo-badge.sale-badge,
.badge.sale-badge,
.mmc-woo-badge.on_sale_badge,
.badge.on_sale_badge {
  background: #8eb8c9;
}
/* Heading */
.woocommerce-result-count {
  line-height: 40px;
}
/* Loop */
.mmc-woo-products {
  clear: both;
  overflow: hidden;
  padding: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .mmc-woo-products.mmc_has_sidebar .product {
    float: left;
    width: 32%;
    margin-left: 2%;
  }
  .mmc-woo-products.mmc_has_sidebar .product:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .mmc-woo-products.mmc_no_sidebar .product {
    float: left;
    width: 23.5%;
    margin-left: 2%;
    position: relative;
  }
  .mmc-woo-products.mmc_no_sidebar .product:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mmc-woo-products .product {
    float: left;
    width: 98% !important;
    margin-left: 2%;
  }
}
.mmc-woo-products .product {
  list-style: none;
  width: 260px;
  margin: auto;
  padding-top: 50px;
}
.mmc-woo-products .product .xsale-badge {
  position: absolute;
  z-index: 2;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  background: #003349;
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.mmc-woo-products .product .badge {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0;
  line-height: 35px;
  padding: 0 20px;
  font-size: 12px;
  color: #ffffff;
}
.mmc-woo-products .product .badge.sold-badge,
.mmc-woo-products .product .badge.out_of_stock_badge {
  background: #2a2a2a;
}
.mmc-woo-products .product .badge.sale-badge,
.mmc-woo-products .product .badge.on_sale_badge {
  background: #8eb8c9;
}
.mmc-woo-products .product .image-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 65.25%;
}
.mmc-woo-products .product .image-wrap.square {
  padding-bottom: 100%;
}
.mmc-woo-products .product .image-wrap.portrait_small {
  padding-bottom: 138%;
}
.mmc-woo-products .product .image-wrap .image-bg {
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mmc-woo-products .product .image-wrap .image-bg:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.mmc-woo-products .product .image-wrap img {
  opacity: 0;
}
.mmc-woo-products .product .single-image div {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
}
.mmc-woo-products .product .single-image div:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.mmc-woo-products .product .multiple-image div {
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mmc-woo-products .product .multiple-image div:last-child {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.mmc-woo-products .product .multiple-image div:last-child:hover {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  opacity: 0;
}
.mmc-woo-products .product .product_info.bottom {
  padding: 10px;
}
.mmc-woo-products .product .product_info.bottom:before,
.mmc-woo-products .product .product_info.bottom:after {
  display: table;
  content: " ";
}
.mmc-woo-products .product .product_info.bottom:after {
  clear: both;
  *zoom: 1;
}
.mmc-woo-products .product .product-title h3 {
  text-transform: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mmc-woo-products .product .button {
  background: #003349;
  border: 1px solid #003349;
  color: white;
  font-weight: 200;
  font-size: 90%;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 17px;
  float: right;
}
.mmc-woo-products .product .button:hover {
  background: none;
  color: #003349;
  border: 1px solid #003349;
}
.mmc-woo-products .product .added_to_cart {
  display: none;
}
.mmc-woo-products .product .title {
  margin: 10px 0;
}
.mmc-woo-products .product .price {
  font-size: 18px;
  font-weight: 900;
}
.mmc-woo-products .product .price ins {
  text-decoration: none;
}
.mmc-woo-products .product .card-wrapper {
  margin-top: 10px;
}
/* prev next btn addition */
.mmc-woo-prev-next-btn {
  background: none;
  border: 1px solid rgba(42, 42, 42, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mmc-woo-prev-next-btn:before {
  background: none;
  color: #2a2a2a;
  color: rgba(42, 42, 42, 0.5);
}
.mmc-woo-prev-next-btn:hover:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-color: #003349 !important;
  background: #003349 !important;
  color: #ffffff !important;
}
/* sidebar widgts */
.mmc-sidebar select {
  width: 100%;
}
.mmc-sidebar ins {
  text-decoration: none !important;
}
.mmc-sidebar .widget_price_filter .price_slider {
  background: rgba(42, 42, 42, 0.7) !important;
  border-radius: 0px !important;
}
.mmc-sidebar .widget_price_filter .price_slider .ui-slider-handle {
  background: #ffffff !important;
  border-color: #ffffff !important;
  width: 1.3em !important;
  height: 1.3em !important;
  top: -0.4em !important;
}
.mmc-sidebar .widget_price_filter .price_slider .ui-slider-range {
  background-image: none !important;
  background-color: #003349 !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.mmc-sidebar .widget_price_filter .price_slider_amount {
  padding-top: 15px;
}
.mmc-sidebar .widget_price_filter .price_slider_amount button {
  border: 2px solid #003349;
  background: #ffffff;
  border-radius: 5px;
  font-size: 16px !important;
  line-height: 22px !important;
  text-transform: uppercase;
  width: 115px;
  float: right !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.mmc-sidebar .widget_price_filter .price_slider_amount button:hover {
  border: 2px solid #2a2a2a !important;
}
.mmc-sidebar .widget_price_filter .price_slider_amount .price_label {
  float: left !important;
  line-height: 38px;
  font-size: 16px !important;
}
.mmc-sidebar .product-categories .cat-item {
  line-height: 30px;
}
.mmc-sidebar .product-categories .cat-item .count {
  color: #2a2a2a;
  color: rgba(42, 42, 42, 0.6);
}
.mmc-sidebar .product-categories .cat-item .children {
  margin-left: 15px;
}
.mmc-sidebar .product-categories .cat-item.current-cat a,
.mmc-sidebar .product-categories .cat-item.current-cat .count {
  color: #962327;
}
.mmc-sidebar .product-categories .cat-item.current-cat:before {
  color: #962327;
  font-family: "FontAwesome";
  content: "\f00c";
  padding-right: 5px;
}
.mmc-sidebar .product-categories .cat-item.current-cat-parent:before {
  color: #962327;
  font-family: "FontAwesome";
  content: "\f00c";
  padding-right: 5px;
}
.mmc-sidebar .product_list_widget li {
  padding: 20px 0 !important;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-sidebar .product_list_widget li:first-child {
  padding-top: 0px !important;
}
.mmc-sidebar .product_list_widget li img {
  float: left !important;
  margin-right: 15px;
  width: 70px !important;
  -box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.mmc-sidebar .product_list_widget li a {
  font-weight: normal !important;
  line-height: 25px;
}
.mmc-sidebar .product_list_widget li .amount {
  font-weight: bold !important;
}
.mmc-sidebar .product_list_widget li .star-rating {
  margin: 3px 0 !important;
}
.quantity {
  width: 80px !important;
  margin: 8px 20px 0 0 !important;
}
.quantity input[type="button"] {
  top: 2px !important;
  background: none !important;
  border: 1px solid rgba(42, 42, 42, 0.1) !important;
  border-radius: 50% !important;
  width: 24px !important;
  height: 24px !important;
  line-height: 18px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  font-size: 18px !important;
  font-weight: normal !important;
}
.quantity input[type="button"]:hover {
  background: #003349 !important;
  border-color: #003349 !important;
  color: #ffffff;
  font-weight: normal !important;
}
.quantity input.qty {
  background: none !important;
  border: none !important;
  padding: 0 25px !important;
  width: 80px !important;
  font-weight: normal !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.quantity .minus {
  left: 0 !important;
  bottom: auto !important;
  right: auto !important;
}
.quantity .plus {
  right: 0 !important;
  bottom: auto !important;
  left: auto !important;
}
button.single_add_to_cart_button {
  background: #003349 !important;
  color: #ffffff !important;
  border-color: #003349 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-transform: uppercase;
  text-shadow: none !important;
  line-height: 26px !important;
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
button.single_add_to_cart_button:hover {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 0;
  cursor: pointer;
  background: none;
  color: #2a2a2a;
  left: 50% !important;
  margin-left: -18px;
  padding: 0;
  border: 1px solid rgba(42, 42, 42, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: 'FontAwesome';
  outline: none;
}
.slick-prev:hover,
.slick-next:hover {
  background: #003349;
  color: #ffffff;
}
.slick-next {
  bottom: 10px;
}
.slick-next:before {
  font-size: 20px;
  content: '\f107';
}
.slick-prev {
  top: 10px;
  line-height: 27px;
}
.slick-prev:before {
  font-size: 20px;
  content: '\f106';
}
.type-product .item-inwrap {
  position: relative;
}
.type-product .price,
.type-product .amount {
  color: #2a2a2a !important;
}
.type-product del {
  font-size: 12px !important;
}
.type-product ins {
  font-size: 18px !important;
  font-weight: bold !important;
}
.type-product .images img {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.type-product .images .mmc-thumbslider .slick-slide a {
  width: 90% !important;
  margin: 0 5%;
}
.type-product .images .mmc-thumbslider .slick-slide a.active div {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.type-product .badge {
  left: 0 !important;
  right: auto !important;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0;
  line-height: 35px;
  padding: 0 20px;
  font-size: 12px;
  color: #ffffff;
}
.type-product .badge.sold-badge,
.type-product .badge.out_of_stock_badge {
  background: #2a2a2a;
}
.type-product .badge.sale-badge,
.type-product .badge.on_sale_badge {
  background: #8eb8c9;
}
.type-product .woocommerce-review-link {
  color: #8eb8c9 !important;
}
.type-product .woocommerce-review-link:hover {
  color: #962327 !important;
}
.type-product .mmc-woo-offers {
  margin: 30px 0 !important;
}
.type-product .variations {
  width: 100%;
}
.type-product .variations tr {
  padding-bottom: 10px;
}
.type-product .variations .label {
  width: 33%;
  padding-bottom: 20px;
}
.type-product .variations .value {
  width: 67%;
  padding-bottom: 20px;
}
.type-product .variations .reset_variations {
  color: #003349;
}
.type-product .variations .reset_variations:before {
  content: 'x ';
  font-size: 18px;
  font-weight: bold;
}
.type-product .single_variation_wrap .single_variation {
  float: left;
  line-height: 40px;
  padding-right: 10px;
}
.type-product .product_meta > span {
  display: block;
}
.type-product .product_meta .sku,
.type-product .product_meta a {
  color: #8eb8c9 !important;
}
.type-product .product_meta .sku:hover,
.type-product .product_meta a:hover {
  color: #962327 !important;
}
.type-product .mmc-woo-product-tabs {
  float: right;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .type-product .mmc-woo-product-tabs {
    width: 48%;
  }
}
.type-product .mmc-woo-product-tabs h2 {
  font-family: Montserrat, sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 25.888px;
  color: #2a2a2a;
  letter-spacing: normal;
}
.type-product .mmc-woo-product-tabs h2 a {
  color: #d13239;
}
.mmc-dark-bg.type-product .mmc-woo-product-tabs h2 a,
.mmc-dark-bg .type-product .mmc-woo-product-tabs h2 a,
.mmc-light-bg .mmc-dark-bg.type-product .mmc-woo-product-tabs h2 a,
.mmc-light-bg .mmc-dark-bg .type-product .mmc-woo-product-tabs h2 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.type-product .mmc-woo-product-tabs h2 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .type-product .mmc-woo-product-tabs h2 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.type-product .mmc-woo-product-tabs h2 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .type-product .mmc-woo-product-tabs h2 a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.type-product .mmc-woo-product-tabs h2 a,
.mmc-light-bg .type-product .mmc-woo-product-tabs h2 a,
.mmc-dark-bg .mmc-light-bg.type-product .mmc-woo-product-tabs h2 a,
.mmc-dark-bg .mmc-light-bg .type-product .mmc-woo-product-tabs h2 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.type-product .mmc-woo-product-tabs h2 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .type-product .mmc-woo-product-tabs h2 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.type-product .mmc-woo-product-tabs h2 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .type-product .mmc-woo-product-tabs h2 a {
  color: #d13239;
  background-color: "";
  border-color: "";
}
.type-product .mmc-woo-product-tabs h2 a:hover {
  color: #962327;
}
.type-product .mmc-woo-product-tabs h2.border {
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.type-product .mmc-woo-product-tabs h2.border,
.mmc-dark-bg .type-product .mmc-woo-product-tabs h2.border,
.mmc-light-bg .mmc-dark-bg.type-product .mmc-woo-product-tabs h2.border,
.mmc-light-bg .mmc-dark-bg .type-product .mmc-woo-product-tabs h2.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.type-product .mmc-woo-product-tabs h2.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .type-product .mmc-woo-product-tabs h2.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.type-product .mmc-woo-product-tabs h2.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .type-product .mmc-woo-product-tabs h2.border {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.type-product .mmc-woo-product-tabs h2.border,
.mmc-light-bg .type-product .mmc-woo-product-tabs h2.border,
.mmc-dark-bg .mmc-light-bg.type-product .mmc-woo-product-tabs h2.border,
.mmc-dark-bg .mmc-light-bg .type-product .mmc-woo-product-tabs h2.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.type-product .mmc-woo-product-tabs h2.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .type-product .mmc-woo-product-tabs h2.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.type-product .mmc-woo-product-tabs h2.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .type-product .mmc-woo-product-tabs h2.border {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.type-product .mmc-woo-product-tabs h2,
.mmc-dark-bg .type-product .mmc-woo-product-tabs h2,
.mmc-light-bg .mmc-dark-bg.type-product .mmc-woo-product-tabs h2,
.mmc-light-bg .mmc-dark-bg .type-product .mmc-woo-product-tabs h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.type-product .mmc-woo-product-tabs h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .type-product .mmc-woo-product-tabs h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.type-product .mmc-woo-product-tabs h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .type-product .mmc-woo-product-tabs h2 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.type-product .mmc-woo-product-tabs h2,
.mmc-light-bg .type-product .mmc-woo-product-tabs h2,
.mmc-dark-bg .mmc-light-bg.type-product .mmc-woo-product-tabs h2,
.mmc-dark-bg .mmc-light-bg .type-product .mmc-woo-product-tabs h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.type-product .mmc-woo-product-tabs h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .type-product .mmc-woo-product-tabs h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.type-product .mmc-woo-product-tabs h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .type-product .mmc-woo-product-tabs h2 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.type-product .mmc-woo-product-tabs #reviews .avatar {
  border: none !important;
  background: none !important;
}
.type-product .mmc-woo-product-tabs #reviews textarea#comment {
  background: none !important;
  border: 1px solid rgba(42, 42, 42, 0.1) !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px !important;
  font-weight: 300 !important;
  height: auto !important;
}
.type-product .mmc-woo-product-tabs #reviews input[type="submit"] {
  background: #003349 !important;
  color: #ffffff !important;
  border-color: #003349 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-transform: uppercase;
  text-shadow: none !important;
  line-height: 26px !important;
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.type-product .mmc-woo-product-tabs #reviews input[type="submit"]:hover {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.type-product .upsells,
.type-product .related {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .type-product .upsells li.product,
  .type-product .related li.product {
    width: 23% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .type-product .upsells li.product,
  .type-product .related li.product {
    width: 48% !important;
  }
}
@media only screen and (max-width: 767px) {
  .type-product .upsells li.product,
  .type-product .related li.product {
    width: 98% !important;
  }
}
.type-product .upsells h2,
.type-product .related h2 {
  font-family: Montserrat, sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 25.888px;
  color: #2a2a2a;
  letter-spacing: normal;
}
.type-product .upsells h2 a,
.type-product .related h2 a {
  color: #d13239;
}
.mmc-dark-bg.type-product .upsells h2 a,
.mmc-dark-bg.type-product .related h2 a,
.mmc-dark-bg .type-product .upsells h2 a,
.mmc-dark-bg .type-product .related h2 a,
.mmc-light-bg .mmc-dark-bg.type-product .upsells h2 a,
.mmc-light-bg .mmc-dark-bg.type-product .related h2 a,
.mmc-light-bg .mmc-dark-bg .type-product .upsells h2 a,
.mmc-light-bg .mmc-dark-bg .type-product .related h2 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.type-product .upsells h2 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.type-product .related h2 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .type-product .upsells h2 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .type-product .related h2 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.type-product .upsells h2 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.type-product .related h2 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .type-product .upsells h2 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .type-product .related h2 a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.type-product .upsells h2 a,
.mmc-light-bg.type-product .related h2 a,
.mmc-light-bg .type-product .upsells h2 a,
.mmc-light-bg .type-product .related h2 a,
.mmc-dark-bg .mmc-light-bg.type-product .upsells h2 a,
.mmc-dark-bg .mmc-light-bg.type-product .related h2 a,
.mmc-dark-bg .mmc-light-bg .type-product .upsells h2 a,
.mmc-dark-bg .mmc-light-bg .type-product .related h2 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.type-product .upsells h2 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.type-product .related h2 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .type-product .upsells h2 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .type-product .related h2 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.type-product .upsells h2 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.type-product .related h2 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .type-product .upsells h2 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .type-product .related h2 a {
  color: #d13239;
  background-color: "";
  border-color: "";
}
.type-product .upsells h2 a:hover,
.type-product .related h2 a:hover {
  color: #962327;
}
.type-product .upsells h2.border,
.type-product .related h2.border {
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.type-product .upsells h2.border,
.mmc-dark-bg.type-product .related h2.border,
.mmc-dark-bg .type-product .upsells h2.border,
.mmc-dark-bg .type-product .related h2.border,
.mmc-light-bg .mmc-dark-bg.type-product .upsells h2.border,
.mmc-light-bg .mmc-dark-bg.type-product .related h2.border,
.mmc-light-bg .mmc-dark-bg .type-product .upsells h2.border,
.mmc-light-bg .mmc-dark-bg .type-product .related h2.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.type-product .upsells h2.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.type-product .related h2.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .type-product .upsells h2.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .type-product .related h2.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.type-product .upsells h2.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.type-product .related h2.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .type-product .upsells h2.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .type-product .related h2.border {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.type-product .upsells h2.border,
.mmc-light-bg.type-product .related h2.border,
.mmc-light-bg .type-product .upsells h2.border,
.mmc-light-bg .type-product .related h2.border,
.mmc-dark-bg .mmc-light-bg.type-product .upsells h2.border,
.mmc-dark-bg .mmc-light-bg.type-product .related h2.border,
.mmc-dark-bg .mmc-light-bg .type-product .upsells h2.border,
.mmc-dark-bg .mmc-light-bg .type-product .related h2.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.type-product .upsells h2.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.type-product .related h2.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .type-product .upsells h2.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .type-product .related h2.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.type-product .upsells h2.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.type-product .related h2.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .type-product .upsells h2.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .type-product .related h2.border {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.type-product .upsells h2,
.mmc-dark-bg.type-product .related h2,
.mmc-dark-bg .type-product .upsells h2,
.mmc-dark-bg .type-product .related h2,
.mmc-light-bg .mmc-dark-bg.type-product .upsells h2,
.mmc-light-bg .mmc-dark-bg.type-product .related h2,
.mmc-light-bg .mmc-dark-bg .type-product .upsells h2,
.mmc-light-bg .mmc-dark-bg .type-product .related h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.type-product .upsells h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.type-product .related h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .type-product .upsells h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .type-product .related h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.type-product .upsells h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.type-product .related h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .type-product .upsells h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .type-product .related h2 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.type-product .upsells h2,
.mmc-light-bg.type-product .related h2,
.mmc-light-bg .type-product .upsells h2,
.mmc-light-bg .type-product .related h2,
.mmc-dark-bg .mmc-light-bg.type-product .upsells h2,
.mmc-dark-bg .mmc-light-bg.type-product .related h2,
.mmc-dark-bg .mmc-light-bg .type-product .upsells h2,
.mmc-dark-bg .mmc-light-bg .type-product .related h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.type-product .upsells h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.type-product .related h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .type-product .upsells h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .type-product .related h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.type-product .upsells h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.type-product .related h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .type-product .upsells h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .type-product .related h2 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.single-product .mmc-content {
  padding-bottom: 50px;
}
.single-product .pp_details {
  display: none !important;
}
.single-product .images {
  width: 45% !important;
  border: 1px solid #e5e5e5;
  height: 370px;
  overflow: hidden;
}
.single-product .images > a {
  display: block;
  float: right;
  width: 70%;
  position: relative;
}
.single-product .images .bg-img {
  width: 100%;
  height: 370px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.single-product .images .thumbnails {
  padding-top: 0 !important;
  width: 30%;
}
.single-product .images .thumbnails .slick-list {
  margin: 50px 0;
}
.single-product .images .thumbnails .slick-track {
  width: 100% !important;
  overflow: hidden;
}
.single-product .images .thumbnails .slick-slide {
  margin: 0 auto;
  float: none;
  height: 90px !important;
}
.single-product .images .thumbnails .slick-slide:before,
.single-product .images .thumbnails .slick-slide:after {
  display: table;
  content: " ";
}
.single-product .images .thumbnails .slick-slide:after {
  clear: both;
  *zoom: 1;
}
.single-product .images .thumbnails .slick-slide a {
  width: 100% !important;
  height: 100%;
  margin: 0;
  display: block;
}
.single-product .images .thumbnails .slick-prev {
  left: -50px;
}
.single-product .images .thumbnails .slick-next {
  right: -50px;
}
.single-product .images .thumbnails .bg-img-thumb {
  height: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.single-product .summary {
  width: 52% !important;
  padding: 12px !important;
  background: #fbfbfb !important;
  border: 1px solid #e5e5e5;
}
.single-product .summary h1 {
  display: none;
}
.single-product .summary p {
  margin-bottom: 0 !important;
}
.single-product .summary .mmc-woo-offers {
  float: left;
  margin: 0px !important;
}
.single-product .summary .mmc-woo-offers p {
  margin-bottom: 0 !important;
}
.single-product .summary .cart {
  float: right;
  margin: 0 !important;
}
.single-product .summary .product_meta {
  display: none;
}
.single-product .summary .out-of-stock {
  overflow: hidden;
  padding-left: 10px;
}
.single-product .mmc-breadcrumbs {
  display: none;
}
.single-product .mmc-woo-product-tabs {
  width: 52%;
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
}
.single-product .mmc-woo-product-tabs .wpb_tab {
  background: #fff;
  padding: 0 12px;
}
.single-product .mmc-woo-product-tabs .wpb_tabs_nav {
  overflow: hidden;
  border-bottom: 0;
}
.single-product .mmc-woo-product-tabs .wpb_tabs_nav li {
  background: #fbfbfb;
  float: left;
  width: 33.3%;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.single-product .mmc-woo-product-tabs .wpb_tabs_nav li:last-child {
  border-right: 0;
}
.single-product .mmc-woo-product-tabs .wpb_tabs_nav li.ui-tabs-active {
  border-bottom: 0;
  background: #fff;
}
.single-product .mmc-woo-product-tabs .wpb_tabs_nav li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.single-product .mmc-woo-product-tabs .ui-state-active a {
  border: 0;
  background: #fff;
}
.single-product .related.products h2 {
  background: url(https://ovcsupport.org/wp-content/themes/magic2/stylesheet/less/../../img/woo/bg-stripe.png);
  padding: 10px;
}
.single-product .related.products li {
  position: relative;
}
.single-product .related.products .card-wrapper {
  position: relative;
  height: 50px;
  margin-top: 10px;
}
table.cart,
table.shop_table {
  border: none !important;
}
table.cart td.product-total,
table.shop_table td.product-total,
table.cart th.product-total,
table.shop_table th.product-total,
table.cart tfoot tr.cart-subtotal td,
table.shop_table tfoot tr.cart-subtotal td,
table.cart tfoot tr.order-total td,
table.shop_table tfoot tr.order-total td,
table.cart tfoot tr.tax-rate td,
table.shop_table tfoot tr.tax-rate td {
  text-align: right;
}
table.cart td,
table.shop_table td {
  border-top: 1px solid rgba(42, 42, 42, 0.1) !important;
}
@media only screen and (max-width: 767px) {
  table.cart .product-price,
  table.shop_table .product-price,
  table.cart .product-remove,
  table.shop_table .product-remove {
    display: none;
  }
}
table.cart thead,
table.shop_table thead {
  font-family: Montserrat, sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 25.888px;
  color: #2a2a2a;
  letter-spacing: normal;
}
table.cart thead a,
table.shop_table thead a {
  color: #d13239;
}
.mmc-dark-bgtable.cart thead a,
.mmc-dark-bgtable.shop_table thead a,
.mmc-dark-bg table.cart thead a,
.mmc-dark-bg table.shop_table thead a,
.mmc-light-bg .mmc-dark-bgtable.cart thead a,
.mmc-light-bg .mmc-dark-bgtable.shop_table thead a,
.mmc-light-bg .mmc-dark-bg table.cart thead a,
.mmc-light-bg .mmc-dark-bg table.shop_table thead a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgtable.cart thead a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgtable.shop_table thead a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg table.cart thead a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg table.shop_table thead a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgtable.cart thead a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgtable.shop_table thead a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg table.cart thead a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg table.shop_table thead a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bgtable.cart thead a,
.mmc-light-bgtable.shop_table thead a,
.mmc-light-bg table.cart thead a,
.mmc-light-bg table.shop_table thead a,
.mmc-dark-bg .mmc-light-bgtable.cart thead a,
.mmc-dark-bg .mmc-light-bgtable.shop_table thead a,
.mmc-dark-bg .mmc-light-bg table.cart thead a,
.mmc-dark-bg .mmc-light-bg table.shop_table thead a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgtable.cart thead a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgtable.shop_table thead a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg table.cart thead a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg table.shop_table thead a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgtable.cart thead a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgtable.shop_table thead a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg table.cart thead a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg table.shop_table thead a {
  color: #d13239;
  background-color: "";
  border-color: "";
}
table.cart thead a:hover,
table.shop_table thead a:hover {
  color: #962327;
}
table.cart thead.border,
table.shop_table thead.border {
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bgtable.cart thead.border,
.mmc-dark-bgtable.shop_table thead.border,
.mmc-dark-bg table.cart thead.border,
.mmc-dark-bg table.shop_table thead.border,
.mmc-light-bg .mmc-dark-bgtable.cart thead.border,
.mmc-light-bg .mmc-dark-bgtable.shop_table thead.border,
.mmc-light-bg .mmc-dark-bg table.cart thead.border,
.mmc-light-bg .mmc-dark-bg table.shop_table thead.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgtable.cart thead.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgtable.shop_table thead.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg table.cart thead.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg table.shop_table thead.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgtable.cart thead.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgtable.shop_table thead.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg table.cart thead.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg table.shop_table thead.border {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bgtable.cart thead.border,
.mmc-light-bgtable.shop_table thead.border,
.mmc-light-bg table.cart thead.border,
.mmc-light-bg table.shop_table thead.border,
.mmc-dark-bg .mmc-light-bgtable.cart thead.border,
.mmc-dark-bg .mmc-light-bgtable.shop_table thead.border,
.mmc-dark-bg .mmc-light-bg table.cart thead.border,
.mmc-dark-bg .mmc-light-bg table.shop_table thead.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgtable.cart thead.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgtable.shop_table thead.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg table.cart thead.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg table.shop_table thead.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgtable.cart thead.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgtable.shop_table thead.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg table.cart thead.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg table.shop_table thead.border {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-dark-bgtable.cart thead,
.mmc-dark-bgtable.shop_table thead,
.mmc-dark-bg table.cart thead,
.mmc-dark-bg table.shop_table thead,
.mmc-light-bg .mmc-dark-bgtable.cart thead,
.mmc-light-bg .mmc-dark-bgtable.shop_table thead,
.mmc-light-bg .mmc-dark-bg table.cart thead,
.mmc-light-bg .mmc-dark-bg table.shop_table thead,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgtable.cart thead,
.mmc-light-bg .mmc-light-bg .mmc-dark-bgtable.shop_table thead,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg table.cart thead,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg table.shop_table thead,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgtable.cart thead,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bgtable.shop_table thead,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg table.cart thead,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg table.shop_table thead {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bgtable.cart thead,
.mmc-light-bgtable.shop_table thead,
.mmc-light-bg table.cart thead,
.mmc-light-bg table.shop_table thead,
.mmc-dark-bg .mmc-light-bgtable.cart thead,
.mmc-dark-bg .mmc-light-bgtable.shop_table thead,
.mmc-dark-bg .mmc-light-bg table.cart thead,
.mmc-dark-bg .mmc-light-bg table.shop_table thead,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgtable.cart thead,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bgtable.shop_table thead,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg table.cart thead,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg table.shop_table thead,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgtable.cart thead,
.mmc-light-bg .mmc-dark-bg .mmc-light-bgtable.shop_table thead,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg table.cart thead,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg table.shop_table thead {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
table.cart tbody td.product-remove,
table.shop_table tbody td.product-remove {
  width: 65px !important;
}
table.cart tbody td.product-remove a,
table.shop_table tbody td.product-remove a {
  border: 1px solid #2a2a2a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2a2a2a !important;
  font-size: 16px !important;
  line-height: 28px !important;
  width: 30px !important;
  height: 30px !important;
}
table.cart tbody td.product-remove a:hover,
table.shop_table tbody td.product-remove a:hover {
  background: #2a2a2a !important;
  color: #ffffff !important;
}
table.cart tbody td.product-thumbnail,
table.shop_table tbody td.product-thumbnail {
  width: 70px;
  padding: 20px 0 !important;
  min-width: 70px;
}
table.cart tbody td.product-thumbnail img,
table.shop_table tbody td.product-thumbnail img {
  width: 70px;
  height: 70px;
}
table.cart tbody td.product-name dd,
table.shop_table tbody td.product-name dd {
  padding: 0 !important;
  margin: 0 !important;
}
table.cart tbody td.product-price,
table.shop_table tbody td.product-price,
table.cart tbody td.product-subtotal,
table.shop_table tbody td.product-subtotal {
  font-weight: bold;
  min-width: 50px;
  width: 110px;
}
table.cart tbody td.product-quantity,
table.shop_table tbody td.product-quantity {
  min-width: 80px;
  width: 100px;
}
table.cart tbody td.product-quantity .quantity,
table.shop_table tbody td.product-quantity .quantity {
  margin: 0 !important;
}
table.cart .product-subtotal,
table.shop_table .product-subtotal {
  text-align: right;
}
table.cart td.actions,
table.shop_table td.actions {
  padding-top: 70px;
}
table.cart td.actions input.button,
table.shop_table td.actions input.button {
  background: #003349 !important;
  color: #ffffff !important;
  border-color: #003349 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-transform: uppercase;
  text-shadow: none !important;
  line-height: 26px !important;
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
table.cart td.actions input.button:hover,
table.shop_table td.actions input.button:hover {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
table.cart td.actions input[name="update_cart"],
table.shop_table td.actions input[name="update_cart"] {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
table.cart td.actions input.input-text,
table.shop_table td.actions input.input-text {
  width: 135px !important;
  border: 1px solid rgba(42, 42, 42, 0.1) !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  background: none !important;
  height: 39px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  font-size: 16px;
}
#shipping_method input[type="radio"] + label {
  position: relative;
  display: block;
}
#shipping_method input[type="radio"] + label span.amount {
  position: absolute;
  right: 0;
  font-weight: normal !important;
  color: #2a2a2a;
  color: rgba(42, 42, 42, 0.5);
}
#shipping_method input[type="radio"] + label span.radio {
  display: inline-block;
  background: #ffffff;
  height: 27px;
  line-height: 27px;
  border: 1px solid rgba(42, 42, 42, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 27px;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 6px;
  margin-right: 10px;
  position: relative;
}
#shipping_method input[type="radio"]:checked + label span.amount {
  font-weight: bold !important;
  color: #2a2a2a;
}
#shipping_method input[type="radio"]:checked + label span.radio span.radio-inside {
  border: 6px solid #003349;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 7px;
}
.cart-collaterals {
  padding-bottom: 40px;
}
.cart-collaterals h2 {
  font-family: Montserrat, sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 25.888px;
  color: #2a2a2a;
  letter-spacing: normal;
}
.cart-collaterals h2 a {
  color: #d13239;
}
.mmc-dark-bg.cart-collaterals h2 a,
.mmc-dark-bg .cart-collaterals h2 a,
.mmc-light-bg .mmc-dark-bg.cart-collaterals h2 a,
.mmc-light-bg .mmc-dark-bg .cart-collaterals h2 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.cart-collaterals h2 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .cart-collaterals h2 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.cart-collaterals h2 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .cart-collaterals h2 a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.cart-collaterals h2 a,
.mmc-light-bg .cart-collaterals h2 a,
.mmc-dark-bg .mmc-light-bg.cart-collaterals h2 a,
.mmc-dark-bg .mmc-light-bg .cart-collaterals h2 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.cart-collaterals h2 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .cart-collaterals h2 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.cart-collaterals h2 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .cart-collaterals h2 a {
  color: #d13239;
  background-color: "";
  border-color: "";
}
.cart-collaterals h2 a:hover {
  color: #962327;
}
.cart-collaterals h2.border {
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.cart-collaterals h2.border,
.mmc-dark-bg .cart-collaterals h2.border,
.mmc-light-bg .mmc-dark-bg.cart-collaterals h2.border,
.mmc-light-bg .mmc-dark-bg .cart-collaterals h2.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.cart-collaterals h2.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .cart-collaterals h2.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.cart-collaterals h2.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .cart-collaterals h2.border {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.cart-collaterals h2.border,
.mmc-light-bg .cart-collaterals h2.border,
.mmc-dark-bg .mmc-light-bg.cart-collaterals h2.border,
.mmc-dark-bg .mmc-light-bg .cart-collaterals h2.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.cart-collaterals h2.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .cart-collaterals h2.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.cart-collaterals h2.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .cart-collaterals h2.border {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.cart-collaterals h2,
.mmc-dark-bg .cart-collaterals h2,
.mmc-light-bg .mmc-dark-bg.cart-collaterals h2,
.mmc-light-bg .mmc-dark-bg .cart-collaterals h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.cart-collaterals h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .cart-collaterals h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.cart-collaterals h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .cart-collaterals h2 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.cart-collaterals h2,
.mmc-light-bg .cart-collaterals h2,
.mmc-dark-bg .mmc-light-bg.cart-collaterals h2,
.mmc-dark-bg .mmc-light-bg .cart-collaterals h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.cart-collaterals h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .cart-collaterals h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.cart-collaterals h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .cart-collaterals h2 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.cart-collaterals .cross-sells {
  float: left !important;
  width: 100% !important;
  padding: 20px;
  background: #f2f2f2;
}
@media only screen and (min-width: 1025px) {
  .cart-collaterals .cross-sells {
    float: left;
    width: 48% !important;
  }
}
.cart-collaterals .cross-sells h2 {
  text-align: left;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  padding: 20px 0;
  margin: 0;
}
.cart-collaterals .cross-sells .mmc-woo-products.mmc_no_sidebar .product {
  width: 48%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .cart-collaterals .cross-sells .mmc-woo-products.mmc_has_sidebar .product {
    float: left;
    width: 48%;
    margin-left: 2%;
  }
  .cart-collaterals .cross-sells .mmc-woo-products.mmc_has_sidebar .product:nth-child(3n+1) {
    clear: none;
    margin-left: 0;
  }
}
.cart-collaterals .totals {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .cart-collaterals .totals {
    float: right;
    width: 48%;
    padding-bottom: 0;
  }
}
.cart-collaterals .totals .cart_totals {
  width: 100%;
}
.cart-collaterals .totals .cart_totals h2 {
  text-align: left;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  padding: 20px 0;
}
.cart-collaterals .totals .cart_totals .amount {
  font-weight: bold;
}
.cart-collaterals .totals .cart_totals .shipping ul#shipping_method {
  margin-left: 30px;
}
.cart-collaterals .totals .cart_totals .shipping ul#shipping_method > li {
  text-align: left;
}
.cart-collaterals .totals .shipping_calculator {
  width: 100%;
}
.cart-collaterals .totals .shipping_calculator h2 {
  font-family: Montserrat, sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 25.888px;
  color: #2a2a2a;
  letter-spacing: normal;
}
.cart-collaterals .totals .shipping_calculator h2 a {
  color: #d13239;
}
.mmc-dark-bg.cart-collaterals .totals .shipping_calculator h2 a,
.mmc-dark-bg .cart-collaterals .totals .shipping_calculator h2 a,
.mmc-light-bg .mmc-dark-bg.cart-collaterals .totals .shipping_calculator h2 a,
.mmc-light-bg .mmc-dark-bg .cart-collaterals .totals .shipping_calculator h2 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.cart-collaterals .totals .shipping_calculator h2 a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .cart-collaterals .totals .shipping_calculator h2 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.cart-collaterals .totals .shipping_calculator h2 a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .cart-collaterals .totals .shipping_calculator h2 a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.cart-collaterals .totals .shipping_calculator h2 a,
.mmc-light-bg .cart-collaterals .totals .shipping_calculator h2 a,
.mmc-dark-bg .mmc-light-bg.cart-collaterals .totals .shipping_calculator h2 a,
.mmc-dark-bg .mmc-light-bg .cart-collaterals .totals .shipping_calculator h2 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.cart-collaterals .totals .shipping_calculator h2 a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .cart-collaterals .totals .shipping_calculator h2 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.cart-collaterals .totals .shipping_calculator h2 a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .cart-collaterals .totals .shipping_calculator h2 a {
  color: #d13239;
  background-color: "";
  border-color: "";
}
.cart-collaterals .totals .shipping_calculator h2 a:hover {
  color: #962327;
}
.cart-collaterals .totals .shipping_calculator h2.border {
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.cart-collaterals .totals .shipping_calculator h2.border,
.mmc-dark-bg .cart-collaterals .totals .shipping_calculator h2.border,
.mmc-light-bg .mmc-dark-bg.cart-collaterals .totals .shipping_calculator h2.border,
.mmc-light-bg .mmc-dark-bg .cart-collaterals .totals .shipping_calculator h2.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.cart-collaterals .totals .shipping_calculator h2.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .cart-collaterals .totals .shipping_calculator h2.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.cart-collaterals .totals .shipping_calculator h2.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .cart-collaterals .totals .shipping_calculator h2.border {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.cart-collaterals .totals .shipping_calculator h2.border,
.mmc-light-bg .cart-collaterals .totals .shipping_calculator h2.border,
.mmc-dark-bg .mmc-light-bg.cart-collaterals .totals .shipping_calculator h2.border,
.mmc-dark-bg .mmc-light-bg .cart-collaterals .totals .shipping_calculator h2.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.cart-collaterals .totals .shipping_calculator h2.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .cart-collaterals .totals .shipping_calculator h2.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.cart-collaterals .totals .shipping_calculator h2.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .cart-collaterals .totals .shipping_calculator h2.border {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.cart-collaterals .totals .shipping_calculator h2,
.mmc-dark-bg .cart-collaterals .totals .shipping_calculator h2,
.mmc-light-bg .mmc-dark-bg.cart-collaterals .totals .shipping_calculator h2,
.mmc-light-bg .mmc-dark-bg .cart-collaterals .totals .shipping_calculator h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.cart-collaterals .totals .shipping_calculator h2,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .cart-collaterals .totals .shipping_calculator h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.cart-collaterals .totals .shipping_calculator h2,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .cart-collaterals .totals .shipping_calculator h2 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.cart-collaterals .totals .shipping_calculator h2,
.mmc-light-bg .cart-collaterals .totals .shipping_calculator h2,
.mmc-dark-bg .mmc-light-bg.cart-collaterals .totals .shipping_calculator h2,
.mmc-dark-bg .mmc-light-bg .cart-collaterals .totals .shipping_calculator h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.cart-collaterals .totals .shipping_calculator h2,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .cart-collaterals .totals .shipping_calculator h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.cart-collaterals .totals .shipping_calculator h2,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .cart-collaterals .totals .shipping_calculator h2 {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.cart-collaterals .totals .shipping_calculator h2 a {
  background: #003349 !important;
  color: #ffffff !important;
  border-color: #003349 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-transform: uppercase;
  text-shadow: none !important;
  line-height: 26px !important;
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
}
.cart-collaterals .totals .shipping_calculator h2 a:hover {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.cart-collaterals .totals .shipping_calculator h2 a:after {
  content: '' !important;
}
.cart-collaterals .totals .shipping_calculator button {
  background: #003349 !important;
  color: #ffffff !important;
  border-color: #003349 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-transform: uppercase;
  text-shadow: none !important;
  line-height: 26px !important;
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.cart-collaterals .totals .shipping_calculator button:hover {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.checkout .chosen-container-single a {
  border: 1px solid #ddd;
  background: #ffffff url("https://ovcsupport.org/wp-content/themes/magic2/stylesheet/less/../../img/select-arrow.png") no-repeat right center;
  height: 38px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-size: 16px;
  font-weight: 300;
  padding-right: 50px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  height: 38px !important;
}
.checkout .chosen-container-single a b {
  display: none;
}
.checkout .chosen-container-single.chosen-container-active a {
  background: none !important;
}
.checkout .place-order input[type="submit"] {
  background: #003349 !important;
  color: #ffffff !important;
  border-color: #003349 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-transform: uppercase;
  text-shadow: none !important;
  line-height: 26px !important;
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.checkout .place-order input[type="submit"]:hover {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.mmc-woo-mini-cart-container {
  position: relative;
}
.mmc-woo-mini-cart {
  position: relative;
  cursor: pointer;
}
.mmc-woo-mini-cart:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mmc-woo-mini-cart.active {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mmc-dark-bg.mmc-woo-mini-cart.active,
.mmc-dark-bg .mmc-woo-mini-cart.active,
.mmc-light-bg .mmc-dark-bg.mmc-woo-mini-cart.active,
.mmc-light-bg .mmc-dark-bg .mmc-woo-mini-cart.active,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-woo-mini-cart.active,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-woo-mini-cart.active,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-woo-mini-cart.active,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-woo-mini-cart.active {
  color: #8eb8c9;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-woo-mini-cart.active,
.mmc-light-bg .mmc-woo-mini-cart.active,
.mmc-dark-bg .mmc-light-bg.mmc-woo-mini-cart.active,
.mmc-dark-bg .mmc-light-bg .mmc-woo-mini-cart.active,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-woo-mini-cart.active,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-woo-mini-cart.active,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-woo-mini-cart.active,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-woo-mini-cart.active {
  color: #003349;
  background-color: "";
  border-color: "";
}
.mmc-woo-mini-cart .mmc-woo-mini-cart-count {
  font-size: 12px;
  display: inline-block;
  line-height: 12px;
}
.mmc-woo-mini-cart + div,
.mmc-woo-mini-cart .mmc-woo-mini-cart-contents {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mmc-woo-mini-cart.active + div,
.mmc-woo-mini-cart.active .mmc-woo-mini-cart-contents {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 100;
}
.mmc-woo-mini-cart-contents {
  background: #ffffff;
  position: absolute;
  right: -72px;
  top: 43px;
  width: 275px;
  border: 1px solid rgba(42, 42, 42, 0.1);
}
@media only screen and (min-width: 1025px) {
  .mmc-woo-mini-cart-contents {
    border: 1px solid rgba(42, 42, 42, 0.1);
    -moz-box-shadow: 2px 2px 5px rgba(42, 42, 42, 0.2);
    -webkit-box-shadow: 2px 2px 5px rgba(42, 42, 42, 0.2);
    box-shadow: 2px 2px 5px rgba(42, 42, 42, 0.2);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5px, MakeShadow=true, ShadowOpacity=0.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=@b,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
    width: 275px;
    top: 43px;
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-woo-mini-cart-contents {
    top: 43px;
  }
}
.mmc-woo-mini-cart-contents .mmc-woo-mini-cart-loader {
  display: block;
  background-color: #ffffff;
  background-image: url(https://ovcsupport.org/wp-content/themes/magic2/stylesheet/less/../../img/preloader_black.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 115px;
  background-size: 20px 20px;
}
.mmc-woo-mini-cart-contents .cart_list li {
  position: relative;
}
.mmc-woo-mini-cart-contents .cart_list li a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mmc-woo-mini-cart-contents .cart_list li .quantity {
  position: absolute;
  left: 84px;
  top: 30px;
}
.mmc-woo-mini-cart-contents,
.widget_shopping_cart_content {
  font-size: 16px;
}
.mmc-woo-mini-cart-contents a.mmc-woo-mini-cart,
.widget_shopping_cart_content a.mmc-woo-mini-cart,
.mmc-woo-mini-cart-contents li a.mmc-woo-mini-cart,
.widget_shopping_cart_content li a.mmc-woo-mini-cart {
  display: none;
}
.mmc-woo-mini-cart-contents ul.product_list_widget li,
.widget_shopping_cart_content ul.product_list_widget li {
  padding: 10px !important;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  width: 100%;
}
.mmc-woo-mini-cart-contents ul.product_list_widget li:before,
.widget_shopping_cart_content ul.product_list_widget li:before,
.mmc-woo-mini-cart-contents ul.product_list_widget li:after,
.widget_shopping_cart_content ul.product_list_widget li:after {
  display: table;
  content: " ";
}
.mmc-woo-mini-cart-contents ul.product_list_widget li:after,
.widget_shopping_cart_content ul.product_list_widget li:after {
  clear: both;
  *zoom: 1;
}
.mmc-woo-mini-cart-contents ul.product_list_widget li a,
.widget_shopping_cart_content ul.product_list_widget li a {
  font-weight: 100 !important;
}
.mmc-woo-mini-cart-contents ul.product_list_widget li a.remove,
.widget_shopping_cart_content ul.product_list_widget li a.remove {
  float: right;
}
.mmc-woo-mini-cart-contents ul.product_list_widget li a img,
.widget_shopping_cart_content ul.product_list_widget li a img {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-radius: 2px;
}
.mmc-woo-mini-cart-contents ul.product_list_widget li .quantity,
.widget_shopping_cart_content ul.product_list_widget li .quantity,
.mmc-woo-mini-cart-contents ul.product_list_widget li .amount,
.widget_shopping_cart_content ul.product_list_widget li .amount {
  display: block;
  width: auto !important;
  font-size: 12px;
  font-weight: 700;
}
.mmc-woo-mini-cart-contents ul.product_list_widget li .quantity:before,
.widget_shopping_cart_content ul.product_list_widget li .quantity:before {
  content: 'Quantity: ';
  font-weight: 400;
}
.mmc-woo-mini-cart-contents ul.product_list_widget li .amount:before,
.widget_shopping_cart_content ul.product_list_widget li .amount:before {
  content: 'Price: ';
  font-weight: 400;
}
.mmc-woo-mini-cart-contents .total,
.widget_shopping_cart_content .total {
  text-align: center;
  line-height: 50px;
  border: none !important;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1) !important;
}
.mmc-woo-mini-cart-contents .total strong,
.widget_shopping_cart_content .total strong {
  font-weight: 100 !important;
}
.mmc-woo-mini-cart-contents .total .amount,
.widget_shopping_cart_content .total .amount {
  font-weight: bold !important;
}
.mmc-woo-mini-cart-contents .buttons,
.widget_shopping_cart_content .buttons {
  padding: 0 10px;
  text-align: center;
}
.mmc-woo-mini-cart-contents .buttons a,
.widget_shopping_cart_content .buttons a {
  background: #003349 !important;
  color: #ffffff !important;
  border-color: #003349 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-transform: uppercase;
  text-shadow: none !important;
  line-height: 26px !important;
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  width: 118px !important;
  font-weight: 400;
  padding: 6px 10px;
}
.mmc-woo-mini-cart-contents .buttons a:hover,
.widget_shopping_cart_content .buttons a:hover {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.mmc-woo-mini-cart-contents .buttons a.checkout,
.widget_shopping_cart_content .buttons a.checkout {
  background: #8eb8c9 !important;
  border-color: #8eb8c9 !important;
  margin-left: 10px;
}
.mmc-woo-mini-cart-contents .buttons a.checkout:hover,
.widget_shopping_cart_content .buttons a.checkout:hover {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.mmc-woo-mini-cart-contents .buttons a:after,
.widget_shopping_cart_content .buttons a:after {
  content: '' !important;
}
.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  background: none !important;
  border: 1px solid rgba(42, 42, 42, 0.1) !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.woocommerce-info:before,
.woocommerce-message:before {
  content: "\f05a" !important;
  font-family: "FontAwesome" !important;
  color: #003349 !important;
  font-size: 24px !important;
  background: none !important;
  font-style: normal !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none !important;
  padding-top: 7px !important;
  left: 10px !important;
}
.woocommerce-info input[type="submit"],
.woocommerce-message input[type="submit"] {
  background: #003349 !important;
  color: #ffffff !important;
  border-color: #003349 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-transform: uppercase;
  text-shadow: none !important;
  line-height: 26px !important;
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.woocommerce-info input[type="submit"]:hover,
.woocommerce-message input[type="submit"]:hover {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.woocommerce-info a {
  color: #2a2a2a !important;
  font-weight: bold !important;
}
.woocommerce-info a:hover {
  color: #962327 !important;
}
.woocommerce-message a {
  background: #003349 !important;
  color: #ffffff !important;
  border-color: #003349 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-transform: uppercase;
  text-shadow: none !important;
  line-height: 26px !important;
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
  width: auto;
}
.woocommerce-message a:hover {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.woocommerce-message a:after {
  content: '' !important;
  margin: 0 !important;
}
.woocommerce-message a:hover:hover {
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.woocommerce-error:before {
  content: "\f06a" !important;
  font-family: "FontAwesome" !important;
  color: #ee5547 !important;
  font-size: 24px !important;
  background: none !important;
  font-style: normal !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none !important;
  padding-top: 7px !important;
  left: 10px !important;
}
.mmc-product-display li .item-inwrap:before {
  content: "";
  display: block !important;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: #003349;
  -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.5, 1);
  -moz-transition: all 1s cubic-bezier(0.5, 0.2, 0.5, 1);
  -ms-transition: all 1s cubic-bezier(0.5, 0.2, 0.5, 1);
  -o-transition: all 1s cubic-bezier(0.5, 0.2, 0.5, 1);
  transition: all 1s cubic-bezier(0.5, 0.2, 0.5, 1);
}
.mmc-product-display li .item-inwrap:hover:before {
  height: 100%;
}
.mmc-product-display li .item-inwrap:hover .product-info.bottom {
  opacity: 0.4;
}
.mmc-product-display li .single-image div {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
}
.mmc-product-display li .single-image div:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.mmc-product-display li .multiple-image div {
  -webkit-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mmc-product-display li .multiple-image div:last-child {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.mmc-product-display li .multiple-image div:last-child:hover {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  opacity: 0;
}
.mmc-product-display li .product-info.bottom {
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mmc-product-display li .product-info.bottom:hover {
  opacity: 1 !important;
}
.mmc-product-display li .product-info.bottom .product-title a {
  font-weight: 700;
}
.mmc-product-display li .product-info.bottom .add_to_cart_inline {
  border: 0 !important;
  display: block;
  margin-bottom: 0;
  padding: 0px !important;
  padding-top: 12px !important;
}
.mmc-product-display li .product-info.bottom .add_to_cart_inline:before,
.mmc-product-display li .product-info.bottom .add_to_cart_inline:after {
  display: table;
  content: " ";
}
.mmc-product-display li .product-info.bottom .add_to_cart_inline:after {
  clear: both;
  *zoom: 1;
}
.mmc-product-display li .product-info.bottom .add_to_cart_inline ins,
.mmc-product-display li .product-info.bottom .add_to_cart_inline > .amount,
.mmc-product-display li .product-info.bottom .add_to_cart_inline .left-wrapper > .amount {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.mmc-product-display li .product-info.bottom .add_to_cart_inline .button {
  background: #003349;
  border: 1px solid #003349 !important;
  color: white;
  font-weight: 200;
  font-size: 90%;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 18px;
  float: right;
}
.mmc-product-display li .product-info.bottom .add_to_cart_inline .button:hover {
  border: 1px solid #003349;
  color: #003349;
  background: none;
}
.mmc-product-display li.portrait_large .product-title a,
.mmc-product-display li.landscape_medium .product-title a {
  font-size: 140%;
}
.mmc-product-display li.landscape_small .left-wrapper,
.mmc-product-display li.portrait_small .left-wrapper {
  float: left;
  width: 50%;
}
.mmc-product-display li.landscape_small .left-wrapper .product-title,
.mmc-product-display li.portrait_small .left-wrapper .product-title {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mmc-product-display li.landscape_small .left-wrapper del,
.mmc-product-display li.portrait_small .left-wrapper del {
  clear: left;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.mmc-product-display.layout-isotope_grid .mmc-item-list li .product-title a {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.mmc-product-display .small-list .item {
  background: white;
  margin-bottom: 10px;
}
.mmc-product-display .small-list .item > a {
  float: left;
  margin-right: 15px;
}
.mmc-product-display .small-list .item .product-info {
  overflow: hidden;
}
.mmc-product-display .small-list .item .product-info .product-title a {
  font-weight: 700;
  display: block;
  margin-top: 10px;
  font-size: 17px;
}
.mmc-product-display .small-list .item .product-info .add_to_cart_inline {
  border: 0 !important;
  display: block;
  position: absolute;
  bottom: 0;
}
.mmc-product-display .small-list .item .product-info .add_to_cart_inline:before,
.mmc-product-display .small-list .item .product-info .add_to_cart_inline:after {
  display: table;
  content: " ";
}
.mmc-product-display .small-list .item .product-info .add_to_cart_inline:after {
  clear: both;
  *zoom: 1;
}
.mmc-product-display .small-list .item .product-info .add_to_cart_inline ins,
.mmc-product-display .small-list .item .product-info .add_to_cart_inline > .amount,
.mmc-product-display .small-list .item .product-info .add_to_cart_inline .left-wrapper > .amount {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  margin-right: 6px;
}
.mmc-product-display .small-list .item .product-info .add_to_cart_inline del,
.mmc-product-display .small-list .item .product-info .add_to_cart_inline ins {
  margin-right: 6px;
}
.mmc-product-display .small-list .item .product-info .add_to_cart_inline .button {
  background: #003349;
  color: white;
  font-weight: 200;
  font-size: 90%;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 18px;
  float: right;
}
.mmc-product-display .small-list .item .product-info .add_to_cart_inline .button:hover {
  border: 1px solid #003349;
  color: #003349;
  background: none;
}
#shipping_method li,
#payment li {
  text-indent: 0 !important;
  margin: 0 0 5px 0 !important;
  padding: .25em 0 .25em 22px;
}
#shipping_method input[type=radio],
#payment input[type=radio] {
  display: none;
}
#shipping_method input[type=radio]:checked + label:before,
#payment input[type=radio]:checked + label:before {
  content: "\2022";
  color: #003349;
  font-size: 50px;
  text-align: center;
  line-height: 30px;
}
#shipping_method label,
#payment label {
  text-align: left;
  padding-left: 40px;
  line-height: 28px;
  position: relative;
}
#shipping_method label:before,
#payment label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  background: white;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
}
#shipping_method label[for=payment_method_paypal],
#payment label[for=payment_method_paypal] {
  display: block;
}
#shipping_method label[for=payment_method_paypal]:before,
#payment label[for=payment_method_paypal]:before {
  top: 0;
  bottom: 0;
  margin: auto;
}
.mmc_woocommerce_content_start h1 {
  display: none;
}
.woocommerce-pagination {
  position: relative;
}
.woocommerce-pagination .page-numbers {
  border: 0 !important;
}
.woocommerce-pagination .page-numbers li {
  border: 0 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.woocommerce-pagination .page-numbers li span {
  width: 100%;
  height: 100%;
  line-height: 40px !important;
  padding: 0 !important;
  background: #003349 !important;
  color: white !important;
}
.woocommerce-pagination .page-numbers li a {
  padding: 0 !important;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
}
.mmc-light-bg .woocommerce-pagination .page-numbers li a {
  color: rgba(42, 42, 42, 0.5) !important;
}
.mmc-dark-bg .woocommerce-pagination .page-numbers li a {
  color: #ffffff !important;
}
.woocommerce-pagination .page-numbers li a:hover {
  background: none !important;
}
.mmc-light-bg .woocommerce-pagination .page-numbers li a:hover {
  color: #2a2a2a !important;
}
.mmc-dark-bg .woocommerce-pagination .page-numbers li a:hover {
  color: #ffffff !important;
}
.mmc-shortcode.mmc-category-display .category-display-info {
  position: absolute;
  left: 0;
  width: 100%;
}
.mmc-shortcode.mmc-category-display .category-display-info a.category_name {
  display: block;
  text-align: center;
  font-family: Montserrat, sans-serif;
  /* text-align: center; */
  font-size: 44px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 47px;
  margin: 50px 0 20px;
  letter-spacing: normal;
  color: #2a2a2a;
  /*.mmc-page-sidebar-left_sidebar &,
	.mmc-page-sidebar-right_sidebar & {
		&, & + .mmc-subtitle {
			text-align: left;
		}
	}*/
  margin: 0;
  padding: 0 20px;
}
.mmc-shortcode.mmc-category-display .category-display-info a.category_name a {
  color: #d13239;
}
.mmc-dark-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name a,
.mmc-dark-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name a,
.mmc-light-bg .mmc-dark-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name a,
.mmc-light-bg .mmc-dark-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name a,
.mmc-light-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name a,
.mmc-dark-bg .mmc-light-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name a,
.mmc-dark-bg .mmc-light-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name a {
  color: #d13239;
  background-color: "";
  border-color: "";
}
.mmc-shortcode.mmc-category-display .category-display-info a.category_name a:hover {
  color: #962327;
}
.mmc-shortcode.mmc-category-display .category-display-info a.category_name.border {
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name.border,
.mmc-dark-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name.border,
.mmc-light-bg .mmc-dark-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name.border,
.mmc-light-bg .mmc-dark-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name.border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name.border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name.border {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name.border,
.mmc-light-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name.border,
.mmc-dark-bg .mmc-light-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name.border,
.mmc-dark-bg .mmc-light-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name.border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name.border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name.border {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name,
.mmc-dark-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name,
.mmc-light-bg .mmc-dark-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name,
.mmc-light-bg .mmc-dark-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name,
.mmc-light-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name,
.mmc-dark-bg .mmc-light-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name,
.mmc-dark-bg .mmc-light-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-shortcode.mmc-category-display .category-display-info a.category_name,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-shortcode.mmc-category-display .category-display-info a.category_name {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-shortcode.mmc-category-display .category-display-info a.category_name.border {
  padding-bottom: 20px;
}
.mmc-main-slider + section .mmc-shortcode.mmc-category-display .category-display-info a.category_name {
  margin-top: 20px;
}
.mmc-shortcode.mmc-category-display .category-display-info .category-display-description {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 0 20px 20px 20px;
  text-align: center;
}
.mmc-shortcode.mmc-category-display .category-display-info.size_2_columns a.category_name {
  font-size: 65px;
}
.mmc-shortcode.mmc-category-display .category-display-info.size_2_columns .category-display-description {
  font-size: 20px;
}
.mmc-shortcode.mmc-category-display .category-display-info.top {
  top: 20px;
}
.mmc-shortcode.mmc-category-display .category-display-info.middle {
  top: 42%;
}
.mmc-shortcode.mmc-category-display .category-display-info.bottom {
  bottom: 30px;
}
.mmc-feed.layout-isotope .item.image .mmc-iva-item.product.portrait_large {
  padding-bottom: 135%;
}
.mmc-feed.layout-isotope .item.image .mmc-iva-item.product.landscape_medium {
  padding-bottom: 67%;
}
.mmc-feed.layout-isotope .item.image .mmc-iva-item.product.portrait_small {
  padding-bottom: 135%;
}
.mmc-feed.layout-isotope .item.image .mmc-iva-item.product.landscape_small {
  padding-bottom: 64.1%;
}
.mmc-feed.layout-isotope .item.image .mmc-iva-item.product.portrait_medium {
  padding-bottom: 171.43%;
}
.mmc-feed.layout-isotope .item.image .product-info {
  position: absolute;
  width: 100%;
}
.mmc-feed.layout-isotope .item.image .product-info.bottom {
  bottom: 20px;
}
.mmc-feed.layout-isotope .item.image .badge {
  position: absolute;
  top: 0;
}
