/*
Theme Name: Heerderhof
Theme URI: http://www.51north.nl/
Description: The theme for Heerderhof.
Author: 51North
Version: 1.0

*/

/* @font-face {
  font-family: "bariol_regularregular";
  src: url("fonts/bariol_regular-webfont.eot");
  src: url("fonts/bariol_regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/bariol_regular-webfont.woff") format("woff"),
    url("fonts/bariol_regular-webfont.ttf") format("truetype"),
    url("fonts/bariol_regular-webfont.svg#bariol_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bariol_boldbold";
  src: url("fonts/bariol_bold-webfont.eot");
  src: url("fonts/bariol_bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/bariol_bold-webfont.woff") format("woff"),
    url("fonts/bariol_bold-webfont.ttf") format("truetype"),
    url("fonts/bariol_bold-webfont.svg#bariol_boldbold") format("svg");
  font-weight: normal;
  font-style: normal;
} */

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 500;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*STARTING OFF WITH STYLES FOR ALL SCREENS - MOBILE FIRST!*/

html,
body {
  background: #fafdfe;
  color: #30261c;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  height: 100%;
}

#wrapper {
  max-width: 1024px;
  margin: 0 auto;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
}

/*HEADER AND NAVIGATION*/
#header_holder {
  width: 100%;
}

header {
  position: relative;
}

.top_header {
  height: 133px;
  background-color: #fff;
  position: relative;
}

.top_header a.logo {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -32px;
  display: block;
  text-indent: -999999em;
  overflow: hidden;
  width: 65px;
  height: 50px;
  background: url("images/logo.svg") no-repeat 0 50%;
  background-size: 65px auto;
}

.top_header a.sos {
  display: block;
  position: absolute;
  top: 11px;
  left: 15px;
  width: 30px;
  height: 50px;
  background: url("images/icon-spoed.svg") no-repeat center 12px;
  background-size: 30px auto;
}

.top_header a.permissions {
  display: block;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 11px;
  left: 70px;
  background: url("images/icon-toestemming.svg") no-repeat center 12px;
  background-size: 30px auto;
}

.top_header #hamburger {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f2f9fd;
  cursor: pointer;
}

#hamburger span {
  width: 20px;
  height: 2px;
  background-color: #078fce;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -1px;
}

.mm-opened #hamburger span {
  background-color: #f2f9fd;
}

#hamburger span:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #078fce;
  position: absolute;
  left: 0;
  top: -6px;
}

.mm-opened #hamburger span:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

#hamburger span:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #078fce;
  position: absolute;
  left: 0;
  top: 6px;
}

.mm-opened #hamburger span:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

#mobile_menu:not(.mm-menu) {
  display: none;
}

#searchform {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  text-align: center;
  background-color: #85cbc9;
  height: 52px;
  padding-top: 13px;
}

#searchform div.group {
  width: 254px;
  margin: 0 auto;
}

#searchform #s {
  height: 40px;
  border: none;
  border-radius: 20px 0 0 20px;
  width: 218px;
  padding-left: 20px;
  box-sizing: border-box;
  background-color: #fafdfe;
  color: #30261c;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
  float: left;
}

#searchform #searchsubmit {
  height: 40px;
  border-radius: 50%;
  width: 40px;
  border: none;
  margin-left: -15px;
  background-image: url("images/search-icon.svg");
  background-size: 18px 18px;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  background-position: 11px 11px;
  background-color: #e4032e;
}

nav#main_nav,
#sub_nav_holder {
  display: none;
}

.header-link-text {
  display: none;
}

/* - PAGES - */

/*HOME*/
.slider_holder .slide {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.slider_holder .slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+52,000000+100&0+52,0.4+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 52%,
    rgba(0, 0, 0, 0.4) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 52%,
    rgba(0, 0, 0, 0.4) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 52%,
    rgba(0, 0, 0, 0.4) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}

.slider_holder .slide h2 {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: 5;
}

#home_info_blocks {
  margin-bottom: 22px;
}

#home_info_blocks a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

#home_info_blocks a {
  overflow: hidden;
}

#home_info_blocks a:hover {
  text-decoration: none;
}

#home_info_blocks a img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
}

#home_info_blocks .img_holder {
  overflow: hidden;
}

