@charset "UTF-8";
/* CSS Document */

/*!
 * DFM CSS Framework
 *
 * Based on Bootstrap v2.2.2
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */
/*@navbarHeight:                    40px;
@navbarBackgroundHighlight:       @white;
@navbarBackground:                lighten(@grayLighter, 2%);
@navbarBorder:                    @borderColor;


@navbarText:                      @blue;
@navbarLinkColor:                 @blue;
@navbarLinkColorHover:            @white;
@navbarLinkColorActive:           @white;
@navbarLinkBackgroundHover:       @blue;
@navbarLinkBackgroundActive:      @grayDark;

@navbarBrandColor:                @navbarLinkColor;
@navbarFontWeight:                400;*/
/*
@navbarHeight:                    30px;
@navbarBackgroundHighlight:       @blue;
@navbarBackground:                @blue;
@navbarBorder:                    @blue;


@navbarText:                      @blue;
@navbarLinkColor:                 #f9f9f9;
@navbarLinkColorHover:            @blue;
@navbarLinkColorActive:           @blue;
@navbarLinkBackgroundHover:       #f9f9f9;
@navbarLinkBackgroundActive:      #f9f9f9;

@navbarBrandColor:                @navbarLinkColor;
*/
.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: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  position: relative;
}
div,
ul,
li {
  position: relative;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  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;
}

