/*
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a:hover,
a:active {
  outline: 0; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
.google-maps img {
  max-width: none; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

@media print {
  * {
    text-shadow: none !important;
    color: black !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: white; }

a {
  color: #0088cc;
  text-decoration: none; }

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline; }

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; }

.row {
  margin-left: -24px;
  *zoom: 1; }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0; }
  .row:after {
    clear: both; }

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 24px; }

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 840px; }

.span12 {
  width: 840px; }

.span11 {
  width: 768px; }

.span10 {
  width: 696px; }

.span9 {
  width: 624px; }

.span8 {
  width: 552px; }

.span7 {
  width: 480px; }

.span6 {
  width: 408px; }

.span5 {
  width: 336px; }

.span4 {
  width: 264px; }

.span3 {
  width: 192px; }

.span2 {
  width: 120px; }

.span1 {
  width: 48px; }

.offset12 {
  margin-left: 888px; }

.offset11 {
  margin-left: 816px; }

.offset10 {
  margin-left: 744px; }

.offset9 {
  margin-left: 672px; }

.offset8 {
  margin-left: 600px; }

.offset7 {
  margin-left: 528px; }

.offset6 {
  margin-left: 456px; }

.offset5 {
  margin-left: 384px; }

.offset4 {
  margin-left: 312px; }

.offset3 {
  margin-left: 240px; }

.offset2 {
  margin-left: 168px; }

.offset1 {
  margin-left: 96px; }

.row-fluid {
  width: 100%;
  *zoom: 1; }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  .row-fluid:after {
    clear: both; }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.85714%;
    *margin-left: 2.79762%; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.85714%; }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94048%; }
  .row-fluid .span11 {
    width: 91.42857%;
    *width: 91.36905%; }
  .row-fluid .span10 {
    width: 82.85714%;
    *width: 82.79762%; }
  .row-fluid .span9 {
    width: 74.28571%;
    *width: 74.22619%; }
  .row-fluid .span8 {
    width: 65.71429%;
    *width: 65.65476%; }
  .row-fluid .span7 {
    width: 57.14286%;
    *width: 57.08333%; }
  .row-fluid .span6 {
    width: 48.57143%;
    *width: 48.5119%; }
  .row-fluid .span5 {
    width: 40%;
    *width: 39.94048%; }
  .row-fluid .span4 {
    width: 31.42857%;
    *width: 31.36905%; }
  .row-fluid .span3 {
    width: 22.85714%;
    *width: 22.79762%; }
  .row-fluid .span2 {
    width: 14.28571%;
    *width: 14.22619%; }
  .row-fluid .span1 {
    width: 5.71429%;
    *width: 5.65476%; }
  .row-fluid .offset12 {
    margin-left: 105.71429%;
    *margin-left: 105.59524%; }
  .row-fluid .offset12:first-child {
    margin-left: 102.85714%;
    *margin-left: 102.7381%; }
  .row-fluid .offset11 {
    margin-left: 97.14286%;
    *margin-left: 97.02381%; }
  .row-fluid .offset11:first-child {
    margin-left: 94.28571%;
    *margin-left: 94.16667%; }
  .row-fluid .offset10 {
    margin-left: 88.57143%;
    *margin-left: 88.45238%; }
  .row-fluid .offset10:first-child {
    margin-left: 85.71429%;
    *margin-left: 85.59524%; }
  .row-fluid .offset9 {
    margin-left: 80%;
    *margin-left: 79.88095%; }
  .row-fluid .offset9:first-child {
    margin-left: 77.14286%;
    *margin-left: 77.02381%; }
  .row-fluid .offset8 {
    margin-left: 71.42857%;
    *margin-left: 71.30952%; }
  .row-fluid .offset8:first-child {
    margin-left: 68.57143%;
    *margin-left: 68.45238%; }
  .row-fluid .offset7 {
    margin-left: 62.85714%;
    *margin-left: 62.7381%; }
  .row-fluid .offset7:first-child {
    margin-left: 60.0%;
    *margin-left: 59.88095%; }
  .row-fluid .offset6 {
    margin-left: 54.28571%;
    *margin-left: 54.16667%; }
  .row-fluid .offset6:first-child {
    margin-left: 51.42857%;
    *margin-left: 51.30952%; }
  .row-fluid .offset5 {
    margin-left: 45.71429%;
    *margin-left: 45.59524%; }
  .row-fluid .offset5:first-child {
    margin-left: 42.85714%;
    *margin-left: 42.7381%; }
  .row-fluid .offset4 {
    margin-left: 37.14286%;
    *margin-left: 37.02381%; }
  .row-fluid .offset4:first-child {
    margin-left: 34.28571%;
    *margin-left: 34.16667%; }
  .row-fluid .offset3 {
    margin-left: 28.57143%;
    *margin-left: 28.45238%; }
  .row-fluid .offset3:first-child {
    margin-left: 25.71429%;
    *margin-left: 25.59524%; }
  .row-fluid .offset2 {
    margin-left: 20%;
    *margin-left: 19.88095%; }
  .row-fluid .offset2:first-child {
    margin-left: 17.14286%;
    *margin-left: 17.02381%; }
  .row-fluid .offset1 {
    margin-left: 11.42857%;
    *margin-left: 11.30952%; }
  .row-fluid .offset1:first-child {
    margin-left: 8.57143%;
    *margin-left: 8.45238%; }

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none; }

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right; }

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }
  .container:before, .container:after {
    display: table;
    content: "";
    line-height: 0; }
  .container:after {
    clear: both; }

.container-fluid {
  padding-right: 24px;
  padding-left: 24px;
  *zoom: 1; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  .container-fluid:after {
    clear: both; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle {
  *margin-bottom: -3px; }

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid white; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: white;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0); }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0); }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default; }

.open {
  *z-index: 1000; }
  .open > .dropdown-menu {
    display: block; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid black;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: white; }

.dropdown-submenu.pull-left {
  float: none; }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px; }

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  .collapse.in {
    height: auto; }

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; }
  .btn:active, .btn.active {
    background-color: #cccccc \9; }
  .btn:first-child {
    *margin-left: 0; }
  .btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }
  .btn:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px; }

.btn-mini {
  padding: 0px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006ccc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: white;
    background-color: #0044cc;
    *background-color: #003bb3; }
  .btn-primary:active, .btn-primary.active {
    background-color: #003399 \9; }

.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: white;
    background-color: #f89406;
    *background-color: #df8505; }
  .btn-warning:active, .btn-warning.active {
    background-color: #c67605 \9; }

.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4e49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: white;
    background-color: #bd362f;
    *background-color: #a9302a; }
  .btn-danger:active, .btn-danger.active {
    background-color: #942a25 \9; }

.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb65b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: white;
    background-color: #51a351;
    *background-color: #499249; }
  .btn-success:active, .btn-success.active {
    background-color: #408140 \9; }

.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: white;
    background-color: #2f96b4;
    *background-color: #2a85a0; }
  .btn-info:active, .btn-info.active {
    background-color: #24748c \9; }

.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: white;
    background-color: #222222;
    *background-color: #151515; }
  .btn-inverse:active, .btn-inverse.active {
    background-color: #090909 \9; }

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px; }
  button.btn::-moz-focus-inner,
  input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0; }
  button.btn.btn-large,
  input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px; }
  button.btn.btn-small,
  input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px; }
  button.btn.btn-mini,
  input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px; }

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none; }

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em; }
  .btn-group:first-child {
    *margin-left: 0; }

.btn-group + .btn-group {
  margin-left: 5px; }

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px; }
  .btn-toolbar > .btn + .btn,
  .btn-toolbar > .btn-group + .btn,
  .btn-toolbar > .btn + .btn-group {
    margin-left: 5px; }

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-group > .btn + .btn {
  margin-left: -1px; }

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px; }

.btn-group > .btn-mini {
  font-size: 10.5px; }

.btn-group > .btn-small {
  font-size: 11.9px; }

.btn-group > .btn-large {
  font-size: 17.5px; }

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px; }

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px; }

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px; }

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px; }

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px; }

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6; }
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc; }
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406; }
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f; }
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351; }
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4; }
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222; }

.btn .caret {
  margin-top: 8px;
  margin-left: 0; }

.btn-large .caret {
  margin-top: 6px; }

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px; }

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px; }

.dropup .btn-large .caret {
  border-bottom-width: 5px; }

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: white;
  border-bottom-color: white; }

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px; }

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.alert,
.alert h4 {
  color: #c09853; }

.alert h4 {
  margin: 0; }

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

.alert-success h4 {
  color: #468847; }

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.alert-danger h4,
.alert-error h4 {
  color: #b94a48; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }

.alert-info h4 {
  color: #3a87ad; }

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0; }

.alert-block p + p {
  margin-top: 5px; }

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none; }

.nav > li > a {
  display: block; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li > a > img {
  max-width: none; }

.nav > .pull-right {
  float: right; }

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

.nav li + .nav-header {
  margin-top: 9px; }

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0; }

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.nav-list > li > a {
  padding: 3px 15px; }

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc; }

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px; }

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white; }

.nav-tabs,
.nav-pills {
  *zoom: 1; }
  .nav-tabs:before, .nav-tabs:after,
  .nav-pills:before,
  .nav-pills:after {
    display: table;
    content: "";
    line-height: 0; }
  .nav-tabs:after,
  .nav-pills:after {
    clear: both; }

.nav-tabs > li,
.nav-pills > li {
  float: left; }

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  margin-bottom: -1px; }

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: white;
  background-color: #0088cc; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li > a {
  margin-right: 0; }

.nav-tabs.nav-stacked {
  border-bottom: 0; }

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px; }

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2; }

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px; }

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px; }

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px; }

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580; }

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px; }

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer; }

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: white;
  background-color: #999999;
  border-color: #999999; }

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: white;
  border-bottom-color: white;
  opacity: 1;
  filter: alpha(opacity=100); }

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999; }

.tabbable {
  *zoom: 1; }
  .tabbable:before, .tabbable:after {
    display: table;
    content: "";
    line-height: 0; }
  .tabbable:after {
    clear: both; }

.tab-content {
  overflow: auto; }

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
  .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
    border-bottom-color: transparent;
    border-top-color: #ddd; }

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd; }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #dddddd; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  *border-right-color: white; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dddddd; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
  *border-left-color: white; }

.nav > .disabled > a {
  color: #999999; }

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2; }

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(to bottom, white, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1; }
  .navbar-inner:before, .navbar-inner:after {
    display: table;
    content: "";
    line-height: 0; }
  .navbar-inner:after {
    clear: both; }

.navbar .container {
  width: auto; }

.nav-collapse.collapse {
  height: auto;
  overflow: visible; }

.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 white; }
  .navbar .brand:hover, .navbar .brand:focus {
    text-decoration: none; }

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777; }

.navbar-link {
  color: #777777; }
  .navbar-link:hover, .navbar-link:focus {
    color: #333333; }

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid white; }

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px; }

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0; }

.navbar-form {
  margin-bottom: 0;
  *zoom: 1; }
  .navbar-form:before, .navbar-form:after {
    display: table;
    content: "";
    line-height: 0; }
  .navbar-form:after {
    clear: both; }
  .navbar-form input,
  .navbar-form select,
  .navbar-form .radio,
  .navbar-form .checkbox {
    margin-top: 5px; }
  .navbar-form input,
  .navbar-form select,
  .navbar-form .btn {
    display: inline-block;
    margin-bottom: 0; }
  .navbar-form input[type="image"],
  .navbar-form input[type="checkbox"],
  .navbar-form input[type="radio"] {
    margin-top: 3px; }
  .navbar-form .input-append,
  .navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap; }
    .navbar-form .input-append input,
    .navbar-form .input-prepend input {
      margin-top: 0; }

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0; }
  .navbar-search .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }

.navbar-static-top {
  position: static;
  margin-bottom: 0; }
  .navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0; }

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px; }

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0; }

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 840px; }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.navbar-fixed-bottom {
  bottom: 0; }
  .navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); }

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0; }

.navbar .nav.pull-right {
  float: right;
  margin-right: 0; }

.navbar .nav > li {
  float: left; }

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 white; }

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px; }

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none; }

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); }

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); }
  .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: white;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; }
  .navbar .btn-navbar:active, .navbar .btn-navbar.active {
    background-color: #cccccc \9; }

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px; }

.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px; }
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px; }

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto; }
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid white;
  border-bottom: 0;
  bottom: -6px;
  top: auto; }

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555555; }

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777; }

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }
  .navbar .pull-right > li > .dropdown-menu:before,
  .navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px; }
  .navbar .pull-right > li > .dropdown-menu:after,
  .navbar .nav > li > .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px; }
  .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
  .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525; }
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
  .navbar-inverse .nav > li > a:hover,
  .navbar-inverse .nav > li > a:focus {
    color: white; }
.navbar-inverse .brand {
  color: #999999; }
.navbar-inverse .navbar-text {
  color: #999999; }
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: white; }
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: white;
  background-color: #111111; }
.navbar-inverse .navbar-link {
  color: #999999; }
  .navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
    color: white; }
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222; }
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: white; }
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: white;
  color: white; }
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999; }
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: white;
  border-bottom-color: white; }
.navbar-inverse .navbar-search .search-query {
  color: white;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }
  .navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #cccccc; }
  .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #cccccc; }
  .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #cccccc; }
  .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333333;
    text-shadow: 0 1px 0 white;
    background-color: white;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0; }
.navbar-inverse .btn-navbar {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    color: white;
    background-color: #040404;
    *background-color: black; }
  .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
    background-color: black \9; }

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    text-shadow: 0 1px 0 white; }
    .breadcrumb > li > .divider {
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb .active {
    color: #999999; }

.pagination {
  margin: 20px 0; }

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.pagination ul > li {
  display: inline; }

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  border-left-width: 0; }

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: whitesmoke; }

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default; }

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default; }

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

.pagination-centered {
  text-align: center; }

.pagination-right {
  text-align: right; }

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px; }
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px; }
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px; }
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px; }

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px; }

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 10.5px; }

.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1; }
  .pager:before, .pager:after {
    display: table;
    content: "";
    line-height: 0; }
  .pager:after {
    clear: both; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default; }

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }

.media > .pull-right {
  margin-left: 10px; }

.media-list {
  margin-left: 0;
  list-style: none; }

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1; }

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    line-height: 1; }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }
.carousel-inner > .active {
  left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }
.carousel-inner > .next {
  left: 100%; }
.carousel-inner > .prev {
  left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }
.carousel-inner > .active.left {
  left: -100%; }
.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  text-align: center;
  background: #222222;
  border: 3px solid white;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  .carousel-control.right {
    left: auto;
    right: 15px; }
  .carousel-control:hover, .carousel-control:focus {
    color: white;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none; }
  .carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75); }

.carousel-caption h4,
.carousel-caption p {
  color: white;
  line-height: 20px; }

.carousel-caption h4 {
  margin: 0 0 5px; }

.carousel-caption p {
  margin-bottom: 0; }

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px; }
  .hero-unit li {
    line-height: 30px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/
@font-face {
  font-family: "FrutigerLTW01-45Light";
  src: url("../fonts/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix");
  src: url("../fonts/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix") format("eot"), url("../fonts/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff") format("woff"), url("../fonts/74d53f3b-1683-4d5a-a556-e13f6553cdf0.ttf") format("truetype"), url("../fonts/3f5a5b87-e71e-4544-be0c-da4daa132710.svg#3f5a5b87-e71e-4544-be0c-da4daa132710") format("svg"); }

@font-face {
  font-family: "FrutigerLTW01-55Roman";
  src: url("../fonts/af97a512-f55a-4f61-b2ce-659c883930fc.eot?#iefix");
  src: url("../fonts/af97a512-f55a-4f61-b2ce-659c883930fc.eot?#iefix") format("eot"), url("../fonts/3fbbd6b1-cfa7-4ff0-97ea-af1b2c489f15.woff") format("woff"), url("../fonts/076311f8-a01b-4389-a5eb-334a62e62d45.ttf") format("truetype"), url("../fonts/c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877.svg#c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877") format("svg"); }

@font-face {
  font-family: "Sabon LT W01 Bold";
  src: url("../fonts/715e0d80-e882-47bb-8c8f-f741c701f43f.eot?#iefix");
  src: url("../fonts/715e0d80-e882-47bb-8c8f-f741c701f43f.eot?#iefix") format("eot"), url("../fonts/95b1e5f7-abb3-4a8d-9565-de2d74d6cb98.woff") format("woff"), url("../fonts/e87f6725-3ee0-4447-93d6-6323a452d273.ttf") format("truetype"), url("../fonts/bb1e6ff9-4f2a-4e71-8755-7c1704c0016c.svg#bb1e6ff9-4f2a-4e71-8755-7c1704c0016c") format("svg"); }

@font-face {
  font-family: "Sabon LT W01 Italic";
  src: url("../fonts/72d35842-98bb-422e-8e0a-686bfbabb630.eot?#iefix");
  src: url("../fonts/72d35842-98bb-422e-8e0a-686bfbabb630.eot?#iefix") format("eot"), url("../fonts/a9baeb23-afc5-4d93-bf9f-b83fd44a2220.woff") format("woff"), url("../fonts/bc89f8d2-4ac8-4c99-aa40-a31cea6d7b5a.ttf") format("truetype"), url("../fonts/6bde6158-cef2-4c4f-b120-4e8b482c742d.svg#6bde6158-cef2-4c4f-b120-4e8b482c742d") format("svg"); }

@font-face {
  font-family: "Sabon LT W01 Roman";
  src: url("../fonts/d30018fa-c2be-4921-a779-0a9b8db54fe7.eot?#iefix");
  src: url("../fonts/d30018fa-c2be-4921-a779-0a9b8db54fe7.eot?#iefix") format("eot"), url("../fonts/d93bebe4-cefa-455e-8b51-eaae50be173e.woff") format("woff"), url("../fonts/7849e7c1-08a0-4e13-a6cd-d2900c236af5.ttf") format("truetype"), url("../fonts/d1246e5a-1d35-4bc9-b785-d05e0408a757.svg#d1246e5a-1d35-4bc9-b785-d05e0408a757") format("svg"); }

body {
  font-family: "FrutigerLTW01-55Roman";
  font-size: 15px;
  line-height: 21px;
  color: #999999; }

a {
  color: #37939b;
  font-family: "Sabon LT W01 Italic"; }

a:hover {
  text-decoration: none;
  color: #eb6c2b; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Sabon LT W01 Bold";
  line-height: 1em;
  text-rendering: optimizelegibility;
  margin: 0; }

h1 {
  font-size: 4em;
  color: #bfb5a8;
  font-family: "Sabon LT W01 Italic"; }

h2 {
  font-size: 1.5em;
  color: #999999;
  margin: 0 0 0.8em; }

h3 {
  font-size: 1.4em;
  color: #37939b;
  margin: 0 0 1em; }

h4 {
  font-size: 1.8em;
  color: #cccccc;
  margin: 0 0 0.3em; }

h5 {
  font-size: 1.9em;
  color: #999999;
  margin: 0.3em 0 0; }

h6 {
  font-size: 1.1em;
  color: #999999;
  margin: 0.3em 0 0;
  text-transform: none;
  line-height: 1.3em; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/sprite_1.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px; }

.icon-mgb-search {
  background-position: -414px -265px;
  width: 16px;
  height: 16px;
  margin: 12px 0;
  display: none !important; }

.icon-mgb-search:hover {
  background-position: -414px -304px; }

.icon-mgb-rt[class^="icon-mgb-"],
.icon-mgb-rt[class^=" icon-mgb-"] {
  width: 24px;
  height: 24px;
  background-position: -511px -264px; }

.icon-mgb-reply[class^="icon-mgb-"],
.icon-mgb-reply[class^=" icon-mgb-"] {
  width: 24px;
  height: 24px;
  background-position: -475px -264px; }

.icon-mgb-campaign-more[class^="icon-mgb-"],
.icon-mgb-campaign-more[class^=" icon-mgb-"] {
  width: 24px;
  height: 24px;
  background-position: -439px -264px;
  vertical-align: top; }

.icon-mgb-campaign-more.expanded[class^="icon-mgb-"],
.icon-mgb-campaign-more.expanded[class^=" icon-mgb-"] {
  background-position: -439px -301px; }

.icon-mgb-carousel-arrow-left[class^="icon-mgb-"],
.icon-mgb-carousel-arrow-right[class^="icon-mgb-"],
.icon-mgb-carousel-arrow-left[class^=" icon-mgb-"],
.icon-mgb-carousel-arrow-right[class^=" icon-mgb-"] {
  width: 28px;
  height: 27px;
  margin: 0 1em;
  cursor: pointer;
  vertical-align: middle; }

.icon-mgb-carousel-arrow-left[class^="icon-mgb-"],
.icon-mgb-carousel-arrow-left[class^=" icon-mgb-"] {
  background-position: -43px -264px; }

.icon-mgb-carousel-arrow-right[class^="icon-mgb-"],
.icon-mgb-carousel-arrow-right[class^=" icon-mgb-"] {
  background-position: -83px -264px; }

.icon-mgb-carousel-arrow-left[class^="icon-mgb-"]:hover,
.icon-mgb-carousel-arrow-left[class^=" icon-mgb-"]:hover {
  background-position: -43px -304px; }

.icon-mgb-carousel-arrow-right[class^="icon-mgb-"]:hover,
.icon-mgb-carousel-arrow-right[class^=" icon-mgb-"]:hover {
  background-position: -83px -304px; }

.icon-mgb-filter-arrow {
  position: absolute;
  width: 15px;
  height: 10px;
  background-image: url("../img/icon_filter_arrow.png");
  background-position: 0 0;
  top: -12px; }

.icon-mgb-mobile-leafpage {
  background-image: url("../img/hd/sprite_1.png");
  background-size: 833px 332px;
  width: 8px;
  height: 15px;
  background-position: -642px -307px;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -7px;
  display: none; }

.icon-mgb-mobile-bottom-next,
.icon-mgb-mobile-bottom-prev {
  background-image: url("../img/hd/sprite_1.png");
  background-size: 833px 332px;
  width: 13px;
  height: 7px;
  margin-left: 0.5em;
  vertical-align: middle;
  margin-bottom: 4px; }

.icon-mgb-mobile-bottom-next {
  background-position: -480px -309px; }

.icon-mgb-mobile-bottom-prev {
  background-position: -517px -309px; }

.icon-mgb-globe,
.icon-mgb-globe-caret {
  background-image: url("../img/sprite_header.png");
  vertical-align: top; }

.icon-mgb-globe {
  background-position: 0 0;
  width: 21px;
  height: 21px; }

.icon-mgb-globe-caret {
  background-position: -43px -3px;
  width: 12px;
  height: 17px;
  margin-left: 10px; }

.overlay-close-button {
  background-image: url("../img/sprite_1.png");
  background-repeat: no-repeat;
  width: 49px;
  height: 49px;
  text-indent: -9999em; }

.overlay-close-button:hover {
  background-position: 0 -73px; }

/* Contact icons */
p.phone, p.email, p.fax, p.map, p.site {
  font-family: "Sabon LT W01 Roman";
  padding-left: 26px; }