.block-1-3 {
  float: left;
  display: inline-block;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-1-3 img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 417px;
}

.block-1-3 .title_holder {
  width: 100px;
  margin: -21px auto 0;
  padding: 10px 15px 23px 25px;
  height: 115px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}

.block-1-3 .title_holder::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  bottom: 15px;
  width: 1px;
  background: #e4032e;
}

.block-1-3 .title_holder h2 {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  color: #85cbc9;
}

.block-1-3 .title_holder span {
  color: #008ed0;
  display: block;
  margin-top: -3px;
}

#searchform textarea,
#searchform input {
  outline: none;
}

.news_holder {
}

.news_holder h2 {
  color: #e4032e;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 15px;
}

.news_holder .news_item {
  background-color: #fff;
  border: 10px solid #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.news_holder .news_item h3 {
  font-size: 15px;
  line-height: 1.1em;
  font-weight: 500;
  margin-bottom: 15px;
  color: #30261c;
}

.news_holder .news_item p {
  font-size: 13px;
}

.news_holder .news_item strong {
  color: #85cbc9;
}

.news_holder .news_item .image_holder {
  margin-bottom: 15px;
}

.news_holder .news_item .image_holder img {
  width: 100%;
  display: block;
  height: auto;
}

.all_news_link {
  text-align: center;
  margin: 20px 0;
}

/*SUBPAGE*/
#content {
  width: 100%;
  box-sizing: border-box;
  padding-top: 25px;
}

#content .left {
  margin-bottom: 15px;
}

#content .left h1 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #e4032e;
}

#content .left h1.title {
  margin-bottom: 0;
}

#content .left h1 span {
  font-size: 13px;
}

#content .left h2 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

#content .left h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #30261c;
  padding-top: 10px;
}
#content .left h3:first-of-type {
  padding-top: 0;
}
#content .left span.location {
  display: block;
  font-size: 10px;
  margin-bottom: 21px;
}
#content .left ul {
  color: #30261c;
  padding-left: 0;
  list-style: none;
}
#content .left ul li:before {
  content: "• ";
  color: #85cbc9;
  font-size: 20px;
  padding-right: 5px;
}
#content .left .content {
  font-size: 12px;
}

#content .left .content a.visit_site,
a.all_news {
  font-size: 13px;
  font-weight: 500;
  color: #30261c;
}

a.readmore:hover::after,
a.all_news:hover::after {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  background-color: #85cbc9;
}

#content .left .content img {
  display: block;
  width: 100%;
  height: auto;
}

#content .left .content .ab-booking-form img {
  width: auto;
  margin: 0 auto;
}

#content .left .content .wpcf7 .ajax-loader {
  width: auto;
}

#content .right {
  margin-bottom: 15px;
}

#content .right .info_block {
  background-color: #85cbc9;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
}

#content .right .info_block h2 {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
}

#content .right .info_block span.label {
  display: inline-block;
  width: 70px;
}

#content .right .info_block a {
  color: #fff;
  font-style: italic;
}

#content .right .items_block a.item,
#content .right .options_block a.option {
  float: left;
  display: block;
  width: 50%;
  position: relative;
  height: 125px;
  background-repeat: no-repeat;
}

#content .right .items_block a.item span,
#content .right .options_block a.option span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 25px;
  text-align: center;
  width: 100%;
  color: #004161;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}

#content .right .items_block a.item.afspraak {
  background-image: url("images/icn_agenda.svg");
  background-size: 40px auto;
  background-position: 50% 35px;
  background-color: #eff3f6;
}
#content .right .items_block a.item.recept {
  background-image: url("images/icn_herhaalrecept.svg");
  background-size: 35px auto;
  background-position: 50% 35px;
  background-color: #e5edf1;
}

#content .right .options_block a.option span {
  bottom: 15px;
  font-weight: 300;
  line-height: 1em;
}

#content .right .options_block a.option1 {
  background-image: url("images/icons/icn_1.svg");
  background-size: 34px auto;
  background-position: 50% 35px;
  background-color: #eff3f6;
}
#content .right .options_block a.option2 {
  background-image: url("images/icons/icn_1.svg");
  background-size: 34px auto;
  background-position: 50% 35px;
  background-color: #e5edf1;
}
#content .right .options_block a.option3 {
  background-image: url("images/icons/icn_8.svg");
  background-size: 34px auto;
  background-position: 50% 35px;
  background-color: #e5edf1;
}

