/* Redirecting from cache :) */
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

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

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

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Even though we mean 1200 pixels, we leave out 'px' so that the mixing below can perform calculations on it. */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 11pt;
}

h1, h2, h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #3c3c3c;
}

p {
  color: #555;
}

a {
  color: #3c3c3c;
}

a:hover {
  color: #235bae;
}

.container {
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  max-width: 1280px;
}

.row {
  clear: both;
}

.row.padded {
  margin-left: -20px;
  margin-right: -20px;
}

.col25 {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 480px) {
  .col25 {
    display: inline;
    float: left;
    width: 25%;
  }
}

.padded .col25 {
  padding: 5px 20px;
}

.col33 {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 480px) {
  .col33 {
    display: inline;
    float: left;
    width: 33%;
  }
}

.padded .col33 {
  padding: 5px 20px;
}

.col50 {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 480px) {
  .col50 {
    display: inline;
    float: left;
    width: 50%;
  }
}

.padded .col50 {
  padding: 5px 20px;
}

.col66 {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 480px) {
  .col66 {
    display: inline;
    float: left;
    width: 66%;
  }
}

.padded .col66 {
  padding: 5px 20px;
}

.col75 {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 480px) {
  .col75 {
    display: inline;
    float: left;
    width: 75%;
  }
}

.padded .col75 {
  padding: 5px 20px;
}

.clearfix {
  overflow: hidden;
  clear: both;
}

.spacer {
  padding: 20px 0px;
}

.img-fluid {
  max-width: 100%;
}

button,
input[type=submit] {
  background-color: #235bae;
  padding: 5px 10px;
  color: #eee;
  border: 1px solid #235bae;
  border-radius: 5px;
}

input {
  padding: 4px 4px;
  border-radius: 2px;
  border: 1px solid #555;
}

/* Even though we mean 1200 pixels, we leave out 'px' so that the mixing below can perform calculations on it. */
.mod-footer {
  height: auto;
}
@media only screen and (min-width: 480px) {
  .mod-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 255px;
    width: 100%;
  }
}

@media only screen and (min-width: 480px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin: 0 0 250px;
  }
}
.layout-header {
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  min-height: 125px;
  position: relative;
  max-width: 1280px;
  margin: auto;
}
.layout-header .title {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 95px;
  max-width: 200px;
  margin: 0px;
  background: url(/img/blue-pebble-h.png) no-repeat bottom center;
  background-size: 100% auto;
}
@media only screen and (min-width: 480px) {
  .layout-header .title {
    display: inline;
    float: left;
    width: 33%;
  }
}
.layout-header .title span {
  display: none;
}
@media only screen and (min-width: 480px) {
  .layout-header .title {
    margin-top: 15px;
    margin-right: 25px;
    background: url(/img/blue-pebble.png) no-repeat center left;
    background-size: 100% auto;
  }
}
.layout-header nav {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .layout-header nav {
    display: inline;
    float: left;
    width: 66%;
  }
}
@media only screen and (min-width: 480px) {
  .layout-header nav {
    text-align: left;
    position: absolute;
    bottom: 0;
  }
}

.layout-main-content {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 480px) {
  .layout-main-content {
    margin-bottom: 255px;
  }
}

.page-portfolio .layout-main-content {
  max-width: auto;
}

.mod-menu ul {
  margin: 0;
  padding: 0;
  height: 100%;
}
.mod-menu li {
  display: inline;
}
.mod-menu a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: 100;
  font-size: 12pt;
  color: #555;
  -webkit-transition-property: background-color 0.4s;
  -moz-transition-property: background-color 0.4s;
  -ms-transition-property: background-color 0.4s;
  -o-transition-property: background-color 0.4s;
  transition-property: background-color 0.4s;
  -webkit-transition-property: color 0.3s;
  -moz-transition-property: color 0.3s;
  -ms-transition-property: color 0.3s;
  -o-transition-property: color 0.3s;
  transition-property: color 0.3s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (min-width: 480px) {
  .mod-menu a {
    padding: 10px 15px;
  }
}
.mod-menu a:active {
  color: #235bae;
}
.mod-menu a:visited {
  color: #555;
}
.mod-menu a:hover {
  color: #eee;
  background-color: #3c3c3c;
  -webkit-transition-property: background-color 0.2s;
  -moz-transition-property: background-color 0.2s;
  -ms-transition-property: background-color 0.2s;
  -o-transition-property: background-color 0.2s;
  transition-property: background-color 0.2s;
  -webkit-transition-property: color 0.3s;
  -moz-transition-property: color 0.3s;
  -ms-transition-property: color 0.3s;
  -o-transition-property: color 0.3s;
  transition-property: color 0.3s;
}
.mod-menu a.active {
  color: #235bae;
  border-bottom: 2px solid #235bae;
  margin-bottom: -2px;
}
.mod-menu a.active:hover {
  color: #eee;
}

/* Even though we mean 1200 pixels, we leave out 'px' so that the mixing below can perform calculations on it. */
.mod-home-jumbotron {
  zoom: 0.5;
}

