@charset "UTF-8";
/* RESET DEFAULT BROWSER CSS
==================================================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* DEFAULT STYLES (MOBILE)
==================================================================================================== */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.container.elementor-container {
  padding: 0;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* DEVICES LARGER THAN 550px (NON-MOBILE)
==================================================================================================== */
@media (min-width: 550px) {
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  div > .column:first-of-type,
  div > .columns:first-of-type {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* OFFSETS ================================================== */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* DEVICES BETWEEN 550px AND 959px (TABLET SPECIFIC)
==================================================================================================== */
@media (min-width: 768px) {
  .container {
    width: 80%;
    padding: 0;
    max-width: 1500px;
  }
}
/* CLEARING
==================================================================================================== */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin-webfont.eot");
  src: url("../fonts/Roboto-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin-webfont.woff") format("woff"), url("../fonts/Roboto-Thin-webfont.ttf") format("truetype"), url("../fonts/Roboto-Thin-webfont.svg#robotothin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light-webfont.eot");
  src: url("../fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light-webfont.woff") format("woff"), url("../fonts/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular-webfont.eot");
  src: url("../fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium-webfont.eot");
  src: url("../fonts/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/Roboto-Medium-webfont.ttf") format("truetype"), url("../fonts/Roboto-Medium-webfont.svg#robotomedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold-webfont.eot");
  src: url("../fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto_black-webfont.eot");
  src: url("../fonts/roboto_black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto_black-webfont.woff2") format("woff2"), url("../fonts/roboto_black-webfont.woff") format("woff"), url("../fonts/roboto_black-webfont.ttf") format("truetype"), url("../fonts/roboto_black-webfont.svg#robotoblack") format("svg");
  font-weight: 900;
  font-style: normal;
}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  html.with-featherlight {
    overflow: hidden;
  }
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
  }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight link.featherlight-inner,
  .featherlight script.featherlight-inner,
  .featherlight style.featherlight-inner {
    display: none;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    border: 0;
  }
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  @page {
    size: landscape;
  }
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -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);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
}

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .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-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.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 a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.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: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  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;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  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: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  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-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px;
}

.mm-menu {
  background: #f4f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: #112037;
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  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-next:after,
.mm-menu .mm-listview > li .mm-arrow: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-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking {
  overflow: hidden;
}

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: 999999;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  max-height: 80%;
}

.mm-menu.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

/*
	jQuery.mmenu counters addon CSS
*/
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);
}

/*
	jQuery.mmenu dividers addon CSS
*/
.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);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left;
}

.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}

.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;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  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;
}

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -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);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-close:after {
  content: "x";
}

.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: 0px;
}

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}

.mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}

.mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}

.mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}

.mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}

.mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}

.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%;
}

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.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;
  display: none;
  padding: 40px 0;
}

.mm-noresults .mm-noresultsmsg {
  display: block;
}

.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-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);
}

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.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;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -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);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  margin-right: 20px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

label.mm-toggle:before,
label.mm-check: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);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-toggle,
li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}

li.mm-vertical label.mm-toggle {
  top: 5px;
}

li.mm-vertical label.mm-check {
  top: 5px;
}

label.mm-toggle,
label.mm-check {
  right: 20px;
}

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-toggle,
a.mm-next + label.mm-check {
  right: 60px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span,
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + 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-toggle,
em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + 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);
}

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px;
}

/*
	jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-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;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-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);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-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;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-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);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-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);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-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);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-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);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  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);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-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;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-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);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -moz-transition-delay: 550ms;
  -ms-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -moz-transition-delay: 650ms;
  -ms-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -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;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -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);
  opacity: 1;
}

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

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 {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top,
.mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}

/*
	jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker,
html.mm-pagedim-white #mm-blocker,
html.mm-pagedim-black #mm-blocker {
  opacity: 0;
}

html.mm-pagedim.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim-black.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;
}

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-right {
  left: auto;
  right: 0;
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

.mm-menu.mm-front {
  z-index: 1;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-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);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  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-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow: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-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
  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-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

.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-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.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: #333333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  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-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow: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-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white .mm-divider {
  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-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}

.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-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.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: white;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  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-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow: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-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
  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-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

.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-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.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: black;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/*
	jQuery.mmenu tileview extension CSS
*/
.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-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 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 10px;
  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-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-listview > li > .mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", Arial, sans-serif;
  color: #000;
  background: #000;
  background-image: url(../img/eam-background.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: center top;
  line-height: 1.7;
  font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

video#bgvid {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100vh;
  z-index: -100;
  display: none;
}

.page-wrap {
  position: relative;
}

