.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;
}
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 #333;
  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: #000 !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 #999;
    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: Lato, Arial, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #727272;
  background-color: #ffffff;
}
a {
  color: #0f99d6;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #eb7832;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  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);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -ms-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *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: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.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.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[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: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #b7b7b7;
}
a.muted:hover,
a.muted:focus {
  color: #9e9e9e;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #444242;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #b7b7b7;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
h1 small {
  font-size: 21px;
}
h2 small {
  font-size: 15px;
}
h3 small {
  font-size: 12px;
}
h4 small {
  font-size: 12px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #f0f0f0;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #b7b7b7;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #f0f0f0;
}
blockquote p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #b7b7b7;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f0f0f0;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 10px;
  color: #444242;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 40px;
  color: #444242;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #b7b7b7;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Lato, Arial, Tahoma, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #727272;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-backface-visibility: hidden;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6), inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6), inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6), inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6), inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #b7b7b7;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025), inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025), inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025), inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025), inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b7b7b7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b7b7b7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f0f0f0;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
  -webkit-box-shadow: 0 0 6px #f8b9b7, 0 0 6px #f8b9b7;
  -ms-box-shadow: 0 0 6px #f8b9b7, 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7, 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7, 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #989898;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 12px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #19ff24;
  border-color: #007f06;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -ms-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -ms-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -ms-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -ms-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.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 #000000;
  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: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -ms-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-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 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 #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #444242;
  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: #ffffff;
  background-color: #0e92cc;
  background-image: -moz-linear-gradient(top, #0f99d6, #0d88be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0f99d6), to(#0d88be));
  background-image: -webkit-linear-gradient(top, #0f99d6, #0d88be);
  background-image: -o-linear-gradient(top, #0f99d6, #0d88be);
  background-image: linear-gradient(to bottom, #0f99d6, #0d88be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f99d6', endColorstr='#ff0d88be', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0e92cc;
  background-image: -moz-linear-gradient(top, #0f99d6, #0d88be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0f99d6), to(#0d88be));
  background-image: -webkit-linear-gradient(top, #0f99d6, #0d88be);
  background-image: -o-linear-gradient(top, #0f99d6, #0d88be);
  background-image: linear-gradient(to bottom, #0f99d6, #0d88be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f99d6', endColorstr='#ff0d88be', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #b7b7b7;
}
.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;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  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;
  -ms-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;
  -ms-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: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -ms-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;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -ms-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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 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;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -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-backface-visibility: 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: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #444242;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #0f99d6;
  background-image: -moz-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0f99d6), to(#0f99d6));
  background-image: -webkit-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: -o-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: linear-gradient(to bottom, #0f99d6, #0f99d6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f99d6', endColorstr='#ff0f99d6', GradientType=0);
  border-color: #0f99d6 #0f99d6 #0a668f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0f99d6;
  /* 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 #0f99d6;
  *border: 0;
  border-bottom-color: #0c77a6;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #444242;
  background-color: #0f99d6;
  *background-color: #0d88be;
}
.btn:active,
.btn.active {
  background-color: #0c77a6 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #444242;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-backface-visibility: hidden;
  -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 #333;
  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,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(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;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 15px;
  -webkit-border-radius: 6px;
  -ms-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: 10.2px;
  -webkit-border-radius: 3px;
  -ms-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: 0 6px;
  font-size: 9px;
  -webkit-border-radius: 3px;
  -ms-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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d96925;
  background-image: -moz-linear-gradient(top, #eb7832, #be5313);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eb7832), to(#be5313));
  background-image: -webkit-linear-gradient(top, #eb7832, #be5313);
  background-image: -o-linear-gradient(top, #eb7832, #be5313);
  background-image: linear-gradient(to bottom, #eb7832, #be5313);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeb7832', endColorstr='#ffbe5313', GradientType=0);
  border-color: #be5313 #be5313 #78350c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #be5313;
  /* 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: #ffffff;
  background-color: #be5313;
  *background-color: #a74910;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #903f0e \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ef945c;
  background-image: -moz-linear-gradient(top, #f2a678, #eb7832);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2a678), to(#eb7832));
  background-image: -webkit-linear-gradient(top, #f2a678, #eb7832);
  background-image: -o-linear-gradient(top, #f2a678, #eb7832);
  background-image: linear-gradient(to bottom, #f2a678, #eb7832);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2a678', endColorstr='#ffeb7832', GradientType=0);
  border-color: #eb7832 #eb7832 #be5313;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #eb7832;
  /* 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: #ffffff;
  background-color: #eb7832;
  *background-color: #e9691b;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #d55e15 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  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: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  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: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  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: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #404040;
  background-image: -moz-linear-gradient(top, #444444, #3b3b3b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#3b3b3b));
  background-image: -webkit-linear-gradient(top, #444444, #3b3b3b);
  background-image: -o-linear-gradient(top, #444444, #3b3b3b);
  background-image: linear-gradient(to bottom, #444444, #3b3b3b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff3b3b3b', GradientType=0);
  border-color: #3b3b3b #3b3b3b #151515;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3b3b3b;
  /* 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: #ffffff;
  background-color: #3b3b3b;
  *background-color: #2e2e2e;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #222222 \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;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0f99d6;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #eb7832;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #444242;
  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;
  -ms-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: 12px;
}
.btn-group > .btn-mini {
  font-size: 9px;
}
.btn-group > .btn-small {
  font-size: 10.2px;
}
.btn-group > .btn-large {
  font-size: 15px;
}
.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,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(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,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #0f99d6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #be5313;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #eb7832;
}
.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: #3b3b3b;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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: #f0f0f0;
}
.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: #b7b7b7;
  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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0f99d6;
}
.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 #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.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 #ddd;
}
.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;
  -ms-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: #f0f0f0 #f0f0f0 #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #727272;
  background-color: #ffffff;
  border: 1px solid #ddd;
  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;
  -ms-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: #ffffff;
  background-color: #0f99d6;
}
.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 #ddd;
  -webkit-border-radius: 0;
  -ms-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;
  -ms-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;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0f99d6;
  border-bottom-color: #0f99d6;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #eb7832;
  border-bottom-color: #eb7832;
}
/* 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: #727272;
  border-bottom-color: #727272;
}
.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: #ffffff;
  background-color: #b7b7b7;
  border-color: #b7b7b7;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #b7b7b7;
}
.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 #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -ms-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 #ddd #ddd #ddd;
}
.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 #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -ms-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: #f0f0f0 #dddddd #f0f0f0 #f0f0f0;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -ms-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: #f0f0f0 #f0f0f0 #f0f0f0 #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #b7b7b7;
}
.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: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -ms-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);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065), 0 1px 4px rgba(0, 0, 0, 0.065);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065), 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065), 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065), 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 #ffffff;
}
.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: #444242;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.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: Lato, Arial, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -ms-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;
  -ms-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;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.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,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 10px rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
  -ms-box-shadow: 0 -1px 10px rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1), 0 -1px 10px rgba(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 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #444242;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #727272;
  text-decoration: none;
  background-color: #e5e5e5;
  -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);
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125), inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125), inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125), inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125), 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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* 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,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075), inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075), inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075), inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075), inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.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: #ffffff;
  background-color: #e5e5e5;
  *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;
  -ms-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);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), 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 #ccc;
  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 #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  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 #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #444242;
  border-bottom-color: #444242;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #727272;
}
.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: #727272;
  border-bottom-color: #727272;
}
.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;
  -ms-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: #b7b7b7;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #b7b7b7;
}
.navbar-inverse .navbar-text {
  color: #b7b7b7;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #b7b7b7;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.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: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #b7b7b7;
  border-bottom-color: #b7b7b7;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15), inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -ms-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15), inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15), inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15), inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-backface-visibility: hidden;
  -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: #444242;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  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);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  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 #000000;
  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: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -ms-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 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #b7b7b7;
}
.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;
  -ms-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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 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: #ffffff;
  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: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #b7b7b7;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #b7b7b7;
  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: 15px;
}
.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-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.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-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.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: 10.2px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9px;
}
.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 #ddd;
  -webkit-border-radius: 15px;
  -ms-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: #b7b7b7;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff, inset 0 1px 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 #ffffff, inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff, inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff, inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -ms-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-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055), 0 1px 3px rgba(0, 0, 0, 0.055);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055), 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055), 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055), 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0f99d6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25), 0 1px 4px rgba(0, 105, 214, 0.25);
  -ms-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25), 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25), 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25), 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #727272;
}
.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;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.152px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b7b7b7;
}
.label {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -ms-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #eb7832;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #d55e15;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #444242;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #2a2929;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15), inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -ms-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15), inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15), inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15), inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #ef945c;
  background-image: -moz-linear-gradient(top, #f2a678, #eb7832);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2a678), to(#eb7832));
  background-image: -webkit-linear-gradient(top, #f2a678, #eb7832);
  background-image: -o-linear-gradient(top, #f2a678, #eb7832);
  background-image: linear-gradient(to bottom, #f2a678, #eb7832);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2a678', endColorstr='#ffeb7832', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #f2a678;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.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-backface-visibility: hidden;
  -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: #ffffff;
  text-align: center;
  background: #3b3b3b;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -ms-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: #ffffff;
  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: #444242;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  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: #f0f0f0;
  -webkit-border-radius: 6px;
  -ms-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;
}
@-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: 979px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *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: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .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.56410256%;
    *margin-left: 2.51091107%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.56410256%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02182215%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45771959%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.4748136%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91071104%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92780506%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38079651%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81669394%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83378796%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.2696854%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28677941%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72267685%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.73977087%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.1756683%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19276232%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62865976%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64575377%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08165121%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09874523%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53464266%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.55173668%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98763412%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00472813%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44062557%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *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: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .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.76243094%;
    *margin-left: 2.70923945%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.4184789%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65604796%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85494299%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09251205%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29140708%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52897614%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72787116%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96544023%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16433525%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40190431%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60079934%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.8383684%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03726343%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27483249%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47372752%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71129658%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91019161%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14776067%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.3466557%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58422476%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78311978%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02068884%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.21958387%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45715293%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [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,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  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;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -ms-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: #b7b7b7;
  }
  .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;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none, none;
    -ms-box-shadow: none, none;
    -moz-box-shadow: none, none;
    box-shadow: none, 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,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1), inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1), inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1), inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1), inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.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: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  height: auto;
}
html.js input.form-autocomplete {
  background-position: 100% 8px;
  /* LTR */
  background-repeat: no-repeat;
}
html.js input.throbbing {
  background-position: 100% -13px;
  /* LTR */
}
body {
  color: #3b3b3b;
}
body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: 1.25em;
}
@media (max-width: 767px) {
  body {
    position: relative;
  }
}
@media (min-width: 980px) and (max-width: 1199px), (min-width: 1200px) {
  body {
    padding-top: 60px;
  }
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 65px;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body div#admin-toolbar {
  z-index: 500;
}
@media (min-width: 980px) and (max-width: 1199px), (min-width: 1200px) {
  body.toolbar {
    padding-top: 94px !important;
  }
  body.toolbar-drawer {
    padding-top: 129px !important;
  }
}
body #admin-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1100;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
html body.admin-menu {
  margin-top: 28px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 28px;
}
.footer {
  margin-top: 45px;
  padding: 35px 0 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-top: 5px;
  margin-right: 10px;
}
#site-name {
  line-height: 1;
  margin: 0;
}
.page-header {
  margin-top: 0;
}
.block h2.block-title {
  margin-top: 0;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: right;
  margin: 5px 0 5px 5px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px) {
  .navbar #block-search-form {
    float: none;
  }
}
fieldset.search-advanced {
  padding-bottom: 1.5em;
  margin-top: 1em;
}
.navbar-search .control-group {
  margin-bottom: 0px;
}
.action-links-container {
  overflow: auto;
}
ul.action-links {
  margin: 0 0 10px;
}
ul.action-links li {
  display: inline;
  padding-right: 1.5em;
}
ul.action-links li:first-child {
  margin-left: 0;
}
ul.action-links [class^="icon-"],
ul.action-links [class*=" icon-"] {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
input.error {
  color: #b94a48;
  border-color: #eed3d7;
}
.form-type-checkbox input,
.form-type-radio input {
  float: left;
}
.form-actions {
  clear: both;
}
.resizable-textarea textarea {
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.help-block,
.control-group .help-inline {
  color: #b7b7b7;
  font-size: 12px;
  margin: -8px 0 10px;
  padding: 0 3px;
}
.description + .help-block,
.description + .control-group .help-inline,
.checkbox + .help-block,
.checkbox + .control-group .help-inline,
.form-type-checkbox + .help-block,
.form-type-checkbox + .control-group .help-inline,
.form-type-radio + .help-block,
.form-type-radio + .control-group .help-inline,
.form-file + .help-block,
.form-file + .control-group .help-inline,
.resizable-textarea + .help-block,
.resizable-textarea + .control-group .help-inline {
  margin-top: 0;
}
.input-append {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  width: 100%;
}
.input-append input,
.input-append textarea,
.input-append select,
.input-append .uneditable-input {
  width: 100% !important;
}
.container-inline div,
.container-inline label {
  display: block;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #b94a48;
}
.control-group.error {
  background: none;
}
.control-group.error label,
.control-group.error .control-label {
  color: #b94a48;
  font-weight: 600;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #b94a48;
  border: 1px solid #cccccc;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b7b7b7;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.vertical-tabs .form-type-textfield input {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  width: auto;
}
.vertical-tabs .form-item {
  margin: 1em 0;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.password-strength {
  width: 17em;
  float: right;
  /* LTR */
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold;
}
.password-indicator {
  background-color: #ebebeb;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #007f06;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 36.3em;
}
.progress-wrapper .progress {
  margin-bottom: 10px;
}
.progress-wrapper .progress .bar {
  border: 0 none;
  margin: 0;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.pagination ul > li > a .throbber {
  margin: 0 -0.25em 0 0.5em;
  position: relative;
  top: 1px;
}
#block-block-8 {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-weight: bold;
  line-height: 1em;
  color: #727272;
  margin: 10px 0 35px 0;
}
#block-block-8 a:hover {
  text-decoration: none;
}
#block-block-9 h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: Lato, Arial, Tahoma, sans-serif;
  color: #727272 !important;
}
#block-block-9 h2 a {
  text-decoration: none;
  color: #eb7832 !important;
}
#block-block-9 .content {
  padding-bottom: 80px;
  background: url(../img/books.png) bottom right no-repeat;
}
#block-block-9 .btn-primary {
  background: #eb7832;
  font-size: 125%;
  padding: 0.5em 0.75em;
  font-weight: bold;
}
#block-bean-experts-corner {
  font-size: 18px;
  font-size: 1.8rem;
}
#block-bean-experts-corner h2 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #727272 !important;
}
#block-bean-experts-corner h2 a {
  text-decoration: none;
  color: #0f99d6 !important;
}
#block-bean-experts-corner .group-left {
  width: 33%;
}
#block-bean-experts-corner .group-right {
  width: 67%;
}
#block-bean-experts-corner .group-right > * {
  margin-left: 25px;
}
#block-bean-experts-corner .field-name-field-resource-link {
  float: right;
}
#block-bean-experts-corner .field-name-field-resource-link a {
  color: #eb7832 !important;
}
.view-id-enterprise_news.view-display-id-block_1 .views-responsive-grid .views-row {
  margin-bottom: 0;
}
.view-id-enterprise_events.view-display-id-block_1 .views-row {
  margin-bottom: 1em;
}
.view-id-enterprise_events.view-display-id-block_1 .view-footer {
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
}
.view-id-enterprise_clients .views-columns-2 .views-column {
  float: left;
  width: 40%;
  margin-right: 10%;
}
.view-id-enterprise_clients .views-columns-2 .views-row {
  border-bottom: 1px solid #dddddd;
  padding: 0.5em 0;
  margin: 0;
}
.view-id-enterprise_clients .views-field-field-logo {
  margin-bottom: 1em;
}
.datacert_author_widget_set {
  margin: 2em 0 0 0;
  padding: 0;
}
#widgets-element-datacert_author_widget_set .widgets-element-horizontal {
  margin-right: 0.5em;
}
.view-mode-user_about {
  clear: both;
}
.view-mode-user_about .field-name-field-picture {
  float: right;
}
.field-name-field-slide-text,
.field-name-field-slide-text h1,
.field-name-field-slide-text h2,
.field-name-field-slide-text h3,
.field-name-field-slide-text h4,
.field-name-field-slide-text h5,
.field-name-field-slide-text h6,
.field-name-field-slide-text a {
  color: #ffffff;
}
.field-name-field-slide-text a:hover {
  text-decoration: underline;
}
.view-id-enterprise_clients.view-display-id-block .views-responsive-grid .views-row {
  margin: 0;
}
.view-id-enterprise_clients.view-display-id-block .views-responsive-grid .views-row .views-column {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  margin: 0;
  padding: 1em;
}
.view-id-enterprise_clients.view-display-id-block .views-responsive-grid .views-row .views-column.views-column-last {
  border-right: 1px solid #f0f0f0;
}
.view-id-enterprise_clients.view-display-id-block .views-responsive-grid .views-row-last .views-column {
  border-bottom: 1px solid #f0f0f0;
}
.user-profile .more-link {
  display: block;
}
.page-user .profile {
  margin-bottom: 20px;
}
.width-ten {
  width: 10%;
}
.width-twenty {
  width: 20%;
}
.width-thirty {
  width: 30%;
}
.width-forty {
  width: 40%;
}
.width-fifty {
  width: 50%;
}
.width-sixty {
  width: 60%;
}
.width-seventy {
  width: 70%;
}
.width-eighty {
  width: 80%;
}
.width-ninety {
  width: 90%;
}
.width-full {
  width: 100%;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
html {
  font-size: 62.5%;
  line-height: 1.5em;
}
html,
body,
#content {
  position: relative;
}
@media (max-width: 767px) {
  html,
  body,
  #content {
    -webkit-text-size-adjust: none;
  }
}
body {
  border-top: 10px solid #0f99d6;
}
#content-header .nav-tabs li {
  margin-left: 0;
}
a:active,
a:focus {
  outline: none;
}
.affix {
  top: 0;
  position: fixed;
  z-index: 100;
}
.affix.bottom {
  bottom: 0;
  top: inherit;
}
@media (max-width: 767px) {
  .affix {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100% !important;
  }
}
.admin-menu .affix {
  top: 29px;
}
.alert {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 20px 0;
}
.alert.alert-error.alert-block {
  margin: 10px 0;
}
.alert.alert-error h4 {
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
#content > *:first-child,
#content .container > *:first-child,
#content .row-fluid > *:first-child,
#content [class*="span"] > *:first-child {
  margin-top: 0;
}
#content > *:last-child,
#content .container > *:last-child,
#content .row-fluid > *:last-child,
#content [class*="span"] > *:last-child {
  margin-bottom: 0;
}
.block-row-wrapper {
  float: left;
  width: 100%;
}
select,
input[type="file"] {
  height: auto;
}
label {
  clear: both;
  color: #444242;
  font-weight: 600;
  position: relative;
}
.form-required {
  color: #eb7832;
  float: left;
  margin-right: 0.5em;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
}
.pagination ul > li {
  -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);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  margin: 0 0 10px;
}
.icon.fontello {
  line-height: 1em;
  vertical-align: baseline;
}
.btn .icon.fontello:before {
  margin-left: -0.1em;
  margin-right: 0.6em;
}
a:hover .icon,
a:hover .icon {
  text-decoration: none;
}
.inline .field-items .field-item {
  display: inline;
}
table:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .not-front .equal-height-element {
    height: auto !important;
  }
}
.form-wrapper,
.webform-component {
  margin: 0 0 1em;
}
.form-wrapper > input,
.webform-component > input {
  margin-bottom: 0;
}
.form-wrapper.pull-left,
.webform-component.pull-left {
  margin-right: 1em;
}
.form-wrapper.pull-right,
.webform-component.pull-right {
  margin-left: 1em;
}
.webform-container-inline label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: right;
  width: 150px;
}
.media-youtube-outer-wrapper {
  height: inherit !important;
  width: inherit !important;
}
object {
  height: auto;
}
object,
embed {
  max-width: 100%;
}
.label,
.badge {
  font-weight: 300;
}
.user_badges .badge {
  display: block;
}
.view > .more-link {
  clear: both;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
}
.views-responsive-grid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.views-responsive-grid .views-row {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 2em;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .views-responsive-grid .views-column {
    margin-bottom: 2em;
  }
}
.block-views form {
  margin: 0;
}
form[id^="views-exposed-form"],
form[id^="views-exposed-form"] input {
  margin-bottom: 0;
}
.views-exposed-form label {
  float: left;
  margin: 0.25em 0.75em 0.25em 0;
}
.views-exposed-form .views-widget {
  float: left;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}
