@charset "UTF-8";
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 29, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 91, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../scss/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 181, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 189, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 198, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 207, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 238, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 248, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 256, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 264, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 268, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 280, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 289, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 297, ../scss/_normalize.scss */
menu,
ol,
ul {
  margin: 0;
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 308, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 323, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 332, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 344, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 356, ../scss/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 364, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 376, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 390, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 405, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 420, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 433, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 445, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 459, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 471, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 480, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 491, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 504, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'open_sansextrabold';
  src: url("../fonts/opensans_extrabold_macroman/OpenSans-ExtraBold-webfont.eot");
  src: url("../fonts/opensans_extrabold_macroman/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_extrabold_macroman/OpenSans-ExtraBold-webfont.woff") format("woff"), url("../fonts/opensans_extrabold_macroman/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("../fonts/opensans_extrabold_macroman/OpenSans-ExtraBold-webfont.svg#open_sansextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.eot");
  src: url("../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot");
  src: url("../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome License-http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.0.3");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../scss/fontawesome/_core.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../scss/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../scss/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../scss/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../scss/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../scss/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../scss/fontawesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../scss/fontawesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../scss/fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../scss/fontawesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../scss/fontawesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../scss/fontawesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../scss/fontawesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../scss/fontawesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../scss/fontawesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../scss/fontawesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../scss/fontawesome/_spinning.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 4, ../scss/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../scss/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../scss/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../scss/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../scss/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, ../scss/fontawesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../scss/fontawesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../scss/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../scss/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../scss/fontawesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../scss/fontawesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../scss/fontawesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../scss/fontawesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../scss/fontawesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../scss/fontawesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../scss/fontawesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../scss/fontawesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../scss/fontawesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../scss/fontawesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../scss/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../scss/fontawesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../scss/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../scss/fontawesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../scss/fontawesome/_icons.scss */
.fa-times:before {
  content: "";
}

/* line 18, ../scss/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, ../scss/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, ../scss/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, ../scss/fontawesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, ../scss/fontawesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 24, ../scss/fontawesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 25, ../scss/fontawesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 26, ../scss/fontawesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 27, ../scss/fontawesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 28, ../scss/fontawesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 29, ../scss/fontawesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 30, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 31, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 32, ../scss/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 33, ../scss/fontawesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 34, ../scss/fontawesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 36, ../scss/fontawesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 37, ../scss/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 38, ../scss/fontawesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 39, ../scss/fontawesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 40, ../scss/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 41, ../scss/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 42, ../scss/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 43, ../scss/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 44, ../scss/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 45, ../scss/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 46, ../scss/fontawesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 47, ../scss/fontawesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 48, ../scss/fontawesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 49, ../scss/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 50, ../scss/fontawesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 51, ../scss/fontawesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 52, ../scss/fontawesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 53, ../scss/fontawesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 54, ../scss/fontawesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 55, ../scss/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 56, ../scss/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 57, ../scss/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 58, ../scss/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 59, ../scss/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 60, ../scss/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 61, ../scss/fontawesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 62, ../scss/fontawesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 64, ../scss/fontawesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 65, ../scss/fontawesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 66, ../scss/fontawesome/_icons.scss */
.fa-picture-o:before {
  content: "";
}

/* line 67, ../scss/fontawesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 68, ../scss/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 69, ../scss/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 70, ../scss/fontawesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 71, ../scss/fontawesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 73, ../scss/fontawesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 74, ../scss/fontawesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 75, ../scss/fontawesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 76, ../scss/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 77, ../scss/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 78, ../scss/fontawesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 79, ../scss/fontawesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 80, ../scss/fontawesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 81, ../scss/fontawesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 82, ../scss/fontawesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 83, ../scss/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 84, ../scss/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 85, ../scss/fontawesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 86, ../scss/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 87, ../scss/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 88, ../scss/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 89, ../scss/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 90, ../scss/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 91, ../scss/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 92, ../scss/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 93, ../scss/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 94, ../scss/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 95, ../scss/fontawesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 96, ../scss/fontawesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 97, ../scss/fontawesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 98, ../scss/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 99, ../scss/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 100, ../scss/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 101, ../scss/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 102, ../scss/fontawesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 104, ../scss/fontawesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 105, ../scss/fontawesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 106, ../scss/fontawesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 107, ../scss/fontawesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 108, ../scss/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 109, ../scss/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 110, ../scss/fontawesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 111, ../scss/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 112, ../scss/fontawesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 113, ../scss/fontawesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 114, ../scss/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 115, ../scss/fontawesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 117, ../scss/fontawesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 118, ../scss/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 119, ../scss/fontawesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 120, ../scss/fontawesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 121, ../scss/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 122, ../scss/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 123, ../scss/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 124, ../scss/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 125, ../scss/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 126, ../scss/fontawesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 127, ../scss/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 128, ../scss/fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 129, ../scss/fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 130, ../scss/fontawesome/_icons.scss */
.fa-bar-chart-o:before {
  content: "";
}

/* line 131, ../scss/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 132, ../scss/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 133, ../scss/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 134, ../scss/fontawesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 135, ../scss/fontawesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 137, ../scss/fontawesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 138, ../scss/fontawesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 139, ../scss/fontawesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 140, ../scss/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 141, ../scss/fontawesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 142, ../scss/fontawesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 143, ../scss/fontawesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 144, ../scss/fontawesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 145, ../scss/fontawesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 146, ../scss/fontawesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 147, ../scss/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 148, ../scss/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 149, ../scss/fontawesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 150, ../scss/fontawesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 151, ../scss/fontawesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 152, ../scss/fontawesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 153, ../scss/fontawesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 154, ../scss/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 155, ../scss/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 156, ../scss/fontawesome/_icons.scss */
.fa-facebook:before {
  content: "";
}

/* line 157, ../scss/fontawesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 158, ../scss/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 159, ../scss/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 160, ../scss/fontawesome/_icons.scss */
.fa-rss:before {
  content: "";
}

/* line 161, ../scss/fontawesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 162, ../scss/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 163, ../scss/fontawesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 164, ../scss/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 165, ../scss/fontawesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 166, ../scss/fontawesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 167, ../scss/fontawesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 168, ../scss/fontawesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 169, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 170, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 171, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 172, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 173, ../scss/fontawesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 174, ../scss/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 175, ../scss/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 176, ../scss/fontawesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 177, ../scss/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 178, ../scss/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 179, ../scss/fontawesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 181, ../scss/fontawesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 183, ../scss/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 184, ../scss/fontawesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 185, ../scss/fontawesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 187, ../scss/fontawesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 189, ../scss/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 190, ../scss/fontawesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 192, ../scss/fontawesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 193, ../scss/fontawesome/_icons.scss */
.fa-bars:before {
  content: "";
}

/* line 194, ../scss/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 195, ../scss/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 196, ../scss/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 197, ../scss/fontawesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 198, ../scss/fontawesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 199, ../scss/fontawesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 200, ../scss/fontawesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 201, ../scss/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 202, ../scss/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 203, ../scss/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 204, ../scss/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 205, ../scss/fontawesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 206, ../scss/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 207, ../scss/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 208, ../scss/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 209, ../scss/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 210, ../scss/fontawesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 211, ../scss/fontawesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 213, ../scss/fontawesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "";
}

/* line 215, ../scss/fontawesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "";
}

/* line 217, ../scss/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 218, ../scss/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 219, ../scss/fontawesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 221, ../scss/fontawesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 223, ../scss/fontawesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 225, ../scss/fontawesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 226, ../scss/fontawesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 227, ../scss/fontawesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 229, ../scss/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 230, ../scss/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 231, ../scss/fontawesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 233, ../scss/fontawesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 234, ../scss/fontawesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 235, ../scss/fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 236, ../scss/fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 237, ../scss/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 238, ../scss/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 239, ../scss/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 240, ../scss/fontawesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 241, ../scss/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 242, ../scss/fontawesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 243, ../scss/fontawesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 244, ../scss/fontawesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 245, ../scss/fontawesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 246, ../scss/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 247, ../scss/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 248, ../scss/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 249, ../scss/fontawesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 250, ../scss/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 251, ../scss/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 252, ../scss/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 253, ../scss/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 254, ../scss/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 255, ../scss/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 256, ../scss/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 257, ../scss/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 258, ../scss/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 259, ../scss/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 260, ../scss/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 261, ../scss/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 262, ../scss/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 263, ../scss/fontawesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 265, ../scss/fontawesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 266, ../scss/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 267, ../scss/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 268, ../scss/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 269, ../scss/fontawesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 270, ../scss/fontawesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 272, ../scss/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 273, ../scss/fontawesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 274, ../scss/fontawesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 275, ../scss/fontawesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 276, ../scss/fontawesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 277, ../scss/fontawesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 278, ../scss/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 279, ../scss/fontawesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 280, ../scss/fontawesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 281, ../scss/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 282, ../scss/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 283, ../scss/fontawesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 284, ../scss/fontawesome/_icons.scss */
.fa-reply-all:before {
  content: "";
}

/* line 285, ../scss/fontawesome/_icons.scss */
.fa-mail-reply-all:before {
  content: "";
}

/* line 286, ../scss/fontawesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 289, ../scss/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 290, ../scss/fontawesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 291, ../scss/fontawesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 292, ../scss/fontawesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 294, ../scss/fontawesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 295, ../scss/fontawesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 296, ../scss/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 297, ../scss/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 298, ../scss/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 299, ../scss/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 300, ../scss/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 301, ../scss/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 302, ../scss/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 303, ../scss/fontawesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 304, ../scss/fontawesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 305, ../scss/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 306, ../scss/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 307, ../scss/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 308, ../scss/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 309, ../scss/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 310, ../scss/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 311, ../scss/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 312, ../scss/fontawesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 313, ../scss/fontawesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 314, ../scss/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 315, ../scss/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 316, ../scss/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 317, ../scss/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 318, ../scss/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 319, ../scss/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 320, ../scss/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 321, ../scss/fontawesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 322, ../scss/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 323, ../scss/fontawesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 324, ../scss/fontawesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 325, ../scss/fontawesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 326, ../scss/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 327, ../scss/fontawesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 328, ../scss/fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 329, ../scss/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 330, ../scss/fontawesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 331, ../scss/fontawesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 333, ../scss/fontawesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 335, ../scss/fontawesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 337, ../scss/fontawesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 339, ../scss/fontawesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 340, ../scss/fontawesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 342, ../scss/fontawesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 344, ../scss/fontawesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 348, ../scss/fontawesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 351, ../scss/fontawesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 353, ../scss/fontawesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 355, ../scss/fontawesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 356, ../scss/fontawesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 357, ../scss/fontawesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 358, ../scss/fontawesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 359, ../scss/fontawesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 360, ../scss/fontawesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 361, ../scss/fontawesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 362, ../scss/fontawesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 363, ../scss/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 364, ../scss/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 365, ../scss/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 366, ../scss/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 367, ../scss/fontawesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 368, ../scss/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 369, ../scss/fontawesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 370, ../scss/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 371, ../scss/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 372, ../scss/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 373, ../scss/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 374, ../scss/fontawesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 375, ../scss/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 376, ../scss/fontawesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 377, ../scss/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 378, ../scss/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 379, ../scss/fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 380, ../scss/fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 381, ../scss/fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 382, ../scss/fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 383, ../scss/fontawesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 384, ../scss/fontawesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 385, ../scss/fontawesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 386, ../scss/fontawesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 387, ../scss/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 388, ../scss/fontawesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 389, ../scss/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 390, ../scss/fontawesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 391, ../scss/fontawesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 392, ../scss/fontawesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 393, ../scss/fontawesome/_icons.scss */
.fa-gittip:before {
  content: "";
}

/* line 394, ../scss/fontawesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 395, ../scss/fontawesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 396, ../scss/fontawesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 397, ../scss/fontawesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 398, ../scss/fontawesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 399, ../scss/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 400, ../scss/fontawesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 401, ../scss/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 402, ../scss/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 403, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 404, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 405, ../scss/fontawesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 407, ../scss/fontawesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 408, ../scss/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 409, ../scss/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 410, ../scss/fontawesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 412, ../scss/fontawesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 41, ../scss/_grid.scss */
body {
  width: 100%;
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
body:before, body:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
body:after {
  clear: both;
}

/* line 2, ../scss/_vars.scss */
.cols, #success .right-col ul li, .logo-holder {
  outline: solid red 1px;
}

/* line 10, ../scss/_vars.scss */
.blob-buttons li a span, .right-col.success-stories .item .products .inner p strong, h1, h2, h3, h4, p strong {
  font-family: 'open_sansbold';
}

/* line 14, ../scss/_vars.scss */
.gform_wrapper form .gfield input[type=text],
.gform_wrapper form .gfield input[type=url],
.gform_wrapper form .gfield input[type=email],
.gform_wrapper form .gfield input[type=tel],
.gform_wrapper form .gfield input[type=number],
.gform_wrapper form .gfield input[type=password],
.gform_wrapper form .gfield textarea, .ginput_container select#input_3_5, .right-col.success-stories h2, .accordian .portfolio-item .accord-toggle h3, body.single-events p:first-child, .news-media-events li h2, body.single h2, body.page-template-events-page-php .article-section h3,
body.page-template-office-locations-php .article-section h3, body.page-template-events-page-php .article-section h4,
body.page-template-office-locations-php .article-section h4, body, .flexslider3 .flex-viewport h2 {
  font-family: 'open_sansregular';
}

/* apply a natural box layout model to all elements */
/* line 19, ../scss/_vars.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 34, ../scss/_vars.scss */
.page-wrapper .page-wrapper__wide .page-wrapper__wide__inner, #primary .inner {
  max-width: 60em;
}

/* line 68, ../scss/_vars.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 73, ../scss/_vars.scss */
.padding-tb {
  margin-top: 0em;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  margin-bottom: 0em;
}
@media (max-width: 37.5em) {
  /* line 73, ../scss/_vars.scss */
  .padding-tb {
    margin-top: 0em;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 0em;
  }
}

/* line 81, ../scss/_vars.scss */
.padding-b {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 4.5em;
  margin-bottom: 0em;
}
@media (max-width: 37.5em) {
  /* line 81, ../scss/_vars.scss */
  .padding-b {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 3em;
    margin-bottom: 0em;
  }
}

/* line 88, ../scss/_vars.scss */
.padding-tb-med {
  margin-top: 0em;
  padding-top: 4.5em;
  padding-bottom: 1.5em;
  margin-bottom: 0em;
}
@media (max-width: 37.5em) {
  /* line 88, ../scss/_vars.scss */
  .padding-tb-med {
    margin-top: 0em;
    padding-top: 3em;
    padding-bottom: 1.5em;
    margin-bottom: 0em;
  }
}

/* line 97, ../scss/_vars.scss */
.padding-tb-small {
  margin-top: 0em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 0em;
}

/* line 102, ../scss/_vars.scss */
.no-padding-bottom {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* line 107, ../scss/_vars.scss */
.cols {
  display: inline;
  float: left;
  width: 7.01058%;
  margin: 0 0.66138%;
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
.cols:before, .cols:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.cols:after {
  clear: both;
}

/* line 113, ../scss/_vars.scss */
.clear {
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
.clear:before, .clear:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.clear:after {
  clear: both;
}

/* line 117, ../scss/_vars.scss */
.hide {
  display: none;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 15, ../scss/_flexslider.scss */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

/* line 18, ../scss/_flexslider.scss */
.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider/flexslider-icon.eot");
  src: url("../fonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider/flexslider-icon.woff") format("woff"), url("../fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
/*.zflexslider,
.flexslider,
.flexslider2,
.flexslider3,
.flexslider4 {
  margin: 0;
  padding: 0;
	@media screen and (min-width: 60em) {
	}
}*/
/* line 53, ../scss/_flexslider.scss */
.flexslider .slides > li,
.flexslider2 .slides > li,
.flexslider3 .slides > li,
.flexslider4 .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* line 63, ../scss/_flexslider.scss */
.flexslider .slides > li p,
.flexslider2 .slides > li p,
.flexslider3 .slides > li p,
.flexslider4 .slides > li p {
  padding-left: 2px;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 68, ../scss/_flexslider.scss */
.flexslider3 .slides > li > .inner {
  padding-left: 1px;
}

/* line 74, ../scss/_flexslider.scss */
.zflexslider .slides img,
.flexslider .slides img,
.flexslider2 .slides img,
.flexslider3 .slides img,
.flexslider4 .slides img {
  display: block;
}

/* line 82, ../scss/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 86, ../scss/_flexslider.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 94, ../scss/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 97, ../scss/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 103, ../scss/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/*.flexslider,
.flexslider2,
.flexslider3,
.flexslider4 {
	position: relative;
  zoom: 1;
}*/
/* line 116, ../scss/_flexslider.scss */
.flexslider {
  height: 546px;
}
/* line 118, ../scss/_flexslider.scss */
.flexslider .flex-control-nav {
  bottom: -22px;
  text-align: center;
}
/* line 122, ../scss/_flexslider.scss */
.flexslider li {
  padding-top: 70px;
  display: inline-block;
}
@media screen and (max-width: 37.5em) {
  /* line 122, ../scss/_flexslider.scss */
  .flexslider li {
    padding-top: 40px;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 116, ../scss/_flexslider.scss */
  .flexslider {
    height: 440px;
  }
}

/* line 134, ../scss/_flexslider.scss */
.flexslider2 .slides img {
  min-height: 600px;
  max-height: 1600px;
}

/* line 142, ../scss/_flexslider.scss */
.flexslider3 {
  height: 600px;
  padding-top: 90px;
}
/* line 145, ../scss/_flexslider.scss */
.flexslider3 .flex-control-nav {
  bottom: 0px;
}
@media screen and (max-width: 37.5em) {
  /* line 142, ../scss/_flexslider.scss */
  .flexslider3 {
    height: 800px;
    padding-top: 60px;
  }
}

/* line 154, ../scss/_flexslider.scss */
.flexslider4 .slides img {
  min-height: 600px;
  max-height: 1600px;
}
@media screen and (max-width: 37.5em) {
  /* line 154, ../scss/_flexslider.scss */
  .flexslider4 .slides img {
    min-height: 780px;
  }
}

/* line 165, ../scss/_flexslider.scss */
.zflexslider {
  min-height: 546px;
  padding-top: 90px;
}
/* line 168, ../scss/_flexslider.scss */
.zflexslider .flex-control-nav {
  bottom: 0px;
}
@media screen and (max-width: 37.5em) {
  /* line 165, ../scss/_flexslider.scss */
  .zflexslider {
    min-height: 700px;
    padding-top: 40px;
  }
}

/* line 178, ../scss/_flexslider.scss */
body.page-id-21 .flexslider {
  height: 550px;
}
/* line 180, ../scss/_flexslider.scss */
body.page-id-21 .flexslider .flex-control-nav {
  bottom: 40px;
}
/* line 183, ../scss/_flexslider.scss */
body.page-id-21 .flexslider li {
  padding-top: 70px;
}
@media screen and (max-width: 37.5em) {
  /* line 183, ../scss/_flexslider.scss */
  body.page-id-21 .flexslider li {
    padding-top: 40px;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 178, ../scss/_flexslider.scss */
  body.page-id-21 .flexslider {
    height: 630px;
  }
}
/* line 193, ../scss/_flexslider.scss */
body.page-id-21 .flexslider2 .slides img {
  height: auto;
}

/*
body.page-id-221 .zflexslider  {
  min-height: 600px;
  //background: #202020;
}
 

.flexslider3, .zflexslider {
	//padding: 60px 0 0 2px;
	width: 100%;
}
*/
/* line 212, ../scss/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 222, ../scss/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* Direction Nav */
/* line 229, ../scss/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 232, ../scss/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 250, ../scss/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: 0px;
}

/* line 253, ../scss/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}

/* line 257, ../scss/_flexslider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 261, ../scss/_flexslider.scss */
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 265, ../scss/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 268, ../scss/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 273, ../scss/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f001';
}

/* line 280, ../scss/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
/* line 284, ../scss/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 297, ../scss/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 303, ../scss/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 306, ../scss/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
/* line 310, ../scss/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 10;
}

/* line 318, ../scss/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 323, ../scss/_flexslider.scss */
.flex-control-nav li:first-child {
  margin-left: 0px;
}

/* line 327, ../scss/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: transparent;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

/* line 345, ../scss/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #fff;
}

/* line 349, ../scss/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}

/* line 354, ../scss/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 359, ../scss/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 364, ../scss/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 370, ../scss/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 373, ../scss/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* line 391, ../scss/_flexslider.scss */
.slides {
  position: relative;
}
/* line 393, ../scss/_flexslider.scss */
.slides .bg-full-image {
  min-width: 100%;
}

/* line 2, ../scss/_structure.scss */
.page-wrapper {
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
.page-wrapper:before, .page-wrapper:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.page-wrapper:after {
  clear: both;
}
/* line 4, ../scss/_structure.scss */
.page-wrapper .page-wrapper__wide {
  overflow: hidden;
}
/* line 6, ../scss/_structure.scss */
.page-wrapper .page-wrapper__wide.what-we-do-bg {
  background: url(../img/background-images/what-we-do.png) no-repeat bottom right;
}
/* line 9, ../scss/_structure.scss */
.page-wrapper .page-wrapper__wide.rel-pos {
  position: relative;
}
/* line 12, ../scss/_structure.scss */
.page-wrapper .page-wrapper__wide.header-background {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  padding: 0;
  margin-top: 0em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 0em;
}
/* line 20, ../scss/_structure.scss */
.page-wrapper .page-wrapper__wide .page-wrapper__wide__inner {
  *zoom: 1;
  margin: 0 auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: relative;
}
/* line 26, ../scss/_grid.scss */
.page-wrapper .page-wrapper__wide .page-wrapper__wide__inner:before, .page-wrapper .page-wrapper__wide .page-wrapper__wide__inner:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.page-wrapper .page-wrapper__wide .page-wrapper__wide__inner:after {
  clear: both;
}
/* line 29, ../scss/_structure.scss */
.page-wrapper .page-wrapper__wide.grey {
  background: #eeeeee;
}

/* line 36, ../scss/_structure.scss */
.menuSpacer {
  height: 105px;
  background: #eeeeee;
}

/* line 42, ../scss/_structure.scss */
body.home .menuSpacer {
  height: 107px;
  background: #fff;
}

/* line 49, ../scss/_structure.scss */
.article-section {
  display: inline;
  float: left;
  width: 98.67725%;
  margin: 0 0.66138%;
  position: relative;
  z-index: 1;
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
.article-section:before, .article-section:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.article-section:after {
  clear: both;
}
@media screen and (max-width: 60em) {
  /* line 49, ../scss/_structure.scss */
  .article-section {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 49, ../scss/_structure.scss */
  .article-section {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}

/* line 95, ../scss/_structure.scss */
#vision-values .left-col {
  display: inline;
  float: left;
  width: 57.01058%;
  margin: 0 0.66138%;
}
@media (max-width: 37.5em) {
  /* line 95, ../scss/_structure.scss */
  #vision-values .left-col {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}
/* line 102, ../scss/_structure.scss */
#vision-values .right-col {
  display: inline;
  float: left;
  width: 40.34392%;
  margin: 0 0.66138%;
}
@media (max-width: 37.5em) {
  /* line 102, ../scss/_structure.scss */
  #vision-values .right-col {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}

/* line 115, ../scss/_structure.scss */
.job-opportunities .left-col,
.sub-pages .left-col {
  display: inline;
  float: left;
  width: 15.34392%;
  margin: 0 0.66138%;
  margin-right: 8.99471%;
}
@media screen and (max-width: 37.5em) {
  /* line 115, ../scss/_structure.scss */
  .job-opportunities .left-col,
  .sub-pages .left-col {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}
/* line 123, ../scss/_structure.scss */
.job-opportunities .right-col,
.sub-pages .right-col {
  display: inline;
  float: left;
  width: 73.67725%;
  margin: 0 0.66138%;
}
/* line 125, ../scss/_structure.scss */
.job-opportunities .right-col .job-opportunities > p,
.sub-pages .right-col .job-opportunities > p {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 4.5em;
}
@media screen and (max-width: 37.5em) {
  /* line 123, ../scss/_structure.scss */
  .job-opportunities .right-col,
  .sub-pages .right-col {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}

/* line 171, ../scss/_structure.scss */
.toggle-inner {
  display: none;
}

/* line 185, ../scss/_structure.scss */
.selected {
  display: block;
}

/* line 203, ../scss/_structure.scss */
.icon-link .fa-chevron-circle-up,
.icon-link .fa-chevron-circle-down {
  color: #9B9B9B;
  cursor: pointer;
  vertical-align: middle;
}
/* line 208, ../scss/_structure.scss */
.icon-link .fa-chevron-circle-up:hover,
.icon-link .fa-chevron-circle-down:hover {
  color: #b2121a;
}
/* line 212, ../scss/_structure.scss */
.icon-link a {
  font-size: 0.75em;
  line-height: 2.4em;
  color: #e01721;
  text-decoration: none;
  vertical-align: middle;
}
/* line 217, ../scss/_structure.scss */
.icon-link a:hover {
  color: #b2121a;
}

/* line 226, ../scss/_structure.scss */
.transcript .icon-link .fa-chevron-circle-down {
  color: #b2121a;
}

/* line 4, ../scss/_icons.scss */
.jump {
  position: fixed;
  right: 1em;
  bottom: 10px;
  z-index: 200;
}
@media screen and (max-width: 37.5em) {
  /* line 4, ../scss/_icons.scss */
  .jump {
    display: none;
    visibility: hidden;
  }
}
/* line 14, ../scss/_icons.scss */
.jump li {
  display: table;
  width: 48px;
  height: 48px;
  margin-top: 0.6em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.6em;
}
/* line 19, ../scss/_icons.scss */
.jump li.bottom {
  margin-bottom: 0.5em;
}
/* line 28, ../scss/_icons.scss */
.jump li.hidden {
  opacity: 0;
  display: none;
  visibility: hidden;
}
/* line 33, ../scss/_icons.scss */
.jump li a {
  border: solid 1px #eeeeee;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: table-cell;
  text-align: center;
  background: #646569;
  background: rgba(100, 101, 105, 0.6);
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 24px;
}
/* line 44, ../scss/_icons.scss */
.jump li a span {
  display: none;
}
/* line 47, ../scss/_icons.scss */
.jump li a i {
  display: block;
}
/* line 50, ../scss/_icons.scss */
.jump li a:hover {
  border: solid 2px #eeeeee;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #646569;
  background: rgba(100, 101, 105, 0.9);
  color: #fff;
}

/* line 64, ../scss/_icons.scss */
.social ul {
  float: right;
}
@media screen and (max-width: 60em) {
  /* line 64, ../scss/_icons.scss */
  .social ul {
    float: none;
    display: table;
    margin: 0 auto;
    margin-top: 0em;
    padding-top: 3em;
    padding-bottom: 1.5em;
    margin-bottom: 0em;
  }
}
/* line 73, ../scss/_icons.scss */
.social ul li {
  margin-left: 1em;
  display: table-cell;
}
@media screen and (max-width: 60em) {
  /* line 73, ../scss/_icons.scss */
  .social ul li {
    margin: 0 0.3em;
    text-align: center;
  }
}
/* line 81, ../scss/_icons.scss */
.social ul li a {
  border: solid 1px #cdcdcd;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: table-cell;
  width: 48px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.0625em;
  line-height: 1.69412em;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 91, ../scss/_icons.scss */
.social ul li a i {
  color: #cdcdcd;
}
/* line 94, ../scss/_icons.scss */
.social ul li a:hover {
  color: #7a7a7a;
  border: solid 1px #7a7a7a;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 101, ../scss/_icons.scss */
.social ul li a:hover i {
  color: #8b8b8b;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 112, ../scss/_icons.scss */
.fa-times-circle {
  margin-bottom: 2em;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 118, ../scss/_icons.scss */
.fa-times-circle:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
}

/* line 127, ../scss/_icons.scss */
body.page-template-latest-page-php .fa-times-circle {
  margin-bottom: 2em;
  color: #b2121a;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 133, ../scss/_icons.scss */
body.page-template-latest-page-php .fa-times-circle:hover {
  cursor: pointer;
  color: #55090c;
}

/* line 145, ../scss/_icons.scss */
.social span {
  display: inline;
  float: left;
}
/* line 150, ../scss/_icons.scss */
.social .addtoany_shortcode .addtoany_list {
  float: right;
}
/* line 152, ../scss/_icons.scss */
.social .addtoany_shortcode .addtoany_list a {
  border: solid 1px #eeeeee;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-left: 0.8em;
  display: inline-block;
  line-height: 28px;
  padding: 0px;
  width: 34px;
  height: 34px;
  text-align: center;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 37.5em) {
  /* line 152, ../scss/_icons.scss */
  .social .addtoany_shortcode .addtoany_list a {
    margin-left: 0.1em;
  }
  /* line 165, ../scss/_icons.scss */
  .social .addtoany_shortcode .addtoany_list a:first-child {
    margin-left: 0;
  }
}
/* line 169, ../scss/_icons.scss */
.social .addtoany_shortcode .addtoany_list a:hover {
  background: #fff;
  color: #646569;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
/* line 175, ../scss/_icons.scss */
.social .addtoany_shortcode .addtoany_list a img {
  vertical-align: middle;
  width: 28px !important;
}

/* line 2, ../scss/_forms.scss */
.gform_wrapper form {
  margin-top: 0em;
  padding-top: 1.5em;
  padding-bottom: 0em;
  margin-bottom: 0em;
}
/* line 4, ../scss/_forms.scss */
.gform_wrapper form .gfield {
  margin-bottom: 15px;
}
/* line 6, ../scss/_forms.scss */
.gform_wrapper form .gfield input[type=text],
.gform_wrapper form .gfield input[type=url],
.gform_wrapper form .gfield input[type=email],
.gform_wrapper form .gfield input[type=tel],
.gform_wrapper form .gfield input[type=number],
.gform_wrapper form .gfield input[type=password],
.gform_wrapper form .gfield textarea {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  border: none;
  background-color: #dba355;
  width: 100%;
  padding: 0.5em;
}
/* line 2, ../scss/_placeholderText.scss */
.gform_wrapper form .gfield input[type=text].placeholder,
.gform_wrapper form .gfield input[type=url].placeholder,
.gform_wrapper form .gfield input[type=email].placeholder,
.gform_wrapper form .gfield input[type=tel].placeholder,
.gform_wrapper form .gfield input[type=number].placeholder,
.gform_wrapper form .gfield input[type=password].placeholder,
.gform_wrapper form .gfield textarea.placeholder {
  color: #f5e5ce;
}
/* line 3, ../scss/_placeholderText.scss */
.gform_wrapper form .gfield input[type=text]:-moz-placeholder,
.gform_wrapper form .gfield input[type=url]:-moz-placeholder,
.gform_wrapper form .gfield input[type=email]:-moz-placeholder,
.gform_wrapper form .gfield input[type=tel]:-moz-placeholder,
.gform_wrapper form .gfield input[type=number]:-moz-placeholder,
.gform_wrapper form .gfield input[type=password]:-moz-placeholder,
.gform_wrapper form .gfield textarea:-moz-placeholder {
  color: #f5e5ce;
}
/* line 4, ../scss/_placeholderText.scss */
.gform_wrapper form .gfield input[type=text]::-moz-placeholder,
.gform_wrapper form .gfield input[type=url]::-moz-placeholder,
.gform_wrapper form .gfield input[type=email]::-moz-placeholder,
.gform_wrapper form .gfield input[type=tel]::-moz-placeholder,
.gform_wrapper form .gfield input[type=number]::-moz-placeholder,
.gform_wrapper form .gfield input[type=password]::-moz-placeholder,
.gform_wrapper form .gfield textarea::-moz-placeholder {
  color: #f5e5ce;
}
/* line 5, ../scss/_placeholderText.scss */
.gform_wrapper form .gfield input[type=text]:-ms-input-placeholder,
.gform_wrapper form .gfield input[type=url]:-ms-input-placeholder,
.gform_wrapper form .gfield input[type=email]:-ms-input-placeholder,
.gform_wrapper form .gfield input[type=tel]:-ms-input-placeholder,
.gform_wrapper form .gfield input[type=number]:-ms-input-placeholder,
.gform_wrapper form .gfield input[type=password]:-ms-input-placeholder,
.gform_wrapper form .gfield textarea:-ms-input-placeholder {
  color: #f5e5ce;
}
/* line 6, ../scss/_placeholderText.scss */
.gform_wrapper form .gfield input[type=text]::-webkit-input-placeholder,
.gform_wrapper form .gfield input[type=url]::-webkit-input-placeholder,
.gform_wrapper form .gfield input[type=email]::-webkit-input-placeholder,
.gform_wrapper form .gfield input[type=tel]::-webkit-input-placeholder,
.gform_wrapper form .gfield input[type=number]::-webkit-input-placeholder,
.gform_wrapper form .gfield input[type=password]::-webkit-input-placeholder,
.gform_wrapper form .gfield textarea::-webkit-input-placeholder {
  color: #f5e5ce;
}

/* line 31, ../scss/_forms.scss */
.gform_body ul li {
  list-style-type: none !important;
}

/* line 38, ../scss/_forms.scss */
.gform_fields {
  margin-bottom: 30px;
}

/* line 42, ../scss/_forms.scss */
.validation_error,
.validation_message {
  color: red !important;
  font-size: 14px;
}

/* line 48, ../scss/_forms.scss */
body.home .validation_error,
body.home .validation_message {
  color: #fad9ab !important;
  font-size: 14px;
}

/* line 54, ../scss/_forms.scss */
.validation_error {
  margin-bottom: 20px;
  font-size: 1.125em;
  line-height: 1.33333em;
}

/* line 60, ../scss/_forms.scss */
.gform_confirmation_wrapper {
  color: #646569;
  font-weight: bold;
  padding: 10px 0;
  font-size: 18px;
}
/* line 66, ../scss/_forms.scss */
.gform_confirmation_wrapper a {
  color: #b2121a;
  text-decoration: none;
}
/* line 69, ../scss/_forms.scss */
.gform_confirmation_wrapper a:hover {
  text-decoration: none;
  color: #55090c;
}

/* line 84, ../scss/_forms.scss */
.latest-download .gform_wrapper form .gfield input[type=text],
.latest-download .gform_wrapper form .gfield input[type=url],
.latest-download .gform_wrapper form .gfield input[type=email],
.latest-download .gform_wrapper form .gfield input[type=tel],
.latest-download .gform_wrapper form .gfield input[type=number],
.latest-download .gform_wrapper form .gfield input[type=password],
.latest-download .gform_wrapper form .gfield textarea,
.job-opportunities .gform_wrapper form .gfield input[type=text],
.job-opportunities .gform_wrapper form .gfield input[type=url],
.job-opportunities .gform_wrapper form .gfield input[type=email],
.job-opportunities .gform_wrapper form .gfield input[type=tel],
.job-opportunities .gform_wrapper form .gfield input[type=number],
.job-opportunities .gform_wrapper form .gfield input[type=password],
.job-opportunities .gform_wrapper form .gfield textarea,
.office-locations .gform_wrapper form .gfield input[type=text],
.office-locations .gform_wrapper form .gfield input[type=url],
.office-locations .gform_wrapper form .gfield input[type=email],
.office-locations .gform_wrapper form .gfield input[type=tel],
.office-locations .gform_wrapper form .gfield input[type=number],
.office-locations .gform_wrapper form .gfield input[type=password],
.office-locations .gform_wrapper form .gfield textarea {
  color: #646569;
  background-color: #eeeeee;
}
/* line 2, ../scss/_placeholderText.scss */
.latest-download .gform_wrapper form .gfield input[type=text].placeholder,
.latest-download .gform_wrapper form .gfield input[type=url].placeholder,
.latest-download .gform_wrapper form .gfield input[type=email].placeholder,
.latest-download .gform_wrapper form .gfield input[type=tel].placeholder,
.latest-download .gform_wrapper form .gfield input[type=number].placeholder,
.latest-download .gform_wrapper form .gfield input[type=password].placeholder,
.latest-download .gform_wrapper form .gfield textarea.placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=text].placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=url].placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=email].placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=tel].placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=number].placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=password].placeholder,
.job-opportunities .gform_wrapper form .gfield textarea.placeholder,
.office-locations .gform_wrapper form .gfield input[type=text].placeholder,
.office-locations .gform_wrapper form .gfield input[type=url].placeholder,
.office-locations .gform_wrapper form .gfield input[type=email].placeholder,
.office-locations .gform_wrapper form .gfield input[type=tel].placeholder,
.office-locations .gform_wrapper form .gfield input[type=number].placeholder,
.office-locations .gform_wrapper form .gfield input[type=password].placeholder,
.office-locations .gform_wrapper form .gfield textarea.placeholder {
  color: #9b9b9b;
}
/* line 3, ../scss/_placeholderText.scss */
.latest-download .gform_wrapper form .gfield input[type=text]:-moz-placeholder,
.latest-download .gform_wrapper form .gfield input[type=url]:-moz-placeholder,
.latest-download .gform_wrapper form .gfield input[type=email]:-moz-placeholder,
.latest-download .gform_wrapper form .gfield input[type=tel]:-moz-placeholder,
.latest-download .gform_wrapper form .gfield input[type=number]:-moz-placeholder,
.latest-download .gform_wrapper form .gfield input[type=password]:-moz-placeholder,
.latest-download .gform_wrapper form .gfield textarea:-moz-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=text]:-moz-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=url]:-moz-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=email]:-moz-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=tel]:-moz-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=number]:-moz-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=password]:-moz-placeholder,
.job-opportunities .gform_wrapper form .gfield textarea:-moz-placeholder,
.office-locations .gform_wrapper form .gfield input[type=text]:-moz-placeholder,
.office-locations .gform_wrapper form .gfield input[type=url]:-moz-placeholder,
.office-locations .gform_wrapper form .gfield input[type=email]:-moz-placeholder,
.office-locations .gform_wrapper form .gfield input[type=tel]:-moz-placeholder,
.office-locations .gform_wrapper form .gfield input[type=number]:-moz-placeholder,
.office-locations .gform_wrapper form .gfield input[type=password]:-moz-placeholder,
.office-locations .gform_wrapper form .gfield textarea:-moz-placeholder {
  color: #9b9b9b;
}
/* line 4, ../scss/_placeholderText.scss */
.latest-download .gform_wrapper form .gfield input[type=text]::-moz-placeholder,
.latest-download .gform_wrapper form .gfield input[type=url]::-moz-placeholder,
.latest-download .gform_wrapper form .gfield input[type=email]::-moz-placeholder,
.latest-download .gform_wrapper form .gfield input[type=tel]::-moz-placeholder,
.latest-download .gform_wrapper form .gfield input[type=number]::-moz-placeholder,
.latest-download .gform_wrapper form .gfield input[type=password]::-moz-placeholder,
.latest-download .gform_wrapper form .gfield textarea::-moz-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=text]::-moz-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=url]::-moz-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=email]::-moz-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=tel]::-moz-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=number]::-moz-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=password]::-moz-placeholder,
.job-opportunities .gform_wrapper form .gfield textarea::-moz-placeholder,
.office-locations .gform_wrapper form .gfield input[type=text]::-moz-placeholder,
.office-locations .gform_wrapper form .gfield input[type=url]::-moz-placeholder,
.office-locations .gform_wrapper form .gfield input[type=email]::-moz-placeholder,
.office-locations .gform_wrapper form .gfield input[type=tel]::-moz-placeholder,
.office-locations .gform_wrapper form .gfield input[type=number]::-moz-placeholder,
.office-locations .gform_wrapper form .gfield input[type=password]::-moz-placeholder,
.office-locations .gform_wrapper form .gfield textarea::-moz-placeholder {
  color: #9b9b9b;
}
/* line 5, ../scss/_placeholderText.scss */
.latest-download .gform_wrapper form .gfield input[type=text]:-ms-input-placeholder,
.latest-download .gform_wrapper form .gfield input[type=url]:-ms-input-placeholder,
.latest-download .gform_wrapper form .gfield input[type=email]:-ms-input-placeholder,
.latest-download .gform_wrapper form .gfield input[type=tel]:-ms-input-placeholder,
.latest-download .gform_wrapper form .gfield input[type=number]:-ms-input-placeholder,
.latest-download .gform_wrapper form .gfield input[type=password]:-ms-input-placeholder,
.latest-download .gform_wrapper form .gfield textarea:-ms-input-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=text]:-ms-input-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=url]:-ms-input-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=email]:-ms-input-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=tel]:-ms-input-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=number]:-ms-input-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=password]:-ms-input-placeholder,
.job-opportunities .gform_wrapper form .gfield textarea:-ms-input-placeholder,
.office-locations .gform_wrapper form .gfield input[type=text]:-ms-input-placeholder,
.office-locations .gform_wrapper form .gfield input[type=url]:-ms-input-placeholder,
.office-locations .gform_wrapper form .gfield input[type=email]:-ms-input-placeholder,
.office-locations .gform_wrapper form .gfield input[type=tel]:-ms-input-placeholder,
.office-locations .gform_wrapper form .gfield input[type=number]:-ms-input-placeholder,
.office-locations .gform_wrapper form .gfield input[type=password]:-ms-input-placeholder,
.office-locations .gform_wrapper form .gfield textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
/* line 6, ../scss/_placeholderText.scss */
.latest-download .gform_wrapper form .gfield input[type=text]::-webkit-input-placeholder,
.latest-download .gform_wrapper form .gfield input[type=url]::-webkit-input-placeholder,
.latest-download .gform_wrapper form .gfield input[type=email]::-webkit-input-placeholder,
.latest-download .gform_wrapper form .gfield input[type=tel]::-webkit-input-placeholder,
.latest-download .gform_wrapper form .gfield input[type=number]::-webkit-input-placeholder,
.latest-download .gform_wrapper form .gfield input[type=password]::-webkit-input-placeholder,
.latest-download .gform_wrapper form .gfield textarea::-webkit-input-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=text]::-webkit-input-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=url]::-webkit-input-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=email]::-webkit-input-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=tel]::-webkit-input-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=number]::-webkit-input-placeholder,
.job-opportunities .gform_wrapper form .gfield input[type=password]::-webkit-input-placeholder,
.job-opportunities .gform_wrapper form .gfield textarea::-webkit-input-placeholder,
.office-locations .gform_wrapper form .gfield input[type=text]::-webkit-input-placeholder,
.office-locations .gform_wrapper form .gfield input[type=url]::-webkit-input-placeholder,
.office-locations .gform_wrapper form .gfield input[type=email]::-webkit-input-placeholder,
.office-locations .gform_wrapper form .gfield input[type=tel]::-webkit-input-placeholder,
.office-locations .gform_wrapper form .gfield input[type=number]::-webkit-input-placeholder,
.office-locations .gform_wrapper form .gfield input[type=password]::-webkit-input-placeholder,
.office-locations .gform_wrapper form .gfield textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}