.background-overlay {
  position: fixed;
  width: 100%;
  height: 30vw;
  min-height: 300px;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.article {
  background: rgba(255, 255, 255, 0.93);
  padding: 30px 20px;
  min-height: 400px;
}
.article .row {
  max-width: 1000px;
  margin: 0 auto;
}

.insights-menu {
  margin-bottom: 24px;
}
.insights-menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.insights-menu ul li {
  width: 100%;
  list-style: none;
  line-height: 1;
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 4px;
}
.insights-menu ul li a {
  font-weight: normal;
  font-size: 15px;
}

a.anchor {
  display: block;
  position: relative;
  top: 60px;
  visibility: hidden;
}

/* PAGE ELEMENTS (NON-MOBILE)
================================================ */
@media (min-width: 550px) {
  body {
    background-attachment: fixed;
  }
  a.anchor {
    top: auto;
  }
}
@media (min-width: 1025px) {
  .insights-menu {
    margin-bottom: 0;
  }
  .insights-menu ul {
    justify-content: flex-start;
    margin: 0;
  }
  .insights-menu ul li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    width: auto;
  }
  .insights-menu ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
}
/* PAGE ELEMENTS (TABLET SPECIFIC)
================================================ */
@media (min-width: 550px) and (max-width: 959px) {
  body {
    background-attachment: scroll;
  }
}
/* TYPOGRAPHY
==================================================================================================== */
h1,
h1.elementor-heading-title {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.2;
  margin: 0px 0px 20px 0px;
  color: #00365b;
  font-family: "Droid Serif", Georgia, serif;
}

h2,
h2.elementor-heading-title {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  color: #608061;
  margin: 0px 0px 10px 0px;
  font-family: "Droid Serif", Georgia, serif;
}

h3,
h3.elementor-heading-title {
  font-size: 1.0625em;
  font-weight: 700;
  text-transform: uppercase;
  color: #888;
  margin: 0px 0px 10px 0px;
}

h4,
h4.elementor-heading-title {
  font-size: 1em;
  font-weight: 700;
  color: #888;
  margin: 0px 0px 10px 0px;
}

h6,
h6.elementor-heading-title {
  font-size: 0.75em;
  font-weight: 700;
  color: #4d4d4f;
}

a,
a:visited {
  color: #00365b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

ul {
  margin: 10px 0px 25px 0px;
  padding: 0px;
  list-style-type: disc;
  line-height: 1.6;
}

ul li {
  font-weight: 700;
  font-size: 1.0625em;
  color: #00365b;
  padding: 0px 0px 5px 20px;
}

ul li ul {
  margin: 10px 0px 0px 0px;
}

ol {
  counter-reset: li;
  margin: 10px 0px 25px 0px;
  padding: 0px;
  line-height: 1.6;
}

ol > li {
  position: relative;
  margin: 0 0 2px 20px;
  padding-left: 5px;
  list-style: none;
}

ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 2px;
  left: -20px;
  width: 20px;
  color: #94bb44;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
  font-size: 0.9375em;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote {
  font-size: 1.3125em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  color: #4d4d4f;
  padding: 20px 0px;
  margin: 0px;
  position: relative;
  border-top: 1px solid #ffde00;
  border-bottom: 1px solid #ffde00;
}

blockquote h2 {
  font-size: 0.9375em;
  margin: 0px 0px 6px 0px;
  padding: 0px;
  font-style: normal;
}

blockquote p {
  margin: 0px;
  padding: 0px;
}

hr {
  clear: left;
  margin: 40px 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 8px solid #00365b;
  border-left: 0px;
  width: 100px;
}

sup {
  vertical-align: super;
  font-size: 40%;
}

a.button,
a.sdm_download.green {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  color: #608061;
  border: 2px solid #608061;
  font-size: 0.875em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.sdm_download.green {
  line-height: 1.7;
  background: none;
  color: #608061 !important;
  text-shadow: none;
  box-shadow: none;
}

a.button:hover {
  color: #fff;
}

a.sdm_download.green:hover {
  color: #fff !important;
  border: 2px solid #608061;
  background: none;
  text-shadow: none;
  box-shadow: none;
}

a.button::after,
a.sdm_download.green::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  background: #608061;
  opacity: 0;
  -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a.button:hover::after,
a.sdm_download.green:hover::after {
  opacity: 1;
  height: 600%;
}

a.anchor {
  height: 85px;
  margin-top: -85px;
  display: block;
  position: relative;
}

::selection {
  background: #608061;
  color: #fff;
}

::-moz-selection {
  background: #608061;
  color: #fff;
}

/* TYPOGRAPHY (NON-MOBILE)
================================================ */
@media (min-width: 550px) {
  h1,
  h1.elementor-heading-title {
    font-size: 2.25em;
  }
  h2,
  h2.elementor-heading-title {
    font-size: 1.6875em;
  }
}
/* TYPOGRAPHY (TABLET SPECIFIC)
================================================ */
@media (min-width: 550px) and (max-width: 959px) {
  h1,
  h1.elementor-heading-title {
    font-size: 1.875em;
  }
}
/* HEADER / NAV ELEMENTS
==================================================================================================== */
header {
  padding: 15px 0px;
  position: relative;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.logo {
  float: left;
  width: 120px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

nav.header {
  display: none;
  float: right;
  margin: 18px 0px 0px 0px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

nav.header ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

nav.header ul li {
  display: inline-block;
  padding: 0px 0px 0px 20px;
  position: relative;
  background: none;
}

nav.header ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

nav.header ul li a sup {
  font-size: 50%;
  vertical-align: text-top;
}

nav.header ul.menu > li:hover > a {
  border-bottom: 2px solid #608061;
}

nav.header ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #608061;
}

nav.header ul.menu > li > ul {
  position: absolute;
  top: 29px;
  left: 5px;
  width: 260px;
  padding: 10px 0px;
  background: #608061;
  text-align: left;
  opacity: 0;
  display: none;
  z-index: 99;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

nav.header ul.menu > li:hover > ul {
  opacity: 1;
  display: block;
  visibility: visible;
}

nav.header ul li ul li {
  display: block;
  padding: 0px;
}

nav.header ul li ul li a {
  padding: 7px 15px;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 0px;
  line-height: 1.2;
}

nav.header ul li ul li a:hover {
  border-bottom: 0px;
  background: rgba(0, 0, 0, 0.1);
}

nav.header ul li ul li ul {
  position: relative;
  visibility: visible;
  top: auto;
  left: auto;
  opacity: 1;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  top: 0;
}

nav.header ul li ul li:last-child ul {
  margin-bottom: 0;
}

nav.header ul li ul li ul li {
  border: 0 !important;
}

nav.header ul li ul li ul li a {
  border-bottom: 0px;
}

nav.header ul li ul li ul li a:hover {
  border-bottom: 0px;
}

nav.header ul li.category > a {
  font-size: 0.75em;
  text-transform: uppercase;
  opacity: 0.6;
  padding-bottom: 2px;
  padding-top: 0;
  cursor: default;
}

nav.header ul li.category > a:hover {
  background: none;
  border-bottom: 0;
  border-top: 0;
}

.mobilenav-button {
  float: right;
  display: block;
}

.mobilenav-button a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/mobile-nav.svg) center no-repeat;
  background-size: 40px 40px;
}

.mobilenav-button a:hover {
  text-decoration: none;
}

#mm-blocker {
  background: rgba(0, 54, 91, 0.9);
}

.mm-menu {
  background: #dbdbdb;
  color: #444;
  font-weight: 700;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-transform: none;
}

.mm-menu li {
  background: none;
}

/* HEADER (NON-MOBILE)
================================================ */
@media (min-width: 550px) {
  header {
    padding: 25px 0px;
    position: fixed;
    width: 100%;
    z-index: 99;
  }
  header.overlay {
    padding: 12px 0px;
    background: rgba(0, 54, 91, 0.9);
  }
  header.overlay .logo {
    width: 120px;
  }
  header.overlay nav.header {
    margin-top: 12px;
  }
  .logo {
    width: 195px;
  }
}
/* HEADER (TABLET SPECIFIC)
================================================ */
@media (min-width: 550px) and (max-width: 959px) {
  .logo {
    width: 145px;
  }
  nav.header {
    display: none;
  }
  .mobilenav-button {
    display: block;
    padding-top: 5px;
  }
}
@media (min-width: 1160px) {
  nav.header {
    display: block;
  }
  .mobilenav-button {
    display: none;
    padding-top: 10px;
  }
}
/* CONTENT ELEMENTS
==================================================================================================== */
main {
  display: block;
  padding-top: 0px;
}

#intro {
  background: rgba(0, 54, 91, 0.9) url(../img/icon-overlay.png) bottom right no-repeat;
  background-size: 167px 220px;
  padding: 30px 20px 10px 20px !important;
  color: #fff;
  font-family: "Droid Serif", Georgia, serif;
}

#intro h1 {
  color: #fff;
}