.leaflet-top,
.leaflet-bottom {
  z-index: 499;
}
#featured {
  background: #ffffff;
  margin-bottom: -19px;
  margin-top: 15px;
  padding: 0;
  position: relative;
  border-top: 2px solid #f0f0f0;
}
@media (max-width: 767px) {
  #featured {
    margin-top: 10px;
  }
}
#featured .block-bean {
  margin: 0;
}
#featured .region-inner > *:first-child {
  margin-top: 0;
}
#featured .region-inner > *:last-child {
  margin-bottom: 0;
}
#featured .style-slider-buttons {
  bottom: 10%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 150;
}
@media (max-width: 767px) {
  #featured .style-slider-buttons {
    padding: 10px 0;
    position: static;
    text-align: center;
  }
}
#featured .style-slider-buttons .btn {
  float: left;
  font-weight: 600;
  line-height: 1em;
  margin-right: 10px;
  min-width: 100px;
  padding: 10px 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #featured .style-slider-buttons .btn {
    padding: 10px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  #featured .style-slider-buttons .btn {
    float: none;
  }
}
#user-bar {
  background: #0f99d6;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25), 0 0 5px 2px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25), 0 0 5px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25), 0 0 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25), 0 0 5px 2px rgba(0, 0, 0, 0.25);
  height: 0;
  padding: 0 5px;
  position: relative;
  z-index: 150;
}
@media (max-width: 767px) {
  #user-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none, none;
    -ms-box-shadow: none, none;
    -moz-box-shadow: none, none;
    box-shadow: none, none;
  }
}
@media (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px), (min-width: 1200px) {
  #user-bar {
    height: auto !important;
  }
}
#user-bar,
#user-bar .content a,
#user-bar .content label {
  color: #ffffff;
}
#user-bar .content a:hover {
  text-decoration: underline;
}
#user-bar .block {
  float: right;
  margin: 7px;
}
#user-bar .block:first-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #user-bar .block {
    float: none;
    margin: 10px 0;
    text-align: center;
  }
}
#user-bar .block .content,
#user-bar .block .content input {
  font-family: 'Lato', Lato, Arial, Tahoma, sans-serif;
}
#user-bar .block .content .nav > li {
  float: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #user-bar .block .content .nav > li {
    float: none;
  }
}
#user-bar .block .content .nav > li > a {
  border-right: 1px solid #ffffff;
  font-weight: 600;
  line-height: 1em;
  margin-right: 7px;
  margin-top: 3px;
  padding-right: 7px;
}
#user-bar .block .content .nav > li > a.left-border {
  border-left: 1px solid #ffffff;
  padding-left: 7px;
  margin-left: -7px;
}
@media (max-width: 767px) {
  #user-bar .block .content .nav > li > a.left-border {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
}
#user-bar .block .content .nav > li > a:hover {
  background: inherit;
}
#user-bar .block .content .nav > li > a:hover.btn {
  background: #0c77a6;
  text-decoration: none;
}
#user-bar .block .content .nav > li > a:hover.btn-primary {
  background: #d55e15;
  text-decoration: none;
}
#user-bar .block .content .nav > li.last > a,
#user-bar .block .content .nav > li:last-child > a {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
#user-bar .block .content ul {
  margin: 0;
}
#user-bar .block .content ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0 0 1em;
}
#user-bar .block .content form {
  position: relative;
}
#user-bar .block .content form.content-search input.form-text {
  border: 0;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 20px;
  padding-right: 30px;
  width: 200px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (max-width: 767px) {
  #user-bar .block .content form.content-search input.form-text {
    height: auto;
  }
}
#user-bar .block .content form.content-search input.form-text:focus {
  min-width: 300px;
}
@media (max-width: 767px) {
  #user-bar .block .content form.content-search input.form-text {
    width: 100%;
  }
  #user-bar .block .content form.content-search input.form-text:focus {
    min-width: 0;
  }
}
#user-bar .block .content form.content-search .btn {
  background: transparent;
  color: #b7b7b7 !important;
  bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1em;
  margin-left: -28px;
  padding: 4px 8px;
  position: absolute;
  right: 0;
  top: 0;
}
#user-bar .block .content form.content-search .btn:hover {
  color: #eb7832 !important;
}
#user-bar .block .content form input,
#user-bar .block .content form button {
  margin: 0;
}
#user-bar .block .content form input:focus,
#user-bar .block .content form button:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6), 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6), 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6), 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6), 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
}
#user-bar .block .content form .btn .icon.fontello:before {
  margin: 0;
}
#header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  margin: 0 0 -10px;
  position: relative;
  z-index: 146;
  /*  
  #block-search-form {
    margin: 0px;
    form {
      background: @white;
      border: 1px solid @grayLighter;
      .border-radius(4px);
      padding: 3px 0;
      input {
        background: none;
        border: none;
        .box-shadow(none);
        padding: 0;
        margin: 0;
        line-height: 16px;
        height: 16px;
        width: 90%;
        .font-size(1.1);
        text-indent: 10px;
      }
      button {
        background: none;
        border: none;
        .box-shadow(none);
        padding: 0;
        margin: 0;
        color: @gray !important;
        width: 10%;
        height: 16px;
        float: right;
      }
    }
  }*/
}
#header #logo img {
  margin: 17px 0 15px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header #logo img {
    height: 35px;
  }
}
#header #block-system-user-menu {
  margin: 0;
  text-align: right;
}
#header #block-system-user-menu ul.menu {
  margin: 3px 0 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 27px;
}
@media (max-width: 767px) {
  #header #block-system-user-menu ul.menu {
    margin-top: 10px;
  }
}
#header #block-system-user-menu ul.menu li {
  display: inline;
  margin: 0;
}
#header #block-system-user-menu ul.menu li a {
  display: inline-block;
  margin: 0 7px 0 5px;
  color: #727272;
  font-weight: normal;
}
#header #block-system-user-menu ul.menu li a:hover {
  background: none;
  color: #eb7832;
}
#header #block-system-user-menu ul.menu li:after {
  content: "|";
}
#header #block-system-user-menu ul.menu li:last-child:after {
  content: "";
}
@media (max-width: 767px) {
  #header #block-system-user-menu ul.menu li {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  #header #block-system-user-menu ul.menu li:after {
    content: '';
  }
  #header #block-system-user-menu ul.menu li a {
    background: #0f99d6;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
    display: block;
    padding: 7px 0;
    margin: 0;
    font-family: 'Lato', Lato, Arial, Tahoma, sans-serif;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #header #block-system-user-menu ul.menu li a:hover {
    background: #eb7832;
    color: #ffffff;
  }
}
#header #block-search-form {
  margin: 0;
}
#header #block-search-form form {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f0f0f0;
  padding: 4px;
}
#header #block-search-form form input {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
  margin-bottom: 0;
  border: none;
  border-right: 4px solid #f0f0f0;
  padding: 0 0 0 4px;
  height: 22px;
  width: 240px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #header #block-search-form form input {
    width: 191px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header #block-search-form form input {
    width: 137px;
  }
}
#header #block-search-form form button {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
  width: 24px;
  height: 22px;
  padding: 5px 0 0 9px;
}
#header #block-search-form form button .icon.fontello {
  vertical-align: text-bottom;
}
#header select {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 0 0 4px;
  margin: 0 0 0 10px;
  border: 4px solid #f0f0f0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
  height: 30px;
  -webkit-appearance: none;
  line-height: 1;
  background: transparent;
  overflow: hidden;
  width: 275px;
  max-width: none;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #header select {
    width: 223px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header select {
    width: 169px;
  }
}
#header #block-block-10 .content {
  position: relative;
  overflow: hidden;
  width: 247px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #header #block-block-10 .content {
    width: 195px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header #block-block-10 .content {
    width: 141px;
  }
}
#header #block-block-10 .content .arrow-container {
  background-color: #f0f0f0;
  width: 32px;
  height: 28px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#header #block-block-10 .content .icon {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #444242;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #0f99d6;
  background-image: -moz-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0f99d6), to(#0f99d6));
  background-image: -webkit-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: -o-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: linear-gradient(to bottom, #0f99d6, #0f99d6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f99d6', endColorstr='#ff0f99d6', GradientType=0);
  border-color: #0f99d6 #0f99d6 #0a668f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0f99d6;
  /* 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 #0f99d6;
  *border: 0;
  border-bottom-color: #0c77a6;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
  border: 0 none;
  -webkit-border-radius: 4;
  -ms-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4;
  text-shadow: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin: 4px 0 0 4px;
  z-index: -1;
  padding: 2px 0 0 0;
  width: 24px;
  height: 20px;
}
#header #block-block-10 .content .icon:hover,
#header #block-block-10 .content .icon:focus,
#header #block-block-10 .content .icon:active,
#header #block-block-10 .content .icon.active,
#header #block-block-10 .content .icon.disabled,
#header #block-block-10 .content .icon[disabled] {
  color: #444242;
  background-color: #0f99d6;
  *background-color: #0d88be;
}
#header #block-block-10 .content .icon:active,
#header #block-block-10 .content .icon.active {
  background-color: #0c77a6 \9;
}
#header #block-block-10 .content .icon:first-child {
  *margin-left: 0;
}
#header #block-block-10 .content .icon:hover,
#header #block-block-10 .content .icon:focus {
  color: #444242;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-backface-visibility: hidden;
  -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;
}
#header #block-block-10 .content .icon:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#header #block-block-10 .content .icon.active,
#header #block-block-10 .content .icon:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#header #block-block-10 .content .icon.disabled,
#header #block-block-10 .content .icon[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
}
#header #block-block-10 .content .icon .label,
#header #block-block-10 .content .icon .badge {
  position: relative;
  top: -1px;
}
#header #block-block-10 .content .icon,
#header #block-block-10 .content .icon a,
#header #block-block-10 .content .icon a:visited {
  color: #ffffff !important;
}
#header #block-block-10 .content .icon:hover,
a:hover #header #block-block-10 .content .icon {
  background: #0c77a6;
}
@media (max-width: 767px) {
  #header {
    margin: 10px;
  }
  #header #logo {
    float: left;
    width: auto;
  }
  #header #logo img {
    margin: 0;
    height: 32px;
    width: auto;
  }
  #header .mobile-user .icon.fontello:before,
  #header .mobile-search .icon.fontello:before {
    margin: 0;
  }
  #header .mobile-user {
    margin-left: 1em;
  }
  #header .mobile-menu {
    margin-left: 1em;
    width: auto;
  }
}
#header #menu {
  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  #header #menu {
    clear: both;
    display: none;
    min-height: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px), (min-width: 1200px) {
  #header #menu {
    display: block !important;
  }
}
#header #menu > .block {
  margin: 0;
}
#header #menu .qtip a {
  color: #444242;
}
#header #menu .qtip a:hover,
#header #menu .qtip a:focus {
  color: #0f99d6;
  background-color: transparent;
  text-decoration: none;
}
#header #menu .qtip li {
  margin: 0.25em 0 0.25em 1.25em;
  line-height: 1.25;
}
#header #menu .qtip .panel-flexible {
  padding: 1em 0;
}
#header #menu .qtip .panels-flexible-region {
  border-right: 1px solid #f0f0f0;
  padding: 0;
  box-sizing: border-box;
}
#header #menu .qtip .panels-flexible-region.panels-flexible-region-last {
  border-right: none;
}
#header #menu .qtip .panels-flexible-region h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
#header #menu .qtip #mini-panel-products .panels-flexible-region-1-region_1 {
  border-right: none;
}
#header #menu .qtip #mini-panel-experts_corner .pane-views-panes .pane-content {
  margin-left: 1.25em;
}
#header #menu .qtip #mini-panel-news_and_events .view-enterprise-news ul {
  margin-left: 0;
}
#header #menu .qtip #mini-panel-news_and_events .view-enterprise-news li {
  list-style-image: none;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #header #menu .qtip {
    width: 700px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header #menu .qtip {
    width: 538px !important;
  }
}
@media (max-width: 767px) {
  #header #menu .qtip {
    display: none !important;
  }
}
#header #menu > ul.menu.nav,
#header #menu > .block .menu-block-wrapper > ul.menu {
  margin: 15px 0 10px 0;
  text-align: center;
}
@media (max-width: 767px) {
  #header #menu > ul.menu.nav,
  #header #menu > .block .menu-block-wrapper > ul.menu {
    clear: both;
    display: block;
    float: left;
    margin-bottom: -5px;
    margin-top: 0;
    position: static;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header #menu > ul.menu.nav,
  #header #menu > .block .menu-block-wrapper > ul.menu {
    margin: 5px 0;
  }
}
#header #menu > ul.menu.nav > li,
#header #menu > .block .menu-block-wrapper > ul.menu > li {
  display: inline;
  margin: 0 0 5px 0;
  position: relative;
  /*        &:after {
          content: " |";
        }
        &:last-child {
           &:after {
             content: "";
           }
         }
*/
}
@media (min-width: 980px) and (max-width: 1199px) {
  #header #menu > ul.menu.nav > li,
  #header #menu > .block .menu-block-wrapper > ul.menu > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header #menu > ul.menu.nav > li,
  #header #menu > .block .menu-block-wrapper > ul.menu > li {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  #header #menu > ul.menu.nav > li,
  #header #menu > .block .menu-block-wrapper > ul.menu > li {
    display: block;
  }
  #header #menu > ul.menu.nav > li:after,
  #header #menu > .block .menu-block-wrapper > ul.menu > li:after {
    content: '';
  }
}
#header #menu > ul.menu.nav > li a,
#header #menu > .block .menu-block-wrapper > ul.menu > li a {
  border: 0 none;
  color: #b7b7b7;
  display: block;
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#header #menu > ul.menu.nav > li a:hover,
#header #menu > .block .menu-block-wrapper > ul.menu > li a:hover {
  color: #ffffff;
}
#header #menu > ul.menu.nav > li > a,
#header #menu > .block .menu-block-wrapper > ul.menu > li > a {
  background: #ffffff;
  color: #727272;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Lato', Lato, Arial, Tahoma, sans-serif;
  padding: 10px 5px;
  margin: 0;
  display: inline;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
#header #menu > ul.menu.nav > li > a:hover,
#header #menu > .block .menu-block-wrapper > ul.menu > li > a:hover {
  color: #eb7832;
}
@media (max-width: 767px) {
  #header #menu > ul.menu.nav > li > a,
  #header #menu > .block .menu-block-wrapper > ul.menu > li > a {
    display: block;
    background: #0f99d6;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0 none;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 7px 0;
    margin: 0;
    text-align: center;
    text-transform: none;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  #header #menu > ul.menu.nav > li > a,
  #header #menu > .block .menu-block-wrapper > ul.menu > li > a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header #menu > ul.menu.nav > li > a,
  #header #menu > .block .menu-block-wrapper > ul.menu > li > a {
    font-size: 9px;
    font-size: 0.9rem;
    margin: 0 8px;
  }
}
#header #menu > ul.menu.nav > li:last-child > a,
#header #menu > .block .menu-block-wrapper > ul.menu > li:last-child > a {
  margin-right: 0px;
}
#header #menu > ul.menu.nav > li.active > a,
#header #menu > .block .menu-block-wrapper > ul.menu > li.active > a,
#header #menu > ul.menu.nav > li.active-trail > a,
#header #menu > .block .menu-block-wrapper > ul.menu > li.active-trail > a,
#header #menu > ul.menu.nav > li:hover > a,
#header #menu > .block .menu-block-wrapper > ul.menu > li:hover > a,
#header #menu > ul.menu.nav > li.hover > a,
#header #menu > .block .menu-block-wrapper > ul.menu > li.hover > a,
#header #menu > ul.menu.nav > li > a.active,
#header #menu > .block .menu-block-wrapper > ul.menu > li > a.active,
#header #menu > ul.menu.nav > li > a:hover,
#header #menu > .block .menu-block-wrapper > ul.menu > li > a:hover,
#header #menu > ul.menu.nav > li > a:focus,
#header #menu > .block .menu-block-wrapper > ul.menu > li > a:focus {
  background-position: center 90%;
  z-index: 501;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width: 767px) {
  #header #menu > ul.menu.nav > li.active > a,
  #header #menu > .block .menu-block-wrapper > ul.menu > li.active > a,
  #header #menu > ul.menu.nav > li.active-trail > a,
  #header #menu > .block .menu-block-wrapper > ul.menu > li.active-trail > a,
  #header #menu > ul.menu.nav > li:hover > a,
  #header #menu > .block .menu-block-wrapper > ul.menu > li:hover > a,
  #header #menu > ul.menu.nav > li.hover > a,
  #header #menu > .block .menu-block-wrapper > ul.menu > li.hover > a,
  #header #menu > ul.menu.nav > li > a.active,
  #header #menu > .block .menu-block-wrapper > ul.menu > li > a.active,
  #header #menu > ul.menu.nav > li > a:hover,
  #header #menu > .block .menu-block-wrapper > ul.menu > li > a:hover,
  #header #menu > ul.menu.nav > li > a:focus,
  #header #menu > .block .menu-block-wrapper > ul.menu > li > a:focus {
    background: #eb7832;
    color: #ffffff;
  }
}
#header #menu > ul.menu.nav > li > a.active,
#header #menu > .block .menu-block-wrapper > ul.menu > li > a.active {
  background: #555555;
  color: #f0f0f0;
}
#header #menu > ul.menu.nav > li > ul,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul {
  background-color: #5b5a5a;
  background-image: -moz-linear-gradient(top, #6b6a6a, #434242);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6b6a6a), to(#434242));
  background-image: -webkit-linear-gradient(top, #6b6a6a, #434242);
  background-image: -o-linear-gradient(top, #6b6a6a, #434242);
  background-image: linear-gradient(to bottom, #6b6a6a, #434242);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b6a6a', endColorstr='#ff434242', GradientType=0);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 5px 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 5px 10px rgba(0, 0, 0, 0.25);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0 0 0 -10px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  position: absolute !important;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  top: 100%;
  width: 1px;
  z-index: 500;
  display: none !important;
}
#header #menu > ul.menu.nav > li > ul li,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li {
  margin: 0;
  padding: 0;
}
#header #menu > ul.menu.nav > li > ul li.last a,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.last a,
#header #menu > ul.menu.nav > li > ul li:last-child a,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li:last-child a {
  border-bottom-color: transparent;
}
#header #menu > ul.menu.nav > li > ul li.active a,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.active a,
#header #menu > ul.menu.nav > li > ul li.active-trail a,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.active-trail a {
  font-weight: 600;
}
#header #menu > ul.menu.nav > li > ul li:hover a,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li:hover a,
#header #menu > ul.menu.nav > li > ul li.hover a,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.hover a {
  background: transparent;
  text-decoration: none;
}
#header #menu > ul.menu.nav > li > ul li.menu-views,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views {
  background: transparent;
  list-style: none;
  list-style-image: none;
  min-width: 600px;
}
#header #menu > ul.menu.nav > li > ul li.menu-views .view-header,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .view-header {
  float: left;
  margin-right: 10px;
}
#header #menu > ul.menu.nav > li > ul li.menu-views .view-content,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .view-content {
  display: block;
  overflow: hidden;
  width: auto;
}
#header #menu > ul.menu.nav > li > ul li.menu-views .view-content .views-column,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .view-content .views-column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #b7b7b7;
}
#header #menu > ul.menu.nav > li > ul li.menu-views .view-content .views-column.views-column-last,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .view-content .views-column.views-column-last {
  border-right: 0;
}
#header #menu > ul.menu.nav > li > ul li.menu-views .view-content .views-row,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .view-content .views-row {
  margin-bottom: 0;
}
#header #menu > ul.menu.nav > li > ul li.menu-views .style-icon-block,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .style-icon-block {
  margin-top: 0;
  text-align: left;
}
#header #menu > ul.menu.nav > li > ul li.menu-views .style-icon-block,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .style-icon-block,
#header #menu > ul.menu.nav > li > ul li.menu-views .style-icon-block .icon,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .style-icon-block .icon,
#header #menu > ul.menu.nav > li > ul li.menu-views .style-icon-block h2,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .style-icon-block h2 {
  color: #ffffff;
}
#header #menu > ul.menu.nav > li > ul li.menu-views .style-icon-block .title-wrapper h2,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .style-icon-block .title-wrapper h2,
#header #menu > ul.menu.nav > li > ul li.menu-views .style-icon-block .title-wrapper h2 a,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .style-icon-block .title-wrapper h2 a {
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
}
#header #menu > ul.menu.nav > li > ul li.menu-views .style-icon-block .icon,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .style-icon-block .icon {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  width: 1em;
}
#header #menu > ul.menu.nav > li > ul li.menu-views .style-icon-block .content .menu li,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .style-icon-block .content .menu li {
  line-height: 1em;
  margin: 4px 0;
}
#header #menu > ul.menu.nav > li > ul li.menu-views .style-icon-block .content .menu li.active a,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .style-icon-block .content .menu li.active a,
#header #menu > ul.menu.nav > li > ul li.menu-views .style-icon-block .content .menu li a.active,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views .style-icon-block .content .menu li a.active {
  background: transparent;
  font-weight: 400;
}
#header #menu > ul.menu.nav > li > ul li.menu-views #block-menu-block-5,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views #block-menu-block-5 {
  margin-bottom: 20px;
  margin-top: -20px;
}
#header #menu > ul.menu.nav > li > ul li.menu-views #block-menu-block-6,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views #block-menu-block-6 {
  float: right;
}
#header #menu > ul.menu.nav > li > ul li.menu-views #block-menu-block-7,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views #block-menu-block-7 {
  margin-left: 0;
}
#header #menu > ul.menu.nav > li > ul li.menu-views #block-menu-block-8 .content ul,
#header #menu > .block .menu-block-wrapper > ul.menu > li > ul li.menu-views #block-menu-block-8 .content ul {
  margin-bottom: 0;
}
#header #menu > ul.menu.nav > li > .mega-menu + ul,
#header #menu > .block .menu-block-wrapper > ul.menu > li > .mega-menu + ul {
  margin-left: -110px;
}
#header #menu > ul.menu.nav > li:hover > ul,
#header #menu > .block .menu-block-wrapper > ul.menu > li:hover > ul,
#header #menu > ul.menu.nav > li.hover > ul,
#header #menu > .block .menu-block-wrapper > ul.menu > li.hover > ul {
  clip: auto;
  height: auto;
  min-width: 200px;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 10px;
  width: auto;
}
#header #menu > ul.menu.nav > li.last > ul,
#header #menu > .block .menu-block-wrapper > ul.menu > li.last > ul,
#header #menu > ul.menu.nav > li:last-child > ul,
#header #menu > .block .menu-block-wrapper > ul.menu > li:last-child > ul {
  left: inherit;
  right: 50%;
}
#header #menu > ul.menu.nav > li.last:hover > ul,
#header #menu > .block .menu-block-wrapper > ul.menu > li.last:hover > ul,
#header #menu > ul.menu.nav > li.last.hover > ul,
#header #menu > .block .menu-block-wrapper > ul.menu > li.last.hover > ul,
#header #menu > ul.menu.nav > li:hover:last-child > ul,
#header #menu > .block .menu-block-wrapper > ul.menu > li:hover:last-child > ul,
#header #menu > ul.menu.nav > li.hover:last-child > ul,
#header #menu > .block .menu-block-wrapper > ul.menu > li.hover:last-child > ul {
  right: -10px;
}
#mega-menu .panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mega-menu .panel > .panel-flexible > .panel-flexible-inside > .panels-flexible-row.panels-flexible-row-first > .panels-flexible-row-inside > .panels-flexible-region > .inside {
  margin-top: 25px;
}
#mega-menu .mega-menu-inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
}
#mega-menu .mega-menu-inner .panels-flexible-region .inside {
  padding-left: 0;
  padding-right: 0;
}
#mega-menu .dashed-bg {
  background-image: url(../img/background_mega.png);
}
#mega-menu .border-right {
  border-right: 1px solid #727272;
}
#mega-menu .menu-name-menu-megamenus.menu-block-8 > ul > li > ul {
  margin-top: 0;
}
#mega-menu .panels-flexible-row-first .panels-flexible-region .inside {
  padding: 0 20px;
}
#mega-menu .panels-flexible-region-last .panels-flexible-region-inside-last .pane-menu-block {
  width: 100%;
}
#mega-menu .panel-solutions .panels-flexible-region-2-center {
  background-image: url(../img/background_mega.png);
  margin-top: 0;
}
#mega-menu .panel-solutions .panels-flexible-region-2-region_2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}
#mega-menu .panel-solutions .panels-flexible-region-2-region_2 > .inside {
  border-right: 1px solid #727272;
}
#mega-menu .panel-solutions .pane-block-12 .pane-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em 1em;
  text-align: center;
}
#mega-menu .panel-services .panels-flexible-region-3-region_1 {
  background-image: url(../img/background_mega.png);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
