/* ==========================================================================
   PROJECT: Mulmur Consulting Group  
   ========================================================================== */
/* ==========================================================================
   Imports
   ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,400,300,600);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* ==========================================================================
   Colours
   ========================================================================== */
/* blue */
/* camel */
/* ==========================================================================
   Fonts & Icon Fonts
   ========================================================================== */
/* ==========================================================================
   Typography
   ========================================================================== */
/* Typesetting variables */
body {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6em;
  color: #777777;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 3em;
  line-height: 1.2em;
  margin: 0.25em 0 0.8em 0;
  font-weight: 100;
  font-style: normal;
  color: #002f6e;
}

h2 {
  letter-spacing: 0;
  font-size: 1.5em;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 1.6em 0;
  line-height: 1.4em;
  color: #c49a6c;
}

h3 {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1.3em;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 1.6em 0;
  line-height: 1.6em;
  color: #002f6e;
}

h4 {
  letter-spacing: 0;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1.6em 0;
  line-height: 1.2em;
}

.tagline {
  text-transform: lowercase;
  font-weight: 300;
  line-height: 1.1em;
  margin: 0 0 1em 0;
  font-style: normal;
  letter-spacing: 0;
}

.tagline:first-letter {
  text-transform: capitalize;
}

p {
  font-weight: 400;
  font-style: normal;
  margin: 0 0 2.5em 0;
}

blockquote {
  font-size: 2.25em;
  line-height: 2em;
  border-left: 0;
  margin-bottom: 3em;
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  color: white;
  padding: 2em 10px 2em 10px;
  display: block;
}

a.email, a.ph_num {
  color: #c49a6c;
  margin-bottom: 10em;
}

a.email:hover, a.ph_num:hover {
  color: #002f6e;
  text-decoration: none;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

  .tagline {
    margin-top: 1em;
  }
}
/* ==========================================================================
   Nav
   ========================================================================== */
.icon-bar {
  background-color: white;
}

.navbar-custom {
  background-color: #002f6e;
  color: white;
  border-radius: 0;
  font-weight: 300;
  box-shadow: 0 0 0.3em #000;
  height: 80px;
}

.navbar-custom .navbar-nav > li > a {
  color: white;
  letter-spacing: 0.2em;
}

.navbar-custom .navbar-nav a:hover {
  color: #777777;
}

.navbar-brand img {
  max-width: 225px;
}

.navbar-custom .navbar-collapse {
  height: auto;
  text-align: left;
}

.navbar-custom .navbar-collapse ul {
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}

.navbar-custom .navbar-collapse .dropdown-menu ul li:last-child {
  padding-bottom: 0;
}

.navbar-custom > .nav > .navbar-nav > .navbar-right > ul > li {
  border-top: 0;
}

.navbar-custom .navbar-collapse li {
  border-top: none;
}

.navbar-custom .navbar-collapse li a {
  background: #002f6e;
}

.navbar-custom .navbar-collapse li:first-child {
  border-top: 0;
}

.navbar-custom .navbar-collapse .dropdown-menu {
  letter-spacing: 0.2em;
  background-color: #003a88;
  padding: 0;
  border-radius: 0;
}

.navbar-custom .navbar-collapse .dropdown-menu > li > a {
  color: white;
  font-weight: 300;
  padding-top: 1em;
  padding-bottom: 1em;
}

.navbar-custom .navbar-collapse .dropdown-menu > li > a:hover {
  color: white;
  background-color: #c49a6c;
}

.navbar-toggle {
  margin-top: 20px;
}

.navbar-toggle li {
  border-top: none;
  /* 0.5em solid #CCC; */
  text-align: left;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
}

.navbar-custom li a {
  padding-top: 2em;
  padding-bottom: 1.75em;
}

.navbar-custom .navbar-collapse .dropdown-menu > li:last-child {
  padding-bottom: 0;
}

.dropdown-menu {
  border-color: #002f6e;
  border-top: none;
}

.navbar-custom .navbar-collapse li {
  border-top: 0;
}

.navbar-custom .navbar-collapse .dropdown-menu li {
  border-top: 1px solid #577d71;
}