h1.no-intro {
  padding-top: 20px;
}

#map {
  background: rgba(255, 255, 255, 0.93);
}

.team-wrap h2 {
  margin-bottom: 20px;
}

/*h3.team-name {
	position: relative;
	z-index: 1;
}

h3.team-name span {
	background: rgba(255, 255, 255, 0.93);
	padding: 0px 10px 0px 0px;
}

h3.team-name:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 14px;
	left: 0px;
	background: #888;
	z-index: -1;
}*/
.team {
  padding: 0px 0px 20px 0px;
}

.accordion-button {
  position: relative;
  padding: 10px 0px 10px 25px;
  border-bottom: 1px solid #eee;
  margin: 0px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.accordion-button:hover {
  border-bottom: 1px solid #00365b;
}

.accordion-button.active,
.accordion-button.active:hover {
  border-bottom: 1px solid #00365b;
}

.accordion-button .arrow {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 16px;
  height: 16px;
}

.accordion-button img {
  width: 8px;
  height: auto;
  display: block;
  vertical-align: top;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.accordion-button.active img,
.accordion-button.active:hover img {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.accordion-button h3 {
  color: #00365b;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.2;
  text-transform: none;
  margin: 0px;
  padding: 0px;
}

.accordion-button.active h3 {
  color: #00365b;
}

.accordion-button h3 span {
  font-size: 0.75em;
  font-weight: 400;
  text-transform: none;
  padding: 0px 0px 0px 6px;
  color: #888888;
}

.accordion-content {
  padding: 25px;
  background: #dbdbdb;
}

.accordion-content img {
  width: 100%;
  height: auto;
  vertical-align: top;
  margin: 0px 0px 12px 0px;
}

.accordion-content .separator {
  margin: 0px 10px;
  color: #777;
}

.strategy-wrap h3 {
  margin-bottom: 20px;
}

.strategy {
  margin: 0px 0px 40px 0px;
}

.strategy img {
  width: 100%;
  height: auto;
}

ul.downloads {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #dbdbdb;
  margin: 15px 0px;
  position: relative;
  z-index: 5;
}

ul.downloads li {
  border-bottom: 1px solid #dbdbdb;
  margin: 0px;
  padding: 0px;
  background: none;
}

ul.downloads li a {
  display: block;
  padding: 12px 20px 12px 0px;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.3;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

ul.downloads li a:hover {
  background: #dbdbdb;
  padding: 12px 10px;
  text-decoration: none;
}

.news {
  padding: 0px 0px 40px 0px;
}

.news h2 {
  margin: 0px 0px 20px 0px;
}

.file {
  margin: 0px 0px 15px 0px;
}

.file a {
  display: block;
}

.file img,
.file a img {
  width: 100%;
  height: auto;
  vertical-align: top;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.file a:hover img {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}

.charts-wrap {
  padding: 15px 0px 0px 0px;
}

.chart {
  margin-bottom: 40px;
}

.chart-title {
  padding: 0px 0px 10px 0px;
}

.chart-title h2 {
  color: #00365b;
  font-size: 1.375em;
  margin-bottom: 5px;
}

.chart-title h3 {
  text-transform: none;
  font-weight: 400;
  font-style: italic;
  font-size: 1em;
}

.chart-image {
  margin: 0px 0px 18px 0px;
}

.chart-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.chart-content h2 {
  font-size: 1.375em;
  color: #888;
}

.chart-content ul {
  margin-bottom: 0px;
}

.chart-content ul li {
  font-weight: 400;
  font-size: 1.125em;
}

.chart-disclaimer {
  color: #888;
  font-weight: 400;
  font-size: 0.75em;
  padding-top: 15px;
  line-height: 1.5;
}

.featherlight:last-of-type {
  background: rgba(0, 54, 91, 0.9);
}

.featherlight .featherlight-close-icon {
  background: url(../img/icon-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  text-indent: 100%;
  overflow: hidden;
}

.lightbox {
  position: relative;
  display: block;
}

.lightbox .overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.7) url(../img/icon-zoom.svg) center no-repeat;
  background-size: 40px 40px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.lightbox:hover .overlay {
  opacity: 1;
}

#map {
  padding: 0px;
}

#map-canvas {
  width: 100%;
  height: 80vw;
  z-index: 1;
}

.callout {
  border: 1px solid #dbdbdb;
  padding: 20px;
}

.callout p:last-of-type {
  margin: 0px;
}

.container .column img,
.container .columns img {
  max-width: 100%;
  height: auto;
}

.eam-process {
  width: 100%;
}

.eam-process tr td {
  padding: 20px;
  vertical-align: middle;
  position: relative;
}

.eam-process tr td:nth-child(1) {
  text-align: center;
  vertical-align: middle;
  width: 100px;
  padding-left: 0;
  padding-right: 0;
}

.eam-process tr td:nth-child(1) h3 {
  font-weight: 700;
  font-size: 1em;
  font-family: "Droid Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1.3;
}

.eam-process tr td:nth-child(1)::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

.eam-process tr td.step-1 {
  background: #548462;
  color: #fff;
}

.eam-process tr td.step-2 {
  background: #87b394;
  color: #fff;
}

.eam-process tr td.step-2::before {
  border-top: 30px solid #548462;
}

.eam-process tr td.step-3 {
  background: #bbdb9f;
  color: #fff;
}

.eam-process tr td.step-3::before {
  border-top: 30px solid #87b394;
}

.eam-process tr td.step-1 h3,
.eam-process tr td.step-2 h3,
.eam-process tr td.step-3 h3 {
  transform: rotate(-90deg);
  color: #fff;
}

.eam-process tr td.step-4 {
  padding-top: 40px;
}

.eam-process tr td.step-4 h3 {
  color: #888;
}

.eam-process tr td.step-4::before {
  border-top: 30px solid #bbdb9f;
}

.eam-process tr td h3 {
  font-family: "Droid Serif", Georgia, serif;
  text-transform: none;
  font-size: 1.25em;
  color: #608061;
  font-weight: 400;
  line-height: 1.3;
}

.eam-process tr td ul {
  margin-bottom: 0;
}

.eam-process tr td ul li {
  font-weight: 400;
  color: #000;
  font-size: 1em;
}

.eam-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.eam-video iframe,
.eam-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.eam-video--cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border: 0;
  cursor: pointer;
}
.eam-video--cover::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  background-image: url(../img/play-button.png);
  background-size: cover;
  transition: all 0.2s ease-out;
}
.eam-video--cover:hover::after {
  transform: scale(1.06);
}

/* CONTENT (NON-MOBILE)
================================================ */
@media (min-width: 550px) {
  main {
    padding-top: 135px;
  }
  #intro {
    padding: 60px 40px 40px 40px !important;
  }
  #intro p {
    font-size: 1.25em;
  }
  .article {
    padding: 40px;
  }
  .accordion-content img {
    margin: 5px 0px 0px 0px;
  }
  ul.downloads {
    margin: 0;
  }
  .file {
    margin: 0px;
  }
  .charts-wrap {
    padding: 15px 0px 30px 0px;
  }
  .chart {
    margin-bottom: 0px;
  }
  #map-canvas {
    height: 35vw;
  }
  .callout {
    padding: 30px;
  }
  .eam-process tr td:nth-child(1) {
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .eam-process tr td:nth-child(1) h3 {
    margin-top: 10px;
    font-size: 1.25em;
  }
  .eam-process tr td.step-1 h3,
  .eam-process tr td.step-2 h3,
  .eam-process tr td.step-3 h3 {
    transform: rotate(0deg);
  }
  .eam-process tr td:nth-child(1)::before {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
  }
}
/* CONTENT (TABLET SPECIFIC)
================================================ */
@media (min-width: 550px) and (max-width: 959px) {
  main {
    padding-top: 100px;
  }
  #intro {
    padding: 60px 40px 40px 40px !important;
  }
  #map-canvas {
    height: 50vw;
  }
  .charts-wrap .four.columns {
    width: 100%;
    margin-left: 0px;
  }
  .chart {
    margin-bottom: 40px;
  }
}
/* HOMEPAGE ELEMENTS
==================================================================================================== */
@keyframes eam-fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#messages-wrap {
  padding: 50px 0 0 0;
}

