@charset "UTF-8";
/*
Usage:
.article {
    @include clearfix;
}
*/
/*
Usage:
h1 {
    @include font-size(24, 16);
}
*/
/*
Usage:
h1 {
    @include align(center);
}
*/
/*
Usage:
h1 {
    @include text-truncate;
}
*/
/*
Usage:
.button {
    @include float(right);
}
*/
/*
Usage:
.article {
    @include inline-block;
}
*/
/*
Usage:
.is-hidden {
    @include hidden;
}
*/
/*
Usage:
.is-invisible {
    @include invisible;
}
*/
/*
Usage:
.article {
    @include center-block(640px);
}
*/
/* border radius mixins
Usage:
.button {
    @include border-radius(5px);
}
*/
/* Cards mixin */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #659bc3;
  color: #000000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  @media (max-width: 480px) {
    .container {
      padding-left: 16px;
      padding-right: 16px; } }

@media (min-width: 481px) and (max-width: 959px) {
  .container {
    padding-left: 24px;
    padding-right: 24px; } }
  @media (min-width: 960px) {
    .container {
      width: 960px;
      padding-left: 0;
      padding-right: 0; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container-fluid:before, .container-fluid:after {
    content: "";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  display: block; }
  @media (max-width: 480px) {
    .row {
      margin-left: -8px;
      margin-right: -8px; }
      .row:before, .row:after {
        content: "";
        display: table; }
      .row:after {
        clear: both; } }

@media (min-width: 481px) and (max-width: 959px) {
  .row {
    margin-left: -12px;
    margin-right: -12px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; } }
  @media (min-width: 960px) {
    .row {
      margin-left: -12px;
      margin-right: -12px; }
      .row:before, .row:after {
        content: "";
        display: table; }
      .row:after {
        clear: both; } }
  @media (max-width: 959px) {
    .row {
      display: block; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px; }
  @media (max-width: 480px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      padding-left: 8px;
      padding-right: 8px; } }

@media (min-width: 481px) and (max-width: 959px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 12px;
    padding-right: 12px; } }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 481px) and (max-width: 959px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

/* Utitlity classes */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.align-start {
  text-align: left; }

.align-center {
  text-align: center; }

.align-end {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.is-hidden {
  display: none; }

.is-invisible {
  visibility: hidden; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.visible-xs {
  display: none; }
  @media (max-width: 479px) {
    .visible-xs {
      display: block !important; } }

.visible-sm {
  display: none; }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm {
    display: block !important; } }

.visible-md {
  display: none; }

@media (min-width: 768px) and (max-width: 959px) {
  .visible-md {
    display: block !important; } }

.visible-lg {
  display: none; }
  @media (min-width: 960px) {
    .visible-lg {
      display: block !important; } }

.hidden-xs {
  display: block; }
  @media (max-width: 479px) {
    .hidden-xs {
      display: none !important; } }

.hidden-sm {
  display: block; }

@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }

.hidden-md {
  display: block; }

@media (min-width: 768px) and (max-width: 959px) {
  .hidden-md {
    display: none !important; } }

.hidden-lg {
  display: block; }
  @media (min-width: 960px) {
    .hidden-lg {
      display: none !important; } }

.gutterless {
  padding: 0; }
  @media (max-width: 479px) {
    .gutterless--xs {
      padding: 0; } }
  @media (max-width: 767px) {
    .gutterless--sm {
      padding: 0; } }
  @media (max-width: 959px) {
    .gutterless--md {
      padding: 0; } }

.hidden {
  display: none; }

.top-gutter {
  margin-top: 30px; }

.text-uppercase {
  text-transform: uppercase; }

.hiddenLabel {
  position: absolute;
  top: -9999px;
  left: -9999px; }
  @media (max-width: 479px) {
    .hiddenLabel--xs {
      position: absolute;
      top: -9999px;
      left: -9999px; } }

@media (min-width: 480px) and (max-width: 767px) {
  .hiddenLabel--sm {
    position: absolute;
    top: -9999px;
    left: -9999px; } }

@media (min-width: 768px) and (max-width: 959px) {
  .hiddenLabel--md {
    position: absolute;
    top: -9999px;
    left: -9999px; } }
  @media (min-width: 960px) {
    .hiddenLabel--lg {
      position: absolute;
      top: -9999px;
      left: -9999px; } }

.bg--red {
  background-color: #fe4b45; }
  .bg--red,
  .bg--red h1, .bg--red h2, .bg--red h3, .bg--red h4, .bg--red p {
    color: #ffffff; }

.bg--blue {
  background-color: #2b5c7d; }
  .bg--blue,
  .bg--blue h1, .bg--blue h2, .bg--blue h3, .bg--blue h4, .bg--blue p {
    color: #ffffff; }

.bg--gray-dark {
  background-color: #3f4359; }
  .bg--gray-dark,
  .bg--gray-dark h1, .bg--gray-dark h2, .bg--gray-dark h3, .bg--gray-dark h4, .bg--gray-dark p {
    color: #ffffff; }

.bg--gray {
  background-color: #6f7283; }
  .bg--gray,
  .bg--gray h1, .bg--gray h2, .bg--gray h3, .bg--gray h4, .bg--gray p {
    color: #ffffff; }

.spacing-pt-10 {
  padding-top: 10px; }

.spacing-pt-20 {
  padding-top: 20px; }

.spacing-pt-30 {
  padding-top: 30px; }

.spacing-pt-40 {
  padding-top: 40px; }

.spacing-pt-50 {
  padding-top: 50px; }

.spacing-pt-60 {
  padding-top: 60px; }

.spacing-pb-10 {
  padding-bottom: 10px !important; }

.spacing-pb-20,
.padding-bottom-20 {
  padding-bottom: 20px !important; }

.spacing-pb-30 {
  padding-bottom: 30px !important; }

.spacing-pb-40 {
  padding-bottom: 40px !important; }

.spacing-pb-50 {
  padding-bottom: 50px !important; }

.spacing-pb-60 {
  padding-bottom: 60px !important; }

.spacing-mt-10 {
  margin-top: 10px; }

.spacing-mt-20 {
  margin-top: 20px; }

.spacing-mt-30 {
  margin-top: 30px; }

.spacing-mt-40 {
  margin-top: 40px; }

.spacing-mt-50 {
  margin-top: 50px; }

.spacing-mt-60 {
  margin-top: 60px; }

.spacing-mb-10 {
  margin-bottom: 10px !important; }

.spacing-mb-20 {
  margin-bottom: 20px !important; }

.spacing-mb-30 {
  margin-bottom: 30px !important; }

.spacing-mb-40 {
  margin-bottom: 40px !important; }

.spacing-mb-50 {
  margin-bottom: 50px !important; }

.spacing-mb-60 {
  margin-bottom: 60px !important; }

.padding-top-medium {
  padding-top: 16px !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-top.no-padding-bottom + .short-info-section {
  padding-top: 0;
  margin-top: 0 !important; }

.no-padding-top.no-padding-bottom {
  margin-top: 0 !important; }

.color-white {
  color: #ffffff; }

.section .container .section__content ol {
  color: #2b5c7d; }

.text h3, .text h4 {
  margin-bottom: 0;
  padding-bottom: 0; }
  .text h3:first-child, .text h4:first-child {
    margin-top: 0;
    margin-bottom: 0; }

.text ul,
.text ol {
  margin: 0 0 24px 0;
  color: #3f4359; }

.text li {
  padding-bottom: 7px; }

@media (max-width: 959px) {
  .text .skewed-block {
    max-width: 400px;
    margin: 0 auto !important; } }

ul.no-bullets {
  list-style-type: none;
  padding: 0; }

.rotator-container {
  border-left: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  padding: 0 0 4px 9px;
  margin-left: 5px; }

.text hr {
  height: 2px;
  width: 100%;
  max-width: 960px;
  margin: 2rem auto 2rem;
  background: #e1e9f0;
  border: none; }

p + ul,
p + ol {
  font-size: 16px;
  line-height: 160%;
  color: #3f4359; }

.full-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.text-only-section {
  padding: 10px 0; }

.grayscale-images img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.vertical-centering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

html {
  font-size: 14px; }
  @media (min-width: 480px) {
    html {
      font-size: 16px; } }
  @media (min-width: 960px) {
    html {
      font-size: 18px; } }

body {
  line-height: 160%;
  font-family: "Lato", sans-serif;
  font-size: 16px; }

p {
  font-size: 16px;
  line-height: 160%;
  color: #3f4359;
  margin-bottom: 24px; }
  @media (max-width: 959px) {
    p {
      font-size: 16px; } }

a {
  color: #00A2E5;
  text-decoration: none; }
  a:hover, a:focus {
    color: #659bc3;
    text-decoration: none;
    outline: 0; }

img {
  max-width: 100%;
  height: auto; }
  @media (max-width: 959px) {
    img {
      max-width: 500px;
      margin: 0 auto; } }

svg {
  max-width: 100%; }

.section {
  padding-top: 36px;
  padding-bottom: 48px; }
  @media (min-width: 480px) {
    .section {
      padding-top: 36px; } }
  @media (min-width: 960px) {
    .section {
      padding-top: 36px; } }
  @media (max-width: 959px) {
    .section {
      padding-bottom: 24px;
      padding-top: 24px; } }
  @media screen and (max-height: 800px) {
    .section {
      padding-bottom: 36px;
      padding-top: 36px; } }
  .section__header {
    text-align: left;
    text-transform: none;
    margin-bottom: 0; }
    .section__header h2 {
      margin-bottom: 0; }
    .section__header p:last-child {
      margin-bottom: 0; }
  .section__anotation {
    text-align: left; }
    @media (min-width: 481px) {
      .section__anotation {
        text-align: center; } }
  @media (min-width: 481px) {
    .section__footer {
      text-align: center; } }
  .section__content + .section__footer {
    margin-top: 24px; }
    @media (min-width: 481px) {
      .section__content + .section__footer {
        margin-top: 38px; } }
    @media (min-width: 961px) {
      .section__content + .section__footer {
        margin-top: 70px; } }

.section--bg {
  background-color: #f5f7fa; }
  @media screen and (max-height: 800px) {
    .section--bg {
      padding-bottom: 24px;
      padding-top: 24px;
      margin-top: 12px;
      margin-bottom: 12px; } }

.hr {
  height: 1px;
  width: 100%;
  max-width: 960px;
  margin: 0.5rem auto 1.2rem;
  background: #e2e3e6; }
  .hr hr {
    display: none; }

.client__image {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important; }

.wide-column {
  width: 75%; }
  @media (max-width: 959px) {
    .wide-column {
      width: 100%; } }
  .wide-column + div {
    width: 25%; }
    @media (max-width: 959px) {
      .wide-column + div {
        width: 100%; } }

.narrow-column {
  width: 25%; }
  @media (max-width: 959px) {
    .narrow-column {
      width: 100%; } }
  .narrow-column + div {
    width: 75%; }
    @media (max-width: 959px) {
      .narrow-column + div {
        width: 100%; } }

.title-container {
  margin-bottom: 30px; }
  .title-container h3 small {
    font-size: 14px; }

.secondary-image-container {
  display: block;
  position: relative;
  margin-bottom: 60px; }
  @media (max-width: 959px) {
    .secondary-image-container {
      margin: 20px auto 60px !important;
      max-width: 500px; } }
  .secondary-image-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: #2b5c7d;
    -webkit-transform: skewY(-4.2deg);
            transform: skewY(-4.2deg);
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    overflow: hidden;
    position: absolute;
    bottom: -20px; }
  .secondary-image-container.secondary-image-container-cobalt {
    background: #2b5c7d; }
  .secondary-image-container.secondary-image-container-red {
    background: #fe4b45; }
  .secondary-image-container + .sidebar-list {
    margin-bottom: 90px; }

.fullwidth-image img {
  width: 100%;
  max-width: 100%;
  height: auto; }
  @media (max-width: 959px) {
    .fullwidth-image img {
      max-width: 500px;
      margin: 0 auto; } }

@media (max-width: 959px) {
  .fullwidth-image .secondary-image-container {
    max-width: 500px;
    margin: 0 auto; } }

.margin-top-20 {
  margin-top: 20px; }

.only-title {
  padding-bottom: 0; }
  .only-title + section {
    padding-top: 0 !important; }

.font-size-smaller h3 {
  font-size: 20px !important;
  line-height: 32px !important; }

.font-size-smaller p {
  font-size: 0.78rem !important;
  line-height: 1.7rem !important; }

.image-post img {
  width: 100%;
  height: auto; }
  @media (max-width: 959px) {
    .image-post img {
      max-width: 500px;
      margin: 0 auto; } }

.image img {
  width: 100%; }

@media (max-width: 959px) {
  .image {
    max-width: 500px;
    margin: 0 auto; } }

.text-icon-info svg {
  fill: white;
  position: relative;
  top: 5px; }

.text-icon-info:after {
  display: none; }

.atypon-blue {
  background-color: #2b5c7d; }

.atypon-red {
  background-color: #fe4b45; }

.atypon-gray-dark {
  background-color: #3f4359; }

.atypon-gray {
  background-color: #6f7283; }

.atypon-gray-light {
  background-color: #9f9fa5; }

.atypon-gray-lightest {
  background-color: #f4f4f4; }

.atypon-blue-light {
  background-color: #e1e9f0; }

.atypon-blue-lightest {
  background-color: #f5f7fa; }

.atypon-red-light {
  background-color: #fde5e4; }

.atypon-red-lightest {
  background-color: #fef6f6; }

.atypon-green {
  background-color: #33976a; }

.atypon-green-light {
  background-color: #e1f0e9; }

.primary-text-color {
  color: #2b5c7d; }

.secondary-text-color {
  color: #00A2E5; }

.tertiary-text-color {
  color: #fe4b45; }

.dark-bg {
  background: #3f4359; }

.default-content-color {
  color: #3f4359; }

.primary-btn-color {
  color: #2b5c7d; }

.secondary-btn-color {
  color: #00A2E5; }

.primary-border-color {
  color: #2b5c7d; }

.secondary-border-color {
  color: #00A2E5; }

.primary-btn-bg {
  background-color: #2b5c7d; }

.secondary-btn-bg {
  background-color: #00A2E5; }

.disabled-btn-bg {
  background-color: #9f9fa5; }

.site-navigation-caret-color {
  color: #9f9fa5; }

.primary-link-color {
  color: #00A2E5; }

.secondary-link-color {
  color: #659bc3; }

.input-border {
  color: #d9d9de; }

.input-placeholder-color {
  color: #3f4359; }

.alert-success-color {
  color: #33976a; }

.alert-success-background {
  background-color: #e1f0e9; }

.alert-error-color {
  color: #fe4b45; }

.alert-error-background {
  background-color: #fde5e4; }

.alert-info-color {
  color: #2b5c7d; }

.alert-info-background {
  background-color: #e1e9f0; }

.primary-card-bg {
  background-color: #3f4359; }

.secondary-card-bg {
  background-color: #fe4b45; }

.tertiary-card-bg {
  background-color: #2b5c7d; }

.card-border-color {
  color: #f5f7fa; }

.shadow-color {
  color: #d7dee6; }

.hr-color {
  color: #e2e3e6; }

.secondary-section-bg {
  background-color: #f5f7fa; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #2b5c7d; }

h1, .h1 {
  font-size: 36px;
  line-height: 160%;
  margin-bottom: 6px;
  margin-top: 0; }
  @media (max-width: 959px) {
    h1, .h1 {
      font-size: 24px; } }
  @media screen and (max-height: 800px) {
    h1, .h1 {
      font-size: 26px; } }

h2, .h2 {
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 6px;
  margin-top: 0; }
  @media (max-width: 959px) {
    h2, .h2 {
      font-size: 18px; } }
  @media screen and (max-height: 800px) {
    h2, .h2 {
      font-size: 24px; } }

h3, .h3 {
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 6px;
  margin-top: 0; }
  @media (max-width: 959px) {
    h3, .h3 {
      font-size: 16px; } }
  @media screen and (max-height: 800px) {
    h3, .h3 {
      font-size: 24px; } }

h4, .h4 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 6px;
  margin-top: 0; }
  @media (max-width: 959px) {
    h4, .h4 {
      font-size: 14px; } }
  @media screen and (max-height: 800px) {
    h4, .h4 {
      font-size: 18px; } }

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 6px; }
  @media (max-width: 959px) {
    h5, .h5 {
      font-size: 14px; } }
  @media screen and (max-height: 800px) {
    h5, .h5 {
      font-size: 14px; } }

h6, .h6 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 6px; }
  @media (max-width: 959px) {
    h6, .h6 {
      font-size: 12px; } }
  @media screen and (max-height: 800px) {
    h6, .h6 {
      font-size: 12px; } }

@font-face {
  font-family: "atypon";
  src: url("../../assets/icons/atypon.eot?x4hq7v");
  src: url("../../assets/icons/atypon.eot?x4hq7v#iefix") format("embedded-opentype"), url("../../assets/icons/atypon.woff2?x4hq7v") format("woff2"), url("../../assets/icons/atypon.ttf?x4hq7v") format("truetype"), url("../../assets/icons/atypon.woff?x4hq7v") format("woff"), url("../../assets/icons/atypon.svg?x4hq7v#atypon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "atypon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-filled {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #2b5c7d;
  -webkit-transform: rotate(360deg); }

.icon-arrow-filled {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #2b5c7d;
  -webkit-transform: rotate(360deg); }

.icon-atypon-favicon:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-check-circled:before {
  content: ""; }

.icon-close-circled:before {
  content: ""; }

.icon-plus-circled:before {
  content: ""; }

.icon-minus-circled:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-layers:before {
  content: ""; }

.icon-message:before {
  content: ""; }

.icon-document:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-pin:before {
  content: ""; }

.icon-pin-outline:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-social-facebook:before {
  content: ""; }

.icon-social-facebook-fill:before {
  content: ""; }

.icon-social-linkedin:before {
  content: ""; }

.icon-social-linkedin-fill:before {
  content: ""; }

.icon-social-twitter:before {
  content: ""; }

.icon-social-googleplus-fill:before {
  content: ""; }

.icon-material-outline-save:before {
  content: ""; }

.icon-material-outline-cloud-download:before {
  content: ""; }

.icon-material-outline-public:before {
  content: ""; }

.icon-material-outline-language:before {
  content: ""; }

.icon-material-outline-link:before {
  content: ""; }

.icon-material-outline-person:before {
  content: ""; }

.icon-material-outline-people:before {
  content: ""; }

.alert {
  position: relative;
  padding: 8px 48px;
  border-radius: 2px;
  margin: 0 0 32px; }
  .alert-close {
    position: absolute;
    right: 16px;
    top: 16px;
    height: auto;
    line-height: 1em;
    padding: 0;
    background: transparent;
    color: inherit;
    opacity: .2; }
    .alert-close:hover, .alert-close:focus {
      background: transparent;
      color: inherit;
      opacity: 1; }
  .alert:before {
    position: absolute;
    left: 16px;
    top: 16px;
    font-size: 0.83rem; }
  .alert--success {
    color: #33976a;
    background-color: #e1f0e9; }
    .alert--success:before {
      font-family: "atypon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .alert--error {
    color: #fe4b45;
    background-color: #fde5e4; }
    .alert--error:before {
      font-family: "atypon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .alert--info {
    color: #2b5c7d;
    background-color: #e1e9f0; }
    .alert--info:before {
      font-family: "atypon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

button,
[type="submit"],
[type="button"],
.btn {
  background: #2b5c7d;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  height: 32px;
  padding: 0 16px;
  font-size: .8rem;
  border-radius: 16px;
  color: #ffffff;
  border: none; }
  @media (min-width: 481px) {
    button,
    [type="submit"],
    [type="button"],
    .btn {
      height: 40px;
      padding: 0 24px;
      font-size: .89rem;
      border-radius: 24px; } }
  @media (min-width: 961px) {
    button,
    [type="submit"],
    [type="button"],
    .btn {
      height: 40px;
      padding: 0 32px;
      font-size: .89rem;
      border-radius: 24px; } }
  button[disabled], button.disabled, button:disabled,
  [type="submit"][disabled],
  [type="submit"].disabled,
  [type="submit"]:disabled,
  [type="button"][disabled],
  [type="button"].disabled,
  [type="button"]:disabled,
  .btn[disabled],
  .btn.disabled,
  .btn:disabled {
    background: #9f9fa5;
    color: #ffffff; }
    button[disabled]:hover, button[disabled]:focus, button.disabled:hover, button.disabled:focus, button:disabled:hover, button:disabled:focus,
    [type="submit"][disabled]:hover,
    [type="submit"][disabled]:focus,
    [type="submit"].disabled:hover,
    [type="submit"].disabled:focus,
    [type="submit"]:disabled:hover,
    [type="submit"]:disabled:focus,
    [type="button"][disabled]:hover,
    [type="button"][disabled]:focus,
    [type="button"].disabled:hover,
    [type="button"].disabled:focus,
    [type="button"]:disabled:hover,
    [type="button"]:disabled:focus,
    .btn[disabled]:hover,
    .btn[disabled]:focus,
    .btn.disabled:hover,
    .btn.disabled:focus,
    .btn:disabled:hover,
    .btn:disabled:focus {
      background: #9f9fa5;
      color: #ffffff; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus,
  .btn:hover,
  .btn:focus {
    cursor: pointer;
    background: #244e6a;
    color: #ffffff; }
  button ~ button,
  [type="submit"] ~ button,
  [type="button"] ~ button,
  .btn ~ button {
    margin-left: 10px; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn--large {
    height: 48px;
    padding: 0 32px;
    font-size: 1rem;
    border-radius: 24px; }
  .btn--medium {
    height: 40px;
    padding: 0 24px;
    font-size: .89rem;
    border-radius: 24px; }
  .btn--small {
    height: 32px;
    padding: 0 16px;
    border-radius: 16px;
    font-size: 14px;
    letter-spacing: 1px; }
  .btn--secondary {
    background: #00A2E5;
    color: #ffffff; }
    .btn--secondary:hover, .btn--secondary:focus {
      cursor: pointer;
      color: #ffffff;
      background: #0090cc; }
  .btn--danger {
    background: #fe4b45;
    color: #ffffff; }
    .btn--danger:hover, .btn--danger:focus {
      cursor: pointer;
      color: #ffffff;
      background: #fe322c; }
  .btn--simple-primary {
    background: transparent;
    color: #2b5c7d;
    -webkit-box-shadow: 0 0 0 1px #2b5c7d;
            box-shadow: 0 0 0 1px #2b5c7d; }
    .btn--simple-primary:hover, .btn--simple-primary:focus {
      cursor: pointer;
      background: #2b5c7d;
      color: #ffffff; }
  .btn--simple-secondary {
    background: transparent;
    color: #00A2E5;
    -webkit-box-shadow: 0 0 0 1px #00A2E5;
            box-shadow: 0 0 0 1px #00A2E5; }
    .btn--simple-secondary:hover, .btn--simple-secondary:focus {
      cursor: pointer;
      background: #00A2E5;
      color: #ffffff; }
  .btn--full-width {
    width: 100%; }
  .btn--inverse {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    font-weight: bold;
    font-size: .9rem; }
    .btn--inverse:hover, .btn--inverse:focus {
      color: #00A2E5;
      background: #ffffff; }
  .btn--white {
    color: #00A2E5;
    background: #ffffff;
    border: 1px solid #ffffff;
    font-weight: bold; }
    .btn--white:hover, .btn--white:focus {
      color: #ffffff;
      background: transparent; }
  .btn--dropdown {
    border: 1px solid #d9d9de;
    border-radius: 4px;
    color: #2b5c7d;
    background: #ffffff;
    font-size: 14px; }
    .btn--dropdown:hover, .btn--dropdown:focus {
      color: #2b5c7d;
      background: #ffffff; }
  .btn--dropdown {
    position: relative;
    border: 1px solid #d9d9de;
    border-radius: 4px;
    color: #2b5c7d;
    background: #ffffff;
    font-weight: normal;
    min-width: 236px;
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn--dropdown:hover, .btn--dropdown:focus {
      color: #2b5c7d;
      background: #ffffff; }
    .btn--dropdown .icon-caret {
      position: absolute;
      top: 13px;
      right: 16px; }
      @media (min-width: 481px) {
        .btn--dropdown .icon-caret {
          right: 24px; } }
      @media (min-width: 961px) {
        .btn--dropdown .icon-caret {
          right: 32px; } }
  .btn [class^="icon-"], .btn [class*=" icon-"] {
    font-weight: normal;
    font-size: 1rem;
    margin: 0 1ex 0 0; }
    .btn [class^="icon-"].right, .btn [class*=" icon-"].right {
      margin: 0 0 0 1ex; }
  .btn.btn-icon-round {
    padding: 6px;
    width: 36px;
    height: 36px;
    font-size: 14px;
    text-align: center; }
    .btn.btn-icon-round i {
      margin-right: 0 !important;
      margin-left: 2px; }

.skewed-block-standard.skewed-block__charcoal a.btn--white {
  color: #3f4359;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-weight: bold;
  margin-top: 12px; }
  .skewed-block-standard.skewed-block__charcoal a.btn--white:hover, .skewed-block-standard.skewed-block__charcoal a.btn--white:focus {
    color: #3f4359;
    background: transparent; }

.skewed-block-standard.skewed-block__primary a.btn--white {
  color: #2b5c7d;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-weight: bold;
  margin-top: 12px; }
  .skewed-block-standard.skewed-block__primary a.btn--white:hover, .skewed-block-standard.skewed-block__primary a.btn--white:focus {
    color: #2b5c7d;
    background: transparent; }

.skewed-block-standard.skewed-block__secondary a.btn--white {
  color: #2b5c7d;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-weight: bold;
  margin-top: 12px; }
  .skewed-block-standard.skewed-block__secondary a.btn--white:hover, .skewed-block-standard.skewed-block__secondary a.btn--white:focus {
    color: #2b5c7d;
    background: transparent; }

.icon-caret {
  display: inline-block;
  -webkit-transform: scale(0.6);
          transform: scale(0.6); }
  .icon-caret:before {
    content: ""; }

.link {
  display: inline-block;
  font-weight: normal;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  color: #00A2E5; }
  .link [class^="icon-"], .link [class*=" icon-"] {
    font-weight: normal;
    font-size: 1rem;
    margin: 0 1ex 0 0; }
    .link [class^="icon-"].right, .link [class*=" icon-"].right {
      margin: 0 0 0 1ex; }
  .link:hover, .link:focus {
    color: #00A2E5;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -2px 0 0 #00A2E5;
            box-shadow: inset 0 -2px 0 0 #00A2E5; }
  .link--secondary {
    color: #659bc3; }
    .link--secondary:hover, .link--secondary:focus {
      color: #659bc3;
      -webkit-box-shadow: inset 0 -2px 0 0 #659bc3;
              box-shadow: inset 0 -2px 0 0 #659bc3; }

.four-oh-four a,
.text-link {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: .86rem;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #00A2E5; }
  @media (min-width: 480px) {
    .four-oh-four a,
    .text-link {
      font-family: "Merriweather", serif;
      font-size: 1rem;
      text-transform: none; } }
  @media (min-width: 960px) {
    .four-oh-four a,
    .text-link {
      font-family: "Merriweather", serif;
      font-size: .89rem;
      text-transform: none; } }
  .four-oh-four a:after,
  .text-link:after {
    font-family: "atypon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "";
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-left: .75em; }
  .four-oh-four a:hover, .four-oh-four a:focus,
  .text-link:hover,
  .text-link:focus {
    color: #00A2E5;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -2px 0 0 #00A2E5;
            box-shadow: inset 0 -2px 0 0 #00A2E5; }
  .four-oh-four a--primary, .four-oh-four a--primary:link, .four-oh-four a--primary:visited,
  .text-link--primary,
  .text-link--primary:link,
  .text-link--primary:visited {
    color: #00A2E5; }
  .four-oh-four a--primary:hover, .four-oh-four a--primary:focus,
  .text-link--primary:hover,
  .text-link--primary:focus {
    color: #00A2E5;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -2px 0 0 #00A2E5;
            box-shadow: inset 0 -2px 0 0 #00A2E5; }
  .four-oh-four a--secondary, .four-oh-four a--secondary:link, .four-oh-four a--secondary:visited,
  .text-link--secondary,
  .text-link--secondary:link,
  .text-link--secondary:visited {
    color: #659bc3; }
  .four-oh-four a--secondary:hover, .four-oh-four a--secondary:focus,
  .text-link--secondary:hover,
  .text-link--secondary:focus {
    color: #659bc3;
    -webkit-box-shadow: inset 0 -2px 0 0 #659bc3;
            box-shadow: inset 0 -2px 0 0 #659bc3; }
  .four-oh-four a--inverse, .four-oh-four a--inverse:link, .four-oh-four a--inverse:visited,
  .text-link--inverse,
  .text-link--inverse:link,
  .text-link--inverse:visited {
    color: #ffffff; }
  .four-oh-four a--inverse:hover, .four-oh-four a--inverse:focus,
  .text-link--inverse:hover,
  .text-link--inverse:focus {
    color: #ffffff;
    -webkit-box-shadow: inset 0 -2px 0 0 #ffffff;
            box-shadow: inset 0 -2px 0 0 #ffffff; }
  .four-oh-four a--arrow-only, .four-oh-four a--arrow-only:link, .four-oh-four a--arrow-only:visited,
  .text-link--arrow-only,
  .text-link--arrow-only:link,
  .text-link--arrow-only:visited {
    color: #ffffff;
    text-decoration: none;
    border-bottom: none; }
  .four-oh-four a--arrow-only:after,
  .text-link--arrow-only:after {
    margin-left: 0;
    font-size: 36px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 160ms ease-in-out;
    transition: all 160ms ease-in-out; }
  .four-oh-four a--arrow-only:hover, .four-oh-four a--arrow-only:focus,
  .text-link--arrow-only:hover,
  .text-link--arrow-only:focus {
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .four-oh-four a--arrow-only:hover:after, .four-oh-four a--arrow-only:focus:after,
    .text-link--arrow-only:hover:after,
    .text-link--arrow-only:focus:after {
      -webkit-transform: translateX(40px);
              transform: translateX(40px);
      -webkit-transition: all 160ms ease-in-out;
      transition: all 160ms ease-in-out; }

.four-oh-four li a {
  color: #659bc3; }
  .four-oh-four li a:hover, .four-oh-four li a:focus {
    color: #659bc3;
    -webkit-box-shadow: inset 0 -2px 0 0 #659bc3;
            box-shadow: inset 0 -2px 0 0 #659bc3; }

.ul-text-link a {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: .86rem;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #00A2E5; }
  @media (min-width: 480px) {
    .ul-text-link a {
      font-family: "Merriweather", serif;
      font-size: 1rem;
      text-transform: none; } }
  @media (min-width: 960px) {
    .ul-text-link a {
      font-family: "Merriweather", serif;
      font-size: .89rem;
      text-transform: none; } }
  .ul-text-link a:after {
    font-family: "atypon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "";
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-left: .75em; }
  .ul-text-link a:hover, .ul-text-link a:focus {
    color: #00A2E5;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -2px 0 0 #00A2E5;
            box-shadow: inset 0 -2px 0 0 #00A2E5; }

.ul-text-link--primary a {
  color: #00A2E5; }
  .ul-text-link--primary a:hover, .ul-text-link--primary a:focus {
    color: #00A2E5;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -2px 0 0 #00A2E5;
            box-shadow: inset 0 -2px 0 0 #00A2E5; }

.ul-text-link--secondary a {
  color: #659bc3; }
  .ul-text-link--secondary a:hover, .ul-text-link--secondary a:focus {
    color: #659bc3;
    -webkit-box-shadow: inset 0 -2px 0 0 #659bc3;
            box-shadow: inset 0 -2px 0 0 #659bc3; }

.ul-text-link--inverse a {
  color: #ffffff; }
  .ul-text-link--inverse a:hover, .ul-text-link--inverse a:focus {
    color: #ffffff;
    -webkit-box-shadow: inset 0 -2px 0 0 #ffffff;
            box-shadow: inset 0 -2px 0 0 #ffffff; }

.nav-button {
  width: 24px;
  height: 17px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .nav-button span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #659bc3;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .nav-button span:nth-child(1) {
      top: 0; }
    .nav-button span:nth-child(2) {
      top: 8px;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
    .nav-button span:nth-child(3) {
      top: 16px;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  .nav-button--secondary {
    background: #ffffff; }
  .nav-button.open span {
    background: #9f9fa5; }
    .nav-button.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 7px;
      left: 0; }
    .nav-button.open span:nth-child(2) {
      width: 0;
      opacity: 0; }
    .nav-button.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 16px;
      left: 3px; }

.drop-block {
  position: relative;
  display: inline-block; }
  .drop-block + .drop-block {
    margin-left: 0;
    margin-top: 1rem; }
    @media (min-width: 481px) {
      .drop-block + .drop-block {
        margin-left: 24px;
        margin-top: 0; } }
  .drop-block .btn--dropdown {
    padding: 0 12px;
    position: relative; }
    .drop-block .btn--dropdown .right {
      position: absolute;
      right: 18px;
      top: 50%;
      margin-top: -8px; }
  .drop-block.top .drop-block__holder {
    bottom: 60px; }
  .drop-block .js--rotated {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  .drop-block__holder {
    display: none;
    position: absolute;
    left: 0;
    margin: 2px 0 0;
    padding: 8px 0;
    list-style: none;
    min-width: 100%;
    border-radius: 2px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
    z-index: 100; }
    .drop-block__holder a {
      margin: 0;
      padding: 4px 24px;
      font-weight: normal;
      display: block; }
    .drop-block__holder.js--open {
      display: block; }
  .drop-block .rlist,
  .drop-block .rlist li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    cursor: pointer; }

input,
optgroup,
select,
textarea {
  height: 48px;
  padding: 0 22px !important;
  font-size: 0.83rem;
  margin-bottom: 20px;
  line-height: 1rem;
  color: #3f4359;
  border: 1px solid #d9d9de;
  border-radius: 3px;
  outline: none; }

input:not([type="submit"]):hover, input:not([type="submit"]):focus,
optgroup:hover,
optgroup:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #00A2E5; }

textarea {
  padding: 16px 22px;
  min-height: 5rem; }

input,
optgroup,
select {
  max-height: 48px; }

label {
  display: block;
  float: none;
  font-family: "Lato", sans-serif, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3f4359;
  margin-bottom: 6px;
  font-size: 12px !important; }

[type="file"] {
  padding: 10px 22px; }

.checkbox,
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .checkbox input,
  .radio input {
    display: none; }
  .checkbox .label-txt,
  .radio .label-txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none; }
    .checkbox .label-txt:before,
    .radio .label-txt:before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 1em;
      -webkit-box-shadow: inset 0 0 0 1px #d9d9de;
              box-shadow: inset 0 0 0 1px #d9d9de; }
    .checkbox .label-txt:after,
    .radio .label-txt:after {
      display: none;
      position: absolute;
      left: 0;
      width: 16px;
      height: 16px; }

.radio span {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .radio span:before {
    border-radius: 100%; }

.radio input:checked + span:before {
  -webkit-box-shadow: inset 0 0 0 5px #2b5c7d;
          box-shadow: inset 0 0 0 5px #2b5c7d; }

.checkbox {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .checkbox span:before {
    border-radius: 2px; }
  .checkbox input:checked + span:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #2b5c7d; }
  .checkbox input:checked + span:after {
    font-family: "atypon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: 1px;
    top: 1px;
    display: block;
    color: #ffffff; }

.input-group {
  border: none;
  padding: 0;
  margin: 0; }
  .input-group + .input-group {
    margin: 25px 0 0; }

.input-with-icon {
  position: relative; }
  .input-with-icon input {
    border-radius: 24px;
    padding-left: 54px; }
  .input-with-icon input + i {
    position: absolute;
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #00A2E5; }

.single-wordmark {
  background-image: url("../../assets/images/wordmark-a-bg.png");
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 340px;
  margin: 0 40px; }
  @media (max-width: 959px) {
    .single-wordmark {
      display: none; } }

.lightest-wordmark path {
  fill: #f5f7fa; }

.lightest-wordmark svg {
  -webkit-transform: scale(1.3);
          transform: scale(1.3); }

span.literatum-wordmark svg {
  width: 136px;
  height: auto;
  position: relative;
  top: 3px; }

.wordmark {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -18px;
  right: 10px; }
  .wordmark.wordmark--circle {
    border-radius: 50%; }
  .wordmark.wordmark--cobalt {
    background-color: #2b5c7d; }
  .wordmark svg {
    padding: 8px; }
    .wordmark svg path {
      fill: #ffffff; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 5px 4px  !important;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

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

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

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

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

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

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

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 1000; }
  .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    border-radius: 1px;
    outline: none; }
    .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 0;
      background: #2b5c7d;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 1px; }
    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
      background: #00A2E5; }

.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 1000; }
  .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    border-radius: 1px;
    outline: none; }
    .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 0;
      background: #2b5c7d;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 1px; }
    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
      background: #00A2E5; }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden; }

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0); }

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal; }

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block; }

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  /* styling */
  border: none; }

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,
.featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  /* preventing text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* IE9 hack, otherwise navigation doesn't appear */
  background: rgba(0, 0, 0, 0); }

.featherlight-previous {
  left: 25px;
  right: 80%; }

.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25); }

.featherlight-next span,
.featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  /* center horizontally */
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  /* center vertically */
  margin-top: -40px;
  text-shadow: 0 0 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: normal; }

.featherlight-next span {
  right: 5%;
  left: auto; }

.featherlight-next:hover span,
.featherlight-previous:hover span {
  display: inline-block; }

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
  display: none; }

/* Hide navigation while loading */
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
  display: none; }

/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
  display: none; }

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }
  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%; }
  .featherlight-previous {
    left: 10px;
    right: 85%; }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }

.featherlight .featherlight-content {
  overflow: auto !important;
  width: 80% !important; }
  .featherlight .featherlight-content img {
    width: 100% !important;
    height: auto !important; }

.featherlight-close {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 48px;
  left: 0;
  line-height: 48px;
  min-width: 48px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 48px;
  margin: 0;
  outline: none;
  padding: 6px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 48px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 48px;
  opacity: 0;
  padding: 4px;
  position: absolute;
  top: 50%;
  width: 48px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 48px;
  margin: 0;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* Overrides */
.fancybox-caption {
  background: rgba(0, 0, 0, 0.6) !important; }
  .fancybox-caption:after {
    display: none !important; }

.filters-bar .searchandfilter ul {
  margin: 0;
  padding: 0; }
  .filters-bar .searchandfilter ul:before, .filters-bar .searchandfilter ul:after {
    content: "";
    display: table; }
  .filters-bar .searchandfilter ul:after {
    clear: both; }
  .filters-bar .searchandfilter ul li {
    display: block;
    float: left;
    padding: 0;
    margin-right: 20px; }
    .filters-bar .searchandfilter ul li:last-child {
      margin-right: 0; }
    .filters-bar .searchandfilter ul li.sf-field-post_date {
      width: 240px;
      margin-right: 20px; }
      .filters-bar .searchandfilter ul li.sf-field-post_date label:after {
        display: block;
        content: "+";
        position: absolute;
        left: 22px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #00A2E5;
        font-family: "atypon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: "";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .filters-bar .searchandfilter ul li.sf-field-post_date label input {
        padding-left: 54px !important; }
    .filters-bar .searchandfilter ul li.sf-field-search {
      width: calc(100% - 270px); }
      .filters-bar .searchandfilter ul li.sf-field-search label, .filters-bar .searchandfilter ul li.sf-field-search input {
        width: 100%; }
      .filters-bar .searchandfilter ul li.sf-field-search label:after {
        display: block;
        content: "-";
        position: absolute;
        right: 22px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #00A2E5;
        font-family: "atypon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: "";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .filters-bar .searchandfilter ul li.sf-field-search input {
        padding-right: 54px; }
    .filters-bar .searchandfilter ul li.sf-field-sort_order {
      max-width: 240px; }
    .filters-bar .searchandfilter ul li label {
      position: relative; }
    .filters-bar .searchandfilter ul li input {
      margin-bottom: 0;
      border-radius: 4px; }

.ui-datepicker {
  z-index: 10000 !important; }

.ui-datepicker-title select {
  padding: 6px 8px !important;
  height: auto;
  margin: 1px !important; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*
* Style Version 1.1.1
*/
.clear {
  clear: both; }

.wp-megamenu-main-wrapper ul,
.wp-megamenu-main-wrapper ol,
.wp-megamenu-main-wrapper li {
  list-style: none; }

.wp-megamenu-main-wrapper a,
.wp-megamenu-main-wrapper a:hover {
  text-decoration: none; }

.wpmegamenupro-clearfix:before,
.wpmegamenupro-clearfix:after {
  content: "";
  display: table;
  clear: both;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

/*
================
font css for menu
================
*/
.wp-megamenu-main-wrapper {
  font-size: 14px;
  font-weight: 400; }

.wpmm_megamenu .wp-megamenu-main-wrapper ul ul {
  background: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  border: none; }

.wpmm_megamenu .wp-megamenu-main-wrapper ul.wpmm-tab-groups {
  -webkit-transform: none !important;
          transform: none !important; }

.wp-megamenu-main-wrapper,
.wp-megamenu-main-wrapper * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/*
=======
end
=======
*/
/*
===================
css for label-tag
===================
*/
.wp-megamenu-main-wrapper .wpmm-mega-menu-label {
  position: absolute;
  top: -10px;
  background: #d500fb;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  left: 0;
  line-height: 1.6; }

.wp-megamenu-main-wrapper.wpmega-clean-white .wpmm-mega-menu-label {
  background: #ccc;
  color: #000; }

.wp-megamenu-main-wrapper.wpmega-clean-white .wpmm-mega-menu-label:before {
  border-width: 7px 4.5px 0 4.5px;
  border-color: #ccc transparent transparent transparent; }

.wpmega-midnightblue-sky-white.wp-megamenu-main-wrapper .wpmm-sub-menu-wrap li a span.wpmm-mega-menu-label {
  color: #000 !important; }

.wp-megamenu-main-wrapper .wpmm-mega-menu-label:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #d500fb transparent transparent transparent;
  bottom: -6px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

/*
=====
end
=====
*/
.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
  -webkit-box-shadow: none;
          box-shadow: none; }

/*
=================================================
css for nav list-menu for horizontal menu
=================================================
*/
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
  display: inline-block;
  text-align: center;
  border-top: none;
  line-height: 1.5;
  height: auto;
  float: none; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
  padding: 20px 25px 20px 20px;
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 1.6;
  overflow: visible;
  text-transform: capitalize;
  text-align: left; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after {
  content: '\f107';
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 14px; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li > a i.wpmm-mega-menu-icon {
  width: auto; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li > a i.wpmm-mega-menu-icon:before,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper ul.wpmm-mega-wrapper > li > a i.wpmm-mega-menu-icon:before {
  padding-right: 5px; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item a,
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.current-menu-item a {
  font-weight: 400;
  color: #000;
  text-align: left;
  text-transform: none; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizonta ul.wpmm-mega-wrapper > li.current-menu-item a,
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.current-menu-item a {
  color: #000; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmega-black-white ul.wpmm-mega-wrapper > li.current-menu-item a,
.wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmega-black-white ul.wpmm-mega-wrapper > li.current-menu-item a {
  color: #fff; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  display: block; }

/*
==================
end
==================
*/
/*
================
generic css for ul > ul
================
*/
.wp-megamenu-main-wrapper ul {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  opacity: 1;
  padding: 0; }

.wp-megamenu-main-wrapper ul:after {
  display: none; }

.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu,
.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu ul {
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none; }

.wp-megamenu-main-wrapper.wpmm-onhover ul li:hover > ul.wp-mega-sub-menu {
  visibility: visible;
  opacity: 1;
  white-space: normal; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-onclick ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-onclick ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap {
  opacity: 1;
  visibility: visible;
  max-height: 10000px;
  z-index: 999;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  padding: 15px 8px 5px; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-onclick ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap {
  overflow: hidden; }

.wp-megamenu-main-wrapper.wpmm-onclick ul li > ul.wp-mega-sub-menu {
  visibility: visible;
  opacity: 1;
  white-space: normal; }

.wpmm_megamenu .wp-megamenu-main-wrapper ul ul {
  border-bottom: medium none !important;
  display: block !important;
  left: 0;
  margin-left: 0 !important;
  position: static;
  /*z-index: 999;
    visibility: visible;
    opacity: 1;*/
  white-space: normal;
  padding: 0;
  width: 100%; }

.wp-megamenu-main-wrapper ul li .wp1s-widget-wrap ul {
  position: relative; }

.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu:before {
  display: none; }

.wpmm_megamenu .wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu li {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0px;
  list-style: none; }

.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li {
  margin-bottom: 9px; }

.wpmm-sub-menu-wrap .wpcf7-form-control-wrap textarea {
  height: 100px; }

/*
=============
end
=============
*/
/*
=========================================
mega menu style for dropdown variation -"horizontal"
=========================================
*/
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
  position: relative;
  text-align: left;
  background: none; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
  position: static;
  padding: 0; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-fade ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  /*top: 100%;*/
  left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 0 8px;
  max-height: 0;
  /*z-index: 10;    */ }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 15px 8px 5px;
  max-height: 0;
  z-index: 10; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-fade.wpmm-onhover ul.wpmm-mega-wrapper > li:hover .wpmm-sub-menu-wrap {
  opacity: 1 !important;
  visibility: visible !important;
  max-height: 10000px;
  z-index: 999;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  /*padding: 15px 8px 5px;*/
  padding: 15px 0px 2px; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-fade.wpmm-onhover ul.wpmm-mega-wrapper > li:hover .wpmm-sub-menu-wrap ul {
  opacity: 1 !important;
  visibility: visible !important;
  max-height: 10000px;
  z-index: 999;
  height: auto; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li.wpmega-horizontal-left-edge .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li.wpmega-horizontal-center .wpmm-sub-menu-wrap {
  left: 50%;
  right: 0;
  padding: 15px 8px 5px; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li:hover .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li:hover .wpmm-sub-menu-wrap ul {
  opacity: 1;
  visibility: visible;
  max-height: 10000px;
  z-index: 999;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  left: 0%;
  padding: 15px 8px 5px; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li.wpmm-search-type:hover .wpmm-sub-menu-wrap {
  left: auto; }

.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmm-search-type .wpmm-sub-menu-wrap.wpmm-open-fade {
  opacity: 1;
  visibility: visible; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-full-width .wpmm-sub-menu-wrap {
  width: 100%;
  overflow: hidden; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-center .wpmm-sub-menu-wrap {
  width: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-left-edge .wpmm-sub-menu-wrap {
  left: 0;
  width: 80%; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-right-edge .wpmm-sub-menu-wrap {
  right: 0;
  width: 80%;
  left: auto; }

/*
============
end
============
*/
/*
============================================
black and white for horizantol and vertical
============================================
*/
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-vertical {
  background-color: #3d3d3d;
  background: -o-linear-gradient(top, #3d3d3d, #212121);
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #fff;
  font-weight: 400; }

.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #595959;
  top: 0;
  right: 0; }

/*
======
end
======
*/
/*
==============================================
Gold Yellowish With Black for horizantol and vertical
==============================================
*/
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-vertical {
  background: #dace2e;
  -webkit-box-shadow: inset 1px 0px 0 0 white;
  box-shadow: inset 1px 0px 0 0 white; }

.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
  color: #fff;
  font-weight: 400; }

.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  top: 0;
  right: 0; }

.wp-megamenu-main-wrapper.wpmega-gold-yellow-black .wpmm-mega-menu-label {
  position: absolute;
  top: -10px;
  background: red;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  left: 0; }

.wp-megamenu-main-wrapper.wpmega-gold-yellow-black .wpmm-mega-menu-label:before {
  border-color: red transparent transparent transparent; }

/*
======
end
======
*/
/*
================
Hunter Shades & White
================
*/
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-vertical {
  background: #CFA66F;
  -webkit-box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.5); }

.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #fff;
  font-weight: 400; }

.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #d6d6d6;
  top: 0;
  right: 0; }

.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal .wpmm-mega-menu-label {
  background: #000;
  color: #fff; }

.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-vertical .wpmm-mega-menu-label {
  background: black; }

.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal .wpmm-mega-menu-label:before {
  border-color: #000 transparent transparent transparent; }

/*
======
end
======
*/
/*
================
maroon-reddish-black
================
*/
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-vertical {
  background: #a32638;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a32638), to(#f93831));
  background: linear-gradient(to bottom, #a32638 0%, #f93831 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a32638', endColorstr='#f93831',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.5); }

.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #fff;
  font-weight: 400; }

.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0; }

.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal .wpmm-mega-menu-label {
  background: #000;
  color: #fff; }

.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal .wpmm-mega-menu-label:before {
  border-color: #000 transparent transparent transparent; }

/*
======
end
======
*/
/*
================
Light Blue Sky & White
================
*/
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-vertical {
  background: #0AA2EE;
  -webkit-box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.5); }

.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #fff;
  font-weight: 400; }

.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0; }

.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal .wpmm-mega-menu-label {
  background: #f1ee1a;
  color: #000; }

.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal .wpmm-mega-menu-label:before {
  border-color: #f1ee1a transparent transparent transparent; }

/*
======
end
======
*/
/*
================
wpmega-warm-purple-white
================
*/
.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-vertical {
  background: #9768a8;
  -webkit-box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.5); }

.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #fff;
  font-weight: 400; }

.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0; }

.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal .wpmm-mega-menu-label {
  background: #f1ee1a;
  color: #000; }

.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal .wpmm-mega-menu-label:before {
  border-color: #f1ee1a transparent transparent transparent; }

/*
======
end
======
*/
/*
================
sea-green
================
*/
.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-vertical {
  background: #5EC073;
  -webkit-box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.5); }

.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #fff;
  font-weight: 400; }

.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0; }

.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal .wpmm-mega-menu-label {
  background: #f1ee1a;
  color: #000; }

.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal .wpmm-mega-menu-label:before {
  border-color: #f1ee1a transparent transparent transparent; }

/*
================
wpmega-clean-white
================
*/
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-vertical {
  background: #fff;
  border: 1px solid #ccc; }

.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal {
  border: 1px solid #ccc; }

.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #ccc;
  top: 0;
  right: 0; }

.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
  top: 102%; }

.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmm-menu-align-right a:before {
  display: none; }

/*
=======
end
=======
*/
/*
=======
black and silver
=======
*/
.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-vertical {
  background: #000;
  -webkit-box-shadow: inset 1px 0px 0 0 white;
  box-shadow: inset 1px 0px 0 0 white; }

.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #fff;
  font-weight: 400; }

.wpmega-black-silver .wpmm-mega-wrapper > li:hover,
.wpmega-black-silver .wpmm-mega-wrapper > li.current-menu-item {
  background: #d9d9d9; }

.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover > a,
.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item > a {
  color: #000; }

.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #d9d9d9;
  top: 0;
  right: 0; }

/*=====
end
=======*/
/*=======
prussian blue
=======*/
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-vertical {
  background: #003153;
  -webkit-box-shadow: inset 1px 0px 0 0 white;
  box-shadow: inset 1px 0px 0 0 white; }

.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #fff;
  font-weight: 400; }

.wpmega-prussian-blue-white .wpmm-mega-wrapper > li:hover,
.wpmega-prussian-blue-white .wpmm-mega-wrapper > li.current-menu-item {
  background: rgba(217, 217, 217, 0.5); }

.wpmega-prussian-blue-white .wpmm-mega-wrapper > li:hover {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover > a,
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item > a {
  color: #fff; }

.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  right: 0; }

/*====
end
====*/
/*=============
wpmega-mountain-meadow-white
=============*/
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-vertical {
  background: #30BA8F;
  -webkit-box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.6); }

.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #fff;
  font-weight: 400; }

.wpmega-mountain-meadow-white .wpmm-mega-wrapper > li:hover,
.wpmega-mountain-meadow-white .wpmm-mega-wrapper > li.current-menu-item {
  background: #009365; }

.mountain-meadow-white .wpmm-mega-wrapper > li:hover {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  right: 0; }

/*====
end
=====*/
/*=============
wpmega-white-blue
==============*/
.wp-megamenu-main-wrapper.wpmega-white-blue.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-white-blue.wpmm-orientation-vertical {
  background: #0056c7;
  -webkit-box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.6); }

.wp-megamenu-main-wrapper.wpmega-white-blue.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-white-blue.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #fff;
  font-weight: 400; }

.wpmega-white-blue .wpmm-mega-wrapper > li:hover,
.wpmega-white-blue .wpmm-mega-wrapper > li.current-menu-item {
  background: #003b88; }

.wpmega-white-blue .wpmm-mega-wrapper > li:hover {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wp-megamenu-main-wrapper.wpmega-white-blue.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  right: 0; }

/*========
transparent black
========*/
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-vertical {
  background: #fff; }

.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #000;
  font-weight: 400; }

.wpmega-transparent-black .wpmm-mega-wrapper > li:hover,
.wpmega-transparent-black .wpmm-mega-wrapper > li.current-menu-item {
  background: rgba(0, 0, 0, 0.9); }

.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #666;
  font-weight: 400; }

.wpmega-transparent-black .wpmm-mega-wrapper > li:hover {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover > a,
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item > a {
  color: #FFF; }

/*========
hover black
========*/
.wpmega-transparent-hover-black .wpmm-mega-wrapper > li:hover,
.wpmega-transparent-hover-black .wpmm-mega-wrapper > li.current-menu-item {
  background: #000;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wp-megamenu-main-wrapper.wpmega-transparent-hover-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-transparent-hover-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #000;
  font-weight: 400; }

.wp-megamenu-main-wrapper.wpmega-transparent-hover-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover > a,
.wp-megamenu-main-wrapper.wpmega-transparent-hover-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li:hover > a {
  color: #fff; }

/*=========
simple green
=========*/
.wp-megamenu-main-wrapper.wpmega-simple-green.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-simple-green.wpmm-orientation-vertical {
  background: #570;
  -webkit-box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.6); }

.wp-megamenu-main-wrapper.wpmega-simple-green.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-simple-green.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #fff;
  font-weight: 400; }

.wpmega-simple-green .wpmm-mega-wrapper > li:hover,
.wpmega-simple-green .wpmm-mega-wrapper > li.current-menu-item {
  background: #395000;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wp-megamenu-main-wrapper.wpmega-simple-green.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  right: 0; }

/*
=============================
hover effect on main li acc. tp the default color
=============================
*/
.wpmega-black-white .wpmm-mega-wrapper > li:hover,
.wpmega-black-white .wpmm-mega-wrapper > li.current-menu-item {
  background: #212121;
  background: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#3d3d3d));
  background: linear-gradient(to bottom, #212121 0%, #3d3d3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#3d3d3d',GradientType=0 );
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wpmega-gold-yellow-black .wpmm-mega-wrapper > li:hover,
.wpmega-gold-yellow-black .wpmm-mega-wrapper > li.current-menu-item {
  background: #C2B727;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wpmega-hunter-shades-white .wpmm-mega-wrapper > li:hover,
.wpmega-hunter-shades-white .wpmm-mega-wrapper > li.current-menu-item {
  background: #b5905e;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wpmega-maroon-reddish-black .wpmm-mega-wrapper > li:hover,
.wpmega-maroon-reddish-black .wpmm-mega-wrapper > li.current-menu-item {
  background: #f93831;
  background: -webkit-gradient(linear, left top, left bottom, from(#f93831), to(#a32638));
  background: linear-gradient(to bottom, #f93831 0%, #a32638 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93831', endColorstr='#a32638',GradientType=0 );
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wpmega-light-blue-sky-white .wpmm-mega-wrapper > li:hover,
.wpmega-light-blue-sky-white .wpmm-mega-wrapper > li.current-menu-item {
  background: #068FD4;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wpmega-warm-purple-white .wpmm-mega-wrapper > li:hover,
.wpmega-warm-purple-white .wpmm-mega-wrapper > li.current-menu-item {
  background: #7E578C;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wpmega-sea-green-white .wpmm-mega-wrapper > li:hover,
.wpmega-sea-green-white .wpmm-mega-wrapper > li.current-menu-item {
  background: #47a35b;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wpmega-clean-white .wpmm-mega-wrapper > li:hover,
.wpmega-clean-white .wpmm-mega-wrapper > li.current-menu-item {
  /*background: #e2e4e5;*/ }

/*
======================================
flyout css with its color variration
======================================
*/
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  background: #000;
  width: 210px;
  list-style: none; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover {
  background: rgba(204, 204, 204, 0.4); }

.wpmega-sea-green-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  background: #5EC073; }

.wpmega-gold-yellow-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  background: #dace2e; }

.wpmega-gold-yellow-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
  background: #C2B727; }

.wpmega-hunter-shades-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  background: #CFA66F; }

.wpmega-hunter-shades-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
  background: #b5905e; }

.wpmega-maroon-reddish-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  background: #a32638;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a32638), to(#f93831));
  background: linear-gradient(to bottom, #a32638 0%, #f93831 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a32638', endColorstr='#f93831',GradientType=0 );
  /* IE6-9 */ }

.wpmega-maroon-reddish-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
  background: #f93831;
  background: -webkit-gradient(linear, left top, left bottom, from(#f93831), to(#a32638));
  background: linear-gradient(to bottom, #f93831 0%, #a32638 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93831', endColorstr='#a32638',GradientType=0 ); }

.wpmega-light-blue-sky-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  background: #0AA2EE; }

.wpmega-light-blue-sky-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
  background: #068FD4; }

.wpmega-warm-purple-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  background: #9768a8; }

.wpmega-warm-purple-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
  background: #7E578C; }

.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
  border: 1px solid #ccc; }

.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  background: none; }

.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
  color: #000; }

.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
  background: #e2e4e5; }

.wpmega-prussian-blue-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  background: #003153; }

.wpmega-mountain-meadow-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  background: #30BA8F; }

.wpmega-black-silver ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
  background: rgba(204, 204, 204, 0.4); }

.wpmega-mountain-meadow-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
  background: #009365; }

.wpmega-white-blue ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  background: #0056c7; }

.wpmega-white-blue ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
  background: #003b88; }

.wpmega-simple-green ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  background: #570; }

.wpmega-simple-green ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
  background: #395000; }

/*
==================
end of flyout color and hover
==================
*/
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout {
  position: relative; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  top: 100%;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  max-height: 0; }

.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover div {
  z-index: 99999;
  max-height: 1000px; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div {
  right: 0; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div {
  left: 0; }

.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div {
  opacity: 0;
  visibility: hidden;
  top: 100%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div,
.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div ul li:hover > div {
  opacity: 1;
  visibility: visible;
  white-space: normal; }

.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout.active-show > div,
.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout.active-show > div ul li.active-show > div {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  /*top: 0;*/ }

.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div ul li:hover > div {
  top: 0; }

.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div.wpmm-open-fade {
  opacity: 1;
  visibility: visible; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div ul li div {
  right: 100%; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li div {
  left: 100%; }

.wpmm-mega-wrapper.wpmm-onhover ul li.wpmega-menu-flyout:hover ul.wp-mega-sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0; }

.wp-megamenu-main-wrapper.wpmm-onclick ul li.wpmega-menu-flyout ul li div.wpmm-open-fade {
  opacity: 1;
  visibility: visible;
  white-space: normal;
  top: 0; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul:after {
  display: none; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li {
  text-align: left; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li a.wp-mega-menu-link {
  padding-left: 20px; }

/*
==============
sub-menu alignment right
==============
*/
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li.wpmm-submenu-align-right a.wp-mega-menu-link {
  padding-left: 10px; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li.wpmm-submenu-align-right.menu-item-has-children a:after,
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li.wpmm-submenu-align-right a.wp-mega-menu-link:after {
  left: auto;
  right: 10px;
  position: absolute;
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li.wpmm-submenu-align-right a.wp-mega-menu-link:after {
  left: auto !important;
  right: 10px !important; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div ul li.wpmm-submenu-align-right div {
  left: 100%;
  right: auto; }

/*
==============
end
==============
*/
/*
==============
sub-menu alignment right
==============
*/
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a.wp-mega-menu-link {
  padding: 8px 23px; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a:after {
  left: 10px;
  right: auto;
  position: absolute;
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  top: 12px;
  line-height: 1; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li.wpmm-submenu-align-left div {
  left: auto;
  right: 100%; }

/*
==============
end
==============
*/
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li {
  padding: 0;
  /*width: 100%;*/
  position: relative;
  z-index: 999; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li ul {
  top: 0; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li {
  text-align: left; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
  color: #fff;
  display: block;
  /*width: 100%;*/
  padding: 10px;
  font-size: 12px;
  text-align: left; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a:hover {
  text-decoration: none; }

.wpmega-sea-green-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
  background: #47a35b; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li i.wpmm-mega-menu-icon.fa {
  float: left;
  margin-top: 2px;
  margin-right: 5px; }

/*
=========
flyout arrow css for left
=========
*/
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left li.menu-item-has-children > a:after,
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li.menu-item-has-children > a.wp-mega-menu-link:after {
  content: '\f104';
  position: absolute;
  font-size: 14px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  left: 10px;
  right: auto;
  line-height: 1.3; }

/*
=========
right flyout css  
=========
*/
/*ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right li.menu-item-has-children > a:after {
	content: '\f104';
	position: absolute;
	//font-family: FontAwesome;
	font-size: 14px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	right: 10px;
	left: auto;
}*/
/*
==========================
8 column area width css
==========================
*/
.wpmm-sub-menu-wrap ul li > a {
  padding: 0;
  position: relative;
  width: auto; }

.wpmm-sub-menu-wrap ul li ul li {
  width: 100%;
  margin: 3px 0 7px;
  padding: 0; }

.wpmm-sub-menu-wrap li ul li a {
  width: auto;
  overflow: visible; }

.wp-mega-sub-menu .widget_recent_comments li a,
.wp-mega-sub-menu .widget_recent_entries li a {
  width: auto;
  display: inline-block !important; }

.wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li.wp-mega-menu-header > a span.wpmm-mega-menu-href-title {
  font-weight: 700; }

.wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wp-mega-menu-header a span.wpmm-mega-menu-label {
  left: auto;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -wekit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 9px;
  color: #fff; }

.wpmega-clean-white .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wp-mega-menu-header a span.wpmm-mega-menu-label {
  color: #000; }

.wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wp-mega-menu-header a span.wpmm-mega-menu-label:before {
  display: none; }

.main-navigation .wpmm-sub-menu-wrap .menu-item-has-children > a:after {
  display: none; }

.wpmm-sub-menu-wrap ul > li {
  display: inline-block;
  vertical-align: top !important;
  margin: 0 -2px 15px; }

.wpmm-sub-menu-wrap ul li ul li {
  margin-left: 0;
  margin-right: 0; }

.wpmm-sub-menu-wrap ul li ul li a {
  color: #595858; }

.wpmm_megamenu ul.wp-mega-sub-menu li a {
  text-align: left;
  color: #000;
  text-transform: none;
  display: block; }

/*
========
column distribution
========
*/
.wpmm-sub-menu-wrap li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px; }

.wpmm-sub-menu-wrap li.wpmega-1columns-1total {
  width: 100%;
  padding: 0 10px; }

/*.wpmm-sub-menu-wrap li.wpmega-1columns-2total {
	width: 50%;
	padding: 0 10px;
}*/
.wpmm-sub-menu-wrap li.wpmega-1columns-2total {
  width: 48.4%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-1columns-3total {
  /*width: 33.33%;*/
  width: 31.7%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-1columns-4total {
  width: 24%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-1columns-5total {
  width: 19.6%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-1columns-6total {
  width: 16.3%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-1columns-7total {
  width: 14.28%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-1columns-8total {
  width: 12.5%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-2columns-2total {
  width: 100%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-2columns-3total {
  width: 66.66%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-3columns-3total {
  width: 100%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-2columns-4total {
  width: 49%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-3columns-4total {
  width: 75%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-4columns-4total {
  width: 100%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-2columns-5total {
  width: 39%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-3columns-5total {
  width: 60%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-4columns-5total {
  width: 80%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-5columns-5total {
  width: 100%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-2columns-6total {
  width: 32.33%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-3columns-6total {
  padding: 0 10px;
  width: 49.8%; }

.wpmm-sub-menu-wrap li.wpmega-4columns-6total {
  width: 66.65%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-5columns-6total {
  width: 83.3%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-6columns-6total {
  width: 100%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-2columns-7total {
  /*width: 28.56%;*/
  width: 27.2%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-3columns-7total {
  width: 42.84%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-4columns-7total {
  width: 57.25%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-5columns-7total {
  width: 71.4%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-5columns-7total {
  width: 71.4%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-6columns-7total {
  width: 85.68%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-7columns-7total {
  width: 100%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-2columns-8total {
  width: 24%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-3columns-8total {
  width: 36.5%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-4columns-8total {
  width: 49%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-5columns-8total {
  width: 61.5%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-6columns-8total {
  width: 74%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-7columns-8total {
  width: 86.5%;
  padding: 0 10px; }

.wpmm-sub-menu-wrap li.wpmega-8columns-8total {
  width: 100%;
  padding: 0 10px; }

/*
* Width inside group
*/
.wpmm-sub-menu-wrap .wpmm-start-group-section li.wpmega-1columns-2total {
  width: 45.4%; }

.wpmm-sub-menu-wrap .wpmm-start-group-section li.wpmega-1columns-3total {
  width: 30.7%; }

.wpmm-sub-menu-wrap .wpmm-start-group-section li.wpmega-2columns-3total {
  width: 64.66%; }

/*=============
width for group
=============*/
.wpmm-mega-8columns {
  width: 100%; }

.wpmm-mega-7columns {
  width: 87.5%; }

.wpmm-mega-6columns {
  width: 75%; }

.wpmm-mega-5columns {
  width: 62.5%; }

.wpmm-mega-4columns {
  width: 50%; }

.wpmm-mega-3columns {
  width: 37.5%; }

.wpmm-mega-2columns {
  width: 25%; }

.wpmm-mega-1columns {
  width: 12.5%; }

/*
=========================================
header title for all widget part and icon
=========================================
*/
.wpmm_megamenu .wpmm-sub-menu-wrap ul li {
  font-size: 13px;
  display: inline-block; }

.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title,
.wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link span.wpmm-mega-menu-href-title {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 0;
  color: #333; }

.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title {
  display: block; }

.wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link {
  margin-bottom: 7px;
  display: block;
  background: none; }

.wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i {
  padding-right: 5px;
  display: inline-block; }

.wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i.dashicons,
.wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i.genericon {
  font-size: 16px;
  line-height: 1.3; }

.wpmm-orientation-vertical .wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i.dashicons,
.wpmm-orientation-vertical .wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i.genericon {
  font-size: 16px;
  line-height: 1.5; }

.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title {
  position: relative;
  padding-bottom: 10px; }

.wpmega-sea-green-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-sea-green-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
  content: '';
  position: absolute;
  background: #5EC073;
  height: 2px;
  width: 30px;
  bottom: 0; }

.wpmega-black-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-black-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
  content: '';
  position: absolute;
  background: #000;
  height: 2px;
  width: 30px;
  bottom: 0; }

.wpmega-gold-yellow-black .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-gold-yellow-black .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
  content: '';
  position: absolute;
  background: #dace2e;
  height: 2px;
  width: 30px;
  bottom: 0; }

.wpmega-hunter-shades-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-hunter-shades-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
  content: '';
  position: absolute;
  background: #CFA66F;
  height: 2px;
  width: 30px;
  bottom: 0; }

.wpmega-maroon-reddish-black .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-maroon-reddish-black .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
  content: '';
  position: absolute;
  background: #a32638;
  height: 2px;
  width: 30px;
  bottom: 0; }

.wpmega-light-blue-sky-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-light-blue-sky-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
  content: '';
  position: absolute;
  background: #0AA2EE;
  height: 2px;
  width: 30px;
  bottom: 0; }

.wpmega-warm-purple-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-warm-purple-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
  content: '';
  position: absolute;
  background: #9768a8;
  height: 2px;
  width: 30px;
  bottom: 0; }

.wpmega-clean-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-clean-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
  content: '';
  position: absolute;
  background: #000;
  height: 2px;
  width: 30px;
  bottom: 0; }

.wpmega-black-silver .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-black-silver .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
  content: '';
  position: absolute;
  background: #000;
  height: 2px;
  width: 30px;
  bottom: 0; }

.wpmega-transparent-hover-black .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-transparent-hover-black .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
  content: '';
  position: absolute;
  background: #000;
  height: 2px;
  width: 30px;
  bottom: 0; }

.wpmega-prussian-blue-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-prussian-blue-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
  content: '';
  position: absolute;
  background: #003153;
  height: 2px;
  width: 30px;
  bottom: 0; }

.wpmega-white-blue .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-white-blue .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
  content: '';
  position: absolute;
  background: #0056c7;
  height: 2px;
  width: 30px;
  bottom: 0; }

.wpmega-simple-green .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-simple-green .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
  content: '';
  position: absolute;
  background: #570;
  height: 2px;
  width: 30px;
  bottom: 0; }

.wpmega-mountain-meadow-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-mountain-meadow-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
  content: '';
  position: absolute;
  background: #30BA8F;
  height: 2px;
  width: 30px;
  bottom: 0; }

/*
==========
end
==========
*/
/*
=====================================
css for the widget areas in mega-menu
=====================================
*/
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a:hover,
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a:focus {
  color: #000;
  text-decoration: none; }

.wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a {
  color: #404040; }

.wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li,
.wp-mega-sub-menu .widget_nav_menu li,
.wp-mega-sub-menu .widget_pages li,
.wp-mega-sub-menu .widget_categories li,
.wp-mega-sub-menu .widget_archive li,
.wp-mega-sub-menu .widget_meta li,
.wp-mega-sub-menu .widget_product_categories ul.product-categories li a,
.wp-mega-sub-menu .widget_recent_comments li,
.wp-mega-sub-menu .widget_recent_entries li {
  padding-left: 10px;
  position: relative;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li:hover,
.wp-mega-sub-menu .widget_nav_menu li:hover,
.wp-mega-sub-menu .widget_pages li:hover,
.wp-mega-sub-menu .widget_categories li:hover a,
.wp-mega-sub-menu .widget_archive li:hover,
.wp-mega-sub-menu .widget_meta li:hover a,
.wpmm-sub-menu-wrapper.wpmm-menu1 .wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:hover,
.wp-mega-sub-menu .widget_product_categories ul.product-categories li a:hover,
.wp-mega-sub-menu .widget_recent_comments li:hover,
.wp-mega-sub-menu .widget_recent_entries li:hover {
  margin-left: 5px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

li.wpmega-menu-flyout .wpmm-sub-menu-wrapper.wpmm-menu1 .wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:hover {
  margin-left: 0; }

.wpmm-orientation-horizontal .wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_pages li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_categories li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_archive li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_meta li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_recent_comments li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_recent_entries li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_product_categories ul.product-categories li a:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_categories li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_archive li:before {
  content: '\f105';
  font-size: 14px;
  color: #000;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-58%);
  -ms-transform: translateY(-58%);
  -webkit-transform: translateY(-58%); }

.wpmm-orientation-vertical .wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_pages li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_categories li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_archive li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_meta li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_recent_comments li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_recent_entries li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_product_categories ul.product-categories li a:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_categories li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_archive li:before {
  content: '\f105';
  font-size: 14px;
  color: #000;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-62%);
  -ms-transform: translateY(-62%);
  -webkit-transform: translateY(-62%); }

.wpmm-orientation-vertical .wp-mega-sub-menu .widget_nav_menu li:before {
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.wpmm-orientation-vertical .wp-mega-sub-menu .widget_categories li:before {
  transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  right: auto !important; }

.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_recent_comments li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_recent_entries li:before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.wpmm-sub-menu-wrapper ul li a span.wpmm-mega-menu-href-title {
  width: auto;
  display: inline-block; }

.wpmm-sub-menu-wrapper.wpmm-menu1 ul li a span.wpmm-mega-menu-href-title {
  display: inline-block;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wp-mega-sub-menu .widget_product_categories ul.product-categories li:last-child a:before {
  display: block; }

/*
===============
category and archieve
===============
*/
.wp-mega-sub-menu .widget_categories ul li,
.wp-mega-sub-menu .widget_archive ul li,
.wp-mega-sub-menu .widget_product_categories ul li {
  text-align: right; }

.wp-mega-sub-menu .widget_categories ul li a,
.wp-mega-sub-menu .widget_archive ul li a,
.wp-mega-sub-menu .widget_product_categories ul li a {
  float: left;
  line-height: 1.2;
  font-size: 13px; }

.wp-mega-sub-menu .widget_product_categories ul li ul {
  padding-left: 10px; }

.wp-mega-sub-menu .widget_product_categories ul li ul li:last-child {
  margin-bottom: 0; }

/*
================
recent-entries
================
*/
.wp-mega-sub-menu .widget_recent_entries a,
.wp-mega-sub-menu .widget_recent_entries span {
  display: inline-block;
  margin: 0 9px;
  vertical-align: middle; }

.wp-mega-sub-menu .widget_recent_entries a {
  margin-right: -6px; }

/*
================
css for calender widget
================
*/
.wp-mega-sub-menu .widget_calendar .calendar_wrap th,
.wp-mega-sub-menu .widget_calendar .calendar_wrap td {
  text-align: center; }

.wp-mega-sub-menu .widget_calendar .calendar_wrap caption {
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
  padding-bottom: 0; }

.wp-mega-sub-menu .widget_calendar .calendar_wrap a {
  display: inline; }

/*
=========
css for search widget 
=========
*/
.wp-mega-sub-menu .widget_search input.search-field,
.wp-mega-sub-menu .widget_product_search input.search-field {
  background-image: none;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  font-size: 13px;
  font-weight: normal;
  width: calc(100% - 42px);
  padding: 7px; }

.wpmm-mega-wrapper .wpmega-searchinline input.search-field {
  width: 100%; }

.wp-mega-sub-menu .widget_product_search input.search-field,
.wp-mega-sub-menu .widget_product_search input[type="submit"] {
  float: left; }

.wp-mega-sub-menu .widget_product_search input.search-field {
  width: 50%; }

.wp-mega-sub-menu .widget_product_search input[type="submit"] {
  font-size: 10px;
  border-radius: 0;
  font-weight: normal;
  padding: 5px 10px;
  min-width: auto;
  text-align: center;
  height: 35px;
  background: #dc5958;
  line-height: 1.5;
  border: 1px solid #dc5958;
  color: #fff;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wp-mega-sub-menu .widget_product_search input[type="submit"]:hover {
  background: none;
  color: #dc5958;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wp-mega-sub-menu .widget_search .search-submit:before {
  content: "\f400";
  font-size: 19px;
  left: 0;
  line-height: 33px;
  position: relative;
  width: 40px; }

/*
==========================
css for news feed widget
==========================
*/
.wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title .rsswidget {
  display: inline-block;
  width: auto;
  padding: 0;
  vertical-align: middle; }

.wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title {
  font-size: 14px;
  text-transform: capitalize; }

.wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title a.rsswidget {
  font-weight: 700 !important; }

.wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title a.rsswidget:hover {
  text-decoration: none; }

.wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title > .rsswidget {
  margin-right: 5px; }

.wp-mega-sub-menu .widget_rss ul li a.rsswidget,
.wp-mega-sub-menu .widget_rss ul li span {
  display: inline-block;
  vertical-align: middle; }

.wp-mega-sub-menu .widget_rss ul li a.rsswidget {
  padding: 0;
  text-decoration: underline;
  font-weight: 700 !important;
  margin-right: 5px; }

.wp-mega-sub-menu .widget_rss ul li span {
  margin-bottom: 0;
  font-weight: 400;
  font-family: inherit; }

.wp-mega-sub-menu .widget_rss ul li .rssSummary {
  margin-top: 8px; }

/*
===========
tag cloud css 
===========
*/
.wpmm_megamenu .tagcloud a {
  width: auto;
  padding: 7px 7px;
  font-size: 11px !important;
  border: 1px solid #d1d1d1;
  text-transform: capitalize;
  font-size: 11px;
  margin-bottom: 5px;
  display: inline-block !important;
  line-height: 1.2; }

.wpmm_megamenu .tagcloud a:hover {
  text-decoration: none !important;
  border-color: #000; }

.wpmm_megamenu .widget_pages ul li a,
.wpmm_megamenu .widget_meta ul li a,
.wpmm_megamenu .widget_nav_menu ul li a {
  font-size: 13px;
  line-height: 1.2;
  left: 9px; }

/*
========================
latest post plugins css
========================
*/
ul.wp-mega-sub-menu li .latest-posts .media {
  margin-top: 0;
  margin-bottom: 20px; }

ul.wp-mega-sub-menu li .latest-posts .media .pull-left {
  float: left !important;
  padding-right: 10px;
  width: 15%;
  display: inline-block;
  vertical-align: top; }

ul.wp-mega-sub-menu li .latest-posts .media .pull-left a {
  width: 100% !important;
  display: block;
  float: none; }

ul.wp-mega-sub-menu li .latest-posts .media .pull-left a {
  padding: 0; }

ul.wp-mega-sub-menu li .latest-posts .media .media-body {
  width: 85%;
  display: inline-block;
  vertical-align: top;
  float: none; }

ul.wp-mega-sub-menu li .latest-posts .media .media-body h3 {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000; }

ul.wp-mega-sub-menu li .latest-posts .media .media-body h3 a {
  width: 100% !important;
  display: block;
  padding: 0; }

/*
========
social media plugins css horizontal
========
*/
ul.wp-mega-sub-menu li .aps-social-icon-wrapper .aps-group-horizontal div.aps-each-icon {
  width: 32px;
  overflow: hidden; }

ul.wp-mega-sub-menu li .aps-social-icon-wrapper .aps-group-horizontal div.aps-each-icon a {
  padding: 0;
  display: block; }

/*
==============
recent post css widget
==============
*/
ul.wp-mega-sub-menu li .rpwwt-widget ul li {
  margin-top: 0;
  margin-bottom: 5px !important; }

ul.wp-mega-sub-menu li .rpwwt-widget a {
  font-weight: 700;
  color: #000;
  font-size: 13px;
  display: inline; }

ul.wp-mega-sub-menu li .rpwwt-widget a span {
  display: block; }

ul.wp-mega-sub-menu li .rpwwt-widget ul li a img {
  width: 20% !important;
  height: 95px; }

ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-author,
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-categories,
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-date,
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-excerpt,
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-comments-number {
  font-size: 12px;
  line-height: 1.5; }

ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-author,
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-categories,
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-date {
  display: inline-block;
  margin: 0 5px 0 0; }

/*
===========
custom post setting
===========
*/
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-sub-menu-posts .wpmm-top-sub-image {
  margin-bottom: 10px; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-sub-menu-posts span.wpmm-mega-menu-href-title a {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: capitalize;
  line-height: 1.5;
  width: 100%;
  padding: 0;
  font-weight: 700; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings ul.wp-mega-sub-menu li {
  position: relative;
  padding-left: 10px; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings ul.wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:before {
  display: none; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings ul.wp-mega-sub-menu li:before {
  content: '\f0da';
  position: absolute;
  font-size: 15px;
  top: -4px;
  color: #000;
  left: 0; }

/*
===========
left & top image custom settings
===========
*/
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage a.wp-mega-menu-link {
  display: block;
  padding: 0;
  width: auto;
  position: relative; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link .wpmm-featured-image,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link .wpmm-custom-image {
  float: left;
  padding-right: 10px; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-mega-menu-href-title,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title {
  margin-bottom: 0; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-author-name,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.megapost-date,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-author-name,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.megapost-date {
  display: inline-block;
  padding-left: 13px;
  margin: 0 10px 0 0;
  position: relative;
  font-size: 11px;
  line-height: 1; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-author-name:before,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.megapost-date:before,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-author-name:before,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.megapost-date:before {
  position: absolute;
  left: 0; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-author-name:before,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-author-name:before {
  content: '\f007'; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.megapost-date:before,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.megapost-date:before {
  content: '\f017'; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-mega-menu-href-title a,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title a {
  margin-bottom: 0; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-mega-menu-href-title a:hover,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title a:hover {
  color: #dc5958; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink {
  display: inline-block;
  margin-bottom: 10px; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink a.wp-mega-menu-link {
  display: block;
  padding: 5px 10px !important;
  background: #dc5958;
  border: 1px solid #dc5958;
  color: #fff;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  width: auto;
  text-transform: capitalize; }

.wpmega-sea-green-white ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink a.wp-mega-menu-link {
  background: #5EC073;
  border-color: #5EC073; }

.wpmega-sea-green-white ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink a.wp-mega-menu-link:hover {
  color: #5EC073;
  background: none; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink a:hover {
  background: none;
  color: #dc5958;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings p.wpmm-posts-desc {
  margin-bottom: 10px;
  margin-top: 3px; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-image,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-featured-image {
  display: block;
  margin-bottom: 10px; }

/*
===========
right image custom settings
===========
*/
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage a.wp-mega-menu-link {
  display: block;
  padding: 0;
  width: auto;
  position: relative; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage a .wpmm-featured-image {
  float: right;
  padding-left: 10px; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-mega-menu-href-title {
  display: block;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-author-name,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.megapost-date {
  display: inline-block;
  padding-left: 15px;
  margin: 0 10px 0 0;
  position: relative;
  line-height: 1; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-author-name:before,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.megapost-date:before {
  position: absolute;
  left: 0; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-author-name:before {
  content: '\f007'; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.megapost-date:before {
  content: '\f017'; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-mega-menu-href-title a {
  margin-bottom: 0; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-mega-menu-href-title a:hover {
  color: #dc5958; }

/*
===========
top image custom settings
===========
*/
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top span {
  display: inline-block; }

/*
==============
image only css
===============
*/
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-onlyimage .wpmm-sub-menu-wrapper {
  display: none; }

/*
======
end
======
*/
/*
==================
instagram plugins
==================
*/
ul.wp-mega-sub-menu li .instagram-header {
  padding-top: 0; }

ul.wp-mega-sub-menu li ul.instagram-widget li {
  width: 31.33%;
  float: none; }

/*
=========
wp1s slider css 
=========
*/
ul.wp-mega-sub-menu li .wp1s-widget-wrap .wp1s-slider-wrapper,
ul.wp-mega-sub-menu li .wp1s-widget-wrap .wp1s-slider-wrapper {
  width: 100%; }

/*
========
css for contact
========
*/
ul.wp-mega-sub-menu li .textwidget div.wpcf7 {
  overflow: hidden; }

ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p {
  margin-bottom: 10px;
  width: 100%; }

ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p:last-child {
  margin-bottom: 0; }

ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap {
  margin-top: 5px;
  display: block; }

ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="text"],
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="email"],
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="url"],
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="password"],
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="search"],
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="tel"],
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="number"],
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p textarea {
  border-radius: 0;
  background: none;
  font-size: 12px;
  color: #686868;
  padding: 10px;
  width: 100%;
  float: none;
  display: block;
  border: 1px solid #b1a5a5; }

ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p textarea {
  max-height: 80px; }

ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"] {
  border-radius: 0;
  font-size: 12px;
  text-align: center;
  max-width: 160px;
  background: #e03a23;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #e03a23;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: none; }

.wpmega-sea-green-white ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"] {
  background: #5EC073;
  border-color: #5EC073;
  color: #fff; }

.wpmega-sea-green-white ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"]:hover {
  background: #47a35b;
  color: #fff; }

ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"]:hover {
  background: none;
  color: #e03a23;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

/*
============
no header contact form
============
*/
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form h4 {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0; }

/*
============
address css
============
*/
ul.wp-mega-sub-menu li .wpmegamenu-contact-info {
  margin-top: 10px; }

ul.wp-mega-sub-menu li .textwidget iframe {
  margin-top: 14px; }

.wpmegamenu-contact-info p {
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  font-size: 12px !important; }

.wpmegamenu-contact-info p .fa {
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  text-align: center; }

ul.wp-mega-sub-menu li .wpmegamenu-contact-info .wpmm-social-shortcodes h4 {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
  line-height: 1.5; }

/*
===========
hover color
===========
*/
.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: inherit; }

/*
==========
product woocommerce css
==========
*/
.woocommerce .wpmm-mega-wrapper ul.cart_list li img,
.woocommerce .wpmm-mega-wrapper ul.product_list_widget li img {
  float: left;
  width: 25%;
  margin-right: 10px;
  margin-left: 0; }

.woocommerce .wpmm-mega-wrapper .star-rating span:before {
  color: #dc5958; }

/*
============
widget shoppingcart
============
*/
ul.wp-mega-sub-menu li.widget_shopping_cart ul li {
  padding-left: 0 !important; }

/*
===========
show menu icon css
===========
*/
ul.wpmm-mega-wrapper li.wpmega-show-menu-icon ul.wp-mega-sub-menu li a:hover {
  text-decoration: none; }

ul.wpmm-mega-wrapper li.wpmega-show-menu-icon ul.wp-mega-sub-menu li a:hover {
  text-decoration: none; }

ul.wpmm-mega-wrapper li.wpmega-show-menu-icon ul.wp-mega-sub-menu li a span.wpmm-mega-menu-href-title {
  padding-left: 0; }

ul.wpmm-mega-wrapper li.wpmega-show-menu-icon ul.wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:before {
  display: none; }

/*
===========
wpmm-html-content css
===========
*/
.wpmm-mega-wrapper .wpmm-sub-menu-wrap .wpmm-html-content.wpmm-ctop p img,
.wpmm-mega-wrapper .wpmm-sub-menu-wrap .wpmm-bottomimage p img {
  margin: 10px 0; }

/*
================
social icons
=================
*/
ul.wp-mega-sub-menu .apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a {
  width: auto;
  padding: 0; }

ul.wp-mega-sub-menu .apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a:after {
  display: none; }

/*
====================
alignment right for social icon and search
====================
*/
ul.wpmm-mega-wrapper li.wpmm-menu-align-right {
  float: right !important; }

.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap {
  width: 300px;
  left: auto;
  right: 0;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  top: 100%;
  opacity: 0;
  visibility: hidden; }

.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmm-menu-align-left.wpmm-search-type .wpmm-sub-menu-wrap {
  width: 300px;
  left: auto;
  right: auto;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  top: 100%;
  opacity: 0;
  visibility: hidden; }

ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type:hover .wpmm-sub-menu-wrap,
ul.wpmm-mega-wrapper li.wpmm-menu-align-left.wpmm-search-type:hover .wpmm-sub-menu-wrap {
  top: 100%; }

ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search input[type="search"].search-field,
ul.wpmm-mega-wrapper li.wpmm-menu-align-left.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search input[type="search"].search-field {
  background: #fff;
  border-radius: 3px 0 0 3px;
  font-size: 15px;
  padding: 11px;
  line-height: 1; }

ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search .search-submit,
ul.wpmm-mega-wrapper li.wpmm-menu-align-left.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search .search-submit {
  background: #198c74;
  min-width: auto;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #198c74; }

ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search input[type="submit"].search-submit,
ul.wpmm-mega-wrapper li.wpmm-menu-align-left.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search input[type="submit"].search-submit {
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 63px;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0; }

ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search .search-submit:hover,
ul.wpmm-mega-wrapper li.wpmm-menu-align-left.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search .search-submit:hover {
  background: rgba(23, 188, 154, 0.6); }

/*
===============
wpmm-custom-post-settings label css
===============
*/
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-mega-menu-icon {
  float: left; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmm-mega-menu-icon img {
  display: block; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-sub-menu-posts,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-sub-menu-posts {
  float: left; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-mega-menu-icon {
  display: inline-block;
  margin-left: 10px; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-image,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-image,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-image {
  position: relative; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-image span.wpmm-custom-label,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-featured-image span.wpmm-custom-label,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-featured-image span.wpmm-custom-label,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-custom-label,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-custom-label,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-custom-label {
  position: absolute;
  background: #d500fb;
  font-weight: 500;
  font-size: 9px;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  top: 5px;
  left: 5px;
  text-transform: uppercase;
  z-index: 999999;
  line-height: 1.5; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-featured-image span.wpmm-custom-label {
  left: auto;
  right: 5px; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-post-category,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-post-category,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-post-category {
  background: #000 none repeat scroll 0 0;
  border-radius: 0;
  bottom: 5px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  left: 5px;
  line-height: 1;
  margin-bottom: 0;
  padding: 5px;
  position: absolute;
  text-transform: uppercase; }

/*
=======
calender css
=======
*/
.widget_calendar td a {
  width: 100%; }

.main-navigation ul.wpmm-mega-wrapper ul a {
  width: 100%; }

/*
=========
images section css
=========
*/
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap .wpmm-topimage {
  margin-bottom: 15px;
  max-height: 200px;
  overflow: hidden;
  text-align: center; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap .wpmm-bottomimage {
  margin-top: 15px;
  margin-bottom: 5px;
  max-height: 200px;
  overflow: hidden;
  text-align: center; }

/*
============================
woocommerce product list css
=============================
*/
ul.wp-mega-sub-menu li ul.product_list_widget li ins {
  background: none; }

ul.wp-mega-sub-menu li ul.product_list_widget li del,
ul.wp-mega-sub-menu li ul.product_list_widget li del span {
  color: #939393; }

ul.wp-mega-sub-menu li ul.product_list_widget li ins {
  color: #000; }

/*
========
end
========
*/
/*
====================
hover effect on image css 
====================
*/
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a {
  padding: 0;
  margin: 0; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-featured-image,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-custom-image {
  overflow: hidden;
  position: relative; }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-featured-image img,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-custom-image img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  vertical-align: middle;
  display: inline-block;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-featured-image:hover img,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-custom-image:hover img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

/*
===============
on click search button
===============
*/
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search {
  position: absolute;
  width: 250px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 999999; }

ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search .search-submit {
  display: none; }

ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search .search-field {
  padding: 10px;
  font-size: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 400; }

ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search {
  left: -300%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search.searchbox-open {
  left: -544%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-right.inline-search {
  right: -300%;
  left: auto;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-right.inline-search.searchbox-open {
  right: -706%;
  left: auto;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

ul.wpmm-mega-wrapper li.wpmm-search-type a.wpmm-search-type {
  cursor: pointer;
  position: relative !important; }

ul.wpmm-mega-wrapper li.wpmm-search-type a.wpmm-search-type {
  padding: 20px 25px; }

ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search.searchbox-open {
  visibility: visible;
  opacity: 1; }

ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search.searchbox-closed {
  visibility: hidden;
  opacity: 0; }

/*
================
flyout
================
*/
ul.wpmm-mega-wrapper li.wpmega-menu-flyout div ul li.wpmm-submenu-align-right {
  text-align: left !important; }

/*
=================================
woocommerce product display
=================================
*/
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li {
  text-align: center; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a {
  padding: 0;
  position: relative;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  display: block;
  text-align: center; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a img {
  margin-bottom: 0; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.onsale {
  position: absolute;
  right: auto;
  left: 10px;
  top: 10px;
  background: #dc5958;
  border-radius: 0;
  margin: 0;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  min-height: 27px;
  min-width: auto;
  z-index: 999;
  color: #fff;
  top: -7px; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a h3,
.wpmm_megamenu .wp-megamenu-main-wrapper .woocommerce ul.cart_list li a,
.wpmm_megamenu .wp-megamenu-main-wrapper .woocommerce ul.product_list_widget li a {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  padding-top: 10px;
  color: #333;
  /*text-align: center;*/ }

.wpmm_megamenu .wp-megamenu-main-wrapper .woocommerce ul.cart_list li a,
.wpmm_megamenu .wp-megamenu-main-wrapper .woocommerce ul.product_list_widget li a {
  font-size: 12px; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price {
  color: #1a1a1a;
  text-align: center; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price del,
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price ins {
  display: inline-block; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price ins,
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price .woocommerce-Price-amount {
  background: none;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 12px; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button,
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.added_to_cart.wc-forward {
  margin-top: 5px;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 0;
  padding: 10px;
  background: #dc5958;
  color: #fff;
  border: 1px solid #dc5958; }

.wpmega-sea-green-white ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button,
.wpmega-sea-green-white ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.added_to_cart.wc-forward {
  background: #5EC073;
  border-color: #5EC073; }

.wpmega-sea-green-white ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button:hover,
.wpmega-sea-green-white ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.added_to_cart.wc-forward:hover {
  background: none;
  color: #5EC073; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button.added {
  display: none; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button:hover,
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.added_to_cart.wc-forward:hover {
  background: none;
  color: #dc5958; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a .star-rating {
  margin: 0 auto 5px; }

.wpmm_megamenu .wp-megamenu-main-wrapper .woocommerce ul.products li.product,
.wpmm_megamenu .wp-megamenu-main-wrapper .woocommerce-page ul.products li.product {
  margin-bottom: 10px;
  margin-top: 15px;
  margin-right: 15px; }

/*
=============
cart css 
=============
*/
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content ul li a.remove {
  left: auto;
  right: 10px; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content ul li {
  margin-bottom: 5px !important; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
  display: inline-block;
  max-width: 49%;
  text-align: center;
  border-radius: 0;
  font-weight: 400;
  padding: 10px;
  text-transform: uppercase; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button.wc-forward {
  background: #44CCEB;
  border: 1px solid #44CCEB;
  color: #fff; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout {
  background: #dc5958;
  border: 1px solid #dc5958;
  color: #fff; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button.wc-forward:hover {
  background: none;
  color: #44CCEB; }

ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout:hover {
  background: none;
  color: #dc5958; }

/*
==================================================================================================================================
VERTICAL MEGA MENU CSS
==================================================================================================================================
*/
.wpmm-orientation-vertical ul.wpmm-mega-wrapper {
  list-style: none;
  padding: 0;
  margin: 0; }

.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li {
  border-bottom: 1px solid #ddd;
  border-top: none; }

.wpmm-orientation-vertical ul.wpmm-mega-wrapper li:last-child {
  border: none; }

.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a.wp-mega-menu-link {
  display: block;
  width: 100%;
  padding: 12px 15px;
  position: relative;
  color: #404040;
  font-size: 14px; }

.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li > a {
  padding: 0;
  color: #555; }

.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap li > a:after {
  display: none; }

.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a i.wpmm-mega-menu-icon {
  margin-right: 5px;
  display: inline-block; }

.wpmm-orientation-vertical ul.wpmm-mega-wrapper li a .wpmm-mega-menu-label {
  left: auto;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  line-height: 1.7; }

.wpmm-orientation-vertical ul.wpmm-mega-wrapper li a .wpmm-mega-menu-label:before {
  display: none; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical {
  position: relative;
  /*width: 100%;*/
  width: 25%; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul {
  width: 100%;
  list-style: none;
  margin: 0; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul li {
  position: relative; }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li,
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li {
  margin: 0px; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout li.menu-item-has-children.wpmm-submenu-align-left > a:after {
  content: '\f105';
  position: absolute;
  font-size: 14px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  right: 10px;
  left: auto; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout li.menu-item-has-children.wpmm-submenu-align-right > a:after {
  content: '\f104';
  position: absolute;
  font-size: 14px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  right: 10px;
  left: auto; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul li.menu-item-has-children > a:after {
  content: '\f105';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  left: auto;
  right: 10px;
  font-size: 14px; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li > .wpmm-sub-menu-wrap {
  position: absolute;
  top: 0;
  font-size: 14px;
  padding: 15px 10px 15px 15px;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  z-index: 999999;
  left: 100%;
  width: 850px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  z-index: -1; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmega-vertical-aligned-to-parent {
  position: relative; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-onhover ul.wpmm-mega-wrapper li:hover .wpmm-sub-menu-wrap {
  opacity: 1;
  visibility: visible;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  z-index: 999; }

.wpmm-orientation-vertical .wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_pages li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_meta li:before,
.wpmm-orientation-vertical .wpmm-sub-menu-wrapper.wpmm-menu1 .wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_product_categories ul.product-categories li a:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_recent_comments li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_recent_entries li:before {
  top: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  line-height: 1; }

/*
===========gm
vertical full height menu
===========
*/
.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.wpmega-vertical-full-height {
  position: static; }

.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
  left: 100%;
  right: auto; }

.wpmm-orientation-vertical.wpmm-vertical-left-align.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div,
.wpmm-orientation-vertical.wpmm-vertical-left-align.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div,
.widget .wpmm-orientation-vertical.wpmm-vertical-left-align ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
  left: auto !important;
  right: 100%; }

.wpmm-orientation-vertical.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div {
  left: 100%;
  right: auto;
  top: 0; }

.wpmm-orientation-vertical.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout div ul li div {
  left: 100%; }

.wpmm-orientation-vertical ul.wpmm-mega-wrapper li > a.wp-mega-menu-link > i {
  line-height: 1.7; }

/*
==========
end
==========
*/
/*
==========================
vertical flyout css search inputs
==========================
*/
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type a.wpmm-search-type {
  padding: 15px;
  display: block; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type > .wpmm-sub-menu-wrap {
  width: 100%;
  left: 100%;
  right: auto;
  padding: 1px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  top: 0;
  opacity: 0;
  visibility: hidden; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type > .wpmm-sub-menu-wrap .search-field {
  padding: 10px; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type > .wpmm-sub-menu-wrap .search-submit {
  border-radius: 0 3px 3px 0;
  background: #17BC9A; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type:hover > .wpmm-sub-menu-wrap {
  opacity: 1;
  visibility: visible; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search {
  left: -50%; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search.searchbox-open {
  right: auto;
  left: 44px; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-right.inline-search {
  right: -50%; }

/*.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-right.inline-search.searchbox-open {
	right: 5px;
}*/
/*
==========================
vertical flyout social icons
==========================
*/
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li {
  float: none;
  list-style: none; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmega-enable-single-menu {
  display: inline-block;
  border-bottom: 0; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li a.wpmm-csingle-menu {
  padding: 10px 15px; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li a.wpmm-csingle-menu i {
  margin-right: 0; }

/*
===================
vertical mega menu in widget field
====================
*/
.widget .wp-megamenu-main-wrapper.wpmm-orientation-vertical {
  width: 100%; }

ul.wp-mega-sub-menu .widget_recently_viewed_products a span.wpmm-mega-menu-href-title {
  display: block !important; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmm-csingle-menu,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchdown,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchinline {
  padding: 20px 10px 19px; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmm-csingle-menu:before,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchinline:before {
  background: none; }

/*
=================
toggle responsive
=================
*/
.wp-megamenu-main-wrapper .wpmegamenu-toggle {
  display: none; }

/*
=============================
hide menu list on desktop
=============================
*/
.wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-on-desktop {
  display: none; }

.wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-menu-icon > a i {
  display: none; }

/*
===================
show arrow and hide arrow css for menu
===================
*/
.wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-arrow a:after {
  display: none; }

/*
===================

Mega icon font visiblity css
===================
*/
.wpmm_megamenu ul.wpmm-mega-wrapper ul.wp-mega-sub-menu li.wpmega-visible-hide-menu > a.wp-mega-menu-link {
  visibility: hidden; }

/*
=============================
wpmm-disable-text
=============================
*/
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li > a.wpmm-disable-text:before,
.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li > a.wpmm-disable-text:before {
  display: none; }

/*
=========================================
wpmm-target-description wpmm-target-text
=========================================
*/
.wpmm_megamenu .wpmm-target-description.wpmm-target-text {
  display: block;
  width: auto;
  font-size: 10px;
  text-transform: capitalize;
  font-style: italic;
  line-height: 1; }

/*
===============
custom layout
===============
*/
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-vertical {
  background: #5EC073; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  font-size: 13px;
  color: #fff; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover {
  background: #47a35b; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
  opacity: 1; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-custom-theme.wpmm-orientation-horizontal,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-custom-theme.wpmm-orientation-vertical {
  border: none; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal .wpmm-sub-menu-wrap,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-vertical .wpmm-sub-menu-wrap {
  border: none; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal li.wpmm-search-type .wpmm-sub-menu-wrap {
  border: none !important; }

/*
=============
bounce effect
=============
*/
@-webkit-keyframes mybounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes mybounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.mybounce {
  -webkit-animation-name: mybounce;
  animation-name: mybounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  background: #fff; }

/*
================
css for vertical mega-menu when its on widget area
================
*/
/*.widget .wpmm-orientation-vertical ul.wpmm-mega-wrapper li > a.wp-mega-menu-link {
	display: block;
    width: 100%;
    padding: 10px 15px !important;
    position: relative;
}*/
.widget .wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-vertical-left-align ul.wpmm-mega-wrapper li > .wpmm-sub-menu-wrap {
  left: auto;
  right: 100%; }

.widget .wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-vertical-left-align ul li.menu-item-has-children > a:after {
  content: '\f104';
  left: 0;
  right: auto; }

.widget .wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-vertical-left-align ul li.menu-item-has-children {
  padding-left: 10px; }

/*
========================================================================
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
css for pro 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
========================================================================
*/
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul .wpmm-featured-post-title ul {
  margin-left: -1.5% !important; }

.wpmm-sub-menu-wrap .wpmm-featured-post-title li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-left: 2%;
  margin-bottom: 0; }

.widget.widget_wpmegamenu_pro_blogformat ul li {
  width: 100%;
  margin-bottom: 15px; }

.widget.widget_wpmegamenu_pro_blogformat ul li:last-child {
  margin-bottom: 0; }

.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts,
.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title li .wpmm_lists_posts {
  position: relative;
  overflow: hidden; }

.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-featured,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-featured {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts:hover .wpmm-featured,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts:hover .wpmm-featured {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2); }

.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-featured,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-featured {
  width: 100% !important;
  position: relative; }

.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-featured:before,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-featured:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); }

.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10px 10px; }

.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title .span-wrapper,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title .span-wrapper {
  line-height: 1; }

.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title a h4,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title a h4 {
  margin-bottom: 7px;
  display: block; }

.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title a + a,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title a + a {
  display: inline-block;
  min-width: 100%; }

.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-hover-icon,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-hover-icon {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts:hover .wpmm-hover-icon,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts:hover .wpmm-hover-icon {
  opacity: 1;
  visibility: visible; }

.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title ul li a,
.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li .wpmm_lists_posts a {
  text-align: center;
  color: #fff;
  font-weight: 400;
  display: block; }

.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li .wpmm_lists_posts a {
  color: #fff !important; }

.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title .wpmm-postformat-title a + a,
.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li .wpmm_lists_posts .wpmm-postformat-title a + a {
  font-size: 13px; }

.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title ul li a span,
.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li a span {
  margin: 0 5px 5px;
  float: left;
  font-size: 13px; }

.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title ul li a span + span,
.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li a span + span {
  float: right; }

.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title ul li a span i.fa,
.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li a span i.fa {
  padding-right: 5px; }

.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title .featured-btn,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title .featured-btn {
  width: 100%; }

/*
==============================
horizontal featured box
==============================
*/
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-horizontal-type .wpmm-featured-box-section {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  width: 33.33%;
  padding-right: 20px; }

.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-vertical-type .wpmm-featured-box-section {
  margin-bottom: 15px; }

.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-vertical-type .wpmm-featured-box-section:last-child {
  margin-bottom: 0; }

.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-horizontal-type .wpmm-featured-box-section .wpmm-icon-text-icon {
  float: left;
  font-size: 65px;
  width: 20%;
  text-align: center; }

.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-horizontal-type .wpmm-featured-box-section .wpmm-feature-box-info {
  float: left;
  width: 80%;
  padding-left: 12px; }

.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-horizontal-type .wpmm-featured-box-section .wpmm-feature-box-info span.wpmm-title-tag,
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-vertical-type .wpmm-featured-box-section .wpmm-feature-box-info span.wpmm-title-tag {
  font-size: 18px;
  display: block; }

/*
===================
===================
*/
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .post-date-format,
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-timeline-post-title,
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-post-datetime-divider {
  display: inline-block;
  vertical-align: top; }

.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .post-date-format {
  margin-right: 10px;
  /*width: 42%;*/
  width: 29%; }

.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .post-date-format .wpmm-post-date,
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .post-date-format .wpmm-post-time {
  display: block; }

.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-timeline-post-title {
  margin-left: 12px;
  width: 61%; }

.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-post-datetime-divider {
  position: relative; }

.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-post-datetime-divider:before {
  position: absolute;
  content: '\f017';
  font-size: 16px;
  color: #f00;
  left: -10px;
  top: 7px; }

.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-post-datetime-divider:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background: #ccc;
  left: -5px;
  top: 28px; }

/*================
text widget with image
==================*/
.wpmm-text-widgets {
  display: block; }

.wpmm-text-widgets .thumb {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden; }

.wpmm-text-widgets .thumb a {
  display: block; }

.wpmm-text-widgets .thumb a img {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1); }

.wpmm-text-widgets .thumb a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.wpmm-text-widgets .wpmm-header h2.entry-title {
  margin-bottom: 5px; }

.wpmm-text-widgets .wpmm-header p {
  margin-bottom: 10px;
  font-size: 14px !important; }

.wpmm-text-widgets .wpmm-header h2.entry-title a {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600; }

.wpmm-text-widgets .wwpmm-linkbtn {
  display: inline-block;
  padding: 5px 10px;
  background: #de5855;
  cursor: pointer;
  border: 1px solid #de5855;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  text-transform: capitalize; }

.wpmm-text-widgets .wwpmm-linkbtn a {
  color: #fff !important; }

.wpmm-text-widgets .wwpmm-linkbtn:hover {
  background: none; }

.wpmm-text-widgets .wwpmm-linkbtn:hover a {
  color: #de5855 !important; }

/*==============
recent post widget and variation
================*/
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section {
  overflow: hidden; }

.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-image-left-section {
  float: left;
  width: 35%; }

.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-image-left-section img {
  width: 100%; }

.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section {
  float: left;
  /*width: 65%;*/
  width: 54%;
  padding: 0 15px 15px;
  line-height: 1.2; }

.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-cat {
  font-size: 12px;
  color: #d92121;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px; }

.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-display-date {
  font-size: 11px;
  color: #888888;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px; }

.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-comment-number {
  font-size: 11px;
  color: #888888;
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px; }

.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-comment-number:before {
  content: '\f075';
  position: absolute;
  display: block;
  font: 11px;
  color: #888888;
  top: 0;
  left: 0; }

.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-recent-posts-title {
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block; }

.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-readmore-btn {
  display: inline-block;
  color: #888;
  position: relative; }

.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-readmore-btn:before {
  position: absolute;
  content: '\f105';
  font-size: 14px;
  display: block;
  right: -10px; }

/*====
hover effect
====*/
.wpmm-pro-recent-posts-widget ul li {
  cursor: pointer; }

.wpmm-pro-recent-posts-widget .layout1 li {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }

.wpmm-pro-recent-posts-widget .layout1 li:hover div {
  background: #f3f3f3;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wpmm-pro-recent-posts-widget .layout1 .wpmm-content-right-section {
  padding: 10px 15px; }

.wpmm-pro-recent-posts-widget .layout2 li .wpmm-recentposts-section .wpmm-image-left-section {
  position: relative; }

.wpmm-pro-recent-posts-widget .layout2 li .wpmm-recentposts-section .wpmm-image-left-section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wpmm-pro-recent-posts-widget .layout2 li:hover .wpmm-recentposts-section .wpmm-image-left-section:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1); }

.wpmm-pro-recent-posts-widget .layout2 li .wpmm-recentposts-section .wpmm-image-left-section:after {
  position: absolute;
  content: '\f196';
  font-size: 20px;
  color: #fff;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden; }

.wpmm-pro-recent-posts-widget .layout2 li:hover .wpmm-recentposts-section .wpmm-image-left-section:after {
  opacity: 1;
  top: 50%;
  visibility: visible; }

.wpmm-pro-recent-posts-widget .layout3 li .wpmm-recentposts-section .wpmm-image-left-section {
  position: relative; }

.wpmm-pro-recent-posts-widget .layout3 li .wpmm-recentposts-section .wpmm-image-left-section:before {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background: #dc5958;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wpmm-pro-recent-posts-widget .layout3 li:hover .wpmm-recentposts-section .wpmm-image-left-section:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1); }

/*==============
Pro blog layout
==============*/
.wpmmpro-postslist-wrapper {
  font-size: 14px;
  color: #888888; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list {
  margin-left: -2%; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list a.wpmegamenu_post_item {
  float: left;
  width: 23%;
  display: block;
  margin-left: 2%;
  margin-top: 15px; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list .show-category {
  display: block;
  margin-bottom: 6px; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list .show-category span {
  background: #f87b7b;
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 9px;
  color: #fff; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list.wpmm-layout3 .show-category span {
  font-size: 12px; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list span.wpmm-posts-title {
  display: block;
  font-weight: 600;
  color: #282828;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 1px; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list.wpmm-layout3 span.wpmm-posts-title {
  font-size: 16px; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details {
  color: #888888;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details > span {
  margin-right: 5px;
  font-size: 11px; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details .wpmm-author-name,
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details .wpmm-entry-date {
  text-transform: uppercase; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details span.wpmm-author-name span,
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details span.wpmm-entry-date span {
  text-transform: none;
  color: #9b9a9a;
  font-weight: 400;
  margin-right: 2px; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details .comment_in_number {
  position: relative;
  padding-left: 15px;
  float: right; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details .comment_in_number:before {
  position: absolute;
  content: '\f075';
  font-size: 12px;
  display: block;
  top: 0;
  left: 0; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list .wpmmpro_post_img {
  margin-bottom: 8px; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list .wpmmpro_post_content {
  color: #5a5a5a;
  font-size: 12px;
  text-transform: none;
  line-height: 1.3; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list .wpmmpro_post_content p {
  margin-bottom: 5px; }

.wpmm-orientation-vertical .wpmmpro-postslist-wrapper .wpmmpro-posts-list .wpmmpro_post_content p {
  margin-bottom: 10px; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-last-section {
  display: inline-block; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-last-section span {
  display: block;
  cursor: pointer; }

/*=============
layout and hover effect
===========*/
.wpmmpro-postslist-wrapper .wpmm-layout1 .posts-last-section span,
.wpmmpro-postslist-wrapper .wpmm-layout2 .posts-last-section span {
  background: #f87b7a;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  box-shadow: 0 3px 0px #da5d5c;
  -webkit-box-shadow: 0 3px 0px #da5d5c;
  padding: 5px 15px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s; }

.wpmmpro-postslist-wrapper .wpmm-layout2 .posts-last-section span {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #929292;
  color: #929292;
  background: none; }

.wpmmpro-postslist-wrapper .wpmmpro-posts-list.wpmm-layout1 a:hover .posts-last-section span {
  background: #414040;
  box-shadow: 0 3px 0px #151414;
  -webkit-box-shadow: 0 3px 0px #151414; }

.wpmmpro-postslist-wrapper .wpmm-layout2 a:hover .posts-last-section span {
  background: #f87b7a;
  color: #fff;
  border-color: #f87b7a; }

.wpmmpro-postslist-wrapper .wpmm-layout3 .posts-last-section span.wpmm-entry-date,
.wpmmpro-postslist-wrapper .wpmm-layout3 .posts-last-section span.comment_in_number {
  font-size: 12px;
  color: #888888;
  text-transform: capitalize;
  font-weight: 400; }

.wpmmpro-postslist-wrapper .wpmm-layout3 .posts-last-section span {
  font-weight: 600;
  color: #000;
  font-size: 12px; }

.wpmmpro-postslist-wrapper .wpmm-layout3 .show-category span {
  background: none;
  padding: 0 0 0 20px;
  color: #333333;
  position: relative; }

.wpmmpro-postslist-wrapper .wpmm-layout3 .show-category span:before {
  content: '\f115';
  position: absolute;
  font-size: 13px;
  left: 0;
  display: block;
  top: -2px; }

.wpmmpro-postslist-wrapper .wpmm-layout3.wpmmpro-posts-list .show-category {
  border-bottom: 1px solid #333333; }

.wpmmpro-postslist-wrapper .wpmm-layout3.wpmmpro-posts-list a .wpmmpro_post_img {
  overflow: hidden; }

.wpmmpro-postslist-wrapper .wpmm-layout3.wpmmpro-posts-list a .wpmmpro_post_img img {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s; }

.wpmmpro-postslist-wrapper .wpmm-layout3.wpmmpro-posts-list a:hover .wpmmpro_post_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s; }

/*====
slider layout
=====*/
.wpmega-posts-slider li {
  position: relative; }

.wpmega-posts-slider li .wpmm-caption-wrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: #fff;
  padding: 0 15px; }

.wpmega-posts-slider li:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%; }

.wpmega-posts-slider li .wpmm-caption-wrapper h3 a {
  color: #fff !important;
  text-transform: capitalize; }

.wpmega-posts-slider li .wpmm-caption-wrapper .posts-slider-date i.fa {
  margin-right: 5px; }

.wpmm-posts-slider-widgets .bx-controls-direction a {
  background-image: none !important; }

.wpmm-posts-slider-widgets .bx-controls-direction a.bx-prev,
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-next {
  color: #fff;
  background: #dc5958;
  height: 25px;
  width: 20px;
  text-align: center;
  position: relative;
  text-indent: 0;
  font-size: 0;
  margin-top: 0;
  display: inline-block;
  position: absolute; }

.wpmm-posts-slider-widgets .bx-controls-direction a.bx-prev {
  left: -8px; }

.wpmm-posts-slider-widgets .bx-controls-direction a.bx-next {
  right: 0; }

.wpmm-posts-slider-widgets .bx-controls-direction a.bx-prev:before,
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-next:before {
  position: absolute;
  content: '';
  font-size: 16px;
  color: #fff; }

.wpmm-posts-slider-widgets .bx-controls-direction a.bx-prev:before {
  content: '\f104';
  left: 6px; }

.wpmm-posts-slider-widgets .bx-controls-direction a.bx-next:before {
  content: '\f105';
  right: 6px; }

/*=====
gallery section
=====*/
.wpmm-image-gallery-widget .gallery-icon {
  padding: 6px;
  background: #eee;
  cursor: pointer;
  overflow: hidden;
  margin: 0 2px 6px; }

.wpmm-image-gallery-widget .gallery-icon img {
  width: 100%;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -ms-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.wpmm-image-gallery-widget .gallery-icon:hover img {
  -ms-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

/*=======
wpmm-image-link-wrapper
========*/
.wpmm-image-link-wrapper a {
  position: relative;
  overflow: hidden; }

.wpmm-image-link-wrapper a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s; }

.wpmm-image-link-wrapper a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/*====================
wpmm-pro-productlist-wrap
====================*/
.wpmm-pro-productlist-wrap ul.all-product-list li {
  width: 50%;
  float: left; }

.wpmm-pro-productlist-wrap .all-product-list li,
.wpmm-pro-recent-product-widget .rec-product-list-area li,
.new-layout-product-list-area .all-woo-product-new-layout li {
  margin-top: 15px; }

.wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(odd) {
  padding-right: 10px; }

.wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(even) {
  padding-left: 10px; }

.wpmm-pro-productlist-wrap .all-product-list li .wpmm-prodimage,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-left-section {
  float: left;
  width: 40%;
  position: relative; }

.wpmm-pro-productlist-wrap .all-product-list li .wpmm-prodimage a,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-left-section a {
  display: block; }

.wpmm-pro-productlist-wrap .all-product-list li .wpmm-prodimage a img,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-left-section a img {
  width: 100%; }

.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section {
  float: left;
  width: 60%;
  padding-left: 20px; }

.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-category-lists span,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section span.recent_product_category_title {
  color: #9e9e9e;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px; }

.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content a h3,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px; }

.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a h3 {
  margin-bottom: 5px; }

.wpmm-pro-recent-product-widget .all-product-list li .wpmm-recentpro-right-section a h3 {
  font-size: 15px; }

.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content a:hover h3,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a:hover h3 {
  color: rgba(0, 0, 0, 0.5); }

.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .product-desc p {
  margin-bottom: 5px; }

.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .star-rating {
  float: left;
  width: 100%;
  margin-bottom: 5px; }

.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section .star-rating {
  display: none; }

.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .price,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section span.price {
  display: block;
  margin-bottom: 5px;
  color: #ccc; }

.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .price ins,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section .price ins,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section .price ins {
  background: none;
  float: left;
  font-size: 16px; }

.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .price del,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section .price del {
  font-size: 13px;
  margin-left: 10px;
  color: #ccc; }

.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content a.button,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a.button {
  background: #dc5958;
  color: #fff;
  border: 1px solid #dc5958;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  border-radius: 0;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 400;
  font-size: 10px; }

.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content a.button:hover,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a.button:hover {
  background: none;
  color: #dc5958; }

/*===========
wpmm-pro-woo-product-widget
============*/
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li {
  display: inline-block;
  width: 23.5%;
  margin-right: 1.3%; }

.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li:nth-child(4n) {
  margin-right: 0; }

.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section img {
  width: 100%; }

.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section {
  position: relative;
  margin-bottom: 5px; }

.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section a.button {
  position: absolute;
  width: 100%;
  background: rgba(220, 89, 88, 0.4);
  display: block;
  color: #fff;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  bottom: 0;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  font-weight: 400;
  border-radius: 0; }

.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section a.added_to_cart {
  position: absolute;
  top: 50%;
  width: 35px;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 35px;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  border-radius: 3px; }

.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section a.added_to_cart:before {
  position: absolute;
  content: '\f07a';
  color: #fff;
  font-size: 17px;
  line-height: 33px;
  left: 9px; }

.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section:hover a.button {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1); }

.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section a:hover {
  background: #dc5958;
  color: #fff; }

.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section a h3 {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  margin-top: 0; }

.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section {
  padding: 5px 7px; }

.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section .star-rating {
  width: 100%;
  margin-bottom: 5px; }

.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section span.price {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #000; }

.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section span.price ins {
  background: none;
  float: left;
  font-size: 14px;
  color: #ccc; }

.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section span.price del {
  font-size: 12px;
  color: #ccc;
  font-weight: 400;
  margin-left: 10px; }

/*sale css*/
.wp-megamenu-main-wrapper .woocommerce span.onsale {
  border-radius: 0;
  left: 5px;
  top: -6px;
  min-width: 50px;
  min-height: 30px;
  font-weight: 500;
  font-size: 13px;
  padding: 7px 0;
  line-height: 1.5;
  background-color: #66a423; }

.wp-megamenu-main-wrapper .woocommerce span.onsale:before {
  position: absolute;
  content: '';
  right: -8px;
  top: 0;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 8px;
  border-color: transparent transparent transparent #396d02; }

/*end*/
/*=========
horizantol tabs
===========*/
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section {
  display: inline-block;
  width: auto;
  position: static;
  margin-left: 0; }

.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section:first-child {
  margin-left: 8px; }

.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link {
  width: 100px;
  text-align: center;
  padding: 10px;
  background: #00c0ef;
  color: #fff;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg); }

.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link span {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg); }

.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link span:hover {
  margin-left: 0; }

.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section.show_tab > a.wp-mega-menu-link {
  background: #00a5cd; }

.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs ul {
  position: relative; }

.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > .wpmm-sub-menu-wrapper {
  position: absolute;
  width: 100%;
  border-top: 2px solid #00a5cd;
  z-index: 999;
  left: 0;
  padding-top: 15px;
  overflow: hidden;
  background: #fff; }

.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li {
  margin-left: 1% !important;
  width: 23.9% !important; }

.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li:first-child {
  margin-left: 0 !important; }

/*=====
wpmm-featuredbox wpmm-section wpmm-featured-vertical-type
======*/
.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox {
  overflow: hidden;
  margin-bottom: 10px; }

.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox:last-child {
  margin-bottom: 0; }

.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox a {
  display: block; }

.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox a .wpmm-icon-text-icon,
.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox .wpmm-icon-text-icon {
  float: left;
  width: 15%;
  text-align: center; }

.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox a .wpmm-feature-box-info,
.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox .wpmm-feature-box-info {
  width: 85%;
  float: left;
  padding-left: 10px; }

/*=======
login overlay
=======*/
.wpmm-login-form {
  display: block; }

.wpmm-login-form .wpmm_login_overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden; }

.wpmm-login-form.wpmm_show_form .wpmm_login_overlay {
  visibility: visible;
  opacity: 1;
  z-index: 999999;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

/*body {
	position: relative;
}*/
/*======
secondary widget css
=======*/
#secondary .wpmm-pro-productlist-wrap ul.all-product-list li {
  width: 100%;
  margin-bottom: 20px; }

#secondary .wpmm-pro-productlist-wrap ul.all-product-list li:last-child {
  margin-bottom: 0; }

#secondary .wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(odd) {
  padding-right: 0; }

#secondary .wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(even) {
  padding-left: 0; }

#secondary .wpmmpro-postslist-wrapper .wpmmpro-posts-list a.wpmegamenu_post_item {
  width: 100%; }

/*===================
group desk css
====================*/
.wpmm-start-group-section {
  float: left; }

/*=======
view more
=========*/
.wpmm_megamenu .wp-megamenu-main-wrapper .wp-mega-sub-menu li.wpmega-view-more-btn a,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-sub-menu li.wpmega-view-more-btn a {
  display: inline-block;
  background: #f00;
  color: #fff;
  font-weight: 400;
  padding: 4px 8px;
  border: 1px solid #f00;
  width: auto;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wpmm_megamenu .wp-megamenu-main-wrapper .wp-mega-sub-menu li.wpmega-view-more-btn a span,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-sub-menu li.wpmega-view-more-btn a span {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none; }

.wpmm_megamenu .wp-megamenu-main-wrapper .wp-mega-sub-menu li.wpmega-view-more-btn a span:hover {
  margin-left: 0 !important; }

.wpmm_megamenu .wp-megamenu-main-wrapper .wp-mega-sub-menu li.wpmega-view-more-btn a:hover {
  background: none;
  color: red; }

/*=======
image icon
=======*/
.wp-megamenu-main-wrapper .wpmm-mega-menu-icon {
  line-height: 1.2; }

.wp-megamenu-main-wrapper .wpmm-mega-menu-icon img {
  margin-right: 7px; }

/*end*/
/*=========
search popup
==========*/
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type a,
.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmm-search-type a {
  outline: none; }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s; }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.wpmm-search-overlay {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1); }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search {
  width: 300px;
  margin: 0 auto;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  background: #39aa8c;
  padding: 10px;
  border-radius: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form label {
  width: 100%; }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form label input.search-field {
  width: 100%;
  outline: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  font-weight: 400;
  border: 1px solid #39aa8c;
  text-align: center; }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form label input[type="search"]::-webkit-input-placeholder {
  color: #333;
  font-size: 12px;
  text-transform: uppercase; }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form input[type="submit"] {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  color: #fff;
  background: #016d50;
  padding: 10px;
  border: none;
  text-transform: uppercase;
  border: 3px solid #016d50;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  outline: none;
  border-radius: 0px;
  margin-top: 9px; }

.wpmm-search-icon.popup-search-form form.search-form {
  margin-bottom: 0px; }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form input[type="submit"]:hover {
  background: none;
  color: #016d50;
  font-weight: 600; }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup {
  display: block;
  position: absolute;
  left: 98%;
  top: 10px;
  z-index: 999;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span {
  position: relative; }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span:before,
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  top: 15px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup:hover span:before,
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup:hover span:after {
  background: #fff; }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

/*=========
background image part
==========*/
.wpmm-orientation-horizontal .wpmm-sub-menu-wrap .wpmm-single-bgimage,
.wpmm-orientation-vertical .wpmm-sub-menu-wrap .wpmm-single-bgimage {
  position: absolute;
  top: 0px;
  /*right: 0;*/
  left: 0;
  z-index: -1;
  bottom: 0; }

.wpmm-orientation-horizontal .wpmm-sub-menu-wrap .wpmm-single-bgimage img {
  width: 100%; }

.wpmm-orientation-horizontal .wpmm-sub-menu-wrap .wpmm-single-bgimage {
  /*left: auto;*/ }

.wpmm-orientation-vertical .wpmm-sub-menu-wrap .wpmm-single-bgimage {
  left: 0;
  right: auto;
  width: 100%; }

.wpmm-orientation-vertical .wpmm-sub-menu-wrap .wpmm-single-bgimage img {
  width: 100%; }

/*=========
vertical tab
==========*/
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs > div.wpmm-sub-menu-wrapper {
  position: relative; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li.wpmega-vertical-tabs > a {
  display: none; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups {
  width: 30%;
  float: left; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups li {
  width: 100%;
  color: #666;
  margin: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a:hover span,
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a:hover {
  background: #fff;
  position: relative; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a > span {
  background: #fff; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a:hover:before,
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a:before {
  content: '';
  position: absolute;
  left: -1px;
  width: 5px;
  height: 100%;
  background: red;
  z-index: 999; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span {
  color: #666;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 100%;
  border-top: 1px solid #ccc;
  background: #eee;
  border-left: 1px solid #ccc; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li:last-child > a > span {
  border-bottom: 1px solid #ccc; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span:hover {
  margin-left: 0; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 15px;
  border-left: 0;
  left: auto;
  width: 70%;
  overflow: hidden; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  padding: 0 10px; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li:first-child {
  padding-left: 0; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li:last-child {
  padding-right: 0; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title,
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-horizontal-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px; }

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title:before,
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-horizontal-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title:before {
  content: '';
  position: absolute;
  background: #333;
  bottom: 0;
  width: 30px;
  height: 1px; }

/*=================
wpmegamenu-featured-box
=================*/
.wpmegamenu-featured-box {
  background: #ECEAEF;
  padding: 15px 0;
  margin-bottom: 10px; }

.wpmegamenu-featured-box div.wpmm-box-section {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  width: 33.33%; }

.wpmegamenu-featured-box div.wpmm-box-section .wpmm-icon-text-icon {
  float: left;
  vertical-align: top;
  width: 25%;
  text-align: center;
  font-size: 38px;
  padding: 10px 0; }

.wpmegamenu-featured-box div.wpmm-box-section .wpmm-feature-info {
  float: right;
  vertical-align: top;
  width: 75%;
  text-align: left; }

.wpmegamenu-featured-box div.wpmm-box-section .wpmm-feature-info span.wpmm-title-tag {
  font-size: 15px;
  display: block;
  color: #333;
  font-weight: 600; }

/*==========
pop up according to theme color
==========*/
.wp-megamenu-main-wrapper.wpmega-black-white .ajax-auth h1,
.wp-megamenu-main-wrapper.wpmega-black-silver .ajax-auth h1 {
  border-bottom: 1px solid #000; }

.wp-megamenu-main-wrapper.wpmega-black-white .ajax-auth input.submit_button,
.wp-megamenu-main-wrapper.wpmega-black-silver .ajax-auth input.submit_button {
  background-color: #3d3d3d;
  background: -o-linear-gradient(top, #3d3d3d, #212121); }

.wp-megamenu-main-wrapper.wpmega-black-white .ajax-auth button.close:before,
.wp-megamenu-main-wrapper.wpmega-black-silver .ajax-auth button.close:before {
  color: #000; }

/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black .ajax-auth h1 {
  border-bottom: 1px solid #dace2e; }

.wp-megamenu-main-wrapper.wpmega-gold-yellow-black .ajax-auth input.submit_button {
  background: #dace2e; }

.wp-megamenu-main-wrapper.wpmega-gold-yellow-black .ajax-auth button.close:before {
  color: #dace2e; }

/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white .ajax-auth h1 {
  border-bottom: 1px solid #CFA66F; }

.wp-megamenu-main-wrapper.wpmega-hunter-shades-white .ajax-auth input.submit_button {
  background: #CFA66F; }

.wp-megamenu-main-wrapper.wpmega-hunter-shades-white .ajax-auth button.close:before {
  color: #CFA66F; }

/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black .ajax-auth h1 {
  border-bottom: 1px solid #a32638; }

.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black .ajax-auth input.submit_button {
  background: #a32638;
  background: -webkit-gradient(linear, left top, left bottom, from(#a32638), to(#f93831));
  background: linear-gradient(to bottom, #a32638 0%, #f93831 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a32638', endColorstr='#f93831',GradientType=0 ); }

.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black .ajax-auth button.close:before {
  color: #a32638; }

/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white .ajax-auth h1 {
  border-bottom: 1px solid #0AA2EE; }

.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white .ajax-auth input.submit_button {
  background: #0AA2EE; }

.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white .ajax-auth button.close:before {
  color: #0AA2EE; }

/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-warm-purple-white .ajax-auth h1 {
  border-bottom: 1px solid #9768a8; }

.wp-megamenu-main-wrapper.wpmega-warm-purple-white .ajax-auth input.submit_button {
  background: #9768a8; }

.wp-megamenu-main-wrapper.wpmega-warm-purple-white .ajax-auth button.close:before {
  color: #9768a8; }

/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-sea-green-white .ajax-auth h1 {
  border-bottom: 1px solid #5EC073; }

.wp-megamenu-main-wrapper.wpmega-sea-green-white .ajax-auth input.submit_button {
  background: #5EC073; }

.wp-megamenu-main-wrapper.wpmega-sea-green-white .ajax-auth button.close:before {
  color: #5EC073; }

/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white .ajax-auth h1 {
  border-bottom: 1px solid #003153; }

.wp-megamenu-main-wrapper.wpmega-prussian-blue-white .ajax-auth input.submit_button {
  background: #003153; }

.wp-megamenu-main-wrapper.wpmega-prussian-blue-white .ajax-auth button.close:before {
  color: #003153; }

/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white .ajax-auth h1 {
  border-bottom: 1px solid #30BA8F; }

.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white .ajax-auth input.submit_button {
  background: #30BA8F; }

.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white .ajax-auth button.close:before {
  color: #30BA8F; }

/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-white-blue .ajax-auth h1 {
  border-bottom: 1px solid #0056c7; }

.wp-megamenu-main-wrapper.wpmega-white-blue .ajax-auth input.submit_button {
  background: #0056c7; }

.wp-megamenu-main-wrapper.wpmega-white-blue .ajax-auth button.close:before {
  color: #0056c7; }

/*==========
==========*/
.wp-megamenu-main-wrapper.wpmega-simple-green .ajax-auth h1 {
  border-bottom: 1px solid #570; }

.wp-megamenu-main-wrapper.wpmega-simple-green .ajax-auth input.submit_button {
  background: #570; }

.wp-megamenu-main-wrapper.wpmega-simple-green .ajax-auth button.close:before {
  color: #570; }

/*===========
===========*/
.wpmm-image-gallery-widget .gallery {
  margin-bottom: 0; }

.wp1s-widget-wrap .bx-controls {
  display: none; }

/*===========
hide and show list
============*/
.wp-megamenu-main-wrapper ul li.wpmm-display-mode-off {
  display: none !important; }

/*=========
image change in hover
==========*/
.wpmm-background-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/*=================
vertical slide css
=================*/
.wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-slide ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
  top: 50%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s; }

.wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-slide.wpmm-onhover ul.wpmm-mega-wrapper li:hover .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-slide.wpmm-onclick ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap {
  top: 0; }

/*
* CUstom Template Default Styling
*/
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title::before,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link::before {
  background: #47a35b;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 30px; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-ctheme-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after {
  content: '\f107';
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 14px; }

.wpmega-responsive-closebtn {
  display: none; }

.wp-megamenu-main-wrapper h2.woocommerce-loop-product__title {
  font-size: 16px;
  margin-top: 4px; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.wpmm-clogo-image > a,
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.wpmm-clogo-image > a {
  padding: 9px 11px 6px 13px !important;
  cursor: pointer; }

.wpmm-bgoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/*.wpmm-sub-menu-wrap .wpmm_megamenu_bottomcontent {
    display: none;
}

.wpmm-sub-menu-wrap .wpmm_megamenu_topcontent {
    display: none;
}*/
.wp-mega-menu-link {
  cursor: pointer; }

.wpmm-sub-menu-wrap.wpmm-open {
  display: block; }

.wpmm-fade-in {
  display: block; }

.wpmega-enabled-mobile-menu .wpmm-mega-wrapper.hide-menu {
  display: none; }

.wp-mega-toggle-block {
  cursor: pointer; }

/*#mega-menu-wrap-demo_navigation .mega-menu-toggle .mega-toggle-block-1::before{
      color: #fff;
    content: "";
    //font-family: "dashicons";
    font-size: 24px;
    margin: 0 0 0 5px;
}*/
.wpmega-openblock {
  display: block; }

/*.wp-megamenu-main-wrapper .wpmega-responsive-closebtn {
    display: none;
}*/
.wpmm-pro-sticky.navbar-fixed-top {
  position: fixed;
  left: 0;
  right: 0; }

.wpmega-user-login-form {
  cursor: pointer; }

.wp-megamenu-main-wrapper form.ajax-auth {
  display: none;
  z-index: 999;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 50%;
  width: 350px;
  margin-left: -200px;
  padding: 25px;
  background-color: #FFFFFF;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  color: #878787;
  font-size: 11px;
  z-index: 999999; }

.wp-megamenu-main-wrapper .ajax-auth h1,
.ajax-auth h3 {
  font-weight: 500;
  color: #333333;
  line-height: 1; }

.wp-megamenu-main-wrapper .ajax-auth h1 {
  font-size: 27px;
  text-align: center;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  border-bottom: 2px solid #E66432;
  padding-bottom: 15px; }

.wp-megamenu-main-wrapper .ajax-auth h3 {
  font-size: 18px;
  text-align: left;
  margin: 0; }

.wp-megamenu-main-wrapper .ajax-auth h3 a {
  color: #e25c4c; }

.wp-megamenu-main-wrapper .ajax-auth hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0 none;
  height: 1px;
  margin: 20px 0; }

.wp-megamenu-main-wrapper .ajax-auth label {
  color: #40403c;
  font-weight: 600;
  font-size: 12px; }

.wp-megamenu-main-wrapper .ajax-auth input#username,
.wp-megamenu-main-wrapper .ajax-auth input#password,
.wp-megamenu-main-wrapper .ajax-auth input#signonname,
.wp-megamenu-main-wrapper .ajax-auth input#email,
.wp-megamenu-main-wrapper .ajax-auth input#signonpassword,
.wp-megamenu-main-wrapper .ajax-auth input#password2 {
  border: 1px solid #EDEDED;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
  color: #333333;
  font-size: 15px;
  padding: 10px 10px 10px 13px;
  width: 100%;
  margin: 3px 0 20px 0;
  background-color: #F9F9F9; }

.wp-megamenu-main-wrapper .ajax-auth input#username:focus,
.wp-megamenu-main-wrapper .ajax-auth input#password:focus,
.wp-megamenu-main-wrapper .ajax-auth input#signonname:focus,
.wp-megamenu-main-wrapper .ajax-auth input#email:focus,
.wp-megamenu-main-wrapper .ajax-auth input#signonpassword:focus,
.wp-megamenu-main-wrapper .ajax-auth input#password2:focus {
  background-color: #FFF; }

.wp-megamenu-main-wrapper .ajax-auth label.error {
  display: none !important; }

.wp-megamenu-main-wrapper .ajax-auth input.error {
  border: 1px solid #FF0000 !important; }

.wp-megamenu-main-wrapper .ajax-auth input.submit_button {
  font-size: 14px;
  color: #FFF;
  border: none;
  background-color: #e25c4c;
  border-radius: 3px;
  text-shadow: none;
  background: -moz-linear-gradient(top, #ea6656, #df5949);
  float: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 50%;
  margin: 0 auto;
  display: block;
  padding: 14px 13px;
  line-height: 1.3; }

.wp-megamenu-main-wrapper .ajax-auth button.close {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 0;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  padding: 0;
  opacity: 1;
  background: #fff; }

.wp-megamenu-main-wrapper .ajax-auth button.close:before {
  position: absolute;
  content: '\f00d';
  font-size: 19px;
  color: #fff;
  left: 8px;
  top: 5px;
  color: #e25c4c; }

.wp-megamenu-main-wrapper .ajax-auth a {
  text-decoration: none; }

.wp-megamenu-main-wrapper .ajax-auth a.close {
  color: #DCDCDC;
  position: absolute;
  right: 15px;
  top: 15px; }

.wp-megamenu-main-wrapper .ajax-auth a.text-link {
  color: #B4B2B2;
  float: left;
  margin: 10px 0 0 0; }

.wp-megamenu-main-wrapper .ajax-auth p.status {
  text-align: center;
  margin: -15px 0 20px 0;
  font-weight: 600;
  display: none; }

a.login_button {
  padding: 5px 7px 5px 7px;
  background-color: #FFF;
  border-radius: 3px;
  border: 1px solid #DCDCDC;
  color: #333;
  text-decoration: none;
  font-size: 11px; }

.wpmm-sub-menu-wrapper .wpmm-tabs-section .wpmm-sub-menu-wrapper {
  display: none; }

.wpmm-sub-menu-wrapper .wpmm-tabs-section.show_tab .wpmm-sub-menu-wrapper {
  display: block;
  overflow: hidden; }

.wpmm-hide-menu-ltusers {
  display: none !important; }

/*.wpmm-background-image {
    position: relative;
}*/
.wpmm-background-image img {
  position: absolute;
  left: 0;
  z-index: -1; }

.wpmm-single-bgimage img {
  left: 0;
  top: 0; }

.wpmm-background-image img.top:hover {
  opacity: 0; }

@-webkit-keyframes FadeInOut {
  0% {
    opacity: 1; }
  45% {
    opacity: 1; }
  55% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes FadeInOut {
  0% {
    opacity: 1; }
  45% {
    opacity: 1; }
  55% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes image {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(2);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes image {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(2);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media (max-width: 910px) {
  .wpmegamenu-featured-box div.wpmm-box-section {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 4px 0px 7px -2px; }
  .wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-on-mobile {
    display: none; }
  .wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-on-desktop {
    display: block; }
  .wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-on-desktop.wpmega-hide-on-mobile {
    display: none; }
  .wpmega-black-white .wpmega-openblock {
    color: white; }
  .wpmm-orientation-vertical .menutoggle,
  .wpmm-orientation-horizontal .menutoggle {
    display: none !important; }
  .wpmm-orientation-horizontal .wpmegamenu-toggle {
    display: block; }
  .wpmm-orientation-horizontal .wpmegamenu-toggle .wp-mega-toggle-block .dashicons {
    font-size: 20px; }
  .wpmm-orientation-horizontal .wpmegamenu-toggle .menutoggle {
    display: none; }
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: left;
    position: relative; }
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li:last-child {
    border-bottom: none; }
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .dropdown-toggle {
    display: none; }
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchdown,
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchinline {
    padding: 15px 10px; }
  .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchinline,
  .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmm-csingle-menu {
    padding: 15px 10px; }
  .wp-megamenu-main-wrapper.wpmega-midnightblue-sky-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a::before {
    display: none; }
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children a {
    margin-right: 0; }
  .wpmm-ctheme-wrapper.wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-openblock,
  .wpmm-ctheme-wrapper.wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-closeblock {
    padding: 10px 10px 13px;
    color: #000; }
  .wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-openblock,
  .wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-closeblock {
    padding: 10px 10px 13px;
    color: #fff; }
  .wpmm-orientation-horizontal.wpmega-clean-white .wpmegamenu-toggle .wpmega-openblock,
  .wpmm-orientation-horizontal.wpmega-clean-white .wpmegamenu-toggle .wpmega-closeblock {
    color: #000; }
  .wpmm-orientation-horizontal.wpmega-clean-white .wpmegamenu-toggle {
    border: 1px solid #ccc; }
  .wpmm-orientation-vertical.wpmega-clean-white .wpmegamenu-toggle .wpmega-openblock,
  .wpmm-orientation-vertical.wpmega-clean-white .wpmegamenu-toggle .wpmega-closeblock {
    color: #000; }
  .wp-megamenu-main-wrapper .wpmm-mega-menu-label {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 23%; }
  .wp-megamenu-main-wrapper .wpmm-mega-menu-label::before {
    border-color: #d500fb transparent transparent;
    border-style: solid;
    border-width: 7px 4.5px 0;
    bottom: -6px;
    content: "";
    height: 0;
    left: -6px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: auto;
    top: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
    width: 0; }
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
    transition: none;
    -webkit-transition: none;
    -ms-transition: none; }
  .wpmm-orientation-horizontal .wpmega-responsive-closebtn {
    color: #fff;
    border-top: 1px solid #fff;
    padding: 15px 10px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    z-index: 999999;
    overflow: hidden;
    clear: both; }
  .wpmm-orientation-horizontal .wpmega-responsive-closebtn:before {
    position: absolute;
    content: '\f00d';
    font-size: 16px;
    left: 10px;
    line-height: 1.4; }
  /*.wpmm-orientation-horizontal ul li ul li.wp-mega-menu-header {
		width: 33.33%;
	}*/
  ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type:hover .wpmm-sub-menu-wrap {
    top: 0; }
  ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-right.inline-search.searchbox-open {
    left: auto;
    opacity: 1;
    right: 10px; }
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
    width: 100% !important; }
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout div,
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout div ul li div {
    width: 100%;
    position: relative;
    max-height: 0; }
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout.active-show > div {
    max-height: 1000px; }
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout.active-show > div ul li.active-show > div {
    max-height: 1000px; }
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout li.menu-item-has-children > a::after {
    top: 12px; }
  .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchdown {
    padding: 15px 10px; }
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
    position: relative;
    max-height: 0;
    transition: all ease 0.1s;
    -webkit-transition: all ease 0.1s;
    -ms-transition: all ease 0.1s;
    padding: 0 8px 0; }
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap {
    width: 100% !important;
    position: relative;
    max-height: 10000px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    padding: 15px 8px 5px; }
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a:after,
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a:after {
    left: auto;
    right: 10px;
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important; }
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a.wp-mega-menu-link {
    padding-left: 10px; }
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
    padding-left: 20px !important; }
  /*ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
		position: relative !important;
		left: 0 !important;
		right: 0 !important;
    }*/
  .wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div {
    overflow: hidden;
    height: 0; }
  .wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div.wpmm-open-fade {
    height: 100%;
    z-index: 999; }
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div ul li div {
    right: 0; }
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
    z-index: 999; }
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div ul li.wpmm-submenu-align-right div {
    left: 0; }
  .wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-on-mobile {
    display: none; }
  .wp-megamenu-main-wrapper.wpmm-orientation-vertical {
    width: 100%; }
  .wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block {
    color: #fff; }
  .wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block .wpmega-openblock,
  .wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block .wpmega-closeblock {
    padding: 10px 10px 13px; }
  .wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block .dashicons {
    font-size: 26px; }
  .wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block .menutoggle {
    display: none; }
  .wpmm-orientation-vertical .wpmega-responsive-closebtn {
    color: #fff;
    border-top: 1px solid #fff;
    padding: 10px;
    font-weight: 600;
    position: relative;
    padding-left: 10px;
    cursor: pointer;
    z-index: 999999; }
  .wp-megamenu-main-wrapper.wpmm-orientation-vertical ul li.menu-item-has-children > a:after {
    content: '\f107'; }
  .wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
    /*	position: relative;*/
    max-height: 0;
    transition: all ease 0.1s;
    -webkit-transition: all ease 0.1s;
    -ms-transition: all ease 0.1s;
    padding: 0 8px 0;
    left: 0;
    width: 100% !important;
    right: 0; }
  .wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap {
    position: relative;
    max-height: 10000px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    padding: 15px 8px 5px; }
  .wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
    left: 0; }
  ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search.searchbox-open {
    left: 40px;
    top: 27px; }
  ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li {
    width: 49%;
    padding: 0;
    margin: 0 0 10px; }
  ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li:nth-child(even) {
    margin-left: 1%; }
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
    overflow: hidden;
    z-index: 999; }
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li.wpmm-submenu-align-left div {
    right: 0; }
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li div {
    left: 0; }
  /*=============
    slide on click for responsive
    ==============*/
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap,
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li.wpmega-horizontal-left-edge .wpmm-sub-menu-wrap,
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li.wpmega-horizontal-center .wpmm-sub-menu-wrap {
    left: 0; }
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
    position: static;
    padding: 0 8px; }
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li:hover .wpmm-sub-menu-wrap {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0 8px; }
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide.wpmm-onclick ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap {
    opacity: 1;
    visibility: visible;
    max-height: 10000px;
    z-index: 999;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    padding: 15px 8px 5px; }
  .wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout.active-show > div {
    overflow: visible; }
  .wp-megamenu-main-wrapper .wpmm-mega-wrapper .wpmm-sub-menu-wrap .wpmm-background-image {
    display: none; } }

/*
===========================================
responsive for horizontal mega menu
===========================================
*/
@media (max-width: 930px) {
  /*.wpmm-orientation-vertical .wpmega-openblock,*/
  .wpmm-orientation-vertical .menutoggle,
  .wpmm-orientation-horizontal .menutoggle {
    display: none; } }

@media (min-width: 911px) {
  .wp-megamenu-main-wrapper .wpmm-mega-wrapper {
    display: block; } }

@media (max-width: 768px) {
  /*.wpmm-orientation-horizontal ul li ul li.wp-mega-menu-header {
		width: 50%;
	}*/
  .wpmm-mega-8columns,
  .wpmm-mega-7columns,
  .wpmm-mega-6columns,
  .wpmm-mega-5columns,
  .wpmm-mega-4columns,
  .wpmm-mega-3columns,
  .wpmm-mega-2columns,
  .wpmm-mega-1columns {
    width: 100%; }
  .wpmm-sub-menu-wrap li.wpmega-1columns-1total,
  .wpmm-sub-menu-wrap li.wpmega-1columns-2total,
  .wpmm-sub-menu-wrap li.wpmega-1columns-3total,
  .wpmm-sub-menu-wrap li.wpmega-1columns-4total,
  .wpmm-sub-menu-wrap li.wpmega-1columns-5total,
  .wpmm-sub-menu-wrap li.wpmega-1columns-6total,
  .wpmm-sub-menu-wrap li.wpmega-1columns-7total,
  .wpmm-sub-menu-wrap li.wpmega-1columns-8total,
  .wpmm-sub-menu-wrap li.wpmega-2columns-2total,
  .wpmm-sub-menu-wrap li.wpmega-2columns-3total,
  .wpmm-sub-menu-wrap li.wpmega-3columns-3total,
  .wpmm-sub-menu-wrap li.wpmega-2columns-4total,
  .wpmm-sub-menu-wrap li.wpmega-3columns-4total,
  .wpmm-sub-menu-wrap li.wpmega-4columns-4total,
  .wpmm-sub-menu-wrap li.wpmega-2columns-5total,
  .wpmm-sub-menu-wrap li.wpmega-3columns-5total,
  .wpmm-sub-menu-wrap li.wpmega-4columns-5total,
  .wpmm-sub-menu-wrap li.wpmega-5columns-5total,
  .wpmm-sub-menu-wrap li.wpmega-2columns-6total,
  .wpmm-sub-menu-wrap li.wpmega-3columns-6total,
  .wpmm-sub-menu-wrap li.wpmega-4columns-6total,
  .wpmm-sub-menu-wrap li.wpmega-5columns-6total,
  .wpmm-sub-menu-wrap li.wpmega-6columns-6total,
  .wpmm-sub-menu-wrap li.wpmega-2columns-7total,
  .wpmm-sub-menu-wrap li.wpmega-3columns-7total,
  .wpmm-sub-menu-wrap li.wpmega-4columns-7total,
  .wpmm-sub-menu-wrap li.wpmega-5columns-7total,
  .wpmm-sub-menu-wrap li.wpmega-5columns-7total,
  .wpmm-sub-menu-wrap li.wpmega-6columns-7total,
  .wpmm-sub-menu-wrap li.wpmega-7columns-7total,
  .wpmm-sub-menu-wrap li.wpmega-2columns-8total,
  .wpmm-sub-menu-wrap li.wpmega-3columns-8total,
  .wpmm-sub-menu-wrap li.wpmega-4columns-8total,
  .wpmm-sub-menu-wrap li.wpmega-5columns-8total,
  .wpmm-sub-menu-wrap li.wpmega-6columns-8total,
  .wpmm-sub-menu-wrap li.wpmega-7columns-8total,
  .wpmm-sub-menu-wrap li.wpmega-8columns-8total {
    width: 100%;
    padding: 0 10px; }
  .wpmm-sub-menu-wrap li {
    margin-bottom: 20px; }
  .wpmm-sub-menu-wrap li:last-child {
    margin-bottom: 0; }
  .wpmega-black-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
  .wpmega-black-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before,
  .wpmega-mountain-meadow-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
  .wpmega-mountain-meadow-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
    width: 100%;
    height: 1px; }
  .wpmm-sub-menu-wrap ul li .wpmm-pro-recent-posts-widget ul li {
    width: 50% !important; }
  .wpmmpro-postslist-wrapper .wpmmpro-posts-list a.wpmegamenu_post_item {
    width: 48%; }
  .wpmm-orientation-horizontal .wpmm-sub-menu-wrap .wpmm-single-bgimage,
  .wpmm-orientation-vertical .wpmm-sub-menu-wrap .wpmm-single-bgimage {
    display: none; }
  .wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li {
    display: inline-block;
    width: 49% !important;
    margin: 0 0 20px !important; }
  .wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li:first-child {
    margin-left: 0 !important; }
  .wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li:nth-child(even) {
    margin-left: 1% !important; }
  ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups {
    width: 100%;
    height: auto !important; }
  ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel {
    position: relative;
    left: 0;
    width: 100%; }
  ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span {
    border-right: 1px solid #ccc; }
  ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a > span {
    border-bottom: 1px solid #ccc; }
  ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link .wpmm-featured-image,
  ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link .wpmm-custom-image {
    float: none; } }

@media (max-width: 620px) {
  .wpmm-sub-menu-wrap ul li .wpmm-pro-recent-posts-widget ul li {
    width: 100% !important; }
  .wpmmpro-postslist-wrapper .wpmmpro-posts-list a.wpmegamenu_post_item {
    width: 100%; }
  .wpmm-pro-productlist-wrap ul.all-product-list li {
    width: 100%; }
  .wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(even) {
    padding-left: 0; }
  .wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li {
    width: 47.9%; }
  .wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section {
    display: block; }
  .wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link {
    width: 100%; }
  .wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link span {
    display: block; }
  .wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link,
  .wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link span {
    transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg); }
  .wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section:first-child {
    margin-left: 0; }
  .wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > .wpmm-sub-menu-wrapper {
    position: relative;
    overflow: hidden; }
  .wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs ul {
    height: auto !important; }
  ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li {
    width: 100%; } }

@media (max-width: 480px) {
  .wpmm-orientation-horizontal ul li ul li.wp-mega-menu-header {
    width: 100%; }
  .wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li {
    width: 100%;
    margin: 0 0 10px; }
  .wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li {
    width: 100% !important; } }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper {
  background: rgba(255, 255, 255, 0); }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li {
  background: rgba(255, 255, 255, 0); }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title::before,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link::before {
  background: rgba(255, 255, 255, 0); }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical {
  border-radius: 0 0 0 0;
  margin-top: 5px;
  margin-bottom: 0; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li {
  border-radius: 0 0 0 0; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
  text-align: left; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal {
  width: 100%; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  color: #ffffff; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wp-mega-menu-link,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a.wp-mega-menu-link {
  padding: 10px 8px 10px 8px; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li:hover {
  background: rgba(255, 255, 255, 0); }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li:hover > a {
  font-weight: bold;
  text-decoration: none;
  color: #2b5c7d; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a::before,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a::before {
  background: none;
  opacity: 0; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-mega-wrapper > li.current-menu-item > a {
  color: #2b5c7d; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
  background: #ffffff; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal.wpmm-onhover ul.wpmm-mega-wrapper li:hover > .wpmm-sub-menu-wrap {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link span.wpmm-mega-menu-href-title,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-mega-menu-href-title,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 0;
  margin-top: 0; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:hover,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link span.wpmm-mega-menu-href-title:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wp-mega-sub-menu li a {
  color: #000000; }

.wpmm-ctheme-wrapper.wpmega-default-theme .wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li::before,
.wpmm-ctheme-wrapper.wpmega-default-theme .wp-mega-sub-menu .widget_pages li::before,
.wpmm-ctheme-wrapper.wpmega-default-theme .wp-mega-sub-menu .widget_categories li::before,
.wpmm-ctheme-wrapper.wpmega-default-theme .wp-mega-sub-menu .widget_archive li::before,
.wpmm-ctheme-wrapper.wpmega-default-theme .wp-mega-sub-menu .widget_meta li::before,
.wpmm-ctheme-wrapper.wpmega-default-theme .wp-mega-sub-menu .widget_recent_comments li::before,
.wpmm-ctheme-wrapper.wpmega-default-theme .wp-mega-sub-menu .widget_recent_entries li::before,
.wpmm-ctheme-wrapper.wpmega-default-theme .wp-mega-sub-menu .widget_product_categories ul.product-categories li a::before,
.wpmm-ctheme-wrapper.wpmega-default-theme .wp-mega-sub-menu .widget_categories li::before,
.wpmm-ctheme-wrapper.wpmega-default-theme .wp-mega-sub-menu .widget_archive li::before {
  color: #000000; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul ul li a:hover,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul ul li a,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul ul li a:focus,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul ul li span.wpmm-mega-menu-href-title {
  color: #000000; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap span.wpmm_megamenu_topcontent {
  font-size: 13px;
  color: #000000;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap .top_clearfix {
  margin-bottom: 0; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap .wpmm-topimage,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap .wpmm-ctop {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap span.wpmm_megamenu_bottomcontent {
  font-size: 13px;
  color: #000000;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap .bottom_clearfix {
  margin-top: 0; }

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap .wpmm-bottomimage,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap .wpmm-cbottom {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  background: #5ec073; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  width: 260px; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
  background: #47a35b; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li {
  margin: 0 5px; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li a.wp-mega-menu-link,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li a.wp-mega-menu-link {
  padding: 10px; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search input.search-submit[type="submit"] {
  font-size: 10px;
  color: #ffffff;
  background: #5ec073; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search input.search-field[type="search"] {
  width: 182px;
  color: #ccc; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-search-type > .wpmm-mega-menu-icon > i.fa-search,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-search-type > .wpmm-mega-menu-icon > i.genericon-search,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-search-type > .wpmm-mega-menu-icon > i.dashicons-search {
  color: #ffffff; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-mega-wrapper .wpmega-searchinline input.search-field {
  width: 182px; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search {
  background: #5ec073;
  width: 182px; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form label input.search-field {
  border: 1px solid #5ec073; }

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span {
  color: #ffffff; }

@media (max-width: 910px) {
  .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmegamenu-toggle .wpmega-closeblock {
    display: none; }
  .main-navigation button.menu-toggle {
    display: none; }
  .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmegamenu-toggle .wpmega-openblock,
  .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmegamenu-toggle .wpmega-closeblock {
    color: #ffffff; }
  .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .close-primary {
    color: #ffffff; }
  .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal,
  .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical,
  .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper {
    background: rgba(255, 255, 255, 0); }
  .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
  .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
    color: #ffffff; }
  .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li:hover > a {
    font-weight: bold;
    text-decoration: none;
    color: #2b5c7d; }
  .wpmm-sub-menu-wrap ul li > a {
    padding: 0; } }

@media screen and (max-width: 910px) {
  .wpmm-sub-menu-wrap li.wpmega-1columns-1total, .wpmm-sub-menu-wrap li.wpmega-1columns-2total, .wpmm-sub-menu-wrap li.wpmega-1columns-3total, .wpmm-sub-menu-wrap li.wpmega-1columns-4total, .wpmm-sub-menu-wrap li.wpmega-1columns-5total, .wpmm-sub-menu-wrap li.wpmega-1columns-6total, .wpmm-sub-menu-wrap li.wpmega-1columns-7total, .wpmm-sub-menu-wrap li.wpmega-1columns-8total, .wpmm-sub-menu-wrap li.wpmega-2columns-2total, .wpmm-sub-menu-wrap li.wpmega-2columns-3total, .wpmm-sub-menu-wrap li.wpmega-3columns-3total, .wpmm-sub-menu-wrap li.wpmega-2columns-4total, .wpmm-sub-menu-wrap li.wpmega-3columns-4total, .wpmm-sub-menu-wrap li.wpmega-4columns-4total, .wpmm-sub-menu-wrap li.wpmega-2columns-5total, .wpmm-sub-menu-wrap li.wpmega-3columns-5total, .wpmm-sub-menu-wrap li.wpmega-4columns-5total, .wpmm-sub-menu-wrap li.wpmega-5columns-5total, .wpmm-sub-menu-wrap li.wpmega-2columns-6total, .wpmm-sub-menu-wrap li.wpmega-3columns-6total, .wpmm-sub-menu-wrap li.wpmega-4columns-6total, .wpmm-sub-menu-wrap li.wpmega-5columns-6total, .wpmm-sub-menu-wrap li.wpmega-6columns-6total, .wpmm-sub-menu-wrap li.wpmega-2columns-7total, .wpmm-sub-menu-wrap li.wpmega-3columns-7total, .wpmm-sub-menu-wrap li.wpmega-4columns-7total, .wpmm-sub-menu-wrap li.wpmega-5columns-7total, .wpmm-sub-menu-wrap li.wpmega-5columns-7total, .wpmm-sub-menu-wrap li.wpmega-6columns-7total, .wpmm-sub-menu-wrap li.wpmega-7columns-7total, .wpmm-sub-menu-wrap li.wpmega-2columns-8total, .wpmm-sub-menu-wrap li.wpmega-3columns-8total, .wpmm-sub-menu-wrap li.wpmega-4columns-8total, .wpmm-sub-menu-wrap li.wpmega-5columns-8total, .wpmm-sub-menu-wrap li.wpmega-6columns-8total, .wpmm-sub-menu-wrap li.wpmega-7columns-8total, .wpmm-sub-menu-wrap li.wpmega-8columns-8total {
    width: 100%;
    padding: 0 10px; } }

.rs-background-video-layer iframe {
  visibility: inherit !important; }

.vimeo-fullscreen {
  display: block; }
  .vimeo-fullscreen img {
    display: block;
    max-width: 100%; }
  .vimeo-fullscreen:hover img, .vimeo-fullscreen:active img {
    opacity: 0.7; }

.homepage-intro-slider {
  padding: 0; }

.homepage-intro-slider.section .article h2.text-only-title {
  display: none !important; }

.ginput_container input,
.ginput_container select {
  margin-bottom: 0;
  width: 100% !important;
  max-width: 400px; }

.gform_body,
.gform_footer {
  max-width: 540px;
  margin: 0 auto !important; }

.gform_footer {
  text-align: right; }

body .gform_wrapper div.validation_error,
body .gform_wrapper .validation_message,
body .gform_wrapper .gfield_required {
  color: #fe4b45; }

body .gform_wrapper div.validation_error {
  padding: 12px 24px;
  border: 1px solid #fe4b45;
  background-color: rgba(254, 75, 69, 0.08);
  border-radius: 10px;
  font-size: 12px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  min-width: 100%; }

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0; }

body .gform_wrapper li .gfield_error .gfield_label {
  color: #3f4359; }

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
  border: 1px solid #fe4b45;
  background-color: rgba(254, 75, 69, 0.08); }

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  position: relative; }
  body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.validation_message {
    position: absolute;
    top: 0;
    right: 0;
    display: inline;
    max-width: 400px;
    width: initial;
    padding-top: 2px;
    padding-right: 0;
    font-size: 10px;
    font-weight: normal; }
  body .gform_wrapper li.gfield.gfield_error.gfield_contains_required .ginput_container_consent + div.validation_message {
    position: static; }

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body .gform_wrapper .ginput_container_consent input {
  border: 1px solid #fe4b45;
  background-color: rgba(254, 75, 69, 0.08); }

body .gform_wrapper .gform_body .top_label div.ginput_container {
  margin-top: 4px; }

body .gform_wrapper .gform_body ul li.gfield {
  margin-top: 10px; }

body .gform_wrapper h3.gform_title {
  margin: 0; }

body .gform_wrapper .gform_heading {
  margin-bottom: 0; }

body .gform_wrapper span.gform_description:empty {
  display: none; }

body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input[type=submit] {
  margin-right: 0 !important; }

body .gform_wrapper .gform_ajax_spinner {
  padding-right: 10px;
  position: relative;
  top: 8px;
  float: left; }

body .gform_wrapper .top_label div.ginput_container.ginput_container_consent input {
  display: inline;
  max-width: initial;
  width: initial !important;
  margin: 0 10px 0 0;
  padding: 0 !important;
  height: auto; }

body .gform_wrapper .top_label div.ginput_container.ginput_container_consent .gfield_consent_label {
  display: inline;
  text-transform: initial;
  font-weight: 400;
  font-size: 14px !important;
  letter-spacing: 0;
  line-height: 150%; }

body .ginput_container input,
body .ginput_container textarea,
body .ginput_container select {
  margin-bottom: 0;
  width: 100% !important;
  max-width: 100%; }

body .ginput_container textarea {
  display: block; }

body .ginput_container_radio input,
body .ginput_container_checkbox input {
  margin-top: 0 !important;
  height: 24px !important;
  width: 24px !important;
  max-width: initial !important; }

h2.gform_submission_error {
  font-size: 14px !important; }

.fancybox-content .gform_wrapper {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%; }
  .fancybox-content .gform_wrapper ul li:after,
  .fancybox-content .gform_wrapper ul li:before,
  .fancybox-content .gform_wrapper ul .gform_fields {
    width: calc(100% + 16px); }

.site-branding {
  position: relative;
  z-index: 99; }
  .site-branding .site-title {
    margin: 0;
    font-size: 1px;
    line-height: 1px; }
  .site-branding img {
    height: 22px; }
    @media (min-width: 960px) {
      .site-branding img {
        height: 19px; } }
  .site-branding svg {
    height: 22px;
    fill: #3f4359; }
    @media (min-width: 960px) {
      .site-branding svg {
        height: 19px; } }
  .site-branding--secondary svg {
    fill: #2b5c7d; }
    @media (max-width: 959px) {
      .site-branding--secondary svg {
        fill: #ffffff; } }
  .site-branding--tertiary svg {
    fill: #fe4b45; }
  .site-branding--inverse svg {
    fill: #ffffff; }

.logo-section {
  padding: 0;
  margin-bottom: -60px; }
  .logo-section img {
    width: auto;
    height: 82px; }

.list-of-links {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-of-links__item {
    display: block;
    padding: 0;
    margin-bottom: 8px;
    background-color: #f5f7fa; }
    .list-of-links__item:last-child {
      margin-bottom: 0; }
    .list-of-links__item:hover {
      background-color: #2b5c7d; }
      .list-of-links__item:hover .list-of-links__link {
        color: #ffffff; }
        .list-of-links__item:hover .list-of-links__link:after {
          color: #ffffff; }
      .list-of-links__item:hover .list-of-links__description {
        color: #ffffff; }
    .list-of-links__item.no-hover, .list-of-links__item.no-hover:hover {
      background-color: #ffffff;
      cursor: default; }
      .list-of-links__item.no-hover .list-of-links__link, .list-of-links__item.no-hover:hover .list-of-links__link {
        color: #2b5c7d; }
        .list-of-links__item.no-hover .list-of-links__link:after, .list-of-links__item.no-hover:hover .list-of-links__link:after {
          display: none; }
      .list-of-links__item.no-hover .list-of-links__description, .list-of-links__item.no-hover:hover .list-of-links__description {
        color: #6f7283; }
  .list-of-links__link {
    position: relative;
    display: block;
    padding: 10px 16px;
    font-family: "Merriweather", serif;
    color: #2b5c7d; }
    @media (min-width: 480px) {
      .list-of-links__link {
        padding: 18px 24px; } }
    @media (min-width: 960px) {
      .list-of-links__link {
        padding: 24px 48px; } }
    .list-of-links__link:after {
      font-family: "atypon" !important;
      content: "";
      display: block;
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 480px) {
        .list-of-links__link:after {
          right: 24px; } }
      @media (min-width: 960px) {
        .list-of-links__link:after {
          right: 48px; } }
  .list-of-links__description {
    display: none;
    font-family: "Lato", sans-serif;
    color: #6f7283; }
    @media (min-width: 480px) {
      .list-of-links__description {
        display: block;
        font-size: .875rem; } }
    @media (min-width: 960px) {
      .list-of-links__description {
        display: block;
        font-size: .89rem; } }

.section--bg .list-of-links {
  margin: 0;
  padding: 0;
  list-style: none; }
  .section--bg .list-of-links__item {
    display: block;
    padding: 0;
    margin-bottom: 8px;
    background-color: #ffffff; }
    .section--bg .list-of-links__item:last-child {
      margin-bottom: 0; }
  .section--bg .list-of-links__link {
    position: relative;
    display: block;
    padding: 10px 16px;
    font-family: "Merriweather", serif;
    color: #00A2E5; }
    @media (min-width: 480px) {
      .section--bg .list-of-links__link {
        padding: 18px 24px; } }
    @media (min-width: 960px) {
      .section--bg .list-of-links__link {
        padding: 24px 48px; } }
    .section--bg .list-of-links__link:hover {
      background-color: #2b5c7d; }
      .section--bg .list-of-links__link:hover .list-of-links__link {
        color: #ffffff; }
        .section--bg .list-of-links__link:hover .list-of-links__link:after {
          color: #ffffff; }
      .section--bg .list-of-links__link:hover .list-of-links__description {
        color: #ffffff; }
    .section--bg .list-of-links__link:after {
      font-family: "atypon" !important;
      content: "";
      display: block;
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 480px) {
        .section--bg .list-of-links__link:after {
          right: 24px; } }
      @media (min-width: 960px) {
        .section--bg .list-of-links__link:after {
          right: 48px; } }
  .section--bg .list-of-links__description {
    display: none;
    font-family: "Lato", sans-serif;
    color: #3f4359; }
    @media (min-width: 480px) {
      .section--bg .list-of-links__description {
        display: block;
        font-size: .875rem; } }
    @media (min-width: 960px) {
      .section--bg .list-of-links__description {
        display: block;
        font-size: .89rem; } }

.arrow-link .icon-arrow-filled {
  border-left-color: #00A2E5; }

.list-of-links__item.sub_item {
  background-color: #ffffff !important;
  padding: 12px 44px;
  border: 1px solid #f4f4f4;
  margin-top: -8px;
  display: none; }

.list-of-links__item.active .list-of-links__link:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 32%; }

@media (max-width: 959px) {
  .social-links {
    margin-top: 22px; } }

.social-links a {
  display: inline-block;
  margin: 0 8px;
  font-size: 24px; }
  .social-links a .icon-social-facebook-fill {
    color: #3b5998; }
  .social-links a .icon-social-linkedin-fill {
    color: #007bb5; }
  .social-links a .icon-social-twitter {
    color: #55acee; }
  .social-links a .icon-social-googleplus-fill {
    color: #e3411f; }
  .social-links a:first-child {
    margin-left: 0; }
  .social-links a:last-child {
    margin-right: 0; }
  .social-links a:hover {
    opacity: 0.8; }

.blockquote {
  margin: 0;
  font-family: "Merriweather", serif;
  font-style: italic; }
  .blockquote__cite {
    display: block;
    margin-top: 1em;
    font-family: "Lato", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: .785rem; }
    @media (min-width: 480px) {
      .blockquote__cite {
        font-size: .8125rem; } }
    @media (min-width: 960px) {
      .blockquote__cite {
        font-size: .78rem; } }
    .blockquote__cite-name {
      color: #00A2E5;
      display: block; }
    .blockquote__cite-position {
      color: #6f7283;
      display: block;
      line-height: 170%; }

.citation {
  position: relative;
  padding: 0;
  margin-top: 2rem; }
  .citation:before {
    content: '\201C';
    display: block;
    font-size: 16rem;
    color: #00A2E5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transform: translateY(200%);
            transform: translateY(200%); }
  .citation .card__content {
    position: relative;
    padding: 42px 0 32px 0 !important; }
  .citation .blockquote {
    text-align: left;
    font-size: 1.22rem;
    line-height: 2.22rem; }
    @media (min-width: 960px) {
      .citation .blockquote {
        text-align: center; } }
    .citation .blockquote__cite {
      text-align: left;
      font-weight: bold;
      line-height: 1; }
      .citation .blockquote__cite span {
        display: inline !important; }
      @media (min-width: 960px) {
        .citation .blockquote__cite {
          text-align: center; } }
      .citation .blockquote__cite-hyphen {
        display: inline; }
        @media (min-width: 960px) {
          .citation .blockquote__cite-hyphen {
            display: none; } }

.figure {
  margin: 0; }
  .figure__image {
    display: block;
    width: 100%; }
  .figure__caption {
    font-size: 1rem;
    font-style: normal; }
    @media (min-width: 480px) {
      .figure__caption {
        font-style: italic; } }
    @media (min-width: 960px) {
      .figure__caption {
        font-size: .89rem; } }

.skewed-block {
  width: 100%;
  background: #2b5c7d;
  color: #ffffff;
  -webkit-transform: skewY(-4.2deg);
          transform: skewY(-4.2deg);
  -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  overflow: hidden;
  font-family: "Lato", sans-serif; }
  .skewed-block.skewed-block__quote {
    -webkit-transform: skewY(0) skewX(-5deg);
            transform: skewY(0) skewX(-5deg); }
    @media (max-width: 959px) {
      .skewed-block.skewed-block__quote {
        -webkit-transform: skew(0);
                transform: skew(0); } }
    .skewed-block.skewed-block__quote .quote-box {
      margin: 30px 20px 30px 30px;
      background: url("../../assets/images/quote.png") no-repeat bottom left; }
    .skewed-block.skewed-block__quote .quote {
      -webkit-transform: skewY(0) skewX(5deg);
              transform: skewY(0) skewX(5deg); }
      @media (max-width: 959px) {
        .skewed-block.skewed-block__quote .quote {
          -webkit-transform: skew(0);
                  transform: skew(0); } }
  .skewed-block.skewed-block__outline {
    background: #ffffff;
    border: 1px solid #9f9fa5;
    color: #2b5c7d;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .skewed-block.skewed-block__outline .quote {
      font-size: 18px;
      line-height: 150%;
      padding-left: 30px;
      padding-right: 20px; }
    .skewed-block.skewed-block__outline .author {
      font-size: 14px;
      line-height: 150%;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding-left: 40px;
      margin-top: 20px; }
  .skewed-block.skewed-block__light {
    background: #f5f7fa; }
  .skewed-block.skewed-block__secondary {
    background: #2b5c7d;
    color: #ffffff; }
  .skewed-block.skewed-block__red {
    background: #fe4b45;
    color: #ffffff; }
  .skewed-block.skewed-block__dark-gray {
    background: #3f4359;
    color: #ffffff; }
    .skewed-block.skewed-block__dark-gray h1, .skewed-block.skewed-block__dark-gray h2, .skewed-block.skewed-block__dark-gray h3, .skewed-block.skewed-block__dark-gray h4, .skewed-block.skewed-block__dark-gray h5, .skewed-block.skewed-block__dark-gray p {
      color: #ffffff; }
  .skewed-block--image {
    background: transparent; }
    .skewed-block--image > .skewed-block__image {
      display: block;
      width: 100%;
      -webkit-transform: scale(1.15) skewY(4.2deg);
              transform: scale(1.15) skewY(4.2deg); }
  .skewed-block__inner {
    padding: 36px 24px 24px;
    font-size: 0.78rem;
    -webkit-transform: skewY(4.2deg);
            transform: skewY(4.2deg); }
  .skewed-block__title {
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Lato", sans-serif; }
  .skewed-block__content {
    margin: 10px 0;
    color: #ffffff;
    font-size: 1em;
    line-height: 2; }
  .skewed-block__link {
    margin: 0;
    color: #ffffff;
    font-size: .89em;
    font-weight: bold;
    letter-spacing: .2em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Lato", sans-serif; }
    .skewed-block__link:focus, .skewed-block__link:hover {
      color: #ffffff;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-bottom: 1px solid #ffffff;
      padding-bottom: 2px; }
      .skewed-block__link:focus:after, .skewed-block__link:hover:after {
        color: #ffffff; }

.skewed-block-standard {
  width: 100%;
  background: #2b5c7d;
  -webkit-transform: skewY(-4.2deg);
          transform: skewY(-4.2deg);
  -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  overflow: hidden;
  font-size: 18px; }
  .skewed-block-standard .text-heading {
    font-size: 18px; }
  .skewed-block-standard.skewed-block__light {
    background: #f5f7fa; }
  .skewed-block-standard.skewed-block__cobalt {
    background: #2b5c7d;
    color: #ffffff; }
    .skewed-block-standard.skewed-block__cobalt a:link, .skewed-block-standard.skewed-block__cobalt a:visited {
      color: white; }
    .skewed-block-standard.skewed-block__cobalt a:hover, .skewed-block-standard.skewed-block__cobalt a:active {
      text-decoration: underline; }
  .skewed-block-standard.skewed-block__charcoal {
    background: #3f4359;
    color: #ffffff; }
    .skewed-block-standard.skewed-block__charcoal a:link, .skewed-block-standard.skewed-block__charcoal a:visited {
      color: white; }
    .skewed-block-standard.skewed-block__charcoal a:hover, .skewed-block-standard.skewed-block__charcoal a:active {
      text-decoration: underline; }
  .skewed-block-standard.skewed-block__secondary {
    background: #2b5c7d;
    color: #ffffff; }
    .skewed-block-standard.skewed-block__secondary a:link, .skewed-block-standard.skewed-block__secondary a:visited {
      color: white; }
    .skewed-block-standard.skewed-block__secondary a:hover, .skewed-block-standard.skewed-block__secondary a:active {
      text-decoration: underline; }
    .skewed-block-standard.skewed-block__secondary a.btn--white {
      margin-top: 12px; }
      .skewed-block-standard.skewed-block__secondary a.btn--white:hover {
        color: #ffffff; }
  .skewed-block-standard.skewed-block__red {
    background: #fe4b45;
    color: #ffffff; }
    .skewed-block-standard.skewed-block__red a:link, .skewed-block-standard.skewed-block__red a:visited {
      color: white; }
    .skewed-block-standard.skewed-block__red a:hover, .skewed-block-standard.skewed-block__red a:active {
      text-decoration: underline; }
  .skewed-block-standard.skewed-block__dark-gray {
    background: #3f4359;
    color: #ffffff; }
    .skewed-block-standard.skewed-block__dark-gray a:link, .skewed-block-standard.skewed-block__dark-gray a:visited {
      color: white; }
    .skewed-block-standard.skewed-block__dark-gray a:hover, .skewed-block-standard.skewed-block__dark-gray a:active {
      text-decoration: underline; }
  .skewed-block-standard--image {
    background: transparent; }
    .skewed-block-standard--image > .skewed-block__image {
      display: block;
      width: 100%;
      -webkit-transform: scale(1.15) skewY(4.2deg);
              transform: scale(1.15) skewY(4.2deg); }
  .skewed-block-standard__inner {
    padding: 36px 24px 24px;
    font-size: 0.78rem;
    -webkit-transform: skewY(4.2deg);
            transform: skewY(4.2deg); }
  .skewed-block-standard__title {
    margin: 0;
    color: #ffffff; }
  .skewed-block-standard__content {
    margin: 10px 0;
    color: #ffffff; }
  .skewed-block-standard__link {
    margin: 0;
    color: #ffffff; }
    .skewed-block-standard__link:focus, .skewed-block-standard__link:hover {
      color: #ffffff; }
      .skewed-block-standard__link:focus:after, .skewed-block-standard__link:hover:after {
        color: #ffffff; }

.skewed-block-standard .skewed-block__inner {
  padding: 10px 24px 10px;
  font-size: 0.78rem;
  -webkit-transform: skewY(4.2deg);
          transform: skewY(4.2deg); }

.skewed-block--stats {
  -webkit-box-shadow: 8px 8px 0 0 #d7dee6;
          box-shadow: 8px 8px 0 0 #d7dee6;
  margin-top: 0 !important; }
  .skewed-block--stats .skewed-block__title {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    opacity: 1; }
    @media (min-width: 481px) {
      .skewed-block--stats .skewed-block__title {
        font-size: 80px;
        line-height: 1.2em; } }
    @media (min-width: 961px) {
      .skewed-block--stats .skewed-block__title {
        font-size: 100px; } }
    @media screen and (max-height: 800px) {
      .skewed-block--stats .skewed-block__title {
        font-size: 80px; } }
  .skewed-block--stats .skewed-block__perex {
    color: #ffffff; }
  .skewed-block--stats .skewed-block__content {
    font-family: "Lato", sans-serif; }
    .skewed-block--stats .skewed-block__content p {
      color: #ffffff;
      margin: 0;
      font-size: 1rem; }
      @media (min-width: 961px) {
        .skewed-block--stats .skewed-block__content p {
          font-size: .89rem; } }
    .skewed-block--stats .skewed-block__content p + p {
      margin-top: 1em; }
  @media (max-width: 480px) {
    .skewed-block--stats {
      margin-top: 24px;
      -webkit-transform: skew(0deg);
              transform: skew(0deg);
      -webkit-box-shadow: 4px 4px 0 0 #d7dee6;
              box-shadow: 4px 4px 0 0 #d7dee6; }
      .skewed-block--stats .skewed-block__inner {
        -webkit-transform: skew(0deg);
                transform: skew(0deg); } }

.events-content .events-single {
  background-color: #ffffff; }
  .events-content .events-single + .events-single {
    margin-top: 24px; }

.events-content .events-image {
  position: relative; }
  .events-content .events-image .btn-icon-round {
    position: absolute;
    z-index: 10;
    top: -16px;
    right: 10px; }

.events-content .events-details {
  padding: 0 15px 15px; }
  .events-content .events-details h6 {
    font-weight: 900;
    font-size: 12px;
    margin: 0;
    padding: 5px 0 8px; }
  .events-content .events-details h5 {
    font-size: 16px;
    margin: 0;
    color: #3f4359;
    font-weight: 400; }
  .events-content .events-details p {
    font-size: 0.78rem;
    line-height: 1.7rem; }

.text-heading {
  padding: 30px;
  font-size: 16px; }

.image-followed-by-skewed-box {
  margin-bottom: -40px; }
  @media (max-width: 959px) {
    .image-followed-by-skewed-box {
      margin: 20px auto -40px !important;
      max-width: 500px; } }

.skewed-block + .sidebar-list,
.skewed-block + .callout-box,
.skewed-block + div,
.skewed-block + h2,
.skewed-block + h3,
.skewed-block + h4,
.skewed-block + h5,
.skewed-block + h6,
.skewed-block + p {
  margin-top: 50px !important; }

.skewed-block + .skewed-block--stats {
  margin-top: 0 !important; }

.sidebar-list + .skewed-block,
.sidebar-list + .callout-box,
.sidebar-list + div,
.sidebar-list + h5 {
  margin-top: 50px; }

p + .skewed-block,
p + .callout-box {
  margin-top: 50px; }

.skewed-block--stats ul li,
.skewed-block--stats p + ul li {
  color: #ffffff; }

.section--blog-listing .post-row .col-md-4 .skewed-block__secondary {
  margin-top: -30px; }

@media (max-width: 959px) {
  .site-title {
    width: 32px;
    height: 32px;
    padding: 0 6px 6px 6px; } }

.top-header--container {
  position: fixed;
  width: 100%;
  display: block;
  z-index: 13000;
  padding: 12px 0; }
  .top-header--container:before, .top-header--container:after {
    content: "";
    display: table; }
  .top-header--container:after {
    clear: both; }
  @media (max-width: 959px) {
    .top-header--container {
      margin: 0;
      height: auto;
      padding: 0;
      background-color: #3f4359; } }
  .top-header--container.dark:not(.top-header--container--active) .site-branding path {
    fill: #ffffff; }
  .top-header--container.dark:not(.top-header--container--active) .header-menu--bar .menu-item > a, .top-header--container.dark:not(.top-header--container--active) .header-menu--bar .menu-item > a:link, .top-header--container.dark:not(.top-header--container--active) .header-menu--bar .menu-item > a:visited {
    color: #ffffff; }
  .top-header--container.dark:not(.top-header--container--active) .header-menu--bar .menu-item > a:hover, .top-header--container.dark:not(.top-header--container--active) .header-menu--bar .menu-item > a:active {
    color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 960px) {
    .top-header--container.light:not(.top-header--container--active) .site-branding path {
      fill: #2b5c7d; } }
  .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a, .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:link, .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:visited,
  .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a,
  .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:link,
  .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:visited {
    color: #3f4359 !important; }
  .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:hover, .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:active,
  .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:hover,
  .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:active {
    color: #fe4b45 !important; }
  @media (min-width: 960px) {
    .top-header--container.top-header--container--active {
      background-color: #ffffff;
      -webkit-box-shadow: 1px 1px 4px 0 #d7dee6;
              box-shadow: 1px 1px 4px 0 #d7dee6; }
      .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:link, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:visited, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:link, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:visited {
        color: #3f4359; }
      .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:hover, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:active, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:hover, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:active {
        color: #fe4b45; } }

.top-header--wrapper {
  position: relative;
  clear: both; }
  .top-header--wrapper:before, .top-header--wrapper:after {
    content: "";
    display: table; }
  .top-header--wrapper:after {
    clear: both; }
  @media (max-width: 959px) {
    .top-header--wrapper {
      padding: 0; } }

.top-header--overlay {
  display: none;
  position: fixed;
  background-color: transparent;
  z-index: 12000;
  width: 100%;
  height: 100%; }
  .top-header--overlay.top-header--overlay--active {
    display: block; }
  @media (max-width: 959px) {
    .top-header--overlay {
      background-color: #3f4359; } }

.header-top-bar {
  float: left; }
  .header-top-bar:before, .header-top-bar:after {
    content: "";
    display: table; }
  .header-top-bar:after {
    clear: both; }
  @media (max-width: 959px) {
    .header-top-bar {
      width: 100%;
      float: none;
      display: block;
      padding: 0 12px 12px; } }

.header-top-bar--logo {
  width: 120px;
  height: 20px;
  display: block;
  float: left;
  margin-top: 12px; }
  @media (max-width: 959px) {
    .header-top-bar--logo {
      width: 20px; } }
  .header-top-bar--logo img {
    width: 100%;
    height: auto;
    display: block; }

.header-top-bar--mobile-toggle {
  position: relative;
  top: 6px;
  right: 0;
  width: 20px;
  height: 14px;
  border: none;
  z-index: 14000; }

.hamburger {
  padding: 3px 6px 6px 6px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  width: 32px;
  height: 32px;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -12px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner, .hamburger--collapse.is-active .hamburger-inner::before, .hamburger--collapse.is-active .hamburger-inner::after {
    background-color: #3f4359; }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.header-top-bar--mobile-toggle {
  float: right;
  display: none; }
  @media (max-width: 959px) {
    .header-top-bar--mobile-toggle {
      display: block; } }

@media (max-width: 959px) {
  .header-menu {
    width: 280px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #3f4359;
    margin: 0;
    z-index: 1;
    display: none; }
    .header-menu.mobile-menu-active {
      display: block; } }

.header-menu--bar {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  @media (max-width: 959px) {
    .header-menu--bar {
      padding: 100px 20px 20px; } }

.header-menu--bar .menu-item {
  margin-right: 22px;
  float: left; }
  .header-menu--bar .menu-item:last-of-type {
    margin-right: 0; }
  @media (max-width: 959px) {
    .header-menu--bar .menu-item {
      width: 100%;
      float: none;
      margin-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }

.header-menu--bar .menu-item.current-menu-item a:before {
  background-color: #00A2E5;
  opacity: 1; }

.header-menu--bar .menu-item a {
  color: #6f7283;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  display: block;
  line-height: 36px;
  letter-spacing: 0.5px;
  padding: 4px 0;
  font-size: .89rem;
  font-weight: 600;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: relative; }
  .header-menu--bar .menu-item a:link, .header-menu--bar .menu-item a:visited, .header-menu--bar .menu-item a:active {
    color: #6f7283; }
  .header-menu--bar .menu-item a:link, .header-menu--bar .menu-item a:visited {
    color: #3f4359; }
  .header-menu--bar .menu-item a:before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 14px;
    height: 4px;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #00A2E5; }
  .header-menu--bar .menu-item a:hover {
    color: #659bc3; }
    .header-menu--bar .menu-item a:hover:before {
      background-color: #659bc3;
      opacity: 1; }
  @media (max-width: 959px) {
    .header-menu--bar .menu-item a {
      color: #3f4359 !important;
      font-size: 24px;
      padding: 10px 20px;
      font-family: "Merriweather", serif;
      font-weight: 400; }
      .header-menu--bar .menu-item a:before {
        display: none; } }

.header-menu--bar .menu-item-has-children {
  position: relative; }
  .header-menu--bar .menu-item-has-children > a:after {
    font-family: "atypon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    padding-left: 4px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }

.header-menu--bar .sub-menu {
  position: absolute;
  right: -20px;
  background-color: #ffffff;
  width: 240px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  top: 36px;
  padding: 10px 0; }
  .header-menu--bar .sub-menu li {
    width: 100%;
    display: block;
    padding: 0 20px; }
    .header-menu--bar .sub-menu li a {
      display: block;
      width: 100%;
      font-size: 14px; }
    .header-menu--bar .sub-menu li:first-child {
      position: relative; }
      .header-menu--bar .sub-menu li:first-child:after {
        position: absolute;
        top: -16px;
        right: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ffffff transparent;
        content: "";
        display: block; }

.menu-item-has-children:hover {
  position: relative; }
  .menu-item-has-children:hover .sub-menu {
    display: block;
    background: rgba(255, 255, 255, 0.95); }

.menu-item-has-children:first-child .sub-menu {
  left: 0;
  right: auto; }
  .menu-item-has-children:first-child .sub-menu li:first-child:after {
    right: auto;
    left: 20px; }

.header-secondary {
  padding-top: 3px; }
  @media (max-width: 959px) {
    .header-secondary {
      display: none; } }

@media (max-width: 959px) {
  .header-menu--right {
    float: none;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 2px 14px 1px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 2px 14px 1px rgba(0, 0, 0, 0.2); }
    .header-menu--right:before, .header-menu--right:after {
      content: "";
      display: table; }
    .header-menu--right:after {
      clear: both; } }

.header-menu--right .menu-item {
  line-height: 48px;
  margin-left: 5px; }
  .header-menu--right .menu-item a:before, .header-menu--right .menu-item a:after {
    display: none !important; }
  .header-menu--right .menu-item.btn--secondary a {
    color: #ffffff; }
  @media (max-width: 959px) {
    .header-menu--right .menu-item {
      width: 50%;
      display: block;
      float: left;
      margin: 0; }
      .header-menu--right .menu-item .header-menu--btn {
        display: block;
        margin: 20px 20px; }
      .header-menu--right .menu-item:first-child .header-menu--btn {
        margin-right: 10px; }
      .header-menu--right .menu-item:last-child .header-menu--btn {
        margin-left: 10px; } }

.header-menu--btn {
  font-size: 14px; }

.header-menu--megamenu-toggler {
  position: relative; }
  .header-menu--megamenu-toggler .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px; }
    @media (max-width: 959px) {
      .header-menu--megamenu-toggler .icon {
        right: 20px;
        font-size: 24px;
        bottom: auto;
        left: auto;
        top: 50%;
        margin-top: -10px;
        margin-left: auto; } }

.header-menu--megamenu--active .header-menu--megamenu-container {
  display: block; }

.header-menu--megamenu-container {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  background-color: #ffffff; }
  @media (max-width: 959px) {
    .header-menu--megamenu-container {
      position: static;
      background-color: transparent; } }
  .header-menu--megamenu-container .header-menu-item {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0; }
  .header-menu--megamenu-container .section {
    padding: 20px 40px 40px; }
    @media (max-width: 959px) {
      .header-menu--megamenu-container .section {
        padding: 0 !important;
        display: block;
        text-align: left;
        margin: 0;
        width: 100%; }
        .header-menu--megamenu-container .section .container {
          max-width: 100%;
          width: 100%;
          overflow: auto;
          display: block;
          height: 180px;
          background-color: rgba(0, 0, 0, 0.2); }
          .header-menu--megamenu-container .section .container::-webkit-scrollbar {
            width: 6px;
            height: 6px;
            cursor: pointer; }
          .header-menu--megamenu-container .section .container::-webkit-scrollbar-track-piece {
            background-color: transparent; }
          .header-menu--megamenu-container .section .container::-webkit-scrollbar-thumb:vertical {
            height: 0;
            background-color: rgba(255, 255, 255, 0.4); }
          .header-menu--megamenu-container .section .container::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.4); }
          .header-menu--megamenu-container .section .container::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.2); }
        .header-menu--megamenu-container .section .section-row {
          width: 980px;
          display: block;
          padding: 14px 20px; }
        .header-menu--megamenu-container .section .section-col {
          width: 300px;
          display: block;
          float: left;
          margin-left: 20px; }
          .header-menu--megamenu-container .section .section-col:first-child {
            margin-left: 0; }
        .header-menu--megamenu-container .section .product-boxes-container {
          padding: 12px;
          background-color: white;
          margin-bottom: 0; }
          .header-menu--megamenu-container .section .product-boxes-container .product-box-title-bar {
            float: left;
            width: auto;
            background: transparent;
            margin: 0;
            padding: 0;
            height: auto; }
            .header-menu--megamenu-container .section .product-boxes-container .product-box-title-bar .title-bar-logo-container {
              position: static;
              background-color: transparent;
              -webkit-box-shadow: none;
                      box-shadow: none; }
              .header-menu--megamenu-container .section .product-boxes-container .product-box-title-bar .title-bar-logo-container img {
                padding: 0 8px 0 0; }
          .header-menu--megamenu-container .section .product-boxes-container .section-title {
            text-align: left !important;
            font-size: 24px; }
          .header-menu--megamenu-container .section .product-boxes-container .paragraph {
            text-align: left !important;
            font-size: 14px !important; }
          .header-menu--megamenu-container .section .product-boxes-container .product-box-details {
            display: none; }
          .header-menu--megamenu-container .section .product-boxes-container .product-box-button {
            display: block;
            position: static; }
            .header-menu--megamenu-container .section .product-boxes-container .product-box-button .mobile-hide {
              display: none; } }

.header-menu--megamenu-container--close {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-bottom: -24px;
  display: block; }
  .header-menu--megamenu-container--close .megamenu--close {
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #2b5c7d;
    color: white;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;
    display: block;
    font-size: 32px; }
    @media (max-width: 959px) {
      .header-menu--megamenu-container--close .megamenu--close {
        display: none; } }
    .header-menu--megamenu-container--close .megamenu--close .icon:before {
      line-height: 48px; }
  .header-menu--megamenu-container--close:hover {
    cursor: pointer; }
    .header-menu--megamenu-container--close:hover .megamenu--close {
      -webkit-transition: all 120ms ease-in-out;
      transition: all 120ms ease-in-out;
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px); }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu .wp-megamenu-sub-menu .wpmm-type-widget img,
#wp-megamenu-main-menu .wp-megamenu-sub-menu .wpmm-type-widget img,
.wpmm-row .wp-megamenu-sub-menu .wpmm-type-widget img {
  max-width: 50px; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu .wp-megamenu-sub-menu .wpmm-type-widget h4,
#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu .wp-megamenu-sub-menu .wpmm-type-widget h4.wpmm-item-title,
#wp-megamenu-main-menu .wp-megamenu-sub-menu .wpmm-type-widget h4,
#wp-megamenu-main-menu .wp-megamenu-sub-menu .wpmm-type-widget h4.wpmm-item-title,
.wpmm-row .wp-megamenu-sub-menu .wpmm-type-widget h4,
.wpmm-row .wp-megamenu-sub-menu .wpmm-type-widget h4.wpmm-item-title {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #fe4b45;
  font-family: "Merriweather", serif !important;
  margin: 0;
  padding: 0; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu .wp-megamenu-sub-menu .wpmm-type-widget p,
#wp-megamenu-main-menu .wp-megamenu-sub-menu .wpmm-type-widget p,
.wpmm-row .wp-megamenu-sub-menu .wpmm-type-widget p {
  font-size: 13px;
  margin: 0;
  padding: 0; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu .wp-megamenu-sub-menu .wpmm-type-widget .features,
#wp-megamenu-main-menu .wp-megamenu-sub-menu .wpmm-type-widget .features,
.wpmm-row .wp-megamenu-sub-menu .wpmm-type-widget .features {
  margin-bottom: 14px; }

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
  padding: 15px 6px 15px 6px !important; }

.wp-megamenu-wrap .wpmm-nav-wrap .wpmm-submenu-right .wpmm-submenu-right.menu-item-has-children > a:after {
  content: "" !important;
  display: inline-block !important;
  float: right;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #2b5c7d;
  -webkit-transform: rotate(360deg); }

.hero-block {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 80px;
  z-index: 10; }
  @media (max-width: 959px) {
    .hero-block {
      margin-bottom: 20px;
      padding-top: 36px; } }
  .hero-block .hero-cutout {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100; }
    .hero-block .hero-cutout img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100% !important; }
  .hero-block .large {
    min-height: 500px; }
    @media (max-width: 959px) {
      .hero-block .large {
        height: auto; } }
    @media screen and (max-height: 800px) {
      .hero-block .large {
        min-height: 400px; } }
  @media screen and (max-height: 800px) {
    .hero-block .hero-block__video-block {
      min-height: 500px; } }
  .hero-block .small {
    min-height: 390px; }
    @media (max-width: 959px) {
      .hero-block .small {
        height: auto; } }
    @media screen and (max-height: 800px) {
      .hero-block .small {
        min-height: 290px; } }
  @media (min-width: 961px) {
    .hero-block {
      margin-bottom: 40px; } }
  @media screen and (max-height: 800px) {
    .hero-block {
      margin: 0 auto 20px; } }
  .hero-block .logo {
    width: auto;
    max-width: initial;
    margin-bottom: 60px;
    height: 20px; }
    .hero-block .logo img {
      width: auto;
      height: 20px; }
  .hero-block .number {
    margin-bottom: 30px;
    position: static; }
  .hero-block__inner {
    padding-top: 72px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 42px;
    position: relative; }
    @media (min-width: 960px) {
      .hero-block__inner .row {
        padding-top: 40px; } }
    .hero-block__inner .btn {
      margin-top: .75rem; }
  .hero-block .overlay-color {
    display: none; }
  .hero-block .container {
    z-index: 10;
    position: relative;
    height: 100%; }
    .hero-block .container .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      .hero-block .container .row p {
        margin-bottom: 0; }
        @media screen and (max-height: 800px) {
          .hero-block .container .row p {
            padding-bottom: 50px; } }
  .hero-block__opacity-block .overlay-color {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    z-index: 1;
    opacity: 1; }
  .hero-block__opacity-block.opacity-0 .overlay-color {
    opacity: 0; }
  .hero-block__opacity-block.opacity-10 .overlay-color {
    opacity: .1; }
  .hero-block__opacity-block.opacity-20 .overlay-color {
    opacity: .2; }
  .hero-block__opacity-block.opacity-30 .overlay-color {
    opacity: .3; }
  .hero-block__opacity-block.opacity-40 .overlay-color {
    opacity: .4; }
  .hero-block__opacity-block.opacity-50 .overlay-color {
    opacity: .5; }
  .hero-block__opacity-block.opacity-60 .overlay-color {
    opacity: .6; }
  .hero-block__opacity-block.opacity-70 .overlay-color {
    opacity: .7; }
  .hero-block__opacity-block.opacity-80 .overlay-color {
    opacity: .8; }
  .hero-block__opacity-block.opacity-90 .overlay-color {
    opacity: .9; }
  .hero-block__opacity-block.opacity-100 .overlay-color {
    opacity: 1; }
  .hero-block__opacity-block .hero-block__content {
    color: #3f4359; }
  .hero-block__opacity-block p {
    font-size: 18px; }
    @media screen and (max-height: 800px) {
      .hero-block__opacity-block p {
        font-size: 15px; } }
  .hero-block__opacity-block .hero-block__title {
    color: #3f4359; }
  .hero-block__title {
    margin-top: 0;
    padding-top: 0;
    color: #3f4359; }
    @media screen and (max-height: 800px) {
      .hero-block__title {
        font-size: 26px; } }
    .hero-block__title em {
      display: inline-block;
      border-left: 1px solid #3f4359;
      border-bottom: 1px solid #3f4359;
      padding-left: 12px;
      padding-right: 12px; }
    .hero-block__title.title-small {
      font-size: 24px;
      line-height: 160%; }
  .hero-block .enlarged-subtitle {
    font-size: 18px;
    line-height: 150%; }
    @media (max-width: 959px) {
      .hero-block .enlarged-subtitle {
        font-size: 16px; } }
    @media screen and (max-height: 800px) {
      .hero-block .enlarged-subtitle {
        font-size: 15px; } }
    .hero-block .enlarged-subtitle em {
      display: block;
      max-width: 300px;
      border-left: 1px solid #3f4359;
      border-bottom: 1px solid #3f4359;
      padding-left: 12px;
      padding-right: 12px; }
  .hero-block__navigation {
    font-size: 0.78rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
    color: #ffffff; }
    .hero-block__navigation a:link, .hero-block__navigation a:visited {
      color: #3f4359; }
    .hero-block__navigation a:hover, .hero-block__navigation a:active {
      color: #fe4b45; }
    .hero-block__navigation .icon-arrow-filled {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      border-width: 6px 0 6px 12px;
      border-left-color: #ffffff;
      margin-right: 6px; }
    @media (min-width: 961px) {
      .hero-block__navigation {
        margin-top: 68px; } }
    @media (min-width: 961px) {
      .hero-block__navigation + .hero-block__title {
        margin-top: 0; } }
  .hero-block__content {
    color: #3f4359;
    font-size: 18px;
    padding-bottom: 50px; }
    @media screen and (max-height: 800px) {
      .hero-block__content {
        font-size: 15px; } }
  .hero-block .skewed-block {
    display: none; }

@media (min-width: 481px) and (max-width: 959px) {
  .hero-block .skewed-block {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 90%;
    margin: 0 auto;
    padding: 24px;
    -webkit-transform: translate(-50%, 40%) skewY(0);
            transform: translate(-50%, 40%) skewY(0); }
    .hero-block .skewed-block__inner {
      -webkit-transform: skewY(0);
              transform: skewY(0); } }
    @media (min-width: 960px) {
      .hero-block .skewed-block {
        display: block;
        position: absolute;
        bottom: 14px;
        right: 20px;
        width: 345px; } }
  .hero-block .category-title {
    position: absolute;
    bottom: 26px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    width: 100%;
    z-index: 200; }
    @media (max-width: 959px) {
      .hero-block .category-title {
        position: static;
        padding-top: 30px; } }
    .hero-block .category-title .icon-arrow-filled {
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 6px 10.6px;
      border-color: transparent transparent transparent #ffffff;
      -webkit-transform: rotate(360deg);
      transform: rotate(180deg);
      margin-right: 10px; }
  .hero-block .hero-contrast_dark .hero-block__content,
  .hero-block .hero-contrast_dark .hero-block__content p,
  .hero-block .hero-contrast_dark .hero-block__title {
    color: #ffffff !important; }
  .hero-block .hero-contrast_dark .hero-block__title em {
    border-left: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important; }
  .hero-block .hero-contrast_dark .category-title {
    color: #ffffff; }
  .hero-block .hero-contrast_dark .btn--primary {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    font-weight: bold;
    font-size: .9rem; }
    .hero-block .hero-contrast_dark .btn--primary:hover, .hero-block .hero-contrast_dark .btn--primary:focus {
      color: #00A2E5;
      background: #ffffff; }

.home .hero-block .large {
  height: 500px !important;
  min-height: 500px !important; }
  .home .hero-block .large .overlay-video {
    display: block; }
  .home .hero-block .large .overlay-video-laptop {
    display: none; }
  .home .hero-block .large .overlay-video-mobile {
    display: none; }
  @media (max-width: 959px) {
    .home .hero-block .large {
      height: 500px !important;
      min-height: 500px !important; } }
  @media screen and (max-height: 800px) {
    .home .hero-block .large {
      height: 500px !important;
      min-height: 500px !important; } }

@media (max-width: 959px) {
  .download-case-study .text-right {
    text-align: left; } }

.number {
  background-color: #2b5c7d;
  color: #ffffff;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
  font-size: 24px;
  min-width: 48px;
  min-height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-family: "Merriweather", serif; }
  .number__large {
    font-size: 32px;
    width: 51px;
    height: 51px;
    background-color: #2b5c7d;
    color: #ffffff; }

.hero-contrast_dark .number {
  color: #2b5c7d;
  background-color: #ffffff; }

.hero-contrast_dark .hero-block__navigation a,
.hero-contrast_dark .hero-block__navigation:before {
  color: #ffffff; }

.hero-contrast_dark p {
  color: #ffffff; }

.category-title-link, .category-title-link:link, .category-title-link:visited {
  text-decoration: none;
  color: #ffffff; }

.category-title-link:hover, .category-title-link:active {
  color: #ffffff;
  text-decoration: none; }

.hero-block__video-block {
  position: relative; }

.overlay-video,
.overlay-video-laptop,
.overlay-video-mobile {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  display: block;
  content: "";
  z-index: 0;
  opacity: 1;
  /* horizontally center the video */
  /* set video aspect ratio and vertically center */ }
  .overlay-video iframe,
  .overlay-video object,
  .overlay-video embed,
  .overlay-video-laptop iframe,
  .overlay-video-laptop object,
  .overlay-video-laptop embed,
  .overlay-video-mobile iframe,
  .overlay-video-mobile object,
  .overlay-video-mobile embed {
    width: 100%;
    height: 70vh; }
  .overlay-video .videobg,
  .overlay-video-laptop .videobg,
  .overlay-video-mobile .videobg {
    position: relative;
    width: 100%;
    /* Set video container element width here */
    height: 100%;
    /* Set video container element height here */
    overflow: hidden;
    background: #000000;
    /* bg color, if video is not high enough */ }
  .overlay-video .videobg-width,
  .overlay-video-laptop .videobg-width,
  .overlay-video-mobile .videobg-width {
    position: absolute;
    width: 1200px;
    /* Change width value to cover more area*/
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto; }
  .overlay-video .videobg-aspect,
  .overlay-video-laptop .videobg-aspect,
  .overlay-video-mobile .videobg-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    overflow: hidden; }
  .overlay-video .videobg-make-height,
  .overlay-video-laptop .videobg-make-height,
  .overlay-video-mobile .videobg-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .overlay-video .videobg-hide-controls,
  .overlay-video-laptop .videobg-hide-controls,
  .overlay-video-mobile .videobg-hide-controls {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
    height: 100%;
    width: 100%;
    /* Vimeo timeline and play button are ~55px high */
    padding: 55px 97.7777px;
    /* 16:9 ratio */
    top: -55px;
    left: -97.7777px;
    /* 16:9 ratio */ }
  .overlay-video .videobg iframe,
  .overlay-video-laptop .videobg iframe,
  .overlay-video-mobile .videobg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none; }

@media (max-width: 1199px) {
  .forcefullwidth_wrapper_tp_banner div {
    height: 500px !important; } }

#scene {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden; }

.parallax-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%); }
  @media (min-width: 960px) {
    .parallax-background-image {
      -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%); } }
  .parallax-background-image:before, .parallax-background-image:after {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%); }
    @media (min-width: 960px) {
      .parallax-background-image:before, .parallax-background-image:after {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%); } }

.parallax-mirror {
  z-index: 9;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%); }
  @media (min-width: 960px) {
    .parallax-mirror {
      -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%); } }

.opacity-block {
  position: relative; }
  .opacity-block .overlay-color {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    z-index: 2;
    opacity: 1; }
  .opacity-block.opacity-0 .overlay-color {
    opacity: 0; }
  .opacity-block.opacity-10 .overlay-color {
    opacity: .1; }
  .opacity-block.opacity-20 .overlay-color {
    opacity: .2; }
  .opacity-block.opacity-30 .overlay-color {
    opacity: .3; }
  .opacity-block.opacity-40 .overlay-color {
    opacity: .4; }
  .opacity-block.opacity-50 .overlay-color {
    opacity: .5; }
  .opacity-block.opacity-60 .overlay-color {
    opacity: .6; }
  .opacity-block.opacity-70 .overlay-color {
    opacity: .7; }
  .opacity-block.opacity-80 .overlay-color {
    opacity: .8; }
  .opacity-block.opacity-90 .overlay-color {
    opacity: .9; }
  .opacity-block.opacity-100 .overlay-color {
    opacity: 1; }
  .opacity-block .container {
    z-index: 10;
    position: relative; }
  .opacity-block .hero-block__content {
    color: #3f4359; }
  .opacity-block .hero-block__title {
    color: #3f4359; }

.hero_content_symbol {
  position: absolute;
  top: 95px;
  left: 0;
  z-index: 2; }
  .hero_content_symbol .icon-arrow-filled {
    border-width: 24px 0 24px 24px;
    border-color: transparent transparent transparent #ffffff; }

.hero-block__content p {
  padding-bottom: 0 !important; }

.article p {
  margin-top: 0; }
  .article p:last-child {
    margin-bottom: 0; }

.article__image--full-width {
  margin: 22px 0; }
  @media (min-width: 481px) {
    .article__image--full-width {
      margin: 32px 0; } }
  @media (min-width: 961px) {
    .article__image--full-width {
      margin: 42px 0; } }

.article__feature {
  margin-bottom: 1.78rem; }
  @media (min-width: 961px) {
    .article__feature {
      margin-bottom: 0; }
      .article__feature h3 {
        font-size: 1.2em; }
      .article__feature h4 {
        font-size: 1.5em; } }
  .article__feature + .article__feature {
    margin-top: 30px; }
    @media (min-width: 960px) {
      .article__feature + .article__feature {
        margin-top: 50px; } }

.article-preview {
  position: relative; }
  .article-preview__image {
    width: 100%;
    height: auto;
    margin-bottom: 18px; }
    @media (min-width: 481px) {
      .article-preview__image {
        margin-bottom: 0; } }
  .article-preview__title {
    margin: .8em 0; }
  .article-preview .text-link {
    font-size: 1rem; }
  .article-preview .btn {
    margin-top: 1em; }
  .article-preview + .article-preview {
    margin-top: 37px; }
    @media (min-width: 481px) {
      .article-preview + .article-preview {
        margin-top: 50px; } }
    @media (min-width: 960px) {
      .article-preview + .article-preview {
        margin-top: 100px; } }

@media (min-width: 961px) {
  aside .article__feature p {
    font-size: .89rem;
    line-height: 1.6rem; } }

.short-info {
  margin-bottom: 24px; }
  @media (min-width: 481px) {
    .short-info {
      margin-bottom: 12px; } }
  @media (min-width: 961px) {
    .short-info {
      margin-bottom: 30px; } }
  .short-info-holder {
    overflow: hidden;
    margin-bottom: -24px; }
    @media (min-width: 481px) {
      .short-info-holder {
        margin-bottom: -12px; } }
    @media (min-width: 961px) {
      .short-info-holder {
        margin-bottom: -30px; } }
  .short-info__image {
    margin: 0;
    width: 48px;
    height: 48px; }
    @media (min-width: 481px) {
      .short-info__image {
        width: 64px;
        height: 64px; } }
    @media (min-width: 961px) {
      .short-info__image {
        width: 80px;
        height: 80px; } }
  .short-info__title {
    margin: .61rem 0; }
  .short-info__text,
  .short-info__text p {
    margin: 0;
    font-size: 0.9em !important;
    line-height: 1.7rem;
    color: #3f4359; }
  .short-info-big {
    margin-bottom: 42px; }
    @media (min-width: 481px) {
      .short-info-big {
        margin-bottom: 48px; } }
    @media (min-width: 961px) {
      .short-info-big {
        margin-bottom: 68px; } }
    .short-info-big-holder {
      margin-bottom: -42px; }
      @media (min-width: 481px) {
        .short-info-big-holder {
          margin-bottom: -48px; } }
      @media (min-width: 961px) {
        .short-info-big-holder {
          margin-bottom: -68px; } }
    .short-info-big__image {
      display: block;
      margin: 0 0 1rem;
      width: 64px;
      height: 64px; }
      @media (min-width: 481px) {
        .short-info-big__image {
          width: 88px;
          height: 88px; } }
      @media (min-width: 961px) {
        .short-info-big__image {
          width: 110px;
          height: 110px; } }
    .short-info-big__text {
      margin: 0 0 1.2rem 0; }

.short-info-holder {
  padding-top: 20px;
  overflow: visible; }
  @media (max-width: 959px) {
    .short-info-holder {
      display: block; } }
  .short-info-holder .col-md-6.emphasized {
    width: 100%; }
  .short-info-holder .featured-case-study__column .featured-case-study {
    padding-top: 90px;
    background-size: cover;
    background-position: center center; }

.article .section__content .text {
  padding-right: 30px; }
  @media (max-width: 959px) {
    .article .section__content .text {
      padding-right: 0; } }

.section .article h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 6px;
  margin-top: 0; }
  @media (max-width: 959px) {
    .section .article h2 {
      font-size: 20px;
      line-height: 160%; } }

.article-preview-container {
  min-height: 185px;
  position: relative; }

.stats--simple .stats-number {
  position: relative;
  width: 80px;
  margin-bottom: 20px; }
  @media (min-width: 481px) {
    .stats--simple .stats-number {
      width: 100%;
      margin-bottom: 0; } }
  .stats--simple .stats-number__bg {
    fill: #e1e9f0; }
  .stats--simple .stats-number__number {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #00A2E5;
    font-size: 2.222rem;
    font-weight: 600;
    line-height: 2.222rem; }

.stats-article {
  margin-top: 24px; }
  @media (min-width: 481px) {
    .stats-article {
      margin-top: 38px; } }
  @media (min-width: 961px) {
    .stats-article {
      margin-top: 48px; } }
  @media (max-width: 959px) {
    .stats-article {
      text-align: center; } }
  .stats-article__image {
    width: 100%; }
  .stats-article__title {
    color: #00A2E5;
    line-height: 140%;
    margin-bottom: 0; }
  .stats-article__content {
    color: #3f4359; }
    .stats-article__content p {
      margin: 0;
      font-size: 1rem;
      line-height: 140%; }
      @media (min-width: 961px) {
        .stats-article__content p {
          font-size: .889rem; } }
    .stats-article__content p + p {
      margin-top: 1em; }
  @media (min-width: 961px) {
    .stats-article .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.stats-number {
  position: relative;
  width: 80px;
  margin-bottom: 20px; }
  @media (min-width: 481px) {
    .stats-number {
      width: 100%;
      margin-bottom: 0; } }
  @media (max-width: 959px) {
    .stats-number {
      margin: 0 auto; } }
  .stats-number__bg {
    fill: #e1e9f0; }
  .stats-number__number {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #00A2E5;
    font-size: 2.222rem;
    font-weight: 600;
    line-height: 2.222rem; }

.stats-aside {
  width: 100%;
  max-width: 392px; }

.stats-highlighted-article {
  margin-top: 24px;
  padding: 30px 40px;
  background-color: #00A2E5;
  color: #ffffff;
  -webkit-box-shadow: 4px 4px 0 0 #d7dee6;
          box-shadow: 4px 4px 0 0 #d7dee6; }
  @media (min-width: 481px) {
    .stats-highlighted-article {
      margin-top: 38px; } }
  @media (min-width: 961px) {
    .stats-highlighted-article {
      margin-top: 48px;
      -webkit-box-shadow: 8px 8px 0 0 #d7dee6;
              box-shadow: 8px 8px 0 0 #d7dee6; } }
  @media (min-width: 481px) {
    .stats-highlighted-article__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .stats-highlighted-article__title {
    margin-right: 24px;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px; }
    @media (min-width: 481px) {
      .stats-highlighted-article__title {
        font-size: 60px;
        line-height: 70px; } }
    @media (min-width: 961px) {
      .stats-highlighted-article__title {
        font-size: 70px;
        line-height: 70px; } }
  .stats-highlighted-article__perex {
    color: #ffffff;
    font-weight: normal;
    margin: 6px 0; }
  .stats-highlighted-article__content p {
    color: #ffffff;
    margin: 0;
    font-size: 1rem; }
    @media (min-width: 961px) {
      .stats-highlighted-article__content p {
        font-size: .89rem; } }
  .stats-highlighted-article__content p + p {
    margin-top: 1em; }

.filters-bar {
  margin-bottom: 30px; }

.__placeholder {
  width: 100%;
  padding-bottom: 100%;
  background: #2b5c7d;
  color: #ffffff; }

.__placeholder__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.section__short-info-block-header {
  margin: 85px 0 60px; }

.section__short-info-block-header h3 {
  margin: 0; }

.card {
  margin-bottom: 2rem;
  padding: 0; }
  .card .arrow-link,
  .card .button-link {
    position: absolute;
    bottom: 30px;
    left: 30px; }
  .cards-holder {
    margin-bottom: -3em;
    overflow: hidden; }
  .card__content {
    position: relative;
    background: #ffffff;
    padding: 30px; }
  .card__logo {
    margin: 0;
    font-family: "Lato", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .card__logo-icon {
      display: inline-block;
      height: 1.78rem;
      margin-right: 1ex; }
      .card__logo-icon svg {
        height: 100%;
        fill: #659bc3; }
  .card--services .card__content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    min-height: 300px;
    background-image: none; }
  .card--services .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
    background-color: #3f4359; }
    .card--services .background-overlay.darker-version {
      background-color: #ffffff; }
      .card--services .background-overlay.darker-version + .background-top h4,
      .card--services .background-overlay.darker-version + .background-top p {
        color: #2b5c7d !important; }
  .card--services h4,
  .card--services p {
    color: #ffffff; }
  .card--services .background-top {
    position: relative;
    z-index: 1; }
  .card--services:hover .background-overlay {
    opacity: 0.7; }
    .card--services:hover .background-overlay.darker-version {
      background-color: #f4f4f4; }
      .card--services:hover .background-overlay.darker-version h4,
      .card--services:hover .background-overlay.darker-version p {
        color: #2b5c7d !important; }
      .card--services:hover .background-overlay.darker-version + .background-top h4,
      .card--services:hover .background-overlay.darker-version + .background-top p {
        color: #2b5c7d !important; }
  .card__profile-image {
    display: inline-block;
    height: 120px;
    width: 120px;
    margin-right: 1ex;
    overflow: hidden;
    border-radius: 50%; }
    .card__profile-image img {
      width: 100%;
      height: auto; }
    .card__profile-image svg {
      height: 100%;
      fill: #ffffff; }
  .card__executives .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .card__executives .card__content {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0; }
  .card__executives .card__profile-image {
    border-radius: 0;
    width: 164px;
    height: 164px;
    margin-right: 0; }
    .card__executives .card__profile-image img {
      display: inline-block; }
  .card__executives .profile-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 164px; }
  .card__executives .content {
    padding-left: 20px;
    width: calc(100% - 164px); }
  .card__bradcrumbs {
    margin-top: 50px;
    margin-bottom: -15px; }
    .card__bradcrumbs .link {
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-weight: bold;
      font-size: .79rem;
      line-height: 1.08rem; }
      @media (min-width: 481px) {
        .card__bradcrumbs .link {
          font-size: .75rem;
          line-height: .875em; } }
      @media (min-width: 961px) {
        .card__bradcrumbs .link {
          font-size: .67rem;
          line-height: .78rem; } }
  @media (min-width: 961px) {
    .card__text {
      font-size: .89rem;
      line-height: 1.6rem; } }
  .card__profile-title {
    margin: 0;
    padding: 0; }
  .card__profile-position {
    margin: 6px 0;
    padding: 0;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.08rem; }
  .card__link {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-size: .86rem;
    line-height: 1rem; }
    @media (min-width: 481px) {
      .card__link {
        font-family: "Merriweather", serif; } }
    @media (min-width: 961px) {
      .card__link {
        font-size: .89rem;
        line-height: 1.1rem; } }
  .card--clipped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .card--clipped .card__content {
      -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 56% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0, 100% 90%, 56% 100%, 0% 100%);
      height: 100%; }
    .card--clipped-bg {
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 2px 2px 0;
      width: 100%;
      height: 100%;
      -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 56% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0, 100% 90%, 56% 100%, 0% 100%); }
      .card--clipped-bg-1 {
        background: #f5f7fa; }
      .card--clipped-bg-2 {
        background: #ffffff;
        padding: 0 2px 2px 0; }
      .card--clipped-bg-3 {
        background: #f5f7fa;
        padding: 2px; }
  .card--solid-background .card__content {
    background: #f5f7fa; }
  .card--double-thin-border {
    margin: 24px 6px 1rem 0;
    border: 2px solid #f5f7fa;
    -webkit-box-shadow: 4px 4px 0 0 #ffffff, 6px 6px 0 0 #f5f7fa;
            box-shadow: 4px 4px 0 0 #ffffff, 6px 6px 0 0 #f5f7fa; }
    @media (min-width: 481px) {
      .card--double-thin-border {
        margin: 32px 6px 1rem 0; } }
    @media (min-width: 961px) {
      .card--double-thin-border {
        margin: 32px 6px 0 0; } }
    .card--double-thin-border .card__content {
      position: relative;
      padding: 42px 32px 32px 38px; }
      .card--double-thin-border .card__content p:first-child {
        margin-bottom: 0; }
    .card--double-thin-border .card__image {
      position: absolute;
      left: 6px;
      top: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 100%;
      width: 48px;
      height: 48px; }
      @media (min-width: 481px) {
        .card--double-thin-border .card__image {
          width: 64px;
          height: 64px; } }
  .card--double-thick-border {
    margin: 24px 6px 1rem 0;
    border: 6px solid #f5f7fa;
    -webkit-box-shadow: 6px 6px 0 0 #ffffff, 12px 12px 0 0 #f5f7fa;
            box-shadow: 6px 6px 0 0 #ffffff, 12px 12px 0 0 #f5f7fa; }
    @media (min-width: 481px) {
      .card--double-thick-border {
        margin: 32px 6px 1rem 0; } }
    @media (min-width: 961px) {
      .card--double-thick-border {
        margin: 32px 6px 0 0; } }
    .card--double-thick-border .card__content {
      position: relative;
      padding: 32px 32px 32px 38px; }

.card__content {
  position: relative; }
  .card__content .overlay-only-text {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 25px;
    -webkit-transition: all 225ms ease-in;
    transition: all 225ms ease-in; }
    .card__content .overlay-only-text p {
      font-size: 0.78rem;
      line-height: 1.7rem; }
  .card__content:hover .overlay-only-text {
    background-color: #ffffff;
    opacity: 1;
    -webkit-transition: all 225ms ease-in;
    transition: all 225ms ease-in; }

.card__company_name {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 150%;
  margin-top: 20px;
  font-size: 12px;
  color: #9f9fa5; }

.card--customers {
  position: relative; }
  .card--customers h2,
  .card--customers h3 {
    font-family: "Lato", sans-serif;
    font-size: 32px !important; }
  .card--customers a {
    display: block; }
    .card--customers a:hover h4, .card--customers a:hover p {
      color: #00A2E5; }
  .card--customers .icon-arrow-filled {
    margin-left: 15px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #00A2E5;
    -webkit-transform: rotate(360deg); }
  .card--customers:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #f5f7fa;
    -webkit-transform: rotate(360deg); }
  .card--customers:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 10;
    top: 40px;
    left: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #ffffff;
    -webkit-transform: rotate(360deg); }

.emphasized .card__executives {
  margin-left: 210px;
  margin-right: 210px; }
  @media (max-width: 959px) {
    .emphasized .card__executives {
      margin-left: 0;
      margin-right: 0; } }

.gradient-boxes__column,
.technology-module-box__content,
.card--services,
.card__executives,
.card--team-member,
.additional-section .skewed-block,
.featured-case-study__column {
  position: relative; }
  .gradient-boxes__column .box-link,
  .technology-module-box__content .box-link,
  .card--services .box-link,
  .card__executives .box-link,
  .card--team-member .box-link,
  .additional-section .skewed-block .box-link,
  .featured-case-study__column .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer; }

.card__executives .card__biography,
.card--team-member .card__biography {
  display: none; }

.fancybox-slide .card--clipped.fancybox-content {
  height: auto !important; }

@media (max-width: 959px) {
  .fancybox-slide .card--clipped-bg {
    padding: 0 !important; } }

.fancybox-slide .card {
  max-width: 1032px; }
  .fancybox-slide .card .row {
    -webkit-box-align: initial !important;
        -ms-flex-align: initial !important;
            align-items: initial !important; }
    @media (max-width: 959px) {
      .fancybox-slide .card .row {
        margin: 0; } }
  .fancybox-slide .card .card__profile-position {
    font-weight: 700;
    letter-spacing: 2px;
    padding-top: 6px;
    font-size: 14px;
    color: #2b5c7d; }
  .fancybox-slide .card .card__profile-image {
    width: 240px;
    height: 240px; }
    @media (max-width: 959px) {
      .fancybox-slide .card .card__profile-image {
        margin: 0 auto; } }
  .fancybox-slide .card .profile-image {
    width: 240px; }
    .fancybox-slide .card .profile-image img {
      width: 100%; }
  .fancybox-slide .card .fancybox-close-small {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .fancybox-slide .card .card--clipped-bg-3 {
    background: transparent;
    padding: 20px; }
  .fancybox-slide .card .content {
    width: calc(100% - 240px);
    padding: 0 40px; }
    @media (max-width: 959px) {
      .fancybox-slide .card .content {
        width: 100%;
        padding: 0; } }

.fancybox-slide .card__executives,
.fancybox-slide .card--team-member {
  margin-bottom: 12px; }
  @media (max-width: 959px) {
    .fancybox-slide .card__executives .card__content,
    .fancybox-slide .card--team-member .card__content {
      padding: 0; } }
  .fancybox-slide .card__executives .card__biography,
  .fancybox-slide .card--team-member .card__biography {
    display: block; }
  .fancybox-slide .card__executives .box-link,
  .fancybox-slide .card--team-member .box-link {
    display: none; }
  .fancybox-slide .card__executives h4,
  .fancybox-slide .card--team-member h4 {
    font-size: 24px;
    padding-top: 20px; }

@media (max-width: 959px) {
  .card--services h4 {
    font-size: 24px; } }

.card--services h4 {
  font-family: "Lato", sans-serif; }

.card--team-member .card__profile-title {
  color: #3f4359; }

.card--team-member .card__content {
  min-height: 305px; }

.card__content.citation:before {
  top: -35px; }

.callout-box {
  background-color: transparent;
  margin-top: 40px;
  margin-bottom: 40px; }
  .callout-box .card--clipped-bg-3 {
    padding: 0 !important;
    width: calc(100% + 1px); }
  .callout-box .card__content {
    background-color: #f4f4f4;
    color: #2b5c7d; }
    .callout-box .card__content h1, .callout-box .card__content h2, .callout-box .card__content h3, .callout-box .card__content h4, .callout-box .card__content h5, .callout-box .card__content h6, .callout-box .card__content p, .callout-box .card__content ol, .callout-box .card__content li {
      color: #2b5c7d; }

.card__image.no-border {
  border: 0; }

.featured-case-study {
  margin-bottom: 1rem;
  width: 100%;
  max-width: 480px;
  margin-left: 8px;
  padding-top: 90px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (min-width: 481px) {
    .featured-case-study {
      margin-bottom: 0; } }
  @media (min-width: 481px) {
    .featured-case-study {
      padding-top: 136px; } }
  .featured-case-study__column {
    margin-bottom: 24px; }
  .featured-case-study__content {
    margin: 0 32px 10px -8px;
    position: relative;
    bottom: -16px;
    padding: 25px 32px 25px 16px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 56% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 90%, 56% 100%, 0% 100%);
    background-color: #3f4359; }
    .featured-case-study__content p {
      color: #ffffff;
      font-size: 0.78rem;
      line-height: 1.3rem; }
  .featured-case-study__title {
    margin: 0;
    font-family: "Merriweather", serif;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .featured-case-study__logo {
    display: inline-block;
    height: 1.78rem;
    margin-right: 1ex; }
    .featured-case-study__logo svg {
      height: 100%;
      fill: #ffffff; }
  .featured-case-study__text {
    margin: 12px 0 2px;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.3rem; }
    @media (min-width: 481px) {
      .featured-case-study__text {
        font-size: .875rem; } }
    @media (min-width: 961px) {
      .featured-case-study__text {
        font-size: .78rem; } }
  .featured-case-study__link {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: .86rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: .2em; }
    @media (min-width: 481px) {
      .featured-case-study__link {
        font-size: .78rem;
        line-height: .937rem; } }
    @media (min-width: 961px) {
      .featured-case-study__link {
        font-size: .7rem;
        line-height: .83rem; } }
  .featured-case-study--secondary .featured-case-study__content {
    background-color: #fe4b45; }

.featured-case-study__fullwidth .featured-case-study {
  max-width: initial;
  width: 100%; }
  .featured-case-study__fullwidth .featured-case-study .featured-case-study__content {
    max-width: 480px; }

.homepage-info-boxes .featured-case-study__column:nth-child(1) .featured-case-study__content,
.homepage-info-boxes .featured-case-study__column:nth-child(4) .featured-case-study__content {
  background-color: #00A2E5; }

.featured-case-study__colors .featured-case-study__column:nth-child(1) .featured-case-study__content,
.featured-case-study__colors .featured-case-study__column:nth-child(4) .featured-case-study__content {
  background-color: #2b5c7d; }

@media (min-width: 961px) {
  .homepage-info-boxes {
    padding: 44px 0 74px 0; }
    .homepage-info-boxes .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 0; }
      .homepage-info-boxes .row .gradient-boxes__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .homepage-info-boxes .short-info-holder .featured-case-study__column .featured-case-study {
      padding-top: 30px; } }

@media (max-width: 959px) {
  .homepage-info-boxes {
    padding: 0; }
    .homepage-info-boxes .row .gradient-boxes__column {
      margin-bottom: 24px; }
    .homepage-info-boxes .row .gradient-boxes__title {
      font-size: 18px; }
    .homepage-info-boxes .short-info-holder .featured-case-study__column .featured-case-study {
      padding-top: 30px; } }

.featured-case-study__column:nth-child(odd) .featured-case-study__content {
  background-color: #3f4359; }

.gradient-boxes {
  margin-bottom: 1rem;
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0 !important;
  max-width: initial;
  width: 100%;
  background-size: cover; }
  @media (min-width: 481px) {
    .gradient-boxes {
      margin-bottom: 0; } }
  @media (min-width: 481px) {
    .gradient-boxes {
      padding-top: 0; } }
  .gradient-boxes__content {
    margin: 0;
    position: initial;
    bottom: auto;
    padding: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 92, 125, 0.9)), to(rgba(44, 92, 125, 0.25)));
    background: linear-gradient(to bottom, rgba(44, 92, 125, 0.9), rgba(44, 92, 125, 0.25));
    height: 100%; }
    .gradient-boxes__content p {
      color: #ffffff;
      font-size: 16px !important;
      line-height: 1.3rem; }
  .gradient-boxes__title {
    margin: 0;
    font-family: "Merriweather", serif;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gradient-boxes__text {
    margin: 12px 0 2px;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.3rem; }
    @media (min-width: 481px) {
      .gradient-boxes__text {
        font-size: .875rem; } }
    @media (min-width: 961px) {
      .gradient-boxes__text {
        font-size: .78rem; } }
  .gradient-boxes__link {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: .86rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: .2em; }
    @media (min-width: 481px) {
      .gradient-boxes__link {
        font-size: .78rem;
        line-height: .937rem; } }
    @media (min-width: 961px) {
      .gradient-boxes__link {
        font-size: .7rem;
        line-height: .83rem; } }
  .gradient-boxes--secondary .featured-case-study__content {
    background-color: #fe4b45; }

.gradient-boxes__column:hover .text-link--arrow-only {
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .gradient-boxes__column:hover .text-link--arrow-only:after {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    -webkit-transition: all 160ms ease-in-out;
    transition: all 160ms ease-in-out; }

.gradient-boxes__overgradient {
  -webkit-box-shadow: inset 0 0 80px 20px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 80px 20px rgba(0, 0, 0, 0.2); }

.owl-carousel {
  z-index: 0;
  padding: 0; }

.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 3px; }
  @media (min-width: 481px) {
    .owl-carousel .owl-nav {
      bottom: 10px; } }
  .owl-carousel .owl-nav [class*=owl-], .owl-carousel .owl-nav [class*=owl-]:hover {
    color: #3f4359;
    background: transparent !important; }
  .owl-carousel .owl-nav i {
    display: block;
    font-size: 10px;
    color: #00A2E5; }

.owl-carousel .owl-nav .owl-information {
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
  padding: 0; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border-radius: 100%;
  border: 2px solid #e2e3e6; }
  .owl-carousel .owl-nav .owl-prev:hover,
  .owl-carousel .owl-nav .owl-next:hover {
    border-color: #00A2E5; }

.slideshow {
  background-color: #f5f7fa; }

.call-to-action {
  position: relative;
  margin: 0 auto 0; }
  .call-to-action__inner {
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center center;
    background-size: cover;
    padding-top: 38px;
    padding-bottom: 48px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%); }
    @media (min-width: 481px) {
      .call-to-action__inner {
        padding-top: 50px;
        padding-bottom: 60px; } }
    @media (min-width: 960px) {
      .call-to-action__inner {
        padding-top: 110px;
        padding-bottom: 120px;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%); } }
  .call-to-action__title {
    margin: 0; }
  .call-to-action__content {
    margin-bottom: 1.5rem; }
  .call-to-action__boxed-right .call-to-action__inner .text-content {
    background-color: #f5f7fa;
    padding: 120px 80px 120px 40px;
    margin: 0 -80px 0 0; }
  .call-to-action__boxed-right .call-to-action__inner .image-content {
    padding-top: 60px;
    padding-bottom: 60px; }
    .call-to-action__boxed-right .call-to-action__inner .image-content img {
      -webkit-box-shadow: 7px 7px 0 0 #e1e9f0;
      box-shadow: 7px 7px 0 0 #e1e9f0; }
  .call-to-action:not(.call-to-action__boxed-right) .call-to-action__title,
  .call-to-action:not(.call-to-action__boxed-right) .call-to-action__content p {
    color: #ffffff; }

.veil {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(63, 67, 89, 0.6); }

.section.call-to-action-section {
  padding-top: 0 !important; }

.section--bg + .call-to-action-section {
  margin-top: -12px; }

footer {
  position: relative;
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 960px) {
    footer {
      padding-top: 0 !important; } }
  footer .hidden-xs {
    display: inline-block; }
    @media (max-width: 479px) {
      footer .hidden-xs {
        display: none !important; } }
  footer .privacy-policy {
    color: #659bc3; }
    footer .privacy-policy:hover {
      color: #659bc3;
      text-decoration: none;
      -webkit-box-shadow: inset 0 -2px 0 0 #659bc3;
              box-shadow: inset 0 -2px 0 0 #659bc3; }
  footer .social-links a {
    margin: 0 1ex 0 0; }
  @media (min-width: 960px) {
    footer .social-links {
      float: right; }
      footer .social-links a {
        margin: 0 0 0 1ex; } }
  footer .watemark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.02; }
  footer .cc {
    display: block; }
    @media (min-width: 480px) {
      footer .cc {
        display: inline; } }
  footer .link {
    font-size: 16px; }
  footer .slash {
    display: inline-block;
    margin: 0 1.5ex; }

.footer-navigation ul {
  margin: 30px 50px 30px 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 480px) {
    .footer-navigation ul {
      margin: 30px 50px 50px 0; } }
  .footer-navigation ul:last-child {
    margin-right: 0; }
  .footer-navigation ul li {
    padding: 0;
    margin: 0; }
  .footer-navigation ul a {
    display: inline-block;
    color: #2b5c7d; }
    .footer-navigation ul a:hover {
      color: #2b5c7d;
      text-decoration: none;
      -webkit-box-shadow: inset 0 -2px 0 0 #2b5c7d;
              box-shadow: inset 0 -2px 0 0 #2b5c7d; }

.home-box {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  min-width: 100%;
  min-height: 215px;
  cursor: pointer; }
  .home-box:hover {
    z-index: 100;
    -webkit-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out; }
  .home-box .overlay-image {
    position: absolute;
    top: 20px;
    right: -30px;
    max-width: 130px;
    visibility: hidden;
    z-index: 10; }
    .home-box .overlay-image img {
      width: 100%;
      height: auto; }
  .home-box .page-flip {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 149px;
    height: 85px; }
    .home-box .page-flip img {
      width: 100%;
      height: auto;
      position: absolute;
      bottom: 0;
      right: 0;
      -webkit-transition: all 0.1s cubic-bezier(0.11, 0.83, 0.29, 0.83);
      transition: all 0.1s cubic-bezier(0.11, 0.83, 0.29, 0.83); }
    .home-box .page-flip .corner {
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      opacity: 0.5; }
    .home-box .page-flip .corner-over {
      opacity: 0; }
  .home-box h4 {
    color: #3f4359;
    font-size: 22px;
    line-height: 30px;
    padding: 0 60px 20px 0;
    margin: 0; }
    @media screen and (max-height: 800px) {
      .home-box h4 {
        font-size: 18px;
        line-height: 160%;
        padding-bottom: 30px; } }
  .home-box p {
    color: #3f4359;
    font-size: 12px;
    line-height: 18px;
    display: none;
    padding: 0 0 0 0;
    margin: 0; }
  .home-box__content {
    padding: 25px 32px 25px 16px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
    background-color: #f5f7fa;
    max-width: 100%;
    min-height: 215px;
    position: absolute; }
    @media (max-width: 959px) {
      .home-box__content {
        width: 100%; } }
    .home-box__content:hover .overlay-image {
      visibility: visible; }
    .home-box__content:hover .page-flip img {
      -webkit-transition: all 0.1s cubic-bezier(0.11, 0.83, 0.29, 0.83);
      transition: all 0.1s cubic-bezier(0.11, 0.83, 0.29, 0.83); }
    .home-box__content:hover .page-flip .corner {
      opacity: 0; }
    .home-box__content:hover .page-flip .corner-over {
      opacity: 1; }
    .home-box__content .active {
      -webkit-clip-path: initial;
              clip-path: initial;
      background-color: #3f4359;
      border-radius: 8px; }
      @media (min-width: 961px) {
        .home-box__content .active {
          -webkit-transform: scale(1.2);
                  transform: scale(1.2);
          -webkit-transition: all 120ms ease-in-out;
          transition: all 120ms ease-in-out; } }
      .home-box__content .active h4 {
        color: #ffffff; }
      .home-box__content .active p {
        display: block;
        color: #ffffff; }
      .home-box__content .active .overlay-image {
        visibility: visible; }
      .home-box__content .active .page-flip {
        visibility: hidden; }

.home-box-column {
  float: left; }

.home-box-column.first-load .page-flip .corner {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1; }

.home-box-column:nth-child(2) p {
  padding-right: 30px; }

.home-box-column:nth-child(5) p {
  padding-right: 30px; }

.homepage__boxes {
  padding-top: 30px !important;
  padding-bottom: 0; }
  @media (min-width: 960px) {
    .homepage__boxes + .section {
      padding-bottom: 86px; } }
  @media (max-width: 959px) {
    .homepage__boxes {
      padding-bottom: 0; } }
  .homepage__boxes .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (max-width: 959px) {
    .homepage__boxes .row {
      display: block;
      width: 100%; }
    .homepage__boxes .col-md-3 {
      width: 100%; } }
  @media (min-width: 960px) {
    .homepage__boxes .active .home-box {
      z-index: 100; }
      .homepage__boxes .active .home-box .home-box__content {
        padding: 25px 32px 25px 16px;
        max-width: 100%;
        min-height: 215px;
        position: absolute;
        -webkit-transition: all 120ms ease-in-out;
        transition: all 120ms ease-in-out;
        -webkit-clip-path: initial !important;
                clip-path: initial !important;
        background-color: #3f4359;
        border-radius: 8px; } }
    @media (min-width: 960px) and (max-width: 959px) {
      .homepage__boxes .active .home-box .home-box__content {
        width: 100%; } }
    @media (min-width: 960px) and (min-width: 961px) {
      .homepage__boxes .active .home-box .home-box__content {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; } }
  @media (min-width: 960px) {
        .homepage__boxes .active .home-box .home-box__content h4 {
          color: #ffffff; }
        .homepage__boxes .active .home-box .home-box__content p {
          display: block;
          color: #ffffff; }
        .homepage__boxes .active .home-box .home-box__content .overlay-image {
          visibility: visible; }
        .homepage__boxes .active .home-box .home-box__content .page-flip {
          visibility: hidden; } }
  @media (max-width: 959px) {
    .homepage__boxes .home-box {
      z-index: 100;
      max-width: 100%;
      height: auto;
      min-height: initial;
      position: static; }
      .homepage__boxes .home-box .home-box__content {
        padding: 25px 60px 25px 16px;
        max-width: 100%;
        min-height: auto;
        position: relative;
        -webkit-transition: all 120ms ease-in-out;
        transition: all 120ms ease-in-out;
        -webkit-clip-path: initial;
                clip-path: initial;
        background-color: #3f4359;
        border-radius: 8px; } }
    @media (max-width: 959px) and (max-width: 959px) {
      .homepage__boxes .home-box .home-box__content {
        width: 100%; } }
    @media (max-width: 959px) and (max-width: 959px) {
      .homepage__boxes .home-box .home-box__content {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); } }
  @media (max-width: 959px) {
        .homepage__boxes .home-box .home-box__content h4 {
          color: #ffffff; }
        .homepage__boxes .home-box .home-box__content p {
          display: block;
          color: #ffffff; }
        .homepage__boxes .home-box .home-box__content .overlay-image {
          visibility: visible;
          top: -10px !important;
          right: -10px !important; }
          .homepage__boxes .home-box .home-box__content .overlay-image img {
            width: 100px; }
        .homepage__boxes .home-box .home-box__content .page-flip {
          visibility: hidden;
          -webkit-transition: all 120ms ease-in-out;
          transition: all 120ms ease-in-out; } }

.product-module-box-section {
  padding-top: 0; }

.product-module-box {
  background-color: #e1e9f0;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
  max-width: 100%;
  min-height: 256px;
  position: relative;
  margin-bottom: 24px;
  padding: 2px; }
  .product-module-box .product-module-box-logo {
    height: 24px;
    width: auto !important; }
  .product-module-box .product-module-box__content {
    background-color: #ffffff;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
    padding: 48px 24px 24px;
    background-position: center right;
    background-size: 150px auto;
    background-repeat: no-repeat;
    min-height: 256px;
    height: 100%; }
  .product-module-box.without-number h4 {
    margin-top: 0;
    padding-top: 0; }
  .product-module-box.emphasized .product-module-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 959px) {
      .product-module-box.emphasized .product-module-box__content {
        display: block; } }
    .product-module-box.emphasized .product-module-box__content h4 {
      padding: 25px 100px 25px 50px; }
    .product-module-box.emphasized .product-module-box__content .buttons {
      min-width: 200px;
      text-align: right; }
  .product-module-box .icon-arrow-filled {
    display: none; }
    .product-module-box .icon-arrow-filled + .btn {
      display: inline-block; }
  .product-module-box:hover .product-module-box__content {
    background-color: #f5f7fa;
    color: #ffffff; }
  .product-module-box h4 {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 140%; }
  .product-module-box p {
    font-size: 15px;
    line-height: 140%;
    padding-right: 140px; }

.technology-module-box {
  background-color: #e1e9f0;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
  max-width: 100%;
  position: relative;
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-bottom: 24px;
  background-size: cover; }
  @media (max-width: 959px) {
    .technology-module-box {
      background-position: -100px center; } }
  .technology-module-box .technology-module-box__content {
    min-height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 959px) {
      .technology-module-box .technology-module-box__content {
        display: block; } }
  .technology-module-box h4 {
    font-size: 22px;
    line-height: 25px;
    color: #fe4b45;
    position: relative;
    z-index: 2;
    max-width: 280px;
    margin: 0;
    padding: 20px;
    font-family: "Lato", sans-serif; }
  .technology-module-box .background-image {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover; }
  .technology-module-box .buttons {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -12px;
    z-index: 1; }
    @media (max-width: 959px) {
      .technology-module-box .buttons {
        position: static;
        text-align: left;
        margin: 5px 20px; } }
  .technology-module-box:hover .background-image {
    visibility: visible; }
  .technology-module-box:hover h4 {
    color: #00A2E5; }
  .technology-module-box:hover .btn {
    background-color: #fe4b45; }

.technology-modules {
  padding-top: 0 !important; }
  @media (max-width: 959px) {
    .technology-modules .row {
      display: block; } }

.sidebar-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 24px;
  background-image: url("../../assets/images/wordmark-a-bg.png");
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 240px; }
  .sidebar-list.no-wordmark {
    background-image: none; }
  .sidebar-list.case-study-list {
    background-position: right center; }
  .sidebar-list li {
    color: #2b5c7d;
    font-size: 16px;
    line-height: 27px;
    padding: 10px 0;
    border-bottom: 1px solid #c1c2ca;
    font-weight: 700; }
    @media (max-width: 959px) {
      .sidebar-list li {
        font-size: 16px; } }
    .sidebar-list li a, .sidebar-list li a:link, .sidebar-list li a:visited {
      color: #fe4b45; }
    .sidebar-list li a:hover, .sidebar-list li a:active {
      color: #2b5c7d; }
    .sidebar-list li a .icon-arrow-filled {
      margin-left: 15px;
      border-width: 7px 0 7px 14px;
      border-left-color: #fe4b45; }
  .sidebar-list.normal-list li {
    color: #2b5c7d;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 10px;
    border-bottom: 1px solid #c1c2ca;
    font-weight: 400; }
    @media (max-width: 959px) {
      .sidebar-list.normal-list li {
        font-size: 16px; } }
    .sidebar-list.normal-list li a, .sidebar-list.normal-list li a:link, .sidebar-list.normal-list li a:visited {
      color: #2b5c7d; }
    .sidebar-list.normal-list li a:hover, .sidebar-list.normal-list li a:active {
      color: #3f4359; }
    .sidebar-list.normal-list li a .icon-arrow-filled {
      margin-left: 15px;
      border-width: 7px 0 7px 14px;
      border-left-color: #3f4359; }
  .sidebar-list.flexible-height {
    min-height: initial; }

.list-bullets-cobalt {
  list-style-type: none; }
  .list-bullets-cobalt li::before {
    content: "•";
    color: #2b5c7d;
    display: inline-block;
    width: 1.2em;
    margin-left: -1.2em; }

.sidebar-list-title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #00A2E5;
  font-family: "Lato", sans-serif; }

.sidebar-list.normal-list + .sidebar-list-title {
  padding-top: 0 !important; }

.offices {
  font-size: 24px;
  line-height: 180%;
  color: #ffffff;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .offices li {
    list-style-type: none;
    padding: 0; }
  .offices .office-group {
    font-weight: 600; }
  .offices .office-single-location {
    font-weight: 300; }

.office-section {
  display: block;
  float: none; }

.office {
  display: inline-block;
  float: none;
  vertical-align: text-top; }
  .office.col-md-3 {
    width: initial !important;
    white-space: nowrap !important;
    float: none !important; }

.office-section-title {
  float: none;
  width: 100%; }

.office-chooser {
  margin-bottom: 60px; }
  .office-chooser a {
    cursor: pointer; }
  .office-chooser .office-section-title a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    color: #00A2E5;
    letter-spacing: 1px;
    pointer-events: none; }

.office:not(.office-section-title) {
  margin-bottom: 60px; }

.office-section-title h4 {
  font-size: 26px; }

.atypon-careers h2, .atypon-careers p {
  color: #ffffff;
  text-align: center; }

.atypon-careers li {
  text-align: left; }

.atypon-careers li a {
  cursor: pointer; }

.section--bg .whr-items {
  margin: 0;
  padding: 0;
  list-style: none; }
  .section--bg .whr-items .whr-item {
    display: block;
    margin-bottom: 2px;
    background-color: #ffffff;
    position: relative;
    min-height: 100px; }
    .section--bg .whr-items .whr-item:after {
      font-family: "atypon" !important;
      content: "";
      display: block;
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #2b5c7d; }
      @media (min-width: 480px) {
        .section--bg .whr-items .whr-item:after {
          right: 24px; } }
      @media (min-width: 960px) {
        .section--bg .whr-items .whr-item:after {
          right: 48px; } }
    .section--bg .whr-items .whr-item:hover:after {
      color: #fe4b45; }
    .section--bg .whr-items .whr-item:last-child {
      margin-bottom: 0; }
  .section--bg .whr-items .whr-title {
    width: 100%;
    position: relative;
    z-index: 10;
    font-size: 18px; }
    .section--bg .whr-items .whr-title a {
      display: block;
      font-family: "Merriweather", serif;
      color: #2b5c7d;
      font-weight: normal;
      margin: 0;
      padding: 10px 16px 48px !important; }
      .section--bg .whr-items .whr-title a:hover {
        color: #fe4b45; }
      @media (min-width: 480px) {
        .section--bg .whr-items .whr-title a {
          padding: 18px 24px 48px !important; } }
      @media (min-width: 960px) {
        .section--bg .whr-items .whr-title a {
          padding: 24px 48px 48px !important; } }
      @media (max-width: 959px) {
        .section--bg .whr-items .whr-title a {
          padding: 10px 16px 0 !important; } }
  .section--bg .whr-items .whr-info {
    position: absolute;
    bottom: 0;
    left: 0;
    list-style-type: none;
    padding: 0 50px 24px 50px;
    margin: 0;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    color: #3f4359; }
    @media (max-width: 959px) {
      .section--bg .whr-items .whr-info {
        position: static;
        padding: 6px 16px 16px;
        font-size: 14px;
        line-height: 150%; } }
    .section--bg .whr-items .whr-info li {
      display: inline-block; }
      .section--bg .whr-items .whr-info li.whr-location span {
        display: none; }
      .section--bg .whr-items .whr-info li.whr-date {
        display: none; }
    @media (min-width: 480px) {
      .section--bg .whr-items .whr-info {
        display: block;
        font-size: .875rem; } }
    @media (min-width: 960px) {
      .section--bg .whr-items .whr-info {
        display: block;
        font-size: .89rem; } }

.whr-date {
  display: none !important; }

#whr_embed_hook {
  position: relative; }
  #whr_embed_hook > h2, #whr_embed_hook > ul {
    display: block !important; }
  #whr_embed_hook .show-hook {
    display: block !important; }
    #whr_embed_hook .show-hook + ul,
    #whr_embed_hook .show-hook + div {
      display: block !important; }
  #whr_embed_hook .hide-hook {
    display: none !important; }
    #whr_embed_hook .hide-hook + ul,
    #whr_embed_hook .hide-hook + div {
      display: none !important; }
  #whr_embed_hook .active-hook {
    display: none !important; }
    #whr_embed_hook .active-hook + ul,
    #whr_embed_hook .active-hook + div {
      display: block !important; }
  #whr_embed_hook .whr-empty-text {
    padding: 120px 20px;
    background-color: #fe4b45;
    color: #ffffff;
    font-size: 36px;
    text-align: center;
    font-family: "Merriweather", serif;
    margin-top: -70px;
    position: relative;
    z-index: 19; }
  #whr_embed_hook .whr-group {
    margin-top: 40px; }
    #whr_embed_hook .whr-group:first-child {
      margin-top: 120px; }

.career-results #whr_embed_hook {
  margin-top: -120px; }
  @media (max-width: 959px) {
    .career-results #whr_embed_hook {
      margin-top: 0; } }

.career-testimonials .career-testimonial {
  width: 100%;
  margin-bottom: 30px; }
  .career-testimonials .career-testimonial .career-testimonial-image {
    margin-bottom: 20px; }
    .career-testimonials .career-testimonial .career-testimonial-image img {
      border-radius: 50%; }
    @media (max-width: 959px) {
      .career-testimonials .career-testimonial .career-testimonial-image {
        margin-left: 20px; } }
  .career-testimonials .career-testimonial .career-testimonial-content {
    background-color: #f5f7fa;
    width: 50%;
    height: auto;
    padding: 30px; }
    @media (max-width: 959px) {
      .career-testimonials .career-testimonial .career-testimonial-content {
        width: 100%; } }
  .career-testimonials .career-testimonial .career-testimonial-text {
    width: 450px;
    border-radius: 4px;
    padding: 30px; }
    .career-testimonials .career-testimonial .career-testimonial-text .h4 {
      font-size: 14px;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      font-family: "Lato", sans-serif;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 1.4em;
      color: #ffffff; }
    .career-testimonials .career-testimonial .career-testimonial-text p {
      font-size: 16px;
      line-height: 1.4em; }
    .career-testimonials .career-testimonial .career-testimonial-text .divider {
      display: inline-block;
      padding: 0 3px; }
    @media (max-width: 959px) {
      .career-testimonials .career-testimonial .career-testimonial-text {
        width: 100%;
        margin: -50px auto !important; } }

.right .career-testimonial-content {
  float: right; }
  .right .career-testimonial-content .career-testimonial-text {
    margin-left: -260px; }

.left .career-testimonial:first-of-type {
  margin-top: 50px; }

.testimonial-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.testimonial-content-section {
  padding-top: 0;
  margin-top: -12px; }

@media (max-width: 959px) {
  .wp-mega-toggle-block {
    display: none !important; }
  #wpmega-menu-main-menu {
    display: block;
    padding: 40px 20px 20px; }
    #wpmega-menu-main-menu div,
    #wpmega-menu-main-menu ul,
    #wpmega-menu-main-menu li {
      position: relative !important;
      width: 100% !important;
      float: none !important;
      height: auto !important;
      margin: 0 !important;
      text-align: left !important;
      display: block !important; }
    #wpmega-menu-main-menu .widget_text,
    #wpmega-menu-main-menu .textwidget,
    #wpmega-menu-main-menu .menu-widget-class-widget_wpmegamenu_pro_linkimage {
      display: none !important; }
  .wp-mega-menu-link {
    color: #3f4359 !important; }
  .arrows-descriptive-list {
    background-image: none !important; }
  section.section {
    margin-top: 24px !important; }
  .text .skewed-block.skewed-block__dark-gray {
    margin: 0 !important;
    position: static;
    right: 0; } }

.zindex-fixxer {
  position: relative;
  z-index: 100; }

.wpmm_mega_menu > a:hover,
.wpmm_mega_menu > a:active,
.wpmm_mega_menu > a.active {
  background-color: #ffffff;
  color: #2b5c7d !important;
  border-radius: 8px 8px 0 0; }

.wpmm_megamenu ul.wp-mega-sub-menu li.menu-products a {
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-family: "Lato", sans-serif !important;
  text-align: center !important;
  letter-spacing: 2px;
  opacity: 0.3; }
  .wpmm_megamenu ul.wp-mega-sub-menu li.menu-products a:hover {
    opacity: 1; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu {
  width: 1000px !important;
  margin-left: -100px !important; }

.wp-megamenu-sub-menu {
  border-radius: 8px !important; }
  .wp-megamenu-sub-menu .menu-literatum-container a {
    font-size: 18px !important;
    padding: 20px !important;
    border-bottom: 1px solid #e1e9f0 !important;
    display: block !important; }
  .wp-megamenu-sub-menu .menu-literatum-modules-container {
    display: none; }
  .wp-megamenu-sub-menu .menu-literatum-services-container {
    display: none; }
  .wp-megamenu-sub-menu .menu-literatum-modules-container a,
  .wp-megamenu-sub-menu .menu-literatum-services-container a {
    font-size: 13px !important;
    padding: 10px !important; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu a {
  padding-left: 15px !important;
  padding-right: 15px !important; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-row .wpmm-col:nth-child(1) {
  width: 200px !important; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-row .wpmm-col:nth-child(2) {
  width: 200px !important; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-row .wpmm-col:nth-child(3) {
  width: 200px !important; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-row .wpmm-col:nth-child(4) {
  width: 350px !important; }
  #wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-row .wpmm-col:nth-child(4) .menu-literatum-modules-container {
    background-color: #f4f4f4; }
  #wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-row .wpmm-col:nth-child(4) .menu-literatum-services-container {
    background-color: #f4f4f4; }

.header-top-bar {
  padding-right: 36px; }
  @media (max-width: 959px) {
    .header-top-bar {
      padding-right: 15px; } }

@media (max-width: 959px) {
  .body-mobile-menu-active {
    overflow: hidden; } }

@media (max-width: 959px) {
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper {
    height: 100%;
    overflow: scroll; } }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper a, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper a:link, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper a:visited {
  font-size: 15px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-support {
  float: right;
  margin-top: -2px; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-support span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-image-link-wrapper.active img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .widget_pages ul li a,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .widget_meta ul li a,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .widget_nav_menu ul li a {
  left: 0; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.wpmega-menu-flyout {
  margin-right: 0; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  width: 180px !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li {
    width: 100%;
    height: auto !important;
    background-color: transparent !important;
    text-align: right; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li a, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li a:link, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li a:visited {
      font-size: 15px !important;
      padding: 16px !important;
      color: #2b5c7d !important;
      display: block !important;
      background-color: transparent !important;
      font-weight: 700; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li a:hover, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li a:active {
      color: #00A2E5 !important; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li a.active {
      color: #00A2E5 !important; }
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li a.active:after {
        background-color: transparent !important;
        display: block;
        content: "";
        position: absolute;
        z-index: 10;
        top: 50%;
        margin-top: -7px;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 7px 7px;
        border-color: transparent transparent transparent #00A2E5;
        -webkit-transform: rotate(360deg); }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-sub-menu-wrap {
  width: 750px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after {
  font-family: "atypon" !important;
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 8px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after {
  right: 6px !important; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:first-child > a,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children > a {
  padding-right: 20px !important; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
  letter-spacing: 0.5px; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li a {
    margin: 0 2px 2px 0; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover a {
  color: #00A2E5 !important; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.active-show > a {
  border-radius: 0 !important;
  background-color: #ffffff !important;
  color: #00A2E5 !important;
  margin: 0 2px 0 0;
  padding-bottom: 14px; }
  @media (max-width: 959px) {
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.active-show > a {
      background-color: transparent !important; } }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.active-show > a:after {
    visibility: visible; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-sub-menu-wrap {
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important; }
  @media (max-width: 959px) {
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-sub-menu-wrap {
      background-color: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; } }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-image-link-wrapper a {
  margin: 0 !important; }

@media (min-width: 961px) {
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-sub-menu-wrap {
    width: 600px !important;
    margin-left: -324px;
    left: 50%; } }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .menu-products-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wp-mega-sub-menu > li {
  display: block;
  float: left; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) {
  width: 180px;
  height: 100%;
  overflow: hidden; }
  @media (max-width: 959px) {
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) {
      width: 100%; } }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper {
    height: 100%; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a {
      display: block;
      height: 100%;
      margin: 0; }
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a img {
        height: 100%;
        max-width: initial;
        width: auto; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) {
  width: 420px;
  height: 100%; }
  @media (max-width: 959px) {
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) {
      display: none !important; } }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) .textwidget {
    display: none;
    height: 100%; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) .textwidget:first-child {
      display: block; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) .textwidget p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      padding: 0 20px; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) a:hover:after {
    background-color: transparent !important;
    display: block;
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -7px;
    right: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #2b5c7d;
    -webkit-transform: rotate(360deg); }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus {
  position: relative; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-sub-menu-wrap,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-sub-menu-wrap {
    width: 750px;
    margin-left: -375px;
    left: 50%; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news {
  position: relative; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-sub-menu-wrap {
    width: 750px;
    margin-right: 0;
    right: -100px;
    left: auto; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-literatum-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services-left-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services-right-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies-left-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies-right-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-about-us-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news-events-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-group5 .wpmega-6columns-6total,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-group6 .wpmega-6columns-6total,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-group7 .wpmega-6columns-6total,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-group5 .text-widget,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-group6 .text-widget,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-group7 .text-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-sub-menu-wrap {
  width: 600px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li {
  display: block;
  float: left; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) {
  width: 180px;
  height: 100%;
  overflow: hidden; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper {
    height: 100%; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a {
      display: block;
      height: 100%;
      margin: 0; }
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a img,
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a img,
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a img,
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a img,
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a img {
        height: 100%;
        max-width: initial;
        width: auto; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) {
  width: 190px;
  height: 100%; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) a:hover:after,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) a:hover:after,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) a:hover:after,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) a:hover:after,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) a:hover:after {
    background-color: transparent !important;
    display: block;
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -7px;
    right: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #2b5c7d;
    -webkit-transform: rotate(360deg); }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) {
  width: 230px;
  height: 100%; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget p:only-child,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget p:only-child,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget p:only-child,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget p:only-child,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget p:only-child {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-sub-menu-wrap {
  left: auto;
  margin-left: -180px;
  right: auto; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) {
  width: 205px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) {
  width: 175px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) {
  width: 200px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) {
  width: 220px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-sub-menu-wrap {
  width: 560px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) {
  width: 205px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) {
  width: 175px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .menu-item a:after,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .menu-item a:after,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .menu-item a:after,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .menu-item a:after,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .menu-item a:after {
  display: none !important; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation {
  float: right; }
  @media (max-width: 959px) {
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation {
      float: none;
      padding: 20px;
      text-align: center; } }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a:link, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a:visited {
    background: #00A2E5;
    color: #ffffff !important;
    height: 32px;
    padding: 0 16px;
    font-size: 15px;
    border-radius: 16px;
    line-height: 32px; }
    @media (max-width: 959px) {
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a:link, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a:visited {
        text-align: center; } }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a:hover, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a:focus {
    cursor: pointer;
    color: #ffffff !important;
    background: #0090cc; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu {
  height: 230px;
  background: #ffffff url("../../assets/images/wordmark-megamenu.png") no-repeat right center !important;
  background-size: auto 100% !important; }
  @media (max-width: 959px) {
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu {
      background-image: none !important;
      background-color: transparent !important;
      height: auto; } }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e1e9f0 !important; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu li:last-child {
      border-bottom: 0 !important; }
    @media (max-width: 959px) {
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu li {
        border-bottom: 0 !important;
        border-top: 1px solid #e1e9f0 !important; } }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a:link, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a:visited {
    font-size: 15px !important;
    padding: 8px 16px !important;
    color: #2b5c7d !important;
    display: block !important;
    font-weight: 700; }
    @media (max-width: 959px) {
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a:link, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a:visited {
        font-size: 14px !important;
        padding: 10px !important; } }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a:hover, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a:active {
    color: #00A2E5 !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a.active {
    color: #00A2E5 !important; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a.active:after {
      background-color: transparent !important;
      display: block;
      content: "";
      position: absolute;
      z-index: 10;
      top: 50%;
      margin-top: -7px;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 7px;
      border-color: transparent transparent transparent #2b5c7d;
      -webkit-transform: rotate(360deg); }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu #menu-services-left li:not(:first-child) a,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu #menu-services-right li:not(:first-child) a,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu #menu-technologies li:not(:first-child) a,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu #menu-technologies-1 li:not(:first-child) a,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu #menu-technologies-left li:not(:first-child) a,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu #menu-technologies-right li:not(:first-child) a {
    font-weight: 400 !important;
    font-size: 13px !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-literatum,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-scitrus,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-ereader,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-manuscripts {
    border-bottom-color: rgba(43, 92, 125, 0.1) !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-literatum a {
    background: #ffffff url("../../inc/svg/literatum-logo-cobalt.png") no-repeat center center !important;
    background-size: 122px 15px !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-discover a {
    background: #ffffff url("../../inc/svg/discover-logo-cobalt.png") no-repeat center center !important;
    background-size: 122px 15px !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-ereader a {
    background: #ffffff url("../../inc/svg/ereader-logo.png") no-repeat center center !important;
    background-size: 122px 15px !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-scitrus a {
    background: #ffffff url("../../inc/svg/scitrus-logo.png") no-repeat center center !important;
    background-size: 122px 15px !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-manuscripts a {
    background: #ffffff url("../../inc/svg/manuscripts-logo.png") no-repeat center center !important;
    background-size: 122px 15px !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-connect a {
    background: #ffffff url("../../inc/svg/connect-logo.png") no-repeat center center !important;
    background-size: 122px 15px !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .text-center a {
    text-align: center !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-literatum a,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-discover a,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-ereader a,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-scitrus a,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-manuscripts a,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-connect a {
    padding: 20px 0 !important;
    margin: 0;
    width: 100%;
    height: 15px;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.40;
    position: relative;
    display: block; }
    @media (max-width: 959px) {
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-literatum a,
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-discover a,
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-ereader a,
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-scitrus a,
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-manuscripts a,
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-connect a {
        background: none !important;
        padding: 10px !important;
        text-indent: 0;
        height: auto;
        opacity: 1 !important; } }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-literatum a:hover, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-literatum a.active,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-discover a:hover,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-discover a.active,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-ereader a:hover,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-ereader a.active,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-scitrus a:hover,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-scitrus a.active,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-manuscripts a:hover,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-manuscripts a.active,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-connect a:hover,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-connect a.active {
      opacity: 1 !important;
      background-color: transparent !important; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-literatum a.active:after,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-discover a.active:after,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-ereader a.active:after,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-scitrus a.active:after,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-manuscripts a.active:after,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-connect a.active:after {
      display: none;
      background-color: transparent !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu > li {
    padding: 0 !important;
    margin-bottom: 0; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .textwidget p {
    font-size: 14px !important;
    line-height: 150% !important;
    color: #3f4359 !important; }

.current-page-ancestor > .wp-mega-menu-link,
.current_page_item > .wp-mega-menu-link {
  color: #00A2E5 !important; }

.additional-section {
  padding: 0 !important; }

@media (min-width: 1201px) {
  .home .additional-section .container .skewed-block {
    bottom: 20px; } }

.additional-section .container {
  position: relative;
  z-index: 100; }
  .additional-section .container .skewed-block {
    max-width: 360px;
    position: absolute;
    bottom: 40px;
    right: 10px;
    background: #00A2E5; }
    @media (max-width: 959px) {
      .additional-section .container .skewed-block {
        position: initial;
        bottom: auto;
        right: auto;
        margin-top: -60px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1201px) {
      .additional-section .container .skewed-block {
        right: -100px; } }
  .additional-section .container .skewed-block__content {
    font-family: "Lato", sans-serif, serif;
    font-size: 18px;
    line-height: 145%; }
    @media (max-width: 959px) {
      .additional-section .container .skewed-block__content {
        font-size: 14px; } }
    @media screen and (max-height: 800px) {
      .additional-section .container .skewed-block__content {
        font-size: 15px; } }
  .additional-section .container small {
    display: block;
    margin: 12px 0 0;
    color: #ffffff;
    opacity: .5;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
    width: 60%; }

.section--blog-listing .title-container h3 {
  color: #3f4359;
  font-weight: 400; }

.section--blog-listing .blog-meta {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase; }
  .section--blog-listing .blog-meta + h2 {
    margin-top: 0;
    padding-top: 0; }

.section--blog-listing h2 {
  margin-bottom: 0;
  color: #3f4359;
  font-weight: 400;
  font-size: 22px;
  padding-bottom: 12px; }
  .section--blog-listing h2 a, .section--blog-listing h2 a:link, .section--blog-listing h2 a:visited {
    color: #3f4359; }
  .section--blog-listing h2 a:hover, .section--blog-listing h2 a:active {
    color: #00A2E5; }

.section--blog-listing .skewed-block .h6 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #3f4359; }

.section--blog-listing .event-details .h6 {
  font-size: 12px;
  color: #6f7283;
  font-weight: 400; }

.section--blog-listing .event-details .h5 {
  color: #3f4359; }

.blog-meta {
  color: #2b5c7d;
  letter-spacing: 1px;
  font-weight: 700; }

.post-details h3 {
  color: #3f4359; }

.post-details blockquote {
  margin: 0 6px 24px 0;
  background-color: #f5f7fa;
  border: 6px solid #f5f7fa;
  position: relative;
  padding: 32px 32px 32px 38px;
  -webkit-box-shadow: 6px 6px 0 0 #ffffff, 12px 12px 0 0 #f5f7fa;
          box-shadow: 6px 6px 0 0 #ffffff, 12px 12px 0 0 #f5f7fa; }
  @media (min-width: 481px) {
    .post-details blockquote {
      margin: 8px 6px 1rem 0; } }
  @media (min-width: 961px) {
    .post-details blockquote {
      margin: 8px 6px 32px 0; } }

.post-excerpt .arrow-link {
  margin-left: 20px;
  top: 0;
  position: relative; }
  .post-excerpt .arrow-link .icon-arrow-filled {
    border-width: 6px 0 6px 10px; }

.post-excerpt p:last-of-type {
  display: inline; }

.post-excerpt {
  padding: 16px 0; }

.post-row {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative; }

.separator {
  color: #9f9fa5;
  padding: 0 10px;
  display: inline-block; }

.blog-meta {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 12px; }

#searchform {
  position: relative; }

.form-control {
  border-radius: 30px; }

.search-button {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 0;
  top: 0; }

.post-container:after,
.entry-summary:after {
  border-top: 2px solid rgba(159, 159, 165, 0.4);
  width: 100%;
  max-width: 240px;
  display: block;
  height: 1px;
  content: "";
  margin-top: 40px;
  margin-bottom: 50px; }

.toc-list:after {
  border-top: 1px solid rgba(159, 159, 165, 0.3);
  width: 100%;
  max-width: 120px;
  display: block;
  height: 1px;
  content: "";
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: -40px; }

.form-control-fullwidth {
  width: 100%;
  outline: none; }
  .form-control-fullwidth + .btn {
    -webkit-box-shadow: none;
            box-shadow: none; }

.categories-list {
  font-size: 16px; }
  .categories-list a,
  .categories-list a:link,
  .categories-list a:visited {
    color: #6f7283;
    text-decoration: underline; }
  .categories-list a:hover,
  .categories-list a:active {
    color: #3f4359;
    text-decoration: underline; }

.recurrence-toggle {
  display: none !important; }

.menu-widget-class-widget_wpmegamenu_pro_linkimage {
  border-radius: 0 !important; }

/* Tribe Events */
.tribe-events-single .tribe-events-event-image {
  max-width: 600px; }

.tribe-events .tribe-events-c-messages__message,
.tribe-events-notices {
  text-align: center;
  background-color: #f4f4f4;
  font-size: 14px;
  padding: 18px 22px;
  color: #3f4359;
  border-bottom: none !important; }
  .tribe-events .tribe-events-c-messages__message ul, .tribe-events .tribe-events-c-messages__message li,
  .tribe-events-notices ul,
  .tribe-events-notices li {
    text-align: center;
    padding: 0; }

.tribe-events.tribe-common,
.tribe-events-pg-template {
  color: #3f4359; }
  .tribe-events.tribe-common .tribe-events-c-search__input,
  .tribe-events-pg-template .tribe-events-c-search__input {
    padding-left: 44px !important; }
  .tribe-events.tribe-common#tribe-events-pg-template,
  .tribe-events.tribe-common .tribe-common-l-container,
  .tribe-events-pg-template#tribe-events-pg-template,
  .tribe-events-pg-template .tribe-common-l-container {
    padding: 0 !important; }
  .tribe-events.tribe-common .tribe-events-content a,
  .tribe-events-pg-template .tribe-events-content a {
    border-bottom: none; }
  .tribe-events.tribe-common .tribe-events-single-event-title,
  .tribe-events.tribe-common .tribe-events-calendar-list__event-title,
  .tribe-events.tribe-common .tribe-events-calendar-day__type-separator-text,
  .tribe-events.tribe-common .tribe-events-pro-summary__month-separator-text,
  .tribe-events-pg-template .tribe-events-single-event-title,
  .tribe-events-pg-template .tribe-events-calendar-list__event-title,
  .tribe-events-pg-template .tribe-events-calendar-day__type-separator-text,
  .tribe-events-pg-template .tribe-events-pro-summary__month-separator-text {
    font-family: "Merriweather", serif !important; }
  .tribe-events.tribe-common button,
  .tribe-events-pg-template button {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .tribe-events.tribe-common .tribe-events-sub-nav,
  .tribe-events-pg-template .tribe-events-sub-nav {
    margin: 0;
    -webkit-padding-start: 0;
       -moz-padding-start: 0;
            padding-inline-start: 0;
    padding-left: 0; }
  .tribe-events.tribe-common .tribe-events-c-search__button,
  .tribe-events-pg-template .tribe-events-c-search__button {
    font-weight: bold;
    padding: 11px 21px; }
  .tribe-events.tribe-common .tribe-events-c-view-selector__button .tribe-events-c-view-selector__button-text,
  .tribe-events-pg-template .tribe-events-c-view-selector__button .tribe-events-c-view-selector__button-text {
    color: #2b5c7d !important; }
  .tribe-events.tribe-common .tribe-events-c-view-selector__button:hover .tribe-events-c-view-selector__button-text, .tribe-events.tribe-common .tribe-events-c-view-selector__button:focus .tribe-events-c-view-selector__button-text,
  .tribe-events-pg-template .tribe-events-c-view-selector__button:hover .tribe-events-c-view-selector__button-text,
  .tribe-events-pg-template .tribe-events-c-view-selector__button:focus .tribe-events-c-view-selector__button-text {
    color: #fe4b45 !important; }
  .tribe-events.tribe-common .tribe-events-c-top-bar__datepicker-desktop,
  .tribe-events-pg-template .tribe-events-c-top-bar__datepicker-desktop {
    font-size: 0.6em; }
  .tribe-events.tribe-common .tribe-common-h1, .tribe-events.tribe-common h1,
  .tribe-events.tribe-common .tribe-common-h2, .tribe-events.tribe-common h2,
  .tribe-events.tribe-common .tribe-common-h3, .tribe-events.tribe-common h3,
  .tribe-events.tribe-common .tribe-common-h4, .tribe-events.tribe-common h4,
  .tribe-events.tribe-common .tribe-common-h5, .tribe-events.tribe-common h5,
  .tribe-events.tribe-common .tribe-common-h6, .tribe-events.tribe-common h6,
  .tribe-events-pg-template .tribe-common-h1,
  .tribe-events-pg-template h1,
  .tribe-events-pg-template .tribe-common-h2,
  .tribe-events-pg-template h2,
  .tribe-events-pg-template .tribe-common-h3,
  .tribe-events-pg-template h3,
  .tribe-events-pg-template .tribe-common-h4,
  .tribe-events-pg-template h4,
  .tribe-events-pg-template .tribe-common-h5,
  .tribe-events-pg-template h5,
  .tribe-events-pg-template .tribe-common-h6,
  .tribe-events-pg-template h6 {
    font-family: "Merriweather", serif;
    color: #3f4359; }
    .tribe-events.tribe-common .tribe-common-h1 a, .tribe-events.tribe-common .tribe-common-h1 a:link, .tribe-events.tribe-common .tribe-common-h1 a:visited, .tribe-events.tribe-common h1 a, .tribe-events.tribe-common h1 a:link, .tribe-events.tribe-common h1 a:visited,
    .tribe-events.tribe-common .tribe-common-h2 a,
    .tribe-events.tribe-common .tribe-common-h2 a:link,
    .tribe-events.tribe-common .tribe-common-h2 a:visited, .tribe-events.tribe-common h2 a, .tribe-events.tribe-common h2 a:link, .tribe-events.tribe-common h2 a:visited,
    .tribe-events.tribe-common .tribe-common-h3 a,
    .tribe-events.tribe-common .tribe-common-h3 a:link,
    .tribe-events.tribe-common .tribe-common-h3 a:visited, .tribe-events.tribe-common h3 a, .tribe-events.tribe-common h3 a:link, .tribe-events.tribe-common h3 a:visited,
    .tribe-events.tribe-common .tribe-common-h4 a,
    .tribe-events.tribe-common .tribe-common-h4 a:link,
    .tribe-events.tribe-common .tribe-common-h4 a:visited, .tribe-events.tribe-common h4 a, .tribe-events.tribe-common h4 a:link, .tribe-events.tribe-common h4 a:visited,
    .tribe-events.tribe-common .tribe-common-h5 a,
    .tribe-events.tribe-common .tribe-common-h5 a:link,
    .tribe-events.tribe-common .tribe-common-h5 a:visited, .tribe-events.tribe-common h5 a, .tribe-events.tribe-common h5 a:link, .tribe-events.tribe-common h5 a:visited,
    .tribe-events.tribe-common .tribe-common-h6 a,
    .tribe-events.tribe-common .tribe-common-h6 a:link,
    .tribe-events.tribe-common .tribe-common-h6 a:visited, .tribe-events.tribe-common h6 a, .tribe-events.tribe-common h6 a:link, .tribe-events.tribe-common h6 a:visited,
    .tribe-events-pg-template .tribe-common-h1 a,
    .tribe-events-pg-template .tribe-common-h1 a:link,
    .tribe-events-pg-template .tribe-common-h1 a:visited,
    .tribe-events-pg-template h1 a,
    .tribe-events-pg-template h1 a:link,
    .tribe-events-pg-template h1 a:visited,
    .tribe-events-pg-template .tribe-common-h2 a,
    .tribe-events-pg-template .tribe-common-h2 a:link,
    .tribe-events-pg-template .tribe-common-h2 a:visited,
    .tribe-events-pg-template h2 a,
    .tribe-events-pg-template h2 a:link,
    .tribe-events-pg-template h2 a:visited,
    .tribe-events-pg-template .tribe-common-h3 a,
    .tribe-events-pg-template .tribe-common-h3 a:link,
    .tribe-events-pg-template .tribe-common-h3 a:visited,
    .tribe-events-pg-template h3 a,
    .tribe-events-pg-template h3 a:link,
    .tribe-events-pg-template h3 a:visited,
    .tribe-events-pg-template .tribe-common-h4 a,
    .tribe-events-pg-template .tribe-common-h4 a:link,
    .tribe-events-pg-template .tribe-common-h4 a:visited,
    .tribe-events-pg-template h4 a,
    .tribe-events-pg-template h4 a:link,
    .tribe-events-pg-template h4 a:visited,
    .tribe-events-pg-template .tribe-common-h5 a,
    .tribe-events-pg-template .tribe-common-h5 a:link,
    .tribe-events-pg-template .tribe-common-h5 a:visited,
    .tribe-events-pg-template h5 a,
    .tribe-events-pg-template h5 a:link,
    .tribe-events-pg-template h5 a:visited,
    .tribe-events-pg-template .tribe-common-h6 a,
    .tribe-events-pg-template .tribe-common-h6 a:link,
    .tribe-events-pg-template .tribe-common-h6 a:visited,
    .tribe-events-pg-template h6 a,
    .tribe-events-pg-template h6 a:link,
    .tribe-events-pg-template h6 a:visited {
      color: #3f4359; }
    .tribe-events.tribe-common .tribe-common-h1 a:hover, .tribe-events.tribe-common .tribe-common-h1 a:focus, .tribe-events.tribe-common h1 a:hover, .tribe-events.tribe-common h1 a:focus,
    .tribe-events.tribe-common .tribe-common-h2 a:hover,
    .tribe-events.tribe-common .tribe-common-h2 a:focus, .tribe-events.tribe-common h2 a:hover, .tribe-events.tribe-common h2 a:focus,
    .tribe-events.tribe-common .tribe-common-h3 a:hover,
    .tribe-events.tribe-common .tribe-common-h3 a:focus, .tribe-events.tribe-common h3 a:hover, .tribe-events.tribe-common h3 a:focus,
    .tribe-events.tribe-common .tribe-common-h4 a:hover,
    .tribe-events.tribe-common .tribe-common-h4 a:focus, .tribe-events.tribe-common h4 a:hover, .tribe-events.tribe-common h4 a:focus,
    .tribe-events.tribe-common .tribe-common-h5 a:hover,
    .tribe-events.tribe-common .tribe-common-h5 a:focus, .tribe-events.tribe-common h5 a:hover, .tribe-events.tribe-common h5 a:focus,
    .tribe-events.tribe-common .tribe-common-h6 a:hover,
    .tribe-events.tribe-common .tribe-common-h6 a:focus, .tribe-events.tribe-common h6 a:hover, .tribe-events.tribe-common h6 a:focus,
    .tribe-events-pg-template .tribe-common-h1 a:hover,
    .tribe-events-pg-template .tribe-common-h1 a:focus,
    .tribe-events-pg-template h1 a:hover,
    .tribe-events-pg-template h1 a:focus,
    .tribe-events-pg-template .tribe-common-h2 a:hover,
    .tribe-events-pg-template .tribe-common-h2 a:focus,
    .tribe-events-pg-template h2 a:hover,
    .tribe-events-pg-template h2 a:focus,
    .tribe-events-pg-template .tribe-common-h3 a:hover,
    .tribe-events-pg-template .tribe-common-h3 a:focus,
    .tribe-events-pg-template h3 a:hover,
    .tribe-events-pg-template h3 a:focus,
    .tribe-events-pg-template .tribe-common-h4 a:hover,
    .tribe-events-pg-template .tribe-common-h4 a:focus,
    .tribe-events-pg-template h4 a:hover,
    .tribe-events-pg-template h4 a:focus,
    .tribe-events-pg-template .tribe-common-h5 a:hover,
    .tribe-events-pg-template .tribe-common-h5 a:focus,
    .tribe-events-pg-template h5 a:hover,
    .tribe-events-pg-template h5 a:focus,
    .tribe-events-pg-template .tribe-common-h6 a:hover,
    .tribe-events-pg-template .tribe-common-h6 a:focus,
    .tribe-events-pg-template h6 a:hover,
    .tribe-events-pg-template h6 a:focus {
      color: #fe4b45; }
  .tribe-events.tribe-common .tribe-events-content ol, .tribe-events.tribe-common .tribe-events-content p, .tribe-events.tribe-common .tribe-events-content ul,
  .tribe-events-pg-template .tribe-events-content ol,
  .tribe-events-pg-template .tribe-events-content p,
  .tribe-events-pg-template .tribe-events-content ul {
    font-size: 16px;
    line-height: 160%;
    color: #3f4359;
    margin-bottom: 24px; }
    @media (max-width: 959px) {
      .tribe-events.tribe-common .tribe-events-content ol, .tribe-events.tribe-common .tribe-events-content p, .tribe-events.tribe-common .tribe-events-content ul,
      .tribe-events-pg-template .tribe-events-content ol,
      .tribe-events-pg-template .tribe-events-content p,
      .tribe-events-pg-template .tribe-events-content ul {
        font-size: 16px; } }
  .tribe-events.tribe-common .tribe-common-c-btn,
  .tribe-events-pg-template .tribe-common-c-btn {
    border-radius: 30px;
    font-weight: bold; }
  .tribe-events.tribe-common .tribe-common-c-btn-border,
  .tribe-events-pg-template .tribe-common-c-btn-border {
    border-radius: 30px;
    padding: 2px 21px; }
  .tribe-events.tribe-common .tribe-events-calendar-list__month-separator-text,
  .tribe-events-pg-template .tribe-events-calendar-list__month-separator-text {
    color: #fe4b45; }
  .tribe-events.tribe-common .tribe-events-calendar-list__event-datetime,
  .tribe-events.tribe-common .tribe-events-calendar-list__event-datetime-wrapper,
  .tribe-events.tribe-common .tribe-events-calendar-list__event-date-tag-weekday,
  .tribe-events.tribe-common .tribe-events-pro-photo__event-datetime,
  .tribe-events.tribe-common .tribe-events-pro-summary__event-datetime-wrapper,
  .tribe-events.tribe-common .tribe-events-calendar-day__event-datetime-wrapper,
  .tribe-events.tribe-common .tribe-events-calendar-month__header-column-title,
  .tribe-events-pg-template .tribe-events-calendar-list__event-datetime,
  .tribe-events-pg-template .tribe-events-calendar-list__event-datetime-wrapper,
  .tribe-events-pg-template .tribe-events-calendar-list__event-date-tag-weekday,
  .tribe-events-pg-template .tribe-events-pro-photo__event-datetime,
  .tribe-events-pg-template .tribe-events-pro-summary__event-datetime-wrapper,
  .tribe-events-pg-template .tribe-events-calendar-day__event-datetime-wrapper,
  .tribe-events-pg-template .tribe-events-calendar-month__header-column-title {
    color: #2b5c7d;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px !important;
    text-transform: uppercase; }
  .tribe-events.tribe-common .tribe-events-schedule,
  .tribe-events-pg-template .tribe-events-schedule {
    color: #2b5c7d;
    letter-spacing: 1px;
    font-size: 14px !important;
    text-transform: uppercase; }
  .tribe-events.tribe-common .tribe-events-calendar-list__event-date-tag-datetime,
  .tribe-events-pg-template .tribe-events-calendar-list__event-date-tag-datetime {
    padding-top: 2px; }
  .tribe-events.tribe-common .tribe-events-calendar-list__event-date-tag-daynum,
  .tribe-events-pg-template .tribe-events-calendar-list__event-date-tag-daynum {
    padding-top: 13px;
    color: #fe4b45; }
  .tribe-events.tribe-common .tribe-events-calendar-list .tribe-event-categories,
  .tribe-events-pg-template .tribe-events-calendar-list .tribe-event-categories {
    margin-bottom: 7px; }
    .tribe-events.tribe-common .tribe-events-calendar-list .tribe-event-categories li,
    .tribe-events-pg-template .tribe-events-calendar-list .tribe-event-categories li {
      display: inline;
      border: 1px solid #2b5c7d;
      background-color: #2b5c7d;
      padding: 3px 9px;
      border-radius: 30px;
      margin-right: 3px;
      margin-bottom: 20px;
      font-size: 0.8em; }
      .tribe-events.tribe-common .tribe-events-calendar-list .tribe-event-categories li:hover,
      .tribe-events-pg-template .tribe-events-calendar-list .tribe-event-categories li:hover {
        background-color: #ffffff; }
      .tribe-events.tribe-common .tribe-events-calendar-list .tribe-event-categories li a,
      .tribe-events-pg-template .tribe-events-calendar-list .tribe-event-categories li a {
        color: #ffffff; }
      .tribe-events.tribe-common .tribe-events-calendar-list .tribe-event-categories li:hover a,
      .tribe-events-pg-template .tribe-events-calendar-list .tribe-event-categories li:hover a {
        color: #2b5c7d; }
  .tribe-events.tribe-common .tribe-event-tags a,
  .tribe-events-pg-template .tribe-event-tags a {
    display: inline;
    border: 1px solid #2b5c7d;
    background-color: #2b5c7d;
    padding: 3px 9px;
    border-radius: 30px;
    margin-right: 3px;
    margin-bottom: 20px;
    font-size: 0.8em;
    color: #ffffff; }
    .tribe-events.tribe-common .tribe-event-tags a:hover,
    .tribe-events-pg-template .tribe-event-tags a:hover {
      background-color: #ffffff;
      color: #2b5c7d !important; }
  .tribe-events.tribe-common .btn,
  .tribe-events-pg-template .btn {
    white-space: nowrap;
    color: #ffffff; }
    .tribe-events.tribe-common .btn:hover,
    .tribe-events-pg-template .btn:hover {
      color: #ffffff; }
  .tribe-events.tribe-common .tribe-events-c-events-bar__filter-button,
  .tribe-events-pg-template .tribe-events-c-events-bar__filter-button {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .tribe-events.tribe-common .tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill,
  .tribe-events-pg-template .tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill {
    padding-right: 32px !important; }
  .tribe-events.tribe-common .tribe-filter-bar .tribe-filter-bar-c-pill__pill,
  .tribe-events-pg-template .tribe-filter-bar .tribe-filter-bar-c-pill__pill {
    padding: 8px 16px !important;
    border-radius: 24px !important; }
  @media (min-width: 769px) {
    .tribe-events.tribe-common .tribe-events-meta-group-other,
    .tribe-events-pg-template .tribe-events-meta-group-other {
      width: 336px; } }
  .tribe-events.tribe-common .tribe-filter-bar-c-pill__pill,
  .tribe-events-pg-template .tribe-filter-bar-c-pill__pill {
    height: initial !important; }
  .tribe-events.tribe-common .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__content,
  .tribe-events-pg-template .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__content {
    right: 0 !important;
    left: auto !important; }
  .tribe-events.tribe-common .tribe-events-sub-nav li,
  .tribe-events-pg-template .tribe-events-sub-nav li {
    width: 45% !important; }
    .tribe-events.tribe-common .tribe-events-sub-nav li.tribe-events-nav-prev,
    .tribe-events-pg-template .tribe-events-sub-nav li.tribe-events-nav-prev {
      padding-right: 5%; }
    .tribe-events.tribe-common .tribe-events-sub-nav li.tribe-events-nav-next,
    .tribe-events-pg-template .tribe-events-sub-nav li.tribe-events-nav-next {
      padding-left: 5%;
      text-align: right; }

.client-list-a-z .letter-group {
  position: relative;
  margin-bottom: 70px; }

.client-list-a-z .letter-cell {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #f5f7fa;
  font-size: 130px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  line-height: 1em; }

.client-list-a-z .row-cells {
  border-bottom: 1px solid #e1e9f0; }
  .client-list-a-z .row-cells a, .client-list-a-z .row-cells span {
    font-family: "Merriweather", serif;
    font-size: 16px;
    color: #6f7283;
    padding: 10px 0;
    display: block; }
  .client-list-a-z .row-cells a, .client-list-a-z .row-cells a:link, .client-list-a-z .row-cells a:visited {
    text-decoration: underline; }
  .client-list-a-z .row-cells a:hover, .client-list-a-z .row-cells a:active {
    color: #fe4b45; }
    .client-list-a-z .row-cells a:hover:after, .client-list-a-z .row-cells a:active:after {
      font-family: "atypon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block; }

.owl-carousel .client-image {
  height: 80px; }
  .owl-carousel .client-image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 80px; }
    .owl-carousel .client-image a img {
      width: auto !important;
      height: 80px !important;
      display: block;
      padding: 12px; }

.owl-carousel-clients:after {
  content: "";
  display: block;
  height: 100%;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100000;
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0)); }

.client-logo-list {
  text-align: center; }
  .client-logo-list .client-image {
    height: 80px;
    display: inline-block;
    margin: 6px; }
    .client-logo-list .client-image a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      height: 80px; }
      .client-logo-list .client-image a img {
        width: auto !important;
        height: 80px !important;
        display: block;
        padding: 12px; }

.skewed-grid-blocks {
  overflow: hidden;
  z-index: 0;
  position: relative;
  top: -200px; }

.grid-container {
  -webkit-transform: scale(1.3) translateX(15%);
  transform: scale(1.3) translateX(15%);
  position: relative;
  z-index: 0;
  width: 100%;
  margin-top: 300px; }

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale(1) rotateX(56deg) rotateY(0deg) rotate(-35deg);
  transform: scale(1) rotateX(56deg) rotateY(0deg) rotate(-35deg); }
  @media (min-width: 769px) {
    .flex-box {
      -webkit-transform-origin: 0 100%;
      transform-origin: 0 100%;
      -webkit-transform: translateY(-86.5%) rotateX(56deg) rotateY(0deg) rotate(-35deg);
      transform: translateY(-86.5%) rotateX(56deg) rotateY(0deg) rotate(-35deg); } }
  @media (min-width: 481px) {
    .flex-box {
      -webkit-transform-origin: 131% 51%;
      transform-origin: 131% 51%; } }
  .flex-box .flex-item {
    display: inline-block;
    width: 330px;
    height: 220px;
    margin: 12px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    outline: none; }
    .flex-box .flex-item:nth-child(4) {
      margin-left: -200px; }
    .flex-box .flex-item:hover .item-inner-container {
      -webkit-box-shadow: 5px 25px 25px rgba(0, 0, 0, 0.2);
              box-shadow: 5px 25px 25px rgba(0, 0, 0, 0.2);
      -webkit-transform: translate3d(2%, -13%, -20vh);
      transform: translate3d(2%, -13%, -20vh);
      -webkit-transition: all 0.2s cubic-bezier(0.11, 0.83, 0.29, 0.83);
      transition: all 0.2s cubic-bezier(0.11, 0.83, 0.29, 0.83); }
    .flex-box .flex-item .item-inner-container {
      -webkit-box-shadow: 15px 10px 25px rgba(0, 0, 0, 0.2);
              box-shadow: 15px 10px 25px rgba(0, 0, 0, 0.2);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: all 0.2s cubic-bezier(0.11, 0.83, 0.29, 0.83);
      transition: all 0.2s cubic-bezier(0.11, 0.83, 0.29, 0.83);
      display: block;
      position: relative;
      line-height: 0;
      background: transparent;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      overflow: hidden;
      width: 330px;
      height: 220px; }
      .flex-box .flex-item .item-inner-container a {
        display: block;
        position: relative;
        overflow: hidden;
        width: 330px;
        height: 220px; }
        .flex-box .flex-item .item-inner-container a span {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #f5f7fa;
          opacity: .15; }
        .flex-box .flex-item .item-inner-container a img {
          display: block;
          width: 100%;
          height: auto; }

.ux-30 {
  margin-top: 0;
  color: #ffffff;
  position: relative; }
  .ux-30 .overlay {
    background-color: rgba(43, 92, 125, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .ux-30 h2, .ux-30 h3 {
    color: #ffffff;
    font-size: 36px !important;
    padding-top: 30px; }
  .ux-30 h4 {
    margin: 20px 0 10px;
    color: #00A2E5; }
  .ux-30 a, .ux-30 a:link, .ux-30 a:visited {
    color: #00A2E5;
    white-space: nowrap; }
  .ux-30 a:hover, .ux-30 a:active {
    color: #00A2E5;
    text-decoration: underline; }

.portfolio h2 {
  padding-bottom: 36px;
  padding-top: 36px; }

.portfolio_content {
  margin-bottom: 20px; }
  @media (max-width: 959px) {
    .portfolio_content .row {
      display: block; } }
  .portfolio_content .portfolio-image-container {
    position: relative; }
    @media (max-width: 959px) {
      .portfolio_content .portfolio-image-container {
        margin-bottom: 20px; } }
    .portfolio_content .portfolio-image-container:hover .image-description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 0.45s ease-in-out;
      transition: all 0.45s ease-in-out;
      opacity: 1; }
    .portfolio_content .portfolio-image-container img {
      display: block;
      width: 100%;
      height: auto; }
    .portfolio_content .portfolio-image-container .image-description {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      -ms-flex-line-pack: center;
          align-content: center;
      background-color: rgba(0, 0, 0, 0.8);
      color: #ffffff;
      font-family: "Merriweather", serif;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 30px;
      padding: 20px 20px;
      line-height: 42px;
      -webkit-transition: all 0.45s ease-in-out;
      transition: all 0.45s ease-in-out; }
      .portfolio_content .portfolio-image-container .image-description span {
        display: block;
        text-align: center;
        width: 100%; }

.process-tabs {
  margin-top: -460px;
  background-color: #f5f7fa;
  position: relative;
  z-index: 10; }
  @media (max-width: 959px) {
    .process-tabs {
      margin-top: 0; }
      .process-tabs .row {
        display: block; } }

.process-vertical-tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Merriweather", serif; }
  @media (max-width: 959px) {
    .process-vertical-tabs {
      display: none; } }
  .process-vertical-tabs li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative; }
  .process-vertical-tabs:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #3f4359; }
  .process-vertical-tabs a {
    display: block;
    padding: 5px 20px; }
    .process-vertical-tabs a:after {
      content: "";
      display: block;
      position: absolute;
      top: -2px;
      left: 0;
      width: 4px;
      height: 100%;
      background-color: transparent;
      -webkit-transform: skewX(0deg) skewY(-40deg);
              transform: skewX(0deg) skewY(-40deg);
      z-index: 2; }
    .process-vertical-tabs a, .process-vertical-tabs a:link, .process-vertical-tabs a:visited {
      color: #3f4359; }
    .process-vertical-tabs a:hover, .process-vertical-tabs a:active {
      color: #fe4b45; }
    .process-vertical-tabs a.active {
      color: #fe4b45; }
      .process-vertical-tabs a.active:after {
        background-color: #fe4b45; }

.tab-container {
  background-color: transparent;
  color: #ffffff;
  padding: 0 0;
  text-align: left; }
  .tab-container h3 {
    padding-bottom: 20px; }
  .tab-container .tab-content {
    display: none; }
    @media (max-width: 959px) {
      .tab-container .tab-content {
        display: block;
        margin-top: 40px; } }
    .tab-container .tab-content.active {
      display: block; }

.accordion-section {
  padding-bottom: 20px; }
  .accordion-section + .accordion-section {
    padding-top: 0;
    padding-bottom: 20px; }
  .accordion-section:last-of-type {
    padding-bottom: 46px; }
  .accordion-section + .section:not(.accordion-section) {
    margin-top: 46px; }

.accordion-container .accordion-group + .accordion-group {
  margin-top: 20px; }

.accordion-container .accordion-group.open .accordion-title .icon-arrow-filled {
  -webkit-transition: all 180ms ease-in-out;
  transition: all 180ms ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.accordion-container .accordion-group.open .accordion-content {
  display: block; }

.accordion-container .accordion-group.open + .accordion-group {
  margin-top: 0; }

.accordion-container .accordion-group .accordion-title {
  background-color: #f5f7fa;
  color: #2b5c7d;
  padding: 10px 30px;
  font-size: 24px;
  cursor: pointer; }
  @media screen and (max-height: 800px) {
    .accordion-container .accordion-group .accordion-title {
      font-size: 20px; } }
  .accordion-container .accordion-group .accordion-title .title {
    padding-left: 20px; }
  .accordion-container .accordion-group .accordion-title .icon-arrow-filled {
    -webkit-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out; }
  .accordion-container .accordion-group .accordion-title:hover {
    color: #fe4b45; }
    .accordion-container .accordion-group .accordion-title:hover .icon-arrow-filled {
      border-left-color: #fe4b45; }

.accordion-container .accordion-group .accordion-content {
  display: none;
  padding: 40px 30px 40px 70px;
  border-left: 4px solid #f5f7fa;
  margin-left: 60px;
  color: #2b5c7d; }
  .accordion-container .accordion-group .accordion-content p {
    color: #2b5c7d; }
  .accordion-container .accordion-group .accordion-content ul {
    padding: 0;
    margin: 0; }
    .accordion-container .accordion-group .accordion-content ul li {
      padding-bottom: 16px;
      list-style-type: none;
      color: #2b5c7d; }
      .accordion-container .accordion-group .accordion-content ul li:after {
        width: 40px;
        height: 1px;
        background-color: #2b5c7d;
        display: block;
        content: "";
        margin-top: 6px; }
      .accordion-container .accordion-group .accordion-content ul li:last-child:after {
        display: none; }
    .accordion-container .accordion-group .accordion-content ul ul {
      padding-bottom: 4px; }
      .accordion-container .accordion-group .accordion-content ul ul li {
        margin-left: 28px;
        list-style-type: disc;
        padding-top: 4px;
        padding-bottom: 0; }
        .accordion-container .accordion-group .accordion-content ul ul li:after {
          display: none; }

.accordion-container.accordion-small .accordion-group .accordion-title {
  padding: 6px 20px;
  font-size: 20px; }
  @media screen and (max-height: 800px) {
    .accordion-container.accordion-small .accordion-group .accordion-title {
      font-size: 20px; } }
  .accordion-container.accordion-small .accordion-group .accordion-title .title {
    padding-left: 24px; }

.accordion-container.accordion-small .accordion-group .accordion-content {
  padding: 20px 20px 20px 14px;
  border-left: 1px solid #f5f7fa;
  margin-left: 26px; }
  .accordion-container.accordion-small .accordion-group .accordion-content ul, .accordion-container.accordion-small .accordion-group .accordion-content li {
    padding: 0;
    margin: 0; }
    .accordion-container.accordion-small .accordion-group .accordion-content ul:after, .accordion-container.accordion-small .accordion-group .accordion-content li:after {
      display: none; }
  .accordion-container.accordion-small .accordion-group .accordion-content ol, .accordion-container.accordion-small .accordion-group .accordion-content li {
    font-size: 16px; }
  .accordion-container.accordion-small .accordion-group .accordion-content li {
    padding-bottom: 12px; }

.signature-instructions-main-title {
  margin-bottom: 20px !important; }

.signature-instructions p.small,
.signature-instructions ul,
.signature-instructions ol {
  font-size: 12px !important;
  color: #6f7283 !important;
  line-height: 140% !important; }

.signature-preview {
  width: 100% !important;
  padding: 20px !important; }

.html-signature-preview {
  width: 100% !important;
  border: 1px solid #9f9fa5;
  padding: 0 !important; }

.html-signature-preview textarea {
  width: 100% !important;
  height: 400px !important;
  font-size: 11px !important;
  line-height: 120% !important;
  color: #3f4359 !important;
  font-family: "Courier New", monospace !important;
  margin-bottom: 0 !important;
  border: 0 !important;
  display: block !important; }

.email-window {
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }
  .email-window .email-window__header {
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 4px 4px 0 0;
    font-size: 13px; }
  .email-window .email-window__to,
  .email-window .email-window__subject {
    padding: 8px 0;
    margin: 0 20px;
    border-bottom: 1px solid #f4f4f4;
    color: #6f7283;
    font-size: 13px; }
  .email-window .email-window__to span,
  .email-window .email-window__subject span {
    color: #6f7283;
    min-width: 70px;
    display: inline-block; }
  .email-window .email-window__message {
    padding: 8px 20px;
    color: #000000;
    font-size: 13px;
    line-height: 150%; }
  .email-window .email_window__buttons {
    padding: 8px 20px 20px; }
  .email-window .email_window__notification {
    border-top: 1px solid #f4f4f4;
    padding: 20px 20px;
    font-size: 12px;
    line-height: 140%;
    color: #fe4b45; }

.case-study-title {
  text-transform: uppercase; }

.featured-case-study__column .featured-case-study {
  background-size: 960px;
  background-position: center left; }

.featured-case-study__column + .featured-case-study__column .featured-case-study {
  background-position: center right; }

.case-study-section {
  padding: 60px 0 80px; }
  .case-study-section .section__header {
    padding-bottom: 50px; }
  .case-study-section .featured-case-study__text {
    margin-bottom: 30px; }
  .case-study-section h2 {
    border-top: 1px solid #2b5c7d;
    color: #2b5c7d;
    margin-right: 30px;
    margin-top: 24px;
    padding-top: 20px; }
  .case-study-section .skewed-block__quote {
    max-width: 650px;
    margin-bottom: 0; }

@media (max-width: 959px) {
  .featured-case-study__column {
    padding-bottom: 24px;
    padding-right: 24px; } }

.case-alt-section .card__content {
  background-image: none !important; }

.web-page-preview {
  width: 100%;
  height: auto;
  overflow: visible;
  margin-top: 80px;
  position: relative;
  border: 1px solid #9f9fa5; }
  .web-page-preview .page-caption {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(111, 114, 131, 0.8);
    z-index: 10;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 2px 12px;
    display: block; }
  .web-page-preview img {
    display: block;
    width: 100%;
    height: auto; }

.four-oh-four {
  margin-top: 120px; }
  .four-oh-four a {
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    line-height: 2; }

.whats-new-section img {
  max-width: 220px;
  width: auto; }

.section-carousel h3 {
  font-size: 17px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: "Lato", sans-serif; }
  @media screen and (max-height: 800px) {
    .section-carousel h3 {
      font-size: 16px; } }

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  width: 100%; }
  .wp-pagenavi span {
    width: 36px;
    height: 36px;
    padding: 0 6px;
    border-radius: 32px;
    text-align: center;
    margin: 0 3px;
    line-height: 36px; }
    .wp-pagenavi span.current {
      color: #ffffff;
      background-color: #2b5c7d;
      border: 1px solid #2b5c7d; }
  .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 6px;
    border-radius: 32px;
    margin: 0 3px;
    color: #2b5c7d;
    background-color: #ffffff;
    border: 1px solid #2b5c7d; }
  .wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi a:focus {
    color: #ffffff;
    background-color: #2b5c7d;
    border: 1px solid #2b5c7d; }
  .wp-pagenavi a.previouspostslink {
    width: auto;
    padding: 0 12px; }
  .wp-pagenavi a.nextpostslink {
    width: auto;
    padding: 0 12px; }

.posts-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #9f9fa5;
  margin-top: 40px;
  font-size: 12px; }
  .posts-navigation > div {
    padding: 20px 10px;
    width: 50%; }
    .posts-navigation > div:first-child {
      text-align: left; }
    .posts-navigation > div:last-child {
      text-align: right; }

.services-chooser {
  padding-top: 0; }
  @media (max-width: 959px) {
    .services-chooser .row {
      width: 100%;
      display: block; } }
  @media screen and (max-height: 800px) {
    .services-chooser {
      padding-top: 24px; } }
  .services-chooser .drop-block,
  .services-chooser button {
    width: 100%;
    text-align: left; }

.section--bg + .services-chooser {
  padding-top: 48px; }

.flex-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.last-updated {
  padding-top: 8px;
  color: #9f9fa5;
  text-align: right; }
  @media (max-width: 959px) {
    .last-updated {
      text-align: left;
      margin-bottom: 10px; } }

.kbart-container {
  border: 2px solid #f4f4f4;
  margin-bottom: 32px;
  padding: 32px; }
  @media (max-width: 959px) {
    .kbart-container {
      display: block; } }
  .kbart-container .kbart-client-image {
    width: 90px;
    margin-right: 32px; }
    .kbart-container .kbart-client-image img {
      width: 90px;
      height: auto; }
  .kbart-container .kbart-title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 959px) {
      .kbart-container .kbart-title {
        display: block;
        width: 100%; } }
    .kbart-container .kbart-title h4 {
      margin-bottom: 0;
      color: #3f4359; }
  .kbart-container .kbart-download {
    text-align: right; }
    @media (max-width: 959px) {
      .kbart-container .kbart-download {
        display: block;
        width: 100%;
        text-align: left; } }
    .kbart-container .kbart-download a {
      margin-left: 32px;
      font-weight: 600; }
      @media (max-width: 959px) {
        .kbart-container .kbart-download a {
          margin-left: 0;
          margin-right: 32px; } }

@media (max-width: 959px) {
  .filters-bar .searchandfilter ul li.sf-field-sort_order {
    width: 100%;
    max-width: initial; }
    .filters-bar .searchandfilter ul li.sf-field-sort_order label {
      display: block;
      width: 100%; }
    .filters-bar .searchandfilter ul li.sf-field-sort_order select {
      width: 100%; } }

@media (max-width: 959px) {
  .filters-bar .searchandfilter ul li.sf-field-search {
    width: 100%;
    margin-bottom: 20px; } }

@media (max-width: 959px) {
  .filters-bar .text-right {
    text-align: left; }
    .filters-bar .text-right select {
      width: 100%; } }

.kbart h3 small {
  font-family: "Lato", sans-serif, sans-serif;
  font-size: 16px; }

#kbart-faq p {
  font-size: 14px;
  margin-top: 0; }

#kbart-faq h4 {
  font-size: 16px;
  margin-bottom: 0; }

#kbart-faq button {
  -webkit-box-shadow: none;
          box-shadow: none; }

body .kbart .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  height: 48px;
  padding: 0 22px !important;
  font-size: 15px;
  line-height: 1rem;
  color: #3f4359;
  border: 1px solid #d9d9de;
  border-radius: 3px;
  outline: none;
  text-align: left; }

body .kbart .select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #d9d9de;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

body .kbart .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2b5c7d;
  text-transform: initial;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0;
  line-height: 46px; }

body .kbart .sf-field-sort_order .select2-container {
  width: 220px !important;
  text-align: left; }

body .kbart #kbartgoto + .select2-container {
  width: 220px !important;
  text-align: left; }

body .kbart .select2-results__option {
  padding: 6px 20px;
  color: #2b5c7d; }

body .kbart #kbartgoto .select2-container {
  text-align: left; }

body .kbart .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  position: absolute;
  top: 1px;
  right: 5px;
  width: 20px; }

.conference-video-box {
  width: calc(50% - 24px);
  margin-right: 24px;
  margin-bottom: 24px;
  float: left; }
  @media (max-width: 959px) {
    .conference-video-box {
      width: 100%;
      margin-right: 0;
      float: none; } }
  .conference-video-box:nth-child(2n+1) {
    clear: initial !important; }
  .conference-video-box:nth-of-type(2n+1) {
    clear: left !important; }
  .conference-video-box p:empty {
    display: none; }
  .conference-video-box .conference-video-box-content h3 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 18px;
    color: #3f4359; }
  .conference-video-box .conference-video-box-content iframe {
    width: 310px;
    height: 174px;
    border: 1px solid #9f9fa5;
    background-color: #9f9fa5; }
  .conference-video-box .conference-video-box-content a, .conference-video-box .conference-video-box-content a:link, .conference-video-box .conference-video-box-content a:visited {
    display: block;
    font-size: 18px;
    color: #659bc3;
    margin-top: 18px;
    margin-bottom: 18px; }
  .conference-video-box .conference-video-box-content a:hover, .conference-video-box .conference-video-box-content a:active {
    color: #659bc3; }
  .conference-video-box .conference-video-box-content a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 9px;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fe4b45;
    -webkit-transform: rotate(360deg); }

.webinar-table {
  display: block;
  position: relative;
  z-index: 3; }
  @media (max-width: 959px) {
    .webinar-table {
      padding: 12px; } }
  .webinar-table .webinar-table-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2b5c7d;
    padding: 12px 0 6px;
    border-bottom: 1px solid #e1e9f0; }
    @media (max-width: 959px) {
      .webinar-table .webinar-table-info {
        display: block;
        padding: 24px 0 12px; } }
  .webinar-table .webinar-table-column-time {
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 959px) {
      .webinar-table .webinar-table-column-time {
        width: 100%; } }
  .webinar-table .webinar-table-column-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .webinar-table .webinar-table-column-buttons {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 20px;
    text-align: right; }
    @media (max-width: 959px) {
      .webinar-table .webinar-table-column-buttons {
        width: 100%;
        text-align: left;
        padding: 12px 0; } }
  .webinar-table .webinar-table-info__date {
    color: #6f7283;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    padding-top: 7px;
    padding-right: 20px; }
    @media (max-width: 959px) {
      .webinar-table .webinar-table-info__date {
        padding-bottom: 12px; } }
  .webinar-table .webinar-table-info__title {
    line-height: 150%;
    padding-bottom: 12px; }
  .webinar-table .webinar-table-info__author {
    color: #2b5c7d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 12px;
    line-height: 150%;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .webinar-table .webinar-table-info__author a {
      color: #2b5c7d; }
      .webinar-table .webinar-table-info__author a:hover {
        text-decoration: underline; }
    .webinar-table .webinar-table-info__author .webinar-table-info__profile-image + .webinar-table-info__author-name {
      padding-left: 6px; }
    .webinar-table .webinar-table-info__author .webinar-table-info__author-position {
      text-transform: initial;
      letter-spacing: initial; }
  .webinar-table .webinar-table-info__profile-image {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    overflow: hidden; }
    .webinar-table .webinar-table-info__profile-image img {
      width: 100%;
      height: auto; }
  .webinar-table .webinar-table-info__short-content {
    padding-bottom: 12px; }
  .webinar-table .webinar-table-info__more {
    color: #6f7283;
    padding-left: 8px;
    cursor: pointer; }
    .webinar-table .webinar-table-info__more .icon-arrow-filled {
      border-left-color: #6f7283;
      border-width: 6px 0 6px 9px;
      margin-left: 3px; }
    .webinar-table .webinar-table-info__more:hover {
      text-decoration: underline; }
  .webinar-table .webinar-table-info__text {
    color: #2b5c7d;
    display: none; }
    .webinar-table .webinar-table-info__text.show {
      display: block; }
    .webinar-table .webinar-table-info__text p,
    .webinar-table .webinar-table-info__text ul,
    .webinar-table .webinar-table-info__text li {
      margin: 0;
      padding-top: 6px; }
    .webinar-table .webinar-table-info__text li {
      padding-top: 0; }

.max-486 {
  max-width: 486px;
  display: block;
  position: relative;
  z-index: 3; }
  .max-486 .image-for-the-box {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto; }
  .max-486 .webinar-info {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat; }
  .max-486 .webinar-info-outer {
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat; }
  .max-486 .webinar-info-inner {
    background-color: #f1f2f6;
    color: #2b5c7d;
    padding: 6px 32px; }
  .max-486 .webinar-info__date {
    color: #fe4b45;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em; }
  .max-486 .webinar-info__author {
    color: #2b5c7d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
    line-height: 150%;
    padding-top: 5px; }
  .max-486 .webinar-info__title {
    line-height: 150%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 30px; }
  .max-486 .webinar-info__short-content {
    padding-bottom: 20px;
    padding-left: 20px; }
  .max-486 .webinar-info__more {
    color: red;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 20px;
    cursor: pointer; }
    .max-486 .webinar-info__more .icon-arrow-filled {
      border-width: 6px 0 6px 9px; }
  .max-486 .webinar-info__text {
    color: #2b5c7d;
    padding-left: 20px;
    display: none; }
    .max-486 .webinar-info__text.show {
      display: block; }
    .max-486 .webinar-info__text p,
    .max-486 .webinar-info__text ul,
    .max-486 .webinar-info__text li {
      color: #2b5c7d; }
  .max-486 .floating-buttons {
    position: absolute;
    top: 114px;
    right: -120px; }
  .max-486:nth-child(2n) {
    margin-left: 254px;
    margin-top: -28px;
    z-index: 2; }
    @media (max-width: 959px) {
      .max-486:nth-child(2n) {
        margin-left: 0;
        margin-top: 0; } }
    .max-486:nth-child(2n) .webinar-info-inner {
      background-color: #d6dae3; }
    .max-486:nth-child(2n) .floating-buttons {
      position: absolute;
      top: 101px;
      left: -130px; }

@media (max-width: 959px) {
  .max-486 .floating-buttons,
  .max-486:nth-child(2n) .floating-buttons {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 10px 20px; } }

.post-details .article .alignright {
  float: right;
  padding-left: 16px; }

.post-details .article .alignleft {
  float: left;
  padding-right: 16px; }

.extracted-content__content h1 {
  font-size: 46px;
  font-weight: 300; }

@media (max-width: 959px) {
  .article .section__content {
    display: block;
    width: 100%; }
    .article .section__content .col-md-12 {
      width: 100%;
      display: block; } }

.arrows-descriptive-list {
  list-style-type: none;
  padding: 80px 25px;
  margin: 0;
  text-align: center;
  line-height: 24px;
  background-size: 50%;
  background-position: 32% 41%;
  background-repeat: no-repeat;
  margin-top: -70px;
  margin-bottom: -70px; }
  .arrows-descriptive-list li {
    padding: 24px 0; }

.page-id-412 .section.text-only-section .article h2 {
  font-weight: normal;
  font-size: 36px; }

.page-id-412 .section.text-only-section .article p {
  color: #2b5c7d; }

.page-id-412 .section.text-only-section .article .col-md-12 {
  max-width: 800px;
  margin: 0 auto 40px; }

.page-id-464 .hero-block__title {
  max-width: 300px; }

.page-id-464 .align-start h3 {
  font-family: "Lato", sans-serif; }

.page-id-415 .text-only-section .text-left {
  max-width: 50%; }
  .page-id-415 .text-only-section .text-left h2 {
    color: #3f4359; }

.page-id-8337 .article .text-left h2 {
  padding-bottom: 20px; }

.page-id-864 .additional-section .skewed-block {
  bottom: -16px; }

.page-id-405 .hero-block + section {
  padding-bottom: 0; }

.page-id-447 .featured-case-study {
  padding-top: 0;
  margin-top: -12px; }

.page-id-735 .hero-block .enlarged-subtitle {
  font-size: 20px; }

@media (min-width: 960px) {
  .page-id-1472 .hero-block + .section + .section {
    position: absolute;
    width: 100%; } }

body.admin-bar .fancybox-infobar,
body.admin-bar .fancybox-toolbar {
  top: 32px; }

.col-md-6 + .col-md-6 .text h5 {
  padding-top: 24px; }

.page-id-10970 .additional-section + .section {
  padding-bottom: 0;
  margin-bottom: 0; }
  .page-id-10970 .additional-section + .section + .short-info-section {
    padding-top: 0; }

.page-id-10970 .short-info-section + .short-info-section {
  background-color: #9f9fa5;
  padding-bottom: 80px;
  padding-top: 120px;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 10%);
  clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 10%); }
  .page-id-10970 .short-info-section + .short-info-section .short-info-section-title {
    color: #fe4b45; }

.page-id-11111 .featured-case-study,
.page-id-11108 .featured-case-study {
  padding-top: 0 !important; }

.page-id-11108 .secondary-image-container a {
  background-color: #2b5c7d;
  position: relative;
  display: block; }
  .page-id-11108 .secondary-image-container a img {
    opacity: 0.7;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; }
  .page-id-11108 .secondary-image-container a:before {
    display: block;
    width: 64px;
    height: 64px;
    font-family: "atypon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 40px;
    z-index: 10;
    background: #2b5c7d;
    padding: 12px; }
  .page-id-11108 .secondary-image-container a:hover img {
    opacity: 1;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; }

.page-id-12105 .additional-section .container .skewed-block {
  bottom: 0; }
  @media (max-width: 959px) {
    .page-id-12105 .additional-section .container .skewed-block {
      position: relative;
      margin-top: -140px; } }

.page-id-11673 .featured-case-study {
  padding-top: 0;
  margin-top: -12px; }

@media (max-width: 959px) {
  .new-homepage-slider {
    margin-top: 24px; } }