@media only screen and (min-width: 480px) {
  .mod-home-jumbotron {
    zoom: 1;
  }
}
.mod-home-jumbotron {
  background: url("/img/banner-background.jpg") no-repeat top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 150px;
  -moz-box-shadow: 0px 5px 5px 0px #777;
  -webkit-box-shadow: 0px 5px 5px 0px #777;
  box-shadow: 0px 5px 5px 0px #777;
}
.mod-home-jumbotron ul.sequence-canvas,
.mod-home-jumbotron ul.sequence-canvas > li {
  padding: 0;
  margin: 0;
}
.mod-home-jumbotron ul.sequence-canvas {
  position: absolute;
}
.mod-home-jumbotron ul.sequence-canvas > li * {
  position: absolute;
}
@media only screen and (min-width: 480px) {
  .mod-home-jumbotron {
    height: 300px;
  }
}
.mod-home-jumbotron .sequence-prev,
.mod-home-jumbotron .sequence-next {
  margin-top: -10px;
  width: 50px;
  height: 0;
  position: absolute;
  opacity: 0.3;
  position: absolute;
  opacity: 0.3;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: white;
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 1000;
}
.mod-home-jumbotron .sequence-prev {
  left: 0%;
  top: 50%;
  z-index: 1000;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 15px solid #fff;
}
.mod-home-jumbotron .sequence-next {
  border-left: 15px solid #fff;
  right: 0%;
  top: 50%;
  z-index: 1000;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #fff;
}
.mod-home-jumbotron .sequence-next:hover,
.mod-home-jumbotron .sequence-prev:hover {
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mod-home-jumbotron #sequence {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  color: white;
  font-size: 0.625em;
  margin: 0 auto;
  position: relative;
  height: 150px;
}
@media only screen and (min-width: 480px) {
  .mod-home-jumbotron #sequence {
    height: 300px;
  }
}
.mod-home-jumbotron #sequence > .sequence-canvas {
  height: 100%;
  width: 100%;
}
.mod-home-jumbotron #sequence > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: auto;
}
.mod-home-jumbotron .title {
  font-size: 3.4em;
  z-index: 50;
  color: #fff;
}
.mod-home-jumbotron .description {
  color: #eee;
  font-size: 11pt;
}
.mod-home-jumbotron .slide1 .title {
  left: -500px;
  width: 60%;
  opacity: 0;
  top: 10%;
  z-index: 1000;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.68);
}
.mod-home-jumbotron .slide1 .description {
  left: 150px;
  top: 35%;
  opacity: 0;
  z-index: 1000;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.68);
}
.mod-home-jumbotron .slide1.animate-in .title {
  left: 150px;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mod-home-jumbotron .slide1.animate-in .description {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.mod-home-jumbotron .slide1.animate-out .title {
  left: 2400px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mod-home-jumbotron .slide1.animate-out .description {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mod-home-jumbotron .slide1 .desktop {
  position: absolute;
  width: 300px;
  bottom: 10px;
  right: 1140px;
  z-index: 50;
}
.mod-home-jumbotron .slide1 .tablet {
  position: absolute;
  width: 100px;
  bottom: 10px;
  z-index: 51;
  right: 2130px;
}
.mod-home-jumbotron .slide1 .iphone {
  position: absolute;
  width: 50px;
  bottom: 10px;
  z-index: 52;
  right: 3120px;
}
.mod-home-jumbotron .slide1.animate-in .desktop {
  right: 140px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.mod-home-jumbotron .slide1.animate-in .tablet {
  right: 130px;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.mod-home-jumbotron .slide1.animate-in .iphone {
  right: 120px;
  -webkit-transition-duration: 1.8s;
  -moz-transition-duration: 1.8s;
  -ms-transition-duration: 1.8s;
  -o-transition-duration: 1.8s;
  transition-duration: 1.8s;
}
.mod-home-jumbotron .slide1.animate-out .desktop {
  right: -1200px;
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -ms-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}
.mod-home-jumbotron .slide1.animate-out .tablet {
  right: -1200px;
  -webkit-transition-duration: 2.5s;
  -moz-transition-duration: 2.5s;
  -ms-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  transition-duration: 2.5s;
}
.mod-home-jumbotron .slide1.animate-out .iphone {
  right: -1200px;
  -webkit-transition-duration: 2.8s;
  -moz-transition-duration: 2.8s;
  -ms-transition-duration: 2.8s;
  -o-transition-duration: 2.8s;
  transition-duration: 2.8s;
}
.mod-home-jumbotron .slide2 {
  /** doesn't fit on phone */
}
.mod-home-jumbotron .slide2 .title {
  left: 150px;
  width: 60%;
  opacity: 0;
  top: -50%;
}
.mod-home-jumbotron .slide2 .list {
  left: 150px;
  top: -50%;
  opacity: 0;
  z-index: 1000;
}
.mod-home-jumbotron .slide2 .list li {
  position: relative;
  margin-top: 100%;
  font-size: 11pt;
  line-height: 2em;
}
.mod-home-jumbotron .slide2 .list {
  display: none;
}
@media only screen and (min-width: 480px) {
  .mod-home-jumbotron .slide2 .list {
    display: block;
  }
}
.mod-home-jumbotron .slide2 .pig {
  bottom: -25px;
  opacity: 0;
  right: 10%;
  height: 0%;
}
.mod-home-jumbotron .slide2.animate-in .title {
  opacity: 1;
  top: 10%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mod-home-jumbotron .slide2.animate-in .list {
  opacity: 1;
  top: 40%;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.mod-home-jumbotron .slide2.animate-in .list li {
  opacity: 1;
  margin-top: 0%;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.mod-home-jumbotron .slide2.animate-in .pig {
  opacity: 1;
  bottom: 10px;
  height: 75%;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.mod-home-jumbotron .slide2.animate-out .title {
  opacity: 0;
  top: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mod-home-jumbotron .slide2.animate-out .list {
  opacity: 0;
  top: 50%;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.mod-home-jumbotron .slide2.animate-out .list li {
  opacity: 0;
  margin-top: 0%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.mod-home-jumbotron .slide2.animate-out .pig {
  opacity: 0;
  bottom: 10px;
  height: 0%;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

/* Even though we mean 1200 pixels, we leave out 'px' so that the mixing below can perform calculations on it. */
.mod-default-jumbotron {
  background: url("/img/banner-background.jpg") no-repeat top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 50px;
  -moz-box-shadow: 0px 5px 5px 0px #777;
  -webkit-box-shadow: 0px 5px 5px 0px #777;
  box-shadow: 0px 5px 5px 0px #777;
}
@media only screen and (min-width: 480px) {
  .mod-default-jumbotron {
    height: 50px;
  }
}
.mod-default-jumbotron .twitter-icon {
  float: right;
  width: 24px;
  height: 24px;
  margin: 10px;
  margin-right: 25px;
  background: url("/img/twitter-icon.png") no-repeat top left;
  background-size: 100%;
}
.mod-default-jumbotron .twitter-icon span {
  display: none;
}

.mod-article {
  padding: 10px 20px;
}
@media only screen and (min-width: 480px) {
  .mod-article {
    padding: 30px 40px;
  }
}
.mod-article .brands {
  padding: 20px 10px;
}

.mod-footer {
  background-color: #3c3c3c;
  color: #eee;
  background: url("/img/stardust.png") center center;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 2px solid #333;
}
.mod-footer .container {
  padding: 20px 40px;
}
.mod-footer h2 {
  color: #eee;
  font-size: 14pt;
  font-weight: bold;
  margin: 0px 0px;
  padding: 15px 0px;
}
.mod-footer p {
  color: #999;
  font-size: 10pt;
}
.mod-footer .contact {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (min-width: 480px) {
  .mod-footer .contact {
    margin-top: 0px;
    float: right;
    text-align: right;
  }
}
.mod-footer a {
  color: #aaa;
}
.mod-footer a:hover {
  color: #235bae;
}
.mod-footer .copyright {
  color: #888;
  clear: both;
  font-size: 10px;
  text-align: center;
  padding: 10px;
}

/* Even though we mean 1200 pixels, we leave out 'px' so that the mixing below can perform calculations on it. */
.mod-contact {
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
.mod-contact .info {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 480px) {
  .mod-contact .info {
    display: inline;
    float: left;
    width: 33%;
  }
}
.mod-contact .sidebar {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: url("/img/photos/mobile.jpg ") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 150px;
}
@media only screen and (min-width: 480px) {
  .mod-contact .sidebar {
    display: inline;
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 480px) {
  .mod-contact .sidebar {
    float: right;
  }
}
@media only screen and (min-width: 480px) {
  .mod-contact .sidebar {
    height: 450px;
    background-position: center center;
  }
}

.mod-partners .partner {
  margin-bottom: 20px;
  display: grid;
  grid-gap: 1em;
  grid-template-areas: "partner-logo" "partner-content";
  grid-template-columns: 120px auto;
}
.mod-portfolio {
  background: #eee;
}
.mod-portfolio .portfolio {
  margin: 10px;
}

.mod-newsletter .email-confirmation {
  display: none;
}

/* SOURCE: https://github.com/9bitStudios/flexisel/tree/master/css */
body {
  background: #fff;
}

p {
  margin-bottom: 20px;
}

.clearout {
  height: 20px;
  clear: both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%;
  /*
  background:#fcfcfc;
  background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
  background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee));
  background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%);
  background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
  background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
  background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); 
  border:1px solid #ccc;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;  
  */
}

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
  vertical-align: center;
}

.nbs-flexisel-item img {
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: auto;
  margin-bottom: 10px;
  max-width: 140px;
  max-height: 48px;
}

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 22px;
  height: 22px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  opacity: 0.5;
}

.nbs-flexisel-nav-left {
  left: 10px;
}

.nbs-flexisel-nav-right {
  right: 5px;
}
/* Redirecting from cache :) */