#map_holder {
  width: 100%;
  height: 300px;
}

#content .right .info_block ul.newslist,
#content .right .info_block ul.sidebar_menu {
  margin: 0;
  padding: 0 0 0 15px;
}

#content .right .info_block ul li {
  margin-bottom: 4px;
}

#content .right .info_block ul.newslist li a,
#content .right .info_block ul.sidebar_menu li a {
  font-style: inherit;
  font-size: 13px;
}

#content .right .info_block ul.sidebar_menu {
  padding: 0;
}

#content .right .info_block ul.sidebar_menu li {
  list-style: none;
  margin-bottom: 5px;
}

#content .right .info_block ul.sidebar_menu li a {
  font-size: 15px;
  position: relative;
  text-decoration: none !important;
}

#content .right .info_block ul.sidebar_menu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

#content .right .info_block ul.sidebar_menu li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.entry-summary {
  margin-bottom: 30px;
}

#employees {
  margin-bottom: 30px;
}

.employee {
  float: left;
  width: 50%;
  height: 160px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

.medewerker_overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 60;
  padding: 0 20px;
  box-sizing: border-box;
}

.medewerker_info {
  display: none;
  position: relative;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 200px;
}

.medewerker_header {
  position: relative;
  width: 100%;
  height: 230px;
  top: 0;
  left: 0;
}

.medewerker_header .picture {
  width: 100%;
  height: 230px;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  float: left;
}

.medewerker_header .right_section {
  width: 100px;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
}
.medewerker_header .right_section a {
  display: block;
  width: 50%;
  height: 100%;
  line-height: normal;
  position: relative;
  float: left;
}
.medewerker_header .right_section a img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -13px;
  margin-left: -13px;
}
.medewerker_header .right_section a img.desktop {
  display: none;
}
.medewerker_header .right_section a.close {
  /* background: url(images/close_bg.jpg);
  background-size: cover; */
  float: right;
  background-color: #e4032e;
}
.medewerker_header .right_section a.linkedin {
  background-color: #85cbc9;
}

.medewerker_content {
  position: relative;
  padding: 30px 20px;
}

.medewerker_content h1 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 25px;
}
.medewerker_content h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #85cbc9;
}

.medewerker_content p {
  font-size: 15px;
}

.no-touch .employee::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #009edb;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}

.no-touch .employee:hover::after {
  opacity: 0;
}

.employee::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 159px;
  background: url("images/employee_overlay.png") no-repeat 0 0;
}

.employee h2 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 11px;
  line-height: 1em;
}

.employee h2 span {
  display: block;
  font-size: 9px;
}

.all_news_link a:hover {
  text-decoration: none !important;
}

.single_employee .picture {
  background-position: center center;
  background-size: cover;
  height: 300px;
  width: 100%;
  margin-bottom: 30px;
}

.wpcf7-submit {
  color: #fff;
  background-color: #e4032e;
  border: none;
  padding: 5px 15px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

/*FOOTER*/
footer {
  margin-top: 25px;
  position: relative;
}

.social {
  background-color: #fff;
  /*height: 70px; temp resizing of the social spacing, since links are hidden */
  height: 35px;
  text-align: center;
  margin-bottom: 23px;
}

.social a {
  /*display: inline-block; temp hidden */
  display: none;
  margin: 13px 10px 0;
  width: 40px;
  height: 40px;
  border: 2px solid #43609c;
  border-radius: 50%;
}

.social a.facebook {
  background: url("images/facebook.svg") no-repeat 50% 50%;
  background-size: 9px auto;
  border-color: #43609c;
}

.social a.linkedin {
  background: url("images/linkedin.svg") no-repeat 11px 10px;
  border-color: #177eb8;
  background-size: 19px auto;
}

.social a.twitter {
  background: url("images/twitter.svg") no-repeat 50% 50%;
  border-color: #23a9e6;
  background-size: 19px auto;
}

.social a.instagram {
  background: url("images/instagram.svg") no-repeat 50% 50%;
  border-color: #f83955;
  background-size: 19px auto;
}
.footer_blocks {
  color: #30261c;
}
.footer_blocks h4 {
  color: #30261c;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 13px;
  font-weight: 500;
}

.footer_blocks p {
  font-size: 13px;
}

.footer_blocks p a {
  color: #30261c;
}

.footer_blocks .block1,
.footer_blocks .block2 {
  width: 50%;
  float: left;
}

.footer_blocks .block2 a {
  display: block;
}

.footer_blocks .block3 {
  clear: both;
}

.footer_blocks .block3 a {
  display: inline-block;
  margin-right: 20px;
}

.copyright {
  height: 50px;
  padding-top: 15px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  color: #30261c;
}

.copyright img.certificate {
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
}

/*ELEMENTS*/
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  color: #30261c;
}