.navbar-custom .navbar-collapse .dropdown-menu li a {
  background: #003a88;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}

.home .navbar-custom .navbar-nav > .nav-active1 > a, .navbar-nav > .nav-active1 > a:hover, .navbar-nav > .nav-active1 > a:focus {
  color: #c49a6c;
  background-color: #002f6e;
}

.strategy .navbar-custom .navbar-nav > .nav-active2 > a, .navbar-nav > .nav-active2 > a:hover, .navbar-nav > .nav-active2 > a:focus {
  color: #c49a6c;
}

.innovation .navbar-custom .navbar-nav > .nav-active2 > a, .navbar-nav > .nav-active2 > a:hover, .navbar-nav > .nav-active2 > a:focus {
  color: #c49a6c;
  background-color: #002f6e;
}

.leadership .navbar-custom .navbar-nav > .nav-active2 > a, .navbar-nav > .nav-active2 > a:hover, .navbar-nav > .nav-active2 > a:focus {
  color: #c49a6c;
  background-color: #002f6e;
}

.branding .navbar-custom .navbar-nav > .nav-active2 > a, .navbar-nav > .nav-active2 > a:hover, .navbar-nav > .nav-active2 > a:focus {
  color: #c49a6c;
  background-color: #002f6e;
}

.industries .navbar-custom .navbar-nav > .nav-active3 > a, .navbar-nav > .nav-active3 > a:hover, .navbar-nav > .nav-active3 > a:focus {
  color: #c49a6c;
  background-color: #002f6e;
}

.about .navbar-custom .navbar-nav > .nav-active4 > a, .navbar-nav > .nav-active4 > a:hover, .navbar-nav > .nav-active4 > a:focus {
  color: #c49a6c;
  background-color: #002f6e;
}

.contact .navbar-custom .navbar-nav > .nav-active5 > a, .navbar-nav > .nav-active5 > a:hover, .navbar-nav > .nav-active5 > a:focus {
  color: #c49a6c;
  background-color: #002f6e;
}

@media (max-width: 767px) {
  .navbar-custom .navbar-collapse li {
    border-top: 1px solid #577d71;
  }

  .navbar-brand img {
    margin-top: 0;
    max-width: 200px;
  }
}
@media (min-width: 769px) {
  .navbar-brand img {
    margin-top: 0;
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .navbar-brand img {
    margin-top: 0;
    max-width: 225px;
  }
}
/* ==========================================================================
   Helpers
   ========================================================================== */
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

.topmar {
  margin-top: 40px !important;
}

.btmmar {
  margin-bottom: 40px !important;
}

.nomar {
  margin: 0 !important;
}

/*!
 * animsition v3.2.1
 * http://blivesta.github.io/animsition/
 * Licensed under MIT
 * Author : blivesta
 * http://blivesta.com/
 */
.animsition {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animsition-loading {
  position: fixed;
  top: 50%;
  width: 100%;
  font-size: 24px;
  text-align: center;
  opacity: 0;
  -webkit-animation-name: blink-slow;
  -o-animation-name: blink-slow;
  animation-name: blink-slow;
  -webkit-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animsition-loading:after {
  color: #aaa;
  content: "";
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  -o-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-up {
  0% {
    opacity: 0;
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  -o-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
@-o-keyframes fade-out-up {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
@keyframes fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  -o-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-down {
  0% {
    opacity: 0;
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  -o-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
}
@-o-keyframes fade-out-down {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }
}
@keyframes fade-out-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  -o-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-left {
  0% {
    opacity: 0;
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  -o-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@-o-keyframes fade-out-left {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  -o-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-right {
  0% {
    opacity: 0;
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  -o-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
  }
}
@-o-keyframes fade-out-right {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }
}
@keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  -o-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes rotate-in {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-in {
  0% {
    opacity: 0;
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }

  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-in {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  -o-animation-name: rotate-in;
  animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-out {
  0% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }

  100% {
    opacity: 0;
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-out {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  -o-animation-name: rotate-out;
  animation-name: rotate-out;
}

@-webkit-keyframes flip-in-x {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes flip-in-x {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }

  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flip-in-x {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  -o-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@-o-keyframes flip-out-x {
  0% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }

  100% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flip-out-x {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  -o-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}
@-o-keyframes flip-in-y {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }

  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flip-in-y {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  -o-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@-o-keyframes flip-out-y {
  0% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }

  100% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flip-out-y {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  -o-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes zoom-in {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }

  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }

  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  -o-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  100% {
    opacity: 0;
  }
}
@-o-keyframes zoom-out {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }

  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }

  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  -o-animation-name: zoom-out;
  animation-name: zoom-out;
}

.blink-slow {
  -webkit-animation-name: blink-slow;
  -o-animation-name: blink-slow;
  animation-name: blink-slow;
  -webkit-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes blink-slow {
  0% {
    opacity: .4;
  }

  50% {
    opacity: .7;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes blink-slow {
  0% {
    opacity: .4;
  }

  50% {
    opacity: .7;
  }

  100% {
    opacity: 1;
  }
}
@keyframes blink-slow {
  0% {
    opacity: .4;
  }

  50% {
    opacity: .7;
  }

  100% {
    opacity: 1;
  }
}
/* ==========================================================================
   Starters
   ========================================================================== */
body {
  padding-top: 8em;
}

html, body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

body .container {
  padding-bottom: 6em;
}

.panel-default > .panel-heading {
  background-color: #002f6e;
  color: white;
}

.panel h4 {
  margin: 0 0 0.5em 0;
  padding: 20px 15px;
}

.panel p {
  margin: 0 0 1em 0;
}

/* ==========================================================================
   Home
   ========================================================================== */
.tagline {
  color: #002f6e;
  font-size: 3em;
}

.expertise {
  text-align: center;
}

.expertise img {
  margin: 0 auto 1em;
  max-width: 70%;
}

.expertise h3 {
  margin-bottom: 0.5em;
}

.expertise a:hover h3 {
  color: #c49a6c;
}

.expertise p {
  color: #777777;
}

.home .expertise:last-child {
  margin-bottom: 10em;
}

.clients {
  color: #c49a6c;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 5.25em;
  margin-top: 1.25em;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .home footer {
    margin-top: 7em;
  }
}

/* ==========================================================================
   About
   ========================================================================== */
.about h2 {
  margin: 1em 0 0.5em;
}

.about h3 {
  margin: 0 0 1em 0;
}

.about .topmar img {
  margin-bottom: 2em;
  border-bottom: 5px solid #c49a6c;
  max-width: 60%;
  -webkit-box-shadow: 0 12px 10px -10px #777777;
  -moz-box-shadow: 0 12px 10px -10px #777777;
  box-shadow: 0 12px 10px -10px #777777;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  width: 100%;
  background-color: #002f6e;
  color: white;
  padding: 3em 0 2em;
  text-align: center;
  margin-top: 7em;
}
@media (max-width: 768px) {
  footer {
    margin-top: -5em;
  }
}

footer .container {
  padding-bottom: 0;
}

.footer_nav {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
}

.footer_nav li {
  display: inline;
}

.footer_nav a {
  color: white;
  text-decoration: none;
}

.footer_nav a:hover {
  color: #c49a6c;
}

.footer p {
  margin-top: 1em;
  font-size: 0.8em;
}

/* ==========================================================================
   Expertise
   ========================================================================== */
.keyaspects h4 {
  color: #c49a6c;
  font-style: italic;
  margin-bottom: 0.5em;
}

hr {
  border: 0;
  height: 1px;
  background-color: #777777;
  margin: 4em 0;
}

img.expertise {
  max-width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.keyaspects p {
  text-align: center;
}
@media (min-width: 992px) {
  .keyaspects p {
    text-align: left;
  }
}

/* ==========================================================================
   Contact
   ========================================================================== */
@media (max-width: 768px) {
  .contact footer {
    margin-top: 7em;
  }
}

/*	MEDIA QUERIES
-----------------------------------------------*/
@media (min-width: 480px) and (max-width: 767px) {
  .expertise img {
    margin: 3em auto 1em;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  img.expertise {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    text-align: center;
    max-width: 50%;
    display: none;
  }

  .about .topmar img {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }

  h1 {
    font-size: 2em;
    text-align: center;
  }

  h2, h4 {
    text-align: center;
  }

  .contact .img-responsive {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}
@media (min-width: 1024px) {
  .tagline {
    font-size: 4em;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
