.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,
  code,
  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: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #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);
}
.img-circle {
  -webkit-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 20px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.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: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
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 #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  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;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
code.prettyprint,
pre.prettyprint {
  margin-bottom: 20px;
}
code code,
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: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "proxima-nova", 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: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-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-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;
  -webkit-transition: border linear .2s, box-shadow linear .2s 1s linear;
  -moz-transition: border linear .2s, box-shadow linear .2s 1s linear;
  -o-transition: border linear .2s, box-shadow linear .2s 1s linear;
  -ms-transition: border linear .2s, box-shadow linear .2s 1s linear;
  transition: border linear .2s, box-shadow linear .2s 1s linear;
}
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);
}
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: #999999;
  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);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.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: #eeeeee;
}
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);
}
.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;
}
.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);
}
.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;
}
.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);
}
.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;
}
.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);
}
.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;
}
.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;
}
.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: #595959;
}
.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: 14px;
}
.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;
  -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: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  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;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.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;
  -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;
  -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;
  -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;
  -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;
  -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;
  -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;
  -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;
  -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;
  -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;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-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;
  -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;
  -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;
  -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;
  -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;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.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;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #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;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #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;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear 1s linear;
  -moz-transition: opacity 0.15s linear 1s linear;
  -o-transition: opacity 0.15s linear 1s linear;
  -ms-transition: opacity 0.15s linear 1s linear;
  transition: opacity 0.15s linear 1s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease 1s linear;
  -moz-transition: height 0.35s ease 1s linear;
  -o-transition: height 0.35s ease 1s linear;
  -ms-transition: height 0.35s ease 1s linear;
  transition: height 0.35s ease 1s linear;
}
.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: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.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);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear 1s linear;
  -moz-transition: background-position 0.1s linear 1s linear;
  -o-transition: background-position 0.1s linear 1s linear;
  -ms-transition: background-position 0.1s linear 1s linear;
  transition: background-position 0.1s linear 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);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \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: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.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);
  *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);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #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;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #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;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #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;
  -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: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #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;
  -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;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #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;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #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;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #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: #333333;
}
.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;
  width: 126px;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 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);
}
.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);
}
.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 11px 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: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #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);
}
.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);
}
.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;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #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: #333333;
  border-bottom-color: #333333;
}
.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: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #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: #999999;
}
.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: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  width: 126px;
  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-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: none 1s linear;
  -moz-transition: none 1s linear;
  -o-transition: none 1s linear;
  -ms-transition: none 1s linear;
  transition: none 1s linear;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #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);
  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;
}
.navbar-blue .navbar-inner {
  background-color: #253b58;
  background-image: -moz-linear-gradient(top, #2e435e, #172e50);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e435e), to(#172e50));
  background-image: -webkit-linear-gradient(top, #2e435e, #172e50);
  background-image: -o-linear-gradient(top, #2e435e, #172e50);
  background-image: linear-gradient(to bottom, #2e435e, #172e50);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e435e', endColorstr='#ff172e50', GradientType=0);
  border-color: #275392;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.navbar-blue .brand,
.navbar-blue .nav > li > a {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-weight: bold;
}
.navbar-blue .brand:hover,
.navbar-blue .nav > li > a:hover,
.navbar-blue .brand:focus,
.navbar-blue .nav > li > a:focus {
  color: #fff !important;
}
.navbar-blue .brand {
  color: #ed1c24 !important;
}
.navbar-blue .navbar-text {
  color: #ffffff;
}
.navbar-blue .nav > li > a:focus,
.navbar-blue .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-blue .nav .current-menu-item,
.navbar-blue .nav .current_page_parent,
.navbar-blue .nav .active > a,
.navbar-blue .nav .active > a:hover,
.navbar-blue .nav .active > a:focus {
  color: #ffffff !important;
  background-color: #172e50 !important;
}
.navbar-blue .navbar-link,
.navbar-blue .nav-collapse {
  color: #ffffff;
}
.navbar-blue .navbar-link:hover,
.navbar-blue .nav-collapse:hover,
.navbar-blue .navbar-link:focus,
.navbar-blue .nav-collapse:focus {
  color: #ffffff;
}
.navbar-blue .divider-vertical {
  border-left-color: #172e50;
  border-right-color: #2e435e;
}
.navbar-blue .nav li.dropdown.open > .dropdown-toggle,
.navbar-blue .nav li.dropdown.active > .dropdown-toggle,
.navbar-blue .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #172e50;
  color: #ffffff;
}
.navbar-blue .nav li.dropdown > a:hover .caret,
.navbar-blue .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-blue .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-blue .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-blue .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-blue .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-blue .navbar-search .search-query {
  color: #ffffff;
  background-color: #1d3964;
  border-color: #172e50;
  -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-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: none 1s linear;
  -moz-transition: none 1s linear;
  -o-transition: none 1s linear;
  -ms-transition: none 1s linear;
  transition: none 1s linear;
}
.navbar-blue .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-blue .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-blue .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-blue .navbar-search .search-query:focus,
.navbar-blue .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  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);
  outline: 0;
}
.navbar-blue .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1d2f46;
  background-image: -moz-linear-gradient(top, #26374d, #11233c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#26374d), to(#11233c));
  background-image: -webkit-linear-gradient(top, #26374d, #11233c);
  background-image: -o-linear-gradient(top, #26374d, #11233c);
  background-image: linear-gradient(to bottom, #26374d, #11233c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff26374d', endColorstr='#ff11233c', GradientType=0);
  border-color: #11233c #11233c #000001;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #11233c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-blue .btn-navbar:hover,
.navbar-blue .btn-navbar:focus,
.navbar-blue .btn-navbar:active,
.navbar-blue .btn-navbar.active,
.navbar-blue .btn-navbar.disabled,
.navbar-blue .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #11233c;
  *background-color: #0c1728;
}
.navbar-blue .btn-navbar:active,
.navbar-blue .btn-navbar.active {
  background-color: #060c15 \9;
}
.navbar-blue .nav-collapse {
  background: transparent;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #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: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-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: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.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;
  -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-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -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;
  -webkit-transition: opacity .3s linear, top .3s ease-out 1s linear;
  -moz-transition: opacity .3s linear, top .3s ease-out 1s linear;
  -o-transition: opacity .3s linear, top .3s ease-out 1s linear;
  -ms-transition: opacity .3s linear, top .3s ease-out 1s linear;
  transition: opacity .3s linear, top .3s ease-out 1s linear;
  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;
  -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;
  *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;
  -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;
  -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);
  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;
  -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;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
  *zoom: 1;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #000000;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #000000;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #000000;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #000000;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.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;
  -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-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;
  -webkit-transition: all 0.2s ease-in-out 1s linear;
  -moz-transition: all 0.2s ease-in-out 1s linear;
  -o-transition: all 0.2s ease-in-out 1s linear;
  -ms-transition: all 0.2s ease-in-out 1s linear;
  transition: all 0.2s ease-in-out 1s linear;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -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);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.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;
  margin-bottom: 20px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  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: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  margin-right: 5px;
  position: relative;
  top: -5px;
  -webkit-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: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.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: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.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-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-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease 1s linear;
  -moz-transition: width 0.6s ease 1s linear;
  -o-transition: width 0.6s ease 1s linear;
  -ms-transition: width 0.6s ease 1s linear;
  transition: width 0.6s ease 1s linear;
}
.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);
}
.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: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  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;
  -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-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;
  -webkit-transition: 0.6s ease-in-out left 1s linear;
  -moz-transition: 0.6s ease-in-out left 1s linear;
  -o-transition: 0.6s ease-in-out left 1s linear;
  -ms-transition: 0.6s ease-in-out left 1s linear;
  transition: 0.6s ease-in-out left 1s linear;
}
.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: 42px;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #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: #333333;
  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: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.custom-feed.simple {
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 13px;
  margin-bottom: 25px;
}
.custom-feed.simple .feed-thumb {
  display: block;
}
.custom-feed.simple .feed-title {
  font-size: 16px;
  font-weight: bold;
  color: #005d8f;
  line-height: 20px;
  display: block;
}
.custom-feed.simple .feed-title.has-image {
  margin-top: 14px;
}
.custom-feed.col-2 {
  width: 268px;
  margin-left: 27px;
  background: #fff;
  float: left;
}
.custom-feed.col-2.odd {
  clear: left;
  margin-left: 0;
}
.feed-wrapper {
  *zoom: 1;
}
.feed-wrapper:before,
.feed-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.feed-wrapper:after {
  clear: both;
}
.share-email {
  position: relative;
  top: -2px;
}
.show-print {
  display: none;
}
p:empty {
  height: 0px;
  margin: 0px;
}
.embed-youtube,
.embed-vimeo,
.googlemaps {
  clear: both;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
  position: relative;
  height: 0;
}
.embed-youtube iframe,
.embed-vimeo iframe,
.googlemaps iframe,
.embed-youtube object,
.embed-vimeo object,
.googlemaps object {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* SumoMe Sharing Plugin */
.sumome-share-client-top-left-article,
.sumome-share-client-wrapper-custom {
  width: 100% !important;
}
.sumome-share-client-top-left-article .sumome-share-client-share,
.sumome-share-client-wrapper-custom .sumome-share-client-share {
  width: 15.66% !important;
  margin-right: 1% !important;
}
.sumome-share-client-top-left-article .sumome-share-client-share[title="More"],
.sumome-share-client-wrapper-custom .sumome-share-client-share[title="More"] {
  width: 16.66% !important;
  margin-right: 0 !important;
}
.sumome-share-client-share[title="Reddit"] {
  background: #336699 !important;
}
.sumome-share-client-share[title="Reddit"]:hover {
  background: #2b5580 !important;
}
.sumome-share-client-wrapper-left-page {
  opacity: 0;
}
.category-top {
  font-family: "proxima-nova", sans-serif;
  border-bottom: 3px solid #DBDBDB;
  padding-top: 15px;
}
.category-top h1 {
  font-size: 38px;
}
.category-top h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ed1c24;
}
.category-top p {
  font-size: 18px;
  line-height: 140%;
}
.category-top p a {
  color: #005d8f;
}
.category-top p a:hover {
  text-decoration: underline;
}
.category-top p a.btn {
  color: white;
  border-bottom: 0px;
}
.category-top .pull-right a {
  border: 0px;
}
.category-top .subs {
  margin: 0px 0px 20px;
}
.category-top .subs ul {
  list-style-type: none !important;
}
.category-top .subs li {
  list-style-type: none !important;
  font-size: 18px;
  display: inline;
  margin-right: 20px;
}
.category-top .subs li a {
  color: #005d8f;
  font-weight: normal;
}
.category-top .no_h2_styles {
  font-size: 16px;
  display: inline;
  line-height: 23px;
}
.grey {
  padding: 20px 0;
  background-color: #f3f3f3;
}
.category .item img {
  border: 1px solid #cecece;
  max-height: 147px;
  width: 302px;
  object-fit: cover;
}
.category .item h4 {
  margin: 5px 0;
}
.category .item h4 a {
  color: #005d8f;
}
.category .item p {
  line-height: 15px;
  overflow: hidden;
}
.category .item .span4 {
  height: auto;
}
.category .item .span3 {
  height: auto;
}
@media (max-width: 979px) {
  .category .item img {
    max-height: 114px;
    width: 230px;
    object-fit: cover;
  }
}
.icons {
  display: block;
  height: 30px;
  width: 67px;
  margin: 0 6px -29px;
  position: relative;
}
.video-icon {
  display: block;
  height: 30px;
  width: 67px;
  margin: 0 6px -29px;
  position: relative;
  height: 64px;
  width: 64px;
  background: url('../img/play.png') no-repeat;
  margin: 0 auto -64px;
  top: 30px;
}
.projects-icon {
  display: block;
  height: 30px;
  width: 67px;
  margin: 0 6px -29px;
  position: relative;
  background: url('../img/project.png') no-repeat;
}
.review-icon {
  display: block;
  height: 30px;
  width: 67px;
  margin: 0 6px -29px;
  position: relative;
  background: url('../img/review.png') no-repeat;
}
.cat-carousel-control {
  position: absolute;
  top: 72px;
  left: -20px;
  width: 24px;
  height: 47px;
  margin-top: -20px;
}
.cat-carousel-control.right {
  left: auto;
  right: -24px;
}
.all {
  color: #868484;
}
.heading {
  font-family: "proxima-nova", sans-serif;
  color: #022c44;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
}
.child {
  padding: 20px 0;
  background-color: #f3f3f3;
  border-top: 3px solid #DBDBDB;
}
.child h2 {
  font-family: "proxima-nova", sans-serif;
  color: #022c44;
}
.video-box {
  padding: 8px;
  border: 1px solid #cecece;
  background-color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}