p.email {
  font-size: 1.05em;
  background: url("../img/sprite_other.png") no-repeat;
  background-position: 0 -265px; }

p.phone {
  background: url("../img/sprite_other.png") no-repeat;
  background-position: 0 -304px; }

p.fax {
  background: url("../img/sprite_other.png") no-repeat;
  background-position: 0 -342px;
  margin-left: -6px;
  padding-left: 32px; }

p.map {
  background: url("../img/sprite_other.png") no-repeat;
  background-position: 0 -382px;
  margin: 1em 0; }

p.site {
  background: url("../img/sprite_other.png") no-repeat;
  background-position: 0 -560px;
  margin: 1em 0; }

/* Social icons */
.icon-mgb-social {
  width: 49px;
  height: 49px; }

.bucket .icon-mgb-social {
  position: absolute;
  left: 30px;
  top: 38px; }

.blog .icon-mgb-social {
  background-position: -286px 0; }

.facebook .icon-mgb-social {
  background-position: -357px 0; }

.twitter .icon-mgb-social {
  background-position: -430px 0; }

body {
  -webkit-font-smoothing: antialiased;
  background: #f3efe8; }

::selection {
  background: #b02d7f; }

::-moz-selection {
  background: #b02d7f; }

*:focus {
  outline: 0; }

.container {
  position: relative; }

.main-container {
  position: relative;
  padding-top: 66px;
  padding-bottom: 40px;
  overflow-x: hidden; }

.row > .bucket[class*="span"] {
  margin-bottom: 24px; }

/*	Flex-expand is half-size at default level and expands to actual size at larger widths
	i.e., 6 col forced to be 3 col, 4 col forced to be 2 col	*/
.flex-expand > .row > [class*="span"] {
  float: none;
  width: auto; }
.flex-expand .span6 .span2 {
  width: 264px; }
.flex-expand .span6 .span4 {
  width: 552px; }

/*	Flex is actual size at default level, and collapses to half size at smaller widths
	i.e., 4 col forced to be 2 col, 2 col forced to be 1 col	*/
/* RESPONSIVE GRID DOCUMENTATION

	12 COLUMNS
	24px MARGIN
	AT ALL SIZES

	CAROUSEL IMG HEIGHT
	1:1.77 aspect ratio
	height = grid size / 1.77

	Window size ---	Grid size -----	Column size ---	Carousel img height ---	DEVICES
====================================================================================
	320 - 479px		N/A				N/A										Portrait phone

	480 - 599px		432px			14px			244px						"
	
	600 - 767px		552px			24px			311px					Landscape phone
	
	768 - 1023px	696px			36px			393px					Portrait tablet
	
***	1024 - 1279px	840px			48px			474px					Landscape tablet / Default (no media queries, <IE9) ***

	1280 - 1439px	1128px			72px			637px					Desktop

	1440 - 1679px	1272px			84px			718px						"
	
	1680+ 			1560px			108px			881px						"
*/
.nav {
  padding: 0;
  font-family: "Sabon LT W01 Bold"; }
  .nav .nav-header {
    color: #a6a6a6;
    font-family: "Sabon LT W01 Bold";
    font-weight: normal;
    padding: 0;
    text-shadow: none;
    text-transform: none;
    margin-left: 1px;
    font-size: 1em; }
  .nav.nav-pills > li {
    position: relative;
    list-style-type: none; }
  .nav.nav-pills > li.nav-header {
    line-height: 2.1em; }
  .nav.nav-pills > li > a {
    border-radius: 0;
    color: #f3efe8;
    background: #37939b;
    margin: 0 0 0 1.2em;
    line-height: 2.1em;
    padding: 0 1.25em; }
  .nav.nav-pills > li > a:hover,
  .nav.nav-pills > li > a:focus {
    background: #eb5b12;
    color: #f3efe8; }
  .nav.nav-pills > li > a.active {
    background: #eb6c2b; }
  .nav.nav-pills > li > a[data-toggle="collapse"],
  .nav.nav-pills > li > a[data-toggle="dropdown"] {
    padding: 0 0 0 1.25em;
    position: relative; }
  .nav.nav-pills .open .dropdown-toggle {
    background: #1a7f87; }
  .nav.nav-pills .dropdown-menu {
    border-radius: 0; }
  .nav.not-pills {
    background: transparent; }
    .nav.not-pills > li:first-child > a {
      padding-left: 0; }
    .nav.not-pills > li > a {
      background: #f3efe8;
      color: #37939b;
      font-size: 0.9em;
      padding: 0 0.5em;
      margin: 0; }
      .nav.not-pills > li > a:hover {
        background: #f3efe8;
        color: #eb5b12; }
  .nav > .open.active > a:hover {
    background: #1a7f87; }

.navbar .container {
  width: 840px; }
.navbar .navbar-inner {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
.navbar .nav.pull-right {
  margin-left: 10px; }
.navbar .nav > li > a {
  color: #a6a6a6;
  padding: 4px 1.15em 0;
  margin: 2px 1px;
  text-shadow: none; }
  .navbar .nav > li > a:hover {
    color: #eb6c2b; }
  .navbar .nav > li > a.dropdown-toggle {
    color: #a6a6a6;
    background-color: transparent; }
    .navbar .nav > li > a.dropdown-toggle:hover {
      background-color: transparent; }
.navbar .nav .open > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle,
.navbar .nav .open.active > .dropdown-toggle {
  background-color: #1a7f87; }
.navbar .nav.nav-pills > li > a {
  background: transparent;
  font-family: "FrutigerLTW01-55Roman";
  line-height: 1.9em; }
.navbar .nav.nav-pills > li.active > a {
  background: #37939b;
  color: #f3efe8;
  box-shadow: none; }
.navbar .nav.nav-pills > li.active > a:hover {
  background: #37939b;
  color: #f3efe8;
  box-shadow: none; }
.navbar .nav.nav-pills > li > a[data-toggle="dropdown"],
.navbar .nav.nav-pills > li > a[data-toggle="collapse"] {
  padding: 4px 1.15em 0; }
.navbar .btn-navbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  text-shadow: none;
  display: none; }
  .navbar .btn-navbar:active {
    background: #fef9f3;
    border: 1px solid #d2cfc8;
    border-width: 1px 1px 0 1px;
    box-shadow: none;
    height: 45px; }
    .navbar .btn-navbar:active:hover {
      background: #fef9f3; }

/* Mobile header nav */
.mobile-nav {
  position: absolute;
  right: -19px;
  top: -17px;
  margin: 0;
  background: #fef9f3;
  min-width: 185px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  border-top-right-radius: 0;
  list-style: none;
  padding: 0;
  display: none; }
  .mobile-nav a {
    display: block;
    color: #a8a9ad;
    font-size: 1.3em;
    padding: 11px 20px;
    border-top: 1px solid #f1ede7; }
    .mobile-nav a:hover {
      background: #eb6c2b;
      color: white; }
  .mobile-nav li:first-child a {
    border-top: none; }

.mobile-nav-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }

.submenu {
  position: relative;
  top: -40px; }
  .submenu .submenu-item {
    position: relative; }
    .submenu .submenu-item .row {
      clear: both; }
      .submenu .submenu-item .row .nav-pills > li {
        float: none;
        margin-bottom: 1px; }
    .submenu .submenu-item .nav {
      margin: 0; }
    .submenu .submenu-item .nav-pills > li {
      float: right;
      margin: 0 0 0 14px; }
    .submenu .submenu-item .nav-pills > li > a {
      background: transparent;
      color: #a6a6a6;
      font-family: "Sabon LT W01 Bold";
      display: inline-block;
      font-size: 0.85em;
      line-height: 1.3em;
      margin: 0;
      padding: 0.35em 0.8em; }
    .submenu .submenu-item .nav-pills > li > a:hover,
    .submenu .submenu-item .nav-pills > li > a.filtered {
      color: #f3efe8;
      background: #eb5b12; }
    .submenu .submenu-item.in {
      border-top: 1px solid #bfb5a8; }
      .submenu .submenu-item.in > .row,
      .submenu .submenu-item.in > .nav-pills {
        padding: 1em 0; }

.dropdown-menu {
  background: white;
  border-radius: 0;
  font-family: "Sabon LT W01 Italic";
  margin: 0;
  padding: 0;
  left: auto;
  right: 0; }
  .dropdown-menu > li > a {
    color: #999999;
    padding: 0.5em 0.8em;
    border-top: 1px solid #cccccc; }
  .dropdown-menu > li > a:hover {
    background: #f3f0f1;
    color: #999999; }
  .dropdown-menu > li:first-child > a {
    border-top: 0; }

.nav-pills .filter {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 37px;
  line-height: 40px;
  background: transparent url("../img/sprite_filters.png") no-repeat;
  border-left: 1px solid #f3efe8;
  margin-left: 0.5em; }
.nav-pills .remove-filter {
  display: none;
  vertical-align: top;
  width: 40px;
  height: 37px;
  line-height: 40px;
  background: #37939b url("../img/sprite_filters.png") no-repeat 0 -37px;
  border-left: 1px solid #95c1c1;
  margin-left: 0.5em;
  position: absolute;
  top: 0;
  right: 0; }
  .nav-pills .remove-filter:hover {
    background-color: #eb5b12; }
.nav-pills > li.filtered .remove-filter {
  display: block; }
.nav-pills > li.unfiltered > a {
  background-color: #95c1c1; }

.filtered-by {
  position: absolute;
  background: #37939b;
  left: 0;
  right: 0;
  padding-left: 1.25em; }

.filtered-label {
  font-family: "Sabon LT W01 Bold";
  position: relative;
  background: #ccc6bd;
  font-size: 1.35em;
  color: #f3efe8;
  padding: 14px 24px;
  display: none; }
  .filtered-label:hover {
    color: #f3efe8; }
  .filtered-label .remove-filter {
    vertical-align: top;
    width: 40px;
    height: 37px;
    line-height: 40px;
    background: transparent url("../img/sprite_filters.png") no-repeat 0 -37px;
    display: block;
    margin-right: 0.5em;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px; }

.submenu .nav-pills > li > a.no-filter,
.submenu .nav-pills > li > a.no-filter:hover {
  color: #dadada;
  cursor: default;
  background: transparent; }

.bucket {
  position: relative;
  word-wrap: break-word; }
  .bucket img {
    max-width: 100%;
    width: auto; }
  .bucket img.placeholder-img {
    width: 100%; }
  .bucket .bucket-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background: #eb5b12;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .bucket .bucket-info h2 {
      font-family: "Sabon LT W01 Italic";
      position: absolute;
      top: 55%;
      margin-top: -12px;
      width: 100%;
      line-height: 1.4em;
      color: white;
      -webkit-transition: top 0.22s;
      -moz-transition: top 0.22s;
      -o-transition: top 0.22s;
      transition: top 0.22s; }
    .bucket .bucket-info h5 {
      color: white;
      font-size: 1.6em; }
    .bucket .bucket-info p {
      font-size: 0.85em;
      margin: 0;
      font-family: "FrutigerLTW01-55Roman"; }

button {
  -webkit-font-smoothing: antialiased; }

.btn {
  text-shadow: none;
  color: white;
  border: 0;
  box-shadow: none;
  font-size: 1.2em;
  padding: 0.3em 0.8em;
  border-radius: 0;
  background: #37939b;
  font-family: "Sabon LT W01 Italic"; }
  .btn:hover {
    color: white;
    background-color: #eb5b12; }
  .btn.btn-small {
    font-size: 0.9em; }
  .btn.btn-navbar {
    display: none;
    position: absolute;
    right: -19px;
    top: 0;
    margin: 4px 0;
    border: 1px solid transparent;
    z-index: 1;
    width: 63px;
    height: 50px;
    padding: 0; }
    .btn.btn-navbar:hover {
      background-color: transparent; }
    .btn.btn-navbar.active {
      background: #fef9f3;
      border: 1px solid #d2cfc8;
      border-width: 1px 1px 0 1px;
      box-shadow: none;
      height: 45px; }
    .btn.btn-navbar .icon-mgb-mobile-nav {
      background-image: url("../img/hd/sprite_mobile-nav.png") !important;
      width: 43px;
      height: 27px;
      background-position: 0 -5px;
      background-size: 43px;
      margin: 10px; }

.colors {
  background: url("../img/colors.png") repeat-x;
  width: 100%;
  height: 5px; }

hr {
  margin: 0.4em 0 2em;
  border: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid white; }

hr.dashed {
  border-top-style: dashed;
  border-bottom-style: dashed; }

.hero-unit {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 1em;
  font-weight: normal; }

.cookies-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center; }
  .cookies-overlay p {
    color: white;
    font-family: "Sabon LT W01 Roman";
    margin: 25px 1em; }
  .cookies-overlay a {
    color: white;
    font-family: "Sabon LT W01 Roman";
    text-decoration: underline; }
  .cookies-overlay .cookies-overlay-close {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background: url("../img/btn_close.png") no-repeat; }

@media (max-width: 1023px) {
  .cookies-overlay p {
    margin-right: 40px; } }
@media (max-width: 479px) {
  .cookies-overlay p a {
    font-size: 1em; } }
section {
  margin-bottom: 40px;
  /* Section header */
  /* Section nav */
  /* Load More (for filtered content) */
  /* Navigating from section to section (mobile devices only, not dependent on screen size) */
  /* Subsection */ }
  section .page-header {
    *zoom: 1;
    border-bottom: 0;
    background: url("../img/bg_header.png") repeat-x center 28px;
    padding: 0;
    margin: 21px 0; }
    section .page-header:before, section .page-header:after {
      display: table;
      content: "";
      line-height: 0; }
    section .page-header:after {
      clear: both; }
  section .page-header h1 {
    margin-bottom: 0.67em; }
  section .page-header h1,
  section .page-header h2 {
    float: left;
    background: #f3efe8;
    padding-right: 1em; }
  section .page-header h2 {
    margin-top: 21px; }
  section .page-header.page-subheader {
    background-position: center 31px; }
  section .page-header.page-subheader .section-nav {
    margin-top: 13px; }
  section .section-nav {
    background: #f3efe8;
    font-size: 1.2em;
    *zoom: 1;
    margin-top: 8px;
    padding: 0 0 0 0.4em; }
    section .section-nav:before, section .section-nav:after {
      display: table;
      content: "";
      line-height: 0; }
    section .section-nav:after {
      clear: both; }
  section .section-nav ul {
    padding-left: 7px;
    margin: 0;
    background: #f3efe8; }
  section .section-nav ul.nav .nav-header {
    padding: 0;
    margin: 0 0 0 1px;
    line-height: 2.1em; }
  section .section-nav ul.nav.nav-pills .dropdown-menu {
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 0; }
  section .section-nav ul.nav.nav-pills .dropdown-menu a {
    padding: 0.5em 0.8em;
    border-top: 1px solid #cccccc;
    background: white; }
  section .section-nav ul.nav.nav-pills .dropdown-menu a:hover {
    background: #f3f0f1;
    color: #999999; }
  section .section-nav ul.nav.nav-pills .dropdown-menu li:first-child a {
    border-top: 0; }
  section .load-more {
    text-align: center; }
  section .load-more .btn {
    margin: 20px 0 0; }
  section .mobile-section-nav {
    display: none;
    *zoom: 1;
    margin: 30px 0; }
    section .mobile-section-nav:before, section .mobile-section-nav:after {
      display: table;
      content: "";
      line-height: 0; }
    section .mobile-section-nav:after {
      clear: both; }
  section .mobile-section-nav a {
    background: url("../img/sprite_mobile-nav.png") no-repeat center 0;
    padding: 10px 0;
    display: block; }
  section .mobile-section-nav .back-to-top {
    background-position: center 4px; }
  section .mobile-section-nav .next-section {
    background-position: center -64px; }
  section.subsection {
    margin: 0; }
    section.subsection .page-header {
      background: transparent;
      margin: 2.7em 0; }
    section.subsection h1 {
      font-size: 1.75em;
      color: #cccccc;
      font-family: "Sabon LT W01 Bold"; }
    section.subsection h1 em {
      font-family: "Sabon LT W01 Italic";
      font-style: normal; }
    section.subsection h1 small {
      font-size: 0.75em;
      color: #cccccc; }
    section.subsection.container {
      margin: 0 auto; }

/* SITE HEADER */
header {
  height: 66px;
  font-size: 0.9em;
  background: #f3efe8; }
  header a {
    font-family: "FrutigerLTW01-55Roman";
    color: #a6a6a6; }
  header .logo {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 171px;
    height: 37px;
    background: url("../img/logo_mgb.png") no-repeat left center;
    background-size: 100%;
    margin: 12px 0;
    cursor: pointer;
    display: block; }
  header .icon-mgb-search {
    margin: 22px 0 22px 0.5em; }
  header .desktop-nav {
    *zoom: 1; }
    header .desktop-nav:before, header .desktop-nav:after {
      display: table;
      content: "";
      line-height: 0; }
    header .desktop-nav:after {
      clear: both; }
    header .desktop-nav .nav-item:first-child {
      display: none; }
  header.navbar .navbar-inner {
    height: 61px; }
  header.navbar .nav {
    margin-top: 15px; }
    header.navbar .nav > li > a:hover {
      background-color: transparent;
      color: #eb6c2b; }
    header.navbar .nav > li > .dropdown-menu::before,
    header.navbar .nav > li > .dropdown-menu::after {
      content: none; }
    header.navbar .nav .dropdown-menu {
      margin-top: -2px;
      margin-right: 1px;
      border-color: #a6a6a6;
      box-shadow: none; }
    header.navbar .nav .dropdown-menu li {
      border-top: 1px solid #adadad;
      padding: 0; }
    header.navbar .nav .dropdown-menu li:first-child {
      border-top: none; }
    header.navbar .nav .dropdown-menu > li > a {
      border-top: 0;
      line-height: 1.9em;
      margin: 0;
      padding: 8px 1.15em 6px; }
    header.navbar .nav li.dropdown.open > .dropdown-toggle,
    header.navbar .nav li.dropdown.active > .dropdown-toggle,
    header.navbar .nav li.dropdown.open.active > .dropdown-toggle {
      background: #37939b; }
    header.navbar .nav .dropdown-toggle:hover .icon-mgb-globe {
      background-position: 0 -67px; }
    header.navbar .nav .dropdown-toggle:hover .icon-mgb-globe-caret {
      background-position: -43px -67px; }
    header.navbar .nav .dropdown.open .icon-mgb-globe {
      background-position: 0 -35px; }
    header.navbar .nav .dropdown.open .icon-mgb-globe-caret {
      background-position: -43px -35px; }

/* SITE FOOTER */
footer {
  font-size: 0.8em;
  color: white;
  background: #37939b; }
  footer p {
    line-height: 1.7em;
    margin: 10px 0; }
  footer a {
    color: white;
    display: inline-block; }
  footer a:hover {
    color: #37444d; }
  footer.navbar .navbar-inner {
    height: 40px; }
  footer.navbar .nav {
    margin: 0;
    *zoom: 1; }
    footer.navbar .nav:before, footer.navbar .nav:after {
      display: table;
      content: "";
      line-height: 0; }
    footer.navbar .nav:after {
      clear: both; }
    footer.navbar .nav > li > a {
      margin: 0;
      color: white;
      line-height: 1.7em;
      padding: 0;
      margin: 10px 0; }
    footer.navbar .nav > li > a:hover {
      color: #37444d; }

/*MOBILE BOTTOM*/
.mobile-bottom {
  display: none; }
  .mobile-bottom .container {
    max-width: 500px; }
  .mobile-bottom a {
    font-family: "FrutigerLTW01-55Roman";
    font-size: 1em; }
  .mobile-bottom .page-header {
    margin: 30px 0; }
  .mobile-bottom .footer-header {
    border-bottom: 0;
    background: url("../img/bg_header.png") repeat-x center 58px;
    padding: 0;
    background-position: center 25px;
    margin-bottom: 2em; }
  .mobile-bottom .footer-header h1 {
    font-family: 'SabonLTStdItalic';
    margin: 0px auto;
    background: #f3efe8;
    width: 150px;
    padding: 0px 15px; }
  .mobile-bottom .footer-info {
    background-color: #ebe8e0;
    background-repeat: no-repeat;
    padding: 0 20px;
    box-shadow: 2px 2px #e0dcd6;
    border-radius: 3px;
    margin-bottom: 9px; }
    .mobile-bottom .footer-info p {
      margin: 16px 0 13px;
      line-height: 1.2em;
      font-size: 1.2em;
      color: #c4bbb0;
      overflow: hidden; }
  .mobile-bottom .footer-address {
    margin-bottom: 30px; }
  .mobile-bottom .mobile-bottom-collapse .footer-info.mobile-bottom-collapse-trigger {
    margin-bottom: 0;
    cursor: pointer; }
  .mobile-bottom .mobile-bottom-collapse .footer-info.mobile-bottom-collapse-target {
    height: 0;
    overflow: hidden;
    padding: 0; }
    .mobile-bottom .mobile-bottom-collapse .footer-info.mobile-bottom-collapse-target a {
      font-size: 1em; }
    .mobile-bottom .mobile-bottom-collapse .footer-info.mobile-bottom-collapse-target p {
      border-top: 1px solid #bfb6aa;
      padding: 16px 20px 13px;
      margin: 0; }
  .mobile-bottom .mobile-bottom-collapse .icon-mgb-mobile-bottom-collapse {
    background-image: url("../img/hd/sprite_contact.png");
    width: 14px;
    height: 8px;
    background-size: 250px;
    background-position: -103px -9px;
    display: block;
    float: right;
    margin: 5px 0; }
  .mobile-bottom .mobile-bottom-collapse.expanded .icon-mgb-mobile-bottom-collapse {
    background-position: -103px -50px; }
  .mobile-bottom .mobile-bottom-collapse.expanded .footer-info.mobile-bottom-collapse-target {
    height: auto; }
  .mobile-bottom .icon-mgb-phone {
    background-image: url("../img/hd/sprite_contact.png");
    background-position: 0 0;
    width: 16px;
    height: 30px;
    background-size: 250px;
    margin: 10px 28px 10px 6px; }
  .mobile-bottom .icon-mgb-email {
    background-image: url("../img/hd/sprite_contact.png");
    background-position: 0 -113px;
    width: 28px;
    height: 19px;
    background-size: 250px;
    margin: 15px 22px 15px 0; }
  .mobile-bottom .footer-address {
    position: relative; }
    .mobile-bottom .footer-address p {
      margin-left: 50px; }
  .mobile-bottom .icon-mgb-address {
    background-image: url("../img/hd/sprite_contact.png");
    background-position: 0 -219px;
    width: 19px;
    height: 32px;
    background-size: 250px;
    margin: -16px 26px 0 5px;
    position: absolute;
    top: 50%; }
  .mobile-bottom .btn {
    text-transform: uppercase;
    color: #f3efe8;
    font-family: "FrutigerLTW01-55Roman";
    padding: 10px 10px 8px;
    font-size: 1.05em;
    box-shadow: 2px 2px #e9e6df;
    width: 245px;
    float: left;
    box-sizing: border-box; }
  .mobile-bottom .btn:first-child {
    margin-right: 10px; }
  .mobile-bottom .btn:only-child {
    margin-right: 0; }
  .mobile-bottom .mobile-bottom-nav {
    margin-top: 10px;
    *zoom: 1; }
    .mobile-bottom .mobile-bottom-nav:before, .mobile-bottom .mobile-bottom-nav:after {
      display: table;
      content: "";
      line-height: 0; }
    .mobile-bottom .mobile-bottom-nav:after {
      clear: both; }
  .mobile-bottom .mobile-bottom-copyright {
    text-align: center;
    margin: 22px 0; }

/*

.footer-header{
	border-bottom: 0;
	background: url('../img/bg_header.png') repeat-x center 58px;
	padding: 0;
	background-position: center 25px;
	margin-bottom:2em;
}

.footer-header h1{
	font-family: 'SabonLTStdItalic';
	margin: 0px auto;
	background: $bodyBackground;
	width: 150px;
	padding: 0px 15px;
}

.footer-info {
	background-color:#ebe8e0;
	background-repeat: no-repeat;
	padding:0 20px;
	box-shadow: 2px 2px #e0dcd6;
	border-radius:3px;
	margin-bottom:9px;
	p {
		margin:16px 0 13px;
		line-height:1.2em;
		font-size:1.2em;
		color: #c4bbb0;
		overflow:hidden;
	}
}

.footer-address {margin-bottom:30px;}

.mobile-bottom-collapse {
	.footer-info.mobile-bottom-collapse-trigger {
		margin-bottom:0;
		cursor:pointer;
	}
	.footer-info.mobile-bottom-collapse-target {
		height:0;
		overflow:hidden;
		padding:0;
		a {font-size:1em;}
		p {border-top:1px solid #bfb6aa;padding:16px 20px 13px;margin:0;}
	}
	.icon-mgb-mobile-bottom-collapse {background-image:url('../img/hd/sprite_contact.png');width:14px;height:8px;background-size:250px;background-position:-103px -9px;display:block;float:right;margin:5px 0;}	
	&.expanded .icon-mgb-mobile-bottom-collapse {background-position:-103px -50px;}
	&.expanded .footer-info.mobile-bottom-collapse-target {
		height:auto;
	}
}

.mobile-bottom .icon-mgb-phone {
	background-image:url('../img/hd/sprite_contact.png');
	background-position:0 0;
	width:16px;
	height:30px;
	background-size:250px;
	margin:10px 28px 10px 6px;
}

.mobile-bottom .icon-mgb-email {
	background-image:url('../img/hd/sprite_contact.png');
	background-position:0 -113px;
	width:28px;
	height:19px;
	background-size:250px;
	margin:15px 22px 15px 0;
}

.mobile-bottom .icon-mgb-address {
	background-image:url('../img/hd/sprite_contact.png');
	background-position:0 -219px;
	width:19px;
	height:32px;
	background-size:250px;
	margin:28px 26px 28px 5px;
}

.mobile-bottom .btn {
	text-transform:uppercase;
	color: $bodyBackground;
	font-family:$frutiger;
	padding:10px 10px 8px;
	font-size:1.05em;
	box-shadow: 2px 2px #e9e6df;
}

.mobile-bottom .btn:first-child {
	margin-right:10px;
}
.mobile-bottom .btn:only-child {
	margin-right:0;
}

.mobile-bottom-nav {
	margin-top:10px;
}

.mobile-bottom-copyright{
	text-align:center;
	margin:22px 0;
}*/
/* HOMEPAGE */
.homepage {
  margin-bottom: 0; }
  .homepage .carousel {
    margin: 0 auto; }
    .homepage .carousel .carousel-inner .slide-content {
      display: none; }
    .homepage .carousel .item img {
      width: 100%; }
    .homepage .carousel .carousel-content-wrapper {
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%; }
      .homepage .carousel .carousel-content-wrapper .carousel-content {
        background-color: rgba(51, 51, 51, 0.55);
        position: absolute;
        top: 0;
        left: 0;
        border-top: 11px solid transparent;
        -webkit-transition: border-top, 0.4s;
        -moz-transition: border-top, 0.4s;
        -o-transition: border-top, 0.4s;
        transition: border-top, 0.4s;
        width: 340px; }
        .homepage .carousel .carousel-content-wrapper .carousel-content h2 {
          font-size: 1.5em;
          line-height: 1.2em;
          margin: 1em 0.9em 0.5em;
          color: white;
          font-family: "FrutigerLTW01-55Roman";
          font-weight: bold; }
        .homepage .carousel .carousel-content-wrapper .carousel-content p {
          font-family: "FrutigerLTW01-45Light";
          color: white;
          font-size: 1.3em;
          line-height: 1.25em;
          margin: 0.5em 1em 1em; }
        .homepage .carousel .carousel-content-wrapper .carousel-content .btn {
          text-transform: lowercase;
          margin: 0 1.1em 2em; }
        .homepage .carousel .carousel-content-wrapper .carousel-content .carousel-nav {
          text-align: center;
          margin: 0 0 2em; }
          .homepage .carousel .carousel-content-wrapper .carousel-content .carousel-nav .icon-mgb-carousel-arrow-left,
          .homepage .carousel .carousel-content-wrapper .carousel-content .carousel-nav .icon-mgb-carousel-arrow-right {
            width: 24px;
            height: 24px;
            text-indent: -9999px;
            margin: 0 25px; }
          .homepage .carousel .carousel-content-wrapper .carousel-content .carousel-nav .icon-mgb-carousel-arrow-left {
            background-position: -555px -264px; }
          .homepage .carousel .carousel-content-wrapper .carousel-content .carousel-nav .icon-mgb-carousel-arrow-right {
            background-position: -595px -264px; }
    .homepage .carousel .carousel-indicators {
      position: absolute;
      bottom: 30px;
      top: auto;
      right: auto;
      width: 100%;
      padding: 0;
      text-align: center; }
      .homepage .carousel .carousel-indicators li {
        float: none;
        display: inline-block;
        width: 11px;
        height: 11px;
        background-color: rgba(255, 255, 255, 0.33);
        -webkit-transition: background, 0.4s;
        -moz-transition: background, 0.4s;
        -o-transition: background, 0.4s;
        transition: background, 0.4s;
        border-radius: 5px;
        margin: 0 5px;
        cursor: pointer; }
      .homepage .carousel .carousel-indicators li.active {
        cursor: default; }
  .homepage .carousel[data-carousel-color="Brown"] .carousel-indicators li.active {
    background: #58432e; }
  .homepage .carousel[data-carousel-color="Brown"] .carousel-content {
    border-top-color: #58432e; }
  .homepage .carousel[data-carousel-color="Brown"] .btn {
    background-color: #58432e; }
  .homepage .carousel[data-carousel-color="Green"] .carousel-indicators li.active {
    background: #b9b309; }
  .homepage .carousel[data-carousel-color="Green"] .carousel-content {
    border-top-color: #b9b309; }
  .homepage .carousel[data-carousel-color="Green"] .btn {
    background-color: #b9b309; }
  .homepage .carousel[data-carousel-color="Gold"] .carousel-indicators li.active {
    background: #d8a040; }
  .homepage .carousel[data-carousel-color="Gold"] .carousel-content {
    border-top-color: #d8a040; }
  .homepage .carousel[data-carousel-color="Gold"] .btn {
    background-color: #d8a040; }
  .homepage .carousel[data-carousel-color="Orange"] .carousel-indicators li.active {
    background: #eb6c2b; }
  .homepage .carousel[data-carousel-color="Orange"] .carousel-content {
    border-top-color: #eb6c2b; }
  .homepage .carousel[data-carousel-color="Orange"] .btn {
    background-color: #eb6c2b; }
  .homepage .carousel[data-carousel-color="Pink"] .carousel-indicators li.active {
    background: #b02d7f; }
  .homepage .carousel[data-carousel-color="Pink"] .carousel-content {
    border-top-color: #b02d7f; }
  .homepage .carousel[data-carousel-color="Pink"] .btn {
    background-color: #b02d7f; }
  .homepage .carousel[data-carousel-color="Teal"] .carousel-indicators li.active {
    background: #37939b; }
  .homepage .carousel[data-carousel-color="Teal"] .carousel-content {
    border-top-color: #37939b; }
  .homepage .carousel[data-carousel-color="Teal"] .btn {
    background-color: #37939b; }

.mobile-featured-work {
  display: none; }
  .mobile-featured-work .page-header {
    margin: 30px 0; }
  .mobile-featured-work .featured-work-item a {
    display: block; }
  .mobile-featured-work .featured-work-item img {
    width: 100%; }
  .mobile-featured-work .featured-work-item .featured-work-item-info {
    background: #ccc6bd;
    padding: 1em 0;
    position: relative; }
    .mobile-featured-work .featured-work-item .featured-work-item-info h5 {
      margin: 0 0.8em;
      color: #fff;
      font-family: "FrutigerLTW01-55Roman";
      position: relative;
      line-height: 1.5em; }
    .mobile-featured-work .featured-work-item .featured-work-item-info h5 strong {
      font-family: "FrutigerLTW01-55Roman";
      font-weight: bold; }
    .mobile-featured-work .featured-work-item .featured-work-item-info:before {
      content: "";
      width: 24px;
      height: 24px;
      background: #ccc6bd;
      position: absolute;
      display: block;
      top: -11px;
      left: 50%;
      margin-left: -10px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

/* WORK */
.work {
  /* Content Filters */
  /* Content Buckets */
  /* Span 3/Span 4 = 3 or 4 across */
  /* Campaign Overlay */ }
  .work #submenu-client .row {
    clear: both; }
  .work #submenu-client .icon-mgb-filter-arrow {
    right: 332px; }
  .work #submenu-office .icon-mgb-filter-arrow {
    right: 185px; }
  .work #submenu-type .icon-mgb-filter-arrow {
    right: 44px; }
  .work .bucket-info .bucket-info-contents {
    position: absolute;
    width: 100%;
    top: 45%;
    -webkit-transition: top 0.22s;
    -moz-transition: top 0.22s;
    -o-transition: top 0.22s;
    transition: top 0.22s;
    visibility: hidden; }
  .work .bucket:hover .bucket-info .bucket-info-contents {
    top: 40%;
    -webkit-transition: top 0.22s;
    -moz-transition: top 0.22s;
    -o-transition: top 0.22s;
    transition: top 0.22s;
    visibility: visible; }
  .work .span3 .bucket-info h5, .work .span4 .bucket-info h5 {
    font-size: 1.2em; }
  .work .span3 .bucket-info p, .work .span4 .bucket-info p {
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 0.4em 0; }
  .work.subsection .campaign-item-title {
    font-size: 0.9em;
    text-align: center;
    margin: 1em 0;
    font-family: "Sabon LT W01 Italic"; }
  .work.subsection .campaign-more-info {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 1.15em 0;
    z-index: 5; }
  .work.subsection .campaign-more-work {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 1.15em 0;
    z-index: 5; }
  .work.subsection .campaign-carousel-pager {
    line-height: 30px;
    position: relative;
    margin: 0 0 1em;
    font-family: "Sabon LT W01 Italic";
    color: #cccccc;
    font-size: 1.05em;
    text-align: center;
    margin: 0 0 1em; }
  .work.subsection .video-item .video-player {
    background: #cccccc;
    cursor: default;
    width: 100%;
    height: 100%; }
  .work.subsection .video-item .video-trigger {
    position: relative; }
  .work.subsection .video-item .video-trigger, .work.subsection .video-item .player-container {
    display: block;
    width: 100%;
    height: 100%; }
  .work.subsection .work-expanded-info {
    background-color: rgba(243, 239, 232, 0.9);
    width: 100%;
    position: absolute;
    bottom: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .work.subsection .work-expanded-info-active {
    visibility: visible;
    bottom: 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .work.subsection .work-expanded-info > .container {
    visibility: hidden;
    padding: 1em 0; }
  .work.subsection .work-expanded-info-active > .container {
    visibility: visible; }
  .work.subsection .btn {
    font-size: 1em; }

/* ABOUT */
.about {
  /* Content Buckets */
  /* CMS Content - Images */
  /* Clients */
  /* Capabilities */ }
  .about p {
    font-size: 0.85em;
    overflow: auto;
    margin: 0 0 10px; }
  .about .row > .bucket[class*="span"] {
    margin-bottom: 0; }
  .about .bucket a.btn {
    margin-top: 20px; }
  .about .mobile-collapse {
    margin-bottom: 50px; }
  .about .bucket h2 {
    margin: 1em 0; }
  .about .bucket img {
    margin: 0; }
  .about .bucket img.pull-right {
    margin-left: 48px;
    right: 0;
    max-width: 45%;
    width: auto; }
  .about .bucket img.pull-left {
    margin-right: 48px;
    left: 0;
    max-width: 45%;
    width: auto; }
  .about .bucket img.pull-center {
    margin: 0 auto 48px;
    max-width: 100%;
    width: auto; }
  .about .bucket img.bg {
    position: absolute;
    top: 0;
    z-index: 0; }
  .about .mobile-overlay-content {
    margin-bottom: 50px; }
  .about .clients ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Sabon LT W01 Bold";
    color: #a6a6a6;
    font-size: 1.05em; }
  .about .clients ul li {
    padding: 4px 0;
    margin: 2px 0; }
  .about .capabilities h4 {
    font-family: "Sabon LT W01 Roman"; }
  .about .capabilities ul {
    padding: 8px 0 0 63px;
    margin: 0 0 2em;
    background: url("../img/icon_plus_lg.png") no-repeat top left; }
  .about .capabilities ul li {
    font-family: "FrutigerLTW01-55Roman";
    font-size: 0.85em; }
  .about.subsection {
    height: auto; }
    .about.subsection .mgb-carousel {
      height: 100%; }
    .about.subsection h3 {
      font-size: 1.2em;
      margin: 0; }
    .about.subsection.about-colors {
      height: 100% !important;
      position: static !important; }

/* OFFICES */
.offices .bucket .view-location {
  position: relative;
  display: block;
  margin-bottom: 4.5em; }
.offices .bucket .view-location img {
  max-width: 100%;
  width: auto; }
.offices .bucket .view-location img.placeholder-img {
  width: 100%; }
.offices p {
  margin-bottom: 3em;
  font-size: 0.85em;
  overflow: auto; }
.offices.subsection {
  height: auto; }
  .offices.subsection .page-header {
    border-bottom: 1px solid #cccccc;
    margin: 1.4em 0; }
  .offices.subsection .row > .bucket[class*="span"] {
    margin-bottom: 0; }
  .offices.subsection h1 {
    font-size: 2.4em;
    color: #999999;
    margin: 0 0 0.55em; }
  .offices.subsection h1 small {
    font-size: 0.8em;
    color: #999999; }
  .offices.subsection h1 strong {
    font-weight: normal;
    font-family: "Sabon LT W01 Bold"; }
  .offices.subsection h1 em {
    font-style: normal;
    font-family: "Sabon LT W01 Italic"; }
  .offices.subsection address {
    margin-bottom: 12px;
    font-family: "Sabon LT W01 Bold";
    font-style: normal; }
  .offices.subsection p.contact-item {
    margin-bottom: 1em; }
  .offices.subsection .contact-item strong {
    font-family: "FrutigerLTW01-55Roman";
    font-weight: bold; }
  .offices.subsection h2 {
    margin: 0 0 0.8em; }
  .offices.subsection h3 {
    font-size: 1.2em;
    color: #999999;
    margin-top: 2em; }
  .offices.subsection h3:first-child {
    margin-top: 0; }
  .offices.subsection .bucket > img {
    margin-bottom: 2em; }
  .offices.subsection ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .offices.subsection ul li {
    display: inline-block;
    margin-right: 4em;
    margin-bottom: 3em; }
  .offices.subsection ul li h1 {
    color: #bfb5a8;
    font-size: 4.65em;
    font-family: "Sabon LT W01 Italic";
    line-height: 1.1em;
    margin: 0; }
  .offices.subsection ul li h3 {
    margin: 0;
    font-family: "Sabon LT W01 Italic";
    line-height: 1.2em; }
  .offices.subsection .phone, .offices.subsection .email, .offices.subsection .fax, .offices.subsection .map {
    margin-bottom: 1em; }

/* PEOPLE */
.people {
  /* Hero */
  /* Content Buckets */ }
  .people .hero-unit {
    position: relative; }
  .people .hero-unit img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto; }
  .people .hero-unit img.placeholder-img {
    width: 100%; }
  .people .hero-unit > div {
    position: absolute;
    top: 50px; }
  .people .hero-unit > div.pull-left {
    left: 30px; }
  .people .hero-unit > div.pull-right {
    right: 0px; }
  .people .hero-unit p {
    font-family: "Sabon LT W01 Roman";
    font-size: 1.2em;
    margin: 0 0 10px; }
  .people .people-row-header {
    background: url("../img/bg_header.png") repeat-x center 14px;
    margin: 3em 0;
    *zoom: 1; }
    .people .people-row-header:before, .people .people-row-header:after {
      display: table;
      content: "";
      line-height: 0; }
    .people .people-row-header:after {
      clear: both; }
  .people .people-row-header h1 {
    font-size: 1.85em;
    background: #f3efe8;
    float: left;
    padding: 0 1em 0 0; }
  .people .bucket p {
    line-height: 14px;
    font-size: 0.8em;
    margin: 0 0 4px; }
  .people .bucket p em {
    font-family: "Sabon LT W01 Italic";
    font-style: normal; }
  .people .bucket a {
    display: block;
    position: relative; }
  .people .bucket a .bucket-info h2 {
    font-size: 1em; }
  .people.subsection {
    /* .people-pager {font-size:1.4em;color:$grayLighter;text-align:center;}
    .people-pager-bottom {margin-top:2em;}
    .people-pager-top {display:none;text-align:left;margin-top:1em;margin-bottom:1.5em;} */ }
    .people.subsection .container {
      *zoom: 1; }
      .people.subsection .container:before, .people.subsection .container:after {
        display: table;
        content: "";
        line-height: 0; }
      .people.subsection .container:after {
        clear: both; }
    .people.subsection .people-image-container {
      position: fixed;
      left: 0;
      width: 50%;
      height: 100%;
      max-width: 780px; }
    .people.subsection .people-image {
      width: auto;
      position: absolute;
      right: 0;
      max-height: 100%;
      bottom: 0;
      max-width: none; }
    .people.subsection .people-content {
      float: right;
      max-width: 50%;
      width: auto;
      margin: 5% 0; }
    .people.subsection .people-content.no-image {
      max-width: 100%;
      float: none; }
    .people.subsection .people-name {
      font-size: 3em;
      color: #999999;
      font-family: "Sabon LT W01 Roman"; }
    .people.subsection .people-title {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
      font-size: 1.2em;
      color: #999999; }
    .people.subsection .people-office {
      margin-top: 0.5em;
      margin-bottom: 2em;
      font-size: 1.2em;
      color: #999999;
      font-family: "Sabon LT W01 Italic"; }
    .people.subsection .people-bio p {
      font-size: 1.2em;
      line-height: 1.6em;
      font-family: "Sabon LT W01 Roman"; }
    .people.subsection .people-bio em {
      font-family: "Sabon LT W01 Italic";
      font-style: normal; }
    .people.subsection .people-bio strong {
      font-family: "Sabon LT W01 Bold";
      font-weight: normal; }

/* SOCIAL */
.social {
  color: #222222; }
  .social h2 {
    font-size: 1.6em;
    color: #37939b;
    margin-bottom: 0.2em;
    line-height: 1.2em; }
  .social p {
    color: #999999;
    font-size: 0.85em;
    margin-bottom: 0.2em; }
  .social p.meta {
    color: #999999;
    font-size: 0.75em;
    margin-top: 2em; }
  .social p.meta a {
    font-size: 1.2em; }
  .social .social-rows {
    padding-bottom: 51px; }
  .social .load-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 12px; }
  .social .bucket {
    *zoom: 1;
    background-color: #F1EDE6;
    border-top: 1px solid #e9e4dd;
    border-bottom: 9px solid #ebe6df;
    padding-top: 38px;
    padding-left: 102px;
    padding-bottom: 32px;
    padding-right: 13px;
    margin-bottom: 17px; }
    .social .bucket:before, .social .bucket:after {
      display: table;
      content: "";
      line-height: 0; }
    .social .bucket:after {
      clear: both; }
  .social .social-img {
    float: left;
    margin-right: 1em;
    margin-top: 11px; }
  .social .social-content {
    overflow: auto; }
  .social .icon-mgb-social {
    width: 49px;
    height: 49px; }
  .social .bucket .icon-mgb-social {
    position: absolute;
    left: 30px;
    top: 38px; }
  .social .blog .icon-mgb-social {
    background-position: -286px 0; }
  .social .facebook .icon-mgb-social {
    background-position: -357px 0; }
  .social .twitter .icon-mgb-social {
    background-position: -430px 0; }
  .social .social-icons {
    display: inline-block;
    margin-left: 2px; }

/* CAREERS */
.careers .hero-unit {
  *zoom: 1; }
  .careers .hero-unit:before, .careers .hero-unit:after {
    display: table;
    content: "";
    line-height: 0; }
  .careers .hero-unit:after {
    clear: both; }
.careers .hero-unit h5 {
  font-size: 1.3em; }
.careers .hero-unit p {
  font-size: 0.85em;
  color: #999999;
  margin-bottom: 0.95em;
  line-height: 21px; }
.careers .hero-unit a.btn {
  margin-top: 45px;
  float: left;
  clear: both; }
.careers .hero-unit img {
  max-width: 50%;
  width: auto;
  margin-bottom: 50px; }
.careers .hero-unit img.placeholder-img {
  width: 100%; }
.careers .hero-unit img.pull-right {
  margin-left: 50px; }
.careers .hero-unit img.pull-left {
  margin-right: 50px; }
.careers .hero-unit strong {
  font-family: "FrutigerLTW01-55Roman";
  font-weight: bold; }
.careers .hero-unit em {
  font-family: "FrutigerLTW01-55Roman";
  font-style: italic; }
.careers .hero-unit strong em, .careers .hero-unit em strong {
  font-family: "FrutigerLTW01-55Roman";
  font-weight: bold;
  font-style: italic; }
.careers .subhero {
  clear: both; }
.careers .subhero h5 {
  margin-top: 2.6em; }
.careers .subhero p {
  font-family: "FrutigerLTW01-55Roman";
  font-weight: normal;
  margin: 15px 0 0; }
.careers .subhero p.email {
  margin: 0; }
.careers h2 {
  color: #999999; }
.careers h5 {
  font-size: 1.2em;
  color: #999999;
  line-height: 1.2em; }
.careers h6 {
  font-size: 0.9em;
  color: #999999;
  margin-bottom: 1em; }
.careers.subsection {
  height: 100%;
  padding: 0 !important; }
  .careers.subsection iframe {
    border: 0;
    margin: 0; }
    .careers.subsection iframe body {
      padding: 0;
      margin: 0 auto;
      width: 800px; }

/* CONTACT */
.contact {
  margin-bottom: 0; }
  .contact .contact-office {
    font-size: 18px; }
  .contact .contact-office .contact-office-row {
    background: #F1EDE6;
    margin-bottom: 4em;
    border-top: 1px solid #e9e4dd;
    border-bottom: 10px solid #ebe6df; }
  .contact .contact-office-image {
    display: none;
    overflow: hidden;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat; }
  .contact .contact-office-media {
    clear: left; }
  .contact [class*="span"] {
    padding-bottom: 1em; }
  .contact [class*="span"] > img {
    max-width: 100%;
    width: auto; }
  .contact [class*="span"] > img.placeholder-img {
    width: 100%; }
  .contact address {
    font-family: "Sabon LT W01 Roman";
    margin-bottom: 1.35em;
    color: #222222; }
  .contact h3 {
    font-size: 2em;
    margin-bottom: 0.6em;
    color: #777777; }
  .contact h5 {
    color: #a6a6a6;
    font-size: 1em;
    line-height: 1.4em;
    margin-top: 1em; }
  .contact h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    font-family: "FrutigerLTW01-55Roman"; }
  .contact strong {
    font-family: "FrutigerLTW01-55Roman";
    font-weight: bold; }
  .contact p {
    margin: 0.8em 0;
    font-size: 0.9em; }
  .contact .contact-item {
    font-size: 0.6em; }
  .contact .contact-item strong {
    font-size: 16px; }
  .contact .contact-bg {
    width: 100%; }
  .contact .span4 h5,
  .contact .span4 p {
    margin-left: 24px; }
  .contact .span4 p.fax {
    margin-left: 18px; }

/* ARTICLES */
article h2 {
  font-size: 4.65em;
  color: #999999;
  line-height: 1.3em; }
article h3 {
  font-family: "FrutigerLTW01-55Roman";
  font-weight: bold;
  font-size: 1.45em;
  line-height: 1.3em;
  color: #999999;
  text-transform: uppercase; }
article p {
  font-size: 0.9em; }

.error-page h1, .error-page h2, .error-page h3, .error-page h4 {
  font-family: "Sabon LT W01 Italic"; }

/* ERROR PAGES */
.error-page {
  text-align: center; }
  .error-page h1 {
    color: #eeeae2;
    font-size: 30em;
    margin: 0.2em 0 0;
    position: relative;
    display: inline-block; }
  .error-page h1 sup {
    font-size: 0.1em;
    vertical-align: top;
    top: 1.8em; }
  .error-page h1 sup.oops {
    color: #37939b;
    position: absolute;
    top: 0;
    left: -0.4em;
    font-size: 0.25em;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  .error-page h1 img {
    max-width: 100%;
    width: auto;
    position: relative;
    left: -0.2em;
    margin-bottom: 0.2em; }
  .error-page h2 {
    color: #c6c3bd;
    font-size: 3em;
    margin: 0 0 1.4em; }
  .error-page h3 {
    font-size: 2.4em;
    color: #c6c3bd;
    margin: 0; }
  .error-page h4 {
    font-size: 1.6em;
    color: #c6c3bd; }
  .error-page p {
    font-size: 1.2em; }
  .error-page .nav {
    text-align: center;
    margin: 4em 0; }
  .error-page .nav li {
    float: none;
    display: inline-block;
    margin: 0 1em; }
  .error-page .nav li a {
    color: #37939b;
    background: transparent;
    font-family: "FrutigerLTW01-55Roman";
    font-size: 1.3em;
    padding: 0; }
  .error-page .nav li a:hover {
    color: #eb6c2b; }
  .error-page .browsers {
    margin: 1em 0; }
  .error-page .browsers li {
    display: inline-block;
    margin: 0 2em; }

/* NETWORK */
.network {
  text-align: center;
  background-color: #f3efe8;
  height: 100%;
  overflow: hidden; }
  .network .overlay-static-img {
    height: 100%;
    width: auto;
    max-width: none; }

/* One-off subsections (not belonging to a parent section) */
/* SEARCH */
.search p {
  font-family: "Sabon LT W01 Roman";
  font-size: 1.05em; }
.search input[type="text"] {
  box-shadow: none;
  border-radius: 0;
  color: #999999;
  padding: 0.1em 0;
  width: 100%;
  font-size: 5.35em;
  line-height: 1.2em;
  height: 1.2em;
  border: 0;
  border-bottom: 1px solid #999999;
  background: transparent;
  box-sizing: border-box; }
.search input:focus {
  border: 0;
  border-bottom: 1px solid #999999; }
.search input[type="text"].results {
  font-size: 2.65em;
  border-bottom: 0;
  background: url("../img/bg_search_input.png") no-repeat left center;
  padding-left: 24px; }
.search h2 {
  font-size: 1.3em;
  color: #999999;
  border-bottom: 1px solid #cccccc;
  padding: 1em 0; }
.search ul {
  list-style: none;
  font-size: 2.65em;
  margin: 0; }
.search ul li {
  line-height: 1.6em; }
.search ul li a {
  color: #999999; }
.search ul li a:hover {
  color: #eb6c2b; }
.search ul li a small {
  font-size: 0.4em; }
.search .search-results {
  margin-bottom: 2em; }

/* T&C */
.terms-and-conditions h1 {
  font-size: 4em;
  color: #bfb5a8;
  margin: 0.7em 0; }
.terms-and-conditions p {
  font-size: 0.9em;
  color: #999999; }

#site-main {
  position: relative;
  top: 0;
  height: 100%;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -o-transition: top 1s;
  transition: top 1s; }

.site-intro {
  display: none; }

.loader {
  display: none; }

.global-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -85px;
  margin-top: -3px;
  display: block;
  z-index: 9999;
  display: none;
  width: 170px;
  height: 5px;
  background: url("../img/global-loader.gif") 0 0 no-repeat; }

.global-loader-logo {
  display: none; }

.loading .global-loader,
.ajax-section-loading .global-loader {
  display: block; }

.site-intro .intro-slide {
  width: 100%; }

.site-intro .intro-slide-1 {
  position: relative;
  background: #37939b;
  height: 85%;
  -webkit-transition: top 1.1s;
  -moz-transition: top 1.1s;
  -o-transition: top 1.1s;
  transition: top 1.1s; }

.site-intro .intro-slide-2 {
  position: absolute;
  height: 100%;
  top: 100%;
  background: url("../img/colors.png") repeat; }

.site-intro-active #site-main {
  top: 1200px; }

.site-intro-active .site-intro {
  background: #f3efe8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8888;
  display: block; }

.site-intro-active .intro-slide-1 {
  top: 100%; }

.site-intro-active .global-loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 7777;
  background: url("../img/logo_mgb.png") 0 0 no-repeat;
  width: 171px;
  height: 37px;
  margin-left: -85px;
  margin-top: -75px; }

.site-intro-animate .intro-slide-1 {
  top: -170%;
  z-index: 8888; }

.site-intro-animate #site-main {
  top: 0px; }

.wipe-intro-layer-1 .global-loader-logo {
  display: none; }

.mobile.site-intro-active #site-main {
  top: 0px; }

.img-preloader-wrap {
  position: relative;
  z-index: 1;
  background: #bcb5a5;
  overflow: hidden; }

.img-preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #bcb5a5 url("/static/img/preloader.gif") center center no-repeat; }

.loaded-group .img-preloader,
.loaded-group .img-preloader-wrap {
  min-width: 77px;
  min-height: 77px; }

/*Section Loader*/
body {
  overflow-y: hidden; }

/*IE7 doesnt like overflow-y! Make sure it isnt used for ie7*/
/*body.ajax-section-loading-complete {overflow-y:scroll;} /*IE7 doesnt like overflow-y! Make sure it isnt used for ie7*/
.ajax-section-loading section {
  opacity: 0;
  filter: alpha(opacity=0); }

section:not(.start-section) {
  /*-webkit-transition: opacity .4s;*/ }

.section-clone {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  width: 100%;
  padding-top: 65px; }

/* IE FIX */
.ajax-section-loading .main {
  opacity: 0;
  filter: alpha(opacity=0); }

/*Page Loader*/
#page-loader {
  display: none; }

/* IE FIX */
.ajax-section-loading #page-loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; }

#page-loader .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -18px;
  margin-left: -85px; }

/* Media Overlay */
#media-overlay-viewport {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
  -o-transition: background 0.6s;
  transition: background 0.6s; }

.loading-overlay #media-overlay-viewport {
  background: rgba(243, 239, 232, 0.8) !important; }

.overlay-animating-out #media-overlay-viewport {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.overlay-active #media-overlay-viewport {
  opacity: 1;
  visibility: visible;
  z-index: 50; }

.overlay-reveal #media-overlay-viewport {
  background: #f3efe8; }

.color-carousel-orange #media-overlay-viewport {
  background: #eb6c2b; }

.color-carousel #media-overlay-content {
  height: 100%; }

.color-carousel .overlay-close-button {
  display: none !important;
  background-position: -784px 0;
  width: 49px;
  height: 49px; }

.color-carousel .overlay-close-button:hover {
  background-position: -784px -73px; }

.color-carousel .item .overlay-close-button {
  display: block !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5; }

.color-carousel .active.item .overlay-close-button {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }

.reveal-pane {
  position: absolute;
  left: 0;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #b9b309; }

.panebg-brown .reveal-pane {
  background-color: #58432e; }

.panebg-blue .reveal-pane {
  background-color: #37939b; }

.panebg-tan .reveal-pane {
  background-color: #d8a040; }

.panebg-pink .reveal-pane {
  background-color: #b02d7f; }

.panebg-green .reveal-pane {
  background-color: #b9b309; }

.panebg-orange .reveal-pane {
  background-color: #eb6c2b; }

#media-overlay-content {
  opacity: 0;
  height: 100%; }

#media-overlay-content > .subsection {
  padding-bottom: 40px; }

body {
  overflow-y: scroll;
  overflow-x: hidden; }

.overlay-reveal .main {
  display: none; }

.overlay-opened #media-overlay-viewport {
  position: relative;
  top: 0 !important; }

.overlay-close-button {
  position: fixed;
  top: 81px;
  right: 15px;
  z-index: 5; }

.overlay-opened #reveal-pane-top,
.overlay-opened #reveal-pane-bottom {
  display: none; }

.overlay-static-img {
  width: 100%; }

body.ajax-mode .mobile-overlay-close-button {
  display: none !important; }

/*Media Slider*/
.using-media-slider .media-slider-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5; }

.using-media-slider .media-slider-item {
  display: block;
  position: absolute;
  width: 100%;
  height: auto !important;
  overflow: visible;
  top: 0;
  left: 0;
  z-index: 5; }

.using-media-slider .media-slider-ribbons {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: url("../img/colors.png") repeat; }

.using-media-slider .carousel-thumbs .shadow {
  position: absolute;
  bottom: -10%; }

.using-media-slider .slider-new-obj {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.using-media-slider .media-slider-wrapper {
  cursor: pointer; }

.using-media-slider .media-slider-item.slide-media {
  top: -200%;
  -webkit-transition: top 0.6s ease-in-out;
  -moz-transition: top 0.6s ease-in-out;
  -o-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out; }

.using-media-slider .media-slider-item.slider-new-obj {
  top: 0% !important; }

.using-media-slider .carousel-thumbs .media-slider-ribbons {
  -webkit-transition: top 0.1s ease-in-out;
  -moz-transition: top 0.1s ease-in-out;
  -o-transition: top 0.1s ease-in-out;
  transition: top 0.1s ease-in-out; }

.using-media-slider .carousel-thumbs .media-slider:hover .media-slider-ribbons {
  top: 97%;
  -webkit-transition: top 0.1s ease-in-out;
  -moz-transition: top 0.1s ease-in-out;
  -o-transition: top 0.1s ease-in-out;
  transition: top 0.1s ease-in-out; }

/* Carousel */
.mgb-carousel {
  position: relative;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0); }
  .mgb-carousel .item,
  .mgb-carousel .viewport {
    height: 637px; }
  .mgb-carousel .viewport {
    width: 100%;
    position: relative;
    top: 0px;
    overflow: hidden;
    padding-bottom: 80px; }
  .mgb-carousel .handle {
    list-style: none;
    *zoom: 1;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 99000px;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
    text-align: left; }
    .mgb-carousel .handle:before, .mgb-carousel .handle:after {
      display: table;
      content: "";
      line-height: 0; }
    .mgb-carousel .handle:after {
      clear: both; }
  .mgb-carousel .handle .active {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    cursor: default; }
  .mgb-carousel .item {
    float: left;
    padding-right: 24px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    position: relative;
    cursor: pointer; }
  .mgb-carousel .item img {
    height: 100%;
    width: auto;
    float: left;
    max-width: none; }
  .mgb-carousel .item-title {
    display: none; }
  .mgb-carousel .carousel-title-bar {
    position: absolute;
    bottom: 0px;
    height: 80px;
    background: #f3efe8;
    width: 100%;
    text-align: center;
    z-index: 10; }
    .mgb-carousel .carousel-title-bar > .container {
      height: 100%; }
    .mgb-carousel .carousel-title-bar .campaign-carousel-pager {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0; }
    .mgb-carousel .carousel-title-bar .campaign-carousel-pager .campaign-carousel-pager-container {
      padding: 0 36px;
      position: relative;
      line-height: 27px;
      display: inline-block; }
      .mgb-carousel .carousel-title-bar .campaign-carousel-pager .campaign-carousel-pager-container i {
        position: absolute;
        top: 0;
        margin: 0; }
      .mgb-carousel .carousel-title-bar .campaign-carousel-pager .campaign-carousel-pager-container i.icon-mgb-carousel-arrow-left {
        left: 0; }
      .mgb-carousel .carousel-title-bar .campaign-carousel-pager .campaign-carousel-pager-container i.icon-mgb-carousel-arrow-right {
        right: 0; }
  .mgb-carousel .pag-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .mgb-carousel .pag-nav li {
      cursor: pointer;
      margin: 0 3px;
      text-indent: -9999em;
      width: 9px;
      height: 8px;
      background: url("../img/sprite_other.png") no-repeat 0 -214px;
      display: inline-block; }
    .mgb-carousel .pag-nav li.active {
      background-position: 0 -242px; }

.centered-carousel-snap-it .handle {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

/* VIDEOS */
.video-player {
  position: relative; }

.video-poster {
  overflow: hidden;
  display: block; }

.video-player-active .video-poster {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 15; }

.video-item.active .video-player-active .video-poster {
  z-index: 0; }

.video-player-active .player-container {
  position: absolute;
  top: 0;
  left: 0; }

.video-player-active .player-container object,
.video-player-active .player-container video {
  z-index: 50;
  width: 100% !important;
  height: 100% !important; }

.player-container span {
  height: 100%; }

/* IE9 fix */
/* MOBILE OVERLAYS */
.mobile-overlay {
  display: none; }

.mobile-overlay .page-header {
  *zoom: 1;
  border-bottom: 0;
  background: url("../img/bg_header.png") repeat-x center 28px;
  padding: 0;
  margin: 21px 0; }
  .mobile-overlay .page-header:before, .mobile-overlay .page-header:after {
    display: table;
    content: "";
    line-height: 0; }
  .mobile-overlay .page-header:after {
    clear: both; }
.mobile-overlay .page-header h1 {
  margin-bottom: 0.67em;
  background: #f3efe8; }
.mobile-overlay ul {
  margin-bottom: 0; }
.mobile-overlay .capabilities ul {
  margin-bottom: 20px; }

.mobile-overlay .mobile-bottom-nav {
  display: none; }

.mobile-overlay-close {
  display: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  background: url("../img/hd/sprite_mobile-nav.png") no-repeat;
  background-size: 43px;
  background-position: -12px -74px;
  width: 20px;
  height: 27px;
  padding: 0;
  margin: 15px 0; }

/* Color Carousel */
#about-colors-carousel {
  height: 100%;
  min-height: 100%;
  top: 0;
  padding-bottom: 0; }
  #about-colors-carousel.viewport {
    overflow-x: hidden;
    overflow-y: auto; }
  #about-colors-carousel .handle {
    list-style: none;
    *zoom: 1;
    margin: 0;
    height: 100%; }
    #about-colors-carousel .handle:before, #about-colors-carousel .handle:after {
      display: table;
      content: "";
      line-height: 0; }
    #about-colors-carousel .handle:after {
      clear: both; }
  #about-colors-carousel .handle li {
    float: left;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 1200px;
    margin: 0;
    height: 100%;
    position: relative;
    min-height: 578px; }
  #about-colors-carousel .item {
    padding-right: 0; }
  #about-colors-carousel .handle li > h1, #about-colors-carousel .handle li > h2 {
    margin-left: 300px; }
  #about-colors-carousel h1 {
    line-height: 75px;
    font-size: 4em;
    color: white;
    float: left;
    padding-right: 13px;
    margin-right: 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    font-family: "Sabon LT W01 Roman"; }
  #about-colors-carousel h2, #about-colors-carousel h3 {
    font-family: "FrutigerLTW01-55Roman";
    color: white;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin-bottom: 0; }
  #about-colors-carousel h2 {
    font-weight: bold;
    margin-top: 200px; }
  #about-colors-carousel h3 {
    float: left;
    line-height: 90px; }
  #about-colors-carousel .color-carousel-content {
    max-width: 1400px;
    margin: 10% auto 0; }
  #about-colors-carousel .color-carousel-pager {
    text-align: center;
    color: white;
    position: absolute;
    width: 100%;
    bottom: 60px;
    font-size: 1.3em;
    line-height: 30px; }
  #about-colors-carousel .color-carousel-pager small {
    margin: 0 0 1em;
    font-size: 0.7em;
    display: block;
    font-family: "FrutigerLTW01-55Roman";
    line-height: 1.5em; }
  #about-colors-carousel .color-carousel-pager-container {
    padding: 0 36px;
    position: relative;
    line-height: 27px;
    display: inline-block;
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-family: "Sabon LT W01 Italic"; }
    #about-colors-carousel .color-carousel-pager-container i {
      position: absolute;
      top: 0;
      margin: 0; }
    #about-colors-carousel .color-carousel-pager-container i.icon-mgb-carousel-arrow-left {
      left: 0; }
    #about-colors-carousel .color-carousel-pager-container i.icon-mgb-carousel-arrow-right {
      right: 0; }
    #about-colors-carousel .color-carousel-pager-container.color-carousel-last {
      margin-right: 40px; }
  #about-colors-carousel p {
    font-size: 1em; }
  #about-colors-carousel .white {
    background: #f3efe8; }
    #about-colors-carousel .white h1 {
      color: #bfb5a8;
      border-right: none;
      padding-right: 0;
      margin-right: 50px;
      line-height: 95px;
      margin-left: 0 !important; }
    #about-colors-carousel .white h2 {
      margin-left: 0; }
    #about-colors-carousel .white .color-carousel-pager {
      color: #a6a6a6; }
    #about-colors-carousel .white .color-carousel-pager span {
      opacity: 1;
      filter: alpha(opacity=100); }
    #about-colors-carousel .white p {
      overflow: hidden;
      border-left: 1px solid #cccccc;
      padding-left: 50px;
      margin-right: 120px; }
    #about-colors-carousel .white img {
      width: auto;
      height: auto;
      margin: 0 auto;
      float: none;
      display: block;
      max-width: 60%;
      width: auto; }
  #about-colors-carousel .brown {
    background-color: #58432e; }
  #about-colors-carousel .blue {
    background-color: #37939b; }
  #about-colors-carousel .tan {
    background-color: #d8a040; }
  #about-colors-carousel .pink {
    background-color: #b02d7f; }
  #about-colors-carousel .green {
    background-color: #b9b309; }
  #about-colors-carousel .orange {
    background-color: #eb6c2b; }
  #about-colors-carousel .pag-nav {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center; }
  #about-colors-carousel .pag-nav li {
    margin: 0 4px;
    background-image: none;
    height: 7px;
    width: 7px;
    background-color: rgba(0, 0, 0, 0.2); }
  #about-colors-carousel .pag-nav li.active {
    background-color: rgba(0, 0, 0, 0.5); }

/* GOOGLE MAPPER */
#google-map-container {
  background: white; }
  #google-map-container img {
    max-width: none; }

#google-map-infowindow-contents {
  display: none; }

.office-infowindow {
  min-width: 360px;
  font-size: 16px;
  overflow: auto; }
  .office-infowindow .office-img {
    float: left;
    width: 117px;
    margin-right: 12px; }
  .office-infowindow .office-info {
    overflow: hidden;
    color: #999999;
    padding-right: 28px;
    font-family: "Sabon LT W01 Bold"; }
  .office-infowindow .office-info a {
    font-family: "Sabon LT W01 Italic"; }
  .office-infowindow .office-info address {
    font-size: 0.85em;
    margin-bottom: 0.8em;
    color: #999999; }
  .office-infowindow .office-info p {
    margin: 0.6em 0;
    font-size: 1em; }

/* Masonry Animation (disabled on purpose) */
/*
.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
 -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
     -ms-transition-timing-function: linear;
      -o-transition-timing-function: linear;
         transition-timing-function: linear;

}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
*/
/* OCTOPUS */
.octopus-show * {
  display: none !important; }

.octopus-show .octopus {
  display: block !important; }

.octopus {
  display: none !important;
  opacity: 0; }

/*
 * Bootstrap Responsive v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width; }

.hidden {
  display: none;
  visibility: hidden; }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-tablet {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-phone {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: inherit !important; }

  .hidden-print {
    display: none !important; } }
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media (max-width: 479px) {
  .container {
    width: auto; }

  .row {
    margin-left: 0; }

  [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .nav-collapse {
    -webkit-transform: translated3d(0, 0, 0); }

  .row > .flex[class*="span"] {
    float: none;
    width: auto; }

  .span12.flex .bucket[class*="span"] {
    float: none;
    width: auto; }

  .flex-expand .span6 .span2 {
    width: auto; }
  .flex-expand .span6 .span4 {
    width: auto; } }
@media (min-width: 480px) and (max-width: 599px) {
  .row {
    margin-left: -24px;
    *zoom: 1; }
    .row:before, .row:after {
      display: table;
      content: "";
      line-height: 0; }
    .row:after {
      clear: both; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 24px; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 432px; }

  .span12 {
    width: 432px; }

  .span11 {
    width: 394px; }

  .span10 {
    width: 356px; }

  .span9 {
    width: 318px; }

  .span8 {
    width: 280px; }

  .span7 {
    width: 242px; }

  .span6 {
    width: 204px; }

  .span5 {
    width: 166px; }

  .span4 {
    width: 128px; }

  .span3 {
    width: 90px; }

  .span2 {
    width: 52px; }

  .span1 {
    width: 14px; }

  .offset12 {
    margin-left: 480px; }

  .offset11 {
    margin-left: 442px; }

  .offset10 {
    margin-left: 404px; }

  .offset9 {
    margin-left: 366px; }

  .offset8 {
    margin-left: 328px; }

  .offset7 {
    margin-left: 290px; }

  .offset6 {
    margin-left: 252px; }

  .offset5 {
    margin-left: 214px; }

  .offset4 {
    margin-left: 176px; }

  .offset3 {
    margin-left: 138px; }

  .offset2 {
    margin-left: 100px; }

  .offset1 {
    margin-left: 62px; }

  .row > .flex[class*="span"] {
    float: none;
    width: auto; }

  .span12.flex .bucket[class*="span"] {
    float: none;
    width: auto; }

  .flex .span3 {
    width: 204px; }

  .flex .span2 {
    width: 128px; }

  .flex-collapse [class*="span"] [class*="span"],
  .flex-collapse.flex-expand [class*="span"] [class*="span"] {
    float: left; }
  .flex-collapse .span6 .span2,
  .flex-collapse.flex-expand .span6 .span2 {
    width: 128px; }

  .flex-expand [class*="span"],
  .flex-expand .span6 .span2,
  .flex-expand .span6 .span4 {
    float: none;
    width: auto; } }
@media (min-width: 600px) and (max-width: 767px) {
  .row {
    margin-left: -24px;
    *zoom: 1; }
    .row:before, .row:after {
      display: table;
      content: "";
      line-height: 0; }
    .row:after {
      clear: both; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 24px; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 552px; }

  .span12 {
    width: 552px; }

  .span11 {
    width: 504px; }

  .span10 {
    width: 456px; }

  .span9 {
    width: 408px; }

  .span8 {
    width: 360px; }

  .span7 {
    width: 312px; }

  .span6 {
    width: 264px; }

  .span5 {
    width: 216px; }

  .span4 {
    width: 168px; }

  .span3 {
    width: 120px; }

  .span2 {
    width: 72px; }

  .span1 {
    width: 24px; }

  .offset12 {
    margin-left: 600px; }

  .offset11 {
    margin-left: 552px; }

  .offset10 {
    margin-left: 504px; }

  .offset9 {
    margin-left: 456px; }

  .offset8 {
    margin-left: 408px; }

  .offset7 {
    margin-left: 360px; }

  .offset6 {
    margin-left: 312px; }

  .offset5 {
    margin-left: 264px; }

  .offset4 {
    margin-left: 216px; }

  .offset3 {
    margin-left: 168px; }

  .offset2 {
    margin-left: 120px; }

  .offset1 {
    margin-left: 72px; }

  .row > .flex[class*="span"] {
    float: none;
    width: auto; }

  .span12.flex .bucket[class*="span"] {
    float: none;
    width: auto; }

  .flex .span3 {
    width: 264px; }

  .flex .span2 {
    width: 168px; }

  .flex-expand .span6 .span2 {
    width: 168px; }
  .flex-expand .span6 .span4 {
    width: 360px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .row {
    margin-left: -24px;
    *zoom: 1; }
    .row:before, .row:after {
      display: table;
      content: "";
      line-height: 0; }
    .row:after {
      clear: both; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 24px; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 696px; }

  .span12 {
    width: 696px; }

  .span11 {
    width: 636px; }

  .span10 {
    width: 576px; }

  .span9 {
    width: 516px; }

  .span8 {
    width: 456px; }

  .span7 {
    width: 396px; }

  .span6 {
    width: 336px; }

  .span5 {
    width: 276px; }

  .span4 {
    width: 216px; }

  .span3 {
    width: 156px; }

  .span2 {
    width: 96px; }

  .span1 {
    width: 36px; }

  .offset12 {
    margin-left: 744px; }

  .offset11 {
    margin-left: 684px; }

  .offset10 {
    margin-left: 624px; }

  .offset9 {
    margin-left: 564px; }

  .offset8 {
    margin-left: 504px; }

  .offset7 {
    margin-left: 444px; }

  .offset6 {
    margin-left: 384px; }

  .offset5 {
    margin-left: 324px; }

  .offset4 {
    margin-left: 264px; }

  .offset3 {
    margin-left: 204px; }

  .offset2 {
    margin-left: 144px; }

  .offset1 {
    margin-left: 84px; }

  .row > .flex[class*="span"] {
    float: none;
    width: auto; }

  .flex .span3 {
    width: 336px; }

  .flex .span2 {
    width: 216px; }

  .flex-expand .span6 .span2 {
    width: 216px; }
  .flex-expand .span6 .span4 {
    width: 456px; } }
@media (min-width: 1024px) and (max-width: 1279px) {
  .row {
    margin-left: -24px;
    *zoom: 1; }
    .row:before, .row:after {
      display: table;
      content: "";
      line-height: 0; }
    .row:after {
      clear: both; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 24px; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 840px; }

  .span12 {
    width: 840px; }

  .span11 {
    width: 768px; }

  .span10 {
    width: 696px; }

  .span9 {
    width: 624px; }

  .span8 {
    width: 552px; }

  .span7 {
    width: 480px; }

  .span6 {
    width: 408px; }

  .span5 {
    width: 336px; }

  .span4 {
    width: 264px; }

  .span3 {
    width: 192px; }

  .span2 {
    width: 120px; }

  .span1 {
    width: 48px; }

  .offset12 {
    margin-left: 888px; }

  .offset11 {
    margin-left: 816px; }

  .offset10 {
    margin-left: 744px; }

  .offset9 {
    margin-left: 672px; }

  .offset8 {
    margin-left: 600px; }

  .offset7 {
    margin-left: 528px; }

  .offset6 {
    margin-left: 456px; }

  .offset5 {
    margin-left: 384px; }

  .offset4 {
    margin-left: 312px; }

  .offset3 {
    margin-left: 240px; }

  .offset2 {
    margin-left: 168px; }

  .offset1 {
    margin-left: 96px; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .row {
    margin-left: -24px;
    *zoom: 1; }
    .row:before, .row:after {
      display: table;
      content: "";
      line-height: 0; }
    .row:after {
      clear: both; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 24px; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1128px; }

  .span12 {
    width: 1128px; }

  .span11 {
    width: 1032px; }

  .span10 {
    width: 936px; }

  .span9 {
    width: 840px; }

  .span8 {
    width: 744px; }

  .span7 {
    width: 648px; }

  .span6 {
    width: 552px; }

  .span5 {
    width: 456px; }

  .span4 {
    width: 360px; }

  .span3 {
    width: 264px; }

  .span2 {
    width: 168px; }

  .span1 {
    width: 72px; }

  .offset12 {
    margin-left: 1176px; }

  .offset11 {
    margin-left: 1080px; }

  .offset10 {
    margin-left: 984px; }

  .offset9 {
    margin-left: 888px; }

  .offset8 {
    margin-left: 792px; }

  .offset7 {
    margin-left: 696px; }

  .offset6 {
    margin-left: 600px; }

  .offset5 {
    margin-left: 504px; }

  .offset4 {
    margin-left: 408px; }

  .offset3 {
    margin-left: 312px; }

  .offset2 {
    margin-left: 216px; }

  .offset1 {
    margin-left: 120px; }

  .flex-expand > .row > [class*="span"] {
    float: left; }
    .flex-expand > .row > [class*="span"].span3 {
      width: 264px; }
    .flex-expand > .row > [class*="span"].span6 {
      width: 552px; }
  .flex-expand .span6 .span2 {
    width: 168px; }
  .flex-expand .span6 .span4 {
    width: 360px; } }
@media (min-width: 1440px) and (max-width: 1679px) {
  .row {
    margin-left: -24px;
    *zoom: 1; }
    .row:before, .row:after {
      display: table;
      content: "";
      line-height: 0; }
    .row:after {
      clear: both; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 24px; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1272px; }

  .span12 {
    width: 1272px; }

  .span11 {
    width: 1164px; }

  .span10 {
    width: 1056px; }

  .span9 {
    width: 948px; }

  .span8 {
    width: 840px; }

  .span7 {
    width: 732px; }

  .span6 {
    width: 624px; }

  .span5 {
    width: 516px; }

  .span4 {
    width: 408px; }

  .span3 {
    width: 300px; }

  .span2 {
    width: 192px; }

  .span1 {
    width: 84px; }

  .offset12 {
    margin-left: 1320px; }

  .offset11 {
    margin-left: 1212px; }

  .offset10 {
    margin-left: 1104px; }

  .offset9 {
    margin-left: 996px; }

  .offset8 {
    margin-left: 888px; }

  .offset7 {
    margin-left: 780px; }

  .offset6 {
    margin-left: 672px; }

  .offset5 {
    margin-left: 564px; }

  .offset4 {
    margin-left: 456px; }

  .offset3 {
    margin-left: 348px; }

  .offset2 {
    margin-left: 240px; }

  .offset1 {
    margin-left: 132px; }

  .flex-expand > .row > [class*="span"] {
    float: left; }
    .flex-expand > .row > [class*="span"].span3 {
      width: 300px; }
    .flex-expand > .row > [class*="span"].span6 {
      width: 624px; }
  .flex-expand .span6 .span2 {
    width: 192px; }
  .flex-expand .span6 .span4 {
    width: 408px; } }
@media (min-width: 1680px) {
  .row {
    margin-left: -24px;
    *zoom: 1; }
    .row:before, .row:after {
      display: table;
      content: "";
      line-height: 0; }
    .row:after {
      clear: both; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 24px; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1560px; }

  .span12 {
    width: 1560px; }

  .span11 {
    width: 1428px; }

  .span10 {
    width: 1296px; }

  .span9 {
    width: 1164px; }

  .span8 {
    width: 1032px; }

  .span7 {
    width: 900px; }

  .span6 {
    width: 768px; }

  .span5 {
    width: 636px; }

  .span4 {
    width: 504px; }

  .span3 {
    width: 372px; }

  .span2 {
    width: 240px; }

  .span1 {
    width: 108px; }

  .offset12 {
    margin-left: 1608px; }

  .offset11 {
    margin-left: 1476px; }

  .offset10 {
    margin-left: 1344px; }

  .offset9 {
    margin-left: 1212px; }

  .offset8 {
    margin-left: 1080px; }

  .offset7 {
    margin-left: 948px; }

  .offset6 {
    margin-left: 816px; }

  .offset5 {
    margin-left: 684px; }

  .offset4 {
    margin-left: 552px; }

  .offset3 {
    margin-left: 420px; }

  .offset2 {
    margin-left: 288px; }

  .offset1 {
    margin-left: 156px; }

  .flex-expand > .row > [class*="span"] {
    float: left; }
    .flex-expand > .row > [class*="span"].span3 {
      width: 372px; }
    .flex-expand > .row > [class*="span"].span6 {
      width: 768px; }
  .flex-expand .span6 .span2 {
    width: 240px; }
  .flex-expand .span6 .span4 {
    width: 504px; } }
@media (max-width: 767px) {
  body {
    padding-top: 0; }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static; }

  .navbar-fixed-top {
    margin-bottom: 20px; }

  .navbar-fixed-bottom {
    margin-top: 20px; }

  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px; }

  .navbar .container {
    width: auto;
    padding: 0; }

  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px; }

  .nav-collapse {
    clear: both; }

  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px; }

  .nav-collapse .nav > li {
    float: none; }

  .nav-collapse .nav > li > a {
    margin-bottom: 2px; }

  .nav-collapse .nav > .divider-vertical {
    display: none; }

  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none; }

  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px; }

  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2; }

  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999; }

  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111; }

  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0; }

  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .nav-collapse .open > .dropdown-menu {
    display: block; }

  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none; }

  .nav-collapse .dropdown-menu .divider {
    display: none; }

  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none; }

  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111; }

  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0; }

  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0; }

  .navbar .btn-navbar {
    display: block; }

  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px; } }
@media (min-width: 768px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important; } }
.default-mode .main-container.fill-page {
  height: auto !important; }
.default-mode #site-main {
  height: auto; }
.default-mode #site-main {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }
.default-mode.ismobile .homepage .mobile-featured-work {
  display: block; }
.default-mode.ismobile section .mobile-section-nav {
  display: block; }
.default-mode.ismobile .mobile-bottom {
  display: block; }
.default-mode.ismobile footer.navbar {
  display: none; }

/* PORTRAIT PHONE (LESS THAN 480) */
@media (max-width: 479px) {
  .ismobile .main-container {
    padding-bottom: 0; }
  .ismobile footer.navbar-fixed-bottom {
    position: relative; }

  html, body {
    height: 100%; }

  .container,
  header.navbar .container,
  footer.navbar .container {
    width: auto;
    margin: 0 24px; }

  .navbar-fixed-top {
    margin: 0; }

  p, a {
    font-size: 0.85em;
    line-height: 1.45em; }

  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.05em; }

  h3 {
    font-size: 0.9em; }

  h4 {
    font-size: 1.6em; }

  h5 {
    font-size: 0.85em; }

  h6 {
    font-size: 0.85em; }

  .featured-work-item-info h5 {
    font-size: 1.3em; }

  hr {
    margin: 0.4em 0 1em; }

  .btn {
    display: block; }

  .btn.hidden-phone {
    display: none; }

  header .mobile-nav .row {
    text-align: center; }
  header .mobile-nav .span6 {
    display: inline-block;
    width: 124px;
    margin-left: 24px; }
  header .mobile-nav .span6:first-child {
    margin-left: 0; }

  .icon-mgb-circle-orange[class^="icon-mgb-"],
  .icon-mgb-circle-orange[class^=" icon-mgb-"] {
    background-position: -2px -811px;
    height: 42px;
    width: 73px;
    margin-top: -37px;
    margin-left: -37px;
    font-size: 1.2em;
    padding-top: 31px; }

  .expand-container.container {
    margin: 0; }

  section .page-header {
    background-position: center 17px; }
  section .page-header.page-subheader {
    background-position: center 29px; }
  section .section-nav ul.nav .nav-header {
    font-size: 0.85em; }

  .nav-pills > li.filtered .remove-filter {
    display: block; }

  .row > .hidden-phone[class*="span"] {
    display: none; }

  .work .page-header .section-nav {
    display: none; }
  .work .section-nav .nav {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .work .section-nav .nav-pills > li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 33%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px; }
  .work .section-nav .nav-pills > li:first-child {
    margin-left: 0; }
  .work .section-nav .nav-pills > li > a {
    margin: 0;
    text-align: center;
    line-height: 2.45em;
    padding: 0; }
  .work .section-nav .nav-pills > li > a[data-toggle="collapse"],
  .work .section-nav .nav-pills > li > a[data-toggle="dropdown"] {
    padding: 0; }
  .work .section-nav .nav-pills > li.filtered > a[data-toggle="dropdown"] {
    display: none; }
  .work .section-nav .nav-pills > li > a > .remove-filter {
    position: relative;
    margin: 0 auto;
    border-left: 0; }

  .about .page-header .section-nav {
    display: none; }
  .about .row li {
    font-size: 0.8em;
    line-height: 1.4em; }
  .about .row.clients li {
    font-size: 0.9em; }

  .offices .bucket .view-location {
    margin-bottom: 0; }
  .offices .locations {
    text-align: center;
    margin-bottom: 24px; }
  .offices .locations h3 {
    text-align: left; }
  .offices .locations .bucket {
    width: 124px;
    display: inline-block;
    margin-left: 24px; }
  .offices .locations .bucket:first-child {
    margin-left: 0; }
  .offices .row li {
    font-size: 0.8em;
    line-height: 1.4em; }

  .people .hero-unit .pull-left {
    margin-left: 24px; }
  .people .hero-unit .pull-right {
    margin-right: 24px; }
  .people .hero-unit h5 {
    line-height: 1.45em;
    font-size: 1em; }
  .people .hero-unit p {
    font-size: 0.85em;
    line-height: 1.45em;
    margin: 0; }
  .people .hero-unit a.btn {
    font-size: 0.75em;
    display: inline-block;
    margin-top: 0.6em;
    padding-left: 1.2em;
    padding-right: 1.2em; }
  .people .expand-container .page-header {
    margin-left: 24px;
    margin-right: 24px;
    background-position: center 24px;
    margin-bottom: 28px; }
  .people .expand-container .people .bucket {
    padding: 8px 24px 12px;
    border-bottom: 1px solid #ccc6bd;
    margin-bottom: 0; }
  .people .expand-container .people-rows {
    border-top: 1px solid #ccc6bd; }
  .people .expand-container .load-more {
    margin: 0 24px; }
  .people .bucket h6 {
    margin-right: 20px; }
  .people .bucket .icon-mgb-mobile-leafpage {
    display: block; }
  .people .bucket a .bucket-info,
  .people .bucket a:hover .bucket-info {
    display: none !important; }
  .people h6 {
    font-size: 1.35em;
    color: #999; }
  .people .people .bucket {
    text-align: left; }
  .people .people .bucket:first-child {
    margin-left: 0; }
  .people .bucket p {
    margin: 0 20px 0 0; }
  .people .people p small {
    font-size: 10px; }
  .people .people a {
    font-size: 0.85em; }
  .people .people img {
    display: none; }
  .people .people a.trigger-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .people .people .bucket:active,
  .people .people .bucket:hover,
  .people .people .bucket:hover h6,
  .people .people .bucket:active h6 {
    color: #eb6c2b; }

  .careers .page-header .section-nav {
    float: none;
    clear: both; }
  .careers .page-subheader {
    margin-bottom: 33px; }
  .careers .hero-unit a.btn {
    float: none;
    font-size: 1.05em; }
  .careers h5 {
    font-size: 1.05em; }
  .careers h6 {
    font-size: 0.85em; }

  .search input[type="text"] {
    font-size: 2.65em; }
  .search input[type="text"].results {
    font-size: 1.8em; }
  .search h2 {
    font-size: 0.85em; }
  .search ul {
    font-size: 1.4em; }
  .search ul li a small {
    font-size: 0.7em; }

  .terms-and-conditions h1 {
    margin-top: 1em; }
  .terms-and-conditions h2 {
    font-size: 1.05em;
    color: #999999;
    margin-top: 1.6em; }
  .terms-and-conditions p {
    font-size: 0.85em; }

  .error-page h1 {
    font-size: 10em; }
  .error-page h2 {
    font-size: 1em; }
  .error-page p {
    font-size: 0.75em; }

  .mgb-carousel .item,
  .mgb-carousel .viewport {
    height: 180px; }

  footer.navbar .navbar-inner {
    height: auto; }
  footer.navbar .container {
    margin: 0; }
  footer.navbar .container > div > p.pull-right {
    text-align: right;
    color: #999999;
    font-size: 0.9em;
    float: none;
    background: #f3efe8;
    border-top: 1px solid #cccccc;
    padding: 0 24px; }

  .subsection h1 {
    font-size: 2.5em;
    color: #cccccc; }
    .subsection h1 small {
      font-size: 0.75em;
      color: #cccccc; }
  .subsection.work .btn {
    float: none; }
  .subsection.work .spacer {
    display: none; }
  .subsection.work p {
    font-size: 0.9em; }
  .subsection.work .campaign-item-title {
    font-size: 0.85em;
    color: #cccccc; }
  .subsection.about #about-colors-carousel .handle li {
    min-height: 480px; }
  .subsection.people .people-name {
    font-size: 1.2em; }
  .subsection.terms-and-conditions h1 {
    font-size: 1.65em;
    color: #cccccc; } }
/* PORTRAIT PHONE (480-599) */
@media (min-width: 480px) and (max-width: 599px) {
  header.navbar .container,
  footer.navbar .container {
    width: 432px; }

  .error-page h1 {
    font-size: 16em; }
  .error-page h2 {
    font-size: 1.4em; }
  .error-page p {
    font-size: 0.85em; }

  .subsection.people .people-name {
    font-size: 1.45em; } }
/* PORTRAIT PHONE & LANDSCAPE PHONE (480-767) */
@media (min-width: 480px) and (max-width: 767px) {
  h1 {
    font-size: 3.1em; }

  h2 {
    font-size: 1.2em; }

  h3 {
    font-size: 1.05em; }

  h4 {
    font-size: 1.85em; }

  h5 {
    font-size: 1.3em; }

  h6 {
    font-size: 0.85em; }

  .filtered-label {
    display: none !important; }

  .icon-mgb-circle-orange[class^="icon-mgb-"],
  .icon-mgb-circle-orange[class^=" icon-mgb-"] {
    background-position: -2px -506px;
    height: 53px;
    width: 89px;
    margin-top: -44px;
    margin-left: -44px;
    font-size: 1.5em;
    padding-top: 36px; }

  .ismobile .people .bucket .icon-mgb-mobile-leafpage {
    display: none; }

  section .page-header {
    background-position: center 19px; }
  section .section-nav ul.row {
    margin-left: -24px; } }
/* PORTRAIT PHONE (LESS THAN 600) */
@media (max-width: 599px) {
  .main-container {
    padding-bottom: 80px; }

  .people .hero-unit {
    padding-top: 74px; }

  .social .bucket {
    padding-left: 51px; }
  .social .icon-mgb-social {
    width: 28px;
    height: 28px; }
  .social .bucket .icon-mgb-social {
    position: absolute;
    left: 13px;
    top: 38px; }
  .social .blog .icon-mgb-social {
    background-position: -163px -264px; }
  .social .facebook .icon-mgb-social {
    background-position: -203px -264px; }
  .social .twitter .icon-mgb-social {
    background-position: -244px -264px; }

  .careers [class*="span"] {
    float: none;
    width: auto; }

  .mgb-carousel .viewport {
    top: 58px; }

  .overlay-close-button {
    width: 28px;
    height: 28px;
    background-position: -2px -264px;
    top: 70px; }

  .overlay-close-button:hover {
    background-position: -2px -304px; }

  .subsection h1 {
    font-size: 1.2em; }
  .subsection .page-header {
    margin: 2.5em 0 2em; }
  .subsection.about .row {
    width: 100%; }
  .subsection.about [class*="span"] {
    float: none;
    width: auto; }
  .subsection.people .people-title, .subsection.people .people-office {
    font-size: 0.8em; }
  .subsection.people .people-bio p {
    font-size: 0.85em; }

  footer.navbar .navbar-inner {
    height: auto; }

  footer.navbar .nav {
    float: none; }

  footer.navbar p.pull-right {
    float: none;
    text-align: center; } }
/* LANDSCAPE PHONE (600-767) */
@media (min-width: 600px) and (max-width: 767px) {
  header.navbar .container,
  footer.navbar .container {
    width: 552px; }

  .social .bucket {
    padding-left: 60px; }
  .social .icon-mgb-social {
    width: 37px;
    height: 37px; }
  .social .bucket .icon-mgb-social {
    position: absolute;
    left: 13px;
    top: 38px; }
  .social .blog .icon-mgb-social {
    background-position: -214px -149px; }
  .social .facebook .icon-mgb-social {
    background-position: -268px -149px; }
  .social .twitter .icon-mgb-social {
    background-position: -322px -149px; }

  .error-page h1 {
    font-size: 20em; }
  .error-page h2 {
    font-size: 1.5em; }
  .error-page p {
    font-size: 1em; }

  .subsection .page-header {
    margin: 2em 0; }
  .subsection.people .people-name {
    font-size: 1.85em; }
  .subsection.people .people-title, .subsection.people .people-office {
    font-size: 0.9em; }
  .subsection.people .people-bio p {
    font-size: 0.9em; }

  .mgb-carousel .viewport {
    top: 67px; }

  .overlay-close-button {
    width: 37px;
    height: 37px;
    background-position: 0 -149px; }

  .overlay-close-button:hover {
    background-position: 0 -199px; } }
/* PORTRAIT PHONE & LANDSCAPE PHONE (LESS THAN 768) */
@media (max-width: 767px) {
  body {
    padding: 0; }

  .main-container {
    top: 0;
    padding-top: 62px; }

  header.navbar-fixed-top {
    position: fixed; }
  header.navbar-fixed-top .navbar-inner {
    padding: 0; }
  header .desktop-nav {
    display: none; }
  header .btn-navbar {
    display: block; }
  header .nav-collapse.in {
    display: block; }
  header.navbar .logo {
    float: none;
    margin: 10px auto; }
  header .icon-mgb-search {
    position: absolute;
    right: 0;
    top: 0; }

  footer.navbar-fixed-bottom {
    position: fixed; }
    footer.navbar-fixed-bottom .navbar-inner {
      padding: 0; }

  section .section-nav ul.nav.nav-pills li:first-child a {
    border-top: 0; }
  section .section-nav .nav-header {
    font-family: "Sabon LT W01 Bold";
    color: #a6a6a6;
    padding: 0;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 8px; }
  section .page-header {
    text-align: center; }
    section .page-header h1 {
      float: none;
      display: inline-block;
      padding: 0 0.4em;
      letter-spacing: -1px;
      margin: 0; }
  section.subsection .page-header h1 {
    float: left; }

  .mobile-overlay .page-header {
    text-align: center; }
    .mobile-overlay .page-header h1 {
      float: none;
      display: inline-block;
      padding: 0 0.4em;
      letter-spacing: -1px;
      margin: 0; }

  .homepage {
    padding-top: 0; }
    .homepage .carousel .carousel-content-wrapper {
      position: static;
      margin: 0; }
    .homepage .carousel .carousel-content-wrapper .container {
      width: 100%;
      margin: 0; }
    .homepage .carousel .carousel-content-wrapper .carousel-content {
      border: none;
      position: static;
      width: auto;
      height: auto;
      -webkit-transition: background 0.4s;
      -moz-transition: background 0.4s;
      -o-transition: background 0.4s;
      transition: background 0.4s; }
      .homepage .carousel .carousel-content-wrapper .carousel-content h2 {
        font-size: 1.2em;
        margin: 0 55px;
        padding: 0.9em 0 0.3em;
        line-height: 1.25em; }
      .homepage .carousel .carousel-content-wrapper .carousel-content p {
        font-size: 1.05em;
        line-height: 1.3em;
        padding: 0 0 1em;
        margin: 0 55px; }
      .homepage .carousel .carousel-content-wrapper .carousel-content span {
        font-style: italic; }
      .homepage .carousel .carousel-content-wrapper .carousel-content .btn {
        display: none; }
      .homepage .carousel .carousel-content-wrapper .carousel-content .carousel-nav {
        margin: 0; }
      .homepage .carousel .carousel-content-wrapper .carousel-content .carousel-nav .icon-mgb-carousel-arrow-left {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        padding-left: 2em;
        margin-left: 0;
        background-image: url("../img/hd/icon_carousel_left.png");
        background-position: center center;
        background-size: 24px 24px; }
      .homepage .carousel .carousel-content-wrapper .carousel-content .carousel-nav .icon-mgb-carousel-arrow-right {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding-right: 2em;
        margin-right: 0;
        background-image: url("../img/hd/icon_carousel_right.png");
        background-position: center center;
        background-size: 24px 24px; }
    .homepage .carousel[data-carousel-color="Brown"] .carousel-content {
      background: #58432e; }
    .homepage .carousel[data-carousel-color="Gold"] .carousel-content {
      background: #d8a040; }
    .homepage .carousel[data-carousel-color="Green"] .carousel-content {
      background: #b9b309; }
    .homepage .carousel[data-carousel-color="Orange"] .carousel-content {
      background: #eb6c2b; }
    .homepage .carousel[data-carousel-color="Pink"] .carousel-content {
      background: #b02d7f; }
    .homepage .carousel[data-carousel-color="Teal"] .carousel-content {
      background: #37939b; }
    .homepage .carousel .carousel-indicators {
      display: none; }

  .work .section-nav {
    margin: 0 0 24px;
    padding: 0; }
  .work .section-nav .nav-header {
    font-size: 0.8em; }
  .work .section-nav ul.row {
    padding: 0;
    text-align: center; }
  .work .section-nav .nav-pills > li > a {
    margin: 0;
    font-size: 0.9em;
    padding: 0;
    /*line-height:1.65em;*/
    line-height: 2.3em; }
  .work .section-nav li a {
    position: relative;
    overflow: hidden; }
  .work .section-nav li a select.trigger-mobile-filter {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #37939b;
    color: #f3efe8;
    text-align: center;
    border-radius: 0;
    background-image: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-appearance: button; }
  .work .section-nav.visible-phone li.filtered a {
    display: none; }
  .work .section-nav.visible-phone li.filtered a.trigger-filter {
    display: block; }
  .work .section-nav.visible-phone .remove-filter {
    margin: 0 auto;
    position: relative;
    border: 0; }
  .work .section-nav.visible-phone .trigger-filter:hover .remove-filter {
    background-color: #eb5b12; }
  .work #work-submenu {
    display: none !important; }
  .work .span6 .bucket-info h5 {
    font-size: 1.2em; }
  .work .span6 .bucket-info p {
    font-size: 0.8em; }
  .work .span3 .bucket-info h5,
  .work .span4 .bucket-info h5 {
    font-size: 1.2em; }
  .work .span3 .bucket-info p,
  .work .span4 .bucket-info p {
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 0.4em 0; }
  .work .campaign-more-work {
    position: relative; }

  .about .visible-phone {
    width: 100%; }
  .about .bucket .mobile-collapse img {
    display: none; }
  .about .bucket .mobile-collapse.expanded img {
    display: block; }
  .about .bucket img {
    max-width: 100%;
    width: auto; }
  .about .bucket img.placeholder-img {
    width: 100%; }
  .about .bucket img.pull-right,
  .about .bucket img.pull-left {
    float: none;
    margin: 1em auto; }
  .about .row > .bucket[class*="span"].about-detail {
    margin-bottom: 28px; }
  .about .about > [class*="span"] {
    float: none;
    display: block;
    width: auto; }
  .about .about [class*="span"],
  .about .capabilities {
    height: auto !important; }
  .about .capabilities [class*="span"] {
    float: none;
    width: auto;
    position: static !important; }
  .about .capabilities ul {
    background-image: url("../img/icon_plus_sm.png");
    padding: 2px 50px; }
  .about .mobile-collapse {
    margin-bottom: 10px; }
  .about .capabilities ul {
    margin-bottom: 0; }
  .about .clients ul li {
    font-size: 0.85em; }

  .offices.subsection h2 {
    margin: 1em 0; }

  .ismobile .about .bucket h2.mobile-overlay-toggle {
    margin: 0 0 0.3em; }
  .ismobile .about hr {
    display: none; }
  .ismobile .mobile-overlay {
    display: block;
    position: fixed;
    top: 66px;
    width: 100%;
    min-height: 100%;
    left: 100%;
    box-sizing: border-box;
    background: #f3efe8;
    -webkit-transition: left 1s;
    z-index: 6; }
  .ismobile .mobile-overlay.expanded {
    display: block;
    left: 0px;
    -webkit-transition: left 1s; }
  .ismobile .mobile-overlay-content {
    display: none; }
  .ismobile h2.mobile-overlay-toggle {
    position: relative;
    cursor: pointer;
    font-family: "FrutigerLTW01-55Roman" !important;
    background: #ebe8e0;
    box-shadow: 2px 2px #e0dcd6;
    font-size: 1.65em;
    line-height: 2em;
    padding: 0 1em;
    margin: 0 0 0.3em; }
  .ismobile .icon-mgb-mobile-leafpage {
    display: block; }
  .ismobile .mobile-overlay .masonry .masonry-brick {
    position: static !important; }

  .mobile-collapse img {
    display: none; }

  .mobile-collapse.expanded img {
    display: block;
    float: none;
    max-width: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px; }

  .careers h2 {
    font-size: 1.35em; }
  .careers .hero-unit img.pull-right {
    margin-left: auto; }

  .contact .contact-office-image {
    display: block; }
  .contact [class*="span"] {
    width: auto;
    float: none;
    position: static !important; }
  .contact .span8 h5,
  .contact .span8 p {
    margin-left: 24px; }
  .contact .span8 p.fax {
    margin-left: 18px; }

  .mobile-collapse {
    margin-bottom: 10px;
    height: 4.8em;
    overflow: hidden;
    position: relative; }

  .mobile-collapse.collapse-all {
    height: 0; }

  .mobile-collapse.expanded {
    height: auto; }

  .mobile-collapse-toggle {
    display: block;
    background: url("../img/sprite_other.png") no-repeat;
    padding-left: 12px;
    background-position: 0 -107px;
    line-height: 1em;
    margin: 25px 0 2em;
    cursor: pointer; }

  .mobile-collapse-toggle.expanded {
    background-position: 0 -134px; }

  .mobile-collapse-toggle:after {
    content: attr(data-collapsed-text); }

  .mobile-collapse-toggle.expanded:after {
    content: attr(data-expanded-text); }

  .mobile-collapse:after {
    content: "";
    background: url("../img/img_textfade.png") repeat-x bottom;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 20px;
    z-index: 5; }

  .mobile-collapse a.btn {
    margin-bottom: 15px; }

  .social .masonry {
    height: auto !important;
    margin-left: 0; }
  .social [class*="span"] {
    width: auto;
    float: none;
    position: static !important;
    margin-left: 0; }
  .social .social-img {
    float: none;
    margin-right: 0;
    margin-bottom: 13px; }
  .social .social-rows {
    padding-bottom: 0; }
  .social .load-more {
    position: static;
    margin: 0;
    bottom: auto;
    left: auto;
    width: auto; }

  .error-page .nav li a {
    font-size: 1em; }

  .subsection.work .work-expanded-info {
    position: static;
    visibility: visible; }
  .subsection.work .work-expanded-info > .container {
    visibility: visible; }
  .subsection.work .campaign-more-work {
    position: static;
    margin: 0; }
  .subsection.work p {
    font-size: 0.9em;
    line-height: 1.5em; }
  .subsection.work .spacer {
    display: none; }
  .subsection.work .span10 {
    width: 100%;
    margin: 0; }
  .subsection.work .row {
    margin: 0; }

  #about-colors-carousel {
    margin: 0; }
    #about-colors-carousel .handle {
      position: static;
      width: auto; }
    #about-colors-carousel .handle li {
      position: static;
      width: auto !important;
      float: none;
      display: block;
      min-height: 320px;
      overflow: hidden; }
    #about-colors-carousel .item {
      padding: 0 24px; }
    #about-colors-carousel h1 {
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      font-size: 1.9em;
      line-height: 1em;
      padding-bottom: 10px;
      float: none; }
    #about-colors-carousel h2 {
      margin-top: 60px;
      font-size: 1em; }
    #about-colors-carousel h3 {
      line-height: 2.8em;
      font-size: 0.85em; }
    #about-colors-carousel .handle li > h1, #about-colors-carousel .handle li > h2, #about-colors-carousel .handle li > h3 {
      margin-left: 0;
      margin-right: 0; }
    #about-colors-carousel .white .color-carousel-content {
      margin-bottom: 50px; }
    #about-colors-carousel .white .color-carousel-pager {
      position: static; }
    #about-colors-carousel .white .color-carousel-pager-container {
      display: none; }
    #about-colors-carousel .white h1 {
      float: none;
      margin: 0 !important;
      line-height: 1em; }
    #about-colors-carousel .white p {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 0.85em; }
    #about-colors-carousel .white img {
      display: block;
      margin: 1em auto;
      max-width: 80%;
      width: auto; }
    #about-colors-carousel .pag-nav.visible-phone {
      display: none !important; }

  .ismobile #media-overlay-content {
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .ismobile #media-overlay-content > .subsection {
    padding-bottom: 0;
    position: static; }

  .ismobile #media-overlay-viewport {
    top: 0px !important; }

  .ismobile body:not(.color-carousel) #media-overlay-viewport {
    height: auto !important; }

  .mgb-carousel .handle {
    position: relative; }

  .mgb-carousel .carousel-title-bar {
    position: static;
    height: auto; }

  .mgb-carousel .viewport {
    position: relative;
    top: 0;
    padding-bottom: 0;
    margin: 0;
    height: auto !important; }

  .ismobile .mobile-bottom {
    display: block; }
    .ismobile .mobile-bottom .mobile-bottom-nav {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .ismobile .mobile-bottom .btn {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      width: 50%;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      float: none;
      display: block; }
  .ismobile footer {
    display: none; }

  /*WORK NAV*/
  .mgb-carousel .carousel-title-bar .campaign-carousel-pager .campaign-carousel-pager-container i.icon-mgb-carousel-arrow-left {
    left: -100%; }
  .mgb-carousel .carousel-title-bar .campaign-carousel-pager .campaign-carousel-pager-container i.icon-mgb-carousel-arrow-right {
    right: -100%; }
  .mgb-carousel .carousel-title-bar .campaign-carousel-pager .campaign-carousel-pager-container .icon-mgb-carousel-arrow-left[class^="icon-mgb-"],
  .mgb-carousel .carousel-title-bar .campaign-carousel-pager .campaign-carousel-pager-container .icon-mgb-carousel-arrow-left[class^=" icon-mgb-"] {
    background-position: -43px -264px; }
  .mgb-carousel .carousel-title-bar .campaign-carousel-pager .campaign-carousel-pager-container .icon-mgb-carousel-arrow-right[class^="icon-mgb-"],
  .mgb-carousel .carousel-title-bar .campaign-carousel-pager .campaign-carousel-pager-container .icon-mgb-carousel-arrow-right[class^=" icon-mgb-"] {
    background-position: -83px -264px; } }
/* PORTRAIT TABLET (768-1023) */
@media (min-width: 768px) and (max-width: 1023px) {
  header.navbar .container,
  footer.navbar .container {
    width: 696px; }

  header.navbar .nav > li > a {
    padding: 0 0.6em; }

  .filtered-label {
    display: none !important; }

  .icon-mgb-circle-orange[class^="icon-mgb-"],
  .icon-mgb-circle-orange[class^=" icon-mgb-"] {
    background-position: -2px -506px;
    height: 53px;
    width: 89px;
    margin-top: -44px;
    margin-left: -44px;
    font-size: 1.5em;
    padding-top: 36px; }

  .homepage #homepage-carousel .carousel-content-wrapper {
    top: 20px; }
  .homepage #homepage-carousel .carousel-content {
    width: 230px;
    border-top-width: 7px; }
  .homepage #homepage-carousel .carousel-content h2 {
    margin: 0.9em 0.8em 0.4em;
    font-size: 1.25em;
    line-height: 1.2em; }
  .homepage #homepage-carousel .carousel-content p {
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 0.5em 1.1em; }
  .homepage #homepage-carousel .carousel-content .carousel-nav {
    margin-bottom: 1.4em; }
  .homepage #homepage-carousel .btn {
    font-size: 0.85em;
    margin: 1.6em 18px; }
  .homepage #homepage-carousel .carousel-content .icon-mgb-carousel-arrow-left {
    background-position: -559px -304px;
    width: 17px;
    height: 17px;
    margin: 0 16px; }
  .homepage #homepage-carousel .carousel-content .icon-mgb-carousel-arrow-right {
    background-position: -598px -305px;
    width: 17px;
    height: 17px;
    margin: 0 16px; }

  .work .span6 .bucket-info h5 {
    font-size: 1.6em; }
  .work .span6 .bucket-info p {
    font-size: 0.85em; }
  .work .span3 .bucket-info h5,
  .work .span4 .bucket-info h5 {
    font-size: 1.6em; }
  .work .span3 .bucket-info p,
  .work .span4 .bucket-info p {
    font-size: 0.85em; }

  .about .clients ul li {
    font-size: 0.9em; }

  .people .hero-unit {
    padding-top: 50px; }

  .social .bucket {
    padding-left: 60px; }
  .social .icon-mgb-social {
    width: 37px;
    height: 37px; }
  .social .bucket .icon-mgb-social {
    position: absolute;
    left: 13px;
    top: 38px; }
  .social .blog .icon-mgb-social {
    background-position: -214px -149px; }
  .social .facebook .icon-mgb-social {
    background-position: -268px -149px; }
  .social .twitter .icon-mgb-social {
    background-position: -322px -149px; }

  .error-page h1 {
    font-size: 25em; }
  .error-page h2 {
    font-size: 2em; }
  .error-page p {
    font-size: 1em; }

  footer.navbar .nav {
    float: left; }
  footer.navbar .nav > li {
    float: left; }
  footer.navbar .nav > .divider-vertical {
    display: block; }
  footer.navbar .nav > li > a {
    border-radius: 0;
    margin-bottom: 0; }

  .subsection .page-header {
    margin: 2em 0; }
  .subsection.work .mgb-carousel .viewport {
    padding-bottom: 120px; }
  .subsection.work .carousel-title-bar {
    height: 120px; }
  .subsection.work .campaign-carousel-pager {
    position: static; }
  .subsection.work .campaign-more-info {
    position: static;
    float: left;
    margin: 0; }
  .subsection.work .campaign-more-work {
    position: static;
    float: right;
    margin: 0; }
  .subsection.about {
    /*	ul li h1 {font-size:3.6em;} */ }
  .subsection.people .people-name {
    font-size: 2.4em; }
  .subsection.people .people-bio p {
    font-size: 1.05em; }

  #about-colors-carousel .handle li {
    width: 688px; }
  #about-colors-carousel .handle li > h1, #about-colors-carousel .handle li > h2 {
    margin-left: 80px; }
  #about-colors-carousel .white p {
    margin-right: 70px; }

  .overlay-close-button {
    width: 37px;
    height: 37px;
    background-position: 0 -149px; }

  .overlay-close-button:hover {
    background-position: 0 -199px; } }
/* PHONE & PORTRAIT TABLET (LESS THAN 1024) */
@media (max-width: 1023px) {
  .submenu .icon-mgb-filter-arrow {
    display: none; }

  .email {
    background-position: 0 -262px; }

  .phone {
    background-position: 0 -297px; }

  .fax {
    background-position: 0 -339px; }

  .map {
    background-position: 0 -380px; }

  .offices .locations .bucket img {
    margin: 0; }

  .people .hero-unit > div.pull-left {
    left: 0;
    top: 0; }
  .people .hero-unit > div.pull-right {
    top: 0; }

  .social .social-img {
    float: none;
    margin-right: 0;
    margin-bottom: 13px; }

  .subsection.network .overlay-static-img {
    height: auto;
    width: 100%; }
  .subsection.people .people-image-container {
    width: 45%;
    position: static;
    text-align: center;
    height: auto;
    float: left;
    margin-top: 50px;
    margin-right: 24px; }
  .subsection.people .people-image {
    position: static;
    width: 100%;
    height: auto; }
  .subsection.people .people-content {
    float: none;
    max-width: 100%;
    width: auto;
    margin: 50px 0;
    height: auto;
    overflow: visible !important; }
  .subsection.people .people-bio p {
    color: #999999; }
  .subsection.people .people-pager {
    display: none; } }
/* LANDSCAPE TABLET (1024-1279) */
@media (min-width: 1024px) and (max-width: 1279px) {
  .filtered-label {
    display: none !important; }

  .ismobile .subsection.network .overlay-static-img {
    height: auto;
    width: 100%; }
  .ismobile .subsection.people {
    height: 100%; }
    .ismobile .subsection.people .container {
      height: 100%; }
    .ismobile .subsection.people .people-image-container {
      position: fixed;
      left: 0;
      top: 66px;
      bottom: 40px;
      height: auto;
      /*height:584px;*/ }
    .ismobile .subsection.people .people-image-container img {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 95%;
      margin-right: 24px;
      max-width: none; }
    .ismobile .subsection.people .people-content {
      margin-top: 40px;
      height: 90%;
      margin-bottom: 10px; }
    .ismobile .subsection.people .people-content-wrapper {
      padding-bottom: 40px; }

  .icon-mgb-circle-orange[class^="icon-mgb-"],
  .icon-mgb-circle-orange[class^=" icon-mgb-"] {
    background-position: -2px -506px;
    height: 53px;
    width: 89px;
    margin-top: -44px;
    margin-left: -44px;
    font-size: 1.5em;
    padding-top: 36px; }

  .social .social-img {
    float: none;
    margin-right: 0;
    margin-bottom: 13px; }

  #about-colors-carousel .handle li {
    width: 944px; } }
/* CHANGE TO DEVICE WIDTH*/
@media (max-device-width: 1279px) {
  html, body {
    height: 100%; }

  .main-container {
    min-height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }

  .main-container.fill-page {
    height: 100%; } }
/* DESKTOP+ (AT LEAST 1280) */
@media (min-width: 1280px) {
  header.navbar .container,
  footer.navbar .container {
    width: 1128px; }

  .submenu {
    top: -45px; }
    .submenu .submenu-item .nav-pills > li > a {
      font-size: 1.05em; }

  .filtered-label {
    display: none !important; }

  .icon-mgb-carousel-arrow-left[class^="icon-mgb-"],
  .icon-mgb-carousel-arrow-right[class^="icon-mgb-"],
  .icon-mgb-carousel-arrow-left[class^=" icon-mgb-"],
  .icon-mgb-carousel-arrow-right[class^=" icon-mgb-"] {
    width: 37px;
    height: 36px; }

  .icon-mgb-carousel-arrow-left[class^="icon-mgb-"],
  .icon-mgb-carousel-arrow-left[class^=" icon-mgb-"] {
    background-position: -593px -149px; }

  .icon-mgb-carousel-arrow-right[class^="icon-mgb-"],
  .icon-mgb-carousel-arrow-right[class^=" icon-mgb-"] {
    background-position: -648px -149px; }

  .icon-mgb-carousel-arrow-left[class^="icon-mgb-"]:hover,
  .icon-mgb-carousel-arrow-left[class^=" icon-mgb-"]:hover {
    background-position: -594px -199px; }

  .icon-mgb-carousel-arrow-right[class^="icon-mgb-"]:hover,
  .icon-mgb-carousel-arrow-right[class^=" icon-mgb-"]:hover {
    background-position: -649px -199px; }

  #homepage-carousel .icon-mgb-carousel-arrow-left,
  #homepage-carousel .icon-mgb-carousel-arrow-left:hover {
    background-position: -555px -264px;
    width: 24px;
    height: 24px; }
  #homepage-carousel .icon-mgb-carousel-arrow-right,
  #homepage-carousel .icon-mgb-carousel-arrow-right:hover {
    background-position: -595px -264px;
    width: 24px;
    height: 24px; }

  section .page-header {
    background-position: center 33px; }
  section .section-nav {
    margin-top: 15px; }

  h1 {
    font-size: 4.5em; }

  h2 {
    font-size: 1.45em; }

  h3 {
    font-size: 1.65em; }

  h4 {
    font-size: 2.1em; }

  h5 {
    font-size: 2.2em; }

  h6 {
    font-size: 1.2em; }

  .submenu .nav-pills > li > a {
    font-size: 1.05em; }

  .homepage .carousel .carousel-content-wrapper .carousel-content {
    width: 386px; }
    .homepage .carousel .carousel-content-wrapper .carousel-content .btn {
      margin: 0 1.45em 2em; }
    .homepage .carousel .carousel-content-wrapper .carousel-content h2 {
      font-size: 1.8em;
      line-height: 1.4em;
      margin: 1em 0.9em 0.5em; }
    .homepage .carousel .carousel-content-wrapper .carousel-content p {
      font-size: 1.55em;
      line-height: 1.3em;
      margin: 0.5em 1em 1em; }

  .work #submenu-office ul li,
  .work #submenu-type ul li {
    float: right;
    margin: 0 0 0 20px; }
  .work.subsection .campaign-carousel-pager {
    font-size: 1.3em; }

  .about p {
    font-size: 1em; }
  .about .capabilities ul li {
    font-size: 1em; }
  .about #about-colors-carousel .color-carousel-pager-container {
    line-height: 30px;
    padding: 0 54px; }

  .offices p {
    font-size: 1em; }

  .careers h5 {
    font-size: 1.3em; }
  .careers .hero-unit p {
    font-size: 1em; }

  .contact [class*="span"] {
    padding-bottom: 0; }
  .contact .contact-office {
    font-size: 16px; }
  .contact .contact-office-image {
    display: block; }
  .contact .contact-office-media {
    clear: none; }
  .contact .span4 {
    width: 264px; }
  .contact .span8 {
    width: 360px; }

  .mgb-carousel .viewport {
    padding-bottom: 103px; }

  .mgb-carousel .carousel-title-bar {
    height: 103px; }

  .mgb-carousel .carousel-title-bar .campaign-carousel-pager .campaign-carousel-pager-container {
    line-height: 30px;
    padding: 0 54px; }

  .work-expanded-info-active {
    bottom: 103px; }

  .subsection h1 {
    font-size: 2.5em; } }
