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

// Extra small screen / phone 
//** Deprecated `@screen-xs` as of v3.0.1 */
/** Deprecated `@screen-xs-min` as of v3.2.0*/
/** Deprecated `@screen-phone` as of v3.0.1 */
/*// Small screen / tablet
//** Deprecated `@screen-sm` as of v3.0.1 */
/** Deprecated `@screen-tablet` as of v3.0.1*/
/*// Medium screen / desktop
//** Deprecated `@screen-md` as of v3.0.1 */
/** Deprecated `@screen-desktop` as of v3.0.1 */
/*// Large screen / wide desktop
//** Deprecated `@screen-lg` as of v3.0.1 */
/** Deprecated `@screen-lg-desktop` as of v3.0.1 */
/*/ So media queries don't overlap when required, provide a maximum */
/*== Button Defaults
//
//## For each of Bootstrap's buttons, define text, background and border color. */
.btn-default {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.btn-default:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.btn-tertiary:hover {
  background-color: #dcbe7a !important;
  color: #ffffff !important;
}
/* Default Colours */
/* 2dc3aa*/
/*  d65a47*/
/* Default greys */
/* - - - - - - - - - - HTML RESET - - - - - - - - - - */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
svg:not(:root) {
  overflow: hidden;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* - - - - - - - - - - Defaults - - - - - - - - - - */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1;
  color: #312f30;
  background-color: #ffffff;
}
.mc {
  /* - - - - - - - - - - HIGHLIGHT COLOURS - - - - - - - - - - */
  /* - - - - - - - - - - GUMBY FRAMEWORK - - - - - - - - - - */
  /* To fix the grid into a different size, set max-width to your desired width */
  /* Column Classes */
  /* Push Classes */
  /* Centered Classes */
  /* Hybrid Grid Columns */
  /* Hybrid Push Classes */
  /* Hybrid Centered Classes */
  /* CUSTOM GRID 15 Columns */
  /* Tile Grid */
}
.mc ::-moz-selection {
  background: #d4d4d4;
  text-shadow: none;
}
.mc ::selection {
  background: #d4d4d4;
  text-shadow: none;
}
.mc .row,
.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;
  }
}
.mc {
  /* Main Styles  */
  /* HEADING COLORS */
  /* HEADING LINK COLORS */
  /* Lists */
  /* Unordered Lists */
  /* Ordered Lists */
}
.mc a {
  color: #697775;
  text-decoration: none;
  outline: 0;
  line-height: inherit;
  font-weight: 400;
  -webkit-transition: all .5s;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  transition-property: all;
  transition-duration: .5s;
}
.mc a:hover,
.mc a:focus {
  color: #454e4d;
  text-decoration: none;
}
.mc h1,
.mc h2,
.mc h3,
.mc h4,
.mc h5,
.mc h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  font-weight: 300;
  color: #312f30;
}
.mc h1 a,
.mc h2 a,
.mc h3 a,
.mc h4 a,
.mc h5 a,
.mc h6 a {
  color: #697775;
}
.mc .mc h4 a {
  font-weight: 300;
}
.mc .h1,
.mc h1 {
  font-size: 2.4em;
  line-height: 1.25em;
  margin-bottom: 1em;
  color: #697775;
}
.mc .h2,
.mc h2 {
  font-size: 2em;
  line-height: 1.05em;
  margin-bottom: 0.5em;
  color: #697775;
}
.mc .h3,
.mc h3 {
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 1em;
}
.mc .h4,
.mc h4 {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
.mc .h5,
.mc h5 {
  font-size: 1.125em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
.mc .h6,
.mc h6 {
  font-size: 1.05em;
  line-height: .25em;
  margin-bottom: 0.5em;
}
.mc .p,
.mc p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.mc .header-line {
  font-size: 1.75em;
  display: flex;
  flex: 1;
  width: 90%;
  margin: 20px auto;
  line-height: 1em;
  margin-bottom: 0.5em;
  color: #697775;
}
.mc .header-line:before,
.mc .header-line:after {
  content: "";
  flex-grow: 1;
  margin: 0px 10px;
  background: linear-gradient(to right, #697775, #697775);
  background-size: 100% 2px;
  background-position: 0% 50%;
  background-repeat: repeat-x;
}
.mc .intro {
  margin-bottom: 15px;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.4;
  color: #697775;
}
@media (min-width: 768px) {
  .mc .intro {
    font-size: 1em;
  }
}
.mc em {
  font-style: italic;
  line-height: inherit;
}
.mc strong,
.mc b {
  font-weight: 700;
  line-height: inherit;
  color: #697775;
}
.mc #footer,
.mc small {
  font-size: 80%;
}
.mc small,
.mc .small {
  font-size: 83%;
}
.mc mark,
.mc .mark {
  background-color: #f0ad4e;
  padding: .2em;
}
.mc sub,
.mc sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.mc sup {
  top: -0.5em;
}
.mc sub {
  bottom: -0.25em;
}
.mc .align-left {
  text-align: left;
}
.mc .align-right {
  text-align: right;
}
.mc .align-center {
  text-align: center;
}
.mc .align-justify {
  text-align: justify;
}
.mc .align-nowrap {
  white-space: nowrap;
}
.mc .text-lowercase {
  text-transform: lowercase;
}
.mc .text-uppercase {
  text-transform: uppercase;
}
.mc .text-capitalize {
  text-transform: capitalize;
}
.mc .text-underline {
  text-decoration: underline;
}
.mc .text-primary {
  color: #697775;
}
.mc .text-secondary {
  color: #e8e9e3;
}
.mc .text-tertiary {
  color: #dcbe7a;
}
.mc .text-success {
  color: #5cb85c;
}
.mc .text-info {
  color: #5bc0de;
}
.mc .text-warning {
  color: #f0ad4e;
}
.mc .text-danger {
  color: #d9534f;
}
.mc ul,
.mc ol,
.mc dl {
  font-size: inherit;
  line-height: 1.4;
  margin-bottom: 1.25em;
  margin-left: 18px;
  list-style-position: inside;
  font-family: inherit;
}
.mc ul {
  list-style: disc;
}
.mc ol {
  list-style: decimal;
}
.mc ul li ul,
.mc ul li ol {
  margin-bottom: 0;
  font-size: 0.95em /* Override nested font-size change */;
}
.mc ul.square li ul,
.mc ul.circle li ul,
.mc ul.disc li ul {
  list-style: inherit;
}
.mc ul.square {
  list-style-type: square;
}
.mc ul.circle {
  list-style-type: circle;
}
.mc ul.disc {
  list-style-type: disc;
}
.mc ul.no-bullet {
  list-style: none;
}
.mc ol li ul,
.mc ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}
.mc dl {
  margin-top: 0;
  margin-bottom: 15px;
}
.mc dt,
.mc dd {
  line-height: 1;
}
.mc dt {
  font-weight: bold;
}
.mc dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .mc .dl-horizontal dt {
    float: left;
    width: 35%;
    clear: left;
    text-align: right;
  }
  .mc .dl-horizontal dd {
    margin-left: 35%;
  }
}
.mc blockquote,
.mc .blockquote {
  padding: 7.5px 15px;
  margin: 0 0 15px;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 1em;
  color: #697775;
}
.mc blockquote p:last-child,
.mc .blockquote p:last-child,
.mc blockquote ul:last-child,
.mc .blockquote ul:last-child,
.mc blockquote ol:last-child,
.mc .blockquote ol:last-child {
  margin-bottom: 0;
}
.mc blockquote footer,
.mc .blockquote footer,
.mc blockquote small,
.mc .blockquote small,
.mc blockquote .small,
.mc .blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1;
}
.mc blockquote footer:before,
.mc .blockquote footer:before,
.mc blockquote small:before,
.mc .blockquote small:before,
.mc blockquote .small:before,
.mc .blockquote .small:before {
  content: '\2014 \00A0';
}
.mc .blockquote-reverse,
.mc blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #333333;
  border-left: 0;
  text-align: right;
}
.mc .blockquote-reverse footer:before,
.mc blockquote.pull-right footer:before,
.mc .blockquote-reverse small:before,
.mc blockquote.pull-right small:before,
.mc .blockquote-reverse .small:before,
.mc blockquote.pull-right .small:before {
  content: '';
}
.mc .blockquote-reverse footer:after,
.mc blockquote.pull-right footer:after,
.mc .blockquote-reverse small:after,
.mc blockquote.pull-right small:after,
.mc .blockquote-reverse .small:after,
.mc blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.mc address {
  margin-bottom: 15px;
  font-style: normal;
  line-height: 1;
}
.mc {
  /* - - - - - - - - - - TABLE GENERAL COLUMN STRUCTURE - - - - - - - - - - */
  /* Table Cell */
  /* Table Header */
  /* Table row */
}
.mc table {
  font-family: inherit;
  font-size: 0.8em;
  line-height: 16px;
  margin: 0px;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin: 30px 0px;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.mc table * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mc table p {
  margin-bottom: 0px;
}
.mc table td {
  font-weight: bold;
  padding: 10px 15px;
  border-bottom: 1px solid #dcdcdc;
}
.mc table th {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #b2b2b2;
  text-transform: uppercase;
  padding: 15px 15px;
  border-bottom: 1px solid #dcdcdc;
}
.mc table tr th {
  background: #FFFFFF;
}
.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 */
  }
  .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;
  }
}
.mc {
  /* INPUTS */
  /* FIELDS */
  /* INLINE */
  /* SLIDERS & INPUTS */
  /* RADIOS */
  /* SUBMIT */
  /* FIELDS MOBILE */
  /* FORM MESSAGES */
}
.mc input[type=text],
.mc input[type=email],
.mc input[type=tel],
.mc input[type=url],
.mc input[type=number],
.mc input[type=password],
.mc textarea {
  border: 1px solid #d9d9d9;
  font-size: inherit;
  font-family: Arial, sans-serif;
  color: #959595;
  padding: 8px 0 8px 8px;
  margin: 0 0 12px 0px;
  background-color: #fff;
  width: 100% !important;
  outline: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mc input[type=text]:focus,
.mc input[type=email]:focus,
.mc input[type=tel]:focus,
.mc input[type=url]:focus,
.mc input[type=number]:focus,
.mc input[type=password]:focus,
.mc textarea:focus {
  color: #444;
  border: 1px solid #474747;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.mc select {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  width: 100%;
  height: 36px;
  border: 1px solid #d9d9d9;
  font-size: inherit;
  padding: 8px 0 8px 8px;
  margin: 0 0 12px;
  background-color: #fff;
  -webkit-appearance: menulist;
  border: 0;
}
.mc .field {
  margin: 0px;
  width: 100%;
  padding: 0px;
}
.mc .field > label {
  margin: 0 0 .75em;
  display: block;
  color: #ffffff;
  font-size: .9em;
}
.mc .fields {
  clear: both;
}
.mc .fields:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mc .fields > .field {
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mc .fields > .field:first-child {
  border-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mc .one.fields > .fields,
.mc .one.fields > .field {
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
}
.mc .two.fields > .fields,
.mc .two.fields > .field {
  width: 50%;
  padding-left: 1%;
  padding-right: 1%;
}
.mc .three.fields > .fields,
.mc .three.fields > .field {
  width: 33.333%;
  padding-left: 1%;
  padding-right: 1%;
}
.mc .four.fields > .fields,
.mc .four.fields > .field {
  width: 25%;
  padding-left: 1%;
  padding-right: 1%;
}
.mc .five.fields > .fields,
.mc .five.fields > .field {
  width: 20%;
  padding-left: 1%;
  padding-right: 1%;
}
.mc .fields > .field .inline {
  float: left;
  margin: 8px 10px 0px 0px;
}
.mc .fields > .field .inline:last-child {
  margin-right: 0px;
}
.mc .loan.fields > .field > .value {
  width: 33.333%;
  padding-right: 1%;
  margin-right: 1%;
  float: left;
}
.mc .loan.fields .field > .slider {
  width: 65.6%;
  padding-top: 15px;
  float: left;
}
.mc .fields > .field input[type="radio"] {
  margin: 0px 6px 10px 0px;
}
.mc .fields > .field input[type="checkbox"] {
  margin: 0px 6px 10px 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;
}
/* END .mc */
/* Button color */
.mc .ccm-block-type-form .btn-primary {
  background-color: #dcbe7a;
  border-color: #dcbe7a;
  color: #312f30;
}
.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: #33363d;
}
.black-bk {
  background-color: #33363d;
}
.white-color {
  color: #ffffff;
}
.white-bk {
  background-color: #ffffff;
}
.grey-color {
  color: #555555;
}
.grey-bk {
  background-color: #555555;
}
.light-grey-color {
  color: #f3f3f6;
}
.light-grey-bk {
  background-color: #f3f3f6;
}
.default-color {
  color: #f1f1f1;
}
.default-bk {
  background-color: #f1f1f1;
}
.default-bk p,
.default-bk h1,
.default-bk h2,
.default-bk h3,
.default-bk h4,
.default-bk h5,
.default-bk h6 {
  color: #312f30 !important;
}
/* */
.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: #697775;
}
.primary-bk {
  background-color: #697775;
}
.secondary-color {
  color: #e8e9e3;
}
.secondary-bk {
  background-color: #e8e9e3;
}
.tertiary-color {
  color: #dcbe7a;
}
.tertiary-bk {
  background-color: #dcbe7a;
}
.mc .header-spacer {
  background-color: rgba(68, 81, 96, 0.8);
  min-height: 80px;
  position: relative;
  width: 100%;
}
.mc .header-full-fixed {
  z-index: 100;
  position: fixed;
  top: 0;
  transition: top 0.5s ease-in-out;
  height: auto;
  width: 100%;
}
.mc .header-full-fixed .mobile-nav-only {
  display: none;
}
.mc .header-full-fixed .search-mobile {
  display: none;
}
.mc .header-full-fixed .header-container {
  background-color: #ffffff;
  min-height: 80px;
}
.mc .header-full-fixed .header-logo {
  padding: 10px;
  float: left;
  width: 350px;
  position: absolute;
}
.mc .header-full-fixed .header-nav {
  float: right;
  width: auto;
  display: block;
}
.mc .header-full-fixed .header_info {
  width: 100%;
}
.mc .header-full-fixed .header-right {
  float: right;
  width: auto;
  min-height: 35px;
  padding: 5px 10px;
  margin: 0 18px 0 0;
  background-color: #ffffff;
}
.mc .header-full-fixed .header-right p {
  margin-bottom: 0;
  color: #ffffff;
}
.mc .header-full-fixed .btn,
.mc .header-full-fixed .ccm-block-social-links {
  float: left;
}
.mc .header-full-fixed .btn {
  margin-top: 18px;
}
.mc .header-full-fixed .ccm-block-social-links {
  margin-top: 20px;
  margin-left: 10px;
}
.mc .header-full-fixed .ccm-block-social-links a {
  color: #FFF;
}
.mc .header-full-fixed .ccm-block-social-links a:hover {
  color: #697775;
}
/* END .mc */
@media only screen and (max-width: 580px) {
  .mc .header-full-fixed .header-right,
  .mc .header-full-fixed .header-left {
    display: none;
  }
  .mc .header-full-fixed .header-container {
    max-height: 60px;
    min-height: 60px;
  }
  .mc .header-full-fixed .header-container .header-logo {
    width: 250px;
    padding-top: 5px;
  }
  .mc .header-full-fixed .mobile-nav-only {
    display: block;
    padding: 10px;
    background-color: #e8e9e3;
  }
  .mc .header-full-fixed .mobile-nav-only p {
    margin-bottom: 0;
    color: #ffffff;
  }
  .mc .header-full-fixed .search-mobile {
    display: block;
    padding: 10px;
    background-color: #697775;
  }
  .mc .header-full-fixed .btn {
    margin-top: 0px;
  }
  .mc .header-full-fixed .btn,
  .mc .header-full-fixed .ccm-block-social-links {
    float: none;
  }
  .mc .header-full-fixed .ccm-block-social-links {
    margin: 0px;
  }
  .mc .header-full-fixed #horizontal-nav .ccm-block-social-links ul.list-inline li {
    border-top: none;
    border-bottom: none;
  }
  .mc .ccm-block-switch-language-flags {
    width: 100%;
  }
}
@media only screen and (max-width: 310px) {
  .mc .header-full-fixed .header-logo {
    max-width: 150px;
  }
  .mc .header-full-fixed .header-container,
  .mc .header-spacer {
    min-height: 55px;
  }
}
/* IE8 Fixes */
.ie8 .header-full-fixed {
  top: 30px;
}
.ie8 .header-full-fixed .header-container {
  background-color: #dcbe7a;
}
/* Header Top Nav */
.mc .header-spacer {
  background-color: rgba(68, 81, 96, 0.8);
  min-height: 60px;
  position: relative;
  width: 100%;
}
.mc .home_header {
  position: relative;
  /*z-index:1; */
}
.mc .home_header .header-full-fixed_home_home {
  position: relative;
  top: -80px;
}
.mc .home_header .header-full-fixed_home_home .nav-btn {
  display: none;
}
.mc .home_header .is-sticky {
  height: 80px !important;
}
.mc .home_header .is-sticky .nav-btn {
  display: block;
}
.mc .header-full-fixed_home {
  z-index: 100;
  position: relative;
  /*top: 0;*/
  transition: top 0.5s ease-in-out;
  height: auto;
  width: 100%;
}
.mc .header-full-fixed_home .mobile-nav-only {
  display: none;
}
.mc .header-full-fixed_home .search-mobile {
  display: none;
}
.mc .header-full-fixed_home .header-container {
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 60px;
  max-height: 60px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .mc .header-full-fixed_home .header-container {
    text-align: right;
  }
}
.mc .header-full-fixed_home .header-logo_gen,
.mc .header-full-fixed_home .header-logo_home,
.mc .header-full-fixed_home .header-logo-sticky {
  padding: 15px 20px;
  width: 500px;
  top: 0;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -130%);
  position: absolute !important;
}
.mc .header-full-fixed_home .header-logo-sticky {
  max-width: 200px;
  padding: 5px 20px;
  opacity: 0;
  position: absolute;
}
.mc .header-full-fixed_home .header-logo_gen {
  max-width: 150px;
  padding: 5px 20px;
  position: absolute;
}
.mc .header-full-fixed_home .header-logo_home {
  position: fixed;
}
.mc .header-full-fixed_home .nav_container {
  max-width: 1560px;
  margin: 0 auto;
}
.mc .header-full-fixed_home .header-nav {
  width: auto;
  display: inline-block;
}
.mc .header-full-fixed_home .header-right {
  float: right;
  width: auto;
  display: inline-block;
}
.mc .header-full-fixed_home .btn,
.mc .header-full-fixed_home .ccm-block-social-links {
  float: left;
}
.mc .header-full-fixed_home .btn {
  margin-top: 18px;
}
.mc .header-full-fixed_home .ccm-block-social-links {
  margin-top: 20px;
  margin-left: 10px;
}
.mc .header-full-fixed_home .ccm-block-social-links a {
  color: #FFF;
}
.mc .header-full-fixed_home .ccm-block-social-links a:hover {
  color: #697775;
}
.mc .header-full-fixed_home .search_area {
  display: block;
}
@media only screen and (max-width: 580px) {
  .mc .header-full-fixed_home .search_area {
    display: none;
  }
}
.mc #header-sticky-wrapper {
  height: 80px !important;
}
.mc .is-sticky #header.header-full-fixed_home {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .5s;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  transition-property: all;
  transition-duration: .5s;
}
.mc .is-sticky #header.header-full-fixed_home #horizontal-nav .knibbsmenu.knibbs-lg a {
  color: #312f30;
}
.mc .is-sticky #header.header-full-fixed_home #horizontal-nav .knibbsmenu.knibbs-lg ul li ul li a {
  color: #312f30;
}
.mc .is-sticky #header.header-full-fixed_home .knibbsmenu.knibbs-lg ul li.with-ul a:after {
  color: #312f30;
}
.mc .is-sticky #header.header-full-fixed_home .knibbs-button .knibbs-bar {
  background-color: #312f30;
}
.mc .is-sticky #header.header-full-fixed_home .knibbs-button .nav-text {
  color: #312f30;
}
.mc .is-sticky #header.header-full-fixed_home .knibbs-button:hover .knibbs-bar {
  background-color: #697775;
}
.mc .is-sticky #header.header-full-fixed_home .knibbs-button:hover .nav-text {
  color: #697775;
}
.mc .is-sticky #header.header-full-fixed_home .navicon:after {
  color: #312f30;
}
.mc .is-sticky #headerHome .header-logo_home {
  -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;
  opacity: 0;
}
.mc .is-sticky #headerHome .header-logo-sticky {
  -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;
  opacity: 1;
}
/* END .mc */
@media only screen and (max-width: 580px) {
  .mc .header-full-fixed_home .header-right {
    display: none;
  }
  .mc .header-full-fixed_home .mobile-nav-only {
    display: block;
    padding: 10px;
    background-color: #e8e9e3;
  }
  .mc .header-full-fixed_home .search-mobile {
    display: block;
    padding: 10px;
    background-color: #dcbe7a;
  }
  .mc .header-full-fixed_home .btn {
    margin-top: 0px;
  }
  .mc .header-full-fixed_home .btn,
  .mc .header-full-fixed_home .ccm-block-social-links {
    float: none;
  }
  .mc .header-full-fixed_home .ccm-block-social-links {
    margin: 0px;
  }
  .mc .header-full-fixed_home #horizontal-nav .ccm-block-social-links ul.list-inline li {
    border-top: none;
    border-bottom: none;
  }
  .mc .ccm-block-switch-language-flags {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .mc .header-full-fixed_home .header-logo {
    max-width: 105px;
  }
  .mc .header-full-fixed_home .header-container,
  .mc .header-spacer {
    min-height: 55px;
  }
}
/* IE8 Fixes */
.ie8 .header-full-fixed_home {
  margin-top: 30px;
}
.ie8 .header-full-fixed_home .header-container {
  background-color: #dcbe7a;
}
.ie8 .header-full-fixed_home .header-logo_home {
  display: none;
}
/* Header Home Bottom Nav */
.mc .header_hamburger .header-full-fixed {
  width: 100%;
  min-height: 60px;
  max-height: 60px;
  position: fixed;
  z-index: 100;
  transition: top 0.5s ease-in-out;
  background-color: rgba(68, 81, 96, 0);
}
.mc .header_hamburger .header-full-fixed:before {
  position: absolute;
  content: "";
  display: block;
  height: 60px;
  width: 100%;
  z-index: 1;
}
.mc .header_hamburger .header-full-fixed .header-content {
  float: left;
  width: 33.3333%;
  color: #ffffff;
  position: relative;
  z-index: 101;
  padding-left: 15px;
  padding-top: 15px;
}
.mc .header_hamburger .header-full-fixed .header-content h4,
.mc .header_hamburger .header-full-fixed .header-content a {
  color: #ffffff;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 10px;
}
.mc .header_hamburger .header-full-fixed .header-container {
  min-height: 60px;
  background-color: transparent;
}
.mc .header_hamburger .header-full-fixed .header-logo {
  width: 33.3333%;
  background-image: url('/packages/knibbs/themes/knibbs/img/knibbs-master-logo-white.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  min-height: 60px;
  position: relative;
  z-index: 99;
  margin: 0 auto;
}
.mc .header_hamburger .header-full-fixed .header-nav {
  float: right;
  width: 33.3333%;
  min-height: 60px;
  position: relative;
  z-index: 101;
}
.mc .header_hamburger .header-full-fixed .header-nav .nav-btn {
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
}
.mc .header_hamburger #headerHamburger.nav-up {
  top: -115px !important;
}
.mc .header_hamburger #headerHamburger.nav-down {
  background-color: rgba(133, 152, 175, 0.95);
}
.mc .header_hamburger #header-container {
  position: fixed;
  background-color: rgba(133, 152, 175, 0.95);
  width: 100%;
  height: 100%;
  z-index: 98;
  display: none;
  color: #FFF;
}
.mc .header_hamburger #header-container h1,
.mc .header_hamburger #header-container h2,
.mc .header_hamburger #header-container h3,
.mc .header_hamburger #header-container h4,
.mc .header_hamburger #header-container h5,
.mc .header_hamburger #header-container h6,
.mc .header_hamburger #header-container p {
  color: #FFF;
}
.mc .header_hamburger #header-container #navcontent {
  position: absolute;
  margin: 0 auto;
  left: 0;
  padding-top: 140px;
  width: 100% !important;
}
.mc .header_hamburger #header-container ul {
  text-align: center;
  margin: 0;
}
.mc .header_hamburger #header-container ul li {
  list-style: none;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #5b7594;
}
.mc .header_hamburger #header-container ul li a {
  color: #FFF;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 300;
}
.mc .header_hamburger #header-container ul li a:hover {
  opacity: 0.4;
  text-decoration: none;
}
.mc .header_hamburger #header-container.open {
  display: block;
}
@media only screen and (max-width: 630px) {
  .mc .header_hamburger .header-full-fixed {
    min-height: 80px;
    max-height: 80px;
  }
  .mc .header_hamburger .header-full-fixed:before {
    height: 80px;
  }
  .mc .header_hamburger .header-full-fixed .header-container {
    min-height: 80px;
  }
  .mc .header_hamburger .header-full-fixed .header-nav {
    min-height: 80px;
  }
  .mc .header_hamburger .header-full-fixed .header-content {
    width: 25%;
  }
  .mc .header_hamburger .header-full-fixed .header-content h4,
  .mc .header_hamburger .header-full-fixed .header-content a {
    padding-top: 0px;
    padding-left: 0px;
  }
  .mc .header_hamburger .header-full-fixed .header-logo {
    background-image: url('/packages/knibbs/themes/knibbs/img/knibbs-master-logo-white.png');
    width: 40%;
  }
  .mc .header_hamburger .header-full-fixed .header-nav {
    width: 25%;
  }
}
@media only screen and (max-width: 380px) {
  .mc .header_hamburger .header-full-fixed .header-content {
    width: 100%;
    text-align: center;
    padding-top: 5px;
  }
  .mc .header_hamburger .header-full-fixed .header-content p {
    margin-bottom: 0;
    font-size: 1em;
  }
  .mc .header_hamburger .header-full-fixed .header-logo {
    width: 50%;
    margin-left: 25%;
    min-height: 50px;
  }
  .mc .header_hamburger .header-full-fixed .header-nav {
    width: 20%;
  }
}
@media only screen and (max-width: 480px) {
  .header_hamburger #header-container .row .twelve.columns {
    width: 100% !important;
  }
  .header_hamburger #header-container ul li {
    padding: 10px 0;
  }
  .header_hamburger #header-container ul li a {
    font-size: 1.5em;
  }
}
/* nav icon */
.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;
}
/* ============ 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: 60px !important;
}
/* IE8 Fixes */
.ie8 .header_hamburger .header-full-fixed {
  background-color: #e8e9e3;
  top: 30px;
}
.ie8 .header_hamburger #headerHamburger.nav-down {
  background-color: #e8e9e3;
}
.ie8 .header_hamburger #header-container {
  background-color: #e8e9e3;
}
.ie8 .header_hamburger .header-logo {
  background-image: url('/packages/knibbs/themes/knibbs/img/knibbs-master-logo-white_sm.png') !important;
  text-align: center;
}
/* Header Hamburger Nav */
.mc #footer,
.mc footer {
  font-size: 90%;
  height: auto;
  padding: 30px 0 10px;
  background-color: #ffffff;
  color: #ffffff;
}
.mc #footer p,
.mc footer p,
.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 a,
.mc footer a {
  color: #312f30;
}
.mc #footer .footer-logo,
.mc footer .footer-logo {
  margin: 0 30px 20px 0;
  display: inline-block;
  vertical-align: top;
}
.mc #footer .sign_off,
.mc footer .sign_off {
  border-top: 1px solid rgba(49, 47, 48, 0.25);
  padding: 20px 10px 0 10px;
  margin-top: 20px;
}
.mc #footer .sign_off .seven.columns,
.mc footer .sign_off .seven.columns {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .mc #footer .sign_off .seven.columns,
  .mc footer .sign_off .seven.columns {
    text-align: left;
  }
}
.mc #footer ul.horizontal-nav,
.mc footer ul.horizontal-nav {
  margin: 0px;
  list-style: none;
}
.mc #footer ul.horizontal-nav li,
.mc footer ul.horizontal-nav li {
  display: inline-block;
  width: 45%;
  padding: 3px 0px;
}
/* END .mc */
@media only screen and (max-width: 768px) {
  .mc #footer .footer-logo,
  .mc footer .footer-logo {
    margin: 0 auto 20px;
    display: block;
  }
}
#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;
}
.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: "proxima-nova", Helvetica, Arial, sans-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%;
}
#horizontal-nav .knibbs-button {
  display: none;
  box-sizing: border-box;
  /*background-color: inherit;*/
  padding: 14px 18px;
  color: #ffffff;
  float: right;
  text-align: right;
}
#horizontal-nav .knibbs-button:hover {
  cursor: pointer;
  color: #b3b3b3;
}
#horizontal-nav .knibbs-button:hover .nav-text {
  color: #b3b3b3;
}
#horizontal-nav .knibbs-button:hover .knibbs-bar {
  background-color: #697775;
}
#horizontal-nav .knibbs-button .knibbs-bar {
  background-color: #697775;
  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;
}
#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);
  -moz-box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0);
  box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0);
  background: #dcbe7a;
}
#horizontal-nav .knibbsmenu.knibbs-lg {
  margin: auto;
}
#horizontal-nav .knibbsmenu.knibbs-lg .navicon:after {
  content: "\f107";
  color: #312f30;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 2px;
  top: 10px;
}
#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;
  min-height: 45px;
}
#horizontal-nav .knibbsmenu.knibbs-lg a,
#horizontal-nav .knibbsmenu.knibbs-lg li ul li > .nav-dropdown {
  display: block;
  padding: 10px 18px;
  color: #312f30;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}