#messages {
  background: rgba(0, 54, 91, 0.9);
  padding: 40px;
}

.messages {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}

.messages .message {
  margin: 0 20px;
  width: 100%;
  margin-bottom: 20px;
  opacity: 0;
}

.messages.loaded .message {
  animation: eam-fadeInUp 0.8s normal forwards ease-out;
  animation-delay: 400ms;
}

.messages.loaded .message:nth-child(2) {
  animation-delay: 800ms;
}

.messages.loaded .message:nth-child(3) {
  animation-delay: 1200ms;
}

.messages h1 {
  font-size: 25px;
  font-family: "Droid Serif", Georgia, serif;
  color: #fff;
  line-height: 1.3;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}

.messages h2 {
  color: #fff;
  line-height: 1.3;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}

.messages p {
  color: #fff;
  margin-bottom: 0;
}

.home #intro {
  background: rgba(255, 255, 255, 0.93);
  padding-bottom: 0;
}

.home #intro p {
  font-size: 1em;
  color: #000;
}

.strategies {
  border: 1px solid #dbdbdb;
  padding: 15px;
  margin: 0px 0px 40px 0px;
}

.strategies .seven.columns {
  width: 100%;
}

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

.strategies h2 a {
  color: #608061;
}

.featured-insight h2 a {
  color: #608061;
}

