/*
* C5 Theme Defaults
*/
/* Default Colors */
/* Global Settings 
//
//##
/* Background color for `<body>`. */
/* Default Border color */
/* Global textual link color. */
/* Link hover color set via `darken()` function. */
/* Link hover decoration. */
/** Disabled cursor for form controls and buttons.*/
/* Typography
//
//##
/* Font, line-height, and color for body text, headings, and more. */
/* By default, this inherits from the `<body>`. */
/* Components
//
//##
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start). */
/* extra decimals for Win 8.1 Chrome */
/* Nav Defaults
//
//##
// Basics of a navbar */
/* Desktop Nav */
/* Mobile Nav */
/* Navbar links */
/*== Media queries breakpoints
//
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.

// Extra small screen / phone 
//** Deprecated `@screen-xs` as of v3.0.1 */
/** Deprecated `@screen-xs-min` as of v3.2.0*/
/** Deprecated `@screen-phone` as of v3.0.1 */
/*// Small screen / tablet
//** Deprecated `@screen-sm` as of v3.0.1 */
/** Deprecated `@screen-tablet` as of v3.0.1*/
/*// Medium screen / desktop
//** Deprecated `@screen-md` as of v3.0.1 */
/** Deprecated `@screen-desktop` as of v3.0.1 */
/*// Large screen / wide desktop
//** Deprecated `@screen-lg` as of v3.0.1 */
/** Deprecated `@screen-lg-desktop` as of v3.0.1 */
/*/ So media queries don't overlap when required, provide a maximum */
/*== Button Defaults
//
//## For each of Bootstrap's buttons, define text, background and border color. */
/* Default Colours */
/* 2dc3aa*/
/*  d65a47*/
/* Default greys */
/* - - - - - - - - - - HTML RESET - - - - - - - - - - */
/*html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}*/
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
/*body {
  line-height: 1;
}*/
/*ol,
ul {
  list-style: none;
}*/
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
svg:not(:root) {
  overflow: hidden;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* - - - - - - - - - - Defaults - - - - - - - - - - */
/*html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1;
  color: #333333;
  background-color: #ffffff;
}*/
.mc {
  /* - - - - - - - - - - HIGHLIGHT COLOURS - - - - - - - - - - */
  /* - - - - - - - - - - GUMBY FRAMEWORK - - - - - - - - - - */
  /* To fix the grid into a different size, set max-width to your desired width */
  /* Column Classes */
  /* Push Classes */
  /* Centered Classes */
  /* Hybrid Grid Columns */
  /* Hybrid Push Classes */
  /* Hybrid Centered Classes */
  /* CUSTOM GRID 15 Columns */
  /* Tile Grid */
}
.mc ::-moz-selection {
  background: #d4d4d4;
  text-shadow: none;
}
.mc ::selection {
  background: #d4d4d4;
  text-shadow: none;
}
.mc .row {
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
}
.mc .row .row {
  min-width: 0px;
}
@media only screen and (max-width: 768px) {
  .mc .row .row {
    padding: 0;
  }
}
.mc .row.row-max-width {
  max-width: 100% !important;
}
.mc .column,
.mc .columns {
  margin-left: 2.12766%;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mc .column:first-child,
.mc .columns:first-child,
.mc .alpha {
  margin-left: 0px;
}
.mc .column.omega,
.mc .columns.omega {
  float: right;
}
.mc .row .one.column,
.mc .row .one.columns,
.mc .sixteen.colgrid .row .one.columns {
  width: 6.38298%;
}
.mc .row .two.columns {
  width: 14.89362%;
}
.mc .row .three.columns {
  width: 23.40426%;
}
.mc .row .four.columns {
  width: 31.91489%;
}
.mc .row .five.columns {
  width: 40.42553%;
}
.mc .row .six.columns {
  width: 48.93617%;
}
.mc .row .seven.columns {
  width: 57.44681%;
}
.mc .row .eight.columns {
  width: 65.95745%;
}
.mc .row .nine.columns {
  width: 74.46809%;
}
.mc .row .ten.columns {
  width: 82.97872%;
}
.mc .row .eleven.columns {
  width: 91.48936%;
}
.mc .row .twelve.columns {
  width: 100%;
}
.mc .row .push_one {
  margin-left: 10.6383%;
}
.mc .row .push_one:first-child {
  margin-left: 8.51064%;
}
.mc .row .push_two {
  margin-left: 19.14894%;
}
.mc .row .push_two:first-child {
  margin-left: 17.02128%;
}
.mc .row .push_three {
  margin-left: 27.65957%;
}
.mc .row .push_three:first-child {
  margin-left: 25.53191%;
}
.mc .row .push_four {
  margin-left: 36.17021%;
}
.mc .row .push_four:first-child {
  margin-left: 34.04255%;
}
.mc .row .push_five {
  margin-left: 44.68085%;
}
.mc .row .push_five:first-child {
  margin-left: 42.55319%;
}
.mc .row .push_six {
  margin-left: 53.19149%;
}
.mc .row .push_six:first-child {
  margin-left: 51.06383%;
}
.mc .row .push_seven {
  margin-left: 61.70213%;
}
.mc .row .push_seven:first-child {
  margin-left: 59.57447%;
}
.mc .row .push_eight {
  margin-left: 70.21277%;
}
.mc .row .push_eight:first-child {
  margin-left: 68.08511%;
}
.mc .row .push_nine {
  margin-left: 78.7234%;
}
.mc .row .push_nine:first-child {
  margin-left: 76.59574%;
}
.mc .row .push_ten {
  margin-left: 87.23404%;
}
.mc .row .push_ten:first-child {
  margin-left: 85.10638%;
}
.mc .row .push_eleven {
  margin-left: 95.74468%;
}
.mc .row .push_eleven:first-child {
  margin-left: 93.61702%;
}
.mc .row .one.centered {
  margin-left: 46.80851%;
}
.mc .row .two.centered {
  margin-left: 42.55319%;
}
.mc .row .three.centered {
  margin-left: 38.29787%;
}
.mc .row .four.centered {
  margin-left: 34.04255%;
}
.mc .row .five.centered {
  margin-left: 29.78723%;
}
.mc .row .six.centered {
  margin-left: 25.53191%;
}
.mc .row .seven.centered {
  margin-left: 21.2766%;
}
.mc .row .eight.centered {
  margin-left: 17.02128%;
}
.mc .row .nine.centered {
  margin-left: 12.76596%;
}
.mc .row .ten.centered {
  margin-left: 8.51064%;
}
.mc .row .eleven.centered {
  margin-left: 4.25532%;
}
.mc .sixteen.colgrid .row .one.column,
.mc .sixteen.colgrid .row .one.columns {
  width: 4.25532%;
}
.mc .sixteen.colgrid .row .two.columns {
  width: 10.6383%;
}
.mc .sixteen.colgrid .row .three.columns {
  width: 17.02128%;
}
.mc .sixteen.colgrid .row .four.columns {
  width: 23.40426%;
}
.mc .sixteen.colgrid .row .five.columns {
  width: 29.78723%;
}
.mc .sixteen.colgrid .row .six.columns {
  width: 36.17021%;
}
.mc .sixteen.colgrid .row .seven.columns {
  width: 42.55319%;
}
.mc .sixteen.colgrid .row .eight.columns {
  width: 48.93617%;
}
.mc .sixteen.colgrid .row .nine.columns {
  width: 55.31915%;
}
.mc .sixteen.colgrid .row .ten.columns {
  width: 61.70213%;
}
.mc .sixteen.colgrid .row .eleven.columns {
  width: 68.08511%;
}
.mc .sixteen.colgrid .row .twelve.columns {
  width: 74.46809%;
}
.mc .sixteen.colgrid .row .thirteen.columns {
  width: 80.85106%;
}
.mc .sixteen.colgrid .row .fourteen.columns {
  width: 87.23404%;
}
.mc .sixteen.colgrid .row .fifteen.columns {
  width: 93.61702%;
}
.mc .sixteen.colgrid .row .sixteen.columns {
  width: 100%;
}
.mc .sixteen.colgrid .row .push_one {
  margin-left: 8.51064%;
}
.mc .sixteen.colgrid .row .push_one:first-child {
  margin-left: 6.38298%;
}
.mc .sixteen.colgrid .row .push_two {
  margin-left: 14.89362%;
}
.mc .sixteen.colgrid .row .push_two:first-child {
  margin-left: 12.76596%;
}
.mc .sixteen.colgrid .row .push_three {
  margin-left: 21.2766%;
}
.mc .sixteen.colgrid .row .push_three:first-child {
  margin-left: 19.14894%;
}
.mc .sixteen.colgrid .row .push_four {
  margin-left: 27.65957%;
}
.mc .sixteen.colgrid .row .push_four:first-child {
  margin-left: 25.53191%;
}
.mc .sixteen.colgrid .row .push_five {
  margin-left: 34.04255%;
}
.mc .sixteen.colgrid .row .push_five:first-child {
  margin-left: 31.91489%;
}
.mc .sixteen.colgrid .row .push_six {
  margin-left: 40.42553%;
}
.mc .sixteen.colgrid .row .push_six:first-child {
  margin-left: 38.29787%;
}
.mc .sixteen.colgrid .row .push_seven {
  margin-left: 46.80851%;
}
.mc .sixteen.colgrid .row .push_seven:first-child {
  margin-left: 44.68085%;
}
.mc .sixteen.colgrid .row .push_eight {
  margin-left: 53.19149%;
}
.mc .sixteen.colgrid .row .push_eight:first-child {
  margin-left: 51.06383%;
}
.mc .sixteen.colgrid .row .push_nine {
  margin-left: 59.57447%;
}
.mc .sixteen.colgrid .row .push_nine:first-child {
  margin-left: 57.44681%;
}
.mc .sixteen.colgrid .row .push_ten {
  margin-left: 65.95745%;
}
.mc .sixteen.colgrid .row .push_ten:first-child {
  margin-left: 63.82979%;
}
.mc .sixteen.colgrid .row .push_eleven {
  margin-left: 72.34043%;
}
.mc .sixteen.colgrid .row .push_eleven:first-child {
  margin-left: 70.21277%;
}
.mc .sixteen.colgrid .row .push_twelve {
  margin-left: 78.7234%;
}
.mc .sixteen.colgrid .row .push_twelve:first-child {
  margin-left: 76.59574%;
}
.mc .sixteen.colgrid .row .push_thirteen {
  margin-left: 85.10638%;
}
.mc .sixteen.colgrid .row .push_thirteen:first-child {
  margin-left: 82.97872%;
}
.mc .sixteen.colgrid .row .push_fourteen {
  margin-left: 91.48936%;
}
.mc .sixteen.colgrid .row .push_fourteen:first-child {
  margin-left: 89.3617%;
}
.mc .sixteen.colgrid .row .push_fifteen {
  margin-left: 97.87234%;
}
.mc .sixteen.colgrid .row .push_fifteen:first-child {
  margin-left: 95.74468%;
}
.mc .sixteen.colgrid .row .one.centered {
  margin-left: 47.87234%;
}
.mc .sixteen.colgrid .row .two.centered {
  margin-left: 44.68085%;
}
.mc .sixteen.colgrid .row .three.centered {
  margin-left: 41.48936%;
}
.mc .sixteen.colgrid .row .four.centered {
  margin-left: 38.29787%;
}
.mc .sixteen.colgrid .row .five.centered {
  margin-left: 35.10638%;
}
.mc .sixteen.colgrid .row .six.centered {
  margin-left: 31.91489%;
}
.mc .sixteen.colgrid .row .seven.centered {
  margin-left: 28.7234%;
}
.mc .sixteen.colgrid .row .eight.centered {
  margin-left: 25.53191%;
}
.mc .sixteen.colgrid .row .nine.centered {
  margin-left: 22.34043%;
}
.mc .sixteen.colgrid .row .ten.centered {
  margin-left: 19.14894%;
}
.mc .sixteen.colgrid .row .eleven.centered {
  margin-left: 15.95745%;
}
.mc .sixteen.colgrid .row .twelve.centered {
  margin-left: 12.76596%;
}
.mc .sixteen.colgrid .row .thirteen.centered {
  margin-left: 9.57447%;
}
.mc .sixteen.colgrid .row .fourteen.centered {
  margin-left: 6.38298%;
}
.mc .sixteen.colgrid .row .fifteen.centered {
  margin-left: 3.19149%;
}
.mc .row .half {
  width: 50%;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mc .fifteen.colgrid .row .three.columns {
  width: 18.20%;
}
.mc .tiles {
  display: block;
  overflow: hidden;
}
.mc .tiles > li {
  display: block;
  height: auto;
  float: left;
  padding-bottom: 0;
}
.mc .tiles.two_up {
  margin-left: -4%;
}
.mc .tiles.two_up > li {
  margin-left: 4%;
  width: 46%;
}
.mc .tiles.three_up,
.mc .tiles.four_up {
  margin-left: -2%;
}
.mc .tiles.three_up > li {
  margin-left: 2%;
  width: 31.3%;
}
.mc .tiles.four_up > li {
  margin-left: 2%;
  width: 23%;
}
.mc .tiles.five_up {
  margin-left: -1.5%;
}
.mc .tiles.five_up > li {
  margin-left: 1.5%;
  width: 18.5%;
}
@media only screen and (max-width: 768px) {
  .mc body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
  }
  .mc .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .mc .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0px 20px;
  }
  .mc .row .row .column,
  .mc .row .row .columns {
    padding: 0;
  }
  .mc .row .centered {
    margin: 0 !important;
  }
  .mc .column,
  .mc .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .mc .column:last-child,
  .mc .columns:last-child {
    margin-right: 0;
    float: none;
  }
  .mc [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  .mc [class*="column"]:before {
    display: table;
  }
  .mc [class*="column"]:after {
    display: table;
    clear: both;
  }
  .mc [class^="push_"],
  .mc [class*="push_"] {
    margin-left: 0 !important;
  }
}
.mc {
  /* Main Styles  */
  /* HEADING COLORS */
  /* HEADING LINK COLORS */
  /* Lists */
  /* Unordered Lists */
  /* Ordered Lists */
}
.mc a {
  color: #023a78;
  text-decoration: none;
  outline: 0;
  line-height: inherit;
  -webkit-transition: all .5s;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  transition-property: all;
  transition-duration: .5s;
}
.mc a:hover,
.mc a:focus {
  color: #01162d;
  text-decoration: underline;
}
    .mc h1,
    .mc h2,
    .mc h3,
    .mc h4,
    .mc h5,
    .mc h6 {
        text-rendering: optimizeLegibility;
        line-height: 1;
        margin-top: 0;
        font-weight: 300;
        color: #000;
    }
.mc h1 a,
.mc h2 a,
.mc h3 a,
.mc h4 a,
.mc h5 a,
.mc h6 a {
  color: #023a78;
  text-decoration: none !important;
}
.mc .h1,
.mc h1 {
  font-size: 3em;
  line-height: 1.25em;
  margin-bottom: 1em;
  font-family: 'DIN Next W01 Bold', Helvetica, Arial, sans-serif;
  color: #023a78;
}
.mc .h2,
.mc h2 {
  font-size: 2.25em;
  line-height: 1.05em;
  margin-bottom: 1em;
}
.mc .h3,
.mc h3 {
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 1em;
}
.mc .h4,
.mc h4 {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 1em;
}
.mc .h5,
.mc h5 {
  font-size: 1.125em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.mc .h6,
.mc h6 {
  font-size: 1.05em;
  line-height: .25em;
  margin-bottom: 1em;
}
.mc .p,
.mc p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #666666;
}
@media only screen and (max-width: 570px) {
  .mc .h2,
  .mc h2 {
    font-size: 1.7em;
  }
}
.mc .intro {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #023a78;
}
@media (min-width: 768px) {
  .mc .intro {
    font-size: 18.645px;
  }
}
.mc em {
  font-style: italic;
  line-height: inherit;
}
.mc strong,
.mc b {
  font-family: 'DIN Next W01 Bold', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: inherit;
}
.mc #footer,
.mc small {
  font-size: 80%;
}
.mc small,
.mc .small {
  font-size: 66%;
}
.mc mark,
.mc .mark {
  background-color: #f0ad4e;
  padding: .2em;
}
.mc sub,
.mc sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.mc sup {
  top: -0.5em;
}
.mc sub {
  bottom: -0.25em;
}
.mc .align-left {
  text-align: left;
}
.mc .align-right {
  text-align: right;
}
.mc .align-center {
  text-align: center;
}
.mc .align-justify {
  text-align: justify;
}
.mc .align-nowrap {
  white-space: nowrap;
}
.mc .text-lowercase {
  text-transform: lowercase;
}
.mc .text-uppercase {
  text-transform: uppercase;
}
.mc .text-capitalize {
  text-transform: capitalize;
}
.mc .text-underline {
  text-decoration: underline;
}
.mc .primary-color {
  color: #023a78;
}
.mc .secondary-color {
  color: #682567;
}
.mc .success-color {
  color: #5cb85c;
}
.mc .info-color {
  color: #5bc0de;
}
.mc .warning-color {
  color: #f0ad4e;
}
.mc .danger-color {
  color: #d9534f;
}
.mc ul,
.mc ol,
.mc dl {
  font-size: inherit;
  line-height: 1.4;
  margin-bottom: 1.25em;
  margin-left: 18px;
  list-style-position: inside;
  font-family: inherit;
}
.mc ul {
  list-style: disc;
}
.mc ol {
  list-style: decimal;
}
.mc ul li ul,
.mc ul li ol {
  margin-bottom: 0;
  font-size: 0.95em /* Override nested font-size change */;
}
.mc ul.square li ul,
.mc ul.circle li ul,
.mc ul.disc li ul {
  list-style: inherit;
}
.mc ul.square {
  list-style-type: square;
}
.mc ul.circle {
  list-style-type: circle;
}
.mc ul.disc {
  list-style-type: disc;
}
.mc ul.no-bullet {
  list-style: none;
}
.mc ol li ul,
.mc ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}
.mc dl {
  margin-top: 0;
  margin-bottom: 15px;
}
.mc dt,
.mc dd {
  line-height: 1;
}
.mc dt {
  font-weight: bold;
}
.mc dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .mc .dl-horizontal dt {
    float: left;
    width: 35%;
    clear: left;
    text-align: right;
  }
  .mc .dl-horizontal dd {
    margin-left: 35%;
  }
}
.mc blockquote {
  padding: 7.5px 15px;
  margin: 0 0 15px;
  font-size: 18px;
  border-left: 2px solid #023a78;
  color: #33363d;
}
.mc blockquote p:last-child,
.mc blockquote ul:last-child,
.mc blockquote ol:last-child {
  margin-bottom: 0;
}
.mc blockquote footer,
.mc blockquote small,
.mc blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1;
}
.mc blockquote footer:before,
.mc blockquote small:before,
.mc blockquote .small:before {
  content: '\2014 \00A0';
}
.mc .blockquote-reverse,
.mc blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #333333;
  border-left: 0;
  text-align: right;
}
.mc .blockquote-reverse footer:before,
.mc blockquote.pull-right footer:before,
.mc .blockquote-reverse small:before,
.mc blockquote.pull-right small:before,
.mc .blockquote-reverse .small:before,
.mc blockquote.pull-right .small:before {
  content: '';
}
.mc .blockquote-reverse footer:after,
.mc blockquote.pull-right footer:after,
.mc .blockquote-reverse small:after,
.mc blockquote.pull-right small:after,
.mc .blockquote-reverse .small:after,
.mc blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.mc address {
  margin-bottom: 15px;
  font-style: normal;
  line-height: 1;
}
.mc {
  /* - - - - - - - - - - TABLE GENERAL COLUMN STRUCTURE - - - - - - - - - - */
  /* Table Cell */
  /* Table Header */
  /* Table row */
}
.mc table {
  font-family: inherit;
  font-size: 0.8em;
  line-height: 16px;
  margin: 0px;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin: 30px 0px;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.mc table * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mc table p {
  margin-bottom: 0px;
}
.mc table td {
  font-weight: bold;
  padding: 10px 15px;
  border-bottom: 1px solid #dcdcdc;
}
.mc table th {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #b2b2b2;
  text-transform: uppercase;
  padding: 15px 15px;
  border-bottom: 1px solid #dcdcdc;
}
.mc table tr th {
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .mc {
    /* Hide table headers (but not display: none;, for accessibility) */
    /* Table cell */
  }
  .mc table,
  .mc thead,
  .mc tbody,
  .mc th,
  .mc td,
  .mc tr {
    display: block;
  }
  .mc table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .mc table thead {
    padding: 0px;
  }
  .mc table tr {
    border-left: 0px solid #EEE;
    border-right: 0px solid #EEE;
    display: table-row;
  }
  .mc table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    display: table-cell;
  }
  .mc table td {
    border: none;
    position: relative;
    padding: 10px 15px 0px 15px;
    width: auto;
    max-width: 100%;
  }
  .mc table td h4,
  .mc table td h3,
  .mc table td h2,
  .mc table td h5,
  .mc table td h6 {
    font-size: 1.1em;
  }
  .mc table td:before {
    position: absolute;
    left: 6px;
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .mc table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .mc table thead {
    padding: 0px;
  }
  .mc table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .mc table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 55%;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #b2b2b2;
    text-transform: uppercase;
  }
}
.mc {
  /* INPUTS */
  /* FIELDS */
  /* INLINE */
  /* SLIDERS & INPUTS */
  /* CHECKBOX */
  /* TEXT AREA */
  /* CAPCHA */
  /* RADIOS */
  /* SUBMIT */
  /* FIELDS MOBILE */
  /* FORM MESSAGES */
}
.mc input[type=text],
.mc input[type=email],
.mc input[type=tel],
.mc input[type=url],
.mc input[type=number],
.mc input[type=password],
.mc textarea {
  border: 1px solid #d9d9d9;
  font-size: inherit;
  color: #959595;
  padding: 8px 0 8px 8px;
  margin: 0 0 12px 0px;
  background-color: #fff;
  width: 100% !important;
  outline: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mc input[type=text]:focus,
.mc input[type=email]:focus,
.mc input[type=tel]:focus,
.mc input[type=url]:focus,
.mc input[type=number]:focus,
.mc input[type=password]:focus,
.mc textarea:focus {
  color: #444;
  border: 1px solid #474747;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.mc select {
  width: 100%;
  height: 36px;
  border: 1px solid #d9d9d9;
  font-size: inherit;
  padding: 8px 0 8px 8px;
  margin: 0 0 12px;
  background-color: #fff;
}
.mc .field {
  margin-right: 1%;
  width: 49%;
  padding: 0px;
}
.mc .field > label {
  margin: 0 0 .3em;
  display: block;
  color: #023a78;
  font-size: 1.2em;
  line-height: 1.4em;
  letter-spacing: 1px;
}
.mc .form-group.field > label.control-label {
  font-weight: normal;
}
.mc .fields {
  clear: both;
}
.mc .fields:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mc .fields > .field {
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mc .fields > .field:first-child {
  border-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mc .one.fields > .fields,
.mc .one.fields > .field {
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
}
.mc .two.fields > .fields,
.mc .two.fields > .field {
  width: 50%;
  padding-left: 1%;
  padding-right: 1%;
}
.mc .three.fields > .fields,
.mc .three.fields > .field {
  width: 33.333%;
  padding-left: 1%;
  padding-right: 1%;
}
.mc .four.fields > .fields,
.mc .four.fields > .field {
  width: 25%;
  padding-left: 1%;
  padding-right: 1%;
}
.mc .five.fields > .fields,
.mc .five.fields > .field {
  width: 20%;
  padding-left: 1%;
  padding-right: 1%;
}
.mc .fields > .field .inline {
  float: left;
  margin: 8px 10px 0px 0px;
}
.mc .fields > .field .inline:last-child {
  margin-right: 0px;
}
.mc .loan.fields > .field > .value {
  width: 33.333%;
  padding-right: 1%;
  margin-right: 1%;
  float: left;
}
.mc .loan.fields .field > .slider {
  width: 65.6%;
  padding-top: 15px;
  float: left;
}
.mc .field-checkboxlist {
  width: 100%;
}
.mc .checkboxList {
  color: #682567;
  margin-top: 10px;
}
.mc .checkboxList label {
  line-height: 1.4em;
}
.mc .checkboxList .checkbox {
  margin-bottom: 12px;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 600px) {
  .mc .checkboxList .checkbox {
    width: 100%;
  }
  .mc .field {
    margin-right: 0px;
    width: 100%;
  }
}
.mc .field-textarea {
  width: 100%;
}
.mc img.ccm-captcha-image {
  margin: 20px 0px;
}
.mc .captcha .control-label {
  color: #023a78;
  font-weight: normal !important;
}
.mc .fields > .field input[type="radio"] {
  margin: 0px 6px 14px 0px;
}
.mc .form-actions .btn.btn-primary {
  width: 100%;
  text-align: center;
  cursor: pointer;
  float: right;
  padding: 15px 50px;
  margin: 0px 0px 30px 0px;
  border: none;
  outline: none;
  color: #FFF;
  font-size: 1.1em;
  -webkit-font-smoothing: antialiased;
}
.mc .form-actions .btn.btn-primary:after {
  content: '';
  display: inline-block;
  background-image: url('/packages/knibbs/themes/knibbs/img/sl-thumbs-up-button.png');
  background-repeat: no-repeat;
  width: 74px;
  height: 74px;
  position: absolute;
  margin: -24px 0px 0px 16px;
}
.mc .form-actions .btn.btn-primary:hover {
  background: #682567;
}
@media only screen and (max-width: 768px) {
  .mc .one.fields > .fields,
  .mc .two.fields > .fields,
  .mc .two.fields > .field,
  .mc .three.fields > .fields,
  .mc .three.fields > .field,
  .mc .four.fields > .fields,
  .mc .four.fields > .field,
  .mc .five.fields > .fields,
  .mc .five.fields > .field {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .mc .loan.fields > .field > .value,
  .mc .loan.fields .field > .slider {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .mc .loan.fields .field > .slider {
    padding-top: 5px;
    margin-bottom: 20px;
  }
  .mc .fields > .field.submit button {
    float: left;
    margin-top: 10px;
  }
}
.mc .grouped.fields {
  border-bottom: 1px solid #d6dadf /* For White #EBEBEB */;
  margin-bottom: 18px;
  padding-bottom: 10px;
}
.mc .grouped:last-child.fields {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.mc .message {
  position: relative;
  min-height: 18px;
  margin: 1em 0;
  height: auto;
  background-color: #EFEFEF;
  padding: 1em;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: .325em;
}
.mc .message:first-child {
  margin-top: 0;
}
.mc .message:last-child {
  margin-bottom: 0;
}
.mc .message .header {
  margin: 0;
  font-size: 1.33em;
  font-weight: 700;
}
.mc .message p {
  opacity: .85;
  margin: 1em 0;
}
.mc .message p:first-child {
  margin-top: 0;
}
.mc .message p:last-child {
  margin-bottom: 0;
}
.mc .message .header + p {
  margin-top: .3em;
}
.mc .message > :first-child {
  margin-top: 0;
}
.mc .message > :last-child {
  margin-bottom: 0;
}
.mc .message ul.list {
  opacity: .85;
  list-style-position: inside;
  margin: .2em 0;
  padding: 0;
}
.mc .message ul.list li {
  position: relative;
  list-style-type: none;
  margin: 0 0 .3em 1em;
  padding: 0;
}
.mc .message ul.list li:before {
  position: absolute;
  content: '\2022';
  top: -.05em;
  left: -.8em;
  height: 100%;
  vertical-align: baseline;
  opacity: .5;
}
.mc .message ul.list li:first-child {
  margin-top: 0;
}
.mc .message > .close.icon {
  cursor: pointer;
  position: absolute;
  top: 1em;
  right: .5em;
  opacity: .7;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
.mc .message > .close.icon:hover {
  opacity: 1;
}
.mc .message.visible,
.mc .header.visible {
  display: block !important;
}
.mc .message.hidden,
.mc .header.hidden {
  display: none;
}
.mc .error.message,
.mc .negative.message {
  background-color: #F1D7D7;
  color: #A95252;
}
.mc .success.message,
.mc .positive.message {
  background-color: #DEFCD5;
  color: #52A954;
}
.mc .form {
  padding: 20px;
  border: 1px solid #D6DADF;
  background: #F7FAFC;
  margin-bottom: 30px;
}
.mc .captcha {
  margin-top: 0.2em 0px 0.5em 0px;
}
.mc .captcha label,
.mc .captcha br {
  display: none;
}
/* END .mc */
/*
BRAND COLOURS
*/
.mc {
  /* */
}
.mc .blue-color {
  color: #023a78;
}
    .mc .Brand_Blue,
    .mc .blue-bk {
        background-color: #78d2aa;
    }
.mc .Brand_Blue.gradient {
  background-image: -webkit-linear-gradient(top, #023a78 0%, #4474a9 100%);
  background-image: -o-linear-gradient(top, #023a78 0%, #4474a9 100%);
  background-image: linear-gradient(to bottom, #023a78 0%, #4474a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff023a78', endColorstr='#ff4474a9', GradientType=0);
}
.mc .purple-color {
  color: #682567;
}
.mc .Brand_Purple,
.mc .purple-bk {
  background-color: #682567;
}
.mc .Brand_Purple.gradient {
  background-image: -webkit-linear-gradient(top, #682567 0%, #a970a8 100%);
  background-image: -o-linear-gradient(top, #682567 0%, #a970a8 100%);
  background-image: linear-gradient(to bottom, #682567 0%, #a970a8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff682567', endColorstr='#ffa970a8', GradientType=0);
}
.mc .light-blue-color {
  color: #54b3d1;
}
.mc .Light_Blue,
.mc .light-blue-bk {
  background-color: #54b3d1;
}
.mc .Light_Blue.gradient {
  background-image: -webkit-linear-gradient(top, #54b3d1 0%, #d0f4ff 100%);
  background-image: -o-linear-gradient(top, #54b3d1 0%, #d0f4ff 100%);
  background-image: linear-gradient(to bottom, #54b3d1 0%, #d0f4ff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b3d1', endColorstr='#ffd0f4ff', GradientType=0);
}
.mc .green-color {
  color: #008877;
}
.mc .Green,
.mc .green-bk {
  background-color: #008877;
}
.mc .red-color {
  color: #ff0000;
}
.mc .red-bk {
  background-color: #ff0000;
}
.mc .pink-color {
  color: #e6007e;
}
.mc .pink-bk {
  background-color: #e6007e;
}
.mc .yellow-color {
  color: #ffed00;
}
.mc .yellow-bk {
  background-color: #ffed00;
}
.mc .black-color {
  color: #33363d;
}
.mc .black-bk {
  background-color: #33363d;
}
.mc .white-color {
  color: #ffffff;
}
.mc .white-bk {
  background-color: #ffffff;
}
.mc .transparent-color {
  color: transparent;
}
.mc .transparent-bk {
  background-color: transparent;
  border: 2px dashed #CCC!important;
}
.mc .aqua-color {
  color: #4799a3;
}
.mc .aqua-bk {
  background-color: #4799a3;
}
.mc .orange-color {
  color: #f0ad4e;
}
.mc .Orange,
.mc .orange-bk {
  background-color: #f0ad4e;
}
.mc .grey-color {
  color: #555555;
}
.mc .grey-bk {
  background-color: #555555;
}
.mc .light-grey-color {
  color: #f3f3f6;
}
.mc .light-grey-bk {
  background-color: #f3f3f6;
}
.mc .default-color {
  color: #f2f2f2;
}
.mc .default-bk {
  background-color: #f2f2f2;
}
.mc .success-color {
  color: #5cb85c;
}
.mc .success-bk {
  background-color: #5cb85c;
}
.mc .info-color {
  color: #5bc0de;
}
.mc .info-bk {
  background-color: #5bc0de;
}
.mc .warning-color {
  color: #f0ad4e;
}
.mc .warning-bk {
  background-color: #f0ad4e;
}
.mc .danger-color {
  color: #d9534f;
}
.mc .danger-bk {
  background-color: #d9534f;
}
.mc .primary-color {
  color: #023a78;
}
.mc .primary-bk {
  background-color: #023a78;
}
.mc .secondary-color {
  color: #682567;
}
.mc .secondary-bk {
  background-color: #682567;
}
.mc .tertiary-color {
  color: #003e7e;
}
.mc .tertiary-bk {
  background-color: #003e7e;
}
/* Cookies Policy from Cookie Bot */
#CybotCookiebotDialog {
  background-color: #682567 !important;
  color: #ffffff !important;
}
#CybotCookiebotDialogBodyContentTitle {
  color: #ffffff !important;
}
#CybotCookiebotDialogBodyContentText h1,
#CybotCookiebotDialogBodyContentText h2,
#CybotCookiebotDialogBodyContentText h3,
#CybotCookiebotDialogBodyContentText h4,
#CybotCookiebotDialogBodyContentText h5,
#CybotCookiebotDialogBodyContentText h6,
#CybotCookiebotDialogBodyContentText p,
#CybotCookiebotDialogBodyContentText a {
  color: #ffffff !important;
}
#CybotCookiebotDialogBodyLevelButtonAccept {
  background-color: #54b3d1 !important;
  border: 1px solid #54b3d1!important;
}
#CybotCookiebotDialogDetail {
  background-color: #682567 !important;
}
#CybotCookiebotDialogBody {
  max-width: 800px !important;
}
#CybotCookiebotDialogBodyContent {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
#CybotCookiebotDialogPoweredbyLink {
  display: none !important;
}
.mc .header-relative {
  position: relative;
}
.mc .mc header.nav-up {
  top: -115px;
}
.mc .header-spacer {
  background-color: #ffffff;
  min-height: 80px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .mc .header-spacer {
    min-height: 105px;
  }
}
.mc .header-full-fixed {
  z-index: 100;
  position: fixed;
  top: 0;
  transition: top 0.5s ease-in-out;
  height: auto;
  width: 100%;
  background: #fff;
}
.mc .header-full-fixed .mobile-nav-only {
  display: none;
}
.mc .header-full-fixed .header-container {
  background-color: #ffffff;
  min-height: 80px;
}
.mc .header-full-fixed .header-logo {
  padding-top: 10px;
  padding-left: 20px;
  float: left;
  width: 250px;
  display: block;
  position: absolute;
  z-index: 100;
}
.mc .header-full-fixed .header-nav {
  float: right;
  width: 100%;
  display: block;
}
.mc .header-full-fixed .header-right {
  width: 100%;
  display: block;
}
.mc .header-full-fixed .btn,
.mc .header-full-fixed .ccm-block-social-links {
  float: left;
}
.mc .header-full-fixed .btn {
  margin-top: 18px;
}
.mc .header-full-fixed .ccm-block-social-links {
  margin-top: 20px;
  margin-left: 10px;
}
.mc .header-full-fixed .ccm-block-social-links a {
  color: #FFF;
}
.mc .header-full-fixed .ccm-block-social-links a:hover {
  color: #023a78;
}
.mc .header-info {
  width: 100%;
}
.mc .header-info .upper-nav {
  background-color: #f1f1f1;
}
.mc .header-info .contact-info {
  background-color: #682567;
}
.mc .header-info .contact-info a {
  color: #FFF !important;
}
.mc .header-info .upper-nav,
.mc .header-info .contact-info {
  min-height: 48px;
  float: right;
  margin: 0px;
  padding: 13px 16px 10px 16px;
}
.mc .header-info .upper-nav p,
.mc .header-info .contact-info p {
  margin-bottom: 0px;
}
.mc .header-info .upper-nav a,
.mc .header-info .contact-info a {
  color: #333333;
}
.mc .header-full-fixed .knibbsmenu .upper-nav {
  background-color: #f1f1f1;
}
.mc .header-full-fixed .knibbsmenu .contact-info {
  background-color: #682567;
}
.mc .header-full-fixed .knibbsmenu .contact-info a {
  color: #FFF;
}
.mc .header-full-fixed .knibbsmenu .upper-nav,
.mc .header-full-fixed .knibbsmenu .contact-info {
  padding: 10px;
}
.mc .header-full-fixed .knibbsmenu .upper-nav p,
.mc .header-full-fixed .knibbsmenu .contact-info p {
  font-size: 1em;
  margin-bottom: 0px;
}
.mc .knibbsmenu .upper-nav,
.mc .knibbsmenu .contact-info {
  display: none;
}
/* END .mc */
@media only screen and (max-width: 900px) {
  .mc .header-full-fixed .header-logo {
    width: 210px;
  }
}
@media only screen and (max-width: 1180px) {
  .mc .header-full-fixed .upper-nav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .mc .header-full-fixed .contact-info {
    min-height: 35px;
  }
  .mc .header-full-fixed .contact-info p {
    font-size: 0.8em;
  }
  .mc .menu .upper-nav {
    display: block;
  }
  .mc .menu .contact-info {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .mc .contact-info {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .mc .header-spacer {
    min-height: 80px;
  }
  .mc .header-full-fixed .header-logo {
    width: 170px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 0;
  }
  .mc .header-full-fixed .header-container {
    min-height: 80px;
  }
  .mc .menu .upper-nav {
    display: block;
  }
  .mc .menu .contact-info {
    display: block;
  }
}
.mc .header-full-fixed .btn-logout {
  float: right;
  margin: 0px;
}
.mc .header-full-fixed .menu .btn-logout {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .mc .header-full-fixed .menu .btn-logout {
    display: block;
    width: 100%;
    position: relative;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .mc .header-full-fixed .btn-logout {
    padding: 12px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .mc .header-full-fixed .btn-logout {
    display: none;
  }
}
.mc {
  /* footer end */
}
.mc #footer,
.mc footer {
  font-size: 90%;
  height: auto;
  padding: 30px 0px 0px 0px;
  background-color: #777777;
  color: #fff;
  z-index: 4;
  position: relative;
  /* end six columns */
  /* end three columns */
}
.mc #footer .footer-logo,
.mc footer .footer-logo {
  width: auto;
}
.mc #footer ul.horizontal-nav,
.mc footer ul.horizontal-nav {
  margin: 0px;
  list-style: none;
}
.mc #footer ul.horizontal-nav li,
.mc footer ul.horizontal-nav li {
  display: inline-block;
  width: 45%;
  padding: 3px 0px;
}
.mc #footer .logo,
.mc footer .logo {
  margin-bottom: 10px;
}
.mc #footer .six.columns,
.mc footer .six.columns {
  /* end footer nav */
}
.mc #footer .six.columns .footer-nav,
.mc footer .six.columns .footer-nav {
  /* end two column */
}
.mc #footer .six.columns .footer-nav p,
.mc footer .six.columns .footer-nav p,
.mc #footer .six.columns .footer-nav h3,
.mc footer .six.columns .footer-nav h3,
.mc #footer .six.columns .footer-nav a,
.mc footer .six.columns .footer-nav a {
  color: #fff;
}
.mc #footer .six.columns .footer-nav .fa,
.mc footer .six.columns .footer-nav .fa {
  margin-right: 5px;
}
.mc #footer .six.columns .footer-nav .two-column-content,
.mc footer .six.columns .footer-nav .two-column-content {
  /* six columns */
}
.mc #footer .six.columns .footer-nav .two-column-content .six.columns:first-child,
.mc footer .six.columns .footer-nav .two-column-content .six.columns:first-child {
  border-right: 1px solid #fff;
}
.mc #footer .six.columns .footer-nav .two-column-content .six.columns:last-child,
.mc footer .six.columns .footer-nav .two-column-content .six.columns:last-child {
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .mc #footer .six.columns .footer-nav .two-column-content .six.columns,
  .mc footer .six.columns .footer-nav .two-column-content .six.columns {
    width: 49% !important;
    float: left !important;
    border-top: 1px solid #fff;
    padding-top: 15px;
  }
  .mc #footer .six.columns .footer-nav .two-column-content .six.columns:first-child,
  .mc footer .six.columns .footer-nav .two-column-content .six.columns:first-child {
    border-right: 0px;
  }
  .mc #footer .six.columns .footer-nav .two-column-content .six.columns:last-child,
  .mc footer .six.columns .footer-nav .two-column-content .six.columns:last-child {
    padding-left: 0px;
  }
  .mc #footer .six.columns .footer-nav .two-column-content .six.columns p,
  .mc footer .six.columns .footer-nav .two-column-content .six.columns p {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 370px) {
  .mc #footer .six.columns .footer-nav .two-column-content .six.columns,
  .mc footer .six.columns .footer-nav .two-column-content .six.columns {
    width: 100% !important;
    float: none !important;
    border-top: none;
    padding-top: 0px;
  }
  .mc #footer .six.columns .footer-nav .two-column-content .six.columns p,
  .mc footer .six.columns .footer-nav .two-column-content .six.columns p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .mc #footer .six.columns,
  .mc footer .six.columns {
    width: 100% !important;
    float: left !important;
  }
}
.mc #footer .three.columns,
.mc footer .three.columns {
  /* footer nav border */
}
.mc #footer .three.columns.footer-nav-border,
.mc footer .three.columns.footer-nav-border {
  border-right: 1px solid #fff;
}
.mc #footer .three.columns.footer-nav-border p,
.mc footer .three.columns.footer-nav-border p,
.mc #footer .three.columns.footer-nav-border h3,
.mc footer .three.columns.footer-nav-border h3,
.mc #footer .three.columns.footer-nav-border a,
.mc footer .three.columns.footer-nav-border a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .mc #footer .three.columns.footer-nav-border,
  .mc footer .three.columns.footer-nav-border {
    border-right: 0px;
    width: 49% !important;
    float: left !important;
  }
  .mc #footer .three.columns.footer-nav-border p,
  .mc footer .three.columns.footer-nav-border p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 370px) {
  .mc #footer .three.columns.footer-nav-border,
  .mc footer .three.columns.footer-nav-border {
    width: 100% !important;
    float: none !important;
  }
}
.mc #footer .footer-sign-up,
.mc footer .footer-sign-up {
  border-top: 1px solid #fff;
  padding-top: 10px;
  margin-top: 10px;
  padding-right: 10px;
}
.mc #footer .footer-sign-up h3,
.mc footer .footer-sign-up h3 {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .mc #footer .footer-sign-up,
  .mc footer .footer-sign-up {
    padding-right: 0px;
  }
}
.mc #footer .sign-up p,
.mc footer .sign-up p {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1.1em;
}
.mc #footer .sign-up .sign-up-btn,
.mc footer .sign-up .sign-up-btn {
  border-radius: 0px;
  background-color: #682567;
  border: 1px solid #682567;
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  font-size: 1em;
}
.mc #footer .copyright,
.mc footer .copyright {
  background-color: #555555;
  padding: 20px 0px 5px 0px;
  margin-top: 20px;
}
.mc #footer .copyright a,
.mc footer .copyright a,
.mc #footer .copyright p,
.mc footer .copyright p {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .mc #footer .copyright a,
  .mc footer .copyright a,
  .mc #footer .copyright p,
  .mc footer .copyright p {
    text-align: center;
    margin-bottom: 8px;
  }
}
/* END .mc */
/*@import "build/nav.less";*/
.mc .knibbs-outer {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.mc .knibbs-inner {
  position: relative;
  height: 100%;
  width: 100%;
  left: 0;
}
.mc .knibbs-inner.open {
  left: -225px;
}
.mc .knibbs-inner.open .knibbsmenu.knibbs-sm {
  right: 0;
}
.nav_overlay {
  display: none;
}
.nav_hover ul.horizontal-nav {
  background-color: #a9acac;
}
.nav_hover ul.horizontal-nav li a:before {
  display: none;
}
.nav_hover .nav_overlay {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(111, 111, 111, 0.7);
  z-index: 90;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* #horizontal-nav 
/* - - - - - - - - - - - - - - - - - - - - - - - - */
#horizontal-nav {
  min-height: auto;
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
  float: right;
  z-index: 100;
  height: inherit;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
}
#horizontal-nav .knibbsmenu.knibbs-toggle.knibbs-sm {
  display: none;
}
#horizontal-nav .knibbs-container {
  position: relative;
  min-height: auto;
  width: 100%;
  border-top: none;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #horizontal-nav .knibbs-container {
    /*border-top: 1px solid darken(@sm-nav-bk-color, 5%);*/
    background-color: #ffffff;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* Knibbs Button 
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.knibbs-button {
  display: none;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 14px 10px;
  color: #333333;
  float: right;
  text-align: right;
}
.knibbs-button .nav-text {
  width: auto;
  display: inline-block;
  color: #333333;
  margin-top: 1px;
}
.knibbs-button .nav-icon {
  width: 20px;
  display: inline-block;
  color: #333333;
}
.knibbs-button .knibbs-bar {
  background-color: #333333;
  display: block;
  width: 20px;
  height: 2px;
}
.knibbs-button .knibbs-bar + .knibbs-bar {
  margin-top: 4px;
}
.knibbs-button:hover {
  cursor: pointer;
  color: #682567;
  background-color: #ffffff;
}
.knibbs-button:hover .nav-text {
  color: #682567;
}
.knibbs-button:hover .nav-icon {
  color: #682567;
}
.knibbs-button:hover .knibbs-bar {
  background-color: #682567;
}
.knibbsmenu .knibbs-button {
  float: none;
  margin-right: 0px;
}
@media only screen and (max-width: 480px) {
  .knibbs-button {
    margin-right: 30px;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* Desktop Menu Style 
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* Mobile Menu Style 
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.knibbsmenu:before,
.knibbsmenu:after {
  display: table;
  content: " ";
  clear: both;
}
.knibbsmenu a {
  text-decoration: none;
}
#horizontal-nav {
  /* END knibbs-lg */
}
#horizontal-nav .knibbs-lg {
  margin: auto;
  margin-top: 8px;
  float: right;
  /* end ul */
}
#horizontal-nav .knibbs-lg ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* end li */
}
#horizontal-nav .knibbs-lg ul li {
  float: left;
  white-space: nowrap;
  margin-bottom: 0px;
  padding: 0px;
  /* end a */
  /* end div ul */
}
#horizontal-nav .knibbs-lg ul li:hover {
  background-color: #f1f1f1;
}
#horizontal-nav .knibbs-lg ul li:hover .navicon:after {
  color: #ffffff;
}
#horizontal-nav .knibbs-lg ul li a {
  position: relative;
  display: block;
  padding: 14px 20px;
  color: #333333;
  /* Nav Horizontal line */
}
#horizontal-nav .knibbs-lg ul li a:before {
  height: 15px;
  width: 1px;
  background-color: #f1f1f1;
  position: absolute;
  left: 0px;
  top: 15px;
  content: "";
}
#horizontal-nav .knibbs-lg ul li a:hover {
  /*background-color: @lg-nav-hover-bk-color;*/
  text-decoration: none;
}
#horizontal-nav .knibbs-lg ul li a:hover:before {
  display: none;
}
#horizontal-nav .knibbs-lg ul li.with-ul a {
  padding: 14px 20px 14px 14px;
  /* Nav Arrow */
}
#horizontal-nav .knibbs-lg ul li.with-ul a:after {
  content: "\f107";
  color: #333333;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 7px;
  top: 12px;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown {
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 99;
  overflow: hidden;
  /*prevent the overflow:hidden inline style on ul */
  background: #ffffff;
  width: 100%;
  min-height: 330px;
  background-color: #F1F1F1;
  padding: 30px 30px 0 30px;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown .nav-row {
  max-width: 1200px;
  margin: 0px auto;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown .featured {
  width: 18.8%;
  float: right;
  padding: 15px;
  background-color: #682567;
  min-height: 270px;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown .featured h4 {
  color: #ffffff;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul {
  width: 79.7%;
  float: left;
  margin-right: 1.5%;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul.no-feature {
  width: 100%;
  float: none;
  border-left: none;
  margin-left: 0px;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul.no-feature li {
  width: 18.8%;
  margin-right: 1.5%;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul.no-feature li:nth-child(5n) {
  margin-right: 0;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li:nth-child(4n) {
  margin-right: 0;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li {
  padding: 0px;
  min-width: 145px;
  width: 23.875%;
  margin-right: 1.5%;
  margin-bottom: 20px;
  float: left;
  /*end a */
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li .navicon:after {
  display: none;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0;
  /* end has-thumb */
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a .ni-text {
  z-index: 10;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 10px;
  font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
  text-transform: none;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a .opacity {
  z-index: 10;
  display: block;
  position: absolute;
  bottom: 35px;
  width: 100%;
  padding: 15px;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a:hover {
  color: #682567;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a:before {
  display: none;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a.has-thumb {
  min-height: 125px;
  background-size: cover;
  padding: 0px;
  border-top: none;
  border-bottom: none;
}
@media only screen and (max-width: 480px) {
  #horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a.has-thumb {
    min-height: 50px;
  }
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a.has-thumb .opacity {
  background-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), #ffffff);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), #ffffff);
  /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  /*Standard*/
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a.has-thumb .ni-text {
  background-color: #ffffff;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a.has-thumb .nav-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  min-height: 125px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a.has-thumb:before,
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a.has-thumb:after {
  display: none;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a.has-thumb:hover {
  color: #682567;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a.has-thumb:hover .nav-image {
  background-size: 140%;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a.has-thumb:hover .ni-text {
  color: #682567;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a:before {
  height: 100%;
  width: 1px;
  background-color: #DEDEDE;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li a:after {
  display: none;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li ul {
  width: 100%;
  border-left: none;
  margin-left: 0px;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li ul li {
  width: 100%;
  float: none;
}
#horizontal-nav .knibbs-lg ul li .mega_menu_dropdown ul li ul li a {
  min-height: initial;
}
/* END knibbsmenu */
/* small Nav */
#horizontal-nav {
  /* end knibbs-sm */
}
#horizontal-nav .knibbs-sm {
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  right: -225px;
  width: 225px;
  height: 100%;
  -webkit-box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.3);
  box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  border-left: 1px solid #CCC;
  /* end ul */
}
#horizontal-nav .knibbs-sm ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* end li */
}
#horizontal-nav .knibbs-sm ul li {
  position: relative;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0px;
  background-color: #682567;
  /* end a */
}
#horizontal-nav .knibbs-sm ul li .navicon {
  position: absolute;
  top: 0;
  right: 2px;
  min-height: 40px;
  width: 50px;
  cursor: pointer;
}
#horizontal-nav .knibbs-sm ul li .navicon:after {
  content: "\f107";
  color: #333333;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  z-index: 100;
  right: 18px;
  top: 15px;
  cursor: pointer;
}
#horizontal-nav .knibbs-sm ul li a {
  display: block;
  padding: 14px 20px;
  background-color: #ffffff;
  color: #333333;
}
#horizontal-nav .knibbs-sm ul li a:hover {
  background-color: #ffffff;
  color: #682567;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #horizontal-nav .knibbs-sm ul li a {
    padding: 10px 18px;
  }
}
#horizontal-nav .knibbs-sm ul li .mega_menu_dropdown .featured {
  padding: 15px;
  background-color: #f2f2f2;
}
#horizontal-nav .knibbs-sm ul li .mega_menu_dropdown .featured p {
  margin-bottom: 0px;
}
#horizontal-nav .knibbs-sm ul li .mega_menu_dropdown ul li {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#horizontal-nav .knibbs-sm ul li .mega_menu_dropdown ul li a {
  background-color: #f2f2f2;
}
#horizontal-nav .knibbs-sm ul li .mega_menu_dropdown ul li a:hover,
#horizontal-nav .knibbs-sm ul li .mega_menu_dropdown ul li a:active {
  background-color: #ffffff;
}
#horizontal-nav .knibbs-sm ul li .mega_menu_dropdown ul li a.has-thumb {
  height: auto;
  background-size: cover;
  background-position: center center;
  background-size: 105%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#horizontal-nav .knibbs-sm ul li .mega_menu_dropdown ul li a.has-thumb:hover,
#horizontal-nav .knibbs-sm ul li .mega_menu_dropdown ul li a.has-thumb:active {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  #horizontal-nav .knibbs-sm ul li .mega_menu_dropdown ul li a.has-thumb {
    max-height: 80px;
    height: auto;
    min-height: 20px;
    padding: 10px 18px;
  }
}
#horizontal-nav .knibbs-sm ul li .mega_menu_dropdown ul li ul li {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#horizontal-nav .knibbs-sm ul li .mega_menu_dropdown ul li ul li a {
  background-color: #ffffff;
}
#horizontal-nav .knibbs-sm ul li .mega_menu_dropdown ul li ul li a:hover {
  background-color: #ffffff;
}
/* end #horizontal-nav */
/* - - - - - - - - - - - - - - - - Overides - - - - - - - - - - - - - - - - */
.ie8 .knibbsmenu.knibbs-lg a {
  padding: 14px 15px !important;
}
/* - - - - - - - - - - - - - - - - Medium Screen width - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 1000px) {
  .mc #horizontal-nav {
    font-size: 14px;
  }
  .mc #horizontal-nav .knibbs-lg {
    margin: auto;
    margin-top: 0px;
  }
  .mc #horizontal-nav .knibbs-lg ul li.with-ul a:after {
    right: 3px;
  }
  .mc #horizontal-nav .knibbs-lg ul li a {
    padding: 14px 12px;
  }
}
/* - - - - - Breadcrumbs - - - - -
#breadcrumbs {
    padding: 0px;
    margin-bottom: 10px;
    font-size: 13px;
	    display: inline-block;
    border-bottom: 1px solid #fff;
    width: 100%;
}
@media only screen and (max-width: @screen-tablet) {
    #breadcrumbs {
        display: none
    }
}


.breadcrumbs-header {width:100%;}

.breadcrumbs-header, .breadcrumbs-header a,  .breadcrumbs-header ul {color:#fff; text-decoration:none; list-style:none; margin-left:0; font-size:1.1em; padding-right: 24px; display: inline-block; float: none; margin-bottom:4px; position:relative;}

.breadcrumbs-header a::after {content: "\f105"; font-family: FontAwesome; right: 10px; position: absolute; top:0}

.breadcrumbs-header a:hover {text-decoration:underline; color:#fff;}

.breadcrumbs-header ul li {display:inline-block;} */
/* - - - - - Breadcrumbs - - - - - */
.breadcrumbs-header {
  margin-bottom: 20px;
}
ol.breadcrumb {
  padding: 0 0 5px 0;
  margin: 0px;
  width: auto;
  font-size: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
ol.breadcrumb li {
  list-style: none;
  display: inline-block;
  padding-right: 5px;
  color: #ffffff;
}
ol.breadcrumb li.active {
  opacity: 0.5;
}
ol.breadcrumb li > a {
  opacity: 1;
  color: #FFF;
}
ol.breadcrumb li > a:hover {
  color: #FFF;
}
@media only screen and (max-width: 480px) {
  ol.breadcrumb {
    display: none;
  }
}
.mc {
  /* Paper Image Background */
}
.mc img,
.mc object,
.mc embed {
  max-width: 100%;
  height: auto;
  display: block;
}
.mc img {
  -ms-interpolation-mode: bicubic;
}
.mc #map_canvas img,
.mc .map_canvas img {
  max-width: none !important;
}
.mc .image,
.mc .circle-image img,
.mc .rounded-image img,
.mc .photo-image img,
.mc .polaroid-image img {
  line-height: 0;
}
.mc .image.circle,
.mc .circle-image img {
  border-radius: 50% !important;
  overflow: hidden;
  width: auto;
}
.mc .image.rounded,
.mc .rounded-image img {
  overflow: hidden;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  -o-border-radius: 4px 4px;
  border-radius: 4px 4px;
}
.mc .image.photo,
.mc .polaroid-image img,
.mc .photo-image img {
  border: 5px solid white;
  box-shadow: 0 0 1px #555555;
  margin-bottom: 10px;
}
.mc .image.photo.polaroid,
.mc .polaroid-image img {
  padding-bottom: 50px;
  background: #FFF;
}
.mc .paper-content {
  position: relative;
  z-index: 4;
  padding: 10px;
}
.mc .image-content {
  position: relative;
  z-index: 4;
}
.mc .paper {
  z-index: 3;
  position: relative;
  margin: 2em 0;
  background: #fff;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
}
.mc .paper:before {
  z-index: 2;
  position: absolute;
  top: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.19);
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}
.mc .paper:after {
  z-index: 1;
  position: absolute;
  top: 1px;
  left: -2px;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(359deg);
  -moz-transform: rotate(359deg);
  -o-transform: rotate(359deg);
  -ms-transform: rotate(359deg);
  transform: rotate(359deg);
}
.mc .video {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.mc .youtube.video,
.mc .vimeo.video,
.mc .twitch.video {
  padding-top: 30px;
}
.mc .video > video,
.mc .video > iframe,
.mc .video > object,
.mc .video > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* END .mc  */
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated-hover-child:hover > div {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated-hover:hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.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;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%,
  20%,
  53%,
  80%,
  100% {
    -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);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    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 {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -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 {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-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);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-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 {
  0% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -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);
  }
  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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -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);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  0% {
    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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-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);
  }
  100% {
    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);
    -ms-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);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-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-animation-duration: .75s;
  animation-duration: .75s;
}
@-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-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-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -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;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-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 {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-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;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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 {
  0% {
    opacity: 1;
  }
  100% {
    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 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-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);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-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);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-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);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-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);
    -ms-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 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    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);
  }
  100% {
    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);
    -ms-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-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;
    -ms-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);
  }
  100% {
    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);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-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);
  }
  100% {
    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);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-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);
  }
  100% {
    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);
    -ms-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-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;
    -ms-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(150%, 100%, 0);
    transform: translate3d(150%, 100%, 0);
  }
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    /*visibility: hidden;*/
    -webkit-transform: translate3d(150%, 100%, 0);
    transform: translate3d(150%, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    /*visibility: hidden;*/
    -webkit-transform: translate3d(150%, 100%, 0);
    transform: translate3d(150%, 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(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    /*visibility: hidden;*/
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 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(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    /*visibility: hidden;*/
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 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, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    /*visibility: hidden;*/
    -webkit-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes slideOutLeftUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    /*visibility: hidden;*/
    -webkit-transform: translate3d(-100%, -150%, 0);
    transform: translate3d(-100%, -150%, 0);
  }
}
@keyframes slideOutLeftUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    /*visibility: hidden;*/
    -webkit-transform: translate3d(-100%, -150%, 0);
    transform: translate3d(-100%, -150%, 0);
  }
}
.slideOutLeftUp {
  -webkit-animation-name: slideOutLeftUp;
  animation-name: slideOutLeftUp;
}
.ccm-pagination-wrapper {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}
.pagination {
  margin: 0 auto;
  margin-top: 5px;
  display: inline-block;
  overflow: hidden;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.pagination ul {
  font-size: .8em;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination li {
  display: inline;
}
.pagination li {
  background-color: #FFF;
  float: left;
  padding: 0 12px;
  line-height: 32px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li .sr-only {
  display: none;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999;
  background-color: #fff;
  cursor: default;
}
.page-header {
  height: auto;
  min-height: 150px;
  width: 100%;
  padding: 30px 0px;
  margin-bottom: 0px;
  /* end page title */
}
@media only screen and (max-width: 570px) {
  .page-header {
    min-height: 80px;
    padding: 0px;
  }
}
.page-header .page-title h1,
.page-header .page-title h2,
.page-header .page-title h3,
.page-header .page-title h4,
.page-header .page-title h5,
.page-header .page-title h6,
.page-header .page-title p {
  color: #fff;
  margin-bottom: 0px;
}
@media only screen and (max-width: 570px) {
  .page-header .page-title h1,
  .page-header .page-title h2,
  .page-header .page-title h3,
  .page-header .page-title h4,
  .page-header .page-title h5,
  .page-header .page-title h6,
  .page-header .page-title p {
    font-size: 1.8em;
  }
}
.page-header .page-title h1 {
  font-size: 4em;
}
@media only screen and (max-width: 570px) {
  .page-header .page-title h1 {
    font-size: 2.3em;
  }
}
.page-header .title-logo {
  height: 90px;
  display: block;
  repeat: none;
  width: 100%;
  position: relative;
  overflow: visible;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 25px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .page-header .title-logo {
    height: 60px;
  }
}
/* end page header */
.footer-portals {
  width: 100%;
}
.footer-portals .icon-portal {
  width: 33.3%;
  float: left;
  margin: 0px;
}
@media only screen and (max-width: 700px) {
  .footer-portals .icon-portal {
    width: 100%;
  }
}
/* end footer portals */
.more-button {
  margin: 20px 0px;
}
.introduction {
  margin-top: 30px;
}
.mc {
  /* horizontal nav */
}
.mc .case-study-portal {
  margin-top: 0px;
  margin-bottom: 30px;
}
.mc .case-study-portal .color-bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  transition-property: all;
  transition-duration: .5s;
}
@media only screen and (max-width: 768px) {
  .mc .case-study-portal .color-bk {
    opacity: 0.7;
  }
}
.mc .case-study-portal.featured_nav {
  width: 100px;
}
.mc .case-study-portal .portal-block {
  width: 25%;
  display: block;
  height: auto;
  margin-bottom: 7px;
  margin: 0px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*&:nth-child(even) {
				 
				margin-right: 0.5%; 
			}*/
  /*&:first-child, .case-study-portal .portal-block:nth-child(3n+1) {
				margin-left:0;
				}*/
}
@media only screen and (min-width: 1650px) {
  .mc .case-study-portal .portal-block {
    width: 25%;
  }
}
.mc .case-study-portal .portal-block.featured_nav {
  width: 100px;
}
.mc .case-study-portal .portal-block hr {
  height: 2px;
  border-top: solid 2px #fff;
  margin: 0.5em 0;
}
.mc .case-study-portal .portal-block:hover {
  transform: scale(1.015);
}
.mc .case-study-portal .portal-block .portal-block-thumbnail {
  height: 370px;
  width: 100%;
}
.mc .case-study-portal .portal-block .portal-block-thumbnail .portal-white-background {
  position: absolute;
  padding-top: 17px;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
.mc .case-study-portal .portal-block .portal-block-thumbnail .portal-white-background h3 {
  margin-bottom: 0px;
}
.mc .case-study-portal .portal-block .portal-block-thumbnail .portal-white-background:hover {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .mc .case-study-portal .portal-block .portal-block-thumbnail .portal-white-background {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .mc .case-study-portal .portal-block .portal-block-thumbnail .portal-white-background {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .mc .case-study-portal .portal-block .portal-block-thumbnail {
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .mc .case-study-portal .portal-block .portal-block-thumbnail {
    height: 300px;
  }
}
.mc .case-study-portal .portal-block .portal-block-thumbnail a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.mc .case-study-portal .portal-block .portal-block-thumbnail a:hover .color-bk {
  opacity: 0.8;
}
.mc .case-study-portal .portal-block .portal-block-thumbnail a:hover .portal-block-thumbnail-hover {
  opacity: 1;
}
.mc .case-study-portal .portal-block .portal-block-thumbnail a:hover .portal-white-background {
  display: none;
}
.mc .case-study-portal .portal-block .portal-block-thumbnail a .portal-block-thumbnail-hover {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 25px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .mc .case-study-portal .portal-block .portal-block-thumbnail a .portal-block-thumbnail-hover {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .mc .case-study-portal .portal-block .portal-block-thumbnail a .portal-block-thumbnail-hover {
    opacity: 1;
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .mc .case-study-portal .portal-block .portal-block-thumbnail a .portal-block-thumbnail-hover {
    padding: 20px 20px;
  }
}
.mc .case-study-portal .portal-block .portal-block-thumbnail a .portal-block-thumbnail-hover .portal-block-thumbnail-title {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  height: 100%;
  color: #fff;
}
.mc .case-study-portal .portal-block .portal-block-thumbnail a .portal-block-thumbnail-hover .portal-block-thumbnail-title .portal-block-description {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mc .case-study-portal .portal-block .portal-block-thumbnail a .portal-block-thumbnail-hover .portal-block-thumbnail-title .portal-block-description p {
  margin-bottom: 0px;
  font-size: 0.95em;
}
.mc .case-study-portal .portal-block .portal-block-thumbnail a .portal-block-thumbnail-hover .portal-block-thumbnail-title .portal-block-description .fa {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .mc .case-study-portal .portal-block .portal-block-thumbnail a .portal-block-thumbnail-hover .portal-block-thumbnail-title .portal-block-description p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin-bottom: 0px;
  }
  .mc .case-study-portal .portal-block .portal-block-thumbnail a .portal-block-thumbnail-hover .portal-block-thumbnail-title .portal-block-description hr {
    margin: 8px 0px;
  }
  .mc .case-study-portal .portal-block .portal-block-thumbnail a .portal-block-thumbnail-hover .portal-block-thumbnail-title .portal-block-description h3 {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 480px) {
  .mc .case-study-portal .portal-block .portal-block-thumbnail a .portal-block-thumbnail-hover .portal-block-thumbnail-title .portal-block-description {
    bottom: 0px;
  }
  .mc .case-study-portal .portal-block .portal-block-thumbnail a .portal-block-thumbnail-hover .portal-block-thumbnail-title .portal-block-description h3 {
    font-size: 1.1em;
  }
  .mc .case-study-portal .portal-block .portal-block-thumbnail a .portal-block-thumbnail-hover .portal-block-thumbnail-title .portal-block-description p {
    font-size: 0.85em;
    line-height: 1.3em;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .mc .case-study-portal .portal-block {
    width: 49%;
    margin: 0.5%;
  }
  .mc .case-study-portal .portal-block:first-child,
  .mc .case-study-portal .portal-block .case-study-portal .portal-block:nth-child(3n+1) {
    margin-left: 0.5%;
  }
}
@media only screen and (max-width: 500px) {
  .mc .case-study-portal .portal-block {
    width: 100%;
    margin: 5px 0px;
  }
  .mc .case-study-portal .portal-block:first-child,
  .mc .case-study-portal .portal-block .case-study-portal .portal-block:nth-child(3n+1) {
    margin-left: 0px;
  }
}
.mc #horizontal-nav {
  /* featured */
}
.mc #horizontal-nav .featured {
  /* case study */
}
.mc #horizontal-nav .featured .ccm-area-block-list ul.ccm-edit-mode-inline-commands li a .fa {
  display: none;
}
.mc #horizontal-nav .featured .portal-block.featured_nav {
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
  padding: 0px;
  /* a */
}
.mc #horizontal-nav .featured .portal-block.featured_nav a {
  padding: 0px;
  text-transform: none;
  /* has thumb */
}
.mc #horizontal-nav .featured .portal-block.featured_nav a .opacity {
  z-index: 10;
  display: block;
  position: absolute;
  bottom: 35px;
  width: 100%;
  padding: 15px;
}
.mc #horizontal-nav .featured .portal-block.featured_nav a .ni-text {
  position: absolute;
  margin-bottom: 0px;
  background: rgba(255, 255, 255, 0.85);
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  padding: 8px 10px;
  font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: normal;
}
.mc #horizontal-nav .featured .portal-block.featured_nav a .ni-text p {
  margin-bottom: 0;
}
.mc #horizontal-nav .featured .portal-block.featured_nav a .opacity {
  background-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), #ffffff);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), #ffffff);
  /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  /*Standard*/
}
.mc #horizontal-nav .featured .portal-block.featured_nav a .ni-text {
  background-color: #ffffff;
}
.mc #horizontal-nav .featured .portal-block.featured_nav a .color-bk {
  z-index: 2;
  min-height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all .5s;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  transition-property: all;
  transition-duration: .5s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mc #horizontal-nav .featured .portal-block.featured_nav a .color-bk {
    opacity: 0.7;
  }
}
.mc #horizontal-nav .featured .portal-block.featured_nav a .nav-image {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: 200px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mc #horizontal-nav .featured .portal-block.featured_nav a:hover .color-bk {
  z-index: 2;
}
.mc #horizontal-nav .featured .portal-block.featured_nav a:hover .ni-text {
  background-color: transparent;
  color: white;
}
.mc #horizontal-nav .featured .portal-block.featured_nav a:hover .nav-image {
  background-size: 150%;
}
.mc #horizontal-nav .featured .portal-block.featured_nav aa:after,
.mc #horizontal-nav .featured .portal-block.featured_nav a:before {
  display: none;
}
.mc #horizontal-nav .featured .portal-block.featured_nav a.featured_nav {
  width: 100px;
  height: 150px;
}
.mc #horizontal-nav .featured .portal-block.featured_nav a.has-thumb {
  min-height: 110px;
  background-size: cover;
  padding: 0px;
}
@media only screen and (max-width: 768px) {
  .mc #horizontal-nav .featured {
    display: none;
  }
}
/* Portals */
/*.portal-block {
  min-height: 20px;
  margin-bottom: @spacer;
  
  .content {
  	border-bottom: 2px solid transparent;
  }
  
  .image-container {
	width: 100%;
	border: 3px solid #CCC;
    max-height: 250px;
    overflow: hidden;
	
	img {
	    width: 100%;
    	transform: scale(1.1);
		-webkit-transition: -webkit-transform 0.8s;
		transition: transform 0.8s;
	}
	
  }
  
} */
/*== Button Defaults
//
//## For each of Bootstrap's buttons, define text, background and border color. */
.mc {
  /* btn */
}
.mc .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  margin-bottom: 15px;
  padding: 15px 12px;
  font-size: 16.5px;
  line-height: 1;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mc .btn:hover,