p {
  margin: 18px 0 18px 0;
}

a {
  color: #85cbc9;
  font-weight: 300;
  text-decoration: none;
}

em {
  font-style: italic;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.link_arrow {
  position: relative;
  padding-right: 30px;
  display: inline-block;
}

.entry-summary a {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.readmore {
  bottom: 0;
  height: 20px;
  position: absolute;
  right: 5px;
  width: 103px;
  display: block;
  color: #30261c;
  font-weight: 500;
}
.readmore:hover {
  text-decoration: none;
}
.link_arrow::after,
.readmore::after,
.entry-summary a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("images/icn_readmore_arrow.svg") no-repeat 50% 50% #e4032e;
  background-size: 6px auto;
}

.radio-606 {
  margin-top: 10px;
  display: block;
}

.wpcf7-list-item.first {
  margin-right: 20px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
  .employee {
    width: 33.33%;
    height: 180px;
  }
  .medewerker_content {
    position: relative;
    padding: 40px 35px;
  }
  .medewerker_header .picture {
    width: calc(100% - 120px);
  }
  .medewerker_header .right_section {
    width: 120px;
    height: 230px;
    background-color: rgba(134, 203, 202, 0.35);
    float: left;
  }
  .medewerker_header .right_section a img.desktop {
    display: block;
  }
  .medewerker_header .right_section a img.mobile {
    display: none;
  }
  .medewerker_header .right_section a {
    display: block;
    width: 100%;
    height: 50%;
    line-height: normal;
    position: relative;
  }
  .medewerker_header .picture {
    width: calc (100% - 120px);
    height: 230px;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    float: left;
  }
  .medewerker_header .right_section a.close {
    background-color: #e4032e;
    /* background: url(images/close_bg.jpg);
    background-size: cover; */
  }
  .medewerker_header .right_section a img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
  }
}