.strategy-list-content {
  padding-top: 10px;
  font-family: "Droid Serif", Georgia, serif;
}

.strategy-list {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
}

.strategy-names {
  margin: 0 10px 20px 10px;
  flex-grow: 1;
  width: 100%;
}

.strategy-names h3 {
  font-size: 1em;
}

.strategy-names ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #dbdbdb;
}

.strategy-names ul li {
  display: block;
  margin: 0px;
  padding: 0px;
  background: none;
}

.strategy-names ul li a {
  display: block;
  padding: 12px 20px 12px 0px;
  font-weight: 700;
  font-size: 0.9375em;
  line-height: 1.3;
  border-bottom: 1px solid #dbdbdb;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.strategy-names ul li a:hover {
  background: #dbdbdb;
  padding: 12px 10px;
  text-decoration: none;
}

.strategy-button {
  float: left;
  margin-top: 10px;
  width: 100%;
}

.strategy-maps {
  position: relative;
  width: 100%;
  display: none;
}

.strategy-maps .map {
  display: none;
}

.strategy-maps .map.active {
  display: block;
}

.strategy-maps .map img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}

/* HOMEPAGE (NON-MOBILE)
==================================================================================================== */
@media (min-width: 550px) {
  #messages-wrap {
    padding-top: 80px;
  }
  .messages {
    flex-wrap: nowrap;
  }
  .messages .message {
    width: auto;
    flex-basis: 0;
    flex-grow: 1;
  }
  .home #intro {
    padding: 40px 40px 0 40px;
  }
  .home #intro .right {
    padding-top: 42px;
  }
  .strategies {
    padding: 20px;
  }
  .strategy-list {
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }
  .strategy-names {
    margin-bottom: 0;
    width: auto;
  }
}
@media (min-width: 1068px) {
  .strategy-maps {
    display: block;
  }
  .strategies .seven.columns {
    width: 56.6666666667%;
  }
}
/* HOMEPAGE (TABLET SPECIFIC)
==================================================================================================== */
/* FOOTER ELEMENTS
==================================================================================================== */
#footer {
  background: rgba(255, 255, 255, 0.93);
  padding: 20px;
  color: #bbb;
  border-top: 1px solid #dbdbdb;
}

nav.footer {
  padding-top: 5px;
}

nav.footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

nav.footer ul li {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  padding: 0px 0px 5px 0px;
  background: none;
}

nav.footer ul li a {
  display: block;
  color: #bbb;
  font-weight: 700;
  transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
}

nav.footer ul li a:hover {
  text-decoration: none;
  color: #608061;
}