#mega-menu .panel-services .panels-flexible-region-3-region_1 > .inside {
  padding-right: 0;
  border-right: 1px solid #727272;
}
#mega-menu .panel-services .panels-flexible-region-3-center {
  background-image: url(../img/background_mega.png);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
#mega-menu .panel-services .panels-flexible-region-3-center > .inside {
  padding-right: 0;
}
#mega-menu .panel-services .pane-block-27,
#mega-menu .panel-services .pane-block-13 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em 1em;
  min-height: 200px;
}
#mega-menu .panel-partners .panels-flexible-region-5-region_left {
  background-image: url(../img/background_mega.png);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
#mega-menu .panel-partners .panels-flexible-region-5-region_left > .inside {
  padding-right: 0;
  border-right: 1px solid #727272;
}
#mega-menu .panel-partners .panels-flexible-region-5-center {
  background-image: url(../img/background_mega.png);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
#mega-menu .panel-partners .panels-flexible-region-5-center > .inside {
  padding-right: 0;
}
#mega-menu .panel-partners .pane-block-28,
#mega-menu .panel-partners .pane-block-15 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em 1em;
}
#mega-menu .panel-clients .panels-flexible-region-6-center {
  background-image: url(../img/background_mega.png);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}
#mega-menu .panel-clients .panels-flexible-region-6-center > .inside {
  border-right: 1px solid #727272;
}
#mega-menu .panel-clients .panels-flexible-region-6-region {
  background-image: url(../img/background_mega.png);
}
#mega-menu .panel-clients .panels-flexible-region-6-region .pane-content img {
  max-width: 160px;
  height: auto;
}
#mega-menu .panel-clients .pane-block-29,
#mega-menu .panel-clients .pane-block-16 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em 1em;
}
#mega-menu .panel-about_us .panels-flexible-region-7-center {
  background-image: url(../img/background_mega.png);
  margin-top: 0;
}
#mega-menu .panel-about_us .panels-flexible-region-7-center > .inside {
  border-right: 1px solid #727272;
}
#mega-menu .panel-about_us .panels-flexible-region-7-region {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/background_mega.png);
}
#mega-menu .panel-about_us .pane-block-30 .pane-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em 1em;
  text-align: center;
}
#mega-menu .panel-news_and_events .view-enterprise-events .views-row,
#mega-menu .panel-news_and_events .view-enterprise-news .views-row,
#mega-menu .panel-news_and_events .view-enterprise-press .views-row {
  border-bottom: 1px solid #727272;
}
#mega-menu .panel-news_and_events .view-enterprise-events .views-row.views-row-last,
#mega-menu .panel-news_and_events .view-enterprise-news .views-row.views-row-last,
#mega-menu .panel-news_and_events .view-enterprise-press .views-row.views-row-last {
  border-bottom: 0;
}
#mega-menu .panel-news_and_events .panels-flexible-region-8-press_releases {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mega-menu .panel-news_and_events .panels-flexible-region-8-press_releases > .inside {
  border-right: 1px solid #727272;
}
#mega-menu .panel-news_and_events .panels-flexible-region-8-region_3 {
  background-image: url(../img/background_mega.png);
}
#mega-menu .panel-products .panels-flexible-region-inside-first {
  padding-right: 0 !important;
  border-right: 1px solid #727272;
}
#mega-menu .panel-products .panels-flexible-region-inside-first .panel-pane:last-child {
  border-right: 1px solid #727272 !important;
}
#mega-menu .panel-products .panels-flexible-region-inside-last {
  padding-left: 0 !important;
}
#mega-menu .panel-products .panels-flexible-region-15-overview-inside,
#mega-menu .panel-products .panels-flexible-region-17-overview-inside {
  border-right: 0  !important;
}
#mega-menu .panel-products .panel-pane {
  border: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 15px;
  float: left;
  width: 50%;
}
#mega-menu .panel-products .panel-pane.pane-custom {
  width: 100%;
  float: none;
  clear: both;
  padding: 0;
}
#mega-menu .panel-products .panel-pane.pane-custom.pane-6 {
  border-right: 0 !important;
}
#mega-menu .panel-products .panel-separator {
  display: none;
}
#mega-menu .panel-products .product-category {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #b7b7b7;
  color: white;
  font-weight: 300;
  padding: 3px 10px;
}
#mega-menu .panel-products .product-category .title {
  color: #444242;
  display: inline-block;
  font-size: 18px;
  line-height: 1em;
  padding-right: 10px;
}
#mega-menu .panel-products .product-category a {
  display: inline-block;
}
#mega-menu .panel-products .product-category a:hover {
  background-color: transparent;
  color: white;
  text-decoration: underline;
}
#content {
  background: url("../img/content-bg.png") repeat-x scroll center top transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto;
  padding: 20px 10px 0;
}
.front #content {
  padding-top: 25px;
}
#content-header h1.page-title {
  color: #0f99d6;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  /*
    color: #fff;
    font-weight: 200;
    background: #0f99d6;
    padding: 20px;
    margin-bottom: 20px;
    */
}
#breadcrumbs .breadcrumb {
  background: transparent;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
#breadcrumbs .breadcrumb li {
  margin: 0;
  text-shadow: none;
}
#breadcrumbs .breadcrumb li .divider {
  color: #f0f0f0;
}
#main-content {
  margin: 20px auto;
}
#summary {
  background-color: #ffffff;
  background-image: url(../img/summary-bg.png);
  background-position: center top, center bottom;
  background-repeat: repeat-x;
  padding: 50px 0 10px 0;
}
article.user-profile {
  margin-bottom: 15px;
}
article.user-profile .style-social-media a {
  background: #727272;
  background-color: #727272;
}
article.user-profile .style-social-media a:hover {
  background: #595959;
  background-color: #595959;
}
.region-sidebar-second [id^="block-views-"],
.region-sidebar-second [id^="block-block-"] {
  margin-bottom: 0;
}
.region-sidebar-second [id^="block-views-"] .block-inner,
.region-sidebar-second [id^="block-block-"] .block-inner {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.region-sidebar-second [id^="block-views-"] .view-enterprise-blog .views-column > .views-row {
  margin-bottom: 0;
  padding-left: 8px;
}
.region-sidebar-second [id^="block-block-"] .block-inner .content > .embed-container {
  margin-bottom: 0;
  padding-bottom: 0;
  max-height: 200px;
  overflow: hidden;
}
.region-sidebar-second [id^="block-block-"] .block-inner .content > .embed-container iframe {
  min-height: 205px;
}
#footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #eb7832;
}
#footer .content ul.menu,
#footer .content ul.nav,
#footer .content ul.menu li,
#footer .content ul.nav li {
  margin: 0;
  padding: 0;
}
#footer .content ul.menu li > a:hover,
#footer .content ul.nav li > a:hover,
#footer .content ul.menu li > a:focus,
#footer .content ul.nav li > a:focus {
  background: inherit;
}
#footer .block .title-wrapper,
#footer #block-views-enterprise-blog-similar-block .title-wrapper {
  margin: 0 0 5px;
  padding: 0 0 5px;
}
#footer .block .title-wrapper h2,
#footer #block-views-enterprise-blog-similar-block .title-wrapper h2 {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
#footer .block .title-wrapper .line,
#footer #block-views-enterprise-blog-similar-block .title-wrapper .line {
  display: none;
}
#footer .social-media .content a {
  float: left;
  font-size: 26px;
  font-size: 2.6rem;
  margin-right: 0.5em;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #footer .social-media .content a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer .social-media .content a {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 0.35em;
  }
}
@media (max-width: 767px) {
  #footer .social-media .content a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#footer .social-media .content a .icon:not(.fontello),
#footer .social-media .content a .icon.fontello:before {
  margin: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#footer .social-media .content .menu .last a {
  margin-right: 0;
}
#footer .region-footer {
  background: url(../img/footer-bg.png) top center no-repeat;
  padding: 50px 0 30px 0;
}
#footer .region-footer .social-media a .icon:not(.fontello),
#footer .region-footer .social-media a .icon.fontello:before {
  color: #444242;
}
#footer .region-footer .social-media a:hover .icon:not(.fontello),
#footer .region-footer .social-media a:hover .icon.fontello:before {
  color: #ffffff;
}
#footer .region-footer .style-social-flickr .flickr_badge_image img {
  border-color: #ffffff;
}
#footer .region-footer .style-social-flickr .flickr_badge_image img:hover {
  border-color: #9e9e9e;
}
#footer .region-footer .content {
  border-right: 7px solid #5e5b5b;
  padding-right: 20px;
  min-height: 215px;
  color: #444242;
}
@media (max-width: 767px) {
  #footer .region-footer .content {
    border-right: 0;
    min-height: 0;
    padding-right: 0;
  }
}
#footer .region-footer .block-row-wrapper .block .content {
  border-right: 0;
  min-height: 0;
  padding-right: 0;
}
#footer .region-footer-bottom {
  background: #0f99d6;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 0;
}
#footer .region-footer-bottom .content,
#footer .region-footer-bottom .content a,
#footer .region-footer-bottom .content a:visited,
#footer .region-footer-bottom .content a:active {
  color: #ffffff;
}
#footer .region-footer-bottom .content a:hover,
#footer .region-footer-bottom .content a:active {
  color: #ffffff;
}
#footer .region-footer-bottom .content .nav > li {
  float: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #footer .region-footer-bottom .content .nav > li {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