.video-box p {
  margin-bottom: 0px;
}
.video-box a {
  color: #005d8f;
}
.video-box ul {
  position: relative;
  bottom: 0px;
}
.video-box ul strong {
  color: #ed1c24;
}
.video-box ul li {
  font-weight: bold;
}
#taxonomy-image {
  margin-top: 20px;
}
.content-type {
  padding: 20px 0;
  font-family: "proxima-nova", sans-serif;
  border-bottom: 3px solid #DBDBDB;
}
.content-type .projects-art {
  width: 940px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: -20px auto 0px;
  background: url('../img/project_placeholder_smaller.png') no-repeat;
  background-position: 641px 0px;
}
.content-type h1 {
  font-size: 58px;
  line-height: 58px;
  color: #005d8f;
}
.content-type h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ed1c24;
  margin-top: 10px;
}
.content-type p {
  font-size: 18px;
}
.content-type p a {
  color: #005d8f;
}
.content-type p a:hover {
  text-decoration: underline;
}
.content-type .subs {
  margin: 0px 0px 20px;
}
.content-type .subs .dropdown {
  float: left;
  margin-right: 7px;
}
.content-type .subs li {
  font-size: 18px;
  display: inline;
  margin-right: 10px;
}
.content-type .subs li a {
  color: #005d8f;
  font-weight: bold;
}
.content-type .subs li ul li {
  display: list-item;
  margin: 0px;
}
.content-type .subs li ul li a:hover {
  color: #fff;
}
.content-type-top h3 a {
  color: #ed1c24;
}
.projects-masthead {
  font-family: "proxima-nova", sans-serif;
  padding-top: 20px;
}
.projects-masthead h3 {
  font-size: 22px;
  text-transform: uppercase;
}
.projects-masthead h3 a {
  color: #ed1c24;
}
.projects-masthead h2 {
  line-height: 100%;
  margin-bottom: 0px;
  font-size: 36px;
}
.projects-masthead h1 {
  font-size: 60px !important;
  line-height: 60px;
  letter-spacing: -2px;
}
.projects-masthead h1 a {
  color: #005d8f;
}
.projects-masthead p {
  font-size: 20px;
  font-weight: bold;
}
.projects-meta {
  margin: 10px 0;
  padding: 5px 0;
  border-top: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
}
.projects-meta li {
  display: inline;
  margin-right: 10px;
  font-size: 16px;
}
.projects-meta li span {
  color: #005d8f;
}
a {
  color: #005d8f;
}
.parts-tools {
  border-top: 7px solid #ed1c24;
  border-bottom: 7px solid #ed1c24;
  max-height: 600px;
  padding: 10px;
  margin-top: 20px;
  overflow: scroll;
  background-color: #eaeaea;
  background-image: -webkit-linear-gradient(top, #eaeaea, #ffffff);
  background-image: -moz-linear-gradient(top, #eaeaea, #ffffff);
  background-image: -o-linear-gradient(top, #eaeaea, #ffffff);
  background-image: -ms-linear-gradient(top, #eaeaea, #ffffff);
  background-image: linear-gradient(top, #eaeaea, #ffffff);
}
.parts-tools .top {
  font-size: 18px;
  margin-left: 0px;
  padding-top: 0px;
  text-transform: uppercase;
}
.parts-tools .top li {
  display: inline;
  font-weight: bold;
  padding-bottom: 7px;
}
.parts-tools .top li a {
  color: #868484;
}
.parts-tools .top li.active {
  background-image: url('../img/active-arrow.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
.parts-tools .top li.active a {
  color: #ed1c24;
}
.parts-tools .top li.divider {
  color: #7cd5fc;
}
.parts-tools .lists {
  margin-left: 0px;
  font-size: 14px;
  font-weight: bold;
}
.parts-tools .lists li {
  color: #0776b7;
  border-bottom: 1px solid #CCEFFB;
  list-style-type: none;
  line-height: 22px;
}
.parts-tools .lists li .muted {
  display: inline;
  font-weight: light;
  color: #999999;
  color: #2dacf7;
}
.top-steps .all a {
  color: #cdcdcd;
}
.top-steps h4 {
  font-size: 22px;
  position: relative;
  top: -39px;
  left: 1px;
  background-color: #fff;
  padding: 10px;
  width: 198px;
  opacity: .8;
}
.top-steps img {
  border: 1px solid #cecece;
  height: 80px;
  width: 140px;
}
.project-print-btn {
  margin: 20px 0 0 0;
}
.bottom-steps {
  font-size: 16px;
}
.bottom-steps .smalls {
  margin-top: 10px;
}
.bottom-steps .smalls img {
  margin-right: 5px;
}
.bottom-steps .smalls img:last-child {
  text-align: right;
}
.bottom-steps ol {
  margin-top: 10px;
}
.bottom-steps ol li {
  font-size: 18px;
  margin-bottom: 10px;
}
.bottom-steps h4 {
  color: #005d8f;
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 15px;
}
.related-projects {
  border-top: 7px solid #ed1c24;
  border-bottom: 7px solid #ed1c24;
  max-height: 300px;
  padding: 10px;
  background-color: #eaeaea;
  background-image: -webkit-linear-gradient(top, #eaeaea, #ffffff);
  background-image: -moz-linear-gradient(top, #eaeaea, #ffffff);
  background-image: -o-linear-gradient(top, #eaeaea, #ffffff);
  background-image: -ms-linear-gradient(top, #eaeaea, #ffffff);
  background-image: linear-gradient(top, #eaeaea, #ffffff);
  overflow: scroll;
  margin-top: 10px;
}
.related-projects h3 {
  border-bottom: 2px solid #cdcdcd;
}
.related {
  margin: 10px 0;
  position: relative;
}
.related .image {
  width: 100px;
  float: left;
  margin-bottom: 10px;
}
.related .image img {
  border: 1px solid #cecece;
}
.related .blurb {
  width: 170px;
  float: left;
  margin-left: 10px;
}
.related .blurb p {
  font-size: 16px;
}
.related .blurb h5 {
  color: #005d8f;
  font-size: 16px;
}
.black {
  color: #333;
}
.nexter {
  margin-bottom: 12px;
}
.nexter a {
  float: left;
  margin-right: 10px;
}
.nexter span {
  color: #333;
  text-transform: none;
  font-size: 28px;
  padding-top: 10px;
  display: block;
  float: left;
}
.conclusion {
  margin-top: 20px;
}
.project-meta {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  margin-bottom: 7px;
}
.project-meta ul {
  margin: 0px;
}
.project-meta ul li:first-child {
  margin-right: 5px;
}
.project-meta ul li {
  font-size: 12px;
  color: #ed1c24;
  font-weight: bold;
  display: inline;
}
.project-meta ul li span {
  color: #022c44;
}
.topper {
  border-top: 3px solid #DBDBDB;
}
.post-type-archive-projects .carousel-inner img {
  max-height: 147px;
  width: 302px;
  object-fit: cover;
  border: 2px solid #cecece;
  margin-bottom: 5px;
}
.projects-home {
  padding-top: 20px;
  font-family: "proxima-nova", sans-serif;
  border-bottom: 3px solid #DBDBDB;
}
.projects-home .art {
  width: 940px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: -20px auto 0px;
  background: url('../img/project_placeholder_smaller.png') no-repeat;
  background-position: 100% 50%;
}
.projects-home h1 {
  font-size: 58px;
  line-height: 58px;
  color: #005d8f;
}
.projects-home h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ed1c24;
  margin-top: 10px;
}
.projects-home p {
  font-size: 18px;
}
.projects-home p a {
  color: #005d8f;
  border-bottom: 2px solid #005d8f;
}
.projects-home p a:hover {
  text-decoration: none;
}
.projects-home .subs {
  margin: 0px 0px 20px;
}
.projects-home .subs .dropdown {
  float: left;
  margin-right: 7px;
}
.projects-home .subs li {
  font-size: 18px;
  display: inline;
  margin-right: 10px;
}
.projects-home .subs li a {
  color: #005d8f;
  font-weight: bold;
}
.projects-home .subs li ul li {
  display: list-item;
  margin: 0px;
}
.projects-home .subs li ul li a:hover {
  color: #fff;
}
.projects-top h3 a {
  color: #ed1c24;
}
ul#tabs {
  margin: 0px;
  cursor: pointer;
}
ul#tabs .nav-header {
  color: #ed1c24;
  font-weight: bold;
  font-size: 24px;
}
ul#tabs .current > a,
ul#tabs .current > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.new-heading {
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
  color: #cdcdcd;
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
}
.tab-content span {
  display: block;
}
.tab-content .black {
  display: inline;
}
.jstep {
  margin-bottom: 40px;
}
.jstep ul {
  margin: 20px 0px 20px 20px;
}
.maker-camp-promo {
  margin-top: 20px;
}
.themes {
  margin-left: 30px;
  margin-top: 9px;
}
.themes li {
  list-style-type: none;
}
.themes a {
  color: #005d8f;
}
.themes a strong {
  color: #ed1c24;
  width: 160px;
  display: inline-block;
  text-align: right;
}
.featured {
  height: 115px;
  margin-left: 30px;
}
.featured .img {
  float: left;
  width: 125px;
}
.featured .blurb {
  float: right;
  width: 485px;
  margin: 0px;
}
.featured .blurb h3 {
  padding: 0px;
}
.featured .blurb p {
  padding: 0px;
}
.featured .blurb p small {
  margin-top: 5px;
  display: block;
}
.featured .blurb .trending {
  color: #005d8f;
  text-transform: uppercase;
}
.home-sponsor-ad {
  margin-top: 30px;
  margin-bottom: 30px;
}
.home .span8 .carousel {
  margin-top: 30px;
}
.sub-banner {
  margin-top: 8px;
  margin-bottom: 20px;
}
.waist-takeover {
  background-image: url('../images/makercamp_background.jpg');
  background-position: center;
  height: 548px;
}
.waist-takeover .container {
  padding: 20px 0;
}
.waist-takeover .container .span8 .thumb div {
  padding: 5px 0;
}
.waist-takeover .container .thumb {
  background-color: #fff;
  margin-bottom: 5px;
}
.waist-takeover .container .thumb .thumbnail {
  border: 0px;
  padding: 0px;
}
.waist-takeover .container .thumb div {
  padding: 9px;
}
.waist-takeover .container .thumb div p {
  margin-bottom: 0px;
}
.maker-week-takeover {
  border-top: 1px solid #005B85;
  font-family: "proxima-nova", sans-serif;
  background-color: #075c78 !important;
}
.maker-week-takeover .flags {
  background-image: url('../images/maker-week-flags.png') !important;
  background-position: center top;
  background-repeat: repeat-x;
  margin-top: -3px;
}
.maker-week-takeover .mw-promotion {
  margin-top: 30px;
}
.maker-week-takeover .mw-makerfaire {
  float: left;
  margin: 20px 0;
  width: 408px;
}
.maker-week-takeover .mw-10th {
  float: left;
  margin: 0 0 0 -100px;
  width: 263px;
}
.maker-week-takeover .mw-makey {
  float: left;
  margin: 0 0 0 80px;
  width: 288px;
}
.maker-week-takeover .mw-news {
  margin-top: -10px;
  width: 602px;
}
.maker-week-takeover .mw-adslot {
  margin: 20px 0 20px 0;
}
.maker-week-takeover .mw-content {
  float: right;
  width: 275px;
  margin: 20px 0 0 0;
}
.maker-week-takeover .mw-content h4 {
  font-size: 18pt;
  font-weight: 300;
  line-height: 22pt;
}
.maker-week-takeover #mw-flags-btm {
  background: url("../images/maker-week-flags-btm.png");
  background-repeat: repeat-x;
  height: 20px;
}
.maker-week-takeover .caption {
  font-size: 18pt;
  font-weight: 300;
  line-height: 22pt;
  background-color: rgba(51, 51, 51, 0.5);
  padding-left: 50px;
}
.maker-week-takeover .tix {
  color: #fff;
  margin-top: 40px;
  text-align: right;
}
.maker-week-takeover .tix h3 {
  text-align: right;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
  font-weight: normal;
}
.maker-week-takeover .slider {
  background-color: #2b3b40;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.maker-week-takeover .slider .makey {
  float: left;
  margin-top: -60px;
}
.maker-week-takeover .slider h3 {
  float: left;
  color: #96dffa;
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin-top: 6px;
  margin-left: 13px;
}
.maker-week-takeover .slider h3 span {
  font-size: 28px;
}
.maker-week-takeover .slider h4 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  margin: 10px 5px;
}
.maker-week-takeover .slider h4 a {
  color: white;
}
.maker-week-takeover .slider .caption {
  color: white;
}
.maker-week-takeover .slider .carousel-control {
  top: 42px;
  background: #00476b;
  border: 1px solid #00324b;
  font-size: 72px;
  width: 30px;
  height: 39px;
  transition: opacity .3s;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.maker-week-takeover .slider .carousel-control span {
  line-height: 1.4em;
  width: auto;
  height: auto;
  background-image: none;
}
.maker-week-takeover .slider .carousel-control.left {
  left: 0px;
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.maker-week-takeover .slider .carousel-control.right {
  right: 0px;
}
.maker-week-takeover .slider.thumb {
  margin-bottom: 32px;
  margin-left: -20px;
  color: #5ebcf7;
  font-size: 16px;
  line-height: 120%;
}
.maker-week-takeover .slider.thumb img {
  margin-right: 10px;
  width: 328px;
  height: 128px;
}
.maker-week-takeover .slider.thumb > div p {
  margin-bottom: 0;
  font-size: 16px;
  color: #5ebcf7;
}
.maker-week-takeover .slider.thumb h4 {
  margin: 0px;
}
.leaderboard {
  margin: 10px 0 0 0;
}
.Thumbnail {
  display: block;
}
.weekend-projects-home .weekend-project-image {
  display: none;
  margin-bottom: 0px;
  position: absolute;
  margin-top: 1px;
  z-index: 1;
  margin-left: 8px;
}
.weekend-projects-home .attachment-small-home-feature-boxes {
  margin-top: 0px;
}
.home-banner {
  margin-top: 10px;
}
.home .new-dotw {
  margin-top: 25px;
}
.home-waist-banner {
  margin-bottom: 15px;
}
.faire {
  background-color: #C8EFFF;
  background-image: inherit;
}
.faire .faire-header {
  background-image: url(../img/faire-header.jpg );
  height: 157px;
}
.ytv-canvas {
  margin: 10px 0 0 !important;
  height: 350px;
}
.spacer {
  height: 20px;
}
.faire-social {
  width: 300px;
  margin-top: 65px;
  float: right;
}
.faire-social .faire-social-links li {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: orange;
  margin-right: 12px;
}
.faire-social .faire-social-links li a {
  display: block;
  height: 32px;
  width: 32px;
}
.faire-social .faire-social-links li.twitter {
  background-image: url('../img/faire-social-images.jpg');
  background-position: -3px;
}
.faire-social .faire-social-links li.pinterest {
  background-image: url('../img/faire-social-images.jpg');
  background-position: 132px;
}
.faire-social .faire-social-links li.facebook {
  background-image: url('../img/faire-social-images.jpg');
  background-position: 85px;
}
.faire-social .faire-social-links li.plus {
  background-image: url('../img/faire-social-images.jpg');
  background-position: 37px;
}
.page-id-116357 .new-sand,
.page-id-116357 .waist .checkers {
  background-image: none !important;
}
.waist .checkers .paddme {
  padding: 0px 0 10px 10px;
  position: relative;
}
.waist .checkers .paddme .caption {
  margin-top: 0;
  height: auto;
  margin-right: 0;
  margin-left: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin-bottom: 1px;
}
.waist .checkers .paddme.small:last-child {
  padding: 0px 10px 10px 0;
}
.waist .checkers .span4 .span4:last-child .paddme.small {
  padding: 12px 10px 10px 0;
}
.home-ads {
  max-height: 250px;
}
.avatar-298 {
  margin-bottom: 20px;
  border: 1px solid #cecece;
}
.gravatar {
  border: 1px solid #efefef;
  margin: 0 10px 10px 0;
  padding: 10px;
}
.social {
  margin: 0 0 10px;
}
.social li {
  display: block;
  float: left;
  height: 16px;
  background-image: url(http://www.gravatar.com/images/grav-share-sprite.png);
  background-repeat: no-repeat;
  padding: 0px;
  line-height: 20px;
}
.sp {
  height: 20px;
  width: 16px;
  line-height: 16px;
  padding: 0 0 0 22px;
}
.facebook {
  background-position: 0 0;
}
.twitter {
  background-position: 0 -464px;
}
.blogger {
  background-position: 0 -336px;
}
.foursquare {
  background-position: 0 -704px;
}
.flickr {
  background-position: 0 -400px;
}
.google {
  background-position: 0 -752px;
}
.linkedin {
  background-position: 0 -368px;
}
.tumblr {
  background-position: 0 -448px;
}
.vimeo {
  background-position: 0 -384px;
}
.wordpress {
  background-position: 0 -304px;
}
.youtube {
  background-position: 0 -208px;
  margin: inherit;
}
.noborder {
  border: 0!important;
}
.maker {
  margin-bottom: 25px;
}
.links {
  margin: 0;
}
.links li {
  display: inline;
  margin-right: 0;
}
.links li:after {
  content: " // ";
}
.links li:last-child:after {
  content: "";
}
.author-bio {
  border-top: 2px solid #ccc;
  padding-top: 20px;
  margin-left: 0;
  margin-bottom: 10px;
}
.author-bio .author-photo {
  margin-left: 0;
}
/* Fix for bootstrap span issue with author Dan Spangler */
.author-365883 {
  float: none !important;
}
.video.carousel .carousel-inner {
  background-color: #000;
  background-image: url('../images/ajax-loader.gif');
  background-position: center center;
  background-repeat: no-repeat;
}
/*Carousel icon location */
.carousel-control {
  top: 125px;
}
/*Carousel fix for new social icons */
.carousel {
  clear: both !important;
}
.carousel-inner .carousel-caption {
  position: absolute;
}
.carousel-caption {
  position: relative;
}
.oembedall-container {
  text-align: center;
}
.oembedall-container br,
.oembedall-closehide,
a.oembed {
  display: none;
}
.topper.right,
.topper.left {
  top: 200px;
  border: 0px;
}
.huff {
  position: relative;
  left: 40%;
  width: 1000px;
  height: inherit;
  margin-bottom: 40px;
}
.huff .modal-body {
  max-height: 500px;
}
.huff .inner-thumbs {
  display: block;
  margin-bottom: 10px;
}
.huff .inner-thumbs .row {
  margin-bottom: 10px;
}
.huff .inner-thumbs .row img {
  border-bottom: 3px solid transparent;
  padding-bottom: 1px;
}
.huff .inner-thumbs .row .active img {
  border-color: #005d8f;
}
.huff .carousel-inner {
  height: 400px;
}
.huff .carousel-inner .scroller {
  overflow: scroll;
  height: 400px;
}
.huff .modal-footer {
  padding: 5px 15px 5px;
}
.huff .modal-footer .pager {
  margin: 0px;
}
.huff .modal-footer .pager li a {
  font-size: 14px;
}
.huff .attachment-side-thumb {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-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-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;
  -webkit-transition: all 0.2s ease-in-out 1s linear;
  -moz-transition: all 0.2s ease-in-out 1s linear;
  -o-transition: all 0.2s ease-in-out 1s linear;
  -ms-transition: all 0.2s ease-in-out 1s linear;
  transition: all 0.2s ease-in-out 1s linear;
  margin-bottom: 10px;
}
.huff.small {
  width: 620px;
  left: 45%;
}
.huff.small .carousel {
  margin-bottom: 0px;
}
.huff.small .container {
  width: 100%;
}
.huff.small .container .span8 {
  margin-left: 0px;
}
.huff.small .inner-thumbs {
  display: none;
}
.huff.small .nexus {
  display: none;
}
.huff.small .modal-footer p {
  margin: 5px 0 !important;
}
.widget:first-child {
  margin: 0 0 20px 0;
}
.widget {
  margin: 20px 0;
}
.item {
  margin-bottom: 10px;
}
.tabbable {
  margin: 20px 0;
}
.tabbable.content .nav-pills {
  margin-bottom: 0px;
}
.tab-content h3 {
  margin-bottom: 10px;
}
.sidebar {
  margin-top: 10px;
}
.sidebar .media {
  margin: 5px 5px  0 0;
}
.sidebar .media img {
  max-width: 100px;
}
.sidebar .badge.badge-info {
  display: inline;
}
.sidebar .sidebar-ad {
  margin-top: 20px;
}
.sidebar .sidebar-ad:first-child {
  margin-top: 0px;
}
#div-gpt-ad-664089004995786621-1 {
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
}
#div-gpt-ad-664089004995786621-6 {
  text-align: center;
}
#div-gpt-ad-664089004995786621-4 {
  text-align: center;
}
.top-navigation-wrapper .nav {
  margin-bottom: 0;
}
.main-header {
  min-width: 320px;
  padding: 10px 0 0 10px;
  border-top: 2px solid #ed1c24;
  border-bottom: 2px solid #a4a4a4;
}
.main-header .row {
  position: relative;
}
.main-header .logo {
  margin-top: 40px;
  padding-bottom: 10px;
}
.main-header .craft_logo {
  margin-top: 12px;
}
.main-header .hdr-sub-ad-01 img {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}
.main-header .hdr-sub-ad-01 p {
  padding-top: 10px;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 10px;
}
.main-header .hdr-sub-ad-01 p a:link,
.main-header .hdr-sub-ad-01 p a:visited {
  font-size: 15px;
  line-height: 26px;
  color: #006699;
}
.main-header .social-hdr-area {
  position: relative;
}
.main-header .social-hdr-area img {
  float: left;
}
.main-header .social-profile-icons {
  padding-top: 10px;
  height: 33px;
  margin-bottom: 5px;
}
.main-header .additional-content .subscribe > a,
.main-header .additional-content .search-make .subscribe > a {
  margin-right: 6px;
  font-size: 16px;
  text-transform: uppercase;
  background: #ed1c24;
  color: #fff !important;
  padding: 5px 10px;
  position: relative;
  top: 4px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.main-header .additional-content .subscribe .dropdown-menu,
.main-header .additional-content .search-make .subscribe .dropdown-menu {
  background: #fff;
  border: 1px solid #ed1c24;
  margin-top: 4px;
  min-width: 101px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main-header .additional-content .subscribe .dropdown-menu a,
.main-header .additional-content .search-make .subscribe .dropdown-menu a {
  color: #0c668d;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 9px;
}
.main-header .additional-content .subscribe .dropdown-menu a:hover,
.main-header .additional-content .search-make .subscribe .dropdown-menu a:hover {
  background: transparent;
  color: #ed1c24;
}
.main-header .additional-content .search-make {
  margin-bottom: 0px;
}
.main-header .additional-content .search-make input[type="text"] {
  height: 34px;
  padding: 0 8px;
  font-size: 15px;
  line-height: 1em;
  border: 2px solid #cccccc;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #777;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.main-header .login-wrapper {
  position: absolute;
  right: 300px;
  font-weight: bold;
  font-size: 19px;
  top: 95px;
}
.shed-promo-mobile p {
  font-size: 1em;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.shed-promo-mobile .shed-promo-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #fdb92c;
  color: #fff;
  font-size: 1.em;
}
.shed-promo-mobile .shed-promo-nav a:link,
.shed-promo-mobile .shed-promo-nav a:visited {
  color: #fff;
}
.shed-promo-mobile .shed-promo-nav img {
  line-height: 1em;
  padding-right: 10px;
}
@media (max-width: 479px) {
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
@media (max-width: 479px) {
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .hdr-col-area.logo {
    width: 42% !important;
    float: left !important;
  }
  .hdr-col-area.hdr-sub-ad-01 {
    width: 25% !important;
    float: left !important;
  }
  .hdr-col-area.social-hdr-area {
    width: 25% !important;
    float: left !important;
  }
}
@media screen and (min-width: 979px) and (max-width: 1199px) {
  .hdr-col-area.logo {
    width: 43% !important;
    float: left !important;
  }
  .hdr-col-area.hdr-sub-ad-01 {
    width: 25% !important;
    float: left !important;
  }
  .hdr-col-area.social-hdr-area {
    width: 25% !important;
    float: left !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .hdr-col-area.logo {
    width: 33% !important;
    float: left !important;
  }
  .hdr-col-area.hdr-sub-ad-01 {
    width: 32% !important;
    float: left !important;
  }
  .hdr-col-area.social-hdr-area {
    width: 25% !important;
    float: left !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .hdr-col-area.logo {
    width: 42% !important;
    float: left !important;
  }
  .hdr-col-area.logo img {
    padding-right: 20px;
  }
  .hdr-col-area.hdr-sub-ad-01 {
    width: 50% !important;
    float: left !important;
  }
  .hdr-col-area.social-hdr-area {
    width: 95% !important;
    float: left !important;
  }
}
@media screen and (max-width: 480px) {
  .main-header .logo {
    margin-top: 13px;
  }
  .hdr-col-area.logo {
    width: 40% !important;
    float: left !important;
  }
  .hdr-col-area.logo img {
    padding-right: 20px;
  }
  .hdr-col-area.hdr-sub-ad-01 {
    width: 48% !important;
    float: left !important;
    padding-top: 0px;
  }
  .hdr-col-area.hdr-sub-ad-01 p {
    padding-top: 10px;
    font-weight: normal;
    text-transform: initial;
  }
  .hdr-col-area.hdr-sub-ad-01 p a:link {
    font-size: 1em !important;
    line-height: 1.2em !important;
    font-weight: normal;
  }
  .hdr-col-area.hdr-sub-ad-01 p span {
    display: none;
  }
  .hdr-col-area.social-hdr-area {
    width: 95% !important;
    float: left !important;
  }
}
.makershed-banner {
  background: #de231a;
}
.secondary-header {
  background: #ebebeb;
  height: 40px;
}
.secondary-header .search-make {
  margin-bottom: 0px;
}
.secondary-header .search-make input[type="text"] {
  height: 34px;
  padding: 0 8px;
  font-size: 15px;
  line-height: 1em;
  border: 2px solid #cccccc;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #777;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.secondary-header .search-make input[type="submit"] {
  position: relative;
  top: -38px;
  left: 80%;
  background: url('../img/search-btn-gray.png');
  width: 18px;
  height: 18px;
  border: none;
  margin-right: 5px;
  outline: none;
}
.site-navigation li {
  float: left;
}
.site-navigation li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.site-navigation a,
.site-navigation .dropdown-menu a {
  color: #005d8f;
  background: none;
}
.site-navigation a:hover,
.site-navigation .dropdown-menu a:hover {
  color: #005d8f !important;
  text-decoration: underline !important;
  background: none !important;
}
.site-navigation .open > a {
  color: #005d8f !important;
  text-decoration: underline !important;
  background: none !important;
}
.site-navigation .sub-menu,
.site-navigation .dropdown-menu {
  display: none;
  border-top: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.primary-navigation {
  font-size: 20px !important;
  font-weight: bold;
  position: relative;
  top: 94px;
}
.primary-navigation ul > li {
  margin-right: 18px;
  font-size: 17px;
}
.primary-navigation ul > li > a {
  padding-bottom: 3px;
}
.primary-navigation .dropdown-menu {
  margin-top: 0px;
  padding-right: 30px;
  text-align: left;
  font-size: 17px !important;
}
.secondary-navigation {
  height: 40px;
  font-size: 16px;
  border-bottom: 1px solid lighter(#ebebeb);
}
.secondary-navigation a {
  padding: 9px 13px;
}
.secondary-navigation .first > a {
  padding-left: 0;
}
.secondary-navigation .dropdown-menu {
  background: #ebebeb;
  margin-top: -1px;
  border-color: lighter(#ebebeb);
}
.secondary-navigation .dropdown-menu li {
  width: 100%;
}
@media (max-width: 1200px) {
  body.makercamp .make-popdown .menu-bottom p,
  body.makercamp .make-popdown .menu-bottom ul {
    font-size: 17px !important;
  }
}
@media (max-width: 980px) {
  body.makercamp .make-popdown .side-text {
    font-size: 16px;
  }
  body.makercamp .make-popdown .side-text a {
    font-size: 17px;
  }
  body.makercamp .make-popdown .menu-bottom p,
  body.makercamp .make-popdown .menu-bottom ul {
    font-size: 13px !important;
  }
  body.makercamp .make-popdown ul.nav.first {
    font-size: 15px;
  }
  body.makercamp .make-popdown ul.nav.first a {
    line-height: 2.3em;
  }
  body.makercamp .make-popdown ul.nav.second {
    font-size: 15px;
  }
  body.makercamp .make-popdown ul.nav.second a {
    line-height: 1.6em;
  }
}
@media (max-width: 767px) {
  body.makercamp .make-popdown {
    text-align: center;
  }
  body.makercamp .make-popdown .border-right {
    border: none;
    border-bottom: 2px solid #b7b7b7;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
}
@media (max-width: 479px) {
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .secondary-header {
    height: auto;
  }
}
.canvas-ad {
  display: none;
}
.sub-menu {
  z-index: 10000;
}
.makershed-banner .container .row p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0px;
  color: #fff;
}
ul.mega-dropdown,
ul.mega-dropdown li {
  list-style-type: none !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-weight: 300;
  line-height: 170%;
}
ul.mega-dropdown li a:link {
  color: #666;
  padding: 0px !important;
  margin: 0px !important;
  font-weight: 300;
}
ul.mega-dropdown li.top-cat-item a:link,
ul.mega-box ul li:first-child {
  color: #005d8f;
}
ul.mega-box ul li:first-child,
ul.mega-box ul li:first-child a:link,
ul.mega-box ul li:first-child a:visited {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}
nav back {
  background-color: #00aeef;
}
ul.mega-dropdown li.top-cat-item {
  font-size: 120%;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.mega-box {
  min-width: auto !important;
  margin: 0 !important;
  padding: 5px 1 !important;
}
.mega-box ul.sub-menu .span2 {
  margin-left: 15px !important;
}
li.top-cat-item a:link,
li.top-cat-item a:visited {
  font-size: 120%;
  color: #005d8f;
}
.site-navigation a,
.site-navigation .dropdown-menu a:link,
.site-navigation .dropdown-menu a:visited {
  color: #005d8f;
}
#menu-make-secondary-nav > li > a:first-child {
  color: #005d8f;
  font-size: 18px;
  text-decoration: none !important;
  cursor: pointer !important;
}
#menu-make-secondary-nav > li > a:first-child:hover {
  text-decoration: none !important;
  cursor: default !important;
}
.mega-nav-footer {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  text-align: right;
  padding-top: 7px;
  padding-bottom: 0px;
  font-size: 130%;
  font-weight: 300;
}
.mega-nav-footer a:link {
  background: transparent;
}
nav.ubermenu {
  margin-top: -5px;
}
li.ubermenu-item-level-0 a {
  font-size: 18px;
  color: #005d8f;
}
li.ubermenu-item-level-1 a {
  font-weight: 400;
}
li.ubermenu-item-level-3 a {
  font-weight: 200;
}
ul.ubermenu-submenu-id-489695 {
  border-right: 1px solid #cdcdcd !important;
  height: 348px !important;
}
ul.sub-menu {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px !important;
}
ul.ubermenu-submenu {
  padding-right: 30px;
}
div.additional-content {
  margin-top: 3px;
}
.browse-all {
  font-size: 14px;
}
.secondary-navigation .dropdown-menu {
  text-align: left;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 0px;
  border-top: 1px solid #ddd;
}
.dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ebebeb;
  /* change color here, modified for a black arrow */
  position: absolute;
  top: -6px;
  left: 20px;
}
li#nav-news ul.sub-menu:after {
  left: 110px !important;
}
img.nav-sprout {
  margin: -5px 0 0 0;
  height: 32px;
}
.new-footer {
  padding: 20px 0;
  border-top: 5px solid #3FAFED;
  background-color: #FFF;
}
.new-footer .container {
  padding-bottom: 15px;
}
.new-footer .footer_copyright p {
  margin: 0px;
  line-height: 16px;
}
.new-footer ul {
  margin: 0 0 10px 0;
}
.new-footer ul li {
  padding: 3px 0;
}
.new-footer ul li a {
  color: #000;
  font-size: 18px;
  opacity: .6;
  font-family: 'Roboto';
}
.new-footer ul li a:hover {
  color: #333;
}
.new-footer .footer_logo {
  width: 127px;
  padding-bottom: 10px;
  padding-top: 11px;
}
.new-footer h4 {
  color: #005D8F;
  font-size: 22px;
  padding-top: 17px;
  margin-bottom: 8px;
}
.new-footer .stay-connected {
  margin-bottom: 14px;
}
.new-footer .mz-footer-social .col-xs-3 {
  padding-left: 0;
  width: auto;
}
.new-footer .mz-footer-social a {
  width: 100%;
  height: auto;
}
.new-footer .mz-footer-social a .img-responsive {
  width: 100%;
  height: auto;
  max-width: 35px;
}
.new-footer .mz-footer-social a:hover img {
  opacity: 0.3;
  background: none;
}
.new-footer .mz-footer-subscribe {
  margin-top: 15px;
}
.new-footer .mz-footer-subscribe h4 {
  padding-top: 0;
  margin-bottom: 0;
}
.new-footer .mz-footer-subscribe .mz-form-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #cccccc;
  border-radius: 4px;
  max-width: 295px;
}
.new-footer .mz-footer-subscribe .mz-form-horizontal input[name=email] {
  padding: 8px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1em;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius-top-left: 4px;
  border-radius-bottom-left: 4px;
  border: none;
}
.new-footer .mz-footer-subscribe .mz-form-horizontal .btn-cyan {
  border-radius: 3px;
  padding: 8px;
}
.new-footer .social-foot-mobile .accordion-heading .accordion-toggle {
  padding: 12px 15px 8px;
  padding-left: 26px;
}
.new-footer .social-foot-mobile .nav {
  margin-bottom: 0px;
}
.new-footer .social-foot-mobile h3 {
  font-size: 22px;
}
.new-footer .social-foot-mobile #accordionF {
  margin-bottom: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  .new-footer {
    padding: 20px 20px;
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  .new-footer .mz-footer-subscribe .mz-form-horizontal {
    max-width: initial;
  }
}
@media screen and (max-width: 449px) {
  .new-footer {
    margin: 0 -20px;
  }
}
.page-template-page-weekend-projects-two-col-php .grey {
  padding: 30px 0;
}
.page-id-286853,
.page-id-271492 {
  /* 2012 Stuff */
}
.page-id-286853 #content,
.page-id-271492 #content {
  background-image: url('http://cdn.makezine.com/make/facebook/weekend_project/cork1.jpg');
  margin-top: 20px;
  padding: 10px 0;
}
.page-id-286853 h1#pageTitle,
.page-id-271492 h1#pageTitle {
  display: none;
}
.page-id-286853 .renderedText,
.page-id-271492 .renderedText {
  margin: -10px 10px 10px;
  padding: 10px;
  background-color: #fff;
}
.page-id-286853 #wikiArticle,
.page-id-271492 #wikiArticle {
  padding-bottom: 10px;
}
.page-id-286853 h2#Section_Check_out_the_past_weekend_projects,
.page-id-271492 h2#Section_Check_out_the_past_weekend_projects {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px;
  border-bottom: 2px solid #42b5e5;
  margin: 0px 10px -10px;
  padding: 10px;
  background-color: #fff;
}
.page-id-286853 h2#other,
.page-id-271492 h2#other {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px;
  border-bottom: 2px solid #42b5e5;
  margin: 0px -10px;
  padding: 20px 10px 10px;
  background-color: #fff;
}
.page-id-286853 .guideList,
.page-id-271492 .guideList {
  background-color: #fff;
  padding: 10px;
  margin: 10px;
}
.page-id-286853 h4,
.page-id-271492 h4 {
  color: #004883;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-id-286853 ul,
.page-id-271492 ul {
  margin: 0;
}
.page-id-286853 h5,
.page-id-271492 h5,
.page-id-286853 h5 a,
.page-id-271492 h5 a {
  color: #e10100;
  padding: 0px !important;
  background-color: transparent !important;
  font-size: 15px;
  text-transform: uppercase;
}
.page-id-286853 form,
.page-id-271492 form {
  font-size: 12px;
}
.page-id-286853 .blurbMini img,
.page-id-271492 .blurbMini img {
  height: 72px !important;
  width: 96px !important;
}
.page-id-286853 .blurbMini,
.page-id-271492 .blurbMini {
  border: 1px solid #B8E5FF;
  padding: 5px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #29ABE2;
}
.page-id-286853 .blurbMini,
.page-id-271492 .blurbMini,
.page-id-286853 .blurbMiniAvatar,
.page-id-271492 .blurbMiniAvatar {
  height: 84px;
}
.page-id-286853 .blurbTitle,
.page-id-271492 .blurbTitle {
  margin: 0 0 0 111px;
  word-spacing: -2px;
  font-size: 13px;
}
.page-id-286853 .blurbTitle a,
.page-id-271492 .blurbTitle a {
  border: 0px;
}
.page-id-286853 .banner,
.page-id-271492 .banner {
  text-align: center;
}
.page-id-286853 .blurbBlurb,
.page-id-271492 .blurbBlurb {
  font-weight: 400;
  font-size: 11px;
  margin-left: 110px;
  margin-top: 3px;
  margin-bottom: -8px;
  color: #333;
}
.page-id-286853 .column,
.page-id-271492 .column,
.page-id-286853 .columnLast,
.page-id-271492 .columnLast {
  width: 280px !important;
  font-size: 12px;
  float: left;
  margin-right: 15px;
}
.page-id-286853 .columnLast,
.page-id-271492 .columnLast {
  margin-right: -15px;
}
.page-id-286853 .fb-like-small,
.page-id-271492 .fb-like-small {
  margin: 10px 0 0 111px;
}
.page-id-286853 #red p a,
.page-id-271492 #red p a {
  color: #fff;
}
.page-id-286853 #red p a:hover,
.page-id-271492 #red p a:hover {
  color: #fff;
  text-decoration: none;
}
.page-id-286853 .blurbImage,
.page-id-271492 .blurbImage {
  float: left;
}
.page-id-286853 .guideList .blurbMini,
.page-id-271492 .guideList .blurbMini {
  height: 89px !important;
  margin: 8px 0;
}
.page-id-286853 .guideList .blurbMini .blurbImage,
.page-id-271492 .guideList .blurbMini .blurbImage {
  background-size: 56px auto;
  float: left !important;
}
.page-id-286853 .flag,
.page-id-271492 .flag {
  display: none;
}
.page-id-286853 .fb-like-small,
.page-id-271492 .fb-like-small {
  width: 49px !important;
  overflow: hidden;
}
.page-id-286853 .new_red,
.page-id-271492 .new_red {
  padding: 17px;
  border: 3px solid #c61d23;
  margin: 15px 10px;
  background-color: #ed1c24;
  display: block;
  color: #fff;
}
.page-id-286853 .new_red h1,
.page-id-271492 .new_red h1 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}
.page-id-286853 .new_red h3,
.page-id-271492 .new_red h3 {
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
}
.page-id-286853 .video,
.page-id-271492 .video {
  border: 3px solid #d0d0d0;
}
.page-id-286853 .signup,
.page-id-271492 .signup {
  padding: 0px 17px 17px;
  border: 3px solid #C61D23;
  margin: 15px 10px;
  background-color: #ED1C24;
  display: block;
  color: white;
}
.page-id-286853 #subForm,
.page-id-271492 #subForm {
  padding-top: 15px;
}
.page-id-286853 span.label,
.page-id-271492 span.label,
.page-id-286853 span.spacer,
.page-id-271492 span.spacer,
.page-id-286853 span.multiple span,
.page-id-271492 span.multiple span {
  width: 120px;
  float: left;
  margin-bottom: 5px;
}
.page-id-286853 input,
.page-id-271492 input {
  margin-bottom: 10px;
}
.page-id-286853 span.multiple,
.page-id-271492 span.multiple {
  float: left;
}
.page-id-286853 span.button,
.page-id-271492 span.button {
  padding-left: 0px;
}
.page-id-286853 .orm button,
.page-id-271492 .orm button,
.page-id-286853 .orm .button,
.page-id-271492 .orm .button {
  background: -webkit-gradient(linear, 0% 45%, 0% 55%, from(#e10100), to(#cb0100));
  background: -moz-linear-gradient(0% 45% 270deg, #e10100, #dc0100, #cb0100 55%);
  background-color: #ff0505;
  border: 1px solid #ff0505;
  font-weight: bold;
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 10px;
  color: #fff;
  margin: 0px 4px 8px 0;
}
.page-id-286853 .orm button:hover,
.page-id-271492 .orm button:hover,
.page-id-286853 .orm .button:hover,
.page-id-271492 .orm .button:hover,
.page-id-286853 .orm .button-on:hover,
.page-id-271492 .orm .button-on:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: .85;
}
.page-id-286853 .orm .button-on,
.page-id-271492 .orm .button-on,
.page-id-286853 .orm .button-off,
.page-id-271492 .orm .button-off {
  font-weight: bold;
  font-size: 15px;
  color: black;
  padding: 12px 0 0 40px;
  display: block;
  width: 162px;
  height: 40px;
}
.page-id-286853 .orm .button-off:hover,
.page-id-271492 .orm .button-off:hover {
  text-decoration: none;
  cursor: default;
}
.page-id-286853 .orm .button-on span.sub,
.page-id-271492 .orm .button-on span.sub,
.page-id-286853 .orm .button-off span.sub,
.page-id-271492 .orm .button-off span.sub {
  font-size: 12px;
  top: -2px;
  position: relative;
  font-weight: normal;
  display: block;
}
.page-id-286853 div.clear,
.page-id-271492 div.clear {
  clear: both;
  padding-top: 5px;
}
.page-id-286853 .clearer,
.page-id-271492 .clearer {
  *zoom: 1;
}
.page-id-286853 .clearer:before,
.page-id-271492 .clearer:before,
.page-id-286853 .clearer:after,
.page-id-271492 .clearer:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-id-286853 .clearer:after,
.page-id-271492 .clearer:after {
  clear: both;
}
#camp-header .container {
  text-align: center;
}
#camp-header .container h1 {
  margin: 0 auto;
}
.camp input[type="file"],
.camp input[type="image"],
.camp input[type="submit"],
.camp input[type="reset"],
.camp input[type="button"],
.camp input[type="radio"],
.camp input[type="checkbox"] {
  background-color: transparent !important;
  border: none !important;
  color: #FFFFFF;
  font-size: 21px !important;
  font-weight: bold !important;
}
body.camp .button.blue:hover,
body.camp a.button.blue:hover {
  color: #033978 !important;
  background-color: #73c1e6 !important;
}
body.camp {
  margin-top: 0px;
}
body.camp #myCarousel .carousel-control {
  position: absolute;
  top: 155px !important;
}
body.camp .training-camp-sidebar {
  background-color: #f4f4f4;
  padding-bottom: 20px;
}
body.camp .training-camp-sidebar h5 {
  padding: 5px;
}
body.camp .training-camp-sidebar p {
  margin: auto 5px;
}
body.camp .training-camp-sidebar .sidebar-header {
  background-color: #e1e1e1;
  color: #000;
}
body.camp .training-camp-sidebar .sidebar-header h4 {
  padding: 5px;
}
body.camp ul {
  font-size: 16px;
  margin: auto 25px 15px 25px auto;
}
body.camp h4 {
  padding-top: 15px;
}
body.camp h3 {
  text-transform: none !important;
}
body.camp h1 {
  font-size: 48px !important;
  color: #ea2b1a;
  line-height: 52px;
}
body.camp span.blue {
  color: #005d8f;
}
body.camp .call-out-box {
  height: 445px;
  background-color: #eee;
  padding: 30px 20px;
}
body.camp .call-out-box h3 {
  color: #000;
  padding-bottom: 15px;
}
body.camp .call-out-box h3 span.red {
  color: red;
}
body.camp .call-out-box h3 span.blue {
  color: #005d8f;
}
body.camp .call-out-box a {
  font-weight: bold;
  text-decoration: none !important;
}
body.camp .call-out-box p:first-child {
  margin-bottom: 0;
}
body.camp .camp-highlight-star {
  position: absolute;
  top: 0;
  left: 0;
}
body.camp .camp-testimonial {
  background-color: #eee;
  padding: 30px 20px;
  margin-top: 20px;
  position: relative;
}
body.camp .camp-testimonial .big-quote {
  position: absolute;
  top: 25px;
  left: 15px;
}
body.camp .camp-testimonial p {
  padding-left: 28px;
}
body.camp .camp-highlight-wrap {
  position: relative;
}
body.camp .camp-highlight-wrap h3 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 42px;
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  text-transform: none;
  color: #333;
}
body.camp p {
  font-size: 16px;
}
body.camp .description-wrap {
  height: 210px;
}
body.camp .description-wrap h3 {
  text-transform: none;
  color: #000;
}
body.camp .camp-highlight-wrap:first-child {
  position: relative;
  margin-top: 10px;
}
body.camp .projects-masthead h1 a {
  color: #ea2b1a;
}
.camp-newsletter-wrap {
  height: 71px;
  width: 100%;
  margin: 30px auto;
  background-image: url(http://makezineblog.files.wordpress.com/2013/04/camp-signup-bg-01.gif);
}
.camp-newsletter-wrap .container .row .span6 h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  text-transform: none;
  color: #333;
}
.camp-newsletter-wrap .container .row .span6 .input-append {
  padding-top: 20px;
}
.camp-newsletter-wrap .container .row .span6 .input-append span.add-on {
  font-size: 21px !important;
  font-weight: bold;
  background-color: red;
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
}
.camp-newsletter-wrap .container .row .span6 h2 {
  color: #000;
  line-height: 42px;
}
body.camp .button.small-button,
body.camp a.button.small-button {
  line-height: inherit !important;
}
.camp-main-nav {
  text-align: center;
}
.camp-main-nav .nav {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
  height: 20px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
}
.camp-main-nav .nav .active {
  color: #000;
}
.camp-main-nav .nav a:hover {
  background-color: #fff;
  color: red;
}
.camp-main-nav .nav a:visited {
  color: #000;
}
.camp-main-nav .nav a:link {
  color: #000;
}
.camp-main-nav nav {
  margin: 0 auto;
}
.camp .input-append .add-on,
.camp .input-prepend .add-on {
  height: 24px !important;
  padding-top: 0 !important;
}
body.camp .button.block,
body.camp a.button.block {
  display: block;
}
.camp .header-bottom {
  border-top: 2px solid red;
  border-bottom: 2px solid red;
}
.camp .header-bottom ul {
  margin-bottom: auto;
  margin-left: 220px;
  margin-right: auto;
  margin-top: 18px;
}
.camp .header-bottom ul li {
  display: inherit;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 5px;
}
.camp .btn-group {
  display: inherit;
}
.camp .btn-group > .btn {
  border: none;
  background: transparent;
}
.camp .btn-group > .btn-large {
  font-size: 19px;
  font-weight: bold;
}
.camp .btn-group > .btn:first-child {
  border: none;
  margin-left: 0;
}
.camp .home-intro {
  padding-bottom: 20px;
}
.camp .home-intro h3 {
  text-align: center;
  font-size: 24px !important;
  color: #1075a4 !important;
  line-height: 32px !important;
  text-transform: none !important;
  line-height: 30px;
}
.camp .home-intro h1 {
  width: 100%;
  text-align: center;
  margin-top: 0px;
}
.camp .btn {
  line-height: 15px;
}
.camp #slideshow-wrapper {
  padding-top: 40px;
  background-image: url(http://makezineblog.files.wordpress.com/2013/05/camp-hdr-bg-01.gif);
}
.camp .carousel {
  margin-bottom: 0 !important;
}
.camp #header {
  background-color: #fff !important;
  border-color: red !important;
  margin-top: 0 !important;
}
.camp #header h1 {
  margin-top: 40px;
  text-align: center;
  float: none;
}
.camp .fix #header {
  background-image: none;
  background-color: #fff;
}
body.camp .button,
body.camp a.button {
  display: inline;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff !important;
  margin-top: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #e01b23;
  border-bottom: none;
  border-radius: 5px;
  box-shadow: 0 5px 0 0 #8d1216;
}
.camp-footer {
  background-image: url("/wp-content/themes/vip/makeblog/img/header_bg.jpg");
  border-top-color: red;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  clear: both;
}
.camp-footer .container ul.nav li {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  display: inline-block;
}
.camp-footer .container ul.nav li .active {
  color: #000000 !important;
}
.camp-footer .container ul.nav li a:hover {
  background-color: #fff;
  color: red !important;
}
.camp-footer .container ul.nav li a:visited {
  color: #000 !important;
}
.camp-footer .container ul.nav li a:link {
  color: #000 !important;
}
.camp .input-append input,
.camp .input-prepend input,
.camp .input-append select,
.camp .input-prepend select,
.camp .input-append .uneditable-input,
.camp .input-prepend .uneditable-input,
.camp .input-append .dropdown-menu,
.camp .input-prepend .dropdown-menu,
.camp .input-append .popover,
.camp .input-prepend .popover {
  font-size: 21px !important;
}
body.camp .button.big,
body.camp a.button.big {
  font-size: 1.7em;
  padding: 12px 0;
}
body.camp .button:hover,
body.camp a.button:hover {
  background-color: #b3151b !important;
  color: #fff !important;
  text-decoration: none;
}
body.camp .button.blue,
body.camp a.button.blue {
  background-color: #8ed5f6;
  border: none;
  padding: 5px;
  color: #033978 !important;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 5px 0 0 #4d97c5;
}
body.camp .button.green,
body.camp a.button.green {
  background-color: #51B926;
  border-bottom: 3px solid #316B17;
  padding: 10px;
  color: #ffffff;
}
body.makercamp {
  background: url(http://makezineblog.files.wordpress.com/2013/05/star-bg-long.jpg) 0 20px repeat;
  text-rendering: optimizeLegibility;
  padding-bottom: 0 !important;
  padding-top: 0px !important;
  margin: 0;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
body.makercamp.admin-bar .navbar-fixed-top {
  top: 29px;
}
body.makercamp h1,
body.makercamp h2,
body.makercamp h3,
body.makercamp h4,
body.makercamp h5,
body.makercamp h6 {
  margin: 10px 0 !important;
}
body.makercamp h3 {
  line-height: 40px;
}
body.makercamp iframe {
  max-width: 100%;
}
body.makercamp header {
  margin: 0 0 40px !important;
}
body.makercamp .main-content a,
body.makercamp .main-content a:visited {
  color: #acd3fc;
}
body.makercamp .main-content a:hover,
body.makercamp .main-content a:active {
  color: #acd3fc;
  text-decoration: underline !important;
}
body.makercamp .black-bar {
  background-color: #002641;
  padding: 5px 0 !important;
  margin-top: 40px;
}
body.makercamp .black-bar .nav {
  margin: 0px;
}
body.makercamp .black-bar .nav-inline {
  margin: 6px 0;
}
body.makercamp .black-bar .nav-inline li {
  display: block;
  float: left;
  margin-right: 30px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
body.makercamp .black-bar .nav-inline li a {
  color: #fff;
}
body.makercamp .black-bar p {
  color: #999999;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 0px;
}
body.makercamp .black-bar a {
  font-size: 18px;
  margin: 0;
}
body.makercamp .black-bar a:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
body.makercamp .black-bar .navbar-inner {
  background-color: #253b58;
  background-image: -moz-linear-gradient(top, #2e435e, #172e50);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e435e), to(#172e50));
  background-image: -webkit-linear-gradient(top, #2e435e, #172e50);
  background-image: -o-linear-gradient(top, #2e435e, #172e50);
  background-image: linear-gradient(to bottom, #2e435e, #172e50);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e435e', endColorstr='#ff172e50', GradientType=0);
  border-color: #275392;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
body.makercamp .black-bar .brand {
  text-shadow: 0 0 0 transparent;
  color: #ed1c24 !important;
}
body.makercamp .black-bar .brand:hover {
  text-decoration: none !important;
}
body.makercamp .black-bar .nav-collapse {
  background: transparent;
}
body.makercamp .black-bar .nav-collapse .nav > li > a,
body.makercamp .black-bar .nav-collapse .dropdown-menu a {
  text-shadow: 0 0 0 transparent;
  color: #fff !important;
}
body.makercamp .black-bar .nav-collapse .nav > li > a:hover,
body.makercamp .black-bar .nav-collapse .dropdown-menu a:hover {
  text-decoration: none !important;
}
body.makercamp .black-bar .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1d2f46;
  background-image: -moz-linear-gradient(top, #26374d, #11233c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#26374d), to(#11233c));
  background-image: -webkit-linear-gradient(top, #26374d, #11233c);
  background-image: -o-linear-gradient(top, #26374d, #11233c);
  background-image: linear-gradient(to bottom, #26374d, #11233c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff26374d', endColorstr='#ff11233c', GradientType=0);
  border-color: #11233c #11233c #000001;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #11233c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
body.makercamp .black-bar .btn-navbar:hover,
body.makercamp .black-bar .btn-navbar:focus,
body.makercamp .black-bar .btn-navbar:active,
body.makercamp .black-bar .btn-navbar.active,
body.makercamp .black-bar .btn-navbar.disabled,
body.makercamp .black-bar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #11233c;
  *background-color: #0c1728;
}
body.makercamp .black-bar .btn-navbar:active,
body.makercamp .black-bar .btn-navbar.active {
  background-color: #060c15 \9;
}
body.makercamp .navbar.black-bar {
  background: transparent;
  padding: 0;
}
body.makercamp #menu-maker-camp-nav {
  display: table;
  margin: 5px 5px 5px 0;
}
body.makercamp #menu-maker-camp-nav #menu-item-315883 {
  position: relative;
}
body.makercamp #menu-maker-camp-nav #menu-item-315883:hover .sub-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0px;
  left: -20px;
  background-color: #002641;
  display: block;
}
body.makercamp #menu-maker-camp-nav #menu-item-315883:hover .sub-menu > li > a {
  color: #fff;
}
body.makercamp #menu-maker-camp-nav .sub-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;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
body.makercamp #menu-maker-camp-nav .sub-menu.pull-right {
  right: 0;
  left: auto;
}
body.makercamp #menu-maker-camp-nav .sub-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
body.makercamp #menu-maker-camp-nav .sub-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
body.makercamp #footer.white-bg {
  margin: 0;
}
body.makercamp #footer h3 {
  display: inline-block;
}
body.makercamp #footer .g-plus {
  margin-top: 10px;
}
body.makercamp #footer .nav-list {
  margin-bottom: 20px;
  list-style: none;
}
body.makercamp #footer .nav-list li {
  float: left;
  margin-right: 49px;
}
body.makercamp #footer .nav-list li.last {
  margin-right: 0;
}
body.makercamp .search-query {
  width: 110px !important;
}
body.makercamp header {
  margin-top: 0;
  margin-bottom: 40px;
  color: #fff;
}
body.makercamp header h2 {
  font-size: 33px;
  line-height: 45px;
  margin-bottom: 10px;
}
body.makercamp header h3 {
  font-weight: 200;
  font-size: 28px;
  line-height: 100%;
}
body.makercamp.admin-bar header {
  margin-top: 40px;
}
body.makercamp .mc-description {
  font-size: 48px;
  line-height: 48px;
}
body.makercamp .mc-description h2 {
  font-size: 48px;
  line-height: 1em;
}
body.makercamp .mc-description h4 {
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  position: relative;
  top: 10px;
}
body.makercamp .waist {
  background-image: url(http://makezineblog.files.wordpress.com/2013/05/hills.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 30px;
  margin-top: 40px;
  border: none;
}
body.makercamp .waist .cap {
  color: #acd3fc;
  font-weight: bold;
  font-size: 32px;
  margin-top: 0;
  padding-top: 0;
  margin-right: 5px;
  font-family: inherit !important;
}
body.makercamp .waist p {
  margin-top: 30px;
  line-height: 24px;
}
body.makercamp .waist h3 {
  margin: 5px 0 20px 0 !important;
  font-size: 19px;
  line-height: 1.3em;
  color: #acd3fc;
  font-weight: normal;
}
body.makercamp .waist h3 span {
  font-size: 16px;
}
body.makercamp .waist h3.last {
  margin-bottom: 0 !important;
}
body.makercamp .waist .blue {
  background-color: #032042;
  color: #acd3fc;
  text-align: center;
}
body.makercamp .waist .blue h4 {
  padding-bottom: 12px;
}
body.makercamp .waist .button {
  border-radius: 5px;
  font-weight: 400;
  width: 87%;
}
body.makercamp .join {
  margin: 10px 0;
}
body.makercamp .join > .span9 {
  margin-left: 0;
}
body.makercamp .join a {
  font-size: 22px;
}
body.makercamp .white-bg {
  background-color: #fff;
  color: black;
}
body.makercamp .white-bg h4 {
  margin-top: 10px;
  font-size: 24px;
  line-height: 30px;
}
body.makercamp .white-bg h4 a:link,
body.makercamp .white-bg h4 a:visited {
  color: #005d8f;
}
body.makercamp .white-bg h5 {
  font-size: 20px;
  text-transform: uppercase;
  color: #6e6e6e;
  font-weight: normal;
}
body.makercamp .white-bg h5 a,
body.makercamp .white-bg h5 a:visited {
  color: #005d8f !important;
  text-decoration: none;
}
body.makercamp .white-bg h6 {
  font-size: 18px;
}
body.makercamp .white-bg h6 a,
body.makercamp .white-bg h6 a:visited {
  color: #005d8f !important;
  text-decoration: none;
}
body.makercamp .white-bg h6:hover {
  text-decoration: underline;
}
body.makercamp .white-bg p a,
body.makercamp .white-bg p a:visited {
  color: #005d8f !important;
  text-decoration: none;
}
body.makercamp .white-bg .logo h5 {
  padding-top: 25px !important;
}
body.makercamp .white-bg .featured {
  padding: 30px 0 0;
  margin-left: 6px;
  float: left;
  width: 15.8%;
  height: auto !important;
}
body.makercamp .white-bg .featured h4 {
  color: #555555;
  margin: 10px;
  font-size: 16px;
  /* height:40px; */
  height: 54px;
}
body.makercamp .white-bg a.small-button {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 12px !important;
  padding: 12px 15px 8px !important;
  margin-right: 10px;
}
body.makercamp .white-bg .weekly-projects h5 {
  text-transform: capitalize;
  font-size: 19px;
}
body.makercamp .white-bg .weekly-projects h6 {
  color: #005d8f;
  a: link, a:visited:color:#005d8f;
}
body.makercamp .windows {
  background-color: #fff;
  border-top: none;
  padding: 20px 0;
  color: #333333;
  height: 110px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
body.makercamp .windows .span2 {
  text-align: center;
}
body.makercamp .windows .nobg {
  background-color: none;
}
body.makercamp .windows #subForm input[type="text"] {
  margin: 26px 0;
  padding: 8px;
  width: 82%;
  border: 1px solid #2e7085;
  font-size: 1.3em;
}
body.makercamp .windows #subForm input[type="submit"] {
  width: 90%;
}
body.makercamp .window.yellow {
  border-top: 6px solid #DBC52D;
}
body.makercamp .test {
  height: 20px;
}
body.makercamp .lower-area {
  margin-top: 30px;
  margin-bottom: 50px;
}
body.makercamp .lower-area h4 {
  font-size: 24px;
  line-height: 32px;
}
body.makercamp .feature-box {
  min-height: 380px;
  padding-left: auto;
  padding-right: auto;
  text-align: center;
}
body.makercamp .feature-box p {
  font-size: 16px;
  line-height: 21px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.makercamp .feature-box h4 {
  font-size: 26px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.makercamp .feature-box h4 span {
  font-weight: normal;
}
body.makercamp .feature-box h5 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-weight: normal;
}
body.makercamp .feature-box .button.blue {
  width: 80%;
  font-size: 20px ;
  line-height: 32px;
  font-weight: 600;
}
body.makercamp .feature-box .button.blue a:link,
body.makercamp .feature-box .button.blue a:visited {
  color: #033978;
  width: 100%;
  margin: 0 auto;
}
body.makercamp .feature-box img.register {
  margin: 70px 0;
}
body.makercamp .features-box-content {
  min-height: 310px;
  margin: 0 25px;
}
body.makercamp .features-box-content h4 {
  font-weight: normal;
  line-height: 34px;
}
body.makercamp .lower-gradation {
  padding: 0 0 20px 0;
}
body.makercamp .new-footer .trending,
body.makercamp .new-footer .newsletter,
body.makercamp .new-footer .about-us,
body.makercamp .new-footer .subscribe {
  padding-top: 0px;
}
body.makercamp .new-footer .subscribe p {
  line-height: 24px;
  width: 130px;
  margin-bottom: 11px;
}
body.makercamp .new-footer .subscribe h5 {
  color: #F60B29;
  margin-top: -15px !important;
}
body.makercamp .new-footer .subscribe hr {
  border: none;
  background-color: #F60B29;
  color: #F60B29;
  height: 7px;
  margin-right: 5px;
}
body.makercamp .new-footer .subscribe #mag-cover {
  margin-top: -45px;
}
body.makercamp .new-footer .subscribe .sprite-arrow-footer {
  margin: -20px 0 10px -10px !important;
}
body.makercamp .new-footer a,
body.makercamp .new-footer .new-footer a:visited {
  color: #005D8F !important;
}
body.makercamp .new-footer p {
  color: #333;
  font-weight: bold;
  padding-right: 3px;
}
body.makercamp .new-footer h5 {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  color: #333;
  margin-bottom: 0 !important;
}
body.makercamp .new-footer .about-column-01 {
  width: 140px;
  float: left;
}
body.makercamp .new-footer .about-column-02 {
  width: 140px;
  float: left;
  margin-left: 0;
}
body.makercamp .schedule-content {
  background: #fff;
  margin-top: 65px;
  color: #5c5b5b;
  border-top: 1px solid #8ca9c8;
}
body.makercamp .schedule-content .tab-content {
  position: relative;
  overflow: visible;
}
body.makercamp .schedule-content #schedule {
  margin-top: -39px;
  border: none;
}
body.makercamp .schedule-content #schedule a {
  background: #8ed5f6;
  color: #033978;
  font-weight: bold;
  font-size: 1.142857143em;
}
body.makercamp .schedule-content #schedule a:hover,
body.makercamp .schedule-content #schedule a:active {
  border-color: #acd3fc;
  background: #8ed5f6;
  color: #033978;
}
body.makercamp .schedule-content #schedule .active a {
  border-color: #acd3fc;
  border-bottom-color: #fff;
  background: #fff;
  color: #000;
  padding-bottom: 9px;
}
body.makercamp .schedule-content .maker a {
  color: #005d8f;
}
body.makercamp .schedule-content .maker .project-title {
  font-size: 1.285714286em;
  line-height: 1em;
  color: #005d8f;
}
body.makercamp .schedule-content .maker .date,
body.makercamp .schedule-content .maker .mentor {
  font-size: 1.142857143em;
  line-height: 1em;
  font-weight: normal;
  color: #252525;
  margin: 5px 0 !important;
  display: inline-block;
}
body.makercamp .faq-content {
  margin-bottom: 20px;
}
body.makercamp .faq-content ul {
  margin-bottom: 25px !important;
}
body.makercamp .ss-form form {
  background: #fff;
  padding: 15px 10px 10px 20px;
  color: #6e6e6e;
  margin: 20px 20px 0 0;
}
body.makercamp .ss-form label.ss-q-title {
  font-weight: bold;
}
body.makercamp .ss-form input,
body.makercamp .ss-form textarea {
  width: 95%;
}
body.makercamp .ss-form-entry input.button {
  margin-top: -5px;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 25px;
  border: 0;
}
body.makercamp .map-wrapper li {
  margin: 15px 15px 25px 0 !important;
  font-size: 18px;
  line-height: 1.3em;
}
body.makercamp .map-title {
  background: #011f43;
  margin: 0 !important;
  font-size: 1.637142857em;
  font-family: sans-serif;
  font-weight: normal;
}
body.makercamp .map-list {
  background: #fff;
  color: #333;
  margin-top: 20px;
  border: 1px solid #333;
}
body.makercamp .map-list th {
  color: #fff;
  border-bottom: 1px solid #333;
  cursor: pointer;
}
body.makercamp .map-list a {
  color: #005d8f !important;
}
body.makercamp .map-list-header {
  font-weight: normal;
  background-color: #011f43 !important;
}
body.makercamp .orange {
  color: #f6ba65 !important;
}
body.makercamp .red {
  color: #c7171d;
}
body.makercamp .blue {
  color: #acd3fc;
}
body.makercamp ul.stars {
  list-style-image: url(../img/makercamp/stars.png);
}
body.makercamp ul.stars li {
  margin: 15px 15px 5px 0;
  font-size: 16px !important;
}
body.makercamp .button,
body.makercamp a.button {
  display: inline;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff !important;
  margin-top: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #e01b23;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 0 #a0410d;
  -moz-box-shadow: 0 5px 0 0 #a0410d;
  box-shadow: 0 5px 0 0 #a0410d;
  border-bottom: none;
}
body.makercamp .button:hover,
body.makercamp a.button:hover {
  color: #fff !important;
  text-decoration: none !important;
}
body.makercamp .button.blue,
body.makercamp a.button.blue {
  background-color: #8ed5f6;
  border: none;
  padding: 10px;
  color: #033978 !important;
  font-size: 24px ;
  line-height: 32px;
  font-weight: 600;
  -webkit-box-shadow: 0 5px 0 0 #4d97c5;
  -moz-box-shadow: 0 5px 0 0 #4d97c5;
  box-shadow: 0 5px 0 0 #4d97c5;
}
body.makercamp .button.blue:hover,
body.makercamp a.button.blue:hover {
  color: #033978 !important;
  background-color: #73c1e6 !important;
}
body.makercamp .button.green,
body.makercamp a.button.green {
  background-color: #51B926;
  border-bottom: 3px solid #316B17;
  padding: 10px;
  color: #ffffff;
}
body.makercamp .button.block,
body.makercamp a.button.block {
  display: block;
}
body.makercamp .button.big,
body.makercamp a.button.big {
  font-size: 1.7em;
  padding: 12px 0;
}
body.makercamp .button.small-button,
body.makercamp a.button.small-button {
  line-height: inherit !important;
}
@media (min-width: 1200px) {
  body.makercamp .new-footer .container,
  body.makercamp.admin-bar .new-footer .container {
    width: 1170px !important;
  }
  body.makercamp .new-footer .main,
  body.makercamp.admin-bar .new-footer .main {
    width: 1000px !important;
  }
  body.makercamp .new-footer .trending,
  body.makercamp.admin-bar .new-footer .trending,
  body.makercamp .new-footer .newsletter,
  body.makercamp.admin-bar .new-footer .newsletter,
  body.makercamp .new-footer .about-us,
  body.makercamp.admin-bar .new-footer .about-us,
  body.makercamp .new-footer .subscribe,
  body.makercamp.admin-bar .new-footer .subscribe {
    width: 270px !important;
  }
  body.makercamp .schedule-content .maker,
  body.makercamp.admin-bar .schedule-content .maker {
    /* margin-right:29px !important; */
  }
  body.makercamp .schedule-content .maker-description,
  body.makercamp.admin-bar .schedule-content .maker-description {
    width: 96% !important;
  }
  body.makercamp .waist .button.big,
  body.makercamp.admin-bar .waist .button.big {
    top: 14px !important;
  }
  body.makercamp .feature-box .button.blue,
  body.makercamp.admin-bar .feature-box .button.blue {
    font-size: 22px !important;
    width: 80%;
  }
  body.makercamp .search-query,
  body.makercamp.admin-bar .search-query {
    width: 206px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body.makercamp .container,
  body.makercamp.admin-bar .container,
  body.makercamp .navbar-static-top .container,
  body.makercamp.admin-bar .navbar-static-top .container,
  body.makercamp .navbar-fixed-top .container,
  body.makercamp.admin-bar .navbar-fixed-top .container,
  body.makercamp .navbar-fixed-bottom .container,
  body.makercamp.admin-bar .navbar-fixed-bottom .container {
    width: 724px !important;
  }
  body.makercamp header,
  body.makercamp.admin-bar header {
    margin: 0 0 40px !important;
  }
  body.makercamp .navbar-fixed-top,
  body.makercamp.admin-bar .navbar-fixed-top {
    margin-bottom: 0;
  }
  body.makercamp .navbar-blue .navbar-search .search-query,
  body.makercamp.admin-bar .navbar-blue .navbar-search .search-query {
    width: 97% !important;
  }
  body.makercamp .waist,
  body.makercamp.admin-bar .waist {
    background-position: 40.0817996% bottom;
  }
  body.makercamp .button.big,
  body.makercamp.admin-bar .button.big {
    font-size: 1.5em;
  }
  body.makercamp .join h2,
  body.makercamp.admin-bar .join h2 {
    font-size: 1.8em;
  }
  body.makercamp .join a,
  body.makercamp.admin-bar .join a {
    font-size: 1.357142857em;
  }
  body.makercamp .feature-box,
  body.makercamp.admin-bar .feature-box {
    min-height: 440px;
  }
  body.makercamp .feature-box h4,
  body.makercamp.admin-bar .feature-box h4 {
    line-height: 1em;
    padding-bottom: 15px;
  }
  body.makercamp .feature-box h5,
  body.makercamp.admin-bar .feature-box h5 {
    font-size: 1.5em;
  }
  body.makercamp .feature-box img.register,
  body.makercamp.admin-bar .feature-box img.register {
    margin: 52px 0;
  }
  body.makercamp .features-box-content,
  body.makercamp.admin-bar .features-box-content {
    min-height: 380px;
  }
  body.makercamp .features-box-content h4,
  body.makercamp.admin-bar .features-box-content h4 {
    font-size: 1.6em;
    line-height: 1.3em;
  }
  body.makercamp .schedule-content #schedule a,
  body.makercamp.admin-bar .schedule-content #schedule a {
    font-size: .9em;
  }
  body.makercamp .new-footer .main,
  body.makercamp.admin-bar .new-footer .main {
    margin: 5px auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.makercamp,
  body.makercamp.admin-bar {
    padding: 0;
    margin: 0;
  }
  body.makercamp .container,
  body.makercamp.admin-bar .container,
  body.makercamp .navbar-static-top .container,
  body.makercamp.admin-bar .navbar-static-top .container,
  body.makercamp .navbar-fixed-top .container,
  body.makercamp.admin-bar .navbar-fixed-top .container,
  body.makercamp .navbar-fixed-bottom .container,
  body.makercamp.admin-bar .navbar-fixed-bottom .container {
    width: 100% !important;
  }
  body.makercamp .navbar-fixed-top,
  body.makercamp.admin-bar .navbar-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
  body.makercamp .top-header,
  body.makercamp.admin-bar .top-header,
  body.makercamp .waist .container,
  body.makercamp.admin-bar .waist .container,
  body.makercamp .lower-gradation .container,
  body.makercamp.admin-bar .lower-gradation .container,
  body.makercamp .new-footer .container,
  body.makercamp.admin-bar .new-footer .container {
    width: 90% !important;
    margin: 0 auto 40px 0 !important;
  }
  body.makercamp .button.blue,
  body.makercamp.admin-bar .button.blue {
    font-size: 1.428571429em;
  }
  body.makercamp .top-header h2,
  body.makercamp.admin-bar .top-header h2 {
    font-size: 2em;
  }
  body.makercamp .top-header h3,
  body.makercamp.admin-bar .top-header h3 {
    font-size: 1.5em;
  }
  body.makercamp header,
  body.makercamp.admin-bar header {
    margin: 0 0 40px !important;
  }
  body.makercamp .navbar-fixed-top,
  body.makercamp.admin-bar .navbar-fixed-top {
    margin-bottom: 0;
  }
  body.makercamp .navbar-blue .navbar-search .search-query,
  body.makercamp.admin-bar .navbar-blue .navbar-search .search-query {
    width: 97% !important;
  }
  body.makercamp .mc-logo,
  body.makercamp.admin-bar .mc-logo,
  body.makercamp .mc-description,
  body.makercamp.admin-bar .mc-description {
    text-align: center;
    color: #fff;
  }
  body.makercamp .mc-description,
  body.makercamp.admin-bar .mc-description {
    color: #f6ba65;
  }
  body.makercamp .feature-box img.register,
  body.makercamp.admin-bar .feature-box img.register {
    margin: 30px 0 !important;
  }
  body.makercamp .waist,
  body.makercamp.admin-bar .waist {
    margin-top: 20px;
    background-position: 31.0818% bottom;
  }
  body.makercamp .waist a,
  body.makercamp.admin-bar .waist a {
    top: 0 !important;
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  body.makercamp .waist .cap,
  body.makercamp.admin-bar .waist .cap {
    display: block;
    font-size: 1.285714286em !important;
  }
  body.makercamp .lower-gradation .span2,
  body.makercamp.admin-bar .lower-gradation .span2 {
    float: left;
    width: 25%;
  }
  body.makercamp .lower-gradation .span4 h4,
  body.makercamp.admin-bar .lower-gradation .span4 h4 {
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.2em;
  }
  body.makercamp .mobile-schedule .container.row,
  body.makercamp.admin-bar .mobile-schedule .container.row {
    margin: 0;
  }
  body.makercamp .mobile-schedule a,
  body.makercamp.admin-bar .mobile-schedule a {
    width: 90% !important;
    font-size: 21px;
  }
  body.makercamp .schedule-content .nav-tabs > li,
  body.makercamp.admin-bar .schedule-content .nav-tabs > li {
    width: 100%;
  }
  body.makercamp .schedule-content .tab-content h2.visible-phone,
  body.makercamp.admin-bar .schedule-content .tab-content h2.visible-phone,
  body.makercamp .schedule-content .tab-content > .active,
  body.makercamp.admin-bar .schedule-content .tab-content > .active {
    padding: 0 20px;
  }
  body.makercamp .schedule-content .desc-body,
  body.makercamp.admin-bar .schedule-content .desc-body,
  body.makercamp .schedule-content .desc-feat,
  body.makercamp.admin-bar .schedule-content .desc-feat {
    float: none;
    width: 100%;
  }
  body.makercamp .schedule-content .desc-feat,
  body.makercamp.admin-bar .schedule-content .desc-feat {
    text-align: left;
  }
  body.makercamp .new-footer .main,
  body.makercamp.admin-bar .new-footer .main {
    margin: 5px auto;
    width: 100%;
  }
  .maker-camp-sweepstakes legend {
    color: #f6ba65;
    border: none;
    font-size: 24.5px;
    margin: 10px 0;
    font-weight: bold;
    line-height: 40px;
  }
  .maker-camp-sweepstakes label {
    font-size: 17.5px;
    margin: 10px 0 !important;
    line-height: 18px;
    font-weight: bold;
  }
  .maker-camp-sweepstakes input {
    width: 200px !important;
  }
  .maker-camp-sweepstakes input[type="submit"] {
    width: 200px !important;
  }
}
.archive {
  font-family: "proxima-nova", sans-serif;
  border-bottom: 3px solid #DBDBDB;
  padding-top: 15px;
  border-bottom: 0px;
  position: static;
  width: inherit;
  margin: inherit;
}
.archive ul.subs {
  list-style-type: none !important;
}
.archive .subs {
  margin-top: 20px !important;
}
.archive h1 {
  font-size: 38px;
}
.archive h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ed1c24;
}
.archive p {
  font-size: 18px;
  line-height: 140%;
}
.archive p a {
  color: #005d8f;
}
.archive p a:hover {
  text-decoration: underline;
}
.archive p a.btn {
  color: white;
  border-bottom: 0px;
}
.archive .pull-right a {
  border: 0px;
}
.archive .subs {
  margin: 0px 0px 20px;
}
.archive .subs ul {
  list-style-type: none !important;
}
.archive .subs li {
  list-style-type: none !important;
  font-size: 18px;
  display: inline;
  margin-right: 20px;
}
.archive .subs li a {
  color: #005d8f;
  font-weight: normal;
}
.archive .no_h2_styles {
  font-size: 16px;
  display: inline;
  line-height: 23px;
}
.archive .content ul li {
  font-size: 14px;
  font-weight: normal;
}
.archive .projects-masthead h2 {
  line-height: 100%;
}
body.archive {
  padding-top: 0;
}
.home .single .article {
  margin-bottom: 25px;
}
.contact-form label {
  display: block;
  *zoom: 1;
}
.contact-form label:before,
.contact-form label:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-form label:after {
  clear: both;
}
.contact-form div {
  *zoom: 1;
}
.contact-form div:before,
.contact-form div:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-form div:after {
  clear: both;
}
.contact-form .pushbutton-wide {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.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);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:focus,
.contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.active,
.contact-form .pushbutton-wide.disabled,
.contact-form .pushbutton-wide[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.active {
  background-color: #cccccc \9;
}
.contact-form .pushbutton-wide:first-child {
  *margin-left: 0;
}
.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear 1s linear;
  -moz-transition: background-position 0.1s linear 1s linear;
  -o-transition: background-position 0.1s linear 1s linear;
  -ms-transition: background-position 0.1s linear 1s linear;
  transition: background-position 0.1s linear 1s linear;
}
.contact-form .pushbutton-wide:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.contact-form .pushbutton-wide.active,
.contact-form .pushbutton-wide: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);
}
.contact-form .pushbutton-wide.disabled,
.contact-form .pushbutton-wide[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact-form .pushbutton-wide .label,
.contact-form .pushbutton-wide .badge {
  position: relative;
  top: -1px;
}
.contact-form .pushbutton-wide:hover,
.contact-form .pushbutton-wide:focus,
.contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.active,
.contact-form .pushbutton-wide.disabled,
.contact-form .pushbutton-wide[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.contact-form .pushbutton-wide:active,
.contact-form .pushbutton-wide.active {
  background-color: #003399 \9;
}
.contact-form .pushbutton-wide .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
body.page-template-page-education-php .education-box h2 {
  font: 17px/26px "proxima-nova", sans-serif;
  color: #363636;
  background: #e1e1e1;
  padding: 6px;
  margin: 30px 0 20px;
}
body.page-template-page-education-php .education-box ul {
  list-style-image: url('../images/red-arrows.png');
}
body.page-template-page-education-php .education-box li {
  margin-bottom: 15px;
  font-size: 16px;
}
body.page-template-page-education-php .education-box .btn.blue {
  background-color: #8ed5f6;
  background-image: none;
  border: none;
  padding: 10px;
  color: #004a71;
  font-size: 16px ;
  line-height: 10px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 0 #4d97c5;
  -moz-box-shadow: 0 5px 0 0 #4d97c5;
  box-shadow: 0 5px 0 0 #4d97c5;
}
body.page-template-page-education-php .education-box .btn.blue:hover {
  color: #033978;
  background-color: #73c1e6;
}
body.page-template-page-education-php .side-post .side-title {
  font-size: 16px;
  margin-top: 5px;
}
body.page-template-page-education-php .side-post p {
  color: #363636;
  font-size: 16px;
  line-height: 1.1em;
}
body.hiw {
  background-color: #eee;
  margin-top: 0;
  padding-top: 0px;
}
body.hiw ul.unstyled li a {
  margin-bottom: 10px;
}
body.hiw .sidebar-left h3 {
  margin-bottom: 0px;
}
body.hiw .sidebar-left h4 {
  margin-bottom: 6px;
}
body.hiw .sidebar-left .accordion-heading,
body.hiw .sidebar-left .accordion-toggle {
  padding: 0px 0px 6px 0px;
}
body.hiw .sidebar-left .accordion {
  margin-bottom: 0px;
}
body.hiw ul.left-nav {
  margin-left: 0;
}
body.hiw ul.left-nav li {
  font-size: 18px;
  border-bottom: 1px dashed #999;
  padding: 5px 0;
  font-size: 16px;
  line-height: 130%;
  border-bottom-color: #999999;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  list-style-type: none;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}
body.hiw .accordion-inner {
  margin-left: 0px;
  padding-left: 0px;
}
body.hiw ul.left-nav-accord li {
  border: 0px;
  font-size: 16px !important;
}
body.hiw blockquote {
  border: none;
}
body.hiw ul.social li {
  background-image: none;
  display: block;
  border-bottom-color: #999999;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  list-style-type: none;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}
body.hiw ul.social li a:link {
  color: #ED1D24;
}
body.hiw .right-sidebar h3 {
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 10px;
  line-height: 20px;
  text-transform: none;
}
body.hiw .right-sidebar img {
  margin-bottom: 10px;
}
body.hiw .right-sidebar p {
  font-size: 16px;
  line-height: 130%;
}
body.hiw .single {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto auto;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: none;
  border-bottom-width: 0;
  font-family: "proxima-nova", sans-serif;
  padding-top: 0;
}
body.hiw .single .container {
  margin-left: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.hiw .single .container ul li {
  font-size: 18px;
  line-height: 140%;
}
body.hiw .fix .header-wrap .container .row {
  border-bottom-color: #00AEEF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: #00AEEF;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  margin-left: 0;
}
body.hiw .fix .header-wrap .container .row .span9 h2 span {
  font-size: 22px;
}
body.hiw #header-area {
  background-image: none;
  border: none;
  padding-top: 45px;
}
body.hiw #header-area .header-image img {
  margin: 0 auto;
}
body.hiw #header-area h1 {
  padding-bottom: 20px;
  padding-top: 20px;
}
body.hiw .navbar .navbar-inner .container {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e435e), to(#172e50));
  background-image: -webkit-linear-gradient(top, #2e435e, #172e50);
  background-image: linear-gradient(to bottom, #2e435e, #172e50);
}
body.hiw .container {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
body.hiw .container .row .span9 h2 {
  color: #ED1D24;
  font-size: 24px;
  line-height: 28px;
  padding-top: 15px;
}
body.hiw .header-wrap {
  background-color: transparent;
  border-top: 1px solid #00AEEF;
  border-bottom: 1px solid #00AEEF;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
body.hiw .header-wrap h2 {
  color: #ED1D24;
  width: 660px;
  float: left;
  font-size: 24px;
  line-height: 28px;
  padding-top: 25px;
}
body.hiw .carousel-control {
  top: 165px !important;
}
body.hiw h4,
body.hiw h5,
body.hiw h6 {
  line-height: 20px;
  margin-bottom: 16px;
}
body.hiw h3 {
  line-height: 20px;
  margin-bottom: 8px;
}
body.hiw .right-sidebar h4:first-child {
  margin-bottom: 5px;
}
body.hiw .right-sidebar img {
  margin-right: 8px;
  margin-bottom: 0;
}
body.hiw div.right-sidebar p a {
  border-bottom-style: none;
}
body.hiw .right-sidebar .soci {
  margin: 0 0 10px 0;
}
body.hiw .single p a.btn {
  color: #005d8f;
  border-bottom: 1px solid #ccc;
}
body.hiw .single p a {
  border-bottom: none;
}
.button,
a.button {
  display: inline;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff !important;
  margin-top: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #e01b23;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 0 #8d1216;
  -moz-box-shadow: 0 5px 0 0 #8d1216;
  box-shadow: 0 5px 0 0 #8d1216;
  border-bottom: none;
}
.button:hover,
a.button:hover {
  background-color: #b3151b !important;
  color: #fff !important;
  text-decoration: none;
}
.button.disabled,
a.button.disabled {
  background-color: #253740;
  color: #84C7E5 !important;
  -webkit-box-shadow: 0 5px 0 0 #84c7e5;
  -moz-box-shadow: 0 5px 0 0 #84c7e5;
  box-shadow: 0 5px 0 0 #84c7e5;
}
.button.disabled:hover,
a.button.disabled:hover {
  color: #033978 !important;
  background-color: #73c1e6 !important;
}
.button.blue,
a.button.blue {
  background-color: #8ed5f6;
  border: none;
  padding: 10px;
  color: #033978 !important;
  font-size: 24px ;
  line-height: 32px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0 5px 0 0 #4d97c5;
  -moz-box-shadow: 0 5px 0 0 #4d97c5;
  box-shadow: 0 5px 0 0 #4d97c5;
}
.button.blue:hover,
a.button.blue:hover {
  color: #033978 !important;
  background-color: #73c1e6 !important;
}
.button.green,
a.button.green {
  background-color: #51B926;
  border-bottom: 3px solid #316B17;
  padding: 10px;
  color: #ffffff;
}
.button.block,
a.button.block {
  display: block;
}
.button.big,
a.button.big {
  font-size: 1.7em;
  padding: 12px;
}
.button.small-button,
a.button.small-button {
  line-height: inherit !important;
}
.btn-cyan {
  padding: 10px 8px;
  font-size: 15px;
  line-height: 1em;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #3FAFED;
  color: #ffffff;
  transition: background-color 0.2s ease;
}
.btn-cyan:hover {
  background-color: #1490d4;
  transition: background-color 0.2s ease;
}
.single-newsletter article section {
  background-color: inherit;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease 1s linear;
  -moz-transition: background-color 0.5s ease 1s linear;
  -o-transition: background-color 0.5s ease 1s linear;
  -ms-transition: background-color 0.5s ease 1s linear;
  transition: background-color 0.5s ease 1s linear;
}
.single-newsletter article section .comment-link {
  margin-bottom: 10px;
}
.single-newsletter article section .comment-link a {
  color: transparent;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease 1s linear;
  -moz-transition: color 0.5s ease 1s linear;
  -o-transition: color 0.5s ease 1s linear;
  -ms-transition: color 0.5s ease 1s linear;
  transition: color 0.5s ease 1s linear;
}
.single-newsletter article section:hover {
  background-color: rgba(100, 100, 100, 0.15);
}
.single-newsletter article section:hover .comment-link a {
  color: #0088cc;
}
.popup {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
  bottom: 0;
  height: 60px;
  margin-top: 160px;
  background-color: #0087cc;
}
.popup .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);
}
.popup img.cover {
  margin-top: -150px;
  border: 5px solid #0087cc;
}
.popup h3 {
  margin-top: 18px;
  color: white;
  font-size: 19px;
  text-transform: none;
}
.popup .span2 a {
  font-size: 16px;
  font-weight: bold;
}
.popup .span2 img.x {
  margin-top: 5px;
}
.makerfaire-lp.flags {
  background: url('../images/flags-small.png') center top repeat-x;
}
.makerfaire-lp .mf-top {
  margin-top: 55px;
}
.makerfaire-lp .top-header h3 {
  color: #555;
  font-size: 22px;
  margin: 21px 0 0;
}
.makerfaire-lp .slideshow-wrapper {
  margin-top: 39px;
}
.makerfaire-lp .slideshow-wrapper h3 {
  background: #1c1c1c;
  color: #e6e6e6;
  font-family: "proxima-nova", sans-serif;
  padding: 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.makerfaire-lp .sidebar-content {
  margin-top: 39px;
}
.makerfaire-lp .sidebar-content p {
  color: #5c5b5b;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: normal;
  height: auto;
  line-height: 22px;
}
.makerfaire-lp .sidebar-content p.more-link {
  text-transform: uppercase;
  text-align: right;
}
.makerfaire-lp .sidebar-content h3 {
  color: #e01b23;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin: 0px;
  padding: 0px 0px 5px;
  text-rendering: optimizelegibility;
}
.makerfaire-lp .sidebar-content h4 {
  color: #005d8f;
  cursor: auto;
  display: inline;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: 18px;
  text-decoration: none;
  text-shadow: #ffffff 0px 1px 0px;
  width: auto;
  padding-top: 5px;
}
.makerfaire-lp .sidebar-content h4 a {
  color: #005d8f;
}
.makerfaire-lp .sidebar-content .button.big {
  -webkit-box-shadow: #8d1216 0px 5px 0px 0px;
  background-color: #e01b23;
  border-bottom-color: #ffffff;
  border-radius: 5px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  box-shadow: #8d1216 0px 5px 0px 0px;
  color: #ffffff;
  cursor: auto;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 20px;
  padding: 12px 0px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.makerfaire-lp .sidebar-content .preview-box {
  padding: 0px 0px 20px;
}
.makerfaire-lp .sidebar-content .boxer {
  border: 1px solid #cecece;
  border-radius: 5px;
  max-width: 100%;
  margin-top: 30px;
  padding: 10px;
}
.weekly-takeover {
  background: none;
}
.weekly-takeover .big-main-box {
  background: #003c5b;
  margin: 15px 0;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
}
.weekly-takeover .big-main-box .span4.paddme {
  width: 290px;
}
.weekly-takeover .big-main-box .span4.paddme .span4.boxed {
  width: 250px;
}
.weekly-takeover .big-main-box .paddme {
  padding: 20px 0 20px 10px;
}
.weekly-takeover .weekly-title {
  font-size: 42px;
  line-height: 50px;
}
.weekly-takeover .weekly-sub-title {
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 18px;
}
.weekly-takeover .boxed {
  border: 1px solid #002234;
  padding: 10px;
}
.weekly-takeover .featured-post img,
.weekly-takeover .featured-right img {
  margin-bottom: 14px;
}
.weekly-takeover .featured-title {
  font-weight: normal;
  font-size: 18px;
}
.weekly-takeover .featured-title a {
  color: #96dffa;
}
.weekly-takeover .second-post {
  margin-bottom: 30px;
}
.search .box {
  border: 1px solid #e4f4f9;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.search .box .heading {
  background-color: #e4f4f9;
  padding: 10px;
}
.search .box .inner {
  padding: 10px;
}
.search .box .inner .heading {
  margin: -10px -10px 10px;
}
.search .results {
  margin: 30px 0;
  background-color: #e4f4f9;
  border: 1px solid #e4f4f9;
}
.search .results h1 {
  font-size: 30px;
}
.search .results form {
  display: inline;
}
.search .results form .search-query {
  height: 30px;
}
.search .search-results {
  border: 1px solid #e4f4f9;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.search .search-results .heading {
  background-color: #e4f4f9;
  padding: 10px;
}
.search .search-results .inner {
  padding: 10px;
}
.search .search-results .inner .heading {
  margin: -10px -10px 10px;
}
.search .search-results .count {
  padding: 10px;
  font-size: 17px;
  color: #898989;
}
.search .search-results .count .bold {
  font-weight: bold;
  color: #464646;
}
.search .search-results .count.bottom {
  clear: both;
}
.search .search-results .count .prev,
.search .search-results .count .next {
  font-size: 26px;
}
.search .search-results article {
  padding: 0px 10px;
}
.search .search-results article h1 {
  font-size: 22px;
  line-height: 120%;
}
.search .search-results article .search-thumb {
  max-width: 110px;
}
.search .search-results article .meta,
.search .search-results article .media-body {
  font-size: 17px;
  line-height: 140%;
}
.mf-video-highlights {
  border: 3px solid #e01b23;
  border-radius: 5px;
  padding: 9px;
  width: 232px;
}
.mf-video-highlights .stage-1,
.mf-video-highlights .stage-2 {
  border-bottom: 1px solid #898989;
}
.mf-video-highlights .mf-video-title {
  font-size: 18.68px;
  line-height: 19.46px;
  text-transform: inherit;
}
.mf-video-highlights .stage-name {
  color: #005d8f;
  font-size: 17.13px;
  line-height: 19.46px;
  margin: 11px 0;
}
.mf-video-highlights .presentation-name {
  font-size: 16px;
  line-height: 18px;
}
.mf-video-highlights .see-all {
  font-weight: bold;
  font-size: 16px;
  line-height: 19.46px;
}
.mf-video-highlights .presentation-name a,
.mf-video-highlights .see-all a {
  text-decoration: none;
  border: none;
}
/**
 * Signup form for Galileo Book Shortcode (function: galileo_list)
 * http://makezine.com/books/getting-started-with-intel-galileo/
 */
#galileo_form form fieldset p {
  margin: 0;
}
#galileo_form form label {
  font-size: 18px;
}
#galileo_form form button {
  margin-top: 25px;
}
.comment-list,
.comment-list ol {
  list-style: none;
  margin: 0;
}
.thread-odd {
  background-color: #F0F0F0;
}
.thread-even {
  background-color: transparent;
}
.comment-list > li {
  padding: 10px;
}
.comment-list ol > li {
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
aside.pull-quote {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 5px 0;
  margin-bottom: 10px;
}
aside.pull-quote h3 {
  margin-top: -18px;
}
aside.pull-quote h3 span {
  background-color: #fff;
  padding-right: 10px;
}
aside.pull-quote h3 span a {
  color: inherit;
}
aside.pull-quote p {
  margin-bottom: 0px;
  font-size: 14px;
}
aside.pull-quote.pull-quote-1 {
  width: 200px;
  margin-left: 20px;
}
aside.pull-quote.pull-quote-1.pull-left {
  margin-left: 0px;
  margin-right: 20px;
}
aside.pull-quote.pull-quote-1.pull-left img {
  margin-right: 10px;
}
.page-template-page-contribute-project-php .wordpress-edit {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0px;
  display: none;
}
.page-template-page-contribute-project-php .form-actions.center {
  padding-left: 0px;
}
.page-template-page-contribute-project-php .title {
  width: 98%;
  margin-bottom: 10px;
}
.page-template-page-contribute-project-php .thumbnail {
  cursor: pointer;
}
.page-template-page-contribute-project-php .thumbnail.add {
  width: 80px;
  height: 38px;
  text-align: center;
  padding: 25px 5px;
  opacity: .5;
  border-style: dashed;
  font-size: 14px;
}
.page-template-page-contribute-project-php #step_content {
  width: 98%;
  min-height: 100px;
}
.page-template-page-contribute-project-php .wp-core-ui .button {
  color: #555 !important;
}
.page-template-page-contribute-project-php .wp-core-ui .button:hover {
  background-color: #fafafa !important;
  color: #222 !important;
}
.page-template-page-contribute-project-php .wp-editor-container {
  border: 1px solid #dedede;
}
.page-template-page-contribute-project-php .projects-masthead {
  padding-top: 0;
}
.page-template-page-contribute-project-php .progress-footer {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
  height: 40px;
  padding-top: 10px;
  background-color: #efefef;
}
.page-template-page-contribute-project-php .progress-footer.static {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
  top: 0;
}
.page-template-page-contribute-project-php .progress-footer.static .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);
}
.page-template-page-contribute-project-php.admin-bar .progress-footer.static {
  top: 32px;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  height: 100%;
  direction: ltr;
  cursor: pointer;
}
.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.form-control .fileinput-filename {
  vertical-align: bottom;
}
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}
.input-group-addon:not(:first-child) {
  border-left: 0;
}
body .single {
  font-family: "proxima-nova", sans-serif;
  border-bottom: 3px solid #DBDBDB;
  padding-top: 15px;
  border-bottom: 0px;
}
body .single h1 {
  font-size: 38px;
}
body .single h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ed1c24;
}
body .single p {
  font-size: 18px;
  line-height: 140%;
}
body .single p a {
  color: #005d8f;
}
body .single p a:hover {
  text-decoration: underline;
}
body .single p a.btn {
  color: white;
  border-bottom: 0px;
}
body .single .pull-right a {
  border: 0px;
}
body .single .subs {
  margin: 0px 0px 20px;
}
body .single .subs ul {
  list-style-type: none !important;
}
body .single .subs li {
  list-style-type: none !important;
  font-size: 18px;
  display: inline;
  margin-right: 20px;
}
body .single .subs li a {
  color: #005d8f;
  font-weight: normal;
}
body .single .no_h2_styles {
  font-size: 16px;
  display: inline;
  line-height: 23px;
}
body .single article h1 {
  line-height: 100%;
  margin-bottom: 0px;
  font-size: 36px;
}
body .single article ul li,
body .single article ol li {
  font-size: 18px;
}
body .single .tag-weekend-projects {
  margin-top: 10px;
}
body .single .projects-masthead p {
  font-size: 20px;
  font-weight: bold;
}
.gsc-cursor-page {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  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: #999999;
  padding-left: 9px;
  padding-right: 9px;
  margin-right: 5px;
  position: relative;
  top: -5px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  color: white !important;
}
.gsc-cursor-page:empty {
  display: none;
}
.gsc-cursor-page-important {
  background-color: #b94a48;
}
.gsc-cursor-page-important[href] {
  background-color: #953b39;
}
.gsc-cursor-page-warning {
  background-color: #f89406;
}
.gsc-cursor-page-warning[href] {
  background-color: #c67605;
}
.gsc-cursor-page-success {
  background-color: #468847;
}
.gsc-cursor-page-success[href] {
  background-color: #356635;
}
.gsc-cursor-page-info {
  background-color: #3a87ad;
}
.gsc-cursor-page-info[href] {
  background-color: #2d6987;
}
.gsc-cursor-page-inverse {
  background-color: #333333;
}
.gsc-cursor-page-inverse[href] {
  background-color: #1a1a1a;
}
.tease {
  border-top: 3px solid #ccc;
  background-color: #ebebeb;
  margin-bottom: 20px;
  text-align: center;
}
.tease h3 {
  text-align: center;
  color: #ccc;
  width: 120px;
  background-color: #fff;
  margin: -3px auto 20px;
  border: 3px solid #ccc;
  border-top: 0px;
  font-size: 20px;
  padding-bottom: 2px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
}
.tease h4 {
  font-size: 20px;
  font-weight: 400;
}
.tease .button {
  margin-bottom: 20px;
}
.tease .cover img {
  border: 1px solid #b7b7b7;
  -webkit-box-shadow: 3px 3px 3px rgba(183, 183, 183, 0.4);
  -moz-box-shadow: 3px 3px 3px rgba(183, 183, 183, 0.4);
  box-shadow: 3px 3px 3px rgba(183, 183, 183, 0.4);
  margin-bottom: 20px;
}
.page-id-328564 .projects-masthead,
.page-id-335857 .projects-masthead,
.page-id-336037 .projects-masthead,
.page-id-344936 .projects-masthead {
  display: none;
}
.page-id-328564 br,
.page-id-335857 br,
.page-id-336037 br,
.page-id-344936 br {
  display: none;
}
.page-id-328564 .single,
.page-id-335857 .single,
.page-id-336037 .single,
.page-id-344936 .single {
  font-size: 16px;
  padding-top: 0;
}
.page-id-328564 .single p,
.page-id-335857 .single p,
.page-id-336037 .single p,
.page-id-344936 .single p {
  font-size: 16px;
}
.page-id-328564 .single .post ul li,
.page-id-335857 .single .post ul li,
.page-id-336037 .single .post ul li,
.page-id-344936 .single .post ul li {
  font-size: 16px;
}
.page-id-328564 .single .post .jetpack-sharing h3,
.page-id-335857 .single .post .jetpack-sharing h3,
.page-id-336037 .single .post .jetpack-sharing h3,
.page-id-344936 .single .post .jetpack-sharing h3 {
  padding: inherit;
  background-color: inherit;
}
.page-id-328564 .background-blue,
.page-id-335857 .background-blue,
.page-id-336037 .background-blue,
.page-id-344936 .background-blue {
  background-color: #e4f4f9;
  padding: 10px;
}
.page-id-328564 .border-radius,
.page-id-335857 .border-radius,
.page-id-336037 .border-radius,
.page-id-344936 .border-radius {
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-id-328564 .border-solid,
.page-id-335857 .border-solid,
.page-id-336037 .border-solid,
.page-id-344936 .border-solid {
  border-style: solid;
  border-width: 2px;
  border-color: #e4f4f9;
}
.page-id-328564 h3.red,
.page-id-335857 h3.red,
.page-id-336037 h3.red,
.page-id-344936 h3.red {
  text-transform: none;
}
.page-id-328564 h4.dark-blue,
.page-id-335857 h4.dark-blue,
.page-id-336037 h4.dark-blue,
.page-id-344936 h4.dark-blue {
  color: #005d8f;
}
.page-id-328564 strong,
.page-id-335857 strong,
.page-id-336037 strong,
.page-id-344936 strong {
  color: #005d8f;
}
.page-id-328564 div.padding-ush,
.page-id-335857 div.padding-ush,
.page-id-336037 div.padding-ush,
.page-id-344936 div.padding-ush {
  padding: 10px;
}
.page-id-328564 .boxed,
.page-id-335857 .boxed,
.page-id-336037 .boxed,
.page-id-344936 .boxed {
  border: 1px solid #e4f4f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page-id-328564 .boxed h3,
.page-id-335857 .boxed h3,
.page-id-336037 .boxed h3,
.page-id-344936 .boxed h3 {
  background-color: #e4f4f9;
  padding: 10px;
}
.page-id-328564 .boxed h3 a,
.page-id-335857 .boxed h3 a,
.page-id-336037 .boxed h3 a,
.page-id-344936 .boxed h3 a {
  color: #cc2229;
  color: #CC2229;
}
.page-id-328564 .news,
.page-id-335857 .news,
.page-id-336037 .news,
.page-id-344936 .news {
  margin: 20px 0;
  border: 1px solid #e4f4f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page-id-328564 .news li,
.page-id-335857 .news li,
.page-id-336037 .news li,
.page-id-344936 .news li {
  font-size: 16px;
}
.page-id-328564 .news h3,
.page-id-335857 .news h3,
.page-id-336037 .news h3,
.page-id-344936 .news h3 {
  background-color: #e4f4f9;
  padding: 10px;
}
.page-id-328564 .news h3 a,
.page-id-335857 .news h3 a,
.page-id-336037 .news h3 a,
.page-id-344936 .news h3 a {
  color: #cc2229;
  color: #CC2229;
}
.page-id-328564 .news .Thumbnail,
.page-id-335857 .news .Thumbnail,
.page-id-336037 .news .Thumbnail,
.page-id-344936 .news .Thumbnail {
  max-width: 140px;
}
.page-id-328564 .news .media,
.page-id-335857 .news .media,
.page-id-336037 .news .media,
.page-id-344936 .news .media {
  padding: 0 10px;
}
.page-id-344802 .projects-masthead,
.page-id-342608 .projects-masthead {
  display: none;
}
#jp-post-flair,
.sd-title {
  display: none;
}
.sd-social-official .sd-content ul > li {
  margin-right: 9px !important;
}
li.share-email {
  padding-top: 2px !important;
}
.sd-title {
  display: none;
}
.gsc-cursor .gsc-cursor-current-page {
  background-color: #005d8f;
}
a:hover {
  text-decoration: none !important;
}
body {
  margin-top: 0;
  overflow-wrap: break-word;
}
body.single-slideshow {
  margin-top: 0px;
  margin-bottom: 0px;
}
body.single-slideshow #wpadminbar {
  display: none;
}
body.search .well {
  margin-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0;
}
h3 {
  line-height: 24px;
}
body ul li {
  font-size: 16px;
  line-height: 140%;
}
article ul li {
  font-size: 18px;
}
.row.volume {
  margin-bottom: 30px;
}
.add30 {
  width: 590px;
  margin-right: 30px;
}
.blog .projects-masthead h2 {
  margin-bottom: -10px;
}
.blog .projects-meta {
  color: #333;
  font-weight: normal;
}
.blog article {
  margin: 20px 0 45px;
}
.masthead {
  font-family: "proxima-nova", sans-serif;
  padding-top: 20px;
}
.masthead h1 {
  font-size: 60px !important;
  line-height: 60px;
  letter-spacing: -2px;
  color: #005d8f;
}
ul.inline.urban-sensor-nav li {
  padding: 0;
}
ul.inline.urban-sensor-nav li a {
  padding: 0 5px;
  color: #8ed5f6;
}
ul.inline.urban-sensor-nav li a:hover {
  background: #E4F4F9;
  color: #ed1c24 !important;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error,
div.parsley-error.mce-panel {
  color: #B94A48;
  background: #F2DEDE;
  border: 1px solid #EED3D7 !important;
}
.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  color: #B94A48;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in-;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.parsley-errors-list.post_content_errors {
  position: absolute;
  bottom: 26px;
  left: 10px;
}
.parsley-errors-list.filled {
  opacity: 1;
}
.caption {
  margin-top: -66px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-right: -1px;
  margin-left: 1px;
}
.page-template-page-kids-php .caption {
  margin-top: -65px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.paddme {
  padding: 10px 0 10px 10px;
}
.paddme.small {
  padding: 10px 10px 10px 0;
}
.checkers {
  background-image: url('../img/header_bg.jpg');
  margin: 15px 0 0;
}
.entry-content .blurb {
  line-height: 18px;
}
.look_like_h4 {
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 18px !important;
  height: 120px !important;
  margin: 5px 0 !important;
  width: auto !important;
  display: inline !important;
  height: 90px !important;
  color: #005d8f !important;
  font-family: "proxima-nova", sans-serif !important;
}
.look_like_h4_cat {
  font-family: "proxima-nova", sans-serif !important;
  color: #022c44 !important;
  font-weight: normal !important;
  font-size: 24px !important;
  margin: 0 0 5px 0;
  height: 36px;
  line-height: 18px;
  cursor: text;
}
.look_like_h3_blue {
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
  margin-top: 10px;
  width: 290px;
}
.look_like_h3_blue a {
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  height: auto;
  line-height: 24px;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
}
.look_like_h3 {
  font-size: 16px;
  font-weight: bold;
  height: auto;
  text-transform: uppercase;
  line-height: 24px;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
}
.look_like_h3_heading a {
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  height: auto;
  line-height: 24px;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
}
.checkers img {
  border: 1px solid #c3c5c5;
}
.checkers h3 {
  color: #cc2229;
  font-weight: bold !important;
  padding: 3px 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
.checkers h3 a {
  color: #cc2229;
}
.checkers p {
  font-size: 16px;
  line-height: 16px;
  padding: 0 5px;
  margin: 0px;
}
.checkers p a {
  color: #333;
}
.arrow {
  margin-top: -4px;
  margin-left: 109px;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}
.new-sand {
  background-image: url('../img/sand.png');
}
.sand {
  background-image: url('../img/sand.png');
  text-shadow: 0px 1px 0px white;
}
.sand h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #00598e;
  margin-bottom: 0px;
  font-size: 22px;
  margin-top: 10px;
}
.sand .text {
  text-shadow: 0px 0px 0px;
}
div.superpage {
  margin-bottom: -20px;
}
.superpage h1 {
  font-size: 42px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #CC2229;
  margin-bottom: 10px;
  margin-top: 15px;
  text-transform: none;
  letter-spacing: -2.5px;
}
.super .sand h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #00598e;
  margin-bottom: 5px;
  font-size: 22px;
  margin-top: 20px;
  text-transform: uppercase;
}
.grey-border {
  border: 1px solid #C3C5C5;
}
.sand .posts h3 {
  margin-left: 10px;
  margin-bottom: 0px;
}
.sand h3.red {
  color: #cc2229;
}
.blurb {
  font-weight: 400;
  color: #333;
}
.blurb-thumbnail a {
  color: #023a48;
}
.entry-content img {
  border: 0px;
  padding: 2px;
}
.entry-content h4 {
  width: 274px;
  margin-top: 5px;
  font-size: 14px;
}
article {
  margin-bottom: 5px;
}
article h4 a:hover {
  text-decoration: none;
}
.posts {
  background-image: url('../img/shadow1.png');
  background-repeat: no-repeat;
}
.posts article {
  margin-bottom: 20px;
}
.entry-content:first-child {
  width: 280px;
  padding: 10px 0 3px 8px;
}
.entry-content {
  width: 280px;
  padding: 10px 0 3px 8px;
}
.odd {
  background-color: #F0F0F0;
}
.dotw {
  padding-top: 20px;
  margin-top: 25px;
}
.dotw a:hover {
  text-decoration: none;
}
.dotw img {
  display: block !important;
  margin-top: -53px !important;
}
.dotw h3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  line-height: 20px;
}
.light {
  font-weight: 200;
}
.dotw h4 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding: 0px 10px;
  line-height: 24px;
}
.dotw p {
  margin: 0px 10px !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #333 !important;
}
.dotw h3 {
  margin-left: 10px;
}
.dotw h5 {
  padding: 0px 10px;
}
.new-grid {
  background-color: #fff;
  background-image: url('../img/grid.png');
  margin-bottom: 20px;
  color: #040000;
  background-repeat: no-repeat;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  padding: 10px;
  margin-left: -1px;
  margin-right: -1px;
  border-left: 1px solid #C0C2C2;
  border-right: 1px solid #C0C2C2;
  border-bottom: 1px solid #C0C2C2;
}
.new-grid .row .span4 {
  margin-left: 20px;
  width: 290px;
}
.new-grid .span5 {
  margin-left: 20px;
  width: 370px;
}
.new-grid .span3 {
  margin-left: 10px;
  width: 220px;
}
.new-grid.span4 img {
  max-width: 290px;
  height: auto;
}
.new-grid .span4 h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #cc2229;
  margin-bottom: 0px;
  font-size: 22px;
  margin-top: 5px;
  text-transform: none;
  letter-spacing: -1.5px;
}
.new-grid .span4 h3 a {
  color: #cc2229;
}
.new-grid .inner {
  margin: 20px 0 0 0;
}
.grid-box {
  background-image: url('../img/grid-box.png');
  height: 266px;
  margin-bottom: 10px;
  color: #040000;
  background-repeat: no-repeat;
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}
.grid-box.camp {
  background-image: url('../img/camp.png');
  height: 264px;
  margin-bottom: 10px;
}
.grid-box.camp h2 {
  margin: 0px !important;
}
.new-grid .halloween h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 30px;
  margin: 5px 10px;
}
.new-grid .halloween p {
  margin: 5px 10px;
  font-size: 18px;
  line-height: 24px;
}
.grid-box h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 30px;
  margin: 20px 20px 0;
}
.grid-box p {
  margin: 5px 10px;
  font-size: 18px;
  line-height: 24px;
}
.grid-box.camp .span3 p {
  margin: 5px 0px 5px 0px;
  line-height: 24px;
}
.grid-box .span3 p {
  margin: 5px 0px 5px 20px;
  font-size: 18px;
  line-height: 24px;
}
.grid-box .span3 h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 30px;
  margin: 20px 0px 20px 20px;
  letter-spacing: -1.5px;
}
.grid-box img {
  margin-top: 1px;
}
.grid-box.boxy p {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 39px;
}
.small-home-feature-boxes,
.attachment-small-home-feature-boxes {
  margin: 7px;
  border: 1px solid #c3c5c5;
  display: block;
  margin-top: 25px;
}
.boxy {
  padding-top: 20px;
  height: 246px;
}
.boxy a {
  color: #040000;
}
.boxy a:hover {
  text-decoration: none;
}
.boxy p {
  font-size: 14px;
  line-height: 18px;
}
.boxy h4 {
  max-height: 37px;
  margin: 10px 10px 5px;
  font-size: 19px;
  overflow: hidden;
}
.arrows {
  color: #CC2229;
  font-size: 28px;
  line-height: 0px;
  display: inline-block;
  padding-bottom: 8px;
}
.p_footer {
  font-size: 14px !important;
  line-height: 19px !important;
  margin-bottom: 5px;
}
.twtr-widget {
  border: 1px solid #D0D0CE !important;
}
.more_faires {
  background-color: #E8F1F4;
  border: 1px solid #D0D0CE;
  padding: 10px;
  max-height: 373px;
}
.more_faires h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #67abc6;
  margin-bottom: 10px;
}
.more_faires h4 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #67abc6;
  margin: 10px 0px;
}
.more_faires ul li {
  font-size: 16px;
  list-style-image: url('../img/arrow.gif');
}
.more_faires ul li a {
  font-weight: bold;
  color: #065270;
}
footer .pills {
  margin-left: 100px;
  margin-top: 20px;
}
footer .pills a {
  color: #5a6479;
}
#house_ad {
  background-image: url('http://cdn.makezine.com/make/ads/make-SIP-house-ad-300-teaser.png');
  height: 393px;
  width: 300px;
}
.authors {
  background-color: #3c3c3c;
  background-image: url('../img/blue_bg.jpg');
  color: #fff;
  border-top: 1px solid #515151;
  border-top: 1px solid #00335D;
  border-bottom: 1px solid #515151;
}
.authors h3 {
  font-family: "proxima-nova", sans-serif;
  text-align: right;
}
.authors h4 {
  margin-top: 9px;
  margin-left: 60px;
}
.authors h5 {
  margin-left: 60px;
}
.authors .span3 img {
  padding: 5px;
}
.blue-box {
  background-image: url('../img/blue-grad.png');
  background-repeat: repeat-x;
  margin-top: 10px;
}
.blue-box h3 {
  color: #fff;
  text-shadow: 0px 0px 0px #999 !IMPORTANT;
  font-size: 20px;
  text-align: center;
  margin: 15px 0 0;
  text-transform: capitalize;
  padding-top: 5px;
  font-weight: 700;
}
.blue-box form {
  margin: 5px 15px 10px;
}
.blue-box p {
  color: #031845;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 4px solid #0081AD;
}
.red {
  color: #cc2229;
}
.red:hover {
  color: #7F080D;
}
.content {
  background-color: white;
  padding: 10px;
  background-image: url('../img/header_bg.jpg');
  border: 1px solid #C0C3C3;
}
.content h1 {
  border-bottom: 1px solid #074F6D;
  margin-bottom: 7px;
  padding-bottom: 7px;
  line-height: 24px;
  text-transform: capitalize;
  margin-top: 0px;
}
.content .post h1 {
  text-transform: none;
}
.content h1 a {
  color: #cc2229;
  font-size: 26px;
}
.meta {
  font-weight: 400;
  font-size: 14px;
  color: #4b4f50;
  margin-bottom: 0px;
}
.meta.top {
  margin-bottom: 15px;
  padding-top: 0px !important;
}
.meta a.btn {
  color: #fff;
}
.meta a {
  font-weight: bold;
  color: #023a48;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 10px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb {
  margin-top: 25px;
  min-height: 20px;
}
#comments-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.6em;
  padding: 0 0 2.6em;
  text-transform: uppercase;
}
.nopassword,
.nocomments {
  color: #aaa;
  font-size: 24px;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}