/* line 104, ../scss/_forms.scss */
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  width: 100%;
}

/* line 114, ../scss/_forms.scss */
[placeholder]::-webkit-input-placeholder,
select {
  color: #646569;
}

/* line 119, ../scss/_forms.scss */
[placeholder]:focus::-webkit-input-placeholder {
  -moz-transition: text-indent 0.8s ease-in-out;
  -o-transition: text-indent 0.8s ease-in-out;
  -webkit-transition: text-indent 0.8s ease-in-out;
  transition: text-indent 0.8s ease-in-out;
  text-indent: -200%;
}

/* line 125, ../scss/_forms.scss */
.dropdown {
  display: block;
  position: relative;
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
/* line 132, ../scss/_forms.scss */
.dropdown .contain p {
  margin: 0;
}
/* line 135, ../scss/_forms.scss */
.dropdown .contain i {
  font-size: 30px;
  top: 32px;
  right: 10px;
}
/* line 141, ../scss/_forms.scss */
.dropdown.open {
  max-height: 550px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 4.5em;
  padding-top: 1.5em;
  padding-bottom: 2.25em;
  margin-bottom: 0em;
}
/* line 149, ../scss/_forms.scss */
.dropdown.latest.open {
  max-height: 550px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
  margin-top: 3em;
  padding-top: 1.5em;
  padding-bottom: 2.25em;
  margin-bottom: 0em;
}

/* line 169, ../scss/_forms.scss */
.NFI-wrapper {
  font-size: 12px;
  width: 100%;
}

/* line 180, ../scss/_forms.scss */
.NFI-button {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  text-transform: uppercase;
  margin-top: 2px;
  background-color: #9b9b9b;
  text-shadow: 0px -1px 0px #0172bd;
  color: #fff;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
/* line 217, ../scss/_forms.scss */
.NFI-button:hover {
  background-color: #646569;
}

/* line 221, ../scss/_forms.scss */
.NFI-filename {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 200px;
  border-left: none;
  height: 33px;
  line-height: 33px;
  background: #fff;
  color: #777 !important;
  text-shadow: 0px 1px 0px #fff;
  float: left;
  width: 50% !important;
}

/* line 249, ../scss/_forms.scss */
#language {
  display: inline;
  float: left;
  width: 7.01058%;
  margin: 0 0.66138%;
  margin-left: 67.32804%;
  padding-top: 18px;
}
/* line 253, ../scss/_forms.scss */
#language img {
  float: right;
  display: none;
}
@media screen and (max-width: 37.5em) {
  /* line 249, ../scss/_forms.scss */
  #language {
    margin-left: 0.66138%;
    text-align: left;
    margin-left: 0;
  }
}