svg:not(:root) {
  overflow: hidden;
}
#map-canvas embed,
#map-canvas img,
#map-canvas object,
.google-maps embed,
.google-maps img,
.google-maps object {
  max-width: none!important;
}
figure {
  margin: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  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;
}
/* ALIGNMENT */
.clear {
  clear: both;
}
.top {
  vertical-align: top;
}
.bottom {
  vertical-align: bottom;
}
.middle {
  vertical-align: middle;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* DISPLAY */
.hidden {
  display: none;
}
a {
  color: #5278ae;
  text-decoration: none;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
a:hover {
  color: #39547a;
  text-decoration: underline;
}
p {
  margin: 0 0 11.326px;
}
p small {
  font-size: 85%;
  color: #aaaaaa;
}
aside p {
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
}
small {
  font-size: 85%;
}
b,
strong {
   font-weight: bold;
   font-family: "Trebuchet MS", "Helvetica Neue", "Arial Unicode MS", Helvetica, Arial, sans-serif;
}
dfn,
em,
i {
  font-style: italic;
}
cite {
  font-style: normal;
}
mark {
  background: #f3d30c;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 22.652px 0 11.326px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  line-height: 1.2;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  font-weight: normal;
  line-height: 0;
  color: #aaaaaa;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 37px;
}
h3 {
  font-size: 27px;
}
h4 {
  font-size: 23px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 14px;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  line-height: 22.652px;
}
ul.list {
  list-style: disc;
  margin: 22.652px 20px 22.652px;
}
ul.list li ul {
  list-style: inherit;
  margin-left: 20px;
}
ol.list {
  list-style: decimal;
  margin: 22.652px 20px 22.652px;
}
ol.list li ul {
  list-style: inherit;
  margin-left: 20px;
}
ul.square,
ul.circle {
  margin-left: 20px;
}
ul.square li ul,
ul.circle li ul {
  list-style: inherit;
  margin-left: 20px;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.inline-list {
  *zoom: 1;
}
ul.inline-list:before,
ul.inline-list:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.inline-list:after {
  clear: both;
}
ul.inline-list li {
  list-style: none;
  float: left;
  margin-left: 20px;
  display: block;
}
dl {
  margin-bottom: 22.652px;
}
dt,
dd {
  line-height: 22.652px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 11.326px;
}
.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: 22.652px 0;
  border: 0;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #f9f9f9;
}
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  border: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #aaaaaa;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 22.652px;
  border-left: 5px solid #c9c9c9;
}
blockquote p {
  margin-bottom: 0;
  font: 300 16px / 28.315px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
blockquote cite {
  font-size: 13px;
  font-style: italic;
  color: #808080;
}
blockquote cite a {
  color: #808080;
}
blockquote cite a:visited {
  color: #808080;
}
blockquote small {
  display: block;
  line-height: 22.652px;
  color: #aaaaaa;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #c9c9c9;
  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 {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 22.652px;
  font-style: normal;
  line-height: 22.652px;
}
form {
  margin: 0 0 22.652px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22.652px;
  font-size: 21px;
  line-height: 45.304px;
  color: #777777;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 16.989px;
  color: #aaaaaa;
}
label,
input,
button,
select,
textarea {
  font: normal 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, 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: 11.326px;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  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: #f9f9f9;
  border: 1px solid #dddddd;
  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;
}
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 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  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"] {
  line-height: 28px;
}
select {
  width: 220px;
  border: 1px solid #dddddd;
  background-color: #f9f9f9;
}
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: #aaaaaa;
  background-color: #f6f6f6;
  border-color: #dddddd;
  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: #aaaaaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
.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: 40px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 966px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 796px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 626px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 456px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 286px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 116px;
}
.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: #c9c9c9;
}
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: #f9f9f9;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #f9f9f9;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #f9f9f9;
  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: #e0e0e0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #f9f9f9;
  background-color: #a61a13;
  border-color: #f9f9f9;
}
.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;
  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;
  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;
  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;
  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: #dddddd;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #dddddd;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #dddddd;
  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: #c4c4c4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #dddddd;
  background-color: #39547a;
  border-color: #dddddd;
}
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;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 21.652px 20px 22.652px;
  margin-top: 22.652px;
  margin-bottom: 22.652px;
  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: 11.326px;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  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 {
  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;
  vertical-align: top;
  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 #f9f9f9;
  background-color: #c9c9c9;
  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;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #ade942;
  border-color: #59830f;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  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 {
  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 {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  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 {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  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;
  /* IE8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0;
}
.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  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;
  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: 11.326px;
}
legend + .control-group {
  margin-top: 22.652px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 22.652px;
  *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 {
  margin-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: 11.326px;
}
.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: 22.652px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 22.652px;
  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: transparent;
}
.table-condensed {
  font-size: 13px;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
  line-height: 11.326px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  border-left: 0;
  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 {
  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 {
  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 tfoot:last-child tr:last-child > td:first-child {
  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 tfoot:last-child tr:last-child > td:last-child {
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  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 {
  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 {
  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: 114px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 454px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 624px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 794px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 964px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 1134px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 1304px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 1474px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 1814px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 1984px;
  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: #a61a13;
}
.table tbody tr.info td {
  background-color: #39547a;
}
.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: #8f1610;
}
.table-hover tbody tr.info:hover td {
  background-color: #314869;
}
code,
pre {
  padding: 0 3px 2px;
  font: normal 14px / 22.652px "Menlo", "Monaco", "Consolas", "Courier New", monospace;
  font-size: 12px;
  color: #777777;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 10.826px;
  margin: 0 0 11.326px;
  font-size: 13px;
  line-height: 22.652px;
  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);
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 22.652px;
}
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;
}
.keystroke,
kbd {
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 13px;
  padding: 2px 4px 0;
  margin: 0;
  background: #ededed;
  border: solid 1px #dbdbdb;
  border-radius: 3px;
}
body {
   margin: 0;
   color: #333333;
   background-color: #666666;
}
.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 {
  margin: 0 auto;
  max-width: 1280px;
  min-width: 320px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -40px;
  *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: 40px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 980px;
}
.span6 {
  width: 980px;
}
.span5 {
  width: 810px;
}
.span4 {
  width: 640px;
}
.span3 {
  width: 470px;
}
.span2 {
  width: 300px;
}
.span1 {
  width: 130px;
}
.offset6 {
  margin-left: 1060px;
}
.offset5 {
  margin-left: 890px;
}
.offset4 {
  margin-left: 720px;
}
.offset3 {
  margin-left: 550px;
}
.offset2 {
  margin-left: 380px;
}
.offset1 {
  margin-left: 210px;
}
.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: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 4.08163265%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 4.08163265%;
}
.row-fluid .span6 {
  width: 100%;
}
.row-fluid .span5 {
  width: 82.65306122%;
}
.row-fluid .span4 {
  width: 65.30612245%;
}
.row-fluid .span3 {
  width: 47.95918367%;
}
.row-fluid .span2 {
  width: 30.6122449%;
}
.row-fluid .span1 {
  width: 13.26530612%;
}
.row-fluid .offset6 {
  margin-left: 108.16326531%;
}
.row-fluid .offset6:first-child {
  margin-left: 104.08163265%;
}
.row-fluid .offset5 {
  margin-left: 90.81632653%;
}
.row-fluid .offset5:first-child {
  margin-left: 86.73469388%;
}
.row-fluid .offset4 {
  margin-left: 73.46938776%;
}
.row-fluid .offset4:first-child {
  margin-left: 69.3877551%;
}
.row-fluid .offset3 {
  margin-left: 56.12244898%;
}
.row-fluid .offset3:first-child {
  margin-left: 52.04081633%;
}
.row-fluid .offset2 {
  margin-left: 38.7755102%;
}
.row-fluid .offset2:first-child {
  margin-left: 34.69387755%;
}
.row-fluid .offset1 {
  margin-left: 21.42857143%;
}
.row-fluid .offset1:first-child {
  margin-left: 17.34693878%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
.print-only {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  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: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  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;
  }
  h2 .hide-on-print,
  h3 .hide-on-print {
    display: none !important;
  }
  h2 .print-only,
  h3 .print-only {
    display: block !important;
  }
  h2 .hide-for-print,
  h3 .hide-for-print {
    display: none !important;
  }
  h2 .show-for-print,
  h3 .show-for-print {
    display: inherit !important;
  }
}
.lead {
  margin-bottom: 22.652px;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
}
.page-header {
  margin: 11.326px 0;
  border-bottom: 1px solid #c9c9c9;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  margin-top: 0;
  line-height: 1;
}
.muted {
  color: #aaaaaa;
}
a.muted:hover {
  color: #919191;
}
.text-warning {
  color: #f9f9f9;
}
a.text-warning:hover {
  color: #e0e0e0;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #dddddd;
}
a.text-info:hover {
  color: #c4c4c4;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.img-rounded {
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  border-radius: 50%;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/common/dfm/assets/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/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:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("/common/dfm/assets/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;
}
.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;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #333333;
  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: 5001000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #f9f9f9;
  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: 10.326px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #f9f9f9;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 22.652px;
  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: #f9f9f9;
  background-color: #4e73a7;
  background-image: -moz-linear-gradient(top, #5278ae, #496c9d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5278ae), to(#496c9d));
  background-image: -webkit-linear-gradient(top, #5278ae, #496c9d);
  background-image: -o-linear-gradient(top, #5278ae, #496c9d);
  background-image: linear-gradient(to bottom, #5278ae, #496c9d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5278ae', endColorstr='#ff496c9d', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #f9f9f9;
  text-decoration: none;
  outline: 0;
  background-color: #4e73a7;
  background-image: -moz-linear-gradient(top, #5278ae, #496c9d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5278ae), to(#496c9d));
  background-image: -webkit-linear-gradient(top, #5278ae, #496c9d);
  background-image: -o-linear-gradient(top, #5278ae, #496c9d);
  background-image: linear-gradient(to bottom, #5278ae, #496c9d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5278ae', endColorstr='#ff496c9d', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #aaaaaa;
}
.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: 5001000;
}
.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 #333333;
  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;
  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;
  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: #c6c6c6;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #f9f9f9;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #dddddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 22.652px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #333333;
  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;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #777777;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #efefef;
  background-image: -moz-linear-gradient(top, #f9f9f9, #e0e0e0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e0e0e0);
  background-image: -o-linear-gradient(top, #f9f9f9, #e0e0e0);
  background-image: linear-gradient(to bottom, #f9f9f9, #e0e0e0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe0e0e0', GradientType=0);
  border-color: #e0e0e0 #e0e0e0 #b9b9b9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e0e0e0;
  /* 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 #dddddd;
  border-bottom-color: #c4c4c4;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #777777;
  background-color: #e0e0e0;
}
.btn:active,
.btn.active {
  background-color: #c6c6c6 \9;
}
.btn:hover {
  color: #777777;
  text-decoration: none;
  background-color: #e0e0e0;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e0e0e0;
  background-color: #d3d3d3 \9;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e0e0e0;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  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: 1px 6px;
  font-size: 10.5px;
  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 {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #394e7a;
  background-image: -moz-linear-gradient(top, #39547a, #39447a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#39547a), to(#39447a));
  background-image: -webkit-linear-gradient(top, #39547a, #39447a);
  background-image: -o-linear-gradient(top, #39547a, #39447a);
  background-image: linear-gradient(to bottom, #39547a, #39447a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39547a', endColorstr='#ff39447a', GradientType=0);
  border-color: #39447a #39447a #212746;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #39447a;
  /* 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:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #39447a;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #293057 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e7aa4f;
  background-image: -moz-linear-gradient(top, #ebb76a, #e29727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebb76a), to(#e29727));
  background-image: -webkit-linear-gradient(top, #ebb76a, #e29727);
  background-image: -o-linear-gradient(top, #ebb76a, #e29727);
  background-image: linear-gradient(to bottom, #ebb76a, #e29727);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebb76a', endColorstr='#ffe29727', GradientType=0);
  border-color: #e29727 #e29727 #a66c16;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e29727;
  /* 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:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #e29727;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #bd7b19 \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:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
}
.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:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
}
.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:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
}
.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: #4b4b4b;
  background-image: -moz-linear-gradient(top, #444444, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#555555));
  background-image: -webkit-linear-gradient(top, #444444, #555555);
  background-image: -o-linear-gradient(top, #444444, #555555);
  background-image: linear-gradient(to bottom, #444444, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff555555', GradientType=0);
  border-color: #555555 #555555 #2f2f2f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #555555;
  /* 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:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #555555;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #3b3b3b \9;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #5278ae;
  border-radius: 0;
}
.btn-link:hover {
  color: #39547a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #777777;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 11.326px;
  margin-bottom: 11.326px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  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;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 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;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e0e0e0;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #39447a;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #e29727;
}
.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: #555555;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.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: #f9f9f9;
  border-bottom-color: #f9f9f9;
}
.btn-group-vertical {
  display: inline-block;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 22.652px;
  background-color: #a61a13;
  border: 1px solid #8f1610;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #f9f9f9;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 22.652px;
}
.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: #39547a;
  border-color: #2e4c62;
  color: #dddddd;
}
.alert-info h4 {
  color: #dddddd;
}
.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,
.tabs,
.pills,
.nav-list {
  margin-left: 0;
  list-style: none;
}
.nav {
  margin-bottom: 22.652px;
}
.nav > li > a,
.tabs > li > a,
.pills > li > a,
.nav-list > li > a {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.nav > li > a:hover,
.tabs > li > a:hover,
.pills > li > a:hover,
.nav-list > li > a:hover {
  text-decoration: none;
  background-color: #c9c9c9;
}
.nav > li > a > img,
.tabs > li > a > img,
.pills > li > a > img,
.nav-list > li > a > img {
  max-width: none;
}
.nav > .pull-right,
.tabs > .pull-right,
.pills > .pull-right,
.nav-list > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 22.652px;
  color: #aaaaaa;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header,
.tabs li + .nav-header,
.pills li + .nav-header,
.nav-list 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 {
  color: #f9f9f9;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #5278ae;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 10.326px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #f9f9f9;
}
.tabs,
.pills {
  *zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabs:after,
.pills:after {
  clear: both;
}
.tabs > li,
.pills > li {
  float: left;
}
.tabs > li > a,
.pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.tabs {
  border-bottom: 1px solid #dddddd;
}
.tabs > li {
  margin-bottom: -1px;
}
.tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 22.652px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
  border-color: #c9c9c9 #c9c9c9 #dddddd;
}
.tabs > .active > a,
.tabs > .active > a:hover {
  color: #808080;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tabs.two-up li a,
.tabs.three-up li a,
.tabs.four-up li a,
.tabs.five-up li a {
  text-align: center;
  overflow: hidden;
}
.tabs.two-up li {
  width: 50%;
}
.tabs.three-up li {
  width: 33.33%;
}
.tabs.four-up li {
  width: 25%;
}
.tabs.five-up li {
  width: 20%;
}
.pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 6px;
}
.pills > .active > a,
.pills > .active > a:hover {
  color: #f9f9f9;
  background-color: #5278ae;
}
.stacked > li {
  float: none;
}
.stacked > li > a {
  margin-right: 0;
}
.tabs.stacked {
  border-bottom: 0;
}
.tabs.stacked > li > a {
  border: 1px solid #dddddd;
  border-radius: 0;
}
.tabs.stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.tabs.stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tabs.stacked > li > a:hover {
  border-color: #dddddd;
  z-index: 2;
}
.pills.stacked > li > a {
  margin-bottom: 3px;
}
.pills.stacked > li:last-child > a {
  margin-bottom: 1px;
}
.tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}
.pills .dropdown-menu {
  border-radius: 6px;
}
.nav .dropdown-toggle .caret,
.tabs .dropdown-toggle .caret,
.pills .dropdown-toggle .caret {
  border-top-color: #5278ae;
  border-bottom-color: #5278ae;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.tabs .dropdown-toggle:hover .caret,
.pills .dropdown-toggle:hover .caret {
  border-top-color: #39547a;
  border-bottom-color: #39547a;
}
/* move down carets for tabs */
.tabs .dropdown-toggle .caret {
  margin-top: 9.326px;
}
.nav .active .dropdown-toggle .caret,
.tabs .active .dropdown-toggle .caret,
.pills .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.tabs .active .dropdown-toggle .caret {
  border-top-color: #808080;
  border-bottom-color: #808080;
}
.nav > .dropdown.active > a:hover,
.tabs > .dropdown.active > a:hover,
.pills > .dropdown.active > a:hover {
  cursor: pointer;
}
.tabs .open .dropdown-toggle,
.pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.tabs > li.dropdown.open.active > a:hover,
.pills > li.dropdown.open.active > a:hover {
  color: #f9f9f9;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.tabs li.dropdown.open .caret,
.tabs li.dropdown.open.active .caret,
.tabs li.dropdown.open a:hover .caret,
.pills li.dropdown.open .caret,
.pills li.dropdown.open.active .caret,
.pills li.dropdown.open a:hover .caret {
  border-top-color: #f9f9f9;
  border-bottom-color: #f9f9f9;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #aaaaaa;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabbable .tabs {
  margin-bottom: 22.652px;
}
.tabbable.contained .tabs {
  margin-bottom: 0;
  margin-left: 0;
}
.tabbable.contained .tab-content {
  padding: 22.652px 20px;
  border: 1px solid #dddddd;
  border-width: 0 1px 1px 1px;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .tabs,
.tabs-right > .tabs,
.tabs-left > .tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below > .tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #dddddd;
}
.tabs-below > .tabs > .active > a,
.tabs-below > .tabs > .active > a:hover {
  border-color: transparent #dddddd #dddddd #dddddd;
}
.tabs-left > .tabs > li,
.tabs-right > .tabs > li {
  float: none;
}
.tabs-left > .tabs > li > a,
.tabs-right > .tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #dddddd;
}
.tabs-left > .tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .tabs > li > a:hover {
  border-color: #c9c9c9 #dddddd #c9c9c9 #c9c9c9;
}
.tabs-left > .tabs .active > a,
.tabs-left > .tabs .active > a:hover {
  border-color: #dddddd transparent #dddddd #dddddd;
  *border-right-color: #f9f9f9;
}
.tabs-right > .tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dddddd;
}
.tabs-right > .tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .tabs > li > a:hover {
  border-color: #c9c9c9 #c9c9c9 #c9c9c9 #dddddd;
}
.tabs-right > .tabs .active > a,
.tabs-right > .tabs .active > a:hover {
  border-color: #dddddd #dddddd #dddddd transparent;
  *border-left-color: #f9f9f9;
}
.nav > .disabled > a,
.tabs > .disabled > a,
.pills > .disabled > a,
.nav-list > .disabled > a {
  color: #aaaaaa;
}
.nav > .disabled > a:hover,
.tabs > .disabled > a:hover,
.pills > .disabled > a:hover,
.nav-list > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 22.652px;
}
.navbar-inner {
  min-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #3e5b84;
  background-image: -moz-linear-gradient(top, #5278ae, #213046);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5278ae), to(#213046));
  background-image: -webkit-linear-gradient(top, #5278ae, #213046);
  background-image: -o-linear-gradient(top, #5278ae, #213046);
  background-image: linear-gradient(to bottom, #5278ae, #213046);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5278ae', endColorstr='#ff213046', GradientType=0);
  border: 1px solid #39547a;
  *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: 3.674px 20px 3.674px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #39547a;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 30px;
  color: #39547a;
}
.navbar-link {
  color: #f9f9f9;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #39547a;
}
.navbar .divider-vertical {
  height: 30px;
  margin: 0 9px;
  border-left: 1px solid #213046;
  border-right: 1px solid #5278ae;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 0px;
}
.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: 0px;
}
.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 {
  float: left;
  margin-top: 0px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font: normal 13px / 1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 5001030;
  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;
  border-radius: 0;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav {
  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: 3.674px 15px 3.674px;
  color: #f9f9f9;
  text-decoration: none;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #f9f9f9;
  color: #39547a;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #39547a;
  text-decoration: none;
  background-color: #f9f9f9;
  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: #364f73;
  background-image: -moz-linear-gradient(top, #496c9d, #192434);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#496c9d), to(#192434));
  background-image: -webkit-linear-gradient(top, #496c9d, #192434);
  background-image: -o-linear-gradient(top, #496c9d, #192434);
  background-image: linear-gradient(to bottom, #496c9d, #192434);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff496c9d', endColorstr='#ff192434', GradientType=0);
  border-color: #192434 #192434 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #192434;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #192434;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #080c12 \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.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 #f9f9f9;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #39547a;
  border-bottom-color: #39547a;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #f9f9f9;
  color: #39547a;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #f9f9f9;
  border-bottom-color: #f9f9f9;
}
.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: #39547a;
  border-bottom-color: #39547a;
}
.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;
  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: #aaaaaa;
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #f9f9f9;
}
.navbar-inverse .brand {
  color: #aaaaaa;
}
.navbar-inverse .navbar-text {
  color: #aaaaaa;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: #f9f9f9;
  color: #f9f9f9;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #f9f9f9;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #aaaaaa;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #f9f9f9;
}
.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: #f9f9f9;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #f9f9f9;
  border-bottom-color: #f9f9f9;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #aaaaaa;
  border-bottom-color: #aaaaaa;
}
.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: #f9f9f9;
  border-bottom-color: #f9f9f9;
}
.navbar-inverse .navbar-search .search-query {
  color: #f9f9f9;
  background-color: #515151;
  border-color: #111111;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #777777;
  background-color: #f9f9f9;
  border: 0;
  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:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 22.652px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb .active {
  color: #aaaaaa;
}
.breadcrumb > li {
  display: inline-block;
  text-shadow: 0 1px 0 #f9f9f9;
}
.divider {
  padding: 0 5px;
  color: #dddddd;
}
.breadcrumb.block {
  padding: 0;
  background: white;
}
.breadcrumb.block li {
  font-size: 14px;
  margin: 0 4px 0 0;
}
.breadcrumb.block li:before {
  width: 0;
  height: 0;
  border-left: 7px solid white;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  content: "";
  position: absolute;
  top: -8px;
}
.breadcrumb.block li:after {
  border-left: 8px solid #dddddd;
}
.breadcrumb.block li a {
  background: #dddddd;
  line-height: 22.652px!important;
  padding: 10px 14px 10px 20px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.breadcrumb.block li a:after {
  width: 0;
  height: 0;
  border-left: 8px solid #dddddd;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  content: "";
  position: absolute;
  right: -8px;
  top: -6px;
}
.breadcrumb.block li a:hover {
  background: #c4c4c4;
  text-decoration: none;
}
.breadcrumb.block li a:hover:after {
  border-left: 8px solid #c4c4c4;
}
.breadcrumb.block .active {
  padding: 8px 16px 8px 20px;
  background-color: #39547a;
  color: #f9f9f9;
  font-weight: bold;
  text-shadow: 0 1px 0 #213046;
}
.breadcrumb.block .active:before {
  border-left: 7px solid white;
  top: 0;
  left: 0;
}
.breadcrumb.block .active:after {
  border: 0;
}
.breadcrumb.block .divider {
  display: none;
}
.breadcrumb.block.small li {
  font-size: 12px;
  margin: 0 3px 0 0;
}
.breadcrumb.block.small li:before {
  border-left: 8px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 0;
}
.breadcrumb.block.small li a {
  padding: 4px 10px 5px 16px;
}
.breadcrumb.block.small li a:after {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 0;
}
.breadcrumb.block.small .active {
  padding: 0 10px 0 16px;
}
.pagination {
  margin: 22.652px 0;
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  color: #808080;
  float: left;
  padding: 4px 10px;
  line-height: 22.652px;
  text-decoration: none;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #39547a;
  color: #f9f9f9;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #f9f9f9;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #b0b0b0;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination.plain ul {
  box-shadow: none;
  border-radius: 0;
}
.pagination.plain ul > li > a {
  border: 0;
}
.pagination.plain ul > li:first-child > a,
.pagination.plain ul > li:first-child > span {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination.plain ul > li:last-child > a,
.pagination.plain ul > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  border-top-right-radius: 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 {
  border-top-left-radius: 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 {
  border-top-right-radius: 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: 1px 6px;
  font-size: 10.5px;
}
.pager {
  margin: 22.652px 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;
  border-radius: 15px;
}
.pager li > a:hover {
  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 > span {
  color: #aaaaaa;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5001040;
  background-color: #333333;
}
.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: 5001050;
  width: 560px;
  margin-left: -280px;
  background-color: #f9f9f9;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  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;
  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 #dddddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #f9f9f9;
  *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: 5001020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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: 5001010;
  display: none;
  width: 236px;
  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);
  border-radius: 6px;
  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;
  border-radius: 6px 6px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -40px;
  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: 22.652px;
  margin-left: 40px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 22.652px;
  border: 1px solid #ddd;
  border-radius: 4px;
  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;
}
a.thumbnail:hover {
  border-color: #5278ae;
  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: #808080;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media .pull-left {
  margin-right: 10px;
}
.media .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
/* Video - Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ ---------------------- */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #f9f9f9;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #aaaaaa;
}
.label {
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.badge:hover {
  color: #f9f9f9;
  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: #e29727;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #bd7b19;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #dddddd;
}
.label-info[href],
.badge-info[href] {
  background-color: #c4c4c4;
}
.label-inverse,
.badge-inverse {
  background-color: #777777;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #5e5e5e;
}
.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: 22.652px;
  margin-bottom: 22.652px;
  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);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #f9f9f9;
  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);
  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;
}
.progress .bar + .bar {
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 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: #e7aa4f;
  background-image: -moz-linear-gradient(top, #ebb76a, #e29727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebb76a), to(#e29727));
  background-image: -webkit-linear-gradient(top, #ebb76a, #e29727);
  background-image: -o-linear-gradient(top, #ebb76a, #e29727);
  background-image: linear-gradient(to bottom, #ebb76a, #e29727);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebb76a', endColorstr='#ffe29727', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #ebb76a;
  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: 22.652px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  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: 22.652px;
  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;
  width: 100%;
}
.carousel-inner > .item > 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: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-size: 100px;
}
.carousel-control.left {
  background-color: rgba(0, 0, 0, 0.0001);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-color: transparent;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-color: transparent;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #777777;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #f9f9f9;
  line-height: 22.652px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
  color: inherit;
  background-color: #c9c9c9;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 8px;
  font-size: 63px;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 33.978px;
}
/* Microformats ---------------------- */
.vcard {
  background: #f9f9f9;
  display: inline-block;
  margin: 0 0 22.652px 0;
  border: 1px solid #dddddd;
  padding: 20.652px;
}
.vcard img {
  float: left;
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
}
.vcard ul {
  margin-left: 58px;
}
.vcard ul li {
  font-size: 12px;
  line-height: 17.016px;
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 17px;
}
.vevent span.summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px;
}
/* FC Webicons by Fairhead Creative http://fairheadcreative.com */
.fc-webicon {
  display: inline-block;
  background-size: 100%;
  width: 32px;
  height: 32px;
  text-indent: -999em;
  text-align: left;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  margin-bottom: 5px;
}
.fc-webicon:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
.fc-webicon.small {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
.fc-webicon.large {
  width: 48px;
  height: 48px;
  border-radius: 6px;
}
/* About.me */
.no-svg .fc-webicon.aboutme {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-aboutme-m.png");
}
.no-svg .fc-webicon.aboutme.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-aboutme.png");
}
.no-svg .fc-webicon.aboutme.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-aboutme-s.png");
}
.svg .fc-webicon.aboutme {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-aboutme.svg");
}
/* ADN (App.net) */
.no-svg .fc-webicon.adn {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-adn-m.png");
}
.no-svg .fc-webicon.adn.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-adn.png");
}
.no-svg .fc-webicon.adn.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-adn-s.png");
}
.svg .fc-webicon.adn {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-adn.svg");
}
/* Android */
.no-svg .fc-webicon.android {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-android-m.png");
}
.no-svg .fc-webicon.android.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-android.png");
}
.no-svg .fc-webicon.android.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-android-s.png");
}
.svg .fc-webicon.android {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-android.svg");
}
/* Apple */
.no-svg .fc-webicon.apple {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-apple-m.png");
}
.no-svg .fc-webicon.apple.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-apple.png");
}
.no-svg .fc-webicon.apple.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-apple-s.png");
}
.svg .fc-webicon.apple {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-apple.svg");
}
/* Behance */
.no-svg .fc-webicon.behance {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-behance-m.png");
}
.no-svg .fc-webicon.behance.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-behance.png");
}
.no-svg .fc-webicon.behance.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-behance-s.png");
}
.svg .fc-webicon.behance {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-behance.svg");
}
/* Bitbucket */
.no-svg .fc-webicon.bitbucket {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-bitbucket-m.png");
}
.no-svg .fc-webicon.bitbucket.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-bitbucket.png");
}
.no-svg .fc-webicon.bitbucket.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-bitbucket-s.png");
}
.svg .fc-webicon.bitbucket {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-bitbucket.svg");
}
/* Creative Cloud */
.no-svg .fc-webicon.creativecloud {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-creativecloud-m.png");
}
.no-svg .fc-webicon.creativecloud.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-creativecloud.png");
}
.no-svg .fc-webicon.creativecloud.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-creativecloud-s.png");
}
.svg .fc-webicon.creativecloud {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-creativecloud.svg");
}
/* Dribbble */
.no-svg .fc-webicon.dribbble {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-dribbble-m.png");
}
.no-svg .fc-webicon.dribbble.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-dribbble.png");
}
.no-svg .fc-webicon.dribbble.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-dribbble-s.png");
}
.svg .fc-webicon.dribbble {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-dribbble.svg");
}
/* Dropbox */
.no-svg .fc-webicon.dropbox {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-dropbox-m.png");
}
.no-svg .fc-webicon.dropbox.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-dropbox.png");
}
.no-svg .fc-webicon.dropbox.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-dropbox-s.png");
}
.svg .fc-webicon.dropbox {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-dropbox.svg");
}
/* Evernote */
.no-svg .fc-webicon.evernote {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-evernote-m.png");
}
.no-svg .fc-webicon.evernote.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-evernote.png");
}
.no-svg .fc-webicon.evernote.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-evernote-s.png");
}
.svg .fc-webicon.evernote {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-evernote.svg");
}
/* Facebook */
.no-svg .fc-webicon.facebook {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-facebook-m.png");
}
.no-svg .fc-webicon.facebook.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-facebook.png");
}
.no-svg .fc-webicon.facebook.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-facebook-s.png");
}
.svg .fc-webicon.facebook {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-facebook.svg");
}
/* Flickr */
.no-svg .fc-webicon.flickr {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-flickr-m.png");
}
.no-svg .fc-webicon.flickr.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-flickr.png");
}
.no-svg .fc-webicon.flickr.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-flickr-s.png");
}
.svg .fc-webicon.flickr {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-flickr.svg");
}
/* Foursquare */
.no-svg .fc-webicon.foursquare {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-foursquare-m.png");
}
.no-svg .fc-webicon.foursquare.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-foursquare.png");
}
.no-svg .fc-webicon.foursquare.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-foursquare-s.png");
}
.svg .fc-webicon.foursquare {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-foursquare.svg");
}
/* Git */
.no-svg .fc-webicon.git {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-git-m.png");
}
.no-svg .fc-webicon.git.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-git.png");
}
.no-svg .fc-webicon.git.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-git-s.png");
}
.svg .fc-webicon.git {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-git.svg");
}
/* Github */
.no-svg .fc-webicon.github {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-github-m.png");
}
.no-svg .fc-webicon.github.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-github.png");
}
.no-svg .fc-webicon.github.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-github-s.png");
}
.svg .fc-webicon.github {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-github.svg");
}
/* Google Play */
.no-svg .fc-webicon.googleplay {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-googleplay-m.png");
}
.no-svg .fc-webicon.googleplay.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-googleplay.png");
}
.no-svg .fc-webicon.googleplay.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-googleplay-s.png");
}
.svg .fc-webicon.googleplay {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-googleplay.svg");
}
/* Google+ */
.no-svg .fc-webicon.googleplus {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-googleplus-m.png");
}
.no-svg .fc-webicon.googleplus.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-googleplus.png");
}
.no-svg .fc-webicon.googleplus.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-googleplus-s.png");
}
.svg .fc-webicon.googleplus {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-googleplus.svg");
}
/* HTML5 */
.no-svg .fc-webicon.html5 {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-html5-m.png");
}
.no-svg .fc-webicon.html5.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-html5.png");
}
.no-svg .fc-webicon.html5.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-html5-s.png");
}
.svg .fc-webicon.html5 {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-html5.svg");
}
/* iCloud */
.no-svg .fc-webicon.icloud {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-icloud-m.png");
}
.no-svg .fc-webicon.icloud.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-icloud.png");
}
.no-svg .fc-webicon.icloud.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-icloud-s.png");
}
.svg .fc-webicon.icloud {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-icloud.svg");
}
/* Instagram */
.no-svg .fc-webicon.instagram {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-instagram-m.png");
}
.no-svg .fc-webicon.instagram.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-instagram.png");
}
.no-svg .fc-webicon.instagram.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-instagram-s.png");
}
.svg .fc-webicon.instagram {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-instagram.svg");
}
/* Last.fm */
.no-svg .fc-webicon.lastfm {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-lastfm-m.png");
}
.no-svg .fc-webicon.lastfm.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-lastfm.png");
}
.no-svg .fc-webicon.lastfm.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-lastfm-s.png");
}
.svg .fc-webicon.lastfm {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-lastfm.svg");
}
/* LinkedIn */
.no-svg .fc-webicon.linkedin {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-linkedin-m.png");
}
.no-svg .fc-webicon.linkedin.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-linkedin.png");
}
.no-svg .fc-webicon.linkedin.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-linkedin-s.png");
}
.svg .fc-webicon.linkedin {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-linkedin.svg");
}
/* Mail */
.no-svg .fc-webicon.mail {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-mail-m.png");
}
.no-svg .fc-webicon.mail.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-mail.png");
}
.no-svg .fc-webicon.mail.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-mail-s.png");
}
.svg .fc-webicon.mail {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-mail.svg");
}
/* Mixi */
.no-svg .fc-webicon.mixi {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-mixi-m.png");
}
.no-svg .fc-webicon.mixi.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-mixi.png");
}
.no-svg .fc-webicon.mixi.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-mixi-s.png");
}
.svg .fc-webicon.mixi {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-mixi.svg");
}
/* MSN */
.no-svg .fc-webicon.msn {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-msn-m.png");
}
.no-svg .fc-webicon.msn.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-msn.png");
}
.no-svg .fc-webicon.msn.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-msn-s.png");
}
.svg .fc-webicon.msn {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-msn.svg");
}
/* Pinterest */
.no-svg .fc-webicon.pinterest {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-pinterest-m.png");
}
.no-svg .fc-webicon.pinterest.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-pinterest.png");
}
.no-svg .fc-webicon.pinterest.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-pinterest-s.png");
}
.svg .fc-webicon.pinterest {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-pinterest.svg");
}
/* Quora */
.no-svg .fc-webicon.quora {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-quora-m.png");
}
.no-svg .fc-webicon.quora.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-quora.png");
}
.no-svg .fc-webicon.quora.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-quora-s.png");
}
.svg .fc-webicon.quora {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-quora.svg");
}
/* Orkut */
.no-svg .fc-webicon.orkut {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-orkut-m.png");
}
.no-svg .fc-webicon.orkut.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-orkut.png");
}
.no-svg .fc-webicon.orkut.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-orkut-s.png");
}
.svg .fc-webicon.orkut {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-orkut.svg");
}
/* Mercurial */
.no-svg .fc-webicon.mercurial {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-mercurial-m.png");
}
.no-svg .fc-webicon.mercurial.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-mercurial.png");
}
.no-svg .fc-webicon.mercurial.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-mercurial-s.png");
}
.svg .fc-webicon.mercurial {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-mercurial.svg");
}
/* Rdio */
.no-svg .fc-webicon.rdio {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-rdio-m.png");
}
.no-svg .fc-webicon.rdio.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-rdio.png");
}
.no-svg .fc-webicon.rdio.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-rdio-s.png");
}
.svg .fc-webicon.rdio {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-rdio.svg");
}
/* Renren */
.no-svg .fc-webicon.renren {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-renren-m.png");
}
.no-svg .fc-webicon.renren.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-renren.png");
}
.no-svg .fc-webicon.renren.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-renren-s.png");
}
.svg .fc-webicon.renren {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-renren.svg");
}
/* RSS */
.no-svg .fc-webicon.rss {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-rss-m.png");
}
.no-svg .fc-webicon.rss.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-rss.png");
}
.no-svg .fc-webicon.rss.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-rss-s.png");
}
.svg .fc-webicon.rss {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-rss.svg");
}
/* Skitch */
.no-svg .fc-webicon.skitch {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-skitch-m.png");
}
.no-svg .fc-webicon.skitch.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-skitch.png");
}
.no-svg .fc-webicon.skitch.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-skitch-s.png");
}
.svg .fc-webicon.skitch {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-skitch.svg");
}
/* Skype */
.no-svg .fc-webicon.skype {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-skype-m.png");
}
.no-svg .fc-webicon.skype.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-skype.png");
}
.no-svg .fc-webicon.skype.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-skype-s.png");
}
.svg .fc-webicon.skype {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-skype.svg");
}
/* SoundCloud */
.no-svg .fc-webicon.soundcloud {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-soundcloud-m.png");
}
.no-svg .fc-webicon.soundcloud.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-soundcloud.png");
}
.no-svg .fc-webicon.soundcloud.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-soundcloud-s.png");
}
.svg .fc-webicon.soundcloud {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-soundcloud.svg");
}
/* Spotify */
.no-svg .fc-webicon.spotify {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-spotify-m.png");
}
.no-svg .fc-webicon.spotify.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-spotify.png");
}
.no-svg .fc-webicon.spotify.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-spotify-s.png");
}
.svg .fc-webicon.spotify {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-spotify.svg");
}
/* Stack Overflow */
.no-svg .fc-webicon.stackoverflow {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-stackoverflow-m.png");
}
.no-svg .fc-webicon.stackoverflow.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-stackoverflow.png");
}
.no-svg .fc-webicon.stackoverflow.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-stackoverflow-s.png");
}
.svg .fc-webicon.stackoverflow {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-stackoverflow.svg");
}
/* StumbleUpon! */
.no-svg .fc-webicon.stumbleupon {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-stumbleupon-m.png");
}
.no-svg .fc-webicon.stumbleupon.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-stumbleupon.png");
}
.no-svg .fc-webicon.stumbleupon.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-stumbleupon-s.png");
}
.svg .fc-webicon.stumbleupon {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-stumbleupon.svg");
}
/* SVN */
.no-svg .fc-webicon.svn {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-svn-m.png");
}
.no-svg .fc-webicon.svn.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-svn.png");
}
.no-svg .fc-webicon.svn.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-svn-s.png");
}
.svg .fc-webicon.svn {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-svn.svg");
}
/* Tent */
.no-svg .fc-webicon.tent {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-tent-m.png");
}
.no-svg .fc-webicon.tent.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-tent.png");
}
.no-svg .fc-webicon.tent.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-tent-s.png");
}
.svg .fc-webicon.tent {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-tent.svg");
}
/* Trip Advisor */
.no-svg .fc-webicon.tripadvisor {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-tripadvisor-m.png");
}
.no-svg .fc-webicon.tripadvisor.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-tripadvisor.png");
}
.no-svg .fc-webicon.tripadvisor.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-tripadvisor-s.png");
}
.svg .fc-webicon.tripadvisor {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-tripadvisor.svg");
}
/* Tumblr */
.no-svg .fc-webicon.tumblr {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-tumblr-m.png");
}
.no-svg .fc-webicon.tumblr.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-tumblr.png");
}
.no-svg .fc-webicon.tumblr.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-tumblr-s.png");
}
.svg .fc-webicon.tumblr {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-tumblr.svg");
}
/* Twitter */
.no-svg .fc-webicon.twitter {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-twitter-m.png");
}
.no-svg .fc-webicon.twitter.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-twitter.png");
}
.no-svg .fc-webicon.twitter.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-twitter-s.png");
}
.svg .fc-webicon.twitter {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-twitter.svg");
}
/* Vimeo */
.no-svg .fc-webicon.vimeo {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-vimeo-m.png");
}
.no-svg .fc-webicon.vimeo.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-vimeo.png");
}
.no-svg .fc-webicon.vimeo.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-vimeo-s.png");
}
.svg .fc-webicon.vimeo {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-vimeo.svg");
}
/* Sina Weibo */
.no-svg .fc-webicon.weibo {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-weibo-m.png");
}
.no-svg .fc-webicon.weibo.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-weibo.png");
}
.no-svg .fc-webicon.weibo.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-weibo-s.png");
}
.svg .fc-webicon.weibo {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-weibo.svg");
}
/* Windows */
.no-svg .fc-webicon.windows {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-windows-m.png");
}
.no-svg .fc-webicon.windows.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-windows.png");
}
.no-svg .fc-webicon.windows.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-windows-s.png");
}
.svg .fc-webicon.windows {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-windows.svg");
}
/* Wordpress */
.no-svg .fc-webicon.wordpress {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-wordpress-m.png");
}
.no-svg .fc-webicon.wordpress.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-wordpress.png");
}
.no-svg .fc-webicon.wordpress.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-wordpress-s.png");
}
.svg .fc-webicon.wordpress {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-wordpress.svg");
}
/* Xing */
.no-svg .fc-webicon.xing {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-xing-m.png");
}
.no-svg .fc-webicon.xing.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-xing.png");
}
.no-svg .fc-webicon.xing.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-xing-s.png");
}
.svg .fc-webicon.xing {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-xing.svg");
}
/* Yelp! */
.no-svg .fc-webicon.yelp {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-yelp-m.png");
}
.no-svg .fc-webicon.yelp.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-yelp");
}
.no-svg .fc-webicon.yelp.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-yelp-s.png");
}
.svg .fc-webicon.yelp {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-yelp.svg");
}
/* YouTube */
.no-svg .fc-webicon.youtube {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-youtube-m.png");
}
.no-svg .fc-webicon.youtube.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-youtube.png");
}
.no-svg .fc-webicon.youtube.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-youtube-s.png");
}
.svg .fc-webicon.youtube {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-youtube.svg");
}
/* YouVersion */
.no-svg .fc-webicon.youversion {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-youversion-m.png");
}
.no-svg .fc-webicon.youversion.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-youversion.png");
}
.no-svg .fc-webicon.youversion.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-youversion-s.png");
}
.svg .fc-webicon.youversion {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-youversion.svg");
}
/* Zerply */
.no-svg .fc-webicon.zerply {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-zerply-m.png");
}
.no-svg .fc-webicon.zerply.large {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-zerply.png");
}
.no-svg .fc-webicon.zerply.small {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-zerply-s.png");
}
.svg .fc-webicon.zerply {
  background: url("/common/dfm/assets/img/webicons/fc-webicon-zerply.svg");
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #D14;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px;
  /* IE indents via margin-left */
  list-style-type: decimal;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
#debug {
  background: #ff0;
  font: 16px/1em serif;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 5000;
}
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Chrome Frame Prompt */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
.extendfull,
.extendleft {
  padding-left: 3000px;
  margin-left: -3000px;
}
.extendfull,
.extendright {
  padding-right: 3000px;
  margin-right: -3000px;
}
/**
 * apcustom.less
 * Styles for Ap Custom Widgets Modules, adpated for LESS
 * ------------------------------------------------------------------------------ */