/* FOOTER (NON-MOBILE)
==================================================================================================== */
@media (min-width: 550px) {
  #footer {
    border-top: none;
    padding: 15px 40px;
  }
  nav.footer {
    text-align: right;
    padding: 0px;
  }
  nav.footer ul li {
    display: inline-block;
    padding: 0px 0px 0px 15px;
  }
}
/* FOOTER (TABLET SPECIFIC)
==================================================================================================== */
/* FORM ELEMENTS
==================================================================================================== */
input[type=text],
textarea,
input[type=file],
input[type=password],
input[type=number],
input[type=email] {
  border: 1px solid #ccc;
  padding: 6px;
  font-size: 1em;
  color: #555;
  width: 280px;
  font-family: Arial, sans-serif;
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.ie9 input[type=text] {
  line-height: normal;
}

input[type=text]:focus,
textarea:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus {
  border: 1px solid #0088c4;
}

textarea {
  width: 100%;
  height: 10em;
}

input[type=submit],
input[type=button] {
  background: #f9a118;
  color: #fff;
  padding: 6px 15px;
  border: 0px;
  font-size: 1em;
  font-family: Arial, sans-serif;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.nf-form-fields-required {
  display: none;
}

.nf-form-content input[type=button] {
  background: #f9a118;
  color: #fff;
  padding: 6px 15px;
  border: 0px;
  font-size: 1em;
  cursor: pointer;
  font-family: Arial, sans-serif;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

body.eam-modal-open {
  position: relative;
  overflow: hidden !important;
}

.eam-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.eam-modal.open {
  visibility: visible;
  opacity: 1;
}
.eam-modal.subscribe .eam-modal--content {
  max-width: 600px;
}
.eam-modal.subscribe .eam-modal--content .nf-form-content .html-container p {
  margin-bottom: 0;
}
.eam-modal--content {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  max-width: 1000px;
  margin-top: 20px;
  max-height: calc(100vh - 20px);
  overflow-y: scroll;
}
.eam-modal--download {
  display: none;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  max-width: 1000px;
  margin-top: 20px;
  max-height: calc(100vh - 20px);
  overflow: hidden;
}
.eam-modal--overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 54, 91, 0.9);
}
.eam-modal--close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  cursor: pointer;
  background: url(../img/icon-close.svg) no-repeat center;
  background-size: 16px 16px;
}
.eam-modal--buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.eam-modal--buttons a {
  display: inline-block;
  background: #eee;
  color: #777;
  font-size: 0.875em;
  font-weight: 700;
  padding: 12px 24px;
  margin: 0 4px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.eam-modal--buttons a:hover {
  background: #ddd;
  text-decoration: none;
}
.eam-modal--buttons a.continue {
  background: #608061;
  color: #fff;
}

.eam-post-carousel {
  margin-bottom: 50px;
  padding-top: 10px;
}
.eam-post-carousel .swiper-container {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
  box-sizing: border-box;
}
.eam-post-carousel .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.eam-post-carousel .swiper-slide {
  padding: 0;
  box-sizing: border-box;
  background: blue;
  height: auto;
  display: flex;
}
.eam-post-carousel .swiper-slide a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  transition: all 0.2s ease-out;
}
.eam-post-carousel .swiper-slide a:hover {
  background: #00365b;
  text-decoration: none;
}
.eam-post-carousel .swiper-slide a:hover h3,
.eam-post-carousel .swiper-slide a:hover h4 {
  color: #fff;
}
.eam-post-carousel .swiper-slide a:hover .swiper-slide--image {
  background: #888888;
}
.eam-post-carousel .swiper-slide a:hover img {
  transform: scale(1.05);
}
.eam-post-carousel .swiper-slide--image {
  width: 100%;
  background: #dbdbdb;
  height: calc((100vw - 40px) * 0.5625);
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.eam-post-carousel .swiper-slide--image img {
  width: 100%;
  height: calc((100vw - 40px) * 0.5625);
  object-fit: cover;
  transition: all 0.2s ease-out;
}
.eam-post-carousel .swiper-slide--text {
  width: 100%;
  padding: 20px 30px;
}
.eam-post-carousel .swiper-slide--text h3 {
  text-transform: none;
  font-weight: normal;
  color: #00365b;
  text-align: center;
  font-size: 24px;
  margin-bottom: 6px;
  line-height: 1.3;
  transition: all 0.2s ease-out;
}
.eam-post-carousel .swiper-slide--text h4 {
  text-align: center;
  margin: 0;
  transition: all 0.2s ease-out;
}
.eam-post-carousel .swiper-slide--text button {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  color: #608061;
  background: none;
  border: 2px solid #608061;
  font-size: 0.875em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.eam-post-carousel .swiper-slide--text button::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  background: #608061;
  opacity: 0;
  -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.eam-post-carousel .swiper-slide--text button:hover {
  color: #fff;
}
.eam-post-carousel .swiper-slide--text button:hover::after {
  opacity: 1;
  height: 600%;
}
.eam-post-carousel .pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.eam-post-carousel .pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #00365b;
  opacity: 0.2;
}
.eam-post-carousel .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.eam-post-carousel .swiper-button-next,
.eam-post-carousel .swiper-button-prev {
  width: 34px;
  height: 34px;
  top: calc(50% - 20px);
  background: #00365b;
  border-radius: 50%;
  opacity: 1;
}
.eam-post-carousel .swiper-button-next::after,
.eam-post-carousel .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
}
.eam-post-carousel .swiper-button-next.swiper-button-disabled,
.eam-post-carousel .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
}
.eam-post-carousel .swiper-button-next {
  right: 4px;
}
.eam-post-carousel .swiper-button-prev {
  left: 4px;
}