.mc .btn:focus,
.mc .btn.focus {
  color: #333333;
  text-decoration: none;
}
.mc .btn:active,
.mc .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.mc .btn.disabled,
.mc .btn[disabled],
fieldset[disabled] .mc .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.mc .btn.disabled,
fieldset[disabled] a.mc .btn {
  pointer-events: none;
}
.mc .btn i.fa {
  margin-left: 10px;
}
.mc .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.mc .btn-default:focus,
.mc .btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.mc .btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.mc .btn-default:active,
.mc .btn-default.active,
.open > .dropdown-toggle.mc .btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.mc .btn-default:active:hover,
.mc .btn-default.active:hover,
.open > .dropdown-toggle.mc .btn-default:hover,
.mc .btn-default:active:focus,
.mc .btn-default.active:focus,
.open > .dropdown-toggle.mc .btn-default:focus,
.mc .btn-default:active.focus,
.mc .btn-default.active.focus,
.open > .dropdown-toggle.mc .btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.mc .btn-default:active,
.mc .btn-default.active,
.open > .dropdown-toggle.mc .btn-default {
  background-image: none;
}
.mc .btn-default.disabled:hover,
.mc .btn-default[disabled]:hover,
fieldset[disabled] .mc .btn-default:hover,
.mc .btn-default.disabled:focus,
.mc .btn-default[disabled]:focus,
fieldset[disabled] .mc .btn-default:focus,
.mc .btn-default.disabled.focus,
.mc .btn-default[disabled].focus,
fieldset[disabled] .mc .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.mc .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.mc .btn-primary {
  color: #ffffff;
  background-color: #023a78;
  border-color: #022e5f;
}
.mc .btn-primary:focus,
.mc .btn-primary.focus {
  color: #ffffff;
  background-color: #012246;
  border-color: #000000;
}
.mc .btn-primary:hover {
  color: #ffffff;
  background-color: #012246;
  border-color: #011123;
}
.mc .btn-primary:active,
.mc .btn-primary.active,
.open > .dropdown-toggle.mc .btn-primary {
  color: #ffffff;
  background-color: #012246;
  border-color: #011123;
}
.mc .btn-primary:active:hover,
.mc .btn-primary.active:hover,
.open > .dropdown-toggle.mc .btn-primary:hover,
.mc .btn-primary:active:focus,
.mc .btn-primary.active:focus,
.open > .dropdown-toggle.mc .btn-primary:focus,
.mc .btn-primary:active.focus,
.mc .btn-primary.active.focus,
.open > .dropdown-toggle.mc .btn-primary.focus {
  color: #ffffff;
  background-color: #011123;
  border-color: #000000;
}
.mc .btn-primary:active,
.mc .btn-primary.active,
.open > .dropdown-toggle.mc .btn-primary {
  background-image: none;
}
.mc .btn-primary.disabled:hover,
.mc .btn-primary[disabled]:hover,
fieldset[disabled] .mc .btn-primary:hover,
.mc .btn-primary.disabled:focus,
.mc .btn-primary[disabled]:focus,
fieldset[disabled] .mc .btn-primary:focus,
.mc .btn-primary.disabled.focus,
.mc .btn-primary[disabled].focus,
fieldset[disabled] .mc .btn-primary.focus {
  background-color: #023a78;
  border-color: #022e5f;
}
.mc .btn-primary .badge {
  color: #023a78;
  background-color: #ffffff;
}
.mc .btn-secondary {
  color: #ffffff;
  background-color: #682567;
  border-color: #551e54;
}
.mc .btn-secondary:focus,
.mc .btn-secondary.focus {
  color: #ffffff;
  background-color: #421842;
  border-color: #000000;
}
.mc .btn-secondary:hover {
  color: #ffffff;
  background-color: #421842;
  border-color: #280e28;
}
.mc .btn-secondary:active,
.mc .btn-secondary.active,
.open > .dropdown-toggle.mc .btn-secondary {
  color: #ffffff;
  background-color: #421842;
  border-color: #280e28;
}
.mc .btn-secondary:active:hover,
.mc .btn-secondary.active:hover,
.open > .dropdown-toggle.mc .btn-secondary:hover,
.mc .btn-secondary:active:focus,
.mc .btn-secondary.active:focus,
.open > .dropdown-toggle.mc .btn-secondary:focus,
.mc .btn-secondary:active.focus,
.mc .btn-secondary.active.focus,
.open > .dropdown-toggle.mc .btn-secondary.focus {
  color: #ffffff;
  background-color: #280e28;
  border-color: #000000;
}
.mc .btn-secondary:active,
.mc .btn-secondary.active,
.open > .dropdown-toggle.mc .btn-secondary {
  background-image: none;
}
.mc .btn-secondary.disabled:hover,
.mc .btn-secondary[disabled]:hover,
fieldset[disabled] .mc .btn-secondary:hover,
.mc .btn-secondary.disabled:focus,
.mc .btn-secondary[disabled]:focus,
fieldset[disabled] .mc .btn-secondary:focus,
.mc .btn-secondary.disabled.focus,
.mc .btn-secondary[disabled].focus,
fieldset[disabled] .mc .btn-secondary.focus {
  background-color: #682567;
  border-color: #551e54;
}
.mc .btn-secondary .badge {
  color: #682567;
  background-color: #ffffff;
}
.mc .btn-tertiary {
  color: #ffffff;
  background-color: #003e7e;
  border-color: #003165;
}
.mc .btn-tertiary:focus,
.mc .btn-tertiary.focus {
  color: #ffffff;
  background-color: #00254b;
  border-color: #000000;
}
.mc .btn-tertiary:hover {
  color: #ffffff;
  background-color: #00254b;
  border-color: #001327;
}
.mc .btn-tertiary:active,
.mc .btn-tertiary.active,
.open > .dropdown-toggle.mc .btn-tertiary {
  color: #ffffff;
  background-color: #00254b;
  border-color: #001327;
}
.mc .btn-tertiary:active:hover,
.mc .btn-tertiary.active:hover,
.open > .dropdown-toggle.mc .btn-tertiary:hover,
.mc .btn-tertiary:active:focus,
.mc .btn-tertiary.active:focus,
.open > .dropdown-toggle.mc .btn-tertiary:focus,
.mc .btn-tertiary:active.focus,
.mc .btn-tertiary.active.focus,
.open > .dropdown-toggle.mc .btn-tertiary.focus {
  color: #ffffff;
  background-color: #001327;
  border-color: #000000;
}
.mc .btn-tertiary:active,
.mc .btn-tertiary.active,
.open > .dropdown-toggle.mc .btn-tertiary {
  background-image: none;
}
.mc .btn-tertiary.disabled:hover,
.mc .btn-tertiary[disabled]:hover,
fieldset[disabled] .mc .btn-tertiary:hover,
.mc .btn-tertiary.disabled:focus,
.mc .btn-tertiary[disabled]:focus,
fieldset[disabled] .mc .btn-tertiary:focus,
.mc .btn-tertiary.disabled.focus,
.mc .btn-tertiary[disabled].focus,
fieldset[disabled] .mc .btn-tertiary.focus {
  background-color: #003e7e;
  border-color: #003165;
}
.mc .btn-tertiary .badge {
  color: #003e7e;
  background-color: #ffffff;
}
.mc .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.mc .btn-success:focus,
.mc .btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.mc .btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.mc .btn-success:active,
.mc .btn-success.active,
.open > .dropdown-toggle.mc .btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.mc .btn-success:active:hover,
.mc .btn-success.active:hover,
.open > .dropdown-toggle.mc .btn-success:hover,
.mc .btn-success:active:focus,
.mc .btn-success.active:focus,
.open > .dropdown-toggle.mc .btn-success:focus,
.mc .btn-success:active.focus,
.mc .btn-success.active.focus,
.open > .dropdown-toggle.mc .btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.mc .btn-success:active,
.mc .btn-success.active,
.open > .dropdown-toggle.mc .btn-success {
  background-image: none;
}
.mc .btn-success.disabled:hover,
.mc .btn-success[disabled]:hover,
fieldset[disabled] .mc .btn-success:hover,
.mc .btn-success.disabled:focus,
.mc .btn-success[disabled]:focus,
fieldset[disabled] .mc .btn-success:focus,
.mc .btn-success.disabled.focus,
.mc .btn-success[disabled].focus,
fieldset[disabled] .mc .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.mc .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.mc .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.mc .btn-info:focus,
.mc .btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.mc .btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.mc .btn-info:active,
.mc .btn-info.active,
.open > .dropdown-toggle.mc .btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.mc .btn-info:active:hover,
.mc .btn-info.active:hover,
.open > .dropdown-toggle.mc .btn-info:hover,
.mc .btn-info:active:focus,
.mc .btn-info.active:focus,
.open > .dropdown-toggle.mc .btn-info:focus,
.mc .btn-info:active.focus,
.mc .btn-info.active.focus,
.open > .dropdown-toggle.mc .btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.mc .btn-info:active,
.mc .btn-info.active,
.open > .dropdown-toggle.mc .btn-info {
  background-image: none;
}
.mc .btn-info.disabled:hover,
.mc .btn-info[disabled]:hover,
fieldset[disabled] .mc .btn-info:hover,
.mc .btn-info.disabled:focus,
.mc .btn-info[disabled]:focus,
fieldset[disabled] .mc .btn-info:focus,
.mc .btn-info.disabled.focus,
.mc .btn-info[disabled].focus,
fieldset[disabled] .mc .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.mc .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.mc .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.mc .btn-warning:focus,
.mc .btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.mc .btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.mc .btn-warning:active,
.mc .btn-warning.active,
.open > .dropdown-toggle.mc .btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.mc .btn-warning:active:hover,
.mc .btn-warning.active:hover,
.open > .dropdown-toggle.mc .btn-warning:hover,
.mc .btn-warning:active:focus,
.mc .btn-warning.active:focus,
.open > .dropdown-toggle.mc .btn-warning:focus,
.mc .btn-warning:active.focus,
.mc .btn-warning.active.focus,
.open > .dropdown-toggle.mc .btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.mc .btn-warning:active,
.mc .btn-warning.active,
.open > .dropdown-toggle.mc .btn-warning {
  background-image: none;
}
.mc .btn-warning.disabled:hover,
.mc .btn-warning[disabled]:hover,
fieldset[disabled] .mc .btn-warning:hover,
.mc .btn-warning.disabled:focus,
.mc .btn-warning[disabled]:focus,
fieldset[disabled] .mc .btn-warning:focus,
.mc .btn-warning.disabled.focus,
.mc .btn-warning[disabled].focus,
fieldset[disabled] .mc .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.mc .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.mc .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.mc .btn-danger:focus,
.mc .btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.mc .btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.mc .btn-danger:active,
.mc .btn-danger.active,
.open > .dropdown-toggle.mc .btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.mc .btn-danger:active:hover,
.mc .btn-danger.active:hover,
.open > .dropdown-toggle.mc .btn-danger:hover,
.mc .btn-danger:active:focus,
.mc .btn-danger.active:focus,
.open > .dropdown-toggle.mc .btn-danger:focus,
.mc .btn-danger:active.focus,
.mc .btn-danger.active.focus,
.open > .dropdown-toggle.mc .btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.mc .btn-danger:active,
.mc .btn-danger.active,
.open > .dropdown-toggle.mc .btn-danger {
  background-image: none;
}
.mc .btn-danger.disabled:hover,
.mc .btn-danger[disabled]:hover,
fieldset[disabled] .mc .btn-danger:hover,
.mc .btn-danger.disabled:focus,
.mc .btn-danger[disabled]:focus,
fieldset[disabled] .mc .btn-danger:focus,
.mc .btn-danger.disabled.focus,
.mc .btn-danger[disabled].focus,
fieldset[disabled] .mc .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.mc .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.mc .btn-black {
  color: #ffffff;
  background-color: #33363d;
  border-color: #022e5f;
}
.mc .btn-black:focus,
.mc .btn-black.focus {
  color: #ffffff;
  background-color: #1c1d21;
  border-color: #000000;
}
.mc .btn-black:hover {
  color: #ffffff;
  background-color: #1c1d21;
  border-color: #011123;
}
.mc .btn-black:active,
.mc .btn-black.active,
.open > .dropdown-toggle.mc .btn-black {
  color: #ffffff;
  background-color: #1c1d21;
  border-color: #011123;
}
.mc .btn-black:active:hover,
.mc .btn-black.active:hover,
.open > .dropdown-toggle.mc .btn-black:hover,
.mc .btn-black:active:focus,
.mc .btn-black.active:focus,
.open > .dropdown-toggle.mc .btn-black:focus,
.mc .btn-black:active.focus,
.mc .btn-black.active.focus,
.open > .dropdown-toggle.mc .btn-black.focus {
  color: #ffffff;
  background-color: #0c0c0e;
  border-color: #000000;
}
.mc .btn-black:active,
.mc .btn-black.active,
.open > .dropdown-toggle.mc .btn-black {
  background-image: none;
}
.mc .btn-black.disabled:hover,
.mc .btn-black[disabled]:hover,
fieldset[disabled] .mc .btn-black:hover,
.mc .btn-black.disabled:focus,
.mc .btn-black[disabled]:focus,
fieldset[disabled] .mc .btn-black:focus,
.mc .btn-black.disabled.focus,
.mc .btn-black[disabled].focus,
fieldset[disabled] .mc .btn-black.focus {
  background-color: #33363d;
  border-color: #022e5f;
}
.mc .btn-black .badge {
  color: #33363d;
  background-color: #ffffff;
}
.mc .btn-link {
  color: #023a78;
  font-weight: normal;
  border-radius: 0;
}
.mc .btn-link,
.mc .btn-link:active,
.mc .btn-link.active,
.mc .btn-link[disabled],
fieldset[disabled] .mc .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mc .btn-link,
.mc .btn-link:hover,
.mc .btn-link:focus,
.mc .btn-link:active {
  border-color: transparent;
}
.mc .btn-link:hover,
.mc .btn-link:focus {
  color: #01162d;
  text-decoration: underline;
  background-color: transparent;
}
.mc .btn-link[disabled]:hover,
fieldset[disabled] .mc .btn-link:hover,
.mc .btn-link[disabled]:focus,
fieldset[disabled] .mc .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.mc .btn-lg {
  padding: 10px 16px;
  font-size: 11px x 2;
  line-height: 1.3333333;
  border-radius: 0px;
}
.mc .btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.mc .btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.mc .btn-half {
  display: block;
  width: 50%;
}
.mc .btn-full {
  display: block;
  width: 100%;
}
/* CSS Document */
.mc.page-type-pb-post main {
  padding: 30px 0px;
}
.mc.page-type-pb-post main .four {
  background-color: #F1F1F1;
  padding: 15px;
  border-radius: 4px;
}
/* Footer List */
/*unstyled list*/
/*.list-unstyled li {
  margin-bottom: 20px;
  background: none;
  list-style-type: none;
  display: block;
  border-bottom: 1px solid #CCC;
}
.list-unstyled img {
  margin-right: 10px;
  float: left;
}
.list-unstyled span {
  font-size: 12px;
}*/
/* Radar List */
.content-sbBlog-commentcount {
  margin-right: 25px;
  clear: right;
  float: right;
}
.content-sbBlog-share {
  margin-right: 25px;
  clear: right;
  float: right;
}
.chicklets {
  padding-left: 10px !important;
}
.addthis_toolbox {
  float: right;
}
.content-sbBlog-wrap {
  width: 45%;
  float: left;
  margin: 0px 1.2% 20px 1.2%;
  min-height: 300px;
  border: 1px solid #CCC;
  border-radius: 4px;
  position: relative;
  padding-bottom: 40px;
  -webkit-transition: all .5s;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  transition-property: all;
  transition-duration: .5s;
}
.content-sbBlog-wrap:hover {
  transform: scale(1.05);
}
.content-sbBlog-wrap p {
  margin: 0px;
}
.content-sbBlog-wrap .inner-content {
  padding: 10px;
}
.content-sbBlog-wrap .author {
  position: absolute;
  min-height: 40px;
  height: auto;
  bottom: 0px;
  border-top: 1px solid #CCC;
  padding: 10px;
  width: 100%;
}
.content-sbBlog-wrap .thumbnail {
  max-height: 150px;
  overflow: hidden;
  width: 100%;
}
.content-sbBlog-wrap .thumbnail img {
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  transition-property: all;
  transition-duration: .5s;
}
.content-sbBlog-wrap:hover .thumbnail img {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  .content-sbBlog-wrap {
    width: 95%;
    float: none;
    min-height: inherit;
  }
}
.sidebar-archives,
.sidebar-categories,
.sidebar-most-recent {
  margin-top: 25px;
  border-bottom: 1px #CCCCCC solid;
  padding-bottom: 20px;
  margin-bottom: 17px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  position: relative;
}
.sidebar-most-recent .list-unstyled li {
  border-bottom: 1px solid #E2E2E2 !important;
  margin-bottom: 10px !important;
}
.sidebar-archives .archived_list {
  list-style: none;
  margin-left: 10px;
}
.sidebar-archives .archived_list .month {
  padding: 0 5px;
}
.sidebar-archives .year {
  float: left;
  padding: 0 8px;
  font-size: 25px;
  cursor: pointer;
}
.sidebar-archives h4 {
  cursor: pointer;
}
.vivid-simple-accordion {
  margin-bottom: 1.2em;
}
.simple-accordion-group {
  margin-bottom: 1em;
}
.simple-accordion-title-shell {
  overflow: hidden;
  background: inherit;
  padding: 3px 0 0 0;
  margin-left: 0px;
  cursor: pointer;
  border-bottom: 1px solid #d0d1d2;
  position: relative;
}
.simple-accordion-title-shell:hover {
  background-color: #F4F4F4;
}
.simple-accordion-title-shell > * {
  margin: 0;
  padding: 3px 0 0 15px;
}
.simple-accordion-group .simple-accordion-description {
  padding: 20px;
  display: none;
  border-top: 1px solid #FFF;
  background-color: #F4F4F4;
}
/*
.simple-accordion-group.open .simple-accordion-description {
    display: block;
}
*/
.icon-cont {
  width: 30px;
  height: 40px;
  padding: 0;
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 5px;
}
.panel-title {
  display: inline-block;
  float: left;
  padding: 10px 0px 10px 13px;
  color: #023a78;
}
.vivid-simple-accordion .fa {
  left: 0px;
  position: relative;
}
/* colours */
.accordian-primary {
  color: #023a78;
}
.accordian-primary .panel-title {
  color: #023a78;
}
.accordian-primary-bk {
  background-color: #023a78;
}
.accordian-secondary {
  color: #682567;
}
.accordian-secondary .panel-title {
  color: #682567;
}
.accordian-secondary-bk {
  background-color: #682567;
}
.accordian-tertiary {
  color: #003e7e;
}
.accordian-tertiary .panel-title {
  color: #003e7e;
}
.accordian-tertiary-bk {
  background-color: #003e7e;
}
.accordian-success {
  color: #5cb85c;
}
.accordian-success .panel-title {
  color: #5cb85c;
}
.accordian-success-bk {
  background-color: #5cb85c;
}
.accordian-info {
  color: #5bc0de;
}
.accordian-info .panel-title {
  color: #5bc0de;
}
.accordian-info-bk {
  background-color: #5bc0de;
}
.accordian-warning {
  color: #f0ad4e;
}
.accordian-warning .panel-title {
  color: #f0ad4e;
}
.accordian-warning-bk {
  background-color: #f0ad4e;
}
.accordian-danger {
  color: #d9534f;
}
.accordian-danger .panel-title {
  color: #d9534f;
}
.accordian-danger-bk {
  background-color: #d9534f;
}
@media only screen and (max-width: 768px) {
  .accordian-primary .panel-title {
    width: 80%;
  }
}
.header-block {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  min-height: 180px;
  margin-bottom: 45px;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
.header-block.footer_image {
  padding-bottom: 50px;
}
.header-block-small {
  width: 100%;
  height: auto;
  min-height: 180px;
  margin-bottom: 45px;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
.header-block .content {
  margin-top: 0px;
  position: relative;
  z-index: 3;
  padding: 40px 0px;
}
.content p {
  font-size: 18px;
}
.header-block .content p,
.header-block-small .content p,
.header-block .content h1,
.header-block-small .content h1,
.header-block .content h2,
.header-block-small .content h2,
.header-block .content h3,
.header-block-small .content h3,
.header-block .content h4,
.header-block-small .content h4,
.header-block .content h5,
.header-block-small .content h5,
.header-block .content h6,
.header-block-small .content h6 {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .content {
    padding: 40px 20px;
  }
}
/* Footer Image */
.footer-image {
  position: absolute;
  z-index: 2;
  bottom: 0px;
}
.footer-image img {
  max-width: 300px;
}
.footer-image.left {
  left: 0px;
}
.footer-image.left img {
  max-width: 300px;
}
.footer-image.right {
  right: 0px;
}
.footer-image.right img {
  max-width: 300px;
}
.footer-image.center {
  width: 100%;
  left: 50%;
  margin-left: -150px;
}
.footer-image.center img {
  max-width: 300px;
}
/* Background Image */
.background-image {
  position: absolute;
  z-index: 1;
  bottom: -25px;
}
.background-image img {
  max-width: 35%;
}
.background-image.left {
  width: 100%;
  left: -25px;
}
.background-image.left img {
  max-width: 35%;
}
.background-image.right {
  width: 100%;
  right: -25px;
}
.background-image.right img {
  float: right;
  max-width: 35%;
}
.background-image.center {
  width: 100%;
  left: 50%;
  margin-left: 15%;
}
.background-image.center img {
  max-width: 35%;
}
/* Simple Portals */
.simple_portal {
  width: 100%;
  height: 250px;
  position: relative;
  /*&.animated-hover-child:hover > div.portal-icon.bounce {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}*/
  /* end portal icon */
  /* end portal title */
}
.simple_portal .portal-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.simple_portal .portal-icon img {
  width: auto;
  height: 230px;
}
.simple_portal .portal-title {
  position: absolute;
  top: 25px;
  left: 30px;
  right: 10px;
}
.simple_portal .portal-title h3 {
  color: #fff;
  font-size: 2.2em;
}
@media only screen and (max-width: 897px) {
  .simple_portal .portal-title h3 {
    line-height: 1.1em;
    margin-bottom: 10px;
  }
  .simple_portal .portal-icon img {
    height: 200px;
  }
}
@media only screen and (max-width: 700px) {
  .simple_portal {
    height: 150px;
  }
  .simple_portal .portal-icon img {
    height: 180px;
  }
}
@media only screen and (max-width: 392px) {
  .simple_portal .portal-title h3 {
    font-size: 1.8em;
  }
  .simple_portal .portal-title {
    top: 20px;
    left: 20px;
  }
  .simple_portal .portal-icon img {
    height: 150px;
  }
}
/* end simple_portal */
/* - - - - - - - - - - Case Study- - - - - - - - - - */
.mc .cs-image-text {
  display: block;
}
.mc .cs-text {
  float: left;
  border: 2px solid #ffffff;
}
.mc .cs-text .cs-text-wrapper {
  margin: 75px;
}
.mc .case-study-image {
  display: block;
  float: left;
  height: 400px;
  border: 2px solid #ffffff;
}
.mc .sixty {
  width: 60%;
}
.mc .forty {
  width: 40%;
}
.purple-bk {
  background-color: #682567;
}
.purple-bk p,
.purple-bk h6,
.purple-bk h5,
.purple-bk h4,
.purple-bk h3,
.purple-bk h2,
.purple-bk h1 {
  color: #ffffff;
}
@media only screen and (max-width: 48em) {
  .mc .sixty,
  .mc .forty {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
/* - - - - - - - - - - Services List - - - - - - - - - - */
.services-block {
  margin-top: 50px;
}
.service-content {
  display: none;
  padding: 0px 20px;
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
}
.service-title h3 {
  text-align: left;
  margin-top: 50px;
  color: #ffffff;
}
.service-description p {
  margin-top: 10px;
  text-align: left;
  color: #ffffff;
}
.services-portal:hover .service-content,
.services-portal:active .service-content {
  display: block;
}
.services-portal {
  width: 32%;
  float: left;
  margin-left: 2%;
  margin-bottom: 20px;
  height: 320px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  transition-property: all;
  transition-duration: .5s;
}
.services-portal:first-child,
.services-portal:nth-child(3n+1) {
  margin-left: 0;
}
.two-column .services-portal {
  width: 49%;
  float: left;
  margin-left: 2%;
  margin-bottom: 20px;
  height: 260px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  transition-property: all;
  transition-duration: .5s;
}
.two-column .services-portal:nth-child(odd) {
  margin-left: 0;
}
.services-portal:hover,
.services-portal:active {
  background-color: #646668;
}
.services-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transition: all .5s;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  transition-property: all;
  transition-duration: .5s;
}
.services-portal:hover .services-img {
  opacity: 0.5;
}
@media only screen and (max-width: 60em) {
  .services-block {
    margin-top: 20px;
  }
  .service-content {
    display: block;
  }
  .services-portal,
  .two-column .services-portal {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #646668;
  }
  .services-portal:first-child,
  .services-portal:nth-child(3n+1),
  .two-column .services-portal:nth-child(odd) {
    margin-left: 1%;
  }
  .services-img {
    opacity: 0.25;
  }
}
.contact-details-content {
  padding: 10px 0px;
}
.contact-details {
  padding: 50px 0px;
}
.block-title h2 {
  margin-bottom: 20px;
}
ul.elements {
  list-style: none;
}
#left-panel {
  list-style: none;
}
#left-panel {
  padding-right: 0px;
}
#left-panel a h4 {
  cursor: pointer;
  border-bottom: 1px solid #D6D6D6;
  color: #555555;
  padding: 10px 0px;
}
#left-panel a:hover h4 {
  cursor: pointer;
  text-decoration: none;
  color: #682567;
}
#left-panel a:hover {
  text-decoration: none;
}
#left-panel a.selected h4 {
  color: #682567;
  font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
}
#right-panel {
  position: relative;
  /*margin-left:20px;*/
}
#right-panel .arrow-left {
  position: absolute;
  left: -20px;
  top: 30%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid white;
}
#right-panel .details {
  padding: 30px 40px;
  min-height: 240px;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .block-title h2 {
    margin-bottom: 0px;
  }
  #left-panel a h4 {
    border-bottom: 1px solid #D6D6D6;
    padding: 5px 0px;
  }
}
/* Distributors map */
#map-canvas {
  width: 600px;
  height: 600px;
}
.gm-style-iw * {
  display: block;
  width: 100%;
}
.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}
.gm-style-iw a {
  color: #4272db;
}
div.maps-zoom {
  position: relative;
  float: left;
  display: block;
  margin: 20px 0 0 20px;
  width: 28px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #999999;
  z-index: 105;
}
#zoom-in,
#zoom-out {
  position: relative;
  display: block;
  padding: 0;
  color: #999999;
  text-align: center;
  padding: 10px;
  width: 28px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #999999;
  z-index: 105;
}
#zoom-in {
  margin-top: 10px;
  margin-left: 10px;
  border-bottom: 1px solid #E6E6E6;
  background-position: -68px 10px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#zoom-in:hover {
  background-position: -68px -14px;
  cursor: pointer;
}
#zoom-out {
  margin-left: 10px;
  background-position: -94px 10px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#zoom-out:hover {
  background-position: -94px -14px;
  cursor: pointer;
}
.content .map-content-left {
  width: 49%;
  float: left;
  margin-bottom: 10px;
}
.content .map-content-right {
  width: 49%;
  float: left;
  margin-bottom: 10px;
}
.content {
  padding: 20px 10px;
}
.content .map-content-right a {
  display: inline-block;
  color: #682567;
}
.map_pin {
  min-width: 30px;
  width: 30px;
  max-width: 30px;
  height: auto;
}
.morph-search {
  float: right;
}
.morph-search-button {
  position: relative;
  color: #FFF;
  background-color: #555555;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0;
  padding: 13px;
  width: 47px;
  height: 48px;
  text-align: center;
  font-size: 1.2em;
  background-color: none;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
  top: 0;
}
.morph-search-button:hover {
  background-color: #b340b2;
}
.morph-search-wrapper {
  position: absolute;
  width: 100%;
  right: 0px;
  top: 0px;
  background-color: #682567;
  z-index: 100;
  height: 0px;
  overflow: hidden;
}
.morph-search-field {
  height: auto;
  display: block;
  padding: 15px 35px 15px 15px;
}
.mc .morph-search-field input {
  background-color: #8e328c;
  color: #FFF;
  font-size: 1.1em !important;
  min-height: 39px;
  width: 0;
  margin: 0;
  padding: 10px 40px 10px 10px;
  border: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mc .morph-search-field input:focus,
.mc .morph-search-field input:hover {
  color: #FFF;
}
.mc .morph-query:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
}
.mc .close_search,
.mc .search_icon {
  display: none;
}
.mc .search_icon .fa.fa-search {
  margin-top: 5px;
  position: absolute;
  right: 45px;
  top: 17px;
  font-size: 26px;
  color: #FFF;
  cursor: pointer;
}
.mc .search_icon .fa.fa-search:hover,
.mc .search_icon .fa.fa-search:active {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.mc .close_search .fa.fa-times {
  margin-top: 5px;
  position: absolute;
  right: 10px;
  top: 17px;
  font-size: 26px;
  color: #FFF;
  cursor: pointer;
}
.mc .close_search .fa.fa-times:hover,
.mc .close_search .fa.fa-times:active {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
@media only screen and (max-width: 768px) {
  .morph-search-button {
    height: 42px;
    padding: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .morph-search-button {
    height: 48px;
    padding: 12px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
  }
}
/* 2 column content block */
.two-column-padding {
  padding: 40px 0px;
  margin: 40px 0px;
}
/* CSS Document */
/* - - - - - - - - - - Home Slider Styling - - - - - - - - - - */
.mc #home-slider {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
}
.mc #home-slider .ccm-image-slider-text {
  position: absolute;
  z-index: 6;
  top: 10%;
  text-align: left;
  width: 80%;
  height: auto;
  margin-left: 11%;
  text-shadow: 4px 4px 20px rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 410px) {
  .mc #home-slider .ccm-image-slider-text {
    margin-left: 10%;
    width: 80%;
  }
}
.mc #home-slider .ccm-image-slider-text p {
  color: #ffffff;
}
@media only screen and (max-width: 48em) {
  .mc #home-slider {
    width: 100%;
    height: auto;
  }
  .mc #home-slider #text {
    position: absolute;
    z-index: 6;
    text-align: center;
    width: 80%;
    margin: 0px auto;
    height: auto;
    opacity: 0;
  }
}
/* Header animated arrow */
.go-down-wrapper {
  font-size: 40px;
  margin: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 100;
  display: block;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.go-down-wrapper span {
  color: #646668;
  font-family: "proxima-nova", arial, helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.4;
}
@-moz-keyframes goDownKeyframes {
  0% {
    -moz-transform: translateY(0);
  }
  10% {
    -moz-transform: translateY(20px);
  }
  20% {
    -moz-transform: translateY(0);
  }
  30% {
    -moz-transform: translateY(20px);
  }
  40% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes goDownKeyframes {
  0% {
    -o-transform: translateY(0);
  }
  10% {
    -o-transform: translateY(20px);
  }
  20% {
    -o-transform: translateY(0);
  }
  30% {
    -o-transform: translateY(20px);
  }
  40% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes goDownKeyframes {
  0% {
    -webkit-transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(20px);
  }
  20% {
    -webkit-transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(20px);
  }
  40% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes goDownKeyframes {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(20px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(20px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.go-down {
  -moz-animation: goDownKeyframes 2500ms ease 500ms infinite both;
  -o-animation: goDownKeyframes 2500ms ease 500ms infinite both;
  -webkit-animation: goDownKeyframes 2500ms ease 500ms infinite both;
  animation: goDownKeyframes 2500ms ease 500ms infinite both;
  display: inline-block;
  padding: 0 15px;
}
.go-down a,
.go-down {
  color: #646668;
}
.go-down.dark-arrow a {
  color: #646668;
}
@media only screen and (max-width: 48em) {
  .go-down-wrapper {
    display: none;
  }
  .go-down {
    display: none;
  }
  .mc #home-slider #text {
    position: relative !important;
    left: 0 !important;
    top: 100px !important;
  }
}
/* header slider */
.ccm-image-slider-container {
  min-height: 350px;
}
.ccm-image-slider-inner {
  height: 100%;
  width: 100%;
  position: absolute;
}
ul.rslides {
  position: fixed;
}
ul.rslides,
ul.rslides li {
  height: 100%;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
ul.rslides li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* Tabs e.g. bullets*/
ul.rslides_tabs {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  margin: 0px;
  z-index: 5;
}
ul.rslides_tabs li {
  display: inline-block;
  padding: 5px;
  margin: 5px;
}
/*! http://responsiveslides.com v1.54 by @viljamis */
/*
.ccm-image-slider {
    position: relative;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides > li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides > li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
	position: absolute;
	bottom: 0px;
    width: 100%;
    border: 0;
}

.cases .rslides img {
    display: block;
    height: auto;
	position: absolute;
	bottom: inherit;
    width: 100%;
    border: 0;
}

.rslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    z-index: 99;
    opacity: 0.7;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../../../img/arrows.gif") no-repeat left top;
    margin-top: -45px;
}

.rslides_tabs {
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.rslide_tabs li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}

.rslide_tabs li.rslides_here a {
    background: #333;
}

.rslide-tabs li a {
    overflow: hidden;
    background: #ccccc9;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.rslides_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.ccm-image-slider-inner {
	position: relative;
	height: 100%;
}

.ccm-image-slider-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10%;
}

	

.ccm-image-slider-container a.mega-link-overlay {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    left: 0px;
}


.ccm-image-slider {
    position: relative;
	height: 580px;
	overflow: hidden;
	margin: 15px 0px; 
}

.ccm-image-slider ul {
    margin-left: 0px;
    margin-bottom: 0px;
	list-style: none;
	height: 100%;
}
.ccm-image-slider ul li {
	height: 100%;
}

.ccm-image-slider .ccm-image-slider-text {
	padding: 15px;
	.ccm-image-slider-title {
		text-align: center;
		color: #FFF;
	}
}

.ccm-image-slider .ccm-image-slider-text { 
	color: #FFF;
	text-align: center;
}

@media only screen and (max-width: @screen-tablet) {
	.ccm-image-slider {
		margin: 15px; 
	}
}
*/
/* Cases */
/*
.cases .ccm-image-slider {
	margin: 10px;
}
.cases .ccm-image-slider ul li {
	background-image:url('../../../img/cases_portal.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-cover: cover;
}
.cases .ccm-image-slider .ccm-image-slider-text .ccm-image-slider-title, .cases .ccm-image-slider .ccm-image-slider-text .ccm-image-slider-title h2 {
	color: #444!important;
}

.cases .rslides img {
	margin-top: 70px;
}

.cases .ccm-image-slider-text {
	top: 0; 
}

*/
/* homepage header slider */
#home-slider {
  position: relative;
  /* slider portals */
}
@media screen and (max-height: 700px) {
  #home-slider .ccm-image-slider-container {
    height: 620px;
  }
}
#home-slider .ccm-image-slider-title {
  margin-top: auto;
  color: #023a78 !important;
  text-align: left !important;
  font-size: 5.3em;
  line-height: 0.9em;
  margin-bottom: 20px;
  text-shadow: 4px 4px 20px rgba(255, 255, 255, 0.8);
  font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 570px) {
  #home-slider .ccm-image-slider-title {
    font-size: 3em;
  }
}
@media only screen and (max-width: 410px) {
  #home-slider .ccm-image-slider-title {
    font-size: 3em;
    margin-bottom: 60px;
  }
}
#home-slider a.header-slider-btn {
  padding: 18px 40px;
  border: 1px solid transparent;
  border-radius: 0px;
  line-height: 0;
  width: 230px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-shadow: none;
  text-align: center;
}
@media only screen and (max-width: 410px) {
  #home-slider a.header-slider-btn {
    width: 100%;
  }
}
#home-slider a.header-slider-btn .fa {
  margin-left: 10px;
}
#home-slider a.header-slider-btn.primary {
  background-color: #023a78;
}
#home-slider a.header-slider-btn.secondary {
  background-color: #682567;
}
#home-slider a.header-slider-btn.tertiary {
  background-color: #54b3d1;
}
#home-slider a.header-slider-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
#home-slider .slider-portals {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  /* end icon portals */
}
@media only screen and (max-width: 700px) {
  #home-slider .slider-portals {
    position: relative;
    padding: 0px;
  }
}
#home-slider .slider-portals div.icon-portals.homepage-portals {
  width: 33.3%;
  float: left;
  margin: 0px;
  /* end simple portal */
}
@media only screen and (max-width: 700px) {
  #home-slider .slider-portals div.icon-portals.homepage-portals {
    width: 100%;
  }
}
#home-slider .slider-portals div.icon-portals.homepage-portals .simple_portal {
  width: 100%;
  height: 150px;
}
#home-slider .slider-portals div.icon-portals.homepage-portals .simple_portal .portal-icon img {
  width: auto;
  height: 140px;
}
#home-slider .slider-portals div.icon-portals.homepage-portals .simple_portal .portal-title h3 {
  color: #fff;
  font-size: 1.8em;
}
@media only screen and (max-width: 780px) {
  #home-slider .slider-portals div.icon-portals.homepage-portals .simple_portal .portal-title {
    top: 20px;
    left: 20px;
  }
  #home-slider .slider-portals div.icon-portals.homepage-portals .simple_portal .portal-title h3 {
    font-size: 1.5em;
  }
}
/* end homepage slider */
/* File List */
/*
.controls{
  padding: 2%;
  color: #000;
}


.category-navbar{
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 25px 0px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #F2F2F2;
  text-align: center;
}

ul.category-navbar {
	margin-bottom: 15px;
	margin-left: 0px;
}

.category-navbar li:first-child{
  margin: 0 0 0 7px;
}

.category-navbar li {
	text-align: center;
  display: inline-block;
  line-height: 16px;
  margin: 0 0 0 0px;
  padding: 5px 0 5px 0;
  border-right: 1px solid @brand-secondary-color;
}
.category-navbar li:last-child {
  border-right:none;
}

.category-navbar li a{
  cursor: pointer;
  color: @brand-secondary-color;
  font-family: inherit;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  margin: 0px;
  padding: 6px 10px;
  border-radius: 1px;
  moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}

.category-navbar li a:hover{
  text-decoration: none;
  color: #000;
}

.category-navbar li.selected a{
  color: #000;
}


label{
  font-weight: 300;
  margin: 0 .4em 0 1em;
}

label:first-child{
  margin-left: 0; 
}

button{
  display: inline-block;
  padding: .4em .8em;
  border: 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
}

button.active{
  background: #68b8c4;
}

button:focus{
  outline: 0 none;
}

button + label{
  margin-left: 1em;
}

.container{
  padding: 2% 2% 0;
  
  -webkit-backface-visibility: hidden;
}

.container:after{
  content: '';
  display: inline-block;
  width: 100%;
}

.container .mix,
.container .gap{
  display: inline-block;
  width: 49%;
}

.container .mix{
	min-height: 250px;
  margin-bottom: 1.5%;
  margin-left:1%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid #CCC;
	-webkit-transition: all .5s; 
  -o-transition-property: all; 
  -o-transition-duration: .5s; 
  -moz-transition-property: all; 
  -moz-transition-duration: .5s; 
  transition-property: all; 
  transition-duration: .5s;
}

.container .mix:hover {
	transform: scale(1.05);
}

.container .mix .title {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 10px;
  background-color: @grey;
  background-color: @grey;
  
}

.container .mix .title p, .container .mix .title h1, .container .mix .title h2, .container .mix .title h3, .container .mix .title h4, .container .mix .title h5, .container .mix .title h6 {
  color: #FFF;
  margin-bottom: 0px;
}

.container .mix .title h4 {
	display:none;
	opacity: 0.8;
	text-transform: uppercase;
	font-size: 12px;
}

.container .mix .title_hover {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  text-align: center;
  background-color: rgba(0,0,0,0.8);
  opacity: 0;
	-webkit-transition: all .5s; 
  -o-transition-property: all; 
  -o-transition-duration: .5s; 
  -moz-transition-property: all; 
  -moz-transition-duration: .5s; 
  transition-property: all; 
  transition-duration: .5s;
}

.container .mix:hover .title_hover {
  opacity: 0.8;
}

.container .mix:before{
  content: '';
  display: inline-block;
  padding-top: 60%;
}

@media all and (min-width: 420px){
  .container .mix,
  .container .gap{
    width: 32%;
  }
}

@media all and (min-width: 640px){
  .container .mix,
  .container .gap{
    width: 32%;
  }
} */
/* Modal */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Modal  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*
.modal { 
	background-color: #FFF; 
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
	padding: 30px 20px 20px 20px; 
    min-width: 350px;
    min-height: 250px;
	border-radius: 4px; 
}
.b-close { 
	border-radius: 15px;
    font: bold 131% sans-serif;
    padding: 4px 7px;
    position: absolute;
    right: 2px;
    top: 2px;
	font-size: 16px; 
    color: #999;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	-webkit-transition: all .5s; -o-transition-property: all; -o-transition-duration: .5s; -moz-transition-property: all; -moz-transition-duration: .5s; transition-property: all; transition-duration: .5s
}
.b-close:hover { 
	color: #444;
} */
.animated-portals-container {
  width: 100%;
  position: relative;
  padding: 50px;
  margin: 0 auto;
  height: 800px;
}
.animated-portals-container ul {
  list-style: none;
}
.animated-portals-container ul li {
  margin-top: 60px;
}
.animated-portals-container .logomark {
  position: absolute;
  left: 50%;
  margin-left: -170px;
  top: 33%;
  z-index: 1;
}
.animated-portals-container .circle {
  border-radius: 50%;
  width: 160px !important;
  height: 160px !important;
  background-color: #ffffff;
  border: 2px solid #f1f1f1;
}
.animated-portals-container .circle h3 {
  text-align: center;
  text-transform: none;
  position: relative;
  top: 30%;
  color: #023a78;
}
.animated-portals-container .circle p.link-hover {
  display: none;
}
.animated-portals-container .circle:hover {
  background-color: #023a78;
}
.animated-portals-container .circle:hover p.link-hover {
  display: block;
  color: #ffffff;
  position: relative;
  top: 42%;
  text-align: center;
}
.animated-portals-container .circle:hover h3 {
  display: none;
}
.animated-portals-container .animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-portals-container .tertiary,
.animated-portals-container .fifth {
  background-color: none;
}
.animated-portals-container .tertiary .circle,
.animated-portals-container .fifth .circle {
  opacity: 0.8;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 35%;
}
.animated-portals-container .primary,
.animated-portals-container .secondary,
.animated-portals-container .fourth {
  background-color: none;
}
.animated-portals-container .primary .circle,
.animated-portals-container .secondary .circle,
.animated-portals-container .fourth .circle {
  opacity: 0.8;
  position: absolute;
  left: 38%;
  bottom: 28%;
  margin-top: -150px;
}
.ie8 .circle img {
  width: 100%;
  height: auto;
}
.ie8 .circle h2 {
  display: none;
}
.ie8 .primary .circle,
.ie8 .secondary .circle,
.ie8 .tertiary .circle,
.ie8 .fourth .circle,
.ie8 .fifth .circle {
  background-color: transparent;
  border: 2px solid #fff !important;
}
.ie8 .primary .circle:hover p.link-hover,
.ie8 .secondary .circle:hover p.link-hover,
.ie8 .tertiary .circle:hover p.link-hover,
.ie8 .fourth .circle:hover p.link-hover,
.ie8 .fifth .circle:hover p.link-hover {
  display: block;
  color: #023a78;
  position: relative;
  top: 42%;
  text-align: center;
}
.ie9 .primary .circle,
.ie8 .primary .circle {
  left: 18% !important;
  bottom: 48% !important;
  animation-name: none !important;
}
.ie9 .secondary .circle,
.ie8 .secondary .circle {
  left: 9% !important;
  animation-name: none !important;
}
.ie9 .tertiary .circle,
.ie8 .tertiary .circle {
  left: 45% !important;
  top: 10% !important;
  animation-name: none !important;
}
.ie9 .fourth .circle,
.ie8 .fourth .circle {
  left: 45% !important;
  bottom: 5% !important;
  animation-name: none !important;
}
.ie9 .fifth .circle,
.ie8 .fifth .circle {
  left: 78% !important;
  top: 48% !important;
  animation-name: none !important;
}
@media only screen and (min-width: 480px) and (max-width: 992px) {
  .animated-portals-container {
    padding: 0 10px;
    height: 700px !important;
  }
  .animated-portals-container .logomark {
    width: 280px;
    margin-left: -140px;
  }
  .animated-portals-container .circle {
    width: 120px !important;
    height: 120px !important;
  }
  .animated-portals-container .circle h3 {
    font-size: 1.2em;
  }
  .animated-portals-container .circle p.link-hover {
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 480px) {
  .animated-portals-container {
    padding: 0 10px;
    height: auto !important;
  }
  .animated-portals-container ul li {
    margin-top: 0;
  }
  .animated-portals-container .logomark {
    display: none;
  }
  .animated-portals-container .circle {
    border-radius: 0;
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    position: relative !important;
    animation-name: none !important;
    top: 0 !important;
    left: 0 !important;
    display: block;
    padding: 5px 0;
    margin-bottom: 0.5em;
  }
  .animated-portals-container p {
    margin-bottom: 0;
  }
}
/* CSS Document */
/*! http://responsiveslides.com v1.54 by @viljamis */
/*
.ccm-image-slider {
    position: relative;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides > li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides > li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
	position: absolute;
	bottom: 0px;
    width: 100%;
    border: 0;
}

.cases .rslides img {
    display: block;
    height: auto;
	position: absolute;
	bottom: inherit;
    width: 100%;
    border: 0;
}

.rslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    z-index: 99;
    opacity: 0.7;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../../../img/arrows.gif") no-repeat left top;
    margin-top: -45px;
}

.rslides_tabs {
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.rslide_tabs li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}

.rslide_tabs li.rslides_here a {
    background: #333;
}

.rslide-tabs li a {
    overflow: hidden;
    background: #ccccc9;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.rslides_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.ccm-image-slider-inner {
	position: relative;
	height: 100%;
}

.ccm-image-slider-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10%;
}

	

.ccm-image-slider-container a.mega-link-overlay {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    left: 0px;
}


.ccm-image-slider {
    position: relative;
	height: 580px;
	overflow: hidden;
	margin: 15px 0px; 
}

.ccm-image-slider ul {
    margin-left: 0px;
    margin-bottom: 0px;
	list-style: none;
	height: 100%;
}
.ccm-image-slider ul li {
	height: 100%;
}

.ccm-image-slider .ccm-image-slider-text {
	padding: 15px;
	.ccm-image-slider-title {
		text-align: center;
		color: #FFF;
	}
}

.ccm-image-slider .ccm-image-slider-text { 
	color: #FFF;
	text-align: center;
}

@media only screen and (max-width: @screen-tablet) {
	.ccm-image-slider {
		margin: 15px; 
	}
}
*/
/* Cases */
/*
.cases .ccm-image-slider {
	margin: 10px;
}
.cases .ccm-image-slider ul li {
	background-image:url('../../../img/cases_portal.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-cover: cover;
}
.cases .ccm-image-slider .ccm-image-slider-text .ccm-image-slider-title, .cases .ccm-image-slider .ccm-image-slider-text .ccm-image-slider-title h2 {
	color: #444!important;
}

.cases .rslides img {
	margin-top: 70px;
}

.cases .ccm-image-slider-text {
	top: 0; 
}

*/
/* .mc {

	.parallax {
		
		height: auto;
		min-height: 350px;
		width: 100%;
		position: relative;
		margin:40px 0px; 
		
		.primary {
			background-color: @brand-primary-bk;
		}
		.secondary {
			background-color: @brand-secondary-bk;
		}
		.tertiary {
			background-color: @brand-tertiary-bk;
		}
		
		.bkg {
			position: absolute;
			z-index: 2;
			height: 100%;
			width: 100%;
			background-repeat: no-repeat;
			background-attachment: fixed;
			background-size: cover;
			background-attachment: scroll!important; 
			background-size: cover!important; 
		}
		
		.p-mobile-left .bkg { 
			background-position: 20% top!important; 
			background-attachment: scroll!important; 
			background-size: cover!important; 
		}
		
		.p-container { 
			padding: 50px; 
			text-align: center; 
			width: 100%; 
			height: auto; 
			position: relative; 
			z-index: 3; 
		}
		
		.p-content {
			position: relative; 
			z-index: 3;
			padding: @padding-base-vertical;
			
		}
		
		align-center .btn { 
			margin: 0px auto; 
		}
		
		align-right .btn { 
			float: right; 
		}
			
	}
	
	@media only screen and (max-width: @screen-sm) { 
		.parallax { 
			min-height: 300px; 
			
			.p-content br { 
				display: none; 
			}
			
			.row {
				padding-right: 15px; 
				padding-left: 15px; 
			}
		}
		
	} */
/* Go down arrow */
/*.go-down-wrapper {
		text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
		bottom: 5%;
		font-size: 40px;
		margin: 0;
		position: absolute;
		width: 100%;
		text-align: center;
		z-index: 3;
		display: block;
		.animated_links();
	}
	.go-down-wrapper span { 
		
		font-family: inherit; 
		font-size: 12px; 
		text-transform: uppercase; 
		text-align: center; 
		.opacity(1);
	}
	
	.go-down .fa {
		color:@brand-primary-color;
		
	}
	
	.go-down {
		-moz-animation: goDownKeyframes 2500ms ease 500ms infinite both;
		-o-animation: goDownKeyframes 2500ms ease 500ms infinite both;
		-webkit-animation: goDownKeyframes 2500ms ease 500ms infinite both;
		animation: goDownKeyframes 2500ms ease 500ms infinite both;
		display: inline-block;
		padding: 0 15px;
	}
	
	@-moz-keyframes goDownKeyframes {
		0% { -moz-transform: translateY(0); }
		10% { -moz-transform: translateY(20px); }
		20% { -moz-transform: translateY(0); }
		30% { -moz-transform: translateY(20px); }
		40% { -moz-transform: translateY(0); }
		100% { -moz-transform: translateY(0); }
	}
	
	@-o-keyframes goDownKeyframes {
		0% { -o-transform: translateY(0); }
		10% { -o-transform: translateY(20px); }
		20% { -o-transform: translateY(0); }
		30% { -o-transform: translateY(20px); }
		40% { -o-transform: translateY(0); }
		100% { -o-transform: translateY(0); }
	}
	
	@-webkit-keyframes goDownKeyframes {
		0% { -webkit-transform: translateY(0); }
		10% { -webkit-transform: translateY(20px); }
		20% { -webkit-transform: translateY(0); }
		30% { -webkit-transform: translateY(20px); }
		40% { -webkit-transform: translateY(0); }
		100% { -webkit-transform: translateY(0); }
	}
	
	@keyframes goDownKeyframes {
		0% { transform: translateY(0); }
		10% { transform: translateY(20px); }
		20% { transform: translateY(0); }
		30% { transform: translateY(20px); }
		40% { transform: translateY(0); }
		100% { transform: translateY(0); }
	}
	
	@media only screen and (max-width: @screen-sm) { 
		.go-down-wrapper span { 
			color:#000; 
			opacity:1;
		}
		.go-down-wrapper { 
			position: absolute; 
		}
	}

} */
.mc {
  position: relative;
}
/* Scrollr Parrallax elements */
.parallax {
  height: auto;
  width: 100%;
  position: relative;
}
.parallax .bkg {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.ie8 .parallax .bkg {
  height: 600px;
  background-attachment: inherit;
  background-position-y: 0 !important;
  position: relative;
}
.parallax-normal {
  min-height: 350px;
}
.branding .parallax-normal {
  margin-bottom: 0 !important;
}
.p-container {
  padding: 50px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.bkg {
  position: absolute;
  z-index: 1;
}
.p-content {
  position: absolute;
  width: 600px;
  z-index: 3;
  padding: 15px;
}
.p-content h2 {
  margin-bottom: 0.4em;
  line-height: 1em;
}
.p-content .dark-bk {
  padding: 20px;
  max-width: 430px;
}
.parallax .align-center .btn {
  margin: 0px auto;
}
.parallax .align-right .btn {
  float: right;
}
#text {
  opacity: 0;
  width: 625px;
  max-width: 90%;
  min-height: 400px;
  height: auto;
}
/* if touch device use this css - using modernizer */
.touch .mc .parallax .bkg {
  background-position: 80% top!important ;
  background-attachment: scroll !important;
  background-size: cover !important;
}
.touch .mc .parallax.p-mobile-left .bkg {
  background-position: 20% top!important ;
  background-attachment: scroll !important;
  background-size: cover !important;
}
@media only screen and (max-width: 48em) {
  .parallax .p-content br {
    display: none;
  }
  .parallax {
    min-height: 300px;
  }
  .parallax.thin {
    height: auto;
    min-height: initial;
  }
  .parallax .row {
    padding-right: 15px;
    padding-left: 15px;
  }
  .parallax .bkg {
    background-position: 50% top!important ;
    background-attachment: scroll !important;
    background-size: cover !important;
  }
  .parallax.p-mobile-left .bkg {
    background-position: 20% top!important ;
    background-attachment: scroll !important;
    background-size: cover !important;
  }
  .intro-fold .p-content {
    padding-bottom: 50px;
  }
}
/* Go down arrow */
/* .go-down-wrapper {bottom: 5%;
font-size: 40px;
margin: 0;
position: absolute;
width: 100%;
text-align: center;
z-index: 3;
display: block;
-webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
.go-down-wrapper span { color: #fff; font-family: "audi_type_ext_bold", sans-serif; font-size: 12px; text-transform: uppercase; text-align: center; opacity: 0.7; }
.go-down .fa {color:#CB0A35;}

@media only screen and (max-width: 768px) {
    .go-down-wrapper span { color:#000; opacity:1;}
    
    }

@-moz-keyframes goDownKeyframes {
	0% { -moz-transform: translateY(0); }
	10% { -moz-transform: translateY(20px); }
	20% { -moz-transform: translateY(0); }
	30% { -moz-transform: translateY(20px); }
	40% { -moz-transform: translateY(0); }
	100% { -moz-transform: translateY(0); }
}

@-o-keyframes goDownKeyframes {
	0% { -o-transform: translateY(0); }
	10% { -o-transform: translateY(20px); }
	20% { -o-transform: translateY(0); }
	30% { -o-transform: translateY(20px); }
	40% { -o-transform: translateY(0); }
	100% { -o-transform: translateY(0); }
}

@-webkit-keyframes goDownKeyframes {
	0% { -webkit-transform: translateY(0); }
	10% { -webkit-transform: translateY(20px); }
	20% { -webkit-transform: translateY(0); }
	30% { -webkit-transform: translateY(20px); }
	40% { -webkit-transform: translateY(0); }
	100% { -webkit-transform: translateY(0); }
}

@keyframes goDownKeyframes {
	0% { transform: translateY(0); }
	10% { transform: translateY(20px); }
	20% { transform: translateY(0); }
	30% { transform: translateY(20px); }
	40% { transform: translateY(0); }
	100% { transform: translateY(0); }
}

.go-down {
	-moz-animation: goDownKeyframes 2500ms ease 500ms infinite both;
	-o-animation: goDownKeyframes 2500ms ease 500ms infinite both;
	-webkit-animation: goDownKeyframes 2500ms ease 500ms infinite both;
	animation: goDownKeyframes 2500ms ease 500ms infinite both;
	display: inline-block;
	padding: 0 15px;
}
.go-down a, .go-down { color: #000; }
@media only screen and (max-width: 47em) { 
.go-down-wrapper { position: absolute; }
}  */
/* White Arrow */
.parallax.black .go-down,
.parallax.black .go-down-wrapper span {
  color: #fff;
}
/* Home Portal */
.mc .home-portal {
  position: relative;
}
.mc .home-portal a .btn {
  position: absolute;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.mc #parallax {
  z-index: 0;
}
.mc .parallax-home-portal {
  height: auto;
  min-height: 500px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding: 40px 60px;
  color: #000 !important;
}
.mc .parallax-home-portal a {
  color: #000 !important;
}
.mc .parallax-home-portal .bkg-second {
  position: absolute;
  bottom: 5px;
  height: 95%;
  width: 65%;
  background-repeat: no-repeat;
  /*background-attachment: fixed;
			background-size: cover; */
  background-attachment: scroll !important;
  background-size: contain !important;
}
.mc .parallax-home-portal .bkg {
  width: 60%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: initial;
}
.mc .parallax-home-portal .p-mobile-left .bkg {
  background-position: 20% top!important;
  background-attachment: scroll !important;
  background-size: cover !important;
}
.mc .parallax-home-portal .p-container {
  padding: 50px;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.mc .parallax-home-portal .p-content {
  position: absolute;
  text-align: center;
  z-index: 3;
  padding: 15px;
}
.mc .parallax-home-portal .p-content h2 {
  margin-bottom: 0.4em;
  line-height: 1em;
}
.mc .parallax-home-portal .p-content .dark-bk {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  color: #fff;
}
.mc .parallax-home-portal .p-content .dark-bk a,
.mc .parallax-home-portal .p-content .dark-bk h2,
.mc .parallax-home-portal .p-content .dark-bk h3,
.mc .parallax-home-portal .p-content .dark-bk h4,
.mc .parallax-home-portal .p-content .dark-bk h5 {
  color: #fff;
}
.mc .parallax-home-portal .p-content .dark-bk a:hover,
.mc .parallax-home-portal .p-content .dark-bk h2:hover,
.mc .parallax-home-portal .p-content .dark-bk h3:hover,
.mc .parallax-home-portal .p-content .dark-bk h4:hover,
.mc .parallax-home-portal .p-content .dark-bk h5:hover {
  color: #fff;
  text-decoration: underline;
}
.mc .parallax-home-portal.primary {
  background-color: #023a78;
  color: #fff !important;
}
.mc .parallax-home-portal.primary .bkg-second {
  right: 0;
}
.mc .parallax-home-portal.primary .bkg {
  height: 110%;
  right: 50px;
}
.mc .parallax-home-portal.primary h1,
.mc .parallax-home-portal.primary h2,
.mc .parallax-home-portal.primary h3,
.mc .parallax-home-portal.primary h4,
.mc .parallax-home-portal.primary h5,
.mc .parallax-home-portal.primary h6,
.mc .parallax-home-portal.primary p,
.mc .parallax-home-portal.primary a {
  color: #fff !important;
}
.mc .parallax-home-portal.primary .btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  color: #fff;
  margin-top: 20px;
}
.mc .parallax-home-portal.primary .btn:hover {
  background-color: #ffffff;
  color: #33363d;
}
.mc .primary:after {
  /*
			content: "";
			position: absolute;
			z-index: 0;
			pointer-events: none;
			top: 0;
			right: 0;
			width: 100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			border-top: 500px solid #FFF;
			border-right: 3000px solid rgba(0, 0, 0, 0);
			opacity: 0.1; */
}
.mc .parallax-home-portal.secondary {
  background-color: #682567;
  color: #fff;
}
.mc .parallax-home-portal.secondary .bkg-second,
.mc .parallax-home-portal.secondary .bkg {
  left: 0;
}
.mc .parallax-home-portal.secondary .bkg {
  height: 100%;
}
.mc .parallax-home-portal.secondary .bkg-second {
  height: 100%;
  width: 100%;
}
.mc .parallax-home-portal.secondary h1,
.mc .parallax-home-portal.secondary h2,
.mc .parallax-home-portal.secondary h3,
.mc .parallax-home-portal.secondary h4,
.mc .parallax-home-portal.secondary h5,
.mc .parallax-home-portal.secondary h6,
.mc .parallax-home-portal.secondary p,
.mc .parallax-home-portal.secondary a {
  color: #fff;
}
.mc .parallax-home-portal.secondary .btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  margin-top: 20px;
  color: #fff;
}
.mc .parallax-home-portal.secondary .btn:hover {
  background-color: #ffffff;
  color: #33363d;
}
.mc .secondary:after {
  /*
			content: "";
			position: absolute;
			z-index: 0;
			pointer-events: none;
			top: 0;
			left: 0;
			width: 100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			border-top: 500px solid #FFF;
			border-left: 3000px solid rgba(0, 0, 0, 0);
			opacity: 0.1; */
}
.mc .parallax-home-portal.tertiary {
  background-color: #003e7e;
}
.mc .parallax-home-portal.tertiary .bkg {
  right: 0;
  height: 100%;
  width: 65%;
}
.mc .parallax-home-portal.tertiary .bkg-second {
  left: 0;
}
.mc .parallax-home-portal.tertiary .btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  margin-top: 20px;
  color: #fff;
}
.mc .parallax-home-portal.tertiary .btn:hover {
  background-color: #ffffff;
  color: #33363d;
}
.mc .tertiary:after {
  /*
			content: "";
			position: absolute;
			z-index: 0;
			pointer-events: none;
			bottom: 0;
			right: 0;
			width: 100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			border-bottom: 500px solid #FFF;
			border-right: 3000px solid rgba(0, 0, 0, 0);
			opacity: 0.1; */
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .parallax-home-portal.tertiary .bkg {
    width: 60% !important;
    background-position-x: 0 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .parallax-home-portal {
    min-height: 600px !important;
    padding: 20px !important;
  }
  .parallax-home-portal .bkg {
    height: 50% !important;
    background-size: contain !important;
    left: 20% !important;
    right: 20% !important;
    bottom: 0 !important;
    background-position: 0 !important;
    margin: 0 !important;
  }
  .parallax-home-portal .bkg-second {
    width: 95% !important;
    right: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .parallax-home-portal {
    min-height: 620px !important;
    padding: 20px !important;
  }
  .parallax-home-portal .bkg {
    width: 80% !important;
    height: 25% !important;
    background-size: contain !important;
    left: 10% !important;
    right: 10% !important;
    bottom: 0 !important;
    background-position: 0 !important;
    margin: 0 !important;
  }
  .parallax-home-portal .bkg-second {
    width: 95% !important;
    right: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .parallax-home-portal h2 {
    font-size: 3.8em;
  }
}
@media only screen and (max-width: 480px) {
  .parallax-home-portal h2 {
    font-size: 2.4em;
  }
}
.ie9 .parallax-home-portal.tertiary,
.ie8 .parallax-home-portal.tertiary {
  background-color: #003e7e;
}
.ie9 .parallax-home-portal.tertiary .bkg,
.ie8 .parallax-home-portal.tertiary .bkg {
  right: 0;
  height: 100%;
  width: 55%;
  background-position-x: 0 !important;
}
.ie8 .parallax-home-portal.primary,
.ie8 .parallax-home-portal.secondary,
.ie8 .parallax-home-portal.tertiary {
  width: 1180px;
  height: 500px;
}
.ie8 .parallax-home-portal.primary:after,
.ie8 .parallax-home-portal.secondary:after,
.ie8 .parallax-home-portal.tertiary:after {
  content: none;
}
/* Services Header */
.mc .parallax-services-header {
  height: auto;
  min-height: 450px;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  padding: 40px 60px;
  color: #000 !important;
}
.mc .parallax-services-header a {
  color: #000 !important;
}
.mc .parallax-services-header .bkg-second {
  position: absolute;
  top: 20px;
  height: 95%;
  width: 65%;
  background-repeat: no-repeat;
  /*background-attachment: fixed;
			background-size: cover; */
  background-attachment: scroll !important;
  background-size: contain !important;
}
.mc .parallax-services-header .bkg {
  width: 60%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: initial;
}
.mc .parallax-services-header .p-mobile-left .bkg {
  background-position: 20% top!important;
  background-attachment: scroll !important;
  background-size: cover !important;
}
.mc .parallax-services-header .p-container {
  padding: 50px;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.mc .parallax-services-header .p-content {
  position: absolute;
  text-align: center;
  z-index: 3;
  padding: 15px;
}
.mc .parallax-services-header .p-content h2 {
  margin-bottom: 0.4em;
  line-height: 1em;
}
.mc .parallax-services-header .p-content .dark-bk {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  color: #fff;
}
.mc .parallax-services-header .p-content .dark-bk a,
.mc .parallax-services-header .p-content .dark-bk h2,
.mc .parallax-services-header .p-content .dark-bk h3,
.mc .parallax-services-header .p-content .dark-bk h4,
.mc .parallax-services-header .p-content .dark-bk h5 {
  color: #fff;
}
.mc .parallax-services-header .p-content .dark-bk a:hover,
.mc .parallax-services-header .p-content .dark-bk h2:hover,
.mc .parallax-services-header .p-content .dark-bk h3:hover,
.mc .parallax-services-header .p-content .dark-bk h4:hover,
.mc .parallax-services-header .p-content .dark-bk h5:hover {
  color: #fff;
  text-decoration: underline;
}
.mc .parallax-services-header.primary {
  background-color: #023a78;
}
.mc .parallax-services-header.primary .bkg-second {
  right: 0;
}
.mc .parallax-services-header.primary .bkg {
  height: 110%;
  right: 50px;
}
.mc .primary:after {
  /*
			content: "";
			position: absolute;
			z-index: 0;
			pointer-events: none;
			top: 0;
			right: 0;
			width: 100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			border-top: 500px solid #FFF;
			border-right: 3000px solid rgba(0, 0, 0, 0);
			opacity: 0.1; */
}
.mc .parallax-services-header.secondary {
  background-color: #682567;
  color: #fff;
}
.mc .parallax-services-header.secondary .bkg-second,
.mc .parallax-services-header.secondary .bkg {
  right: 0;
}
.mc .parallax-services-header.secondary .bkg {
  height: 100%;
}
.mc .parallax-services-header.secondary .bkg-second {
  width: 100%;
  height: 100%;
}
.mc .parallax-services-header.secondary h1,
.mc .parallax-services-header.secondary h2,
.mc .parallax-services-header.secondary h3,
.mc .parallax-services-header.secondary h4,
.mc .parallax-services-header.secondary h5,
.mc .parallax-services-header.secondary h6,
.mc .parallax-services-header.secondary p,
.mc .parallax-services-header.secondary a {
  color: #fff;
}
.mc .secondary:after {
  /*
			content: "";
			position: absolute;
			z-index: 0;
			pointer-events: none;
			top: 0;
			left: 0;
			width: 100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			border-top: 500px solid #FFF;
			border-left: 3000px solid rgba(0, 0, 0, 0);
			opacity: 0.1; */
}
.mc .parallax-services-header.tertiary {
  background-color: #003e7e;
}
.mc .parallax-services-header.tertiary .bkg {
  right: 0;
  height: 100%;
}
.mc .parallax-services-header.tertiary .bkg-second {
  left: 0;
}
.mc .tertiary:after {
  /*
			content: "";
			position: absolute;
			z-index: 0;
			pointer-events: none;
			bottom: 0;
			right: 0;
			width: 100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			border-bottom: 500px solid #FFF;
			border-right: 3000px solid rgba(0, 0, 0, 0);
			opacity: 0.1; */
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .parallax-services-header {
    min-height: 450px !important;
    padding: 20px !important;
  }
  .parallax-services-header .bkg {
    height: 80% !important;
    background-size: contain !important;
    left: 20% !important;
    right: 20% !important;
    bottom: 0 !important;
    background-position: 0 !important;
    margin: 0 !important;
  }
  .parallax-services-header .bkg-second {
    width: 95% !important;
    right: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .parallax-services-header {
    min-height: 350px !important;
    padding: 20px !important;
  }
  .parallax-services-header .bkg {
    width: 80% !important;
    height: 75% !important;
    background-size: contain !important;
    left: 10% !important;
    right: 10% !important;
    bottom: 0 !important;
    background-position: 0 !important;
    margin: 0 !important;
  }
  .parallax-services-header .bkg-second {
    width: 95% !important;
    right: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .parallax-services-header h1.absurd {
    font-size: 3.8em;
  }
}
@media only screen and (max-width: 480px) {
  .parallax-services-header h1.absurd {
    font-size: 2.4em;
  }
}
.ie9 .parallax-services-header.tertiary,
.ie8 .parallax-services-header.tertiary {
  background-color: #003e7e;
}
.ie9 .parallax-services-header.tertiary .bkg,
.ie8 .parallax-services-header.tertiary .bkg {
  right: 0;
  height: 100%;
  width: 55%;
  background-position-x: 0 !important;
}
.ie8 .parallax-services-header.primary,
.ie8 .parallax-services-header.secondary,
.ie8 .parallax-services-header.tertiary {
  width: 100%;
  height: 450px;
}
.ie8 .parallax-services-header.primary:after,
.ie8 .parallax-services-header.secondary:after,
.ie8 .parallax-services-header.tertiary:after {
  content: none;
}
/** Simple Tabs ***********************************************/
/**************************************************************/
ul.simpleTabs {
  padding: 0 !important;
  display: none;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 40px;
  margin-left: 0px;
}
ul.simpleTabs li {
  margin-left: 0px;
}
@media only screen and (min-width: 768px) {
  ul.simpleTabs {
    display: block;
  }
  ul.simpleTabs li {
    background: #fff;
    list-style: none !important;
    color: #666666;
    border-bottom: none;
    display: inline-block;
    padding: 10px 53px;
    margin: 0px;
    border: 1px solid #666666;
    border-right: none;
  }
  /*ul.simpleTabs li:first-child { border-top-left-radius: 6px; border-bottom-left-radius: 6px;}*/
  ul.simpleTabs li:last-child {
    border-right: 1px solid #666666;
  }
  ul.simpleTabs li.active {
    background: #666666;
    color: #fff;
  }
  ul.simpleTabs li:hover {
    background: #F7F8F8;
  }
  ul.simpleTabs li.active:hover {
    background: #666666;
  }
  ul.simpleTabs li a {
    font-size: 18px;
    color: #666666 !important;
    text-decoration: none !important;
  }
  ul.simpleTabs li.active a {
    color: #fff !important;
  }
  .simpleTabsContainer {
    background-color: #Fff;
  }
  .simpleTabsContent {
    visiblity: hidden;
    padding-top: 50px;
  }
  .tab-title {
    display: none;
  }
  .simpleTabsContent:first-child {
    visiblity: visible;
  }
}
@media only screen and (max-width: 1005px) {
  ul.simpleTabs li {
    padding: 10px 33px;
  }
}
@media only screen and (max-width: 805px) {
  ul.simpleTabs li {
    padding: 10px 3.5%;
  }
}
@media only screen and (max-width: 768px) {
  .tab-title {
    display: none;
  }
  .simpleTabsContent {
    display: block;
  }
}
.content_active {
  display: block !important;
}
.mc .product_image_gallery {
  margin-bottom: 15px;
}
.mc .product_image_gallery .product-info {
  margin-left: 10px;
}
.mc .product_image_gallery .image-modal {
  width: 20%;
  float: left;
  margin-right: 3%;
}
.mc .product_image_gallery .image-modal .gallery img {
  width: 100%;
  height: auto;
}
.mc .product_image_gallery .image-modal .gallery figure {
  display: block;
  float: none;
  margin: 0px 0px 10px 0px;
  width: 100%;
}
.mc .product_image_gallery .image-modal .gallery figcaption {
  display: none;
}
.mc .product_image_gallery .default-image {
  width: 77%;
  float: left;
}
.mc .product_image_gallery .colour-block {
  width: 30px;
  height: 30px;
  margin: 5px;
  float: left;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  transition-property: all;
  transition-duration: .5s;
  border: 2px solid #f3f3f6;
}
.mc .product_image_gallery .colour-block:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mc .product_image_gallery .colour-block.selected {
  -moz-box-shadow: 0 0 10px #555555;
  -webkit-box-shadow: 0 0 10px #555555;
  box-shadow: 0 0 10px #555555;
}
@media only screen and (max-width: 768px) {
  .mc .product_image_gallery .default-image {
    margin-bottom: 15px;
  }
}
.mc {
  position: relative;
}
/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides > li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides > li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/packages/knibbs/themes/knibbs/css/build/images/responsive-slides/arrows.gif") no-repeat left top;
  margin-top: -45px;
}
.rslides_tabs {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.rslide_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.rslide_tabs li.rslides_here a {
  background: #333;
}
.rslide-tabs li a {
  overflow: hidden;
  background: #ccccc9;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
/*html {
  background-color: #555555;
}*/
body {
  background-color: #ffffff;
}
main,
.main {
  background-color: #ffffff;
}
main.homepage {
  margin-top: 30px;
}
/* Main background colours */
.brand-primary-bk {
  background-color: #023a78;
}
.brand-secondary-bk {
  background-color: #682567;
}
.brand-tertiary-bk {
  background-color: #003e7e;
}
.brand-success-bk {
  background-color: #5cb85c;
}
.brand-info-bk {
  background-color: #5bc0de;
}
.brand-warning-bk {
  background-color: #f0ad4e;
}
.brand-danger-bk {
  background-color: #d9534f;
}
.homepage-content {
  z-index: 4;
  position: relative;
  background-color: white;
  padding-top: 50px;
}
.home-header {
  position: relative;
}
/* ==========================================================================
   Utility classes
   ========================================================================== */
/* Floats */
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
/* Toggle */
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
/* Hidden */
.hidden {
  display: none !important;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/*
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 3em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* - - - - - - - - - - FLOATS & CLEARFIX - - - - - - - - - - */
.float-right,
.pull_right {
  float: right;
}
.float-left,
pull_left {
  float: left;
}
.clearfix,
.row,
.mc .dl-horizontal dd {
  *zoom: 1;
}
.clearfix:after,
.row:after,
.mc .dl-horizontal dd:after {
  content: "";
  display: table;
  clear: both;
}
.clearfix:before,
.row:before,
.mc .dl-horizontal dd:before {
  content: "";
  display: table;
}
/* - - - - - - - - - - SNIPPETS - - - - - - - - - - */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
/* - - - - - - - - - - SHOW & HIDE FOR SCREEN SIZES - - - - - - - - - - */
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
/**
 * =======================================================================
   Fallbacks
 * =======================================================================
 */
/* Typography */
.ie9 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
/* IE FONT FALLBACK */
.ie9 * {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
/* Image FALLBACK */
.oldie .mc img,
.oldie .mc object,
.oldie .mc embed {
  width: auto;
  height: auto;
}
/* Google Maps Bug fix */
#map-canvas img {
  max-width: none !important;
}
/* Webkit buttons */
/*
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* Knibbs specific changes start */
  .mc img.header-logo {
    display: block;
    position: relative;
    margin-bottom: 5px;
  }
  #horizontal-nav.print-none {
    display: none;
  }
  #horizontal-nav .knibbs-button .nav-icon {
    display: none;
  }
  #horizontal-nav .knibbs-button .nav-icon .fa {
    display: none;
  }
  .request-button {
    display: none;
  }
  #horizontal-nav .knibbsmenu.knibbs-lg a,
  #horizontal-nav .knibbsmenu.knibbs-lg li ul li > .nav-dropdown {
    display: none;
  }
  header {
    display: none !important;
  }
  .print-none {
    display: none !important;
  }
  .print-none img {
    display: none !important;
  }
  .print-only {
    display: block !important;
    color: #000;
    font-size: 0.7em;
    margin-bottom: 0px;
  }
}
.youtubeBlockResponsive16by9,
.youtubeBlockResponsive4by3 {
  position: relative;
  height: 0;
}
.youtubeBlockResponsive16by9 iframe,
.youtubeBlockResponsive4by3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtubeBlockResponsive16by9 {
  padding-bottom: 56.25%;
}
.youtubeBlockResponsive4by3 {
  padding-bottom: 75%;
}
.ccm-edit-mode-disabled-item.youtubeBlockResponsive16by9 {
  padding-top: 28.125%;
  padding-bottom: 28.125%;
}
.ccm-edit-mode-disabled-item.youtubeBlockResponsive4by3 {
  padding-top: 37.5%;
  padding-bottom: 37.5%;
}