.left-column .ap_hdr {
  color: #39547A  !important;
  font-family: "Oxygen", "Trebuchet MS", "Merriweather", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  -moz-user-select: none !important;
  margin: 0px 0px 11.326px !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  font-size: 18px !important;
}
.left-column .ap_blk_hd {
  font-size: 14px !important;
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif !important;
  margin-bottom: 0px !important;
  line-height: 0 !important;
  transition: all 0.2s ease 0s !important;
  color: #333 !important;
}
.left-column .ap_blk_hd:hover {
  color: #39547A !important;
  text-decoration: underline !important;
}
.left-column .ap_slg_txt {
  display: none !important;
}
.left-column .ap_mdl_frm {
  margin: 0 !important;
}
.left-column .hnews {
  border: none !important;
}
.left-column .ap_img_lnk {
  display: none !important;
}
.middle-column .ap_hdr {
  display: none !important;
}
.middle-column .ap_blk_hd {
  color: #333 !important;
  text-decoration: none !important;
  transition: all 0.1s ease-out 0s !important;
  font-size: 18px !important;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  margin: 0px 0px 11.326px;
}
.middle-column .ap_blk_hd:hover {
  color: #39547A !important;
  text-decoration: underline !important;
}
.middle-column .ap_slg_txt {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  margin: 0px 0px 11.326px !important;
  font-size: 14px !important;
  line-height: 22.652px !important;
  color: #333 !important;
}
.middle-column .ap_mdl_frm {
  margin: 0 !important;
  padding:0 !important;
}
.middle-column .hnews {
  padding: 12px 0px 0px !important;
  border-color: #DDD !important;
}
.middle-column .ap_img_lnk {
  width: 100% !important;
  text-align: center !important;
}
.ap_head {
  font-size: 33px !important;
  margin: 0px 0px 11.326px !important;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  color: #333 !important;
}
.ap_para {
  margin: 0px 0px 11.326px !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 14px !important;
  line-height: 22.652px !important;
  color: #333 !important;
}
.dtstamp,
.ap_art_textrsz {
  display: none !important;
}
.hidden {
  display: none;
  visibility: hidden;
}
.show-for-phone {
  display: none !important;
}
.show-for-tablet {
  display: none !important;
}
.hide-for-desktop {
  display: none !important;
}
.show-for-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hide-for-desktop {
    display: inherit !important;
  }
  .show-for-desktop {
    display: none !important ;
  }
  .show-for-tablet {
    display: inherit !important;
  }
  .hide-for-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-for-desktop {
    display: inherit !important;
  }
  .show-for-desktop {
    display: none !important;
  }
  .show-for-phone {
    display: inherit !important;
  }
  .hide-for-phone {
    display: none !important;
  }
}
.container-fluid {
  width: 980px;
  margin: 0 auto;
}
figure {
  margin-bottom: 11.326px;
}
figure figcaption {
  margin-top: 11.326px;
}
figure hgroup {
  padding-top: 11.326px;
}
figure hgroup h1,
figure hgroup h2,
figure hgroup h3,
figure hgroup h4,
figure hgroup h5,
figure hgroup h6 {
  margin-bottom: 5.663px;
}
figcaption {
   font-weight: bold;
   font-size: 14px;
   line-height: 1.3;
   width: 590px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 11.326px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
}
h4,
h5,
h6 {
  color: #39547a;
  font-family: "Oxygen", "Trebuchet MS", "Merriweather", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
h4 a,
h5 a,
h6 a {
  color: #39547a;
}
h1,
h2 {
  font-size: 33px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
}
p.lead {
  font-family: Georgia, "Times New Roman", Times, serif;
}
#alerts {
  width: 100%;
  margin-bottom: 22.652px;
  background: #a61a13;
}
#alerts .alert {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
#alerts .alert h4 {
  font: bold 20px / 32px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