@media only screen and (min-width: 680px) {
  footer {
    padding-bottom: 40px;
  }
  .medewerker_content {
    position: relative;
    padding: 50px;
  }
  .footer_blocks {
    width: 640px;
    margin: 20px auto 0;
  }

  .footer_blocks h4 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 13px;
  }

  .footer_blocks p {
    font-size: 15px;
  }

  .footer_blocks .block1 {
    width: 250px;
  }

  .footer_blocks .block2 {
    width: 260px;
  }

  .footer_blocks .block3 {
    width: 130px;
    clear: none;
    float: left;
  }

  .footer_blocks .block3 p a {
    display: block;
  }

  .copyright {
    height: auto;
    padding: 0;
    display: inline;
    text-align: left;
    background-color: transparent;
    font-size: 14px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .copyright img.certificate {
    display: block;
    margin: 0;
    padding-bottom: 25px;
    margin-left: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .slider_holder .slide {
    height: 280px;
  }

  .slider_holder .slide h2 {
    font-size: 48px;
    bottom: 30px;
    left: 100px;
    line-height: 1.1em;
  }

  #home_info_blocks {
    margin-bottom: 50px;
  }

  .block-1-3 .title_holder {
    width: 200px;
    margin: -80px auto 0;
    padding: 20px 20px 23px 42px;
    height: 100px;
  }

  .block-1-3 .title_holder::after {
    left: 20px;
  }

  .block-1-3 .title_holder h2 {
    font-size: 24px;
    line-height: 1.1em;
  }

  .news_holder .news_item {
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .news_holder .news_item .image_holder {
    float: left;
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 0;
  }

  .news_holder .news_item .text_holder {
    float: left;
    display: inline-block;
    width: 65%;
    padding-top: 20px;
  }

  #content .left h1 {
    font-size: 26px;
    margin-bottom: 50px;
  }

  #content .left h1 span {
    font-size: 20px;
  }

  #content .left h1.title {
    margin-bottom: 0;
  }

  #content .left h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  #content .left span.location {
    font-size: 13px;
    margin-bottom: 21px;
  }

  #content .left .content {
    font-size: 15px;
  }

  #content .left .content a.visit_site,
  a.all_news {
    font-size: 17px;
  }

  .link_arrow {
    padding-right: 40px;
  }

  .link_arrow::after,
  .entry-summary a::after,
  .readmore::after {
    top: -4px;
    width: 30px;
    height: 30px;
    background-size: 9px auto;
  }

  .entry-summary a {
    height: 30px;
    width: 30px;
  }
  .readmore {
    height: 30px;
    width: 115px;
  }
  .readmore {
    bottom: -15px;
  }
  .entry-summary a:hover,
  .readmore:hover {
    text-decoration: none;
  }

  .entry-summary a {
    margin-top: 10px;
  }

  #content .right .info_block {
    padding: 20px 25px 15px;
    font-size: 13px;
    line-height: 1.5em;
  }

  #content .right .info_block h2 {
    font-size: 26px;
    margin-bottom: 22px;
  }

  #content .left {
    float: left;
    display: block;
    width: 55%;
    margin-right: 5%;
  }

  #content .right {
    float: left;
    display: block;
    width: 40%;
  }

  #content .right .items_block a.item,
  #content .right .options_block a.option {
    float: none;
    display: block;
    width: 100%;
    height: 140px;
  }

  #content .right .items_block a.item span,
  #content .right .options_block a.option span {
    bottom: 25px;
    font-size: 15px;
  }

  #content .right .items_block a.item.afspraak {
    background-size: 52px auto;
    background-position: 50% 42px;
  }
  #content .right .items_block a.item.recept {
    background-size: 52px auto;
    background-position: 50% 35px;
  }

  #content .right .options_block a.option {
    margin-bottom: 20px;
  }

  #content .right .options_block a.option1 {
    background-size: 45px auto;
    background-position: 50% 26px;
    background-color: #eff3f6;
  }
  #content .right .options_block a.option2 {
    background-size: 45px auto;
    background-position: 50% 26px;
    background-color: #e5edf1;
  }
  #content .right .options_block a.option3 {
    background-size: 42px auto;
    background-position: 50% 26px;
    background-color: #eff3f6;
  }

  #content .right .info_block ul.sidebar_menu li {
    margin-bottom: 10px;
  }

  #content .right .info_block ul.sidebar_menu li a {
    font-size: 21px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
  }

  #employees {
    margin-bottom: 50px;
  }

  .employee {
    width: 25%;
    height: 200px;
  }

  .employee h2 {
    font-size: 17px;
    margin-bottom: 3px;
  }

  .employee h2 span {
    font-size: 15px;
  }
}

@media only screen and (min-width: 880px) {
  .copyright img.certificate {
    display: block;
    margin: 0 auto;
    padding-bottom: 25px;
    margin-left: auto;
  }
  .readmore {
    bottom: 0;
  }
}