#footer .region-footer-bottom .content .nav > li > a {
  line-height: 1em;
  margin-top: 3px;
}
#footer .region-footer-bottom .content .nav > li > a:hover {
  background: inherit;
  text-decoration: underline;
}
#footer .region-footer-bottom .content .nav > li.last > a,
#footer .region-footer-bottom .content .nav > li:last-child > a {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
#footer .region-footer-bottom #block-menu-menu-footer-menu a {
  margin-right: 50px;
  font-weight: bold;
}
#footer .region-footer-bottom .block {
  margin-bottom: 0;
  padding: 10px 0;
}
#footer .region-footer-bottom .block-menu {
  font-weight: bold;
}
@media (max-width: 767px) {
  #footer .region-footer-bottom .block-menu {
    float: none;
    margin: 10px;
    text-align: center;
  }
}
#footer .region-footer-bottom .style-copyright {
  float: right;
}
@media (max-width: 767px) {
  #footer .region-footer-bottom .style-copyright {
    float: none;
    margin: 10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #footer .region {
    padding: 10px;
  }
}
#block-menu-menu-social-menu ul.nav li {
  margin-right: 15px !important;
}
#block-menu-menu-social-menu ul.nav li a {
  color: #0f99d6 !important;
  background: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  min-width: 36px;
  min-height: 36px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 36px !important;
  text-align: center;
}
#block-menu-menu-social-menu ul.nav li a:hover {
  background: #0c77a6 !important;
}
html body {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
}
html body.admin-menu #admin-menu {
  background: #222;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
  margin: 0;
  padding: 0;
}
html body.hide-title .page-title {
  display: none;
}
@media (max-width: 767px) {
  aside {
    margin-top: 20px;
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.5px;
  margin: 10px 0;
  text-rendering: geometricPrecision;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #444242;
}
h1 {
  font-size: 24px;
  font-size: 2.4rem;
}
h2 {
  font-size: 18px;
  font-size: 1.8rem;
}
h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
h4 {
  font-size: 16px;
  font-size: 1.6rem;
}
h5 {
  font-size: 14px;
  font-size: 1.4rem;
}
h6 {
  font-size: 14px;
  font-size: 1.4rem;
}
.margin-bottom {
  margin-bottom: 1em !important;
}
.margin-left {
  margin-left: 2em !important;
}
.margin-right {
  margin-right: 2em !important;
}
.margin-top {
  margin-top: 1em !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.no-wrap {
  overflow: hidden;
}
.text-align-left,
table td.text-align-left,
.text-align-left .btn {
  text-align: left;
}
.text-align-center,
table td.text-align-center,
.text-align-center .btn {
  text-align: center;
}
.text-align-right,
table td.text-align-right,
.text-align-right .btn {
  text-align: right;
}
.text-align-justify,
table td.text-align-justify,
.text-align-justify .btn {
  text-align: justify;
}
.more-link {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
p:last-child {
  margin-bottom: 0;
}
.style-image {
  border: 1px solid #f0f0f0;
  padding: 10px;
}
.style-image img {
  border: 1px solid #f0f0f0;
}
figure {
  margin: 0;
}
img.image-style,
img.image-left-style,
img.image-right-style {
  border: 1px solid #f0f0f0;
  padding: 10px;
}
img.image-style img,
img.image-left-style img,
img.image-right-style img {
  border: 1px solid #f0f0f0;
}
img.image-left,
img.image-left-style {
  float: left;
  margin-bottom: 1em !important;
  margin-right: 2em !important;
  margin-left: 0 !important;
  max-width: 30%;
}
img.image-right,
img.image-right-style {
  float: right;
  margin-bottom: 1em !important;
  margin-top: 1em !important;
  margin-left: 2em !important;
  margin-right: 0 !important;
  max-width: 30%;
}
img.image-left + figcaption,
img.image-right + figcaption,
img.image-left-style + figcaption,
img.image-right-style + figcaption {
  color: #eb7832;
  clear: both;
  font-size: 75%;
  font-weight: 600;
  margin-top: -0.5em;
  text-align: center;
  width: 30%;
}
img.image-left + figcaption,
img.image-left-style + figcaption {
  float: left;
}
img.image-right + figcaption,
img.image-right-style + figcaption {
  float: right;
}
.check {
  color: #eb7832;
  font-weight: 600;
}
.check .icon {
  font-size: 150%;
  font-weight: 400;
}
code,
pre {
  font-size: 12px;
  font-size: 1.2rem;
}
p {
  margin-bottom: 1em;
}
.btn,
.btn-mini,
.btn-small,
.btn-large,
.btn-primary {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
  border: 0 none;
  -webkit-border-radius: 4;
  -ms-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4;
  text-shadow: none;
}
.btn,
.btn-mini,
.btn-small,
.btn-large,
.btn-primary,
.btn a,
.btn-mini a,
.btn-small a,
.btn-large a,
.btn-primary a,
.btn a:visited,
.btn-mini a:visited,
.btn-small a:visited,
.btn-large a:visited,
.btn-primary a:visited {
  color: #ffffff !important;
}
.btn:hover,
.btn-mini:hover,
.btn-small:hover,
.btn-large:hover,
.btn-primary:hover,
a:hover .btn,
a:hover .btn-mini,
a:hover .btn-small,
a:hover .btn-large,
a:hover .btn-primary {
  background: #0c77a6;
}
.btn,
.btn:hover {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn-primary {
  position: relative;
}
.btn-primary:hover,
a:hover .btn-primary {
  background: #be5313;
}
.btn-block.btn-large {
  font-family: 'cantarell', Lato, Arial, Tahoma, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
}
img.leaflet-tile {
  height: inherit;
  max-width: none;
}
a,
a * {
  -webkit-backface-visibility: hidden;
  -webkit-transition: color 0.2s ease 0s, border-color 0.2s ease 0s, background-color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s, border-color 0.2s ease 0s, background-color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s, border-color 0.2s ease 0s, background-color 0.2s ease 0s;
  transition: color 0.2s ease 0s, border-color 0.2s ease 0s, background-color 0.2s ease 0s;
}
ul {
  margin-left: 15px;
}
ul li {
  font-weight: 400;
  line-height: 1.5em;
  list-style: none;
  list-style-image: url(../img/list-bullet.gif?1371852008);
  margin: 0.5em 0 0.5em 1.25em;
}
ul li.no-bullet {
  list-style: none;
  list-style-image: none;
}
#admin-menu ul li {
  font-size: 12px;
  font-size: 1.2rem;
}
aside ul.menu,
aside ul.nav,
.style-icon-block ul.menu,
.style-icon-block ul.nav {
  margin-top: 1px;
  margin-bottom: 0;
}
aside ul.menu li,
aside ul.nav li,
.style-icon-block ul.menu li,
.style-icon-block ul.nav li {
  font-family: Lato, Arial, Tahoma, sans-serif;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  position: relative;
}
aside ul.menu li a,
aside ul.nav li a,
.style-icon-block ul.menu li a,
.style-icon-block ul.nav li a {
  border-bottom: 1px solid #f0f0f0;
  display: block;
  padding: 0.25em 0 0.25em 1em;
  margin: 0 1em;
  font-weight: normal;
}
aside ul.menu li a,
aside ul.nav li a,
.style-icon-block ul.menu li a,
.style-icon-block ul.nav li a,
aside ul.menu li a:link,
aside ul.nav li a:link,
.style-icon-block ul.menu li a:link,
.style-icon-block ul.nav li a:link,
aside ul.menu li a:visited,
aside ul.nav li a:visited,
.style-icon-block ul.menu li a:visited,
.style-icon-block ul.nav li a:visited {
  color: #444242;
}
aside ul.menu li a.active,
aside ul.nav li a.active,
.style-icon-block ul.menu li a.active,
.style-icon-block ul.nav li a.active,
aside ul.menu li a.active-trail,
aside ul.nav li a.active-trail,
.style-icon-block ul.menu li a.active-trail,
.style-icon-block ul.nav li a.active-trail {
  color: #0f99d6;
}
aside ul.menu li a:hover,
aside ul.nav li a:hover,
.style-icon-block ul.menu li a:hover,
.style-icon-block ul.nav li a:hover,
aside ul.menu li a.hover,
aside ul.nav li a.hover,
.style-icon-block ul.menu li a.hover,
.style-icon-block ul.nav li a.hover,
aside ul.menu li a:focus,
aside ul.nav li a:focus,
.style-icon-block ul.menu li a:focus,
.style-icon-block ul.nav li a:focus,
aside ul.menu li a.focus,
aside ul.nav li a.focus,
.style-icon-block ul.menu li a.focus,
.style-icon-block ul.nav li a.focus,
aside ul.menu li a:active,
aside ul.nav li a:active,
.style-icon-block ul.menu li a:active,
.style-icon-block ul.nav li a:active {
  background-color: transparent;
  color: #0f99d6;
}
aside ul.menu li a .icon,
aside ul.nav li a .icon,
.style-icon-block ul.menu li a .icon,
.style-icon-block ul.nav li a .icon {
  font-size: 150%;
  line-height: 1em;
  margin: -5px 0.5em 0 0;
  position: relative;
  top: 2px;
}
aside ul.menu li.collapsed > a:before,
aside ul.nav li.collapsed > a:before,
.style-icon-block ul.menu li.collapsed > a:before,
.style-icon-block ul.nav li.collapsed > a:before {
  font-family: "enterprise_base";
  content: '\e0cc';
  position: absolute;
  left: 1.5em;
  font-size: 70%;
}
aside ul.menu li.expanded > a,
aside ul.nav li.expanded > a,
.style-icon-block ul.menu li.expanded > a,
.style-icon-block ul.nav li.expanded > a {
  border-bottom: 1px solid #b7b7b7;
}
aside ul.menu li.expanded > a:before,
aside ul.nav li.expanded > a:before,
.style-icon-block ul.menu li.expanded > a:before,
.style-icon-block ul.nav li.expanded > a:before {
  font-family: "enterprise_base";
  content: '\e0a4';
  position: absolute;
  left: 1.5em;
  font-size: 70%;
}
aside ul.menu li ul,
aside ul.nav li ul,
.style-icon-block ul.menu li ul,
.style-icon-block ul.nav li ul {
  margin-left: 1em;
}
aside ul.menu li ul li a,
aside ul.nav li ul li a,
.style-icon-block ul.menu li ul li a,
.style-icon-block ul.nav li ul li a {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 400;
  margin-left: 0;
  padding-left: 2em;
}
aside .style-action-buttons ul.menu li a,
aside .style-action-buttons ul.nav li a {
  border: 0;
  margin: 20px 0;
}
ul.nav-tabs li {
  list-style: none;
  list-style-image: none;
}
ol {
  counter-reset: li;
  margin: 0;
  padding: 0;
}
ol > li {
  font-weight: 400;
  list-style: none;
  list-style-image: none;
  margin: 0.5em 0 0.5em 1em;
  position: relative;
}
ol > li:before {
  color: #eb7832;
  content: counter(li, decimal) '.';
  counter-increment: li;
  float: left;
  font-weight: 600;
  margin-right: 0.5em;
  position: relative;
  text-align: left;
}
li ol,
li ul {
  margin-top: 0px;
}
ol ol li:last-child {
  margin-bottom: 0;
}
blockquote {
  background: url(../img/quote.png?1371852008) no-repeat 0 0 transparent;
  border: 0 none;
  color: #8c8c8c;
  padding: 0 0 0 30px;
}
blockquote p {
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 1em;
}
blockquote footer {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1em;
  padding: 10px 0 0 10%;
}
blockquote footer:before {
  content: "_";
  margin-left: -1em;
  margin-top: -0.5em;
  position: absolute;
}
blockquote footer cite {
  color: #eb7832;
  font-weight: 600;
}
blockquote.pullquote {
  font-style: italic;
}
.view-mode-full .field {
  margin: 1em 0;
}
.view-mode-full .field:first-child {
  margin-top: 0;
}
.view-mode-full .field:last-child {
  margin-bottom: 0;
}
.view-mode-full.node-enterprise-bio .field {
  margin: 0.5em 0;
}
div.horizontal-tabs {
  background: transparent;
  border: 0 none;
  margin: 0;
  padding: 0;
}
ul.nav-tabs,
ul.quicktabs-tabs,
.horizontal-tabs ul.horizontal-tabs-list {
  background: transparent;
  border: 0 none;
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 0 0 0 1px;
  width: 100%;
}
@media (max-width: 767px) {
  ul.nav-tabs,
  ul.quicktabs-tabs,
  .horizontal-tabs ul.horizontal-tabs-list {
    position: relative;
  }
}
ul.nav-tabs li,
ul.quicktabs-tabs li,
.horizontal-tabs ul.horizontal-tabs-list li {
  background: transparent;
  border: 0 none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  margin: 0;
  padding: 0;
}
ul.nav-tabs li:focus,
ul.quicktabs-tabs li:focus,
.horizontal-tabs ul.horizontal-tabs-list li:focus {
  outline: none;
}
ul.nav-tabs li a,
ul.quicktabs-tabs li a,
.horizontal-tabs ul.horizontal-tabs-list li a {
  background: #ffffff;
  color: #b7b7b7;
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  text-transform: none;
}
ul.nav-tabs li a:focus,
ul.quicktabs-tabs li a:focus,
.horizontal-tabs ul.horizontal-tabs-list li a:focus {
  outline: none;
}
ul.nav-tabs li a:hover,
ul.quicktabs-tabs li a:hover,
.horizontal-tabs ul.horizontal-tabs-list li a:hover {
  background: #ffffff;
  color: #eb7832;
  text-decoration: none;
}
ul.nav-tabs li a strong,
ul.quicktabs-tabs li a strong,
.horizontal-tabs ul.horizontal-tabs-list li a strong {
  color: inherit;
  font-weight: inherit;
}
ul.nav-tabs li > a,
ul.quicktabs-tabs li > a,
.horizontal-tabs ul.horizontal-tabs-list li > a {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  border-bottom: 0 none;
  margin: 0 0 0 -1px;
  padding: 5px 16px;
}
ul.nav-tabs li.active > a,
ul.quicktabs-tabs li.active > a,
.horizontal-tabs ul.horizontal-tabs-list li.active > a,
ul.nav-tabs li.selected > a,
ul.quicktabs-tabs li.selected > a,
.horizontal-tabs ul.horizontal-tabs-list li.selected > a,
ul.nav-tabs li.more:hover > a,
ul.quicktabs-tabs li.more:hover > a,
.horizontal-tabs ul.horizontal-tabs-list li.more:hover > a,
ul.nav-tabs li.active > a:hover,
ul.quicktabs-tabs li.active > a:hover,
.horizontal-tabs ul.horizontal-tabs-list li.active > a:hover,
ul.nav-tabs li.selected > a:hover,
ul.quicktabs-tabs li.selected > a:hover,
.horizontal-tabs ul.horizontal-tabs-list li.selected > a:hover,
ul.nav-tabs li.more:hover > a:hover,
ul.quicktabs-tabs li.more:hover > a:hover,
.horizontal-tabs ul.horizontal-tabs-list li.more:hover > a:hover,
ul.nav-tabs li.active > a:focus,
ul.quicktabs-tabs li.active > a:focus,
.horizontal-tabs ul.horizontal-tabs-list li.active > a:focus,
ul.nav-tabs li.selected > a:focus,
ul.quicktabs-tabs li.selected > a:focus,
.horizontal-tabs ul.horizontal-tabs-list li.selected > a:focus,
ul.nav-tabs li.more:hover > a:focus,
ul.quicktabs-tabs li.more:hover > a:focus,
.horizontal-tabs ul.horizontal-tabs-list li.more:hover > a:focus,
ul.nav-tabs li.active > a:active,
ul.quicktabs-tabs li.active > a:active,
.horizontal-tabs ul.horizontal-tabs-list li.active > a:active,
ul.nav-tabs li.selected > a:active,
ul.quicktabs-tabs li.selected > a:active,
.horizontal-tabs ul.horizontal-tabs-list li.selected > a:active,
ul.nav-tabs li.more:hover > a:active,
ul.quicktabs-tabs li.more:hover > a:active,
.horizontal-tabs ul.horizontal-tabs-list li.more:hover > a:active {
  background: #ffffff;
  border-top-color: #eb7832;
  border-top-width: 2px;
  color: #0f99d6;
  margin-bottom: -2px;
  margin-top: -2px;
  padding: 6px 16px 5px;
}
ul.nav-tabs li.active > a strong,
ul.quicktabs-tabs li.active > a strong,
.horizontal-tabs ul.horizontal-tabs-list li.active > a strong,
ul.nav-tabs li.selected > a strong,
ul.quicktabs-tabs li.selected > a strong,
.horizontal-tabs ul.horizontal-tabs-list li.selected > a strong,
ul.nav-tabs li.more:hover > a strong,
ul.quicktabs-tabs li.more:hover > a strong,
.horizontal-tabs ul.horizontal-tabs-list li.more:hover > a strong,
ul.nav-tabs li.active > a:hover strong,
ul.quicktabs-tabs li.active > a:hover strong,
.horizontal-tabs ul.horizontal-tabs-list li.active > a:hover strong,
ul.nav-tabs li.selected > a:hover strong,
ul.quicktabs-tabs li.selected > a:hover strong,
.horizontal-tabs ul.horizontal-tabs-list li.selected > a:hover strong,
ul.nav-tabs li.more:hover > a:hover strong,
ul.quicktabs-tabs li.more:hover > a:hover strong,
.horizontal-tabs ul.horizontal-tabs-list li.more:hover > a:hover strong,
ul.nav-tabs li.active > a:focus strong,
ul.quicktabs-tabs li.active > a:focus strong,
.horizontal-tabs ul.horizontal-tabs-list li.active > a:focus strong,
ul.nav-tabs li.selected > a:focus strong,
ul.quicktabs-tabs li.selected > a:focus strong,
.horizontal-tabs ul.horizontal-tabs-list li.selected > a:focus strong,
ul.nav-tabs li.more:hover > a:focus strong,
ul.quicktabs-tabs li.more:hover > a:focus strong,
.horizontal-tabs ul.horizontal-tabs-list li.more:hover > a:focus strong,
ul.nav-tabs li.active > a:active strong,
ul.quicktabs-tabs li.active > a:active strong,
.horizontal-tabs ul.horizontal-tabs-list li.active > a:active strong,
ul.nav-tabs li.selected > a:active strong,
ul.quicktabs-tabs li.selected > a:active strong,
.horizontal-tabs ul.horizontal-tabs-list li.selected > a:active strong,
ul.nav-tabs li.more:hover > a:active strong,
ul.quicktabs-tabs li.more:hover > a:active strong,
.horizontal-tabs ul.horizontal-tabs-list li.more:hover > a:active strong {
  color: inherit;
  font-weight: inherit;
}
ul.nav-tabs li.more,
ul.quicktabs-tabs li.more,
.horizontal-tabs ul.horizontal-tabs-list li.more {
  position: relative;
}
@media (max-width: 767px) {
  ul.nav-tabs li.more,
  ul.quicktabs-tabs li.more,
  .horizontal-tabs ul.horizontal-tabs-list li.more {
    position: static;
  }
}
ul.nav-tabs li.more ul,
ul.quicktabs-tabs li.more ul,
.horizontal-tabs ul.horizontal-tabs-list li.more ul {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  display: none;
  left: -1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 999;
}
@media (max-width: 767px) {
  ul.nav-tabs li.more ul,
  ul.quicktabs-tabs li.more ul,
  .horizontal-tabs ul.horizontal-tabs-list li.more ul {
    left: 0;
    right: 0;
  }
}
ul.nav-tabs li.more ul li,
ul.quicktabs-tabs li.more ul li,
.horizontal-tabs ul.horizontal-tabs-list li.more ul li {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
ul.nav-tabs li.more ul li.active > a,
ul.quicktabs-tabs li.more ul li.active > a,
.horizontal-tabs ul.horizontal-tabs-list li.more ul li.active > a,
ul.nav-tabs li.more ul li.selected > a,
ul.quicktabs-tabs li.more ul li.selected > a,
.horizontal-tabs ul.horizontal-tabs-list li.more ul li.selected > a {
  background: #ffffff;
  color: #0f99d6;
  margin: 0;
  padding: 5px 16px;
}
ul.nav-tabs li.more ul li > a,
ul.quicktabs-tabs li.more ul li > a,
.horizontal-tabs ul.horizontal-tabs-list li.more ul li > a {
  border: 0 none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 5px 16px;
}
ul.nav-tabs li.more ul li > a:hover,
ul.quicktabs-tabs li.more ul li > a:hover,
.horizontal-tabs ul.horizontal-tabs-list li.more ul li > a:hover,
ul.nav-tabs li.more ul li > a:focus,
ul.quicktabs-tabs li.more ul li > a:focus,
.horizontal-tabs ul.horizontal-tabs-list li.more ul li > a:focus,
ul.nav-tabs li.more ul li > a:active,
ul.quicktabs-tabs li.more ul li > a:active,
.horizontal-tabs ul.horizontal-tabs-list li.more ul li > a:active {
  color: #eb7832;
}
ul.nav-tabs li.more:hover > a,
ul.quicktabs-tabs li.more:hover > a,
.horizontal-tabs ul.horizontal-tabs-list li.more:hover > a {
  margin-bottom: -1px !important;
  padding-bottom: 6px !important;
  position: relative;
  z-index: 1000;
}
ul.nav-tabs li.more:hover ul,
ul.quicktabs-tabs li.more:hover ul,
.horizontal-tabs ul.horizontal-tabs-list li.more:hover ul {
  display: block;
}
ul.quicktabs-tabs,
.horizontal-tabs ul.horizontal-tabs-list {
  margin: 0;
}
ul.quicktabs-tabs li > a,
.horizontal-tabs ul.horizontal-tabs-list li > a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 5px 16px;
}
ul.quicktabs-tabs li.active > a,
.horizontal-tabs ul.horizontal-tabs-list li.active > a,
ul.quicktabs-tabs li.selected > a,
.horizontal-tabs ul.horizontal-tabs-list li.selected > a,
ul.quicktabs-tabs li.active > a:hover,
.horizontal-tabs ul.horizontal-tabs-list li.active > a:hover,
ul.quicktabs-tabs li.selected > a:hover,
.horizontal-tabs ul.horizontal-tabs-list li.selected > a:hover,
ul.quicktabs-tabs li.active > a:focus,
.horizontal-tabs ul.horizontal-tabs-list li.active > a:focus,
ul.quicktabs-tabs li.selected > a:focus,
.horizontal-tabs ul.horizontal-tabs-list li.selected > a:focus,
ul.quicktabs-tabs li.active > a:active,
.horizontal-tabs ul.horizontal-tabs-list li.active > a:active,
ul.quicktabs-tabs li.selected > a:active,
.horizontal-tabs ul.horizontal-tabs-list li.selected > a:active {
  margin-bottom: -2px;
  padding-bottom: 6px;
}
.quicktabs_main,
.horizontal-tabs .horizontal-tabs-panes {
  border: 1px solid #f0f0f0;
  border-top: 0 none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  margin-top: -4px;
  padding: 20px 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .quicktabs_main,
  .horizontal-tabs .horizontal-tabs-panes {
    padding: 10px;
  }
}
h2.block-region {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1em;
  margin: 0 0 1em;
  padding: 5px 10px;
  text-shadow: none;
  text-transform: uppercase;
}
.block {
  margin: 0 0 20px;
}
aside .block {
  margin-bottom: 40px;
}
.block .title-wrapper,
#block-views-enterprise-blog-similar-block .title-wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  margin: 0 0 12px;
  margin-bottom: 1.2rem;
  position: relative;
  width: 100%;
}
.block .title-wrapper h2,
#block-views-enterprise-blog-similar-block .title-wrapper h2 {
  display: inline;
  margin: 0;
  line-height: 1.5em;
}
aside .block .title-wrapper h2,
aside .block .title-wrapper h2 a,
aside .block .title-wrapper h2 a:visited,
aside #block-views-enterprise-blog-similar-block .title-wrapper h2,
aside #block-views-enterprise-blog-similar-block .title-wrapper h2 a,
aside #block-views-enterprise-blog-similar-block .title-wrapper h2 a:visited {
  display: block;
  padding: 0.25em 1em;
  color: #ffffff;
}
.block .title-wrapper .line,
#block-views-enterprise-blog-similar-block .title-wrapper .line {
  background: #f0f0f0;
  bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 1px;
  margin-left: 7px;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .block .title-wrapper .line,
  #block-views-enterprise-blog-similar-block .title-wrapper .line {
    margin: 0;
    position: static;
  }
}
.block .title-wrapper .icon,
#block-views-enterprise-blog-similar-block .title-wrapper .icon {
  margin-right: 0.5em;
}
.block.block-menu .title-wrapper,
.block.block-views .title-wrapper,
.block.block-menu-block .title-wrapper {
  margin-bottom: 0;
}
.block.block-blocker {
  background: rgba(0, 0, 0, 0.03);
  border: 1px dashed transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.block.block-blocker .title-wrapper {
  margin: 0 0 10px;
}
.block.block-blocker:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.block.block-collapsiblock .title-wrapper {
  display: block;
  margin: 0;
}
.block.block-collapsiblock .title-wrapper .collapsiblock {
  background: #0f99d6;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1em;
  padding: 5px 10px;
  position: relative;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.block.block-collapsiblock .title-wrapper .collapsiblock a {
  background: transparent;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  z-index: 1;
}
.block.block-collapsiblock .title-wrapper .collapsiblock + .line {
  display: none;
}
.block.block-collapsiblock .title-wrapper .collapsiblock .icon {
  float: right;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.block.block-collapsiblock .title-wrapper .collapsiblock .icon,
.block.block-collapsiblock .title-wrapper .collapsiblock .icon:before {
  margin: 0;
}
.block.block-collapsiblock .title-wrapper .collapsiblock.collapsiblockCollapsed {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.block.block-collapsiblock .title-wrapper .collapsiblock.collapsiblockCollapsed .icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.block.block-collapsiblock .content {
  border: 1px solid #0f99d6;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}
.block.block-bean .bean-image.view-mode-inline_image .field-type-image {
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-bottom: 1em;
}
.block.block-bean .bean-image.view-mode-inline_image .field-type-image img {
  border: 1px solid #f0f0f0;
}
.block.block-bean .bean-image.view-mode-left_image .ds-left {
  padding-right: 1em;
}
.block.block-bean .bean-image.view-mode-left_image img {
  padding: 3px;
}
.block.block-user-alert {
  display: none;
}
.style-category-list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.style-category-list,
.style-category-list li,
.style-category-list ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.style-category-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  margin: 0 0 1em;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: 50%;
  white-space: nowrap;
  word-break: break-all;
}
.style-category-list li,
.style-category-list li a,
.style-category-list li a:link,
.style-category-list li a:visited {
  color: #727272;
}
.style-category-list li a:hover {
  color: #eb7832;
}
.style-icon-block {
  margin: 20px 0 0;
}
.style-icon-block .icon {
  float: left;
  margin-bottom: 1em;
  margin-right: 10px;
  font-size: 30px;
  font-size: 3rem;
  color: #f0f0f0;
}
.style-icon-block .icon:not(.fontello),
.style-icon-block .icon.fontello:before {
  margin: 0;
  padding: 0;
  width: auto;
}
.style-icon-block:hover .icon {
  color: #eb7832;
}
.style-icon-block .title-wrapper {
  display: block;
  margin-bottom: 10px;
  width: auto;
}
.style-icon-block .title-wrapper h2 {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
.style-icon-block .title-wrapper .line {
  display: none;
}
.style-icon-block .content {
  overflow: hidden;
}
.style-icon-block .content .menu li {
  margin-left: 0;
}
.style-icon-list {
  font-size: 50px;
  font-size: 5rem;
  margin-right: 0.75em;
  margin-top: 5px;
}
.style-icon-list,
.style-icon-list a {
  color: #f0f0f0;
}
.style-icon-list a:hover {
  color: #eb7832;
}
.style-icon-list .icon.fontello:before {
  margin: 0;
  width: auto;
}
.style-no-wrap {
  overflow: hidden;
}
.style-gray-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.equal-height-element .style-gray-box {
  height: 100%;
}
.style-gray-box img {
  border: 1px solid #d55e15;
}
.style-featured-image {
  margin-bottom: -20px;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .style-featured-image {
    margin-top: 0;
  }
}
aside ul.nav.node-nav-menu {
  margin-top: 0;
}
aside ul.nav.node-nav-menu li a {
  background: #eb7832;
  border-bottom-color: #e9691b;
  margin-top: 0;
}
aside ul.nav.node-nav-menu li a,
aside ul.nav.node-nav-menu li a:hover,
aside ul.nav.node-nav-menu li a.hover,
aside ul.nav.node-nav-menu li a:active,
aside ul.nav.node-nav-menu li a.active,
aside ul.nav.node-nav-menu li a:focus,
aside ul.nav.node-nav-menu li a.focus,
aside ul.nav.node-nav-menu li a:visited {
  color: #ffffff;
}
aside ul.nav.node-nav-menu li a:hover,
aside ul.nav.node-nav-menu li a.hover,
aside ul.nav.node-nav-menu li a:focus,
aside ul.nav.node-nav-menu li a.focus {
  background: #eb7832;
  border-color: #e9691b;
  margin-top: -1px;
  padding-top: 9px;
}
aside ul.nav.node-nav-menu input.copy-text,
aside ul.nav.node-nav-menu textarea.copy-text {
  display: block;
  margin: 10px 0 0;
  width: 100%;
}
.style-views-list .views-row {
  *zoom: 1;
  border-bottom: 1px solid #f0f0f0;
  margin: 1em 0;
  padding: 0 0 1em;
}
.style-views-list .views-row:before,
.style-views-list .views-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.style-views-list .views-row:after {
  clear: both;
}
aside .style-views-list .views-row {
  margin: 0.5em 0;
  padding: 0 0 0.5em;
}
.style-views-list .views-row:first-child {
  margin-top: 0;
}
.style-views-list .views-row:last-child {
  border: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.style-views-list .views-row h2 a,
.style-views-list .views-row h3 a {
  color: #0f99d6;
}
.style-views-list .views-row h2 a:hover,
.style-views-list .views-row h3 a:hover {
  color: #eb7832;
}
.style-views-list .views-responsive-grid .views-row {
  display: block;
  float: none;
  margin: 1em 0;
  width: auto;
}
aside .style-views-list .views-responsive-grid .views-row {
  margin: 0.5em 0;
}
.style-views-list .views-responsive-grid .views-row:first-child {
  margin-top: 0;
}
.style-views-list .views-responsive-grid .views-row:last-child {
  margin-bottom: 0;
}
.style-views-list .view-footer {
  border-top: 1px solid #f0f0f0;
  margin-top: 1em;
  text-align: right;
  padding-top: 1em;
}
aside .style-views-list .view-footer {
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.style-views-list.no-line .views-row,
.style-views-list.no-line .views-footer {
  border: 0;
}
.spelling-suggestions {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -ms-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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.spelling-suggestions blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.spelling-suggestions dl {
  margin: 0;
}
.spelling-suggestions dl dt {
  color: #727272;
  font-size: 16px;
  font-size: 1.6rem;
}
.spelling-suggestions dl dt strong:after {
  content: ":";
}
.spelling-suggestions dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0.5em 1.5em 0;
}
.search-results li.search-result {
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 2em 0 2em 2.5em;
  padding-bottom: 2em;
}
.search-results li.search-result:before {
  color: #0f99d6;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: -2em;
}
.search-results li.search-result .title {
  margin: 0;
}
.search-results li.search-result .search-snippet {
  margin: 0;
}
.search-results li.search-result .search-snippet strong {
  color: #eb7832;
}
.search-results li.search-result .search-info {
  color: #b7b7b7;
  float: left;
  font-size: 10px;
  font-size: 1rem;
  margin: 0;
}
.style-footnotes {
  color: #b7b7b7;
  font-size: 10px;
  font-size: 1rem;
  margin: 1em 0 5em;
}
.style-footnotes ul {
  margin: 0;
}
.style-footnotes ul li {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
.style-contact .content .items .item-label {
  clear: both;
  color: #ffffff;
  float: left;
  font-weight: 600;
  margin-right: 1em;
  text-align: right;
  width: 80px;
}
.style-contact .content .items .item-label .icon {
  float: left;
  font-size: 150%;
}
.style-contact .content .items .item-content {
  line-height: inherit;
  margin: 0 0 1em;
  overflow: hidden;
}
.style-banner-heading {
  margin: 2em 0 4em;
  text-align: center;
}
@media (max-width: 767px) {
  .style-banner-heading {
    margin: 1em 0;
  }
}
.style-banner-heading h2 {
  color: #0f99d6;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1em;
}
@media (max-width: 767px) {
  .style-banner-heading h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .style-banner-heading h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
.style-banner-heading h2 em {
  color: #eb7832;
}
.style-banner-heading h3 {
  color: #b7b7b7;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
}
.style-banner-heading h3 em {
  color: #0f99d6;
}
.style-banner-heading h3 small {
  margin-left: 1em;
  position: relative;
  top: -0.5em;
}
@media (max-width: 767px) {
  .style-banner-heading h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .style-banner-heading h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.price-table {
  color: #3b3b3b;
}
.price-table header {
  min-height: 225px;
  padding: 10px;
}
@media (max-width: 767px) {
  .price-table header {
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px) {
  .price-table header {
    min-height: 200px;
  }
}
.price-table ul,
.price-table li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.price-table li {
  padding: 10px;
}
.price-table li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
.price-table .info {
  color: #727272;
}
.price-table .info header {
  color: #b7b7b7;
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .price-table .info header {
    font-size: 20px;
    font-size: 2rem;
    margin: 1em 0;
    min-height: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .price-table .info header {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .price-table .info header {
    font-size: 30px;
    font-size: 3rem;
  }
}
.price-table .info header em {
  color: #eb7832;
  font-weight: 600;
}
.price-table .info header p {
  margin: 0.5em 0;
}
.price-table .info header p:last-child {
  margin-bottom: 0;
}
.price-table .info section ul {
  background: #F6F6F6;
}
@media (max-width: 767px) {
  .price-table .info section,
  .price-table .info footer {
    display: none;
  }
}
.price-table .info li {
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px), (min-width: 1200px) {
  .price-table .info {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .price-table .info {
    width: 40%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .price-table .info {
    width: 36%;
  }
}
@media (min-width: 1200px) {
  .price-table .info {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px), (min-width: 1200px) {
  .price-table .products {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .price-table .products {
    width: 60%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .price-table .products {
    width: 64%;
  }
}
@media (min-width: 1200px) {
  .price-table .products {
    width: 70%;
  }
}
.price-table .products .product {
  float: left;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .price-table .products .product {
    margin-top: 2em;
  }
  .price-table .products .product:first-child {
    margin-top: 0;
  }
}
@media (min-width: 980px) and (max-width: 1199px), (min-width: 1200px) {
  .price-table .products .product:hover {
    -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5), 5px 0 30px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5), 5px 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5), 5px 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5), 5px 0 30px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    position: relative;
    z-index: 100;
  }
}
.price-table .products .product header {
  background: #0f99d6;
  color: #ffffff;
  position: relative;
}
.price-table .products .product header .title {
  background: rgba(0, 0, 0, 0.5);
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1em;
  margin: -10px -10px 10px;
  padding: 10px;
}
.price-table .products .product header .price {
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1em;
}
@media (min-width: 768px) and (max-width: 979px) {
  .price-table .products .product header .price {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .price-table .products .product header .price {
    font-size: 60px;
    font-size: 6rem;
  }
}
.price-table .products .product header .conditions {
  font-size: 11px;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.25em;
  margin-top: 10px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.price-table .products .product header p {
  margin: 0.5em 0;
}
.price-table .products .product header p:last-child {
  margin-bottom: 0;
}
.price-table .products .product header .btn {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 0 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 0 5px rgba(0, 0, 0, 0.25);
  margin: 1em 0;
}
.price-table .products .product section {
  background: #ffffff;
}
.price-table .products .product section li {
  *zoom: 1;
}
.price-table .products .product section li:before,
.price-table .products .product section li:after {
  display: table;
  content: "";
  line-height: 0;
}
.price-table .products .product section li:after {
  clear: both;
}
@media (max-width: 767px) {
  .price-table .products .product section li {
    height: auto !important;
    text-align: right;
  }
}
.price-table .products .product section li .title {
  display: none;
}
@media (max-width: 767px) {
  .price-table .products .product section li .title {
    display: block;
    float: left;
    max-width: 50%;
    text-align: left;
  }
}
.price-table .products .product section .oeicon-check {
  color: #009907;
  font-size: 150%;
  margin: -1em 0 0;
  position: relative;
  top: 2px;
}
.price-table .products .product footer {
  background: #ffffff;
  padding: 10px;
}
.price-table .products .product:nth-child(even) section ul {
  background: #F6F6F6;
}
.price-table .products .product:nth-child(2) header {
  background: #0c77a6;
}
.price-table .products .product:nth-child(3) header {
  background: #085577;
}
.price-table .products .product:nth-child(4) header {
  background: #053347;
}
.price-table .products .product:nth-child(5) header {
  background: #085577;
}
.price-table .products .product:nth-child(6) header {
  background: #0c77a6;
}
.price-table .products .product.active header {
  background: #eb7832;
}
@media (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px), (min-width: 1200px) {
  .price-table .products.columns-2 .product {
    width: 50%;
  }
  .price-table .products.columns-3 .product {
    width: 33.33333%;
  }
  .price-table .products.columns-4 .product {
    width: 25%;
  }
  .price-table .products.columns-5 .product {
    width: 20%;
  }
  .price-table .products.columns-6 .product {
    width: 16.66666%;
  }
  .price-table .products.columns-7 .product {
    width: 14.28571%;
  }
}
.style-voip-banner h2 {
  background: #eb7832;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 40px !important;
  padding: 15px 20px;
  position: relative;
  text-align: center;
}
.style-voip-banner h2 img {
  margin-bottom: 5px;
}
.style-voip-banner h2 span {
  display: block;
}
.style-voip-banner h2 span.arrow {
  border-color: transparent #eb7832 transparent transparent;
  border-style: solid;
  border-width: 40px;
  bottom: -30px;
  position: absolute;
  right: 20%;
  z-index: -1;
}
.style-voip-banner h3 {
  color: #b7b7b7;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.25em;
  margin-bottom: 1em;
}
.style-voip-banner h3 em {
  color: #0f99d6;
}
.style-voip-banner h4 {
  border-right: 1px solid #f0f0f0;
  color: #0f99d6;
  float: left;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1em;
  margin-right: 20px;
  margin-top: 0;
  max-width: 100px;
  padding-right: 20px;
}
.style-voip-banner h4 span {
  color: #b7b7b7;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  margin-top: 10px;
}
.diagonal-fade {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 980px) and (max-width: 1199px), (min-width: 1200px) {
  .diagonal-fade {
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(67%, rgba(255, 255, 255, 0)), color-stop(67%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* IE10+ */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* W3C */
    background-color: #0297d6;
    /* Old browsers */
  }
  .diagonal-fade.orange {
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(67%, rgba(255, 255, 255, 0)), color-stop(67%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* IE10+ */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* W3C */
    background-color: #ec7916;
    /* Old browsers */
  }
  .diagonal-fade.green {
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(67%, rgba(255, 255, 255, 0)), color-stop(67%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* IE10+ */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
    /* W3C */
    background-color: #66a716;
    /* Old browsers */
  }
}
.diagonal-fade h2 {
  font-size: 30px;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1em;
  margin-bottom: 5px;
}
.diagonal-fade h2 a {
  color: #ffffff;
  text-decoration: none;
}
.diagonal-fade .bean-image.view-mode-left_image .group-left {
  width: 35%;
}
.diagonal-fade .bean-image.view-mode-left_image .group-right {
  width: 65%;
  padding: 7px 0;
}
.diagonal-fade .bean-image.view-mode-left_image .group-right > * {
  margin-left: 7px;
}
.diagonal-fade .bean-image.view-mode-left_image .field-name-field-body {
  margin-right: 20px;
  padding-right: 26px;
}
.bean-image.view-mode-default {
  font-size: 15px;
  font-size: 1.5rem;
}
.bean-image.view-mode-default h2.block-title {
  margin: 0 0 25px 0;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(67%, rgba(255, 255, 255, 0)), color-stop(67%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
  /* IE10+ */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 255, 255, 0.1) 100%);
  /* W3C */
  background-color: #0297d6;
  /* Old browsers */
}
.bean-image.view-mode-default h2.block-title a {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  color: #ffffff;
  line-height: 1em;
  padding: 7px 20px 5px;
  text-decoration: none;
  background: transparent url(../img/arrow-right-white.png) no-repeat right;
  margin-right: 20px;
}
aside .title-wrapper {
  background-color: #0f99d6;
}
aside .orange .title-wrapper {
  background-color: #eb7832;
}
aside .purple .title-wrapper {
  background-color: #70007f;
}
aside .purple .btn {
  background: #70007f;
}
aside .purple .btn:hover {
  background: #43004c;
}
aside ul.menu li a .icon,
aside ul.nav li a .icon,
.style-icon-block ul.menu li a .icon,
.style-icon-block ul.nav li a .icon {
  margin-right: 0px;
}
.vocabulary-experts-categories.view-mode-list .field-name-title h2 {
  margin-top: 10px;
}
.vocabulary-experts-categories.view-mode-list .taxonomy-term-description p {
  margin-bottom: 1em;
}
#block-views-enterprise-news-block-1 .views-row,
#block-views-enterprise-events-block-1 .views-row,
.view-enterprise-news .views-row,
.view-enterprise-press .views-row,
.view-enterprise-events .views-row,
.view-id-experts.view-display-id-page .views-row {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
}
#block-views-enterprise-news-block-1 .views-row:last-child,
#block-views-enterprise-events-block-1 .views-row:last-child,
.view-enterprise-news .views-row:last-child,
.view-enterprise-press .views-row:last-child,
.view-enterprise-events .views-row:last-child,
.view-id-experts.view-display-id-page .views-row:last-child {
  border-bottom: none;
}
#block-views-enterprise-news-block-1 .more-link,
#block-views-enterprise-events-block-1 .more-link,
.view-enterprise-news .more-link,
.view-enterprise-press .more-link,
.view-enterprise-events .more-link,
.view-id-experts.view-display-id-page .more-link {
  font-size: 15px;
  font-size: 1.5rem;
}
#block-views-enterprise-news-block-1 .view-footer,
#block-views-enterprise-events-block-1 .view-footer,
.view-enterprise-news .view-footer,
.view-enterprise-press .view-footer,
.view-enterprise-events .view-footer,
.view-id-experts.view-display-id-page .view-footer {
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
}
.view-enterprise-news.view-display-id-page .views-group,
.view-enterprise-events .views-group {
  padding: 15px;
  border: 1px solid #f0f0f0;
  margin-bottom: 2em;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
  background: #fcfcfc;
}
#block-views-enterprise-events-block-1 .field-name-title,
.view-enterprise-events .field-name-title {
  margin-bottom: .5em;
}
#block-views-enterprise-bios-block .field-name-field-bio-image {
  margin-bottom: 1em;
}
#main-content .field-name-body {
  margin-bottom: 1em;
}
#main-content .span9 .content-inner {
  padding-right: 30px;
}
#block-data-data-news-filter {
  margin-bottom: 0px;
}
#block-data-data-news-filter .control-group {
  float: left;
}
#block-data-data-news-filter .control-group > * {
  margin-right: 10px;
  float: left;
}
#header #menu .qtip a {
  margin-bottom: 5px;
}
#header #menu .qtip-content,
#mega-menu {
  position: relative;
  overflow: visible;
  margin-top: 7px;
}
#header #menu .qtip-content ul.squares li,
#mega-menu ul.squares li {
  list-style: square;
  list-style-image: none;
}
#header #menu .qtip-content a,
#mega-menu a {
  color: #b7b7b7;
  display: block;
}
#header #menu .qtip-content a,
#mega-menu a,
#header #menu .qtip-content a:link,
#mega-menu a:link,
#header #menu .qtip-content a:visited,
#mega-menu a:visited {
  color: #444242;
}
#header #menu .qtip-content a.active,
#mega-menu a.active,
#header #menu .qtip-content a.active-trail,
#mega-menu a.active-trail {
  color: #b7b7b7;
  text-decoration: none;
  background-color: #3b3b3b;
}
#header #menu .qtip-content a:hover,
#mega-menu a:hover,
#header #menu .qtip-content a.hover,
#mega-menu a.hover,
#header #menu .qtip-content a:focus,
#mega-menu a:focus,
#header #menu .qtip-content a.focus,
#mega-menu a.focus,
#header #menu .qtip-content a:active,
#mega-menu a:active {
  color: #b7b7b7;
  text-decoration: none;
  background-color: #3b3b3b;
}
#header #menu .qtip-content a:hover.icon,
#mega-menu a:hover.icon,
#header #menu .qtip-content a.hover.icon,
#mega-menu a.hover.icon,
#header #menu .qtip-content a:focus.icon,
#mega-menu a:focus.icon,
#header #menu .qtip-content a.focus.icon,
#mega-menu a.focus.icon,
#header #menu .qtip-content a:active.icon,
#mega-menu a:active.icon {
  background-color: transparent;
}
#mega-menu .mega-menu-inner {
  position: absolute;
  width: 100%;
  z-index: 1000;
  display: none;
  padding: 0 15px 15px;
  background-color: #555555;
  color: #f0f0f0;
  font-size: 14px;
  -webkit-box-shadow: 0px 5px 5px #888888;
  -moz-box-shadow: 0px 5px 5px #888888;
  box-shadow: 0px 5px 5px #888888;
  -webkit-box-shadow: 0px 5px 5px #888888, 0px 5px 5px #888888;
  -ms-box-shadow: 0px 5px 5px #888888, 0px 5px 5px #888888;
  -moz-box-shadow: 0px 5px 5px #888888, 0px 5px 5px #888888;
  box-shadow: 0px 5px 5px #888888, 0px 5px 5px #888888;
}
#mega-menu .mega-menu-inner a {
  color: #f0f0f0;
  padding: 2px 5px;
}
#mega-menu .mega-menu-inner a:hover {
  color: #f0f0f0;
}
#mega-menu .mega-menu-inner ul li {
  margin: 0;
}
#mega-menu .mega-menu-inner h1,
#mega-menu .mega-menu-inner h2,
#mega-menu .mega-menu-inner h3,
#mega-menu .mega-menu-inner h4,
#mega-menu .mega-menu-inner h5,
#mega-menu .mega-menu-inner h6 {
  color: #E27422;
}
#mega-menu .mega-menu-inner hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #888888;
}
#mega-menu .mega-menu-inner .border-right {
  border-right: 1px solid #888888;
  padding-right: 15px;
}
#mega-menu .mega-menu-inner .border-right.no-right-padding {
  padding-right: 0px;
}
#mega-menu .mega-menu-inner .panel-news_and_events .panel-pane {
  padding-right: 0px;
}
#mega-menu .mega-menu-inner .panels-flexible-region-first,
#mega-menu .mega-menu-inner .panels-flexible-region-last {
  border-right: 0;
}
#mega-menu .mega-menu-inner .view > .more-link {
  text-align: left;
}
#mega-menu .panel {
  display: none;
}
#mega-menu .panel .pane-title {
  margin-top: 0;
}
.field-name-field-expert-asset {
  margin-top: 10px;
}
.field-name-field-expert-asset .field-item {
  display: inline-block;
  margin-right: 10px;
}
.field.inline-block {
  display: inline-block;
  margin: 0.3em 0 !important;
}
.field.inline-block.icon {
  margin: 0.3em 0 !important;
}
.field.inline-block.icon a {
  background: #727272 !important;
  background-color: #727272 !important;
}
.field.inline-block.icon a:hover {
  background: #595959 !important;
  background-color: #595959 !important;
}
.field.inline-block a {
  /* IE7 inline-block hack */
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #444242;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #0f99d6;
  background-image: -moz-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0f99d6), to(#0f99d6));
  background-image: -webkit-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: -o-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: linear-gradient(to bottom, #0f99d6, #0f99d6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f99d6', endColorstr='#ff0f99d6', GradientType=0);
  border-color: #0f99d6 #0f99d6 #0a668f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0f99d6;
  /* 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 #0f99d6;
  *border: 0;
  border-bottom-color: #0c77a6;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
  border: 0 none;
  -webkit-border-radius: 4;
  -ms-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4;
  text-shadow: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 4px 2px;
}
.field.inline-block a:hover,
.field.inline-block a:focus,
.field.inline-block a:active,
.field.inline-block a.active,
.field.inline-block a.disabled,
.field.inline-block a[disabled] {
  color: #444242;
  background-color: #0f99d6;
  *background-color: #0d88be;
}
.field.inline-block a:active,
.field.inline-block a.active {
  background-color: #0c77a6 \9;
}
.field.inline-block a:first-child {
  *margin-left: 0;
}
.field.inline-block a:hover,
.field.inline-block a:focus {
  color: #444242;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-backface-visibility: hidden;
  -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;
}
.field.inline-block a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.field.inline-block a.active,
.field.inline-block a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.field.inline-block a.disabled,
.field.inline-block a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
}
.field.inline-block a .label,
.field.inline-block a .badge {
  position: relative;
  top: -1px;
}
.field.inline-block a,
.field.inline-block a a,
.field.inline-block a a:visited {
  color: #ffffff !important;
}
.field.inline-block a:hover,
a:hover .field.inline-block a {
  background: #0c77a6;
}
.field.inline-block a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#search-form .container-inline.form-wrapper {
  margin: 0;
  background-color: #f0f0f0;
  padding: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#search-form .container-inline.form-wrapper input {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
  margin-bottom: 0;
  border: none;
  border-right: 4px solid #f0f0f0;
  padding: 0 0 0 4px;
  height: 22px;
  width: 240px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #search-form .container-inline.form-wrapper input {
    width: 191px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #search-form .container-inline.form-wrapper input {
    width: 137px;
  }
}
#search-form .container-inline.form-wrapper button {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
  width: 24px;
  height: 22px;
  padding: 5px 0 0 9px;
}
#search-form .container-inline.form-wrapper button .icon.fontello {
  vertical-align: text-bottom;
}
.view-id-experts_corner .views-row {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
  margin-bottom: 20px;
}
#block-views-exp-experts-new-page {
  border-bottom: 1px solid #f0f0f0 ;
  margin: 0;
}
.no-border {
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.view-author-info .views-row {
  margin-bottom: 15px;
}
.view-experts table tr.row-first td {
  border-top: 0;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.style-date-stacked {
  color: #3b3b3b;
  text-align: center;
  font-size: 18px;
}
.style-date-stacked .month {
  font-weight: 600;
  padding: 0 5px 0;
}
.style-date-stacked .year {
  font-weight: 300;
  padding: 5px 5px 0;
}
.style-date-stacked .arrow {
  display: none;
}
.style-date-stacked:after {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  left: 50%;
  bottom: 0;
  width: 1px;
  background-color: #727272;
}
@media (max-width: 767px) {
  .style-date-stacked {
    margin-bottom: 10px;
    overflow: auto;
    width: 100%;
  }
  .style-date-stacked .month,
  .style-date-stacked .year {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-weight: 600;
  }
  .style-date-stacked .month {
    padding-left: 0;
  }
  .style-date-stacked:after {
    display: none;
  }
}
.accordion-menu ul.menu.nav a.accordion-header {
  display: block;
  background: #f0f0f0;
  border: 0;
  color: #444242;
  padding: 0.25em 0 0.25em 1.75em;
  margin: 2px 0;
}
.accordion-menu ul.menu.nav a.accordion-header:hover,
.accordion-menu ul.menu.nav a.accordion-header.active {
  background: #727272;
  color: white;
}
.accordion-menu ul.menu.nav a.accordion-header:before {
  left: 1em ;
}
.accordion-menu ul.menu.nav li.has-sub > ul > li.last > a:not(.active-trail) {
  border-bottom: 0;
}
.accordion-menu ul.menu.nav li.has-sub.last > ul > li.last > a:not(.active-trail) {
  border-bottom: 1px solid #b7b7b7;
}
.accordion-menu ul.menu.nav a.no-border {
  border: 0 !important;
  border-bottom: 0 !important;
}
.accordion-menu ul.menu.nav li.last a {
  border-color: #b7b7b7;
}
.btn-raised {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-raised:active,
.btn-raised.active,
.btn-raised:active:focus,
.btn-raised.active:focus {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn-raised:focus {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn-circle {
  padding: 0;
  border-radius: 50%;
}
.field-name-field-bio-job-title {
  color: #727272;
  font-family: Lato, Arial, Tahoma, sans-serif;
  line-height: 1.25em;
}
.style-bio-full .field-name-title h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.25em;
  margin: 0 0 10px;
}
.style-bio-full .field-name-field-bio-job-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.style-bio-full .ds-footer {
  margin-top: 0.5em;
}
.style-bio-teaser .field-name-title h2 {
  color: #0f99d6;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25em;
  margin: 0;
}
.style-bio-teaser .field-name-field-bio-job-title {
  font-size: 18px;
  font-size: 1.8rem;
}
.style-bio-teaser .field-name-body {
  margin-top: 1em;
}
.style-bio-mini .field-name-field-bio-job-title {
  font-size: 18px;
  font-size: 1.8rem;
}
.style-views-list a h2 {
  color: inherit;
}
.ds-header {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.ds-header .meta-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ds-header .meta-info li {
  border-right: 1px solid #eb7832;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  line-height: 1em;
  list-style: none;
  list-style-image: none;
  margin: 0 10px 0 0;
  padding-right: 10px;
}
.ds-header .meta-info li.first {
  padding-left: 0;
}
.ds-header .meta-info li.last {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .ds-header .meta-info li {
    margin-right: 5px;
    padding-right: 5px;
  }
  .ds-header .meta-info li.last {
    margin-right: 0;
    padding-right: 0;
  }
}
.ds-header .ds-sticky {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 0;
  width: 100%;
}
.ds-header .ds-sticky h2 {
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1em;
  text-transform: none;
  margin: 0 0 5px;
  float: left;
}
@media (max-width: 767px) {
  .ds-header .ds-sticky h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    width: 100% !important;
  }
}
.ds-header .ds-sticky .field {
  display: inline;
}
.ds-header .ds-sticky .meta-info {
  float: left;
  margin: 0 0 5px;
  float: right;
}
@media (max-width: 767px) {
  .ds-header .ds-sticky .meta-info {
    width: auto;
  }
}
.ds-header .ds-sticky h2,
.ds-header .ds-sticky .meta-info {
  display: none;
}
@media (max-width: 767px) {
  .ds-header .ds-sticky h2,
  .ds-header .ds-sticky .meta-info {
    float: none;
  }
}
.ds-header .ds-sticky .style-social-media {
  clear: both;
  float: left;
}
.ds-header .ds-sticky.affix {
  border-top-color: #ffffff;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2), 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2), 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2), 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2), 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  margin-left: -1px;
  padding-left: 1px;
}
.ds-header .ds-sticky.affix h2,
.ds-header .ds-sticky.affix .meta-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
}
@media (max-width: 767px) {
  .ds-header .ds-sticky.affix h2,
  .ds-header .ds-sticky.affix .meta-info {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .ds-header .ds-sticky.affix {
    left: inherit !important;
  }
}
@media (max-width: 767px) {
  .ds-header .ds-sticky.affix.bottom {
    border-bottom-color: #ffffff;
    border-top-color: #f0f0f0;
    -webkit-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.2), 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.2), 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.2), 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.2), 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
  }
}
.ds-header .field-name-submit-info {
  float: left;
  margin-bottom: 5px;
}
.ds-header .field-name-comment-count {
  border-left: 1px solid #f0f0f0;
  float: left;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-top: 0;
  padding-left: 10px;
}
.ds-footer {
  margin-top: 2em;
}
.field-name-field-expert-user div.field-item {
  display: inline-block;
}
.style-unpublished {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  left: -5px;
  line-height: 1em;
  position: absolute;
  top: 25px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 5;
}
.style-unpublished .line {
  border-color: transparent transparent #0f99d6;
  border-style: solid;
  border-width: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  left: -20px;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
}
.style-unpublished .text {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75em;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  z-index: 2;
}
.style-blog-full,
.view-mode-full {
  position: relative;
}
.style-blog-full .field-name-prev-next-node .btn,
.view-mode-full .field-name-prev-next-node .btn {
  float: right;
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 4px 12px;
  text-shadow: none;
  text-transform: uppercase;
}
.style-blog-full .field-name-prev-next-node .btn .icon,
.view-mode-full .field-name-prev-next-node .btn .icon {
  font-size: 16px;
  font-size: 1.6rem;
}
.style-blog-full .field-name-prev-next-node .btn .icon:before,
.view-mode-full .field-name-prev-next-node .btn .icon:before {
  margin: 0;
  width: auto;
}
.style-blog-full .field-name-prev-next-node .btn.prev .icon,
.view-mode-full .field-name-prev-next-node .btn.prev .icon {
  margin: 0 5px 0 -5px;
}
.style-blog-full .field-name-prev-next-node .btn.next .icon,
.view-mode-full .field-name-prev-next-node .btn.next .icon {
  margin: 0 -5px 0 5px;
}
.style-blog-full .field-name-prev-next-node .btn.prev.small,
.view-mode-full .field-name-prev-next-node .btn.prev.small {
  background: #f09760;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -3px;
  padding-right: 20px;
}
.style-blog-full .field-name-prev-next-node .btn.prev.small .icon,
.view-mode-full .field-name-prev-next-node .btn.prev.small .icon {
  margin: 0;
}
.style-blog-full .field-name-prev-next-node .btn.prev.small:hover,
.view-mode-full .field-name-prev-next-node .btn.prev.small:hover {
  background: #d55e15;
}
.style-blog-full .field-name-prev-next-node .btn.next .arrow,
.view-mode-full .field-name-prev-next-node .btn.next .arrow {
  border-bottom: 12px solid transparent;
  border-right: 13px solid #eb7832;
  border-top: 13px solid transparent;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  left: -10px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.style-blog-full .field-name-prev-next-node .btn.next:hover .arrow,
.view-mode-full .field-name-prev-next-node .btn.next:hover .arrow {
  border-right-color: #d55e15;
}
.style-blog-full .image,
.view-mode-full .image {
  margin-bottom: 10px;
}
.style-blog-full .categories,
.view-mode-full .categories {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
  margin: 20px 0;
}
.style-blog-full .tags,
.view-mode-full .tags {
  color: #f0f0f0;
  margin: 20px 0;
}
.style-blog-full .tags .field-label,
.view-mode-full .tags .field-label {
  font-size: 18px;
  font-size: 1.8rem;
  float: left;
  margin-right: 10px;
}
.style-blog-full .tags .field-items,
.view-mode-full .tags .field-items {
  overflow: hidden;
}
.style-blog-full .tags .field-items .field-item,
.view-mode-full .tags .field-items .field-item {
  display: inline;
  margin-right: 5px;
}
.style-blog-full .field-name-field-blog-tags a,
.view-mode-full .field-name-field-blog-tags a {
  display: inline-block;
  padding: 3px 5px;
  background-color: #0f99d6;
  color: white;
  margin-right: 5px;
}
.style-blog-full .field-name-field-blog-tags a:hover,
.view-mode-full .field-name-field-blog-tags a:hover {
  background-color: #0c77a6;
  text-decoration: none;
}
.style-blog-featured,
.view-mode-blog_featured {
  margin-bottom: 20px;
}
.style-blog-featured img,
.view-mode-blog_featured img {
  border: 1px solid #f0f0f0;
  padding: 10px;
  width: 100%;
}
.style-blog-featured img img,
.view-mode-blog_featured img img {
  border: 1px solid #f0f0f0;
}
.style-blog-featured .field-name-title,
.view-mode-blog_featured .field-name-title,
.style-blog-featured .title,
.view-mode-blog_featured .title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.style-blog-featured .field-name-title h2,
.view-mode-blog_featured .field-name-title h2,
.style-blog-featured .title h2,
.view-mode-blog_featured .title h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25em;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .style-blog-featured .field-name-title h2,
  .view-mode-blog_featured .field-name-title h2,
  .style-blog-featured .title h2,
  .view-mode-blog_featured .title h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .style-blog-featured .field-name-title h2,
  .view-mode-blog_featured .field-name-title h2,
  .style-blog-featured .title h2,
  .view-mode-blog_featured .title h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.style-blog-featured .field-name-body,
.view-mode-blog_featured .field-name-body,
.style-blog-featured .teaser,
.view-mode-blog_featured .teaser {
  margin: 0.5em 0;
}
@media (max-width: 767px) {
  .style-blog-featured .field-name-body,
  .view-mode-blog_featured .field-name-body,
  .style-blog-featured .teaser,
  .view-mode-blog_featured .teaser {
    margin: 0.5em 0 1.5em;
  }
}
.style-blog-featured .field-name-body a.more-link,
.view-mode-blog_featured .field-name-body a.more-link,
.style-blog-featured .teaser a.more-link,
.view-mode-blog_featured .teaser a.more-link {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #444242;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #0f99d6;
  background-image: -moz-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0f99d6), to(#0f99d6));
  background-image: -webkit-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: -o-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: linear-gradient(to bottom, #0f99d6, #0f99d6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f99d6', endColorstr='#ff0f99d6', GradientType=0);
  border-color: #0f99d6 #0f99d6 #0a668f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0f99d6;
  /* 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 #0f99d6;
  *border: 0;
  border-bottom-color: #0c77a6;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
  border: 0 none;
  -webkit-border-radius: 4;
  -ms-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4;
  text-shadow: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: block;
  margin-top: 1em;
  width: 70px;
}
.style-blog-featured .field-name-body a.more-link:hover,
.view-mode-blog_featured .field-name-body a.more-link:hover,
.style-blog-featured .teaser a.more-link:hover,
.view-mode-blog_featured .teaser a.more-link:hover,
.style-blog-featured .field-name-body a.more-link:focus,
.view-mode-blog_featured .field-name-body a.more-link:focus,
.style-blog-featured .teaser a.more-link:focus,
.view-mode-blog_featured .teaser a.more-link:focus,
.style-blog-featured .field-name-body a.more-link:active,
.view-mode-blog_featured .field-name-body a.more-link:active,
.style-blog-featured .teaser a.more-link:active,
.view-mode-blog_featured .teaser a.more-link:active,
.style-blog-featured .field-name-body a.more-link.active,
.view-mode-blog_featured .field-name-body a.more-link.active,
.style-blog-featured .teaser a.more-link.active,
.view-mode-blog_featured .teaser a.more-link.active,
.style-blog-featured .field-name-body a.more-link.disabled,
.view-mode-blog_featured .field-name-body a.more-link.disabled,
.style-blog-featured .teaser a.more-link.disabled,
.view-mode-blog_featured .teaser a.more-link.disabled,
.style-blog-featured .field-name-body a.more-link[disabled],
.view-mode-blog_featured .field-name-body a.more-link[disabled],
.style-blog-featured .teaser a.more-link[disabled],
.view-mode-blog_featured .teaser a.more-link[disabled] {
  color: #444242;
  background-color: #0f99d6;
  *background-color: #0d88be;
}
.style-blog-featured .field-name-body a.more-link:active,
.view-mode-blog_featured .field-name-body a.more-link:active,
.style-blog-featured .teaser a.more-link:active,
.view-mode-blog_featured .teaser a.more-link:active,
.style-blog-featured .field-name-body a.more-link.active,
.view-mode-blog_featured .field-name-body a.more-link.active,
.style-blog-featured .teaser a.more-link.active,
.view-mode-blog_featured .teaser a.more-link.active {
  background-color: #0c77a6 \9;
}
.style-blog-featured .field-name-body a.more-link:first-child,
.view-mode-blog_featured .field-name-body a.more-link:first-child,
.style-blog-featured .teaser a.more-link:first-child,
.view-mode-blog_featured .teaser a.more-link:first-child {
  *margin-left: 0;
}
.style-blog-featured .field-name-body a.more-link:hover,
.view-mode-blog_featured .field-name-body a.more-link:hover,
.style-blog-featured .teaser a.more-link:hover,
.view-mode-blog_featured .teaser a.more-link:hover,
.style-blog-featured .field-name-body a.more-link:focus,
.view-mode-blog_featured .field-name-body a.more-link:focus,
.style-blog-featured .teaser a.more-link:focus,
.view-mode-blog_featured .teaser a.more-link:focus {
  color: #444242;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-backface-visibility: hidden;
  -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;
}
.style-blog-featured .field-name-body a.more-link:focus,
.view-mode-blog_featured .field-name-body a.more-link:focus,
.style-blog-featured .teaser a.more-link:focus,
.view-mode-blog_featured .teaser a.more-link:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.style-blog-featured .field-name-body a.more-link.active,
.view-mode-blog_featured .field-name-body a.more-link.active,
.style-blog-featured .teaser a.more-link.active,
.view-mode-blog_featured .teaser a.more-link.active,
.style-blog-featured .field-name-body a.more-link:active,
.view-mode-blog_featured .field-name-body a.more-link:active,
.style-blog-featured .teaser a.more-link:active,
.view-mode-blog_featured .teaser a.more-link:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.style-blog-featured .field-name-body a.more-link.disabled,
.view-mode-blog_featured .field-name-body a.more-link.disabled,
.style-blog-featured .teaser a.more-link.disabled,
.view-mode-blog_featured .teaser a.more-link.disabled,
.style-blog-featured .field-name-body a.more-link[disabled],
.view-mode-blog_featured .field-name-body a.more-link[disabled],
.style-blog-featured .teaser a.more-link[disabled],
.view-mode-blog_featured .teaser a.more-link[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
}
.style-blog-featured .field-name-body a.more-link .label,
.view-mode-blog_featured .field-name-body a.more-link .label,
.style-blog-featured .teaser a.more-link .label,
.view-mode-blog_featured .teaser a.more-link .label,
.style-blog-featured .field-name-body a.more-link .badge,
.view-mode-blog_featured .field-name-body a.more-link .badge,
.style-blog-featured .teaser a.more-link .badge,
.view-mode-blog_featured .teaser a.more-link .badge {
  position: relative;
  top: -1px;
}
.style-blog-featured .field-name-body a.more-link,
.view-mode-blog_featured .field-name-body a.more-link,
.style-blog-featured .teaser a.more-link,
.view-mode-blog_featured .teaser a.more-link,
.style-blog-featured .field-name-body a.more-link a,
.view-mode-blog_featured .field-name-body a.more-link a,
.style-blog-featured .teaser a.more-link a,
.view-mode-blog_featured .teaser a.more-link a,
.style-blog-featured .field-name-body a.more-link a:visited,
.view-mode-blog_featured .field-name-body a.more-link a:visited,
.style-blog-featured .teaser a.more-link a:visited,
.view-mode-blog_featured .teaser a.more-link a:visited {
  color: #ffffff !important;
}
.style-blog-featured .field-name-body a.more-link:hover,
.view-mode-blog_featured .field-name-body a.more-link:hover,
.style-blog-featured .teaser a.more-link:hover,
.view-mode-blog_featured .teaser a.more-link:hover,
a:hover .style-blog-featured .field-name-body a.more-link,
a:hover .view-mode-blog_featured .field-name-body a.more-link,
a:hover .style-blog-featured .teaser a.more-link,
a:hover .view-mode-blog_featured .teaser a.more-link {
  background: #0c77a6;
}
.style-blog-featured.well,
.view-mode-blog_featured.well {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.style-blog-mini,
.view-mode-blog_mini {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 100%;
}
.style-blog-mini img,
.view-mode-blog_mini img {
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin: 10px 0;
}
.style-blog-mini img img,
.view-mode-blog_mini img img {
  border: 1px solid #f0f0f0;
}
.style-blog-mini .ds-right,
.view-mode-blog_mini .ds-right {
  overflow: hidden;
}
.style-blog-related {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 100%;
  color: #727272;
}
.style-blog-related img {
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin: 10px 0;
}
.style-blog-related img img {
  border: 1px solid #f0f0f0;
}
.style-blog-related .ds-right {
  overflow: hidden;
}
.style-blog-related .field-name-title h1,
.style-blog-related .title h1,
.style-blog-related .field-name-title h2,
.style-blog-related .title h2,
.style-blog-related .field-name-title h3,
.style-blog-related .title h3,
.style-blog-related .field-name-title h4,
.style-blog-related .title h4,
.style-blog-related .field-name-title h5,
.style-blog-related .title h5,
.style-blog-related .field-name-title h6,
.style-blog-related .title h6 {
  margin: -3px 0 7px;
}
.style-blog-teaser,
.view-mode-blog_teaser_date {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 100%;
  color: #727272;
}
@media (max-width: 767px) {
  .style-blog-teaser,
  .view-mode-blog_teaser_date {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}
.style-blog-teaser .ds-left,
.view-mode-blog_teaser_date .ds-left {
  position: relative;
}
.style-blog-teaser img,
.view-mode-blog_teaser_date img {
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin: 10px 0;
}
.style-blog-teaser img img,
.view-mode-blog_teaser_date img img {
  border: 1px solid #f0f0f0;
}
.style-blog-teaser .ds-right,
.view-mode-blog_teaser_date .ds-right {
  overflow: hidden;
}
.style-blog-teaser .field-name-title h1,
.view-mode-blog_teaser_date .field-name-title h1,
.style-blog-teaser .title h1,
.view-mode-blog_teaser_date .title h1,
.style-blog-teaser .field-name-title h2,
.view-mode-blog_teaser_date .field-name-title h2,
.style-blog-teaser .title h2,
.view-mode-blog_teaser_date .title h2,
.style-blog-teaser .field-name-title h3,
.view-mode-blog_teaser_date .field-name-title h3,
.style-blog-teaser .title h3,
.view-mode-blog_teaser_date .title h3,
.style-blog-teaser .field-name-title h4,
.view-mode-blog_teaser_date .field-name-title h4,
.style-blog-teaser .title h4,
.view-mode-blog_teaser_date .title h4,
.style-blog-teaser .field-name-title h5,
.view-mode-blog_teaser_date .field-name-title h5,
.style-blog-teaser .title h5,
.view-mode-blog_teaser_date .title h5,
.style-blog-teaser .field-name-title h6,
.view-mode-blog_teaser_date .field-name-title h6,
.style-blog-teaser .title h6,
.view-mode-blog_teaser_date .title h6 {
  margin: -3px 0 7px;
}
.style-blog-teaser .field-name-title h1,
.view-mode-blog_teaser_date .field-name-title h1,
.style-blog-teaser .title h1,
.view-mode-blog_teaser_date .title h1,
.style-blog-teaser .field-name-title h2,
.view-mode-blog_teaser_date .field-name-title h2,
.style-blog-teaser .title h2,
.view-mode-blog_teaser_date .title h2,
.style-blog-teaser .field-name-title h3,
.view-mode-blog_teaser_date .field-name-title h3,
.style-blog-teaser .title h3,
.view-mode-blog_teaser_date .title h3,
.style-blog-teaser .field-name-title h4,
.view-mode-blog_teaser_date .field-name-title h4,
.style-blog-teaser .title h4,
.view-mode-blog_teaser_date .title h4,
.style-blog-teaser .field-name-title h5,
.view-mode-blog_teaser_date .field-name-title h5,
.style-blog-teaser .title h5,
.view-mode-blog_teaser_date .title h5,
.style-blog-teaser .field-name-title h6,
.view-mode-blog_teaser_date .field-name-title h6,
.style-blog-teaser .title h6,
.view-mode-blog_teaser_date .title h6 {
  margin: 0;
}
.style-blog-teaser .field-name-body,
.view-mode-blog_teaser_date .field-name-body,
.style-blog-teaser .teaser,
.view-mode-blog_teaser_date .teaser {
  margin: 10px 0 5px;
}
.style-blog-teaser .field-name-body .more-link,
.view-mode-blog_teaser_date .field-name-body .more-link,
.style-blog-teaser .teaser .more-link,
.view-mode-blog_teaser_date .teaser .more-link {
  display: block;
  font-weight: 600;
  margin: 10px 0 0;
}
.style-blog-teaser .field-name-field-image,
.view-mode-blog_teaser_date .field-name-field-image {
  margin-bottom: 1em;
}
.style-blog-teaser .field-name-field-image img,
.view-mode-blog_teaser_date .field-name-field-image img {
  border: 0;
  margin: 0;
  padding: 0;
}
.style-blog-teaser .field-name-field-blog-categories .field-item,
.view-mode-blog_teaser_date .field-name-field-blog-categories .field-item {
  background-color: #0f99d6;
  color: white;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 3px;
}
.view-mode-blog_teaser_date .field-name-body {
  min-height: 46px;
}
.style-blog-quote {
  overflow: hidden;
}
.style-blog-quote .ds-middle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  min-height: 200px;
}
.equal-height-element .style-blog-quote .ds-middle {
  height: 100%;
}
.style-blog-quote .ds-middle img {
  border: 1px solid #d55e15;
}
.style-blog-quote .ds-middle .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 10px;
  text-transform: none;
}
.style-blog-quote .ds-middle .title,
.style-blog-quote .ds-middle .title a {
  color: #727272;
}
.style-blog-quote .ds-middle .teaser {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.25em;
}
.style-blog-quote .ds-middle .teaser a {
  font-weight: 600;
}
.style-blog-quote .ds-middle .teaser a.more-link {
  display: block;
  margin-top: 5px;
}
.style-blog-quote .style-date-banner {
  margin-top: -1px;
}
.style-blog-quote .style-image-circle {
  margin: -3px 0 0 15px;
}
.view-enterprise-blog.view-display-id-tags_block .views-summary,
.view-enterprise-blog.view-display-id-all_tags .views-summary {
  list-style: none;
  margin: 0;
}
.view-enterprise-blog.view-display-id-tags_block .views-summary li,
.view-enterprise-blog.view-display-id-all_tags .views-summary li {
  border: 1px solid #0f99d6;
  display: inline-block;
  padding: 6px 8px;
  background-color: white;
  color: #0f99d6;
  line-height: 1em;
  margin: 0 5px 5px 0;
}
.view-enterprise-blog.view-display-id-tags_block .views-summary li:hover,
.view-enterprise-blog.view-display-id-all_tags .views-summary li:hover {
  background-color: #0f99d6;
  color: white;
  text-decoration: none;
}
.view-enterprise-blog.view-display-id-tags_block .views-summary li:hover a,
.view-enterprise-blog.view-display-id-all_tags .views-summary li:hover a {
  color: white;
}
.view-enterprise-blog.view-display-id-tags_block .views-summary li a,
.view-enterprise-blog.view-display-id-all_tags .views-summary li a {
  color: #0f99d6;
  -webkit-backface-visibility: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.view-enterprise-blog.view-display-id-tags_block .views-summary li a:hover,
.view-enterprise-blog.view-display-id-all_tags .views-summary li a:hover {
  color: white;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#block-views-enterprise-blog-similar-block {
  margin-top: 1em;
}
#block-views-enterprise-blog-similar-block .title-wrapper {
  background-color: #0f99d6;
}
#block-views-enterprise-blog-similar-block .title-wrapper .block-title {
  color: white;
  padding-left: 10px;
}
.node-enterprise-blog .more-link {
  display: block;
}
.style-event-full .ds-header .field-name-ical-feed {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-left: 1px solid #f0f0f0;
  margin-left: 10px;
  margin-top: 3px;
  padding-left: 10px;
}
.style-event-full .field-type-datetime {
  font-weight: 700;
}
.style-event-full .ds-middle,
.style-event-full .ds-footer {
  margin: 10px 0;
}
.style-event-full .ds-middle .field,
.style-event-full .ds-footer .field {
  margin-bottom: 10px;
}
.style-event-full .ds-middle .field:last-child,
.style-event-full .ds-footer .field:last-child {
  margin-bottom: 0;
}
.style-event-full .ds-footer .field-name-field-event-address {
  float: left;
  margin-right: 2em;
}
.style-event-details .title-wrapper {
  margin: 0;
}
.style-event-details .field {
  margin: 10px 0;
}
.style-event-details .field-type-addressfield .name-block {
  font-weight: 700;
}
.style-event-teaser .ds-left {
  margin-top: 3px;
}
.style-event-teaser .ds-right h2 {
  margin: 0;
}
.style-news-full .ds-header .field-name-ical-feed {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-left: 1px solid #f0f0f0;
  margin-left: 10px;
  margin-top: 3px;
  padding-left: 10px;
}
.style-news-full .ds-middle,
.style-news-full .ds-footer {
  margin: 10px 0;
}
.style-news-full .ds-middle .field,
.style-news-full .ds-footer .field {
  margin-bottom: 10px;
}
.style-news-full .ds-middle .field:last-child,
.style-news-full .ds-footer .field:last-child {
  margin-bottom: 0;
}
.style-news-teaser {
  border-bottom: 1px solid #f0f0f0;
  margin: 10px 0;
  padding: 10px 0;
}
.style-news-teaser .ds-left {
  float: left;
  margin-right: 1em;
  margin-top: 3px;
  width: 100px;
}
.style-news-teaser .ds-right {
  overflow: hidden;
}
.style-news-teaser .ds-right h2 {
  margin: 0;
}
.style-news-recent.block .title-wrapper,
.style-news-recent#block-views-enterprise-blog-similar-block .title-wrapper {
  margin: 0;
}
.style-press-full .ds-header .field-name-ical-feed {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-left: 1px solid #f0f0f0;
  margin-left: 10px;
  margin-top: 3px;
  padding-left: 10px;
}
.style-press-full .ds-middle,
.style-press-full .ds-footer {
  margin: 10px 0;
}
.style-press-full .ds-middle .field,
.style-press-full .ds-footer .field {
  margin-bottom: 10px;
}
.style-press-full .ds-middle .field:last-child,
.style-press-full .ds-footer .field:last-child {
  margin-bottom: 0;
}
.style-press-teaser {
  padding: 10px 0;
}
.style-services {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #727272;
  padding: 30px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px) {
  .style-services {
    clear: both;
    margin: 0 !important;
    padding: 0 0 10px;
    text-align: left;
    width: 100% !important;
  }
}
.style-services i {
  background: #ed8749;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 70px;
  font-size: 7rem;
  height: 100px;
  line-height: 1.5em;
  text-align: center;
  width: 100px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.style-services i.pull-left {
  margin: 20px 20px 20px 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px) {
  .style-services i {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.5em;
    float: left;
    height: 75px;
    margin: 0 20px 20px 0;
    width: 75px;
  }
}
.style-services .content {
  overflow: hidden;
}
.style-services .title {
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1em;
  margin: 15px 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px) {
  .style-services .title {
    margin-top: 0;
  }
}
.style-services .teaser {
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.style-services .more-link {
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  right: 0;
  text-indent: -9999px;
  top: 0;
  z-index: 1;
}
.style-services:hover i,
.style-services.hover i {
  background: #eb7832;
}
.style-services-left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #727272;
  padding: 30px;
  position: relative;
  text-align: center;
  text-align: left;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px) {
  .style-services-left {
    clear: both;
    margin: 0 !important;
    padding: 0 0 10px;
    text-align: left;
    width: 100% !important;
  }
}
.style-services-left i {
  background: #ed8749;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 70px;
  font-size: 7rem;
  height: 100px;
  line-height: 1.5em;
  text-align: center;
  width: 100px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.style-services-left i.pull-left {
  margin: 20px 20px 20px 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px) {
  .style-services-left i {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.5em;
    float: left;
    height: 75px;
    margin: 0 20px 20px 0;
    width: 75px;
  }
}
.style-services-left .content {
  overflow: hidden;
}
.style-services-left .title {
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1em;
  margin: 15px 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px) {
  .style-services-left .title {
    margin-top: 0;
  }
}
.style-services-left .teaser {
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.style-services-left .more-link {
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  right: 0;
  text-indent: -9999px;
  top: 0;
  z-index: 1;
}
.style-services-left:hover i,
.style-services-left.hover i {
  background: #eb7832;
}
.style-services-left .title {
  margin-top: 0;
}
.flexslider,
.beanslide {
  float: left;
  position: relative;
  width: 100%;
  border: 0;
  z-index: 145;
}
.flexslider .contextual-links-region,
.beanslide .contextual-links-region {
  position: static;
}
#summary .flexslider,
#summary .beanslide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .flexslider,
  .beanslide {
    padding: 0;
  }
}
.flexslider ul.slides p,
.beanslide ul.slides p {
  margin: 0;
}
.flexslider ul.slides li,
.beanslide ul.slides li {
  background: #5078af;
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.flexslider ul.slides li .shadow-top,
.beanslide ul.slides li .shadow-top {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 30px;
  width: 100%;
  z-index: 8888;
}
.flexslider ul.slides li .shadow-bottom,
.beanslide ul.slides li .shadow-bottom {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 70px;
  width: 100%;
  z-index: 8888;
}
.flexslider ul.slides li:first-child,
.beanslide ul.slides li:first-child {
  display: block;
}
.flexslider ul.slides li .slide-image,
.beanslide ul.slides li .slide-image,
.flexslider ul.slides li img,
.beanslide ul.slides li img {
  float: right;
}
#summary .flexslider ul.slides li .slide-image,
#summary .beanslide ul.slides li .slide-image,
#summary .flexslider ul.slides li img,
#summary .beanslide ul.slides li img {
  float: none;
}
@media (max-width: 767px) {
  .flexslider ul.slides li .slide-image,
  .beanslide ul.slides li .slide-image,
  .flexslider ul.slides li img,
  .beanslide ul.slides li img {
    display: block;
    float: none;
    margin: 0 auto;
    height: auto;
    max-height: 185px;
    max-width: 100%;
    width: auto;
  }
}
.flexslider .group_overlay,
.beanslide .group_overlay,
.flexslider .caption,
.beanslide .caption {
  background: transparent;
  bottom: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  max-width: 420px;
  padding: 55px 0 0;
  position: absolute;
  text-shadow: none;
  top: 0;
  z-index: 9999;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .flexslider .group_overlay,
  .beanslide .group_overlay,
  .flexslider .caption,
  .beanslide .caption {
    width: 330px;
    padding: 45px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .flexslider .group_overlay,
  .beanslide .group_overlay,
  .flexslider .caption,
  .beanslide .caption {
    width: 280px;
    padding: 35px 0 0;
  }
}
@media (max-width: 767px) {
  .flexslider .group_overlay,
  .beanslide .group_overlay,
  .flexslider .caption,
  .beanslide .caption {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: none;
    padding: 10px 10px 0;
    position: static;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}
.flexslider .group_overlay .field-name-field-slide-headline,
.beanslide .group_overlay .field-name-field-slide-headline,
.flexslider .caption .field-name-field-slide-headline,
.beanslide .caption .field-name-field-slide-headline {
  color: #ffffff;
  font-family: sansFontFamily;
  font-size: 62px;
  font-size: 6.2rem;
  text-shadow: 0 8px 13px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: -10px;
  z-index: 9999;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .flexslider .group_overlay .field-name-field-slide-headline,
  .beanslide .group_overlay .field-name-field-slide-headline,
  .flexslider .caption .field-name-field-slide-headline,
  .beanslide .caption .field-name-field-slide-headline {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .flexslider .group_overlay .field-name-field-slide-headline,
  .beanslide .group_overlay .field-name-field-slide-headline,
  .flexslider .caption .field-name-field-slide-headline,
  .beanslide .caption .field-name-field-slide-headline {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .flexslider .group_overlay .field-name-field-slide-headline,
  .beanslide .group_overlay .field-name-field-slide-headline,
  .flexslider .caption .field-name-field-slide-headline,
  .beanslide .caption .field-name-field-slide-headline {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 0px;
  }
}
.flexslider .group_overlay .field-name-field-slide-headline em,
.beanslide .group_overlay .field-name-field-slide-headline em,
.flexslider .caption .field-name-field-slide-headline em,
.beanslide .caption .field-name-field-slide-headline em {
  color: #eb7832;
  font-style: normal;
}
.flexslider .group_overlay .field-name-field-subhead,
.beanslide .group_overlay .field-name-field-subhead,
.flexslider .caption .field-name-field-subhead,
.beanslide .caption .field-name-field-subhead {
  color: #ffffff;
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  line-height: 1em;
  margin-bottom: -10px;
  z-index: 9999;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .flexslider .group_overlay .field-name-field-subhead,
  .beanslide .group_overlay .field-name-field-subhead,
  .flexslider .caption .field-name-field-subhead,
  .beanslide .caption .field-name-field-subhead {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .flexslider .group_overlay .field-name-field-subhead,
  .beanslide .group_overlay .field-name-field-subhead,
  .flexslider .caption .field-name-field-subhead,
  .beanslide .caption .field-name-field-subhead {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: -6px;
  }
}
@media (max-width: 767px) {
  .flexslider .group_overlay .field-name-field-subhead,
  .beanslide .group_overlay .field-name-field-subhead,
  .flexslider .caption .field-name-field-subhead,
  .beanslide .caption .field-name-field-subhead {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0px;
  }
}
.flexslider .group_overlay .field-name-field-subhead em,
.beanslide .group_overlay .field-name-field-subhead em,
.flexslider .caption .field-name-field-subhead em,
.beanslide .caption .field-name-field-subhead em {
  color: #eb7832;
  font-style: normal;
}
.flexslider .group_overlay .field-name-field-slide-teaser,
.beanslide .group_overlay .field-name-field-slide-teaser,
.flexslider .caption .field-name-field-slide-teaser,
.beanslide .caption .field-name-field-slide-teaser {
  color: #ffffff;
  font-family: 'Lato', Lato, Arial, Tahoma, sans-serif;
  text-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3em;
  z-index: 9999;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 45px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .flexslider .group_overlay .field-name-field-slide-teaser,
  .beanslide .group_overlay .field-name-field-slide-teaser,
  .flexslider .caption .field-name-field-slide-teaser,
  .beanslide .caption .field-name-field-slide-teaser {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .flexslider .group_overlay .field-name-field-slide-teaser,
  .beanslide .group_overlay .field-name-field-slide-teaser,
  .flexslider .caption .field-name-field-slide-teaser,
  .beanslide .caption .field-name-field-slide-teaser {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .flexslider .group_overlay .field-name-field-slide-teaser,
  .beanslide .group_overlay .field-name-field-slide-teaser,
  .flexslider .caption .field-name-field-slide-teaser,
  .beanslide .caption .field-name-field-slide-teaser {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 8px;
  }
}
.flexslider .group_overlay .field-name-field-slide-teaser .line,
.beanslide .group_overlay .field-name-field-slide-teaser .line,
.flexslider .caption .field-name-field-slide-teaser .line,
.beanslide .caption .field-name-field-slide-teaser .line {
  display: none;
}
.flexslider .group_overlay .btn,
.beanslide .group_overlay .btn,
.flexslider .caption .btn,
.beanslide .caption .btn {
  background: #0f99d6;
}
.flexslider .group_overlay .btn:hover,
.beanslide .group_overlay .btn:hover,
.flexslider .caption .btn:hover,
.beanslide .caption .btn:hover,
a:hover .flexslider .group_overlay .btn,
a:hover .beanslide .group_overlay .btn,
a:hover .flexslider .caption .btn,
a:hover .beanslide .caption .btn {
  background: #0c77a6;
}
.flexslider .group_overlay .field-name-field-slide-link a,
.beanslide .group_overlay .field-name-field-slide-link a,
.flexslider .caption .field-name-field-slide-link a,
.beanslide .caption .field-name-field-slide-link a {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  background: #eb7832;
  -webkit-box-shadow: 0 8px 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 13px rgba(0, 0, 0, 0.1), 0 8px 13px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 8px 13px rgba(0, 0, 0, 0.1), 0 8px 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 13px rgba(0, 0, 0, 0.1), 0 8px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.1), 0 8px 13px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 15px 35px 13px 35px;
  text-shadow: 0 1px 0 #eb3a32;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-weight: 700;
  z-index: 9999;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .flexslider .group_overlay .field-name-field-slide-link a,
  .beanslide .group_overlay .field-name-field-slide-link a,
  .flexslider .caption .field-name-field-slide-link a,
  .beanslide .caption .field-name-field-slide-link a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 25px 10px 25px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .flexslider .group_overlay .field-name-field-slide-link a,
  .beanslide .group_overlay .field-name-field-slide-link a,
  .flexslider .caption .field-name-field-slide-link a,
  .beanslide .caption .field-name-field-slide-link a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 7px 20px 7px 20px;
  }
}
@media (max-width: 767px) {
  .flexslider .group_overlay .field-name-field-slide-link a,
  .beanslide .group_overlay .field-name-field-slide-link a,
  .flexslider .caption .field-name-field-slide-link a,
  .beanslide .caption .field-name-field-slide-link a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 7px 20px 7px 20px;
    margin-bottom: 5px;
  }
}
.flexslider .group_overlay .field-name-field-slide-link a:hover,
.beanslide .group_overlay .field-name-field-slide-link a:hover,
.flexslider .caption .field-name-field-slide-link a:hover,
.beanslide .caption .field-name-field-slide-link a:hover {
  text-decoration: none;
  background: #d55e15;
}
.flexslider .containerWrapper,
.beanslide .containerWrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 100;
}
#summary .flexslider .containerWrapper,
#summary .beanslide .containerWrapper {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .flexslider .containerWrapper,
  .beanslide .containerWrapper {
    position: static;
  }
}
.flexslider .containerWrapper .container,
.beanslide .containerWrapper .container {
  line-height: 0;
  position: relative;
  width: auto;
  margin: 0px;
}
#summary .flexslider .containerWrapper .container,
#summary .beanslide .containerWrapper .container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.flexslider .containerWrapper .container .flex-control-nav,
.beanslide .containerWrapper .container .flex-control-nav {
  bottom: inherit;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  position: relative;
  width: auto;
}
@media (max-width: 767px) {
  .flexslider .containerWrapper .container .flex-control-nav,
  .beanslide .containerWrapper .container .flex-control-nav {
    line-height: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
}
.flexslider .containerWrapper .container .flex-control-nav li,
.beanslide .containerWrapper .container .flex-control-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style: none;
  list-style-image: none;
  margin: 0 5px 0 0;
}
@media (max-width: 767px) {
  .flexslider .containerWrapper .container .flex-control-nav li,
  .beanslide .containerWrapper .container .flex-control-nav li {
    margin: 0 10px;
    float: none;
  }
}
.flexslider .containerWrapper .container .flex-control-nav li:before,
.beanslide .containerWrapper .container .flex-control-nav li:before {
  display: none;
}
.flexslider .containerWrapper .container .flex-control-nav li a,
.beanslide .containerWrapper .container .flex-control-nav li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
  height: 10px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  width: 10px;
  z-index: 101;
}
@media (max-width: 767px) {
  .flexslider .containerWrapper .container .flex-control-nav li a,
  .beanslide .containerWrapper .container .flex-control-nav li a {
    height: 20px;
    width: 20px;
  }
}
.front #featured .flexslider .containerWrapper .container .flex-control-nav,
.front #featured .beanslide .containerWrapper .container .flex-control-nav {
  bottom: -225px;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .front #featured .flexslider .containerWrapper .container .flex-control-nav,
  .front #featured .beanslide .containerWrapper .container .flex-control-nav {
    bottom: -55px;
  }
}
@media (max-width: 767px) {
  .front #featured .flexslider .containerWrapper .container .flex-control-nav,
  .front #featured .beanslide .containerWrapper .container .flex-control-nav {
    position: static;
  }
}
.front #featured .flexslider .containerWrapper .container .flex-control-nav li,
.front #featured .beanslide .containerWrapper .container .flex-control-nav li {
  margin: 0;
  padding: 3px;
}
.front #featured .flexslider .containerWrapper .container .flex-control-nav li a,
.front #featured .beanslide .containerWrapper .container .flex-control-nav li a {
  border: 1px solid #b7b7b7;
  background: #efefef;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  height: 9px;
  overflow: hidden;
  text-align: center;
  text-indent: 999px;
  text-overflow: ellipsis;
  white-space: pre;
  width: 9px;
}
.front #featured .flexslider .containerWrapper .container .flex-control-nav li a:hover,
.front #featured .beanslide .containerWrapper .container .flex-control-nav li a:hover {
  text-decoration: none;
}
.front #featured .flexslider .containerWrapper .container .flex-control-nav li a.flex-active,
.front #featured .beanslide .containerWrapper .container .flex-control-nav li a.flex-active {
  background: #b7b7b7;
}
.flexslider .containerWrapper .container .flex-direction-nav,
.beanslide .containerWrapper .container .flex-direction-nav {
  bottom: inherit;
  line-height: 1em;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: auto;
}
#summary .flexslider .containerWrapper .container .flex-direction-nav,
#summary .beanslide .containerWrapper .container .flex-direction-nav {
  bottom: 0;
  float: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .flexslider .containerWrapper .container .flex-direction-nav,
  .beanslide .containerWrapper .container .flex-direction-nav {
    display: none !important;
  }
}
.flexslider .containerWrapper .container .flex-direction-nav li,
.beanslide .containerWrapper .container .flex-direction-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 0;
  list-style: none;
  list-style-image: none;
  margin: 0;
}
#summary .flexslider .containerWrapper .container .flex-direction-nav li,
#summary .beanslide .containerWrapper .container .flex-direction-nav li {
  float: none;
}
.flexslider .containerWrapper .container .flex-direction-nav .flex-prev,
.beanslide .containerWrapper .container .flex-direction-nav .flex-prev,
.flexslider .containerWrapper .container .flex-direction-nav .flex-next,
.beanslide .containerWrapper .container .flex-direction-nav .flex-next {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 15px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  text-indent: 0;
  top: -30px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  z-index: 100;
  text-align: center;
}
#summary .flexslider .containerWrapper .container .flex-direction-nav .flex-prev,
#summary .beanslide .containerWrapper .container .flex-direction-nav .flex-prev,
#summary .flexslider .containerWrapper .container .flex-direction-nav .flex-next,
#summary .beanslide .containerWrapper .container .flex-direction-nav .flex-next {
  margin-top: -1em;
  position: absolute;
  top: 50%;
}
.flexslider .containerWrapper .container .flex-direction-nav .flex-prev .icon,
.beanslide .containerWrapper .container .flex-direction-nav .flex-prev .icon,
.flexslider .containerWrapper .container .flex-direction-nav .flex-next .icon,
.beanslide .containerWrapper .container .flex-direction-nav .flex-next .icon {
  position: relative;
  top: 1px;
}
#summary .flexslider .containerWrapper .container .flex-direction-nav .flex-prev .icon,
#summary .beanslide .containerWrapper .container .flex-direction-nav .flex-prev .icon,
#summary .flexslider .containerWrapper .container .flex-direction-nav .flex-next .icon,
#summary .beanslide .containerWrapper .container .flex-direction-nav .flex-next .icon {
  top: 0;
}
@media (max-width: 767px) {
  .flexslider .containerWrapper .container .flex-direction-nav .flex-prev,
  .beanslide .containerWrapper .container .flex-direction-nav .flex-prev,
  .flexslider .containerWrapper .container .flex-direction-nav .flex-next,
  .beanslide .containerWrapper .container .flex-direction-nav .flex-next {
    z-index: 105;
  }
}
.flexslider .containerWrapper .container .flex-direction-nav .flex-prev:hover,
.beanslide .containerWrapper .container .flex-direction-nav .flex-prev:hover,
.flexslider .containerWrapper .container .flex-direction-nav .flex-next:hover,
.beanslide .containerWrapper .container .flex-direction-nav .flex-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.flexslider .containerWrapper .container .flex-direction-nav .flex-prev .icon:before,
.beanslide .containerWrapper .container .flex-direction-nav .flex-prev .icon:before,
.flexslider .containerWrapper .container .flex-direction-nav .flex-next .icon:before,
.beanslide .containerWrapper .container .flex-direction-nav .flex-next .icon:before {
  margin: 0;
  width: auto;
}
.flexslider .containerWrapper .container .flex-direction-nav .flex-prev,
.beanslide .containerWrapper .container .flex-direction-nav .flex-prev {
  left: 2%;
}
#summary .flexslider .containerWrapper .container .flex-direction-nav .flex-prev,
#summary .beanslide .containerWrapper .container .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider .containerWrapper .container .flex-direction-nav .flex-next,
.beanslide .containerWrapper .container .flex-direction-nav .flex-next {
  right: 2%;
}
#summary .flexslider .containerWrapper .container .flex-direction-nav .flex-next,
#summary .beanslide .containerWrapper .container .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider:hover .containerWrapper .container .flex-direction-nav,
.beanslide:hover .containerWrapper .container .flex-direction-nav {
  opacity: 1;
  filter: alpha(opacity=100);
}
.front #featured {
  margin-bottom: -25px;
}
.flexslider {
  margin-bottom: 0;
}
.flexslider ul.slides li,
.flexslider ul.slides li .field-type-image,
.flexslider ul.slides li img {
  max-height: 400px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .flexslider ul.slides li,
  .flexslider ul.slides li .field-type-image,
  .flexslider ul.slides li img {
    max-height: 321px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .flexslider ul.slides li,
  .flexslider ul.slides li .field-type-image,
  .flexslider ul.slides li img {
    max-height: 248px;
  }
}
.flexslider ul.slides li .field-type-image {
  max-width: 1280px;
  margin: auto;
  float: none;
}
@media (max-width: 767px) {
  .flexslider ul.slides li .field-type-image {
    width: 100%;
  }
}
.flexslider .group_overlay {
  position: relative;
  margin: auto;
  max-width: 1170px;
  width: 1170px;
  top: -345px;
  height: 400px;
}
.flexslider .group_overlay .field {
  max-width: 420px;
}
.flexslider .group_overlay .field.field-name-field-slide-headline {
  max-width: 700px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .flexslider .group_overlay {
    max-width: 940px;
    width: 940px;
    top: -276px;
    height: 321px;
  }
  .flexslider .group_overlay .field {
    max-width: 330px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .flexslider .group_overlay {
    max-width: 724px;
    width: 724px;
    top: -213px;
    height: 248px;
  }
  .flexslider .group_overlay .field {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .flexslider .group_overlay {
    max-width: 100%;
    width: 100%;
    top: 0;
    height: auto;
    margin-bottom: 0;
    display: block;
    box-sizing: content-block;
    padding: 10px;
  }
  .flexslider .group_overlay .field {
    max-width: 100%;
  }
}
.flex-control-nav-container {
  position: relative;
  margin: auto;
  width: 1170px;
  height: 400px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .flex-control-nav-container {
    width: 940px;
    height: 321px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .flex-control-nav-container {
    width: 724px;
    height: 248px;
  }
}
@media (max-width: 767px) {
  .flex-control-nav-container {
    position: static;
    margin: 0;
    width: auto;
    height: auto;
  }
}
.flex-control-nav {
  width: auto;
  margin-bottom: 20px;
  right: 0;
  z-index: 150;
}
.flex-control-nav li {
  width: 80px;
  margin-left: 20px;
}
.flex-control-nav li:before {
  content: none;
}
.flex-control-nav img {
  width: 80px;
  height: 38px;
}
.flex-control-nav img.flex-active {
  border: 2px solid #ffffff;
}
.flex-control-thumbs {
  position: absolute;
  bottom: 20px;
  margin: 0;
}
@media (max-width: 767px) {
  .flex-control-thumbs {
    bottom: 0;
    position: static;
    text-align: center;
    width: 100%;
    overflow: visible;
  }
  .flex-control-thumbs li {
    float: none;
    margin: 10px 0 10px 10px;
    border: none;
  }
  .flex-control-thumbs li:first-child {
    margin-left: 0;
  }
  .flex-control-thumbs li img.flex-active {
    border: none;
  }
}
.view-slider .attachment-after {
  position: absolute;
  left: 50%;
  bottom: 5px;
  z-index: 145;
  width: 1170px;
  margin-left: -585px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .view-slider .attachment-after {
    width: 940px;
    margin-left: -470px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .view-slider .attachment-after {
    width: 724px;
    margin-left: -362px;
  }
}
@media (max-width: 767px) {
  .view-slider .attachment-after {
    position: static;
    margin: 0;
    width: 100%;
  }
}
.view-slider .attachment-after .view-content {
  text-align: right;
}
@media (max-width: 767px) {
  .view-slider .attachment-after .view-content {
    text-align: center;
  }
}
.view-slider .attachment-after li {
  display: inline;
}
.view-slider .attachment-after img {
  /*

      Disabled to give control over size to the view.

      width: 50px;
      height: 50px;
      */
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border: 3px solid rgba(255, 255, 255, 0.6);
  border: 3px solid #EEE\9;
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
}
.view-slider .attachment-after .flex-active img {
  border: 3px solid #444242;
}
@media (max-width: 767px) {
  .view-slider .attachment-after .flex-active img {
    background: #ffffff;
    border: 3px solid #444242;
  }
}
.style-social-media {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 0;
}
@media (max-width: 767px) {
  aside .style-social-media {
    text-align: center;
  }
}
.style-social-media > div.share {
  display: inline-block;
  margin-right: 5px;
}
.style-social-media a {
  /* IE7 inline-block hack */
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #444242;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #0f99d6;
  background-image: -moz-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0f99d6), to(#0f99d6));
  background-image: -webkit-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: -o-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: linear-gradient(to bottom, #0f99d6, #0f99d6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f99d6', endColorstr='#ff0f99d6', GradientType=0);
  border-color: #0f99d6 #0f99d6 #0a668f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0f99d6;
  /* 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 #0f99d6;
  *border: 0;
  border-bottom-color: #0c77a6;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
  border: 0 none;
  -webkit-border-radius: 4;
  -ms-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4;
  text-shadow: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 4px 2px;
}
.style-social-media a:hover,
.style-social-media a:focus,
.style-social-media a:active,
.style-social-media a.active,
.style-social-media a.disabled,
.style-social-media a[disabled] {
  color: #444242;
  background-color: #0f99d6;
  *background-color: #0d88be;
}
.style-social-media a:active,
.style-social-media a.active {
  background-color: #0c77a6 \9;
}
.style-social-media a:first-child {
  *margin-left: 0;
}
.style-social-media a:hover,
.style-social-media a:focus {
  color: #444242;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-backface-visibility: hidden;
  -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;
}
.style-social-media a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.style-social-media a.active,
.style-social-media a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.style-social-media a.disabled,
.style-social-media a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
}
.style-social-media a .label,
.style-social-media a .badge {
  position: relative;
  top: -1px;
}
.style-social-media a,
.style-social-media a a,
.style-social-media a a:visited {
  color: #ffffff !important;
}
.style-social-media a:hover,
a:hover .style-social-media a {
  background: #0c77a6;
}
.style-social-media a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.style-social-media .counter {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #444242;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #0f99d6;
  background-image: -moz-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0f99d6), to(#0f99d6));
  background-image: -webkit-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: -o-linear-gradient(top, #0f99d6, #0f99d6);
  background-image: linear-gradient(to bottom, #0f99d6, #0f99d6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f99d6', endColorstr='#ff0f99d6', GradientType=0);
  border-color: #0f99d6 #0f99d6 #0a668f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0f99d6;
  /* 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 #0f99d6;
  *border: 0;
  border-bottom-color: #0c77a6;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
  border: 0 none;
  -webkit-border-radius: 4;
  -ms-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #eb7832;
  font-size: 19px;
  font-size: 1.9rem;
  margin-right: 4px;
  min-height: 25px;
  min-width: 25px;
  padding: 0 4px;
  text-shadow: none;
  position: relative;
}
.style-social-media .counter:hover,
.style-social-media .counter:focus,
.style-social-media .counter:active,
.style-social-media .counter.active,
.style-social-media .counter.disabled,
.style-social-media .counter[disabled] {
  color: #444242;
  background-color: #0f99d6;
  *background-color: #0d88be;
}
.style-social-media .counter:active,
.style-social-media .counter.active {
  background-color: #0c77a6 \9;
}
.style-social-media .counter:first-child {
  *margin-left: 0;
}
.style-social-media .counter:hover,
.style-social-media .counter:focus {
  color: #444242;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-backface-visibility: hidden;
  -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;
}
.style-social-media .counter:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.style-social-media .counter.active,
.style-social-media .counter:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05), inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.style-social-media .counter.disabled,
.style-social-media .counter[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none, none;
  -ms-box-shadow: none, none;
  -moz-box-shadow: none, none;
  box-shadow: none, none;
}
.style-social-media .counter .label,
.style-social-media .counter .badge {
  position: relative;
  top: -1px;
}
.style-social-media .counter,
.style-social-media .counter a,
.style-social-media .counter a:visited {
  color: #ffffff !important;
}
.style-social-media .counter:hover,
a:hover .style-social-media .counter {
  background: #0c77a6;
}
.style-social-media .counter:hover {
  background: #d55e15;
}
.style-social-media .counter .icon {
  left: 0;
  padding-left: 2px;
  position: absolute;
  top: 1px;
}
.style-social-media .addthis_toolbox {
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.style-social-media .addthis_toolbox a {
  color: #ffffff !important;
  display: inline-block !important;
  *display: inline !important;
  *zoom: 1 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.style-social-media .addthis_toolbox a:focus {
  outline: none;
}
.style-social-media .addthis_toolbox .addthis_counter.addthis_bubble_style {
  background: none !important;
  display: inline-block !important;
  *display: inline !important;
  *zoom: 1 !important;
  float: none !important;
}
.style-social-media .addthis_toolbox .addthis_counter.addthis_bubble_style a.addthis_button_expanded {
  font-family: Lato, Arial, Tahoma, sans-serif !important;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 4px 4px 5px 26px !important;
  position: relative;
  z-index: 1;
}
.style-social-twitter .content ul,
.style-social-twitter .content ul li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.style-social-twitter #social-twitter-list li.tweet {
  border-bottom: 1px solid transparent;
  margin: 0 0 1em;
  padding: 0 0 1em;
}
.style-social-twitter #social-twitter-list li.tweet:last-child {
  border: 0 none;
}
.style-social-twitter #social-twitter-list li.tweet a {
  color: #ffffff;
}
.style-social-twitter #social-twitter-list li.tweet a:hover {
  text-decoration: underline;
}
.style-social-twitter #social-twitter-list li.tweet .time {
  font-size: 10px;
  font-size: 1rem;
}
.style-social-flickr .flickr_badge_image {
  float: left;
  margin: 0 5% 5% 0;
  width: 21.25%;
}
.style-social-flickr .flickr_badge_image:nth-of-type(4n) {
  margin-right: 0;
}
.style-social-flickr .flickr_badge_image img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid transparent;
  width: 100%;
}
#block-enterprise-social-socialmedia-share-buttons {
  margin-bottom: 20px;
}
.field-name-about-author {
  margin: 20px 0;
}
.field-name-about-author .name {
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  float: left;
  line-height: 1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.style-about-author {
  margin-top: 15px;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .style-about-author {
    padding-bottom: 15px;
  }
}
.style-about-author img {
  float: left;
  margin-right: 10px;
}
.style-about-author .teaser,
.style-about-author .field-name-field-description {
  overflow: hidden;
}
.style-about-author .style-social-media {
  margin-left: 15px;
}
.style-about-author .style-social-media [class^="icon-"],
.style-about-author .style-social-media [class*=" icon-"] {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em;
  height: 20px;
  width: 20px;
}
.style-user-details {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: -30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.style-user-details img {
  float: right;
  margin-left: 20px;
  position: relative;
  max-height: 300px;
  width: auto;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .style-user-details img {
    max-height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .style-user-details img {
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  .style-user-details img {
    margin: 0;
    max-height: 120px;
  }
}
.style-user-details .name {
  color: #eb7832;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1em;
  margin: 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .style-user-details .name {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .style-user-details .name {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .style-user-details .name {
    font-size: 34px;
    font-size: 3.4rem;
    position: relative;
    text-shadow: 0 0 5px #ffffff;
    white-space: nowrap;
    width: auto;
    z-index: 1;
  }
}
.style-user-details .position {
  color: #444242;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .style-user-details .position {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .style-user-details .position {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .style-user-details .position {
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    text-shadow: 0 0 5px #ffffff;
    white-space: nowrap;
    width: auto;
    z-index: 1;
  }
}
.style-user-details .line {
  background: #f0f0f0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 6px;
  margin: 15px 0;
  width: 50%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .style-user-details .line {
    margin: 5px 0;
    height: 3px;
  }
}
@media (max-width: 767px) {
  .style-user-details .line {
    display: none;
  }
}
.style-user-details .quote {
  color: #727272;
  font-family: Lato, Arial, Tahoma, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  padding-top: 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .style-user-details .quote {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .style-user-details .quote {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .style-user-details .quote {
    display: none;
  }
}
.style-user-details .style-social-media {
  bottom: 30px;
  left: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .style-user-details .style-social-media {
    bottom: inherit;
    left: inherit;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .style-user-details .style-social-media {
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .style-user-details .style-social-media [class^="icon-"],
  .style-user-details .style-social-media [class*=" icon-"] {
    font-size: 30px;
    font-size: 3rem;
    height: 40px;
    width: 40px;
  }
}
.greenb {
  background-color: #8BC53F;
}
.greenb:hover {
  background-color: #7eb436;
}
.grayb {
  background-color: #717172;
}
.grayb:hover {
  background-color: #646465;
}
.bblueb {
  background-color: #8AD6F7;
}
.bblueb:hover {
  background-color: #72cef5;
}
.dblueb {
  background-color: #0068AA;
}
.dblueb:hover {
  background-color: #005891;
}
.orangeb {
  background-color: #EA7822;
}
.orangeb:hover {
  background-color: #dd6b15;
}
#communities-layout div,
#communities-layout p {
  margin: 0;
  margin-left: 0;
  margin-right: 0;
}
#communities-layout div {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#communities-layout p a {
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  min-height: 230px;
  line-height: 1.2em;
  font-size: 1.8em;
  font-weight: 300;
  padding: 25px 0 5px 30px;
  color: #f8f8f8;
  text-decoration: none;
}
#communities-layout a.icon {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #0f99d6!important;
  background: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  min-width: 36px;
  min-height: 36px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 36px!important;
  text-align: center;
  opacity: 0.4;
}
#communities-layout a.icon:hover,
#communities-layout div:hover > a.icon {
  opacity: 0.9;
}
#communities-layout .half p a {
  min-height: 0;
  height: 109px;
}
#communities-layout .bigger p a {
  font-size: 3em;
}
#communities-layout a {
  color: #f8f8f8;
  cursor: pointer;
}
#communities-layout .margin-right {
  margin-right: 5px !important;
}
#communities-layout .margin-bottom {
  margin-bottom: 5px !important;
}
.lgrayb {
  background-color: #b6b6b5;
}
.lgrayb:hover {
  background-color: #a9a9a8;
}
.ablueb {
  background-color: #0d98d5;
}
.ablueb:hover {
  background-color: #0c87bd;
}
.lorangeb {
  background-color: #f4a71b;
}
.lorangeb:hover {
  background-color: #ea9b0b;
}
.node-expert-article.view-mode-teaser .thumbnail {
  margin: 0 15px 15px 0;
}
#block-views-exp-experts-new-page .views-exposed-form .form-item,
#block-views-exp-experts-new-page .views-exposed-form .form-submit {
  display: inline-block;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px) {
  .view-id-experts_corner_grid .masonry-processed {
    width: 100% !important;
  }
}
.view-id-experts_corner_grid .view-content .masonry-item {
  float: left;
  margin: 0 0 20px 0;
  width: 370px;
  -webkit-box-shadow: 0 1px 2px #aaaaaa;
  -moz-box-shadow: 0 1px 2px #aaaaaa;
  box-shadow: 0 1px 2px #aaaaaa;
  -webkit-box-shadow: 0 1px 2px #aaaaaa, 0 1px 2px #aaaaaa;
  -ms-box-shadow: 0 1px 2px #aaaaaa, 0 1px 2px #aaaaaa;
  -moz-box-shadow: 0 1px 2px #aaaaaa, 0 1px 2px #aaaaaa;
  box-shadow: 0 1px 2px #aaaaaa, 0 1px 2px #aaaaaa;
  background: white;
  -webkit-user-select: none;
  z-index: 2;
}
.view-id-experts_corner_grid .view-content .masonry-item.stamp,
.view-id-experts_corner_grid .view-content .masonry-item.sticky {
  width: 760px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px) {
  .view-id-experts_corner_grid .view-content .masonry-item {
    width: 100% !important;
  }
}
.view-id-experts_corner_grid .pager li {
  display: block;
  list-style: none;
}
.view-id-experts_corner_grid .pager li #views_infinite_scroll_button a {
  background-color: #0f99d6;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: white;
  padding: 6px 10px;
}
.view-id-experts_corner_grid .pager li #views_infinite_scroll_button a:hover {
  text-decoration: none;
  background-color: #0c77a6;
}
.view-id-experts_corner_grid .pager li #views_infinite_scroll_button a:focus,
.view-id-experts_corner_grid .pager li #views_infinite_scroll_button a.active {
  background-color: #0a668f;
  text-decoration: none;
}
.view-id-experts_corner_grid .pager .pager-current {
  display: none;
}
#views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-widget-filter-secondary {
  float: none;
  padding: 0;
}
#views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-widget-filter-secondary .views-widget {
  float: none;
}
#views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-widget-filter-secondary fieldset {
  margin: 0;
}
#views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-widget-filter-secondary fieldset legend {
  border-bottom-color: #b7b7b7;
  margin: 0;
}
#views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-widget-filter-secondary fieldset legend .views-exposed-widget {
  margin: 0 0 0 10px;
  float: right;
  padding: 0;
}
#views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-widget-filter-secondary fieldset .bef-secondary-options > .control-group {
  border-bottom: 1px solid #b7b7b7;
  overflow: auto;
  padding: 10px 10px 0;
  margin-bottom: 1em;
}
#views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-widget-filter-secondary fieldset .bef-secondary-options > .control-group:last-child {
  margin: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px) {
  #views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-widget-filter-secondary fieldset .bef-secondary-options > .control-group {
    padding: 0 10px;
  }
}
#views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-widget-filter-secondary fieldset .fieldset-title {
  position: relative;
}
#views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-widget-filter-secondary fieldset .fieldset-title:hover {
  text-decoration: none;
}
#views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-widget-filter-secondary fieldset .fieldset-title::after {
  content: "\25BC";
  position: absolute;
  font-size: 12px;
  right: -14px;
  top: -7px;
}
#views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-widget-filter-secondary fieldset.collapsed .fieldset-title::after {
  content: "\25B6";
}
#views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-widget-filter-secondary fieldset .control-label {
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 80px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px) {
  #views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-widget-filter-secondary fieldset .control-label {
    width: 100%;
  }
}
#views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-exposed-widget .views-widget .form-checkboxes .form-item {
  float: left;
  margin: 0 10px 10px 0;
  padding: 2px 10px;
  text-align: center;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px) {
  #views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-exposed-widget .views-widget .form-checkboxes .form-item {
    margin: 0 0 5px;
    width: 100%;
  }
  #views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-exposed-widget .views-widget .form-checkboxes .form-item .controls {
    float: left;
  }
}
#views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-exposed-widget .views-widget .form-checkboxes .form-item label {
  float: none;
  margin: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px) {
  #views-exposed-form-experts-corner-grid-page .views-exposed-widgets .views-exposed-widget .views-widget .form-checkboxes .form-item label {
    float: right;
    margin: 4px 5px 0;
  }
}
.view-also-by .views-row {
  margin-bottom: 1em;
}
.view-also-by .view-content .views-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px #aaaaaa;
  -moz-box-shadow: 0 1px 2px #aaaaaa;
  box-shadow: 0 1px 2px #aaaaaa;
  -webkit-box-shadow: 0 1px 2px #aaaaaa, 0 1px 2px #aaaaaa;
  -ms-box-shadow: 0 1px 2px #aaaaaa, 0 1px 2px #aaaaaa;
  -moz-box-shadow: 0 1px 2px #aaaaaa, 0 1px 2px #aaaaaa;
  box-shadow: 0 1px 2px #aaaaaa, 0 1px 2px #aaaaaa;
}
.view-mode-masonry,
.view-mode-masonry_mini {
  overflow: hidden;
  position: relative;
  min-height: 120px;
}
.view-mode-masonry .ds-header,
.view-mode-masonry_mini .ds-header {
  min-height: 35px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.view-mode-masonry .ds-header img,
.view-mode-masonry_mini .ds-header img {
  width: 100%;
  height: auto;
}
.view-mode-masonry .ds-header .field-name-field-expert-asset-types,
.view-mode-masonry_mini .ds-header .field-name-field-expert-asset-types,
.view-mode-masonry .ds-header .field-name-field-blog-asset-type,
.view-mode-masonry_mini .ds-header .field-name-field-blog-asset-type {
  top: 5px;
  right: 5px;
  background-color: #f0f0f0;
  color: #727272;
  font-size: 20px;
  font-size: 2rem;
  padding: 5px;
  position: absolute;
}
.view-mode-masonry .ds-header:hover .group-masonry-overlay,
.view-mode-masonry_mini .ds-header:hover .group-masonry-overlay {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.view-mode-masonry .group-masonry-overlay-inner,
.view-mode-masonry_mini .group-masonry-overlay-inner {
  position: absolute;
  top: 10%;
  bottom: 25%;
  width: 80%;
  vertical-align: middle;
  left: 10%;
  right: 10%;
}
.view-mode-masonry .group-masonry-overlay-inner .field-name-body,
.view-mode-masonry_mini .group-masonry-overlay-inner .field-name-body {
  margin-bottom: 0;
}
.view-mode-masonry .field-name-submit-info,
.view-mode-masonry_mini .field-name-submit-info {
  margin-bottom: 10px;
  float: none;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 5px;
  text-transform: uppercase;
}
.view-mode-masonry .field-name-body,
.view-mode-masonry_mini .field-name-body {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
}
.view-mode-masonry .ds-middle,
.view-mode-masonry_mini .ds-middle {
  padding: 10px 15px;
}
.view-mode-masonry .group-masonry-overlay,
.view-mode-masonry_mini .group-masonry-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0f99d6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
}
.view-mode-masonry .group-masonry-overlay,
.view-mode-masonry_mini .group-masonry-overlay,
.view-mode-masonry .group-masonry-overlay a,
.view-mode-masonry_mini .group-masonry-overlay a {
  color: #ffffff;
}
.view-mode-masonry .group-masonry-overlay .field-name-node-link a,
.view-mode-masonry_mini .group-masonry-overlay .field-name-node-link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  z-index: 1;
}
.field-name-featured-flag .ribbon {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  display: inline-block;
  left: -35px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
  text-align: center;
  text-transform: uppercase;
  top: 35px;
  background: #9d261d;
  width: 150px;
  padding: 5px 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.field-name-featured-flag .ribbon:before {
  display: none;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 114px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c83025;
}
.field-name-featured-flag .ribbon:after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 114px;
  left: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #c83025;
}
.fab {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.fab:hover .fab__primary .mdi:nth-of-type(1),
.fab.active .fab__primary .mdi:nth-of-type(1) {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.fab:hover .fab__primary .mdi:last-child,
.fab.active .fab__primary .mdi:last-child {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.fab:hover .fab__actions,
.fab.active .fab__actions {
  pointer-events: auto;
}
.fab:hover .fab__actions .btn-fab,
.fab.active .fab__actions .btn-fab {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.btn-fab {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-size: 1.8rem;
  height: 45px;
  outline: none !important;
  padding: 10px;
  text-align: center;
  width: 45px;
}
.btn-fab.btn-black {
  background-color: #000;
  border: 0;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px;
}
.btn-fab.btn-black,
.btn-fab.btn-black .icon {
  color: white;
  position: relative;
  top: 4px;
}
.btn-fab.btn-black:hover {
  background-color: #FFF;
}
.btn-fab.btn-black:hover,
.btn-fab.btn-black:hover .icon {
  color: #000;
}
.btn-fab.btn-black:focus,
.btn-fab.btn-black:active {
  outline: none;
}
.fab__primary .icon {
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.fab__primary .icon:last-child {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.fab__actions {
  z-index: 999;
  pointer-events: none;
}
.fab__actions .btn-fab {
  display: block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.fab__actions--up .btn-fab:nth-child( 10),
.fab__actions--left .btn-fab:nth-child( 10) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fab__actions--up .btn-fab:nth-child( 9),
.fab__actions--left .btn-fab:nth-child( 9) {
  -webkit-transition-delay: 0.18s;
  -moz-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.fab__actions--up .btn-fab:nth-child( 8),
.fab__actions--left .btn-fab:nth-child( 8) {
  -webkit-transition-delay: 0.16s;
  -moz-transition-delay: 0.16s;
  -o-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.fab__actions--up .btn-fab:nth-child( 7),
.fab__actions--left .btn-fab:nth-child( 7) {
  -webkit-transition-delay: 0.14s;
  -moz-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  transition-delay: 0.14s;
}
.fab__actions--up .btn-fab:nth-child( 6),
.fab__actions--left .btn-fab:nth-child( 6) {
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.fab__actions--up .btn-fab:nth-child( 5),
.fab__actions--left .btn-fab:nth-child( 5) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fab__actions--up .btn-fab:nth-child( 4),
.fab__actions--left .btn-fab:nth-child( 4) {
  -webkit-transition-delay: 0.08s;
  -moz-transition-delay: 0.08s;
  -o-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.fab__actions--up .btn-fab:nth-child( 3),
.fab__actions--left .btn-fab:nth-child( 3) {
  -webkit-transition-delay: 0.06s;
  -moz-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.fab__actions--up .btn-fab:nth-child( 2),
.fab__actions--left .btn-fab:nth-child( 2) {
  -webkit-transition-delay: 0.04s;
  -moz-transition-delay: 0.04s;
  -o-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
.fab__actions--up .btn-fab:nth-child( 1),
.fab__actions--left .btn-fab:nth-child( 1) {
  -webkit-transition-delay: 0.02s;
  -moz-transition-delay: 0.02s;
  -o-transition-delay: 0.02s;
  transition-delay: 0.02s;
}
.fab__actions--left,
.fab__actions--right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.fab__actions--up {
  position: absolute;
  top: null;
  right: null;
  bottom: 45px;
  left: 4px;
}
.fab__actions--up .btn-fab {
  margin-bottom: 5px;
}
.fab__actions--up .btn-fab:last-child {
  margin-bottom: 10px;
}
.fab__actions--down {
  position: absolute;
  top: 10px;
  right: null;
  bottom: null;
  left: 7px;
}
.fab__actions--down .btn-fab {
  margin-top: 5px;
}
.fab__actions--left {
  position: absolute;
  top: null;
  right: 10px;
  bottom: 7px;
  left: null;
}
.fab__actions--left .btn-fab {
  margin-right: 20px;
}
.fab__actions--right {
  position: absolute;
  top: null;
  right: null;
  bottom: 7px;
  left: 10px;
}
.fab__actions--right .btn-fab {
  margin-left: 20px;
}