/* line 265, ../scss/_forms.scss */
form#search-form {
  width: 200px;
  float: right;
  padding: 10px 0;
  position: relative;
  border: none;
}
/* line 271, ../scss/_forms.scss */
form#search-form input[type=text] {
  margin-bottom: 15px;
  color: #646569;
  border: none;
  padding: 0.3em;
  font-size: 15px;
  z-index: 0;
  background: #eeeeee url(../img/icons/search.png) no-repeat center right;
  background-size: 24px;
}
@media (max-width: 37.5em) {
  /* line 265, ../scss/_forms.scss */
  form#search-form {
    width: 100%;
  }
}

/* line 289, ../scss/_forms.scss */
.lte9 .gfield_label {
  display: block !important;
}

/* line 295, ../scss/_forms.scss */
.ginput_container {
  overflow: hidden;
}

/* line 298, ../scss/_forms.scss */
.ginput_container select#input_3_5 {
  background: transparent;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  color: #8a8b90;
  width: 105%;
}

/* .ginput_container select.balck {
	//background-color: #000;
}
.ginput_container select.option3 {
	//border-radius: 10px 0;
} */
/* line 327, ../scss/_forms.scss */
#field_3_5 {
  background: url(../img/icons/down-arrow.png) no-repeat right center;
  border-top: solid 1px #cdcdcd !important;
  border-bottom: solid 1px #cdcdcd !important;
  margin-top: 0.75em;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  margin-bottom: 0.75em;
}
/* line 332, ../scss/_forms.scss */
#field_3_5:hover {
  color: red;
}