#alerts .alert h4 a {
  color: white;
}
#alerts .alert > .close {
  right: 0;
  font-size: 48px;
}
.navbar {
  margin-bottom: 0;
}
.navbar .nav .dropdown:hover > a {
  background: #f9f9f9;
  color: #39547a;
}
.navbar .nav .dropdown:hover > a b.caret {
  border-top-color: #39547a;
}
.navbar .nav .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .nav .dropdown-menu {
  border-top: 4px solid #f9f9f9;
  margin-top: 0;
}
.navbar .nav li a {
  padding-right: 12px;
  padding-left: 12px;
}
.navbar-inner {
  border-bottom: 1px solid #808080;
  font-weight: 400;
}
.navbar-inner ul li:first-child {
  margin-left: -12px;
}
.navbar-inner ul ul li:first-child {
  margin: 0;
}
.pagination {
  font: bold 13px / 22.652px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  height: 45.304px;
  float: right;
}
.tooltip-inner {
  min-width: 100px;
  line-height: 1.5em;
}
.middle-column .meta .byline,
.middle-column .meta .source {
  float: left;
}
.middle-column div {
  *zoom: 1;
}
.middle-column div:before,
.middle-column div:after {
  display: table;
  content: "";
  line-height: 0;
}
.middle-column div:after {
  clear: both;
}
.middle-column.span4 {
  float: right;
  width: 73.5955056%;
}
.left-column h3 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5.663px;
}
.left-column div {
  *zoom: 1;
}
.left-column div:before,
.left-column div:after {
  display: table;
  content: "";
  line-height: 0;
}
.left-column div:after {
  clear: both;
}
.left-column.span2 {
  margin-left: 0;
  width: 20.7865169%;
}
.secondary-stories {
  *zoom: 1;
}
.secondary-stories:before,
.secondary-stories:after {
  display: table;
  content: "";
  line-height: 0;
}
.secondary-stories:after {
  clear: both;
}
.property-logo {
  margin: 0 0 5.663px 0;
  text-indent: -999em;
}
.page-title {
  margin: 0;
  font: bold 48px / 1.2 "Oxygen", "Trebuchet MS", "Merriweather", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.page-title a {
  color: #39547a;
}
.page-title a:hover {
  text-decoration: none;
  color: #808080;
}
.topic-header {
  font-size: 36px;
  line-height: 1.5;
  margin: 0;
  border-top: 4px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.topic-header.small {
  font-size: 18px;
  margin-bottom: 22.652px;
  padding: 5.663px 0;
}
.subhead {
  color: #555555;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  text-transform: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  font-size: 110%;
  font-weight: bold;
  margin: 22.652px 0;
}
.excerpt {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.byline,
.source {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.byline a {
  font-weight: bold;
  font-style: normal;
}
.timestamp,
time {
  font: normal 10px / 16.989px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #808080;
  text-transform: uppercase;
  white-space: nowrap;
}
.timestamp .divider,
time .divider {
  margin: 0 1em;
}
.photographer {
  font-weight: normal;
  font-size: 10px;
  line-height: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: nowrap;
}
.byline-bar .byline,
.byline-bar .source {
  float: left;
  margin: 0 0 5.663px 0;
}
.byline-bar .byline {
  margin-right: .5em;
}
.meta {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  clear: both;
  *zoom: 1;
  margin-bottom: 22.652px;
  padding: 2px 0;
}
.meta:before,
.meta:after {
  display: table;
  content: "";
  line-height: 0;
}
.meta:after {
  clear: both;
}
.meta p {
  line-height: 22px;
  margin: 0;
}
.meta .timestamp {
  float: left;
}
.meta .comments-bug {
  float: right;
}
.meta .source,
.meta .byline {
  font: bold 10px / 22.652px "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: nowrap;
}
.meta .source .divider,
.meta .byline .divider {
  margin: 0 1em;
}
.link-list h4,
.link-list h5 {
  margin-top: 0;
  margin-bottom: .5em;
}
.link-list ul {
  border-bottom: 1px solid #e3e3e3;
}
.link-list ul li a {
  display: block;
  font-size: 14px;
  font-family: Oxygen, "HelveticaNeue", Helvetica, sans-serif;
  border-bottom: 0;
  line-height: 1.41;
  border-top: 1px solid #e3e3e3;
  padding: 11.326px 0;
  color: #666666;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.link-list ul li a:hover {
  text-decoration: underline;
  color: #39547a;
  border-top: 1px solid #39547a;
}
.link-list .more {
  font-weight: bold;
  color: #39547a;
}
.story-feed .topic-header-small {
  border-top: 3px solid #dddddd;
  margin-bottom: 22.652px;
}
.story-feed h5 {
  margin: 0 0 5.663px 0;
}
.secondary-stories {
  margin-bottom: 22.652px;
}
.secondary-stories h3 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5.663px;
}
.author-info {
  *zoom: 1;
  margin-top: 22.652px;
  padding-top: 21.652px;
  border-top: 1px solid #dddddd;
  width: 100%;
  float: left;
}
.author-info:before,
.author-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.author-info:after {
  clear: both;
}
.author-info img {
  float: left;
  width: 19.89795918%;
}
.author-info h4 {
  margin: 0 0 4px 23.97959184%;
}
.author-info p,
.author-info .link-list {
  margin-left: 23.97959184%;
}
.author-item {
  clear: both;
  padding-top: 5px;
}
.navbar .nav li.bubble {
  position: static;
}
.navbar .nav li.bubble .dropdown-toggle .caret {
  vertical-align: top;
}
.navbar .nav li.bubble .dropdown-menu {
  margin-left: -3000px;
  width: 980px;
  min-height: 270px;
  padding: 20px 3000px;
}
.navbar .nav li.bubble .dropdown-menu div {
  float: left;
}
.navbar .nav li.bubble .dropdown-menu .bubble-content {
  width: 980px;
}
.navbar .nav li.bubble .dropdown-menu .bubble-subtopics {
  width: 180px;
  margin-right: 20px;
}
.navbar .nav li.bubble .dropdown-menu .bubble-subtopics .visible-pane {
  height: 256px;
  width: 100%;
  margin-right: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-bottom: 1px solid #dddddd;
}
.navbar .nav li.bubble .dropdown-menu .bubble-subtopics .pane-container ul li a {
  display: block;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #f9f9f9;
  padding: 4px 0;
}
.navbar .nav li.bubble .dropdown-menu .bubble-subtopics .pane-container ul li a:hover {
  background: #f1f1f1;
  color: #333333;
  border-top-color: #39547a;
  padding-left: 6px;
  text-decoration: none;
}
.navbar .nav li.bubble .dropdown-menu .bubble-subtopics .subtopic-control {
  border-top: 2px solid #39547a;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  text-align: left;
  padding: 6px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar .nav li.bubble .dropdown-menu .bubble-subtopics .subtopic-control .caret {
  border-top-color: #39547a;
}
.navbar .nav li.bubble .dropdown-menu .bubble-subtopics .subtopic-control:hover {
  color: #333333;
  text-decoration: none;
  padding-left: 6px;
  background: #f1f1f1;
}
.navbar .nav li.bubble .dropdown-menu .bubble-subtopics .subtopic-control:hover .caret {
  border-top-color: #333333;
}
.navbar .nav li.bubble .dropdown-menu .bubble-headlines {
  width: 460px;
  margin-right: 20px;
}
.navbar .nav li.bubble .dropdown-menu .bubble-headlines a {
  padding-left: 0;
  padding-right: 0;
}
.navbar .nav li.bubble .dropdown-menu .bubble-headlines figure {
  *zoom: 1;
}
.navbar .nav li.bubble .dropdown-menu .bubble-headlines figure:before,
.navbar .nav li.bubble .dropdown-menu .bubble-headlines figure:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar .nav li.bubble .dropdown-menu .bubble-headlines figure:after {
  clear: both;
}
.navbar .nav li.bubble .dropdown-menu .bubble-headlines figure img {
  float: left;
  margin-right: 10px;
  width: 180px;
  height: 135px;
}
.navbar .nav li.bubble .dropdown-menu .bubble-headlines figure figcaption {
  margin: 0;
  float: left;
  width: 270px;
  height: 135px;
  overflow: hidden;
}
.navbar .nav li.bubble .dropdown-menu .bubble-headlines figure figcaption h3 {
  margin: 0 0 5.663px 0;
}
.navbar .nav li.bubble .dropdown-menu .bubble-headlines figure figcaption p {
  font: normal 12px / 1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}
.navbar .nav li.bubble .dropdown-menu .bubble-ad {
  width: 300px;
  height: 250px;
}
.navbar .nav li.bubble .dropdown-menu .link-list {
  width: 100%;
}
.navbar .nav li.bubble .dropdown-menu .link-list ul li a {
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.navbar .nav li.bubble .dropdown-menu .link-list ul li a:hover {
  background: #f1f1f1;
  padding-left: 10px;
}
#comments {
  width: 100%;
  *zoom: 1;
  border-top: 1px solid #dddddd;
  padding-top: 22.652px;
  margin-bottom: 22.652px;
}
#comments:before,
#comments:after {
  display: table;
  content: "";
  line-height: 0;
}
#comments:after {
  clear: both;
}
#comments h3 {
  margin-top: 0;
  font-family: "Oxygen", "Trebuchet MS", "Merriweather", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.comments-bug {
  background: transparent url(/common/dfm/assets/img/comment_bubble.png) no-repeat 0 3px;
  font-size: 9px;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  width: 23px;
  height: 19px;
  margin: -3px 0 25.652px;
}
.comments-bug a {
  color: #808080;
}
.comments-bug a:hover {
  color: #333333;
  text-decoration: none;
}
.bylineCommentCount {
  float: right !important;
  margin-top: 3px;
  font-size: 12px;
  color: #39547a;
}
.factbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 22.652px;
  padding: 19px;
  background-color: #fcfcfc;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
  *zoom: 1;
}
.factbox:before,
.factbox:after {
  display: table;
  content: "";
  line-height: 0;
}
.factbox:after {
  clear: both;
}
.factbox * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.factbox h1,
.factbox h2,
.factbox h3,
.factbox h4,
.factbox h5,
.factbox h6 {
  font-family: "Oxygen", "Trebuchet MS", "Merriweather", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #39547a;
  text-transform: none;
  margin-bottom: .5em;
}
.factbox table {
  margin-bottom: 0;
  padding-bottom: 0;
}
.factbox table thead tr td {
  font-weight: 500;
}
.factbox hr {
  clear: both;
  border-width: 2px 0 0 0;
}
.factbox .header {
  border-bottom: 1px solid #dddddd;
  margin-bottom: .5em;
  padding-bottom: .5em;
}
.factbox .source {
  float: right;
  font-size: 10px;
}
.factbox ul,
.factbox .list {
  margin-top: 0;
}
.factbox .chatter {
  font-weight: 500;
}
.inline-promo {
  padding: 0 0 0 15px;
  margin: 22.652px 0 22.652px;
  border-left: 5px solid #c9c9c9;
}
.inline-promo p {
  margin-bottom: 0;
  font: 300 16px / 28.315px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.inline-promo small {
  display: block;
  line-height: 22.652px;
  color: #aaaaaa;
}
.inline-promo small:before {
  content: '\2014 \00A0';
}
.inline-promo h1 a,
.inline-promo h2 a,
.inline-promo h3 a,
.inline-promo h4 a,
.inline-promo h5 a,
.inline-promo h6 a {
  color: #39547a;
}
.inline-promo figure {
  max-width: 45%;
}
.inline-promo figure.pull-right {
  margin-left: 5%;
}
.inline-promo.pull-right {
  float: right;
  padding-right: 15px;
}
.inline-promo.pull-right small:before {
  content: '';
}
.inline-promo.pull-right small:after {
  content: '\00A0 \2014';
}
.inline-promo p.read-more {
  margin-top: 22.652px;
}
.inline-promo p.read-more a {
  font-weight: 700;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #39547a;
}
/* HOT TOPICS BAR*/
#hot-topics {
  clear: both;
  padding: 4.5304px 0;
  max-height: 22.652px;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#hot-topics h6 {
  margin: 0;
  line-height: 24.652px;
}
#hot-topics ul li:first-child {
  margin: 0;
  width: 90px;
}
#hot-topics ul li a {
  font: bold 12px / 22.652px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div#embed-content {
  z-index: 100;
}
.ng-recommender {
  width: 100%;
  *zoom: 1;
  border-top: 1px solid #dddddd;
  padding-top: 22.652px;
  margin-bottom: 22.652px;
}
.ng-recommender:before,
.ng-recommender:after {
  display: table;
  content: "";
  line-height: 0;
}
.ng-recommender:after {
  clear: both;
}
.ng-recommender * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ng-recommender iframe {
  display: inline-block !important;
  width: 300px;
  height: 250px;
  margin: 0;
}
.ng-recommender .ng-openx {
  display: inline-block;
  height: 250px;
  width: 300px;
  margin: 10px 0;
}
.ng-recommender .ng-headlines {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, Arial, verdana, sans-serif;
  padding-bottom: 10px;
  vertical-align: top;
  margin: 10px;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 14px;
  position: relative;
  min-height: 250px;
  max-width: 320px;
}
.ng-recommender .ng-headlines h1 {
  background-color: #e4ecf2;
  font-size: 19px;
  padding-left: 20px;
  margin: 0;
  padding-bottom: 5px;
  line-height: 25px;
}
.ng-recommender .ng-headlines ul {
  padding-left: 20px;
  line-height: 10px;
  margin: 10px 0 5px 0;
  padding: 0 0 0 20px;
}
.ng-recommender .ng-headlines ul li {
  list-style-image: url(http://static.newstogram.com/rmv2/images/arrow.png);
  margin-bottom: 6px;
  line-height: 16px;
}
.ng-recommender .ng-headlines ul li a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #313c6a;
}
.ng-recommender .ng-headlines .ng-sponsored-link {
  padding-left: 20px;
  position: absolute;
  bottom: 5px;
}
.ng-recommender .ng-headlines .ng-sponsored-link span {
  color: #cad0d0;
  display: block;
  font-size: 10px;
  font-weight: 400;
}
.ng-recommender .ng-headlines .ng-sponsored-link a.ng-link {
  color: #313c6a;
  font-size: 12px;
  text-decoration: none;
  float: left;
  max-width: 55%;
}
.ng-recommender .ng-headlines .ng-sponsored-link a.ng-link small {
  display: block;
  color: #cad0d0;
  font-size: 9px;
}
.ng-recommender .ng-headlines .ng-sponsored-link a.ng-logo {
  float: right;
  margin-top: -5px;
  margin-right: 18px;
}
.ng-recommender .ng-headlines .ng-sponsored-link a.ng-logo img {
  border: none;
}
.ng-recommender .ng-clear {
  clear: both;
}
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
@media (max-width: 480px) {
  .ng-recommender .ng-headlines {
    min-height: auto;
    height: auto;
  }
  .ng-recommender .ng-headlines h1 {
    font-size: 16px;
  }
  .ng-recommender .ng-headlines ul {
    padding-left: 20px;
  }
  .ng-recommender .ng-headlines ul li {
    list-style: none;
  }
  .ng-recommender .ng-headlines ul li a {
    font-size: 10px;
  }
  .ng-recommender .ng-headlines .ng-sponsored-link a.ng-link {
    font-size: 11px;
  }
  .ng-recommender .ng-headlines .ng-sponsored-link {
    position: relative;
  }
  .ng-recommender iframe {
    margin: 10px;
  }
}
.promo-package {
  clear: both;
  *zoom: 1;
  margin-bottom: 0px;
  width: 100%;
}
.promo-package:before,
.promo-package:after {
  display: table;
  content: "";
  line-height: 0;
}
.promo-package:after {
  clear: both;
}
.promo-package header {
  margin-bottom: 22.652px;
  border-bottom: 1px solid #dddddd;
}
.promo-package header .share-widget {
  position: absolute;
  top: 16px;
  right: 0;
}
.promo-package nav li {
  display: inline-block;
}
.promo-package nav li a {
  font: bold 13px / 40px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 12px 24px 12px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.promo-package nav li a:hover {
  background: #39547a;
  padding: 12px;
  margin-right: 12px;
  color: #f9f9f9;
  text-decoration: none;
}
.promo-package .top-story h2 {
  margin-bottom: 5.663px;
}
.promo-package .span6 .media {
  margin-left: 0px;
  margin-top: 0px;
}
.promo-package .span6 .media h3 {
  margin-top: 5px;
  width: 97%;
}
.promo-package .span6 h4 {
  margin-bottom: 0px;
}
.promo-package .span6 h5 {
  margin-left: 49%;
}
.promo-package .span6 ul {
  float: right;
  margin-right: 5px;
  width: 50%;
}
.promo-package .span6 li {
  margin-left: 0px;
}
.promo-package.dual-image h4 {
  font-size: 36px;
  line-height: 48px;
}
.media-center .left-thumbnails {
  float: left;
  margin-right: 40px;
  width: 130px;
}
.media-center .left-thumbnails li {
  margin-bottom: 11.326px;
}
.media-center .left-thumbnails li img {
  margin-bottom: 5.663px;
}
.media-center .top-story {
  float: right;
  width: 470px;
}
.media-center .share-widget {
  margin-top: 6px;
}
.two-cents .control-group {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-promo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 22.652px;
  background-color: #fcfcfc;
  border: 1px solid #dddddd;
  border-radius: 3px;
  *zoom: 1;
}
.section-promo:before,
.section-promo:after {
  display: table;
  content: "";
  line-height: 0;
}
.section-promo:after {
  clear: both;
}
.section-promo header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 19px;
  *zoom: 1;
  background-color: #ecf0f5;
  background-image: -moz-linear-gradient(top, #e4eaf2, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e4eaf2), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #e4eaf2, #f9f9f9);
  background-image: -o-linear-gradient(top, #e4eaf2, #f9f9f9);
  background-image: linear-gradient(to bottom, #e4eaf2, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4eaf2', endColorstr='#fff9f9f9', GradientType=0);
  border-bottom: 1px solid #dddddd;
}
.section-promo header:before,
.section-promo header:after {
  display: table;
  content: "";
  line-height: 0;
}
.section-promo header:after {
  clear: both;
}
.section-promo header .chatter {
  clear: both;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section-promo header .branding {
  max-width: none;
  margin: 0 0 5.663px 0;
  width: 100%;
  *zoom: 1;
}
.section-promo header .branding h3 {
  float: left;
  margin: 8px 0 0;
  max-width: 65%;
}
.section-promo header .branding img {
  max-width: 30%;
}
.section-promo header .branding img.pull-right {
  margin-left: 5%;
}
.section-promo header .branding:before,
.section-promo header .branding:after {
  display: table;
  content: "";
  line-height: 0;
}
.section-promo header .branding:after {
  clear: both;
}
.section-promo section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 19px;
}
.section-promo section h1,
.section-promo section h2,
.section-promo section h3,
.section-promo section h4,
.section-promo section h5,
.section-promo section h6 {
  font-family: "Oxygen", "Trebuchet MS", "Merriweather", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #39547a;
  text-transform: none;
  margin-bottom: .5em;
}
.section-promo .link-list ul {
  border-bottom: 0;
}
.section-promo .link-list ul li a {
  font-size: 12px;
}
.section-promo.big-image header {
  background-color: #dfe5ee;
  background-image: -moz-linear-gradient(top, #d2dcea, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d2dcea), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #d2dcea, #f3f3f3);
  background-image: -o-linear-gradient(top, #d2dcea, #f3f3f3);
  background-image: linear-gradient(to bottom, #d2dcea, #f3f3f3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2dcea', endColorstr='#fff3f3f3', GradientType=0);
}
.section-promo.big-image header .branding img {
  float: none;
  max-width: none;
  width: 100%;
  margin: 11.326px 0;
}
.section-promo.big-image header .branding h3 {
  float: none;
  width: 100%;
  margin: 8px 0;
}
#body-text .section-promo {
  font-size: 12px;
  line-height: 1.5;
}
#body-text .section-promo section {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#right-rail .section-promo * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sharebar-horizontal {
  font-size: 10px;
  color: #808080;
  text-transform: uppercase;
  margin: 22.652px 0;
}
.sharebar-horizontal ul li {
  display: inline-block;
  margin-right: .5em;
}
.sharebar-horizontal ul li:last-child {
  margin-right: 0;
}
.meta .sharebar-horizontal {
  margin-top: 2px;
  margin-bottom: -2px;
  float: right;
}
.share-widget li {
  display: inline-block;
  margin-left: .5em;
}
/* social links flyout menu */
.actions-menu {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}
.share-bar {
  background: white;
  border: 1px solid #e3e3e3;
  border-width: 1px 0 1px 1px;
  box-shadow: -4px 0 6px 0 rgba(0, 0, 0, 0.3);
  font: bold 16px/32px Arial, sans-serif;
  padding: 10px 20px 10px 10px;
  position: absolute;
  left: -80px;
  z-index: 25;
}
.share-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.share-bar ul li {
  background: transparent url('http://sandbox.digitalfirstmedia.com/toolbar/img/sprites/sm-buttons.png') no-repeat top left;
}
.share-bar ul li:hover ul {
  display: block;
}
.share-bar ul li a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  border-bottom: 1px solid white;
}
.share-bar ul li ul {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
  border: 1px solid #d3d3d3;
  border-width: 1px 1px 1px 0;
  display: none;
  position: absolute;
  padding: 10px;
  top: 0;
  left: 32px;
}
.share-bar ul li ul li {
  background: transparent;
}
.share-bar ul li ul li a {
  border-bottom: 0;
  color: #333;
  font: bold 9px/1.5 Arial, sans-serif;
  width: auto;
  height: auto;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
}
.like-button {
  border: 1px solid #444;
  border-radius: 5px;
  width: 80px;
  height: 20px;
}
.share-bar ul li.twitter {
  background-position: -32px 0;
}
.share-bar ul li.google {
  background-position: -64px 0;
}
.share-bar ul li.linkedin {
  background-position: -96px 0;
}
.share-bar ul li.stumbleupon {
  background-position: -128px 0;
}
.share-bar ul li.pinterest {
  background-position: -256px 0;
}
.share-bar ul li.comments-share {
  background-position: -288px 0;
}
.share-bar ul li.more {
  background: #dfdfdf;
  font-size: 24px;
}
.share-bar ul li.more a {
  color: #333;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}
.share-bar ul li.more ul {
  top: -144px;
}
.share-bar ul li.more ul li {
  border-bottom: 1px solid #d3d3d3;
  padding: 6px 0;
}
.share-bar ul li.more ul li a {
  text-align: center;
}
.share-bar ul li.more ul li a:hover {
  text-decoration: underline;
}
.share-bar ul li.more ul li a i {
  display: block;
  margin: 0 auto;
}
.share-bar ul li.facebook:hover {
  background-position: 0 -32px;
}
.share-bar ul li.twitter:hover {
  background-position: -32px -32px;
}
.share-bar ul li.google:hover {
  background-position: -64px -32px;
}
.share-bar ul li.linkedin:hover {
  background-position: -96px -32px;
}
.share-bar ul li.stumbleupon:hover {
  background-position: -128px -32px;
}
.share-bar ul li.pinterest:hover {
  background-position: -160px -32px;
}
.share-bar ul li.comments:hover {
  background-position: -288px -32px;
}
.share-bar ul li.more:hover {
  background: #b3b3b3;
}
.share-bar ul li.more ul li a i.linkedin,
.share-bar ul li.more ul li a i.pinterest,
.share-bar ul li.more ul li a i.reddit,
.share-bar ul li.more ul li a i.stumbleupon,
.share-bar ul li.more ul li a i.tumblr {
  width: 32px;
  height: 32px;
  background: transparent url('http://sandbox.digitalfirstmedia.com/toolbar/img/sprites/sm-buttons.png') no-repeat -192px 0;
  margin-bottom: 2px;
}
.share-bar ul li.more ul li a i.linkedin {
  background-position: -96px 0;
}
.share-bar ul li.more ul li a i.pinterest {
  background-position: -160px 0;
}
.share-bar ul li.more ul li a i.reddit {
  background-position: -320px 0;
}
.share-bar ul li.more ul li a i.stumbleupon {
  background-position: -128px 0;
}
.share-bar ul li.more ul li a i.tumblr {
  background-position: -224px 0;
}
.share-bar ul li.more ul li a:hover i.linkedin {
  background-position: -96px -32px;
}
.share-bar ul li.more ul li a:hover i.pinterest {
  background-position: -160px -32px;
}
.share-bar ul li.more ul li a:hover i.reddit {
  background-position: -320px -32px;
}
.share-bar ul li.more ul li a:hover i.stumbleupon {
  background-position: -128px -32px;
}
.share-bar ul li.more ul li a:hover i.tumblr {
  background-position: -224px -32px;
}
.carousel {
  margin-bottom: 0;
}
.carousel .slide {
  *zoom: 1;
  background: #f6f6f6;
  border: 4px solid #f6f6f6;
  border-width: 6px 4px 4px 4px;
  z-index: 5;
  text-align: left!important;
}
.carousel .slide a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.carousel .slide:before,
.carousel .slide:after {
  display: table;
  content: "";
  line-height: 0;
}
.carousel .slide:after {
  clear: both;
}
.carousel .slide figure {
  float: left;
}
.carousel .slide figure img {
  margin-bottom: 5.663px;
}
.carousel .slide figure h3 {
  font-size: 15px;
  margin-right: 1em;
  margin-bottom: 0;
}
.two-image:hover > .carousel-control,
.three-image:hover > .carousel-control,
.four-image:hover > .carousel-control {
  display: block;
}
.two-image > .carousel-control,
.three-image > .carousel-control,
.four-image > .carousel-control {
  display: none;
  width: 50px;
  z-index: 10000;
}
.two-image .slide figure {
  width: 50%;
}
.three-image .slide {
  border-width: 6px 4px 4px 6px;
}
.three-image .slide figure {
  width: 33.333333333%;
}
.four-image .slide figure {
  width: 25%;
}
#columnists .slide figure img {
  float: left;
  margin-right: .25em;
}
#columnists .slide figure h5 {
  margin: 7.55066667px 0;
  font-size: 12px;
}
#supporting-content {
  width: 22.65625%;
  float: left;
}
#supporting-content > div {
  margin: 11.326px 0;
}
.share-tools li {
  margin: 0;
  line-height: 1.41;
}
.share-tools li a {
  font-size: 10px;
  text-transform: uppercase;
}
.supporting-media.google-map {
  *zoom: 1;
}
.supporting-media.google-map:before,
.supporting-media.google-map:after {
  display: table;
  content: "";
  line-height: 0;
}
.supporting-media.google-map:after {
  clear: both;
}
.supporting-media.google-map h4 {
  margin-bottom: 0.2em;
}
.supporting-media.google-map img {
  display: block;
  margin-bottom: 22.652px;
}
.supporting-media.google-map p {
  margin: 0;
}
#topbar {
  /*	base on breakpoints!!!*/
  background-color: #f2f2f1;
  background-image: -moz-linear-gradient(top, #fefefd, #dfdfdf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefd), to(#dfdfdf));
  background-image: -webkit-linear-gradient(top, #fefefd, #dfdfdf);
  background-image: -o-linear-gradient(top, #fefefd, #dfdfdf);
  background-image: linear-gradient(to bottom, #fefefd, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefd', endColorstr='#ffdfdfdf', GradientType=0);
  overflow: hidden;
  *zoom: 1;
}
#topbar:before,
#topbar:after {
  display: table;
  content: "";
  line-height: 0;
}
#topbar:after {
  clear: both;
}
#topbar p {
  font-family: sans-serif;
  margin: 0;
}
#topbar h1,
#topbar h2,
#topbar h3,
#topbar h4,
#topbar h5,
#topbar h6 {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  margin: 0;
  padding: 0;
}
#topbar h6 {
  margin-top: 10px;
  text-align: center;
}
#topbar-wrapper {
  padding: 11.326px 0;
}
.traffic-bar {
  *zoom: 1;
}
.traffic-bar:before,
.traffic-bar:after {
  display: table;
  content: "";
  line-height: 0;
}
.traffic-bar:after {
  clear: both;
}
.zero-height {
  height: 0px;
}
#sigAlertClicker {
  position: absolute;
  width: 640px;
  height: 300px;
}
#sigAlertClicker:hover {
  cursor: pointer;
}
.weather-bar.visible,
.traffic-bar.visible,
.markets-bar.visible {
  display: block;
}
/*WEATHER STYLES*/
.weather-bar {
  *zoom: 1;
}
.weather-bar:before,
.weather-bar:after {
  display: table;
  content: "";
  line-height: 0;
}
.weather-bar:after {
  clear: both;
}
.weather-bar div {
  float: left;
}
.current-weather {
  width: 850px;
  *zoom: 1;
}
.current-weather:before,
.current-weather:after {
  display: table;
  content: "";
  line-height: 0;
}
.current-weather:after {
  clear: both;
}
.current-weather .current-temp {
  width: 20%;
}
.current-weather .current-temp img {
  border: 0;
  float: left;
  margin-right: 7.55066667px;
  margin-top: 7.55066667px;
  width: 40%;
}
.current-weather .current-temp hgroup {
  float: left;
  text-align: center;
}
.current-weather .current-temp hgroup h5 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
.current-weather .current-temp hgroup h6 {
  font-size: 12px;
}
.current-weather .high-low {
  padding-top: 18.1216px;
  width: 12%;
  margin: 0 1%;
}
.current-weather .high-low div {
  *zoom: 1;
  width: 100%;
}
.current-weather .high-low div:before,
.current-weather .high-low div:after {
  display: table;
  content: "";
  line-height: 0;
}
.current-weather .high-low div:after {
  clear: both;
}
.current-weather .high-low div:first-child {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.current-weather .high-low div small {
  font-size: 10px;
  line-height: 1;
  text-align: right;
  float: left;
  width: 35%;
}
.current-weather .high-low div .temp {
  color: #808080;
  font-size: 25px;
  font-weight: bold;
  float: left;
  width: 65%;
  text-align: center;
}
.current-weather .forecast {
  width: 65%;
  border-left: 1px solid #dddddd;
}
.current-weather .forecast h6 {
  padding-bottom: 5.663px;
}
.current-weather .forecast ul {
  *zoom: 1;
}
.current-weather .forecast ul:before,
.current-weather .forecast ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.current-weather .forecast ul:after {
  clear: both;
}
.current-weather .forecast ul li {
  width: 17.8%;
  border-right: 1px solid #dddddd;
  margin-left: 1%;
  padding-right: 1%;
  float: left;
  text-align: center;
}
.current-weather .forecast ul li img {
  float: left;
  width: 50px;
}
.current-weather .forecast ul li p {
  font-size: 19px;
  font-weight: bold;
}
.current-weather .forecast ul li .high-temp {
  padding-top: 4px;
  margin-bottom: 2px;
  font-size: 27px;
}
.current-weather .forecast ul li .low-temp {
  color: #59a6d5;
}
#weather-ad,
#markets-ad,
.traffic-ad {
  float: right;
  width: 130px;
}
#weather-ad h6 {
  font-size: 13px;
}
/*MARKETS BAR STYLES*/
#markets-content {
  float: left;
  width: 845px;
}
/*MENU*/
#topbar-menu {
  background-color: #f3f3f2;
  background-image: -moz-linear-gradient(top, #fefefd, #e3e3e3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefd), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #fefefd, #e3e3e3);
  background-image: -o-linear-gradient(top, #fefefd, #e3e3e3);
  background-image: linear-gradient(to bottom, #fefefd, #e3e3e3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefd', endColorstr='#ffe3e3e3', GradientType=0);
  border: 1px solid #aaaaaa;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  right: 0;
  top: 0;
}
#topbar-menu li {
  margin: 0;
}
#topbar-menu li a {
  border-right: 1px solid #aaaaaa;
  font: bold 12px / 32px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 20px 10px 42px;
}
#topbar-menu li a:hover {
  background: #39547a;
  color: white;
  text-decoration: none;
}
#topbar-menu li:first-child > a {
  border-radius: 0 0 0 10px;
}
#topbar-menu li:last-child > a {
  border-right: 0;
  border-radius: 0 0 10px 0;
}
#topbar-menu .weather-toggle {
  background: transparent url('/common/dfm/assets/img/weather_sunny_small.png') no-repeat 10px 4px;
}
#topbar-menu .weather-toggle:hover,
#topbar-menu .weather-toggle.active {
  background: #39547a url('/common/dfm/assets/img/weather_sunny_small_white.png') no-repeat 10px 4px;
  color: #f9f9f9;
}
#topbar-menu .traffic-toggle {
  background: transparent url('/common/dfm/assets/img/traffic_icon.png') no-repeat 10px 3px;
}
#topbar-menu .traffic-toggle:hover,
#topbar-menu .traffic-toggle.active {
  background: #39547a url('/common/dfm/assets/img/traffic_icon_white.png') no-repeat 10px 3px;
  color: #f9f9f9;
}
#topbar-menu .markets-toggle {
  background: transparent url('/common/dfm/assets/img/markets_icon.png') no-repeat 10px 4px;
}
#topbar-menu .markets-toggle:hover,
#topbar-menu .markets-toggle.active {
  background: #39547a url('/common/dfm/assets/img/markets_icon_white.png') no-repeat 10px 4px;
  color: #f9f9f9;
}
#topbar-menu .newsletter-toggle {
  background: transparent url('/common/dfm/assets/img/newsletter_icon.png') no-repeat 10px 8px;
}
#topbar-menu .newsletter-toggle:hover,
#topbar-menu .newsletter-toggle.active {
  background: #39547a url('/common/dfm/assets/img/newsletter_icon_white.png') no-repeat 10px 8px;
  color: #f9f9f9;
}
.topic-bar {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  color: #aaaaaa;
  clear: both;
  font-size: 11px;
  margin: 3px 0 22.652px;
  padding: 3px 0;
  text-transform: uppercase;
  *zoom: 1;
}
.topic-bar:before,
.topic-bar:after {
  display: table;
  content: "";
  line-height: 0;
}
.topic-bar:after {
  clear: both;
}
.topic-bar ul {
  margin: 0;
}
.topic-bar ul li {
  margin: 0 5px 0 0;
}
.topic-bar ul li:after {
  content: ",";
}
.topic-bar ul li:first-child:after,
.topic-bar ul li:last-child:after {
  content: "";
}
.topic-bar a {
  text-transform: none;
}
.two-cents h3 {
  margin-top: 0;
  font-size: 18px;
}
.two-cents label {
  font-size: 13px;
  line-height: 1.41em;
  margin-bottom: 11.326px;
}
#we-recommend {
  *zoom: 1;
  padding: 0;
  margin-bottom: 22.652px;
}
#we-recommend:before,
#we-recommend:after {
  display: table;
  content: "";
  line-height: 0;
}
#we-recommend:after {
  clear: both;
}
.inset-widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inset-widget .typeahead.dropdown-menu li,
.inset-widget p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.inset-widget input[type=text],
.inset-widget select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 14px 6px!important;
}
.inset-widget input[type=date] {
  width: 50%;
}
.inset-widget select {
  height: 30px;
}
.inset-widget label {
  font-size: 13px;
  font-weight: bold;
}
.inset-widget button {
  margin-top: 11.326px;
}
.inset-widget p.credit {
  font-size: 10px;
  font-weight: bold;
  border-top: 1px solid #dddddd;
  margin-top: 11.326px;
  padding-top: 11.326px;
  margin-bottom: 0;
}
.inset-widget .controls {
  padding-bottom: 11.326px;
}
#site-header {
  margin-bottom: 22.652px;
}
#site-header .branding {
  float: left;
  min-height: 50px;
}
#site-header .search-bar {
  position: absolute;
  bottom: 0;
  right: 0;
}
#site-header .search-bar .btn-primary {
  background: #39547a;
  color: white;
}
#site-header .search-bar .btn-primary:hover {
  background: #293c57;
}
#site-header .verticals-menu {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
}
#site-header .verticals-menu ul li {
  display: inline-block;
  margin: 0 3px;
}
.property-logo.small {
  margin-bottom: 0px;
  margin-top: 5px;
}
.prop-big {
  display: block;
  float: left;
  width: 351px;
  height: 52px;
  margin-left: 130px;
}
.prop-small {
  margin-top: 10px;
  margin-bottom: -5px;
}
#flag {
  border-top: 1px solid #aaaaaa;
  background-color: #eff2f7;
  background-image: -moz-linear-gradient(top, #e4eaf2, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e4eaf2), to(white));
  background-image: -webkit-linear-gradient(top, #e4eaf2, white);
  background-image: -o-linear-gradient(top, #e4eaf2, white);
  background-image: linear-gradient(to bottom, #e4eaf2, white);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4eaf2', endColorstr='#ffffffff', GradientType=0);
}
#site-navigation.hover-intent > li.dropdown:hover .dropdown-menu {
  display: none;
}
#site-footer {
  *zoom: 1;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, white, #e3e3e3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, white, #e3e3e3);
  background-image: -o-linear-gradient(top, white, #e3e3e3);
  background-image: linear-gradient(to bottom, white, #e3e3e3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe3e3e3', GradientType=0);
  font: normal 12px / 22.652px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 80px;
  width: 100%;
}
#site-footer:before,
#site-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
#site-footer:after {
  clear: both;
}
#site-footer a:hover {
  text-decoration: none;
}
#site-footer h4 {
  cursor: pointer;
}
#site-footer .head {
  background-color: #f2f2f1;
  background-image: -moz-linear-gradient(top, #fefefd, #dfdfdf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefd), to(#dfdfdf));
  background-image: -webkit-linear-gradient(top, #fefefd, #dfdfdf);
  background-image: -o-linear-gradient(top, #fefefd, #dfdfdf);
  background-image: linear-gradient(to bottom, #fefefd, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefd', endColorstr='#ffdfdfdf', GradientType=0);
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 22.652px;
  padding: 11.326px 0;
  *zoom: 1;
  width: 100%;
}
#site-footer .head:before,
#site-footer .head:after {
  display: table;
  content: "";
  line-height: 0;
}
#site-footer .head:after {
  clear: both;
}
#site-footer .head .property-logo {
  background: url('http://placehold.it/245x30&amp;text=property logo');
  margin: 0;
  width: 245px;
  height: 30px;
}
#site-footer .head .share-widget {
  position: absolute;
  right: 0;
  top: 0;
}
#site-footer .foot {
  border-top: 1px solid #dddddd;
  padding-top: 11.326px;
  clear: both;
  color: #808080;
}
#site-footer .foot p {
  text-align: center;
}
#site-footer .foot p a,
#site-footer .foot p span {
  margin-right: 1em;
}
#site-footer .foot ul.share-widget {
  width: 255px;
  margin: 0 auto;
  text-align: center;
}
#site-footer .body {
  *zoom: 1;
  margin-bottom: 22.652px;
}
#site-footer .body:before,
#site-footer .body:after {
  display: table;
  content: "";
  line-height: 0;
}
#site-footer .body:after {
  clear: both;
}
#site-footer .caret {
  display: none;
  margin-top: 10px;
}
.home #flag .container-fluid {
  padding-top: 64.10516px;
}
.home #flag .container-fluid #ad-pos-ear1,
.home #flag .container-fluid #ad-pos-ear2 {
  display: block;
}
.home #flag .container-fluid .property-logo {
  margin-left: 130px;
}
.home #flag .container-fluid #topbar-menu,
.home #flag .container-fluid .search-bar {
  margin-right: 130px;
}
.home .top-story .excerpt,
.home .top-story .link-list {
  margin-bottom: 22.652px;
}
article {
  padding-bottom: 22.652px;
}
article .shorten {
  float: right;
  width: 71.09375%;
}
article #main-media {
  margin-bottom: 22.652px;
}
.article #flag .container-fluid {
  padding-top: 25.007808px;
}
#main-story {
  *zoom: 1;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 22.652px;
  padding-bottom: 22.652px;
}
#main-story:before,
#main-story:after {
  display: table;
  content: "";
  line-height: 0;
}
#main-story:after {
  clear: both;
}
#body-copy {
  font-family: Georgia, "Times New Roman", Times, serif;
}
#body-copy figcaption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	margin: 0px 80px 10px 10px !important;
}
#body-copy .page-header h2 {
  margin-top: 22.652px;
}
#body-copy #secondary-media img {
  margin: 5px 10px 10px !important;
  width: auto;
  max-width: 98%;
  float: left;
}