@media only screen and (min-width: 1044px) {
  .container {
    padding: 0 20px;
  }

  .top_header {
    height: 110px;
  }

  .medewerker_header {
    height: 300px;
  }

  .medewerker_header .picture {
    width: 80%;
    height: 300px;
  }
  .medewerker_info {
    margin-top: 240px;
  }
  .medewerker_header .right_section {
    width: 20%;
    height: 300px;
    float: left;
  }

  .top_header a.logo {
    width: 115px;
    height: 90px;
    top: 10px;
    left: 50%;
    margin-left: -57px;
    background-size: 115px auto;
  }

  .top_header a.sos {
    top: 29px;
    left: 20px;
    background-position: 50% 12px;
  }

  .top_header a.sos .header-link-text {
    display: block;
    position: absolute;
    right: -50px;
    top: 18px;
    color: #d83a52;
  }

  .top_header a.permissions {
    top: 29px;
    left: 150px;
    background-position: 50% 12px;
  }

  .top_header a.permissions .header-link-text {
    display: block;
    position: absolute;
    right: -115px;
    top: 18px;
    color: #7ec537;
  }

  .top_header #hamburger {
    display: none;
  }

  #searchform {
    position: absolute;
    top: 40px;
    right: 40px;
    width: auto;
    bottom: inherit;
    background-color: transparent;
    height: auto;
    padding: 0;
    text-align: left;
  }

  #searchform div.group {
    width: 335px;
  }

  #searchform #s {
    height: 40px;
    width: 254px;
  }

  nav#main_nav {
    display: block;
  }

  nav#main_nav ul {
    margin: 0;
    padding: 0;
    border-bottom: 5px solid #e4032e;
  }

  nav#main_nav ul li {
    float: left;
    display: inline-block;
    position: relative;
    width: 14.28571428571429%;
    height: 170px;
  }

  nav#main_nav ul li:nth-child(odd) a {
    background-color: #fafdfe;
  }
  nav#main_nav ul li:nth-child(even) a {
    background-color: rgba(134, 203, 202, 0.05);
  }
  nav#main_nav ul li.active::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 9px;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    background: url("images/indicator.svg") no-repeat 0 0;
    background-size: 18px auto;
  }

  nav#main_nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
  }
  nav#main_nav ul li a:hover {
    background-color: #85cbc9;
  }
  nav#main_nav ul li a:hover span {
    color: #fff;
  }
  nav#main_nav ul li a.praktijkinformatie {
    background-image: url("images/icn_praktijkinfo.svg");
    background-size: 45px auto;
    background-position: 50% 57px;
  }
  nav#main_nav ul li a.praktijkinformatie:hover {
    background-image: url("images/icn_praktijkinfo_white.svg");
    background-size: 45px auto;
    background-position: 50% 57px;
  }
  nav#main_nav ul li a.medewerkers {
    background-image: url("images/icn_medewerkers.svg");
    background-size: 45px auto;
    background-position: 50% 54px;
  }
  nav#main_nav ul li a.medewerkers:hover {
    background-image: url("images/icn_medewerkers_white.svg");
    background-size: 45px auto;
    background-position: 50% 54px;
  }
  nav#main_nav ul li a.afspraak {
    background-image: url("images/icn_agenda.svg");
    background-size: 59px auto;
    background-position: 50% 54px;
  }
  nav#main_nav ul li a.afspraak:hover {
    background-image: url("images/icn_agenda_white.svg");
    background-size: 59px auto;
    background-position: 50% 54px;
  }
  nav#main_nav ul li a.herhaalrecept {
    background-image: url("images/icn_herhaalrecept.svg");
    background-size: 56px auto;
    background-position: 50% 54px;
  }
  nav#main_nav ul li a.herhaalrecept:hover {
    background-image: url("images/icn_herhaalrecept_white.svg");
    background-size: 56px auto;
    background-position: 50% 54px;
  }
  nav#main_nav ul li a.inschrijven {
    background-image: url("images/icn_inschrijven.svg");
    background-size: 51px auto;
    background-position: 50% 54px;
  }
  nav#main_nav ul li a.inschrijven:hover {
    background-image: url("images/icn_inschrijven_white.svg");
    background-size: 51px auto;
    background-position: 50% 54px;
  }
  nav#main_nav ul li a.gezondheid {
    background-image: url("images/icn_gezondheid.svg");
    background-size: 46px auto;
    background-position: 50% 54px;
  }
  nav#main_nav ul li a.gezondheid:hover {
    background-image: url("images/icn_gezondheid_white.svg");
    background-size: 46px auto;
    background-position: 50% 54px;
  }
  nav#main_nav ul li a.econsult {
    background-image: url("images/icn_econsult.svg");
    background-size: 46px auto;
    background-position: 50% 54px;
  }
  nav#main_nav ul li a.econsult:hover {
    background-image: url("images/icn_econsult_white.svg");
    background-size: 46px auto;
    background-position: 50% 54px;
  }

  nav#main_nav ul li a span {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #85cbc9;
    text-transform: uppercase;
    line-height: 1.3em;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
  }

  #sub_nav_holder {
    box-sizing: border-box;
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 285px;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    /* background: url("images/bg_menu.jpg") no-repeat 0 0 #85cbc9; */
    background-color: #85cbc9;
  }

  #subnav {
    width: 100%;
    position: relative;
  }

  .submenu {
    display: inline-block;
    float: left;
    width: 146px;
    box-sizing: border-box;
    padding: 25px 10px 30px 19px;
  }

  .submenu1 {
    margin-right: 575px;
  }

  .submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .submenu ul li {
    margin-bottom: 4px;
  }

  .submenu ul li a {
    color: #fff;
    font-size: 15px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
  }

  .slider_holder .slide {
    height: 360px;
  }
  .block-1-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .block-1-3 .title_holder {
    margin: -80px 0 0 120px;
  }

  .block-1-3:first-of-type {
    padding-left: 0;
  }

  .block-1-3:last-of-type {
    padding-right: 0;
  }

  .news_holder .news_item .image_holder {
    float: left;
    display: inline-block;
    width: 351px;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .news_holder .news_item .text_holder {
    float: left;
    display: inline-block;
    width: 580px;
  }

  .news_holder h2 {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 30px;
  }

  .news_holder .news_item h3 {
    font-size: 26px;
    line-height: 1.1em;
    margin-bottom: 30px;
  }

  .news_holder .news_item p {
    font-size: 15px;
    line-height: 1.7em;
  }

  .all_news_link {
    margin: 30px 0;
  }

  #content {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  #content .left {
    width: 594px;
    margin-right: 40px;
  }

  #content .left .photo {
    width: 100%;
    display: block;
    height: auto;
  }

  #content .right {
    width: 350px;
  }

  .employee {
    height: 255px;
  }
}

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}
.mm-btn,
.mm-menu {
  box-sizing: border-box;
}
.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  display: block;
  padding: 0;
  position: absolute;
}
.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
}
.mm-btn,
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-listview .mm-divider,
.mm-listview > li > a,
.mm-listview > li > span,
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important;
}
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-listview > li.mm-vertical > .mm-next:after,
.mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px;
}
.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}
.mm-arrow:after,
.mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px;
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit;
}
.mm-listview > li > a,
.mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-divider,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-blocking,
html.mm-blocking body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}
.mm-menu.mm-offcanvas.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-menu.mm-autoheight.mm-bottom,
.mm-menu.mm-autoheight.mm-top {
  max-height: 80%;
}
.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-measureheight .mm-panel {
  display: block !important;
}
.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
.mm-menu.mm-columns {
  transition-property: width, max-width, -webkit-transform;
  transition-property: transform, width, max-width;
  transition-property: transform, width, max-width, -webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*="mm-columns-"])
  ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}