/* line 2, ../scss/_buttons.scss */
.blob-buttons li {
  display: inline;
  float: left;
  width: 48.67725%;
  margin: 0 0.66138%;
  text-align: center;
}
/* line 6, ../scss/_buttons.scss */
.blob-buttons li a {
  text-decoration: none;
  display: block;
  width: 324px;
  height: 324px;
  margin: 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #646569;
  text-align: center;
  position: relative;
  display: table;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 60em) {
  /* line 6, ../scss/_buttons.scss */
  .blob-buttons li a {
    width: 225px;
    height: 225px;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 6, ../scss/_buttons.scss */
  .blob-buttons li a {
    width: 120px;
    height: 120px;
  }
}
/* line 27, ../scss/_buttons.scss */
.blob-buttons li a.purple {
  background-color: #6b478f;
}
/* line 29, ../scss/_buttons.scss */
.blob-buttons li a.purple i {
  color: #6b478f;
}
/* line 33, ../scss/_buttons.scss */
.blob-buttons li a.purple:hover {
  background-color: #52366d;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 37, ../scss/_buttons.scss */
.blob-buttons li a.purple:hover span i {
  background-color: rgba(255, 255, 255, 0.2);
  color: #52366d;
}
/* line 45, ../scss/_buttons.scss */
.blob-buttons li a.blue {
  background-color: #187fb9;
}
/* line 47, ../scss/_buttons.scss */
.blob-buttons li a.blue i {
  color: #187fb9;
}
/* line 50, ../scss/_buttons.scss */
.blob-buttons li a.blue:hover {
  background-color: #12608c;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 55, ../scss/_buttons.scss */
.blob-buttons li a.blue:hover span i {
  background-color: rgba(255, 255, 255, 0.2);
  color: #12608c;
}
/* line 62, ../scss/_buttons.scss */
.blob-buttons li a span {
  display: table-cell;
  vertical-align: middle;
  padding-top: 40px;
  color: #fff;
  font-size: 2.8125em;
  line-height: 1.6em;
}
@media screen and (max-width: 60em) {
  /* line 62, ../scss/_buttons.scss */
  .blob-buttons li a span {
    font-size: 1.9375em;
    line-height: 1.08387em;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 62, ../scss/_buttons.scss */
  .blob-buttons li a span {
    font-size: 1.1875em;
    line-height: 1.2em;
    padding-top: 28px;
  }
}
/* line 77, ../scss/_buttons.scss */
.blob-buttons li a span i {
  margin: 8px auto;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.5em;
  line-height: 0.85em;
  background-color: rgba(255, 255, 255, 0.4);
  width: 84px;
  height: 84px;
  font-size: 1.9375em;
  line-height: 0.85161em;
}
@media screen and (max-width: 60em) {
  /* line 77, ../scss/_buttons.scss */
  .blob-buttons li a span i {
    font-size: 1.4375em;
    line-height: 0.93913em;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 77, ../scss/_buttons.scss */
  .blob-buttons li a span i {
    font-size: 1.4375em;
    line-height: 1.04348em;
    width: 30px;
    height: 30px;
  }
}

/* line 103, ../scss/_buttons.scss */
.link-arrows {
  text-decoration: none;
  display: block;
  width: 84px;
  height: 84px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #646569;
  text-align: center;
  position: relative;
  margin-left: 5px;
  display: table;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 1.5em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em;
}
/* line 116, ../scss/_buttons.scss */
.link-arrows.white {
  background-color: #fff;
}
/* line 118, ../scss/_buttons.scss */
.link-arrows.white:hover {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 123, ../scss/_buttons.scss */
.link-arrows.red {
  background-color: #b2121a;
}
/* line 125, ../scss/_buttons.scss */
.link-arrows.red:hover {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #96090E;
}
/* line 130, ../scss/_buttons.scss */
.link-arrows i {
  display: table-cell;
  font-size: 84px;
  line-height: 82px;
}
/* line 135, ../scss/_buttons.scss */
.link-arrows i.green {
  color: #5b882b;
}
/* line 138, ../scss/_buttons.scss */
.link-arrows i.blue {
  color: #187fb9;
}
/* line 141, ../scss/_buttons.scss */
.link-arrows i.mustard {
  color: #cc7c0d;
}
/* line 144, ../scss/_buttons.scss */
.link-arrows i.red {
  color: #b2121a;
}
/* line 147, ../scss/_buttons.scss */
.link-arrows i.white {
  color: #fff;
}

/* line 153, ../scss/_buttons.scss */
.losange,
input[type=submit] {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  color: #cc7c0d;
  border: none;
  background: #fff;
  text-align: center;
  display: table;
  position: relative;
  width: 84px;
  height: 84px;
  text-decoration: none;
  outline: none;
  font-size: 13px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 169, ../scss/_buttons.scss */
.losange:hover,
input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.7);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 173, ../scss/_buttons.scss */
.losange span,
input[type=submit] span {
  font-size: 13px;
  line-height: 84px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
/* line 181, ../scss/_buttons.scss */
.losange span.orange,
input[type=submit] span.orange {
  color: #cc7c0d;
}
/* line 184, ../scss/_buttons.scss */
.losange span.blue,
input[type=submit] span.blue {
  color: #187fb9;
}

/* line 195, ../scss/_buttons.scss */
.latest-download .open .gform_wrapper form .gform_footer input[type=submit] {
  color: #fff;
  background: #b2121a;
}
/* line 198, ../scss/_buttons.scss */
.latest-download .open .gform_wrapper form .gform_footer input[type=submit]:hover {
  background: #840d13;
}

/* line 210, ../scss/_buttons.scss */
.office-locations input[type=submit] {
  background: #b2121a;
  color: #fff;
}
/* line 213, ../scss/_buttons.scss */
.office-locations input[type=submit]:hover {
  background: #96090E;
}
/* line 215, ../scss/_buttons.scss */
.office-locations input[type=submit]:hover:hover {
  background: #840d13;
}

/* line 221, ../scss/_buttons.scss */
.losange.red {
  background: #b2121a;
  color: #fff;
}
/* line 224, ../scss/_buttons.scss */
.losange.red:hover {
  background: #840d13;
}

/* line 230, ../scss/_buttons.scss */
body.page-template-careers-page-php input[type=submit] {
  background: #b2121a;
  color: #fff;
}
/* line 233, ../scss/_buttons.scss */
body.page-template-careers-page-php input[type=submit]:hover {
  background: #840d13;
}

/* line 3, ../scss/_success.scss */
.success .left-col {
  display: inline;
  float: left;
  width: 98.67725%;
  margin: 0 0.66138%;
  margin-right: 8.99471%;
}
@media screen and (max-width: 60em) {
  /* line 3, ../scss/_success.scss */
  .success .left-col {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}

@media screen and (max-width: 60em) {
  /* line 16, ../scss/_success.scss */
  .right-col.success {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}
/* line 22, ../scss/_success.scss */
.right-col.success > ul {
  *zoom: 1;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.15em;
}
/* line 26, ../scss/_grid.scss */
.right-col.success > ul:before, .right-col.success > ul:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.right-col.success > ul:after {
  clear: both;
}
/* line 26, ../scss/_success.scss */
.right-col.success > ul > li {
  padding: 5px;
  width: 20%;
  float: left;
}
/* line 31, ../scss/_success.scss */
.right-col.success > ul > li .image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 37.5em) {
  /* line 31, ../scss/_success.scss */
  .right-col.success > ul > li .image-wrapper {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  }
}
/* line 43, ../scss/_success.scss */
.right-col.success > ul > li .image-wrapper img {
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  /* &.logo-img { */
  /* } */
}
/* line 55, ../scss/_success.scss */
.right-col.success > ul > li .image-wrapper img:hover {
  filter: none;
  -webkit-filter: none;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  cursor: pointer;
}

/* line 69, ../scss/_success.scss */
.logo-copy-wrapper {
  display: block;
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
.logo-copy-wrapper:before, .logo-copy-wrapper:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.logo-copy-wrapper:after {
  clear: both;
}
/* line 72, ../scss/_success.scss */
.logo-copy-wrapper .content {
  margin-top: 0em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  padding: 1em;
}
/* line 75, ../scss/_success.scss */
.logo-copy-wrapper .content p {
  font-size: 1.125em;
  line-height: 1.6em;
}
/* line 78, ../scss/_success.scss */
.logo-copy-wrapper .content ul {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em;
}
/* line 80, ../scss/_success.scss */
.logo-copy-wrapper .content ul li {
  list-style-type: disc;
  margin-left: 24px;
  float: none;
  font-size: 1.125em;
  line-height: 1.6em;
}

/* line 92, ../scss/_success.scss */
.selected .image-wrapper img {
  filter: none !important;
  -webkit-filter: none !important;
}

/* line 103, ../scss/_success.scss */
.right-col.success-stories {
  display: inline;
  float: left;
  width: 98.67725%;
  margin: 0 0.66138%;
}
/* line 105, ../scss/_success.scss */
.right-col.success-stories h2 {
  margin-top: 0em;
  padding-top: 1.5em;
  padding-bottom: 0em;
  margin-bottom: 0.15em;
  font-size: 1.3125em;
  line-height: 1.37143em;
  color: #58585c;
}
@media screen and (max-width: 37.5em) {
  /* line 105, ../scss/_success.scss */
  .right-col.success-stories h2 {
    font-size: 0.75em;
    line-height: 1.4em;
    padding-top: 10px;
  }
}
/* line 115, ../scss/_success.scss */
.right-col.success-stories .product-name {
  color: #58585c;
  font-size: 1em;
  line-height: 1.5em;
}
@media screen and (max-width: 37.5em) {
  /* line 115, ../scss/_success.scss */
  .right-col.success-stories .product-name {
    font-size: 0.6875em;
    line-height: 1.09091em;
  }
}
/* line 122, ../scss/_success.scss */
.right-col.success-stories .item {
  display: inline;
  float: left;
  width: 98.67725%;
  margin: 0 0.66138%;
  *zoom: 1;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.15em;
}
/* line 26, ../scss/_grid.scss */
.right-col.success-stories .item:before, .right-col.success-stories .item:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.right-col.success-stories .item:after {
  clear: both;
}
@media screen and (max-width: 60em) {
  /* line 122, ../scss/_success.scss */
  .right-col.success-stories .item {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}
/* line 133, ../scss/_success.scss */
.right-col.success-stories .item .products {
  *zoom: 1;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #eeeeee;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em;
}
/* line 26, ../scss/_grid.scss */
.right-col.success-stories .item .products:before, .right-col.success-stories .item .products:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.right-col.success-stories .item .products:after {
  clear: both;
}
@media screen and (max-width: 37.5em) {
  /* line 133, ../scss/_success.scss */
  .right-col.success-stories .item .products {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  }
}
/* line 142, ../scss/_success.scss */
.right-col.success-stories .item .products .title-wrapper {
  display: block;
  padding-right: 0.5em;
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
.right-col.success-stories .item .products .title-wrapper:before, .right-col.success-stories .item .products .title-wrapper:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.right-col.success-stories .item .products .title-wrapper:after {
  clear: both;
}
/* line 150, ../scss/_success.scss */
.right-col.success-stories .item .products.selected {
  background: #fff;
}
/* line 152, ../scss/_success.scss */
.right-col.success-stories .item .products.selected h2, .right-col.success-stories .item .products.selected .product-name {
  color: #6b478f !important;
}
/* line 155, ../scss/_success.scss */
.right-col.success-stories .item .products.selected .image-wrapper {
  background: #646569;
}
/* line 161, ../scss/_success.scss */
.right-col.success-stories .item .products.selected.solutions-colour h2, .right-col.success-stories .item .products.selected.solutions-colour .product-name {
  color: #6b478f !important;
}
/* line 164, ../scss/_success.scss */
.right-col.success-stories .item .products.selected.solutions-colour .image-wrapper {
  background: #6b478f !important;
}
/* line 170, ../scss/_success.scss */
.right-col.success-stories .item .products.selected.products-colour h2, .right-col.success-stories .item .products.selected.products-colour .product-name {
  color: #187fb9 !important;
}
/* line 173, ../scss/_success.scss */
.right-col.success-stories .item .products.selected.products-colour .image-wrapper {
  background: #187fb9 !important;
}
/* line 178, ../scss/_success.scss */
.right-col.success-stories .item .products .image-wrapper {
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  background: #646569;
  float: left;
  margin: 0 1em 0 0;
  position: relative;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
/* line 188, ../scss/_success.scss */
.right-col.success-stories .item .products .image-wrapper img {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -35%;
  margin-left: -35%;
}
/* line 196, ../scss/_success.scss */
.right-col.success-stories .item .products .image-wrapper:hover {
  background: #6b478f;
  cursor: pointer;
}
@media screen and (max-width: 37.5em) {
  /* line 178, ../scss/_success.scss */
  .right-col.success-stories .item .products .image-wrapper {
    margin: 10px;
    width: 75px;
    height: 75px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  }
}
/* line 208, ../scss/_success.scss */
.right-col.success-stories .item .products .image-wrapper.solutions-colour:hover {
  background: #6b478f;
}
/* line 214, ../scss/_success.scss */
.right-col.success-stories .item .products .image-wrapper.products-colour:hover {
  background: #187fb9;
}
/* line 220, ../scss/_success.scss */
.right-col.success-stories .item .products .inner {
  padding: 0 1em;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 0em;
  padding-top: 1.5em;
  padding-bottom: 0em;
  margin-bottom: 0em;
}
/* line 224, ../scss/_success.scss */
.right-col.success-stories .item .products .inner .icon-link {
  padding-bottom: 10px;
}
@media screen and (max-width: 60em) {
  /* line 220, ../scss/_success.scss */
  .right-col.success-stories .item .products .inner {
    margin-top: 0em;
    padding-top: 1.5em;
    padding-bottom: 0em;
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 220, ../scss/_success.scss */
  .right-col.success-stories .item .products .inner {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em;
  }
}
/* line 233, ../scss/_success.scss */
.right-col.success-stories .item .products .inner p {
  font-size: 1em;
  line-height: 1.5em;
}
/* line 235, ../scss/_success.scss */
.right-col.success-stories .item .products .inner p strong {
  font-size: 0.875em;
  line-height: 1.71429em;
}
/* line 240, ../scss/_success.scss */
.right-col.success-stories .item .products .inner ul {
  display: block;
  width: 100%;
  margin-left: 24px;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.2em;
}
/* line 246, ../scss/_success.scss */
.right-col.success-stories .item .products .inner ul li {
  list-style: disc;
  font-size: 1em;
  line-height: 1.5em;
}

/* line 256, ../scss/_success.scss */
.success-section-home-page .right-col.success {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 263, ../scss/_success.scss */
body.home .right-col.success-stories .item .products {
  background: white !important;
}

/* line 269, ../scss/_success.scss */
.right-col.success-stories {
  margin-left: 0px;
  margin-right: 0px;
}
/* line 272, ../scss/_success.scss */
.right-col.success-stories .item {
  margin-left: 0px;
  margin-right: 0px;
}
/* line 276, ../scss/_success.scss */
.right-col.success-stories a {
  display: block;
}

/* line 282, ../scss/_success.scss */
.right-col.success-stories a {
  text-decoration: none;
}

/* line 289, ../scss/_success.scss */
.success-section-home-page p {
  font-size: 1.5em;
}
/* line 292, ../scss/_success.scss */
.success-section-home-page .left-col {
  display: inline;
  float: left;
  width: 15.34392%;
  margin: 0 0.66138%;
  margin-top: 0em;
  padding-top: 5.7em;
  padding-bottom: 0em;
  margin-bottom: 0em;
}
@media (max-width: 60em) {
  /* line 292, ../scss/_success.scss */
  .success-section-home-page .left-col {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
    display: none;
  }
}
/* line 300, ../scss/_success.scss */
.success-section-home-page .right-col {
  display: inline;
  float: left;
  width: 98.67725%;
  margin: 0 0.66138%;
}
@media (max-width: 60em) {
  /* line 300, ../scss/_success.scss */
  .success-section-home-page .right-col {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}

/* .current {
	border: solid 3px red;
} */
/* line 2, ../scss/_video.scss */
.video-status p {
  font-size: 0.6875em;
  line-height: 2.18182em;
}

/* line 7, ../scss/_video.scss */
.js-video {
  height: 80%;
  width: 100%;
  padding-bottom: 56.5%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
/* line 14, ../scss/_video.scss */
.js-video .play {
  width: 90px;
  height: 90px;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -45px;
  cursor: pointer;
  background: url(../img/icons/large-play-icon.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 37.5em) {
  /* line 14, ../scss/_video.scss */
  .js-video .play {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
/* line 33, ../scss/_video.scss */
.js-video .play:hover {
  background: url(../img/icons/large-play-icon-hover.png) no-repeat center center;
  background-size: cover;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 39, ../scss/_video.scss */
.js-video .title-wrapper {
  position: absolute;
  right: 70px;
  top: 100px;
  z-index: 3;
}
/* line 45, ../scss/_video.scss */
.js-video .title-wrapper.left {
  left: 70px;
}
@media (max-width: 37.5em) {
  /* line 45, ../scss/_video.scss */
  .js-video .title-wrapper.left {
    left: 20px;
  }
}
/* line 51, ../scss/_video.scss */
.js-video .title-wrapper h2, .js-video .title-wrapper p {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 320px) {
  /* line 55, ../scss/_video.scss */
  .js-video .title-wrapper h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 420px) {
  /* line 55, ../scss/_video.scss */
  .js-video .title-wrapper h2 {
    font-size: 23.5px;
  }
}
@media screen and (min-width: 520px) {
  /* line 55, ../scss/_video.scss */
  .js-video .title-wrapper h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 620px) {
  /* line 55, ../scss/_video.scss */
  .js-video .title-wrapper h2 {
    font-size: 28.5px;
  }
}
@media screen and (min-width: 720px) {
  /* line 55, ../scss/_video.scss */
  .js-video .title-wrapper h2 {
    font-size: 31px;
  }
}
@media screen and (min-width: 820px) {
  /* line 55, ../scss/_video.scss */
  .js-video .title-wrapper h2 {
    font-size: 33.5px;
  }
}
@media screen and (min-width: 920px) {
  /* line 55, ../scss/_video.scss */
  .js-video .title-wrapper h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1020px) {
  /* line 55, ../scss/_video.scss */
  .js-video .title-wrapper h2 {
    font-size: 38.5px;
  }
}
@media screen and (min-width: 1120px) {
  /* line 55, ../scss/_video.scss */
  .js-video .title-wrapper h2 {
    font-size: 41px;
  }
}
@media screen and (min-width: 1220px) {
  /* line 55, ../scss/_video.scss */
  .js-video .title-wrapper h2 {
    font-size: 43.5px;
  }
}
@media screen and (min-width: 1320px) {
  /* line 55, ../scss/_video.scss */
  .js-video .title-wrapper h2 {
    font-size: 46px;
  }
}
@media screen and (min-width: 320px) {
  /* line 58, ../scss/_video.scss */
  .js-video .title-wrapper p {
    font-size: 14px;
  }
}
@media screen and (min-width: 420px) {
  /* line 58, ../scss/_video.scss */
  .js-video .title-wrapper p {
    font-size: 16.5px;
  }
}
@media screen and (min-width: 520px) {
  /* line 58, ../scss/_video.scss */
  .js-video .title-wrapper p {
    font-size: 19px;
  }
}
@media screen and (min-width: 620px) {
  /* line 58, ../scss/_video.scss */
  .js-video .title-wrapper p {
    font-size: 21.5px;
  }
}
@media screen and (min-width: 720px) {
  /* line 58, ../scss/_video.scss */
  .js-video .title-wrapper p {
    font-size: 24px;
  }
}
@media screen and (min-width: 820px) {
  /* line 58, ../scss/_video.scss */
  .js-video .title-wrapper p {
    font-size: 26.5px;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 39, ../scss/_video.scss */
  .js-video .title-wrapper {
    right: 20px;
    top: 20px;
  }
}
/* line 66, ../scss/_video.scss */
.js-video .cover-image {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px #eeeeee;
}
/* line 72, ../scss/_video.scss */
.js-video .cover-image.hide {
  display: none;
}

/* line 78, ../scss/_video.scss */
.js-video.widescreen {
  padding-bottom: 57.25%;
}

/* line 82, ../scss/_video.scss */
.js-video.vimeo {
  padding-top: 0;
}

/* line 86, ../scss/_video.scss */
.js-video embed, .js-video iframe, .js-video object, .js-video video, .youtube-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

/* line 2, ../scss/_accordion.scss */
.accordian .portfolio-item {
  border-top: solid 1px #eeeeee;
}
/* line 4, ../scss/_accordion.scss */
.accordian .portfolio-item .accord-toggle {
  display: table;
  padding: 1em 0;
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
.accordian .portfolio-item .accord-toggle:before, .accordian .portfolio-item .accord-toggle:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.accordian .portfolio-item .accord-toggle:after {
  clear: both;
}
/* line 9, ../scss/_accordion.scss */
.accordian .portfolio-item .accord-toggle .icon-link {
  display: table-cell;
}
/* line 12, ../scss/_accordion.scss */
.accordian .portfolio-item .accord-toggle h3 {
  display: table-cell;
  padding-left: 1em;
  font-size: 1.25em;
  line-height: 1.44em;
  text-align: left;
  color: #646569;
}
@media screen and (min-width: 320px) {
  /* line 12, ../scss/_accordion.scss */
  .accordian .portfolio-item .accord-toggle h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 420px) {
  /* line 12, ../scss/_accordion.scss */
  .accordian .portfolio-item .accord-toggle h3 {
    font-size: 16.5px;
  }
}
@media screen and (min-width: 520px) {
  /* line 12, ../scss/_accordion.scss */
  .accordian .portfolio-item .accord-toggle h3 {
    font-size: 19px;
  }
}
/* line 22, ../scss/_accordion.scss */
.accordian .portfolio-item .accord-toggle h3.position {
  margin-right: 2em;
  width: 70%;
}
/* line 26, ../scss/_accordion.scss */
.accordian .portfolio-item .accord-toggle h3.location {
  font-size: 15px;
  width: 30%;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) {
  /* line 26, ../scss/_accordion.scss */
  .accordian .portfolio-item .accord-toggle h3.location {
    font-size: 12px;
  }
}
@media screen and (min-width: 420px) {
  /* line 26, ../scss/_accordion.scss */
  .accordian .portfolio-item .accord-toggle h3.location {
    font-size: 14.5px;
  }
}
/* line 34, ../scss/_accordion.scss */
.accordian .portfolio-item .accord-toggle.active, .accordian .portfolio-item .accord-toggle:hover {
  cursor: pointer;
}
/* line 37, ../scss/_accordion.scss */
.accordian .portfolio-item .accord-toggle.active .icon-link i, .accordian .portfolio-item .accord-toggle.active h3, .accordian .portfolio-item .accord-toggle:hover .icon-link i, .accordian .portfolio-item .accord-toggle:hover h3 {
  color: #b2121a !important;
}
/* line 44, ../scss/_accordion.scss */
.accordian .portfolio-item.active .toggle .icon-link i, .accordian .portfolio-item.active .toggle h3 {
  color: #b2121a !important;
}
/* line 49, ../scss/_accordion.scss */
.accordian .portfolio-item .inner {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 3em;
  margin-bottom: 3em;
  padding: 0 1.8em;
}
/* line 53, ../scss/_accordion.scss */
.accordian .portfolio-item .inner ul {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em;
}
/* line 55, ../scss/_accordion.scss */
.accordian .portfolio-item .inner ul li {
  list-style-type: disc;
  margin-left: 24px;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 59, ../scss/_accordion.scss */
.accordian .portfolio-item .inner ul li .gform_wrapper .gform_body .gform_fields li {
  margin-left: -24px;
}

/* line 71, ../scss/_accordion.scss */
.inner-margin {
  margin-left: -2em;
  margin-top: -64px;
}

/* line 84, ../scss/_accordion.scss */
.transcript .icon-link .fa-chevron-circle-up {
  margin: 2px 15px 0 -52px;
}

/* line 1, ../scss/_left-side-menu.scss */
.side-menu {
  font-size: 0.75em;
  line-height: 2.4em;
  text-transform: uppercase;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 3em;
}
/* line 7, ../scss/_left-side-menu.scss */
.side-menu li.page_item_has_children {
  display: block;
}
/* line 11, ../scss/_left-side-menu.scss */
.side-menu li:hover {
  color: #b2121a;
  cursor: pointer;
}
/* line 15, ../scss/_left-side-menu.scss */
.side-menu li.filter {
  border-top: solid 1px rgba(238, 238, 238, 0);
  border-bottom: solid 1px rgba(238, 238, 238, 0);
}
/* line 18, ../scss/_left-side-menu.scss */
.side-menu li.filter.active {
  margin: 0;
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
  color: #b2121a;
}
/* line 23, ../scss/_left-side-menu.scss */
.side-menu li.filter.active a {
  color: #b2121a;
}
/* line 28, ../scss/_left-side-menu.scss */
.side-menu li a {
  color: #a2a2a2;
  margin-top: 0em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 0em;
  text-decoration: none;
  display: block;
  border-top: solid 1px rgba(88, 88, 88, 0);
  border-bottom: solid 1px rgba(88, 88, 88, 0);
  line-height: 21px;
}
/* line 36, ../scss/_left-side-menu.scss */
.side-menu li a:hover {
  color: #b2121a;
}
/* line 40, ../scss/_left-side-menu.scss */
.side-menu li.current_page_item > a {
  color: #b2121a;
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
}

/* line 52, ../scss/_left-side-menu.scss */
.side-menu li .widgettitle {
  display: none;
}
/* line 56, ../scss/_left-side-menu.scss */
.side-menu li ul li {
  display: none;
}
/* line 58, ../scss/_left-side-menu.scss */
.side-menu li ul li.page_item_has_children {
  display: block;
}
/* line 61, ../scss/_left-side-menu.scss */
.side-menu li ul li.page_item_has_children ul.children li {
  display: block;
}

/* line 75, ../scss/_left-side-menu.scss */
.side-menu li a {
  cursor: pointer;
}
/* line 79, ../scss/_left-side-menu.scss */
.side-menu li.all a, .side-menu li.current a {
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
  color: #b2121a;
}

/* line 94, ../scss/_left-side-menu.scss */
.page-template-office-locations-php .side-menu li .widgettitle {
  display: none;
}
/* line 99, ../scss/_left-side-menu.scss */
.page-template-office-locations-php .side-menu li ul li {
  display: block;
}
/* line 102, ../scss/_left-side-menu.scss */
.page-template-office-locations-php .side-menu li ul li.page_item_has_children {
  display: block;
}
/* line 105, ../scss/_left-side-menu.scss */
.page-template-office-locations-php .side-menu li ul li.page_item_has_children ul.children li {
  display: block;
}

/* line 129, ../scss/_left-side-menu.scss */
.controls li, .links li {
  display: block;
}
/* line 132, ../scss/_left-side-menu.scss */
.controls li:first-child a, .links li:first-child a {
  color: #b2121a;
  border-bottom: solid 1px #cdcdcd;
  cursor: default;
}

/* line 5, ../scss/_footer-pages.scss */
body.page-template-footer-pages-and-search-page-php .left-col,
body.search-results .left-col,
body.single .left-col,
body.page-template-default .left-col {
  display: inline;
  float: left;
  width: 15.34392%;
  margin: 0 0.66138%;
  margin-right: 8.99471%;
}
/* line 8, ../scss/_footer-pages.scss */
body.page-template-footer-pages-and-search-page-php .left-col p,
body.search-results .left-col p,
body.single .left-col p,
body.page-template-default .left-col p {
  font-size: 0.75em;
  line-height: 2.6em;
  border-top: solid 1px #cdcdcd;
  color: #a2a2a2;
  margin-top: 0em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 0em;
}
/* line 15, ../scss/_footer-pages.scss */
body.page-template-footer-pages-and-search-page-php .left-col .img-container img,
body.search-results .left-col .img-container img,
body.single .left-col .img-container img,
body.page-template-default .left-col .img-container img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 145px;
}
/* line 22, ../scss/_footer-pages.scss */
body.page-template-footer-pages-and-search-page-php .article-section,
body.search-results .article-section,
body.single .article-section,
body.page-template-default .article-section {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background: #fff;
  padding: 2em;
  display: inline;
  float: left;
  width: 73.67725%;
  margin: 0 0.66138%;
}
@media screen and (max-width: 37.5em) {
  /* line 22, ../scss/_footer-pages.scss */
  body.page-template-footer-pages-and-search-page-php .article-section,
  body.search-results .article-section,
  body.single .article-section,
  body.page-template-default .article-section {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}
/* line 44, ../scss/_footer-pages.scss */
body.page-template-footer-pages-and-search-page-php .article-section ul,
body.search-results .article-section ul,
body.single .article-section ul,
body.page-template-default .article-section ul {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.2em;
}
/* line 47, ../scss/_footer-pages.scss */
body.page-template-footer-pages-and-search-page-php .article-section ul li,
body.search-results .article-section ul li,
body.single .article-section ul li,
body.page-template-default .article-section ul li {
  list-style: disc;
  font-size: 1em;
  line-height: 1.65em;
}

/* line 58, ../scss/_footer-pages.scss */
p a, ul li a, ul li p a {
  color: #b2121a;
  text-decoration: underline;
}
/* line 61, ../scss/_footer-pages.scss */
p a:hover, ul li a:hover, ul li p a:hover {
  color: #96090E;
}

/* line 5, ../scss/_landing-page.scss */
body.page-template-landing-page-php .landing-page a {
  text-decoration: none;
}
/* line 8, ../scss/_landing-page.scss */
body.page-template-landing-page-php .landing-page li {
  position: relative;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: inline;
  float: left;
  width: 48.67725%;
  margin: 0 0.66138%;
  background: #fff url(../img/landing-page-bg.png) no-repeat center right;
  height: 210px;
  overflow: hidden;
  -moz-box-shadow: #999 0px 2px 2px;
  -webkit-box-shadow: #999 0px 2px 2px;
  box-shadow: #999 0px 2px 2px;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em;
}
/* line 17, ../scss/_landing-page.scss */
body.page-template-landing-page-php .landing-page li .lp-content {
  position: relative;
  display: table;
  height: 210px;
  width: 60%;
}
/* line 22, ../scss/_landing-page.scss */
body.page-template-landing-page-php .landing-page li .lp-content span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 1em 0 2em;
}
/* line 26, ../scss/_landing-page.scss */
body.page-template-landing-page-php .landing-page li .lp-content span h2 {
  font-size: 1.875em;
  line-height: 1.2em;
  margin-top: 0.3em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.3em;
  width: 200px;
  display: block;
  text-decoration: none;
}
/* line 33, ../scss/_landing-page.scss */
body.page-template-landing-page-php .landing-page li .lp-content span p {
  font-size: 0.875em;
  line-height: 1.54286em;
}
/* line 38, ../scss/_landing-page.scss */
body.page-template-landing-page-php .landing-page li .lp-image-container {
  position: absolute;
  display: table;
  height: 210px;
  width: 200px;
  top: 0;
  right: 0;
}
/* line 46, ../scss/_landing-page.scss */
body.page-template-landing-page-php .landing-page li .lp-image-container img {
  width: 70%;
  margin-left: -35%;
  margin-top: -35%;
  position: absolute;
  left: 50%;
  top: 50%;
}
@media screen and (max-width: 60em) {
  /* line 8, ../scss/_landing-page.scss */
  body.page-template-landing-page-php .landing-page li {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
  }
  /* line 60, ../scss/_landing-page.scss */
  body.page-template-landing-page-php .landing-page li .lp-content {
    width: 60%;
  }
  /* line 63, ../scss/_landing-page.scss */
  body.page-template-landing-page-php .landing-page li .lp-content span h1 {
    width: 100%;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 8, ../scss/_landing-page.scss */
  body.page-template-landing-page-php .landing-page li {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
    background-position: 82% 0;
  }
  /* line 80, ../scss/_landing-page.scss */
  body.page-template-landing-page-php .landing-page li .lp-content {
    width: 70%;
  }
  /* line 82, ../scss/_landing-page.scss */
  body.page-template-landing-page-php .landing-page li .lp-content span {
    padding: 0 0 0 1.5em;
  }
  /* line 84, ../scss/_landing-page.scss */
  body.page-template-landing-page-php .landing-page li .lp-content span h1 {
    font-size: 1.25em;
    line-height: 1.2em;
    width: 100%;
  }
  /* line 88, ../scss/_landing-page.scss */
  body.page-template-landing-page-php .landing-page li .lp-content span p {
    font-size: 0.75em;
    line-height: 1.6em;
  }
  /* line 93, ../scss/_landing-page.scss */
  body.page-template-landing-page-php .landing-page li .lp-image-container {
    width: 25%;
  }
}
/* line 101, ../scss/_landing-page.scss */
body.page-template-landing-page-php .landing-page li:hover {
  cursor: pointer;
}

/* line 116, ../scss/_landing-page.scss */
body.page-template-landing-page-php.page-id-22 .landing-page li {
  background-color: #6b478f;
}
/* line 120, ../scss/_landing-page.scss */
body.page-template-landing-page-php.page-id-22 .landing-page li .lp-content span h1 {
  color: #6b478f;
}
/* line 123, ../scss/_landing-page.scss */
body.page-template-landing-page-php.page-id-22 .landing-page li .lp-content span p {
  color: #646569;
}
/* line 129, ../scss/_landing-page.scss */
body.page-template-landing-page-php.page-id-22 .landing-page li:hover {
  background-color: #52366d;
}
/* line 131, ../scss/_landing-page.scss */
body.page-template-landing-page-php.page-id-22 .landing-page li:hover span h1 {
  color: #52366d;
}
/* line 134, ../scss/_landing-page.scss */
body.page-template-landing-page-php.page-id-22 .landing-page li:hover span p {
  color: #646569;
}

/* line 147, ../scss/_landing-page.scss */
body.page-template-landing-page-php.page-id-23 .landing-page li {
  background-color: #187fb9;
}
/* line 151, ../scss/_landing-page.scss */
body.page-template-landing-page-php.page-id-23 .landing-page li .lp-content span h2 {
  color: #187fb9;
}
/* line 154, ../scss/_landing-page.scss */
body.page-template-landing-page-php.page-id-23 .landing-page li .lp-content span p {
  color: #646569;
}
/* line 160, ../scss/_landing-page.scss */
body.page-template-landing-page-php.page-id-23 .landing-page li:hover {
  background-color: #12608c;
}
/* line 162, ../scss/_landing-page.scss */
body.page-template-landing-page-php.page-id-23 .landing-page li:hover span h2 {
  color: #12608c;
}
/* line 165, ../scss/_landing-page.scss */
body.page-template-landing-page-php.page-id-23 .landing-page li:hover span p {
  color: #646569;
}

/* line 5, ../scss/_sub-pages.scss */
.sub-header {
  height: 264px;
}
/* line 12, ../scss/_sub-pages.scss */
.sub-header .page-wrapper__wide__inner .sub-wrapper .sub-title-container {
  display: inline;
  float: left;
  width: 65.34392%;
  margin: 0 0.66138%;
}
/* line 16, ../scss/_sub-pages.scss */
.sub-header .page-wrapper__wide__inner .sub-wrapper .sub-title-container span {
  display: table;
  height: 264px;
}
/* line 19, ../scss/_sub-pages.scss */
.sub-header .page-wrapper__wide__inner .sub-wrapper .sub-title-container span h1 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
/* line 27, ../scss/_sub-pages.scss */
.sub-header .page-wrapper__wide__inner .sub-wrapper .sub-image-container {
  display: inline;
  float: left;
  width: 32.01058%;
  margin: 0 0.66138%;
}
/* line 30, ../scss/_sub-pages.scss */
.sub-header .page-wrapper__wide__inner .sub-wrapper .sub-image-container span {
  display: table;
  height: 264px;
  width: 100%;
  position: relative;
}
/* line 35, ../scss/_sub-pages.scss */
.sub-header .page-wrapper__wide__inner .sub-wrapper .sub-image-container span img {
  width: 70%;
  margin-left: -35%;
  margin-top: -35%;
  position: absolute;
  left: 50%;
  top: 50%;
}
@media screen and (max-width: 60em) {
  /* line 5, ../scss/_sub-pages.scss */
  .sub-header {
    height: 164px;
    background-position: -2000px 0px !important;
  }
  /* line 54, ../scss/_sub-pages.scss */
  .sub-header .page-wrapper__wide__inner .sub-wrapper .sub-title-container span {
    height: 164px;
  }
  /* line 59, ../scss/_sub-pages.scss */
  .sub-header .page-wrapper__wide__inner .sub-wrapper .sub-image-container span {
    height: 164px;
  }
  /* line 61, ../scss/_sub-pages.scss */
  .sub-header .page-wrapper__wide__inner .sub-wrapper .sub-image-container span img {
    width: 50%;
    margin-left: -25%;
    margin-top: -25%;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 5, ../scss/_sub-pages.scss */
  .sub-header {
    height: 124px;
  }
  /* line 78, ../scss/_sub-pages.scss */
  .sub-header .page-wrapper__wide__inner .sub-wrapper .sub-title-container span {
    height: 124px;
  }
  /* line 80, ../scss/_sub-pages.scss */
  .sub-header .page-wrapper__wide__inner .sub-wrapper .sub-title-container span h1 {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  /* line 86, ../scss/_sub-pages.scss */
  .sub-header .page-wrapper__wide__inner .sub-wrapper .sub-image-container span {
    height: 124px;
  }
  /* line 88, ../scss/_sub-pages.scss */
  .sub-header .page-wrapper__wide__inner .sub-wrapper .sub-image-container span img {
    width: 50%;
    margin-left: -25%;
    margin-top: -25%;
  }
}

/* line 102, ../scss/_sub-pages.scss */
.sub-header.solution {
  background: url(../img/solutions-sub-page-bg-bar.png) no-repeat -1820px 0px !important;
  background-color: #52366d !important;
}
/* line 108, ../scss/_sub-pages.scss */
.sub-header.solution .page-wrapper__wide__inner .sub-wrapper .sub-title-container {
  background: url(../img/solutions-sub-page-bg-bar.png) no-repeat right center;
}
@media (max-width: 60em) {
  /* line 102, ../scss/_sub-pages.scss */
  .sub-header.solution {
    background-position: -2192px -57px !important;
  }
}
@media (max-width: 37.5em) {
  /* line 102, ../scss/_sub-pages.scss */
  .sub-header.solution {
    background-position: -2380px -57px !important;
  }
}
@media (max-width: 1024px) {
  /* line 102, ../scss/_sub-pages.scss */
  .sub-header.solution {
    background-position: -2380px -0px !important;
  }
}

/* line 124, ../scss/_sub-pages.scss */
.sub-header.product {
  background: url(../img/products-sub-page-bg-bar.png) no-repeat -1820px 0px !important;
  background-color: #12608c !important;
}
/* line 130, ../scss/_sub-pages.scss */
.sub-header.product .page-wrapper__wide__inner .sub-wrapper .sub-title-container {
  background: url(../img/products-sub-page-bg-bar.png) no-repeat right center;
}
@media (max-width: 60em) {
  /* line 124, ../scss/_sub-pages.scss */
  .sub-header.product {
    background-position: -2192px -57px !important;
  }
}
@media (max-width: 37.5em) {
  /* line 124, ../scss/_sub-pages.scss */
  .sub-header.product {
    background-position: -2380px -57px !important;
  }
}
@media (max-width: 1024px) {
  /* line 124, ../scss/_sub-pages.scss */
  .sub-header.product {
    background-position: -2380px -0px !important;
  }
}

/* line 148, ../scss/_sub-pages.scss */
body.page-template-sub-pages-overview-php div.page-wrapper > section.page-wrapper__wide.sub-pages.section > div > div.right-col > article > p:nth-child(1) {
  font-size: 1.875em;
  line-height: 1.28em;
}
@media screen and (max-width: 60em) {
  /* line 148, ../scss/_sub-pages.scss */
  body.page-template-sub-pages-overview-php div.page-wrapper > section.page-wrapper__wide.sub-pages.section > div > div.right-col > article > p:nth-child(1) {
    font-size: 1.3125em;
    line-height: 1.48571em;
  }
}

/* line 158, ../scss/_sub-pages.scss */
body.page-template-sub-pages-php article > h2 {
  font-size: 1.875em;
  line-height: 1.28em;
}
/* line 160, ../scss/_sub-pages.scss */
body.page-template-sub-pages-php article > h2.solutions {
  color: #6b478f;
}
/* line 163, ../scss/_sub-pages.scss */
body.page-template-sub-pages-php article > h2.products {
  color: #187fb9;
}

/* line 171, ../scss/_sub-pages.scss */
body.page-template-default div.article-section > p:nth-child(1) {
  font-size: 1.875em;
  line-height: 1.28em;
}
@media screen and (max-width: 60em) {
  /* line 171, ../scss/_sub-pages.scss */
  body.page-template-default div.article-section > p:nth-child(1) {
    font-size: 1.3125em;
    line-height: 1.48571em;
  }
}

/* line 182, ../scss/_sub-pages.scss */
footer.single {
  height: 60px;
  text-transform: uppercase;
  border-top: solid 1px #eeeeee;
  margin-top: 4.5em;
  padding-top: 1.5em;
  padding-bottom: 0em;
  margin-bottom: 0em;
}
/* line 187, ../scss/_sub-pages.scss */
footer.single .navigation {
  display: inline;
  float: left;
  width: 48.67725%;
  margin: 0 0.66138%;
}
@media screen and (max-width: 37.5em) {
  /* line 187, ../scss/_sub-pages.scss */
  footer.single .navigation {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}
/* line 192, ../scss/_sub-pages.scss */
footer.single .navigation .link {
  display: inline-block;
}
/* line 196, ../scss/_sub-pages.scss */
footer.single .social {
  display: inline;
  float: left;
  width: 40.34392%;
  margin: 0 0.66138%;
  margin-left: 8.99471%;
}
@media screen and (max-width: 60em) {
  /* line 196, ../scss/_sub-pages.scss */
  footer.single .social {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}
/* line 202, ../scss/_sub-pages.scss */
footer.single .social ul {
  margin-bottom: 0px !important;
  padding: 0px !important;
}
/* line 205, ../scss/_sub-pages.scss */
footer.single .social ul li {
  list-style-type: none;
  float: right;
  margin-left: 0.5em;
}
/* line 209, ../scss/_sub-pages.scss */
footer.single .social ul li:before {
  content: "" !important;
  display: none;
}
/* line 213, ../scss/_sub-pages.scss */
footer.single .social ul li a {
  color: #646569;
}
/* line 215, ../scss/_sub-pages.scss */
footer.single .social ul li a.sc {
  width: 35px;
  height: 35px;
  font-size: 14px;
}
/* line 224, ../scss/_sub-pages.scss */
footer.single .text {
  font-size: 15px;
  line-height: 35px;
  font-weight: 100;
}
/* line 229, ../scss/_sub-pages.scss */
footer.single .text a {
  color: #646569;
  text-decoration: none;
}
/* line 232, ../scss/_sub-pages.scss */
footer.single .text a:hover {
  text-decoration: none;
  color: #b2121a;
}

/* line 242, ../scss/_sub-pages.scss */
body.single .pagenavi {
  margin-left: 25.66138%;
}
/* line 244, ../scss/_sub-pages.scss */
body.single .pagenavi a {
  font-size: 15px;
  text-transform: uppercase;
  color: #646569;
  text-decoration: none;
}
/* line 249, ../scss/_sub-pages.scss */
body.single .pagenavi a:hover {
  text-decoration: none;
  color: #b2121a;
}

/* line 260, ../scss/_sub-pages.scss */
#sitemap .page_item_list {
  font-size: 0.625em;
  line-height: 4.8em;
}

/* line 2, ../scss/_search-results.scss */
body.search-results .post {
  border-bottom: solid #cdcdcd 1px;
  font-size: 1em;
  line-height: 1.8em;
  margin-top: 0em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 0em;
}
/* line 7, ../scss/_search-results.scss */
body.search-results .post h3 a {
  color: #b2121a;
  text-decoration: none;
}
/* line 12, ../scss/_search-results.scss */
body.search-results .post:last-child {
  border-bottom: none;
}

/* line 20, ../scss/_search-results.scss */
#showing .wp-pagenavi {
  display: inline;
}
/* line 23, ../scss/_search-results.scss */
#showing .wp-pagenavi .previouspostslink,
#showing .wp-pagenavi .nextpostslink,
#showing .wp-pagenavi .current,
#showing .wp-pagenavi .page {
  display: none;
}
/* line 29, ../scss/_search-results.scss */
#showing .wp-pagenavi .pages,
#showing .wp-pagenavi .page {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 38, ../scss/_search-results.scss */
footer.pagenavi {
  padding: 1.5em;
  display: inline;
  float: left;
  width: 73.67725%;
  margin: 0 0.66138%;
  margin-top: 0em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 0em;
}
/* line 42, ../scss/_search-results.scss */
footer.pagenavi.search {
  margin-left: 25.66138%;
}
/* line 45, ../scss/_search-results.scss */
footer.pagenavi .wp-pagenavi {
  display: inline;
}
/* line 49, ../scss/_search-results.scss */
footer.pagenavi .wp-pagenavi .previouspostslink,
footer.pagenavi .wp-pagenavi .nextpostslink,
footer.pagenavi .wp-pagenavi .current,
footer.pagenavi .wp-pagenavi .pages,
footer.pagenavi .wp-pagenavi .page {
  display: inline;
  border: none;
}
/* line 57, ../scss/_search-results.scss */
footer.pagenavi .wp-pagenavi a {
  color: #646569;
  display: block;
  padding: 0 10px;
  margin: 0;
}
/* line 62, ../scss/_search-results.scss */
footer.pagenavi .wp-pagenavi a:hover {
  color: #b2121a;
}
/* line 65, ../scss/_search-results.scss */
footer.pagenavi .wp-pagenavi a.page {
  border-left: 1px solid #cdcdcd !important;
}
/* line 73, ../scss/_search-results.scss */
footer.pagenavi .wp-pagenavi span.current {
  color: #b2121a;
  padding: 0 10px;
  margin: 0;
  border-left: 1px solid #cdcdcd !important;
}
@media screen and (max-width: 37.5em) {
  /* line 84, ../scss/_search-results.scss */
  footer.pagenavi .wp-pagenavi .pages {
    display: block;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 38, ../scss/_search-results.scss */
  footer.pagenavi {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}

/* line 2, ../scss/_news-posts.scss */
.news-media-events li {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: white;
  padding: 0 1em 0 1em;
  margin-top: 0em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  background: url(../img/blog-page-bg.png) no-repeat center right;
}
@media (max-width: 37.5em) {
  /* line 2, ../scss/_news-posts.scss */
  .news-media-events li {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
}
/* line 11, ../scss/_news-posts.scss */
.news-media-events li a {
  text-decoration: none;
  display: block;
  line-height: 22px;
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
.news-media-events li a:before, .news-media-events li a:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.news-media-events li a:after {
  clear: both;
}
/* line 17, ../scss/_news-posts.scss */
.news-media-events li h2 {
  font-size: 1.25em;
  line-height: 1.56em;
  width: 80%;
  padding-top: 10px;
  color: #646569;
}
@media screen and (min-width: 310px) {
  /* line 17, ../scss/_news-posts.scss */
  .news-media-events li h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 410px) {
  /* line 17, ../scss/_news-posts.scss */
  .news-media-events li h2 {
    font-size: 20.5px;
  }
}
@media screen and (min-width: 510px) {
  /* line 17, ../scss/_news-posts.scss */
  .news-media-events li h2 {
    font-size: 23px;
  }
}
@media (max-width: 37.5em) {
  /* line 17, ../scss/_news-posts.scss */
  .news-media-events li h2 {
    width: 100%;
  }
}
/* line 29, ../scss/_news-posts.scss */
.news-media-events li.events {
  background-color: #fff;
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
.news-media-events li.events:before, .news-media-events li.events:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.news-media-events li.events:after {
  clear: both;
}
/* line 32, ../scss/_news-posts.scss */
.news-media-events li.events .container {
  display: inline;
  float: left;
  width: 73.67725%;
  margin: 0 0.66138%;
}
/* line 35, ../scss/_news-posts.scss */
.news-media-events li.events .img-container {
  display: inline;
  float: left;
  width: 23.67725%;
  margin: 0 0.66138%;
}
/* line 37, ../scss/_news-posts.scss */
.news-media-events li.events .img-container img {
  float: right;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: solid 1px #cbccce;
  width: 145px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
@media (max-width: 37.5em) {
  /* line 37, ../scss/_news-posts.scss */
  .news-media-events li.events .img-container img {
    width: 45px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
/* line 52, ../scss/_news-posts.scss */
.news-media-events li.events a:hover img {
  filter: none;
  -webkit-filter: none;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  cursor: pointer;
}
/* line 61, ../scss/_news-posts.scss */
.news-media-events li.events:hover a {
  color: #840d13;
}
/* line 67, ../scss/_news-posts.scss */
.news-media-events li.news {
  background-color: #5b882b;
}
/* line 69, ../scss/_news-posts.scss */
.news-media-events li.news:hover {
  background-color: #41611f;
}
/* line 71, ../scss/_news-posts.scss */
.news-media-events li.news:hover a {
  color: #840d13;
}
@media (max-width: 37.5em) {
  /* line 67, ../scss/_news-posts.scss */
  .news-media-events li.news {
    background: #fff;
  }
  /* line 77, ../scss/_news-posts.scss */
  .news-media-events li.news:hover {
    background: #fff;
  }
}
/* line 83, ../scss/_news-posts.scss */
.news-media-events li.media {
  background-color: #b2121a;
}
/* line 85, ../scss/_news-posts.scss */
.news-media-events li.media:hover {
  background-color: #840d13;
}
/* line 89, ../scss/_news-posts.scss */
.news-media-events li.media a:hover {
  color: #840d13;
}
@media (max-width: 37.5em) {
  /* line 83, ../scss/_news-posts.scss */
  .news-media-events li.media {
    background: #fff;
  }
  /* line 95, ../scss/_news-posts.scss */
  .news-media-events li.media:hover {
    background: #fff;
  }
}

/* line 104, ../scss/_news-posts.scss */
.the-time {
  color: #b2121a;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.71429em;
}

/* line 110, ../scss/_news-posts.scss */
.the-location {
  color: #b2121a;
  text-transform: capitalize;
  font-size: 0.75em;
  line-height: 2em;
}

/* line 118, ../scss/_news-posts.scss */
body.single h2 {
  color: #646569;
  margin-top: 0em;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  margin-bottom: 0em;
  font-size: 2.375em;
  line-height: 1.38947em;
}
@media screen and (min-width: 320px) {
  /* line 118, ../scss/_news-posts.scss */
  body.single h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 420px) {
  /* line 118, ../scss/_news-posts.scss */
  body.single h2 {
    font-size: 26.5px;
  }
}
@media screen and (min-width: 520px) {
  /* line 118, ../scss/_news-posts.scss */
  body.single h2 {
    font-size: 29px;
  }
}
@media screen and (min-width: 620px) {
  /* line 118, ../scss/_news-posts.scss */
  body.single h2 {
    font-size: 31.5px;
  }
}
@media screen and (min-width: 720px) {
  /* line 118, ../scss/_news-posts.scss */
  body.single h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 820px) {
  /* line 118, ../scss/_news-posts.scss */
  body.single h2 {
    font-size: 36.5px;
  }
}

/* line 127, ../scss/_news-posts.scss */
.visit a,
a .visit {
  font-size: 14px;
  text-transform: uppercase;
}

/* line 2, ../scss/_leadership.scss */
body.page-template-leadership-page-php h1 {
  color: #b2121a;
  display: block;
}
/* line 6, ../scss/_leadership.scss */
body.page-template-leadership-page-php .left-col {
  display: inline;
  float: left;
  width: 23.67725%;
  margin: 0 0.66138%;
  margin-right: 8.99471%;
}
@media screen and (max-width: 37.5em) {
  /* line 6, ../scss/_leadership.scss */
  body.page-template-leadership-page-php .left-col {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}
/* line 14, ../scss/_leadership.scss */
body.page-template-leadership-page-php .right-col {
  display: inline;
  float: left;
  width: 65.34392%;
  margin: 0 0.66138%;
}
/* line 17, ../scss/_leadership.scss */
body.page-template-leadership-page-php .right-col ul .product {
  padding: 0.5em;
  width: 33%;
  float: left;
  overflow: hidden;
}
/* line 26, ../scss/_leadership.scss */
body.page-template-leadership-page-php .right-col ul .product h3 {
  font-size: 0.9375em;
  line-height: 1.6em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0.75em;
  margin-bottom: -0.3em;
  color: #646569;
}
@media (max-width: 37.5em) {
  /* line 26, ../scss/_leadership.scss */
  body.page-template-leadership-page-php .right-col ul .product h3 {
    font-size: 0.6875em;
    line-height: 1.30909em;
  }
}
/* line 34, ../scss/_leadership.scss */
body.page-template-leadership-page-php .right-col ul .product .job-title {
  font-size: 0.8125em;
  line-height: 1.47692em;
  display: block;
}
@media (max-width: 37.5em) {
  /* line 34, ../scss/_leadership.scss */
  body.page-template-leadership-page-php .right-col ul .product .job-title {
    font-size: 0.625em;
    line-height: 1.44em;
  }
}
/* line 43, ../scss/_leadership.scss */
body.page-template-leadership-page-php .right-col ul .product:hover h3, body.page-template-leadership-page-php .right-col ul .product:hover .job-title, body.page-template-leadership-page-php .right-col ul .product.selected h3, body.page-template-leadership-page-php .right-col ul .product.selected .job-title {
  color: #b2121a;
}
/* line 50, ../scss/_leadership.scss */
body.page-template-leadership-page-php .right-col .logo-copy-wrapper .content {
  padding: 0 0.2em;
  margin-top: 0em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 0em;
}
/* line 53, ../scss/_leadership.scss */
body.page-template-leadership-page-php .right-col .logo-copy-wrapper .content p {
  font-size: 1em;
  line-height: 1.8em;
}
@media screen and (max-width: 37.5em) {
  /* line 14, ../scss/_leadership.scss */
  body.page-template-leadership-page-php .right-col {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}

/* line 3, ../scss/_office-loctions.scss */
body.page-template-events-page-php .left-col,
body.page-template-office-locations-php .left-col {
  display: inline;
  float: left;
  width: 15.34392%;
  margin: 0 0.66138%;
  margin-right: 8.99471%;
}
/* line 5, ../scss/_office-loctions.scss */
body.page-template-events-page-php .left-col .side-menu .page-item-601,
body.page-template-events-page-php .left-col .side-menu .page-item-489,
body.page-template-office-locations-php .left-col .side-menu .page-item-601,
body.page-template-office-locations-php .left-col .side-menu .page-item-489 {
  display: none;
}
@media (max-width: 37.5em) {
  /* line 3, ../scss/_office-loctions.scss */
  body.page-template-events-page-php .left-col,
  body.page-template-office-locations-php .left-col {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}
/* line 15, ../scss/_office-loctions.scss */
body.page-template-events-page-php .left-col p,
body.page-template-office-locations-php .left-col p {
  font-size: 0.75em;
  line-height: 2.6em;
  border-top: solid 1px #cdcdcd;
  color: #a2a2a2;
  margin-top: 0em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 0em;
}
/* line 22, ../scss/_office-loctions.scss */
body.page-template-events-page-php .article-section,
body.page-template-office-locations-php .article-section {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background: #fff;
  padding: 2em;
  display: inline;
  float: left;
  width: 98.67725%;
  margin: 0 0.66138%;
}
/* line 27, ../scss/_office-loctions.scss */
body.page-template-events-page-php .article-section h2,
body.page-template-office-locations-php .article-section h2 {
  font-size: 1.5em;
  line-height: 1.3em;
}
/* line 30, ../scss/_office-loctions.scss */
body.page-template-events-page-php .article-section h3,
body.page-template-office-locations-php .article-section h3 {
  font-size: 1.125em;
  line-height: 1.73333em;
  color: #646569;
}
/* line 35, ../scss/_office-loctions.scss */
body.page-template-events-page-php .article-section h4,
body.page-template-office-locations-php .article-section h4 {
  font-size: 0.9375em;
  line-height: 1.6em;
  color: #b2121a;
}
/* line 40, ../scss/_office-loctions.scss */
body.page-template-events-page-php .article-section .is-main-office,
body.page-template-office-locations-php .article-section .is-main-office {
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
  margin-top: 0.75em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}
/* line 44, ../scss/_office-loctions.scss */
body.page-template-events-page-php .article-section .is-main-office p,
body.page-template-office-locations-php .article-section .is-main-office p {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
}
/* line 48, ../scss/_office-loctions.scss */
body.page-template-events-page-php .article-section p,
body.page-template-office-locations-php .article-section p {
  font-size: 0.8125em;
  line-height: 1.84615em;
}
/* line 50, ../scss/_office-loctions.scss */
body.page-template-events-page-php .article-section p a,
body.page-template-office-locations-php .article-section p a {
  color: #b2121a;
  text-decoration: none;
}
/* line 53, ../scss/_office-loctions.scss */
body.page-template-events-page-php .article-section p a:hover,
body.page-template-office-locations-php .article-section p a:hover {
  color: #96090E;
}
@media screen and (max-width: 37.5em) {
  /* line 22, ../scss/_office-loctions.scss */
  body.page-template-events-page-php .article-section,
  body.page-template-office-locations-php .article-section {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}

/* line 66, ../scss/_office-loctions.scss */
.left-col {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 1.5em;
  margin-bottom: 3em;
}

/* line 1, ../scss/_Hamburger-icon.scss */
.simple-menu {
  overflow: hidden;
  margin-top: -60px;
  margin-right: 32px;
  text-align: right;
  text-decoration: none;
  display: none;
}
@media (max-width: 37.5em) {
  /* line 1, ../scss/_Hamburger-icon.scss */
  .simple-menu {
    margin-top: -58px;
  }
}
/* line 16, ../scss/_Hamburger-icon.scss */
.simple-menu:before {
  /* this is the important part */
  content: '';
  display: inline-block;
  /* this just takes care of whitespace added by having display:inline-block (there are other methods) */
}
/* line 25, ../scss/_Hamburger-icon.scss */
.simple-menu .fa-bars {
  position: relative;
  font-size: 2.25em;
  line-height: 1.33333em;
  margin: 0 auto;
  right: 0;
}
@media screen and (max-width: 60em) {
  /* line 1, ../scss/_Hamburger-icon.scss */
  .simple-menu {
    display: block;
  }
}
/* line 39, ../scss/_Hamburger-icon.scss */
.simple-menu .fa {
  color: grey;
}
/* line 41, ../scss/_Hamburger-icon.scss */
.simple-menu .fa:hover {
  color: #000;
}

/* line 2, ../scss/_logo.scss */
.logo-holder {
  position: relative;
}
/* line 5, ../scss/_logo.scss */
.logo-holder .page-wrapper__wide__inner--logo {
  display: inline;
  float: left;
  width: 15.34392%;
  margin: 0 0.66138%;
}
@media screen and (max-width: 60em) {
  /* line 5, ../scss/_logo.scss */
  .logo-holder .page-wrapper__wide__inner--logo {
    display: inline;
    float: left;
    width: 23.67725%;
    margin: 0 0.66138%;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 5, ../scss/_logo.scss */
  .logo-holder .page-wrapper__wide__inner--logo {
    display: inline;
    float: left;
    width: 48.67725%;
    margin: 0 0.66138%;
  }
}

/* line 20, ../scss/_logo.scss */
.detached .page-wrapper__wide__inner--logo {
  display: inline;
  float: left;
  width: 7.01058%;
  margin: 0 0.66138%;
}
@media screen and (max-width: 60em) {
  /* line 20, ../scss/_logo.scss */
  .detached .page-wrapper__wide__inner--logo {
    display: inline;
    float: left;
    width: 15.34392%;
    margin: 0 0.66138%;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 20, ../scss/_logo.scss */
  .detached .page-wrapper__wide__inner--logo {
    display: inline;
    float: left;
    width: 23.67725%;
    margin: 0 0.66138%;
  }
}

/*
@mixin background($color, $opacity) {
	background: $color;
	opacity: $opacity;
	//margin: 20px 0;
}
*/
/* line 15, ../scss/_slider.scss */
.slider.top {
  width: 100%;
}
/* line 18, ../scss/_slider.scss */
.slider.bottom {
  z-index: 0;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 30, ../scss/_slider.scss */
.mustardBG {
  background-color: #58585c;
}

/* line 34, ../scss/_slider.scss */
.forForm {
  background-color: #646569;
  border-radius: 10px;
}
/* line 37, ../scss/_slider.scss */
.forForm .padding {
  padding: 20px;
}
/* line 40, ../scss/_slider.scss */
.forForm input[type=text], .forForm input[type=email] {
  background-color: #fff !important;
  color: #646569 !important;
}
/* line 2, ../scss/_placeholderText.scss */
.forForm input[type=text].placeholder, .forForm input[type=email].placeholder {
  color: #646569 !important;
}
/* line 3, ../scss/_placeholderText.scss */
.forForm input[type=text]:-moz-placeholder, .forForm input[type=email]:-moz-placeholder {
  color: #646569 !important;
}
/* line 4, ../scss/_placeholderText.scss */
.forForm input[type=text]::-moz-placeholder, .forForm input[type=email]::-moz-placeholder {
  color: #646569 !important;
}
/* line 5, ../scss/_placeholderText.scss */
.forForm input[type=text]:-ms-input-placeholder, .forForm input[type=email]:-ms-input-placeholder {
  color: #646569 !important;
}
/* line 6, ../scss/_placeholderText.scss */
.forForm input[type=text]::-webkit-input-placeholder, .forForm input[type=email]::-webkit-input-placeholder {
  color: #646569 !important;
}

/* line 49, ../scss/_slider.scss */
.colorBg {
  *zoom: 1;
  position: absolute;
  z-index: 1;
  top: 60px;
  min-height: 480px;
  width: 100%;
}
/* line 26, ../scss/_grid.scss */
.colorBg:before, .colorBg:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.colorBg:after {
  clear: both;
}
/* line 56, ../scss/_slider.scss */
.colorBg.red {
  background: rgba(178, 18, 26, 0.8);
}
@media screen and (max-width: 37.5em) {
  /* line 56, ../scss/_slider.scss */
  .colorBg.red {
    background: #b2121a;
  }
}
/* line 62, ../scss/_slider.scss */
.colorBg.green {
  background: rgba(91, 136, 43, 0.8);
}
@media screen and (max-width: 37.5em) {
  /* line 62, ../scss/_slider.scss */
  .colorBg.green {
    background: #5b882b;
  }
}
/* line 68, ../scss/_slider.scss */
.colorBg.mustard {
  background: rgba(204, 124, 13, 0.8);
}
@media screen and (max-width: 37.5em) {
  /* line 68, ../scss/_slider.scss */
  .colorBg.mustard {
    background: #cc7c0d;
  }
}
/* line 74, ../scss/_slider.scss */
.colorBg.blue {
  background: rgba(24, 127, 185, 0.8);
}
@media screen and (max-width: 37.5em) {
  /* line 74, ../scss/_slider.scss */
  .colorBg.blue {
    background: #187fb9;
  }
}
/* line 80, ../scss/_slider.scss */
.colorBg:before {
  content: '';
  display: block;
  height: 20px;
  background: transparent;
}
@media screen and (max-width: 37.5em) {
  /* line 49, ../scss/_slider.scss */
  .colorBg {
    height: 100%;
    top: 0px;
  }
}

/* line 2, ../scss/_wolf-navigation.scss */
#primary {
  position: relative;
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
#primary:before, #primary:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
#primary:after {
  clear: both;
}
/* line 5, ../scss/_wolf-navigation.scss */
#primary .inner {
  margin: 0 auto;
  padding: 0 1.5em;
}

/* line 13, ../scss/_wolf-navigation.scss */
#secondary {
  position: relative;
  background-color: #f7f7f7;
  background-color: #f7f7f7;
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
#secondary:before, #secondary:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
#secondary:after {
  clear: both;
}

/* line 21, ../scss/_wolf-navigation.scss */
#header {
  *zoom: 1;
  width: 100%;
  min-height: 0px;
  z-index: 1000;
  margin: 0 auto;
  /* 	.secondary {
  		z-index: 999;
  		@extend %max-width;
  		padding: 20px;
  		height: auto;
  		display: none;
  		@include adjust-font-size-to(12px, 0.7);
  		.menu {
  			width: 100%;
  			>li {
  				list-style: none;
  				position: absolute;
  				//display: block;
  				float: left;
  				width: 170px;
  				>a {
  					display: none;
  				}
  				ul {
  					display:block;
  					li {
  						position: relative;
  						width: 100px;
  						margin-bottom: 10px;
  						a {
  							//@extend %bdr;
  							display: block;
  							padding-left: 29px;
  						}
  					}
  				}
  			}
  		}
  		a {
  			color:#999;
  			text-decoration: none;
  			display: block;
  			&:hover {
  				color: $red;
  			}
  			&.active {
  				color:red;
  			}
  		}
  	} */
}
/* line 26, ../scss/_grid.scss */
#header:before, #header:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
#header:after {
  clear: both;
}
/* line 28, ../scss/_wolf-navigation.scss */
#header .primary {
  z-index: 1000;
  display: block;
  *zoom: 1;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.2em;
}
/* line 26, ../scss/_grid.scss */
#header .primary:before, #header .primary:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
#header .primary:after {
  clear: both;
}
/* line 34, ../scss/_wolf-navigation.scss */
#header .primary .menu {
  position: relative;
  *zoom: 1;
  width: 1024px;
}
/* line 26, ../scss/_grid.scss */
#header .primary .menu:before, #header .primary .menu:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
#header .primary .menu:after {
  clear: both;
}
/* line 38, ../scss/_wolf-navigation.scss */
#header .primary .menu li {
  float: left;
  text-align: left;
  /* 	  		a {
  	  			display: block;
  	  			padding: 17px 0 0 0;
  	  			color:#999;
  	  			text-decoration: none;
  	  			&:hover {
  	  				color: $red;
  	  			}
  	  		} */
}
/* line 41, ../scss/_wolf-navigation.scss */
#header .primary .menu li#menu-item-499 {
  width: 280px;
}
/* line 44, ../scss/_wolf-navigation.scss */
#header .primary .menu li#menu-item-499 a {
  text-indent: -9999px;
}
@media screen and (max-width: 1024px) {
  /* line 41, ../scss/_wolf-navigation.scss */
  #header .primary .menu li#menu-item-499 {
    width: 220px;
  }
}
/* line 51, ../scss/_wolf-navigation.scss */
#header .primary .menu li#menu-item-499 a {
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  display: block;
  height: 55px;
  background: url(../img/teoco.png) no-repeat 0 0;
  background: url(../img/teoco.svg) no-repeat 0 0, none;
  background-size: 62%;
}
@media screen and (max-width: 1024px) {
  /* line 51, ../scss/_wolf-navigation.scss */
  #header .primary .menu li#menu-item-499 a {
    background-size: 75%;
  }
}
/* line 63, ../scss/_wolf-navigation.scss */
#header .primary .menu li#menu-item-33 {
  width: 130px;
}
/* line 66, ../scss/_wolf-navigation.scss */
#header .primary .menu li#menu-item-32 {
  width: 140px;
}
/* line 69, ../scss/_wolf-navigation.scss */
#header .primary .menu li#menu-item-31 {
  width: 140px;
}
/* line 72, ../scss/_wolf-navigation.scss */
#header .primary .menu li#menu-item-30 {
  width: 100px;
}
/* line 75, ../scss/_wolf-navigation.scss */
#header .primary .menu li#menu-item-29 {
  width: 110px;
}
/* line 78, ../scss/_wolf-navigation.scss */
#header .primary .menu li#menu-item-28 {
  width: 100px;
}

/* line 145, ../scss/_wolf-navigation.scss */
#primary .current-menu-item > a,
#primary .current_page_parent > a, #secondary .current-menu-item > a,
#secondary .current_page_parent > a {
  color: #b2121a !important;
}
/* line 147, ../scss/_wolf-navigation.scss */
#primary .current-menu-item > a:hover,
#primary .current_page_parent > a:hover, #secondary .current-menu-item > a:hover,
#secondary .current_page_parent > a:hover {
  color: #840d13 !important;
}

/*#menu-item-33.current-page-ancestor {
	a {
		color: $red !important;
		&:hover {
			color: darken($red, 10%)!important;
		}
	}
}*/
@media screen and (max-width: 60em) {
  /* line 180, ../scss/_wolf-navigation.scss */
  #menu-item-33,
  #menu-item-32,
  #menu-item-31,
  #menu-item-30,
  #menu-item-29,
  #menu-item-28,
  #secondary {
    display: none;
  }
}
/*********************************************/
/* Sidr menu
/*********************************************/
/* line 195, ../scss/_wolf-navigation.scss */
#menu-sub-navigation-1 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-498 {
  display: none;
}

/*********************************************/
/* Fixed header
/*********************************************/
/* line 208, ../scss/_wolf-navigation.scss */
.detached {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
}
/* line 214, ../scss/_wolf-navigation.scss */
.detached .innerbit {
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  height: 52px;
  right: 0px;
  *zoom: 1;
  position: relative;
  overflow: hidden;
}
/* line 26, ../scss/_grid.scss */
.detached .innerbit:before, .detached .innerbit:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
.detached .innerbit:after {
  clear: both;
}
/* line 222, ../scss/_wolf-navigation.scss */
.detached.header-ani {
  -moz-box-shadow: #646569 1px 1px 3px;
  -webkit-box-shadow: #646569 1px 1px 3px;
  box-shadow: #646569 1px 1px 3px;
  -moz-transition: top 0.8s ease-in-out;
  -o-transition: top 0.8s ease-in-out;
  -webkit-transition: top 0.8s ease-in-out;
  transition: top 0.8s ease-in-out;
}
/* line 230, ../scss/_wolf-navigation.scss */
.detached.header-ani .innerbit {
  overflow: hidden;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  height: 0px;
}
/* line 236, ../scss/_wolf-navigation.scss */
.detached.header-ani #menu-item-499 a {
  background-size: 40% !important;
  background-position: 0 12px !important;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media screen and (max-width: 37.5em) {
  /* line 236, ../scss/_wolf-navigation.scss */
  .detached.header-ani #menu-item-499 a {
    background-position: 0 17px !important;
  }
}

/* line 249, ../scss/_wolf-navigation.scss */
body.single #menu-item-30 > a,
body.archive #menu-item-30 > a {
  color: #b2121a !important;
}

/* line 2, ../scss/_new-dropdown-menu.scss */
#menu-primary-navigation li {
  position: relative;
}
/* line 4, ../scss/_new-dropdown-menu.scss */
#menu-primary-navigation li a {
  display: block;
  padding: 17px 0;
  color: #999;
  text-decoration: none;
}
/* line 10, ../scss/_new-dropdown-menu.scss */
#menu-primary-navigation li .sub-menu {
  display: none;
  z-index: 100;
  height: auto;
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
#menu-primary-navigation li .sub-menu:before, #menu-primary-navigation li .sub-menu:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
#menu-primary-navigation li .sub-menu:after {
  clear: both;
}
/* line 16, ../scss/_new-dropdown-menu.scss */
#menu-primary-navigation li .sub-menu li {
  display: block;
  width: 100%;
  padding: 0;
  width: 100px;
  font-size: 0.8125em;
  line-height: 1.47692em;
}
/* line 22, ../scss/_new-dropdown-menu.scss */
#menu-primary-navigation li .sub-menu li a {
  display: block;
  padding: 10px 0;
  color: #999;
  text-decoration: none;
}
/* line 27, ../scss/_new-dropdown-menu.scss */
#menu-primary-navigation li .sub-menu li a:hover {
  color: #b2121a;
}
/* line 34, ../scss/_new-dropdown-menu.scss */
#menu-primary-navigation li:hover .sub-menu {
  display: block;
  -moz-animation: fadeIn 0.2s ease-in;
  -webkit-animation: fadeIn 0.2s ease-in;
  animation: fadeIn 0.2s ease-in;
}

/* line 49, ../scss/_new-dropdown-menu.scss */
#menu-primary-navigation-1 li ul {
  display: block !important;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/* line 10, ../scss/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 17, ../scss/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 22, ../scss/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 27, ../scss/_animate.scss */
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/* line 33, ../scss/_animate.scss */
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 95, ../scss/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 122, ../scss/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 242, ../scss/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 281, ../scss/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 340, ../scss/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 401, ../scss/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
/* line 571, ../scss/_animate.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 993, ../scss/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1036, ../scss/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1069, ../scss/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1102, ../scss/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1145, ../scss/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1170, ../scss/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1203, ../scss/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1236, ../scss/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1269, ../scss/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1302, ../scss/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1335, ../scss/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1368, ../scss/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1401, ../scss/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1434, ../scss/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 1459, ../scss/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1488, ../scss/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1517, ../scss/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1546, ../scss/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1575, ../scss/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1604, ../scss/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1633, ../scss/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1662, ../scss/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1691, ../scss/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1770, ../scss/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1843, ../scss/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1916, ../scss/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 1961, ../scss/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 2006, ../scss/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2065, ../scss/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 2096, ../scss/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2139, ../scss/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2180, ../scss/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2221, ../scss/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2262, ../scss/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2303, ../scss/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2340, ../scss/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2377, ../scss/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2414, ../scss/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2451, ../scss/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2488, ../scss/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

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

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

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2656, ../scss/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

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

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

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

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
/* line 2857, ../scss/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 2939, ../scss/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 2976, ../scss/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

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

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3052, ../scss/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3083, ../scss/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3114, ../scss/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3145, ../scss/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 3176, ../scss/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 3207, ../scss/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 3238, ../scss/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 3269, ../scss/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 1, ../scss/_footer.scss */
.page-footer {
  background: #595959;
  color: #cdcdcd;
}
/* line 4, ../scss/_footer.scss */
.page-footer .copyright-details {
  font-size: 0.875em;
  line-height: 1.71429em;
  color: #8b8b8b;
}
@media screen and (max-width: 60em) {
  /* line 4, ../scss/_footer.scss */
  .page-footer .copyright-details {
    text-align: center;
  }
}
/* line 11, ../scss/_footer.scss */
.page-footer .navigation, .page-footer .social {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 1.65em;
  margin-bottom: 0em;
  display: inline;
  float: left;
  width: 48.67725%;
  margin: 0 0.66138%;
}
@media screen and (max-width: 60em) {
  /* line 11, ../scss/_footer.scss */
  .page-footer .navigation, .page-footer .social {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
    margin-bottom: 0;
  }
}
/* line 20, ../scss/_footer.scss */
.page-footer .navigation ul li, .page-footer .social ul li {
  float: left;
}
@media screen and (max-width: 60em) {
  /* line 20, ../scss/_footer.scss */
  .page-footer .navigation ul li, .page-footer .social ul li {
    text-align: center;
  }
}
/* line 26, ../scss/_footer.scss */
.page-footer .navigation ul li a, .page-footer .social ul li a {
  color: #fff;
  text-decoration: none;
}
/* line 29, ../scss/_footer.scss */
.page-footer .navigation ul li a:hover, .page-footer .social ul li a:hover {
  color: #eeeeee;
}

@media screen and (max-width: 60em) {
  /* line 38, ../scss/_footer.scss */
  .footer-menu {
    float: none;
    display: table;
    margin: 0 auto;
  }
}
/* line 45, ../scss/_footer.scss */
.footer-menu li {
  margin-left: 1em;
}
/* line 47, ../scss/_footer.scss */
.footer-menu li a {
  font-size: 0.875em;
  line-height: 1.71429em;
}
/* line 50, ../scss/_footer.scss */
.footer-menu li a {
  color: #cdcdcd;
}
/* line 52, ../scss/_footer.scss */
.footer-menu li a:hover {
  color: #8b8b8b;
}
/* line 57, ../scss/_footer.scss */
.footer-menu li.current_page_item a {
  color: #8b8b8b;
}
@media screen and (max-width: 37.5em) {
  /* line 45, ../scss/_footer.scss */
  .footer-menu li {
    display: block;
    float: none;
    text-align: center;
    margin: 0;
    width: 100%;
    margin-top: 0em;
    padding-top: 0.75em;
    padding-bottom: 0em;
    margin-bottom: 0.75em;
  }
}

/* line 81, ../scss/_footer.scss */
.copyright-details {
  display: inline;
  float: left;
  width: 98.67725%;
  margin: 0 0.66138%;
}

/* line 86, ../scss/_footer.scss */
.sign-up {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 1.5em;
  margin-bottom: 0em;
  display: inline;
  float: left;
  width: 40.34392%;
  margin: 0 0.66138%;
  margin-right: 8.99471%;
}
/* line 91, ../scss/_footer.scss */
.sign-up input[type=text] {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  padding: 10px 0 10px 5px !important;
  color: #646569;
  background: #eeeeee;
}
/* line 2, ../scss/_placeholderText.scss */
.sign-up input[type=text].placeholder {
  color: #bfbfbf;
}
/* line 3, ../scss/_placeholderText.scss */
.sign-up input[type=text]:-moz-placeholder {
  color: #bfbfbf;
}
/* line 4, ../scss/_placeholderText.scss */
.sign-up input[type=text]::-moz-placeholder {
  color: #bfbfbf;
}
/* line 5, ../scss/_placeholderText.scss */
.sign-up input[type=text]:-ms-input-placeholder {
  color: #bfbfbf;
}
/* line 6, ../scss/_placeholderText.scss */
.sign-up input[type=text]::-webkit-input-placeholder {
  color: #bfbfbf;
}
/* line 100, ../scss/_footer.scss */
.sign-up input[type=text].needsfilled {
  color: #b2121a !important;
}
/* line 105, ../scss/_footer.scss */
.sign-up input[type=submit] {
  font-size: 1.0625em;
  line-height: 1.41176em;
  background: none !important;
  width: auto !important;
  height: auto !important;
  padding: 10px 0 10px 0;
  margin: 0;
  color: #cdcdcd;
  text-transform: inherit;
}
@media screen and (max-width: 60em) {
  /* line 86, ../scss/_footer.scss */
  .sign-up {
    display: inline;
    float: left;
    width: 98.67725%;
    margin: 0 0.66138%;
  }
}

/* line 121, ../scss/_footer.scss */
.navigation ul, .social ul {
  float: right;
}
@media screen and (max-width: 60em) {
  /* line 121, ../scss/_footer.scss */
  .navigation ul, .social ul {
    float: none;
  }
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
  -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
  box-shadow: inset 0 0 5px 5px #ebebeb;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr .sidr-inner {
  padding: 0 0 15px;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr.right {
  left: auto;
  right: -260px;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr.left {
  left: -260px;
  right: auto;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
  background-image: -o-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #fff;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr ul li ul li:last-child {
  border-bottom: none;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr form {
  margin: 0 15px;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr label {
  font-size: 13px;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr input[type=button], .sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}

/* line 1, ../scss/_jquery.sidr.light.scss */
.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}

/* line 47, ../scss/screen.scss */
body, html {
  position: relative;
  height: 100%;
  *zoom: 1;
}
/* line 26, ../scss/_grid.scss */
body:before, body:after, html:before, html:after {
  content: "";
  display: table;
}
/* line 31, ../scss/_grid.scss */
body:after, html:after {
  clear: both;
}

/* line 52, ../scss/screen.scss */
body {
  color: #646569;
}

/* line 106, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 112.5%;
  line-height: 0.44444em;
}

/* line 71, ../scss/screen.scss */
html {
  line-height: 1.77778em;
}

/* line 77, ../scss/screen.scss */
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: 100;
  color: #000;
}

/* line 86, ../scss/screen.scss */
h1, h2 {
  font-size: 2.66667em;
  line-height: 1.16667em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.88889em;
  color: #b2121a;
}
@media screen and (min-width: 320px) {
  /* line 86, ../scss/screen.scss */
  h1, h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 420px) {
  /* line 86, ../scss/screen.scss */
  h1, h2 {
    font-size: 32.5px;
  }
}
@media screen and (min-width: 520px) {
  /* line 86, ../scss/screen.scss */
  h1, h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 620px) {
  /* line 86, ../scss/screen.scss */
  h1, h2 {
    font-size: 37.5px;
  }
}
@media screen and (min-width: 720px) {
  /* line 86, ../scss/screen.scss */
  h1, h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 820px) {
  /* line 86, ../scss/screen.scss */
  h1, h2 {
    font-size: 42.5px;
  }
}
@media screen and (min-width: 920px) {
  /* line 86, ../scss/screen.scss */
  h1, h2 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1020px) {
  /* line 86, ../scss/screen.scss */
  h1, h2 {
    font-size: 47.5px;
  }
}

/* line 93, ../scss/screen.scss */
h3 {
  font-size: 1em;
  line-height: 1.33333em;
  text-transform: uppercase;
  color: #646569;
}

/* line 99, ../scss/screen.scss */
body.home h3 {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.88889em;
}

/* line 105, ../scss/screen.scss */
.flexslider3 .flex-viewport h2 {
  line-height: 1.33333em;
}
@media screen and (min-width: 320px) {
  /* line 105, ../scss/screen.scss */
  .flexslider3 .flex-viewport h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 420px) {
  /* line 105, ../scss/screen.scss */
  .flexslider3 .flex-viewport h2 {
    font-size: 23.5px;
  }
}

/* line 113, ../scss/screen.scss */
p {
  font-size: 1em;
  line-height: 1.55556em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.88889em;
}
/* line 119, ../scss/screen.scss */
p.large {
  font-size: 1.5em;
}

/* line 129, ../scss/screen.scss */
.larger-text-wrapper p {
  font-size: 1.5em;
}

/* line 136, ../scss/screen.scss */
body.home .larger-text-wrapper p {
  font-size: 1em;
  line-height: 1.55556em;
}

/* line 143, ../scss/screen.scss */
article ul {
  font-size: 1em;
  line-height: 1.55556em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.88889em;
}
/* line 147, ../scss/screen.scss */
article ul li {
  list-style-type: disc;
  margin-left: 24px;
}

/* line 167, ../scss/screen.scss */
.solution article ul li:before {
  color: #6b478f;
}

/* line 180, ../scss/screen.scss */
.product article ul li:before {
  color: #187fb9;
}

@media (max-width: 37.5em) {
  /* line 188, ../scss/screen.scss */
  blockquote {
    display: none;
  }
}
/* line 192, ../scss/screen.scss */
blockquote p {
  margin-top: 0em;
  padding-top: 3.11111em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  color: #b2121a;
  font-style: italic;
  font-size: 1.33333em;
  line-height: 1.66667em;
}
@media screen and (min-width: 320px) {
  /* line 192, ../scss/screen.scss */
  blockquote p {
    font-size: 10px;
  }
}
@media screen and (min-width: 420px) {
  /* line 192, ../scss/screen.scss */
  blockquote p {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 520px) {
  /* line 192, ../scss/screen.scss */
  blockquote p {
    font-size: 15px;
  }
}
@media screen and (min-width: 620px) {
  /* line 192, ../scss/screen.scss */
  blockquote p {
    font-size: 17.5px;
  }
}
@media screen and (min-width: 720px) {
  /* line 192, ../scss/screen.scss */
  blockquote p {
    font-size: 20px;
  }
}
@media screen and (min-width: 820px) {
  /* line 192, ../scss/screen.scss */
  blockquote p {
    font-size: 22.5px;
  }
}

/* line 204, ../scss/screen.scss */
.slider * {
  color: #fff;
}

/* line 210, ../scss/screen.scss */
.container .mix {
  display: none;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
/* line 218, ../scss/screen.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 224, ../scss/screen.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 230, ../scss/screen.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* line 237, ../scss/screen.scss */
a {
  color: #58585c;
}
/* line 239, ../scss/screen.scss */
a:hover {
  text-decoration: none;
}