@media (min-width: 1440px) {
  header.navbar .container,
  footer.navbar .container {
    width: 1272px; }

  .work #submenu-office ul li,
  .work #submenu-type ul li {
    margin-left: 10px; }

  .people .hero-unit > div.pull-right {
    right: 70px; }

  #about-colors-carousel .handle li {
    width: 1360px; }

  .contact .span4 {
    width: 300px; }
  .contact .span8 {
    width: 408px; }

  .subsection.people .people-name {
    font-size: 3.7em; } }
@media (min-width: 1680px) {
  header.navbar .container,
  footer.navbar .container {
    width: 1560px; }

  section .page-header {
    background-position: center 37px; }
  section .section-nav {
    margin-top: 18px; }

  h1 {
    font-size: 5em; }

  h2 {
    font-size: 1.65em; }

  h3 {
    font-size: 1.85em; }

  h4 {
    font-size: 2.4em; }

  h5 {
    font-size: 2.5em; }

  h6 {
    font-size: 1.6em; }

  .submenu {
    top: -50px; }

  .people .hero-unit > div.pull-right {
    right: 200px; }

  #about-colors-carousel .handle li {
    width: 1600px; }

  .contact .contact-office {
    font-size: 20px; }
  .contact .span4 {
    width: 372px; }
  .contact .span8 {
    width: 504px; } }