@media (min-width: 768px) {
  .eam-post-carousel .swiper-slide--image {
    height: calc((80vw - 110px) / 2 * 0.5625);
  }
  .eam-post-carousel .swiper-slide--image img {
    height: calc((80vw - 110px) / 2 * 0.5625);
  }
}
@media (min-width: 1200px) {
  .eam-post-carousel .swiper-slide--image {
    height: calc((80vw - 80px - 60px) / 3 * 0.5625);
  }
  .eam-post-carousel .swiper-slide--image img {
    height: calc((80vw - 80px - 60px) / 3 * 0.5625);
  }
}
.eam-post-grid {
  margin-bottom: 50px;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.eam-post-grid.single article {
  width: calc(100% - 20px);
}
.eam-post-grid article {
  padding: 0;
  box-sizing: border-box;
  width: calc(100% - 20px);
  margin: 0 10px 20px 10px;
  display: flex;
}
.eam-post-grid article a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  transition: all 0.2s ease-out;
  position: relative;
}
.eam-post-grid article a:hover {
  background: #00365b;
  text-decoration: none;
}
.eam-post-grid article a:hover h3,
.eam-post-grid article a:hover h4 {
  color: #fff;
}
.eam-post-grid article a:hover .swiper-slide--image {
  background: #888888;
}
.eam-post-grid article a:hover img {
  transform: scale(1.05);
}
.eam-post-grid article a:hover .eam-post-grid--hover {
  visibility: visible;
  opacity: 1;
}
.eam-post-grid article a:hover .eam-post-grid--image--text {
  transform: scale(1.05);
  background: rgba(0, 0, 0, 0.3);
}
.eam-post-grid article a:hover .eam-post-grid--tag {
  background: #608061;
}
.eam-post-grid article.hidden {
  display: none;
}
.eam-post-grid article.simple .eam-post-grid--text {
  padding-top: 65px;
  padding-bottom: 40px;
  min-height: calc((100vw - 40px) * 0.5625);
  display: flex;
  align-items: center;
  justify-content: center;
}
.eam-post-grid article.simple .eam-post-grid--text h3 {
  margin-bottom: 15px;
}
.eam-post-grid article.simple .eam-post-grid--text p {
  text-align: center;
  color: #000;
  margin-bottom: 0;
  transition: all 0.2s ease-out;
}
.eam-post-grid article.simple:hover .eam-post-grid--text p {
  color: #fff;
}
.eam-post-grid--tag {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  background: #00365b;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 14px;
  transition: all 0.2s ease-out;
}
.eam-post-grid--image {
  width: 100%;
  background: #dbdbdb;
  height: calc((100vw - 40px) * 0.5625);
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.eam-post-grid--image img {
  width: 100%;
  height: calc((100vw - 40px) * 0.5625);
  object-fit: cover;
  transition: all 0.2s ease-out;
}
.eam-post-grid--image.text-thumb {
  background: #00365b;
}
.eam-post-grid--image--text {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background: #608061;
  transition: all 0.2s ease-out;
}
.eam-post-grid--image--text p,
.eam-post-grid--image--text h3 {
  color: #fff;
  margin: 0;
  line-height: 1.4;
  font-family: "Droid Serif", Georgia, serif;
}
.eam-post-grid--image--text h3 {
  font-size: 24px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 8px;
}
.eam-post-grid--image--text h4 {
  color: #fff;
  margin: 0;
  opacity: 0.5;
  font-size: 15px;
}
.eam-post-grid--text {
  width: 100%;
  padding: 20px 30px;
}
.eam-post-grid--text h3 {
  text-transform: none;
  font-weight: normal;
  color: #00365b;
  text-align: center;
  font-size: 24px;
  margin-bottom: 6px;
  line-height: 1.3;
  transition: all 0.2s ease-out;
}
.eam-post-grid--text h4 {
  text-align: center;
  margin: 0;
  transition: all 0.2s ease-out;
  color: #888888;
  font-size: 15px;
}
.eam-post-grid--text button {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  color: #608061;
  background: none;
  border: 2px solid #608061;
  font-size: 0.875em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.eam-post-grid--text button::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  background: #608061;
  opacity: 0;
  -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.eam-post-grid--text button:hover {
  color: #fff;
}
.eam-post-grid--text button:hover::after {
  opacity: 1;
  height: 600%;
}
.eam-post-grid--date {
  width: 100%;
  text-align: center;
  align-self: flex-end;
  padding-bottom: 10px;
}
.eam-post-grid--hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out;
  background: #00365b;
  padding: 20px;
}
.eam-post-grid--hover p {
  color: #fff;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}
.eam-post-grid .show-all-wrapper {
  width: 100%;
  text-align: center;
}
.eam-post-grid .show-all-wrapper button {
  border: 0;
  background: #dbdbdb;
  padding: 0 18px;
  margin: 0 4px;
  line-height: 36px;
  height: 36px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  color: #000;
  border-radius: 18px;
  font-size: 15px;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.eam-post-grid .show-all-wrapper button:hover {
  background: #00365b;
  color: #fff;
}
.eam-post-grid .show-all-wrapper button:disabled {
  opacity: 0.3;
}
.eam-post-grid .show-all-wrapper button:disabled:hover {
  background: #dbdbdb;
  color: #000;
}
.eam-post-grid--filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.eam-post-grid--filters button {
  border: 0;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border: 1px solid #00365b;
  background: none;
  margin: 0 3px 3px 3px;
  color: #00365b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 12px;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.eam-post-grid--filters button:hover {
  background: #00365b;
  color: #fff;
}
.eam-post-grid--filters button.active {
  background: #00365b;
  color: #fff;
}
.eam-post-grid--loading {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 0;
  left: 10px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 3;
}
.eam-post-grid--loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}

@media (min-width: 550px) {
  .eam-post-grid article.simple .eam-post-grid--text {
    min-height: calc((100vw - 80px) * 0.5);
  }
}
@media (min-width: 768px) {
  .eam-post-grid {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .eam-post-grid article {
    width: calc(50% - 40px);
    margin: 0 20px 40px 20px;
  }
  .eam-post-grid article.simple .eam-post-grid--text {
    min-height: calc((90vw - 120px) / 2 * 0.5);
  }
  .eam-post-grid--image {
    height: calc((80vw - 110px) / 2 * 0.5);
  }
  .eam-post-grid--image img {
    height: calc((80vw - 110px) / 2 * 0.5);
  }
  .eam-post-grid--loading {
    right: 20px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .eam-post-grid article {
    width: calc(33.33% - 40px);
  }
  .eam-post-grid article.simple .eam-post-grid--text {
    min-height: calc((80vw - 120px) / 3 * 0.5625);
  }
  .eam-post-grid--image {
    height: calc((80vw - 120px) / 3 * 0.5625);
  }
  .eam-post-grid--image img {
    height: calc((80vw - 120px) / 3 * 0.5625);
  }
  .post-sidebar {
    margin-top: 30px;
  }
}
@media (min-width: 1875px) {
  .eam-post-grid article.simple .eam-post-grid--text {
    min-height: 250px;
  }
  .eam-post-grid--image {
    height: 250px;
  }
  .eam-post-grid--image img {
    height: 250px;
  }
}
.elementor > .elementor-section-boxed,
.elementor > .elementor-section-wrap > .elementor-section-boxed {
  background: rgba(255, 255, 255, 0.93);
  padding: 20px 10px;
}
.elementor > .elementor-section-boxed.eam-intro,
.elementor > .elementor-section-wrap > .elementor-section-boxed.eam-intro {
  background: rgba(0, 54, 91, 0.9) url(../img/icon-overlay.png) bottom right no-repeat;
  background-size: 167px 220px;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #fff;
  font-family: "Droid Serif", Georgia, serif;
}
.elementor > .elementor-section-boxed.eam-intro h1,
.elementor > .elementor-section-wrap > .elementor-section-boxed.eam-intro h1 {
  color: #fff;
}
.elementor > .elementor-section-boxed.eam-intro p,
.elementor > .elementor-section-wrap > .elementor-section-boxed.eam-intro p {
  color: #fff;
}
.elementor > .elementor-section-boxed.eam-home-intro,
.elementor > .elementor-section-wrap > .elementor-section-boxed.eam-home-intro {
  margin-top: 50px;
  background: rgba(0, 54, 91, 0.9);
}
.elementor > .elementor-section-boxed.eam-home-intro h2,
.elementor > .elementor-section-wrap > .elementor-section-boxed.eam-home-intro h2 {
  color: #fff;
}
.elementor > .elementor-section-boxed.eam-home-intro p,
.elementor > .elementor-section-wrap > .elementor-section-boxed.eam-home-intro p {
  color: #fff;
}

#content .elementor .elementor-widget-heading {
  margin-bottom: 0;
}
#content .elementor .elementor-widget-menu-anchor {
  margin-bottom: 0;
}
#content .elementor .eam-contact-callout {
  border: 1px solid #dbdbdb;
  padding: 25px;
}

@media (min-width: 550px) {
  .elementor > .elementor-section-boxed,
  .elementor > .elementor-section-wrap > .elementor-section-boxed {
    padding: 30px;
  }
  .elementor > .elementor-section-boxed.eam-intro,
  .elementor > .elementor-section-wrap > .elementor-section-boxed.eam-intro {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .elementor > .elementor-section-boxed.eam-intro p,
  .elementor > .elementor-section-wrap > .elementor-section-boxed.eam-intro p {
    font-size: 1.25em;
  }
  .elementor > .elementor-section-boxed.eam-home-intro,
  .elementor > .elementor-section-wrap > .elementor-section-boxed.eam-home-intro {
    margin-top: 80px;
  }
  .elementor > .elementor-section-boxed.eam-home-intro p,
  .elementor > .elementor-section-wrap > .elementor-section-boxed.eam-home-intro p {
    margin-right: 15px;
  }
  #content .elementor .elementor-widget-menu-anchor {
    height: 85px;
    margin-top: -85px;
    display: block;
    position: relative;
  }
  .elementor-editor-active #content .elementor .elementor-widget-menu-anchor {
    height: auto;
    margin-top: 0;
  }
}
@keyframes eam-fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 40px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes eam-fadeInRight {
  from {
    opacity: 0;
    transform: translate(40px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes eam-fadeInBottom {
  from {
    opacity: 0;
    transform: translate(0, -40px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes eam-fadeInLeft {
  from {
    opacity: 0;
    transform: translate(-40px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#content .fadeInUp {
  animation-name: eam-fadeInUp;
}

#content .fadeInRight {
  animation-name: eam-fadeInRight;
}

#content .fadeInBottom {
  animation-name: eam-fadeInBottom;
}

#content .fadeInLeft {
  animation-name: eam-fadeInLeft;
}