/*
* 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 */
/* Typography */
/* Font, line-height, and color for body text, headings, and more. */
/* Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`. */
/* Unit-less `line-height` for use in components like buttons. */
/* Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc. */
/*== 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 Grays */
.statistics .container {
  width: 100%;
  min-height: 330px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.statistics .container .contentWrap {
  width: 100%;
  height: 100%;
  margin: auto;
}
.statistics .container .contentWrap .content {
  display: block;
  text-align: center;
  margin-top: 60px;
}
.statistics .container .contentWrap .content p {
  font-size: 80px;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.statistics .container.page-col h1,
.statistics .container.page-col h2,
.statistics .container.page-col h3,
.statistics .container.page-col h4,
.statistics .container.page-col h5,
.statistics .container.page-col h6,
.statistics .container.page-col p {
  color: #FFF;
}
.statistics .container h1,
.statistics .container h2,
.statistics .container h3,
.statistics .container h4,
.statistics .container h5,
.statistics .container h6,
.statistics .container p {
  color: #333333;
}
/* - - - - - - - - - - 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,
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,
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-family: proxima-soft, Helvetica, Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f1f1f1 !important;
}
.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,
.mc .medium-12 {
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0px 10px;
}
.mc .row .row {
  min-width: 0px;
  padding: 0px 10px;
}
@media only screen and (max-width: 768px) {
  .mc .row .row {
    padding: 0;
  }
}
.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;
  }
}
a {
  color: #325379;
  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;
}
a:hover,
a:focus {
  color: #1c2e43;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* Main Styles  */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ff-tisa-web-pro", Georgia, "Times New Roman", Times, serif;
  /*font-family: "proxima-nova", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif; */
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  font-weight: 400;
  color: #231f20;
}
/* HEADING COLORS */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #231f20;
}
/* HEADING LINK COLORS */
.absurd {
  font-size: 4.8em;
  line-height: 1em;
}
/* 110px */
.xxlarge {
  font-size: 4.250em;
  line-height: 1em;
}
/* 68px */
.xlarge {
  font-size: 3em;
  line-height: 1.2em;
}
/* 48px */
.h1,
h1 {
  font-family: ff-tisa-web-pro, Georgia, "Times New Roman", Times, serif;
  font-size: 3.34em;
  line-height: 1.2em;
  margin-bottom: 1.25em;
}
.h2,
h2 {
  font-size: 1.56em;
  line-height: 1.05em;
  margin-bottom: 1em;
}
.h3,
h3 {
  font-size: 1.45em;
  line-height: 1.3em;
  margin-bottom: 1em;
}
.h4,
h4 {
  font-size: 1.33em;
  line-height: 1.3em;
  margin-bottom: 1em;
}
.h5,
h5 {
  font-size: 1.125em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.h6,
h6 {
  font-size: 0.89em;
  line-height: .25em;
  margin-bottom: 1em;
}
.p,
p {
  font-size: 1.05em;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}
.knibbs_refresh .h1,
.knibbs_refresh h1 {
  font-family: proxima-soft, Helvetica, Arial, sans-serif;
  font-size: 3.40em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 480px) {
  .knibbs_refresh .h1,
  .knibbs_refresh h1 {
    font-size: 2em;
  }
}
.knibbs_refresh .home-intro .h2,
.knibbs_refresh .home-intro h2 {
  font-family: ff-tisa-web-pro, Georgia, "Times New Roman", Times, serif;
  font-size: 3.4em;
  line-height: 1.4em;
  text-transform: inherit;
  letter-spacing: 3px;
  font-weight: 400;
}
.knibbs_refresh .h2,
.knibbs_refresh h2 {
  font-family: proxima-soft, Helvetica, Arial, sans-serif;
  font-size: 1.89em;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.knibbs_refresh .h3,
.knibbs_refresh h3 {
  font-family: proxima-soft, Helvetica, Arial, sans-serif;
  font-size: 1.12em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.knibbs_refresh .h4,
.knibbs_refresh h4 {
  font-family: proxima-soft, Helvetica, Arial, sans-serif;
  font-size: 2.67em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.knibbs_refresh .h5,
.knibbs_refresh h5 {
  font-family: proxima-soft, Helvetica, Arial, sans-serif;
  font-size: 1.34em;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.knibbs_refresh .background_color {
  background: #8f8563;
  color: #ffffff;
  padding: 0 20px;
  margin: 0 0 10px;
}
.knibbs_refresh p.intro {
  font-size: 1.35em;
  font-weight: 300;
  line-height: 1.65em;
}
@media only screen and (max-width: 480px) {
  .knibbs_refresh p.intro {
    font-size: 1em;
  }
}
.knibbs_refresh p.intro span {
  background: #8f8563;
  color: #ffffff;
  margin: 0 0 10px;
  box-shadow: 20px 0 0 #8f8563, -20px 0 0 #8f8563;
  -moz-box-shadow: 20px 0 0 #8f8563, -20px 0 0 #8f8563;
  -webkit-box-shadow: 20px 0 0 #8f8563, -20px 0 0 #8f8563;
  white-space: pre-wrap;
  box-decoration-break: clone;
}
.knibbs_refresh .tagline_light,
.knibbs_refresh .tagline_bold {
  font-family: ff-tisa-web-pro, Georgia, "Times New Roman", Times, serif;
  font-size: 3.2em;
  line-height: 1.2em;
}
.knibbs_refresh .tagline_light {
  font-weight: 100;
}
.knibbs_refresh .tagline_bold {
  font-weight: 300;
}
.knibbs_refresh .pull-quote {
  font-family: ff-tisa-web-pro, Georgia, "Times New Roman", Times, serif;
  font-size: 1.34em;
  line-height: 1.7em;
  font-weight: 400;
}
.knibbs_refresh a {
  color: #8f8563;
}
.knibbs_refresh a:hover,
.knibbs_refresh a:focus {
  color: #443f2f;
}
.knibbs_refresh blockquote {
  font-size: 1.1em;
  font-weight: 400;
  font-style: italic;
  padding: 0;
  margin: 0;
  border-left: none;
  color: #231f20;
}
.knibbs_refresh blockquote strong {
  font-weight: 700;
}
.knibbs_refresh p.profile {
  font-style: italic;
}
.knibbs_refresh p.blockquote {
  font-size: 1.1em;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 0 20px;
  margin: 0;
  border-left: 3px solid #e4ab42;
}
p.intro {
  margin-bottom: 1.5em;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.4;
}
.highlight {
  color: #ba8251;
}
.padding-text {
  padding-top: 40px;
}
.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;
}
.mc table tr:nth-child(even) {
  background: #f1f1f2;
}
.mc table tr:nth-child(odd) {
  background: #f7f8f8;
}
@media only screen and (max-width: 768px) {
  .mc {
    /* Hide table headers (but not display: none;, for accessibility) */
    /* Table cell */
    /* RESPONSIVE TABLE HEADINGS Examples 
	 table#myLoans td:nth-of-type(1):before { content: "Loan"; }
	 table#myLoans td:nth-of-type(2):before { content: "Amount"; }
	 table#myLoans td:nth-of-type(3):before { content: "Rate"; }
	 table#myLoans td:nth-of-type(4):before { content: "Risk"; }
	 table#myLoans td:nth-of-type(5):before { content: "Term"; }
	 table#myLoans td:nth-of-type(6):before { content: "Term Left"; }
	 table#myLoans td:nth-of-type(7):before { content: "% Exposure"; }
	 table#myLoans td:nth-of-type(8):before { content: "Loan Status"; }
	 table#myLoans td:nth-of-type(9):before { content: ""; } */
  }
  .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;
  }
  .mc table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .mc table td {
    border: none;
    position: relative;
    padding: 10px 15px 0px 15px;
    width: 100%;
    max-width: 100%;
  }
  .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;
    padding-left: 45%;
  }
  .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;
  }
}
/* END .mc */
/*
//
// Tables
// --------------------------------------------------


table {
  background-color: @table-bg;
}
caption {
  padding-top: @table-cell-padding;
  padding-bottom: @table-cell-padding;
  color: @text-muted;
  text-align: left;
}
th {
  text-align: left;
}


// Baseline styles

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: @line-height-computed;
  // Cells
  > thead,
  > tbody,
  > tfoot {
    > tr {
      > th,
      > td {
        padding: @table-cell-padding;
        line-height: @line-height-base;
        vertical-align: top;
        border-top: 1px solid @table-border-color;
      }
    }
  }
  // Bottom align for column headings
  > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid @table-border-color;
  }
  // Remove top border from thead by default
  > caption + thead,
  > colgroup + thead,
  > thead:first-child {
    > tr:first-child {
      > th,
      > td {
        border-top: 0;
      }
    }
  }
  // Account for multiple tbody instances
  > tbody + tbody {
    border-top: 2px solid @table-border-color;
  }

  // Nesting
  .table {
    background-color: @body-bg;
  }
}


// Condensed table w/ half padding

.table-condensed {
  > thead,
  > tbody,
  > tfoot {
    > tr {
      > th,
      > td {
        padding: @table-condensed-cell-padding;
      }
    }
  }
}


// Bordered version
//
// Add borders all around the table and between all the columns.

.table-bordered {
  border: 1px solid @table-border-color;
  > thead,
  > tbody,
  > tfoot {
    > tr {
      > th,
      > td {
        border: 1px solid @table-border-color;
      }
    }
  }
  > thead > tr {
    > th,
    > td {
      border-bottom-width: 2px;
    }
  }
}


// Zebra-striping
//
// Default zebra-stripe styles (alternating gray and transparent backgrounds)

.table-striped {
  > tbody > tr:nth-of-type(odd) {
    background-color: @table-bg-accent;
  }
}


// Hover effect
//
// Placed here since it has to come after the potential zebra striping

.table-hover {
  > tbody > tr:hover {
    background-color: @table-bg-hover;
  }
}


// Table cell sizing
//
// Reset default table behavior

table col[class*="col-"] {
  position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)
  float: none;
  display: table-column;
}
table {
  td,
  th {
    &[class*="col-"] {
      position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)
      float: none;
      display: table-cell;
    }
  }
}


// Table backgrounds
//
// Exact selectors below required to override `.table-striped` and prevent
// inheritance to nested tables.

// Generate the contextual variants
.table-row-variant(active; @table-bg-active);
.table-row-variant(success; @state-success-bg);
.table-row-variant(info; @state-info-bg);
.table-row-variant(warning; @state-warning-bg);
.table-row-variant(danger; @state-danger-bg);


// Responsive tables
//
// Wrap your tables in `.table-responsive` and we'll make them mobile friendly
// by enabling horizontal scrolling. Only applies <768px. Everything above that
// will display normally.

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)

  @media screen and (max-width: @screen-xs-max) {
    width: 100%;
    margin-bottom: (@line-height-computed * 0.75);
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid @table-border-color;

    // Tighten up spacing
    > .table {
      margin-bottom: 0;

      // Ensure the content doesn't wrap
      > thead,
      > tbody,
      > tfoot {
        > tr {
          > th,
          > td {
            white-space: nowrap;
          }
        }
      }
    }

    // Special overrides for the bordered tables
    > .table-bordered {
      border: 0;

      // Nuke the appropriate borders so that the parent can handle them
      > thead,
      > tbody,
      > tfoot {
        > tr {
          > th:first-child,
          > td:first-child {
            border-left: 0;
          }
          > th:last-child,
          > td:last-child {
            border-right: 0;
          }
        }
      }

      // Only nuke the last row's bottom-border in `tbody` and `tfoot` since
      // chances are there will be only one `tr` in a `thead` and that would
      // remove the border altogether.
      > tbody,
      > tfoot {
        > tr:last-child {
          > th,
          > td {
            border-bottom: 0;
          }
        }
      }

    }
  }
}

*/
.mc {
  /* INPUTS */
  /* FIELDS */
  /* INLINE */
  /* SLIDERS & INPUTS */
  /* RADIOS */
  /* SUBMIT */
  /* FIELDS MOBILE */
  /* FORM MESSAGES */
  /* Knibbs Refresh */
}
.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;
  font-family: proxima-soft, Helvetica, Arial, sans-serif;
  color: #231f20;
  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: #231f20;
  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.form-control {
  border: 1px solid #d9d9d9;
  font-size: inherit;
  font-family: proxima-soft, Helvetica, Arial, sans-serif;
  color: #231f20;
  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;
  box-shadow: none !important;
  -webkit-appearance: none;
}
.mc .field {
  margin: 0px;
  width: 100%;
  padding: 0px;
}
.mc .field > label {
  margin: 0 0 .2em;
  display: block;
  color: #231f20;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: normal !important;
  font-style: 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;
  margin-bottom: 7px;
}
.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 .fields > .field input[type="radio"] {
  margin: 0px 6px 14px 0px;
}
.mc .fields > .field.submit button {
  cursor: pointer;
  float: right;
  width: auto;
  padding: 14px 60px 15px 20px;
  margin: 0px 30px 0px 0px;
  background: #403980;
  border: none;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFF;
  font-size: 1.3em;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.mc .fields > .field.submit button: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 .fields > .field.submit button:hover {
  background: #524C8D;
}
@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;
}
.mc .captcha {
  margin-top: 0.2em 0px 0.5em 0px;
}
.mc .captcha label,
.mc .captcha br {
  display: none;
}
.mc .knibbs_refresh .ccm-block-type-form .btn {
  margin-bottom: 75px;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 0px;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.mc .knibbs_refresh .ccm-block-type-form .btn-primary {
  color: #ffffff;
  background-color: #325379;
  border-color: #2b4767;
}
.mc .knibbs_refresh .ccm-block-type-form .btn-primary:focus,
.mc .knibbs_refresh .ccm-block-type-form .btn-primary.focus {
  color: #ffffff;
  background-color: #233a55;
  border-color: #05090d;
}
.mc .knibbs_refresh .ccm-block-type-form .btn-primary:hover {
  color: #ffffff;
  background-color: #233a55;
  border-color: #19293c;
}
.mc .knibbs_refresh .ccm-block-type-form .btn-primary:active,
.mc .knibbs_refresh .ccm-block-type-form .btn-primary.active,
.open > .dropdown-toggle.mc .knibbs_refresh .ccm-block-type-form .btn-primary {
  color: #ffffff;
  background-color: #233a55;
  border-color: #19293c;
}
.mc .knibbs_refresh .ccm-block-type-form .btn-primary:active:hover,
.mc .knibbs_refresh .ccm-block-type-form .btn-primary.active:hover,
.open > .dropdown-toggle.mc .knibbs_refresh .ccm-block-type-form .btn-primary:hover,
.mc .knibbs_refresh .ccm-block-type-form .btn-primary:active:focus,
.mc .knibbs_refresh .ccm-block-type-form .btn-primary.active:focus,
.open > .dropdown-toggle.mc .knibbs_refresh .ccm-block-type-form .btn-primary:focus,
.mc .knibbs_refresh .ccm-block-type-form .btn-primary:active.focus,
.mc .knibbs_refresh .ccm-block-type-form .btn-primary.active.focus,
.open > .dropdown-toggle.mc .knibbs_refresh .ccm-block-type-form .btn-primary.focus {
  color: #ffffff;
  background-color: #19293c;
  border-color: #05090d;
}
.mc .knibbs_refresh .ccm-block-type-form .btn-primary:active,
.mc .knibbs_refresh .ccm-block-type-form .btn-primary.active,
.open > .dropdown-toggle.mc .knibbs_refresh .ccm-block-type-form .btn-primary {
  background-image: none;
}
.mc .knibbs_refresh .ccm-block-type-form .btn-primary.disabled:hover,
.mc .knibbs_refresh .ccm-block-type-form .btn-primary[disabled]:hover,
fieldset[disabled] .mc .knibbs_refresh .ccm-block-type-form .btn-primary:hover,
.mc .knibbs_refresh .ccm-block-type-form .btn-primary.disabled:focus,
.mc .knibbs_refresh .ccm-block-type-form .btn-primary[disabled]:focus,
fieldset[disabled] .mc .knibbs_refresh .ccm-block-type-form .btn-primary:focus,
.mc .knibbs_refresh .ccm-block-type-form .btn-primary.disabled.focus,
.mc .knibbs_refresh .ccm-block-type-form .btn-primary[disabled].focus,
fieldset[disabled] .mc .knibbs_refresh .ccm-block-type-form .btn-primary.focus {
  background-color: #325379;
  border-color: #2b4767;
}
.mc .knibbs_refresh .ccm-block-type-form .btn-primary .badge {
  color: #325379;
  background-color: #ffffff;
}
.mc .knibbs_refresh .ccm-block-type-form .btn-primary i {
  margin-left: 10px;
}
.mc .knibbs_refresh .ccm-block-type-form .btn-primary:hover {
  background-color: #2b4767;
}
/* END .mc */
.expander {
  background-color: #fff;
}
.web_design {
  height: auto;
  width: auto;
  position: relative;
  overflow: visible !important;
  margin-bottom: 20px;
}
.web_design .intro {
  padding-top: 150px;
  color: #ffffff;
  position: relative;
  z-index: 15;
}
.web_design .intro a,
.web-hero h1 {
  color: #ffffff;
}
.web_design .intro p a {
  opacity: 0.5;
  transition: 0.5s;
}
.web-design-intro p a {
  font-size: 1.2em;
}
.web_design .intro p a:hover {
  opacity: 1 !important;
  text-decoration: none;
}
.web_design .thumb_bkg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  /* IE 5-7 */
  filter: alpha(opacity=10);
  /* Netscape */
  -moz-opacity: 0.1;
  /* Safari 1.x */
  -khtml-opacity: 0.1;
  /* Good browsers */
  opacity: 0.1;
}
#breadcrumbs {
  padding: 0px;
  margin-bottom: 0px;
  width: auto;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "proxima-nova", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
  font-weight: 600;
}
.web-hero:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 250px solid white;
  border-left: 3000px solid transparent;
}
/* - - - - - - - - - - - - - - - - - - - */
/* Screen  */
.screen {
  background-color: #404041;
}
/* - - - - - - - - - - - - - - - - - - - */
/* WEB SCREENS */
.web-screens {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  margin-top: 80px;
}
.web-screens img.bk-screen {
  z-index: 10;
  position: relative;
  width: 100%;
}
.web-screens .wrapper {
  position: relative;
}
.web-screens .screen {
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 9;
}
.web-screens .desktop {
  top: 4.8%;
  left: 3.8%;
  right: 3.8%;
  bottom: 26.4%;
  background-position: 0% 0px;
}
.web-screens .iphone {
  top: 56.6%;
  left: 9%;
  right: 74.9%;
  bottom: 4%;
  background-position: 0% 0px;
}
.web-screens .desktop img,
.web-screens .iphone img {
  width: 100%;
}
/* - - - - - - - - - - - - - - - - - - - */
/* Tablets */
/* - - - - - - - - - - - - - - - - - - - */
.tablets {
  min-height: 556px;
}
.tablets .content {
  position: relative;
  z-index: 4;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 15px 15px 0px 15px;
}
.tablet {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0 !important;
}
.tablet img {
  position: relative;
  z-index: 1;
}
/* - - - - - - - - - - - - - - - - - - - */
/* SPEC */
/* - - - - - - - - - - - - - - - - - - - */
.web-spec-wrapper {
  width: 100%;
  position: relative;
  z-index: 3;
}
.web-spec-wrapper a {
  color: #ffffff;
  text-decoration: underline;
}
.web-spec-wrapper: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 white;
  border-right: 3000px solid transparent;
  opacity: 0.1;
}
.web-slider {
  width: 100%;
  position: relative;
}
.web-slider {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  margin-top: 50px;
}
.bx-wrapper {
  position: relative;
  margin: 0px auto;
  padding: 0;
  z-index: 2;
}
.bx-wrapper:before {
  content: "";
  width: 100%;
  height: 26px;
  display: block;
  background-image: url('/packages/knibbs/themes/knibbs/img/chrome-header.png');
  background-repeat: no-repeat;
  background-position: left;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.bx-wrapper .bx-viewport {
  background: #F1F1F1;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper ul {
  margin: 0px;
  list-style: none;
}
.web-slider #arrow-right {
  right: -50px;
  text-align: right;
}
.web-slider #arrow-left {
  left: -50px;
  text-align: left;
}
.web-slider #arrow-right a,
.web-slider #arrow-left a {
  color: #FFF;
  opacity: 0.7;
}
.web-slider #arrow-right,
.web-slider #arrow-left {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45%;
  font-size: 2.5em;
}
.web-spec-wrapper .web-spec {
  margin-top: 100px;
}
.web-spec-wrapper .web-spec,
.web-spec-wrapper .multiple-images {
  position: relative;
  z-index: 1;
}
.web-spec-wrapper .web-spec h3 {
  color: #FFF;
}
.web-spec-wrapper .web-spec ul {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0px;
}
.web-spec-wrapper .web-spec ul li {
  color: #FFF;
  padding-left: 5px;
}
.web-spec-wrapper .web-spec ul li img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-top: 1px;
  position: relative;
  display: inline-block;
}
.web-spec-wrapper .web-spec ul li p {
  line-height: 0px;
  display: inline-block;
  position: relative;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .case-study {
    height: auto;
  }
  .case-study .header {
    padding-top: 50px !important;
  }
  .content {
    padding-top: 40px !important;
  }
  .slide {
    display: none;
  }
  .mobile-slide {
    display: block;
    width: 100%;
    float: right;
    z-index: 2;
    position: relative;
    margin-bottom: 40px;
  }
  .mobile-slide img {
    margin: auto;
  }
  .tablet-wrapper {
    position: relative !important;
    margin-bottom: 40px;
  }
  .tablet-screens {
    margin-top: 0;
  }
  .web-screens {
    margin-top: 0;
    margin-bottom: -20px;
  }
  .static {
    display: none;
  }
  .tablet {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .web-spec-wrapper .web-spec {
    margin-top: 0px;
  }
}
.branding .intro-title,
.about .intro-title {
  padding-top: 75px;
}
.branding .intro-title h1,
.about .intro-title h1,
.branding .branding-intro h1,
.about .branding-intro h1,
.branding .intro-title h2,
.about .intro-title h2,
.branding .branding-intro h2,
.about .branding-intro h2,
.branding .intro-title h3,
.about .intro-title h3,
.branding .branding-intro h3,
.about .branding-intro h3,
.branding .intro-title h4,
.about .intro-title h4,
.branding .branding-intro h4,
.about .branding-intro h4,
.branding .intro-title h5,
.about .intro-title h5,
.branding .branding-intro h5,
.about .branding-intro h5,
.branding .intro-title h6,
.about .intro-title h6,
.branding .branding-intro h6,
.about .branding-intro h6,
.branding .intro-title p,
.about .intro-title p,
.branding .branding-intro p,
.about .branding-intro p {
  color: #ffffff;
}
.branding .intro-title h1,
.about .intro-title h1 {
  position: relative;
  z-index: 3;
}
.branding .branding-intro,
.about .branding-intro {
  position: relative;
  z-index: 3;
}
.branding .branding-intro-image,
.about .branding-intro-image {
  margin-top: 0px;
}
.branding .branding-intro-image:before,
.about .branding-intro-image:before {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  /* bottom: 0; */
  left: 0;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 150px solid rgba(150, 60, 60, 0);
  border-left: 1500px solid #FFF;
}
.branding .branding-intro-image img,
.about .branding-intro-image img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .branding .branding-intro-image,
  .about .branding-intro-image {
    margin-top: 0px;
  }
  .branding .branding-intro-image:before,
  .about .branding-intro-image:before {
    border-bottom: 100px solid rgba(150, 60, 60, 0);
    border-left: 1000px solid #FFF;
  }
}
@media only screen and (max-width: 480px) {
  .branding .branding-intro-image:before,
  .about .branding-intro-image:before {
    border-bottom: 50px solid rgba(150, 60, 60, 0);
    border-left: 500px solid #FFF;
  }
}
.about .intro-title h1,
.about .about-intro h1,
.about .intro-title h2,
.about .about-intro h2,
.about .intro-title h3,
.about .about-intro h3,
.about .intro-title h4,
.about .about-intro h4,
.about .intro-title h5,
.about .about-intro h5,
.about .intro-title h6,
.about .about-intro h6,
.about .intro-title p,
.about .about-intro p {
  color: #000;
}
.about .about-intro {
  position: relative;
  z-index: 3;
  padding-top: 40px;
}
.about .about h2 {
  padding-top: 25px;
}
.product .intro-title .row {
  padding-top: 75px;
  z-index: 11;
  position: relative;
}
.product .intro-title h1,
.product .product-intro-content h1,
.product .intro-title h2,
.product .product-intro-content h2,
.product .intro-title h3,
.product .product-intro-content h3,
.product .intro-title h4,
.product .product-intro-content h4,
.product .intro-title h5,
.product .product-intro-content h5,
.product .intro-title h6,
.product .product-intro-content h6,
.product .intro-title p,
.product .product-intro-content p {
  color: #ffffff;
}
.product .product-intro-content {
  padding-bottom: 15px;
  z-index: 11;
  position: relative;
}
.product .product-intro-image {
  min-height: auto;
}
.product .product-intro-image img {
  position: relative;
  z-index: 10;
  margin: 0px auto;
}
.product .product-intro-image .product-intro-image-cont {
  position: absolute;
  bottom: -100px;
  width: 100%;
}
.product .product-intro-image:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 200px solid transparent;
  border-right: 1500px solid #FFF;
}
@media only screen and (max-width: 768px) {
  .product .product-intro-image .product-intro-image-cont {
    position: relative;
    bottom: initial;
  }
  .product .product-intro-image .product-intro-image-cont .row {
    padding: 0px;
  }
  .product .product-intro-image:after {
    border-bottom: 100px solid rgba(150, 60, 60, 0);
    border-left: 1000px solid #FFF;
  }
}
@media only screen and (max-width: 480px) {
  .product .product-intro-image:after {
    border-bottom: 50px solid rgba(150, 60, 60, 0);
    border-left: 500px solid #FFF;
  }
}
.green-color {
  color: #2a4448;
}
.green-bk {
  background-color: #2a4448;
}
.red-color {
  color: #b3b3b3;
}
.red-bk {
  background-color: #b3b3b3;
}
.aqua-color {
  color: #4799a3;
}
.aqua-bk {
  background-color: #4799a3;
}
.blue-color {
  color: #477bd6;
}
.blue-bk {
  background-color: #477bd6;
}
.orange-color {
  color: #f0ad4e;
}
.orange-bk {
  background-color: #f0ad4e;
}
.black-color {
  color: #231f20;
}
.black-bk {
  background-color: #231f20;
}
.white-color {
  color: #ffffff;
}
.white-bk {
  background-color: #ffffff;
}
.grey-color {
  color: #444444;
}
.grey-bk {
  background-color: #444444;
}
.lightGrey-color {
  color: #f3f3f6;
}
.lightGrey-bk {
  background-color: #f3f3f6;
}
.default-color {
  color: #f2f2f2;
}
.default-bk {
  background-color: #f2f2f2;
}
/* */
.success-color {
  color: #5cb85c;
}
.success-bk {
  background-color: #5cb85c;
}
.info-color {
  color: #5bc0de;
}
.info-bk {
  background-color: #5bc0de;
}
.warning-color {
  color: #f0ad4e;
}
.warning-bk {
  background-color: #f0ad4e;
}
.danger-color {
  color: #d9534f;
}
.danger-bk {
  background-color: #d9534f;
}
.primary-color {
  color: #325379;
}
.primary-bk {
  background-color: #325379;
}
.secondary-color {
  color: #445160;
}
.secondary-bk {
  background-color: #445160;
}
.tertiary-color {
  color: #95b2c2;
}
.tertiary-bk {
  background-color: #95b2c2;
}
.mc .header-spacer {
  /*min-height: 80px;*/
}
.mc .spacer {
  height: 80px;
}
.mc .header-full-fixed {
  width: 100%;
  min-height: 80px;
  max-height: 80px;
  max-width: 1500px;
  position: fixed;
  z-index: 100;
  transition: top 0.5s ease-in-out;
  background-color: #fff;
}
.mc .grey-bk .header-full-fixed {
  background-color: #8598af;
}
.mc .home-header {
  /*z-index:1; */
}
.mc .home-header .header-full-fixed {
  position: absolute;
  bottom: 0;
  top: auto;
}
.mc .home-header .header-full-fixed .nav-btn {
  display: none;
}
.mc .home-header .is-sticky .nav-btn {
  display: block;
}
.mc #header.nav-up {
  top: -115px !important;
}
.mc #header.nav-down {
  background-color: rgba(255, 255, 255, 0.95);
}
.mc .header-full-fixed:before {
  position: absolute;
  content: "";
  display: block;
  height: 80px;
  width: 100%;
  z-index: 1;
}
.mc .header-full-fixed .header-nav {
  float: left;
  width: 35%;
  min-height: 80px;
  color: #ffffff;
  position: relative;
  z-index: 101;
  padding-left: 15px;
  padding-top: 15px;
}
.mc .header-full-fixed .header-nav h4,
.mc .header-full-fixed .header-nav a {
  color: #231f20;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 10px;
}
.mc .header-full-fixed .header-logo {
  width: 30%;
  background-image: url('/packages/knibbs/themes/knibbs/img/knibbs-logo-50_white.png');
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  min-height: 80px;
  position: relative;
  z-index: 99;
}
.mc .header-full-fixed.grey {
  background-color: #ffffff;
}
.mc .header-full-fixed.grey .header-logo {
  background-image: url('/packages/knibbs/themes/knibbs/img/knibbs-logo-50_grey.png');
}
.mc .header-full-fixed.grey .header-nav h4,
.mc .header-full-fixed.grey .header-nav a {
  color: #8498af;
}
.mc .header-full-fixed.grey.nav-down {
  background-color: rgba(255, 255, 255, 0);
}
.mc .header-full-fixed.grey.nav-down .header-logo {
  background-image: url('/packages/knibbs/themes/knibbs/img/knibbs-logo-50_white.png');
}
.mc .header-full-fixed.grey.nav-down .header-nav h4,
.mc .header-full-fixed.grey.nav-down .header-nav a {
  color: #ffffff;
}
.mc .header-full-fixed .header-right {
  float: right;
  width: 35%;
  min-height: 80px;
  position: relative;
  z-index: 101;
}
@media only screen and (max-width: 630px) {
  .mc .header-full-fixed .header-nav {
    width: 25%;
  }
  .mc .header-full-fixed .header-nav h4,
  .mc .header-full-fixed .header-nav a {
    padding-top: 0px;
    padding-left: 0px;
  }
  .mc .header-full-fixed .header-logo {
    background-image: url('/packages/knibbs/themes/knibbs/img/knibbs-logo-25_white.png');
    width: 50%;
  }
  .mc .header-full-fixed.grey .header-logo {
    background-image: url('/packages/knibbs/themes/knibbs/img/knibbs-logo-25_grey.png');
    width: 50%;
  }
  .mc .header-full-fixed.grey.nav-down .header-logo {
    background-image: url('/packages/knibbs/themes/knibbs/img/knibbs-logo-25_white.png');
    width: 50%;
  }
  .mc .header-full-fixed .header-right {
    width: 25%;
  }
}
@media only screen and (max-width: 380px) {
  .mc .header-full-fixed .header-nav {
    width: 20%;
  }
  .mc .header-full-fixed .header-nav h4,
  .mc .header-full-fixed .header-nav a {
    padding-top: 0px;
    padding-left: 0px;
    font-size: 1em;
  }
  .mc .header-full-fixed .header-logo,
  .mc .header-full-fixed.grey .header-logo {
    width: 60%;
  }
  .mc .header-full-fixed .header-right {
    width: 20%;
  }
}
#header-container {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  max-width: 1500px;
  z-index: 200;
  display: none;
  color: #000;
}
#header-container h1,
#header-container h2,
#header-container h3,
#header-container h4,
#header-container h5,
#header-container h6,
#header-container p {
  color: #000;
}
#header-container #navcontent {
  position: absolute;
  margin: 0 auto;
  left: 0;
  padding-top: 140px;
  width: 100% !important;
}
#header-container ul {
  text-align: center;
  margin: 0;
}
#header-container ul li {
  list-style: none;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
}
#header-container ul li a {
  color: #000;
  font-size: 1.6em;
  text-transform: uppercase;
}
#header-container ul li a:hover {
  opacity: 0.4;
  text-decoration: none;
}
.ie8 #header-container {
  background-color: #ffffff;
}
.ie8 .knibbs_refresh {
  margin-top: 35px;
}
@media only screen and (max-width: 480px) {
  #header-container .row .twelve.columns {
    width: 100% !important;
  }
  #header-container ul li {
    padding: 10px 0;
  }
  #header-container ul li a {
    font-size: 1.5em;
  }
}
#header-container.open {
  display: block;
}
/* nav icon */
.nav-btn {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.menu1 {
  cursor: pointer;
  display: block;
  font-size: 10px;
  height: 3.5em;
  padding: 2%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3em;
  -webkit-tap-highlight-color: transparent;
}
.menu1 span {
  background: #FFF;
  border-radius: 1em;
  height: 0.2em;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.mc .header-full-fixed.grey .menu1 span {
  background: #8498af;
}
.mc .header-full-fixed.grey.nav-down .menu1 span {
  background: #fff;
}
/* ============ Menu1 ============ */
.menu1 span {
  left: 0;
}
.menu1 span:nth-child(1) {
  top: 1em;
}
.menu1 span:nth-child(2) {
  top: 1.8em;
}
.menu1 span:nth-child(3) {
  top: 2.6em;
}
.ie8 .menu1 span + span {
  margin-top: 0.8em;
}
.ie8 .menu1 span + span + span {
  margin-top: 1.6em;
}
.open.menu1 span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0.1em, 1em);
  -ms-transform: rotate(45deg) translate(0.1em, 1em);
  transform: rotate(45deg) translate(0.1em, 1em);
}
.open.menu1 span:nth-child(2) {
  opacity: 0;
}
.open.menu1 span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0.1em, -1em);
  -ms-transform: rotate(-45deg) translate(0.1em, -1em);
  transform: rotate(-45deg) translate(0.1em, -1em);
}
.sticky-wrapper.is-sticky {
  height: 80px !important;
}
/* ============ Knibbs Refresh ============ */
.header-full-fixed.refresh .menu1 span {
  background: #000;
}
.header-full-fixed.refresh .header-nav h4,
.header-full-fixed.refresh .mc .header-full-fixed .header-nav a {
  font-family: proxima-soft, Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 1.33em;
  line-height: 1.3em;
}
.header-full-fixed.refresh .header-logo {
  background-image: url('/packages/knibbs/themes/knibbs/img/knibbs-logo-50_black.png');
}
.header-full-fixed.refresh.nav-down {
  background-color: rgba(255, 255, 255, 0.95);
}
@media only screen and (max-width: 630px) {
  .header-full-fixed.refresh .header-logo {
    background-image: url('/packages/knibbs/themes/knibbs/img/knibbs-logo-25_black.png');
  }
  .header-full-fixed.refresh .header-nav h4,
  .header-full-fixed.refresh .mc .header-full-fixed .header-nav a {
    font-size: 1em;
    padding: 0;
  }
}
.mc .call-to-action {
  position: relative;
  z-index: 9;
}
.mc .call-to-action .btn {
  margin-bottom: 0;
  font-size: 2em;
  padding: 20px 0;
  display: inline-block;
}
.mc #footer,
.mc footer {
  font-size: 90%;
  height: auto;
  padding: 22px 20px 0 20px;
  color: #ffffff;
  background-color: #231f20;
}
.mc #footer .fa-instagram,
.mc footer .fa-instagram {
  margin-right: 15px;
}
.mc #footer small,
.mc footer small {
  color: #525252;
}
.mc #footer .footer-logo,
.mc footer .footer-logo {
  width: auto;
  max-width: 250px;
  opacity: 0.2;
}
.mc #footer .six.columns,
.mc footer .six.columns {
  width: 45.93617% !important;
  float: left !important;
}
.mc #footer .three.columns,
.mc footer .three.columns {
  opacity: 0.2;
}
.mc #footer h1,
.mc footer h1,
.mc #footer h2,
.mc footer h2,
.mc #footer h3,
.mc footer h3,
.mc #footer h4,
.mc footer h4,
.mc #footer h5,
.mc footer h5,
.mc #footer h6,
.mc footer h6,
.mc #footer p,
.mc footer p,
.mc #footer a,
.mc footer a {
  color: #FFF;
}
.mc #footer ul,
.mc footer ul {
  text-align: left;
  margin: 20px 0;
}
.mc #footer ul li,
.mc footer ul li {
  list-style: none;
  display: block;
  padding: 5px 0;
}
.mc #footer ul li a,
.mc footer ul li a {
  color: #FFF;
  font-size: 1em;
  text-transform: uppercase;
}
.mc #footer ul li a:hover,
.mc footer ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.mc #footer hr,
.mc footer hr {
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  .mc #footer,
  .mc footer {
    text-align: center !important;
  }
  .mc #footer .align-right,
  .mc footer .align-right {
    text-align: center !important;
  }
  .mc #footer img,
  .mc footer img {
    margin: 0 auto;
    float: none;
  }
}
/* END .mc */
.footer-top {
  position: relative;
}
/* fix for full page background colour */
.footer-top-full {
  position: relative;
}
#horizontal-nav .knibbsmenu.knibbs-toggle.knibbs-sm {
  display: none;
}
.knibbs-outer {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.knibbs-inner {
  position: relative;
  height: 100%;
  width: 100%;
  left: 0;
  max-width: 1500px;
  margin: 0 auto;
}
.knibbs-inner.open {
  left: -225px;
}
.knibbs-inner.open .knibbsmenu.knibbs-sm {
  right: 0;
}
/* end nav icon */
#horizontal-nav {
  min-height: auto;
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
  float: right;
  z-index: 100;
  height: inherit;
  font-family: ff-tisa-web-pro, Georgia, "Times New Roman", Times, serif;
  text-transform: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  /* Desktop Nav Styling */
  /* Desktop Nav Dropdown Styling */
  /* small Nav */
}
#horizontal-nav .knibbs-container {
  position: relative;
  min-height: auto;
  left: 0px;
  top: 0px;
  width: 100%;
  border-top: 1px solid #151314;
  background-color: #231f20;
}
@media only screen and (max-width: 768px) {
  #horizontal-nav .knibbs-container {
    border-top: 1px solid #151314;
    background-color: #231f20;
  }
}
#horizontal-nav .knibbs-button {
  display: none;
  box-sizing: border-box;
  background-color: inherit;
  padding: 23px 10px;
  color: #ffffff;
  float: right;
  text-align: right;
}
#horizontal-nav .knibbs-button:hover {
  cursor: pointer;
  color: #b3b3b3;
  background-color: #151314;
}
#horizontal-nav .knibbs-button .knibbs-bar {
  background-color: #ffffff;
  display: block;
  width: 20px;
  height: 2px;
}
#horizontal-nav .knibbs-button .knibbs-bar + .knibbs-bar {
  margin-top: 4px;
}
#horizontal-nav .knibbs-button:hover .knibbs-bar {
  color: #b3b3b3;
}
#horizontal-nav .knibbs-button .nav-text {
  width: auto;
  display: inline-block;
  color: #ffffff;
  margin-top: 1px;
}
#horizontal-nav .knibbs-button .nav-icon {
  display: inline-block;
}
#horizontal-nav .knibbs-sm .knibbs-button {
  width: 100%;
  display: block;
  float: none;
  background-color: #231f20;
}
#horizontal-nav .knibbs-sm .nav-icon {
  width: 30px;
  display: inline-block;
  color: #ffffff;
}
#horizontal-nav .knibbsmenu:before,
#horizontal-nav .knibbsmenu:after {
  display: table;
  content: " ";
}
#horizontal-nav .knibbsmenu:after {
  clear: both;
}
#horizontal-nav .knibbsmenu a {
  text-decoration: none;
}
#horizontal-nav .knibbsmenu.knibbs-toggle.knibbs-sm {
  display: none;
}
#horizontal-nav .knibbsmenu.knibbs-offcanvas.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: #231f20;
}
#horizontal-nav .knibbsmenu.knibbs-lg {
  margin: auto;
  margin-top: 8px;
}
#horizontal-nav .knibbsmenu.knibbs-lg .navicon:after {
  content: "\f107";
  color: #b3b3b3;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 3px;
  top: 15px;
}
#horizontal-nav .knibbsmenu.knibbs-lg > ul > li {
  float: left;
}
#horizontal-nav .knibbsmenu.knibbs-lg ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#horizontal-nav .knibbsmenu.knibbs-lg li,
#horizontal-nav .knibbsmenu.knibbs-lg li .nav-dropdown {
  position: relative;
  white-space: nowrap;
  margin-bottom: 0px;
}
#horizontal-nav .knibbsmenu.knibbs-lg li ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}
#horizontal-nav .knibbsmenu.knibbs-lg li ul .navicon:after {
  content: "\f105";
  right: 10px;
  top: 14px;
}
#horizontal-nav .knibbsmenu.knibbs-lg li ul ul {
  top: 0;
  left: 100%;
}
#horizontal-nav .knibbsmenu.knibbs-lg > ul > li {
  padding: 0px;
  margin-bottom: 0px;
}
#horizontal-nav .knibbsmenu.knibbs-lg a,
#horizontal-nav .knibbsmenu.knibbs-lg li ul li > .nav-dropdown {
  display: block;
  padding: 14px 9px;
  color: #ffffff;
  background-color: #231f20;
}
#horizontal-nav .knibbsmenu.knibbs-lg li > a:hover {
  color: #b3b3b3;
  background-color: transparent;
  text-decoration: none;
}
#horizontal-nav .knibbsmenu.knibbs-lg li ul {
  overflow: visible !important;
  /*prevent the overflow:hidden inline style on ul */
  border: 1px solid #312b2c;
  background: #231f20;
}
#horizontal-nav .knibbsmenu.knibbs-lg li ul li {
  padding: 0px;
  min-width: 145px;
}
#horizontal-nav .knibbsmenu.knibbs-lg li ul a,
#horizontal-nav .knibbsmenu.knibbs-lg li ul li > .nav-dropdown {
  border-top: 1px solid #312b2c;
  border-bottom: 1px solid #151314;
}
#horizontal-nav .knibbsmenu.knibbs-lg li ul li:hover {
  background: #ffffff;
}
#horizontal-nav .knibbsmenu.knibbs-sm ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#horizontal-nav .knibbsmenu.knibbs-sm ul li {
  position: relative;
}
#horizontal-nav .knibbsmenu.knibbs-sm ul li a,
#horizontal-nav .knibbsmenu.knibbs-sm ul li > .nav-dropdown {
  display: block;
  padding: 14px 10px;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  color: #ffffff;
  /* margin: 0px; */
}
#horizontal-nav .knibbsmenu.knibbs-sm ul li a:hover,
#horizontal-nav .knibbsmenu.knibbs-sm ul li a.active {
  color: #b3b3b3;
  text-decoration: none;
}
#horizontal-nav .knibbsmenu.knibbs-sm ul li {
  border-top: 1px solid #312b2c;
  border-bottom: 1px solid #151314;
  margin-bottom: 0px;
}
#horizontal-nav .knibbsmenu.knibbs-sm ul li a {
  background-color: #231f20;
}
#horizontal-nav .knibbsmenu.knibbs-sm ul li a:hover,
#horizontal-nav .knibbsmenu.knibbs-sm ul li a.active {
  background-color: #151314;
}
#horizontal-nav .knibbsmenu.knibbs-sm ul ul li {
  border-top: 1px solid #3e3739;
  border-bottom: 1px solid #231f20;
}
#horizontal-nav .knibbsmenu.knibbs-sm ul ul li a {
  background-color: #312b2c;
}
#horizontal-nav .knibbsmenu.knibbs-sm ul ul li a:hover,
#horizontal-nav .knibbsmenu.knibbs-sm ul ul li a.active {
  background-color: #151314;
}
#horizontal-nav .knibbsmenu.knibbs-sm ul ul li ul li {
  border-top: 1px solid #463e40;
  border-bottom: 1px solid #2b2627;
}
#horizontal-nav .knibbsmenu.knibbs-sm ul ul li ul li a {
  background-color: #393234;
}
#horizontal-nav .knibbsmenu.knibbs-sm ul ul li ul li a:hover,
#horizontal-nav .knibbsmenu.knibbs-sm ul ul li ul li a.active {
  background-color: #231f20;
}
#horizontal-nav .knibbsmenu.knibbs-sm .navicon {
  position: absolute;
  top: 0;
  right: 2px;
  min-height: 40px;
  width: 50px;
}
#horizontal-nav .knibbsmenu.knibbs-sm .navicon:hover {
  cursor: pointer;
}
#horizontal-nav .knibbsmenu.knibbs-sm .navicon:after {
  content: "\f107";
  color: #b3b3b3;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 18px;
  top: 15px;
}
/* END  #horizontal-nav */
@media only screen and (max-width: 1350px) {
  #horizontal-nav {
    font-size: 13px;
  }
  #horizontal-nav .knibbsmenu.knibbs-lg {
    margin: auto;
    margin-top: 16px;
  }
  #horizontal-nav .knibbsmenu.knibbs-lg a,
  #horizontal-nav .knibbsmenu.knibbs-lg li ul li > .nav-dropdown {
    padding: 8px 6px;
  }
}
@media only screen and (max-width: 1200px) {
  #horizontal-nav {
    font-size: 12px;
  }
  #horizontal-nav .knibbsmenu.knibbs-lg {
    margin: auto;
    margin-top: 16px;
  }
  #horizontal-nav .knibbsmenu.knibbs-lg a,
  #horizontal-nav .knibbsmenu.knibbs-lg li ul li > .nav-dropdown {
    padding: 6px 3.5px;
  }
}
/* - - - - - - - - - - - - - - - - French Styling - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 1400px) {
  .mc.fr #horizontal-nav,
  .mc.de #horizontal-nav {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1350px) {
  .mc.fr #horizontal-nav,
  .mc.de #horizontal-nav {
    font-size: 12px;
  }
  .mc.fr #horizontal-nav .knibbsmenu.knibbs-lg a,
  .mc.de #horizontal-nav .knibbsmenu.knibbs-lg a,
  .mc.fr #horizontal-nav .knibbsmenu.knibbs-lg li ul li > .nav-dropdown,
  .mc.de #horizontal-nav .knibbsmenu.knibbs-lg li ul li > .nav-dropdown {
    padding: 8px 6px;
  }
}
@media only screen and (max-width: 1200px) {
  .mc.fr #horizontal-nav,
  .mc.de #horizontal-nav {
    font-size: 10.5px;
  }
}
/* - - - - - - - - - - - - - - - - Mobile Styling - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 1100px) {
  .mc #horizontal-nav,
  .mc.fr #horizontal-nav,
  .mc.de #horizontal-nav {
    font-size: 15px;
  }
  .mc #horizontal-nav .knibbsmenu.knibbs-lg,
  .mc.fr #horizontal-nav .knibbsmenu.knibbs-lg,
  .mc.de #horizontal-nav .knibbsmenu.knibbs-lg {
    margin: auto;
    margin-top: 0px;
  }
  .mc #horizontal-nav .knibbsmenu.knibbs-lg a,
  .mc.fr #horizontal-nav .knibbsmenu.knibbs-lg a,
  .mc.de #horizontal-nav .knibbsmenu.knibbs-lg a,
  .mc #horizontal-nav .knibbsmenu.knibbs-lg li ul li > .nav-dropdown,
  .mc.fr #horizontal-nav .knibbsmenu.knibbs-lg li ul li > .nav-dropdown,
  .mc.de #horizontal-nav .knibbsmenu.knibbs-lg li ul li > .nav-dropdown {
    padding: 14px 10px;
  }
}
@media only screen and (max-width: 310px) {
  .mc #horizontal-nav .knibbs-button,
  .mc.fr #horizontal-nav .knibbs-button,
  .mc.de #horizontal-nav .knibbs-button {
    padding: 14px 10px;
  }
}
/* - - - - - Breadcrumbs - - - - - */
ol.breadcrumb {
  margin: 0px;
  width: auto;
  font-size: 13px;
  text-align: center;
  padding: 20px 0;
}
ol.breadcrumb li {
  list-style: none;
  display: inline-block;
  padding-right: 5px;
  color: #333333;
}
ol.breadcrumb li.active {
  opacity: 0.5;
}
ol.breadcrumb li > a {
  opacity: 0.8;
  color: #333333;
}
ol.breadcrumb li > a:hover {
  opacity: 0.5;
}
.web_design ol.breadcrumb,
.product ol.breadcrumb,
.branding ol.breadcrumb {
  text-align: left;
  background-color: transparent;
}
.web_design ol.breadcrumb li,
.product ol.breadcrumb li,
.branding ol.breadcrumb li {
  color: #ffffff;
}
.web_design ol.breadcrumb li a,
.product ol.breadcrumb li a,
.branding ol.breadcrumb li a {
  color: #ffffff;
}
.news_article ol.breadcrumb {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  ol.breadcrumb {
    display: none;
  }
}
/* - - - - - Site Refresh- - - - - */
.knibbs_refresh ol.breadcrumb {
  text-align: left;
  font-size: 0.8em;
}
.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  */
/*
.thumbnail {
  display: block;
  padding: @thumbnail-padding;
  margin-bottom: @line-height-computed;
  line-height: @line-height-base;
  background-color: @thumbnail-bg;
  border: 1px solid @thumbnail-border;
  border-radius: @thumbnail-border-radius;
  .transition(border .2s ease-in-out);

  > img,
  a > img {
    &:extend(.img-responsive);
    margin-left: auto;
    margin-right: auto;
  }

  // Add a hover state for linked versions only
  a&:hover,
  a&:focus,
  a&.active {
    border-color: @link-color;
  }

  // Image captions
  .caption {
    padding: @thumbnail-caption-padding;
    color: @thumbnail-caption-color;
  }
}

  // Client Logo images
	@media only screen and (max-width: 48em) { 
	.logo_mobile img {padding: 0; margin: 0.5% 2%; text-align:center; float:left; height:auto; width:46%}
}

*/
@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 {
  -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(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.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;
}
/*== Button Defaults
//
//## For each of Bootstrap's buttons, define text, background and border color. */
.btn {
  display: inline-block;
  margin-bottom: 75px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: pre-wrap;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-default i {
  margin-left: 10px;
}
.btn-primary {
  color: #ffffff;
  background-color: #325379;
  border-color: #2b4767;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #233a55;
  border-color: #05090d;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #233a55;
  border-color: #19293c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #233a55;
  border-color: #19293c;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #19293c;
  border-color: #05090d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #325379;
  border-color: #2b4767;
}
.btn-primary .badge {
  color: #325379;
  background-color: #ffffff;
}
.btn-primary i {
  margin-left: 10px;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-success i {
  margin-left: 10px;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-info i {
  margin-left: 10px;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-warning i {
  margin-left: 10px;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-danger i {
  margin-left: 10px;
}
.btn-black {
  color: #ffffff;
  background-color: #231f20;
  border-color: #2b4767;
}
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #080707;
  border-color: #05090d;
}
.btn-black:hover {
  color: #ffffff;
  background-color: #080707;
  border-color: #19293c;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #ffffff;
  background-color: #080707;
  border-color: #19293c;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #05090d;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus {
  background-color: #231f20;
  border-color: #2b4767;
}
.btn-black .badge {
  color: #231f20;
  background-color: #ffffff;
}
.btn-black i {
  margin-left: 10px;
}
.btn-link {
  color: #325379;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1c2e43;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.knibbs_refresh a.btn {
  position: relative;
}
.knibbs_refresh .btn {
  margin-bottom: 0;
  border: none;
  padding: 20px 0;
  font-size: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #231f20;
  text-align: left;
}
.knibbs_refresh .btn-primary {
  background-color: transparent;
}
.knibbs_refresh .btn-primary:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 30%;
  border-bottom: 3px solid #8f8563;
}
.knibbs_refresh .btn-primary:hover {
  background-color: transparent;
}
.knibbs_refresh .btn-secondary {
  text-align: center;
  background-color: #31547a;
  color: #ffffff;
}
.knibbs_refresh .btn-secondary:hover {
  background-color: #2a4768;
  color: #ffffff;
}
.knibbs_refresh .btn-teritary {
  text-align: center;
  background-color: #8f6572;
  color: #ffffff;
}
.knibbs_refresh .btn-teritary:hover {
  background-color: #805a66;
  color: #ffffff;
}
.knibbs_refresh.services a.btn {
  position: relative;
}
.knibbs_refresh.services a.btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 30%;
  border-bottom: none;
}
.knibbs_refresh.services .btn {
  margin-bottom: 0;
  border: none;
  padding: 20px 0;
  font-size: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.knibbs_refresh.services .btn-primary {
  background-color: #8f8563;
}
.knibbs_refresh.services .btn-primary:hover {
  background-color: #807759;
}
.knibbs_refresh.services .btn-secondary {
  background-color: #31547a;
}
.knibbs_refresh.services .btn-secondary:hover {
  background-color: #2a4768;
}
.knibbs_refresh.services .btn-teritary {
  background-color: #8f6572;
}
.knibbs_refresh.services .btn-teritary:hover {
  background-color: #805a66;
}
/* Common styles for all menus */
.menu {
  line-height: 1;
  margin: 0 auto;
}
ul.menu__list {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #EEE;
  text-align: center;
}
.menu__item {
  display: inline-block;
  margin: 1em auto;
}
.menu__link {
  font-family: "proxima-nova", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
  font-size: 1.05em;
  font-weight: bold;
  display: inline-block;
  padding: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.menu__link:hover,
.menu__link:focus {
  outline: none;
  text-decoration: none;
}
/* Individual styles */
/* Prospero */
.menu--prospero .menu__link {
  position: relative;
  display: block;
  margin: 0 1.5em;
  padding: 0.75em 0;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu--prospero .menu__link:hover,
.menu--prospero .menu__link:focus {
  color: #929292;
}
.menu--prospero .menu__item--current .menu__link {
  color: #325379;
}
.menu--prospero .menu__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #325379;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
.ie9 .menu--prospero .menu__link::before {
  content: none;
}
.menu--prospero .menu__item--current .menu__link::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* Stack items for smaller screens */
@media screen and (max-width: 55em) {
  .menu__list {
    display: block;
    margin: 0 auto;
  }
}
/* Image Grid */
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.grid article {
  position: relative;
  background-color: #FFFFFF;
  display: block;
  float: left;
  width: 25%;
  overflow: hidden;
  cursor: pointer;
}
.related_work .grid article {
  max-height: 220px;
  min-height: 220px;
}
.grid article .hover_block {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  opacity: 0;
}
.ie8 .grid article .caption {
  display: none;
}
.grid article:hover .hover_block {
  opacity: 1;
}
.grid article:hover img {
  opacity: .5 !important;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.grid article img {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s all;
  transition: .5s all;
}
/* Tag */
.grid article .tag {
  display: none;
  /*position: absolute;
	z-index: 20;
	bottom: 0px;
	left: 0px;
	width: auto;
	background-color: #231f20;
    padding: 13px 16px 8px 12px;
	font-family: "proxima-nova", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
	color: #FFF;*/
}
.grid article .tag {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.grid article:hover .tag {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.grid article:hover .tag {
  -webkit-transition: all .2s;
  transition: all .2s;
}
/* Caption */
.grid article .caption {
  z-index: 2;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.grid article .caption h3 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px;
}
.grid article .caption h3:after {
  content: '';
  display: block;
  position: relative;
  top: 16px;
  left: 2px;
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.grid article .caption p {
  color: #404040;
  font-family: "proxima-nova", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 30px;
}
.grid article .caption h3,
.grid article .caption p {
  -webkit-transition: all .2s 0;
  transition: all .2s 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  color: #fff;
}
.grid article:hover .caption h3,
.grid article:hover .caption p {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.grid article:hover .caption h3 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.grid article:hover .caption p {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.grid article.large {
  width: 50%;
}
@media (min-width: 2000px) {
  .grid article {
    width: 16.6666667%;
  }
  .grid article.large {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .grid article {
    width: 20%;
  }
  .grid article.large {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .grid article {
    width: 33.33333%;
  }
}
@media (max-width: 767px) {
  .grid article {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .grid article {
    margin: 2% 0;
    width: 100%;
  }
}
.newsroom-page-list-wrapper {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  clear: both;
  background-color: #ffffff;
}
.newsroom-page-list-wrapper .large_tile,
.newsroom-page-list-wrapper .small_tile,
.newsroom-page-list-wrapper .full_tile {
  float: left;
  display: block;
  height: 410px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border: 1px solid #fff;
}
.newsroom-page-list-wrapper .large_tile .overlay,
.newsroom-page-list-wrapper .small_tile .overlay,
.newsroom-page-list-wrapper .full_tile .overlay {
  width: 100%;
  height: 100%;
  background-color: #061322;
  opacity: 0;
}
.newsroom-page-list-wrapper .large_tile .overlay:hover,
.newsroom-page-list-wrapper .small_tile .overlay:hover,
.newsroom-page-list-wrapper .full_tile .overlay:hover {
  opacity: 0.7;
}
.newsroom-page-list-wrapper .large_tile .simple-page-list-title,
.newsroom-page-list-wrapper .small_tile .simple-page-list-title,
.newsroom-page-list-wrapper .full_tile .simple-page-list-title,
.newsroom-page-list-wrapper .large_tile .page-list-description,
.newsroom-page-list-wrapper .small_tile .page-list-description,
.newsroom-page-list-wrapper .full_tile .page-list-description {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: 1;
}
.newsroom-page-list-wrapper .large_tile .simple-page-list-title,
.newsroom-page-list-wrapper .small_tile .simple-page-list-title,
.newsroom-page-list-wrapper .full_tile .simple-page-list-title {
  top: 150px;
}
.newsroom-page-list-wrapper .large_tile .simple-page-list-title h2,
.newsroom-page-list-wrapper .small_tile .simple-page-list-title h2,
.newsroom-page-list-wrapper .full_tile .simple-page-list-title h2 {
  color: #fff;
  text-align: lowercase;
}
.newsroom-page-list-wrapper .large_tile .page-list-description,
.newsroom-page-list-wrapper .small_tile .page-list-description,
.newsroom-page-list-wrapper .full_tile .page-list-description {
  top: 200px;
}
.newsroom-page-list-wrapper .large_tile .page-list-description p,
.newsroom-page-list-wrapper .small_tile .page-list-description p,
.newsroom-page-list-wrapper .full_tile .page-list-description p {
  color: #fff;
  text-transform: uppercase;
}
.newsroom-page-list-wrapper .large_tile {
  width: 66.666666%;
}
.newsroom-page-list-wrapper .small_tile {
  width: 33.333333%;
}
.newsroom-page-list-wrapper .full_tile {
  width: 100%;
}
@media only screen and (max-width: 1220px) {
  .newsroom-page-list-wrapper .large_tile,
  .newsroom-page-list-wrapper .small_tile {
    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;
}
.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;
  margin-bottom: 50px;
}
.branding .parallax-normal {
  margin-bottom: 0 !important;
}
.parallax-normal-angle {
  min-height: 500px;
  position: relative;
}
.parallax-normal-angle .bkg {
  background-position: center right !important;
}
.parallax-normal-angle:before {
  content: "";
  position: absolute;
  z-index: 2;
  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-bottom: 150px solid rgba(0, 0, 0, 0);
  border-left: 3000px solid #fff;
}
.p-container {
  padding: 50px;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.bkg {
  position: absolute;
  z-index: 1;
}
.p-content {
  position: relative;
  z-index: 3;
}
.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;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* Sectors Header */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.sector-header {
  margin-bottom: 0px;
}
.sector-header .p-content {
  padding-top: 100px;
}
.sector-header .p-content h1 {
  font-size: 3.5em;
  color: #FFF;
  text-shadow: #000;
  margin: 0 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .sector-header .p-content h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 414px) {
  .sector-header .p-content h1 {
    font-size: 2em;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* Sectors Quote */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.sector-quote {
  margin-bottom: 0px;
}
.sector-quote .p-content {
  width: 50%;
  min-width: 280px;
  max-width: 600px;
}
.sector-quote .p-content div {
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: 100px;
  padding: 15px 15px 5px 15px;
}
.sector-quote .p-content div h1 {
  font-size: 3.5em;
  color: #FFF;
  text-shadow: #000;
}
@media only screen and (max-width: 48em) {
  .sector-quote .p-content div {
    margin: 10% 0;
  }
}
/* 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: 2px;
  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: relative;
  z-index: 3;
  padding: 6px;
}
.mc .parallax-home-portal .p-content h2 {
  margin-bottom: 0.4em;
  line-height: 1em;
}
.mc .parallax-home-portal.primary {
  background-color: #325379;
  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: #231f20;
}
.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: #445160;
  color: #fff;
}
.mc .parallax-home-portal.secondary .bkg-second,
.mc .parallax-home-portal.secondary .bkg {
  right: 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: #231f20;
}
.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: #95b2c2;
}
.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 h1,
.mc .parallax-home-portal.tertiary h2,
.mc .parallax-home-portal.tertiary h3,
.mc .parallax-home-portal.tertiary h4,
.mc .parallax-home-portal.tertiary h5,
.mc .parallax-home-portal.tertiary h6,
.mc .parallax-home-portal.tertiary p,
.mc .parallax-home-portal.tertiary a {
  color: #fff;
}
.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: #231f20;
}
.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;
  }
  .parallax-normal-angle {
    height: 500px;
  }
  .parallax-normal-angle .bkg {
    background-position: top right !important;
  }
}
@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: #95b2c2;
}
.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: 0px;
  padding: 100px 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: relative;
  z-index: 3;
  padding: 6px;
}
.mc .parallax-services-header.primary {
  background-color: #325379;
}
.mc .parallax-services-header.primary .bkg-second {
  right: 0;
}
.mc .parallax-services-header.primary .bkg {
  height: 110%;
  right: 50px;
}
.mc .parallax-services-header.primary h1,
.mc .parallax-services-header.primary h2,
.mc .parallax-services-header.primary h3,
.mc .parallax-services-header.primary h4,
.mc .parallax-services-header.primary h5,
.mc .parallax-services-header.primary h6,
.mc .parallax-services-header.primary p,
.mc .parallax-services-header.primary a {
  color: #fff;
}
.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: #445160;
  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: #95b2c2;
}
.mc .parallax-services-header.tertiary .bkg {
  right: 0;
  height: 100%;
}
.mc .parallax-services-header.tertiary .bkg-second {
  left: 0;
}
.mc .parallax-services-header.tertiary h1,
.mc .parallax-services-header.tertiary h2,
.mc .parallax-services-header.tertiary h3,
.mc .parallax-services-header.tertiary h4,
.mc .parallax-services-header.tertiary h5,
.mc .parallax-services-header.tertiary h6,
.mc .parallax-services-header.tertiary p,
.mc .parallax-services-header.tertiary a {
  color: #fff;
}
.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: 80px 20px 0 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 {
    padding: 80px 20px 0 20px !important;
  }
  .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: #95b2c2;
}
.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;
}
.ccm-block-next-previous-previous-link {
  position: fixed;
  top: 40%;
  left: 0px;
  display: block;
  background: #EDECEB;
  padding: 17px 7px;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 100;
  opacity: 0.75;
}
.ccm-block-next-previous-previous-link:hover {
  opacity: 1;
}
.ccm-block-next-previous-previous-link i {
  font-size: 12px;
}
.ccm-block-next-previous-previous-link .text {
  position: absolute;
  padding: 18px;
  top: 0;
  min-width: 100px;
  height: 56px;
  background: #EDECEB;
  border-left: 1px solid #ccc;
  margin-left: 22px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  text-decoration: none;
  left: 0;
  -webkit-transform: translateX(-125%);
  transform: translateX(-125%);
}
.ccm-block-next-previous-previous-link:hover .text {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* NEXT */
.ccm-block-next-previous-next-link {
  position: fixed;
  top: 40%;
  right: 0px;
  display: block;
  background: #EDECEB;
  padding: 17px 7px;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 100;
  opacity: 0.75;
}
.ccm-block-next-previous-next-link:hover {
  opacity: 1;
}
.ccm-block-next-previous-next-link i {
  font-size: 12px;
}
.ccm-block-next-previous-next-link .text {
  position: absolute;
  padding: 18px;
  top: 0;
  min-width: 110px;
  height: 56px;
  background: #EDECEB;
  border-right: 1px solid #ccc;
  margin-right: 22px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  right: 0;
  -webkit-transform: translateX(125%);
  transform: translateX(125%);
  text-decoration: none;
}
.ccm-block-next-previous-next-link:hover .text {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* Bradning Style  */
.branding-gallery .gallery_cover_image_cont {
  width: 100%;
  height: auto;
}
.branding-gallery .gallery_cover_image {
  width: 100%;
  height: 80%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.branding-gallery .my-gallery {
  width: 100%;
  margin: auto;
  padding: 0px;
  overflow: auto;
}
.branding-gallery .my-gallery .gallery-image-cont {
  display: block;
  float: left;
  padding: 0px;
  width: 50%;
  overflow: hidden;
  position: relative;
  height: auto;
}
.branding-gallery .my-gallery figure {
  display: block;
  float: left;
  padding: 0px;
  width: 50%;
  overflow: hidden;
  position: relative;
  height: auto;
}
.branding-gallery .my-gallery figure a {
  cursor: zoom-in;
}
.branding-gallery .my-gallery img {
  width: 100%;
  height: auto;
}
.branding-gallery .my-gallery figcaption {
  display: none;
}
/* Product Style */
.ie8 .product-gallery .my-gallery .image-cont {
  position: relative;
  display: block;
  float: left;
}
.ie8 .product-gallery .my-gallery .image-cont .image {
  height: 450px;
}
.product-gallery {
  /* Gallery */
}
.product-gallery .my-gallery-cont {
  padding: 0px 5px 5px 5px ;
}
.product-gallery .my-gallery {
  width: 100%;
  margin: auto;
  overflow: hidden;
  height: 900px;
  position: relative;
}
.product-gallery .my-gallery .image-cont {
  width: 50%;
  padding: 5px;
}
.product-gallery .my-gallery .image-cont:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
}
.product-gallery .my-gallery .image-cont:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-gallery .my-gallery .image-cont:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
}
.product-gallery .my-gallery .image-cont .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 100%;
  width: 100%;
}
.product-gallery .my-gallery .gallery-image-cont {
  display: block;
  float: left;
  padding: 6px;
  width: 50%;
  overflow: hidden;
  position: relative;
  height: 300px;
}
.product-gallery .my-gallery .gallery-image-cont:nth-child(even) {
  padding-left: 3px;
}
.product-gallery .my-gallery .gallery-image-cont:nth-child(odd) {
  padding-right: 3px;
}
.product-gallery .my-gallery figure {
  position: absolute;
  right: 0;
  left: 0;
  margin: 6px;
  overflow: hidden;
  height: 288px;
}
.product-gallery .my-gallery img {
  width: 100%;
  height: auto;
}
.product-gallery .my-gallery figcaption {
  display: none;
}
.product-gallery .no-padding {
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .product-gallery .my-gallery .image-cont,
  .product-gallery .my-gallery .image-cont:nth-child(1),
  .product-gallery .my-gallery .image-cont:nth-child(2),
  .product-gallery .my-gallery .image-cont:nth-child(3) {
    position: relative;
    height: 300px;
    width: 100%;
  }
}
.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 .circle {
  border-radius: 50%;
  width: 300px;
  height: 300px;
}
.animated-portals-container .circle h2 {
  text-align: center;
  font-family: proxima-soft, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 138px;
  color: #231f20;
}
.animated-portals-container .content .icon {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a3a3a3;
}
.animated-portals-container .content p,
.animated-portals-container .content h1,
.animated-portals-container .content h2,
.animated-portals-container .content h3,
.animated-portals-container .content h4,
.animated-portals-container .content h5,
.animated-portals-container .content h6 {
  color: #231f20;
}
.animated-portals-container .animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-portals-container .primary {
  background-color: none;
}
.animated-portals-container .primary .circle {
  background-color: #325379;
  opacity: 0.8;
  position: absolute;
  right: 47.5%;
  bottom: 45%;
  margin-top: -150px;
}
.animated-portals-container .primary .circle h2 {
  color: #fff !important;
}
.animated-portals-container .primary .content {
  width: 23.40426%;
  float: left;
}
.animated-portals-container .primary:after {
  content: "";
  border-top: 0;
  border-right: 0;
}
.animated-portals-container .secondary {
  background-color: none;
}
.animated-portals-container .secondary .circle {
  background-color: #ffffff;
  opacity: 0.8;
  position: absolute;
  left: 47.5%;
  bottom: 45%;
  margin-top: -150px;
}
.animated-portals-container .secondary .content {
  width: 23.40426%;
  margin-left: 53.19149%;
  float: left;
}
.animated-portals-container .secondary:after {
  content: "";
  border-top: 0;
  border-right: 0;
}
.animated-portals-container .tertiary {
  background-color: none;
}
.animated-portals-container .tertiary .circle {
  background-color: rgba(149, 178, 194, 0.8);
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 40%;
}
.animated-portals-container .tertiary .circle h2 {
  color: #fff !important;
}
.animated-portals-container .tertiary .content {
  width: 23.40426%;
  margin-left: 76.59149%;
  margin-top: 20px;
  float: left;
}
.animated-portals-container .tertiary:after {
  content: "";
  border-bottom: 0;
  border-right: 0;
}
.ie8 .circle img {
  width: 100%;
  height: auto;
}
.ie8 .circle h2 {
  display: none;
}
.ie8 .primary .circle,
.ie8 .secondary .circle,
.ie8 .tertiary .circle {
  background-color: transparent;
}
@media only screen and (min-width: 1350px) {
  .circle {
    width: 350px !important;
    height: 350px !important;
  }
  .circle h2 {
    margin-top: 158px !important;
  }
  .tertiary .circle {
    margin-left: -175px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
  .circle {
    width: 250px !important;
    height: 250px !important;
  }
  .circle h2 {
    margin-top: 113px !important;
  }
  .tertiary .circle {
    margin-left: -125px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 992px) {
  .animated-portals-container {
    padding: 0 10px;
    height: 1100px !important;
  }
  .animated-portals-container .primary .content {
    margin-top: 450px !important;
  }
  .animated-portals-container .content {
    margin: 0 !important;
    float: left;
    width: 100% !important;
  }
  .animated-portals-container .circle {
    width: 250px !important;
    height: 250px !important;
  }
  .animated-portals-container .circle h2 {
    margin-top: 113px !important;
  }
  .animated-portals-container .primary .circle,
  .animated-portals-container .secondary .circle {
    bottom: 80% !important;
  }
  .animated-portals-container .tertiary .circle {
    top: 12.5% !important;
    margin-left: -125px !important;
  }
}
@media only screen and (max-width: 480px) {
  .animated-portals-container {
    padding: 0 10px;
    height: 850px !important;
  }
  .animated-portals-container ul li {
    margin-top: 0;
  }
  .animated-portals-container .primary .content {
    padding-top: 0 !important;
  }
  .animated-portals-container .content {
    width: 100% !important;
    float: left;
    display: block;
    margin: 0 !important;
    padding: 0;
    top: 0;
  }
  .animated-portals-container .circle {
    display: none !important;
  }
}
.web-spec {
  position: relative;
  z-index: 3;
}
.web-spec ul {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0px;
}
.web-spec ul li {
  color: #FFF;
  padding-left: 5px;
}
.web-spec ul li a {
  color: #FFF;
}
.web-spec ul li img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-top: 1px;
  position: relative;
  display: inline-block;
}
.web-spec ul li p {
  line-height: 0px;
  display: inline-block;
  position: relative;
  margin-top: 15px;
}
/* CSS Document */
.mc .three-column-content {
  margin: 0 0 50px 0;
}
.mc .three-column-content h2 {
  margin-bottom: 1em;
}
.mc .three-column-content p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .mc .three-column-content {
    margin: 0;
  }
  .mc .three-column-content .four.columns {
    margin-bottom: 50px;
  }
}
.cta_footer {
  background-color: #a59d81;
  padding: 100px 0;
  position: relative;
}
.cta_footer .four.columns {
  padding: 0 40px;
  border-right: 1px solid #8f8563;
  border-left: 1px solid #8f8563;
}
@media only screen and (max-width: 768px) {
  .cta_footer .four.columns {
    border-right: none;
    border-left: none;
    border-top: 1px solid #8f8563;
    border-bottom: 1px solid #8f8563;
    padding: 40px 0 100px 0;
    margin: 40px 0;
  }
}
.cta_footer .four.columns:last-child,
.cta_footer .four.columns:first-child {
  padding-right: 0;
  border-right: none;
  border-left: none;
}
@media only screen and (max-width: 768px) {
  .cta_footer .four.columns:last-child,
  .cta_footer .four.columns:first-child {
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
}
.cta_footer .btn-primary {
  background-color: #8f8563;
  border: 1px solid #231f20;
  font-weight: 300;
  text-transform: uppercase;
  color: #231f20;
  padding: 5px 20px;
  float: right;
  margin: 30px 0 0 0;
}
.cta_footer .cats_ears {
  background-image: url(/packages/knibbs/themes/knibbs/img/placeholder_ears.png);
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 200px;
  left: 15%;
}
/* CSS Document */
.portal {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  transition: 0.5s;
  background-color: #f1f1f1;
}
.portal .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 225px;
  height: 100%;
}
.portal .portal-border {
  height: 100%;
  width: 100%;
}
.portal .portal_title,
.portal .portal_link {
  text-align: left;
  display: none;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  width: 90%;
  margin: 0 5%;
}
.portal .portal_title p,
.portal .portal_link p,
.portal .portal_title h1,
.portal .portal_link h1,
.portal .portal_title h2,
.portal .portal_link h2,
.portal .portal_title h3,
.portal .portal_link h3,
.portal .portal_title h4,
.portal .portal_link h4,
.portal .portal_title h5,
.portal .portal_link h5,
.portal .portal_title h6,
.portal .portal_link h6 {
  color: #333333;
}
.portal .portal_title h4,
.portal .portal_link h4 {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.2em;
}
.portal .portal_title {
  bottom: 0;
}
.portal .portal_link {
  bottom: 20%;
}
.portal .image {
  -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;
}
.portal:hover {
  transform: scale(0.98);
  transition: 0.5s;
}
.portal:hover .image {
  opacity: 0.15;
}
.portal:hover .portal_title,
.portal:hover .portal_link {
  display: block;
}
.portal.large .image {
  min-height: 450px;
}
.portal.tall .image {
  min-height: 450px;
}
/*** Link on Hover template ***/
.portal_link_on_hover .portal_content {
  position: absolute;
  bottom: 0;
  top: auto;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 25px;
  margin: 0;
}
.portal_link_on_hover .portal_content .portal_title {
  top: auto;
  width: 100%;
  margin: 0;
  position: relative;
}
.portal_link_on_hover .portal_content .portal_title p,
.portal_link_on_hover .portal_content .portal_title h1,
.portal_link_on_hover .portal_content .portal_title h2,
.portal_link_on_hover .portal_content .portal_title h3,
.portal_link_on_hover .portal_content .portal_title h4,
.portal_link_on_hover .portal_content .portal_title h5,
.portal_link_on_hover .portal_content .portal_title h6 {
  margin-bottom: 0;
}
.portal_link_on_hover .portal_content .portal_link {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .portal_link_on_hover .portal_content .portal_link {
    display: block;
    bottom: 0;
    width: 100%;
    position: relative;
    margin: 0;
  }
  .portal_link_on_hover .portal_content .portal_link h4 {
    margin-bottom: 0;
  }
}
.portal_link_on_hover .portal:hover .portal_content {
  height: 100%;
}
.portal_link_on_hover .portal:hover .portal_title {
  display: none;
}
.portal_link_on_hover .portal:hover .image {
  opacity: 0.9;
}
.portal_link_on_hover .portal:hover .portal_link {
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  margin: 0;
  position: relative;
}
.portal_link_on_hover .portal:hover .portal_link h4 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
}
/* IE8 Fixes */
.ie8 .portal_link_on_hover .portal:hover .portal_link {
  background-color: #95b2c2;
  padding: 0;
}
.vivid-simple-accordion {
  margin-bottom: 0;
  position: relative;
}
.simple-accordion-group {
  margin-bottom: 0;
  background-color: #f1f1f1;
  border-top: 1px solid #ffffff;
}
.simple-accordion-group .services-icon {
  display: none;
}
.simple-accordion-group i.closed {
  display: none;
}
.contact-cta .simple-accordion-group {
  background-color: #325379 !important;
  color: #ffffff;
}
.contact-cta .simple-accordion-group p.intro {
  opacity: 0.8;
}
.contact-cta .simple-accordion-group p.intro a {
  text-decoration: underline;
}
.simple-accordion-title-shell {
  overflow: hidden;
  background: inherit;
  padding: 28px !important;
  margin-left: 0px;
  cursor: pointer;
  position: relative;
}
.simple-accordion-title-shell p.title {
  font-size: 2.35em;
  margin-bottom: 0;
  font-weight: 500;
}
.simple-accordion-group:hover,
.simple-accordion-group.open {
  background-color: #325379;
}
.simple-accordion-group:hover p,
.simple-accordion-group.open p,
.simple-accordion-group:hover h1,
.simple-accordion-group.open h1,
.simple-accordion-group:hover h2,
.simple-accordion-group.open h2,
.simple-accordion-group:hover h3,
.simple-accordion-group.open h3,
.simple-accordion-group:hover h4,
.simple-accordion-group.open h4,
.simple-accordion-group:hover h5,
.simple-accordion-group.open h5,
.simple-accordion-group:hover h6,
.simple-accordion-group.open h6,
.simple-accordion-group:hover a,
.simple-accordion-group.open a {
  color: #ffffff;
}
.simple-accordion-group:hover .services-icon,
.simple-accordion-group.open .services-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 20%;
  opacity: 0.2;
}
.simple-accordion-group:hover .services-icon img,
.simple-accordion-group.open .services-icon img {
  max-width: 60px;
}
.simple-accordion-group:hover i,
.simple-accordion-group.open i {
  font-size: 1.5em;
  color: #ffffff;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
}
.simple-accordion-group.open:after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 300px solid #FFF;
  border-left: 3000px solid rgba(0, 0, 0, 0);
  opacity: 0.05;
}
.simple-accordion-title-shell > * {
  margin: 0;
  padding: 3px 0 0 15px;
}
/*
.simple-accordion-group.closed .simple-accordion-title-shell > *:before {
    font-family: "FontAwesome";
    content: "\f0dd";
    margin-right: 10px;
    color: #C4C4C4;
    font-size: 25px;
}
.simple-accordion-group.open .simple-accordion-title-shell > *:before {
    font-family: "FontAwesome";
    content: "\f0d7";
    margin-right: 10px;
    color: #C4C4C4;
    font-size: 25px;
}
*/
.simple-accordion-group .simple-accordion-description {
  padding: 20px;
  display: none;
}
/*
.simple-accordion-group.open .simple-accordion-description {
    display: block;
}
*/
.icon-cont {
  height: auto;
  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: #00adef;
}
.vivid-simple-accordion .fa {
  left: 0px;
  position: relative;
}
/* colours */
.accordian-primary {
  color: #325379;
}
.accordian-primary .panel-title {
  color: #325379;
}
.accordian-primary-bk {
  background-color: #325379;
}
.accordian-secondary {
  color: #445160;
}
.accordian-secondary .panel-title {
  color: #445160;
}
.accordian-secondary-bk {
  background-color: #445160;
}
.accordian-tertiary {
  color: #95b2c2;
}
.accordian-tertiary .panel-title {
  color: #95b2c2;
}
.accordian-tertiary-bk {
  background-color: #95b2c2;
}
.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%;
  }
}
@media only screen and (max-width: 775px) {
  .simple-accordion-title-shell .twelve.columns {
    margin: 0 auto !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .simple-accordion-title-shell p.title {
    font-size: 1.8em;
  }
  .simple-accordion-title-shell .services-icon {
    left: 5% !important;
  }
}
.team-box {
  width: auto;
  height: auto;
  border: 1px solid #f1f1f2;
  margin-top: 12px;
  text-align: center;
  padding: 18px;
  -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;
}
.team-box img {
  max-width: 100%;
  width: auto;
  margin: 0px auto 10px auto;
}
.team-box .btn {
  margin: 0px auto;
}
.team-box:hover {
  border: 1px solid #CCC;
  transform: scale(1.05);
}
.cta-wrapper {
  background-color: #404041;
  width: 100%;
  padding: 20px 0px;
}
.cta-wrapper p,
.cta-wrapper h1,
.cta-wrapper h2,
.cta-wrapper h3,
.cta-wrapper h4,
.cta-wrapper h5,
.cta-wrapper h6 {
  color: #FFF;
}
.cta-wrapper {
  color: #FFF;
}
/* 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;
}
.knibbs_refresh .rslides img {
  top: 0px;
}
.rslides h2 {
  font-size: 2.25em;
  line-height: 1.2em;
  margin-bottom: 1.25em;
}
.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: 0;
  opacity: 0.7;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/packages/knibbs/themes/knibbs/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: 40%;
  left: 0;
  bottom: 30%;
  z-index: 1;
  margin-left: 5%;
}
.ccm-image-slider-text p.blockquote {
  color: #ffffff;
}
.ccm-image-slider-title {
  margin-top: auto;
  color: #231f20 !important;
  text-align: left;
}
.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: 350px;
  overflow: hidden;
  /* margin: 15px 0px;  */
}
.header_slider .ccm-image-slider {
  height: 450px;
}
.text_slider .ccm-image-slider {
  height: 110px;
}
.text_slider .ccm-image-slider .ccm-image-slider-text {
  padding: 0;
  width: 100%;
  margin: 0;
  top: 0;
}
.text_slider .rslides_nav {
  display: none;
}
.text_slider h2 {
  font-size: 1.2em;
  text-transform: none;
}
.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 .ccm-image-slider-text .ccm-image-slider-title {
  text-align: left;
}
.ccm-image-slider .ccm-image-slider-text {
  text-align: left;
}
p.project-link {
  position: absolute;
  bottom: 150px;
  right: 30px;
  width: 100%;
  text-align: right;
  font-size: 3em;
}
p.project-link a {
  color: #231f20;
  text-decoration: none;
}
@media only screen and (min-width: 798px) and (max-width: 1250px) {
  p.project-link {
    bottom: 100px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 798px) {
  p.project-link {
    bottom: 100px;
    font-size: 2em;
  }
}
@media only screen and (max-width: 480px) {
  p.project-link {
    bottom: 100px;
    font-size: 1.5em;
  }
  .ccm-image-slider-text {
    width: 90% !important;
  }
}
/* Cases */
.cases .ccm-image-slider {
  margin: 10px;
}
.cases .ccm-image-slider ul li {
  background-image: url('/packages/knibbs/themes/knibbs/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;
}
/* Knibbs Refresh */
@media only screen and (max-width: 768px) {
  .knibbs_refresh .header_slider .ccm-image-slider {
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .knibbs_refresh .header_slider .ccm-image-slider {
    height: 150px;
  }
}
/* Home Slider 2019 */
.home_slider_2019 {
  background-color: #f9f9f9;
  padding-top: 70px;
}
.home_slider_2019 .ccm-image-slider {
  height: 100%;
}
.home_slider_2019 .ccm-image-slider h2 {
  font-size: 2.8em;
  margin-bottom: 1em;
}
.home_slider_2019 .ccm-image-slider p {
  font-size: 1.25em;
}
.home_slider_2019 .ccm-image-slider .row {
  padding: 0;
  margin: 0;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}
.home_slider_2019 .ccm-image-slider .row .eleven.columns {
  height: 650px;
}
.home_slider_2019 .ccm-image-slider .row .twelve.columns {
  height: 610px;
}
.home_slider_2019 .ccm-image-slider .slider-link {
  position: absolute;
  bottom: 60px;
  width: 100%;
  padding: 0 140px;
}
.home_slider_2019 .ccm-image-slider .slider-text {
  padding: 60px 0 0 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.home_slider_2019 .ccm-image-slider .slider-text h1,
.home_slider_2019 .ccm-image-slider .slider-text h2,
.home_slider_2019 .ccm-image-slider .slider-text h3,
.home_slider_2019 .ccm-image-slider .slider-text h4,
.home_slider_2019 .ccm-image-slider .slider-text h5,
.home_slider_2019 .ccm-image-slider .slider-text p {
  text-align: center;
}
.home_slider_2019 .ccm-image-slider .slider-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100%;
}
.home_slider_2019 .ccm-image-slider .rslides_nav {
  z-index: 2;
}
.home_slider_2019 .ccm-image-slider .rslides_tabs {
  position: absolute;
  top: 550px;
  z-index: 100;
  text-align: center;
  width: 100%;
}
.home_slider_2019 .ccm-image-slider .rslides_tabs li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
  overflow: hidden;
  vertical-align: middle;
  margin: 20px 5px;
}
.home_slider_2019 .ccm-image-slider .rslides_tabs li a {
  text-indent: -100px;
  display: block;
}
.home_slider_2019 .ccm-image-slider .rslides_tabs li.rslides_here {
  background-color: #f1f1f1;
}
@media only screen and (max-width: 650px) {
  .home_slider_2019 {
    background-color: #f9f9f9;
  }
  .home_slider_2019 .twelve.columns {
    height: 307px !important;
  }
  .home_slider_2019 .slider-image {
    background-position: bottom center !important;
    background-size: contain !important;
  }
}
html {
  background-color: #231f20;
}
/* Preloader */
body:before {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background: #000;
  content: '';
  display: block;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: 99999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  background: url(/packages/knibbs/themes/knibbs/img/knibbs-preloader.gif) top center no-repeat;
  content: '';
  color: #fff;
  display: block;
  font-family: proxima-soft, Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: .5px;
  line-height: 1;
  margin-top: -1.5em;
  opacity: 0;
  padding-top: 2em;
  position: fixed;
  text-align: center;
  visibility: hidden;
  z-index: 999999999;
  top: 40%;
  left: 0;
  right: 0;
  height: 150px;
  padding-top: 80px;
}
.preloader body:before,
.loading body:before,
.preloader body:after,
.loading body:after {
  opacity: 1;
  visibility: visible;
}
.preloader body:after {
  content: 'One moment...';
}
.loading-desktop body:after,
.loading-desktop body:before {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
main,
.main {
  background-color: #ffffff;
  display: block;
}
.header_padding {
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  .header_padding {
    padding-top: 100px;
  }
}
.align_right img {
  float: right;
}
.mc .home-header {
  position: relative;
}
.mc .home-content-wrapper,
footer {
  position: relative;
  z-index: 9;
}
.mc .home-content-wrapper {
  background-color: #fff;
  padding-top: 0;
}
.mc .contact {
  padding-top: 75px;
}
.mc .light-grey-bk {
  background-color: #f1f1f1;
  padding: 50px 0;
}
.mc .bkgd_light_grey {
  background-color: #f8f8f8;
}
.mc .bkgd_light_grey .twelve.columns {
  margin-top: -33px;
}
.homepage-header_wrapper {
  position: relative;
  background-color: #fff;
}
/* Main background colours */
.brand-primary-bk {
  background-color: #325379;
}
.brand-secondary-bk {
  background-color: #445160;
}
.brand-tertiary-bk {
  background-color: #95b2c2;
}
.brand-success-bk {
  background-color: #5cb85c;
}
.brand-info-bk {
  background-color: #5bc0de;
}
.brand-warning-bk {
  background-color: #f0ad4e;
}
.brand-danger-bk {
  background-color: #d9534f;
}
.brand_olive {
  background-color: #8f8563;
}
.brand_blue {
  background-color: #31547a;
}
.brand_mulberry {
  background-color: #8f6572;
}
.brand_yellow {
  background-color: #e8af21;
}
.brand_black {
  background-color: #231f20;
}
/* Search - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ccm-search-block-form {
  padding: 15px;
  background-color: #F1F1F1;
  border-bottom: 3px solid #CCC;
  margin-bottom: 15px;
}
.mc .ccm-search-block-form input[type=text].ccm-search-block-text {
  width: 89% !important;
}
.ccm-search-block-form .ccm-search-block-submit {
  width: 10% !important;
}
#searchResults {
  background-color: #FFF;
  padding: 15px;
  margin-top: 15px;
}
#searchResults .searchResult {
  border-bottom: 1px solid #CCC;
}
@media only screen and (max-width: 768px) {
  .mc .ccm-search-block-form input[type=text].ccm-search-block-text {
    width: 100% !important;
  }
  .ccm-search-block-form .ccm-search-block-submit {
    width: 100% !important;
  }
}
/* Related Content - - - - - - - - - - - - - - - - - - - - - - - - - - */
.related_work {
  margin: 50px auto 0px auto;
}
.related_work h1 {
  margin-bottom: 45px;
}
.related_work ul li {
  list-style: none;
}
.related_work ul li {
  float: left;
  width: 33.33333%;
  padding: 0px;
  margin: 0px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Home Screen - - - - - - - - - - - - - - - - - - - - - - - - - - */
.home-screen {
  background-color: #231f20;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
  -ms-filter: alpha(opacity=90);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  -webkit-transition: all 2s;
  -o-transition-property: all;
  -o-transition-duration: 2s;
  -moz-transition-property: all;
  -moz-transition-duration: 2s;
  transition-property: all;
  transition-duration: .2s;
}
.home-screen .main-text {
  margin-bottom: 10px;
  opacity: 1;
  -webkit-transition: all 2s;
  -o-transition-property: all;
  -o-transition-duration: 2s;
  -moz-transition-property: all;
  -moz-transition-duration: 1s;
  transition-property: all;
  transition-duration: 2s;
}
.home-screen .hidden-text {
  opacity: 0;
}
.home-screen .content {
  position: relative;
  width: 60%;
  margin-left: 20%;
  top: 0;
}
.home-screen h1 {
  color: #fff;
  text-align: center;
  margin: auto 0;
  transform: scale(1);
  opacity: 1;
  line-height: 1.15;
  -webkit-transition: all 1s;
  -o-transition-property: all;
  -o-transition-duration: 1s;
  -moz-transition-property: all;
  -moz-transition-duration: 1s;
  transition-property: all;
  transition-duration: 1s;
}
.home-screen.hide-text h1 {
  transform: scale(0.95);
  opacity: 0;
}
.home-screen.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .home-screen h1.absurd {
    font-size: 4.2em;
  }
}
@media only screen and (max-width: 480px) {
  .home-screen .content {
    width: 80%;
    margin-left: 10%;
  }
  .home-screen h1.absurd {
    font-size: 2.4em;
  }
}
/* Header animated arrow */
.go-down-wrapper {
  font-size: 40px;
  margin: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 0;
  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;
}
@-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: #626262 !important;
}
.go-down i {
  font-size: 2em;
  opacity: 0.8;
}
.go-down.dark-arrow a {
  color: #fff;
}
/* News Articles */
.news-header-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  min-height: 450px;
  display: block;
  position: relative;
}
.news-header-image .news-header-content {
  display: block;
  position: relative;
  padding: 120px 0 0 0;
  width: 50%;
  margin-left: 25%;
  color: #fff;
}
.news-header-image .news-header-content .header-bar {
  opacity: 1;
  width: 20px;
  height: 2px;
  margin: 0 10px 5px 10px;
  background-color: #fff;
  display: inline-block;
}
.news-header-image .news-header-content h1 {
  font-size: 5em;
  line-height: 1.1em;
  margin-bottom: 1em;
  color: #fff;
  text-transform: lowercase;
  margin-bottom: 0.3em;
}
.news-header-image .news-header-content p {
  text-transform: uppercase;
  display: inline-block;
}
.container-slide {
  padding: 50px 0;
}
@media only screen and (max-width: 48em) {
  .news-header-image {
    min-height: 400px;
  }
  .news-header-image .news-header-content {
    width: 75%;
    margin-left: 12.5%;
  }
}
@media only screen and (max-width: 24em) {
  .header-bar {
    display: none !important;
  }
  .news-header-content h1 {
    font-size: 3em !important;
  }
}
/* Expander - - - - - - - - - - - - - - - - - - - - - - - - - -
.expander {
	-ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    transform: scale(1);
  	.animated_links();
}
.expander.zoom {
	-ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
} */
/* Home Refresh - - - - - - - - - - - - - - - - - - - - - - - - - - */
.knibbs_refresh .homepage-video {
  position: relative;
  max-height: 750px;
  background-image: url(/packages/knibbs/themes/knibbs/img/knibbs-home-intro_refresh.jpg);
}
.knibbs_refresh .homepage-video:after {
  display: none;
}
.knibbs_refresh .home-intro {
  font-family: proxima-soft, Helvetica, Arial, sans-serif !important;
  position: absolute;
  top: 30%;
}
.knibbs_refresh .home-intro .six.columns {
  width: 45% !important;
}
@media only screen and (max-width: 1200px) {
  .knibbs_refresh .home-intro h2 {
    font-size: 2.2em;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 768px) {
  .knibbs_refresh .home-intro {
    top: 20%;
    width: 70%;
  }
  .knibbs_refresh .home-intro h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 480px) {
  .knibbs_refresh .home-intro {
    top: 15%;
    padding: 10px !important;
  }
  .knibbs_refresh .home-intro .six.columns {
    width: 48.93617% !important;
  }
  .knibbs_refresh .home-intro h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 768px) {
  .services_icon {
    display: none;
  }
}
/* Strapline- - - - - - - - - - - - - - - - - - - - - - - - - - */
.knibbs_refresh .strapline {
  display: block;
}
.knibbs_refresh .strapline p.tagline_light {
  margin-bottom: 0;
}
.knibbs_refresh .strapline p.tagline_light {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #646363;
  line-height: 0.4;
}
.knibbs_refresh .strapline p.tagline_light span {
  background: #fff;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .knibbs_refresh .strapline p.tagline_light {
    font-size: 2.4em;
  }
}
@media only screen and (max-width: 480px) {
  .knibbs_refresh .strapline p.tagline_light {
    font-size: 1.2em;
  }
  .knibbs_refresh .strapline p.tagline_light span {
    padding: 0 10px;
  }
}
/* Page break - - - - - - - - - - - - - - - - - - - - - - - - - - */
.knibbs_refresh .page_break {
  display: block;
  border-bottom: 1px solid #646363;
  width: 100%;
}
.knibbs_refresh .page_break img {
  margin: 0 auto -10px auto;
  background: #fff;
  padding: 0 50px;
}
/* Text and Image - Featured Work   - - - - - - - - - - - - - - - - - - - - - - - - - - */
.featured_work {
  display: block;
  position: relative;
  min-height: 520px;
  max-width: 100% !important;
  padding: 0 !important;
  background-color: #f8f8f8;
}
.featured_work a {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333333;
}
.featured_work p a:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 15px;
}
.featured_work .six.columns {
  margin: 0;
  width: 50% !important;
}
.featured_work .six.columns.mobile {
  display: none;
}
.featured_work .text-wrapper {
  padding: 120px;
}
.featured_work .ti-image {
  min-height: 600px;
  position: relative;
}
.featured_work .brand_mulberry,
.featured_work .brand_blue,
.featured_work .brand_olive,
.featured_work .brand_yellow,
.featured_work .brand_black {
  position: absolute;
  width: 100%;
  height: 100%;
}
.featured_work .brand_mulberry {
  background-color: #c7b1b8;
}
.featured_work .featured_image {
  height: 600px;
  width: 95%;
  position: absolute;
  bottom: 90px;
  right: 0;
}
.featured_work .left .featured_image {
  height: 480px;
  width: 100%;
}
.featured_work hr {
  width: 20% !important;
}
@media only screen and (max-width: 768px) {
  .featured_work .six.columns {
    margin: 0;
    width: 100% !important;
  }
  .featured_work .six.columns.desktop {
    display: none;
  }
  .featured_work .six.columns.mobile {
    display: block;
  }
  .featured_work .text-wrapper {
    padding: 50px;
  }
}
/* Text and Image - Simple  - - - - - - - - - - - - - - - - - - - - - - - - - - */
.simple_text_image {
  display: block;
  position: relative;
  min-height: 520px;
  max-width: 100% !important;
  padding: 0 !important;
  background-color: #f8f8f8;
}
.simple_text_image .six.columns {
  margin: 0;
  width: 50% !important;
}
.simple_text_image .six.columns.mobile {
  display: none;
}
.simple_text_image .text-wrapper {
  padding: 120px;
}
.simple_text_image .ti-image {
  min-height: 600px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .simple_text_image .six.columns {
    margin: 0;
    width: 100% !important;
  }
  .simple_text_image .six.columns.desktop {
    display: none;
  }
  .simple_text_image .six.columns.mobile {
    display: block;
  }
  .simple_text_image .ti-image {
    min-height: 400px;
    max-height: 400px;
    height: 400px;
  }
  .simple_text_image .text-wrapper {
    padding: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .simple_text_image .ti-image {
    min-height: 300px;
    max-height: 300px;
    height: 300px;
    background-position: center bottom!important;
  }
}
/* Home  - - - - - - - - - - - - - - - - - - - - - - - - - - */
\
 .homepage-video {
  background-image: url(/packages/knibbs/themes/knibbs/img/knibbs-home-intro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 850px;
  width: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.home-intro {
  position: absolute;
  top: 0;
  width: 100%;
  /*height: 850px;*/
  padding: 130px 0 35px 0;
  /*background-repeat: no repeat;
	background-position: top center;
	background-size: cover;*/
  z-index: 2;
}
.home-intro h1.absurd {
  color: #ffffff;
  font-size: 3.8em;
  text-align: center;
  line-height: 1.2em;
  font-family: proxima-soft, Helvetica, Arial, sans-serif;
}
.homepage-video:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 150px solid white;
  border-left: 3000px solid transparent;
}
.project-slider .ccm-image-slider {
  height: 100%;
}
.project-slider .ccm-image-slider li {
  background-color: #f1f1f1;
}
.project-slider .ccm-image-slider h1 {
  font-size: 2.8em;
  margin-bottom: 1em;
}
.project-slider .ccm-image-slider p {
  font-size: 1.25em;
}
.project-slider .ccm-image-slider .row {
  padding: 0;
  margin: 0;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}
.project-slider .ccm-image-slider .row .six.columns {
  margin: 0;
  padding: 0;
  width: 50%;
  position: relative;
  height: 500px;
}
.project-slider .ccm-image-slider .slider-link {
  position: absolute;
  bottom: 60px;
  width: 100%;
  padding: 0 140px;
}
.project-slider .ccm-image-slider .slider-text {
  padding: 60px 140px;
}
.project-slider .ccm-image-slider .slider-image {
  background-repeat: no repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}
.project-slider .ccm-image-slider .rslides_nav {
  z-index: 2;
}
@media only screen and (min-width: 775px) and (max-width: 1220px) {
  .project-slider .slider-text {
    padding: 50px !important;
  }
  .project-slider .slider-link {
    bottom: 20px;
    width: 100%;
    padding: 0 50px !important;
  }
}
@media only screen and (max-width: 840px) {
  .project-slider .six.columns {
    height: 500px !important;
    width: auto !important;
  }
  .project-slider .slider-text {
    padding: 50px !important;
  }
  .project-slider .slider-text h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  .project-slider .slider-text p {
    font-size: 1em;
  }
  .project-slider .slider-link {
    bottom: 20px;
    width: 100%;
    padding: 0 50px !important;
  }
}
.home-slider .ccm-image-slider {
  padding-top: 270px;
  height: 100%;
}
.home-slider .ccm-image-slider h1 {
  font-size: 2.8em;
  margin-bottom: 1em;
}
.home-slider .ccm-image-slider p {
  font-size: 1.25em;
}
.home-slider .ccm-image-slider .row {
  padding: 0;
  margin: 0;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}
.home-slider .ccm-image-slider .row .eleven.columns {
  height: 650px;
}
.home-slider .ccm-image-slider .row .twelve.columns {
  height: 610px;
}
.home-slider .ccm-image-slider .slider-link {
  position: absolute;
  bottom: 60px;
  width: 100%;
  padding: 0 140px;
}
.home-slider .ccm-image-slider .slider-text {
  padding: 60px 0 0 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.home-slider .ccm-image-slider .slider-text h1,
.home-slider .ccm-image-slider .slider-text h2,
.home-slider .ccm-image-slider .slider-text h3,
.home-slider .ccm-image-slider .slider-text h4,
.home-slider .ccm-image-slider .slider-text h5,
.home-slider .ccm-image-slider .slider-text p {
  text-align: center;
}
.home-slider .ccm-image-slider .slider-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100%;
}
.home-slider .ccm-image-slider .rslides_nav {
  z-index: 2;
}
.home-slider .ccm-image-slider .rslides_tabs {
  position: absolute;
  top: 630px;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.home-slider .ccm-image-slider .rslides_tabs li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid #ababab;
  overflow: hidden;
  vertical-align: middle;
  margin: 20px 5px;
}
.home-slider .ccm-image-slider .rslides_tabs li a {
  text-indent: -100px;
  display: block;
}
.home-slider .ccm-image-slider .rslides_tabs li.rslides_here {
  background-color: #ababab;
}
@media only screen and (min-width: 480px) and (max-width: 1220px) {
  .home-slider .slider-text {
    padding: 50px !important;
  }
  .home-slider .slider-link {
    bottom: 20px;
    width: 100%;
    padding: 0 50px !important;
  }
  .home-slider .eleven.columns {
    height: 450px !important;
  }
  .home-slider .slider-image {
    background-position: top center !important;
  }
  .home-slider .rslides_tabs {
    top: 420px !important;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-video {
    min-height: 350px;
  }
  .homepage-video .wistia_embed {
    display: none;
  }
  .home-slider .ccm-image-slider {
    padding-top: 225px;
  }
  .home-slider .six.columns {
    width: auto !important;
  }
  .home-slider .slider-text {
    padding: 50px !important;
  }
  .home-slider .slider-text h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  .home-slider .slider-text p {
    font-size: 1em;
  }
  .home-slider .slider-link {
    bottom: 20px;
    width: 100%;
    padding: 0 50px !important;
  }
  .home-slider .eleven.columns {
    height: 250px !important;
  }
  .home-slider .slider-image {
    background-position: top center !important;
  }
  .home-slider .rslides_tabs {
    top: 230px !important;
  }
}
@media only screen and (max-width: 480px) {
  .knibbs-homepage .home-intro {
    padding: 90px 0 0 0;
  }
  .knibbs-homepage .home-intro h2 {
    font-size: 1.4em;
    margin-top: 35px;
  }
  .knibbs-homepage .header-nav {
    padding: 10px 0 0 5px;
    width: 100%;
  }
  .knibbs-homepage .header-nav h4 {
    font-size: 1.2em;
  }
}
/* Service Pages - - - - - - - - - - - - - - - - - - - - - - - - - - */
.mc .services_header {
  height: auto;
  width: 100%;
  position: relative;
  overflow: visible;
  margin-bottom: 50px;
}
.mc .services_header .primary:after,
.mc .services_header .secondary:after,
.mc .services_header .tertiary:after {
  display: none;
}
.mc .services_header:after {
  content: "";
  position: absolute;
  z-index: 1;
  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: 150px solid white;
  border-right: 3000px solid transparent;
}
/* About Pages - - - - - - - - - - - - - - - - - - - - - - - - - - */
.about-intro {
  position: relative;
  width: 100%;
  height: 650px;
  background-color: #231f20;
  padding: 300px 0 35px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url('/packages/knibbs/themes/knibbs/img/knibbs-about-us.jpg');
}
.about-intro h1.absurd {
  color: #ffffff;
  font-size: 3.8em;
  text-align: center;
  line-height: 1.2em;
}
.mc .about-wrapper,
footer {
  position: relative;
  z-index: 9;
}
.mc .about-wrapper {
  background-color: #fff;
  padding-top: 0;
}
@media only screen and (max-width: 480px) {
  .about-intro {
    height: 350px;
    padding: 140px 0 0 0;
  }
  .mc .about-wrapper {
    padding-top: 20px;
  }
}
/* contact page */
.mc .contact {
  padding-top: 75px;
  top: 0;
}
.mc .contact p,
.mc .contact h1,
.mc .contact h2,
.mc .contact h3,
.mc .contact h4,
.mc .contact h5,
.mc .contact h6 {
  color: #ffffff;
}
.mc .contact a {
  color: #ffffff;
  text-decoration: underline;
}
.mc .contact ol.breadcrumb li {
  color: #ffffff;
}
.mc .contact ol.breadcrumb li a {
  text-decoration: none;
}
.contact-page {
  position: relative;
  min-height: 531px;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .contact-page {
    padding-top: 0px;
  }
}
.knibbs-map {
  position: absolute;
  right: 0;
  top: 0;
  width: 700px;
  height: 652px;
  overflow: hidden;
  cursor: default;
}
.knibbs-map #canvas {
  background-color: #FFFFFF;
  width: 700px;
  height: auto;
}
@media only screen and (max-width: 1399px) {
  .knibbs-map {
    width: 600px;
    height: auto;
  }
  .knibbs-map #canvas {
    width: 600px;
  }
}
@media only screen and (max-width: 1190px) {
  .knibbs-map {
    width: 500px;
  }
  .knibbs-map #canvas {
    width: 500px;
  }
}
@media only screen and (max-width: 994px) {
  .knibbs-map {
    width: 420px;
  }
  .knibbs-map #canvas {
    width: 420px;
  }
}
@media only screen and (max-width: 840px) {
  .knibbs-map {
    width: 380px;
  }
  .knibbs-map #canvas {
    width: 380px;
  }
}
@media only screen and (max-width: 768px) {
  .knibbs-map {
    position: relative;
    width: 90%;
    height: auto;
    float: right;
  }
  .knibbs-map #canvas {
    width: 100%;
  }
}
.redactor-box textarea {
  color: #fffc !important;
}
.outdatedbrowser {
  position: fixed;
  width: 100%;
  display: block;
  z-index: 101;
  height: 35px;
}
.outdatedbrowser .browserupgrade {
  margin: 0;
  background: #ccc;
  color: #231f20;
  padding: 5px 0;
}
label[for=fieldName],
label[for=fieldEmail] {
  font-weight: 400;
}
.js-cm-submit-button {
  background-color: #325379;
  border-color: #2b4767;
  border: 1px solid #0000;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 0px;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 15.5px;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
  grid-column-gap: 0.5%;
  margin-bottom: 75px;
}
.grid-container > div {
  margin-bottom: 8px;
}
.grid-container > div:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  margin-bottom: 0 !important;
}
.grid-container > div:nth-child(1) .portal.large .image {
  min-height: 455px !important;
}
.grid-container > div:nth-child(2) {
  margin-bottom: 0 !important;
}
.grid-container > div:nth-child(3) {
  grid-row: span 2;
  margin-top: 8px;
}
.grid-container > div:nth-child(4) {
  grid-row: span 2;
}
.grid-container > div:nth-child(6) {
  grid-column: span 2;
  grid-row: span 2;
}
@media only screen and (min-width: 650px) and (max-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(49.5%, 1fr));
  }
  .grid-container > div:nth-child(1) {
    margin-bottom: 8px !important;
  }
  .grid-container > div:nth-child(2) {
    margin-bottom: 8px !important;
  }
  .grid-container > div:nth-child(3) {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 650px) {
  .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    grid-column-gap: 0;
  }
  .grid-container > div:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
    margin-bottom: 8px !important;
  }
  .grid-container > div:nth-child(2) {
    margin-bottom: 8px !important;
  }
  .grid-container > div:nth-child(3) {
    grid-row: span 1;
    margin-top: 0 !important;
  }
  .grid-container > div:nth-child(4) {
    grid-row: span 1;
  }
  .grid-container > div:nth-child(6) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.crt-grid-post {
  border: 3px solid #fff !important;
}
.crt-post-hover {
  display: none !important;
}
.crt-logo.crt-tag {
  display: none !important;
}
/* ==========================================================================
   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: 1em 0;
  padding: 0;
}
.knibbs_refresh .home-intro hr {
  border-top: 10px solid #8f8563;
  width: 60%;
}
.knibbs_refresh hr {
  border-top: 3px solid #8f8563;
  width: 50%;
  margin: -1em 0 0 0;
  float: left;
}
/*
 * 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 {
  *zoom: 1;
}
.clearfix:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}
.clearfix:before,
.row: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;
  }
}