.ismobile .work .bucket-info {
  opacity: 1;
  filter: alpha(opacity=100);
  position: static;
  color: #37939b;
  background: transparent; }
  .ismobile .work .bucket-info h5 {
    color: #37939b; }
.ismobile .work .bucket-info .bucket-info-contents {
  position: static;
  visibility: visible; }

.isphone .main-container.fill-page {
  height: auto !important; }
.isphone #site-main {
  height: auto; }
.isphone .btn {
  font-family: "FrutigerLTW01-55Roman";
  text-transform: none;
  padding: 0.5em 0.8em 0.2em; }
.isphone .btn.btn-navbar {
  padding: 0; }
.isphone .close-button-container {
  position: static; }
.isphone .overlay-close-button {
  position: fixed;
  left: 10px;
  top: 15px;
  z-index: 1050;
  cursor: pointer;
  background: url("../img/hd/sprite_mobile-nav.png") no-repeat;
  background-size: 43px;
  background-position: -12px -74px;
  width: 20px;
  height: 27px; }
.isphone .overlay-close-button:hover {
  background-position: -12px -74px; }
.isphone section .section-nav .nav-pills li a {
  font-family: "FrutigerLTW01-55Roman"; }
.isphone section .nav-pills > li > a[data-toggle="collapse"],
.isphone section .nav-pills > li > a[data-toggle="dropdown"] {
  padding: 0 2em 0; }