html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*="mm-columns-"])
  ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*="mm-columns-"])
  ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}
html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*="mm-columns-"])
  ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}
html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*="mm-columns-"])
  ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}
html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*="mm-columns-"])
  ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}
html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0);
  }
}
.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*="mm-columns-"])
  ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0);
}
.mm-menu.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}
html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0);
  }
}
.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%;
}
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s;
}
.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}
html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-dropdown #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-dropdown .mm-menu {
  z-index: 2;
}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}
.mm-menu.mm-tip:before {
  content: "";
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-tipleft:before {
  left: 22px;
}
.mm-menu.mm-tipright:before {
  right: 22px;
}
.mm-menu.mm-tiptop:before {
  top: -8px;
}
.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}
.mm-iconpanel .mm-panel {
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}
.mm-navbar-bottom,
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar-top-1 {
  top: 0;
}
.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}
.mm-navbar-bottom-1 {
  bottom: 0;
}
.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
.mm-sronly {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
}
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}
.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  transition: background 0.4s ease;
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected
  .mm-listview
  > li
  > a.mm-selected.mm-fullsubopen
  + span,
.mm-menu.mm-parentselected
  .mm-listview
  > li
  > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}
input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px;
}
label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}
label.mm-check:before,
label.mm-toggle:before {
  content: "";
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-check,
a.mm-next + label.mm-toggle {
  right: 60px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span,
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-check,
em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span,
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}
.mm-listview.mm-border-none > li:after,
.mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}
.mm-listview.mm-border-full > li:after,
.mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}
.mm-listview.mm-border-offset > li:after,
.mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}
.mm-menu.mm-effect-menu-zoom {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-slide {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  transition: opacity 0.4s ease;
}
html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}
.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  transition: none 0.4s ease;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
  transition-delay: 50ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
  transition-delay: 0.1s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
  transition-delay: 150ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
  transition-delay: 0.2s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
  transition-delay: 250ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
  transition-delay: 0.3s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
  transition-delay: 350ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
  transition-delay: 0.4s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
  transition-delay: 450ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
  transition-delay: 0.5s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
  transition-delay: 550ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
  transition-delay: 0.6s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
  transition-delay: 650ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
  transition-delay: 0.7s;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
  transition-delay: 750ms;
}
.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
html.mm-opening
  .mm-menu.mm-effect-listitems-slide
  .mm-panel.mm-opened
  .mm-listview
  > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  transition-property: opacity;
  opacity: 0;
}
html.mm-opening
  .mm-menu.mm-effect-listitems-fade
  .mm-panel.mm-opened
  .mm-listview
  > li {
  opacity: 1;
}
.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}
html.mm-opening
  .mm-menu.mm-effect-listitems-drop
  .mm-panel.mm-opened
  .mm-listview
  > li {
  opacity: 1;
  top: 0;
}
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu.mm-fullscreen.mm-bottom,
.mm-menu.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span,
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}
html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}
html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s;
}
html.mm-pagedim #mm-blocker {
  background: inherit;
}
html.mm-pagedim-white #mm-blocker {
  background: #fff;
}
html.mm-pagedim-black #mm-blocker {
  background: #000;
}
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-pageshadow.mm-front:after,
.mm-menu.mm-pageshadow.mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-popup {
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}
html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-popup #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-popup .mm-menu {
  z-index: 2;
}
.mm-menu.mm-bottom,
.mm-menu.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-front #mm-blocker {
  z-index: 1;
}
html.mm-front .mm-menu {
  z-index: 2;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-dark
  .mm-listview
  > li
  > a.mm-fullsubopen:hover
  + span,
.mm-menu.mm-hoverselected.mm-theme-dark
  .mm-listview
  > li
  > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark
  .mm-listview
  > li
  > a.mm-selected.mm-fullsubopen
  + a,
.mm-menu.mm-parentselected.mm-theme-dark
  .mm-listview
  > li
  > a.mm-selected.mm-fullsubopen
  + span,
.mm-menu.mm-parentselected.mm-theme-dark
  .mm-listview
  > li
  > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected.mm-theme-white
  .mm-listview
  > li
  > a.mm-fullsubopen:hover
  + span,
.mm-menu.mm-hoverselected.mm-theme-white
  .mm-listview
  > li
  > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white
  .mm-listview
  > li
  > a.mm-selected.mm-fullsubopen
  + a,
.mm-menu.mm-parentselected.mm-theme-white
  .mm-listview
  > li
  > a.mm-selected.mm-fullsubopen
  + span,
.mm-menu.mm-parentselected.mm-theme-white
  .mm-listview
  > li
  > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-black
  .mm-listview
  > li
  > a.mm-fullsubopen:hover
  + span,
.mm-menu.mm-hoverselected.mm-theme-black
  .mm-listview
  > li
  > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-black
  .mm-listview
  > li
  > a.mm-selected.mm-fullsubopen
  + a,
.mm-menu.mm-parentselected.mm-theme-black
  .mm-listview
  > li
  > a.mm-selected.mm-fullsubopen
  + span,
.mm-menu.mm-parentselected.mm-theme-black
  .mm-listview
  > li
  > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu .mm-tileview.mm-listview > li,
.mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}
.mm-menu .mm-tileview.mm-listview > li:after,
.mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span,
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next,
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

.mm-menu.mm-offcanvas.mm-current {
  background-color: #fff;
  border-left: 3px solid #e4032e;
  display: block;
}

#mobile_menu.mm-menu .mm-navbar a,
#mobile_menu.mm-menu .mm-navbar > * {
  color: #004d9d !important;
  font-weight: 600;
  text-transform: uppercase;
}

#mobile_menu.mm-menu .mm-listview > li .mm-arrow::after,
#mobile_menu.mm-menu .mm-listview > li .mm-next::after {
  border-color: #004d9d !important;
}

#mobile_menu .mm-listview > li > a,
#mobile_menu .mm-listview > li > span {
  color: #004d9d !important;
}

#mobile_menu.mm-menu .mm-btn::after,
#mobile_menu.mm-menu .mm-btn::before {
  border-color: #004d9d !important;
}

/**
 * Owl Carousel v2.1.4
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