.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 520px !important;
  margin-left: 100px;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
  width: 100%;
}
.commentlist > li.comment {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}
.commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li.comment {
  background: #fff;
  border-left: 1px solid #ddd;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 1.625em 0 0;
  padding: 1.625em;
  position: relative;
}
.commentlist .children li.comment .fn {
  display: block;
}
.comment-meta .fn {
  font-style: normal;
}
.comment-meta {
  color: #666;
  font-size: 14px;
  line-height: 160%;
}
.commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
}
.commentlist .children li.comment .comment-meta .comment-author {
  margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0;
}
.comment-meta a {
  font-weight: bold;
}
.commentlist .avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  left: -102px;
  padding: 0;
  position: absolute;
  top: 0;
}
.commentlist > li:before {
  content: url(../img/comment-arrow.png);
  left: -21px;
  position: absolute;
}
.commentlist > li.pingback:before {
  content: '';
}
.commentlist .children .avatar {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 2.2em;
  padding: 0;
  top: 2.2em;
}
a.comment-reply-link {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
  background: #888;
  color: #fff;
}
a.comment-reply-link > span {
  display: inline-block;
  position: relative;
  top: -1px;
}
.commentlist > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
  color: #575757;
}
.commentlist > li.bypostauthor:before {
  content: url('../img/comment-arrow-bypostauthor.png');
}
.commentlist .children > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
.comment-author-whyisjake,
.comment-author-jspurlock {
  background-image: url('http://subtlepatterns.com/patterns/geometry.png') !important;
}
.commentlist > li.comment-author-whyisjake:before,
.commentlist > li.comment-author-jspurlock:before {
  content: url('../img/comment-arrow-blank.png');
  left: -21px;
  position: absolute;
}
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
  margin-left: 102px;
  width: auto;
}
.page-template-sidebar-page-php #respond {
  width: auto;
}
.span-thumb {
  float: left;
}
.span-well {
  float: left;
  width: 450px;
}
.cat {
  border: 1px solid #BCD7DF;
  margin: 0 0 20px;
  background: -ms-linear-gradient(top, #fafcfd 0%, #eeeff0 100%);
  background: -moz-linear-gradient(top, #fafcfd 0%, #eeeff0 100%);
  background: -o-linear-gradient(top, #fafcfd 0%, #eeeff0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafcfd), color-stop(1, #eeeff0));
  background: -webkit-linear-gradient(top, #fafcfd 0%, #eeeff0 100%);
  background: linear-gradient(top, #fafcfd 0%, #eeeff0 100%);
  padding: 10px;
}
.cat a {
  color: #045876;
}
.cat h2 {
  color: #045876;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 6px;
}
.drop-down {
  margin-left: 0px;
  columns: auto 3;
  -webkit-columns: auto 3;
  -moz-columns: auto 3;
  margin-top: 23px;
}
.drop-down.fix {
  columns: auto auto;
  -webkit-columns: auto auto;
  -moz-columns: auto auto;
}
.drop-down li {
  list-style-type: none;
}
.drop-down li:before {
  content: "\25b6 \0020";
  color: #022835;
  font-size: 8px;
}
.category-title {
  border-bottom: 4px dotted #045876;
  margin-bottom: 20px;
  color: #045876;
}
.uppercase {
  text-transform: uppercase;
}
.cat-title {
  font-size: 16px;
  font-weight: 400;
  color: #0584b3;
  text-transform: uppercase;
  border: 0px !important;
  line-height: 50px !important;
  margin-top: 20px;
  letter-spacing: -3px;
}
.description {
  color: #0584b3;
}
.jumbo {
  color: #045876;
  font-size: 60px;
  font-weight: bold;
  text-transform: none;
}
.cat-thumb {
  width: 210px;
  float: left;
}
.cat-blurb {
  width: 368px;
  float: right;
}
.cat-blurb h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
.cat-blurb p {
  font-size: 14px;
  line-height: 20px;
}
.cat-blurb .meta {
  margin-bottom: 0px;
}
.page-template-page-categories-php .content h1,
.page-template-page-skill_builder-php .content h1,
.page-template-page-contribute-php .content h1,
.page-template-page-materials-php .content h1 {
  text-transform: uppercase;
  border: 0px;
  font-size: 30px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #0584b3;
  margin-bottom: 15px;
}
.page-template-page-categories-php .content h1 a,
.page-template-page-skill_builder-php .content h1 a,
.page-template-page-contribute-php .content h1,
.page-template-page-materials-php .content h1 a {
  color: #0584b3;
}
hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #beb9b9;
  border-bottom: 1px solid white;
}
.superpage .get-started.med {
  padding: 10px 10px 0;
}
.get-started.med .span4 {
  width: 285px;
}
.get-started.med h3 {
  margin-top: 0px;
}
.get-started.med .span4 p {
  margin: 5px 0px 5px 0px;
  font-size: 12px;
  line-height: 14px;
}
.get-started.med .span4 img {
  max-width: 275px;
}
.get-started.med .span4 h4 {
  margin: 5px 0;
  font-size: 18px;
  margin-bottom: 12px;
}
.grid-box.med .span4 h4 {
  margin: 5px 0;
}
.grid-box.video iframe {
  margin-top: 0px;
}
.get-started {
  margin: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  background-image: url('../img/header_bg.jpg');
}
.padme {
  padding: 10px 0px 10px 10px;
}
.padme.second {
  padding: 10px 5px 10px 5px;
}
.padme.last {
  padding: 10px 10px 10px 0px;
}
.padme .thumbnail {
  max-width: 120px;
}
.padme h4 {
  margin: 10px 0;
  text-align: center;
}
.center {
  text-align: center;
  padding: 10px 0;
}
.small-posts {
  margin: 20px 0;
}
.move {
  margin-left: 10px;
}
.link {
  text-align: right;
  margin-bottom: 12px;
}
.top {
  padding-top: 20px;
}
.blurb-blurb h4 a {
  color: #cc2229;
  font-size: 22px;
  margin-bottom: 10px;
}
.blurb-blurb.span6 {
  width: 440px;
}
.new-grid hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #BEB9B9;
  border-bottom: 1px solid white;
  margin-right: 20px;
}
.blurb-thumbnail {
  margin-bottom: 5px;
}
.blurb-thumbnail img {
  border: 1px solid #C3C5C5;
}
.new-grid .span2 {
  margin-left: 20px;
  width: 135px;
}
.third {
  width: 193px;
  float: left;
  margin-left: 10px;
  margin-top: 15px;
}
.third:first-child {
  margin-left: 20px;
}
.third h4 {
  color: #045876;
  font-size: 16px;
  margin: 8px 0 5px;
}
.makers h5 {
  font-size: 15px;
  color: #045876;
  margin: 5px 0;
}
.seeall {
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.aqua a {
  color: #045876 !important;
}
.aqua {
  color: #045876 !important;
}
.bigger {
  font-size: 14px;
  margin: 0px;
}
.biggest {
  font-size: 22px !important;
  font-family: "proxima-nova", sans-serif !important;
}
.red {
  color: #CC2229;
}
.ribbon {
  height: 36px;
  width: 136px;
  position: relative;
  background-image: url('../img/ribbon.png');
  left: -17px;
  bottom: -5px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #fff;
  padding: 4px 0 0 4px;
  background-repeat: no-repeat;
  font-size: 20px;
}
.attachment-p1,
#top-left {
  margin-top: -41px;
}
.terms {
  margin: 10px 0;
}
.terms li {
  display: inline;
  margin-right: 4px;
}
.sub-nav {
  display: none;
}
.sub-nav.active {
  display: block;
  border: 0px;
  background-color: transparent;
}
h4,
h5,
h6 {
  line-height: 18px;
  margin-bottom: 5px;
}
.youtube {
  margin-top: 15px;
  margin-bottom: 15px;
}
article.magazine-page h1 {
  font-family: "proxima-nova", sans-serif !important;
  font-style: normal;
  font-weight: 900;
  color: #00598E;
  margin-bottom: 0px;
  font-size: 26px;
  margin-top: 5px;
  margin-bottom: 15px;
}
article.magazine-page h3 {
  color: #045876;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 0px;
}
.featured a {
  color: #040000;
}
.intro {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1d6179;
  font-size: 16px;
  line-height: 140%;
}
.intro p {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1d6179;
  font-size: 16px;
  line-height: 140%;
}
.bold {
  font-weight: bold !important;
}
.two-column {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  -moz-column-rule-width: 1px;
  -moz-column-rule-color: #ccc;
  -moz-column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  -webkit-column-rule-color: #ccc;
  -webkit-column-rule-style: solid;
  column-rule-width: 1px;
  column-rule-color: #ccc;
  column-rule-style: solid;
}
.two-column h5 {
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  color: #005580;
}
.two-column .arrows {
  font-size: 24px;
  padding-bottom: 6px;
}
.video_preview {
  border-top: 2px solid #08C;
  border-bottom: 2px solid #08C;
  padding: 5px 0;
}
.video_preview h4 {
  font-size: 16px;
  color: #08c;
}
.toc_new {
  margin-top: 10px;
}
.toc_new h2,
.toc_new h3,
.toc_new h4 {
  color: #045876;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
  font-family: "proxima-nova", sans-serif;
}
.key {
  margin: 10px 0px;
}
.white {
  margin: 18px 10px;
  padding: 10px;
  background-color: #fff;
  filter: alpha(opacity=56);
  opacity: 0.56;
  zoom: .95;
}
.craft .embed-youtube,
.page-template-page-home-php .embed-youtube {
  float: none;
}
.tab-pane > div.alert {
  margin-right: 10px;
}
.cat-thumb img {
  max-width: 200px;
  height: auto;
}
article h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #333;
  margin-bottom: 0px;
  font-size: 18px;
  text-transform: none;
}
blockquote p {
  margin-bottom: 12px;
}
.small-youtube {
  padding: 15px;
}
.playlist {
  float: right;
}
.playlist a {
  color: #085a7e;
}
span.icon-rocket {
  margin-right: 7px;
}
.blue {
  color: #00315d;
}
.carousel-control.new {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  text-align: center;
  background: #222;
  border: 3px solid white;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: inline-block;
  top: 200px;
  left: 0px;
}
.carousel-control.new.prev {
  left: 10px;
}
.carousel-control.new.next {
  left: 496px;
}
.slideshow-content {
  background-color: #fff;
  padding: 10px;
}
.slide-side {
  background-color: #b3c4c6;
  background-image: url('../img/header_bg.jpg');
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #C0C3C3;
  width: 300px;
}
.inline {
  margin-left: 0px;
}
.inline li {
  display: inline;
  margin-right: 5px;
}
.googleplus1_button {
  width: 63px;
}
.share-twitter {
  width: 78px;
}
.share-facebook {
  width: 80px;
}
/* SHARE WIDGET STYLES*/
.sharedaddy {
  height: 34px;
  margin-top: 0;
}
.sharedaddy a.sd-button {
  margin: 0 0 0 5px!important;
}
.sharedaddy .sd-content li {
  float: left;
  margin: 0 12px 5px 0!important;
  display: block;
}
.sharedaddy ~ .sharedaddy,
.projects-meta ~ .span8 .sharedaddy {
  display: none !important;
}
.content div.sharedaddy div.sd-block {
  border: none;
  padding: 0;
}
.content div.sharedaddy .sd-content {
  float: left;
  margin-bottom: 32px;
}
.content div.sharedaddy a.sd-button {
  border: none !important;
  box-shadow: none;
}
.content a.sd-button > span {
  background-image: none !important;
  background: #111;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.content a.sd-button:hover > span {
  background: #1dbec0;
}
.content .sd-social-icon-text a.sd-button  > span,
a.sd-button  > span {
  opacity: 1;
  padding: 6px 12px;
  padding: 0 !important;
}
.sd-content .sd-button span.share-count {
  color: #cdf593 !important;
  font-size: 100% !important;
  display: none;
}
.sd-content ul {
  margin-left: -3px !important;
}
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
  border-radius: 0;
  height: 17px !important;
}
div.sharedaddy .sd-content li.share-twitter,
div.sharedaddy .sd-content li.share-facebook,
div.sharedaddy .sd-content li.share-google-plus-1,
div.sharedaddy .sd-content li.share-reddit,
div.sharedaddy .sd-content li.share-pinterest,
div.sharedaddy .sd-content li.share-email {
  margin-right: 4px !important;
  width: 100px;
  text-align: center;
}
.a.sd-button {
  width: 90px;
  margin-right: 3px !important;
}
/*

Jetpack Sharing
---------------------------------------------------------------------------------------------------- */
.content div.sharedaddy div.sd-block {
  border: none;
  padding: 0;
}
.content div.sharedaddy .sd-content {
  float: left;
  margin-bottom: 32px;
}
.content div.sharedaddy a.sd-button {
  border: none !important;
  box-shadow: none;
}
.content .sd-social-icon-text a.sd-button > span,
a.sd-button > span {
  opacity: 1;
  padding: 6px 12px;
}
.content a.sd-button > span {
  background-image: none !important;
  background: #111;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.content a.sd-button:hover > span {
  background: #1dbec0;
}
.sd-content .sd-button span.share-count {
  color: #cdf593 !important;
  font-size: 100% !important;
}
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
  border-radius: 0;
  height: 17px !important;
}
.a.sd-button {
  width: 90px;
  margin-right: 3px !important;
}
.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
  width: 82px;
}
.content .sd-social-icon-text a.sd-button > span,
a.sd-button > span {
  padding: 0 !important;
}
.sd-content .sd-button span.share-count {
  display: none;
}
#jjuylk-jjuylk,
#jjurhj-jjurhj {
  width: 196px;
}
.parsely-box {
  font-size: 0.8em;
  line-height: 150%;
}
.parsely-box a {
  display: block;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
  padding: 5px;
  vertical-align: middle;
}
.parsely-box img {
  max-height: 50px;
  padding: 3px;
  padding-right: 10px;
}
.parsely-box .default-image {
  display: inline-block;
  margin: 3px;
  margin-right: 10px;
  height: 50px;
  width: 80px;
  border: 1px solid #eee;
}
.parsely-box p {
  display: inline-block;
  max-width: 300px;
  padding-left: 5px;
  vertical-align: top;
}
.parsely-box.posts a:nth-of-type(even) {
  background: #f8f8f8;
}
.parsely-box a:hover p {
  text-decoration: underline;
}
.parsely-box.authors p {
  width: 15em;
}
.parsely-box.authors span {
  color: #555;
}
.parsely-box .views {
  display: inline-block;
  width: 8em;
  text-align: right;
}
.pop-posts a {
  display: block;
  margin-bottom: 15px;
}
.modal.slideshow {
  width: 1030px;
  margin-left: -470px;
}
.modal.slideshow .modal-body iframe {
  width: 1010px;
}
.modal.slideshow .modal-body {
  max-height: 630px;
  padding: 0px;
}
img#wpstats {
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
  border: none;
  padding: 0;
}
.wp-caption .wp-caption-text {
  background-color: #ddd;
  font-size: 16px;
  font-style: italic;
  padding: 10px;
  margin-right: 10px;
  color: #666;
}
[class*="paged"] .next {
  left: 496px !important;
}
.maker h3 {
  margin-bottom: 12px;
}
div.parts,
div.tools {
  width: 50%;
  float: left;
}
div.parts.row,
div.tools.row {
  width: 100%;
  float: none;
}
.description {
  text-align: right;
}
.description #cat {
  margin-top: -35px;
}
.sharing {
  position: relative;
  width: 0px;
  left: -80px;
  top: -30px;
  float: left;
}
.stumbleupon {
  margin-left: 2px;
}
.facebook {
  margin-left: 4px;
}
.pinterest {
  margin-left: 6px;
}
#review_box h2,
#review_box h3,
#review_box h4,
#review_box h5 {
  margin: 0px;
  line-height: 18px;
}
#review_box h3 {
  font-size: 17px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 1px solid #b0bac1;
}
#review_box h2 {
  line-height: 22px;
  margin-bottom: 2px;
  color: #021329;
  font-size: 22px;
}
#review_box h5 {
  text-transform: uppercase;
  margin: 5px 0 !important;
  font-size: 13px;
}
#review_box h5 a {
  color: #5B5A54;
}
#review_box {
  background-color: #f0efeb;
  border: 1px solid #b0bac1;
  padding: 5px;
  width: 183px;
  float: right;
  margin-left: 10px;
  margin-bottom: 20px;
}
#review_box .meta {
  border-top: 1px solid #b0bac1;
  border-bottom: 1px solid #b0bac1;
  margin: 5px 0;
  padding: 7px 0;
}
#review_box .meta p {
  margin: 0px;
  line-height: 14px;
}
.ratings {
  border-bottom: 1px solid #b0bac1;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.ratings dd {
  height: 11px;
  width: 182px;
  margin: 0 0 5px;
}
.term1 {
  background-image: url('images/1.gif');
  background-repeat: no-repeat;
}
.term2 {
  background-image: url('images/2.gif');
  background-repeat: no-repeat;
}
.term3 {
  background-image: url('images/3.gif');
  background-repeat: no-repeat;
}
.term4 {
  background-image: url('images/4.gif');
  background-repeat: no-repeat;
}
.term5 {
  background-image: url('images/5.gif');
  background-repeat: no-repeat;
}
.the_tags {
  font-size: 13px;
}
.the_tags a {
  font-style: italic;
  color: #5b5a54;
  font-size: 14px;
}
.post-image {
  margin-bottom: 15px;
}
.popover.right {
  width: 200px !important;
}
.drill h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 10px;
}
.drill h4 {
  background-image: url('images/lines.gif');
  height: 11px;
  line-height: 0px;
  padding-top: 9px;
  margin-bottom: 15px;
}
ul#sidebar {
  margin: 0px;
}
ul#sidebar li {
  list-style-type: none;
}
.drillz {
  background-color: #fff;
  height: 20px;
  line-height: 0px;
  padding: 2px 10px 2px 0;
}
.drill-list {
  margin-bottom: 15px;
}
.term-item {
  list-style-image: url('images/uncheck.gif');
  font-weight: bold;
}
.current-term {
  list-style-image: url('images/check.gif');
}
#sidebar li ul li {
  font-weight: bold;
}
.nobold li {
  font-weight: 400 !important;
}
#term-list-post_tag ul li {
  font-weight: 400 !important;
}
ul.term-list {
  max-height: 200px;
  overflow: auto;
}
li.term-item {
  margin-left: 20px;
}
.side {
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
body.embed.single-slideshow h1 {
  font-size: 20px !important;
  line-height: 24px !important;
}
.clear {
  clear: both;
}
#shop h2 {
  border-bottom-width: 0px!important;
  color: #045876 !important;
  margin: 10px 0 0!important;
  font-size: 22px !important;
  font-family: "proxima-nova", sans-serif !important;
  font-style: normal;
  font-weight: 900;
}
body#shop {
  background: none!important;
}
.alert {
  padding: 8px 14px 8px 14px !important;
}
.feature li {
  list-style-image: url('../img/arrows.png');
}
.feature li.red {
  list-style-image: url('../img/arrows-red.png');
}
.alright {
  text-align: right;
}
.alcenter {
  text-align: center;
}
.alcenter span {
  text-align: center;
}
.single-volume h3 {
  margin-bottom: 12px;
}
.carousel {
  text-shadow: none;
}
.carousel-caption .single p a {
  color: #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.features {
  margin: 20px 0 20px;
  border: 1px solid #eee;
  padding: 10px;
}
.features img {
  padding: 5px;
  margin: 0px;
  background-color: #eee;
  border: 1px solid #ddd;
}
.features h3,
.features h4,
.features h5,
.features h6 {
  line-height: 24px;
}
.clear {
  clear: both;
}
.features .blurb {
  margin-left: 0px;
}
.features h3 {
  margin-bottom: 12px;
}
.features h4 {
  font-size: 13px;
  line-height: 16px;
}
.features .twenty-five {
  width: 25%;
  float: left;
  text-align: center;
}
.features .small-thumb {
  max-height: 75px;
  max-width: auto;
}
.features .small-thumb {
  max-height: 75px;
  max-width: auto;
}
.badge a {
  color: inherit;
}
.home-ads {
  margin-top: 15px;
}
.home-ads.bottom {
  margin-bottom: 15px;
}
.home-ads:last-child {
  margin-top: 22px;
}
.hangout {
  margin-top: 15px;
}
.links {
  margin-top: 35px;
}
.links .content {
  margin-top: 15px;
  padding: 10px 10px 0;
}
.soci {
  display: block;
  float: left;
  margin-right: 3px;
  margin-top: 5px;
}
.text {
  display: block;
  float: left;
  margin-top: 13px;
  margin-right: 15px;
  text-shadow: 0px 0px 0px #fff !important;
}
.hoa {
  background-image: url('../img/Google_Hangout_WebAd2_upcoming.gif');
  height: 102px;
  padding-left: 110px;
  padding-right: 165px;
}
.hoa.onair {
  background-image: url('../img/Google_Hangout_WebAd2_on_air.gif');
}
.hoa h4 {
  font-size: 14px;
  padding-top: 12px;
}
.hoa p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 130%;
}
.overlay {
  margin-top: -70px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 60px;
  overflow: hidden;
  position: relative;
  padding: 5px;
  text-overflow: ellipsis;
}
#make-money #box-area {
  background-color: #dff0f8;
  padding: 10px 0 5px 15px;
}
#make-money #box-area ul {
  background-color: #fff;
  padding: 20px 10px;
  margin: 15px;
  color: #333;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: square;
  color: #328938;
  margin-left: 0;
  padding-left: 25px;
}
#make-money #box-area ul li {
  color: green;
}
#make-money #box-area ul li span {
  color: black;
}
#make-money ul.specials {
  list-style-type: square;
  margin: 0 0 10px 15px;
  padding-bottom: 5px;
}
#make-money ul.specials li {
  color: green;
  font-size: 13px;
  line-height: 18px;
}
#make-money ul.specials li span {
  color: black;
}
#make-money a.money {
  color: green;
  text-decoration: none;
}
#make-money h3,
#make-money li {
  font-family: "proxima-nova", sans-serif;
}
#make-money h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
}
#make-money div.container .row .narrow {
  width: 198px;
}
#make-money .container .row:first-child {
  padding-bottom: 10px;
}
#make-money .container .row .span5 {
  padding-top: 10px;
}
.footer-ad {
  padding: 30px 0;
}
#make_subcription_form legend + .control-group {
  margin-top: 8px;
  margin-top: 10px;
  -webkit-margin-top-collapse: separate;
}
#make_subcription_form .controls #shipState_ddState,
#billState_ddState,
#billCountry_ddCountry,
#shipCountry_ddCountry {
  width: 200px;
}
#make_subcription_form .radio.inline,
#make_subcription_form .checkbox.inline {
  margin-left: 0;
  margin-left: 20px\9;
  float: left;
  width: auto;
  padding-right: 10px;
}
.row-fluid .lower-sub-col-02 {
  margin-left: 0;
}
#make_subcription_form .card-number-area input,
#make_subcription_form .card-name-area input {
  width: 160px;
}
#payment-info .card-type-area select,
.card-month-area select,
.card-year-area select {
  width: auto !important;
}
#isBillShipAddrNotSame {
  width: auto !important;
}
#make_subcription_form .btn-02-area,
#make_subcription_form .btn-01-area {
  text-align: left;
  font-size: 24px;
  padding: 10px 20px;
  width: auto;
  height: 50px;
}
#make_subcription_form input.narrow,
textarea.narrow,
#make_subcription_form .uneditable-input.radio-narrow {
  width: 20px;
  padding: 0;
}
#make_subcription_form .controls #shipState_ddState,
#billState_ddState,
#billCountry_ddCountry,
#shipCountry_ddCountry {
  width: 200px;
}
#make_subcription_form input.narrow,
textarea.narrow,
#make_subcription_form .uneditable-input.radio-narrow {
  width: 20px;
  padding: 0;
}
#make_subcription_form {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  margin-bottom: 15px;
}
#make_subcription_form .card-month-area {
  width: 65px;
  display: inline;
  float: right;
  padding-top: 10px;
}
#make_subcription_form .card-month-area label {
  width: 65px;
}
#make_subcription_form legend + .control-group {
  margin-top: 8px;
  margin-top: 10px;
  -webkit-margin-top-collapse: separate;
}
#make_subcription_form .form-horizontal .controls:first-child {
  *padding-left: 90px;
}
#make_subcription_form .form-horizontal .control-label {
  float: left;
  width: 80px;
  padding-top: 5px;
  text-align: left;
}
#make_subcription_form .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 90px;
  *margin-left: 0;
}
#make_subcription_form h3 {
  color: #005d8f;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
}
#make_subcription_form .subscribe-button-area {
  height: auto;
  padding: 10px;
  margin: 10px 0;
}
#make_subcription_form fieldset#sub-info.form-horizontal .control-group .controls {
  margin-left: 0;
  padding-top: 42px;
  padding-bottom: 42px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#make_subcription_form .control-group {
  margin-bottom: 15px;
}
#make_subcription_form .card-name-area {
  width: 200px;
  float: left;
}
#make_subcription_form .card-name-area label {
  padding-top: 10px;
}
#make_subcription_form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  line-height: 20px;
  border: 0 none;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #37BAF5;
  margin-bottom: 15px;
  margin-top: 8px;
}
#make_subcription_form fieldset#delivery-info.form-horizontal div.control-group label.checkbox div.controls {
  margin-left: 0;
}
#make_subcription_form #offer-code {
  font-size: 14px;
  padding-top: 45px;
  font-weight: bold;
}
#make_subcription_form .main-sub-hdr h3 {
  color: #cc2229;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 0px;
  font-size: 22px;
  margin-top: 10px;
}
#make_subcription_form .card-number-area {
  width: 180px;
  float: left;
}
#make_subcription_form .card-number-area label {
  padding-top: 10px;
  width: 180px;
}
#make_subcription_form .card-year-area {
  width: 70px;
  display: inline;
  float: right;
  padding-top: 10px;
}
#make_subcription_form #payment-info legend {
  float: left;
  width: auto;
  padding-right: 5px;
  padding-top: 15px;
  margin-bottom: 10px;
}
#make_subcription_form #payment-info img {
  padding-top: 13px;
}
#make_subcription_form #payment-info span {
  float: left;
  font-size: 10px;
  padding-top: 15px;
}
#make_subcription_form textarea {
  height: autoheight: auto;
}
#make_subcription_form .submit-btn-area {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
#make_subcription_form .upper-sub-area p {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 5px;
}
#make_subcription_form .upper-sub-area p span {
  font-size: 14px;
}
#make_subcription_form .upper-sub-area h2 {
  font-size: 42px;
  color: #1F5875;
  font-weight: 400;
}
#make_subcription_form .card-type-area {
  width: 115px;
  display: inline;
  float: right;
  padding-top: 10px;
}
#make_subcription_form .card-type-area label {
  width: 115px;
}
#make_subcription_form select .wide {
  width: 200px;
  border: 1px solid #cccwidth: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
}
#make_subcription_form #sub-info control group {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin-top: 15px;
  line-height: 110px;
}
#make_subcription_form #sub-info label {
  color: #37BAF5;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  width: 120px;
  margin-top: 42px;
}
#make_subcription_form .textboxes {
  width: 184px;
}
#make_subcription_form .container .row .span12 .red {
  color: #CC2229;
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: uppercase;
}
#make_subcription_form .container .row .span12.subscribe-button-area {
  height: 40px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.back-issues p {
  font-size: 14px !important;
}
.googleplus1_button {
  width: auto !important;
}
.newsletter-signup {
  font-size: 16px;
  margin-top: 30px;
}
.newsletter-signup label {
  font-size: 16px;
}
.newsletter-signup .control-label {
  font-size: 16px;
  font-weight: 600;
}
.newsletter-signup input {
  margin-top: 0;
  margin-bottom: 3px;
}
.ctx-module .ctx-sections-container {
  border-radius: 4px !important;
  border: 1px solid #e3e3e3;
}
.ctx-module .ctx-content-block2 .ctx-links-header {
  background-color: transparent !important;
}
.ctx-module .ctx-content-block2 .ctx-link {
  font-size: 13px !important;
  line-height: 16px !important;
}
.ctx-module .ctx-content-block2 .ctx-link span {
  color: #005d8f !important;
  font-weight: bold !important;
  font-family: proxima-nova, sans-serif !important;
}
.ctx-module .ctx-content-block2 .ctx-nodefs {
  padding: 1% 0 !important;
  color: #ed1c24 !important;
  text-transform: uppercase !important;
  font-family: proxima-nova, sans-serif !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
.social-profile-icons a {
  display: block;
  float: left;
  text-align: center;
  width: 24%;
  height: 33px;
}
.social-profile-icons a .social-profile-cont {
  background-position: center;
  display: inline-block;
  width: 32px;
}
.social-profile-icons a.sprite-facebook-32 {
  background-color: #335A8E;
  transition: background-color 0.2s ease;
  margin-right: 1%;
}
.social-profile-icons a.sprite-facebook-32 span {
  background-position: -5px -5px;
}
.social-profile-icons a.sprite-facebook-32:hover {
  background-color: #1d3250;
  transition: background-color 0.2s ease;
}
.social-profile-icons a.sprite-googleplus-32 {
  background-color: #C04B36;
  transition: background-color 0.2s ease;
  width: 25%;
}
.social-profile-icons a.sprite-googleplus-32 span {
  background-position: -5px -47px;
}
.social-profile-icons a.sprite-googleplus-32:hover {
  background-color: #7e3123;
  transition: background-color 0.2s ease;
}
.social-profile-icons a.sprite-pinterest-32 {
  background-color: #BA4236;
  transition: background-color 0.2s ease;
  margin-right: 1%;
}
.social-profile-icons a.sprite-pinterest-32 span {
  background-position: -5px -89px;
}
.social-profile-icons a.sprite-pinterest-32:hover {
  background-color: #782b23;
  transition: background-color 0.2s ease;
}
.social-profile-icons a.sprite-twitter-32 {
  background-color: #75ADCF;
  transition: background-color 0.2s ease;
  margin-right: 1%;
}
.social-profile-icons a.sprite-twitter-32 span {
  background-position: -5px -131px;
}
.social-profile-icons a.sprite-twitter-32:hover {
  background-color: #3e86b1;
  transition: background-color 0.2s ease;
}
.sprite {
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
  display: block;
  height: 33px;
}
.sprite-images {
  background-image: url('../images/sprite_images.jpg');
}
.sprite-forum {
  background-position: 0 0;
  width: 620px;
  height: 174px;
}
.sprite-page2 {
  background-position: 0 -176px;
  width: 620px;
  height: 174px;
}
.sprite-sip {
  background-position: 0 -352px;
  width: 620px;
  height: 174px;
}
.sprite-forum {
  background-position: 0 0;
  width: 620px;
  height: 174px;
}
.sprite-page2 {
  background-position: 0 -176px;
  width: 620px;
  height: 174px;
}
.sprite-sip {
  background-position: 0 -352px;
  width: 620px;
  height: 174px;
}
.mf-challenge .projects-masthead {
  display: none;
}
.mf-challenge .secondary-hdr {
  margin-top: 10px;
  margin-bottom: 20px;
}
.mf-challenge .secondary-hdr .sidebar-ad {
  height: 250px;
  overflow: hidden;
}
/*** Contextly Modifications ***/
.ctx_sidebar a.ctx_title {
  font-size: 100% !important;
  /*** !important used to avoid modifying Contextly core files ***/
}
.contact-form label {
  text-align: left;
}
.pushbutton-wide {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: white;
  background-color: #0064CD;
  background-repeat: repeat-x;
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  padding: 5px 14px 6px;
}
.headme {
  margin-bottom: 25px;
}
.noborder {
  border: 0 !important;
}
[for=image] {
  margin-left: 50px;
}
.sidebar span.badge {
  display: inline !important;
}
h3.jumbo {
  font-size: 18px;
}
.sprite-images {
  background-image: url(/wp-content/themes/vip/makeblog/images/sprite-images.jpg) !important;
}
.author-365883 {
  float: none !important;
}
#jp-post-flair,
h3.sd-title {
  display: none !important;
}
.sd-social-official .sd-content ul > li {
  margin-right: 6px !important;
}
li.share-email {
  padding-top: 2px !important;
}
.sprite-images {
  background-image: url(/wp-content/themes/vip/makeblog/images/sprite-images.jpg) !important;
}
.author-365883 {
  float: none !important;
}
#jp-post-flair,
h3.sd-title {
  display: none !important;
}
.sd-social-official .sd-content ul > li {
  margin-right: 6px !important;
}
li.share-email {
  padding-top: 2px !important;
}
/* HIDING TITLES ON PAGES THAT USE IMAGE INSTEAD*/
.page-id-378544 h1,
.page-id-381291 h1,
.page-id-381951 h1,
.page-id-381951 .well,
.page-id-381951 .comments {
  display: none;
}
/* CUSTOM PADDING FOR OL ON MAKERFAIRE DESING CONTENT RULES */
.page-id-381951 ol li {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* BREATHING ROOM FOR H4 TITLE TAGS*/
h4 {
  margin-top: 5px;
}
.attachment-small-home-feature-boxes h4 {
  margin-top: 0 !important;
}
/*MAKER CAMP STYLE FIX FOR HOME PAGE*/
.page-id-312816 .feature-box {
  margin-top: 20px;
}
/*FIX FOR HIW LAYOUT ISSUE*/
body.hiw .single .container {
  margin-left: auto;
}
/*FIX FOR HIW SOCIAL ICONS LAYOUT*/
body.hiw .sd-social-official .sd-content ul > li {
  margin-left: 9px !important;
}
/*HIDING MAKE:40 (NOT COMPLETE) ON VOLUME PAGE
.post-type-archive-volume .post-394422 {display:none;}*/
/*Slide show caption background color */
.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
}
.home h2.look_like_h3_blue a:link,
.home h2.look_like_h3_blue a:visited {
  color: #CC2229 !important;
}
.home h2.look_like_h3_blue a:hover {
  color: #7F080D !important;
}
/* REMOVING AUTHOR BIO AND IMAGE FOR VOLUME PAGE */
.postid-451386 .avatar,
.postid-461061 .avatar,
.postid-451386 .-author-profile-bio,
.postid-461061 .-author-profile-bio {
  display: none;
}
.page-id-304421 .comments,
.page-id-304421 .look_like_h3,
.page-id-304421 .carousel {
  display: none;
}
.sd-social-official .sd-content > ul > li > a.sd-button {
  line-height: 18px !important;
}
h3.heading.look_like_h4_cat {
  display: none;
}
.page-id-463824 .projects-meta {
  display: none;
}
/*PSOC Maker Challenge Header Hide*/
.page-id-461313 .projects-masthead,
.page-id-431313 .projects-masthead,
.page-id-463824 .projects-masthead,
.page-id-462353 .projects-masthead,
.page-id-463460 .projects-masthead,
.page-id-463441 .projects-masthead {
  display: none;
}
/*Home page background styles*/
.page-id-116357 .waist {
  background-image: none !important;
  border: none;
}
.page-id-116357 .new-sand,
.page-id-116357 .waist .checkers {
  background-image: none !important;
}
/*.page-id-116357 .grid-box {background-image:none !important;}*/
/*.page-id-116357 .posts {margin-bottom:30px;}*/
/*Videos page category links*/
.post-type-archive-video h3,
.post-type-archive-video .subs {
  display: none;
}
/*CONTEST PAGE HEADER TITLES*/
.page-id-466354 .projects-masthead,
.page-id-466367 .projects-masthead,
.page-id-466360 .projects-masthead,
.page-id-466358 .projects-masthead,
page-id-466367 .projects-masthead {
  display: none;
}
/* HIDES COMMENTS, ADD PAGE-ID */
body.page-id-304401 .comments {
  display: none;
}
.weekend-projects-home .attachment-small-home-feature-boxes {
  margin-top: 0;
}
li.share-pinterest .pinterest_button a {
  background-image: url(https://makezine.com/wp-content/uploads/2015/03/pinit_fg_en_rect_white_20.jpg) !important;
  cursor: pointer !important;
  background-repeat: none !important;
  background-size: 40px 20px !important;
  height: 20px !important;
  padding: 0 !important;
  vertical-align: baseline !important;
  text-decoration: none !important;
  width: 40px !important;
  background-position: 0;
}
.li.share-pinterest .pinterest_button a {
  cursor: pointer !important;
  position: relative !important;
  display: inline-block !important;
}
#sthoverbuttons span {
  break-word: normal;
}
.weekend-projects-home .attachment-small-home-feature-boxes {
  margin-top: auto;
}
#sthoverbuttons.sthoverbuttons-pos-left span {
  word-wrap: normal;
}
.a2a_svg,
.a2a_count {
  border-radius: 0 !important;
}
.a2a_vertical_style a {
  padding: 0 4px !important;
}
.ssbp-input-url-div-2 {
  display: none !important;
}
.ssbp-wrap-2 {
  margin-top: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 15px !important;
}
.ssbp-wrap {
  display: none;
}
/*PSOC Contest About page header */
.page-id-475507 .projects-masthead h1 {
  display: none;
}
/* Day of Making */
.dom-container {
  font-family: proxima-nova, sans-serif;
  font-size: 10pt;
  color: #606060;
  margin-bottom: 30px;
}
.dom-container a {
  font-family: proxima-nova, sans-serif;
  color: #606060;
  font-weight: 500;
}
.dom-container h4 {
  height: 36px;
  overflow: hidden;
  margin-left: 20px;
  padding-right: 10px;
}
.dom-container p {
  height: 50px;
  margin-left: 20px;
  padding-bottom: 15px;
}
.dom-main-story {
  width: 570px;
  height: 375px;
  background-color: #fafafa;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.dom-story {
  width: 275px;
  height: 375px;
  background-color: #fafafa;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.header-dom {
  margin: 25px 0 50px 0;
}
.header-dom h1 {
  color: #0071a0;
}
.dom-mf-movement {
  margin-top: 10px;
}
.date {
  text-transform: uppercase;
  color: #929292;
  font-size: 8pt;
  margin-left: 20px;
}
.dom-read-more {
  border-top: 1px solid;
  padding-top: 17px;
  padding-left: 20px;
  margin-top: 10px;
}
.dom-read-more a {
  font-weight: 300;
}
.read-more-stories {
  float: right;
  margin-right: 43px;
  margin-top: 20px;
}
.dom-rm-featured {
  border-top: 1px solid;
  padding-left: 20px;
  padding-top: 6px;
}
.dom-main-story p {
  height: 30px;
}
.dom-arrow {
  margin-left: 140px;
}
.dom-feature-arrow {
  margin-left: 420px;
}
p.dom-feature-excerpt {
  margin-left: 20px;
  margin-top: 0;
  padding-bottom: 0;
}
.domWH {
  width: 275px;
  height: 375px;
  background-image: url("../images/day-of-making/domBG.png");
  font-size: 8pt;
  line-height: normal;
}
.domWH p {
  padding-right: 20px;
  padding-top: 25px;
}
.mf-badge {
  margin-left: 63px;
  margin-top: 95px;
}
.hr {
  border: 1px solid #dbdbdb;
}
.second-row {
  margin-top: 20px;
}
.third-row {
  margin-top: 20px;
}
.fourth-row {
  margin-top: 20px;
}
.second-column {
  margin-left: -40px;
  margin-top: 15px;
}
/*

Tag Cloud
---------------------------------------------------------------------------------------------------- */
.related-topics {
  display: inline-block;
  width: 620px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.related-topics .related-topics-ul ul {
  width: 390px;
  float: left;
  margin-left: 44px;
  display: inline-block;
  list-style-type: none;
  padding-right: 10px;
}
.related-topics .related-topics-ul li {
  float: left;
  list-style-type: none;
  padding-right: 25px;
  font-size: 12px;
  line-height: 18pt;
  text-transform: uppercase;
}
.related-topics a {
  color: #999999;
}
.related-topics a:hover {
  color: #333333;
}
.related-topics p {
  width: 115px;
  float: left;
  color: #333333;
  font-size: 12px !important;
  font-weight: bold;
}
/*

Maker Camp Banner Waist
---------------------------------------------------------------------------------------------------- */
.maker-camp {
  margin-bottom: 15px;
}
.maker-camp-home-banner {
  height: 105px;
  padding-top: 5px;
}
.maker-camp-logo {
  float: left;
}
.maker-camp-home-text {
  float: left;
}
.paddme-maker-camp {
  padding: 10px 0 10px 10px;
}
.paddme-maker-camp-left {
  padding: 20px 0;
}
.paddme-maker-camp-right {
  padding: 10px 0;
}
.maker-camp h3 a {
  color: #cc2229;
  font-size: 20px;
  font-weight: bold;
}
.maker-camp p {
  margin: 0;
  font-size: 16px;
}
.maker-camp p.maker-camp-small-text {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
@media (max-width: 479px) {
  .span4 {
    max-width: 100%;
    padding: 0;
  }
  .paddme {
    padding: 10px 0 0 0 !important;
  }
  div.span8 img {
    width: 100%;
  }
  div.span4 img {
    width: 100%;
  }
  .page-id-116357 .waist {
    margin-top: -25px;
  }
  div.dom-featured-thumb img {
    width: 100%;
  }
  div.home-waist-banner {
    display: none;
  }
  div.home-ads {
    text-align: center;
  }
  div.featured {
    padding-top: 10px;
  }
  div.blurb {
    width: 60% !important;
    height: 125px;
    overflow: hidden;
  }
  div.entry-content {
    width: 100% !important;
  }
  div.posts {
    background-image: none;
  }
  div.grid-box img {
    width: 96%;
  }
  div.boxy {
    height: 270px;
    background-image: none;
  }
  img.subscription-image {
    width: auto;
  }
  div.main-header .hdr-sub-ad-01 img {
    float: left;
    padding: 0;
    margin: -10px 0 0 40px;
  }
  div.featured {
    margin: 0;
  }
  div.maker-camp-makey {
    float: left;
    width: 35%;
    padding-right: 10px;
  }
  div.paddme-maker-camp-right {
    float: none;
  }
  div.secondary-header .search-make input {
    top: -39px;
    right: -332px;
  }
  ul.ubermenu-submenu-id-489196 {
    border: none !important;
    height: auto !important;
  }
  input[type="submit"] {
    left: 92% !important;
  }
  /** Day of Making **/
  img.dom-feature-arrow {
    float: right;
    margin-right: 30px;
    margin-top: -18px;
    width: 22px !important;
  }
  img.dom-arrow {
    float: right;
    margin-right: 30px;
    width: 22px !important;
  }
  .dom-read-more {
    margin-top: -25px;
  }
  .dom-rm-featured {
    margin-top: 80px;
  }
  .mf-badge {
    width: 154px !important;
    margin-left: 60px !important;
  }
  .dom-middle-section {
    margin-left: 43px !important;
  }
  .dom-final-story {
    margin-left: -40px !important;
  }
  .hidden-print {
    overflow-x: hidden;
  }
  .footer-ad {
    overflow-x: hidden;
  }
  /** 
Sprout Styles **/
  .sprout-story {
    height: 375px;
  }
  .sprout-read-more {
    margin-top: -19px;
  }
  .sprout-feature-story {
    height: 295px;
  }
  .sprout-feature-story {
    height: 290px !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .span4 {
    max-width: 100%;
    padding: 0;
  }
  .paddme {
    padding: 0 !important;
  }
  .checkers {
    margin: 0 !important;
  }
  div.span8 img {
    width: 100%;
  }
  div.span4 img {
    width: 100%;
  }
  div.home-waist-banner {
    display: none;
  }
  div.home-ads {
    text-align: center;
  }
  div.featured {
    padding-top: 10px;
  }
  div.blurb {
    width: 60% !important;
    height: 125px;
    overflow: hidden;
  }
  div.entry-content {
    width: 100% !important;
  }
  div.posts {
    background-image: none;
  }
  div.grid-box img {
    width: 96%;
  }
  div.boxy {
    height: 270px;
    background-image: none;
  }
  img.subscription-image {
    width: auto;
  }
  div.featured {
    margin: 0;
  }
  div.maker-camp-makey {
    float: left;
    width: 35%;
    padding-right: 10px;
  }
  div.paddme-maker-camp-right {
    float: none;
  }
  div.span4 div.paddme {
    padding: 0;
  }
  div.secondary-header {
    height: auto;
  }
  div.secondary-header .search-make input {
    top: -39px;
    right: -332px;
  }
  input[type="submit"] {
    left: 92% !important;
  }
  ul.ubermenu-submenu-id-489196 {
    border: none !important;
    height: auto !important;
  }
  li.ubermenu-item-level-1 a {
    font-size: 15px;
  }
}
/*

Uber Menu
---------------------------------------------------------------------------------------------------- */
ul.ubermenu-submenu-id-486943 {
  padding-right: 20px !important;
}
.ubermenu .ubermenu-submenu .ubermenu-column-auto {
  min-width: 100px;
  width: 0 !important;
}
/*

Sprout by HP
---------------------------------------------------------------------------------------------------- */
.sprout-story {
  background-color: #fafafa;
  border: 1px solid #ededed;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 25px;
  height: 350px;
}
.sprout-feature-story {
  height: 380px;
}
.sprout-story a {
  color: black !important;
  font-weight: 300;
  margin-top: -4px;
}
.sprout-story h4 {
  margin-left: 20px;
  height: 50px;
}
.sprout-feature-story h4 {
  height: auto;
}
.sprout-story p {
  margin-left: 20px;
  font-size: .8em;
  height: 45px;
}
.sprout-story .dom-rm-featured {
  border-top: 1px solid #dbdbdb;
}
.sprout-read-more {
  border-top: 1px solid #dbdbdb;
  padding-top: 8px;
}
.sprout-read-article {
  float: left;
  margin-left: 3%;
  font-size: .7em;
}
.sprout-arrow {
  float: right;
  margin-right: 3%;
  width: 22px !important;
}
.sprout-arrow-featured {
  float: right;
  width: 22px !important;
  margin-right: 3%;
}
.ad-market-wired {
  margin-top: 19px;
}
.ad-sprout {
  margin-top: 20px;
}