#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 @lg-nav-border-top-color;*/
  background: rgba(255, 255, 255, 0.8);
}
#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 rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(242, 242, 242, 0.8);
}
#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 @sm-nav-border-top-color;*/
  border-bottom: 1px solid rgba(242, 242, 242, 0.8);
  margin-bottom: 0px;
}
#horizontal-nav .knibbsmenu.knibbs-sm ul li a {
  /*background-color: @sm-nav-bk-color;*/
}
#horizontal-nav .knibbsmenu.knibbs-sm ul li a:hover,
#horizontal-nav .knibbsmenu.knibbs-sm ul li a.active {
  background-color: rgba(242, 242, 242, 0.8);
}
#horizontal-nav .knibbsmenu.knibbs-sm ul ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
#horizontal-nav .knibbsmenu.knibbs-sm ul ul li a {
  background-color: #758582;
}
#horizontal-nav .knibbsmenu.knibbs-sm ul ul li a:hover,
#horizontal-nav .knibbsmenu.knibbs-sm ul ul li a.active {
  background-color: rgba(242, 242, 242, 0.8);
}
#horizontal-nav .knibbsmenu.knibbs-sm ul ul li ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
#horizontal-nav .knibbsmenu.knibbs-sm ul ul li ul li a {
  background-color: rgba(255, 255, 255, 0.8);
}
#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: rgba(255, 255, 255, 0.8);
}
#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: #ffffff;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 18px;
  top: 15px;
}
/* END  #horizontal-nav */
/* - - - - - - - - - - - - - - - - Alternative Navigation Overrides - - - - - - - - - - - - - - - - */
.header-full-fixed_home #horizontal-nav .knibbsmenu.knibbs-lg a {
  padding: 19px 18px;
}
.header-full-fixed_home #horizontal-nav .knibbsmenu.knibbs-lg .navicon:after {
  top: 19px;
}
.header-full-fixed_home #horizontal-nav .knibbsmenu.knibbs-lg li ul a {
  padding: 10px 18px;
}
.header-full-fixed_home #horizontal-nav .knibbsmenu.knibbs-sm ul li a {
  padding: 10px 18px;
}
.header-full-fixed_home #horizontal-nav .knibbsmenu.knibbs-sm .navicon:after {
  right: 2px;
  top: 10px;
}
.header-full-fixed_home #horizontal-nav .knibbs-button {
  padding: 21px 18px;
}
/* - - - - - - - - - - - - - - - - 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: 580px) {
  .mc #horizontal-nav .knibbs-button,
  .mc.fr #horizontal-nav .knibbs-button,
  .mc.de #horizontal-nav .knibbs-button {
    padding: 21px 18px;
  }
  .mc .header-full-fixed_home #horizontal-nav .knibbs-button,
  .mc.fr .header-full-fixed_home #horizontal-nav .knibbs-button,
  .mc.de .header-full-fixed_home #horizontal-nav .knibbs-button {
    padding: 21px 18px;
  }
}
@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: 18px;
  }
  .mc .header-full-fixed_home #horizontal-nav .knibbs-button,
  .mc.fr .header-full-fixed_home #horizontal-nav .knibbs-button,
  .mc.de .header-full-fixed_home #horizontal-nav .knibbs-button {
    padding: 21px 18px;
  }
}
/* IE8 Fixes */
.ie8 #horizontal-nav .knibbsmenu.knibbs-lg li ul {
  background-color: #dcbe7a;
}
/*@import "build/nav_mega_menu.less";*/
/* - - - - - Breadcrumbs - - - - - */
ol.breadcrumb {
  padding: 0px;
  margin: 0px;
  width: auto;
  font-size: 13px;
  text-align: center;
}
ol.breadcrumb li {
  list-style: none;
  display: inline-block;
  padding-right: 5px;
  color: #312f30;
}
ol.breadcrumb li.active {
  opacity: 0.5;
}
ol.breadcrumb li > a {
  opacity: 1;
  color: #312f30;
}
@media only screen and (max-width: 768px) {
  ol.breadcrumb {
    display: none;
  }
}
.mc {
  /* Paper Image Background */
}
.mc img,
.mc object,
.mc embed {
  max-width: 100%;
  height: auto;
  display: block;
}
.mc img {
  -ms-interpolation-mode: bicubic;
}
.mc #map_canvas img,
.mc .map_canvas img {
  max-width: none !important;
}
.mc .image,
.mc .circle-image img,
.mc .rounded-image img,
.mc .photo-image img,
.mc .polaroid-image img {
  line-height: 0;
}
.mc .image.circle,
.mc .circle-image img {
  border-radius: 50% !important;
  overflow: hidden;
  width: auto;
}
.mc .image.rounded,
.mc .rounded-image img {
  overflow: hidden;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  -o-border-radius: 4px 4px;
  border-radius: 4px 4px;
}
.mc .image.photo,
.mc .polaroid-image img,
.mc .photo-image img {
  border: 5px solid white;
  box-shadow: 0 0 1px #555555;
  margin-bottom: 10px;
}
.mc .image.photo.polaroid,
.mc .polaroid-image img {
  padding-bottom: 50px;
  background: #FFF;
}
.mc .paper-content {
  position: relative;
  z-index: 4;
  padding: 10px;
}
.mc .image-content {
  position: relative;
  z-index: 4;
}
.mc .paper {
  z-index: 3;
  position: relative;
  margin: 2em 0;
  background: #fff;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
}
.mc .paper:before {
  z-index: 2;
  position: absolute;
  top: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.19);
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}
.mc .paper:after {
  z-index: 1;
  position: absolute;
  top: 1px;
  left: -2px;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(359deg);
  -moz-transform: rotate(359deg);
  -o-transform: rotate(359deg);
  -ms-transform: rotate(359deg);
  transform: rotate(359deg);
}
.mc .video {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.mc .youtube.video,
.mc .vimeo.video,
.mc .twitch.video {
  padding-top: 30px;
}
.mc .video > video,
.mc .video > iframe,
.mc .video > object,
.mc .video > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mc .secondary-bk img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3%;
  padding: 0 20%;
}
@media only screen and (max-width: 768px) {
  .mc .secondary-bk img {
    padding: 0;
  }
}
/* END .mc  */
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated-hover-child:hover > div {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated-hover:hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@-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;
}
.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;
}
.mc .news .default-bk {
  padding: 35px;
  margin-top: 5px;
  background-color: #697775;
}
.mc .news_article ul.news_tags {
  margin-left: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #697775;
  margin-bottom: 8px;
}
.mc .news_article ul.news_tags li {
  list-style: none;
  color: #697775;
  text-transform: capitalize;
}
.mc .author_info {
  margin-bottom: 5px;
}
.mc .avatar {
  position: relative;
  margin-right: 15px;
  width: 40px;
  float: left;
}
.mc .avatar img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.mc .name {
  color: #697775;
  font-weight: 400 !important;
}
.mc .news_link {
  color: #312f30 !important;
  font-family: inherit;
}
.mc .news_link .news_more {
  color: #697775 !important;
}
.mc .news_link:hover {
  text-decoration: none !important;
}
.mc .news_link .news_item {
  padding: 20px 50px;
  background-color: rgba(173, 191, 193, 0.1);
  margin-bottom: 20px;
}
.mc .news_link .news_item ul.news_tags {
  margin-left: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 8px;
}
.mc .news_link .news_item ul.news_tags li {
  list-style: none;
  color: #697775;
  text-transform: capitalize;
}
.mc .news_link .news_item .news_date {
  margin-bottom: 10px;
  font-size: 0.8em;
  color: #697775;
  padding-bottom: 20px;
}
.mc .news_link .news_item .news_thumb {
  max-height: 320px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.mc .news_link .news_item .news_description {
  margin-bottom: 35px;
  line-height: 1.4em;
}
.mc .news_header {
  max-height: 320px;
  margin: 0 auto;
  background-color: #f1f1f1;
  max-width: 1560px;
}
#contact_row {
  scroll-margin-top: 100px;
  padding: 15px 15px 20px;
}
.form_space {
  padding: 20px 15px;
}
.page_list_insights .entry_wrapper {
  position: relative;
}
.page_list_insights .ccm-block-page-list-page-entry-horizontal {
  position: relative;
  width: 31%;
  float: left;
  margin-left: 2%;
  margin-bottom: 75px;
}
.page_list_insights .ccm-block-page-list-page-entry-text {
  bottom: 0;
  background-color: #e8e9e3;
  height: 323px;
  width: 100%;
  right: 0;
  padding-bottom: 80px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.page_list_insights .ccm-block-page-list-page-entry-text h1,
.page_list_insights .ccm-block-page-list-page-entry-text h2,
.page_list_insights .ccm-block-page-list-page-entry-text h3,
.page_list_insights .ccm-block-page-list-page-entry-text h4,
.page_list_insights .ccm-block-page-list-page-entry-text h5,
.page_list_insights .ccm-block-page-list-page-entry-text h6 {
  color: #697775;
  text-transform: uppercase;
  font-weight: 400 !important;
}
.page_list_insights .ccm-block-page-list-page-entry-text p {
  color: #697775;
  font-size: 0.8em !important;
}
.page_list_insights .ccm-block-page-list-title {
  width: 100%;
}
.page_list_insights .ccm-block-page-list-title a {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 300;
}
.page_list_insights .btn-blog {
  padding: 10px 15px;
  font-size: 0.9em;
  line-height: 1.3333333;
  border-radius: 0;
  float: left;
  z-index: 100;
  position: absolute;
  color: #fff;
  background-color: #697775;
  border-color: #ac473f;
  bottom: 0;
  margin-bottom: 7%;
}
.page_list_insights .btn-blog:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #d9d9d9;
  border-color: #e0e0e0;
}
@media only screen and (max-width: 768px) {
  .ccm-block-page-list-page-entry-horizontal {
    width: 100% !important;
    margin-left: 0% !important;
    margin-bottom: 25px !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 800px) {
  .ccm-block-page-list-page-entry-horizontal {
    width: 48% !important;
    margin-left: 0% !important;
    margin-bottom: 17px !important;
    margin-right: 2%;
  }
}
.page_list_simple .ccm-block-page-list-title {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 0;
}
.page_list_simple .ccm-block-page-list-title a {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 300;
}
#search-wrapper {
  display: none !important;
}
.media-box {
  width: 100%;
  height: 517px;
  border: solid 15px #ffffff;
  float: center;
}
.media-box .hover_block {
  display: block;
  width: 80%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  margin: 0px 35px;
}
.media-box .media-grid-image div[data-width][data-height] {
  position: relative;
  overflow: hidden;
}
.media-box .media-grid-image div[data-width][data-height] img {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: auto;
}
.media-box .hover-block-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.media-box .hover-block-content p {
  margin: 0 10%;
  width: 80%;
  position: absolute;
  top: 15%;
  color: #697775;
  text-align: center;
  font-size: 1.1em;
  font-weight: 400px;
}
.media-box .cs-btn {
  visibility: hidden;
}
.media-box .cs-btn i {
  display: none;
  float: right;
}
.media-box .cs-btn:after {
  visibility: visible;
  display: block;
  content: 'READ MORE';
  width: 50%;
  color: #697775;
  margin: 0px 60px;
  padding: 10px;
  border: 1px solid #697775;
  font-size: 1.15em;
  text-align: center;
  position: absolute;
  bottom: 15%;
}
.media-box .cs-btn:hover:after {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.media-box .media-grid-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.media-box .media-grid-image img {
  width: 100%;
  display: block;
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
}
.media-box .media-grid-image .content {
  margin: 0 10%;
  width: 80%;
  position: absolute;
  top: 60%;
  z-index: 1;
}
.media-box .media-grid-image .content p,
.media-box .media-grid-image .content h1,
.media-box .media-grid-image .content h2,
.media-box .media-grid-image .content h3,
.media-box .media-grid-image .content h4,
.media-box .media-grid-image .content h5,
.media-box .media-grid-image .content h6,
.media-box .media-grid-image .content a {
  color: #697775;
  border: #697775;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
}
.media-box .media-grid-image .content .sector {
  display: none;
  text-transform: sentence;
  margin-bottom: 0.5em !important;
  line-height: 1em;
  opacity: 1;
}
#search-wrapper {
  margin: 10px auto !important;
  padding-top: 20px !important;
}
#search-wrapper ul.filters_sort {
  margin-left: 0;
}
#search-wrapper ul.filters_sort li {
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #b2b3b4;
  margin: 5px 0;
  text-transform: uppercase;
}
#search-wrapper ul.filters_sort li:first-child {
  border-left: none;
  padding-left: 0;
}
#search-wrapper ul.filters_sort li a {
  color: #312f30 !important;
  font-weight: 300;
}
#search-wrapper ul.filters_sort li a:hover {
  font-weight: 400 !important;
  text-decoration: none;
}
#search-wrapper ul.filters_sort li a.filter.selected {
  font-weight: 400 !important;
  text-decoration: none;
}
.ie8 .media-box:hover .hover_block {
  background-color: #697775;
}
.ie8 .media-box:hover img {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .media-box {
    height: 500px;
  }
  .media-box .media-grid-image .content {
    top: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  .media-box {
    height: 490px;
  }
  .media-box .media-grid-image .content {
    top: 73%;
  }
  .media-box .cs-btn:after {
    margin: 0px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .media-box .media-grid-image .content {
    top: 62%;
  }
}
@media only screen and (max-width: 780px) {
  .hover_block p {
    font-size: 0.95em;
  }
}
/* Portals */
.portal-block {
  min-height: 20px;
  margin-bottom: 30px;
}
.portal-block .content {
  border-bottom: 2px solid transparent;
}
.portal-block .image-container {
  width: 100%;
  border: 3px solid #CCC;
  max-height: 250px;
  overflow: hidden;
}
.portal-block .image-container img {
  width: 100%;
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
}
/*== Button Defaults
//
//## For each of Bootstrap's buttons, define text, background and border color. */
.mc .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: pre-wrap;
  background-image: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  padding: 10px 12px;
  font-size: 15.5px;
  line-height: 1;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mc .btn:hover,
.mc .btn:focus,
.mc .btn.focus {
  color: #312f30;
  text-decoration: none;
}
.mc .btn:active,
.mc .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.mc .btn.disabled,
.mc .btn[disabled],
fieldset[disabled] .mc .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.mc .btn.disabled,
fieldset[disabled] a.mc .btn {
  pointer-events: none;
}
.mc .btn i.fa {
  margin-left: 5px;
}
.mc p.btn {
  white-space: nowrap;
}
.mc .btn-default {
  padding: 5%;
}
.mc .btn-default {
  color: #312f30;
  background-color: transparent;
  border-color: #312f30;
}
.mc .btn-default:focus,
.mc .btn-default.focus {
  color: #312f30;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.mc .btn-default:hover {
  color: #312f30;
  background-color: rgba(0, 0, 0, 0);
  border-color: #121111;
}
.mc .btn-default:active,
.mc .btn-default.active,
.open > .dropdown-toggle.mc .btn-default {
  color: #312f30;
  background-color: rgba(0, 0, 0, 0);
  border-color: #121111;
}
.mc .btn-default:active:hover,
.mc .btn-default.active:hover,
.open > .dropdown-toggle.mc .btn-default:hover,
.mc .btn-default:active:focus,
.mc .btn-default.active:focus,
.open > .dropdown-toggle.mc .btn-default:focus,
.mc .btn-default:active.focus,
.mc .btn-default.active.focus,
.open > .dropdown-toggle.mc .btn-default.focus {
  color: #312f30;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.mc .btn-default:active,
.mc .btn-default.active,
.open > .dropdown-toggle.mc .btn-default {
  background-image: none;
}
.mc .btn-default.disabled:hover,
.mc .btn-default[disabled]:hover,
fieldset[disabled] .mc .btn-default:hover,
.mc .btn-default.disabled:focus,
.mc .btn-default[disabled]:focus,
fieldset[disabled] .mc .btn-default:focus,
.mc .btn-default.disabled.focus,
.mc .btn-default[disabled].focus,
fieldset[disabled] .mc .btn-default.focus {
  background-color: transparent;
  border-color: #312f30;
}
.mc .btn-default .badge {
  color: transparent;
  background-color: #312f30;
}
.mc .btn-primary {
  color: #ffffff;
  background-color: #697775;
  border-color: #5d6968;
}
.mc .btn-primary:focus,
.mc .btn-primary.focus {
  color: #ffffff;
  background-color: #515c5a;
  border-color: #212625;
}
.mc .btn-primary:hover {
  color: #ffffff;
  background-color: #515c5a;
  border-color: #404948;
}
.mc .btn-primary:active,
.mc .btn-primary.active,
.open > .dropdown-toggle.mc .btn-primary {
  color: #ffffff;
  background-color: #515c5a;
  border-color: #404948;
}
.mc .btn-primary:active:hover,
.mc .btn-primary.active:hover,
.open > .dropdown-toggle.mc .btn-primary:hover,
.mc .btn-primary:active:focus,
.mc .btn-primary.active:focus,
.open > .dropdown-toggle.mc .btn-primary:focus,
.mc .btn-primary:active.focus,
.mc .btn-primary.active.focus,
.open > .dropdown-toggle.mc .btn-primary.focus {
  color: #ffffff;
  background-color: #404948;
  border-color: #212625;
}
.mc .btn-primary:active,
.mc .btn-primary.active,
.open > .dropdown-toggle.mc .btn-primary {
  background-image: none;
}
.mc .btn-primary.disabled:hover,
.mc .btn-primary[disabled]:hover,
fieldset[disabled] .mc .btn-primary:hover,
.mc .btn-primary.disabled:focus,
.mc .btn-primary[disabled]:focus,
fieldset[disabled] .mc .btn-primary:focus,
.mc .btn-primary.disabled.focus,
.mc .btn-primary[disabled].focus,
fieldset[disabled] .mc .btn-primary.focus {
  background-color: #697775;
  border-color: #5d6968;
}
.mc .btn-primary .badge {
  color: #697775;
  background-color: #ffffff;
}
.mc .btn-secondary {
  color: #ffffff;
  background-color: #e8e9e3;
  border-color: #dcded5;
}
.mc .btn-secondary:focus,
.mc .btn-secondary.focus {
  color: #ffffff;
  background-color: #d1d3c6;
  border-color: #a2a68d;
}
.mc .btn-secondary:hover {
  color: #ffffff;
  background-color: #d1d3c6;
  border-color: #c0c3b2;
}
.mc .btn-secondary:active,
.mc .btn-secondary.active,
.open > .dropdown-toggle.mc .btn-secondary {
  color: #ffffff;
  background-color: #d1d3c6;
  border-color: #c0c3b2;
}
.mc .btn-secondary:active:hover,
.mc .btn-secondary.active:hover,
.open > .dropdown-toggle.mc .btn-secondary:hover,
.mc .btn-secondary:active:focus,
.mc .btn-secondary.active:focus,
.open > .dropdown-toggle.mc .btn-secondary:focus,
.mc .btn-secondary:active.focus,
.mc .btn-secondary.active.focus,
.open > .dropdown-toggle.mc .btn-secondary.focus {
  color: #ffffff;
  background-color: #c0c3b2;
  border-color: #a2a68d;
}
.mc .btn-secondary:active,
.mc .btn-secondary.active,
.open > .dropdown-toggle.mc .btn-secondary {
  background-image: none;
}
.mc .btn-secondary.disabled:hover,
.mc .btn-secondary[disabled]:hover,
fieldset[disabled] .mc .btn-secondary:hover,
.mc .btn-secondary.disabled:focus,
.mc .btn-secondary[disabled]:focus,
fieldset[disabled] .mc .btn-secondary:focus,
.mc .btn-secondary.disabled.focus,
.mc .btn-secondary[disabled].focus,
fieldset[disabled] .mc .btn-secondary.focus {
  background-color: #e8e9e3;
  border-color: #dcded5;
}
.mc .btn-secondary .badge {
  color: #e8e9e3;
  background-color: #ffffff;
}
.mc .btn-tertiary {
  color: #312f30;
  background-color: #dcbe7a;
  border-color: #dcbe7a;
}
.mc .btn-tertiary:focus,
.mc .btn-tertiary.focus {
  color: #312f30;
  background-color: #d1aa52;
  border-color: #aa842d;
}
.mc .btn-tertiary:hover {
  color: #312f30;
  background-color: #d1aa52;
  border-color: #cfa64a;
}
.mc .btn-tertiary:active,
.mc .btn-tertiary.active,
.open > .dropdown-toggle.mc .btn-tertiary {
  color: #312f30;
  background-color: #d1aa52;
  border-color: #cfa64a;
}
.mc .btn-tertiary:active:hover,
.mc .btn-tertiary.active:hover,
.open > .dropdown-toggle.mc .btn-tertiary:hover,
.mc .btn-tertiary:active:focus,
.mc .btn-tertiary.active:focus,
.open > .dropdown-toggle.mc .btn-tertiary:focus,
.mc .btn-tertiary:active.focus,
.mc .btn-tertiary.active.focus,
.open > .dropdown-toggle.mc .btn-tertiary.focus {
  color: #312f30;
  background-color: #ca9c35;
  border-color: #aa842d;
}
.mc .btn-tertiary:active,
.mc .btn-tertiary.active,
.open > .dropdown-toggle.mc .btn-tertiary {
  background-image: none;
}
.mc .btn-tertiary.disabled:hover,
.mc .btn-tertiary[disabled]:hover,
fieldset[disabled] .mc .btn-tertiary:hover,
.mc .btn-tertiary.disabled:focus,
.mc .btn-tertiary[disabled]:focus,
fieldset[disabled] .mc .btn-tertiary:focus,
.mc .btn-tertiary.disabled.focus,
.mc .btn-tertiary[disabled].focus,
fieldset[disabled] .mc .btn-tertiary.focus {
  background-color: #dcbe7a;
  border-color: #dcbe7a;
}
.mc .btn-tertiary .badge {
  color: #dcbe7a;
  background-color: #312f30;
}
.mc .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.mc .btn-success:focus,
.mc .btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.mc .btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.mc .btn-success:active,
.mc .btn-success.active,
.open > .dropdown-toggle.mc .btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.mc .btn-success:active:hover,
.mc .btn-success.active:hover,
.open > .dropdown-toggle.mc .btn-success:hover,
.mc .btn-success:active:focus,
.mc .btn-success.active:focus,
.open > .dropdown-toggle.mc .btn-success:focus,
.mc .btn-success:active.focus,
.mc .btn-success.active.focus,
.open > .dropdown-toggle.mc .btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.mc .btn-success:active,
.mc .btn-success.active,
.open > .dropdown-toggle.mc .btn-success {
  background-image: none;
}
.mc .btn-success.disabled:hover,
.mc .btn-success[disabled]:hover,
fieldset[disabled] .mc .btn-success:hover,
.mc .btn-success.disabled:focus,
.mc .btn-success[disabled]:focus,
fieldset[disabled] .mc .btn-success:focus,
.mc .btn-success.disabled.focus,
.mc .btn-success[disabled].focus,
fieldset[disabled] .mc .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.mc .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.mc .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.mc .btn-info:focus,
.mc .btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.mc .btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.mc .btn-info:active,
.mc .btn-info.active,
.open > .dropdown-toggle.mc .btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.mc .btn-info:active:hover,
.mc .btn-info.active:hover,
.open > .dropdown-toggle.mc .btn-info:hover,
.mc .btn-info:active:focus,
.mc .btn-info.active:focus,
.open > .dropdown-toggle.mc .btn-info:focus,
.mc .btn-info:active.focus,
.mc .btn-info.active.focus,
.open > .dropdown-toggle.mc .btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.mc .btn-info:active,
.mc .btn-info.active,
.open > .dropdown-toggle.mc .btn-info {
  background-image: none;
}
.mc .btn-info.disabled:hover,
.mc .btn-info[disabled]:hover,
fieldset[disabled] .mc .btn-info:hover,
.mc .btn-info.disabled:focus,
.mc .btn-info[disabled]:focus,
fieldset[disabled] .mc .btn-info:focus,
.mc .btn-info.disabled.focus,
.mc .btn-info[disabled].focus,
fieldset[disabled] .mc .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.mc .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.mc .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.mc .btn-warning:focus,
.mc .btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.mc .btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.mc .btn-warning:active,
.mc .btn-warning.active,
.open > .dropdown-toggle.mc .btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.mc .btn-warning:active:hover,
.mc .btn-warning.active:hover,
.open > .dropdown-toggle.mc .btn-warning:hover,
.mc .btn-warning:active:focus,
.mc .btn-warning.active:focus,
.open > .dropdown-toggle.mc .btn-warning:focus,
.mc .btn-warning:active.focus,
.mc .btn-warning.active.focus,
.open > .dropdown-toggle.mc .btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.mc .btn-warning:active,
.mc .btn-warning.active,
.open > .dropdown-toggle.mc .btn-warning {
  background-image: none;
}
.mc .btn-warning.disabled:hover,
.mc .btn-warning[disabled]:hover,
fieldset[disabled] .mc .btn-warning:hover,
.mc .btn-warning.disabled:focus,
.mc .btn-warning[disabled]:focus,
fieldset[disabled] .mc .btn-warning:focus,
.mc .btn-warning.disabled.focus,
.mc .btn-warning[disabled].focus,
fieldset[disabled] .mc .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.mc .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.mc .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.mc .btn-danger:focus,
.mc .btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.mc .btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.mc .btn-danger:active,
.mc .btn-danger.active,
.open > .dropdown-toggle.mc .btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.mc .btn-danger:active:hover,
.mc .btn-danger.active:hover,
.open > .dropdown-toggle.mc .btn-danger:hover,
.mc .btn-danger:active:focus,
.mc .btn-danger.active:focus,
.open > .dropdown-toggle.mc .btn-danger:focus,
.mc .btn-danger:active.focus,
.mc .btn-danger.active.focus,
.open > .dropdown-toggle.mc .btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.mc .btn-danger:active,
.mc .btn-danger.active,
.open > .dropdown-toggle.mc .btn-danger {
  background-image: none;
}
.mc .btn-danger.disabled:hover,
.mc .btn-danger[disabled]:hover,
fieldset[disabled] .mc .btn-danger:hover,
.mc .btn-danger.disabled:focus,
.mc .btn-danger[disabled]:focus,
fieldset[disabled] .mc .btn-danger:focus,
.mc .btn-danger.disabled.focus,
.mc .btn-danger[disabled].focus,
fieldset[disabled] .mc .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.mc .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.mc .btn-black {
  color: #ffffff;
  background-color: #33363d;
  border-color: #5d6968;
}
.mc .btn-black:focus,
.mc .btn-black.focus {
  color: #ffffff;
  background-color: #1c1d21;
  border-color: #212625;
}
.mc .btn-black:hover {
  color: #ffffff;
  background-color: #1c1d21;
  border-color: #404948;
}
.mc .btn-black:active,
.mc .btn-black.active,
.open > .dropdown-toggle.mc .btn-black {
  color: #ffffff;
  background-color: #1c1d21;
  border-color: #404948;
}
.mc .btn-black:active:hover,
.mc .btn-black.active:hover,
.open > .dropdown-toggle.mc .btn-black:hover,
.mc .btn-black:active:focus,
.mc .btn-black.active:focus,
.open > .dropdown-toggle.mc .btn-black:focus,
.mc .btn-black:active.focus,
.mc .btn-black.active.focus,
.open > .dropdown-toggle.mc .btn-black.focus {
  color: #ffffff;
  background-color: #0c0c0e;
  border-color: #212625;
}
.mc .btn-black:active,
.mc .btn-black.active,
.open > .dropdown-toggle.mc .btn-black {
  background-image: none;
}
.mc .btn-black.disabled:hover,
.mc .btn-black[disabled]:hover,
fieldset[disabled] .mc .btn-black:hover,
.mc .btn-black.disabled:focus,
.mc .btn-black[disabled]:focus,
fieldset[disabled] .mc .btn-black:focus,
.mc .btn-black.disabled.focus,
.mc .btn-black[disabled].focus,
fieldset[disabled] .mc .btn-black.focus {
  background-color: #33363d;
  border-color: #5d6968;
}
.mc .btn-black .badge {
  color: #33363d;
  background-color: #ffffff;
}
.mc .btn-link {
  color: #697775;
  font-weight: normal;
  border-radius: 0;
}
.mc .btn-link,
.mc .btn-link:active,
.mc .btn-link.active,
.mc .btn-link[disabled],
fieldset[disabled] .mc .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mc .btn-link,
.mc .btn-link:hover,
.mc .btn-link:focus,
.mc .btn-link:active {
  border-color: transparent;
}
.mc .btn-link:hover,
.mc .btn-link:focus {
  color: #454e4d;
  text-decoration: underline;
  background-color: transparent;
}
.mc .btn-link[disabled]:hover,
fieldset[disabled] .mc .btn-link:hover,
.mc .btn-link[disabled]:focus,
fieldset[disabled] .mc .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.mc .btn-lg {
  padding: 10px 16px;
  font-size: 13px x 2;
  line-height: 1.3333333;
  border-radius: 0;
}
.mc .btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.mc .btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.mc .btn-half {
  display: block;
  width: 50%;
}
.mc .btn-full {
  display: block;
  width: 100%;
}
/* CSS Document */
/*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;
}
.thumbnail-pb-post {
  max-height: 350px;
  overflow: hidden;
  width: 100%;
}
/* 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_inline_share_toolbox {
  float: left;
  margin: 20px 0;
}
.content-sbBlog-wrap:hover {
  /*transform: scale(1.05);*/
}
.content-sbBlog-wrap {
  width: 100%;
  float: left;
  margin: 0px 0px 20px 0px;
  min-height: 300px;
  border: 0px;
  border-radius: 0px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  -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 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 #content-sbBlog-title h3,
.content-sbBlog-wrap #content-sbBlog-title a {
  margin-bottom: .2em;
  color: #697775;
}
.content-sbBlog-wrap #content-sbBlog-title h3:hover,
.content-sbBlog-wrap #content-sbBlog-title a:hover {
  color: #e8e9e3;
  text-decoration: none;
  cursor: pointer;
}
.content-sbBlog-wrap .blog-description {
  margin: 10px 0;
}
.content-sbBlog-wrap .thumbnail {
  max-height: 400px;
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}
.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;
}
.ccm-page-list ol {
  list-style: none;
  margin-left: 0px;
}
.ccm-page-list ol li a {
  margin-left: 0px;
  color: #697775;
  text-decoration: none;
}
.ccm-page-list ol li a:hover {
  color: #e8e9e3;
  text-decoration: none;
}
.vivid-simple-accordion {
  margin-bottom: 1.2em;
}
.simple-accordion-title-shell {
  overflow: hidden;
  background: inherit;
  padding: 10px;
  margin-left: 0px;
  cursor: pointer;
  border-bottom: 0.5px solid #d0d1d2;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: normal;
}
.simple-accordion-title-shell:hover {
  color: #454e4d;
}
.simple-accordion-title-shell > * {
  margin: 0;
  padding: 3px 0 0 15px;
}
.simple-accordion-group .simple-accordion-description {
  padding: 20px;
  display: none;
}
.simple-accordion-description a {
  font-weight: 700;
}
.simple-accordion-description p {
  font-size: 1em;
}
/*
.simple-accordion-group.open .simple-accordion-description {
    display: block;
}
*/
.icon-cont {
  padding: 0;
  position: relative;
  width: 50px;
  max-width: 50px;
  height: auto;
  /*display: inline-block;
    float: left;	
	margin-left: 5px;*/
}
.panel-title {
  /*display: contents;
    float: center;*/
  width: 80%;
  max-width: 80%;
  padding: 10px 0px 10px 13px;
  color: #697775;
  font-family: inherit;
  font-size: 1.2em;
  font-weight: 300;
  text-align: left;
  line-height: 1.25em;
}
@media only screen and (max-width: 768px) {
  .panel-title {
    font-size: 0.85em;
  }
}
.mc .simple-accordion-title-shell .icon-cont p {
  margin-bottom: 0;
}
.vivid-simple-accordion .fa {
  left: 0px;
  position: relative;
}
/* colours */
.accordian-primary {
  color: #697775;
}
.accordian-primary .panel-title {
  color: #697775;
}
.accordian-primary-bk {
  background-color: #697775;
}
.accordian-secondary {
  color: #e8e9e3;
}
.accordian-secondary .panel-title {
  color: #e8e9e3;
}
.accordian-secondary-bk {
  background-color: #e8e9e3;
}
.accordian-tertiary {
  color: #dcbe7a;
}
.accordian-tertiary .panel-title {
  color: #dcbe7a;
}
.accordian-tertiary-bk {
  background-color: #dcbe7a;
}
.accordian-success {
  color: #5cb85c;
}
.accordian-success .panel-title {
  color: #5cb85c;
}
.accordian-success-bk {
  background-color: #5cb85c;
}
.accordian-info {
  color: #5bc0de;
}
.accordian-info .panel-title {
  color: #5bc0de;
}
.accordian-info-bk {
  background-color: #5bc0de;
}
.accordian-warning {
  color: #f0ad4e;
}
.accordian-warning .panel-title {
  color: #f0ad4e;
}
.accordian-warning-bk {
  background-color: #f0ad4e;
}
.accordian-danger {
  color: #d9534f;
}
.accordian-danger .panel-title {
  color: #d9534f;
}
.accordian-danger-bk {
  background-color: #d9534f;
}
@media only screen and (max-width: 768px) {
  .accordian-primary .panel-title {
    width: 80%;
  }
}
/* - - - - - - - - - - Header Image - - - - - - - - - - */
.header-block {
  width: 100%;
  height: auto;
  padding: 20px 0;
  min-height: 180px;
  margin-bottom: 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.header-block.footer_image {
  padding-bottom: 50px;
}
.header-block .content,
.header-block .title {
  margin-top: 0;
  position: relative;
  z-index: 3;
}
.header-block .title {
  padding: 50px 0 0 0;
}
.header-block .content {
  padding: 0 0 50px 0;
}
.header-block .title h1 {
  margin-top: 0px;
  color: #ffffff;
}
.header-block .content p,
.header-block .content h1,
.header-block .content h2,
.header-block .content h3,
.header-block .content h4,
.header-block .content h5,
.header-block .content h6 {
  color: #ffffff;
}
.footer-image {
  position: absolute;
  z-index: 2;
  bottom: 0px;
}
.footer-image.left {
  left: 0px;
}
.footer-image.left img {
  max-width: 300px;
}
.footer-image.right {
  right: 0px;
}
.footer-image.right img {
  max-width: 300px;
}
.footer-image.center {
  width: 100%;
  left: 50%;
  margin-left: -150px;
}
.footer-image.center img {
  max-width: 300px;
}
.background-image {
  position: absolute;
  z-index: 1;
  bottom: -25px;
}
.background-image img {
  max-width: 35%;
}
.background-image.left {
  width: 100%;
  left: 2%;
  top: 0;
}
.background-image.left img {
  max-width: 35%;
}
.background-image.right {
  width: 100%;
  right: 25px;
  bottom: 10px;
}
.background-image.right img {
  float: right;
  max-width: 35%;
}
.background-image.center {
  width: 100%;
  left: 50%;
  margin-left: 15%;
  top: 0 !important;
  bottom: auto;
}
.background-image.center img {
  max-width: 35%;
}
/* Page Hero banner AARON */
.hero_banner {
  width: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
}
.hero_banner img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 30rem;
}
.hero_banner img.faq {
  object-position: center 33%;
}
.hero_banner .hero_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  z-index: 1;
}
.hero_banner .hero_title h1 {
  color: white;
  margin-bottom: 0;
}
.bottom_new {
  background-color: #697775;
  color: white !important;
  padding-bottom: 55px !important;
}
.bottom_new > div {
  max-width: 440px !important;
  padding: 0 20px !important;
  float: none !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.bottom_new h2,
.bottom_new .large_social a {
  color: white !important;
}
@media only screen and (max-width: 1180px) {
  .background-image.left,
  .background-image.right,
  .background-image.center {
    width: 75%;
    display: inline-block;
    zoom: 1;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    /* IE 5-7 */
    filter: alpha(opacity=25);
    /* Netscape */
    -moz-opacity: 0.25;
    /* Safari 1.x */
    -khtml-opacity: 0.25;
    /* Good browsers */
    opacity: 0.25;
  }
  .header-block .title {
    padding: 50px 0 0 0;
  }
  .header-block .content {
    padding: 10px 0 30px 0;
  }
}
/* CSS Document */
/*! http://responsiveslides.com v1.54 by @viljamis */
.ccm-image-slider {
  position: center;
}
.rslides {
  position: center;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides > li {
  -webkit-backface-visibility: hidden;
  position: center;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides > li:first-child {
  position: center;
  display: block;
  float: center;
}
.rslides img {
  display: block;
  height: auto;
  position: center;
  bottom: 0px;
  width: 100%;
  border: 0;
}
.cases .rslides img {
  display: block;
  height: auto;
  position: center;
  bottom: inherit;
  width: 100%;
  border: 0;
}
.rslides_nav {
  position: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/packages/knibbs/themes/knibbs/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: 450px;
  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: center;
  height: 100%;
}
.ccm-image-slider-text {
  position: center;
  width: 100%;
  left: 0;
  top: 30%;
  color: #33363d;
}
.ccm-image-slider-text p,
.ccm-image-slider-text h1,
.ccm-image-slider-text h2,
.ccm-image-slider-text h3,
.ccm-image-slider-text h4,
.ccm-image-slider-text h5,
.ccm-image-slider-text h6 {
  color: #33363d !important;
  text-shadow: 0 0 0px;
}
.ccm-image-slider-text p {
  font-size: 1.2em;
}
.ccm-image-slider-text p.btn {
  text-shadow: none;
}
.ccm-image-slider-title {
  margin-top: auto;
  text-align: left;
  color: #33363d !important;
}
.ccm-image-slider-container a.mega-link-overlay {
  position: center;
  z-index: 20;
  width: 100%;
  height: 100%;
  left: 0px;
}
.ccm-image-slider {
  position: center;
  height: 367px;
  overflow: hidden;
  margin: 0px 0px;
}
.header_slider .ccm-image-slider {
  height: 250px;
}
.ccm-image-slider ul {
  margin-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  height: 100%;
}
.ccm-image-slider ul li {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ccm-image-slider .ccm-image-slider-text {
  text-align: left;
}
.ccm-image-slider .ccm-image-slider-text h1 {
  color: #e8e9e3;
  font-size: 3.5em;
}
@media only screen and (max-width: 600px) {
  .ccm-image-slider {
    height: 300px;
  }
  .ccm-image-slider .ccm-image-slider-text {
    top: 20%;
  }
  .ccm-image-slider h3 {
    font-size: 0.8em;
  }
  .ccm-image-slider h1 {
    font-size: 1.5em !important;
  }
  .header_slider .ccm-image-slider {
    height: 150px;
  }
}
/* CSS Document */
.home_slider .ccm-image-slider-container {
  min-height: 350px;
}
.home_slider .ccm-image-slider-container p {
  font-weight: 300 !important;
}
.home_slider .ccm-image-slider-inner {
  height: 100%;
  width: 100%;
  position: absolute;
}
.home_slider ul.rslides {
  position: fixed;
}
.home_slider ul.rslides,
.home_slider ul.rslides li {
  height: 100%;
  width: 100%;
}
.home_slider ul.rslides li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* Tabs e.g. bullets*/
.home_slider ul.rslides_tabs {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  margin: 0px;
  z-index: 5;
}
.home_slider ul.rslides_tabs li {
  display: inline-block;
  padding: 5px;
  margin: 5px;
}
.simple_parallax .parallax {
  height: 400px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}
.simple_parallax .parallax .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 1.5em;
}
.simple_parallax .parallax .content .white-bg {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px 25px;
  text-align: center;
  color: #312f30;
  width: auto;
}
.simple_parallax .parallax .content .hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 3px solid #fff;
  margin: 0 auto;
  padding: 0;
  width: 15%;
}
.simple_parallax .parallax .content strong {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .simple_parallax .parallax {
    height: 250px;
    background-attachment: inherit;
  }
  .simple_parallax .parallax .content .white-bg {
    padding: 10px 10px;
  }
}
/* CSS Document */
.portal {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 4px 0 0 0;
}
.portal .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
}
.portal .portal-border {
  height: 100%;
  width: 100%;
}
.portal .portal_title,
.portal .portal_link {
  text-align: center;
  display: block;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.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: #ffffff;
  border: 0px solid;
  font-size: 2em;
  font-weight: 300;
  padding: 40px;
  opacity: 1;
}
.portal .portal_title {
  top: 10%;
}
.portal .portal_link {
  top: 40%;
}
.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 .image {
  transform: scale(1.1);
  opacity: 1;
}
/*** 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%;
}
/* testimonial_portal */
.portal.testimonial_portal {
  height: 500px;
  width: 80%;
  overflow: hidden;
  position: relative;
  margin: 4px 0 0 0;
  background-color: rgba(232, 233, 227, 0.8);
  margin: auto;
}
.portal.testimonial_portal .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
}
.portal.testimonial_portal .portal-border {
  height: 100%;
  width: 100%;
}
.portal.testimonial_portal .portal_title {
  text-align: left;
  display: block;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.portal.testimonial_portal .portal_title p,
.portal.testimonial_portal .portal_title h1,
.portal.testimonial_portal .portal_title h2,
.portal.testimonial_portal .portal_title h3,
.portal.testimonial_portal .portal_title h4,
.portal.testimonial_portal .portal_title h5,
.portal.testimonial_portal .portal_title h6 {
  color: #697775;
  font-size: 1.1em;
  font-weight: 400;
  padding: 20px 40px;
  opacity: 1;
}
.portal.testimonial_portal .portal_title strong,
.portal.testimonial_portal .portal_title b {
  font-weight: 700;
  line-height: inherit;
  color: #697775;
}
.portal.testimonial_portal .portal_title i,
.portal.testimonial_portal .portal_title em {
  font-weight: 400;
  line-height: inherit;
  color: #ffffff;
}
.portal.testimonial_portal .portal_link {
  text-align: left;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
.portal.testimonial_portal .portal_link p,
.portal.testimonial_portal .portal_link h1,
.portal.testimonial_portal .portal_link h2,
.portal.testimonial_portal .portal_link h3,
.portal.testimonial_portal .portal_link h4,
.portal.testimonial_portal .portal_link h5,
.portal.testimonial_portal .portal_link h6 {
  color: #697875;
  font-size: 1.3em;
  font-weight: 400;
  padding: 15px 20px;
  opacity: 1;
  border: 1px solid #697775;
}
.portal.testimonial_portal .portal_title {
  top: 5%;
  background-size: 50px;
}
.portal.testimonial_portal .portal_link {
  padding-top: 60%;
  position: absolute;
  text-align: center;
}
.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 .image {
  transform: scale(1.1);
  opacity: 1;
}
/* read_more_buttons */
.portal.read_more_buttons {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: auto;
  background-color: #e8e9e3;
}
.portal.read_more_buttons .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
}
.portal.read_more_buttons .portal-border {
  height: 100%;
  width: 100%;
}
.portal.read_more_buttons .portal_title {
  text-align: left;
  display: block;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.portal.read_more_buttons .portal_title p,
.portal.read_more_buttons .portal_title h1,
.portal.read_more_buttons .portal_title h2,
.portal.read_more_buttons .portal_title h3,
.portal.read_more_buttons .portal_title h4,
.portal.read_more_buttons .portal_title h5,
.portal.read_more_buttons .portal_title h6 {
  color: #697875;
  border: 0px solid;
  font-size: 1.1em;
  font-weight: 400;
  padding: 40px;
  opacity: 1;
}
.portal.read_more_buttons .portal_title strong,
.portal.read_more_buttons .portal_title b {
  font-weight: 700;
  line-height: inherit;
  color: #697875;
}
.portal.read_more_buttons .portal_title i,
.portal.read_more_buttons .portal_title em {
  font-weight: 400;
  line-height: inherit;
  color: #ffffff;
}
.portal.read_more_buttons .portal_link {
  text-align: left;
  display: block;
  color: #697875;
  position: relative;
  z-index: 1;
  width: 100%;
}
.portal.read_more_buttons .portal_link p,
.portal.read_more_buttons .portal_link h1,
.portal.read_more_buttons .portal_link h2,
.portal.read_more_buttons .portal_link h3,
.portal.read_more_buttons .portal_link h4,
.portal.read_more_buttons .portal_link h5,
.portal.read_more_buttons .portal_link h6 {
  color: #697875;
  border: 0px solid;
  font-size: 1.3em;
  font-weight: 700;
  padding: 20px;
  opacity: 1;
  border: solid;
}
.portal.read_more_buttons .portal_title {
  top: 5%;
  background-size: 50px;
}
.portal.read_more_buttons .portal_link {
  padding-top: 45%;
  position: absolute;
  text-align: center;
}
.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 .image {
  transform: scale(1.1);
  opacity: 1;
}
/* IE8 Fixes */
.ie8 .portal_link_on_hover .portal:hover .portal_link {
  background-color: #dcbe7a;
  padding: 0;
}
/* CSS Document */
.flip_portal {
  width: auto;
  max-width: 100%;
  margin: 4px 0 0 0;
  -webkit-transition: all .5s;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  transition-property: all;
  transition-duration: .5s;
}
.flip_portal .flip_content {
  text-align: left;
}
.flip_portal .front,
.flip_portal .back {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding: 25px;
}
.flip_portal .back {
  display: none;
}
@media only screen and (max-width: 480px) {
  .flip_portal .back {
    display: block;
    position: relative;
  }
}
.portal-size-large,
.portal-size-Large {
  height: 330px;
}
.portal-size-large .flip_content,
.portal-size-Large .flip_content {
  padding-top: 10px;
}
.portal-size-small {
  height: 185px;
}
.portal-size-small .front .flip_content {
  padding-top: 50px;
}
.portal-size-small .back .flip_content {
  padding-top: 0px;
  padding-left: 10px;
}
.flip_portal a .default-bk h1,
.flip_portal a .default-bk h2,
.flip_portal a .default-bk h3,
.flip_portal a .default-bk h4,
.flip_portal a .default-bk h5,
.flip_portal a .default-bk h6,
.flip_portal a .default-bk p {
  color: #000;
}
.flip_portal .default-bk h1,
.flip_portal .default-bk h2,
.flip_portal .default-bk h3,
.flip_portal .default-bk h4,
.flip_portal .default-bk h5,
.flip_portal .default-bk h6,
.flip_portal .default-bk p {
  color: #000;
}
.flip_portal a h1,
.flip_portal a h2,
.flip_portal a h3,
.flip_portal a h4,
.flip_portal a h5,
.flip_portal a h6,
.flip_portal a p {
  color: #000;
}
.flip_portal:hover a:hover {
  text-decoration: initial;
}
.flip_portal:hover a:hover h1,
.flip_portal:hover a:hover h2,
.flip_portal:hover a:hover h3,
.flip_portal:hover a:hover h4,
.flip_portal:hover a:hover h5,
.flip_portal:hover a:hover h6,
.flip_portal:hover a:hover p {
  color: #000;
}
/* CSS Document */
.services-block {
  margin-top: 50px;
}
.service-content {
  display: none;
  padding: 20px;
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
}
.service-title p,
.service-title h1,
.service-title h2,
.service-title h3,
.service-title h4,
.service-title h5,
.service-title h6,
.service-title a {
  text-align: left;
  color: #ffffff;
}
.service-title h2 {
  margin-bottom: 0;
}
.service-description p,
.service-description h1,
.service-description h2,
.service-description h3,
.service-description h4,
.service-description h5,
.service-description h6,
.service-description a {
  text-align: left;
  color: #ffffff;
}
.services-portal:hover .service-content,
.services-portal:active .service-content {
  display: block;
}
.services-portal {
  width: 32%;
  float: left;
  margin-left: 2%;
  margin-bottom: 20px;
  height: 320px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  transition-property: all;
  transition-duration: .5s;
}
.services-portal:first-child,
.services-portal:nth-child(3n+1) {
  margin-left: 0;
}
.services-portal:hover,
.services-portal:active {
  background-color: #ffffff;
}
.services-portal:hover .service-title {
  display: none;
}
.services-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  transition-property: all;
  transition-duration: .5s;
}
.service-title {
  position: absolute;
  bottom: 0;
  padding: 20px 25px 15px 25px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.services-portal:hover .services-img {
  opacity: 0.85;
}
@media only screen and (max-width: 768px) {
  .services-block {
    margin-top: 20px;
  }
  .service-content {
    display: block;
    position: relative;
    top: auto;
    background-color: #f1f1f1;
  }
  .services-portal {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #ffffff;
    overflow: visible;
    height: auto;
  }
  .services-portal:first-child,
  .services-portal:nth-child(3n+1),
  .two-column .services-portal:nth-child(odd) {
    margin-left: 1%;
  }
  .services-img {
    opacity: 0.85;
    height: 200px;
  }
  .service-description p,
  .service-description h1,
  .service-description h2,
  .service-description h3,
  .service-description h4,
  .service-description h5,
  .service-description h6,
  .service-description a {
    color: #312f30;
  }
  .service-description .btn-default {
    color: #697775;
    border-color: #697775;
  }
  .service-description .btn:hover {
    color: #697775;
    border-color: #697775;
  }
  .services-portal:hover .service-title {
    display: block;
  }
}
/* IE8 Fixes */
.ie8 .service-title {
  background-color: #e8e9e3;
}
.ie8 .services-portal:hover .service-content {
  width: 100%;
  height: 100%;
  background-color: #e8e9e3;
}
.ccm-block-page-list-page-entry-grid-item {
  width: 33.333333%;
  float: left;
  border: 2px solid #ffffff;
}
.ccm-block-page-list-page-entry-grid-item p,
.ccm-block-page-list-page-entry-grid-item h1,
.ccm-block-page-list-page-entry-grid-item h2,
.ccm-block-page-list-page-entry-grid-item h3,
.ccm-block-page-list-page-entry-grid-item h4,
.ccm-block-page-list-page-entry-grid-item h5,
.ccm-block-page-list-page-entry-grid-item h6 {
  color: #ffffff;
}
@media only screen and (max-width: 960px) {
  .ccm-block-page-list-page-entry-grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .ccm-block-page-list-page-entry-grid-item {
    width: 100%;
  }
}
.ccm-block-page-list-page-entry-grid-item .block_title {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 50px 50px 0 50px;
}
.ccm-block-page-list-page-entry-grid-item div.ccm-block-page-list-page-entry-grid-thumbnail a:hover .block_title {
  opacity: 0;
}
@media only screen and (max-width: 480px) {
  .ccm-block-page-list-page-entry-grid-item div.ccm-block-page-list-page-entry-grid-thumbnail a:hover .block_title {
    opacity: 1;
  }
}
.ccm-block-page-list-page-entry-grid-thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  height: 400px;
}
@media only screen and (max-width: 480px) {
  .ccm-block-page-list-page-entry-grid-thumbnail {
    height: 300px;
  }
}
div.ccm-block-page-list-page-entry-grid-thumbnail-hover {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 480px) {
  div.ccm-block-page-list-page-entry-grid-thumbnail-hover {
    opacity: 1;
    position: relative !important;
    background-color: transparent !important;
  }
}
div.ccm-block-page-list-page-entry-grid-thumbnail a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
div.ccm-block-page-list-page-entry-grid-thumbnail-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 2;
}
div.ccm-block-page-list-page-entry-grid-thumbnail a:hover div.ccm-block-page-list-page-entry-grid-thumbnail-hover {
  opacity: 1;
}
div.ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
div.ccm-block-page-list-page-entry-grid-thumbnail-title {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 50px;
}
@media only screen and (max-width: 480px) {
  div.ccm-block-page-list-page-entry-grid-thumbnail-title {
    padding: 20px 50px;
  }
}
select.plp_page_list_filter {
  width: auto;
  min-width: 130px;
  color: #312f30;
  -webkit-appearance: menulist;
  border: 0;
  outline: 1px solid #CCC;
}
/* IE8 Fixes */
.ie8 .ccm-block-page-list-page-entry-grid-thumbnail {
  background-position: center;
}
.ie8 div.ccm-block-page-list-page-entry-grid-thumbnail-title {
  padding-top: 50%;
}
/* Distributors map */
#map-canvas {
  width: 600px;
  height: 600px;
}
.gm-style-iw * {
  display: block;
  width: 100%;
}
.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}
.gm-style-iw a {
  color: #4272db;
}
div.maps-zoom {
  position: relative;
  float: left;
  display: block;
  margin: 20px 0 0 20px;
  width: 28px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #999999;
  z-index: 105;
}
#zoom-in,
#zoom-out {
  position: relative;
  display: block;
  padding: 0;
  color: #999999;
  text-align: center;
  padding: 10px;
  width: 28px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #999999;
  z-index: 105;
}
#zoom-in {
  margin-top: 10px;
  margin-left: 10px;
  border-bottom: 1px solid #E6E6E6;
  background-position: -68px 10px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#zoom-in:hover {
  background-position: -68px -14px;
  cursor: pointer;
}
#zoom-out {
  margin-left: 10px;
  background-position: -94px 10px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#zoom-out:hover {
  background-position: -94px -14px;
  cursor: pointer;
}
.content .map-content-left {
  width: 49%;
  float: left;
  margin-bottom: 10px;
}
.content .map-content-right {
  width: 49%;
  float: left;
  margin-bottom: 10px;
}
.content {
  padding: 20px 10px;
}
.content .map-content-right a {
  display: inline-block;
  color: #e8e9e3;
}
.map_pin {
  min-width: 30px;
  width: 30px;
  max-width: 30px;
  height: auto;
}
.mc .cs-image-text {
  display: block;
  position: relative;
  min-height: 520px;
  margin-top: 10px;
}
.mc .cs-image-text .btn-default a:hover {
  color: #ffffff;
  text-decoration: none;
}
.mc .cs-image-text .bkgd-white .btn-default,
.mc .cs-image-text .bkgd-grey .btn-default {
  color: #697775;
  border-color: #697775;
}
.mc .cs-image-text .bkgd-white .btn-default a:hover,
.mc .cs-image-text .bkgd-grey .btn-default a:hover {
  color: #697775;
  text-decoration: none;
}
.mc .cs-text {
  float: left;
  position: absolute;
}
.mc .cs-text .cs-text-wrapper {
  padding: 80px;
  min-height: 520px;
}
.mc .case-study-image {
  display: block;
  float: left;
}
.mc .case-study-image.mobile {
  display: none;
}
.mc .case-study-image.fifty-right {
  float: right;
}
.mc .fifty {
  width: 50%;
}
.mc .fifty-right {
  width: 50%;
  right: 0;
}
.mc .fifty-left {
  width: 50%;
  left: 0;
}
.mc .full {
  width: 100%;
}
.mc .icon-image {
  height: 100px !important;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 48em) {
  .mc .fifty-right,
  .fifty {
    width: 100% !important;
    right: auto;
    display: block;
  }
  .mc .case-study-image.right {
    display: none;
  }
  .mc .case-study-image.mobile,
  .mc .case-study-image {
    display: block;
    height: 260px;
  }
  .cs-text-wrapper {
    min-height: 280px !important;
  }
  .mc .cs-image-text .cs-text {
    position: relative;
  }
  .mc .cs-text .cs-text-wrapper {
    padding: 20px;
  }
}
/*------- Accordion Extended v1.0 -------*/
.accordion-extended {
  margin-bottom: 0 !important;
}
.accordion-extended .simple-accordion-group {
  margin-bottom: 0 !important;
}
.accordion-extended .simple-accordion-title-shell {
  overflow: hidden;
  background-color: #697875;
  padding: 20px 0 50px 0!important;
  margin-left: 0px;
  cursor: pointer;
  position: relative;
  height: 200px;
}
.accordion-extended .simple-accordion-title-shell p.subtitle {
  font-size: 1.05em;
  margin-bottom: 0;
  line-height: 1em;
  font-weight: 100;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.accordion-extended .simple-accordion-title-shell p.title {
  font-size: 1.3em;
  margin-bottom: 0;
  font-weight: 300;
  font-family: inherit;
  text-transform: uppercase;
  color: #697775;
}
.accordion-extended .simple-accordion-title-shell .content {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 0px 0;
  margin: 0;
}
.accordion-extended .simple-accordion-title-shell i.closed {
  display: none;
}
.accordion-extended .simple-accordion-title-shell .services-icon {
  display: none;
}
.accordion-extended .simple-accordion-group:hover .simple-accordion-title-shell,
.accordion-extended .simple-accordion-group.open .simple-accordion-title-shell {
  background-color: #697775;
}
.accordion-extended .simple-accordion-group:hover .simple-accordion-title-shell p,
.accordion-extended .simple-accordion-group.open .simple-accordion-title-shell p,
.accordion-extended .simple-accordion-group:hover .simple-accordion-title-shell h1,
.accordion-extended .simple-accordion-group.open .simple-accordion-title-shell h1,
.accordion-extended .simple-accordion-group:hover .simple-accordion-title-shell h2,
.accordion-extended .simple-accordion-group.open .simple-accordion-title-shell h2,
.accordion-extended .simple-accordion-group:hover .simple-accordion-title-shell h3,
.accordion-extended .simple-accordion-group.open .simple-accordion-title-shell h3,
.accordion-extended .simple-accordion-group:hover .simple-accordion-title-shell h4,
.accordion-extended .simple-accordion-group.open .simple-accordion-title-shell h4,
.accordion-extended .simple-accordion-group:hover .simple-accordion-title-shell h5,
.accordion-extended .simple-accordion-group.open .simple-accordion-title-shell h5,
.accordion-extended .simple-accordion-group:hover .simple-accordion-title-shell h6,
.accordion-extended .simple-accordion-group.open .simple-accordion-title-shell h6,
.accordion-extended .simple-accordion-group:hover .simple-accordion-title-shell a,
.accordion-extended .simple-accordion-group.open .simple-accordion-title-shell a {
  color: #ffffff;
}
.accordion-extended .simple-accordion-group:hover .services-icon,
.accordion-extended .simple-accordion-group.open .services-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 20%;
  opacity: 1;
}
.accordion-extended .simple-accordion-group:hover .services-icon img,
.accordion-extended .simple-accordion-group.open .services-icon img {
  max-width: 60px !important;
}
.accordion-extended .simple-accordion-group:hover i.open,
.accordion-extended .simple-accordion-group.open i.open,
.accordion-extended .simple-accordion-group:hover i.closed,
.accordion-extended .simple-accordion-group.open i.closed {
  font-size: 1.5em;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -7px;
}
.accordion-extended .simple-accordion-group:hover .simple-accordion-description,
.accordion-extended .simple-accordion-group.open .simple-accordion-description {
  background-color: #ffffff;
  padding: 50px 0;
}
.accordion-extended .simple-accordion-group:hover .simple-accordion-description .intro,
.accordion-extended .simple-accordion-group.open .simple-accordion-description .intro {
  text-align: left;
}
.accordion-extended .simple-accordion-group:hover .simple-accordion-description .content,
.accordion-extended .simple-accordion-group.open .simple-accordion-description .content {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 50px 0;
  margin: 0;
}
.accordion-extended .simple-accordion-group:hover .simple-accordion-description .extra_content,
.accordion-extended .simple-accordion-group.open .simple-accordion-description .extra_content {
  border: 3px solid #697775;
  padding: 50px 30px;
  background-color: #f1f8ff;
}
.accordion-extended .simple-accordion-group:hover .simple-accordion-description .eight.columns,
.accordion-extended .simple-accordion-group.open .simple-accordion-description .eight.columns {
  padding-top: 50px;
}
.accordion-extended .simple-accordion-group:hover .simple-accordion-description .cta_area h4,
.accordion-extended .simple-accordion-group.open .simple-accordion-description .cta_area h4 {
  color: #697775;
  margin-bottom: 1em;
}
.accordion-extended .simple-accordion-group:hover .simple-accordion-description .cta_icon,
.accordion-extended .simple-accordion-group.open .simple-accordion-description .cta_icon {
  display: inline-block;
  width: 100%;
  margin: 0;
  text-align: center;
}
.accordion-extended .simple-accordion-group:hover .simple-accordion-description .cta_icon i,
.accordion-extended .simple-accordion-group.open .simple-accordion-description .cta_icon i {
  margin-left: 10px;
}
.accordion-extended .simple-accordion-group:hover .simple-accordion-description .contact_link,
.accordion-extended .simple-accordion-group.open .simple-accordion-description .contact_link {
  font-size: 1.28em;
  text-transform: ;
}
.accordion-extended .simple-accordion-group:hover .simple-accordion-description .contact_link a,
.accordion-extended .simple-accordion-group.open .simple-accordion-description .contact_link a {
  text-decoration: none;
}
.simple-accordion-group .simple-accordion-description {
  padding: 20px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .accordion-extended .simple-accordion-title-shell i.closed {
    font-size: 1.5em;
    color: #697775;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -7px;
  }
}
@media only screen and (max-width: 768px) {
  .accordian-primary .panel-title {
    width: 80%;
  }
  .accordion-extended .simple-accordion-description {
    padding: 0 10px !important;
  }
}
@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;
  }
}
/* CSS Document */
.content_hover {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 4px 0 0 0;
  background-color: #697775;
}
.content_hover .bkgd_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 330px;
}
.content_hover .front_content {
  text-align: left;
  display: block;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-bottom: 1px solid grey;
}
.content_hover .front_content p,
.content_hover .front_content h1,
.content_hover .front_content h2,
.content_hover .front_content h3,
.content_hover .front_content h4,
.content_hover .front_content h5,
.content_hover .front_content h6 {
  color: #697775;
  margin-bottom: 0;
}
.content_hover .back_content {
  display: none;
}
.content_hover:hover .front_content {
  display: none;
}
.content_hover:hover .back_content {
  text-align: left;
  display: block;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content_hover:hover .back_content p,
.content_hover:hover .back_content h1,
.content_hover:hover .back_content h2,
.content_hover:hover .back_content h3,
.content_hover:hover .back_content h4,
.content_hover:hover .back_content h5,
.content_hover:hover .back_content h6 {
  color: #ffffff;
}
.content_hover .bkgd_img {
  -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_hover:hover .bkgd_img {
  transform: scale(1.2);
  opacity: 0.2;
}
/* testimonials */
.content_hover.testimonials_hover {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 0;
  background-color: #697775;
}
.content_hover.testimonials_hover .bkgd_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
}
.content_hover.testimonials_hover .front_content {
  text-align: left;
  display: block;
  color: #ffffff;
  position: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  width: 70%;
  height: 70%;
  font-weight: 300px;
  border-bottom: 0px solid grey;
}
.content_hover.testimonials_hover .front_content p,
.content_hover.testimonials_hover .front_content h1,
.content_hover.testimonials_hover .front_content h2,
.content_hover.testimonials_hover .front_content h3,
.content_hover.testimonials_hover .front_content h4,
.content_hover.testimonials_hover .front_content h5,
.content_hover.testimonials_hover .front_content h6 {
  color: #697775;
  margin-bottom: 0;
}
.content_hover.testimonials_hover .back_content {
  display: none;
}
.content_hover.testimonials_hover:hover .front_content {
  display: none;
}
.content_hover.testimonials_hover:hover .back_content {
  text-align: left;
  display: block;
  color: #ffffff;
  position: center;
  width: 90%;
  font-size: 0.8em;
  margin: 0% 0% 20% 0%;
  z-index: 1;
}
.content_hover.testimonials_hover:hover .back_content p,
.content_hover.testimonials_hover:hover .back_content h1,
.content_hover.testimonials_hover:hover .back_content h2,
.content_hover.testimonials_hover:hover .back_content h3,
.content_hover.testimonials_hover:hover .back_content h4,
.content_hover.testimonials_hover:hover .back_content h5,
.content_hover.testimonials_hover:hover .back_content h6 {
  color: #ffffff;
}
.content_hover .bkgd_img {
  -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_hover:hover .bkgd_img {
  transform: scale(1.2);
  opacity: 0.2;
}
/* Background colour reverse - shorter */
.content_hover.bkgd_colour_reverse_shorter {
  margin-top: 0;
}
.content_hover.bkgd_colour_reverse_shorter .bkgd_img {
  position: relative;
  min-height: 200px;
}
.content_hover.bkgd_colour_reverse_shorter .front_content {
  top: auto;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  margin: 0;
  padding: 20px;
  position: absolute;
  left: 0;
  transform: inherit;
}
.content_hover.bkgd_colour_reverse_shorter .front_content h1,
.content_hover.bkgd_colour_reverse_shorter .front_content h2,
.content_hover.bkgd_colour_reverse_shorter .front_content h3,
.content_hover.bkgd_colour_reverse_shorter .front_content h4,
.content_hover.bkgd_colour_reverse_shorter .front_content h5,
.content_hover.bkgd_colour_reverse_shorter .front_content h6,
.content_hover.bkgd_colour_reverse_shorter .front_content p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 0.05em;
}
.content_hover.bkgd_colour_reverse_shorter:hover .brand-primary-bk {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(220, 190, 122, 0.9);
}
.content_hover.bkgd_colour_reverse_shorter:hover .bkgd_img {
  transform: none;
  opacity: 1;
}
.content_hover.bkgd_colour_reverse_shorter:hover .back_content {
  text-align: left;
  display: block;
  color: #33363d;
  position: absolute;
  z-index: 1;
  top: -10%;
  left: 0%;
  transform: translate(0%, 0%);
  padding: 50px;
  font-size: 1em;
}
.content_hover.bkgd_colour_reverse_shorter:hover .back_content p,
.content_hover.bkgd_colour_reverse_shorter:hover .back_content h1,
.content_hover.bkgd_colour_reverse_shorter:hover .back_content h2,
.content_hover.bkgd_colour_reverse_shorter:hover .back_content h3,
.content_hover.bkgd_colour_reverse_shorter:hover .back_content h4,
.content_hover.bkgd_colour_reverse_shorter:hover .back_content h5,
.content_hover.bkgd_colour_reverse_shorter:hover .back_content h6 {
  color: #33363d;
}
/* Background Colour Reverse */
.content_hover.bkgd_colour_reverse {
  margin-top: 0;
}
.content_hover.bkgd_colour_reverse .bkgd_img {
  position: relative;
  min-height: 200px;
}
.content_hover.bkgd_colour_reverse .front_content {
  top: auto;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  margin: 0;
  padding: 20px;
  position: absolute;
  left: 0;
  transform: inherit;
}
.content_hover.bkgd_colour_reverse .front_content h1,
.content_hover.bkgd_colour_reverse .front_content h2,
.content_hover.bkgd_colour_reverse .front_content h3,
.content_hover.bkgd_colour_reverse .front_content h4,
.content_hover.bkgd_colour_reverse .front_content h5,
.content_hover.bkgd_colour_reverse .front_content h6,
.content_hover.bkgd_colour_reverse .front_content p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: 0.05em;
}
.content_hover.bkgd_colour_reverse:hover .brand-primary-bk {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(220, 190, 122, 0.9);
}
.content_hover.bkgd_colour_reverse:hover .bkgd_img {
  transform: none;
  opacity: 1;
}
.content_hover.bkgd_colour_reverse:hover .back_content {
  text-align: left;
  display: block;
  color: #33363d;
  position: absolute;
  z-index: 1;
  top: -10%;
  left: 0%;
  transform: translate(0%, 0%);
  padding: 50px;
  font-size: 1em;
}
.content_hover.bkgd_colour_reverse:hover .back_content p,
.content_hover.bkgd_colour_reverse:hover .back_content h1,
.content_hover.bkgd_colour_reverse:hover .back_content h2,
.content_hover.bkgd_colour_reverse:hover .back_content h3,
.content_hover.bkgd_colour_reverse:hover .back_content h4,
.content_hover.bkgd_colour_reverse:hover .back_content h5,
.content_hover.bkgd_colour_reverse:hover .back_content h6 {
  color: #33363d;
}
/* Background Colour Reverse */
.content_hover.no_front_content:hover .brand-primary-bk {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(50, 83, 121, 0.5);
}
@media only screen and (max-width: 1024px) {
  .content_hover:hover .bkgd_img {
    transform: scale(1);
    opacity: 1;
  }
  .content_hover .back_content {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    top: auto;
    padding: 20px;
    background-color: #f1f1f1;
  }
  .content_hover:hover .front_content {
    display: block;
  }
  .content_hover:hover .back_content {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    top: auto;
    padding: 20px;
    background-color: #f1f1f1;
  }
  .content_hover:hover .back_content p,
  .content_hover:hover .back_content h1,
  .content_hover:hover .back_content h2,
  .content_hover:hover .back_content h3,
  .content_hover:hover .back_content h4,
  .content_hover:hover .back_content h5,
  .content_hover:hover .back_content h6 {
    color: #312f30;
  }
  .content_hover.bkgd_colour_reverse:hover .front_content {
    display: block;
  }
  .content_hover.bkgd_colour_reverse:hover .brand-primary-bk {
    display: block;
    position: relative;
    top: auto;
    background-color: #dcbe7a;
  }
  .content_hover.bkgd_colour_reverse:hover .brand-primary-bk .back_content {
    background-color: transparent;
  }
  .content_hover.bkgd_colour_reverse:hover .brand-primary-bk .back_content p,
  .content_hover.bkgd_colour_reverse:hover .brand-primary-bk .back_content h1,
  .content_hover.bkgd_colour_reverse:hover .brand-primary-bk .back_content h2,
  .content_hover.bkgd_colour_reverse:hover .brand-primary-bk .back_content h3,
  .content_hover.bkgd_colour_reverse:hover .brand-primary-bk .back_content h4,
  .content_hover.bkgd_colour_reverse:hover .brand-primary-bk .back_content h5,
  .content_hover.bkgd_colour_reverse:hover .brand-primary-bk .back_content h6 {
    color: #ffffff;
  }
  .content_hover.bkgd_colour_reverse .brand-primary-bk {
    display: block;
    position: relative;
    top: auto;
    background-color: #dcbe7a;
  }
  .content_hover.bkgd_colour_reverse .brand-primary-bk .back_content {
    background-color: transparent;
  }
  .content_hover.bkgd_colour_reverse .brand-primary-bk .back_content p,
  .content_hover.bkgd_colour_reverse .brand-primary-bk .back_content h1,
  .content_hover.bkgd_colour_reverse .brand-primary-bk .back_content h2,
  .content_hover.bkgd_colour_reverse .brand-primary-bk .back_content h3,
  .content_hover.bkgd_colour_reverse .brand-primary-bk .back_content h4,
  .content_hover.bkgd_colour_reverse .brand-primary-bk .back_content h5,
  .content_hover.bkgd_colour_reverse .brand-primary-bk .back_content h6 {
    color: #ffffff;
  }
  .content_hover.no_front_content:hover .brand-primary-bk {
    position: relative;
    background-color: #325379;
  }
  .content_hover.no_front_content:hover .brand-primary-bk .back_content {
    background-color: transparent;
  }
  .content_hover.no_front_content:hover .brand-primary-bk .back_content p,
  .content_hover.no_front_content:hover .brand-primary-bk .back_content h1,
  .content_hover.no_front_content:hover .brand-primary-bk .back_content h2,
  .content_hover.no_front_content:hover .brand-primary-bk .back_content h3,
  .content_hover.no_front_content:hover .brand-primary-bk .back_content h4,
  .content_hover.no_front_content:hover .brand-primary-bk .back_content h5,
  .content_hover.no_front_content:hover .brand-primary-bk .back_content h6 {
    color: #ffffff;
  }
  .content_hover.no_front_content .brand-primary-bk {
    position: relative;
    background-color: #325379;
  }
  .content_hover.no_front_content .brand-primary-bk .back_content {
    background-color: transparent;
  }
  .content_hover.no_front_content .brand-primary-bk .back_content p,
  .content_hover.no_front_content .brand-primary-bk .back_content h1,
  .content_hover.no_front_content .brand-primary-bk .back_content h2,
  .content_hover.no_front_content .brand-primary-bk .back_content h3,
  .content_hover.no_front_content .brand-primary-bk .back_content h4,
  .content_hover.no_front_content .brand-primary-bk .back_content h5,
  .content_hover.no_front_content .brand-primary-bk .back_content h6 {
    color: #ffffff;
  }
}
/* bkgd_image_hover */
.content_hover.bkgd_image_hover {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 0;
  background-color: #697775;
  /* .back_content {
		display:none;
	} */
}
.content_hover.bkgd_image_hover .bkgd_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 330px;
  position: relative;
}
.content_hover.bkgd_image_hover .front_content {
  top: auto;
  bottom: 0;
  background-color: rgba(252, 252, 252, 0.8);
  width: 100%;
  margin-bottom: px;
  padding: 15px;
  position: absolute;
  left: 0;
  transform: inherit;
}
.content_hover.bkgd_image_hover .front_content h1,
.content_hover.bkgd_image_hover .front_content h2,
.content_hover.bkgd_image_hover .front_content h3,
.content_hover.bkgd_image_hover .front_content h4,
.content_hover.bkgd_image_hover .front_content h5,
.content_hover.bkgd_image_hover .front_content h6,
.content_hover.bkgd_image_hover .front_content p {
  color: #697875;
  text-transform: sentence;
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .content_hover.bkgd_image_hover .front_content {
    display: block;
    text-align: left;
    color: #697875;
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #808080;
  }
}
@media only screen and (max-width: 768px) {
  .content_hover.bkgd_image_hover .back_content h1,
  .content_hover.bkgd_image_hover .back_content h2,
  .content_hover.bkgd_image_hover .back_content h3,
  .content_hover.bkgd_image_hover .back_content h4,
  .content_hover.bkgd_image_hover .back_content h5,
  .content_hover.bkgd_image_hover .back_content h6,
  .content_hover.bkgd_image_hover .back_content p,
  .content_hover.bkgd_image_hover .back_content li {
    color: #697875;
  }
}
.content_hover.bkgd_image_hover:hover .front_content {
  display: none;
}
.content_hover.bkgd_image_hover:hover .back_content {
  text-align: left;
  display: block;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 10%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
}
.content_hover.bkgd_image_hover:hover .back_content p,
.content_hover.bkgd_image_hover:hover .back_content h1,
.content_hover.bkgd_image_hover:hover .back_content h2,
.content_hover.bkgd_image_hover:hover .back_content h3,
.content_hover.bkgd_image_hover:hover .back_content h4,
.content_hover.bkgd_image_hover:hover .back_content h5,
.content_hover.bkgd_image_hover:hover .back_content h6 {
  color: #ffffff;
}
.content_hover.bkgd_image_hover:hover .back_content strong,
.content_hover.bkgd_image_hover:hover .back_content b {
  font-weight: 700;
  line-height: inherit;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .content_hover.bkgd_image_hover:hover .back_content p,
  .content_hover.bkgd_image_hover:hover .back_content h1,
  .content_hover.bkgd_image_hover:hover .back_content h2,
  .content_hover.bkgd_image_hover:hover .back_content h3,
  .content_hover.bkgd_image_hover:hover .back_content h4,
  .content_hover.bkgd_image_hover:hover .back_content h5,
  .content_hover.bkgd_image_hover:hover .back_content h6 {
    color: #697875;
  }
  .content_hover.bkgd_image_hover:hover .back_content strong,
  .content_hover.bkgd_image_hover:hover .back_content b {
    font-weight: 700;
    line-height: inherit;
    color: #697875;
  }
  .content_hover.bkgd_image_hover:hover .back_content ul {
    color: #697875;
    margin: 5% 5% 5% 5%;
  }
}
.content_hover .bkgd_image_hover {
  -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_hover:hover .bkgd_img {
  transform: scale(1.2);
  opacity: 0.2;
}
/* and_so_much_more */
.content_hover.and_so_much_more {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 0;
  background-color: #697775;
}
.content_hover.and_so_much_more .bkgd_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 275px;
  position: relative;
}
.content_hover.and_so_much_more .front_content {
  top: auto;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  margin-bottom: 1px;
  padding: 20px;
  position: absolute;
  left: 0;
  transform: inherit;
}
.content_hover.and_so_much_more .front_content h1,
.content_hover.and_so_much_more .front_content h2,
.content_hover.and_so_much_more .front_content h3,
.content_hover.and_so_much_more .front_content h4,
.content_hover.and_so_much_more .front_content h5,
.content_hover.and_so_much_more .front_content h6,
.content_hover.and_so_much_more .front_content p {
  color: #697875;
  text-transform: sentence;
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .content_hover.and_so_much_more .front_content {
    display: block;
    text-align: left;
    color: #fff;
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #808080;
  }
}
.content_hover.and_so_much_more .back_content {
  display: none;
}
@media only screen and (max-width: 768px) {
  .content_hover.and_so_much_more .back_content h1,
  .content_hover.and_so_much_more .back_content h2,
  .content_hover.and_so_much_more .back_content h3,
  .content_hover.and_so_much_more .back_content h4,
  .content_hover.and_so_much_more .back_content h5,
  .content_hover.and_so_much_more .back_content h6,
  .content_hover.and_so_much_more .back_content p,
  .content_hover.and_so_much_more .back_content li {
    color: #697875;
  }
}
@media only screen and (max-width: 768px) {
  .content_hover.and_so_much_more .back_content {
    display: block;
  }
}
.content_hover.and_so_much_more:hover .front_content {
  display: none;
}
.content_hover.and_so_much_more:hover .back_content {
  text-align: left;
  display: block;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 10%;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
}
.content_hover.and_so_much_more:hover .back_content p,
.content_hover.and_so_much_more:hover .back_content h1,
.content_hover.and_so_much_more:hover .back_content h2,
.content_hover.and_so_much_more:hover .back_content h3,
.content_hover.and_so_much_more:hover .back_content h4,
.content_hover.and_so_much_more:hover .back_content h5,
.content_hover.and_so_much_more:hover .back_content h6 {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .content_hover.and_so_much_more:hover .back_content p,
  .content_hover.and_so_much_more:hover .back_content h1,
  .content_hover.and_so_much_more:hover .back_content h2,
  .content_hover.and_so_much_more:hover .back_content h3,
  .content_hover.and_so_much_more:hover .back_content h4,
  .content_hover.and_so_much_more:hover .back_content h5,
  .content_hover.and_so_much_more:hover .back_content h6 {
    color: #697875;
  }
  .content_hover.and_so_much_more:hover .back_content strong,
  .content_hover.and_so_much_more:hover .back_content b {
    font-weight: 700;
    line-height: inherit;
    color: #697875;
  }
  .content_hover.and_so_much_more:hover .back_content ul {
    color: #697875;
    margin-bottom: 25%;
  }
}
.content_hover .bkgd_image_hover {
  -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_hover:hover .bkgd_img {
  transform: scale(1.2);
  opacity: 0.2;
}
/* testimonials */
.content_hover.testimonials {
  height: 200;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 0;
  background-color: #697775;
}
.content_hover.testimonials .bkgd_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100px;
  max-height: 400px;
}
.content_hover.testimonials .front_content {
  top: auto;
  bottom: 0;
  background-color: rgba(252, 252, 252, 0.8);
  width: 100%;
  margin-bottom: -1px;
  padding: 15px;
  position: absolute;
  left: 0;
  transform: inherit;
}
.content_hover.testimonials .front_content h1,
.content_hover.testimonials .front_content h2,
.content_hover.testimonials .front_content h3,
.content_hover.testimonials .front_content h4,
.content_hover.testimonials .front_content h5,
.content_hover.testimonials .front_content h6,
.content_hover.testimonials .front_content p {
  color: #697875;
  text-transform: sentence;
  font-size: 1em;
  letter-spacing: 0.05em;
}
.content_hover.testimonials .back_content {
  display: none;
}
.content_hover.testimonials:hover .front_content {
  display: none;
}
.content_hover.testimonials:hover .back_content {
  text-align: left;
  display: block;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 10%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
}
.content_hover.testimonials:hover .back_content p,
.content_hover.testimonials:hover .back_content h1,
.content_hover.testimonials:hover .back_content h2,
.content_hover.testimonials:hover .back_content h3,
.content_hover.testimonials:hover .back_content h4,
.content_hover.testimonials:hover .back_content h5,
.content_hover.testimonials:hover .back_content h6 {
  color: #ffffff;
}
.content_hover .testimonials {
  -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_hover:hover .bkgd_img {
  transform: scale(1.2);
  opacity: 0.2;
}
/* IE8 Fixes */
.ie8 .content_hover:hover .back_content {
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  background-color: #dcbe7a;
  padding: 35px;
}
/* ---------------------------- FAQs --------------------------------------- */
.mc .container-faq {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 30px;
}
.mc .faq {
  display: block;
}
.mc .faq ul {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 25px 0;
  padding: 15px;
  overflow: hidden;
}
.mc .faq ul li {
  display: inline;
  float: left;
  width: 47%;
  list-style: none;
  margin: 0 1.5%;
  padding: 7px 0 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mc .faq ul li a {
  color: #ffffff;
  font-size: 1.1em;
}
.mc .faq ul li a:hover {
  color: #ffffff;
  font-size: 1.1em;
}
.mc .faq.content {
  width: 100%;
  padding: 0 20px 18px 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #9e9e9e;
}
.mc .faq.content:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 48em) {
  .mc .faq ul li {
    width: 97%;
  }
}
/** Simple Tabs ***********************************************/
/**************************************************************/
.simpleTabsContent {
  border-top: 1px solid #f1f1f1;
  margin-top: 10px;
  padding-top: 20px;
}
ul.simpleTabs {
  padding: 0 !important;
  display: none;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 40px;
  margin-left: 0px;
}
ul.simpleTabs li {
  margin-left: 0px;
}
@media only screen and (min-width: 768px) {
  ul.simpleTabs {
    display: block;
  }
  ul.simpleTabs li {
    list-style: none !important;
    background: #ffffff;
    color: #697775;
    border-bottom: none;
    display: inline-block;
    margin: 0px;
    border: 1px solid #697775;
    border-right: none;
  }
  ul.simpleTabs li a {
    padding: 10px 53px;
  }
  /*ul.simpleTabs li:first-child { border-top-left-radius: 6px; border-bottom-left-radius: 6px;}*/
  ul.simpleTabs li:last-child {
    border-right: 1px solid #697775;
  }
  ul.simpleTabs li.active {
    background: #697775;
    color: #ffffff;
  }
  ul.simpleTabs li:hover {
    background: #F7F8F8;
  }
  ul.simpleTabs li.active:hover {
    background: #697775;
  }
  ul.simpleTabs li a {
    color: #697775 !important;
    text-decoration: none !important;
    display: block;
  }
  ul.simpleTabs li.active a {
    color: #ffffff !important;
  }
  .simpleTabsContainer {
    background-color: #ffffff;
  }
  .simpleTabsContent {
    visiblity: hidden;
    padding-top: 50px;
  }
  .tab-title {
    display: none;
  }
  .simpleTabsContent:first-child {
    visiblity: visible;
  }
}
@media only screen and (max-width: 768px) {
  .tab-title {
    display: none;
  }
  .simpleTabsContent {
    display: block;
  }
}
.content_active {
  display: block !important;
}
/* ---------------------------- Video Text --------------------------------------- */
.mc .video_bkgd {
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
.mc .video_bkgd .content_container {
  position: absolute;
  top: 35%;
  width: 100%;
}
.mc .video_bkgd .content_container .content {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 35px;
  width: 60%;
  margin: 0 auto !important;
}
.ccm-search-block-form.simple {
  background-color: #f1f1f1;
  padding: 35px;
}
.ccm-search-block-form.simple .searchResult {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.morph-search {
  float: right;
}
.morph-search-button {
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0;
  padding: 20px;
  width: 47px;
  height: 60px;
  text-align: center;
  font-size: 1.2em;
  background-color: none;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
  top: 0;
  right: 20%;
}
@media only screen and (max-width: 480px) {
  .morph-search-button {
    right: 30%;
  }
}
.header-left .morph-search-button {
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  min-height: 35px;
  padding: 5px 10px;
  margin: 0;
  background-color: #dcbe7a;
  right: 0;
}
@media only screen and (max-width: 480px) {
  .header-left .morph-search-button {
    right: 0;
  }
}
.morph-search-button:hover {
  opacity: 0.75;
}
.morph-search-wrapper {
  position: absolute;
  width: 100%;
  right: 0px;
  top: 0px;
  background-color: #f1f1f1;
  z-index: 100;
  height: 0px;
  overflow: hidden;
}
.morph-search-field {
  height: auto;
  display: block;
  padding: 10px 35px 10px 15px;
}
.mc .morph-search-field input {
  background-color: #ffffff;
  color: #312f30;
  font-size: 1.1em !important;
  min-height: 39px;
  width: 0;
  margin: 0;
  padding: 10px 40px 10px 10px;
  border: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mc .morph-search-field input:focus,
.mc .morph-search-field input:hover {
  color: #312f30;
}
.mc .morph-query:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
}
.mc .close_search,
.mc .search_icon {
  display: none;
}
.mc .search_icon .fa.fa-search {
  margin-top: 3px;
  position: absolute;
  right: 45px;
  top: 17px;
  font-size: 22px;
  color: #312f30;
  cursor: pointer;
}
.mc .search_icon .fa.fa-search:hover,
.mc .search_icon .fa.fa-search:active {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.mc .close_search .fa.fa-times {
  margin-top: 3px;
  position: absolute;
  right: 10px;
  top: 17px;
  font-size: 22px;
  color: #312f30;
  cursor: pointer;
}
.mc .close_search .fa.fa-times:hover,
.mc .close_search .fa.fa-times:active {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
html {
  background-color: #ffffff;
}
body {
  background-color: #ffffff;
}
main,
.main {
  background-color: #ffffff;
}
.home-content-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.container {
  padding: 35px 0;
}
/* responsive styling for homepage diagram */
@media only screen and (max-width: 768px) {
  .diagram-mob {
    width: 50% !important;
    float: left !important;
    margin-left: 3% !important;
  }
}
/* full width portals on homepage */
.link-portal {
  width: 50%;
  float: left;
}
/* Spacer styling for mobile */
@media only screen and (max-width: 310px) {
  .spacer .igSpacer {
    display: none;
  }
}
.spacer {
  height: 1em;
}
.border-box {
  border: 5px solid white;
}
/* Main background colours */
.brand-primary-bk {
  background-color: #697775;
}
.brand-primary-bk p,
.brand-primary-bk h1,
.brand-primary-bk h2,
.brand-primary-bk h3,
.brand-primary-bk h4,
.brand-primary-bk h5,
.brand-primary-bk h6,
.brand-primary-bk a {
  color: #ffffff;
}
.brand-secondary-bk {
  background-color: #e8e9e3;
}
.brand-secondary-bk p,
.brand-secondary-bk h1,
.brand-secondary-bk h2,
.brand-secondary-bk h3,
.brand-secondary-bk h4,
.brand-secondary-bk h5,
.brand-secondary-bk h6,
.brand-secondary-bk a {
  color: #ffffff;
}
.brand-tertiary-bk {
  background-color: #dcbe7a;
}
.brand-tertiary-bk p,
.brand-tertiary-bk h1,
.brand-tertiary-bk h2,
.brand-tertiary-bk h3,
.brand-tertiary-bk h4,
.brand-tertiary-bk h5,
.brand-tertiary-bk h6,
.brand-tertiary-bk a {
  color: #ffffff;
}
.secondary-bk strong {
  color: #312f30;
}
.tertiary-bk {
  margin-bottom: 1.5%;
}
.tertiary-bk strong {
  color: #312f30;
}
.bkgd-grey {
  background-color: #f1f1f1;
}
.bkgd-white {
  background-color: #ffffff;
}
.brand-success-bk {
  background-color: #5cb85c;
}
.brand-info-bk {
  background-color: #5bc0de;
}
.brand-warning-bk {
  background-color: #f0ad4e;
}
.brand-danger-bk {
  background-color: #d9534f;
}
/* Left Sidebar Contact Form */
.left_sidebar_contact .bkgd-grey {
  padding: 35px;
}
.left_sidebar_contact .bkgd-white {
  padding: 35px;
}
.left_sidebar_contact .contact-area ul {
  margin-left: 0;
}
.left_sidebar_contact .contact-area li {
  list-style: none;
  font-size: 1.25em;
  line-height: 1em;
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.left_sidebar_contact .contact-area li a {
  color: #312f30 !important;
}
/* Arrows on divs */
.arrow_box {
  position: relative;
  background: #e8e9e3;
  border: 5px solid #e8e9e3;
}
.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(232, 233, 227, 0);
  border-top-color: #e8e9e3;
  border-width: 30px;
  margin-left: -30px;
}
.arrow_box:before {
  border-color: rgba(232, 233, 227, 0);
  border-top-color: #e8e9e3;
  border-width: 37px;
  margin-left: -37px;
}
.large_social .fab {
  font-size: 2em !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
   ========================================================================== */
.outdatedbrowser {
  position: fixed;
  width: 100%;
  display: block;
  z-index: 101;
  height: 35px;
}
.browserupgrade {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 5px 0;
}
/*
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
.igSpacer.border_b {
  border-bottom: 1px solid rgba(49, 47, 48, 0.25);
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  margin: 0 auto;
  height: 3px;
  border: 0;
  border-top: 5px solid #fff;
  padding: 0;
  width: 10%;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* - - - - - - - - - - FLOATS & CLEARFIX - - - - - - - - - - */
.float-right,
.pull_right {
  float: right;
}
.float-left,
pull_left {
  float: left;
}
.clearfix,
.row,
.mc .dl-horizontal dd {
  *zoom: 1;
}
.clearfix:after,
.row:after,
.mc .dl-horizontal dd:after {
  content: "";
  display: table;
  clear: both;
}
.clearfix:before,
.row:before,
.mc .dl-horizontal dd:before {
  content: "";
  display: table;
}
/* - - - - - - - - - - SNIPPETS - - - - - - - - - - */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
/* - - - - - - - - - - SHOW & HIDE FOR SCREEN SIZES - - - - - - - - - - */
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
/**
 * =======================================================================
   Fallbacks
 * =======================================================================
 */
/* Typography */
.ie9 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
/* IE FONT FALLBACK */
.ie9 * {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
/* Image FALLBACK */
.oldie .mc img,
.oldie .mc object,
.oldie .mc embed {
  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;
  }
}