.isphone section .filtered .dropdown-toggle .filter {
  visibility: hidden; }
.isphone section .nav-pills .dropdown-toggle .filter {
  background-image: url("../img/hd/sprite_1.png");
  background-size: 833px 332px;
  width: 13px;
  height: 7px;
  margin-left: 0.5em;
  vertical-align: middle;
  margin-bottom: 4px;
  background-position: -480px -309px;
  border: 0;
  line-height: 1em; }
.isphone section .nav-pills .dropdown.open .dropdown-toggle .filter {
  background-position: -517px -309px; }
.isphone footer.navbar-fixed-bottom {
  position: absolute;
  bottom: 0; }

.isdesktop .bucket:hover .bucket-info {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .isdesktop .bucket:hover .bucket-info h2 {
    top: 50%;
    -webkit-transition: top 0.22s;
    -moz-transition: top 0.22s;
    -o-transition: top 0.22s;
    transition: top 0.22s; }
.isdesktop .offices .bucket .view-location:hover .bucket-info p,
.isdesktop .people .bucket a:hover .bucket-info p {
  visibility: visible;
  top: 50%;
  -webkit-transition: top 0.22s;
  -moz-transition: top 0.22s;
  -o-transition: top 0.22s;
  transition: top 0.22s; }

/* IE8 FIXES */
html.lt-ie9 {
  height: 100%; }

.lt-ie9 body {
  height: 100%; }
.lt-ie9 .homepage .carousel .carousel-content-wrapper .carousel-content {
  background: url("../img/bg_hpcarousel_ie.png") repeat; }
.lt-ie9 .homepage .carousel .carousel-indicators li {
  background: url("../img/icon_hpnav_ie.png") no-repeat 0 0;
  width: 15px;
  height: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }
.lt-ie9 .homepage .carousel .carousel-indicators li.active {
  background: url("../img/icon_hpnav_ie.png") no-repeat -15px 0;
  width: 15px;
  height: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }
.lt-ie9 .mobile-featured-work {
  display: block;
  width: 864px;
  margin: auto; }
  .lt-ie9 .mobile-featured-work .featured-work-item {
    position: relative;
    width: 408px;
    margin: 0 10px 24px;
    display: inline-block; }
  .lt-ie9 .mobile-featured-work .featured-work-item .featured-work-item-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #eb6c2b;
    text-align: center;
    padding: 0; }
    .lt-ie9 .mobile-featured-work .featured-work-item .featured-work-item-info:before {
      content: none; }
    .lt-ie9 .mobile-featured-work .featured-work-item .featured-work-item-info:after {
      content: none; }
    .lt-ie9 .mobile-featured-work .featured-work-item .featured-work-item-info h5 {
      font-size: 13px;
      position: absolute;
      top: 45%;
      left: 0;
      width: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      text-align: center; }
    .lt-ie9 .mobile-featured-work .featured-work-item .featured-work-item-info h5 strong {
      font-size: 24px;
      font-family: "Sabon LT W01 Bold";
      font-weight: normal;
      display: block; }
  .lt-ie9 .mobile-featured-work .featured-work-item:hover .featured-work-item-info {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .lt-ie9 .mobile-featured-work .featured-work-item:hover .featured-work-item-info h5 {
      top: 50%;
      opacity: 1;
      filter: alpha(opacity=100); }
.lt-ie9 .btn {
  font-family: "Sabon LT W01 Italic";
  padding: 0.3em 0.8em; }
.lt-ie9 .btn.btn-navbar {
  padding: 0; }
.lt-ie9 section .section-nav .nav-pills li a {
  font-family: "Sabon LT W01 Italic"; }
.lt-ie9 section .nav-pills > li > a[data-toggle="collapse"],
.lt-ie9 section .nav-pills > li > a[data-toggle="dropdown"] {
  padding: 0 0 0 1.25em; }
.lt-ie9 section .filtered .dropdown-toggle .filter {
  visibility: visible; }
.lt-ie9 section .nav-pills .dropdown-toggle .filter {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 37px;
  line-height: 40px;
  background: transparent url("../img/sprite_filters.png") no-repeat 0 0;
  border-left: 1px solid #f3efe8;
  margin-left: 0.5em;
  margin-bottom: 0; }
.lt-ie9 section .nav-pills .dropdown.open .dropdown-toggle .filter {
  background-position: 0 0; }
.lt-ie9 .people.subsection .people-image-container {
  width: 644px;
  max-width: none; }
  .lt-ie9 .people.subsection .people-image-container .people-image {
    height: auto;
    max-height: 100%;
    bottom: 0;
    max-width: none; }
.lt-ie9 .video-item iframe {
  opacity: 0.3;
  filter: alpha(opacity=30); }
.lt-ie9 .video-item.active iframe {
  opacity: 1;
  filter: alpha(opacity=100); }
.lt-ie9 .color-carousel .item .overlay-close-button {
  filter: none; }
.lt-ie9 .color-carousel-pager-container {
  filter: none!important; }
.lt-ie9 #about-colors-carousel .color-carousel-pager {
  bottom: 10px; }