/* Nativo - Custom Content pages only - override: reset the image float (Ed 12-18-15) */
#body-copy.prx-body > div > p:nth-child(3) > a > img { float: none;}

/* Nativo - Custom Content pages only - float-RIGHT the main Article image (Ed 12-18-15) */
#body-copy.prx-body > div > p:nth-child(6) > a > img,
#body-copy.prx-body > div > p:nth-child(5) > a > img { float: right; }


/*Article table style with scrollbar*/
#body-copy table {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #ddd;
  overflow: scroll;
  overflow-y: hidden;
}
/*Article Table Cell Border Styles for Firefox and IE*/
#body-copy td {
  border: 1px solid #ddd;
}
/*Article Table stripe style*/
#body-copy tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/*Article Table bold text at top of table*/
#body-copy tr:first-child {
  font-weight: 500;
}
.full-story .pagination {
  display: none;
}
.post {
  margin-bottom: 45.304px;
}
.post h2 {
  font-size: 30px;
}
.post figcaption {
  font-family: sans-serif !important;
}
.post .source {
  font-size: 13px;
}
.post blockquote {
  margin-left: 20px;
  margin-top: 20px;
}
.post blockquote p {
  font-size: 16px!important;
  line-height: 28px;
  margin-bottom: 14px;
}
.read-more {
  border-top: 1px solid #dddddd;
  margin-top: 11.326px;
  padding-top: 11.326px;
  font-weight: bold;
  font-size: 16px;
  font-family: sans-serif !important;
}
#body-wrapper {
  width: 640px;
  display: table-row;
}
#body-text,
#supporting-content {
  display: table-cell;
  vertical-align: top;
}
.AR_1.ob-widget {
  clear: both;
}
/* Hack to fix Outbrain bug SM-1922 */
.AR_2.ob-widget .ob_what
{ clear: both !important; }
.news-section #flag .container-fluid {
  padding-top: 25.007808px;
}
.feature-section .features-main,
.feature-section .secondary-stories {
  margin-bottom: 22.652px;
}
.feature-section .secondary-stories p.excerpt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.feature-section .secondary-stories [class*="span"] {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 11.326px 0;
  border-top: 3px solid #f3f3f3;
}
.feature-section .secondary-stories [class*="span"]:hover {
  padding: 22.652px 0;
  border-color: #39547a;
}
.feature-section .features-main .tabbable {
  background: black;
}
.feature-section .features-main .tab-pane {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 380px;
  overflow: hidden;
}
.feature-section .features-main figure {
  border: 1px solid #777777;
  margin: 0;
  height: 380px;
}
.feature-section .features-main figure img {
  max-width: none;
  width: 100%;
}
.feature-section .features-main .teaser {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.65);
  box-shadow: inset 0 0 20px black;
  color: white;
  padding: 11.326px 10px;
}
.feature-section .features-main .teaser h3 {
  font-size: 36px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.feature-section .features-main .teaser .excerpt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
.feature-section .features-main .tabs {
  background: #444;
  border: 0;
  margin-bottom: 0;
}
.feature-section .features-main .tabs li a {
  border-radius: 0;
  color: #fff;
  border: 0;
  border-top: 1px solid #f9f9f9;
  border-right: 1px solid #aaaaaa;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 1px;
}
.feature-section .features-main .tabs li:last-child a {
  border-right-width: 0;
}
.feature-section .features-main .tabs li.active:after {
  position: absolute;
  top: -7px;
  left: 47%;
  display: inline-block;
  opacity: 0.85;
  filter: alpha(opacity=85);
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f9f9f9;
  border-left: 8px solid transparent;
  content: '';
}
.feature-section .features-main .tabs li a:hover,
.feature-section .features-main .tabs li.active a {
  background: #213046;
  text-shadow: -1px 1px 1px #000000;
}
.feature-section .features-main .tabs li a:hover {
  box-shadow: inset 0 -5px 80px #39547a;
  border-top: 1px solid #f9f9f9;
}
.feature-section .features-main .tabs li {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  width: 20%;
}
.feature-section .features-main .tabs li.active {
  width: 40%;
}
.feature-section .features-main .tabs li.active a {
  box-shadow: inset 0 12px 20px #39547a;
}
.site-map a.pull-right {
  position: absolute;
  bottom: 7.55066667px;
  right: 0;
  font-size: 13px;
}
.site-map b.caret {
  border-top-color: #808080;
}
.site-map .dropdown {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
.site-map .list {
  margin-top: 7.55066667px;
  color: #aaaaaa;
  display: none;
  text-transform: none;
  font-weight: normal;
}
.site-map .nav-header {
  color: #777777;
  padding-left: 0;
  font-size: 1em;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 11.326px;
}
.site-map .bottom-items {
  padding-top: 20px;
  clear: both;
  margin-left: 0;
}
.site-map .expanded li ul.list {
  display: block;
}
.web-feeds h3 {
  font-size: 22px;
}
.web-feeds .link-list {
  *zoom: 1;
}
.web-feeds .link-list:before,
.web-feeds .link-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.web-feeds .link-list:after {
  clear: both;
}
.web-feeds .link-list ul {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.web-feeds .link-list ul:last-child {
  margin-right: 0;
}
.web-feeds .subhead {
  margin-bottom: 11.326px;
}
.web-feeds .full-feeds,
.web-feeds .faqs {
  *zoom: 1;
  margin: 22.652px 0;
}
.web-feeds .full-feeds:before,
.web-feeds .faqs:before,
.web-feeds .full-feeds:after,
.web-feeds .faqs:after {
  display: table;
  content: "";
  line-height: 0;
}
.web-feeds .full-feeds:after,
.web-feeds .faqs:after {
  clear: both;
}
.web-feeds .full-feeds a {
  font-size: 13px;
  margin-right: 0.4em;
}
.web-feeds li.subhed {
  font-weight: bold;
  margin-top: 22.652px;
}
.web-feeds li.subhed a {
  margin-right: 0;
}
.LeftRailAuthor {
  float: left;
  width: 290px;
  margin-right: 10px;
}
.LeftRailAuthor h4 {
  margin-bottom: -20px;
}
.LeftRailAuthor h5 {
  margin-bottom: -10px;
}
.RightRailAuthor {
  padding-left: 10px;
  border-left: 1px solid #ddd;
  float: right;
  width: 320px;
}
.apoc {
  padding-bottom: 40px;
  margin-bottom: 37px;
  border-bottom: 10px solid #dddddd;
}
.apoc .topper h1 {
  text-align: center;
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oxygen", "Helvetica-Neue", "Helvetica", sans-serif;
}
.apoc .topper h4 {
  text-align: center;
}
.apoc .topper hgroup.overline {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: 20px;
}
.apoc .topper hgroup.overline h4 {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  text-transform: none;
  border-bottom: 1px solid #dddddd;
  padding: 6px 0;
}
.apoc .topper hgroup.overline h4:last-child {
  border-bottom: 0;
}
.apoc .full-gallery {
  margin-bottom: 60px;
}
.apoc .preview {
  margin-bottom: 20px;
}
.apoc .preview .excerpt {
  font: normal 12px/1.4 "Helvetica-Neue", "Helvetica", sans-serif;
}
.ad,
.widget {
  margin-bottom: 22.652px;
}
.ad-120x90 {
  width: 120px;
  height: 90px;
}
.ad-120x60 {
  width: 120px;
  height: 60px;
}
.ad-120x120 {
  width: 120px;
  height: 120px;
}
.ad-970x90 {
  width: 970px;
  height: 90px;
}
.ad-970x30 {
  width: 970px;
  height: 30px;
}
.ad-300x250 {
  width: 300px;
  height: 250px;
}
#DFM-adPos-wallpaper {
  display: block !important;
}
#DFM-adPos-pencil {
  margin: 5px auto;
  width: 970px;
}
#DFM-adPos-leader {
  margin: 10px auto;
  width: 970px;
}
#DFM-adPos-ear1,
#DFM-adPos-ear2 {
  width: 120px;
  position: absolute;
  bottom: 5px;
  z-index: 1;
}
#DFM-adPos-ear2 {
  right: 0;
}
.wallpaper-right,
.wallpaper-left {
  width: 300px;
  height: 900px;
  position: absolute;
}
.wallpaper-right.pencil-in,
.wallpaper-left.pencil-in {
  top: -53px;
}
.wallpaper-right {
  right: -310px;
}
.wallpaper-left {
  left: -310px;
}
.pencil-ad-static {
  width: 970px;
  height: 30px;
  margin: 10px auto;
}
.pencil-ad-active {
  width: 970px;
  margin: 10px auto;
  *zoom: 1;
}
.pencil-ad-active:before,
.pencil-ad-active:after {
  display: table;
  content: "";
  line-height: 0;
}
.pencil-ad-active:after {
  clear: both;
}
.contextual-ad {
  margin: 0px auto;
  width: 728px;
}
.leaderboard-static {
  width: 970px;
  height: 90px;
  margin: 10px auto;
}
.leaderboard-active {
  background: #ddd;
  width: 970px;
  height: 90px;
  margin: 10px auto;
}
.leaderboard-active #teaser {
  background: url('ads/brianads/i/teaser.jpg') top left no-repeat;
  display: block;
  width: 970px;
  height: 90px;
}
.leaderboard-active #pushDown {
  background: #fff;
  border: 1px solid #ddd;
  display: none;
  margin: 0 auto;
  padding: 14px 14px 0 14px;
  position: relative;
  width: 940px;
  height: 400px;
}
.leaderboard-active #pushdownHeader {
  margin: 0;
  padding: 0;
}
.leaderboard-active #logo {
  height: 78px;
  margin: 0;
  padding: 0;
}
.leaderboard-active .toggleButton {
  background: #eee;
  color: #333;
  cursor: pointer;
  font: bold 10px/10px Arial, sans-serif;
  letter-spacing: 1px;
  margin: 0;
  padding: 6px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  right: 15px;
  z-index: 10000;
}
.leaderboard-active #app01 {
  border-right: 1px solid #ccc;
  display: block;
  float: left;
  padding-right: 14px;
  width: 543px;
  height: 307px;
}
.leaderboard-active #bigPic {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  width: 478px;
}
.leaderboard-active #thumbs {
  float: left;
  width: 55px;
}
.leaderboard-active #thumbs a:first-of-type {
  margin-top: 0;
}
.leaderboard-active #thumbs a {
  display: block;
  margin: 8px 0 0 0;
  padding: 0;
  width: 55px;
  height: 55px;
}
.leaderboard-active #app02 {
  display: block;
  float: left;
  width: 367px;
  height: 307px;
  padding-left: 15px;
}
.leaderboard-active #app02 p {
  color: #808080;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.leaderboard-active #app02 video {
  background: #5a3729;
  padding: 20px 0;
}
#div_Cube_Article {
  clear: both;
  text-align: center;
  float: left;
  margin-right: 20px;
}
#yahoo-ads {
  clear: both;
  font: normal 10px Verdana, Arial, sans-serif;
  padding: 0;
  margin: 0 auto 22.652px;
  width: 768px;
}
#yahoo-ads .clsCell {
  border: 1px solid #d2e4fc;
  background: #fff;
}
#yahoo-ads .clsMargin {
  background: #fff;
}
#yahoo-ads .clsResultTitle,
#yahoo-ads .clsResultTitleNoBold {
  color: #0000de;
  text-decoration: underline;
}
#yahoo-ads .clsResultDescription {
  color: #333;
}
#yahoo-ads .clsURL {
  color: #999;
}
#yahoo-ads a.title {
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  padding: 0 1px 0 0;
  text-decoration: none;
}
#yahoo-ads a.title:visited,
#yahoo-ads a.title:link,
#yahoo-ads a.title:active {
  color: #ffffff;
}
#yahoo-ads a.title:hover {
  color: #ffffff;
  text-decoration: underline;
}
.no-border {
  border: 0;
}
.top-border {
	border-top: 1px solid #dddddd;
	/* padding-top: 22.652px; */
  padding: 2%;
	text-align: center;
}
.top-border.fat {
  border-width: 4px 0 0 0;
}
.bottom-border {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 22.652px;
}
.bottom-border.fat {
  border-width: 0 0 4px 0;
}
.text-right {
  float: right;
}
.break-text {
  -ms-word-break: keep-all;
  /*break words correctly in IE*/
  word-wrap: break-word;
  /*wrap long urls in IE*/
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  white-space: normal;
  /*handle text wrapping for Firefox on PC*/
  overflow-wrap: break-word;
  /*handle text wrapping for IE on PC*/
}
/*Datepicker UI class additions */
.ui-datepicker {
  background: white;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.ui-datepicker .header {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.ui-datepicker-calendar {
  font-size: 12px;
  text-align: center;
}
/* Begin Contact us page */
.contactUsPage {
  float: left;
  width: 64%;
  text-align: center;
}
.contactUsPage textarea {
  width: 75%;
  float: left;
}
.contactUsPage label {
  width: 10em;
  float: left;
}
.contactUsPage label.error {
  float: left;
  color: red;
  width: 40%;
  vertical-align: top;
}
.contactUsPage input {
  width: 10em;
  float: left;
  margin-bottom: 10px;
}
.contactUsPage p {
  clear: both;
}
.contactUsPage textarea {
  width: 75%;
  float: left;
}
/* End Contact us page */
/* Begin Most Popular Widget */
#mostPopWidget {
  margin-bottom: 5px;
  margin-left: 0;
  margin-top: 0;
  padding-right: 0;
  border-width: 0px;
}
#mostPopWidget h4 {
  margin: 0px;
  margin-bottom: 0;
  color: #39547A;
  font-size: 36px;
  width: 100%;
}
#mostPopWidget div.tabbedbox {
  font-size: 10px;
  margin: 0 0 20px;
  padding: 0 !important;
  text-align: left;
}
#mostPopWidget .tabbedbox .righttab a {
  font-size: 10px;
  display: inline;
  float: left;
  height: 18px;
  padding: 3px 5px 0;
  text-transform: uppercase;
}
#mostPopWidget .tabbedbox .activetab {
  background: none repeat scroll 0 0 #EFEFEF;
  color: #003459;
  display: inline;
  float: left;
  height: 18px;
  padding: 3px 0px 0px 0px;
  text-transform: uppercase;
}
#mostPopWidget .tabbedbox .activetab:hover,
#mostPopWidget .tabbedbox .activetab a:hover {
  padding-left: 0px;
  margin: 0px;
  color: #444444!important;
}
#mostPopWidget .tabbedbox .activetab a {
  padding: 1px 5px 0px !important;
  font-size: 10px;
  border-width: 0px !important;
}
#mostPopWidget .complexListingBox .listNoImage a.complexListingLink {
  border-top: 1px solid #E3E3E3;
  color: #808080 !important;
  font: 14px Arial, Helvetica, sans-serif !important;
}
#mostPopWidget .complexListingBox ol li.listNoImage a.complexListingLink {
  padding-bottom: 5px !important;
}
#mostPopWidget .tabbedbox .tabboxoutline {
  height: auto;
  margin-left: -10px;
}
#mostPopWidget .tabbedbox .tabboxoutline ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#mostPopWidget .tabbedbox .tabboxoutline li {
  color: #444444;
}
#mostPopWidget .tabbedbox .tabboxoutline ol {
  margin: 0 3px 3px 15px;
  padding: 1px 3px 3px;
}
#mostPopWidget .tabbedbox .tabboxoutline ol li {
  text-indent: 0;
}
#mostPopWidget .tabbedbox ol li {
  font-size: 14px;
  list-style-type: decimal !important;
}
#mostPopWidget .tabboxoutline {
  margin: 0;
  overflow: hidden;
  padding: 10px;
  float: left;
  width: 100%;
}
/* End Most Popular Widget */
#other-news h3 a {
  display: block;
  font-size: 14px;
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0;
  line-height: 1.41;
  /*padding:@baseLineHeight/2 0;*/
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#other-news h3 a:hover {
  /*#gradient > .vertical(lighten(@blue,58%), white);
		padding:@baseLineHeight/2 @baseLineHeight/4;
		margin-left: -@baseLineHeight/4;
		margin-right: -@baseLineHeight/4;*/
  text-decoration: underline;
  color: #39547a;
}
.left-row.breaking-news a {
  display: block;
  font-size: 14px;
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0;
  line-height: 1.41;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.left-row.breaking-news a:hover {
  /*#gradient > .vertical(lighten(@blue,58%), white);
		padding:@baseLineHeight/2 @baseLineHeight/4;
		margin-left: -@baseLineHeight/4;
		margin-right: -@baseLineHeight/4;*/
  color: #39547a;
}
#DFM-adPos-leader {
  text-align: center;
}
#dfm-circ-container {
  /* container for Wishabi (/weeklyads) pages */
  width: 100%;
  margin-bottom: 25px;
}
/*Blog Rotator Widget additions */
#blog-widget-container-large {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  clear: both;
  margin: 0 0 11px;
  width: 100%;
  max-width: 471px;
  text-align: left;
}
#blog-widget-container-large > div {
  width: 471px;
  overflow: hidden;
}
#blog-widget-container-large div:before,
#blog-widget-container-large div:after {
  display: table;
  content: "";
  line-height: 0;
}
#blog-widget-container-large div,
#blog-widget-container-large a,
#blog-widget-container-large img,
#blog-widget-container-large h3 {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}
#blog-widget-container-large img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#blog-widget-container-large .was-figure {
  margin: 0;
  margin-bottom: 11px;
  display: block;
  position: relative;
}
#blog-widget-container-large .was-figure a {
  color: #5278ae;
  text-decoration: none;
  -webkit-transition: 0s ease-out;
  -moz-transition: 0s ease-out;
  -o-transition: 0s ease-out;
  transition: 0s ease-out;
  display: block;
  overflow: hidden;
  height: 80px;
  width: 150px;
  margin: 0 0 5px;
}
#blog-widget-container-large .carousel {
  margin-bottom: 0 !important;
  position: relative;
  line-height: 1;
  height: 180px;
}
#blog-widget-container-large .carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 220px;
}
#blog-widget-container-large .carousel .slide {
  border-width: 6px 4px 4px 4px;
  z-index: 5;
  overflow: hidden;
}
#blog-widget-container-large .carousel .slide h3 a {
  color: #333333;
  font-size: 13px;
  height: auto;
  line-height: 1.5;
  margin: 0 0 11px;
  font-weight: bold;
  text-rendering: optimizelegibility;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  width: 150px;
  text-decoration: none;
}
#blog-widget-container-large .carousel .slide h3 a:hover {
  text-decoration: underline;
  color: #39547A ;
}
#blog-widget-container-large .carousel .slide:before,
#blog-widget-container-large .carousel .slide:after {
  display: table;
  content: "";
  line-height: 0;
}
#blog-widget-container-large .carousel .slide:after {
  clear: both;
}
#blog-widget-container-large .carousel .slide .was-figure {
  float: left;
}
#blog-widget-container-large .carousel .slide .was-figure img {
  margin-bottom: 5px;
}
#blog-widget-container-large .carousel-control {
  cursor: pointer;
  z-index: 10000;
  position: absolute;
  top: 25%;
  left: -20px;
  margin-top: -20px;
  width: 35px;
  height: 40px;
  font-size: 40px;
  background: #a61a13;
  border-radius: 6px;
  border: 1px solid #999;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  line-height: 35px;
}
#blog-widget-container-large .carousel-control.right {
  left: auto;
  right: -20px;
}
#blog-widget-container-large .carousel-control:hover {
  color: #fff;
  background: #484848;
  text-decoration: none;
}
#blog-widget-container-large .slide .was-figure {
  margin-bottom: 0px;
}
#blog-widget-container-large .three-image .slide {
  border-width: 6px 4px 4px 6px;
}
#blog-widget-container-large .three-image .slide .was-figure {
  width: 33%;
}
#blog-widget-container-large li.item {
  width: 485px;
}
#blog-widget-container-large li.item,
#blog-widget-container-large div.slide,
#blog-widget-container-large div.was-figure {
  list-style-type: none;
  margin-bottom: 20px;
}
#blog-rotator-title {
  margin-top: 10px;
  font-size: 18px!important;
  font-weight: bold!important;
  color: #39547a!important;
  font-family: "Trebuchet MS", "Merriweather", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase!important;
  -webkit-user-select: =none!important;
}
/* End Blog Rotator */
/*Add article-page css */
.article-pagination {
  text-align: center;
  margin: 0 auto;
}
.article-pagination table {
  border-collapse: separate;
  padding: 10px;
}
.article-pagination table tr td {
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin: 0 -2px;
}
.article-pagination table tr td:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-right: 0;
}
.article-pagination table tr td:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-left: 0;
}
.article-pagination table tr td a {
  color: #808080;
  font-weight: 700;
  font-size: 12px;
  padding: 5px;
}
.article-pagination table tr td a:hover {
  background-color: #39547A;
  color: #fff;
}
.article-pagination ul li a.active {
  background-color: #d2d2d2;
  color: #fff;
}
.article-list tr {
  border-top: 1px solid #DDDDDD;
}
.article-list h2 {
  font-size: 20px;
  margin-top: 20px;
}
.article-list p {
  padding-bottom: 5px;
}
.article-list ul {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 15px;
  padding: 5px;
}
.article-list ul li {
  display: inline-block;
  padding: 0 5% 0 0;
}
.article-list td {
  min-width: 128px;
  max-width: 512px;
}
.article-list td a {
  font-size: 18px;
  font-weight: 300;
  padding: 7px 0px;
}
.article-list a.active {
  color: white;
  background: #5278AE;
  text-decoration: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 8px;
}
.article-list ul li a:hover {
  text-decoration: underline;
}
.filter-box {
  display: block;
  height: 30px;
}
.filter-box h4 {
  float: left;
  margin: 0;
  max-width: 475px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter-box .article-filter {
  float: right;
  height: 30px;
  font-size: .7em;
  top: -9px;
}
.filter-box .article-filter ul {
  border-bottom: 0 !important;
}
.filter-box .article-filter ul li {
  display: inline-block;
  padding: 0 12px 0 0;
}
.article-table {
  width: 100%;
  float: left;
}
.activefilt {
  color: #fff;
  background: #5278AE;
  text-decoration: none;
  border-radius: 3px;
  padding: 3px;
}
/* End article page */
#header-links {
  float: right;
  font-size: 11px;
  overflow: hidden;
  height: 20px;
  width: 255px;
  text-align: right;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 58px;
}
.home #header-links {
  margin-right: 130px;
}
/* Newsletter */
/* Main panel with border */
#nw {
  border: 1px solid #ECECEC;
  float: left;
  margin: 5px;
  padding: 10px;
  position: relative;
  width: 605px;
}
#nw_widget {
  position: relative;
}
/* Sign Up Header & Subheader */
#nw .nw_header,
.nw_subheader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
}
#nw .nw_subheader {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
}
/* Site related foreground color & background color for text and button */
#nw .nw_forecolor {
  color: #1C80B0;
}
#nw .nw_backcolor {
  background-color: #1C80B0;
}
/* Header divider line */
#nw .nw_hr {
  border-bottom: 1px solid #666666;
  margin: 5px 0 0;
  padding: 0;
  width: 100%;
}
/* Left and right column elements */
#nw .nw_col_lf,
#nw .nw_col_rt,
#nw .nw_col_full {
  float: left;
  margin: 25px 0 0;
  width: 48%;
}
#nw .nw_col_rt {
  border-left: 1px solid #E1E1E1;
  border-right: medium none;
  margin-right: 0;
  padding: 0 0 0 20px;
}
#nw .nw_col_full {
  margin-right: 0;
  width: 100%;
}
#nw h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.nw_next {
  margin: 25px 0 !important;
}
#nw h4 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.nw_input,
.nw_label,
.nw_label_long,
.nw_select,
.nw_label,
.nw_option {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.nw_option {
  float: none;
}
.nw_input {
  border: 1px solid #999999;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  height: 20px;
  margin-bottom: 15px;
  padding: 3px;
  width: 160px;
}
.nw_label,
.nw_label_long {
  clear: left;
  color: #333333;
  height: 20px;
  margin: 8px 10px 15px 0;
  text-align: right;
  width: 80px;
}
.nw_label_long {
  clear: both;
  margin: 0;
  text-align: left;
  width: 100%;
}
.nw_select {
  height: 25px;
  padding-top: 3px;
  width: 200px;
}
input.nw_box {
  height: 20px;
  margin: 2px 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 20px;
}
input.nw_radio {
  height: 20px;
  margin: 2px 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 20px;
}
#nw_radio1 #nw_radio2 {
  height: 20px;
  margin: 2px 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 20px;
}
.nw_col_rt .nw_label {
  height: 20px;
  margin: -5px 0 15px -12px;
  text-align: left;
  width: 100%;
}
#nw input[type="text"]:focus,
#nw textarea:focus {
  background-color: #FFFFCC;
}
#nw .nw_submit {
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  cursor: pointer;
  float: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 30px;
  margin-left: 20px;
  padding: 0px 20px 0px 20px;
  text-transform: uppercase;
  width: auto;
}
#nw .nw_submit:active {
  border-top: 1px solid #FFFFFF;
  color: #CCCCCC;
}
/* Email preferences login */
#nw .nw_submit .login,
.nw_submit .login:active {
  float: left !important;
  margin-left: 20px;
  margin-top: 0 !important;
}
#nw .nw_label.login {
  margin-left: -35px;
}
/* Confirmation, Error Messages */
.nw_notice {
  margin: 0 auto;
  position: absolute;
  z-index: 99999;
}
.full {
  margin: auto;
  top: 30%;
  width: 93%;
}
.widget {
  left: 0px;
  position: relative;
  top: 0px;
  width: 90%;
  margin-bottom: 10px;
}
.process {
  position: absolute;
  top: 30%;
  width: 70%;
}
.widget.process {
  left: 18%;
}
#nw_error p,
#nw_valerror p,
#nw_success p,
#nw_process p {
  font-size: 13px;
  line-height: 18px;
  margin: 5px 0;
}
#nw_error.nw_notice.widget p,
#nw_valerror.nw_notice.widget p,
#nw_success.nw_notice.widget p,
#nw_process.nw_notice.widget p {
  font-size: 11px;
}
#nw_error,
#nw_valerror,
#nw_success,
#nw_process {
  background-color: #FFF5B9;
  border: 2px solid #FFD500;
  border-radius: 5px 5px 5px 5px;
  color: black;
  opacity: 1;
  padding: 10px;
  text-align: center;
}
#nw_error .nw_header,
#nw_valerror .nw_header,
#nw_success .nw_header,
#nw_process .nw_header {
  color: #FFB700;
  font-size: 18px;
}
#nw_error .nw_icon,
#nw_valerror .nw_icon,
#nw_success .nw_icon {
  background: url("/CSS/notice_icon.png") no-repeat scroll left top transparent;
  height: 35px;
  margin: 10px auto;
  width: 35px;
}
#nw_error .nw_backcolor,
#nw_valerror .nw_backcolor {
  background-color: #FFCC33;
}
#nw_success {
  background-color: #E7FFE7;
  border: 2px solid #66CC66;
  color: black;
  opacity: 1;
  text-align: center;
}
#nw_success .nw_header {
  color: #70C066;
}
#nw_success .nw_backcolor {
  background-color: #70C066;
  margin: 0 0 10px 0;
}
#nw_success .nw_icon {
  background: url("/CSS/success_icon.png") no-repeat scroll left top transparent;
}
/* Front page widget elements */
#nw_widget .nw_label {
  clear: both;
  float: none;
  font-size: 11px;
  margin: 8px 0 15px 0;
  width: 100%;
}
#nw_widget .nw_input {
  border: 1px solid #999999;
  border-radius: 3px 3px 3px 3px;
  color: #000000;
  float: none;
  height: 12px;
  margin-right: 5px;
  padding: 3px;
  position: relative;
  top: 1px;
  width: 80px;
}
#nw_widget form {
  margin: 10px 0 0 50px;
  width: 230px;
}
#nw_widget .nw_box {
  height: 13px
    margin: 2px 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 13px;
}
/* Misc Elements */
#page_primary {
  overflow: visible !important;
  /* Fixes display error on email login */
}
#nw p,
#nw h3,
#nw h4 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.process_gif {
  background: url("/CSS/process_icon.gif") no-repeat center top transparent;
  height: 10px;
  margin: 15px auto;
}
/* End Newsletter */
/* Disqus Comments */
#dfm_disqus_comments {
  width: 100%;
  border-top: 1px solid #dddddd;
  padding-top: 22.652px;
  margin-bottom: 22.652px;
  padding-bottom: 20px;
  border-bottom: 4px solid #ddd;
}
/* End Disqus Comments */
/*Update visual rotator styles to match Sandbox - Ann Zerega June 3, 2014*/
/*Add font size 11px and line height 1em per Brad*/
#popular-widget-container-large {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px !important;
  line-height: 1em;
  color: #333;
  clear: both;
  margin: 0 0 11px;
  width: 100%;
  max-width: 635px;
  text-align: left;
}
#popular-widget-container-large > div {
  width: 635px;
  overflow: hidden;
}
#popular-widget-container-large div:after,
#popular-widget-container-large div:before {
  display: table;
  content: "";
  line-height: 0;
}
/*remove underline from rotator tab links*/
#popular-widget-container-large a,
#popular-widget-container-large div,
#popular-widget-container-large h3,
#popular-widget-container-large img {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
}
#popular-widget-container-large img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#popular-widget-container-large .was-figure {
  margin: 0;
  margin-bottom: 11px;
  display: block;
  position: relative;
}
#popular-widget-container-large .was-figure a {
  color: #5278ae;
  text-decoration: none;
  -webkit-transition: 0s ease-out;
  -moz-transition: 0s ease-out;
  -o-transition: 0s ease-out;
  transition: 0s ease-out;
  display: block;
  overflow: hidden;
  height: 108px;
  width: 150px;
  margin: 0 0 5px;
}
/* Add grey border and curved corners to slider*/
#popular-widget-container-large .carousel {
  position: relative;
  line-height: 1;
  height: 190px;
  margin-bottom: 0;
  border: 1px solid #e3e3e3;
  border-width: 1px 1px 1px;
  border-radius: 0 0 6px 6px;
}
#popular-widget-container-large .carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 220px;
}
/*change background to white*/
#popular-widget-container-large .carousel .slide {
  background: #fff;
  border-width: 6px 4px 4px;
  z-index: 5;
  overflow: hidden;
}
/*Decrease width of container so text doesn't overflow*/
#popular-widget-container-large .carousel .slide h3 a {
  color: #333;
  font-size: 13px;
  height: auto;
  line-height: 1.5;
  margin: 0 0 11px;
  font-weight: 700;
  text-rendering: optimizelegibility;
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  width: 140px;
  text-decoration: none;
}
#popular-widget-container-large .carousel .slide h3 a:hover {
  text-decoration: underline;
  color: #39547A;
}
#popular-widget-container-large .carousel .slide:after,
#popular-widget-container-large .carousel .slide:before {
  display: table;
  content: "";
  line-height: 0;
}
#popular-widget-container-large .carousel .slide:after {
  clear: both;
}
#popular-widget-container-large .carousel .slide .was-figure {
  float: left;
}
#popular-widget-container-large .carousel .slide .was-figure img {
  margin-bottom: 5px;
}
#popular-widget-container-large .carousel-control {
  cursor: pointer;
  z-index: 10000;
  position: absolute;
  top: 25%;
  left: -20px;
  margin-top: -20px;
  width: 35px;
  height: 40px;
  font-size: 40px;
  background: #a61a13;
  border-radius: 6px;
  border: 1px solid #999;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  line-height: 35px;
}
#popular-widget-container-large .carousel-control.right {
  left: auto;
  right: -20px;
}
#popular-widget-container-large .carousel-control:hover {
  color: #fff;
  background: #484848;
  text-decoration: none;
}
#popular-widget-container-large .slide .was-figure {
  margin-bottom: 0;
}
#popular-widget-container-large .three-image .slide {
  border-width: 6px 4px 4px 6px;
}
#popular-widget-container-large .three-image .slide .was-figure {
  width: 33%;
}
#popular-widget-container-large li.item {
  width: 485px;
  height: 214px;
}
#popular-widget-container-large div.slide,
#popular-widget-container-large div.was-figure,
#popular-widget-container-large li.item {
  list-style-type: none;
  margin-bottom: 20px;
}
#popular-rotator-title {
  margin-top: 10px;
  font-size: 18px!important;
  font-weight: 700!important;
  color: #39547a!important;
  font-family: "Trebuchet MS", Merriweather, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase!important;
  -webkit-user-select: =none!important;
}
/* Carousel control with out text decoration*/
a#popular-widget-large-backward:hover,
a#popular-widget-large-backward:active,
a#popular-widget-large-forward:hover,
a#popular-widget-large-forward:active {
  text-decoration: none !important;
}
/* Begin AddThis ShareBar */
#shareDisqus {
  font-size: 0.6em;
  height: 32px;
  top: 2px;
}
#shareDisqus a {
  color: #FFFFFF !important;
  text-align: center;
  text-indent: 0px !important;
}
#shareDisqus a:hover {
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-print {
  background-position: -96px -48px;
}
.share-widget li {
  display: inline-block;
  margin-left: .5em;
}
.actions-menu {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}
.shareBarHide {
  visibility: hidden;
}
#shareBarWrapper {
  z-index: 2000;
}
.share-barADD {
  background: white;
  font: bold 16px/32px Arial, sans-serif;
  padding: 10px 20px 10px 10px;
  position: absolute;
}
.share-barADD ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.share-barADD ul li {
  background: transparent url(http://extras.mnginteractive.com/live/js/jquery/jBar/images/share-sm-buttons.png) no-repeat top left;
}
.share-barADD ul li.shareBarHover ul {
  display: block !important;
}
.share-barADD ul li a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  border-bottom: 1px solid white;
}
.share-barADD ul li ul {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
  display: none;
  position: absolute;
  padding: 10px;
  top: 0;
  left: 32px;
}
.share-barADD ul li.facebook ul {
  display: block;
  opacity: 0;
  position: absolute;
  text-indent: -9999px;
  height: 0;
  width: 0;
}
.share-barADD ul li.shareBarHover ul {
  display: block;
  opacity: 1;
  text-indent: 0;
  height: auto;
  width: auto;
}
#shareDisqus .timestamp {
  z-index: 2001;
}
.share-barADD ul li ul li {
  background: transparent;
}
.share-barADD ul li ul li a {
  border-bottom: 0;
  color: #333;
  font: bold 9px/1.5 Arial, sans-serif;
  width: auto;
  height: auto;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
}
.like-button {
  border: 1px solid #444;
  border-radius: 5px;
  width: 80px;
  height: 20px;
}
.share-barADD ul li.twitter {
  background-position: -32px 0;
}
.share-barADD ul li.google {
  background-position: -64px 0;
}
.share-barADD ul li.linkedin {
  background-position: -96px 0;
}
.share-barADD ul li.stumbleupon {
  background-position: -128px 0;
}
.share-barADD ul li.pinterest {
  background-position: -160px 0;
}
.share-barADD ul li.comments-share {
  background-position: -288px 0;
  height: 32px;
}
.share-barADD ul li.reddit {
  background-position: -320px 0;
}
.share-barADD ul li.more {
  background: #dfdfdf;
  font-size: 24px;
}
.share-barADD ul li.more a {
  color: #333;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}
.share-barADD ul li.more ul {
  top: -130px;
}
.share-barADD ul li.more ul li {
  border-bottom: 1px solid #d3d3d3;
  padding: 6px 0;
}
.share-barADD ul li.more ul li a {
  text-align: center;
}
.share-barADD ul li.more ul li a:hover {
  text-decoration: underline;
}
.share-barADD ul li.more ul li a i {
  display: block;
  margin: 0 auto;
}
.share-barADD ul li.facebook:hover {
  background-position: 0 -32px;
}
.share-barADD ul li.twitter:hover {
  background-position: -32px -32px;
}
.share-barADD ul li.google:hover {
  background-position: -64px -32px;
}
.share-barADD ul li.linkedin:hover {
  background-position: -96px -32px;
}
.share-barADD ul li.stumbleupon:hover {
  background-position: -128px -32px;
}
.share-barADD ul li.pinterest:hover {
  background-position: -160px -32px;
}
.share-barADD ul li.comments:hover {
  background-position: -288px -32px;
}
.share-barADD ul li.reddit:hover {
  background-position: -320px -32px;
}
.share-barADD ul li.more:hover {
  background: #b3b3b3;
}
.share-barADD ul li.more ul li a i.linkedin,
.share-barADD ul li.more ul li a i.pinterest,
.share-barADD ul li.more ul li a i.reddit,
.share-barADD ul li.more ul li a i.stumbleupon,
.share-barADD ul li.more ul li a i.tumblr {
  width: 32px;
  height: 32px;
  background: transparent url(http://extras.mnginteractive.com/live/js/jquery/jBar/images/share-sm-buttons.png) no-repeat -192px 0;
  margin-bottom: 2px;
}
.share-barADD ul li.more ul li a i.linkedin {
  background-position: -96px 0;
}
.share-barADD ul li.more ul li a i.pinterest {
  background-position: -160px 0;
}
.share-barADD ul li.more ul li a i.reddit {
  background-position: -320px 0;
}
.share-barADD ul li.more ul li a i.stumbleupon {
  background-position: -128px 0;
}
.share-barADD ul li.more ul li a i.tumblr {
  background-position: -224px 0;
}
.share-barADD ul li.more ul li a:hover i.linkedin {
  background-position: -96px -32px;
}
.share-barADD ul li.more ul li a:hover i.pinterest {
  background-position: -160px -32px;
}
.share-barADD ul li.more ul li a:hover i.reddit {
  background-position: -320px -32px;
}
.share-barADD ul li.more ul li a:hover i.stumbleupon {
  background-position: -128px -32px;
}
.share-barADD ul li.more ul li a:hover i.tumblr {
  background-position: -224px -32px;
}
.share-tools li {
  margin: 0;
  line-height: 1.41;
}
.share-tools li a {
  font-size: 10px;
  text-transform: uppercase;
}
.shareBarCommentCount {
  display: block;
  word-wrap: break-word;
  font-size: 1.2em;
  line-height: 2em;
  margin: 0 auto;
  white-space: normal;
  z-index: 2001;
}
.ndn_embedContainer{margin-bottom:10px!important}
/* This line is only for styling the page, not for styling the widget. You should remove it.
@import url("http://cdn.quilt.janrain.com/2.1.0/quilt.css");
 */
/* hide the middle name field on the edit profile screen. */
#capture_editProfile_name_middlename {
  display: none;
}
.capture_display_toggle_disabled .janrain-icon-locked {
  color: #aaa;
}
/* --- Widget styles begin below here --- */
#janrainModal .janrain_modal_closebutton {
  background-color: transparent;
  color: #888;
  font-family: helvetica, sans-serif;
  font-size: 12px;
  font-weight: 100;
  height: auto;
  right: 10px;
  text-decoration: none;
  top: 10px;
  width: auto;
}
#janrainModal .janrain-capture-ui.capture-ui-content {
  background-color: #fff;
}
#janrainModal .janrain-capture-ui.capture-ui-content.capture_current_screen {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  moz-transition: all 5s linear 0s;
  opacity: 1;
  o-transition: all 5s linear 0s;
  transition: all 5s linear 0s;
  webkit-transition: all 5s linear 0s;
}
#janrainModal .janrain-capture-ui.capture-ui-content h1 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: inherit;
}
#janrainModal .janrain-capture-ui.capture-ui-content h2 {
  font-size: 15px;
  font-weight: bold;
}
#janrainModal .janrain-capture-ui.capture-ui-content h3 {
  font-size: 15px;
}
#janrainModal .janrain-capture-ui.capture-ui-content h4 {
  font-size: 1.385em;
}
#janrainModal .janrain-capture-ui.capture-ui-content h5 {
  font-size: 1.077em;
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_signin {
  margin: 0 auto;
}
.janrain-capture-ui {
  background-color: transparent;
  color: #666;
  font-family: helvetica, sans-serif;
  font-size: 13px;
  line-height: inherit;
}
.janrain-capture-ui a,
.janrain-capture-ui a:visited,
.janrain-capture-ui a:link {
  color: #009ddc;
}
.janrain-capture-ui a:hover {
  color: #006690;
}
.janrain-capture-ui .capture_backgroundColor {
  background-color: #f6f6f6;
  color: #666;
}
.janrain-capture-ui .capture_backgroundColor .capture_text_input,
.janrain-capture-ui .capture_backgroundColor .capture_checkbox,
.janrain-capture-ui .capture_backgroundColor .capture_radio,
.janrain-capture-ui .capture_backgroundColor .capture_inputPlaceholder,
.janrain-capture-ui .capture_backgroundColor .capture_select,
.janrain-capture-ui .capture_backgroundColor .capture_textarea,
.janrain-capture-ui .capture_backgroundColor .capture_checkbox,
.janrain-capture-ui .capture_backgroundColor .capture_radio {
  background-color: #fff;
}
.janrain-capture-ui .capture_backgroundColor .capture_text_input:focus,
.janrain-capture-ui .capture_backgroundColor .capture_checkbox:focus,
.janrain-capture-ui .capture_backgroundColor .capture_radio:focus,
.janrain-capture-ui .capture_backgroundColor .capture_inputPlaceholder:focus,
.janrain-capture-ui .capture_backgroundColor .capture_select:focus,
.janrain-capture-ui .capture_backgroundColor .capture_textarea:focus,
.janrain-capture-ui .capture_backgroundColor .capture_checkbox:focus,
.janrain-capture-ui .capture_backgroundColor .capture_radio:focus {
  background-color: #fff;
}
.janrain-capture-ui .capture_backgroundColor .capture_secondary {
  border: 1px solid #ddd;
  border-width: 1px 1px 0 1px;
}
.janrain-capture-ui .capture_backgroundColor .capture_provider li {
  background-color: #fff;
}
.janrain-capture-ui .capture_backgroundColor .capture_form_item .capture_display_toggle_wrap .capture_display_toggle:hover {
  background-color: #fff;
}
.janrain-capture-ui .capture_footer {
  background-color: #f6f6f6;
  border-radius: 0 0 5px 5px;
  bottom: 0;
  box-shadow: 0 9px 9px -9px rgba(0, 0, 0, 0.1) inset;
  height: 35px;
  khtml-border-radius: 0 0 5px 5px;
  left: 0;
  moz-border-radius: 0 0 5px 5px;
  moz-box-shadow: 0 9px 9px -9px rgba(0, 0, 0, 0.1) inset;
  ms-border-radius: 0 0 5px 5px;
  o-border-radius: 0 0 5px 5px;
  o-box-shadow: 0 9px 9px -9px rgba(0, 0, 0, 0.1) inset;
  padding: 10px 0;
  position: absolute;
  text-align: right;
  webkit-border-radius: 0 0 5px 5px;
  webkit-box-shadow: 0 9px 9px -9px rgba(0, 0, 0, 0.1) inset;
  width: 100%;
  z-index: 5;
  zoom: 1;
}
.janrain-capture-ui .capture_footer:after {
  clear: both;
  content: "";
  display: table;
}
.janrain-capture-ui .capture_footer .capture_btn {
  margin: 0 20px;
}
.janrain-capture-ui .capture_text_input,
.janrain-capture-ui .capture_checkbox,
.janrain-capture-ui .capture_radio,
.janrain-capture-ui .capture_inputPlaceholder,
.janrain-capture-ui .capture_select,
.janrain-capture-ui .capture_textarea {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  color: #b3b3b3;
  font-family: helvetica, sans-serif;
  font-size: 14px;
  khtml-border-radius: 5px;
  moz-border-radius: 5px;
  moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  ms-border-radius: 5px;
  o-border-radius: 5px;
  o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  webkit-border-radius: 5px;
  webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
}
.janrain-capture-ui .capture_text_input:focus,
.janrain-capture-ui .capture_checkbox:focus,
.janrain-capture-ui .capture_radio:focus,
.janrain-capture-ui .capture_inputPlaceholder:focus,
.janrain-capture-ui .capture_select:focus,
.janrain-capture-ui .capture_textarea:focus {
  background-color: #e2e2e2;
  border: 1px solid #009ddc;
  box-shadow: 0 0 3px #009ddc, 0 0 3px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  moz-box-shadow: 0 0 3px #009ddc, 0 0 3px rgba(0, 0, 0, 0.2) inset;
  o-box-shadow: 0 0 3px #009ddc, 0 0 3px rgba(0, 0, 0, 0.2) inset;
  webkit-box-shadow: 0 0 3px #009ddc, 0 0 3px rgba(0, 0, 0, 0.2) inset;
}
.janrain-capture-ui .capture_text_input,
.janrain-capture-ui .capture_checkbox,
.janrain-capture-ui .capture_radio,
.janrain-capture-ui .capture_inputPlaceholder,
.janrain-capture-ui .capture_textarea,
.janrain-capture-ui .capture_inputPlaceholder {
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  display: -moz-inline-box;
  moz-box-orient: vertical;
  moz-box-sizing: border-box;
  ms-box-sizing: border-box;
  vertical-align: auto;
  vertical-align: middle;
  webkit-box-sizing: border-box;
  width: 100%;
}
.janrain-capture-ui .capture_text_input,
.janrain-capture-ui .capture_checkbox,
.janrain-capture-ui .capture_radio,
.janrain-capture-ui .capture_inputPlaceholder,
.janrain-capture-ui .capture_textarea,
.janrain-capture-ui .capture_inputPlaceholder {
  display: inline;
}
.janrain-capture-ui .capture_text_input::-webkit-input-placeholder,
.janrain-capture-ui .capture_checkbox::-webkit-input-placeholder,
.janrain-capture-ui .capture_radio::-webkit-input-placeholder,
.janrain-capture-ui .capture_inputPlaceholder::-webkit-input-placeholder,
.janrain-capture-ui .capture_textarea::-webkit-input-placeholder,
.janrain-capture-ui .capture_inputPlaceholder::-webkit-input-placeholder {
  color: #b3b3b3;
}
.janrain-capture-ui .capture_text_input:-moz-placeholder,
.janrain-capture-ui .capture_checkbox:-moz-placeholder,
.janrain-capture-ui .capture_radio:-moz-placeholder,
.janrain-capture-ui .capture_inputPlaceholder:-moz-placeholder,
.janrain-capture-ui .capture_textarea:-moz-placeholder,
.janrain-capture-ui .capture_inputPlaceholder:-moz-placeholder {
  color: #b3b3b3;
}
.janrain-capture-ui .capture_text_input:-ms-input-placeholder,
.janrain-capture-ui .capture_checkbox:-ms-input-placeholder,
.janrain-capture-ui .capture_radio:-ms-input-placeholder,
.janrain-capture-ui .capture_inputPlaceholder:-ms-input-placeholder,
.janrain-capture-ui .capture_textarea:-ms-input-placeholder,
.janrain-capture-ui .capture_inputPlaceholder:-ms-input-placeholder {
  color: #b3b3b3;
}
.janrain-capture-ui .capture_select {
  box-sizing: border-box;
  color: #333;
  moz-box-sizing: border-box;
  ms-box-sizing: border-box;
  webkit-box-sizing: border-box;
  width: 100%;
}
.janrain-capture-ui .capture_select.capture_disabled {
  color: #b3b3b3;
}
.janrain-capture-ui .capture_select.capture_disabled:focus {
  color: #333;
}
.janrain-capture-ui .capture_checkbox,
.janrain-capture-ui .capture_radio {
  border: 0;
  box-shadow: none;
  moz-box-shadow: none;
  o-box-shadow: none;
  webkit-box-shadow: none;
}
.janrain-capture-ui .capture_checkbox label,
.janrain-capture-ui .capture_radio label {
  font-size: 13px;
}
.janrain-capture-ui .capture_inputPlaceholder {
  border: 0;
  box-shadow: none;
  moz-box-shadow: none;
  o-box-shadow: none;
  webkit-box-shadow: none;
}
.janrain-capture-ui .capture_btn,
.janrain-capture-ui a.capture_btn,
.janrain-capture-ui .capture_btn:focus,
.janrain-capture-ui a.capture_btn:focus,
.janrain-capture-ui button.capture_btn:focus,
.janrain-capture-ui input.capture_btn:focus,
.janrain-capture-ui .capture_backButton:focus,
.janrain-capture-ui button.capture_btn,
.janrain-capture-ui input.capture_btn,
.janrain-capture-ui .capture_backButton {
  box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
  font-family: helvetica, sans-serif;
  moz-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
  o-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
  webkit-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
}
.janrain-capture-ui .capture_btn:active,
.janrain-capture-ui a.capture_btn:active,
.janrain-capture-ui .capture_btn:active:focus,
.janrain-capture-ui a.capture_btn:active:focus,
.janrain-capture-ui button.capture_btn:active:focus,
.janrain-capture-ui input.capture_btn:active:focus,
.janrain-capture-ui .capture_backButton:active:focus,
.janrain-capture-ui button.capture_btn:active,
.janrain-capture-ui input.capture_btn:active,
.janrain-capture-ui .capture_backButton:active {
  box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.1) inset, 0 -1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
  moz-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.1) inset, 0 -1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
  o-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.1) inset, 0 -1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
  webkit-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.1) inset, 0 -1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
}
.janrain-capture-ui .capture_primary,
.janrain-capture-ui a.capture_primary,
.janrain-capture-ui button.capture_primary,
.janrain-capture-ui input.capture_primary {
  background: linear-gradient(top, #34c5ff, #0092cd);
  background: -moz-linear-gradient(top, #34c5ff, #0092cd);
  background: -ms-linear-gradient(top, #34c5ff, #0092cd);
  background: -o-linear-gradient(top, #34c5ff, #0092cd);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #34c5ff), color-stop(100%, #0092cd));
  background: -webkit-linear-gradient(top, #34c5ff, #0092cd);
  background-color: #009ddc;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
.janrain-capture-ui a.capture_primary:visited,
.janrain-capture-ui a.capture_primary:link,
.janrain-capture-ui a.capture_primary:hover {
  color: #fff;
}
.janrain-capture-ui .capture_secondary,
.janrain-capture-ui a.capture_secondary,
.janrain-capture-ui button.capture_secondary,
.janrain-capture-ui input.capture_secondary {
  background-color: #f6f6f6;
  background-image: none;
  color: #009ddc;
  text-decoration: none;
  text-shadow: none;
}
.janrain-capture-ui .capture_btn_half,
.janrain-capture-ui a.capture_btn_half,
.janrain-capture-ui button.capture_btn_half,
.janrain-capture-ui input.capture_btn_half {
  box-sizing: border-box;
  margin: 0 1%;
  moz-box-sizing: border-box;
  ms-box-sizing: border-box;
  webkit-box-sizing: border-box;
  width: 48%;
}
.janrain-capture-ui .capture_btn_full {
  box-sizing: border-box;
  margin: 0;
  moz-box-sizing: border-box;
  ms-box-sizing: border-box;
  webkit-box-sizing: border-box;
  width: 100%;
}
.janrain-capture-ui a.capture_secondary:visited,
.janrain-capture-ui a.capture_secondary:link,
.janrain-capture-ui a.capture_secondary:hover {
  color: #333;
}
.janrain-capture-ui .capture_processing {
  background-color: none;
  border: none !important;
  box-shadow: none;
  moz-box-shadow: none;
  o-box-shadow: none;
  webkit-box-shadow: none;
}
.janrain-capture-ui .capture_fatal_error {
  background-color: #ffefde;
  background-position: 10px 5px;
  border: 1px solid #dc7302;
  border-radius: 5px;
  color: #f58002;
  font-size: 12px;
  khtml-border-radius: 5px;
  moz-border-radius: 5px;
  ms-border-radius: 5px;
  o-border-radius: 5px;
  padding: 5px 5px 5px 35px;
  webkit-border-radius: 5px;
}
.janrain-capture-ui .capture_form_error {
  background-image: none;
  color: #f58002;
}
.janrain-capture-ui .capture_form_item {
  min-height: 0;
}
.janrain-capture-ui .capture_form_item label {
  /*
	color: #666;
	height: 0px;
	overflow: hidden;
	text-indent: -99999px;
	*/
}
.janrain-capture-ui .capture_form_item .capture_tip {
  color: #aaa;
}
.janrain-capture-ui .capture_form_item.capture_focused .capture_tip {
  color: #333;
}
.janrain-capture-ui .capture_form_item .capture_tip_validating {
  color: #aaa;
}
.janrain-capture-ui .capture_form_item .capture_tip_validated {
  color: #aaa;
}
.janrain-capture-ui .capture_form_item .capture_tip_error {
  color: #f58002;
}
.janrain-capture-ui .capture_form_item .capture_btn {
  margin: 0;
}
.janrain-capture-ui .capture_save_success {
  color: #64AE29;
  display: inline-block;
  display: -moz-inline-box;
  moz-box-orient: vertical;
  vertical-align: auto;
  vertical-align: middle;
}
.janrain-capture-ui .capture_save_success {
  display: inline;
}
.janrain-capture-ui .capture_error .capture_radio,
.janrain-capture-ui .capture_error .capture_checkbox,
.janrain-capture-ui .capture_error .capture_text_input,
.janrain-capture-ui .capture_error .capture_checkbox,
.janrain-capture-ui .capture_error .capture_radio,
.janrain-capture-ui .capture_error .capture_inputPlaceholder {
  border: 1px solid #f58002;
  box-shadow: 0 0 3px rgba(245, 148, 2, 0.3) inset;
  moz-box-shadow: 0 0 3px rgba(245, 148, 2, 0.3) inset;
  o-box-shadow: 0 0 3px rgba(245, 148, 2, 0.3) inset;
  webkit-box-shadow: 0 0 3px rgba(245, 148, 2, 0.3) inset;
}
.janrain-capture-ui .capture_display_toggle_wrap {
  border-radius: 4px;
  font-size: 12px;
  khtml-border-radius: 4px;
  left: 300px;
  line-height: 16px;
  moz-border-radius: 4px;
  ms-border-radius: 4px;
  o-border-radius: 4px;
  top: 20px;
  webkit-border-radius: 4px;
}
.janrain-capture-ui .capture_display_toggle_wrap:hover {
  background-color: #f6f6f6;
}
.janrain-capture-ui .janrain_traditional_account_only {
  display: none;
}
.janrain-capture-ui#editProfile .capture_form_item label {
  height: auto;
  overflow: visible;
  text-indent: 0;
  text-indent: inherit;
  text-transform: capitalize;
}
.janrain-capture-ui .capture_nameBlock .capture_form_item,
.janrain-capture-ui .capture_addressBlock .capture_form_item {
  margin-bottom: 0;
  min-height: 0;
}
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_city_,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_stateprovince_,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_zippostalcode_,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_editProfile_addressDrop_city_,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_editProfile_addressDrop_stateprovince_,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_editProfile_addressDrop_zippostalcode_ {
  display: inline-block;
  display: -moz-inline-box;
  margin-left: 1%;
  moz-box-orient: vertical;
  vertical-align: auto;
  vertical-align: middle;
}
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_city_,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_stateprovince_,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_zippostalcode_,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_editProfile_addressDrop_city_,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_editProfile_addressDrop_stateprovince_,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_editProfile_addressDrop_zippostalcode_ {
  display: inline;
}
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_tip_validating,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_tip_error,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_tip_validated {
  left: 290px;
  position: absolute;
  top: 10px;
}
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_city_ {
  margin-left: 0;
  width: 40%;
}
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_stateprovince_ {
  width: 18%;
}
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_zippostalcode_ {
  width: 40%;
}
.janrain-capture-ui .capture_dateselect_day,
.janrain-capture-ui .capture_dateselect_month,
.janrain-capture-ui .capture_dateselect_year {
  display: inline-block;
  display: -moz-inline-box;
  margin-left: 1%;
  moz-box-orient: vertical;
  vertical-align: auto;
  vertical-align: middle;
}
.janrain-capture-ui .capture_dateselect_day,
.janrain-capture-ui .capture_dateselect_month,
.janrain-capture-ui .capture_dateselect_year {
  display: inline;
}
.janrain-capture-ui .capture_dateselect_month {
  margin-left: 0;
  width: 40%;
}
.janrain-capture-ui .capture_dateselect_day {
  width: 18%;
}
.janrain-capture-ui .capture_dateselect_year {
  width: 40%;
}
.janrain-capture-ui .capture_tabs li {
  box-sizing: border-box;
  margin: 0 1%;
  moz-box-sizing: border-box;
  ms-box-sizing: border-box;
  webkit-box-sizing: border-box;
  width: 48%;
}
.janrain-capture-ui .capture_tabs li a {
  background-color: #ddd;
  box-shadow: 0 -10px 5px -8px rgba(0, 0, 0, 0.1) inset;
  display: block;
  font-size: 12px;
  font-size: 14px;
  moz-box-shadow: 0 -10px 5px -8px rgba(0, 0, 0, 0.1) inset;
  o-box-shadow: 0 -10px 5px -8px rgba(0, 0, 0, 0.1) inset;
  webkit-box-shadow: 0 -10px 5px -8px rgba(0, 0, 0, 0.1) inset;
}
.janrain-capture-ui .capture_tabs li a:visited,
.janrain-capture-ui .capture_tabs li a:link,
.janrain-capture-ui .capture_tabs li a:hover {
  color: #999;
}
.janrain-capture-ui .capture_tabs li.capture_toggled a {
  background-color: #f6f6f6;
  box-shadow: none;
  moz-box-shadow: none;
  o-box-shadow: none;
  webkit-box-shadow: none;
}
.janrain-capture-ui .capture_tabs li.capture_toggled a:visited,
.janrain-capture-ui .capture_tabs li.capture_toggled a:link,
.janrain-capture-ui .capture_tabs li.capture_toggled a:hover {
  color: #666;
}
.janrain-capture-ui .capture_data_item {
  clear: both;
  margin-bottom: 15px;
  zoom: 1;
}
.janrain-capture-ui .capture_data_item:after {
  clear: both;
  content: "";
  display: table;
}
.janrain-capture-ui .capture_data_item label {
  float: left;
  margin-right: 1%;
  text-align: right;
  width: 39%;
}
.janrain-capture-ui .capture_data_item .capture_data {
  float: left;
  width: 60%;
}
.janrain-capture-ui .capture_provider li {
  background-color: #f6f6f6;
  border-radius: 5px;
  khtml-border-radius: 5px;
  moz-border-radius: 5px;
  ms-border-radius: 5px;
  o-border-radius: 5px;
  webkit-border-radius: 5px;
}
.janrain-capture-ui .capture_provider li .capture_remove {
  cursor: pointer;
  position: absolute;
  right: 0;
}
.capture_editCol {
  width: 290px;
}
.janrain_close_confirm_container {
  border-radius: 10px;
  font-family: helvetica, sans-serif;
  font-size: 13px;
  khtml-border-radius: 10px;
  line-height: 17px;
  moz-border-radius: 10px;
  ms-border-radius: 10px;
  o-border-radius: 10px;
  webkit-border-radius: 10px;
}
.janrain_close_confirm_container .janrain_close_confirm {
  color: white;
}
.janrain_close_confirm_container .janrain_close_confirm h3 {
  color: #fff;
  font-size: 1.077em;
  font-weight: normal;
  margin: 0;
  padding: 0 0 5px;
  text-shadow: none;
}
.janrain_close_confirm_container .janrain_close_confirm .janrain_modal_confirm {
  background: linear-gradient(top, #34c5ff, #0092cd);
  background: -moz-linear-gradient(top, #34c5ff, #0092cd);
  background: -ms-linear-gradient(top, #34c5ff, #0092cd);
  background: -o-linear-gradient(top, #34c5ff, #0092cd);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #34c5ff), color-stop(100%, #0092cd));
  background: -webkit-linear-gradient(top, #34c5ff, #0092cd);
  background-color: #009ddc;
  box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  moz-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
  o-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  webkit-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
}
.janrain_close_confirm_container .janrain_close_confirm .janrain_modal_cancel {
  background-color: #f6f6f6;
  box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  moz-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
  o-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
  webkit-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.35) inset, 0 -26px 13px -13px rgba(0, 0, 0, 0.2) inset;
}
#janrainModal .janrain-capture-ui.capture-ui-content {
  border-radius: 5px;
  khtml-border-radius: 5px;
  min-height: 350px;
  moz-border-radius: 5px;
  ms-border-radius: 5px;
  o-border-radius: 5px;
  padding: 20px 20px 70px 20px;
  webkit-border-radius: 5px;
  width: 400px;
}
#janrainModal .janrain-capture-ui.capture-ui-content#signIn,
#janrainModal .janrain-capture-ui.capture-ui-content#returnSocial,
#janrainModal .janrain-capture-ui.capture-ui-content#returnTraditional {
  min-height: 220px;
  padding: 20px 0 0 0;
  width: 392px;
}
#janrainModal .janrain-capture-ui.capture-ui-content#signIn h1,
#janrainModal .janrain-capture-ui.capture-ui-content#returnSocial h1,
#janrainModal .janrain-capture-ui.capture-ui-content#returnTraditional h1 {
  margin: 0 0 0 20px;
}
#janrainModal .janrain-capture-ui.capture-ui-content#capture_editProfile_photoManager_editphotoscreen {
  width: 740px;
}
#janrainModal .janrain-capture-ui.capture-ui-content#mergeAccounts {
  padding: 0 0 55px 0;
  width: 510px;
}
#janrainModal .janrain-capture-ui.capture-ui-content#mergeAccounts .capture_header {
  background-color: #f6f6f6;
  border: none;
  color: inherit;
  padding-bottom: 0;
  text-align: left;
}
#janrainModal .janrain-capture-ui.capture-ui-content#mergeAccounts .capture_header .capture_icon_col {
  height: 25px;
  overflow: hidden;
  width: 25px;
}
#janrainModal .janrain-capture-ui.capture-ui-content#mergeAccounts .capture_header img {
  height: auto;
  width: 25px;
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_signin {
  width: 310px;
}
#janrainModal .janrain-capture-ui.capture-ui-content#returnTraditional .capture_signin {
  width: 360px;
}
#janrainModal .janrain-capture-ui.capture-ui-content#returnSocial {
  min-height: 275px;
}
#janrainModal .capture-ui-content.capture_noFooter {
  padding-bottom: 20px;
  padding-top: 20px;
}
#janrainModal .capture_header {
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  margin-bottom: 15px;
  moz-box-sizing: border-box;
  ms-box-sizing: border-box;
  padding-bottom: 10px;
  webkit-box-sizing: border-box;
}
#janrainModal .capture_header h1 {
  margin: 0;
  padding: 0;
}
.janrain-capture-ui.capture-ui-content {
  width: 600px;
}
.janrain-capture-ui .capture_backgroundColor {
  border-radius: 0 0 5px 5px;
  box-shadow: 0 9px 9px -9px rgba(0, 0, 0, 0.1) inset;
  khtml-border-radius: 0 0 5px 5px;
  margin-top: 20px;
  moz-border-radius: 0 0 5px 5px;
  moz-box-shadow: 0 9px 9px -9px rgba(0, 0, 0, 0.1) inset;
  ms-border-radius: 0 0 5px 5px;
  o-border-radius: 0 0 5px 5px;
  o-box-shadow: 0 9px 9px -9px rgba(0, 0, 0, 0.1) inset;
  webkit-border-radius: 0 0 5px 5px;
  webkit-box-shadow: 0 9px 9px -9px rgba(0, 0, 0, 0.1) inset;
}
.janrain-capture-ui .capture_dashed {
  border: 1px #ccc dashed;
  margin: 0 20px;
}
.janrain-capture-ui .capture_border,
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection {
  border: 1px solid #ccc;
}
.janrain-capture-ui .capture_profile_section {
  margin: 0 auto 20px;
  padding: 20px 40px;
  position: relative;
}
.janrain-capture-ui .capture_backButton span {
  line-height: inherit;
}
.janrain-capture-ui a.capture_edit {
  margin: 0;
  padding: 9px 15px 9px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.janrain-capture-ui #recaptcha_container .recaptchatable {
  background-color: #fff;
  border: none !important;
  border-radius: 5px;
  khtml-border-radius: 5px;
  moz-border-radius: 5px;
  ms-border-radius: 5px;
  o-border-radius: 5px;
  webkit-border-radius: 5px;
}
.janrain-capture-ui #recaptcha_container .recaptchatable #recaptcha_response_field {
  border: 1px solid #ccc !important;
  color: #333 !important;
  margin-left: 0;
  width: 290px !important;
}
.janrain-capture-ui #recaptcha_container .recaptchatable #recaptcha_response_field:focus {
  border: 1px solid #009ddc !important;
}
.janrain-capture-ui .capture_signInOption,
.janrain-capture-ui .capture_createAccountOption {
  margin-top: 10px;
}
.janrain-capture-ui#returnTraditional .capture_backgroundColor,
.janrain-capture-ui .capture_signInOption .capture_backgroundColor,
.janrain-capture-ui .capture_createAccountOption .capture_backgroundColor {
  padding: 25px 10px;
}
.janrain-capture-ui#mergeAccounts .capture_form_item label {
  height: auto;
  text-indent: 0;
  text-indent: inherit;
  text-transform: capitalize;
}
.janrain-capture-ui .capture_displayName_col {
  display: inline-block;
  display: -moz-inline-box;
  margin: 10px 0 10px 10px;
  moz-box-orient: vertical;
  vertical-align: auto;
  vertical-align: middle;
  vertical-align: top;
}
.janrain-capture-ui .capture_displayName_col {
  display: inline;
}
.janrain-capture-ui .capture_mergeCol {
  display: inline-block;
  display: -moz-inline-box;
  margin: 10px;
  moz-box-orient: vertical;
  padding: 10px;
  position: relative;
  vertical-align: auto;
  vertical-align: middle;
  width: 43%;
}
.janrain-capture-ui .capture_mergeCol {
  display: inline;
}
.janrain-capture-ui .capture_mergeCol .capture_popup_container .capture_popup-arrow {
  left: 100px;
}
.janrain-capture-ui .capture_mergeCol .capture_mergeProvider,
.janrain-capture-ui .capture_header .capture_mergeProvider {
  position: absolute;
  right: 30px;
  top: 8px;
}
.janrain-capture-ui .capture_dashed .capture_backgroundColor {
  border-radius: 5px;
  khtml-border-radius: 5px;
  margin-top: 0;
  moz-border-radius: 5px;
  ms-border-radius: 5px;
  o-border-radius: 5px;
  webkit-border-radius: 5px;
}
.janrain-capture-ui .capture_mergeExisting_col {
  padding: 0;
}
.janrain-capture-ui .capture_mergeExisting_col .capture_mergeProvider {
  right: 10px;
}
.janrain-capture-ui .capture_mergeExisting_col .capture_icon_col {
  margin-left: 0;
  margin-top: 4px;
}
.janrain-capture-ui .capture_mergeExisting_col .capture_displayName_col {
  margin-top: 0;
}
.janrain-capture-ui .capture_mergeProvider {
  margin-right: 5px;
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection {
  background-color: #f6f6f6;
  border-radius: 5px;
  box-sizing: content-box;
  khtml-border-radius: 5px;
  margin: 20px;
  moz-border-radius: 5px;
  moz-box-sizing: content-box;
  ms-border-radius: 5px;
  ms-box-sizing: content-box;
  o-border-radius: 5px;
  padding: 0px;
  webkit-border-radius: 5px;
  webkit-box-sizing: content-box;
  width: auto;
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio {
  padding: 0;
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio label {
  font-size: 14px;
  margin: 0;
  padding: 10px 10px 10px 25px;
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio label .capture_recommended {
  font-weight: 100;
  position: absolute;
  right: 3px;
  text-transform: uppercase;
  top: 3px;
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio .capture_input_radio {
  left: 6px;
  position: absolute;
  top: 10px;
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio.capture_toggled {
  background-color: #009ddc;
  border-radius: 5px 5px 0 0;
  khtml-border-radius: 5px 5px 0 0;
  moz-border-radius: 5px 5px 0 0;
  ms-border-radius: 5px 5px 0 0;
  o-border-radius: 5px 5px 0 0;
  webkit-border-radius: 5px 5px 0 0;
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio.capture_toggled.capture_form_item_mergeAccounts_mergeRadio:first-child {
  border-radius: 5px 5px 0 0;
  khtml-border-radius: 5px 5px 0 0;
  moz-border-radius: 5px 5px 0 0;
  ms-border-radius: 5px 5px 0 0;
  o-border-radius: 5px 5px 0 0;
  webkit-border-radius: 5px 5px 0 0;
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio.capture_toggled.capture_form_item_mergeAccounts_mergeRadio:nth-of-type(2) {
  border-radius: 0 0 5px 5px;
  khtml-border-radius: 0 0 5px 5px;
  moz-border-radius: 0 0 5px 5px;
  ms-border-radius: 0 0 5px 5px;
  o-border-radius: 0 0 5px 5px;
  webkit-border-radius: 0 0 5px 5px;
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio.capture_toggled label {
  color: #fff;
}
.janrain-capture-ui#returnTraditional .capture_form_item,
.janrain-capture-ui .capture_signInOption .capture_form_item,
.janrain-capture-ui .capture_createAccountOption .capture_form_item {
  margin-bottom: 0;
  min-height: 51px;
}
.janrain-capture-ui#editProfile,
.janrain-capture-ui#manageSubscriptions {
  background-color: transparent;
  overflow: hidden;
  padding: 10px;
  width: 940px;
  zoom: 1;
}
.janrain-capture-ui#editProfile .capture_tabs li a {
  background-color: #f6f6f6;
}
.janrain-capture-ui#editProfile .capture_tabs li.capture_toggled a {
  background-color: white;
}
.janrain-capture-ui#editProfile .contentBoxWhiteShadow form {
  margin-left: 0;
}
.janrain-capture-ui .capture-profile-photo {
  float: left;
  margin-right: 20px;
  width: 260px;
}
.janrain-capture-ui .capture-profile-photo .capture_profile_section {
  padding: 10px;
}
body .janrain-capture-ui .capture_uploadPhoto_container {
  display: inline-block;
  display: -moz-inline-box;
  moz-box-orient: vertical;
  vertical-align: auto;
  vertical-align: middle;
  width: 250px;
}
.janrain-capture-ui .capture_uploadPhoto_container {
  display: inline;
}
.janrain-capture-ui .capture_photoManager .options {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.janrain-capture-ui .capture_photoManager .options li {
  border: 1px #ccc solid;
  border-width: 0 1px;
  display: inline-block;
  display: -moz-inline-box;
  moz-box-orient: vertical;
  padding: 0 5px;
  vertical-align: auto;
  vertical-align: middle;
}
.janrain-capture-ui .capture_photoManager .options li {
  display: inline;
}
.janrain-capture-ui .capture_photoManager .options li:first-child,
.janrain-capture-ui .capture_photoManager .options li:last-child {
  border: none;
}
.janrain-capture-ui #capture_accountInfo,
.janrain-capture-ui #capture_manageSubscriptions {
  float: left;
  width: 660px;
}
.janrain-capture-ui#publicProfile {
  width: 600px;
}
.janrain-capture-ui#publicProfile .capture_profile_pic {
  height: 150px;
  margin-right: 15px;
  width: 150px;
}
.janrain-capture-ui#publicProfile #profile_pic {
  height: 150px;
  overflow: hidden;
}
.janrain-capture-ui#publicProfile #profile_pic img {
  width: 150px;
}
.janrain-capture-ui#publicProfile .capture_provider {
  margin-top: 25px;
}
.janrain-capture-ui#publicProfile .capture-public-displayName {
  display: inline-block;
  display: -moz-inline-box;
  moz-box-orient: vertical;
  vertical-align: auto;
  vertical-align: middle;
}
.janrain-capture-ui#publicProfile .capture-public-displayName {
  display: inline;
}
.janrain-capture-ui#publicProfile .capture-public-displayName h1 {
  color: #666;
  font-size: 23px;
  padding-top: 0;
}
.janrain-capture-ui#publicProfile .capture_personal_info h2 {
  float: right;
  font-size: 18px;
  padding: 0;
}
.janrain-capture-ui .capture_popup_container {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
}
.janrain-capture-ui .capture_popup_container .capture_popup-arrow:after {
  background: #f6f6f6;
  border: 1px solid #ccc;
}
/****** MNGI ******/
#janrainModal #janrainProviderPages {
  width: 350px;
}
#janrainModal #janrainProviderPages ul li {
  width: 140px !important;
}
#janrainModal .capture_signin h2 {
  font: bold 18pt Times!important;
}
#janrainModal .capture_signin button {
  background-color: ;
}
#janrainModal #capture_signIn_userInformationForm input {
  height: 2em;
  *height: 2.5em;
}
#janrainModal #capture_signIn_userInformationForm #capture_signIn_form_item_traditionalSignIn_emailAddress {
  margin-bottom: 0px;
}
#janrainModal .capture_header {
  margin-top: -20px;
  padding-top: 15px;
  background-color: #2F70A6;
}
#janrainModal .capture_header h1 {
  font-family: Arial;
  color: #FFFFFF !important;
  font: 18pt normal !important;
}
#janrainModal .janrainContent,
#janrainModal .janrainContent #janrainAuthReturnExperience {
  width: 300px !important;
}
#janrainModal #changePassword .capture_header,
#janrainModal #confirmDeactivate .capture_header,
#janrainModal .capture_linkAccountContainer .capture_header,
#janrainModal #capture_editProfile_photoManager_uploadphotoscreen .capture_header,
#janrainModal #capture_editProfile_photoManager_editphotoscreen .capture_header,
#janrainModal #capture_manageSubscriptions_photoManager_uploadphotoscreen .capture_header,
#janrainModal #capture_manageSubscriptions_photoManager_editphotoscreen .capture_header,
#janrainModal #traditionalAuthenticateMerge .capture_header {
  margin-left: -20px !important;
  padding-left: 20px;
  width: 110%;
}
#janrainModal #traditionalAuthenticateMerge .capture_header {
  width: 105.2%;
}
#janrainModal #capture_returnTraditional_userInformationForm_errorMessages div {
  padding: 5px 0px 0px 30px;
}
#janrainModal #capture_traditionalAuthenticateMerge_form_item_traditionalSignIn_emailAddress {
  margin-bottom: -17px;
}
#janrainModal #capture_traditionalAuthenticateMerge_tradAuthenticateMergeForm div {
  text-align: center;
}
#janrainModal #capture_editProfile_photo_chooser,
#janrainModal #capture_manageSubscriptions_photo_chooser {
  margin-bottom: 50px;
}
#janrainModal #capture_editProfile_photoManager_editphotoscreen .capture_header {
  width: 105.4% !important;
}
#janrainModal #capture_editProfile_login_widget .janrainContent {
  height: 250px !important;
}
#janrainModal input {
  padding: 0px 0px 0px 5px;
}
#janrainModal label input,
#janrainCaptureWidget #capture_manageSubscriptions label input {
  margin: -4px 5px 0px 0px;
}
#janrainCaptureWidget input {
  height: 2.5em;
}
#janrainCaptureWidget #manageSubscriptions,
#janrainCaptureWidget #editProfile {
  background-color: #E8E8E8 !important;
  width: 600px;
}
#janrainCaptureWidget #capture_accountInfo .capture_editCol select {
  padding: 0px;
  line-height: 1em;
}
#janrainCaptureWidget .capture_header {
  background-color: #3e5b84;
  background-image: -moz-linear-gradient(top, #5278ae, #213046);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5278ae), to(#213046));
  background-image: -webkit-linear-gradient(top, #5278ae, #213046);
  background-image: -o-linear-gradient(top, #5278ae, #213046);
  background-image: linear-gradient(to bottom, #5278ae, #213046);
  background-repeat: repeat-x;
  width: 110% !important;
  margin: -10px 0 10px -10px;
}
#janrainCaptureWidget .capture_header h1 {
  font-size: 18pt !important;
  font-family: Arial;
  font-weight: normal;
  color: #FFFFFF !important;
  padding: 10px;
  margin-bottom: -5px;
}
#janrainCaptureWidget #capture_manageSubscriptions,
#janrainCaptureWidget #capture_accountInfo {
  width: 320px !important;
  padding-left: 0px !important;
}
#janrainCaptureWidget #capture_editProfile_isPrintSubscriber {
  margin-top: -7px !important;
}
#janrainCaptureWidget .capture_editCol {
  margin-left: -24px;
}
#janrainCaptureWidget .contentBoxWhiteShadow {
  border-radius: 6px;
  background-color: #FFFFFF !important;
}
.janrain-capture-ui .capture_primary,
.janrain-capture-ui a.capture_primary,
.janrain-capture-ui button.capture_primary,
.janrain-capture-ui input.capture_primary {
  background-color: #C84A40;
  color: #FFFFFF;
}
#loginPublicProfile #janrainCaptureWidget > div {
  background-color: #ddd;
}
#loginPublicProfile #janrainCaptureWidget > div > div {
  border: 1px solid #ddd;
}
#loginPublicProfile #publicProfile > h1 {
  font-size: 3em;
  padding-top: 15px;
  margin: 0px 0px 15px 10px;
}
#loginPublicProfile .capture_profile_pic {
  margin: 0px !important;
}
/* Remove this next line after SM-1556 goes live */
#subscribeForm .nw_col_lf .nw_main_option {
  height: 40px;
}
a.subscriber {
  display: block;
  padding: 10px;
  width: 80%;
  min-width: 400px;
  margin: auto;
  font: 20px "Merriweather", Georgia, "Times New Roman", Times, serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 0 solid silver;
  background-color: #394e7a;
  color: #fff;
  margin-bottom: 10px;
  clear: both; 
}
a.subscriber:hover {
  background-color: #0093f5;
  color: #000; 
}
.main-responsive {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  width: 980px;
  margin: 0 auto;
  padding: 0;
}
.main-responsive .three {
  width: 100%;
  height: auto;
}
.main-responsive .cols {
  width: 31%;
  margin: 1%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}
.main-responsive .cols:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
}
.main-responsive .cols:nth-child(2) {
  border-right: 1px solid rgb(223, 224, 220);
  border-left: 1px solid rgb(223, 224, 220);
}
.main-responsive .clearfix {
  zoom: 1;
}
.main-responsive .clearfix:before,
.main-responsive .clearfix:after {
  content: '';
  display: table;
}
.main-responsive .clearfix:after {
  clear: both;
}
.main-responsive a {
  color: #5278ae;
  text-decoration: none;
}
.main-responsive hr {
  margin: 22.652px 0;
  border: 1px solid #c9c9c9;
}
.main-responsive .fullpages { width: 100%; height: auto; }
.main-responsive .subscriber {
  padding: 10px;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #394e7a;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.main-responsive .subscriber:hover {
  background-color: #0093f5;
  color: #000;
}
@media screen and (max-width:980px)
{
  .main-responsive { width: 100%; }
}
@media screen and (max-width:805px)
{
  .main-responsive .cols { width: 98%; margin-left: 0; padding: 20px; }
  .main-responsive .cols:nth-child(1) { padding-left: 20px; }
  .main-responsive .cols:nth-child(2) { border: none;}
}
