/* Main Less File: Part 2
/*------------------------------------------------------------*/
/*@import "reset.less";*/
/*@import "normalize.less";*/
/* 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;
}
/* Colors */
/*------------------------------------------------------------*/
/*grey is added to customizer*/
/*@grey: 			#666;*/
/*@import "general.less";*/
/* Mixins
/*------------------------------------------------------------*/
.font_p {
  font-family: Lato, sans-serif;
}
.font_h1 {
  font-family: Lato, sans-serif;
}
.font_h2 {
  font-family: Lato, sans-serif;
}
.font_h3 {
  font-family: Lato, sans-serif;
}
.font_h4 {
  font-family: Lato, sans-serif;
}
.font_h5 {
  font-family: Lato, 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: Lato, sans-serif;
}
.font_nav_sub {
  font-family: Roboto, sans-serif;
}
.font_nav_subhead {
  font-family: Lato, 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: 25.888px;
}
.p-style blockquote p {
  line-height: inherit;
}
/* These are the conditional mixins for the different syntax for IE10 Flexbox*/
/*@import "typography.less";*/
/*------------------------------------------------------------*/
/* 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: 15px;
  font-weight: normal !important;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  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: #46c1bc;
  /**/
}
.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-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: #46c1bc;
}
.mmc-button.color_two {
  background-color: #5e5e5e;
}
.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: #5e5e5e;
}
@media only screen and (max-width: 767px) {
  .mmc-button:active {
    background-color: #2a2a2a;
    color: #ffffff;
  }
  .color_three.mmc-button:active {
    background-color: #5e5e5e;
  }
}
.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 #46c1bc;
  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: #46c1bc;
}
.mmc-button.outline.color_two {
  border-color: #5e5e5e;
}
.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: #5e5e5e;
}
.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: #5e5e5e;
  }
}
.mmc-button.trans {
  background-color: rgba(255, 255, 255, 0.23);
  border: 2px solid #46c1bc;
  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: #46c1bc;
}
.mmc-button.trans.color_two {
  border-color: #5e5e5e;
}
.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: 15px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #46c1bc;
  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: 15px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.23);
  border: 2px solid #46c1bc;
  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: #46c1bc;
}
.mmc-button-trans.color_two {
  border-color: #5e5e5e;
}
.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: #46c1bc;
  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: #46c1bc !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: #46c1bc;
  color: #ffffff;
}
.mmc-button-arrow-color:hover {
  background: #46c1bc;
}
/*------------------------------------------------------------*/
/* MMC Main Button v2
/*------------------------------------------------------------*/
.mmc-button-v2 {
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.mmc-button-v2 > summary {
  line-height: 1;
}
.mmc-button-v2 > i {
  margin-right: 10px;
}
/* Winona */
.button--winona {
  overflow: hidden;
  padding: 0;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #3f51b5;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.button--winona > summary {
  display: block;
}
.button--winona::after,
.button--winona > summary {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona:hover {
  color: transparent !important;
}
.button--winona:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button--winona:hover > summary {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
/* Ujarak */
.button--ujarak {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  background: transparent !important;
}
.button--ujarak::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak,
.button--ujarak::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Wayra */
.button--wayra {
  overflow: hidden;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
  background: transparent !important;
}
.button--wayra:hover::before {
  opacity: 1;
  background-color: #3f51b5;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* Tamaya */
.button--tamaya {
  overflow: hidden;
  background: none !important;
}
.button--tamaya::before,
.button--tamaya::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tamaya::before {
  top: 0;
  line-height: 1;
}
.button--tamaya::after {
  bottom: 0;
  line-height: 0;
}
.button--tamaya summary {
  display: block;
  -webkit-transform: scale3d(0.2, 0.2, 1);
  transform: scale3d(0.2, 0.2, 1);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  vertical-align: middle;
}
.button--tamaya:hover::before {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.button--tamaya:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--tamaya:hover summary {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* Rayen */
.button--rayen {
  background: transparent !important;
}
.button--rayen::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.button--rayen > summary {
  display: block;
}
.button--rayen::before,
.button--rayen > summary {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--rayen:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button--rayen:hover > summary {
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
/* Pipaluk */
.button--pipaluk {
  border: 0 !important;
}
.button--pipaluk::before,
.button--pipaluk::after {
  content: '';
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
.button--pipaluk:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.button--pipaluk::before,
.button--pipaluk:hover::after {
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
/* Moema */
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}
.button--moema {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  overflow: visible !important;
}
.button--moema:hover {
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
/* Isi */
.button--isi {
  overflow: hidden;
}
.button--isi::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.button--isi:hover {
  background: inherit !important;
}
.button--isi:hover::before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}
/* Aylen */
.button--aylen {
  background: none !important;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.button--aylen::before,
.button--aylen::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen:hover::before,
.button--aylen:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
/* Saqui */
.button--saqui {
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.button--saqui::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: -25% 50%;
  transform-origin: -25% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
.button--saqui summary {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.button--saqui:hover summary {
  opacity: 0;
}
.button--saqui:hover::after,
.button--saqui:hover {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button--saqui:hover::after {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}
/* Wapasha */
.button--wapasha {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  border: 0 !important;
}
.button--wapasha::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--wapasha:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* Nina */
.button--nina {
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  line-height: 1;
}
.button--nina > summary {
  display: inline-block;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--nina:hover > summary {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button--nina:hover > summary:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.button--nina:hover > summary:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.button--nina:hover > summary:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.button--nina:hover > summary:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.button--nina:hover > summary:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.button--nina:hover > summary:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.button--nina:hover > summary:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.button--nina:hover > summary:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.button--nina:hover > summary:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.button--nina:hover > summary:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.button--nina:hover > summary:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.button--nina:hover > summary:nth-child(12) {
  -webkit-transition-delay: 0.60s;
  transition-delay: 0.60s;
}
.button--nina:hover > summary:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.button--nina:hover > summary:nth-child(14) {
  -webkit-transition-delay: 0.70s;
  transition-delay: 0.70s;
}
.button--nina:hover > summary:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.button--nina:hover > summary:nth-child(16) {
  -webkit-transition-delay: 0.80s;
  transition-delay: 0.80s;
}
.button--nina:hover > summary:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.button--nina:hover > summary:nth-child(18) {
  -webkit-transition-delay: 0.90s;
  transition-delay: 0.90s;
}
.button--nina:hover > summary:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.button--nina:hover > summary:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
/* Nanuk */
@-webkit-keyframes anim-nanuk-1 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
@keyframes anim-nanuk-1 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes anim-nanuk-2 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
@keyframes anim-nanuk-2 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
.button--nanuk {
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1;
}
.button--nanuk > summary {
  display: inline-block;
}
.button--nanuk:hover > summary:nth-child(odd) {
  -webkit-animation: anim-nanuk-1 0.5s forwards;
  animation: anim-nanuk-1 0.5s forwards;
}
.button--nanuk:hover > summary:nth-child(even) {
  -webkit-animation: anim-nanuk-2 0.5s forwards;
  animation: anim-nanuk-2 0.5s forwards;
}
.button--nanuk:hover > summary:nth-child(odd),
.button--nanuk:hover > summary:nth-child(even) {
  -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nanuk:hover > summary:nth-child(1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.button--nanuk:hover > summary:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.button--nanuk:hover > summary:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.button--nanuk:hover > summary:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.button--nanuk:hover > summary:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.button--nanuk:hover > summary:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.button--nanuk:hover > summary:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.button--nanuk:hover > summary:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.button--nanuk:hover > summary:nth-child(9) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.button--nanuk:hover > summary:nth-child(10) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.button--nanuk:hover > summary:nth-child(11) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.button--nanuk:hover > summary:nth-child(12) {
  -webkit-animation-delay: 0.60s;
  animation-delay: 0.60s;
}
.button--nanuk:hover > summary:nth-child(13) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.button--nanuk:hover > summary:nth-child(14) {
  -webkit-animation-delay: 0.70s;
  animation-delay: 0.70s;
}
.button--nanuk:hover > summary:nth-child(15) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.button--nanuk:hover > summary:nth-child(16) {
  -webkit-animation-delay: 0.80s;
  animation-delay: 0.80s;
}
.button--nanuk:hover > summary:nth-child(17) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
.button--nanuk:hover > summary:nth-child(18) {
  -webkit-animation-delay: 0.90s;
  animation-delay: 0.90s;
}
.button--nanuk:hover > summary:nth-child(19) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
.button--nanuk:hover > summary:nth-child(20) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/* Nuka */
.button--nuka {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  overflow: visible !important;
}
.button--nuka::before,
.button--nuka::after {
  content: '';
  position: absolute;
  border-radius: inherit;
  z-index: -1;
}
.button--nuka::before {
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.button--nuka::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(1.1, 1, 1);
  transform: scale3d(1.1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
}
.button--nuka::before,
.button--nuka::after {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--nuka:hover::before {
  opacity: 1;
}
.button--nuka:hover::after,
.button--nuka:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* Antiman */
.button--antiman {
  background: none !important;
  border: none !important;
  overflow: visible !important;
}
.button--antiman::before,
.button--antiman::after {
  content: '';
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--antiman::before {
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.button--antiman:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.button--antiman:hover::after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
/* Itzel */
.button--itzel {
  border: none !important;
  padding: 0px;
  overflow: hidden;
}
.button--itzel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
  clip-path: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../index.html#clipBox);
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.button--itzel::before {
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
}
.button--itzel::before,
.button--itzel i {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--itzel i {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.button--itzel > summary {
  display: block;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.button--itzel:hover::before {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.button--itzel:hover i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
}
.button--itzel:hover > summary {
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/* Naira */
.button--naira {
  padding: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button--naira::before {
  content: '';
  position: absolute;
  left: -50%;
  width: 200%;
  height: 200%;
  top: -50%;
  z-index: -1;
  -webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
  transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}
.button--naira-up::before {
  -webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
  transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
}
.button--naira > summary {
  display: block;
}
.button--naira i {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.button--naira-up i {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--naira > summary,
.button--naira i {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--naira:hover::before {
  -webkit-animation: anim-naira-1 0.3s forwards ease-in;
  animation: anim-naira-1 0.3s forwards ease-in;
}
.button--naira-up:hover::before {
  -webkit-animation: anim-naira-2 0.3s forwards ease-in;
  animation: anim-naira-2 0.3s forwards ease-in;
}
@-webkit-keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes anim-naira-2 {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes anim-naira-2 {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
  }
}
.button--naira:hover {
  -webkit-transition: background-color 0s 0.3s;
  transition: background-color 0s 0.3s;
}
.button--naira:hover i {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: none !important;
}
.button--naira:hover > summary {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 170%, 0);
}
.button--naira-up:hover > summary {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -170%, 0);
}
/* Quidel */
.button--quidel {
  background: #fff !important;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--quidel::before,
.button--quidel::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: inherit;
}
.button--quidel::after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.button--quidel::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--quidel:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Shikoba */
.button.button--shikoba {
  overflow: hidden;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.button--shikoba > summary {
  display: inline-block;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba i {
  position: absolute;
  left: 20px;
  -webkit-transform: translate3d(-40px, 2.5em, 0);
  transform: translate3d(-40px, 2.5em, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba:hover i {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button--shikoba:hover > summary {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
/*@import "forms.less";*/
/* Misc
/*------------------------------------------------------------*/
.mmc-video-container,
.wpb_video_wrapper,
.mmc-map-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.mmc-video-container iframe,
.wpb_video_wrapper iframe,
.mmc-map-container iframe,
.mmc-video-container object,
.wpb_video_wrapper object,
.mmc-map-container object,
.mmc-video-container embed,
.wpb_video_wrapper embed,
.mmc-map-container embed,
.mmc-video-container .mmc-map,
.wpb_video_wrapper .mmc-map,
.mmc-map-container .mmc-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mmc-has-video-bg {
  position: relative;
}
.mmc-has-video-bg .mmc-video-overlay {
  position: relative;
  z-index: 1;
}
.mmc-has-video-bg .mmc-video-overlay:before,
.mmc-has-video-bg .mmc-video-overlay:after {
  display: table;
  content: " ";
}
.mmc-has-video-bg .mmc-video-overlay:after {
  clear: both;
  *zoom: 1;
}
.mmc-video-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mmc-video-bg-container .mejs-container {
  min-height: 100%;
}
.mmc-video-bg-container .mejs-overlay-loading {
  display: none !important;
}
/* CSS Animations */
@media only screen and (min-width: 1025px) {
  .wpb_animate_when_almost_visible,
  .mmc-has-appearance {
    opacity: 0;
  }
  .wpb_start_animation.wpb_top-to-bottom {
    -webkit-animation: wpb_ttb 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_ttb 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_ttb 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_ttb 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
  }
  .wpb_start_animation.wpb_bottom-to-top {
    -webkit-animation: wpb_btt 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_btt 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_btt 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_btt 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
  }
  .wpb_start_animation.wpb_left-to-right {
    -webkit-animation: wpb_ltr 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_ltr 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_ltr 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_ltr 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
  }
  .wpb_start_animation.wpb_right-to-left {
    -webkit-animation: wpb_rtl 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_rtl 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_rtl 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_rtl 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
  }
  .wpb_start_animation.wpb_appear {
    -webkit-animation: wpb_appear 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_appear 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_appear 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_appear 0.8s 0.1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .mmc-page-scroller-on .ps-fullscreen .wpb_start_animation.wpb_top-to-bottom {
    -webkit-animation: wpb_ttb 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_ttb 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_ttb 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_ttb 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  }
  .mmc-page-scroller-on .ps-fullscreen .wpb_start_animation.wpb_bottom-to-top {
    -webkit-animation: wpb_btt 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_btt 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_btt 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_btt 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  }
  .mmc-page-scroller-on .ps-fullscreen .wpb_start_animation.wpb_left-to-right {
    -webkit-animation: wpb_ltr 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_ltr 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_ltr 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_ltr 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  }
  .mmc-page-scroller-on .ps-fullscreen .wpb_start_animation.wpb_right-to-left {
    -webkit-animation: wpb_rtl 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_rtl 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_rtl 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_rtl 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  }
  .mmc-page-scroller-on .ps-fullscreen .wpb_start_animation.wpb_appear {
    -webkit-animation: wpb_appear 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: wpb_appear 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: wpb_appear 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: wpb_appear 0.8s 0.6s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  }
  /* Top to bottom keyframes */
  @-webkit-keyframes wpb_ttb {
    0% {
      -webkit-transform: translate(0, -10%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes wpb_ttb {
    0% {
      -moz-transform: translate(0, -10%);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes wpb_ttb {
    0% {
      -o-transform: translate(0, -10%);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes wpb_ttb {
    0% {
      transform: translate(0, -10%);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  /* Bottom to top keyframes */
  @-webkit-keyframes wpb_btt {
    0% {
      -webkit-transform: translate(0, 10%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes wpb_btt {
    0% {
      -moz-transform: translate(0, 10%);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes wpb_btt {
    0% {
      -o-transform: translate(0, 10%);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes wpb_btt {
    0% {
      transform: translate(0, 10%);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  /* Left to right keyframes */
  @-webkit-keyframes wpb_ltr {
    0% {
      -webkit-transform: translate(-10%, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes wpb_ltr {
    0% {
      -moz-transform: translate(-10%, 0);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes wpb_ltr {
    0% {
      -o-transform: translate(-10%, 0);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes wpb_ltr {
    0% {
      transform: translate(-10%, 0);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  /* Right to left keyframes */
  @-webkit-keyframes wpb_rtl {
    0% {
      -webkit-transform: translate(10%, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes wpb_rtl {
    0% {
      -moz-transform: translate(10%, 0);
      opacity: 0;
    }
    100% {
      -moz-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes wpb_rtl {
    0% {
      -o-transform: translate(10%, 0);
      opacity: 0;
    }
    100% {
      -o-transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes wpb_rtl {
    0% {
      transform: translate(10%, 0);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  /* Appear from center keyframes */
  @-webkit-keyframes wpb_appear {
    0% {
      -webkit-transform: scale(0.5);
      opacity: 0.1;
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 1;
    }
  }
  @-moz-keyframes wpb_appear {
    0% {
      -moz-transform: scale(0.5);
      opacity: 0.1;
    }
    100% {
      -moz-transform: scale(1);
      opacity: 1;
    }
  }
  @-o-keyframes wpb_appear {
    0% {
      -o-transform: scale(0.5);
      opacity: 0.1;
    }
    100% {
      -o-transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes wpb_appear {
    0% {
      transform: scale(0.5);
      opacity: 0.1;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  /* Flip Horizontal*/
  @-webkit-keyframes flip_horizontal {
    0% {
      -webkit-transform: rotateY(0deg);
    }
    50% {
      -webkit-transform: rotateY(90deg);
    }
    100% {
      -webkit-transform: rotateY(180deg);
    }
  }
  @-moz-keyframes flip_horizontal {
    0% {
      -moz-transform: rotateY(0deg);
    }
    50% {
      -moz-transform: rotateY(90deg);
    }
    100% {
      -moz-transform: rotateY(180deg);
    }
  }
  @-o-keyframes flip_horizontal {
    0% {
      -o-transform: rotateY(0deg);
    }
    50% {
      -o-transform: rotateY(90deg);
    }
    100% {
      -o-transform: rotateY(180deg);
    }
  }
  @keyframes flip_horizontal {
    0% {
      transform: rotateY(0deg);
    }
    50% {
      transform: rotateY(90deg);
    }
    100% {
      transform: rotateY(180deg);
    }
  }
}
/*layout*/
/*------------------------------------------------------------*/
/* Layout
/*------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.center-max-width {
  max-width: 1200px;
  margin: 0 auto;
}
html,
body {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
.mmc-main-wrapper-boxed {
  max-width: 1200px;
  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: 1200px;
    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: 140px;
    left: 0px;
    background: #5e5e5e;
    background: rgba(94, 94, 94, 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: 40px;
  }
  .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: #5e5e5e;
  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: #46c1bc;
  background: #46c1bc;
}
.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: #5e5e5e;
  background: #5e5e5e;
}
.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: #5e5e5e;
    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: #46c1bc;
    background: #46c1bc;
  }
  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: #5e5e5e;
    background: #5e5e5e;
  }
  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: 1200px;
  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: 1200px;
  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;
  }
}
/*@import "feed_layouts.less";*/
/*@import "feed_styles.less";*/
/*@import "comment_count.less";*/
/*@import "category_menu.less";*/
/*@import "post_share.less";*/
/*@import "custom_box.less";*/
/*page sections*/
/*@import "header.less";*/
/*@import "footer.less";*/
/*@import "page.less";*/
/*@import "comments.less";*/
/* Toolbar
/*------------------------------------------------------------*/
.mmc-toolbar {
  position: relative;
  z-index: 25;
  height: 0;
  -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;
  /* Links Area
	/*------------------------------------------------------------*/
  /* Widget Area
	/*------------------------------------------------------------*/
  /* Toolbar Subscribe
	/*------------------------------------------------------------*/
  /* Language Switcher
	/*------------------------------------------------------------*/
  /* Toolbar Menu
	/*------------------------------------------------------------*/
}
.sticked .mmc-toolbar {
  height: 0;
}
.sticked .mmc-toolbar .links-area,
.sticked .mmc-toolbar .widget-area {
  display: none;
}
.mmc-toolbar [class*=mmc-toolbar-wrapper] {
  padding: 0 15px;
}
.mmc-toolbar.mmc-toolbar-style-widget_left .widget-area {
  float: left;
}
.mmc-toolbar.mmc-toolbar-style-widget_left .links-area {
  float: right;
}
.mmc-toolbar.mmc-toolbar-style-widget_right .widget-area {
  float: right;
}
.mmc-toolbar.mmc-toolbar-style-widget_right .links-area {
  float: left;
}
.mmc-toolbar a {
  color: #999999;
}
.mmc-dark-bg.mmc-toolbar a,
.mmc-dark-bg .mmc-toolbar a,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar a,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-toolbar a,
.mmc-light-bg .mmc-toolbar a,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar a,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar a {
  color: rgba(42, 42, 42, 0.6);
  background-color: "";
  border-color: "";
}
.mmc-toolbar a:hover {
  color: #46c1bc;
}
.mmc-toolbar .links-area {
  padding: 4px 0;
}
.mmc-toolbar .links-area li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.mmc-toolbar .links-area li:first-child {
  padding-left: 0;
}
.mmc-toolbar .links-area li:last-child {
  padding-right: 0;
}
.mmc-toolbar .links-area li + li:before {
  content: '•';
  position: absolute;
  left: -4px;
  top: 3px;
}
.mmc-toolbar .links-area li a {
  font-size: 12px;
}
.mmc-toolbar .widget-area {
  height: 0;
}
.mmc-toolbar .widget-area div {
  float: left;
}
.mmc-toolbar .mmc-widget {
  margin-top: 0;
  height: -8;
  margin: 4px 0px;
  padding: 0 12px;
}
.mmc-toolbar .mmc-widget:before {
  content: '•';
  position: absolute;
  left: -4px;
  top: 3px;
}
.mmc-toolbar .mmc-widget:first-child:before {
  content: '';
}
.mmc-toolbar .mmc-widget .mmc-widget-title {
  padding: 0px 15px 0px 0;
  display: inline-block;
  font-size: 12px;
  border-bottom: none;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 0;
}
.mmc-toolbar .mmc-widget .mmc-widget-title + * {
  display: inline-block;
}
.mmc-toolbar .mmc-widget ul.mmc-widget {
  padding: 0;
  border-left: none;
}
.mmc-toolbar .mmc-widget ul.mmc-widget:before {
  content: '';
}
.mmc-toolbar .mmc-widget.widget_text {
  font-size: 12px;
  line-height: 24px;
}
.mmc-toolbar .mmc-widget.widget_mmc_social_links .mmc-social-links.circle a i {
  line-height: normal;
}
.mmc-toolbar .mmc-widget.widget_mmc_social_links .mmc-social-links a {
  width: 20px;
  height: 20px;
  line-height: 18px;
  margin: 0px 5px;
}
.mmc-toolbar .mmc-widget.widget_mmc_social_links .mmc-social-links a i {
  font-size: 12px;
}
.mmc-toolbar .mmc-widget.widget_mmc_social_links .mmc-social-links li {
  height: 0;
  vertical-align: top;
}
.mmc-toolbar .mmc-widget ul {
  white-space: nowrap;
  margin: 0;
}
.mmc-dark-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-dark-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover {
  color: #5e5e5e;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-light-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #mmc_toolbar_subscribe_link:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #mmc_toolbar_subscribe_link:hover {
  color: #46c1bc;
  background-color: "";
  border-color: "";
}
.mmc-toolbar #mmc_toolbar_subscribe_link + div {
  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;
  position: absolute;
  margin: 20px 0 0;
  padding: 15px;
  background: #2a2a2a;
  color: #999999;
  width: 230px;
}
.mmc-toolbar #mmc_toolbar_subscribe_link + div:after {
  -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;
  top: -7px;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #2a2a2a;
  border-width: 7px;
  z-index: -1;
}
.mmc-toolbar #mmc_toolbar_subscribe_link + div input.email {
  margin: 10px 0 20px;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.mmc-toolbar-style-widget_left.mmc-toolbar #mmc_toolbar_subscribe_link + div {
  right: 0;
}
.mmc-toolbar-style-widget_left.mmc-toolbar #mmc_toolbar_subscribe_link + div:after {
  left: auto;
  right: 10px;
}
.mmc-toolbar #mmc_toolbar_subscribe_link.active + div {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 100;
}
.mmc-toolbar #lang_sel_list,
.mmc-toolbar #lang_sel {
  height: auto;
  font-family: inherit;
  margin-bottom: -8px;
}
.mmc-toolbar #lang_sel_list.lang_sel_list_horizontal li + li,
.mmc-toolbar #lang_sel.lang_sel_list_horizontal li + li {
  padding-left: 10px !important;
}
.mmc-toolbar #lang_sel_list a,
.mmc-toolbar #lang_sel a {
  color: #2a2a2a;
  background: none;
  padding-left: 5px;
  border: none;
}
.mmc-dark-bg.mmc-toolbar #lang_sel_list a,
.mmc-dark-bg.mmc-toolbar #lang_sel a,
.mmc-dark-bg .mmc-toolbar #lang_sel_list a,
.mmc-dark-bg .mmc-toolbar #lang_sel a,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel_list a,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel a,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel_list a,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel_list a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel_list a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel_list a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel_list a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-toolbar #lang_sel_list a,
.mmc-light-bg.mmc-toolbar #lang_sel a,
.mmc-light-bg .mmc-toolbar #lang_sel_list a,
.mmc-light-bg .mmc-toolbar #lang_sel a,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel_list a,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel a,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel_list a,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel_list a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel_list a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel_list a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel_list a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel a {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-toolbar #lang_sel_list ul li,
.mmc-toolbar #lang_sel ul li {
  background: transparent;
}
.mmc-dark-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-dark-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg .mmc-toolbar #lang_sel ul li a:hover,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel ul li a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel ul li a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar #lang_sel ul li a:hover {
  color: #5e5e5e;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-light-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg .mmc-toolbar #lang_sel ul li a:hover,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel ul li a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel ul li a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar #lang_sel ul li a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel_list ul li a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar #lang_sel ul li a:hover {
  color: #46c1bc;
  background-color: "";
  border-color: "";
}
.mmc-toolbar #lang_sel_list ul li ul,
.mmc-toolbar #lang_sel ul li ul {
  border: none;
  top: 24px;
  height: auto;
}
.mmc-toolbar #lang_sel_list ul li ul a,
.mmc-toolbar #lang_sel ul li ul a {
  line-height: 20px;
}
.mmc-toolbar #lang_sel_list ul li ul li:hover a,
.mmc-toolbar #lang_sel ul li ul li:hover a {
  background: transparent;
}
.mmc-toolbar #icl_lang_sel_widget {
  padding: 11px 0;
}
.mmc-toolbar #lang_sel img.iclflag {
  vertical-align: baseline;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu > li {
  border: none;
  float: left;
  position: relative;
  display: inline-block;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu > li:first-child > a {
  padding-left: 0;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu > li:last-child > a {
  padding-right: 0;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu > li > a {
  text-transform: none;
  padding: 0 10px;
  line-height: 24px;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a {
  font-size: 13px !important;
  font-family: Lato !important;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a i {
  padding-right: 5px;
}
.mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover {
  color: #5e5e5e;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu a:hover {
  color: #46c1bc;
  background-color: "";
  border-color: "";
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu {
  position: absolute;
  opacity: 0;
  top: 24px;
  right: 0;
  left: auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transform-origin: right top;
  -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;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header li,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu li {
  position: relative;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a {
  padding: 10px 12px;
  font-size: 11px !important;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a:hover,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a:hover {
  background: transparent;
}
.mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu a {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header .sub-menu-header,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu .sub-menu-header {
  z-index: 3;
  right: 100%;
  top: 0;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu-header .sub-menu-header a,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .sub-menu .sub-menu-header a {
  padding: 5px 5px;
  font-size: 11px !important;
}
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu {
  color: #5e5e5e;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu-header,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-has-children:hover > .sub-menu,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-toolbar .mmc-widget.widget_nav_menu ul.menu .menu-item-language:hover > .sub-menu {
  color: #46c1bc;
  background-color: "";
  border-color: "";
}
.mmc-toolbar.mmc-toolbar-style-widget_left .sub-menu-header .sub-menu-header {
  left: 100%;
  right: 0;
}
/* Slider
/*------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .mmc-header + .mmc-main-slider {
    top: 0 !important;
    min-height: 80px;
    position: relative;
    z-index: 1;
  }
  .mmc-header + .mmc-main-slider .mmc-flexslider li.slide > div:first-child {
    padding-top: 80px;
  }
  .mmc-header.header-sticky + .mmc-main-slider {
    top: -40px;
  }
}
.mmc-flexslider.mmc-shortcode,
.mmc-flexslider.mmc-flex-main-slider {
  position: relative;
  /* FlexSlider Arrow Control
		/*------------------------------------------------------------*/
  /* kill flexsliders native arros control*/
  /* FlexSlider Bullet Navigation
		/*------------------------------------------------------------*/
}
.mmc-flexslider.mmc-shortcode ul,
.mmc-flexslider.mmc-flex-main-slider ul,
.mmc-flexslider.mmc-shortcode ol,
.mmc-flexslider.mmc-flex-main-slider ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mmc-flexslider.mmc-shortcode ul li,
.mmc-flexslider.mmc-flex-main-slider ul li,
.mmc-flexslider.mmc-shortcode ol li,
.mmc-flexslider.mmc-flex-main-slider ol li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mmc-flexslider.mmc-shortcode ul li:before,
.mmc-flexslider.mmc-flex-main-slider ul li:before,
.mmc-flexslider.mmc-shortcode ol li:before,
.mmc-flexslider.mmc-flex-main-slider ol li:before {
  content: none;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item {
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  position: relative;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item .mmc-video-container-wrap,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .mmc-video-container-wrap {
  width: 33%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content {
  background: #2a2a2a;
  background: rgba(42, 42, 42, 0.85);
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .mmc-button,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .mmc-button {
  margin-left: 20px;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .mmc-button:hover,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .mmc-button:hover {
  background: #ffffff;
  color: #2a2a2a;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .caption,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .caption {
  display: none;
  font-family: Lato, sans-serif;
  text-align: left;
  font-weight: 300;
  font-size: 20px;
}
.mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .description,
.mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .description {
  display: none;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content {
    padding: 0;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .mmc-button,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .mmc-button {
    margin: 10px 0;
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content {
    padding: 20px 0;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap {
    padding: 0 20px;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .mmc-button,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .mmc-button {
    float: right;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .caption,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .caption {
    font-size: 24px;
    line-height: 50px;
    display: block;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .description,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .description {
    font-size: 20px;
    line-height: 1;
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content {
    padding: 20px 0;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap {
    padding: 0 20px;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .mmc-button,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .mmc-button {
    float: right;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .caption,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .caption {
    font-size: 38px;
    line-height: 50px;
    display: block;
  }
  .mmc-flexslider.mmc-shortcode .mmc-iva-item .text-content .inwrap .description,
  .mmc-flexslider.mmc-flex-main-slider .mmc-iva-item .text-content .inwrap .description {
    font-size: 24px;
    line-height: 1;
    display: block;
  }
}
.mmc-flexslider.mmc-shortcode .flex-direction-nav,
.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav {
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: 10px;
  width: 100%;
  left: 0;
}
.mmc-flexslider.mmc-shortcode .flex-direction-nav li,
.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li {
  position: relative;
  float: right;
}
.mmc-flexslider.mmc-shortcode .flex-direction-nav li:first-child,
.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li:first-child {
  float: left;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a:before,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a:before {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a .title,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a .title {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  color: #2a2a2a;
  font-size: 18px;
  padding: 0 20px;
  display: inline-block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  position: absolute;
  top: 0;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a.flex-next,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a.flex-next {
  opacity: 0;
  margin-right: -100px;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a.flex-next:before,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a.flex-next:before {
  float: right;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a.flex-next .title,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a.flex-next .title {
  right: 100%;
  margin: 0 -100% 0 0;
  border-radius: 4px 0 0 4px;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a.flex-prev,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a.flex-prev {
  opacity: 0;
  margin-left: -100px;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a.flex-prev:before,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a.flex-prev:before {
  float: left;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a.flex-prev .title,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a.flex-prev .title {
  left: 100%;
  margin: 0 0 0 -100%;
  border-radius: 0 4px 4px 0;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a:hover:before,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a:hover:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.mmc-flex-main-slider.mmc-flexslider.mmc-shortcode .flex-direction-nav li a:hover .title,
.mmc-flex-main-slider.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav li a:hover .title {
  opacity: 1;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.mmc-flexslider.mmc-shortcode .flex-viewport + .flex-direction-nav,
.mmc-flexslider.mmc-flex-main-slider .flex-viewport + .flex-direction-nav,
.mmc-flexslider.mmc-shortcode .flex-direction-nav + .flex-direction-nav,
.mmc-flexslider.mmc-flex-main-slider .flex-direction-nav + .flex-direction-nav {
  display: none !important;
}
.mmc-flexslider.mmc-shortcode .flex-control-nav,
.mmc-flexslider.mmc-flex-main-slider .flex-control-nav {
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.mmc-flexslider.mmc-shortcode .flex-control-nav li,
.mmc-flexslider.mmc-flex-main-slider .flex-control-nav li {
  display: inline-block;
  margin: 0 3px;
}
.mmc-flexslider.mmc-shortcode .flex-control-nav li a,
.mmc-flexslider.mmc-flex-main-slider .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: 2px solid transparent;
  cursor: pointer;
}
.mmc-flexslider.mmc-shortcode .flex-control-nav li a.flex-active,
.mmc-flexslider.mmc-flex-main-slider .flex-control-nav li a.flex-active,
.mmc-flexslider.mmc-shortcode .flex-control-nav li a:hover,
.mmc-flexslider.mmc-flex-main-slider .flex-control-nav li a:hover {
  background: transparent;
  border-color: #ffffff;
}
.mmc-flexslider.mmc-shortcode .flex-control-nav.flex-control-thumbs li,
.mmc-flexslider.mmc-flex-main-slider .flex-control-nav.flex-control-thumbs li {
  width: 40px;
  height: 25px;
  overflow: hidden;
}
.mmc-flexslider.mmc-shortcode .flex-control-nav.flex-control-thumbs li img,
.mmc-flexslider.mmc-flex-main-slider .flex-control-nav.flex-control-thumbs li img {
  min-height: 40px;
  max-height: 150%;
  min-width: 25px;
  max-width: 250%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .mmc-flexslider.mmc-shortcode .flex-control-nav,
  .mmc-flexslider.mmc-flex-main-slider .flex-control-nav {
    bottom: 100px;
  }
}
.mmc-flexslider.mmc-shortcode:hover .flex-direction-nav li a.flex-next,
.mmc-flexslider.mmc-flex-main-slider:hover .flex-direction-nav li a.flex-next {
  opacity: 1;
  margin-right: 0;
  right: 0;
}
.mmc-flexslider.mmc-shortcode:hover .flex-direction-nav li a.flex-prev,
.mmc-flexslider.mmc-flex-main-slider:hover .flex-direction-nav li a.flex-prev {
  opacity: 1;
  margin-left: 0;
  left: 0;
}
/* Revolution Slider Arrow Updates
/*------------------------------------------------------------*/
.tparrows {
  position: absolute !important;
  top: 50%;
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
}
.tparrows:before {
  position: relative;
  z-index: 2;
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.tparrows.tp-leftarrow {
  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;
  left: 0 !important;
}
.tparrows.tp-leftarrow:before {
  color: #46c1bc;
  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;
}
.tparrows.tp-leftarrow:hover:before {
  background: #46c1bc !important;
  color: #ffffff !important;
}
.tparrows.tp-leftarrow:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.tparrows.tp-leftarrow:before {
  border-radius: 0 4px 4px 0;
}
.tparrows.tp-rightarrow {
  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;
  right: 0 !important;
}
.tparrows.tp-rightarrow:before {
  color: #46c1bc;
  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;
}
.tparrows.tp-rightarrow:hover:before {
  background: #46c1bc !important;
  color: #ffffff !important;
}
.tparrows.tp-rightarrow:before {
  content: '\f105';
}
.tparrows.tp-rightarrow:before {
  border-radius: 4px 0 0 4px;
}
/* Revolution Slider Bullet Updates
/*------------------------------------------------------------*/
.tp-bullets .bullet {
  width: 10px !important;
  height: 10px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff !important;
  border: 5px solid transparent;
  cursor: pointer;
}
.tp-bullets .bullet.selected,
.tp-bullets .bullet:hover {
  background: transparent !important;
  border-width: 2px;
  border-color: #ffffff;
}
/* Shortcode global
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* Custom List & Custom List Numbered
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* Separator
/*------------------------------------------------------------*/
.mmc-separator {
  margin: 0;
}
.mmc-separator:before,
.mmc-separator:after {
  display: table;
  content: " ";
}
.mmc-separator:after {
  clear: both;
  *zoom: 1;
}
.mmc-separator.style-solid {
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-separator.style-solid,
.mmc-dark-bg .mmc-separator.style-solid,
.mmc-light-bg .mmc-dark-bg.mmc-separator.style-solid,
.mmc-light-bg .mmc-dark-bg .mmc-separator.style-solid,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-separator.style-solid,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-separator.style-solid,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-separator.style-solid,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-separator.style-solid {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-separator.style-solid,
.mmc-light-bg .mmc-separator.style-solid,
.mmc-dark-bg .mmc-light-bg.mmc-separator.style-solid,
.mmc-dark-bg .mmc-light-bg .mmc-separator.style-solid,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-separator.style-solid,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-separator.style-solid,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-separator.style-solid,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-separator.style-solid {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-separator .separator-inner-border {
  border-color: #2a2a2a;
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-separator .separator-inner-elipsis {
  background: #46c1bc;
}
/*------------------------------------------------------------*/
/* Image Block
/*------------------------------------------------------------*/
.mmc-image-block {
  position: relative;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .mmc-image-block.mmc-image-align-left,
  .mmc-image-block.mmc-image-align-right {
    text-align: center !important;
  }
}
.mmc-image-block.hover-flip {
  overflow: visible;
}
.mmc-image-block.mmc-image-align-left {
  text-align: left;
}
.mmc-image-block.mmc-image-align-right {
  text-align: right;
}
.mmc-image-block > img,
.mmc-image-block .mmc-flip-wrapper .flip-item > img,
.mmc-image-block > a > img,
.mmc-image-block .mmc-flip-wrapper .flip-item > a > img,
.mmc-image-block > i,
.mmc-image-block .mmc-flip-wrapper .flip-item > i {
  margin: auto;
  max-width: 100%;
  /*max-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;
}
.border.mmc-image-block > img,
.border.mmc-image-block .mmc-flip-wrapper .flip-item > img,
.border.mmc-image-block > a > img,
.border.mmc-image-block .mmc-flip-wrapper .flip-item > a > img,
.border.mmc-image-block > i,
.border.mmc-image-block .mmc-flip-wrapper .flip-item > i {
  border: 8px solid #ffffff;
}
.shadow.mmc-image-block > img,
.shadow.mmc-image-block .mmc-flip-wrapper .flip-item > img,
.shadow.mmc-image-block > a > img,
.shadow.mmc-image-block .mmc-flip-wrapper .flip-item > a > img,
.shadow.mmc-image-block > i,
.shadow.mmc-image-block .mmc-flip-wrapper .flip-item > i {
  box-shadow: 2px 2px 2px rgba(42, 42, 42, 0.15);
  margin-bottom: 3px;
}
.shape-circle.mmc-image-block > img,
.shape-circle.mmc-image-block .mmc-flip-wrapper .flip-item > img,
.shape-circle.mmc-image-block > a > img,
.shape-circle.mmc-image-block .mmc-flip-wrapper .flip-item > a > img,
.shape-circle.mmc-image-block > i,
.shape-circle.mmc-image-block .mmc-flip-wrapper .flip-item > i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mmc-image-block .flip-item > i,
.mmc-image-block > i {
  display: block;
  color: #46c1bc;
  background-color: #46c1bc;
  height: 0;
}
.mmc-image-block.shape-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* bug fix: scale breaks through mask*/
  -webkit-transform: rotate(1.0E-6deg);
}
.effect-zoom.mmc-image-block:hover > img,
.effect-zoom.mmc-image-block:hover > a > img,
.effect-zoom.mmc-image-block:hover > i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.mmc-image-block .mmc-image-actions {
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shape-circle.mmc-image-block .mmc-image-actions {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mmc-image-block .mmc-image-actions .caption {
  position: absolute;
  font-size: 18px;
  line-height: 1.1;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -20px;
  color: #2a2a2a;
}
.mmc-dark-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-dark-bg .mmc-image-block .mmc-image-actions .caption,
.mmc-light-bg .mmc-dark-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-light-bg .mmc-dark-bg .mmc-image-block .mmc-image-actions .caption,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-image-block .mmc-image-actions .caption,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-image-block .mmc-image-actions .caption {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-light-bg .mmc-image-block .mmc-image-actions .caption,
.mmc-dark-bg .mmc-light-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-dark-bg .mmc-light-bg .mmc-image-block .mmc-image-actions .caption,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-image-block .mmc-image-actions .caption,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-image-block .mmc-image-actions .caption,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-image-block .mmc-image-actions .caption {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.shape-circle.mmc-image-block .mmc-image-actions .caption {
  margin-top: 10px;
}
.mmc-image-block .mmc-image-actions .mmc-prettyphoto-trigger img {
  margin-left: -36px;
}
.shape-circle.mmc-image-block .mmc-image-actions .mmc-prettyphoto-trigger img {
  margin-left: 0;
}
.mmc-image-block > i + .mmc-image-actions {
  border: 8px solid #ffffff;
}
/*------------------------------------------------------------*/
/* Accordion
/*------------------------------------------------------------*/
.mmc-accordion .group .ui-accordion-header {
  outline: none;
  margin-bottom: 0;
}
.mmc-accordion .group .ui-accordion-header a {
  display: block;
  padding: 20px 10px;
  font-size: 16px !important;
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  color: #2a2a2a;
}
.mmc-dark-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-dark-bg .mmc-accordion .group .ui-accordion-header a,
.mmc-light-bg .mmc-dark-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-light-bg .mmc-dark-bg .mmc-accordion .group .ui-accordion-header a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-accordion .group .ui-accordion-header a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-accordion .group .ui-accordion-header a {
  color: #ffffff;
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-light-bg .mmc-accordion .group .ui-accordion-header a,
.mmc-dark-bg .mmc-light-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-dark-bg .mmc-light-bg .mmc-accordion .group .ui-accordion-header a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-accordion .group .ui-accordion-header a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-accordion .group .ui-accordion-header a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-accordion .group .ui-accordion-header a {
  color: #2a2a2a;
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a {
  font-size: 18px;
}
.mmc-accordion .group .ui-accordion-header a i {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 15px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #cccccc;
  float: left;
}
.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
  width: 24px;
  height: 24px;
}
.color_one.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
  background: #46c1bc;
}
.color_two.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
  background: #5e5e5e;
}
.color_three.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
  background: #46c1bc;
}
.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i .black-plus {
  display: none;
}
.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i .white-plus {
  display: inline-block;
}
.mmc-dark-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-dark-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-light-bg .mmc-dark-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-light-bg .mmc-dark-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
  color: "";
  background-color: rgba(42, 42, 42, 0.85);
  border-color: "";
}
.mmc-light-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-light-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-dark-bg .mmc-light-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-dark-bg .mmc-light-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
  color: "";
  background-color: #cccccc;
  border-color: "";
}
.mmc-accordion .group .ui-accordion-header a i + span {
  overflow: hidden;
  display: block;
}
.mmc-accordion .group .ui-accordion-header a i img {
  display: none;
  width: 20px;
  margin-top: 6px;
}
.mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i img {
  margin-top: 7px;
  width: 10px;
}
.mmc-accordion .group .ui-accordion-header a i .black-plus {
  display: inline-block;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.color_three.mmc-accordion .group .ui-accordion-header a i .black-plus {
  display: none;
}
.color_three.mmc-accordion .group .ui-accordion-header a i .white-plus {
  display: inline-block;
}
.default.mmc-accordion .group .ui-accordion-header a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 1.5em;
  line-height: 1em;
  float: right;
  padding-left: 10px;
  color: #999999;
}
.color_one.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  background-color: #5e5e5e;
  color: #ffffff;
}
.color_two.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  background-color: #46c1bc;
  color: #ffffff;
}
.color_three.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  background-color: #2a2a2a;
  color: #ffffff;
}
.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i {
  background-color: #46c1bc !important;
}
.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i .black-plus {
  display: none;
}
.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i .white-plus {
  display: none;
}
.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i .white-minus {
  display: inline-block;
}
.color_one.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i,
.color_two.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i {
  background-color: #ffffff !important;
}
.color_one.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i .white-minus,
.color_two.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i .white-minus {
  display: none;
}
.color_one.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i .black-minus,
.color_two.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i .black-minus {
  display: inline-block;
}
.color_three.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a i {
  background-color: #46c1bc !important;
}
.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  background: #f2f2f2;
  border-color: transparent;
}
.mmc-dark-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-dark-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-light-bg .mmc-dark-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-light-bg .mmc-dark-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  color: #ffffff;
  background-color: rgba(42, 42, 42, 0.85);
  border-color: "";
}
.mmc-light-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-light-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-dark-bg .mmc-light-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-dark-bg .mmc-light-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  color: #2a2a2a;
  background-color: #f2f2f2;
  border-color: "";
}
.default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a:before {
  content: '\f107';
  color: #46c1bc;
}
.mmc-accordion .group .ui-accordion-content {
  overflow: hidden;
  padding: 15px 15px 15px 52px;
  background: #bfbfbf;
}
.color_three.mmc-accordion .group .ui-accordion-content {
  border: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-accordion .group .ui-accordion-content,
.mmc-dark-bg .mmc-accordion .group .ui-accordion-content,
.mmc-light-bg .mmc-dark-bg.mmc-accordion .group .ui-accordion-content,
.mmc-light-bg .mmc-dark-bg .mmc-accordion .group .ui-accordion-content,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-accordion .group .ui-accordion-content,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-accordion .group .ui-accordion-content,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-accordion .group .ui-accordion-content,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-accordion .group .ui-accordion-content {
  color: #ffffff;
  background-color: rgba(42, 42, 42, 0.85);
  border-color: "";
}
.mmc-light-bg.mmc-accordion .group .ui-accordion-content,
.mmc-light-bg .mmc-accordion .group .ui-accordion-content,
.mmc-dark-bg .mmc-light-bg.mmc-accordion .group .ui-accordion-content,
.mmc-dark-bg .mmc-light-bg .mmc-accordion .group .ui-accordion-content,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-accordion .group .ui-accordion-content,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-accordion .group .ui-accordion-content,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-accordion .group .ui-accordion-content,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-accordion .group .ui-accordion-content {
  color: #2a2a2a;
  background-color: #f2f2f2;
  border-color: "";
}
.mmc-style-large_font.mmc-accordion .group .ui-accordion-content {
  padding-left: 47px;
}
/*------------------------------------------------------------*/
/* Gallery
/*------------------------------------------------------------*/
.mmc-gallery ul,
.mmc-gallery ol,
.mmc-gallery ul li,
.mmc-gallery ol li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mmc-gallery ul:before,
.mmc-gallery ol:before,
.mmc-gallery ul li:before,
.mmc-gallery ol li:before {
  display: none;
}
.mmc-gallery .flexslider {
  overflow: hidden;
  border: none;
  box-shadow: none;
}
.mmc-gallery .flexslider .flex-control-nav {
  bottom: 10px;
}
.mmc-gallery .flexslider .flex-control-nav li {
  margin: 0 3px;
}
.mmc-gallery .flexslider .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: 2px solid transparent;
  box-shadow: none;
  cursor: pointer;
}
.mmc-gallery .flexslider .flex-control-nav li a.flex-active,
.mmc-gallery .flexslider .flex-control-nav li a:hover {
  background: transparent;
  border-color: #ffffff;
}
.mmc-gallery .flexslider .slides img {
  height: auto;
}
.mmc-gallery .nivoSlider {
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.mmc-gallery .nivoSlider + .nivo-controlNav {
  margin-top: -30px !important;
  padding: 0 !important;
  position: relative;
  z-index: 2;
}
.mmc-gallery .nivoSlider + .nivo-controlNav a {
  font-size: 0;
  color: transparent;
  display: inline-block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid transparent;
  box-shadow: none;
  cursor: pointer;
}
.mmc-gallery .nivoSlider + .nivo-controlNav a.active,
.mmc-gallery .nivoSlider + .nivo-controlNav a:hover {
  background: transparent;
  border-color: #ffffff;
}
.mmc-gallery .nivoSlider a.nivo-prevNav {
  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;
  left: 0px;
}
.mmc-gallery .nivoSlider a.nivo-prevNav:before {
  color: #46c1bc;
  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-gallery .nivoSlider a.nivo-prevNav:hover:before {
  background: #46c1bc !important;
  color: #ffffff !important;
}
.mmc-gallery .nivoSlider a.nivo-prevNav:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.mmc-gallery .nivoSlider a.nivo-nextNav {
  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;
  right: 0px;
}
.mmc-gallery .nivoSlider a.nivo-nextNav:before {
  color: #46c1bc;
  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-gallery .nivoSlider a.nivo-nextNav:hover:before {
  background: #46c1bc !important;
  color: #ffffff !important;
}
.mmc-gallery .nivoSlider a.nivo-nextNav:before {
  content: '\f105';
}
.mmc-gallery .nivoSlider img {
  height: auto !important;
}
/*------------------------------------------------------------*/
/* Flickr
/*------------------------------------------------------------*/
.mmc-flickr .item-wrap > div {
  display: inline-block;
  background: #ffffff;
}
.mmc-flickr .item-wrap > div 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;
}
.mmc-flickr .item-wrap > div img:hover {
  opacity: 0.4;
}
/*------------------------------------------------------------*/
/* Map
/*------------------------------------------------------------*/
.mmc-map .mmc_gmaps_map_info {
  color: #2a2a2a !important;
}
.mmc-widget-title.mmc__gmaps_title {
  padding-bottom: 10px;
}
/*------------------------------------------------------------*/
/* Widgetised sidebar
/*------------------------------------------------------------*/
.wpb_widgetised_column_heading {
  text-align: left;
  margin: 0;
  border: none;
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  padding-bottom: 20px;
}
.mmc-dark-bg.wpb_widgetised_column_heading,
.mmc-dark-bg .wpb_widgetised_column_heading,
.mmc-light-bg .mmc-dark-bg.wpb_widgetised_column_heading,
.mmc-light-bg .mmc-dark-bg .wpb_widgetised_column_heading,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.wpb_widgetised_column_heading,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .wpb_widgetised_column_heading,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.wpb_widgetised_column_heading,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .wpb_widgetised_column_heading {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.wpb_widgetised_column_heading,
.mmc-light-bg .wpb_widgetised_column_heading,
.mmc-dark-bg .mmc-light-bg.wpb_widgetised_column_heading,
.mmc-dark-bg .mmc-light-bg .wpb_widgetised_column_heading,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.wpb_widgetised_column_heading,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .wpb_widgetised_column_heading,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.wpb_widgetised_column_heading,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .wpb_widgetised_column_heading {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
/*------------------------------------------------------------*/
/* Social Share
/*------------------------------------------------------------*/
.fb_type_standard.fb_like iframe,
.fb_type_button_count.fb_like iframe {
  height: 20px;
}
.fb_type_box_count.fb_like iframe {
  height: 70px;
}
/*------------------------------------------------------------*/
/* used mixins
/*------------------------------------------------------------*/
.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-bg.mmc-border,
.mmc-dark-bg .mmc-border,
.mmc-light-bg .mmc-dark-bg.mmc-border,
.mmc-light-bg .mmc-dark-bg .mmc-border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-border,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-border,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-border {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-border,
.mmc-light-bg .mmc-border,
.mmc-dark-bg .mmc-light-bg.mmc-border,
.mmc-dark-bg .mmc-light-bg .mmc-border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-border,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-border,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-border {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
/*------------------------------------------------------------*/
/* Image Hover Actions
/*------------------------------------------------------------*/
.mmc-image-actions {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  position: absolute;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  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;
  /* triangle lines top-left */
}
.mmc-image-actions .mmc-image-link {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mmc-image-actions .mmc-prettyphoto-trigger {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: transparent transparent #46c1bc transparent;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.shape-circle .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;
  bottom: 30%;
  background: #46c1bc;
}
.mmc-image-actions .mmc-prettyphoto-trigger img {
  width: 24px;
  height: auto;
  max-width: none;
  margin-left: -31px;
  margin-top: 33px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.shape-circle .mmc-image-actions .mmc-prettyphoto-trigger img,
.circle .mmc-image-actions .mmc-prettyphoto-trigger img {
  margin: auto;
  margin-top: 15px;
}
.mmc-image-actions .mmc-prettyphoto-trigger:hover {
  border-color: transparent transparent #2a2a2a transparent;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.shape-circle .mmc-image-actions .mmc-prettyphoto-trigger:hover,
.circle .mmc-image-actions .mmc-prettyphoto-trigger:hover {
  background: #2a2a2a;
}
.mmc-image-actions .mmc-prettyphoto-trigger:hover img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.mmc-image-actions:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  border-top: 2px solid #46c1bc;
  border-left: 2px solid #46c1bc;
  -webkit-transition: opacity 0s ease-in-out 0.2s, width 0.2s ease-in-out 0.2s, height 0.2s ease-in-out 0.2s;
  -moz-transition: opacity 0s ease-in-out 0.2s, width 0.2s ease-in-out 0.2s, height 0.2s ease-in-out 0.2s;
  -ms-transition: opacity 0s ease-in-out 0.2s, width 0.2s ease-in-out 0.2s, height 0.2s ease-in-out 0.2s;
  -o-transition: opacity 0s ease-in-out 0.2s, width 0.2s ease-in-out 0.2s, height 0.2s ease-in-out 0.2s;
  transition: opacity 0s ease-in-out 0.2s, width 0.2s ease-in-out 0.2s, height 0.2s ease-in-out 0.2s;
}
.shape-circle .mmc-image-actions:before,
.circle .mmc-image-actions:before {
  display: none;
}
.mmc-image-actions:hover,
.mmc-flip-wrapper:hover .mmc-image-actions {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mmc-image-actions:hover .mmc-prettyphoto-trigger,
.mmc-flip-wrapper:hover .mmc-image-actions .mmc-prettyphoto-trigger {
  border-width: 0 0 65px 65px;
}
.shape-circle .mmc-image-actions:hover .mmc-prettyphoto-trigger,
.shape-circle .mmc-flip-wrapper:hover .mmc-image-actions .mmc-prettyphoto-trigger,
.circle .mmc-image-actions:hover .mmc-prettyphoto-trigger,
.circle .mmc-flip-wrapper:hover .mmc-image-actions .mmc-prettyphoto-trigger {
  border-width: 0;
}
.mmc-image-actions:hover .mmc-prettyphoto-trigger,
.mmc-flip-wrapper:hover .mmc-image-actions .mmc-prettyphoto-trigger,
.mmc-image-actions:hover .mmc-prettyphoto-trigger img,
.mmc-flip-wrapper:hover .mmc-image-actions .mmc-prettyphoto-trigger img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mmc-image-actions:hover:before,
.mmc-flip-wrapper:hover .mmc-image-actions:before {
  opacity: 1;
  width: 42px;
  height: 42px;
}
/* Advanced Hover Effects */
.effect-zoom .mmc-iva-item.image {
  overflow: hidden;
}
.effect-zoom .mmc-iva-item.image > div:first-child {
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.effect-zoom .mmc-iva-item.image:hover > div:first-child {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.effect-zoom .mmc-iva-item.image .mmc-image-actions {
  background-color: rgba(255, 255, 255, 0);
}
.layout-gallery_grid.effect-zoom .mmc-iva-item.image .mmc-image-actions,
.circle.effect-zoom .mmc-iva-item.image .mmc-image-actions {
  background-color: rgba(255, 255, 255, 0.8);
}
.effect-zoom .content-hover-mode .mmc-iva-item.image .mmc-image-actions {
  background-color: rgba(255, 255, 255, 0.8);
}
.mmc-flip-wrapper {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mmc-flip-wrapper .mmc-flip-inwrap {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  -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;
}
.mmc-flip-wrapper .mmc-flip-inwrap .flip-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -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;
}
.mmc-flip-wrapper .mmc-flip-inwrap .flip-item .mmc-image-actions {
  -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-flip-wrapper .mmc-flip-inwrap .flip-item .mmc-image-actions .mmc-prettyphoto-trigger {
  -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-flip-wrapper .mmc-flip-inwrap .flip-item .mmc-image-actions:before {
  -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-flip-wrapper .mmc-flip-inwrap .flip-item.front {
  z-index: 2;
}
.mmc-flip-wrapper .mmc-flip-inwrap .flip-item.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.effect-flip_h .flip-item.front {
  transform: rotateY(0deg);
}
.effect-flip_h .flip-item.back {
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -ms-transform: rotateY(-180deg);
}
.effect-flip_h .mmc-flip-wrapper:hover .mmc-flip-inwrap {
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -ms-transform: rotateY(0deg);
}
.effect-flip_h .mmc-flip-wrapper:hover .mmc-flip-inwrap .flip-item.front {
  -ms-transform: rotateY(180deg);
}
.effect-flip_h .mmc-flip-wrapper:hover .mmc-flip-inwrap .flip-item.back {
  -ms-transform: rotateY(0deg);
}
.effect-flip_v .flip-item.front {
  transform: rotateX(0deg);
}
.effect-flip_v .flip-item.back {
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -ms-transform: rotateX(-180deg);
}
.effect-flip_v .mmc-flip-wrapper:hover .mmc-flip-inwrap {
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -ms-transform: rotatex(0deg);
}
.effect-flip_v .mmc-flip-wrapper:hover .mmc-flip-inwrap .flip-item.front {
  -ms-transform: rotateX(180deg);
}
.effect-flip_v .mmc-flip-wrapper:hover .mmc-flip-inwrap .flip-item.back {
  -ms-transform: rotateX(0deg);
}
/*------------------------------------------------------------*/
/* Widgets
/*------------------------------------------------------------*/
.mmc-widget-title,
.mmc-widget > h3 {
  padding: 10px 0 0;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #2c3e50;
}
.mmc-dark-bg.mmc-widget-title,
.mmc-dark-bg.mmc-widget > h3,
.mmc-dark-bg .mmc-widget-title,
.mmc-dark-bg .mmc-widget > h3,
.mmc-light-bg .mmc-dark-bg.mmc-widget-title,
.mmc-light-bg .mmc-dark-bg.mmc-widget > h3,
.mmc-light-bg .mmc-dark-bg .mmc-widget-title,
.mmc-light-bg .mmc-dark-bg .mmc-widget > h3,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget-title,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget > h3,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget-title,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget > h3,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget-title,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget > h3,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget-title,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget > h3 {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-widget-title,
.mmc-light-bg.mmc-widget > h3,
.mmc-light-bg .mmc-widget-title,
.mmc-light-bg .mmc-widget > h3,
.mmc-dark-bg .mmc-light-bg.mmc-widget-title,
.mmc-dark-bg .mmc-light-bg.mmc-widget > h3,
.mmc-dark-bg .mmc-light-bg .mmc-widget-title,
.mmc-dark-bg .mmc-light-bg .mmc-widget > h3,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget-title,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget > h3,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget-title,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget > h3,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget-title,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget > h3,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget-title,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget > h3 {
  color: #2c3e50;
  background-color: "";
  border-color: "";
}
.mmc-widget-title.mmc__video_title {
  padding-bottom: 10px;
}
.mmc-widget,
.widget {
  margin-top: 30px;
  position: relative;
  /* Menus & Links
	/*------------------------------------------------------------*/
}
.mmc-widget ul,
.widget ul,
.mmc-widget li,
.widget li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mmc-widget ul.menu > li,
.widget ul.menu > li,
.mmc-widget.widget_categories ul > li,
.widget.widget_categories ul > li,
.mmc-widget.widget_meta ul > li,
.widget.widget_meta ul > li,
.mmc-widget.widget_recent_entries ul > li,
.widget.widget_recent_entries ul > li,
.mmc-widget.widget_pages ul > li,
.widget.widget_pages ul > li,
.mmc-widget.widget_archive ul > li,
.widget.widget_archive ul > li {
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-widget ul.menu > li,
.mmc-dark-bg.widget ul.menu > li,
.mmc-dark-bg.mmc-widget.widget_categories ul > li,
.mmc-dark-bg.widget.widget_categories ul > li,
.mmc-dark-bg.mmc-widget.widget_meta ul > li,
.mmc-dark-bg.widget.widget_meta ul > li,
.mmc-dark-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg.widget.widget_recent_entries ul > li,
.mmc-dark-bg.mmc-widget.widget_pages ul > li,
.mmc-dark-bg.widget.widget_pages ul > li,
.mmc-dark-bg.mmc-widget.widget_archive ul > li,
.mmc-dark-bg.widget.widget_archive ul > li,
.mmc-dark-bg .mmc-widget ul.menu > li,
.mmc-dark-bg .widget ul.menu > li,
.mmc-dark-bg .mmc-widget.widget_categories ul > li,
.mmc-dark-bg .widget.widget_categories ul > li,
.mmc-dark-bg .mmc-widget.widget_meta ul > li,
.mmc-dark-bg .widget.widget_meta ul > li,
.mmc-dark-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg .widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-widget.widget_pages ul > li,
.mmc-dark-bg .widget.widget_pages ul > li,
.mmc-dark-bg .mmc-widget.widget_archive ul > li,
.mmc-dark-bg .widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg.widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg .widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li {
  color: #ffffff;
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-widget ul.menu > li,
.mmc-light-bg.widget ul.menu > li,
.mmc-light-bg.mmc-widget.widget_categories ul > li,
.mmc-light-bg.widget.widget_categories ul > li,
.mmc-light-bg.mmc-widget.widget_meta ul > li,
.mmc-light-bg.widget.widget_meta ul > li,
.mmc-light-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg.widget.widget_recent_entries ul > li,
.mmc-light-bg.mmc-widget.widget_pages ul > li,
.mmc-light-bg.widget.widget_pages ul > li,
.mmc-light-bg.mmc-widget.widget_archive ul > li,
.mmc-light-bg.widget.widget_archive ul > li,
.mmc-light-bg .mmc-widget ul.menu > li,
.mmc-light-bg .widget ul.menu > li,
.mmc-light-bg .mmc-widget.widget_categories ul > li,
.mmc-light-bg .widget.widget_categories ul > li,
.mmc-light-bg .mmc-widget.widget_meta ul > li,
.mmc-light-bg .widget.widget_meta ul > li,
.mmc-light-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg .widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-widget.widget_pages ul > li,
.mmc-light-bg .widget.widget_pages ul > li,
.mmc-light-bg .mmc-widget.widget_archive ul > li,
.mmc-light-bg .widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg.widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg .widget ul.menu > li,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li,
.mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li {
  color: #2a2a2a;
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-widget ul.menu > li:first-child,
.widget ul.menu > li:first-child,
.mmc-widget.widget_categories ul > li:first-child,
.widget.widget_categories ul > li:first-child,
.mmc-widget.widget_meta ul > li:first-child,
.widget.widget_meta ul > li:first-child,
.mmc-widget.widget_recent_entries ul > li:first-child,
.widget.widget_recent_entries ul > li:first-child,
.mmc-widget.widget_pages ul > li:first-child,
.widget.widget_pages ul > li:first-child,
.mmc-widget.widget_archive ul > li:first-child,
.widget.widget_archive ul > li:first-child {
  border-top-weight: 1px;
}
.mmc-widget ul.menu > li > a,
.widget ul.menu > li > a,
.mmc-widget.widget_categories ul > li > a,
.widget.widget_categories ul > li > a,
.mmc-widget.widget_meta ul > li > a,
.widget.widget_meta ul > li > a,
.mmc-widget.widget_recent_entries ul > li > a,
.widget.widget_recent_entries ul > li > a,
.mmc-widget.widget_pages ul > li > a,
.widget.widget_pages ul > li > a,
.mmc-widget.widget_archive ul > li > a,
.widget.widget_archive ul > li > a {
  display: block;
  padding: 12px 10px;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  color: #2c3e50;
}
.mmc-dark-bg.mmc-widget ul.menu > li > a,
.mmc-dark-bg.widget ul.menu > li > a,
.mmc-dark-bg.mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg.widget.widget_categories ul > li > a,
.mmc-dark-bg.mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg.widget.widget_meta ul > li > a,
.mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg.widget.widget_recent_entries ul > li > a,
.mmc-dark-bg.mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg.widget.widget_pages ul > li > a,
.mmc-dark-bg.mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg.widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-widget ul.menu > li > a,
.mmc-dark-bg .widget ul.menu > li > a,
.mmc-dark-bg .mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg .widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg .widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg .widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg .widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg.widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg .widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-widget ul.menu > li > a,
.mmc-light-bg.widget ul.menu > li > a,
.mmc-light-bg.mmc-widget.widget_categories ul > li > a,
.mmc-light-bg.widget.widget_categories ul > li > a,
.mmc-light-bg.mmc-widget.widget_meta ul > li > a,
.mmc-light-bg.widget.widget_meta ul > li > a,
.mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg.widget.widget_recent_entries ul > li > a,
.mmc-light-bg.mmc-widget.widget_pages ul > li > a,
.mmc-light-bg.widget.widget_pages ul > li > a,
.mmc-light-bg.mmc-widget.widget_archive ul > li > a,
.mmc-light-bg.widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-widget ul.menu > li > a,
.mmc-light-bg .widget ul.menu > li > a,
.mmc-light-bg .mmc-widget.widget_categories ul > li > a,
.mmc-light-bg .widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-widget.widget_meta ul > li > a,
.mmc-light-bg .widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg .widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-widget.widget_pages ul > li > a,
.mmc-light-bg .widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-widget.widget_archive ul > li > a,
.mmc-light-bg .widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg.widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg .widget ul.menu > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > a {
  color: #2c3e50;
  background-color: "";
  border-color: "";
}
.mmc-widget ul.menu > li > a[href]:hover,
.widget ul.menu > li > a[href]:hover,
.mmc-widget.widget_categories ul > li > a[href]:hover,
.widget.widget_categories ul > li > a[href]:hover,
.mmc-widget.widget_meta ul > li > a[href]:hover,
.widget.widget_meta ul > li > a[href]:hover,
.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-widget.widget_pages ul > li > a[href]:hover,
.widget.widget_pages ul > li > a[href]:hover,
.mmc-widget.widget_archive ul > li > a[href]:hover,
.widget.widget_archive ul > li > a[href]:hover {
  color: #46c1bc;
}
.mmc-dark-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg.widget ul.menu > li > a[href]:hover,
.mmc-dark-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > a[href]:hover {
  color: #5e5e5e;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg.widget ul.menu > li > a[href]:hover,
.mmc-light-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg .widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > a[href]:hover {
  color: #46c1bc;
  background-color: "";
  border-color: "";
}
.mmc-widget ul.menu > li.current:last-child,
.widget ul.menu > li.current:last-child,
.mmc-widget.widget_categories ul > li.current:last-child,
.widget.widget_categories ul > li.current:last-child,
.mmc-widget.widget_meta ul > li.current:last-child,
.widget.widget_meta ul > li.current:last-child,
.mmc-widget.widget_recent_entries ul > li.current:last-child,
.widget.widget_recent_entries ul > li.current:last-child,
.mmc-widget.widget_pages ul > li.current:last-child,
.widget.widget_pages ul > li.current:last-child,
.mmc-widget.widget_archive ul > li.current:last-child,
.widget.widget_archive ul > li.current:last-child,
.mmc-widget ul.menu > li.current-menu-item:last-child,
.widget ul.menu > li.current-menu-item:last-child,
.mmc-widget.widget_categories ul > li.current-menu-item:last-child,
.widget.widget_categories ul > li.current-menu-item:last-child,
.mmc-widget.widget_meta ul > li.current-menu-item:last-child,
.widget.widget_meta ul > li.current-menu-item:last-child,
.mmc-widget.widget_recent_entries ul > li.current-menu-item:last-child,
.widget.widget_recent_entries ul > li.current-menu-item:last-child,
.mmc-widget.widget_pages ul > li.current-menu-item:last-child,
.widget.widget_pages ul > li.current-menu-item:last-child,
.mmc-widget.widget_archive ul > li.current-menu-item:last-child,
.widget.widget_archive ul > li.current-menu-item:last-child,
.mmc-widget ul.menu > li.current-menu-ancestor:last-child,
.widget ul.menu > li.current-menu-ancestor:last-child,
.mmc-widget.widget_categories ul > li.current-menu-ancestor:last-child,
.widget.widget_categories ul > li.current-menu-ancestor:last-child,
.mmc-widget.widget_meta ul > li.current-menu-ancestor:last-child,
.widget.widget_meta ul > li.current-menu-ancestor:last-child,
.mmc-widget.widget_recent_entries ul > li.current-menu-ancestor:last-child,
.widget.widget_recent_entries ul > li.current-menu-ancestor:last-child,
.mmc-widget.widget_pages ul > li.current-menu-ancestor:last-child,
.widget.widget_pages ul > li.current-menu-ancestor:last-child,
.mmc-widget.widget_archive ul > li.current-menu-ancestor:last-child,
.widget.widget_archive ul > li.current-menu-ancestor:last-child,
.mmc-widget ul.menu > li.active-trail:last-child,
.widget ul.menu > li.active-trail:last-child,
.mmc-widget.widget_categories ul > li.active-trail:last-child,
.widget.widget_categories ul > li.active-trail:last-child,
.mmc-widget.widget_meta ul > li.active-trail:last-child,
.widget.widget_meta ul > li.active-trail:last-child,
.mmc-widget.widget_recent_entries ul > li.active-trail:last-child,
.widget.widget_recent_entries ul > li.active-trail:last-child,
.mmc-widget.widget_pages ul > li.active-trail:last-child,
.widget.widget_pages ul > li.active-trail:last-child,
.mmc-widget.widget_archive ul > li.active-trail:last-child,
.widget.widget_archive ul > li.active-trail:last-child {
  border-bottom: 1px solid transparent;
}
.mmc-widget ul.menu > li.current > a,
.widget ul.menu > li.current > a,
.mmc-widget.widget_categories ul > li.current > a,
.widget.widget_categories ul > li.current > a,
.mmc-widget.widget_meta ul > li.current > a,
.widget.widget_meta ul > li.current > a,
.mmc-widget.widget_recent_entries ul > li.current > a,
.widget.widget_recent_entries ul > li.current > a,
.mmc-widget.widget_pages ul > li.current > a,
.widget.widget_pages ul > li.current > a,
.mmc-widget.widget_archive ul > li.current > a,
.widget.widget_archive ul > li.current > a,
.mmc-widget ul.menu > li.current-menu-item > a,
.widget ul.menu > li.current-menu-item > a,
.mmc-widget.widget_categories ul > li.current-menu-item > a,
.widget.widget_categories ul > li.current-menu-item > a,
.mmc-widget.widget_meta ul > li.current-menu-item > a,
.widget.widget_meta ul > li.current-menu-item > a,
.mmc-widget.widget_recent_entries ul > li.current-menu-item > a,
.widget.widget_recent_entries ul > li.current-menu-item > a,
.mmc-widget.widget_pages ul > li.current-menu-item > a,
.widget.widget_pages ul > li.current-menu-item > a,
.mmc-widget.widget_archive ul > li.current-menu-item > a,
.widget.widget_archive ul > li.current-menu-item > a,
.mmc-widget ul.menu > li.current-menu-ancestor > a,
.widget ul.menu > li.current-menu-ancestor > a,
.mmc-widget.widget_categories ul > li.current-menu-ancestor > a,
.widget.widget_categories ul > li.current-menu-ancestor > a,
.mmc-widget.widget_meta ul > li.current-menu-ancestor > a,
.widget.widget_meta ul > li.current-menu-ancestor > a,
.mmc-widget.widget_recent_entries ul > li.current-menu-ancestor > a,
.widget.widget_recent_entries ul > li.current-menu-ancestor > a,
.mmc-widget.widget_pages ul > li.current-menu-ancestor > a,
.widget.widget_pages ul > li.current-menu-ancestor > a,
.mmc-widget.widget_archive ul > li.current-menu-ancestor > a,
.widget.widget_archive ul > li.current-menu-ancestor > a,
.mmc-widget ul.menu > li.active-trail > a,
.widget ul.menu > li.active-trail > a,
.mmc-widget.widget_categories ul > li.active-trail > a,
.widget.widget_categories ul > li.active-trail > a,
.mmc-widget.widget_meta ul > li.active-trail > a,
.widget.widget_meta ul > li.active-trail > a,
.mmc-widget.widget_recent_entries ul > li.active-trail > a,
.widget.widget_recent_entries ul > li.active-trail > a,
.mmc-widget.widget_pages ul > li.active-trail > a,
.widget.widget_pages ul > li.active-trail > a,
.mmc-widget.widget_archive ul > li.active-trail > a,
.widget.widget_archive ul > li.active-trail > a {
  color: #46c1bc;
}
.mmc-widget ul.menu > li > ul,
.widget ul.menu > li > ul,
.mmc-widget.widget_categories ul > li > ul,
.widget.widget_categories ul > li > ul,
.mmc-widget.widget_meta ul > li > ul,
.widget.widget_meta ul > li > ul,
.mmc-widget.widget_recent_entries ul > li > ul,
.widget.widget_recent_entries ul > li > ul,
.mmc-widget.widget_pages ul > li > ul,
.widget.widget_pages ul > li > ul,
.mmc-widget.widget_archive ul > li > ul,
.widget.widget_archive ul > li > ul {
  background: rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-widget ul.menu > li > ul,
.mmc-dark-bg.widget ul.menu > li > ul,
.mmc-dark-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg.widget.widget_categories ul > li > ul,
.mmc-dark-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg.widget.widget_meta ul > li > ul,
.mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg.widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg.widget.widget_pages ul > li > ul,
.mmc-dark-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg.widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-widget ul.menu > li > ul,
.mmc-dark-bg .widget ul.menu > li > ul,
.mmc-dark-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg .widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg .widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg .widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg .widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg.widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg .widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget.widget_archive ul > li > ul {
  color: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-color: "";
}
.mmc-light-bg.mmc-widget ul.menu > li > ul,
.mmc-light-bg.widget ul.menu > li > ul,
.mmc-light-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg.widget.widget_categories ul > li > ul,
.mmc-light-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg.widget.widget_meta ul > li > ul,
.mmc-light-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg.widget.widget_recent_entries ul > li > ul,
.mmc-light-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg.widget.widget_pages ul > li > ul,
.mmc-light-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg.widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-widget ul.menu > li > ul,
.mmc-light-bg .widget ul.menu > li > ul,
.mmc-light-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg .widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg .widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg .widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg .widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg.widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg .widget ul.menu > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget ul.menu > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_categories ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_meta ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_recent_entries ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_pages ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.widget_archive ul > li > ul,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget.widget_archive ul > li > ul {
  color: "";
  background-color: rgba(42, 42, 42, 0.1);
  border-color: "";
}
.mmc-widget ul.menu > li > ul a,
.widget ul.menu > li > ul a,
.mmc-widget.widget_categories ul > li > ul a,
.widget.widget_categories ul > li > ul a,
.mmc-widget.widget_meta ul > li > ul a,
.widget.widget_meta ul > li > ul a,
.mmc-widget.widget_recent_entries ul > li > ul a,
.widget.widget_recent_entries ul > li > ul a,
.mmc-widget.widget_pages ul > li > ul a,
.widget.widget_pages ul > li > ul a,
.mmc-widget.widget_archive ul > li > ul a,
.widget.widget_archive ul > li > ul a {
  display: block;
  border-left: 3px solid transparent;
  padding: 13px 10px;
  color: #2a2a2a;
}
.mmc-widget ul.menu > li > ul a:hover,
.widget ul.menu > li > ul a:hover,
.mmc-widget.widget_categories ul > li > ul a:hover,
.widget.widget_categories ul > li > ul a:hover,
.mmc-widget.widget_meta ul > li > ul a:hover,
.widget.widget_meta ul > li > ul a:hover,
.mmc-widget.widget_recent_entries ul > li > ul a:hover,
.widget.widget_recent_entries ul > li > ul a:hover,
.mmc-widget.widget_pages ul > li > ul a:hover,
.widget.widget_pages ul > li > ul a:hover,
.mmc-widget.widget_archive ul > li > ul a:hover,
.widget.widget_archive ul > li > ul a:hover,
.mmc-widget ul.menu > li > ul li.current-menu-item a,
.widget ul.menu > li > ul li.current-menu-item a,
.mmc-widget.widget_categories ul > li > ul li.current-menu-item a,
.widget.widget_categories ul > li > ul li.current-menu-item a,
.mmc-widget.widget_meta ul > li > ul li.current-menu-item a,
.widget.widget_meta ul > li > ul li.current-menu-item a,
.mmc-widget.widget_recent_entries ul > li > ul li.current-menu-item a,
.widget.widget_recent_entries ul > li > ul li.current-menu-item a,
.mmc-widget.widget_pages ul > li > ul li.current-menu-item a,
.widget.widget_pages ul > li > ul li.current-menu-item a,
.mmc-widget.widget_archive ul > li > ul li.current-menu-item a,
.widget.widget_archive ul > li > ul li.current-menu-item a,
.mmc-widget ul.menu > li > ul li.active-trail a,
.widget ul.menu > li > ul li.active-trail a,
.mmc-widget.widget_categories ul > li > ul li.active-trail a,
.widget.widget_categories ul > li > ul li.active-trail a,
.mmc-widget.widget_meta ul > li > ul li.active-trail a,
.widget.widget_meta ul > li > ul li.active-trail a,
.mmc-widget.widget_recent_entries ul > li > ul li.active-trail a,
.widget.widget_recent_entries ul > li > ul li.active-trail a,
.mmc-widget.widget_pages ul > li > ul li.active-trail a,
.widget.widget_pages ul > li > ul li.active-trail a,
.mmc-widget.widget_archive ul > li > ul li.active-trail a,
.widget.widget_archive ul > li > ul li.active-trail a {
  border-left: 3px solid #46c1bc;
  background: #ffffff;
  color: #2a2a2a;
  padding-left: 20px;
}
.mmc-widget > .mmc-widget-title + ul.menu > li:first-child > a,
.widget > .mmc-widget-title + ul.menu > li:first-child > a,
.mmc-widget > h3 + ul.menu > li:first-child > a,
.widget > h3 + ul.menu > li:first-child > a {
  border-top: none;
}
.mmc-widget.widget_categories > .mmc-widget-title + ul > li:first-child > a,
.widget.widget_categories > .mmc-widget-title + ul > li:first-child > a,
.mmc-widget.widget_pages > .mmc-widget-title + ul > li:first-child > a,
.widget.widget_pages > .mmc-widget-title + ul > li:first-child > a,
.mmc-widget.widget_archive > .mmc-widget-title + ul > li:first-child > a,
.widget.widget_archive > .mmc-widget-title + ul > li:first-child > a,
.mmc-widget.widget_categories > h3 + ul > li:first-child > a,
.widget.widget_categories > h3 + ul > li:first-child > a,
.mmc-widget.widget_pages > h3 + ul > li:first-child > a,
.widget.widget_pages > h3 + ul > li:first-child > a,
.mmc-widget.widget_archive > h3 + ul > li:first-child > a,
.widget.widget_archive > h3 + ul > li:first-child > a {
  border-top: none;
}
.mmc-widget.widget_recent_comments ul,
.widget.widget_recent_comments ul {
  padding-top: 20px;
}
/* Calendar
/*------------------------------------------------------------*/
.widget_calendar {
  /* if no title */
}
.widget_calendar > div:first-child {
  padding-top: 40px;
}
.widget_calendar table {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #2a2a2a;
}
.mmc-dark-bg.widget_calendar table,
.mmc-dark-bg .widget_calendar table,
.mmc-light-bg .mmc-dark-bg.widget_calendar table,
.mmc-light-bg .mmc-dark-bg .widget_calendar table,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.widget_calendar table,
.mmc-light-bg .widget_calendar table,
.mmc-dark-bg .mmc-light-bg.widget_calendar table,
.mmc-dark-bg .mmc-light-bg .widget_calendar table,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.widget_calendar table > caption {
  background: rgba(42, 42, 42, 0.1);
  font-size: 18px;
  font-weight: 300;
  padding: 10px 0;
  margin-bottom: 5px;
}
.mmc-dark-bg.widget_calendar table > caption,
.mmc-dark-bg .widget_calendar table > caption,
.mmc-light-bg .mmc-dark-bg.widget_calendar table > caption,
.mmc-light-bg .mmc-dark-bg .widget_calendar table > caption,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table > caption,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table > caption,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table > caption,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table > caption {
  color: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-color: "";
}
.mmc-light-bg.widget_calendar table > caption,
.mmc-light-bg .widget_calendar table > caption,
.mmc-dark-bg .mmc-light-bg.widget_calendar table > caption,
.mmc-dark-bg .mmc-light-bg .widget_calendar table > caption,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table > caption,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table > caption,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table > caption,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table > caption {
  color: "";
  background-color: rgba(42, 42, 42, 0.1);
  border-color: "";
}
.widget_calendar table th,
.widget_calendar table td {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.widget_calendar table th a,
.widget_calendar table td a {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  line-height: 30px;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.widget_calendar table th a:hover,
.widget_calendar table td a:hover {
  background: #46c1bc;
  color: #ffffff;
}
.widget_calendar table tfoot #prev a,
.widget_calendar table tfoot #next a {
  position: absolute;
  right: 0;
  top: -38px;
}
.widget_calendar table tfoot #prev a {
  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;
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 40px;
}
.widget_calendar table tfoot #prev a:before {
  color: #46c1bc;
  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;
}
.widget_calendar table tfoot #prev a:hover:before {
  background: #46c1bc !important;
  color: #ffffff !important;
}
.widget_calendar table tfoot #prev a:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.widget_calendar table tfoot #prev 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.widget_calendar table tfoot #prev a:before,
.mmc-dark-bg .widget_calendar table tfoot #prev a:before,
.mmc-light-bg .mmc-dark-bg.widget_calendar table tfoot #prev a:before,
.mmc-light-bg .mmc-dark-bg .widget_calendar table tfoot #prev a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table tfoot #prev a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table tfoot #prev a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table tfoot #prev a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table tfoot #prev a:before {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.widget_calendar table tfoot #prev a:before,
.mmc-light-bg .widget_calendar table tfoot #prev a:before,
.mmc-dark-bg .mmc-light-bg.widget_calendar table tfoot #prev a:before,
.mmc-dark-bg .mmc-light-bg .widget_calendar table tfoot #prev a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table tfoot #prev a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table tfoot #prev a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table tfoot #prev a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table tfoot #prev a:before {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.widget_calendar table tfoot #prev a:hover:before {
  background: #46c1bc;
  color: #ffffff;
}
.widget_calendar table tfoot #next a {
  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;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.widget_calendar table tfoot #next a:before {
  color: #46c1bc;
  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;
}
.widget_calendar table tfoot #next a:hover:before {
  background: #46c1bc !important;
  color: #ffffff !important;
}
.widget_calendar table tfoot #next a:before {
  content: '\f105';
}
.widget_calendar table tfoot #next 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.widget_calendar table tfoot #next a:before,
.mmc-dark-bg .widget_calendar table tfoot #next a:before,
.mmc-light-bg .mmc-dark-bg.widget_calendar table tfoot #next a:before,
.mmc-light-bg .mmc-dark-bg .widget_calendar table tfoot #next a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table tfoot #next a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table tfoot #next a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget_calendar table tfoot #next a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget_calendar table tfoot #next a:before {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.widget_calendar table tfoot #next a:before,
.mmc-light-bg .widget_calendar table tfoot #next a:before,
.mmc-dark-bg .mmc-light-bg.widget_calendar table tfoot #next a:before,
.mmc-dark-bg .mmc-light-bg .widget_calendar table tfoot #next a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table tfoot #next a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table tfoot #next a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget_calendar table tfoot #next a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget_calendar table tfoot #next a:before {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.widget_calendar table tfoot #next a:hover:before {
  background: #46c1bc;
  color: #ffffff;
}
/* Widget Feeds
/*------------------------------------------------------------*/
.mmc-widget.mmc-feed p {
  margin: 0;
}
.mmc-widget.mmc-feed .mmc-meta {
  padding-bottom: 10px;
  font-size: 12px;
}
.mmc-widget.mmc-feed .mmc-meta:before,
.mmc-widget.mmc-feed .mmc-meta:after {
  display: table;
  content: " ";
}
.mmc-widget.mmc-feed .mmc-meta:after {
  clear: both;
  *zoom: 1;
}
.mmc-widget.mmc-feed .mmc-meta .meta-item {
  float: left;
  margin-right: 10px;
}
.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-widget.mmc-feed.layout-list_plain li {
  padding: 15px 0;
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  -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-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-dark-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg .mmc-widget.mmc-feed.layout-list_plain li,
.mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-list_plain li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-list_plain li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-list_plain li {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-light-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg .mmc-widget.mmc-feed.layout-list_plain li,
.mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-list_plain li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-list_plain li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-list_plain li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-list_with_image li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-list_plain li {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-widget.mmc-feed.layout-list_with_image .img,
.mmc-widget.mmc-feed.layout-list_plain .img {
  float: left;
  margin-right: 13px;
  width: 90px;
}
.mmc-widget.mmc-feed.layout-list_with_image .item-content,
.mmc-widget.mmc-feed.layout-list_plain .item-content {
  overflow: hidden;
  padding: 0;
}
.mmc-widget.mmc-feed.layout-list_with_image .item-content .title,
.mmc-widget.mmc-feed.layout-list_plain .item-content .title {
  border-bottom: none;
  margin-bottom: 2px;
}
.mmc-widget.mmc-feed.layout-list_with_image li {
  padding: 16px 0;
}
.mmc-widget.mmc-feed.layout-list_plain li {
  padding-top: 13px;
}
.mmc-widget.mmc-feed.layout-carousel .title {
  border: none;
  padding-bottom: 0;
  margin-bottom: 2px;
}
.mmc-widget.mmc-feed.layout-carousel .oh {
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .oh {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .oh,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .oh {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-widget.mmc-feed.layout-carousel.has-no-title .mmc-flexslider {
  padding-top: 40px;
}
.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav {
  position: absolute;
  right: 0;
  top: 5px;
}
.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav li {
  position: relative;
  display: inline-block;
  margin-left: 6px;
}
.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav 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-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:before {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-widget.mmc-feed.layout-carousel .flex-direction-nav a:hover:before {
  background: #46c1bc;
  color: #ffffff;
}
.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date {
  float: left;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 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;
  background: #2a2a2a;
  color: #ffffff;
}
.mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date {
  color: #2a2a2a;
  background-color: #ffffff;
  border-color: "";
}
.mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .date {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: "";
}
.mmc-widget.mmc-feed.mmc-events.layout-list_plain .date span {
  display: block;
  font-size: 20px;
}
.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title {
  font-size: 16px;
  font-weight: 300;
  color: #2a2a2a;
  margin: 5px 0 0!important;
}
.mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-widget.mmc-feed.mmc-events.layout-list_plain .title,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-widget.mmc-feed.mmc-events.layout-list_plain .title {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-widget.mmc-feed.mmc-events.layout-list_plain .venue {
  font-size: 16px;
  font-weight: 300;
}
.mmc-widget.mmc-feed.mmc-events.layout-list_plain li:hover .date {
  background: #46c1bc !important;
}
.mmc-widget.mmc-feed.mmc-news .date,
.mmc-widget.mmc-feed.mmc-post .date {
  font-size: 12px;
}
/* Contact Widget
/*------------------------------------------------------------*/
.mmc-contact-block {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mmc-contact-block li {
  margin: 0;
  list-style: none;
  padding: 13px 0px;
}
.mmc-contact-block li + li {
  border-top: 1px solid #2a2a2a;
  border-top: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-contact-block li + li,
.mmc-dark-bg .mmc-contact-block li + li,
.mmc-light-bg .mmc-dark-bg.mmc-contact-block li + li,
.mmc-light-bg .mmc-dark-bg .mmc-contact-block li + li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-contact-block li + li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-contact-block li + li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-contact-block li + li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-contact-block li + li {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc-contact-block li + li,
.mmc-light-bg .mmc-contact-block li + li,
.mmc-dark-bg .mmc-light-bg.mmc-contact-block li + li,
.mmc-dark-bg .mmc-light-bg .mmc-contact-block li + li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-contact-block li + li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-contact-block li + li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-contact-block li + li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-contact-block li + li {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-contact-block li i {
  font-size: 16px;
  margin-right: 10px;
  margin-top: -5px;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2a2a2a;
}
.mmc-dark-bg.mmc-contact-block li i,
.mmc-dark-bg .mmc-contact-block li i,
.mmc-light-bg .mmc-dark-bg.mmc-contact-block li i,
.mmc-light-bg .mmc-dark-bg .mmc-contact-block li i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-contact-block li i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-contact-block li i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-contact-block li i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-contact-block li i {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: "";
}
.mmc-light-bg.mmc-contact-block li i,
.mmc-light-bg .mmc-contact-block li i,
.mmc-dark-bg .mmc-light-bg.mmc-contact-block li i,
.mmc-dark-bg .mmc-light-bg .mmc-contact-block li i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-contact-block li i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-contact-block li i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-contact-block li i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-contact-block li i {
  color: #2a2a2a;
  background-color: #ffffff;
  border-color: "";
}
.mmc-contact-block li label {
  display: none;
}
.mmc-contact-block.text_label i {
  display: none;
}
.mmc-contact-block.text_label label {
  display: block;
  float: left;
  margin-right: 10px;
  min-width: 70px;
  color: #2a2a2a;
}
.mmc-dark-bg.mmc-contact-block.text_label label,
.mmc-dark-bg .mmc-contact-block.text_label label,
.mmc-light-bg .mmc-dark-bg.mmc-contact-block.text_label label,
.mmc-light-bg .mmc-dark-bg .mmc-contact-block.text_label label,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-contact-block.text_label label,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-contact-block.text_label label,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-contact-block.text_label label,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-contact-block.text_label label {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-contact-block.text_label label,
.mmc-light-bg .mmc-contact-block.text_label label,
.mmc-dark-bg .mmc-light-bg.mmc-contact-block.text_label label,
.mmc-dark-bg .mmc-light-bg .mmc-contact-block.text_label label,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-contact-block.text_label label,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-contact-block.text_label label,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-contact-block.text_label label,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-contact-block.text_label label {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
/* Search
/*------------------------------------------------------------*/
.widget_search form {
  position: relative;
  width: 100%;
  border-color: #2a2a2a;
  border: 1px solid rgba(42, 42, 42, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mmc-dark-bg.widget_search form,
.mmc-dark-bg .widget_search form,
.mmc-light-bg .mmc-dark-bg.widget_search form,
.mmc-light-bg .mmc-dark-bg .widget_search form,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget_search form,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget_search form,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget_search form,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget_search form {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.widget_search form,
.mmc-light-bg .widget_search form,
.mmc-dark-bg .mmc-light-bg.widget_search form,
.mmc-dark-bg .mmc-light-bg .widget_search form,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget_search form,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget_search form,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget_search form,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget_search form {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.widget_search form input {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 20px;
  outline: none;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mmc-dark-bg.widget_search form input,
.mmc-dark-bg .widget_search form input,
.mmc-light-bg .mmc-dark-bg.widget_search form input,
.mmc-light-bg .mmc-dark-bg .widget_search form input,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget_search form input,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget_search form input,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget_search form input,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget_search form input {
  color: "";
  background-color: #2a2a2a;
  border-color: "";
}
.mmc-light-bg.widget_search form input,
.mmc-light-bg .widget_search form input,
.mmc-dark-bg .mmc-light-bg.widget_search form input,
.mmc-dark-bg .mmc-light-bg .widget_search form input,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget_search form input,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget_search form input,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget_search form input,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget_search form input {
  color: "";
  background-color: #ffffff;
  border-color: "";
}
.widget_search form button {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  border: none;
  color: #2a2a2a;
  font-size: 18px;
  border: 1px solid transparent;
  border-left: none;
  -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;
  border-radius: 0 4px 4px 0;
}
.mmc-dark-bg.widget_search form button,
.mmc-dark-bg .widget_search form button,
.mmc-light-bg .mmc-dark-bg.widget_search form button,
.mmc-light-bg .mmc-dark-bg .widget_search form button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.widget_search form button,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .widget_search form button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.widget_search form button,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .widget_search form button {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: "";
}
.mmc-light-bg.widget_search form button,
.mmc-light-bg .widget_search form button,
.mmc-dark-bg .mmc-light-bg.widget_search form button,
.mmc-dark-bg .mmc-light-bg .widget_search form button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.widget_search form button,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .widget_search form button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.widget_search form button,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .widget_search form button {
  color: #2a2a2a;
  background-color: #ffffff;
  border-color: "";
}
.widget_search form button:hover {
  color: #46c1bc;
}
.widget_search form input:focus + button {
  border-color: #46c1bc;
}
/* Social Links
/*------------------------------------------------------------*/
.mmc-social-links:before,
.mmc-social-links:after {
  display: table;
  content: " ";
}
.mmc-social-links:after {
  clear: both;
  *zoom: 1;
}
.mmc-social-links li {
  float: left;
}
.mmc-social-links a {
  width: 32px;
  height: 32px;
  line-height: 33px;
  text-align: center;
  display: block;
  position: relative;
  margin: 5px;
  background: #ffffff;
}
.mmc-dark-bg.mmc-social-links a,
.mmc-dark-bg .mmc-social-links a,
.mmc-light-bg .mmc-dark-bg.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .mmc-social-links a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-social-links a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-social-links a {
  color: "";
  background-color: #2a2a2a;
  border-color: "";
}
.mmc-light-bg.mmc-social-links a,
.mmc-light-bg .mmc-social-links a,
.mmc-dark-bg .mmc-light-bg.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .mmc-social-links a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-social-links a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-social-links a {
  color: "";
  background-color: #ffffff;
  border-color: "";
}
.outlined.mmc-social-links a {
  line-height: 33px;
}
.rounded.mmc-social-links a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.circle.mmc-social-links a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.circle.mmc-social-links a i {
  line-height: 33px;
}
.mmc-dark-bg.filled.mmc-social-links a,
.mmc-dark-bg .filled.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg.filled.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .filled.mmc-social-links a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.filled.mmc-social-links a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .filled.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.filled.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .filled.mmc-social-links a {
  color: #ffffff;
  background-color: #ffffff;
  border-color: "";
}
.mmc-light-bg.filled.mmc-social-links a,
.mmc-light-bg .filled.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg.filled.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .filled.mmc-social-links a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.filled.mmc-social-links a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .filled.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.filled.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .filled.mmc-social-links a {
  color: rgba(42, 42, 42, 0.6);
  background-color: rgba(42, 42, 42, 0.6);
  border-color: "";
}
.mmc-dark-bg.filled.mmc-social-links a i,
.mmc-dark-bg .filled.mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg.filled.mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg .filled.mmc-social-links a i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.filled.mmc-social-links a i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .filled.mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.filled.mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .filled.mmc-social-links a i {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.filled.mmc-social-links a i,
.mmc-light-bg .filled.mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg.filled.mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg .filled.mmc-social-links a i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.filled.mmc-social-links a i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .filled.mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.filled.mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .filled.mmc-social-links a i {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.outlined.mmc-social-links a {
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #2a2a2a;
  border-color: rgba(42, 42, 42, 0.6);
  color: rgba(42, 42, 42, 0.6);
}
.mmc-dark-bg.outlined.mmc-social-links a,
.mmc-dark-bg .outlined.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg.outlined.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .outlined.mmc-social-links a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.outlined.mmc-social-links a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .outlined.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.outlined.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .outlined.mmc-social-links a {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.mmc-light-bg.outlined.mmc-social-links a,
.mmc-light-bg .outlined.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg.outlined.mmc-social-links a,
.mmc-dark-bg .mmc-light-bg .outlined.mmc-social-links a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.outlined.mmc-social-links a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .outlined.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.outlined.mmc-social-links a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .outlined.mmc-social-links a {
  color: rgba(42, 42, 42, 0.6);
  background-color: "";
  border-color: rgba(42, 42, 42, 0.6);
}
.mmc-social-links a i {
  color: #2a2a2a;
  color: rgba(42, 42, 42, 0.6);
  font-size: 20px;
}
.mmc-dark-bg.mmc-social-links a i,
.mmc-dark-bg .mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg.mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg .mmc-social-links a i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-social-links a i,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-social-links a i {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-social-links a i,
.mmc-light-bg .mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg.mmc-social-links a i,
.mmc-dark-bg .mmc-light-bg .mmc-social-links a i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-social-links a i,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-social-links a i,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-social-links a i {
  color: rgba(42, 42, 42, 0.6);
  background-color: "";
  border-color: "";
}
.mmc-social-links a span {
  position: absolute;
  top: 32px;
  display: block;
  min-width: 120px;
  padding: 0 10px;
  left: 50%;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 10px;
  background: #2a2a2a;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.mmc-social-links a span:after {
  -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;
  top: -7px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #2a2a2a;
  border-width: 7px;
  z-index: -1;
}
.mmc-social-links a span.left-edge {
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mmc-social-links a span.left-edge:after {
  left: 10px;
}
.mmc-social-links a span.right-edge {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mmc-social-links a span.right-edge:after {
  left: auto;
  right: 8px;
}
.mmc-social-links a:hover {
  background: #46c1bc !important;
  z-index: 1;
}
.outlined.mmc-social-links a:hover {
  border-color: #46c1bc !important;
}
.mmc-social-links a:hover i {
  color: #ffffff !important;
}
.mmc-social-links a:hover span {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mmc-social-links.horizontal {
  margin: 10px auto;
  text-align: left;
}
.mmc-social-links.horizontal li {
  float: none;
  display: inline-block;
}
.mmc-social-links.vertical li {
  float: none;
}
.mmc-social-links.vertical a span {
  left: 100%;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 0;
  margin-left: 10px;
}
.mmc-social-links.vertical a span:after {
  top: 50%;
  left: -10px;
  border-left-color: transparent;
  border-right-color: #2a2a2a;
  left: -12px;
  margin-top: -6px;
}
.mmc-social-links.grid li {
  width: 20%;
}
.mmc-social-links.grid li:nth-child(5n+1) {
  clear: left;
}
/* Testimonials
/*------------------------------------------------------------*/
.widget_mmc_testimonial > h3 {
  border-bottom: none;
  padding: 20px 0;
}
.mmc-testimonials {
  margin-top: 20px;
}
.mmc-testimonials li {
  margin-bottom: 40px;
  overflow: hidden;
}
.mmc-testimonials li .content {
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(42, 42, 42, 0.1);
}
.mmc-dark-bg.mmc-testimonials li .content,
.mmc-dark-bg .mmc-testimonials li .content,
.mmc-light-bg .mmc-dark-bg.mmc-testimonials li .content,
.mmc-light-bg .mmc-dark-bg .mmc-testimonials li .content,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-testimonials li .content,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials li .content,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-testimonials li .content,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials li .content {
  color: "";
  background-color: rgba(42, 42, 42, 0.85);
  border-color: "";
}
.mmc-light-bg.mmc-testimonials li .content,
.mmc-light-bg .mmc-testimonials li .content,
.mmc-dark-bg .mmc-light-bg.mmc-testimonials li .content,
.mmc-dark-bg .mmc-light-bg .mmc-testimonials li .content,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-testimonials li .content,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials li .content,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-testimonials li .content,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials li .content {
  color: "";
  background-color: #ffffff;
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc-testimonials li .content:before,
.mmc-testimonials li .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%);
}
.mmc-testimonials li .content:before {
  border-width: 11px;
  border-top-color: rgba(42, 42, 42, 0.1);
  left: 22px;
  bottom: -34px;
}
.mmc-dark-bg .mmc-testimonials li .content:before,
.mmc-light-bg .mmc-dark-bg .mmc-testimonials li .content:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials li .content:before {
  border-top-color: rgba(42, 42, 42, 0.85);
}
.mmc-light-bg .mmc-testimonials li .content:before,
.mmc-dark-bg .mmc-light-bg .mmc-testimonials li .content:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials li .content:before {
  border-top-color: rgba(42, 42, 42, 0.1);
}
.mmc-testimonials li .content:after {
  border-top-color: #ffffff;
  left: 22px;
  bottom: -30px;
}
.mmc-dark-bg .mmc-testimonials li .content:after,
.mmc-light-bg .mmc-dark-bg .mmc-testimonials li .content:after,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials li .content:after {
  border-top-color: rgba(42, 42, 42, 0.85);
}
.mmc-light-bg .mmc-testimonials li .content:after,
.mmc-dark-bg .mmc-light-bg .mmc-testimonials li .content:after,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials li .content:after {
  border-top-color: #ffffff;
}
.mmc-testimonials li .content p {
  margin-bottom: 5px;
}
.mmc-testimonials li img {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.mmc-testimonials li .author {
  overflow: hidden;
  padding-top: 3px;
  font-size: 18px;
  color: #46c1bc;
}
.mmc-dark-bg.mmc-testimonials li .author,
.mmc-dark-bg .mmc-testimonials li .author,
.mmc-light-bg .mmc-dark-bg.mmc-testimonials li .author,
.mmc-light-bg .mmc-dark-bg .mmc-testimonials li .author,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-testimonials li .author,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials li .author,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-testimonials li .author,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials li .author {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-testimonials li .author,
.mmc-light-bg .mmc-testimonials li .author,
.mmc-dark-bg .mmc-light-bg.mmc-testimonials li .author,
.mmc-dark-bg .mmc-light-bg .mmc-testimonials li .author,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-testimonials li .author,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials li .author,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-testimonials li .author,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials li .author {
  color: #46c1bc;
  background-color: "";
  border-color: "";
}
.mmc-testimonials li .author span,
.mmc-testimonials li .author a {
  display: block;
  font-size: 12px;
  color: #999999;
}
.mmc-testimonials + .flex-control-nav {
  display: none;
}
.mmc-testimonials + .flex-control-nav + .flex-direction-nav {
  position: absolute;
  right: 0;
  top: 16px;
}
.has-no-title.mmc-testimonials + .flex-control-nav + .flex-direction-nav {
  top: 20px;
  right: 5px;
}
.mmc-testimonials + .flex-control-nav + .flex-direction-nav li {
  display: inline-block;
  margin-left: 6px;
}
.mmc-testimonials + .flex-control-nav + .flex-direction-nav a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.mmc-testimonials + .flex-control-nav + .flex-direction-nav 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-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-dark-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-light-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-dark-bg .mmc-light-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc-testimonials + .flex-control-nav + .flex-direction-nav a:before {
  color: #2a2a2a;
  background-color: "";
  border-color: "";
}
.mmc-testimonials + .flex-control-nav + .flex-direction-nav a:hover:before {
  background: #46c1bc;
  color: #ffffff;
}
/* Breadcrumbs
/*------------------------------------------------------------*/
.mmc-breadcrumbs {
  padding: 10px 0 20px;
  color: #2a2a2a;
}
.mmc-breadcrumbs a,
.mmc-breadcrumbs span {
  color: #cccccc;
}
.mmc-breadcrumbs a:hover {
  color: #2a2a2a;
}
/*------------------------------------------------------------*/
/*Back To Top Button Styles
/*------------------------------------------------------------*/
.back-to-top {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  border: 2px solid #ffffff;
  color: #787878;
  font-size: 18px;
  background: #2f2f2f;
  background: rgba(0, 0, 0, 0.05);
}
.back-to-top:hover {
  border-color: #46c1bc;
  background: #46c1bc;
  color: #ffffff;
}
/*add-ons & plugins*/
/* Isotope
/*------------------------------------------------------------*/
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* FlexSlider
/*------------------------------------------------------------*/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* MMC THEME */
.flexslider {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  margin-bottom: 0 !important;
}
.flex-direction-nav a.flex-prev {
  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;
  left: 0 !important;
}
.flex-direction-nav a.flex-prev:before {
  color: #46c1bc;
  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;
}
.flex-direction-nav a.flex-prev:hover:before {
  background: #46c1bc !important;
  color: #ffffff !important;
}
.flex-direction-nav a.flex-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
.flex-direction-nav a.flex-next {
  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;
  right: 0 !important;
}
.flex-direction-nav a.flex-next:before {
  color: #46c1bc;
  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;
}
.flex-direction-nav a.flex-next:hover:before {
  background: #46c1bc !important;
  color: #ffffff !important;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flexslider .slides img {
  width: auto !important;
}
/* PrettyPhoto
/*------------------------------------------------------------*/
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
div.pp_default .pp_expand {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaaaaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/default/loader.gif) center center no-repeat;
}
div.light_rounded .pp_top .pp_left {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_right {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
div.light_rounded .pp_next:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_previous:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_arrow_previous {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_bottom .pp_left {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_right {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_top .pp_left {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_right {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
div.dark_rounded .pp_next:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}
div.dark_rounded .pp_nav .pp_play {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_arrow_previous {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_next {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_bottom .pp_left {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_right {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000;
}
div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
div.dark_square .pp_expand {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_expand:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_nav {
  clear: none;
}
div.dark_square .pp_nav .pp_play {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_nav .pp_pause {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_arrow_previous {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .pp_next:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_square .pp_previous:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_square .pp_nav .pp_play {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_nav .pp_pause {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_arrow_previous {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
div.light_square .pp_next:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_square .pp_previous:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_top .pp_left {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content_container .pp_left {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_expand:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.facebook .pp_description {
  margin: 0 37px 0 0;
}
div.facebook .pp_loaderIcon {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
div.facebook .pp_arrow_next {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
div.facebook .pp_nav {
  margin-top: 0;
}
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_nav .pp_pause {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_next:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.facebook .pp_previous:hover {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #fff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(https://pahealthaccess.org/wp-content/themes/magic2/stylesheet/less/../../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
/* MMC */
.ppt,
.pp_bottom,
.pp_top,
.pp_close,
.pp_play,
.pp_arrow_previous,
.pp_arrow_next {
  display: none !important;
}
.pp_social {
  float: right !important;
}
.pp_left,
.pp_right {
  background: none !important;
  padding: 0 !important;
}
.pp_pic_holder {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
}
.pp_gallery ul li a {
  background: none !important;
  border: none !important;
}
.pp_overlay {
  background: rgba(42, 42, 42, 0.7) !important;
}
.pp_details {
  font-size: 18px !important;
  font-weight: 300 !important;
}
.pp_nav {
  width: auto !important;
}
/* special menu items
/*------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item.mmmc-nav-type-mmc_page {
    position: static;
  }
  .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item.mmmc-nav-type-mmc_page ul.sub-menu-header {
    display: none;
  }
  .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item .sub-menu-page {
    width: 100%;
    left: 0;
    position: absolute;
    visibility: hidden;
    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;
    box-shadow: 0 8px 10px rgba(42, 42, 42, 0.1);
    border-top: 1px solid rgba(42, 42, 42, 0.1);
    text-align: left;
    white-space: normal;
    overflow: hidden;
    max-height: 0;
  }
  .mmc-header .mmc-nav ul.mmc-nav-list li.menu-item:hover > .sub-menu-page {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    max-height: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .mmc-header .mmc-nav ul li .sub-menu-page {
    display: none;
  }
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-right: 15px;
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li {
  padding-left: 15px;
}
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li {
  color: "";
  background-color: "";
  border-color: rgba(255, 255, 255, 0.1);
}
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item + li {
  color: "";
  background-color: "";
  border-color: rgba(42, 42, 42, 0.1);
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #5e5e5e;
  letter-spacing: 4px;
}
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a {
  color: #5e5e5e;
  background-color: "";
  border-color: "";
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover {
  color: #46c1bc;
}
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item > a[href]:hover {
  color: #46c1bc;
  background-color: "";
  border-color: "";
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item ul,
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item ul.sub-menu-header {
  position: static;
  opacity: 1;
  display: block !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li {
  display: block;
  visibility: visible;
  padding-left: 10px;
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  color: #5e5e5e;
}
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item li a {
  color: #5e5e5e;
  background-color: "";
  border-color: "";
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a {
  display: block;
  padding: 5px 0px 5px 15px;
  white-space: normal;
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover {
  background: #f7f7f7;
  color: #46c1bc;
}
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover {
  color: #ffffff;
  background-color: #323232;
  border-color: "";
}
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item a[href]:hover {
  color: #46c1bc;
  background-color: #f7f7f7;
  border-color: "";
}
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a {
  color: #46c1bc;
}
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg .mmc-light-bg .mmc-dark-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a {
  color: #ffffff;
  background-color: "";
  border-color: "";
}
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-dark-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg.mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item.current-menu-item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current_page_item > a,
.mmc-light-bg .mmc-dark-bg .mmc-light-bg .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item .current-menu-item > a {
  color: #46c1bc;
  background-color: "";
  border-color: "";
}
ul.sli-style-button label {
  background: #46c1bc !important;
  color: #ffffff !important;
}
a.sli-button {
  background: #46c1bc !important;
  color: #ffffff !important;
}
.page-id-13606 {
  margin-top: 60px;
}
.pp-padding {
  padding: 0 20px;
}
.sli-form {
  margin-top: 0 !important;
}
.lato {
  font-family: 'Lato', sans-serif;
}
/* Mixins */
.vc_row.vc_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.hide {
  display: none;
  visibility: hidden;
}
.visible {
  display: block;
  visibility: visible;
}
.ta-center {
  text-align: center;
}
.d-block {
  display: block;
}
.white {
  color: #fff;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.bold {
  font-weight: bold;
}
.h2-indent {
  padding-left: 30px;
}
input[type=submit] {
  border-radius: 0px;
}
.tabs.mmc-row .mmc-column-wrapper {
  max-width: 1400px !important;
}
footer .sli-content-pane.sli-widget {
  background-color: #252525 !important;
}
/* Remove Footer Blog Post List */
body.page-id-9 footer .footer-postlist,
body.page-id-22 footer .footer-postlist {
  display: none;
  visibility: hidden;
}
.map-container {
  width: 100%;
  margin-top: 25px;
}
.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
}
.map-container iframe.clicked {
  pointer-events: auto;
}
.mmc-nav {
  background-color: #fff !important;
}
.mmc-header {
  height: 65px;
}
.mmc-header .mmc-header-inner {
  padding: 0 0 0 0 !important;
}
.mmc-header.header-sticky.sticked {
  box-shadow: 0px 7px 15px rgba(136, 136, 136, 0.08);
}
ul.mmc-nav-list {
  float: right;
}
.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item-45 a {
  background-color: #46c1bc;
  color: #fff !important;
}
.mmc-header .mmc-nav ul.mmc-nav-list li.menu-item-45 a:hover {
  color: #fff !important;
}
.mmc-header .mmc-nav > ul.mmc-nav-list > li > a:hover {
  color: #46c1bc !important;
}
body.default .mmc-header .mmc-nav > ul.mmc-nav-list > li > a:before,
body.default .mmc-header .mmc-nav > ul.mmc-nav-list > li > a:after {
  background-color: transparent !important;
  color: transparent !important;
}
.mmc-header .mmc-nav > ul.mmc-nav-list > li.current-menu-item > a {
  color: #46c1bc !important;
}
.mmc-header .mmc-nav > ul.mmc-nav-list > li.menu-item-45.current-menu-item > a {
  color: #fff !important;
}
.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 {
  color: #46c1bc !important;
}
.mmc-header .mmc-logo svg {
  height: 65px;
  width: 90px;
}
.mmc-header {
  background-color: #fff;
}
header.mmc-header nav > ul > li > a,
header.mmc-header.header-sticky.sticked nav > ul > li > a {
  line-height: 65px !important;
}
.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a:hover {
  color: #46c1bc !important;
}
.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li {
  padding: 0 !important;
  max-width: 100% !important;
}
.mmc_extra_menu {
  display: none;
  visibility: hidden;
}
.mmc-header .mmc-nav > ul.mmc-nav-list > li > a {
  padding: 0 25px;
}
.st0 {
  fill: #46c1bc !important;
}
.mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a {
  padding: 0 0 0 25px;
  width: 216px;
}
ul.covid-list {
  font-size: 20px;
}
ul.covid-list li:before {
  content: ".";
  color: #46c1bc;
  font-size: 65px;
  position: absolute;
  top: -7px;
  line-height: 0;
  left: -18px;
}
p.covid-paragraph {
  font-size: 20px;
}
body.covid-19 .ui-accordion-header-icon {
  display: none;
  visibility: hidden;
}
body.covid-19 i.mmc-accordion-icon {
  display: none;
  visibility: hidden;
}
body.covid-19 .ui-state-default {
  border: 1px solid #46c1bc;
  background-color: #fff;
  background: none !important;
  max-width: 95%;
  margin: auto;
  padding-left: 0px;
  padding-right: 30px;
}
body.covid-19 .mmc-accordion .group .ui-accordion-header a {
  border-bottom: none;
}
body.covid-19 .default.mmc-accordion .group .ui-accordion-header a:before {
  line-height: 30px;
}
body.covid-19 .mmc-accordion .group .ui-accordion-content {
  padding: 15px 15px 15px 52px;
  background: #eee;
  max-width: 95%;
  margin: auto;
}
body.covid-19 .default.mmc-accordion .group .ui-accordion-header.ui-accordion-header-active a {
  background: #fff;
}
body.covid-19 .mmc-row.link-section a {
  line-height: 35px;
}
#wpcf7-f14964-o1 .form .form-row span {
  padding: 0 0 !important;
}
.mmc-row.home-width > .mmc-column-wrapper {
  max-width: 1680px;
}
.slick-arrow {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 50px;
  z-index: 1;
  padding: 40px;
}
.slick-arrow:before {
  font-family: 'FontAwesome' !important;
  color: rgba(255, 255, 255, 0.4);
  font-size: 50px;
  background: transparent;
  position: relative;
  top: -35px;
}
.slick-arrow.prev-arrow {
  left: 3%;
}
.slick-arrow.prev-arrow:before {
  content: '\f104';
  left: -30px;
}
.slick-arrow.next-arrow {
  right: 3%;
}
.slick-arrow.next-arrow:before {
  content: '\f105';
  right: 0px;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
  color: rgba(255, 255, 255, 0.4);
  font-size: 50px;
  background: transparent;
}
.flex-direction-nav a.flex-next:hover:before,
.flex-direction-nav a.flex-prev:hover:before {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.4) !important;
}
.flex-direction-nav a.flex-next {
  padding-right: 100px;
}
.flex-direction-nav a.flex-prev {
  padding-left: 50px;
}
h1 {
  margin: 0;
  letter-spacing: 2px !important;
}
.hero-h4 {
  max-width: 650px;
  margin: 0 auto;
}
h4 a:hover {
  color: #3fafaa !important;
}
.mmc-button.hero-btn {
  margin-top: 40px;
  padding: 0 40px;
  height: 45px;
  line-height: 46px;
}
.mmc-button.hero-btn:hover {
  background-color: #3fafaa;
}
.mmc-button.inner-btn {
  margin-top: 10px;
  padding: 0 40px;
  height: 45px;
  line-height: 46px;
}
.mmc-button.inner-btn:hover {
  background-color: #3fafaa;
}
article ul {
  list-style: none;
  clear: both;
  padding-left: 10px;
}
article ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  margin-left: 15px;
  list-style: none;
}
article ul li:before {
  content: ".";
  color: #46c1bc;
  font-size: 50px;
  position: absolute;
  top: -4px;
  line-height: 0;
  left: -18px;
}
.aboutbox .vc_column-inner {
  min-height: 290px;
}
.aboutbox2 .vc_column-inner {
  min-height: 395px;
}
.news-margin p {
  background-color: #f7f7f7;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  margin: 0 20px;
}
.news-margin h2 {
  margin-left: 35px;
}
.mmc-pagination a.mmc-circle-next {
  border-color: #fff;
}
.mmc-pagination a.mmc-circle-prev {
  border-color: #fff;
}
.mmc-feed .item .item-content .title {
  overflow: visible;
  white-space: inherit;
  width: 100%;
}
.mmc-feed .item .item-content p > a {
  color: #46c1bc;
}
.mmc-feed .item .item-content p > a:hover {
  color: #3fafaa;
}
.news-margin p {
  padding-right: 50px;
  word-wrap: break-word;
}
.news-margin p a {
  color: #46c1bc;
}
.news-margin p a:hover {
  color: #3fafaa;
}
.news-style .mmc-feed .item .item-content {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #46c1bc;
}
.news-style .mmc-feed .item .item-content h4 a {
  color: #66676b;
}
.outlined.mmc-social-links a {
  border-color: #fff;
  line-height: 36px;
}
.outlined.mmc-social-links a:hover {
  border-color: #fff !important;
}
.mmc-social-links a i {
  color: #fff;
  font-size: 16px;
}
a:hover span.mmc_social_links_name {
  display: none;
  visibility: hidden;
}
.mmc-social-links a {
  width: 40px;
  height: 40px;
}
.mmc-social-links.horizontal {
  text-align: center;
}
.foot-spc p {
  margin-top: 40px;
  font-size: 12px !important;
  font-weight: 300 !important;
}
.foot-spc2 p {
  margin-bottom: 0px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 300 !important;
}
.foot-text1 h2 {
  font-size: 24px !important;
  color: #fff !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}
h5.footer-weight {
  font-weight: 500;
  font-size: 14px;
}
footer .form-row {
  padding-bottom: 20px;
  max-width: 375px;
}
.widget ul#menu-footer-menu > li > a,
.widget ul#menu-footer-menu-2 > li > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 0px 15px 0px;
}
.wpb_content_elementfoot-nav.widget {
  margin-top: 0px !important;
}
.widget ul#menu-footer-menu,
.widget ul#menu-footer-menu-2 {
  max-width: 120px;
  margin: auto;
}
footer .foot-center .mmc-column-inner,
footer .foot-left .mmc-column-inner,
footer .foot-right .mmc-column-inner {
  max-width: 300px;
  margin: 0 auto;
}
footer input[type="submit"] {
  background-color: #46c1bc;
  border-radius: 0px;
  font-size: 12px;
  color: #fff;
  padding: 0 35px;
}
footer input[type="submit"]:hover {
  background-color: #3fafaa;
  border-color: transparent;
  color: #fff;
}
footer input[type="text"],
footer input[type="email"] {
  border: 1px solid white;
  color: #fff;
  font-weight: 300;
}
footer .widget ul.menu li.menu-item > a {
  color: #fff;
}
footer .form.subscribe .form-row {
  margin-bottom: 0;
}
footer .form.subscribe .form-row span {
  margin: 0 0;
  padding: 0 0;
}
div.wpcf7-response-output {
  border: transparent !important;
  padding: 0 !important;
}
.mmc-row.header-row h1,
.mmc-row.header-row h2,
.mmc-row.header-row h3,
.mmc-row.header-row h4,
.mmc-row.header-row h5,
.mmc-row.header-row h6,
.mmc-row.header-row p {
  color: #fff;
}
.mmc-row.header-row .subtitle {
  max-width: 600px;
  padding-top: 15px;
  margin: 0 auto;
}
/* Forms */
.form {
  max-width: 800px;
  margin: 0 auto;
}
.form .form-row {
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
.form .form-row:after {
  content: "";
  display: table;
  clear: both;
}
.form .form-row.two-items span {
  position: relative;
  width: 50%;
  float: left;
  display: block;
}
.form .form-row.submit {
  margin-left: 10px;
}
.form .form-row span {
  position: relative;
  display: block;
  padding: 0 10px;
  width: 100%;
}
textarea {
  min-height: 200px;
}
input[type=submit] {
  background: #46c1bc;
  border-color: #46c1bc;
  color: #fff;
  padding: 6px 23px;
  height: 50px;
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
}
input[type=submit]:hover {
  background: #3fafaa;
  border-color: #3fafaa;
  color: #fff;
}
/* Home Cta Row */
.mmc-row.hm-top-gap {
  margin-top: 20px;
}
.general-cta .cta-box:hover p {
  max-height: 42px;
  overflow: hidden;
}
.inner-tab .general-cta .cta-box {
  padding: 30% 0 0 0 !important;
}
.general-cta {
  margin: 5px 5px 5px 5px;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
}
.general-cta .cta-box {
  position: relative;
  background-size: cover !important;
  padding: 44% 0 0 0;
  max-height: 300px;
  text-align: left;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 2s cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 2s cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 2s cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 2s cubic-bezier(0.265, 0.42, 0.075, 0.985);
}
.general-cta .cta-box:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
}
.general-cta .cta-box h2 {
  color: #fff;
  margin-bottom: 0;
}
.general-cta .cta-box.no-hover {
  padding: 35% 0 0 0;
}
.general-cta .cta-box.no-hover h2 {
  padding: 10px 25px;
  display: inline-block;
  background: #5e5e5e;
  position: absolute;
  bottom: 0;
}
.general-cta .cta-box.no-hover a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.general-cta .cta-box.no-hover:before {
  background: rgba(255, 255, 255, 0);
}
.general-cta .cta-box.heading {
  background: #46c1bc;
  padding: 65.2% 0 0;
}
.general-cta .cta-box.heading h2 {
  color: #fff;
  background: transparent;
}
.general-cta .cta-box h2.inital-heading {
  padding: 10px 25px;
}
.general-cta .cta-box h2.active-tab {
  background-color: #46c1bc;
  max-width: 260px;
}
.general-cta .cta-box h2.active-tab-gh {
  background-color: #46c1bc;
  max-width: 350px;
}
.general-cta .cta-box h2.active-tab-small {
  background-color: #46c1bc;
  max-width: 220px;
}
.general-cta .cta-box h2.active-tab-smallest {
  background-color: #46c1bc;
  max-width: 175px;
}
.general-cta .cta-box h2.active-tab-learn {
  background-color: #46c1bc;
  max-width: 145px;
}
.general-cta .cta-box .cta-box-hover {
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  display: none;
  visibility: hidden;
  overflow: hidden;
  z-index: 1;
  padding: 10px 20px 20px 20px;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0px;
}
.general-cta .cta-box .cta-box-hover h2,
.general-cta .cta-box .cta-box-hover p {
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
}
.general-cta .cta-box:hover {
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
}
.general-cta .cta-box:hover .cta-box-hover {
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  opacity: 1;
  display: block;
  visibility: visible;
}
.general-cta .cta-box:hover .cta-box-hover:before {
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
}
.general-cta .cta-box:hover .cta-box-hover h2,
.general-cta .cta-box:hover .cta-box-hover p {
  color: #fff;
}
.general-cta .cta-box:hover .cta-box-hover h2 {
  padding-top: 0px;
  margin-bottom: 10px;
}
.general-cta .cta-box:hover .cta-box-hover a {
  color: #46c1bc;
}
.general-cta .cta-box:hover .cta-box-hover a:hover {
  color: #3fafaa;
}
.general-cta .cta-box:hover.no-hover h2 {
  color: #46c1bc;
}
.general-cta .cta-box:hover:before {
  background: rgba(0, 0, 0, 0.8);
}
.general-cta .cta-box:hover .inital-heading {
  opacity: 0;
}
.general-cta .cta-box:hover.no-hover:before {
  background: rgba(255, 255, 255, 0);
}
.general-cta .cta-box:hover.heading h2.inital-heading {
  color: #fff;
  opacity: 1;
}
.mmc-feed {
  margin-bottom: 0;
}
.mmc-feed ul.mmc-item-list {
  padding-bottom: 0;
}
.mmc-feed.layout-grid.columns-3 .item {
  width: 33.3333%;
}
body .mmc-feed ul.meta li:before,
body .mmc-feed.mmc-post ul.meta li:before,
body .mmc-feed ul li:before,
body .mmc-feed.mmc-post ul li:before {
  content: "" !important;
}
.mmc-feed .item .item-content p {
  max-height: 50px;
  overflow: hidden;
}
/* Post - Grid */
.mmc-post.layout-grid ul.mmc-item-list li.item {
  padding: 5px;
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
}
.mmc-post.layout-grid ul.mmc-item-list li.item:before {
  content: "";
}
.mmc-post.layout-grid ul.mmc-item-list li.item:first-child {
  padding-top: 5px !important;
}
.mmc-post.layout-grid ul.mmc-item-list li.item .excerpt {
  display: none;
  visibility: hidden;
}
.mmc-post.layout-grid ul.mmc-item-list li.item .mmc-image-actions,
.mmc-post.layout-grid ul.mmc-item-list li.item .post-hover {
  display: none;
  visibility: hidden;
}
.mmc-post.layout-grid ul.mmc-item-list li.item .mmc-iva-item {
  min-height: 213px;
  position: relative;
}
.mmc-post.layout-grid ul.mmc-item-list li.item .mmc-iva-item:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
}
.mmc-post.layout-grid ul.mmc-item-list li.item .item-content {
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  padding: 0 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.mmc-post.layout-grid ul.mmc-item-list li.item .item-content .post-title {
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  z-index: 1;
  bottom: 20px;
  position: absolute;
  overflow: hidden;
  left: 25px;
  padding-right: 20px;
}
.mmc-post.layout-grid ul.mmc-item-list li.item .item-content .post-title .title {
  text-overflow: inheirt;
  width: 100%;
  white-space: inherit;
}
.mmc-post.layout-grid ul.mmc-item-list li.item .item-content .post-title .title a {
  color: #fff;
}
.mmc-post.layout-grid ul.mmc-item-list li.item .item-content .post-hover {
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
}
.mmc-post.layout-grid ul.mmc-item-list li.item:hover .post-title {
  display: none;
  visibility: hidden;
}
.mmc-post.layout-grid ul.mmc-item-list li.item:hover .post-hover {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 30px 20px 20px 20px;
  display: block;
  visibility: visible;
}
.mmc-post.layout-grid ul.mmc-item-list li.item:hover .mmc-iva-item:before {
  background: rgba(0, 0, 0, 0.8);
}
.mmc-post.layout-grid ul.mmc-item-list li.item:hover a {
  color: #46c1bc;
}
.mmc-post.layout-grid ul.mmc-item-list li.item:hover a:hover {
  color: #3fafaa;
}
.mmc-post.layout-list ul.mmc-item-list li.item .item-inwrap .item-content .post-hover h4.title,
.mmc-post.layout-list ul.mmc-item-list li.item .item-inwrap .item-content .post-hover p {
  display: none;
  visibility: hidden;
}
.mmc-post.layout-list ul.mmc-item-list li.item .item-inwrap .item-content .post-hover .excerpt p {
  display: block;
  visibility: visible;
}
.mmc-post.layout-list ul.mmc-item-list li:nth-child(even) .item-inwrap {
  background: #f7f7f7;
}
.mmc-pagination {
  max-width: 400px !important;
}
.mmc-portfolio li.item {
  position: relative;
  margin-bottom: 80px;
}
.mmc-portfolio li.item:before {
  position: absolute;
  content: "";
  width: 220px;
  height: 220px;
  border-radius: 220px;
  border: 1px solid #46c1bc;
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  z-index: 0;
  background: #46c1bc;
  transform: scale(0.8);
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 5.5%;
  top: 5.5%;
  display: block !important;
}
.mmc-portfolio li.item .mmc-iva-item {
  height: 220px;
  width: 220px;
  max-width: 220px !important;
  margin: 0 auto;
  max-height: 220px;
  width: 100% !important;
  padding-bottom: 60% !important;
  box-shadow: 20px 0 40px rgba(0, 0, 0, 0.1);
}
.mmc-portfolio li.item .item-inwrap {
  background: transparent;
}
.mmc-portfolio li.item .mmc-image-actions {
  background-color: transparent;
}
.mmc-portfolio li.item .mmc-image-actions a:last-of-type {
  display: none;
  visibility: hidden;
}
.mmc-portfolio li.item .item-content {
  padding-right: 30px;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  text-align: center;
  top: 10px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.mmc-portfolio li.item .item-content h4,
.mmc-portfolio li.item .item-content h4 a {
  padding: 0 !important;
  margin: 0 auto !important;
}
.mmc-portfolio li.item:hover:before {
  transform: scale(1.1);
}
.mmc-portfolio li.item:hover .mmc-image-actions {
  background-color: transparent;
}
.single-portfolio .mmc-featured-image {
  width: 300px;
  margin: 0 auto;
  border-radius: 300px;
}
.single-portfolio .mmc-meta-top,
.single-portfolio .mmc-meta-after,
.single-portfolio ul.mmc-post-share {
  display: none;
  visibility: hidden;
}
.single-portfolio article .mmc-row.no-margin:first-of-type {
  display: none;
  visibility: hidden;
}
.single-portfolio ul.contact-info {
  margin: 60px auto 40px;
  width: fit-content;
}
.single-portfolio ul.contact-info li {
  display: inline-block;
  padding: 0 8px;
  position: relative;
  font-weight: bold;
}
.single-portfolio ul.contact-info li:before {
  content: "|";
  font-family: 'Lato', sans-serif;
  font-size: 23px;
  position: absolute;
  top: 10px;
  left: 98%;
  font-weight: 300;
}
.single-portfolio ul.contact-info li:last-child:before {
  content: "";
}
.staff-list-row h2 {
  margin-bottom: 0;
}
.staff-list-row ul.contactul {
  max-width: 400px;
  padding-left: 0;
}
.staff-list-row ul.contactul li {
  padding: 20px 10px;
  margin-bottom: 0;
  margin-left: 0;
}
.staff-list-row ul.contactul li:before {
  content: "";
}
.staff-list-row ul.contactul li a:first-of-type {
  color: #46c1bc;
  font-weight: bold;
}
.staff-list-row ul.contactul li:last-of-type {
  border-bottom-color: transparent;
}
.staff-list-row ul.contactul li:nth-child(even) {
  background: #f7f7f7;
}
.staff-list-row ul.contactul li span.bi-lingual {
  color: #66676b;
  margin-left: 4px;
}
.in-page ul.mmc-social-links.circle.horizontal {
  text-align: left;
  margin: 0 0;
  padding: 0;
}
.in-page ul.mmc-social-links.circle.horizontal li {
  background: #46c1bc;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: 1px solid #46c1bc;
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  margin: 0 3px;
}
.in-page ul.mmc-social-links.circle.horizontal li:first-child {
  margin-left: 0;
}
.in-page ul.mmc-social-links.circle.horizontal li:before {
  content: "";
}
.in-page ul.mmc-social-links.circle.horizontal li a {
  background: transparent;
}
.in-page ul.mmc-social-links.circle.horizontal li a i:before {
  position: relative;
  top: 2px;
  left: -1px;
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
}
.in-page ul.mmc-social-links.circle.horizontal li:hover {
  background: #3fafaa;
}
.in-page ul.mmc-social-links.circle.horizontal li:hover i:before {
  color: #fff;
}
.in-page ul.mmc-social-links.circle.horizontal li:hover a {
  background: transparent !important;
}
.mmc-pagination {
  max-width: 1200px;
  margin: 50px auto !important;
}
/* Fiiter Twitter Slider */
.tweetSlideSection {
  box-shadow: 20px 0 40px rgba(0, 0, 0, 0.1) !important;
  margin: 0 auto !important;
  max-width: 800px !important;
  height: 200px !important;
  padding: 30px 0px 30px 160px !important;
  position: relative !important;
}
.tweetSlideSection:before {
  position: absolute !important;
  content: "";
  background: url(/wp-content/uploads/2017/10/Twitter-green.svg) no-repeat center center;
  width: 80px !important;
  height: 70px !important;
  top: 64px !important;
  left: 57px !important;
  z-index: 1 !important;
}
.tweetSlideSection .bx-viewport {
  overflow: visible !important;
}
.tweetSlideSection .tweetsliderColumn {
  width: 100% !important;
  margin: 0 auto 0 0 !important;
}
.tweetSlideSection .tweetsliderColumn {
  width: 90% !important;
}
.tweetSlideSection .bx-controls-direction,
.tweetSlideSection .bx-controls {
  position: absolute !important;
  right: 20px !important;
  top: 0 !important;
}
.tweetSlideSection .bx-wrapper .bx-controls-direction a {
  z-index: 1 !important;
  border-radius: 0px !important;
  width: 100px !important;
  height: 100px !important;
  background: #e4e4e4 !important;
  border-left: 1px solid rgba(200, 200, 200, 0.8) !important;
}
.tweetSlideSection .bx-wrapper .bx-controls-direction a:hover {
  background-color: rgba(200, 200, 200, 0.4) !important;
}
.tweetSlideSection ul.bxslider li {
  max-width: 85% !important;
}
.tweetSlideSection li .singleTwitt .twittDetails,
.tweetSlideSection li .singleTwitt .twittMeta {
  text-align: left !important;
}
.tweetSlideSection .twittDetails {
  padding-top: 0px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding-left: 30px !important;
  width: 85% !important;
  color: #5e5e5e !important;
}
.tweetSlideSection .twittMeta {
  padding-left: 30px !important;
}
.tweetSlideSection .twittMeta a {
  color: #46c1bc !important;
}
.tweetSlideSection .twittMeta a:hover {
  color: #3fafaa !important;
}
.tweetSlideSection .tweetSlideOverlay {
  background: #e4e4e4 !important;
  border-radius: 5px 5px 5px 5px !important;
}
.tweetSlideSection .bx-wrapper .bx-controls-direction a.bx-next {
  right: -105px !important;
  top: -14px !important;
  border-top-right-radius: 5px !important;
}
.tweetSlideSection .bx-wrapper .bx-controls-direction a.bx-next:before {
  width: 10px !important;
  height: 10px !important;
  border-top: 2px solid #46c1bc !important;
  border-right: 2px solid #46c1bc !important;
  left: 38px !important;
}
.tweetSlideSection .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 5px !important;
  top: 86px !important;
  border-top: 1px solid rgba(200, 200, 200, 0.8) !important;
  border-bottom-right-radius: 5px !important;
}
.tweetSlideSection .bx-wrapper .bx-controls-direction a.bx-prev:before {
  width: 10px !important;
  height: 10px !important;
  border-bottom: 2px solid #46c1bc !important;
  border-left: 2px solid #46c1bc !important;
  left: 42px !important;
}
.tweetrow-bg {
  position: relative !important;
}
.tweetrow-bg:before {
  position: absolute !important;
  content: "" !important;
  background: #252525 !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 100px !important;
  bottom: 0 !important;
  right: 0 !important;
  z-index: 0 !important;
  display: block !important;
}
.tweetSlideSection.tweetBrallax {
  border-radius: 5px 5px 5px 5px;
}
.lb-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) !important;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.lb-wrapper .js-close {
  color: #9A9A9A;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  top: 10px;
  right: 0;
  text-align: center;
  width: 50px;
  height: 50px;
}
.lb-wrapper .lb-box {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  position: absolute;
  max-width: 1000px;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
}
.lb-wrapper .lb-box .mmc-image-actions {
  display: none;
}
.lb-wrapper .lb-box .image {
  border: 1px solid #999;
  display: inline-block;
  float: left;
  padding: 20px;
}
.lb-wrapper .lb-box .image > div {
  background-size: cover;
  width: 320px;
  height: 480px;
}
.lb-wrapper .lb-box .content {
  overflow: hidden;
  padding: 20px 0px 20px 50px;
}
.lb-wrapper .lb-box .content span {
  color: #8d8d8d;
  display: block;
}
.lb-wrapper .lb-box .content .js-name {
  font-size: 32px;
  color: #fdb435;
  display: block;
  margin-bottom: 8px;
}
.lb-wrapper .lb-box .content .js-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.lb-wrapper .lb-box .content .js-subtitle {
  font-size: 16px;
}
.lb-wrapper .lb-box .content ul {
  background: #F1F1F1;
  border-radius: 5px;
  margin: 25px 0px;
  padding: 20px;
}
.lb-wrapper .lb-box .content ul li {
  font-size: 17px;
  margin-bottom: 15px;
}
.lb-wrapper .lb-box .content ul li i {
  display: inline-block;
  min-width: 45px;
  position: relative;
  top: 5px;
}
.lb-wrapper .lb-box .content .js-about {
  font-size: 16px;
}
/* Blog Single */
.mmc-feed ul.mmc-categories-filter {
  text-align: center;
  margin: 10px 0 60px;
}
.single header {
  box-shadow: 0px 7px 15px rgba(136, 136, 136, 0.08);
}
.single .mmc-meta.mmc-meta-top .meta-item {
  float: none;
  text-align: center;
}
.single .mmc-meta.mmc-meta-top .meta-item.date {
  color: #66676b;
  margin-right: 0;
}
.single .mmc-meta.mmc-meta-top .meta-item.date i.mmc-icon-time:before {
  color: #46c1bc;
}
.single .main-title > h1 {
  margin-bottom: 0;
}
.single .mmc-featured-image {
  box-shadow: 20px 0 40px rgba(0, 0, 0, 0.1);
}
.single .post-header {
  max-width: 960px;
  margin: 50px auto 0;
}
.single .mmc-post-content {
  max-width: 900px;
  margin: 0 auto;
}
.single .back-to-blog svg {
  position: relative;
  width: 25px;
  height: 15px;
  top: 2px;
  margin-right: 5px;
}
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  margin-bottom: 20px;
}
.single ul.mmc-post-share {
  border-top: 1px solid #66676b;
  border-bottom: 1px solid #66676b;
  margin: 0px 0;
  padding: 20px 0px 20px 10px;
  list-style: none;
  margin-top: 50px;
}
.single ul.mmc-post-share li {
  display: inline-block;
  margin: 0 3px;
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  list-style: none;
}
.single ul.mmc-post-share li:before {
  content: "";
}
.single ul.mmc-post-share li:nth-child(n+2) {
  width: 50px;
  height: 50px;
  border: 1px solid gray;
  border-radius: 30px;
}
.single ul.mmc-post-share li:nth-child(n+2) a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: block;
}
.single ul.mmc-post-share li:first-child {
  position: relative;
  top: 12px;
}
.single ul.mmc-post-share li:nth-child(2) i {
  left: 16px;
}
.single ul.mmc-post-share li i {
  position: relative;
  top: 15px;
  left: 15px;
}
.single ul.mmc-post-share li i:before {
  font-size: 18px;
  -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
}
.single ul.mmc-post-share li:hover {
  background: #46c1bc;
  border-color: #46c1bc;
}
.single ul.mmc-post-share li:hover i:before {
  color: #fff;
}
.single ul.mmc-post-share li:hover:first-child {
  background: #fff;
}
.single .related-posts {
  padding-bottom: 100px;
}
.single .related-posts .mmc-post.layout-grid h2.mmc-shortcode-title {
  text-align: center;
  padding-bottom: 50px !important;
}
.single .related-posts .mmc-post.layout-grid ul.mmc-item-list {
  max-width: 1480px;
  margin: 0 auto;
}
.single .related-posts .mmc-post.layout-grid ul.mmc-item-list li.item .excerpt {
  display: block;
  visibility: visible;
}
.single .related-posts .mmc-post.layout-grid ul.mmc-item-list li.item .item-content .meta.meta-above,
.single .related-posts .mmc-post.layout-grid ul.mmc-item-list li.item .item-content .meta.meta-below {
  display: none;
  visibility: hidden;
}
.single footer .footer-postlist,
.single footer .tweetrow-bg {
  display: none;
  visibility: hidden;
}
.mmc-content ol,
ol {
  counter-reset: group;
}
.mmc-content ol li,
ol li {
  margin-bottom: 10px;
}
.mmc-content ol li:before,
ol li:before {
  box-shadow: none;
  color: #46c1bc;
  content: counter(group) '.';
  counter-increment: group;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 14px;
}
body {
  counter-reset: section;
}
a.arrow-link {
  margin-left: 5px;
}
a.arrow-link svg {
  width: 25px;
  height: 15px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.mmc-row.vc_custom_1507315184061 ul > li:before {
  color: #ffffff !important;
}
.sli-large-12 .sli-medium-12 .sli-columns {
  padding-left: 0;
}
.sli-large-12 .sli-medium-12 .sli-columns .sli-element {
  margin-top: 0;
}
.mmc-row.first-tab.vc_custom_1507233065963 .sli-form {
  margin-top: 0em !important;
}
@media all and (max-width: 1280px) {
  .general-cta .cta-box.heading#latest {
    padding: 30% 0 0 0 !important;
  }
  .general-cta .cta-box.heading#latest h2 {
    display: block;
    position: relative;
    padding: 10px 15px;
  }
}
@media all and (max-width: 1024px) {
  header .mmc-header-inner .mmc-mobile-search-form {
    display: none;
    visibility: hidden;
  }
  header.mmc-header.header-sticky.sticked .mmc-icon-align-justify:before {
    content: "\f039";
    color: #46c1bc;
  }
  .mmc-nav-push-right .mmc-icon-align-justify:before {
    color: transparent !important;
  }
  .mmc-social-links a:hover {
    background: transparent !important;
  }
  footer input[type="submit"]:hover {
    background-color: #46c1bc;
  }
  footer .widget ul.menu li.menu-item > a:hover {
    color: #ffffff;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li > a {
    padding: 5px 25px;
  }
  .sub-menu-header a:before {
    display: none;
    visibility: hidden;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a:hover {
    color: #3fafaa !important;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li > a {
    text-align: left;
    padding: 10px 15px 10px 40px;
    font-weight: bold;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li:nth-child(even) > a {
    padding: 10px 15px 25px 40px;
  }
  .mmc-header .mmc-nav > ul.mmc-nav-list > li.mmc-do-not-expand-children ul > li#menu-item-29 > a {
    padding: 10px 15px 25px 40px;
  }
  header.mmc-header a.mmc-logo:active {
    background-color: transparent;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li > a:active {
    background-color: transparent;
  }
  .header-row > .mmc-column-wrapper > .mmc-column-size-12 {
    padding: 0 0 !important;
  }
  header.mmc-header .mmc-nav-and-sidebar.touchscreen-nav-open,
  header.mmc-header.header-sticky.sticked .mmc-nav-and-sidebar.touchscreen-nav-open {
    left: 0;
    top: 65px;
  }
  header.mmc-header .mmc-nav-and-sidebar,
  header.mmc-header.header-sticky.sticked .mmc-nav-and-sidebar {
    width: 100%;
    background: #ffffff;
    top: 65px;
    left: 100%;
    -webkit-transition: all 0.2s cubic-bezier(0.265, 0.42, 0.075, 0.985);
    -moz-transition: all 0.2s cubic-bezier(0.265, 0.42, 0.075, 0.985);
    -o-transition: all 0.2s cubic-bezier(0.265, 0.42, 0.075, 0.985);
    transition: all 0.2s cubic-bezier(0.265, 0.42, 0.075, 0.985);
  }
  header.mmc-header .mmc-nav.touchscreen-nav-open,
  header.mmc-header.header-sticky.sticked .mmc-nav.touchscreen-nav-open {
    padding-top: 0;
  }
  header.mmc-header .mmc-nav-trigger.visible-touchscreen.header-extra-button,
  header.mmc-header.header-sticky.sticked .mmc-nav-trigger.visible-touchscreen.header-extra-button {
    color: transparent;
  }
  header.mmc-header .mmc-nav-trigger.visible-touchscreen.header-extra-button.active,
  header.mmc-header.header-sticky.sticked .mmc-nav-trigger.visible-touchscreen.header-extra-button.active {
    color: transparent;
  }
  header.mmc-header .mmc-nav-trigger.visible-touchscreen.header-extra-button.active i.mmc-icon-align-justify:before,
  header.mmc-header.header-sticky.sticked .mmc-nav-trigger.visible-touchscreen.header-extra-button.active i.mmc-icon-align-justify:before {
    background: url(/wp-content/uploads/2017/10/phan_x.svg) no-repeat center center;
    width: 20px;
    height: 35px;
    background-size: cover;
    padding: 10px 20px 0 0;
  }
  .mmc-nav-overlay,
  .mmc-nav-overlay.active,
  .mmc-mobile-search-form {
    background: transparent;
    display: none;
    visibility: hidden;
  }
  body.mmc-nav-push-right {
    left: 0 !important;
  }
  .mmc_extra_menu {
    display: block;
    visibility: visible;
  }
  h1 {
    font-size: 40px !important;
  }
  .mmc-nav .touchscreen-nav-open {
    padding-top: 60px;
  }
  .mmc-header .mmc-mobile-search-form {
    border-bottom: 0px solid !important;
  }
  .mmc-nav {
    background-color: transparent !important;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open,
  .mmc-header .mmc-nav.header-nav-open {
    border-bottom: 0px solid !important;
    padding-top: 30px;
  }
  header.mmc-header {
    height: 65px;
  }
  .mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button {
    padding: 15px 20px 0 0;
    color: #46c1bc;
  }
  .mmc-header .mmc_extra_menu ul.mmc_extra_menu_list li a.header-extra-button:active {
    background-color: #fff !important;
    color: #3fafaa !important;
  }
}
@media all and (max-width: 1024px) {
  header.mmc-header ul.mmc-nav-list {
    max-width: 86%;
    padding-left: 0;
    margin: 0 auto;
    float: none;
  }
  header.mmc-header ul.mmc-nav-list li {
    padding: 20px 10px;
    margin-bottom: 0;
    margin-left: 0;
  }
  header.mmc-header ul.mmc-nav-list li:before,
  header.mmc-header ul.mmc-nav-list li:hover:before {
    content: "";
  }
  header.mmc-header ul.mmc-nav-list li:last-of-type {
    border-bottom-color: transparent;
  }
  header.mmc-header ul.mmc-nav-list li:nth-child(even) {
    background: #f7f7f7;
  }
  header.mmc-header ul.mmc-nav-list li.mmc-nav-open a.mmc-nav-more-btn {
    transform: rotate(180deg);
  }
  header.mmc-header ul.mmc-nav-list li.menu-item-has-children > a {
    position: relative;
  }
  header.mmc-header ul.mmc-nav-list li.menu-item-has-children > a.mmc-nav-more-btn {
    -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
    -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
    -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
    transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
    width: 15px;
    height: 10px;
    right: 0px !important;
    padding: 20px !important;
    top: 18px !important;
    right: 15px !important;
  }
  header.mmc-header ul.mmc-nav-list li.menu-item-has-children > a.mmc-nav-more-btn:before {
    background: url(/wp-content/uploads/2017/10/phan_chevron.svg) no-repeat center center;
    width: 15px;
    height: 10px;
    top: 10px !important;
    left: 10px !important;
    right: 0;
    bottom: 0;
    padding: 10px;
    content: "";
    position: absolute !important;
  }
  header .mmc-header-inner .mmc-nav-and-sidebar .mmc-nav-wrap {
    overflow: auto;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li > a {
    text-align: left;
    font-weight: bold;
  }
  .mmc-header .mmc-nav.touchscreen-nav-open ul.mmc-nav-list > li.menu-item-has-children > a {
    margin-right: 0 !important;
  }
  .general-cta .cta-box {
    min-height: 200px;
    padding: 64% 0 0 0;
  }
  .general-cta .cta-box.heading#info {
    padding: 50% 0 0 0 !important;
  }
  .general-cta .cta-box.heading#latest {
    padding: 30% 0 0% 0 !important;
  }
  .general-cta .cta-box.heading#info h2,
  .general-cta .cta-box.heading#latest h2 {
    display: block;
    position: relative;
    padding: 10px 15px;
  }
  .general-cta .cta-box h2.inital-heading {
    margin: 50px 0 0 0;
  }
  img.wp-image-1021 {
    height: 100%;
    width: 100%;
  }
  ul.mmc-categories-filter {
    margin: 10px 0 60px !important;
    -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
    -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
    -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
    transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  }
  ul.mmc-nav-list li.menu-item {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0px 0 !important;
    -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
    -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
    -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
    transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  }
  ul.mmc-nav-list li.menu-item:first-child {
    padding-top: 40px !important;
  }
  ul.mmc-nav-list li.menu-item .mmc-image-actions {
    display: none;
    visibility: hidden;
  }
  ul.mmc-nav-list li.menu-item i:before {
    color: #46c1bc;
  }
  ul.mmc-nav-list li.menu-item:first-child {
    padding-top: 0px !important;
  }
  ul.mmc-nav-list li.menu-item:nth-child(even) {
    background: #f7f7f7;
  }
  ul.mmc-nav-list li.menu-item a {
    -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
    -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
    -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
    transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985);
  }
  ul.mmc-nav-list li.menu-item.menu-item-has-children ul.sub-menu-header {
    -webkit-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985) !important;
    -moz-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985) !important;
    -o-transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985) !important;
    transition: all 400ms cubic-bezier(0.265, 0.42, 0.075, 0.985) !important;
  }
  ul.mmc-nav-list li.menu-item.menu-item-has-children ul.sub-menu-header li.menu-item:nth-child(even) {
    background: inherit;
  }
  ul.mmc-nav-list li.menu-item .item-content .post-title,
  ul.mmc-nav-list li.menu-item .item-content .excerpt {
    display: none;
    visibility: hidden;
  }
  ul.mmc-nav-list li.menu-item .item-content h4.title {
    font-weight: bold;
  }
  ul.mmc-nav-list li.menu-item .item-content .meta.meta-below {
    display: none;
    visibility: hidden;
  }
  .general-cta .cta-box .cta-box-hover h2,
  .general-cta .cta-box .cta-box-hover p:first-of-type {
    display: none;
    visibility: hidden;
  }
  .general-cta .cta-box .cta-box-hover a {
    display: block;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .general-cta .cta-box:hover h2.inital-heading {
    opacity: 1;
  }
  .general-cta .cta-box:hover a {
    opacity: 0;
    font-size: 0;
  }
}
@media all and (max-width: 768px) {
  .mmc-row.full-width.mmc-outer-row.vc_custom_1508867362645 {
    padding-top: 40px !important;
  }
  .vc_empty_space.flex-hero-spc {
    height: 10px !important;
  }
  h1 {
    line-height: 1.1 !important;
  }
  h4 {
    line-height: 1.3 !important;
  }
  .tweetSlideSection {
    display: none;
    visibility: hidden;
  }
  .tweetrow-bg {
    display: none;
    visibility: hidden;
  }
  .hero-h4 {
    max-width: 525px;
  }
  .general-cta .cta-box.heading {
    padding: 23.5% 0 0;
  }
  .mmc-portfolio li.item .mmc-iva-item {
    border-radius: 100%;
    padding-bottom: 30% !important;
  }
  .mmc-portfolio li.item .mmc-iva-item > div {
    border-radius: 100%;
  }
  img.wp-image-678 {
    height: 100%;
    width: 100%;
  }
  .aboutbox .vc_column-inner {
    min-height: fit-content;
    margin: 15px auto;
  }
  .aboutbox2 .vc_column-inner {
    min-height: fit-content;
    margin: 15px auto;
  }
}
@media all and (max-width: 480px) {
  .mmc-feed .item .mmc-iva-item.image {
    padding-bottom: 55.25%;
  }
  .mmc-post.layout-grid ul.mmc-item-list li.item .mmc-iva-item {
    min-height: 200px;
  }
  .sli-large-12 .sli-medium-12 .sli-columns {
    padding: 0 !important;
  }
  .sli-row {
    margin-bottom: 0px !important;
  }
  .sli-selectRecurring,
  .sli-donorPaysFees {
    padding-left: 20px;
  }
  .involvedconference p {
    float: none !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507245903947 {
    margin-bottom: 30px !important;
  }
  .mmc-feed .mmc-categories-filter {
    display: none;
    visibility: hidden;
  }
  .dataTables_paginate.paging_simple {
    margin: 25px auto;
  }
  .dataTables_paginate a:first-child {
    margin-left: 40px;
    margin-right: 55px;
  }
  .dataTables_paginate {
    float: none !important;
  }
  .vc_empty_space.hm-hero-spc {
    height: 35px !important;
  }
  .vc_empty_space.hm-hero-spc9 {
    height: 130px !important;
  }
  .vc_empty_space.sub-hero-spc {
    height: 40px !important;
  }
  .vc_empty_space.abt-spc {
    height: 10px !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507662338251 {
    padding-bottom: 20px !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507663148654 {
    padding-bottom: 40px !important;
  }
  .mmc-column-inner.wpb_wrapper.vc_custom_1461916645969 {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
  .mmc-portfolio li.item {
    margin-bottom: 30px;
  }
  .mmc-column-inner.wpb_wrapper.vc_custom_1461916391523 {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1506538637881 {
    padding-top: 30px !important;
  }
}
@media all and (max-width: 480px) {
  .mmc-row.vc_column-inner .vc_custom_1463384653791 {
    padding-bottom: 30px !important;
  }
  .general-cta .cta-box {
    padding: 28% 0 0 0;
  }
  .general-cta .cta-box.heading#info {
    padding: 0% 0 0 0 !important;
    min-height: 100px;
  }
  .general-cta .cta-box.heading#latest {
    padding: 0% 0 0 0 !important;
    min-height: 100px;
  }
  .mmc-row.footer-postlist.mmc-outer-row.vc_custom_1506610181005 .vc_empty_space {
    height: 0px !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1509119097802 {
    padding: 0 15px !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1509119097802 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1509119097802 .home-tabs-small {
    padding: 0 0 15px 0 !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1509119106204 {
    padding: 0 15px !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1509119106204 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1509119106204 .home-tabs-small {
    padding: 0 0 15px 0 !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1509119117139 {
    padding: 0 15px !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1509119117139 .home-tabs2 {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1509119117139 .mmc-column.wpb_column {
    padding: 0 0 0 0 !important;
  }
  .vc_empty_space.hm-hero-spc24 {
    height: 65px !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507580493706 {
    padding: 0 15px !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507580493706 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507580493706 .home-tabs-small {
    padding: 0 0 15px 0 !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507658171473 {
    padding: 20px 15px 0 15px !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507658171473 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507658171473 .home-tabs-small {
    padding: 0 0 15px 0 !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507580508267 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 40px !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507580508267 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507580508267 .home-tabs2 {
    padding: 0 15px !important;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1506520781629 {
    padding-top: 60px !important;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1506520781629 .mmc-column-padding-15 > .mmc-column-wrapper {
    padding-bottom: 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1506610181005 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media all and (max-width: 480px) {
  .vc_custom_1506350571157 {
    padding-top: 45px;
  }
  .slick-arrow {
    display: none;
    visibility: hidden;
  }
  .mmc-row.tabs.vc_custom_1507322149324 {
    padding: 30px 15px 0 15px !important;
  }
  .mmc-row.tabs.vc_custom_1507322149324 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.first-tab.vc_custom_1507153364019 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .mmc-row.first-tab.vc_custom_1507153364019 .oral-care {
    padding: 0 20px 0 20px!important;
  }
  .mmc-row.first-tab.vc_custom_1507153364019 .vc_custom_1507139875259 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .mmc-row.first-tab.vc_custom_1507153364019 .vc_custom_1507139875259 p {
    margin-bottom: 0px !important;
  }
  .mmc-row.full-width.vc_custom_1507153409245 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507153421939 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507153434178 {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  .mmc-row.tabs.vc_custom_1507322187653 {
    padding: 30px 15px 0 15px !important;
  }
  .mmc-row.tabs.vc_custom_1507322187653 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507164918815 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507164977451 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507165001114 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .mmc-row.tabs.vc_custom_1507322172796 {
    padding: 30px 15px 0 15px !important;
  }
  .mmc-row.tabs.vc_custom_1507322172796 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507156692983 {
    padding-top: 40px !important;
  }
  .mmc-row.first-tab.vc_custom_1507156706837 .improve {
    padding: 0 0 60px 0 !important;
  }
  .mmc-row.first-tab.vc_custom_1507156706837 .improve p {
    margin-bottom: 0px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507156717805 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507160109553 {
    padding-top: 30px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507160097509 {
    padding-bottom: 30px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507160097509 .vc_custom_1507160170638 {
    padding-right: 0px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507160097509 img {
    display: none;
    visibility: hidden;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507160097509 .mmc-button.hero-btn {
    margin-top: 10px;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507156882051 {
    padding-top: 40px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507156882051 .vc_custom_1507161344043 {
    padding-right: 0px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507156775346 {
    padding-bottom: 40px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507156775346 .vc_custom_1507161344043 {
    padding-right: 0px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507156795086 {
    padding-top: 40px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507156804455 .vc_custom_1507565520064 {
    padding-right: 0px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507156804455 .vc_custom_1507565490148 {
    padding-left: 0px !important;
  }
  .mmc-row.tabs.vc_custom_1507322108479 {
    padding: 30px 15px 0 15px !important;
  }
  .mmc-row.tabs.vc_custom_1507322108479 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507153768871 {
    margin-top: 0px !important;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1507329622895 {
    padding-top: 30px !important;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1507164505055 {
    padding-bottom: 10px !important;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1507164505055 .vc_empty_space {
    height: 40px !important;
  }
  .mmc-row.first-tab.vc_custom_1507153518325 p {
    margin-bottom: 50px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507153530805 {
    margin-top: 40px !important;
    padding-bottom: 30px !important;
  }
}
@media all and (max-width: 480px) {
  .mmc-row.tabs.vc_custom_1507322228955 {
    padding: 30px 15px 0 15px !important;
  }
  .mmc-row.tabs.vc_custom_1507322228955 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1464258774019 {
    padding-top: 5px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507225344538 {
    margin-top: 0px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507225357535 {
    margin-top: 20px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507225369552 {
    margin-top: 20px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507225381419 {
    margin-top: 40px !important;
  }
  .mmc-row.tabs.vc_custom_1507322266336 {
    padding: 30px 15px 0 15px !important;
  }
  .mmc-row.tabs.vc_custom_1507322266336 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1464096650351 .ins-pad {
    padding: 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1464080482105 .vid-pad {
    padding: 40px 15px 0px 15px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1463385069456 .ins-pad2 {
    padding: 0 0 10px 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1463385069456 ul {
    padding-left: 0px;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1463385069456 li {
    margin-bottom: 30px;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1463385087090 {
    margin-top: 30px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1463385087090 .ins-pad2 {
    padding: 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1463731427369 img {
    display: none;
    visibility: hidden;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1463731427369 p {
    margin-bottom: 25px;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1463731427369 .ins-pad3 {
    padding: 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1463731427369 .ins-pad4 {
    padding: 0 0 !important;
    margin-top: 50px;
  }
  .mmc-row.tabs.vc_custom_1507322245324 {
    padding: 30px 15px 0 15px !important;
  }
  .mmc-row.tabs.vc_custom_1507322245324 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1507228106352 {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507226264347 {
    margin-top: 0px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507226264347 .mmc-button.inner-btn {
    margin-top: 20px;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507228153705 .mmc-button.inner-btn {
    margin: 20px 0 30px 0;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1507228128338 {
    padding-bottom: 40px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507226317563 {
    margin-top: 0px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507226330253 {
    margin-top: 5px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507226330253 .mmc-button.inner-btn {
    margin-bottom: 35px;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507226330253 ul {
    padding-left: 0px;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507226342911 {
    margin-top: -20px !important;
  }
  .mmc-row.tabs.vc_custom_1507322282624 {
    padding: 30px 15px 0 15px !important;
  }
  .mmc-row.tabs.vc_custom_1507322282624 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507229686594 {
    margin-top: 10px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507229713236 {
    margin-top: 10px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507229700015 {
    margin-top: 20px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507229868773 {
    padding-right: 0 !important;
  }
}
@media all and (max-width: 480px) {
  .mmc-row.tabs.vc_custom_1507322340396 {
    padding: 30px 15px 0 15px !important;
  }
  .mmc-row.tabs.vc_custom_1507322340396 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1507233200641 {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1507233200641 h2 {
    text-align: center;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507233237168 {
    padding-top: 20px !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507233176195 {
    padding-left: 0px !important;
    padding-top: 40px;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507233311281 {
    padding-left: 0px !important;
    padding-top: 20px !important;
  }
  .mmc-row.tabs.vc_custom_1507322323363 {
    padding: 30px 15px 0 15px !important;
  }
  .mmc-row.tabs.vc_custom_1507322323363 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1507234426674 {
    padding-top: 20px !important;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1507234426674 .mmc-button.inner-btn {
    margin-top: 20px;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1507234441891 {
    padding-top: 40px !important;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1507234450876 {
    padding-top: 10px !important;
  }
  .mmc-row.full-width.mmc-outer-row.vc_custom_1507234480034 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .mmc-row.tabs.vc_custom_1507322356015 {
    padding: 30px 15px 0 15px !important;
  }
  .mmc-row.tabs.vc_custom_1507322356015 .home-tabs {
    padding: 0 0 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507236881159 {
    padding: 0 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507237166041 {
    padding-right: 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507237188079 {
    padding-left: 0 !important;
    padding-top: 30px;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507237188079 h2 {
    text-align: center;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507237188079 p {
    text-align: center;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507236896853 img {
    display: none;
    visibility: hidden;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507237197365 {
    padding-left: 0 !important;
    padding-top: 20px;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507237197365 h2 {
    text-align: center;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507237197365 p {
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .mmc-row.mmc-outer-row.vc_custom_1506625722766 {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1506625722766 .layout-list ul li.item {
    padding: 0 0 10px 0 !important;
  }
  .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: 15px;
  }
  .mmc-pagination span {
    width: 30px;
    height: 30px;
    line-height: 25px;
  }
  .mmc-pagination {
    margin: 30px auto 0 !important;
    max-width: 325px !important;
  }
  .mmc-row.news-style.vc_custom_1507320832720 .news-margin {
    padding: 0 0px 0px !important;
  }
  .mmc-row.news-style.vc_custom_1507320832720 .news-margin p {
    padding-right: 20px;
  }
  .mmc-feed.layout-grid.columns-3 .item {
    width: 100%;
  }
  .mmc-row.news-style.vc_custom_1507320832720 {
    padding-top: 30px !important;
  }
  .mmc-row.news-style .vc_custom_1463137117835 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507238175718 {
    padding-top: 0px !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507243355654 .mmc-button.inner-btn {
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  .mmc-row.mmc-outer-row.vc_custom_1507247865288 {
    padding-top: 30px !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507247865288 .mobile-form-spc {
    padding: 30px 10px 0 !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507247865288 .in-page {
    padding: 0 20px 15px !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507247865288 textarea {
    min-height: 100px;
  }
  .mmc-row.staff-list-row.vc_custom_1506700799308 {
    margin-top: 0px !important;
  }
  .mmc-row.staff-list-row.vc_custom_1506700799308 .contact-staff-spc {
    padding: 0 20px !important;
  }
  .mmc-row.staff-list-row.vc_custom_1506700799308 .contact-staff-spc2 {
    padding: 0 0 !important;
  }
  .mmc-row.staff-list-row.vc_custom_1506700799308 .big-staff-spc {
    padding: 0 0 0 !important;
  }
  .mmc-row.staff-list-row .vc_custom_1462440427190 ul {
    margin-bottom: 0 !important;
  }
  .mmc-row.mmc-outer-row.vc_custom_1507247519661 {
    padding-top: 20px !important;
  }
  .staff-list-row ul.contactul li {
    padding: 25px 20px;
  }
  .staff-list-row ul.contactul {
    margin-bottom: 0 !important;
  }
  .mmc-row.mmc-outer-row .vc_custom_1507247604310 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .map-container iframe {
    max-height: 450px;
  }
  .widget ul#menu-footer-menu,
  .widget ul#menu-footer-menu-2 {
    max-width: 120px;
    margin: auto;
    float: left;
    min-width: 130px;
  }
  .single .related-posts {
    padding-bottom: 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507232075024,
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507232083912,
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507232093197 {
    padding-left: 0 !important;
  }
  .mmc-row.full-width.mmc-outer-row .vc_custom_1507231797396 {
    padding: 0 0 30px 0 !important;
  }
}
@media all and (max-width: 480px) {
  .mmc-portfolio li.item:before {
    background: transparent;
    border-color: transparent;
  }
}