.lt-ie9 .careers.subsection {
  height: 1180px; }
.lt-ie9 .network .overlay-static-img {
  width: 100%; }
.lt-ie9 .bucket-info h2, .lt-ie9 .bucket-info h5, .lt-ie9 .bucket-info p {
  opacity: 0;
  filter: alpha(opacity=0); }
.lt-ie9 .offices .bucket:hover .bucket-info,
.lt-ie9 .people .bucket:hover .bucket-info {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .lt-ie9 .offices .bucket:hover .bucket-info h2,
  .lt-ie9 .people .bucket:hover .bucket-info h2 {
    top: 50%;
    -webkit-transition: top 0.22s;
    -moz-transition: top 0.22s;
    -o-transition: top 0.22s;
    transition: top 0.22s;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .lt-ie9 .offices .bucket:hover .bucket-info h5, .lt-ie9 .offices .bucket:hover .bucket-info p,
  .lt-ie9 .people .bucket:hover .bucket-info h5,
  .lt-ie9 .people .bucket:hover .bucket-info p {
    opacity: 0.8;
    filter: alpha(opacity=80); }
.lt-ie9 .offices .bucket .view-location:hover .bucket-info p,
.lt-ie9 .people .bucket a:hover .bucket-info p {
  visibility: visible;
  top: 50%;
  -webkit-transition: top 0.22s;
  -moz-transition: top 0.22s;
  -o-transition: top 0.22s;
  transition: top 0.22s; }
.lt-ie9 .work .bucket-info {
  opacity: 0;
  filter: alpha(opacity=0); }
.lt-ie9 .work .bucket:hover .bucket-info h5, .lt-ie9 .work .bucket:hover .bucket-info p,
.lt-ie9 .work .bucket-info h5,
.lt-ie9 .work .bucket-info p {
  filter: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

/* RETINA DISPLAY (HI-RES ASSETS, SPRITESHEETS) */
@media (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) {
  .site-intro-active .global-loader-logo {
    background-size: 171px 37px;
    background-image: url("../img/hd/logo_mgb.png"); }

  header.navbar .logo {
    background-size: 171px 37px;
    background-image: url("../img/hd/logo_mgb.png"); }

  [class^="icon-mgb-"],
  [class*=" icon-mgb-"] {
    background-image: url("../img/hd/sprite_1.png");
    background-size: 833px 332px; }

  .overlay-close-button {
    background-image: url("../img/hd/sprite_1.png");
    background-size: 833px 332px; }

  .icon-mgb-carousel-arrow-left[class^="icon-mgb-"],
  .icon-mgb-carousel-arrow-right[class^="icon-mgb-"],
  .icon-mgb-carousel-arrow-left[class^=" icon-mgb-"],
  .icon-mgb-carousel-arrow-right[class^=" icon-mgb-"] {
    background-image: url("../img/hd/sprite_1.png");
    background-size: 833px 332px; } }
@media (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .site-intro-active .global-loader-logo {
    background-size: 171px 37px;
    background-image: url("../img/hd/logo_mgb.png"); }

  header.navbar .logo {
    background-size: 171px 37px;
    background-image: url("../img/hd/logo_mgb.png"); }

  [class^="icon-mgb-"],
  [class*=" icon-mgb-"] {
    background-image: url("../img/hd/sprite_1.png");
    background-size: 833px 332px; }

  .icon-mgb-globe, .icon-mgb-globe-caret {
    background-image: url("../img/sprite_header.png") !important;
    background-size: auto auto !important; }

  .overlay-close-button {
    background-image: url("../img/hd/sprite_1.png");
    background-size: 833px 332px; }

  .homepage #homepage-carousel .carousel-content .icon-mgb-carousel-arrow-left {
    width: 25px;
    height: 24px;
    background-position: -551px -263px; }
  .homepage #homepage-carousel .carousel-content .icon-mgb-carousel-arrow-right {
    width: 25px;
    height: 24px;
    background-position: -596px -263px; }

  .icon-mgb-carousel-arrow-left[class^="icon-mgb-"],
  .icon-mgb-carousel-arrow-right[class^="icon-mgb-"],
  .icon-mgb-carousel-arrow-left[class^=" icon-mgb-"],
  .icon-mgb-carousel-arrow-right[class^=" icon-mgb-"] {
    background-image: url("../img/hd/sprite_1.png");
    background-size: 833px 332px; } }
.language-switcher header.navbar .nav > li > a {
  padding: 4px 0.7em; }

@media (max-width: 1023px) and (min-width: 768px) {
  .language-switcher header .logo {
    width: 130px;
    background-size: contain; }
  .language-switcher header.navbar .nav > li > a {
    padding: 4px 0.4em;
    font-size: 12px; } }
