/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800|Open+Sans+Condensed:300,300italic,700);
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  margin: 0.67em 0;
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

mark {
  color: #000;
  background: #ff0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box; }

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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  /* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input,
select[multiple],
textarea {
  background-image: none; }

a {
  color: #428bca;
  text-decoration: none; }

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive, #header .weather-top img {
  display: block;
  height: auto;
  max-width: 100%; }

.img-rounded {
  border-radius: 6px; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

.text-warning {
  color: #c09853; }

.text-danger {
  color: #b94a48; }

.text-success {
  color: #468847; }

.text-info {
  color: #3a87ad; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.1; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999; }

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1,
.h1 {
  font-size: 38px; }

h2,
.h2 {
  font-size: 32px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

h1 small,
.h1 small {
  font-size: 24px; }

h2 small,
.h2 small {
  font-size: 18px; }

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " "; }

  .dl-horizontal dd:after {
    clear: both; }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " "; }

  .dl-horizontal dd:after {
    clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25; }

blockquote p:last-child {
  margin-bottom: 0; }

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999; }

blockquote small:before {
  content: '\2014 \00A0'; }

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0; }

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right; }

blockquote.pull-right small:before {
  content: ''; }

blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px; }

pre.prettyprint {
  margin-bottom: 20px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto; }

.container:before,
.container:after {
  display: table;
  content: " "; }

.container:after {
  clear: both; }

.container:before,
.container:after {
  display: table;
  content: " "; }

.container:after {
  clear: both; }

.row:before,
.row:after {
  display: table;
  content: " "; }

.row:after {
  clear: both; }

.row:before,
.row:after {
  display: table;
  content: " "; }

.row:after {
  clear: both; }

@media (min-width: 768px) {
  .container .row {
    margin-right: -15px;
    margin-left: -15px; } }
.row .row {
  margin-right: -15px;
  margin-left: -15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.333333333333332%; }

.col-xs-2 {
  width: 16.666666666666664%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333333333333%; }

.col-xs-5 {
  width: 41.66666666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.333333333333336%; }

.col-xs-8 {
  width: 66.66666666666666%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333333333334%; }

.col-xs-11 {
  width: 91.66666666666666%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .container {
    max-width: 720px; }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left; }

  .col-sm-1 {
    width: 8.333333333333332%; }

  .col-sm-2 {
    width: 16.666666666666664%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333333333333%; }

  .col-sm-5 {
    width: 41.66666666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.333333333333336%; }

  .col-sm-8 {
    width: 66.66666666666666%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333333333334%; }

  .col-sm-11 {
    width: 91.66666666666666%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-push-1 {
    left: 8.333333333333332%; }

  .col-sm-push-2 {
    left: 16.666666666666664%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333333333333%; }

  .col-sm-push-5 {
    left: 41.66666666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.333333333333336%; }

  .col-sm-push-8 {
    left: 66.66666666666666%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333333333334%; }

  .col-sm-push-11 {
    left: 91.66666666666666%; }

  .col-sm-pull-1 {
    right: 8.333333333333332%; }

  .col-sm-pull-2 {
    right: 16.666666666666664%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333333333333%; }

  .col-sm-pull-5 {
    right: 41.66666666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.333333333333336%; }

  .col-sm-pull-8 {
    right: 66.66666666666666%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333333333334%; }

  .col-sm-pull-11 {
    right: 91.66666666666666%; }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%; } }
@media (min-width: 992px) {
  .container {
    max-width: 940px; }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left; }

  .col-md-1 {
    width: 8.333333333333332%; }

  .col-md-2 {
    width: 16.666666666666664%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333333333333%; }

  .col-md-5 {
    width: 41.66666666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.333333333333336%; }

  .col-md-8 {
    width: 66.66666666666666%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333333333334%; }

  .col-md-11 {
    width: 91.66666666666666%; }

  .col-md-12 {
    width: 100%; }

  .col-md-push-1 {
    left: 8.333333333333332%; }

  .col-md-push-2 {
    left: 16.666666666666664%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333333333333%; }

  .col-md-push-5 {
    left: 41.66666666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.333333333333336%; }

  .col-md-push-8 {
    left: 66.66666666666666%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333333333334%; }

  .col-md-push-11 {
    left: 91.66666666666666%; }

  .col-md-pull-1 {
    right: 8.333333333333332%; }

  .col-md-pull-2 {
    right: 16.666666666666664%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333333333333%; }

  .col-md-pull-5 {
    right: 41.66666666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.333333333333336%; }

  .col-md-pull-8 {
    right: 66.66666666666666%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333333333334%; }

  .col-md-pull-11 {
    right: 91.66666666666666%; }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left; }

  .col-lg-1 {
    width: 8.333333333333332%; }

  .col-lg-2 {
    width: 16.666666666666664%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333333333333%; }

  .col-lg-5 {
    width: 41.66666666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.333333333333336%; }

  .col-lg-8 {
    width: 66.66666666666666%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333333333334%; }

  .col-lg-11 {
    width: 91.66666666666666%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-push-1 {
    left: 8.333333333333332%; }

  .col-lg-push-2 {
    left: 16.666666666666664%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333333333333%; }

  .col-lg-push-5 {
    left: 41.66666666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.333333333333336%; }

  .col-lg-push-8 {
    left: 66.66666666666666%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333333333334%; }

  .col-lg-push-11 {
    left: 91.66666666666666%; }

  .col-lg-pull-1 {
    right: 8.333333333333332%; }

  .col-lg-pull-2 {
    right: 16.666666666666664%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333333333333%; }

  .col-lg-pull-5 {
    right: 41.66666666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.333333333333336%; }

  .col-lg-pull-8 {
    right: 66.66666666666666%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333333333334%; }

  .col-lg-pull-11 {
    right: 91.66666666666666%; }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table thead > tr > th {
  vertical-align: bottom; }

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0; }

.table tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.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 col[class^="col-"] {
  display: table-column;
  float: none; }

table td[class^="col-"],
table th[class^="col-"] {
  display: table-cell;
  float: none; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

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

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

.form-control:-moz-placeholder {
  color: #999999; }

.form-control::-moz-placeholder {
  color: #999999; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle; }

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm {
  height: auto; }

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 45px;
  line-height: 45px; }

textarea.input-lg {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853; }

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

.has-error .help-block,
.has-error .control-label {
  color: #b94a48; }

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

.has-success .help-block,
.has-success .control-label {
  color: #468847; }

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

.form-control-static {
  padding-top: 6px;
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block; }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }
.form-horizontal .control-label,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 6px; }

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " "; }

.form-horizontal .form-group:after {
  clear: both; }

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " "; }

.form-horizontal .form-group:after {
  clear: both; }

@media (min-width: 768px) {
  .container .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px; } }
.form-horizontal .form-group .row {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none; }

.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-primary {
  color: #ffffff;
  background-color: #7bb0e7;
  border-color: #6693C2; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd; }

.btn-warning {
  color: #ffffff;
  background-color: #edae44;
  border-color: #CA9336; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512; }

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-danger {
  color: #ffffff;
  background-color: #B02B2C;
  border-color: #8B2121; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925; }

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-success {
  color: #ffffff;
  background-color: #83a846;
  border-color: #6F8F3B; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6e8e36;
  border-color: #62822a; }

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc; }

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: .35em .65em; }

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px; }

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -4px; }

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

a.list-group-item {
  color: #555555; }

a.list-group-item .list-group-item-heading {
  color: #333333; }

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel .list-group {
  margin-bottom: 0; }

.panel .list-group .list-group-item {
  border-width: 1px 0; }

.panel .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel .list-group .list-group-item:last-child {
  border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel-heading {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17.5px; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.panel-primary {
  border-color: #428bca; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca; }

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-warning {
  border-color: #fbeed5; }

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5; }

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5; }

.panel-danger {
  border-color: #eed3d7; }

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7; }

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav:before,
.nav:after {
  display: table;
  content: " "; }

.nav:after {
  clear: both; }

.nav:before,
.nav:after {
  display: table;
  content: " "; }

.nav:after {
  clear: both; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #999999; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  display: table-cell;
  float: none;
  width: 1%; }

.nav-tabs.nav-justified > li > a {
  text-align: center; }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd; }

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff; }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 5px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  display: table-cell;
  float: none;
  width: 1%; }

.nav-justified > li > a {
  text-align: center; }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd; }

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff; }

.tabbable:before,
.tabbable:after {
  display: table;
  content: " "; }

.tabbable:after {
  clear: both; }

.tabbable:before,
.tabbable:after {
  display: table;
  content: " "; }

.tabbable:after {
  clear: both; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca; }

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  /* margin-bottom: 20px; */
  margin-bottom: 0px;
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7; }

.navbar:before,
.navbar:after {
  display: table;
  content: " "; }

.navbar:after {
  clear: both; }

.navbar:before,
.navbar:after {
  display: table;
  content: " "; }

.navbar:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
.navbar-header {
  padding-right: 15px;
  padding-left: 15px; }

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  overflow-y: auto;
  border-top: 1px solid #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " "; }

.navbar-collapse:after {
  clear: both; }

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " "; }

.navbar-collapse:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    padding-right: 0;
    padding-left: 0;
    border-top: 0;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; } }
@media (min-width: 768px) {
  .navbar-static-top {
    border-width: 0 0 1px;
    border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0; }

.navbar-brand {
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
  color: #777777; }

.navbar-brand:hover,
.navbar-brand:focus {
  color: #5e5e5e;
  text-decoration: none;
  background-color: transparent; }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 4px; }

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #dddddd; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none; } }
.navbar-nav {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  margin-right: -15px;
  margin-left: -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #777777; }

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent; }

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7; }

.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
    color: #777777; }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
    background-image: none; }

  .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }

  .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; } }
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .form-control {
    display: inline-block; }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333; }

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7; }

.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777; }

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #777777; }

.navbar-link {
  color: #777777; }

.navbar-link:hover {
  color: #333333; }

.navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #999999; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #999999; }

.navbar-inverse .navbar-nav > li > a {
  color: #999999; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-inverse .navbar-collapse {
  border-top-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999; }

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #999999; }

.navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.btn-default .caret {
  border-top-color: #333333; }

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff; }

.btn-default .dropup .caret {
  border-bottom-color: #333333; }

.btn-primary .dropup .caret,
.btn-success .dropup .caret,
.btn-warning .dropup .caret,
.btn-danger .dropup .caret,
.btn-info .dropup .caret {
  border-bottom-color: #fff; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " "; }

.btn-toolbar:after {
  clear: both; }

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " "; }

.btn-toolbar:after {
  clear: both; }

.btn-toolbar .btn-group {
  float: left; }

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px; }

.dropup .btn-lg .caret {
  border-bottom-width: 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed; }

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.breadcrumb {
  color: #888888;
  font-size: .85em;
  padding: 10px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #efefef;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 1px;
  color: #888888;
  content: "/\00a0"; }

.breadcrumb > .active, .breadcrumb a, .breadcrumb a:hover {
  color: #888888; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: 1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #f5f5f5; }

.pagination > .active > a,
.pagination > .active > span {
  color: #999999;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager:before,
.pager:after {
  display: table;
  content: " "; }

.pager:after {
  clear: both; }

.pager:before,
.pager:after {
  display: table;
  content: " "; }

.pager:after {
  clear: both; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.modal-footer:after {
  clear: both; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible; }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  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-top-color: #000000;
  border-width: 5px 5px 0; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0; }

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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 {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " "; }

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " "; }

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0; }

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " "; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0; }

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " "; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert hr {
  border-top-color: #f8e5be; }

.alert .alert-link {
  font-weight: bold;
  color: #a47e3c; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #356635; }

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.alert-danger hr {
  border-top-color: #e6c1c7; }

.alert-danger .alert-link {
  color: #953b39; }

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #2d6987; }

.thumbnail,
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.thumbnail {
  display: block; }

.thumbnail > img,
.img-thumbnail {
  display: block;
  height: auto;
  max-width: 100%; }

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca; }

.thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #333333; }

.media, #header .weather-top,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media, #header .weather-top,
.media .media,
#header .weather-top .media,
.media #header .weather-top,
#header .media .weather-top,
#header .weather-top .weather-top {
  margin-top: 15px; }

.media:first-child, #header .weather-top:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left, #header .weather-top > .pull-left {
  margin-right: 10px; }

.media > .pull-right, #header .weather-top > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.label {
  display: inline;
  padding: .25em .6em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.label-default {
  background-color: #999999; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px; }

.badge:empty {
  display: none; }

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.btn .badge {
  position: relative;
  top: -1px; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

@-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; } }
@-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px; }

.progress.active .progress-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-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50); }

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee; }

.jumbotron h1 {
  line-height: 1;
  color: inherit; }

.jumbotron p {
  line-height: 1.4; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 50px 60px;
    border-radius: 6px; }

  .jumbotron h1 {
    font-size: 63px; } }
.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }
.hidden {
  display: none !important;
  visibility: hidden !important; }

.visible-xs {
  display: block !important; }

tr.visible-xs {
  display: table-row !important; }

th.visible-xs,
td.visible-xs {
  display: table-cell !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs {
    display: none !important; }

  tr.visible-xs {
    display: none !important; }

  th.visible-xs,
  td.visible-xs {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs {
    display: none !important; }

  tr.visible-xs {
    display: none !important; }

  th.visible-xs,
  td.visible-xs {
    display: none !important; } }
@media (min-width: 1200px) {
  .visible-xs {
    display: none !important; }

  tr.visible-xs {
    display: none !important; }

  th.visible-xs,
  td.visible-xs {
    display: none !important; } }
.visible-sm {
  display: none !important; }

tr.visible-sm {
  display: none !important; }

th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm {
    display: none !important; }

  tr.visible-sm {
    display: none !important; }

  th.visible-sm,
  td.visible-sm {
    display: none !important; } }
@media (min-width: 1200px) {
  .visible-sm {
    display: none !important; }

  tr.visible-sm {
    display: none !important; }

  th.visible-sm,
  td.visible-sm {
    display: none !important; } }
.visible-md {
  display: none !important; }

tr.visible-md {
  display: none !important; }

th.visible-md,
td.visible-md {
  display: none !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: none !important; }

  tr.visible-md {
    display: none !important; }

  th.visible-md,
  td.visible-md {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-md {
    display: none !important; }

  tr.visible-md {
    display: none !important; }

  th.visible-md,
  td.visible-md {
    display: none !important; } }
.visible-lg {
  display: none !important; }

tr.visible-lg {
  display: none !important; }

th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg {
    display: none !important; }

  tr.visible-lg {
    display: none !important; }

  th.visible-lg,
  td.visible-lg {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg {
    display: none !important; }

  tr.visible-lg {
    display: none !important; }

  th.visible-lg,
  td.visible-lg {
    display: none !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
.hidden-xs {
  display: none !important; }

tr.hidden-xs {
  display: none !important; }

th.hidden-xs,
td.hidden-xs {
  display: none !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs {
    display: block !important; }

  tr.hidden-xs {
    display: table-row !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs {
    display: block !important; }

  tr.hidden-xs {
    display: table-row !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .hidden-xs {
    display: block !important; }

  tr.hidden-xs {
    display: table-row !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }

  tr.hidden-sm {
    display: none !important; }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm {
    display: block !important; }

  tr.hidden-sm {
    display: table-row !important; }

  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .hidden-sm {
    display: block !important; }

  tr.hidden-sm {
    display: table-row !important; }

  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: block !important; }

  tr.hidden-md {
    display: table-row !important; }

  th.hidden-md,
  td.hidden-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }

  tr.hidden-md {
    display: none !important; }

  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md {
    display: block !important; }

  tr.hidden-md {
    display: table-row !important; }

  th.hidden-md,
  td.hidden-md {
    display: table-cell !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg {
    display: block !important; }

  tr.hidden-lg {
    display: table-row !important; }

  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: block !important; }

  tr.hidden-lg {
    display: table-row !important; }

  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; }

  tr.hidden-lg {
    display: none !important; }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

tr.visible-print {
  display: none !important; }

th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  .hidden-print {
    display: none !important; }

  tr.hidden-print {
    display: none !important; }

  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
.navbar-bulletin {
  background-color: #035CB6;
  border-color: #035CB6;
  min-height: 0px; }

.navbar-bulletin .navbar-brand {
  color: #999999; }

.navbar-bulletin .navbar-brand:hover,
.navbar-bulletin .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-bulletin .navbar-text {
  color: #FFFFFF; }

.navbar-bulletin .navbar-nav > li > a {
  color: #FFFFFF;
  font-family: "Open Sans Condensed", "Open Sans";
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px; }

.navbar-bulletin .navbar-nav > .navbarRow > .navbarColumn > li > a {
  color: #FFFFFF;
  font-family: "Open Sans Condensed", "Open Sans";
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 2.5em; }

.navbar-bulletin .navbar-nav > li > a:hover,
.navbar-bulletin .navbar-nav > li > a:focus {
  color: #ffffff;
  /* background-color: transparent; */
  background-color: #0066ff; }

.navbar-bulletin .navbar-nav > .active > a,
.navbar-bulletin .navbar-nav > .active > a:hover,
.navbar-bulletin .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

.navbar-bulletin .navbar-nav > .disabled > a,
.navbar-bulletin .navbar-nav > .disabled > a:hover,
.navbar-bulletin .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

.navbar-bulletin .navbar-toggle {
  border-color: #333333; }

.navbar-bulletin .navbar-toggle:hover,
.navbar-bulletin .navbar-toggle:focus {
  background-color: #333333; }

.navbar-bulletin .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-bulletin .navbar-collapse {
  border-top-color: #101010; }

.navbar-bulletin .navbar-nav > .open > a,
.navbar-bulletin .navbar-nav > .open > a:hover,
.navbar-bulletin .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808; }

.navbar-bulletin .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.navbar-bulletin .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999; }

.navbar-bulletin .navbar-nav > .open > a .caret,
.navbar-bulletin .navbar-nav > .open > a:hover .caret,
.navbar-bulletin .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

ul.navbar-nav > li {
  display: inline;
  list-style-type: none;
  padding-left: .8%; }
  ul.navbar-nav > li a {
    width: 100%;
    padding-top: 9px !important;
    padding-bottom: 8px !important; }

#BigNav {
  width: 100%; }

ul.navbar-nav > form > input {
  margin-top: 10px; }

.nav-search-wrap ::-webkit-input-placeholder {
  color: #999; }
.nav-search-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #999; }
.nav-search-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999; }
.nav-search-wrap :-ms-input-placeholder {
  color: #999; }
.nav-search-wrap .navbar-search-mobile {
  padding-left: 10px; }
.nav-search-wrap .navbar-search {
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative; }
  .nav-search-wrap .navbar-search .search-query {
    font-size: 14px;
    margin-right: 25px;
    line-height: 150%;
    padding: 5px;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    width: 80%;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s; }
  .nav-search-wrap .navbar-search button.btn {
    font-size: 21px;
    background: #fff;
    color: #333;
    line-height: 125%;
    padding: 0px 5px;
    position: absolute;
    right: 6px;
    top: 6px; }
    .nav-search-wrap .navbar-search button.btn:hover {
      color: #035CB6; }

.myBtn {
  padding: 2px; }

.navbar-fixed-top .navbar-header .navbar-toggle {
  margin-left: 30px; }
.navbar-fixed-top .navbar-collapse {
  padding: 0; }
  .navbar-fixed-top .navbar-collapse ul {
    padding: 0;
    width: 80%; }
    .navbar-fixed-top .navbar-collapse ul li a {
      padding-top: 10px 5px; }
    .navbar-fixed-top .navbar-collapse ul li.navbar-search {
      padding-top: 3px; }

.navbar-fixed-top #BigNav {
  width: 80%; }
  .navbar-fixed-top #BigNav li {
    padding-left: 1.6%; }
    .navbar-fixed-top #BigNav li a {
      padding-left: 3px;
      padding-right: 3px; }

#mobile-addthis {
  display: none; }

@media (max-width: 1199px) {
  .nav-search-wrap .navbar-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 36px;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s; }
    .nav-search-wrap .navbar-search .search-query {
      width: 100%;
      background: none;
      display: none;
      transition: ease-in-out all 0.3s;
      -moz-transition: ease-in-out all 0.3s;
      -webkit-transition: ease-in-out all 0.3s; }
    .nav-search-wrap .navbar-search:hover .search-query, .nav-search-wrap .navbar-search:active .search-query, .nav-search-wrap .navbar-search:hover .search-query:focus {
      width: 200px;
      background: #fff;
      display: block;
      float: right;
      margin-right: 40px !important;
      transition: ease-in-out all 0.3s;
      -moz-transition: ease-in-out all 0.3s;
      -webkit-transition: ease-in-out all 0.3s; } }
@media (min-width: 992px) and (max-width: 1199px) {
  ul.navbar-nav > li {
    padding-right: 3px; }

  ul.navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px; }

  .navbar-fixed-top #BigNav li {
    padding-left: .7%; }
  .navbar-fixed-top .navbar-header {
    width: 18%;
    padding-left: 5px;
    padding-right: 5px; }

  .navbar-nav > form {
    margin-top: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-bulletin .navbar-nav > li > a {
    padding-left: 2px; }

  ul.navbar-nav > li {
    padding-right: 0px !important;
    font-size: 0.5em a;
      font-size-padding-right: 9px; }

  .navbar-nav > form {
    margin-top: 10px; }

  .search-query {
    display: none; }

  .dropdown a {
    padding-right: 5px !important; }

  .myBtn {
    margin-left: 10px; }

  .dropdown-menu {
    display: none; }

  ul.navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px; }

  .navbar-fixed-top .navbar-header {
    display: none; }
  .navbar-fixed-top #BigNav {
    width: 100%; }
    .navbar-fixed-top #BigNav li {
      padding-left: 1%; } }
@media (max-width: 767px) {
  .navbar-bulletin .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-bulletin .navbar-nav .open .dropdown-menu > li > a {
    color: #999999; }

  .navbar-bulletin .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-bulletin .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }

  .navbar-bulletin .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-bulletin .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-bulletin .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808; }

  .navbar-bulletin .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-bulletin .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-bulletin .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent; }

  #mobile-addthis {
    display: block;
    text-align: left;
    margin-left: 0px !important; }
    #mobile-addthis ul {
      list-style-type: none; } }
ul.navbar-nav > form > input {
  margin-left: 10px; }

.navbar-bulletin .navbar-link {
  color: #999999; }

.navbar-bulletin .navbar-link:hover {
  color: #ffffff; }

.sub-nav {
  background-color: #000077;
  width: 100%;
  text-align: center;
  margin: 0px auto; }

.subNavBar {
  width: 100%;
  text-align: center; }

a#active {
  background-color: #000077; }

#mobileNav {
  display: none;
  margin: 0; }

@media (min-width: 461px) and (max-width: 767px) {
  #mobileNav {
    display: block;
    margin: 0; }

  #BigNav {
    display: none;
    margin: 0; }

  .subNavBar {
    display: none;
    margin: 0; } }
@media (min-width: 200px) and (max-width: 460px) {
  #mobileNav {
    display: block;
    margin: 0; }

  #BigNav {
    display: none;
    margin: 0; }

  .subNavBar {
    display: none;
    margin: 0; } }
.ads-top {
  background-color: #333333;
  text-align: center; }
  .ads-top .row {
    padding: 15px 0; }
  .ads-top .adunit {
    margin: 0 auto; }
  @media (min-width: 320px) and (max-width: 469px) {
    .ads-top {
      /* small device */ }
      .ads-top .row {
        padding: 2px 0; }
      .ads-top .adunit {
        width: 320px;
        height: 50px; } }
  @media (min-width: 470px) and (max-width: 767px) {
    .ads-top {
      /* small device */ }
      .ads-top .row {
        padding: 5px 0; }
      .ads-top .adunit {
        width: 468px;
        height: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ads-top {
      /* small to medium devices */ }
      .ads-top .row {
        padding: 10px 0; }
      .ads-top .adunit {
        width: 728px;
        height: 90px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ads-top {
      /* medium to large desktops */ }
      .ads-top .adunit {
        width: 970px;
        height: 90px; } }
  @media (min-width: 1200px) {
    .ads-top {
      /* large desktops */ }
      .ads-top .adunit {
        width: 970px;
        height: 90px; } }

.ads-toptwo {
  background-color: #333333; }
  .ads-toptwo .adunit-left {
    text-align: center;
    margin: 0 auto;
    background-color: #333333; }
  .ads-toptwo .adunit-right {
    background-color: #333333;
    display: none;
    float: right; }
  @media (min-width: 320px) and (max-width: 469px) {
    .ads-toptwo {
      /* small device */ }
      .ads-toptwo .row {
        padding: 2px 0; }
      .ads-toptwo .adunit-left {
        width: 320px;
        height: 50px; } }
  @media (min-width: 470px) and (max-width: 767px) {
    .ads-toptwo {
      /* small device */ }
      .ads-toptwo .row {
        padding: 5px 0; }
      .ads-toptwo .adunit-left {
        width: 468px;
        height: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ads-toptwo {
      /* small to medium devices */ }
      .ads-toptwo .row {
        padding: 10px 0; }
      .ads-toptwo .adunit-left {
        width: 728px;
        /* height: 90px; */ } }
  @media (min-width: 992px) {
    .ads-toptwo .container {
      width: 100%;
      max-width: 950px; }
    .ads-toptwo .row {
      padding: 10px 0; }
    .ads-toptwo .adunit-left {
      min-width: 728px;
      /* height: 90px; */
      float: left; }
    .ads-toptwo .adunit-right {
      display: block; }
    .ads-toptwo .adunit {
      min-width: 970px;
      /* min-height: 90px; */
      text-align: center; }
      .ads-toptwo .adunit img {
        display: block; }
      .ads-toptwo .adunit div div {
        display: inline-table; } }
  @media (min-width: 1199px) {
    .ads-toptwo .container {
      max-width: 950px; } }

.ads-superlead {
  background-color: #333333; }
  .ads-superlead .adunit-left {
    text-align: center;
    margin: 0 auto;
    background-color: #333333; }
  .ads-superlead .adunit-right {
    background-color: #333333;
    display: none;
    float: right; }
  @media (min-width: 320px) and (max-width: 469px) {
    .ads-superlead {
      /* small device */ }
      .ads-superlead .row {
        padding: 2px 0; }
      .ads-superlead .adunit-left {
        width: 320px;
        height: 50px; } }
  @media (min-width: 470px) and (max-width: 767px) {
    .ads-superlead {
      /* small device */ }
      .ads-superlead .row {
        padding: 5px 0; }
      .ads-superlead .adunit-left {
        width: 468px;
        height: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ads-superlead {
      /* small to medium devices */ }
      .ads-superlead .row {
        padding: 10px 0; }
      .ads-superlead .adunit-left {
        width: 728px;
        /* height: 90px; */ } }
  @media (min-width: 992px) {
    .ads-superlead .container {
      width: 100%;
      max-width: 950px; }
    .ads-superlead .row {
      padding: 10px 0; }
    .ads-superlead .adunit-left {
      min-width: 728px;
      /* height: 90px; */
      float: left; }
    .ads-superlead .adunit-right {
      display: block; }
    .ads-superlead .adunit {
      min-width: 970px;
      /* min-height: 90px; */
      text-align: center; }
      .ads-superlead .adunit img {
        display: block; }
      .ads-superlead .adunit div div {
        display: inline-table; } }
  @media (min-width: 1199px) {
    .ads-superlead .container {
      max-width: 950px; } }

.ads-bottom {
  background-color: #333333;
  text-align: center; }
  .ads-bottom .row {
    padding: 15px 0; }
  .ads-bottom .adunit {
    margin: 0 auto; }
  @media (min-width: 320px) and (max-width: 469px) {
    .ads-bottom {
      /* small device */ }
      .ads-bottom .row {
        padding: 2px 0; }
      .ads-bottom .adunit {
        width: 320px;
        height: 50px; } }
  @media (min-width: 470px) and (max-width: 767px) {
    .ads-bottom {
      /* small device */ }
      .ads-bottom .row {
        padding: 5px 0; }
      .ads-bottom .adunit {
        width: 468px;
        height: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ads-bottom {
      /* small to medium devices */ }
      .ads-bottom .row {
        padding: 10px 0; }
      .ads-bottom .adunit {
        width: 728px;
        height: 90px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ads-bottom {
      /* medium to large desktops */ }
      .ads-bottom .adunit {
        width: 970px;
        height: 90px; } }
  @media (min-width: 1200px) {
    .ads-bottom {
      /* large desktops */ }
      .ads-bottom .adunit {
        width: 970px;
        height: 90px; } }

.ads-rail {
  padding: 10px 0; }
  .ads-rail .adunit {
    margin: auto;
    background-color: #ececec;
    min-height: 100px;
    width: 300px; }
  @media (min-width: 320px) and (max-width: 469px) {
    .ads-rail {
      /* small device */ }
      .ads-rail .row {
        padding: 2px 0; }
      .ads-rail .adunit {
        width: 180px;
        height: 150px; } }
  @media (min-width: 470px) and (max-width: 767px) {
    .ads-rail {
      /* small device */ }
      .ads-rail .row {
        padding: 5px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ads-rail {
      /* small to medium devices */ }
      .ads-rail .row {
        padding: 10px 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ads-rail {
      /* medium to large desktops */ }
      .ads-rail .row {
        padding: 10px 0; } }
  @media (min-width: 1200px) {
    .ads-rail {
      /* large desktops */ }
      .ads-rail .row {
        padding: 10px 0; } }

/* Enjoy and - don't smoke too much weed */
.ads-inline {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
  text-align: left;
  width: 60%; }
  .ads-inline .adunit {
    margin: auto; }
  @media (min-width: 320px) and (max-width: 469px) {
    .ads-inline {
      /* small device */
      background-color: #ececec; }
      .ads-inline .adunit {
        width: 320px;
        height: 50px; } }
  @media (min-width: 470px) {
    .ads-inline {
      /* small device */ }
      .ads-inline .adunit {
        min-width: 300px;
        max-width: 468px;
        min-height: 60px;
        max-height: 250px; } }

.signIn {
  padding-top: 10px; }

.navbarRow {
  padding: 0px !important; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/ }

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

.datepicker > div {
  display: none; }

.datepicker table {
  width: 100%;
  margin: 0; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer; }

.datepicker td.day.disabled {
  color: #eeeeee; }

.datepicker td.old,
.datepicker td.new {
  color: #999999; }

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3; }

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9; }

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker td span:hover {
  background: #eeeeee; }

.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3; }

.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9; }

.datepicker td span.old {
  color: #999999; }

.datepicker th.switch {
  width: 145px; }

.datepicker th.next,
.datepicker th.prev {
  font-size: 21px; }

.datepicker thead tr:first-child th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover {
  background: #eeeeee; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

/* shrink these for smaller screen size by multiplication */
.carouselProd .center-y {
  vertical-align: middle; }
.carouselProd .carousel#homeCarousel {
  background-color: #000000;
  width: 100%;
  height: 540px;
  overflow: visible;
  position: relative;
  margin: 0 0;
  margin-bottom: 2em; }
  .carouselProd .carousel#homeCarousel .carousel-inner > .item > img,
  .carouselProd .carousel#homeCarousel .carousel-inner > .item > a > img {
    max-width: 100%; }
  .carouselProd .carousel#homeCarousel a {
    text-decoration: none; }
  .carouselProd .carousel#homeCarousel .item {
    background-color: transparent;
    height: 540px; }
    .carouselProd .carousel#homeCarousel .item img {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      max-width: 100%; }
  .carouselProd .carousel#homeCarousel .carousel-caption-photo {
    padding: 0;
    background-color: black;
    opacity: .75;
    position: absolute;
    width: 100%;
    left: 0px;
    height: 70px;
    top: 470px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    z-index: 16; }
    .carouselProd .carousel#homeCarousel .carousel-caption-photo h1 {
      line-height: 1em;
      font-size: 1.8em;
      vertical-align: middle;
      padding: 0px;
      margin: 0;
      text-align: center;
      color: #fff; }
    .carouselProd .carousel#homeCarousel .carousel-caption-photo p {
      color: #FFFFFF;
      text-align: center;
      font-size: 1em;
      padding-top: 10px; }
  .carouselProd .carousel#homeCarousel .carousel-caption-noPhoto2 {
    background-color: #333333;
    padding: 40px;
    position: absolute;
    width: 100%;
    left: 0px;
    height: 540px;
    top: 0;
    text-align: left; }
    .carouselProd .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black {
      background-color: #333333;
      width: 100%;
      height: 540px;
      position: absolute;
      top: 0px;
      left: 0px; }
      .carouselProd .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black p.lead {
        line-height: 1.2;
        font-size: 1.5em;
        padding-left: 60px;
        padding-right: 50px;
        padding-top: 50px;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
      .carouselProd .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black h1 {
        line-height: 1.3;
        font-size: 2.2em;
        padding-left: 60px;
        padding-top: 120px;
        padding-right: 40px;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
      .carouselProd .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black p {
        color: #DDDDDD;
        text-align: left;
        padding-left: 80px;
        font-size: 1.2em; }
      .carouselProd .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black .mug-image {
        text-align: right; }
        .carouselProd .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black .mug-image img {
          background-color: #333333;
          padding-left: 75px;
          padding-top: 50px;
          width: 200px !important; }
      .carouselProd .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black .mug-lead {
        font-size: 1.3em;
        padding-left: 8px !important;
        padding-right: 30px;
        padding-top: 50px; }

.carouselDev .carousel#homeCarouselTest {
  background-color: #000088;
  width: 100%;
  height: 540px;
  overflow: hidden;
  position: relative;
  margin: 0 0;
  margin-bottom: 2em; }
  .carouselDev .carousel#homeCarouselTest .carousel-inner > .item > img,
  .carouselDev .carousel#homeCarouselTest .carousel-inner > .item > a > img {
    display: inline !important;
    max-width: auto !important; }
  .carouselDev .carousel#homeCarouselTest .carousel-inner .item {
    background-color: transparent;
    height: 540px; }
    .carouselDev .carousel#homeCarouselTest .carousel-inner .item a {
      text-decoration: none; }
  .carouselDev .carousel#homeCarouselTest a {
    text-decoration: none; }
  .carouselDev .carousel#homeCarouselTest .carousel-caption-photo {
    padding: 0;
    background-color: black;
    opacity: 1;
    position: absolute;
    width: 100%;
    left: 0px;
    height: 70px;
    top: 470px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    z-index: 16; }
    .carouselDev .carousel#homeCarouselTest .carousel-caption-photo h1 {
      line-height: 1em;
      font-size: 1.8em;
      vertical-align: middle;
      padding: 0px;
      margin: 0;
      text-align: center;
      color: #fff; }
    .carouselDev .carousel#homeCarouselTest .carousel-caption-photo p {
      color: #FFFFFF;
      text-align: center;
      font-size: 1em;
      padding-top: 10px; }
  .carouselDev .carousel#homeCarouselTest .carousel-caption-noPhoto2 {
    background-color: #333333;
    padding: 40px;
    position: absolute;
    width: 100%;
    left: 0px;
    height: 540px;
    top: 0;
    text-align: left; }
    .carouselDev .carousel#homeCarouselTest .carousel-caption-noPhoto2 .carousel-black {
      background-color: #333333;
      width: 100%;
      height: 540px;
      position: absolute;
      top: 0px;
      left: 0px; }
      .carouselDev .carousel#homeCarouselTest .carousel-caption-noPhoto2 .carousel-black p.lead {
        line-height: 1.2;
        font-size: 1.5em;
        padding-left: 60px;
        padding-right: 50px;
        padding-top: 50px;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
      .carouselDev .carousel#homeCarouselTest .carousel-caption-noPhoto2 .carousel-black h1 {
        line-height: 1.3;
        font-size: 2.2em;
        padding-left: 60px;
        padding-top: 120px;
        padding-right: 40px;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
      .carouselDev .carousel#homeCarouselTest .carousel-caption-noPhoto2 .carousel-black p {
        color: #DDDDDD;
        text-align: left;
        padding-left: 80px;
        font-size: 1.2em; }
      .carouselDev .carousel#homeCarouselTest .carousel-caption-noPhoto2 .carousel-black .mug-image {
        text-align: right; }
        .carouselDev .carousel#homeCarouselTest .carousel-caption-noPhoto2 .carousel-black .mug-image img {
          background-color: #333333;
          padding-left: 75px;
          padding-top: 50px;
          width: 160px !important; }
      .carouselDev .carousel#homeCarouselTest .carousel-caption-noPhoto2 .carousel-black .mug-lead {
        font-size: 1.3em;
        padding-left: 8px !important;
        padding-right: 30px;
        padding-top: 50px; }

#sectionPageCarousel {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background-color: #ffffff !important;
  height: auto; }
  #sectionPageCarousel .inner-item {
    text-align: center; }
    #sectionPageCarousel .inner-item img {
      margin: 0 auto;
      width: auto;
      height: 300px;
      max-height: 300px; }
  #sectionPageCarousel #fullStoryCaption {
    background-color: transparent;
    position: static;
    margin: 0 auto 15px;
    max-width: 500px; }
    #sectionPageCarousel #fullStoryCaption p {
      margin: 0;
      text-align: right;
      color: black;
      line-height: 1.2;
      font-size: .8em;
      padding-top: 0;
      text-shadow: none;
      float: right;
      width: 55%; }
    #sectionPageCarousel #fullStoryCaption .photoCaption {
      margin: 0;
      text-align: left;
      color: black;
      line-height: 1.2;
      font-size: .8em;
      padding-top: 8px;
      text-shadow: none;
      float: none;
      clear: both;
      width: auto; }

.sectionPageCarouselClass {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background-color: #ffffff !important;
  height: auto; }
  .sectionPageCarouselClass .inner-item {
    text-align: center; }
    .sectionPageCarouselClass .inner-item img {
      margin: 0 auto;
      width: auto;
      height: 300px;
      max-height: 300px; }
  .sectionPageCarouselClass #fullStoryCaption {
    background-color: transparent;
    position: relative;
    z-index: 16; }
    .sectionPageCarouselClass #fullStoryCaption p {
      margin: 0;
      text-align: left;
      color: black;
      line-height: 1.2;
      font-size: .8em;
      padding-top: 8px;
      text-shadow: none; }
    .sectionPageCarouselClass #fullStoryCaption .photoCaption {
      margin: 0;
      text-align: left;
      color: black;
      line-height: 1.2;
      font-size: .8em;
      padding-top: 8px;
      text-shadow: none; }

.picButtons .myCapButton {
  text-align: right; }
  .picButtons .myCapButton .mycaptureButton {
    margin-top: 5px; }
.picButtons .slideShowViewButton {
  text-align: center;
  padding-top: 10px; }

.carousel-indicators {
  width: 100%;
  top: 10px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  height: 15%; }

#homeCarousel .carousel-control {
  position: absolute;
  top: 100px;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-top: 0;
  font-size: 60px;
  font-weight: 100;
  line-height: 25px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-left: 5px;
  margin-right: 5px; }

#sectionPageCarousel .carousel-control {
  position: absolute;
  top: 100px;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-top: 0;
  font-size: 60px;
  font-weight: 100;
  line-height: 25px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-left: 5px;
  margin-right: 5px; }

.sectionPageCarouselClass .carousel-control {
  position: absolute;
  top: 100px;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-top: 0;
  font-size: 60px;
  font-weight: 100;
  line-height: 25px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-left: 5px;
  margin-right: 5px; }

@media (min-width: 768px) and (max-width: 1200px) {
  .carouselProd .carousel#homeCarousel {
    height: 460px; }
    .carouselProd .carousel#homeCarousel .item {
      height: 460px; }
    .carouselProd .carousel#homeCarousel .carousel-caption-photo {
      top: 380px; }
      .carouselProd .carousel#homeCarousel .carousel-caption-photo h1 {
        line-height: .9em;
        font-size: 1.6em; }
    .carouselProd .carousel#homeCarousel .carousel-caption-noPhoto2 {
      height: 460px; }
      .carouselProd .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black {
        height: 460px;
                    /*p.lead {
                        line-height: $pLineHeight;
                        font-size: $pFontSize;
                        padding-left: $pPaddingLeft;
                        padding-right: $pPaddingRight;
                        padding-top: $pPaddingTop;
                        color: #fff;
                        text-shadow: 0 1px 1px rgba(0,0,0,.4);
                    }

                    h1 {
                        line-height: $h1LineHeight;
                        font-size: $h1FontSize;
                        padding-left: $h1PaddingLeft;
                        padding-top: $h1PaddingTop;
                        padding-right: $h1PaddingRight;
                        color: #fff;
                        text-shadow: 0 1px 1px rgba(0,0,0,.4);
                    }

                    p {
                        color: #DDDDDD;
                        text-align: left;
                        padding-left: $pPaddingLeft + 20px;
                        font-size: $frontSubFontSize * 1.2;
                    }

                    .mug-image {
                        text-align: right;
                        img {
                            background-color: #333333;
                            padding-left: 75px;
                            padding-top: 50px;
                            
                            width: 200px !important;
                        }
                    }

                    .mug-lead {
                        font-size: 1.3em;
                        padding-left: 8px !important;
                        padding-right: 30px;
                        padding-top: 50px;
                    }*/ } }
@media (min-width: 461px) and (max-width: 767px) {
  .carousel#homeCarousel {
    height: 405px; }
    .carousel#homeCarousel .item {
      height: 405px; }
    .carousel#homeCarousel .carousel-caption-photo {
      height: 52.5px;
      top: 352.5px;
      padding-left: 11.25px;
      padding-right: 11.25px;
      padding-top: 4.5px; }
      .carousel#homeCarousel .carousel-caption-photo p.lead {
        font-size: 1.125em;
        padding-left: 45px;
        padding-right: 37.5px;
        padding-top: 15px; }
      .carousel#homeCarousel .carousel-caption-photo h1 {
        font-size: 0.99em;
        padding-left: 0px;
        padding-top: 10px; }
    .carousel#homeCarousel .carousel-caption-noPhoto2 {
      padding: 30px;
      height: 405px; }
      .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black {
        height: 405px; }
        .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black p.lead {
          font-size: 1.125em;
          padding-left: 45px;
          padding-right: 37.5px;
          padding-top: 37.5px; }
        .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black h1 {
          font-size: 1.65em;
          padding-left: 45px;
          padding-top: 90px;
          padding-right: 30px; }
        .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black .mug-lead {
          font-size: 1.125em;
          padding-left: 1.125em;
          padding-right: 37.5px;
          padding-top: 30px; }
        .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black .mug-image img {
          padding-left: 55px;
          padding-top: 20px; }

  .carousel-control {
    top: 75px;
    height: 37.5px;
    width: 37.5px;
    margin-top: -18.75px;
    font-size: 45px;
    line-height: 18.75px;
    border: 2.25px;
    -webkit-border-radius: 22.5px;
    -moz-border-radius: 22.5px;
    border-radius: 22.5px; } }
@media (min-width: 200px) and (max-width: 460px) {
  .carousel#homeCarousel {
    height: 270px; }
    .carousel#homeCarousel .item {
      height: 270px; }
    .carousel#homeCarousel .carousel-caption-photo {
      height: 35px;
      top: 235px;
      padding-left: 7.5px;
      padding-right: 7.5px;
      padding-top: 3px; }
      .carousel#homeCarousel .carousel-caption-photo p.lead {
        font-size: 0.75em;
        padding-left: 30px;
        padding-right: 25px;
        padding-top: 25px; }
      .carousel#homeCarousel .carousel-caption-photo h1 {
        font-size: 0.66em;
        padding-left: 0px;
        padding-top: 0px; }
    .carousel#homeCarousel .carousel-caption-noPhoto2 {
      padding: 20px;
      height: 270px; }
      .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black {
        height: 405px; }
        .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black p.lead {
          font-size: 0.75em;
          padding-left: 30px;
          padding-right: 25px;
          padding-top: 25px; }
        .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black h1 {
          font-size: 1.1em;
          padding-left: 30px;
          padding-top: 30px;
          padding-right: 20px; }
        .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black .mug-lead {
          font-size: 0.75em;
          padding-left: 0.75em;
          padding-right: 25px;
          padding-top: 10; }
        .carousel#homeCarousel .carousel-caption-noPhoto2 .carousel-black .mug-image img {
          padding-left: 55px;
          padding-top: 10px; }

  .carousel-control {
    top: 50px;
    height: 25px;
    width: 25px;
    margin-top: -12.5px;
    font-size: 30px;
    line-height: 12.5px;
    border: 1.5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }

  #sectionPageCarousel .inner-item img {
    width: auto;
    height: 150px;
    max-height: 150px; }

  .sectionPageCarouselClass .inner-item img {
    width: auto;
    height: 150px;
    max-height: 150px; }

  #fullStoryCaption {
    padding-bottom: 0px; } }
.mug-image {
  text-align: right; }

.carouselIcons {
  font-size: .8em; }

.listStoryIcons {
  font-size: .5em; }

.eventBox {
  border: 1px solid #CCCCCC;
  padding: 0.5em;
  margin: 0 0 1em 0; }

.mod_events_today_dates {
  list-type-style: none;
  padding-left: 0px;
  padding-top: 8px;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 0px; }
  .mod_events_today_dates li {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px; }
  .mod_events_today_dates a {
    background-color: #E8E8E8;
    border: 1px solid #CCCCCC;
    float: left;
    margin-left: 7px;
    width: 39px; }
    .mod_events_today_dates a.current {
      background-color: #FFFFFF;
      border: 1px solid #CC0000;
      color: #000000;
      margin-left: 0; }
    .mod_events_today_dates a:hover {
      background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%) repeat scroll 0 0 #0688FA;
      color: #FFFFFF;
      cursor: pointer;
      text-decoration: none; }
  .mod_events_today_dates div.weekDayText {
    font-size: 12px;
    font-weight: bold;
    text-align: center; }
  .mod_events_today_dates div.weekDayNum {
    font-size: 16px;
    font-weight: bold;
    text-align: center; }

.venuesEventsHeader {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 5px;
  padding: 0 0 5px; }

.resultsPagination {
  margin-top: 8px; }
  .resultsPagination a {
    border: 1px solid #CCCCCC;
    padding: 3px;
    text-decoration: none; }
    .resultsPagination a:hover {
      background-color: #0A4366;
      color: white; }

.searchResultsTable {
  margin: 1em 0 0; }
  .searchResultsTable tbody tr .resultsColumnHeader {
    border-bottom: 1px solid #CCCCCC;
    padding: 1em 0 0.5em; }
  .searchResultsTable tbody tr td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 0.5em; }
  .searchResultsTable tbody tr:nth-child(even) {
    background-color: #ECECEC; }

.pageNumberLink {
  text-decoration: none;
  border: 1px solid #CCCCCC;
  padding: 3px; }
  .pageNumberLink:hover {
    background-color: #0A4366;
    color: white;
    text-decoration: none; }

.table tbody tr td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 0.5em; }

@media (min-width: 992px) and (max-width: 1199px) {
  .mod_events_today_dates a {
    width: 31px; } }
#BB_EventsList_frontpage2 ul {
  list-style-type: square;
  padding-left: 5px;
  padding-top: 0px;
  margin-left: 15px; }
  #BB_EventsList_frontpage2 ul li {
    margin-bottom: 0.5em;
    text-align: left;
    font-size: .9em;
    padding-left: .3em; }

.eventAddress {
  font-size: 1.5em; }

.eventURL {
  font-size: 1.2em; }

fieldset > input {
  border-style: solid;
  border-color: grey;
  border-width: 1px;
  width: 85%;
  margin-bottom: 3px; }

select {
  margin-bottom: 3px; }

.indextxt_date {
  width: 45%;
  margin-bottom: none; }

.indextxt {
  width: 85%; }

.inlineCalandar {
  height: 280px; }

.calandarPick {
  position: top;
  padding-top: 2px; }

.searchContainer {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: grey; }

#submitEvent {
  vertical-align: bottom;
  padding-top: 30px; }

fieldset > .btn {
  color: white;
  background-color: #B8B8B8;
  border-color: #B8B8B8; }

fieldset > .btn:hover {
  background-color: #888888;
  border-color: #888888; }

#BB_EventHubGO_arts2 h4,
#BB_EventHubGO_music2 h4,
#BB_EventHubGO_business2 h4,
#BB_EventHubGO_outdoors2 h4,
#BB_EventHubGO_sports2 h4,
#BB_EventHubGO_health2 h4 {
  font-size: 1.15em; }
#BB_EventHubGO_arts2 ul,
#BB_EventHubGO_music2 ul,
#BB_EventHubGO_business2 ul,
#BB_EventHubGO_outdoors2 ul,
#BB_EventHubGO_sports2 ul,
#BB_EventHubGO_health2 ul {
  list-style-type: square;
  padding-left: 5px;
  padding-top: .5em;
  margin-left: 15px; }
  #BB_EventHubGO_arts2 ul li,
  #BB_EventHubGO_music2 ul li,
  #BB_EventHubGO_business2 ul li,
  #BB_EventHubGO_outdoors2 ul li,
  #BB_EventHubGO_sports2 ul li,
  #BB_EventHubGO_health2 ul li {
    margin-bottom: 0.5em;
    text-align: left;
    font-size: .9em;
    padding-left: .3em; }

.areaTitle {
  color: #870e06;
  background-color: #ececec;
  border: 1px solid #cccccc;
  padding: 0.25em 0.5em;
  margin: 0 0 1em 0;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", "Open Sans"; }
  .areaTitle a {
    text-decoration: none;
    color: #870e06; }
    .areaTitle a:hover {
      text-decoration: none; }

/*** List story package styles for use on homepage ***/
.listStory.package-wrap .packText {
  float: left;
  width: 55.5%;
  margin-right: 2.5%; }
.listStory.package-wrap .packBullets {
  float: left;
  width: 42%; }
  .listStory.package-wrap .packBullets .related-list {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.05em;
    font-weight: bold;
    background: #eee;
    padding: 10px;
    margin: -10px 0 0; }
    .listStory.package-wrap .packBullets .related-list li {
      position: relative;
      padding-left: 10px;
      line-height: 110%;
      margin-bottom: .35em; }
      .listStory.package-wrap .packBullets .related-list li:before {
        content: "\f0da";
        font-family: "fontAwesome";
        font-size: 12px;
        color: #aaa;
        position: absolute;
        top: 2px;
        left: -2px; }
      .listStory.package-wrap .packBullets .related-list li:hover:before {
        color: #2a6496; }

@media (max-width: 1199px) {
  .listStory.package-wrap .packText, .listStory.package-wrap .packBullets {
    width: 100%;
    margin: 0; }

  .listStory.package-wrap .packBullets .related-list {
    margin: 10px 0 0; } }
@media (max-width: 767px) {
  .listStory.package-wrap .packBullets .related-list {
    font-size: 1em; }

  .listStory.package-wrap .packBullets .related-list li {
    margin-bottom: .5em; } }
.titleBar {
  background-color: #333333;
  color: #FFFFFF;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  padding-bottom: 10px; }

h4 {
  margin: 0;
  padding-top: 10px; }

div#searchBody {
  padding-left: 5px;
  background-color: #EBEBEB;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 10px; }

#fmRestSearch {
  margin: 0;
  padding: 0;
  width: 100%; }

select {
  margin: 0.5em 0 0;
  width: 100%; }

input#search-textfield-search {
  width: 100%;
  font-size: .8em;
  border: 1px solid #999999;
  padding: 0.1em; }

input#btn-search {
  background-image: url("http://statics.bendbulletin.com/images/bhButtonBack2.gif");
  background-repeat: repeat-x;
  border: 1px solid #999999;
  color: #000000;
  height: 24px;
  margin: 0.5em 0 0;
  text-align: center;
  width: 100%; }

.right3 {
  display: block;
  float: right;
  margin: 8px 0 10px 10px;
  padding: 0;
  width: 236px;
  font-family: 'Helvetica Neue',arial,helvetica,sans-serif;
  font-size: 12px; }

.factoids {
  margin: 0 0 0 10px;
  padding: 0; }
  .factoids table {
    width: 100%; }
    .factoids table td {
      background-image: url("http://statics.bendbulletin.com/images/hBack.gif");
      background-repeat: repeat-x;
      border-bottom: 1px solid #CCCCCC;
      border-right: 1px solid #CCCCCC; }
      .factoids table td.btmBorder {
        background-image: url("http://statics.bendbulletin.com/images/CellBackDarkGray.gif");
        background-repeat: repeat-x;
        border-bottom: 2px solid #666666;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        text-indent: 3px; }
      .factoids table td.leftCol {
        border-left: 1px solid #CCCCCC;
        font-weight: bold;
        width: 33%; }

h2.restTitle {
  background: url("http://statics.bendbulletin.com/images/TitleStripBackgroundDark.gif") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  font-size: 18px;
  margin: 10px 0;
  padding: 1px 0 4px;
  text-indent: 30px;
  width: 100%; }

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

.restaurant_blogs_container h2 {
  margin: 0; }

.restaurant_blogs_container a {
  text-decoration: none; }

.restaurant_blogs_disclaimer {
  color: #333333;
  font-style: italic;
  font-size: .8em; }

.line-separator {
  height: 1px;
  width: 80%;
  background: #717171;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 5px; }

.line-separator-big {
  height: 2px;
  width: 95%;
  background: #717171;
  border-bottom: 1px solid #999999;
  margin-bottom: 5px;
  margin-top: 5px; }

.restSearchResults > p {
  font-size: .8em;
  padding-left: 3px; }

.restSearchResults > h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1px;
  margin-top: 10px; }

.map > img {
  width: 100%; }

.mast {
  height: 70px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 0px; }
  .mast .topIcon {
    text-align: center;
    padding-top: 10px;
    padding-left: 0px; }

.weatherGrid {
  border: double;
  margin-top: 10px;
  height: 300px; }

.textDesc {
  padding-bottom: 10px; }

.locationMenu {
  margin-right: 10px; }
  .locationMenu ul {
    margin-right: 8px; }
    .locationMenu ul li {
      float: left;
      padding-right: 10px;
      list-style-type: none; }

#locations {
  margin-top: 10px; }

.mainForecast {
  margin-top: 20px;
  width: 97%; }

.webCams {
  margin-top: 20px;
  width: 97%; }

.hed h1 {
  font-size: 1.5em; }

.masthead .masthead-icon .masthead-temp {
  text-align: center; }
.masthead .masthead-body {
  padding-left: 0px;
  padding-top: 8px; }

.weatherAreaTitle {
  color: #870e06;
  background-color: #ececec;
  border: 1px solid #cccccc;
  padding: 0.25em 0.5em;
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 3px;
  font-family: "Open Sans Condensed", "Open Sans"; }
  .weatherAreaTitle ul {
    margin: 0 auto; }
    .weatherAreaTitle ul li {
      padding-right: 10px; }
  .weatherAreaTitle a {
    text-decoration: none;
    color: #870e06; }
    .weatherAreaTitle a:hover {
      text-decoration: none; }

.weatherText {
  font-size: .8em;
  padding-left: 0px; }

.accu-weather-widget {
  position: relative; }
  .accu-weather-widget #our-page {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15; }
  .accu-weather-widget div.aw-widget-current-inner div.aw-widget-content {
    border: none !important;
    background: none !important; }
  .accu-weather-widget .lt-479 div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather div.aw-current-weather-inner {
    padding-bottom: 10px !important; }
  .accu-weather-widget .lt-479 div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather span.aw-icon {
    background-size: 100% auto !important;
    background-position: 0 0 !important;
    height: 35px !important;
    position: static !important;
    float: left;
    width: 25% !important;
    padding: 0 !important;
    margin: -10px 0 0 !important; }
  .accu-weather-widget .lt-479 div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p {
    position: relative !important;
    float: left;
    width: 75% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left; }
  .accu-weather-widget div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p span.aw-temperature-today {
    padding-top: 10px !important; }
  .accu-weather-widget div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p span.aw-temperature-today {
    font-size: 20px !important; }
  .accu-weather-widget .lt-479 div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather h3 {
    text-align: left !important;
    padding-left: 30% !important; }
  .accu-weather-widget div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p span.aw-temperature-today,
  .accu-weather-widget div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p time,
  .accu-weather-widget div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p span.aw-weather-description {
    text-align: left !important;
    display: inline-block !important;
    padding-right: 5px !important; }
  .accu-weather-widget div.aw-widget-current-inner a.aw-toggle {
    display: none !important; }

#nav-search-btn {
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  background: none;
  border: 1px solid transparent;
  padding: 5px 6px;
  margin: 4px 10px 0;
  line-height: 1;
  border-radius: 3px;
  outline: none;
  transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s; }
  #nav-search-btn i {
    padding-right: 5px; }
  #nav-search-btn:hover, #nav-search-btn:active {
    border-color: #fff; }

#searchModal.fade {
  background: rgba(255, 255, 255, 0.9); }
  #searchModal.fade .modal-dialog {
    width: 60%;
    margin-top: 10%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s; }
  #searchModal.fade .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: none; }
  #searchModal.fade .modal-header {
    border: none; }
    #searchModal.fade .modal-header .close {
      font-size: 30px;
      margin-top: -30px; }
  #searchModal.fade form {
    position: relative; }
  #searchModal.fade .gsc-control-cse {
    background: none;
    border: none; }
    #searchModal.fade .gsc-control-cse .gsc-adBlock {
      display: none; }
    #searchModal.fade .gsc-control-cse .gsc-input-box, #searchModal.fade .gsc-control-cse .gsc-input-box-focus {
      border: none !important;
      box-shadow: none;
      background: none;
      height: auto; }
    #searchModal.fade .gsc-control-cse .gsc-search-box td.gsc-input {
      border: none; }
    #searchModal.fade .gsc-control-cse .gsc-search-box input.gsc-input {
      font-size: 4em;
      color: #7b7b7b;
      letter-spacing: .03em;
      border: none;
      border-radius: 0;
      line-height: 90px;
      background-position: 30px 50% !important;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 300;
      width: 100%;
      outline: none;
      padding: 0 120px 0 30px !important;
      display: block;
      height: 90px !important; }
    #searchModal.fade .gsc-control-cse input.gsc-search-button {
      position: absolute;
      top: 8px;
      right: 25px;
      line-height: 90px;
      height: auto;
      font-size: 1.5em;
      border: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      background: #ddd;
      color: #888;
      padding: 0 15px;
      font-weight: 300; }
      #searchModal.fade .gsc-control-cse input.gsc-search-button:hover, #searchModal.fade .gsc-control-cse input.gsc-search-button:focus {
        background: #c4c4c4; }
    #searchModal.fade .gsc-control-cse .gsc-clear-button {
      display: none; }
    #searchModal.fade .gsc-control-cse .gsc-selected-option-container {
      width: 90px !important; }
    #searchModal.fade .gsc-control-cse .gsc-results-wrapper-overlay {
      height: 150%;
      margin: -3% auto 0; }
    #searchModal.fade .gsc-control-cse .gsc-modal-background-image-visible {
      background: none; }
    #searchModal.fade .gsc-control-cse .cse .gsc-tabsArea, #searchModal.fade .gsc-control-cse .gsc-tabsArea {
      border-bottom-color: #333; }
    #searchModal.fade .gsc-control-cse .gs-web-image-box, #searchModal.fade .gsc-control-cse .gs-promotion-image-box {
      width: 90px; }
    #searchModal.fade .gsc-control-cse .gs-web-image-box img.gs-image, #searchModal.fade .gsc-control-cse .gs-promotion-image-box img.gs-promotion-image {
      max-width: 80px; }
    #searchModal.fade .gsc-control-cse .gs-result .gs-title, #searchModal.fade .gsc-control-cse .gs-result .gs-title * {
      color: #035CB6;
      font-weight: bold;
      font-size: 18px;
      text-decoration: none; }
      #searchModal.fade .gsc-control-cse .gs-result .gs-title:hover, #searchModal.fade .gsc-control-cse .gs-result .gs-title:focus, #searchModal.fade .gsc-control-cse .gs-result .gs-title *:hover, #searchModal.fade .gsc-control-cse .gs-result .gs-title *:focus {
        text-decoration: underline; }
  #searchModal.fade .search-query {
    font-size: 5em;
    color: #7b7b7b;
    border: none;
    border-bottom: 1px solid #7b7b7b;
    border-radius: 0;
    background: none;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    width: 100%;
    outline: none;
    padding-left: 15px;
    padding-right: 125px;
    display: block; }
  #searchModal.fade .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 96%;
    font-size: 3em;
    color: #959595;
    background: none; }
    #searchModal.fade .btn:hover {
      color: #888; }

section.listArticles article {
  margin: 1.5em 0;
  padding: 1.5em 0 0 0;
  border-top: 1px dotted #cccccc; }
  section.listArticles article:nth-of-type(1) {
    border-top: 0;
    margin-top: 0; }

.topStory {
  /*
  margin: 0;      
  padding: 0;
  */
      /*     
      margin: 1.5em 0;
      padding: 1.5em 0 0 0;
      border-top: 1px dotted #cccccc;

      &:nth-of-type(1) {
        border-top: 0;
      }
      */ }
  .topStory #topStoryPub {
    line-height: 1em;
    font-size: .8em;
    font-style: italic;
    padding-top: 4px; }
  .topStory #topStorySub {
    margin-bottom: 0px;
    font-size: 1em;
    font-weight: bold; }
  .topStory #topStoryHL {
    padding-top: 8px; }
  .topStory #topStoryText {
    font-size: 1.2em; }
  .topStory #topStoryKicker {
    color: #870e06;
    font-size: .9em;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase; }
  .topStory a {
    text-decoration: none; }

.listStory {
  /*
  margin: 0 0 1.5em 0;
  padding: 0;
  */
      /*
      margin: 1.5em 0;
      padding: 1.5em 0 0 0;
      border-top: 1px dotted #cccccc;

      &:nth-of-type(1) {
        border-top: 0;
      }
      */ }
  .listStory #listStoryPub {
    line-height: 1em;
    font-size: .8em;
    margin-bottom: 4px;
    font-style: italic;
    padding-top: 4px; }
  .listStory #listStorySub {
    margin-bottom: 0px;
    font-size: 1em;
    font-weight: bold; }
  .listStory #listStoryText {
    font-size: 1.2em; }
  .listStory #listStoryHL {
    padding-top: 2px;
    margin-bottom: 2px; }
  .listStory #listStoryKicker {
    color: #870e06;
    font-size: .9em;
    margin: 0;
    text-transform: uppercase; }
  .listStory a {
    text-decoration: none; }

.moreContent {
  cursor: pointer;
  padding-bottom: 2px;
  margin-left: 80% !important; }
  .moreContent img {
    padding-bottom: 2px; }

.twoColArticle {
  margin-top: 0px;
  margin-bottom: 15px; }

#twoColListStoryPub {
  font-style: italic;
  font-size: .8em;
  line-height: 1em;
  margin-top: 4px;
  margin-bottom: 4px; }

.sectionHeaderStoryBox {
  text-align: center;
  position: relative; }

.instructionText {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 10px;
  position: absolute;
  left: 0px;
  top: 90%;
  height: 10%;
  width: 100%;
  font-size: 1.5em; }

.sectionPageTitleDiv {
  font-size: 2.5em;
  text-align: center;
  font-weight: bold;
  padding: 2px; }

#fmSectionSearch {
  padding-top: 0px;
  line-height: 0.4em;
  margin-bottom: 30px; }

.breakingCarouselDivider {
  border: 2px solid #cccccc;
  margin-bottom: 10px; }

.breaking-media {
  /* border: 0px solid $bulletinRed; */
  /* border: 5px solid $bulletinRed; */
  margin-bottom: 1em;
  border-bottom: 1px dotted #cccccc;
  padding: 0 0 1.5em 0; }
  .breaking-media .media-body {
    /* padding-left: 2px; */ }
    .breaking-media .media-body .breakingStoryKicker {
      width: 200px;
      margin: 0 0 0.5em 0;
      background-color: #cc0000;
      background-image: linear-gradient(-45deg, #ffffff 25px, rgba(0, 0, 0, 0) 25px), linear-gradient(-135deg, #ffffff 25px, rgba(0, 0, 0, 0) 25px), linear-gradient(-45deg, #cc0000 40px, rgba(0, 0, 0, 0) 40px), linear-gradient(-135deg, #cc0000 40px, rgba(0, 0, 0, 0) 40px), linear-gradient(-45deg, #ffffff 50px, rgba(0, 0, 0, 0) 50px), linear-gradient(-135deg, #ffffff 50px, rgba(0, 0, 0, 0) 50px);
      /*color: $bulletinRed; */
      /* font-weight: bold; */ }
      .breaking-media .media-body .breakingStoryKicker p {
        color: #ffffff;
        padding: 5px 0 4px 5px;
        margin: 0;
        text-transform: uppercase; }
    .breaking-media .media-body .breakingStoryKicker2 {
      width: 200px;
      margin: 0 0 0.5em 0;
      background-color: #D2691E;
      background-image: linear-gradient(-45deg, #ffffff 25px, rgba(0, 0, 0, 0) 25px), linear-gradient(-135deg, #ffffff 25px, rgba(0, 0, 0, 0) 25px), linear-gradient(-45deg, #d2691e 40px, rgba(0, 0, 0, 0) 40px), linear-gradient(-135deg, #d2691e 40px, rgba(0, 0, 0, 0) 40px), linear-gradient(-45deg, #ffffff 50px, rgba(0, 0, 0, 0) 50px), linear-gradient(-135deg, #ffffff 50px, rgba(0, 0, 0, 0) 50px);
      /*color: $bulletinRed; */
      /* font-weight: bold; */ }
      .breaking-media .media-body .breakingStoryKicker2 p {
        color: #ffffff;
        padding: 5px 0 4px 5px;
        margin: 0;
        text-transform: uppercase; }
    .breaking-media .media-body .topStorySub {
      font-weight: bold; }
    .breaking-media .media-body .fontBig {
      font-size: 1.3em; }
    .breaking-media .media-body .breakingStoryPub {
      line-height: 1em;
      font-style: italic;
      padding-top: 4px; }

.breakingRowAreatitle {
  margin-bottom: 10px; }

.normalFont {
  font-weight: normal;
  font-size: .8em; }

.columnBreakingNewsStyle {
  font-family: open sans condensed; }
  .columnBreakingNewsStyle .breakingSingleColumnStyle {
    padding-left: 8px;
    padding-right: 8px;
    min-height: 20px; }
    .columnBreakingNewsStyle .breakingSingleColumnStyle .breaking-media {
      border-bottom: none;
      margin-bottom: 0px;
      padding-bottom: 5px; }
      .columnBreakingNewsStyle .breakingSingleColumnStyle .breaking-media .media-body p {
        font-size: 1.1em;
        padding-top: 0px;
        padding-bottom: 0px; }
      .columnBreakingNewsStyle .breakingSingleColumnStyle .breaking-media .media-body .breakingStoryKicker2 {
        text-transform: uppercase;
        background-image: none;
        background-color: white;
        margin-bottom: 1px;
        min-height: 25px; }
        .columnBreakingNewsStyle .breakingSingleColumnStyle .breaking-media .media-body .breakingStoryKicker2 p {
          color: black;
          padding-bottom: 0px;
          padding-left: 0px;
          padding-top: 3px;
          font-family: open sans;
          font-weight: bold; }
      .columnBreakingNewsStyle .breakingSingleColumnStyle .breaking-media .media-body .breakingStoryKicker {
        text-transform: uppercase;
        margin: 0 0 0.5em 0;
        background-color: #CC0000;
        background-image: none; }
        .columnBreakingNewsStyle .breakingSingleColumnStyle .breaking-media .media-body .breakingStoryKicker p {
          padding: 2px 5px;
          color: #ffffff;
          font-weight: bold;
          font-family: open sans; }
      .columnBreakingNewsStyle .breakingSingleColumnStyle .breaking-media .media-body .breaking-img-frame {
        background-color: #ffffff;
        padding: 3px;
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        display: table; }
      .columnBreakingNewsStyle .breakingSingleColumnStyle .breaking-media .media-body .breakingHeadlineText {
        margin-bottom: 5px; }
        .columnBreakingNewsStyle .breakingSingleColumnStyle .breaking-media .media-body .breakingHeadlineText a {
          font-size: 1.7em;
          text-decoration: none;
          line-height: 1.2em;
          color: black;
          font-weight: bold; }
          .columnBreakingNewsStyle .breakingSingleColumnStyle .breaking-media .media-body .breakingHeadlineText a:hover {
            color: grey; }
      .columnBreakingNewsStyle .breakingSingleColumnStyle .breaking-media .media-body .breakingStoryText a {
        font-size: 1em;
        text-decoration: none; }
      .columnBreakingNewsStyle .breakingSingleColumnStyle .breaking-media .media-body .breakingStoryPub {
        margin-bottom: 3px;
        margin-top: 5px; }
  .columnBreakingNewsStyle .breakingTwoColumnStyle {
    padding-left: 8px;
    padding-right: 8px;
    border-right: 2px solid #ccc;
    min-height: 20px; }
    .columnBreakingNewsStyle .breakingTwoColumnStyle .breaking-media {
      border-bottom: none;
      margin-bottom: 0px;
      padding-bottom: 5px; }
      .columnBreakingNewsStyle .breakingTwoColumnStyle .breaking-media .media-body {
        width: 80%;
        margin-left: 15%;
        min-height: 295px; }
        .columnBreakingNewsStyle .breakingTwoColumnStyle .breaking-media .media-body p {
          font-size: 1.1em;
          padding-top: 0px; }
        .columnBreakingNewsStyle .breakingTwoColumnStyle .breaking-media .media-body .breakingStoryKicker2 {
          text-transform: uppercase;
          background-image: none;
          color: black;
          background-color: white;
          margin-bottom: 1px;
          min-height: 25px; }
          .columnBreakingNewsStyle .breakingTwoColumnStyle .breaking-media .media-body .breakingStoryKicker2 p {
            color: black;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-top: 3px;
            font-family: open sans;
            font-weight: bold; }
        .columnBreakingNewsStyle .breakingTwoColumnStyle .breaking-media .media-body .breakingStoryKicker {
          background-image: none;
          background-color: #CC0000;
          padding: 2px 5px; }
          .columnBreakingNewsStyle .breakingTwoColumnStyle .breaking-media .media-body .breakingStoryKicker p {
            padding-bottom: 1px;
            color: #ffffff;
            font-weight: bold;
            font-family: open sans; }
        .columnBreakingNewsStyle .breakingTwoColumnStyle .breaking-media .media-body .media-heading {
          padding-top: 8px; }
          .columnBreakingNewsStyle .breakingTwoColumnStyle .breaking-media .media-body .media-heading a {
            color: black;
            text-decoration: none;
            font-size: 1.5em;
            line-height: 1em;
            padding-top: 10px; }
            .columnBreakingNewsStyle .breakingTwoColumnStyle .breaking-media .media-body .media-heading a:hover {
              color: grey; }
        .columnBreakingNewsStyle .breakingTwoColumnStyle .breaking-media .media-body .breaking-img-frame {
          background-color: #ffffff;
          padding: 3px;
          -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          display: table; }
        .columnBreakingNewsStyle .breakingTwoColumnStyle .breaking-media .media-body .breakingNoPicText a {
          color: black;
          font-size: 1.9em;
          text-decoration: none;
          font-weight: bold; }
          .columnBreakingNewsStyle .breakingTwoColumnStyle .breaking-media .media-body .breakingNoPicText a:hover {
            color: grey; }
  .columnBreakingNewsStyle .breakingThreeColumnStyle {
    padding-left: 8px;
    padding-right: 8px;
    border-right: 2px solid #ccc;
    min-height: 20px; }
    .columnBreakingNewsStyle .breakingThreeColumnStyle .breaking-media {
      border-bottom: none;
      margin-bottom: 0px;
      padding-bottom: 5px; }
      .columnBreakingNewsStyle .breakingThreeColumnStyle .breaking-media .media-body {
        width: 80%;
        margin: 0 auto;
        min-height: 295px; }
        .columnBreakingNewsStyle .breakingThreeColumnStyle .breaking-media .media-body p {
          font-size: .9em;
          padding-top: 0px; }
        .columnBreakingNewsStyle .breakingThreeColumnStyle .breaking-media .media-body .breakingStoryKicker {
          background-image: none;
          background-color: #CC0000; }
          .columnBreakingNewsStyle .breakingThreeColumnStyle .breaking-media .media-body .breakingStoryKicker p {
            padding: 2px 5px;
            color: #ffffff;
            font-weight: bold;
            font-family: open sans; }
        .columnBreakingNewsStyle .breakingThreeColumnStyle .breaking-media .media-body .breakingStoryKicker2 {
          text-transform: uppercase;
          background-image: none;
          color: black;
          background-color: white;
          margin-bottom: 1px;
          min-height: 25px; }
          .columnBreakingNewsStyle .breakingThreeColumnStyle .breaking-media .media-body .breakingStoryKicker2 p {
            color: black;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-top: 0px;
            font-family: open sans;
            font-weight: bold; }
        .columnBreakingNewsStyle .breakingThreeColumnStyle .breaking-media .media-body .media-heading {
          margin-top: 8px; }
          .columnBreakingNewsStyle .breakingThreeColumnStyle .breaking-media .media-body .media-heading a {
            color: black;
            text-decoration: none;
            font-size: 1.7em;
            padding-top: 10px;
            line-height: 1em;
            font-weight: bold; }
            .columnBreakingNewsStyle .breakingThreeColumnStyle .breaking-media .media-body .media-heading a:hover {
              color: grey; }
        .columnBreakingNewsStyle .breakingThreeColumnStyle .breaking-media .media-body .breaking-img-frame {
          background-color: #ffffff;
          padding: 3px;
          -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          display: table; }
        .columnBreakingNewsStyle .breakingThreeColumnStyle .breaking-media .media-body .breakingNoPicText a {
          color: black;
          font-size: 2.1em;
          text-decoration: none;
          font-weight: bold; }
          .columnBreakingNewsStyle .breakingThreeColumnStyle .breaking-media .media-body .breakingNoPicText a:hover {
            color: grey; }
        .columnBreakingNewsStyle .breakingThreeColumnStyle .breaking-media .media-body .breakingStoryPub {
          font-size: .8em;
          font-family: open sans; }
  .columnBreakingNewsStyle .breakingThreeColumnStyle:last-child {
    border: none; }
  .columnBreakingNewsStyle .summaryCol2 ul {
    list-style-type: square;
    padding-left: 15px;
    margin-top: 10px; }
    .columnBreakingNewsStyle .summaryCol2 ul li h1 {
      font-weight: bold;
      font-size: .9em;
      font-style: italic; }
      .columnBreakingNewsStyle .summaryCol2 ul li h1 a {
        color: #000000;
        font-family: open sans condensed;
        font-size: 1.7em;
        font-style: normal;
        text-decoration: none; }
        .columnBreakingNewsStyle .summaryCol2 ul li h1 a:hover {
          color: grey; }
    .columnBreakingNewsStyle .summaryCol2 ul li .breakingBulletPub {
      font-size: .8em;
      font-style: italic;
      font-family: open sans; }

/* ##### bullet summary area #####*/
.bulletSummary li {
  padding: 0;
  margin: 0 0 1em 0;
  list-style-type: square;
  line-height: 1em;
  word-wrap: break-word;
  color: #666666; }

.summaryCol > ul {
  padding-left: 15px; }

.bulletSummary {
  border-top: 1px dotted #cccccc;
  padding: 1em;
  margin: 1em 0 0 0; }

.frontPageBulletList {
  font-size: 0.9em;
  margin: 0;
  padding-left: 0; }

.yt-area {
  margin-top: 10px;
  margin-bottom: 15px; }
  .yt-area .yt-video-body .yt-title {
    padding-left: 6px;
    margin-bottom: 2px; }
  .yt-area .yt-video-body .yt-pubDate {
    padding-left: 20px;
    margin-bottom: 1px; }
  .yt-area .yt-video-body .yt-source {
    padding-left: 20px;
    font-size: .8em; }

.videoRail2 {
  text-align: left;
  background-color: #333333;
  padding-bottom: 1px;
  margin-bottom: 10px;
  border: 1px solid #000000; }

.rtRailVideo a {
  color: white;
  text-decoration: none; }
  .rtRailVideo a:hover {
    color: #AAAAAA; }
.rtRailVideo .col-sm-6 {
  padding-left: 0px;
  padding-right: 0px; }
.rtRailVideo .yt-area {
  margin-top: 2px;
  margin-bottom: 5px;
  text-align: center;
  padding: 0px;
  height: 100%; }
  .rtRailVideo .yt-area .yt-video-body .yt-title {
    padding-left: 6px;
    margin-bottom: 2px;
    text-align: left; }
  .rtRailVideo .yt-area .yt-video-body .yt-pubDate {
    padding-left: 0px;
    margin-bottom: 1px;
    font-style: italic;
    font-size: .8em;
    color: white; }

@media (min-width: 992px) and (max-width: 1199px) {
  .topStory h3 {
    font-size: 1.5em; }
  .topStory #topStoryText {
    font-size: 1em; }

  .breaking-media h2 {
    padding-top: 8px;
    font-size: 1.6em; }

  .media-body {
    padding-left: 1px; }

  #listStoryHL {
    padding-top: 0px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .topStory h3 {
    font-size: 1.7em; }
  .topStory #topStoryText {
    font-size: 1.2em; }

  #listStoryHL {
    padding-top: 2px; }

  .moreContent {
    display: inline; } }
@media (min-width: 200px) and (max-width: 767px) {
  .breaking-media {
    margin-top: 0px; }
    .breaking-media .media-body {
      padding-left: 5px;
      padding-top: 3px; }
      .breaking-media .media-body h2 {
        padding-top: 2px;
        font-size: 1.1em;
        margin-bottom: 1px; }
      .breaking-media .media-body .breakingStoryKicker {
        font-size: .8em;
        margin-bottom: 2px; }
      .breaking-media .media-body .breakingStoryKicker2 {
        font-size: .8em;
        margin-bottom: 2px; }
      .breaking-media .media-body .fontBig {
        font-size: 1em; }
      .breaking-media .media-body .breakingStoryPub {
        font-size: .8em;
        margin-bottom: 2px;
        line-height: .8em;
        padding-top: 4px; }

  h3#topStoryHL {
    margin-top: 0px;
    font-size: 1.3em;
    padding-top: 0px; }

  .listStory #listStoryPub {
    line-height: 1.1em;
    font-size: .7em;
    margin-bottom: 2px;
    padding-bottom: 3px;
    padding-top: 4px; }

  .topStory #topStoryPub {
    line-height: 1em;
    font-size: .6em;
    padding-top: 4px; }

  .instructionText {
    padding: 2px;
    font-size: 1.2em; }

  .sectionPageTitleDiv {
    font-size: 1em;
    width: 90%;
    margin-left: 5%;
    padding: 2px 0px; } }
.breakingImage-vert-center-cropped {
  float: left;
  margin: 0 1.5em 0 0;
  width: 300px;
  height: 350px;
  overflow: hidden; }
  .breakingImage-vert-center-cropped img {
    top: -20px;
    left: -55px; }

.breakingImage-horiz-center-cropped {
  float: left;
  margin: 0 1.5em 0 0;
  height: auto; }
  .breakingImage-horiz-center-cropped img {
    overflow: hidden; }

.topImage-vert-center-cropped {
  float: left;
  margin: 0 1.5em 0 0;
  width: 220px;
  height: 250px;
  overflow: hidden; }
  .topImage-vert-center-cropped img {
    top: -20px;
    left: -55px; }

.topImage-horiz-center-cropped {
  float: left;
  margin: 0 1.5em 0 0;
  height: 180px; }

.listImage-vert-center-cropped {
  float: left;
  margin: 0 1.5em 0 0;
  width: 170px;
  height: 170px;
  overflow: hidden; }
  .listImage-vert-center-cropped img {
    top: -30px;
    left: -20px; }

.listImage-horiz-center-cropped {
  float: left;
  margin: 0 1.5em 0 0; }

div.smallScreen {
  display: none;
  margin: 0; }

@media (min-width: 461px) and (max-width: 767px) {
  div.smallScreen {
    display: inline;
    margin: 0; } }
@media (min-width: 200px) and (max-width: 460px) {
  div.smallScreen {
    display: inline;
    margin: 0; } }
#fullStoryHL {
  font-size: 3em;
  margin-bottom: 0px;
  margin-top: 5px; }

.fullStoryKicker {
  text-transform: uppercase;
  color: #870e06;
  font-size: 1.6em; }

#fullStorySub {
  color: #666666;
  font-size: 1.75em; }

#fullStoryByline {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0px; }

#fullStoryPub {
  font-size: 1em;
  font-style: italic;
  color: #666666;
  padding-top: 4px;
  line-height: .9em;
  margin-bottom: 20px; }

.nextStoryDiv {
  text-align: center;
  margin-top: 10px; }
  .nextStoryDiv .nextStoryButton {
    background-color: #428bca;
    padding: 5px 15px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    margin: 0 auto;
    text-decoration: none; }
    .nextStoryDiv .nextStoryButton:hover {
      color: #ffffff;
      background-color: #3276b1;
      border-color: #285e8e;
      text-decoration: none; }

.footer-addThis {
  border-bottom: 1px dotted #CCCCCC;
  border-top: 1px dotted #CCCCCC;
  display: block;
  margin: 2em 0; }
  .footer-addThis .articleToolSet {
    border-top: none;
    border-bottom: none; }

.storyFooterWrapper {
  clear: both; }

.articleToolSet {
  list-style: none outside none;
  line-height: 1.5em;
  padding-top: 1em 0px;
  margin: 0.5em 0px;
  font-weight: bold;
  font-variant: small-caps;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
  float: left;
  width: 100%; }
  .articleToolSet li.print {
    padding: 0px 0.5em 0.25em 1.85em;
    margin: 0px 0px 0px 0.5em;
    float: left;
    background: url("http://statics.bendbulletin.com/images/share_sprite.gif") no-repeat scroll 0px 0px transparent; }
  .articleToolSet .at16nc {
    margin-right: 2px; }

.article-content {
  padding-right: 20px; }

#toolbox {
  float: right;
  width: 35%;
  background-color: #ececec;
  margin: 0 0 1.5em 1.5em;
  padding: 0.5em;
  border: 1px solid #cccccc;
  border-radius: 5px; }
  #toolbox a {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */ }

.toolbox1 {
  width: 93%;
  background-color: #ececec;
  margin: 0 0 1.5em 1.5em;
  padding: 0.5em;
  border: 1px solid #cccccc;
  border-radius: 5px; }

.toolbox2 {
  width: 93%;
  background-color: #ececec;
  margin: 0 0 1.5em 1.5em;
  padding: 0.5em;
  border: 1px solid #cccccc;
  border-radius: 5px; }

.toolbox3 {
  width: 93%;
  background-color: #ececec;
  margin: 0 0 1.5em 1.5em;
  padding: 0.5em;
  border: 1px solid #cccccc;
  border-radius: 5px; }

.related-media-body {
  text-align: left;
  padding-top: 0px;
  font-size: 1em; }
  .related-media-body a {
    text-decoration: none; }
  .related-media-body p {
    font-size: .8em;
    padding-left: 5px; }

.related-list {
  padding-left: 5px; }
  .related-list li {
    list-style-type: none; }

#lightbox {
  position: fixed;
  /* keeps the lightbox window in the current viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  text-align: center; }
  #lightbox p {
    text-align: right;
    color: #fff;
    margin-right: 20px;
    font-size: 12px; }
  #lightbox img {
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
    max-width: 940px;
    z-index: 30; }

.attacheddox {
  border-top: 2px solid #cccccc;
  margin-top: 15px;
  background-color: #ececec;
  padding-bottom: 10px;
  margin: 30px 0; }
  .attacheddox h4 {
    color: #cc0000;
    margin-bottom: 15px; }
  .attacheddox .caption {
    font-weight: bold;
    border-top: 1px dotted #cccccc;
    padding-top: 10px; }
  .attacheddox .btn {
    margin-bottom: 10px;
    font-weight: normal; }

#subscribeButton {
  text-align: center; }
  #subscribeButton a {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    color: #ffffff;
    background-color: #428bca;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    text-decoration: none; }
    #subscribeButton a:hover, #subscribeButton a:focus, #subscribeButton a:active {
      color: #ffffff;
      background-color: #3276b1;
      border-color: #285e8e; }

@media (min-width: 100px) and (max-width: 767px) {
  .fullStoryLayout h1 {
    padding-left: 8px; }
  .fullStoryLayout p {
    padding-left: 8px; }

  .fullStoryKicker {
    font-size: 1em;
    padding-left: 8px; }

  #fullStoryPub {
    font-size: .8em;
    line-height: 1.4em; }

  #toolbox {
    width: 93%;
    margin-left: 2%; }

  .toolbox {
    width: 93%;
    margin-left: 2%; }

  .toolbox2 {
    width: 89%;
    margin-left: 5%; }

  .toolbox3 {
    width: 89%;
    margin-left: 5%; } }
.fullStoryLayout .sectionPageCarousel .carousel-control {
  top: 30% !important; }

@media (min-width: 200px) and (max-width: 460px) {
  #fullStoryHL {
    font-size: 1.8em; }

  #fullStorySub {
    font-size: 1.3em;
    line-height: 1.2em;
    padding-top: 8px;
    padding-bottom: 5px; }

  .article-content p {
    font-size: 1.2em; } }
@media (min-width: 461px) {
  .article-content p {
    font-size: 1.1em; } }
.Chapter {
  font-weight: bold !important; }

.Newstext_bold {
  font-weight: bold; }

.hd4_FOR {
  font-weight: bold;
  font-size: 1.2em; }

.Byline_1_name {
  font-weight: bold; }

.Byline_2_service {
  font-style: italic; }

.Byline_package_1 {
  font-weight: bold; }

.Byline_package_2 {
  font-style: italic; }

.Chapter_head {
  font-weight: bold; }

.GO_event_day {
  font-weight: bold; }

.GO_Out_of_Town_colon {
  font-weight: bold; }

.hd1_Frutiger_77 {
  font-weight: bold;
  font-size: 2em; }

.hd2_light_Frutiger_47 {
  font-weight: bold;
  font-size: 1.6em; }

.hd3_subhead {
  font-weight: bold;
  font-size: 1.6em; }

.hd3_subhead_bold_67_lead-in {
  font-weight: bold;
  font-size: 1.6em; }

.hd4_FOR_BRIEFS_AND_LETTERS_ONLY {
  font-weight: bold; }

.hd5_columns {
  font-weight: bold;
  font-size: 1.6em; }

.hd6_Palatino {
  font-weight: bold;
  font-size: 1.6em; }

.hd6_Palatino_all_caps_gray {
  font-weight: bold;
  font-size: 1.6em; }

.hd7_Glypha_45_light {
  font-weight: bold;
  font-size: 1.6em; }

.hd7_Glypha_65_bold {
  font-weight: bold;
  font-size: 1.6em; }

.hd7_Glypha_75_black {
  font-weight: bold;
  font-size: 1.6em; }

.hd8_Brief_heads_for_rails {
  font-weight: bold; }

.Kicker {
  font-weight: bold; }

.Letter_name_1 {
  font-weight: bold; }

.Letter_name_2 {
  font-style: italic; }

.News_kicker {
  font-weight: bold; }

.News_kicker_bw {
  font-weight: bold; }

.News_kicker_obit_tombstone {
  font-weight: bold; }

.News_of_Record_head {
  font-weight: bold; }

.News_of_Record_head_secondary {
  font-weight: bold; }

.News_of_Record_Biz {
  font-weight: bold; }

.News_of_Record_ComLife {
  font-weight: normal; }

.News_of_Record_Milestones {
  font-weight: bold; }

.note {
  font-style: italic; }

p.Newstext {
  clear: none !important; }

p.Record_ComLife {
  clear: none !important; }

p.Newstext_QandA:first-letter {
  font-weight: bold;
  font-size: 1.2em; }

.Newstext_italic {
  font-style: italic; }

.Newstext_score {
  font-weight: bold; }

.Newstext_score_BRIEF {
  font-weight: bold; }

.Newstext_tagline {
  font-style: italic; }

.Photo_credit {
  text-align: right; }

.Photo_credit_sidesaddle {
  text-align: right; }

.Photo_wildart_head {
  font-weight: bold; }

.Recipe_1_head {
  font_weight: bold; }

.Recipe_3_ingredients {
  font_weight: bold; }

.Recipe_6_tagline {
  font-style: italic; }

.Scoreboard_head {
  font-weight: bold;
  font-size: 1.6em; }

.Sigs_bugs {
  font-weight: bold;
  font-size: 1.6em; }

.Sports_brief_heads {
  font-weight: bold; }

.Sports_brief_heads_for_rails {
  font-weight: bold; }

p.Toolbox_inset {
  clear: none !important; }

p.Toolbox_inset_QandA:first-letter {
  font-weight: bold;
  font-size: 1.2em; }

p.QandA:first-letter {
  font-weight: bold;
  font-size: 1.2em; }

.Toolbox_inset_tagline {
  font-style: italic; }

p.Toolbox_history_highlights:first-word {
  font-weight: bold; }

.Toolbox_head {
  font-weight: bold;
  font-size: 1.3em; }

.Toolbox_head_secondary {
  font-size: 1em;
  font-weight: bold; }

.Toolbox_source {
  font-size: 0.8em; }

.WashWeek_votes {
  font-style: italic; }

.head {
  font-weight: bold; }

.times_theaters {
  font-weight: bold; }

.times_heads {
  font-weight: bold; }

.News_movie_times_heads {
  background-color: grey;
  padding: 3px;
  padding-left: 10px;
  color: white;
  font-weight: bold;
  margin-top: 5px; }

.News_movie_times_theaters {
  font-style: italic;
  padding-bottom: 5px;
  border-style: none;
  border-bottom: thin dashed #aaaaaa; }

.News_movie_times_notes {
  font-size: .8em;
  margin-bottom: 0px;
  padding-left: 20px;
  font-style: italic; }

.News_movie_times {
  margin-left: 20px; }

.rtrail-replica-box {
  background-color: #4A4A4A;
  margin: 1em 0;
  border: #333333; }
  .rtrail-replica-box a {
    text-decoration: none;
    color: #FFFFFF; }
  .rtrail-replica-box .rtrail-replica-img {
    padding: 8px;
    padding-right: 0px; }
    .rtrail-replica-box .rtrail-replica-img img {
      padding: 8px;
      padding-right: 0px;
      border-radius: 15px; }
  .rtrail-replica-box .rtrail-replica-text {
    margin-left: 0px;
    padding-left: 0px;
    text-align: left; }
    .rtrail-replica-box .rtrail-replica-text p {
      color: white;
      font-size: 1.2em;
      padding-top: 15px; }
    .rtrail-replica-box .rtrail-replica-text a {
      margin-top: 15px;
      margin-bottom: 15px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .rtrail-replica-img img {
    width: 90%; } }
@media (min-width: 50px) and (max-width: 395px) {
  .rtrail-replica-img img {
    width: 90%; } }
.popular-section-title {
  text-align: left;
  font-size: 1em; }

#addthis_sharedcontent {
  text-align: left;
  padding-top: 5px;
  text-decoration: none;
  font-size: .9em; }

a.addthis-content-link {
  text-decoration: none; }

.rtrail-spPubs {
  margin: 1em 0;
  background-color: #ececec;
  border: 1px solid #cccccc;
  padding: 0 1em 1em 1em; }
  .rtrail-spPubs h4 {
    margin: 0 0 0.5em 0; }
  .rtrail-spPubs .rtrail-spPubs-lower-text {
    padding-left: 0px; }

.rtrail-newsProj {
  margin: 1em 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 0 1em 1em 1em; }
  .rtrail-newsProj h4 {
    margin: 0 0 0.5em 0; }
  .rtrail-newsProj .rtrail-spPubs-lower-text {
    padding-left: 0px; }

.skiArea > article > h4 {
  padding-top: 40px; }

.snowFall h3 {
  text-size: .6em;
  text-align: left; }
.snowFall p {
  text-align: left;
  padding: 0px 0px 0px 15px; }

.rssButton {
  width: 35px;
  padding-top: 0px;
  padding-left: 3px; }

soc_med_icon {
  text-align: left;
  width: 98%; }
  soc_med_icon a {
    width: 100%; }

.addThisBox {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  text-align: left;
  vertical-align: center; }

.rssBox {
  padding-left: 2px; }

#rtRailAddthis ul {
  text-decoration: none; }
  #rtRailAddthis ul li {
    display: inline;
    text-decoration: none;
    width: 35px;
    padding-right: 3px !important;
    margin: 0; }
  #rtRailAddthis ul .fbLike {
    width: 54px;
    padding-left: 3px; }

.rtRail-share-text {
  text-align: right;
  padding-right: 0px;
  vertical-align: middle; }
  .rtRail-share-text p {
    width: 98%;
    padding: 0px;
    padding-top: 15px; }

@media (min-width: 50px) and (max-width: 460px) {
  .rtRail-share-text {
    text-align: center; } }
@media (min-width: 461px) and (max-width: 767px) {
  .rtRail-share-text {
    text-align: center; } }
.class-button {
  width: 47%;
  font-size: 1em; }

.classifiedTitle {
  padding-bottom: 5px;
  padding-top: 5px; }

.classifiedListItem {
  margin-bottom: 0px !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .class-button {
    font-size: .85em; } }
@media (min-width: 50px) and (max-width: 460px) {
  .class-button {
    font-size: .7em; } }
.subscribeBox {
  margin: 0 auto;
  padding: 5px 0 5px 15px;
  text-align: left; }

.subscribeText {
  padding: 15px 0px 0px 5px;
  text-align: right;
  line-height: .6em; }
  .subscribeText p {
    padding-right: 0px;
    font-size: 1.2em;
    font-weight: bold; }

@media (min-width: 50px) and (max-width: 460px) {
  .subscribeText {
    text-align: center !important; }

  .subscribeBox {
    text-align: center !important;
    padding-left: 0px; } }
@media (min-width: 461px) and (max-width: 767px) {
  .subscribeText {
    text-align: center !important; }

  .subscribeBox {
    text-align: center !important;
    padding-left: 0px; } }
.rtRailAPVideo {
  width: 100% !important;
  margin: 0 auto !important; }

.haveFun {
  margin: 1em 0 0 0; }
  .haveFun h4 {
    margin: 0 0 0.5em 0; }
  .haveFun .haveFunBox ul {
    list-style-type: none;
    padding-left: 0; }
    .haveFun .haveFunBox ul li {
      text-align: left;
      font-size: .8em; }

.citysparkmodule {
  margin: 1em 0;
  border: 5px solid #cccccc;
  height: 480px;
  padding: 0 0 0.25em 0; }

.kiosk-widget {
  margin-bottom: 40px; }
  .kiosk-widget .kiosk-inner {
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 4px solid #ddd; }
  .kiosk-widget h2, .kiosk-widget h3 {
    text-align: left;
    border-bottom: 3px solid #ddd;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 2.75em;
    font-weight: normal; }
    .kiosk-widget h2 a, .kiosk-widget h3 a {
      color: #333; }
      .kiosk-widget h2 a:hover, .kiosk-widget h3 a:hover {
        text-decoration: none;
        color: #004489; }
      .kiosk-widget h2 a span, .kiosk-widget h3 a span {
        color: #035CB6;
        font-weight: bold; }
  .kiosk-widget h3 {
    margin-top: 15px;
    font-size: 1.5em;
    border-width: 1px; }
    .kiosk-widget h3.popover-title {
      margin: 0;
      color: #666;
      font-weight: bold; }
  .kiosk-widget h4 {
    float: right;
    width: 55%;
    margin: 0;
    padding: 15px 0 20px;
    color: #666;
    line-height: 140%; }
    .kiosk-widget h4 span {
      display: block; }
  .kiosk-widget .edition-image-wrap {
    float: left;
    width: 40%;
    text-align: center;
    margin-right: 5%;
    padding: 3px 0;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
    position: relative; }
    .kiosk-widget .edition-image-wrap:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .kiosk-widget .edition-image-wrap a, .kiosk-widget .edition-image-wrap a:hover {
      cursor: normal; }
    .kiosk-widget .edition-image-wrap img {
      width: 100%;
      height: auto;
      max-width: 120px; }
  .kiosk-widget .readtoday {
    float: left;
    font-weight: bold;
    font-size: 1.1em;
    font-family: "Open Sans Condensed", sans-serif; }
  .kiosk-widget .tour {
    display: inline-block;
    margin-top: 20px;
    font-size: 12px; }
    .kiosk-widget .tour a i {
      color: #999;
      font-weight: normal; }
    .kiosk-widget .tour .popover-content {
      color: #666;
      font-size: 14px; }
  .kiosk-widget .allpubs {
    float: right; }
  .kiosk-widget a i {
    margin-right: 5px; }
  .kiosk-widget .carousel {
    padding: 6px 3px;
    margin-bottom: 10px;
    background: #757574; }
    .kiosk-widget .carousel .over-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .kiosk-widget .carousel .pub-fourth {
      float: left;
      width: 25%;
      margin: 0;
      padding: 0 3px;
      text-align: center; }
      .kiosk-widget .carousel .pub-fourth img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 80px; }

.infoTitle {
  font-size: 1.1em;
  font-weight: 600; }

.staffBio img {
  width: 250px;
  text-align: right; }

.sepLine {
  width: 90%;
  border-bottom: 4px solid #b9b9b9; }

.sepLineSmall {
  padding-top: 3px;
  border-bottom: 1px solid #cccccc;
  width: 90%; }

.staffList {
  padding-top: 3px;
  width: 90%;
  font-size: .9em; }

.deptTitle {
  margin-top: 20px;
  margin-bottom: 5px; }

.storyBlock {
  margin-top: 15px;
  width: 90%; }

.staffBio {
  width: 98%; }

.staffImageBlock {
  text-align: right;
  padding-right: 3px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .staffBio img {
    width: 220px; } }
@media (min-width: 200px) and (max-width: 991px) {
  .staffImageBlock {
    text-align: center;
    padding-right: 0px; } }
#extraInfo > .sepLineSmall {
  padding-bottom: 0px;
  border-bottom: 1px solid #cccccc;
  width: 100%; }

#extraInfo {
  display: none;
  width: 98%; }

.text-overlay-slideshow {
  color: #fff;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  max-height: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;
  /*position:absolute;
  margin: 0 auto;
  padding: 3px 20px 10px 20px;
  top: 200px;
  left: 25%;
  width: 50%;
  max-height: 50%;
  top: 15%;
  overflow: auto;
  background-color: rgba( 50, 50, 50, .6);
  border: 5px solid;
  border-color: grey;
  border-radius: 15px;
  color: white;*/ }
  .text-overlay-slideshow .close-box {
    width: auto;
    float: right;
    margin: 3px -10px 0px 10px;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.8);
    border: 3px solid;
    border-color: grey; }
    .text-overlay-slideshow .close-box:hover {
      cursor: pointer;
      cursor: hand;
      border-color: white; }
    .text-overlay-slideshow .close-box .close-box-text {
      color: white;
      margin-bottom: 0px;
      padding: 3px;
      right: 100px; }
  .text-overlay-slideshow .text-overlay-text {
    font-size: 1.2em;
    width: 80%;
    margin: 4em auto 0;
    max-width: 600px;
    border: 1px solid #fff;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    position: relative; }
    .text-overlay-slideshow .text-overlay-text .overlay-headline {
      font-weight: bold; }
    .text-overlay-slideshow .text-overlay-text .slideShowPub {
      font-style: italic;
      font-size: .6em; }
    .text-overlay-slideshow .text-overlay-text .closeOverlayInstructions {
      position: absolute;
      right: 10px;
      background: #fff;
      color: #000;
      font-size: 1.1em;
      width: 190px;
      border: 2px solid white;
      border-radius: 3px;
      text-align: center;
      padding: 3px;
      cursor: pointer;
      /*width: 115px;
      border: 2px solid white;
      border-radius: 3px;
      text-align: center;
      font-size: .7em;
      padding: 2px;
      float: right;*/ }

/*************************************************************************
	slideshow section page css
**************************************************************************/
.slideShowWrapper {
  background-color: #222222; }
  .slideShowWrapper .title {
    color: white;
    padding: 15px;
    text-align: center;
    margin: 0px; }
  .slideShowWrapper .titleDivLine {
    border-bottom: 2px solid #FFFFFF;
    border-top: 5px solid #666666; }
  .slideShowWrapper .photoBox {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
    width: 30%;
    margin-left: 2.5%;
    border: none; }
    .slideShowWrapper .photoBox a {
      color: white;
      text-decoration: none;
      font-size: 1.2em; }
      .slideShowWrapper .photoBox a img {
        width: 100%; }

/*@media (min-width: 600px) and (max-width: 920px) {
	.text-overlay-slideshow {

		padding: 3px 8px 5px 8px;
		top: 10%;
		max-height: 40%;
		width: 64%;
		left: 18%;
		border: 5px solid;
		border-color: grey;
		border-radius: 5px;
		font-size: 1em;

		.close-box {
			margin: 3px -3px 0px 3px;
			border: 2px solid;

			.close-box-text {
				padding: 3px;
			}
		}
		.text-overlay-text {
			padding-top: 5px;
		}
	}
}

@media (min-width: 1px) and (max-width: 600px) {

	.text-overlay-slideshow {

		padding: 3px 8px 5px 8px;
		border: 5px solid;
		border-color: grey;
		border-radius: 5px;
		font-size: .8em;
		width: 70%;
		left: 15%;
		top: 10%;
		max-height: 40%;

		.close-box {
			margin: 3px -3px 0px 3px;
			border: 2px solid;

			.close-box-text {
				padding: 3px;
			}
		}
		.text-overlay-text {
			padding-top: 5px;
		}
	}
	
}*/
/*************************************************************************
	NEW BIG slideshow layout - when fully implemented, delete old slideshow css
**************************************************************************/
#bigSlideShow {
  margin-top: .5%;
  margin-bottom: 4px;
  height: 790px; }
  #bigSlideShow .carousel-control {
    position: absolute;
    top: 100px;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-top: 0;
    font-size: 60px;
    font-weight: 100;
    line-height: 25px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-left: 5px;
    margin-right: 5px;
    bottom: 30%; }
  #bigSlideShow .bigSlideShowCarInner {
    height: 100%;
    position: relative;
    width: auto; }
    #bigSlideShow .bigSlideShowCarInner .bigSlideItem {
      height: 100%;
      text-align: center;
      margin: 0 auto; }
      #bigSlideShow .bigSlideShowCarInner .bigSlideItem .bigSlideBox {
        position: relative;
        height: 100%;
        width: auto; }
        #bigSlideShow .bigSlideShowCarInner .bigSlideItem .bigSlideBox .biggerButton {
          position: absolute;
          width: 50%;
          top: 92%;
          left: 25%;
          background-color: grey;
          color: white;
          padding: 4px;
          z-index: 1000; }
        #bigSlideShow .bigSlideShowCarInner .bigSlideItem .bigSlideBox img {
          height: 100%; }
        #bigSlideShow .bigSlideShowCarInner .bigSlideItem .bigSlideBox .bigSlideCaption {
          color: white;
          background-color: rgba(0, 0, 0, 0.6);
          height: auto;
          position: relative;
          margin: 0 auto;
          padding: 10px;
          font-family: Arial;
          font-size: 12px;
          font-weight: normal;
          line-height: 18px; }
        #bigSlideShow .bigSlideShowCarInner .bigSlideItem .bigSlideBox .moreSSWrap {
          width: 76%;
          margin-left: 12%;
          margin-top: 5%; }
          #bigSlideShow .bigSlideShowCarInner .bigSlideItem .bigSlideBox .moreSSWrap .viewMoreTitle {
            color: white; }
    #bigSlideShow .bigSlideShowCarInner div#moreSSSlide {
      overflow: auto; }
  #bigSlideShow .swipeBox {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%; }
  #bigSlideShow .hideOverlayBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100; }

.hideCapDiv {
  position: absolute;
  top: 82%;
  left: 2%;
  text-align: center; }
  .hideCapDiv .hideCap {
    border: 2px solid #CCCCCC;
    border-radius: 4px;
    width: 25px;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    font-size: 1.5em;
    line-height: 1.1em;
    color: white;
    margin: 0 auto;
    text-align: center;
    font-style: bold; }
  .hideCapDiv .photoCount {
    color: white;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 4px; }

.capInstructionFrame {
  position: absolute;
  top: 82%;
  left: 5%; }
  .capInstructionFrame .capInstruction p {
    color: white;
    padding: 5px;
    background-color: rgba(0, 0, 200, 0.6); }

.slideShowAd {
  text-align: center; }

.hiddenPicId {
  color: black;
  font-size: .7em;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 100; }

.hiddenIFrame {
  width: 1px;
  height: 1px;
  position: absolute !important;
  top: -1000px !important;
  left: -1000px !important; }

.menu-icon-bar {
  margin: 0 auto;
  border: 2px solid white;
  border-radius: 3px;
  height: 35px;
  width: 36px;
  cursor: pointer;
  position: absolute;
  top: 83%;
  left: 100%;
  margin-left: -40px; }

#menu-lines:before {
  border-bottom: 13px double white;
  border-top: 4px solid white;
  content: "";
  height: 15px;
  padding: 2.5px;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 26px; }

.submitPhotoButton {
  border: 2px solid white;
  border-radius: 3px;
  color: white;
  padding: 5px 3px 7px 3px;
  width: 160px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 83%;
  left: 100%;
  margin-left: -205px;
  background-color: #333333; }

.bigSlideAddThis {
  position: absolute;
  left: 100%;
  margin-left: -46px; }
  .bigSlideAddThis .bigSlideAddthis_toolbox {
    margin-left: 0px;
    width: 46px !important;
    visibility: hidden;
    z-index: 10;
    /* default fallback */
    background: white transparent;
    /* smart browsers */
    background: rgba(255, 255, 255, 0); }

#myfacebook {
  margin-bottom: 4px;
  cursor: pointer; }

@media (min-width: 768px) and (max-width: 60000px) {
  .visibleMobile {
    display: none; } }
@media (min-width: 1px) and (max-width: 767px) {
  .visibleMobile {
    display: block; }

  .hideSSMobile {
    display: none; }

  .photoBox {
    width: 95% !important; }

  .moreSSWrap {
    margin-top: 13% !important; }
    .moreSSWrap .viewMoreTitle {
      font-size: 1.3em !important; } }
#popupcontent {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  border: 1px solid #CCC;
  background-color: #F9F9F9;
  border: 1px solid #333;
  padding: 5px;
  text-align: center;
  height: 0px; }
  #popupcontent .line1Text {
    font-size: 1.8em;
    margin-top: 10px; }
  #popupcontent .purchaseLink {
    margin-top: 15px;
    background-color: #428bca;
    border-radius: 5px;
    font-size: 1.6em;
    margin-left: 5%;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 90%; }
    #popupcontent .purchaseLink:hover {
      background-color: #357ebd; }
    #popupcontent .purchaseLink a {
      color: white;
      text-decoration: none; }
  #popupcontent .closeButton {
    margin-top: 8px;
    position: absolute;
    left: 60%;
    top: 80%;
    width: 35%; }

#popupcontentHolder {
  text-align: center; }
  #popupcontentHolder .popupDiv {
    text-align: center;
    width: 400px;
    height: 200px;
    background-color: #F9F9F9;
    bordeer: 1px solid #CCC;
    padding: 5px;
    display: inline-block; }
    #popupcontentHolder .popupDiv .line1Text {
      font-size: 1.8em;
      margin-top: 10px; }
    #popupcontentHolder .popupDiv .purchaseLink {
      margin-top: 15px;
      background-color: #428bca;
      border-radius: 5px;
      font-size: 1.6em;
      margin-left: 5%;
      margin-top: 10px;
      padding-bottom: 5px;
      padding-top: 5px;
      width: 90%; }
      #popupcontentHolder .popupDiv .purchaseLink:hover {
        background-color: #357ebd; }
      #popupcontentHolder .popupDiv .purchaseLink a {
        color: white;
        text-decoration: none; }
    #popupcontentHolder .popupDiv .closeButton {
      margin-top: 8px;
      left: 60%;
      top: 80%;
      width: 35%; }

/*************************************************************************
	SLIDE SHOW DEVELOPMENT!!!!
**************************************************************************/
.ssDevelopment #bigSlideShowDev {
  margin-top: .5%;
  margin-bottom: 4px;
  height: 790px; }
  .ssDevelopment #bigSlideShowDev .carousel-control {
    position: absolute;
    top: 40%;
    font-size: 4em;
    border: 0;
    z-index: 10;
    bottom: 30%;
    width: 40px;
    height: 50px;
    border-radius: 0;
    line-height: 50px;
    text-align: center;
    margin: 0;
    padding: 0; }
    .ssDevelopment #bigSlideShowDev .carousel-control.right {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .ssDevelopment #bigSlideShowDev .carousel-control.left {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .ssDevelopment #bigSlideShowDev .bigSlideShowCarInner {
    height: 100%;
    position: relative;
    width: auto; }
    .ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem {
      height: 100%;
      text-align: center;
      margin: 0 auto; }
      .ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem .bigSlideBox {
        position: relative;
        height: 100%;
        width: auto; }
        .ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem .bigSlideBox .biggerButton {
          position: absolute;
          width: 50%;
          top: 92%;
          left: 25%;
          background-color: grey;
          color: white;
          padding: 4px;
          z-index: 1000; }
        .ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem .bigSlideBox img {
          height: 100%; }
        .ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem .bigSlideBox .bigSlideCaption {
          color: white;
          background-color: rgba(0, 0, 0, 0.6);
          height: auto;
          position: relative;
          margin: 0 auto;
          padding: 10px;
          font-family: Arial;
          font-size: 12px;
          font-weight: normal;
          line-height: 18px; }
          .ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem .bigSlideBox .bigSlideCaption .hideCapDiv {
            position: absolute;
            border: 1px solid #777777;
            color: #777777;
            left: 0;
            top: 100%;
            height: 20px;
            width: 70px;
            margin-top: -24px;
            font-size: 0.8em;
            cursor: pointer;
            background-color: #222222; }
        .ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem .bigSlideBox .moreSSWrap {
          width: 76%;
          margin-left: 12%;
          margin-top: 5%; }
          .ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem .bigSlideBox .moreSSWrap .viewMoreTitle {
            color: white;
            font-size: 2em; }
    .ssDevelopment #bigSlideShowDev .bigSlideShowCarInner #moreSSSlide {
      overflow: auto; }
  .ssDevelopment #bigSlideShowDev .hideCaps {
    position: absolute;
    margin-top: -24px;
    height: 20px;
    background-color: black;
    color: #555555;
    font-size: 0.8em;
    border: 1px solid #555555;
    padding: 0px 2px;
    cursor: pointer; }
  .ssDevelopment #bigSlideShowDev .swipeBox {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%; }
  .ssDevelopment #bigSlideShowDev .hideOverlayBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100; }
  .ssDevelopment #bigSlideShowDev .showCapDiv {
    position: absolute;
    width: 18px;
    height: 23px;
    left: 10px;
    top: 100%;
    background-color: #333333;
    color: white;
    cursor: pointer;
    margin-top: -23px;
    display: none;
    padding: 2px 4px 2px 4px;
    border-radius: 2px; }
.ssDevelopment .ssTopMenuBar {
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: rgba(40, 40, 40, 0.8);
  color: white;
  top: 0px;
  left: 0px;
  margin-top: -7px;
  padding-top: 10px; }
  .ssDevelopment .ssTopMenuBar .ssTitle {
    font-size: 1.1em;
    padding-left: 5%; }
  .ssDevelopment .ssTopMenuBar .ssMenu {
    font-size: 1.1em;
    text-align: right;
    padding-right: 5%; }
    .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL li {
      list-style: none;
      float: right;
      display: block;
      margin-top: 3px; }
    .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssSubmit a {
      border-radius: 4px;
      color: white;
      text-decoration: none;
      margin-right: 10px;
      cursor: pointer;
      padding: 8px; }
      .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssSubmit a:hover {
        color: black;
        background-color: #dddddd; }
    .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssBack a {
      border-radius: 4px;
      color: white;
      text-decoration: none;
      margin-right: 10px;
      cursor: pointer;
      padding: 8px; }
      .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssBack a:hover {
        color: black;
        background-color: #dddddd; }
    .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssHome a {
      margin-right: 10px;
      color: white;
      text-decoration: none;
      border-radius: 4px;
      cursor: pointer;
      padding: 8px; }
      .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssHome a:hover {
        color: black;
        background-color: #dddddd; }
    .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      color: white;
      text-decoration: none;
      margin-right: 10px;
      cursor: pointer;
      padding: 8px;
      margin-top: -5px; }
      .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare:hover {
        color: black;
        background-color: #dddddd; }
      .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare:hover ul {
        display: block; }
      .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare .ssShareDropdown {
        background-color: #dddddd;
        list-style: none;
        width: 20%;
        padding-left: 5px;
        display: none;
        position: absolute;
        border: none;
        margin-top: 0px; }
        .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare .ssShareDropdown li {
          width: 100%;
          text-align: left; }
          .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare .ssShareDropdown li a {
            margin-left: -4px; }
            .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare .ssShareDropdown li a .fa-facebook-square {
              color: #3b5998; }
            .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare .ssShareDropdown li a .fa-twitter-square {
              color: #4099ff; }
            .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare .ssShareDropdown li a .fa-pinterest-square {
              color: #c92228; }
            .ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare .ssShareDropdown li a:hover {
              background-color: #ffffff;
              color: #000000; }
.ssDevelopment .topMenuBarMobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(40, 40, 40, 0.8);
  color: white; }
  .ssDevelopment .topMenuBarMobile .mobileSSTitle {
    padding-top: 2%; }
    .ssDevelopment .topMenuBarMobile .mobileSSTitle .photoCount {
      padding-left: 10px; }
  .ssDevelopment .topMenuBarMobile .navbar-collapse-SS {
    border-top: none;
    box-shadow: none;
    background-color: #333333;
    z-index: 200; }
    .ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav {
      width: 40%;
      margin-left: 55%; }
      .ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li {
        display: block; }
        .ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li a {
          color: white; }
          .ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li a:hover {
            color: #777777; }
        .ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li .sharingSS {
          margin-top: 5px; }
          .ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li .sharingSS .ssAhref {
            padding: 1px;
            margin-top: 3px;
            margin-right: 6px; }
            .ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li .sharingSS .ssAhref #myfacebookMobile {
              margin-top: 3px;
              cursor: pointer;
              background-color: #3b5998; }
            .ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li .sharingSS .ssAhref .fa-stack {
              color: white;
              background-color: #333333;
              text-align: center; }
          .ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li .sharingSS a .ssPinterest {
            background-color: #c92228 !important; }
          .ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li .sharingSS a .ssTwitter {
            background-color: #4099ff !important; }
      .ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav .dropdownDivider {
        border-top: 2px solid #555555; }
.ssDevelopment .slideShowAd {
  text-align: center; }
.ssDevelopment .hiddenPicId {
  color: black;
  font-size: .7em;
  position: absolute;
  top: 2px;
  left: 2px;
  cursor: default; }
.ssDevelopment .hiddenIFrame {
  width: 1px;
  height: 1px;
  position: absolute !important;
  top: -1000px !important;
  left: -1000px !important; }
.ssDevelopment .ads-slideshow > .container > .row > .adunit > div {
  margin: 0 auto; }

@media (min-width: 767px) and (max-width: 1200px) {
  .hideTextSmall {
    display: none; } }
@media (min-width: 1px) and (max-width: 766px) {
  .carousel-control {
    position: absolute;
    height: 10%;
    width: 5%;
    font-size: 2em !important;
    z-index: 10;
    background-color: #333333;
    border-radius: 10px;
    padding-top: 10px;
    border: 1px solid white; }

  #bigSlideShowDev .carousel-control {
    top: 40% !important; } }
.moreContent {
  display: none;
  margin: 0; }

.mobileViewAds {
  display: none;
  margin-bottom: 8px; }

.MobileSubscribeButton {
  display: none; }

.MobileSubRateChart {
  display: none; }

.navbar-brand {
  display: none; }

.mobileSpacer {
  display: none; }

@media (min-width: 2px) and (max-width: 767px) {
  .moreContent {
    display: inline; }

  .moreContentBlock {
    display: none; }

  .mobileViewAds {
    display: inline; }

  .subOptions h3 {
    font-size: 1.2em; }

  .frontPageBulletList {
    font-size: 1.1em; }

  .ads-inline {
    margin-bottom: 7px; }

  .areaTitle {
    margin-left: -8px !important;
    margin-right: -8px !important; }

  .article-content {
    padding-left: 10px; }

  article {
    margin-top: 5px !important; }

  .textDescBody {
    clear: left;
    padding-left: 10px; }

  .weatherFore {
    margin-left: 20px; }

  .weatherGrid {
    height: auto; }

  .weatherAreaTitle {
    margin-right: -3px !important; }

  .webCams {
    margin-left: 20px;
    margin-right: 10px;
    width: 95%; }

  .signIn {
    display: none; }

  .rtRail {
    display: none; }

  .logo {
    display: none; }

  .subscirptions {
    display: none; }

  .theBulletin {
    display: none; }

  .footer-subscribe {
    dipslay: none; }

  .breadcrumb {
    display: none; }

  .navbar-brand {
    display: block !important; }

  #homeCarousel {
    display: none; }

  .slideShowViewButton {
    font-size: .9em;
    padding-left: 8px; }

  .myCapButton {
    font-size: .9em;
    padding: 3px; }

  #toolbox {
    display: none; }

  .mobileSpacer {
    display: block;
    margin-bottom: 10px; }

  .breakingHeadlineText {
    margin-bottom: 5px; }
    .breakingHeadlineText a {
      font-size: 1em !important; }

  .breakingStoryPub {
    margin-bottom: 8px !important;
    margin-top: 8px !important;
    font-size: .8em !important; }

  .breakingNoPicText a {
    font-size: 1.5em !important; }

  .breakingSingleColumnStyle {
    min-height: 20px !important; }

  .breakingTwoColumnStyle {
    min-height: 20px !important; }
    .breakingTwoColumnStyle .breaking-media .media-body {
      min-height: 50px !important;
      width: 95% !important;
      margin-left: 0px !important; }
      .breakingTwoColumnStyle .breaking-media .media-body p a {
        color: #428BCA !important; }

  .breakingThreeColumnStyle {
    min-height: 20px !important; }
    .breakingThreeColumnStyle .breaking-media .media-body {
      min-height: 50px !important;
      width: 95% !important;
      margin-left: 0px !important; }
      .breakingThreeColumnStyle .breaking-media .media-body p a {
        color: #428BCA !important; }

  .rmThumb {
    display: none; }

  .breakingSepLine {
    border-bottom: 1px solid #ddd;
    padding-top: 3px; } }
/** 
  * Poll Block(s) & Page(s) 
  * .block-top-25-poll-homepage (homepage block)
  * .block-top-25-right-rail (right rail (sidebar) block)
  */
.ap_widget {
  line-height: 1;
  *line-height: 2;
  min-width: 300px;
  /* Match the width of the widget ads, 300x250 */
  position: relative; }

.ap_widget table {
  border: 1px solid #000000;
  width: 100%; }

.ap_widget thead th {
  border-bottom: .11111em solid #000000;
  padding: .777778em 1.1111em .444444em 1.1111em;
  text-transform: uppercase;
  font-size: .692308em;
  font-weight: bold;
  border-right: .11111em solid #a6a6a6; }

.ap_widget thead th:last-child, .ap_widget th:last-child {
  border-right: 0; }

.ap_widget tr td {
  padding: 1em .83333em .862em .83333em;
  border: 1px solid #a6a6a6; }

/* fix for funny borders inside a row in the detailed poll page */
.ap_widget .page-poll .poll-detail tr td {
  border: 1px dotted #989898;
  border-bottom: 1px solid #989898; }

.ap_widget tr td:first-child {
  border-left: 0; }

.ap_widget tr td:last-child {
  border-right: 0; }

.ap_widget tr:last-child td {
  border-bottom: 1px solid #000000; }

.poll-detail tr:first-child td {
  border-top: 1px solid #000000; }

/* Poll Homepage Block */
.ap_widget table {
  margin-bottom: 0; }

#ap-widget-title,
.poll-title {
  margin: 0.277778em 0 .277778em 0;
  font-size: 1.3846em;
  letter-spacing: .1em; }

.ap_widget .poll-date,
.ap_widget .poll-votes {
  font-size: .84615em;
  float: left;
  clear: none; }

.ap_widget .poll-header-info {
  font-size: 0.83333em;
  padding: 0.83333em; }

.ap_widget .poll-header-data {
  margin: 1.1538em 0 .61539em 0; }

.ap_widget .poll-votes {
  float: right; }

/* Table Cell Styles */
.ap_widget .trank,
.ap_widget .trecord,
.ap_widget .tpoints,
.ap_widget .tprev,
.poll-voter-detail .trank,
.poll-voter-detail .trecord,
.poll-voter-detail .tpoints,
.poll-voter-detail .tprev {
  text-align: center; }

.ap_widget td.trank,
.poll-voter-detail td.trank {
  font-size: 1em;
  font-weight: bold; }

.ap_widget td.tname,
.ap_widget td.tname a,
.poll-voter-detail td.tname,
.poll-voter-detail td.tname a {
  font-weight: bolder;
  text-decoration: none; }

.ap_widget td.tname {
  font-size: 1em; }

.ap_widget-homepage td.trank,
.ap_widget td.trecord,
.ap_widget td.tpoints,
.ap_widget td.tprev,
.poll-voter-detail td.trank,
.poll-voter-detail td.trecord,
.poll-voter-detail td.tpoints,
.poll-voter-detail td.tprev {
  font-size: .92308em;
  font-weight: bold; }

.ap_widget .poll-footer-data {
  border: .0769em solid #000000;
  border-top: 0; }

.ap_widget .poll-footer-data .poll-info-links {
  font-size: 1.5385em;
  font-weight: bold;
  text-align: center; }

.ap_widget .poll-footer-data .method {
  border-bottom: 1px dotted #5a5a5b; }

.ap_widget .poll-footer-data .poll-info-links a {
  display: block;
  padding: .15em 0 .25em 0;
  text-decoration: none; }

/* Poll Page Specifics */
.ap_widget h2.block-title {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  padding-bottom: 0.83333em;
  margin-bottom: 0.4em; }

.ap_widget #poll-released {
  font-size: 0.83333em;
  margin-bottom: 1.6667em; }

.poll-detail .voter-data {
  margin-bottom: 0.4333em; }

.poll-detail .voter-twitter,
.poll-detail .voter-pub {
  font-size: 0.83333em; }

.poll-detail .voter-twitter .voter-twitter-name {
  font-weight: bold; }

.poll-detail .voter-pub {
  float: left;
  font-weight: bold; }

.poll-detail .voter-twitter {
  float: right;
  clear: right; }

.poll-detail .poll-firstplace {
  font-size: .84615em;
  text-align: right;
  padding-top: 1em; }

.poll-detail tr td {
  min-height: 100px; }

.poll-detail td.trank {
  font-size: 3em;
  text-align: center; }

.poll-voter-detail td.trank {
  font-size: 1em;
  font-weight: bold; }

.poll-detail td.tname {
  font-size: 1em;
  line-height: 1.333em;
  padding: 1.6333em; }

.poll-detail td.tname,
.poll-detail td.tname a {
  text-decoration: none; }

.poll-detail td.tname .poll-team-name {
  margin-bottom: 0.44444em; }

.poll-detail td.tname .poll-team-name,
.poll-detail td.tname .poll-team-name a {
  font-weight: bold; }

/* Team Info Column (Prev Rank & Points) */
.poll-detail td.trank,
.poll-detail td.tlogo,
.poll-detail td.team-info {
  text-align: center;
  padding: 0;
  vertical-align: middle; }

.poll-detail td.team-info {
  font-size: 1em; }

.poll-detail td.trank,
.poll-detail td.team-info {
  width: 80px; }

.poll-detail td.tlogo {
  min-width: 110px; }

.poll-detail td.tlogo img {
  max-width: 80px;
  max-height: 80px;
  height: auto;
  width: auto; }

.poll-detail td.team-info .info-rank-wrap,
.poll-detail td.team-info .info-votes-wrap {
  height: 50px; }

.poll-detail td.team-info .info-rank-wrap {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: bold;
  padding-top: 1.25em;
  height: 35px;
  border-bottom: 1px dotted #989898; }

.poll-detail td.team-info .info-votes-wrap {
  font-size: 1em;
  line-height: 1em;
  height: 30px;
  padding-top: 1.6666em; }

.poll-detail td.team-info .with-title {
  padding-top: 0.83333em;
  height: 40px; }

.poll-detail td.team-info .info-votes-wrap.with-title {
  padding-top: 1.25em;
  height: 35px; }

.poll-detail td.team-info .info-rank-wrap .pv-rank-title,
.poll-detail td.team-info .info-votes-wrap .votes-title {
  font-size: 0.9444em;
  line-height: 1em;
  font-weight: bold;
  font-family: "Lucida Sans Std", sans-serif; }

#poll-filters {
  display: none; }

/** Recent Articles Block */
.ap-recent-articles {
  margin-bottom: 1.6666em; }

.ap-recent-articles .article-body {
  min-height: 80px; }

.ap-recent-articles .article-list-node-content {
  padding-bottom: 0.83333em;
  margin-bottom: 1.25em;
  border-bottom: 1px dotted #cccccc; }

.ap-recent-articles a {
  text-decoration: none; }

.ap-recent-articles h4 {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: normal;
  margin-bottom: 0.83333em;
  letter-spacing: 0.038em; }

.ap-recent-articles .field-name-field-thumbnail {
  float: right;
  clear: none;
  margin-left: 0.83333em; }

.ap-recent-articles .article-data {
  font-size: 0.83333em;
  line-height: 1.4em; }

.ap-recent-articles .field-name-field-thumbnail {
  float: right;
  clear: none;
  margin-left: 0.8333em;
  height: 44px;
  overflow: hidden; }

.ap-recent-articles .field-name-field-ap-photo-ref {
  margin: 0;
  /*Many sites apply a margin to all .fields, which messes up the spacing of the photo.*/ }

div.hnews-hidden {
  display: none; }

.ap_widget .contextual-links-wrapper {
  display: none; }

#ap-widget-ad-label {
  font-size: 0.83333em;
  margin: auto;
  margin-top: 0.5em;
  text-align: center;
  width: 300px;
  padding-top: 20px; }

#ap-widget-ad {
  margin: auto;
  width: 300px; }

#ap-widget-ad iframe {
  border: none;
  height: 250px;
  overflow: hidden;
  padding: 0;
  width: 300px; }

.title-ad {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 31px;
  width: 88px;
  overflow: hidden;
  border: none;
  padding: .144444em; }

.ap_media-galleries-rotator {
  height: 282px;
  background: #000;
  padding-bottom: 33px;
  border: 1px solid #7a7a7a; }

.ap_media-galleries-rotator h3 {
  margin: 0; }

.ap_media-galleries-rotator .node-teaser {
  border: 0;
  padding: 0;
  margin: 0; }

.ap_media-galleries-rotator > .node,
.ap_media-galleries-rotator > .node > .article-list-node-content,
.ap_media-galleries-rotator > .article-list-node-content {
  display: none;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative; }

.ap_media-galleries-rotator > .node.active,
.ap_media-galleries-rotator > .node > .article-list-node-content.active,
.ap_media-galleries-rotator > .article-list-node-content.active {
  display: block; }

.ap_media-galleries-rotator .field-name-field-thumbnail {
  width: 100%;
  text-align: center; }

.ap_media-galleries-rotator .field-name-field-thumbnail img {
  height: 200px;
  width: auto;
  max-width: 100%; }

.ap_media-galleries-rotator .field-name-field-ap-photo-ref {
  padding-top: 56px; }

.ap_media-galleries-rotator .article-list-header {
  position: absolute;
  top: 0px;
  padding: 10px; }

.ap_media-galleries-rotator .article-list-header a,
.ap_media-galleries-rotator .article-list-header a:link,
.ap_media-galleries-rotator .article-list-header a:visited {
  color: #fff; }

.ap_media-galleries-rotator .article-list-body a,
.ap_media-galleries-rotator .article-list-body a:link,
.ap_media-galleries-rotator .article-list-body a:visited {
  padding: 5px 0 4px;
  width: 100%;
  font-size: 12px;
  display: block;
  color: #262627; }

.ap_media-galleries-rotator .article-list-body {
  position: absolute;
  bottom: -60px;
  right: -1px;
  width: 100%;
  border: 1px solid #a9a9a9;
  border-bottom: 2px solid #d0d0d0; }

.ap_media-galleries-rotator .article-list-body a {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 11px 0 9px;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  /* Chrome,Safari4+ */
  background: -webkit-linar-gradient(top, #ffffff 0%, #f1f1f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
  /* IE6-9 */ }

.ap_media-galleries-rotator .rotator-nav {
  width: 100%;
  height: 27px;
  top: 257px;
  position: absolute; }

.ap_media-galleries-rotator .rotator-btn,
.ap_media-galleries-rotator .rotator-pager {
  width: 33.299999999999%;
  display: block;
  float: left;
  height: 25px;
  text-align: center; }

.ap_media-galleries-rotator .rotator-btn {
  background: #333333; }

.ap_media-galleries-rotator .rotator-btn a {
  width: 15px;
  height: 15px;
  display: block;
  text-indent: -9000px;
  background: transparent url("../../ap_media/images/gallery-next-prev.gif") 0 0 no-repeat;
  margin: 5px auto;
  cursor: pointer; }

.ap_media-galleries-rotator .rotator-btn a.rotator-next {
  background-position: -13px 0; }

.ap_media-galleries-rotator .rotator-btn a.inactive {
  /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; */
  /* filter: alpha(opacity:50); */
  opacity: 0.5;
  cursor: normal; }

.ap_media-galleries-rotator .rotator-pager .pager-item {
  width: 8px;
  height: 8px;
  background: transparent url("../../ap_media/images/gallery-pager.gif") 0 0 no-repeat;
  margin: 8px;
  text-indent: -9000px;
  display: block;
  float: left; }

.ap_media-galleries-rotator .rotator-pager .pager-item.active {
  background-position: -13px 0; }

.ap_media-galleries-rotator .rotator-pager .centerer {
  width: 100px;
  display: block;
  margin: 0 auto; }

.ap_widget-latest_galleries #ap-widget-ad {
  margin-top: 45px; }

#rail-bracket {
  margin-bottom: 15px; }

#rail-bracket a, #rail-bracket a:link, #rail-bracket a:visited {
  text-decoration: none; }

#rail-bracket h3.bracket-title {
  background: #636468;
  padding: 5px 12px;
  border: 1px solid #313133;
  color: #FFF;
  margin: 20px 0 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: quatro-slab,Georgia,serif; }

#rail-bracket .bracket-day-header {
  font-size: .9em;
  margin-top: 10px;
  color: #313133;
  letter-spacing: .1em; }

#rail-bracket .region-header, #rail-bracket .region-championship, #rail-bracket .region-semis {
  background: #636468;
  border: 1px solid #313133;
  text-align: center;
  padding: 7px 10px 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  font-family: "Lucida Sans unicode",sans-serif; }

#rail-bracket .day-header-margin {
  margin-top: 15px; }

#rail-bracket .region-header-margin {
  margin-top: 10px; }

#rail-bracket .bracket-game {
  border-left: 1px solid #313133;
  border-right: 1px solid #313133;
  border-bottom: 1px solid #313133; }

#rail-bracket .game-odd {
  background-color: #DADADA;
  height: 55px; }

#rail-bracket .game-even {
  background-color: #F3F3F3;
  height: 55px; }

#rail-bracket .team1 {
  padding: 0 0 0 10px;
  width: 30%;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle; }

.ie7 #rail-bracket .team1 {
  display: block;
  float: left;
  padding-top: 10px; }

.ie7 #rail-bracket .middle {
  display: block;
  float: left; }

.ie7 #rail-bracket .middle .score {
  padding-top: 10px; }

.ie7 #rail-bracket .middle .date-time {
  font-size: 11px;
  font-weight: 400; }

.ie7 #rail-bracket .team2 {
  display: inline-block;
  float: right;
  padding-top: 10px; }

#rail-bracket .team2 {
  padding: 0 10px 0 0;
  width: 30%;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-align: right; }

#rail-bracket .seed {
  display: block;
  font-size: 11px;
  color: #535557;
  font-weight: 400; }

#rail-bracket .seed a {
  font-weight: 700;
  color: #535557; }

#rail-bracket .middle {
  width: 30%;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  text-align: center;
  vertical-align: middle;
  height: 55px; }

#rail-bracket .middle .score, #rail-bracket .middle .score a {
  font-weight: 700;
  font-family: quatro-slab,Georgia,serif;
  color: #333; }

#rail-bracket .middle .score {
  font-size: .9em;
  display: block;
  padding-top: 20px; }

#rail-bracket .middle .date-time {
  display: block;
  color: #535557;
  font-weight: 400;
  padding: 10px 0 0; }

#rail-bracket .bracket-view-more {
  margin: 10px 0 0;
  padding: 0;
  font-size: .92308em;
  font-weight: 700;
  font-family: "Lucida Sans unicode",sans-serif;
  color: #404042;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: .166667em;
  border: 1px solid #909090;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #d6d6d6 70%, #c1c1c1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(70%, #d6d6d6), color-stop(100%, #c1c1c1));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #d6d6d6 70%, #c1c1c1 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #d6d6d6 70%, #c1c1c1 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #d6d6d6 70%, #c1c1c1 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #d6d6d6 70%, #c1c1c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd',endColorstr='#c1c1c1',GradientType=0); }

#rail-bracket .bracket-view-more:hover {
  background: #d6e0ea; }

#rail-bracket .bracket-view-more a {
  padding: .58333em 0;
  text-decoration: none;
  color: #313133;
  display: block;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9); }

.ap_widget #rail-bracket {
  font-size: 12px; }

.ap_widget #rail-bracket .team2 {
  width: 28%; }

.ap_widget #rail-bracket .bracket-day-header {
  padding-bottom: 5px;
  font-weight: 800;
  text-align: left; }

.videoPageWrapper {
  background-color: #333333; }
  .videoPageWrapper .top-vid {
    text-align: center;
    padding-top: 20px; }
    .videoPageWrapper .top-vid .yt-vid-information {
      color: white; }
  .videoPageWrapper .videoDivLine {
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #666666;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: white; }
  .videoPageWrapper .videoPageHeader {
    color: white;
    margin-left: 15px;
    margin-bottom: 10px; }
  .videoPageWrapper .videoPage article .singleVideoFrame {
    float: left;
    height: 280px;
    width: 33%;
    text-align: center; }
    .videoPageWrapper .videoPage article .singleVideoFrame .videoPagePhoto {
      margin-left: 10px; }
      .videoPageWrapper .videoPage article .singleVideoFrame .videoPagePhoto img {
        width: 90%; }
    .videoPageWrapper .videoPage article .singleVideoFrame .videoPageTitle {
      margin-left: 10px; }
    .videoPageWrapper .videoPage article .singleVideoFrame .videoPagePubDate {
      color: white;
      margin-left: 10px;
      font-size: .8em; }

#vid-description-start {
  padding: 10px; }

@media (min-width: 2px) and (max-width: 767px) {
  .top-vid .yt-vid-information #vid-title {
    font-size: 1.3em; }
  .top-vid .yt-vid-information #vid-pub-date {
    font-size: 1.1em; }

  .singleVideoFrame {
    height: 180px;
    width: 45% !important; } }
.PULSE_body_copy {
  font-size: 1em; }

/*p.PULSE_body_w_drop_cap:first-letter {
	float:left;
	font-size: $huge;
	padding-top: 4px;
	padding-right: 8px;	
}*/
.PULSE_chap_head {
  font-weight: bold; }

.PULSE_h1 {
  font-weight: bold;
  font-size: 2em; }

.PULSE_tool_box_text {
  font-size: 1em; }

.PULSE_tool_box_head {
  font-weight: bold;
  font-size: 1.3em; }

.PULSE_tool_box_bold {
  font-weight: bold; }

.PULSE_source_line {
  font-size: 0.8em; }

.PULSE_photo_credit {
  text-align: right;
  font-size: 0.8em; }

.OUTBRAIN .NA {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin: 2em -10px;
  display: block; }
  .OUTBRAIN .NA .ob_org_header, .OUTBRAIN .NA .ob_ads_header {
    float: none;
    display: block;
    padding: 8px 0; }
  .OUTBRAIN .NA .ob_container {
    overflow: visible;
    height: auto;
    position: relative; }
    .OUTBRAIN .NA .ob_container .ob_container_recs {
      position: relative; }
      .OUTBRAIN .NA .ob_container .ob_container_recs a {
        float: left;
        width: 16.66667%;
        display: block;
        text-align: center; }
      .OUTBRAIN .NA .ob_container .ob_container_recs .item-container {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%; }
        .OUTBRAIN .NA .ob_container .ob_container_recs .item-container img.strip-img {
          border: 1px solid #cccccc !important;
          margin: 0 auto !important;
          width: 99%;
          height: auto;
          max-width: 109px;
          max-height: 109px; }
        .OUTBRAIN .NA .ob_container .ob_container_recs .item-container .ob-tcolor {
          color: #428bca; }
          .OUTBRAIN .NA .ob_container .ob_container_recs .item-container .ob-tcolor:hover {
            text-decoration: underline; }
        .OUTBRAIN .NA .ob_container .ob_container_recs .item-container .ob-text-content {
          padding-left: 5px;
          padding-right: 5px; }

@media (max-width: 767px) {
  .OUTBRAIN .NA .ob_container .ob_container_recs a {
    width: 33.33333%;
    min-height: 200px; } }
@media (max-width: 480px) {
  .OUTBRAIN .NA .ob_container .ob_container_recs a {
    width: 50%; } }
/* Old Classifieds Styles

.classified_ad {
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 10px;
}

.cl-searchbar {
	margin-top: 1em;
}

.cl-dirlist .panel-heading
{
	font-weight: bold;
	font-size: 1.2em;
}

.cl-dirlist .panel-heading a {
}

.cl-dirlist .panel-heading .badge
{
	font-size: 1em;
	margin-top: 2px;
}

.cl-dirlist .list-group {
	margin-bottom: 0;
}

.cl-dirlist .list-group > .list-group-item:first-child {
	border-top: 0;
}

.cl-dirlist .list-group > .list-group-item {
	border-width: 1px 0 0 0;
	border-style: dotted;
}

.cl-dirlist .list-group > .list-group-item a {
}

.cl-row {
	margin: 1em 0;
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}

.cl-panelheader {
	// text-transform: lowercase;
}

.cl-panelheader a {
	color: #ffffff;
}

.cl-panelheader:first-letter {
	text-transform: capitalize;
}

.label-classifieds {
	background-color: #5bc0de;
	color: #000000;
}

.label-classifieds[href]:hover,
.label-classifieds[href]:focus {
	background-color: #31b0d5;
}

.btn-classtop {
	color: #FFFFFF;
	background-color: #E9651B;
	border-color: #BF7933;
}

.btn-classtop:hover,
.btn-classtop:focus,
.btn-classtop:active,
.btn-classtop.active {
	color: #FFFFFF;
	background-color: #035cb6;
	border-color: #Bf7933;
}

.bullClassImg {
	margin-bottom: 5px;
}

.cl-adp-title {
	color: #333;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	border-bottom: 1px dotted #666;
	font-weight: bold;
}

.cl-adp-text {
	font-size: 1.2em;
	margin-top: 1em;
}
*/
/* New Classifieds Styles 9/21/2015 */
.cl-new-layout .cl-ad-wrap {
  padding-top: 25x; }
.cl-new-layout .classified_ad {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px; }
.cl-new-layout .cl-searchbar {
  margin-top: 1em; }
.cl-new-layout .cl-dirlist-block {
  width: 50%;
  float: none;
  padding-left: 0;
  padding-right: 0; }
  .cl-new-layout .cl-dirlist-block .panel {
    margin-left: 15px;
    margin-right: 15px; }
.cl-new-layout .cl-dirlist-block .panel-heading:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #fff;
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 15px;
  top: 9px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.cl-new-layout .cl-dirlist-block.cl-block-0 .panel-heading:before {
  content: "\f0c0"; }
.cl-new-layout .cl-dirlist-block.cl-block-100 .panel-heading:before {
  content: "\f11d"; }
.cl-new-layout .cl-dirlist-block.cl-block-1200 .panel-heading:before {
  content: "\f006"; }
.cl-new-layout .cl-dirlist-block.cl-block-300 .panel-heading:before {
  content: "\f0ad"; }
.cl-new-layout .cl-dirlist-block.cl-block-400 .panel-heading:before {
  content: "\f0e6"; }
.cl-new-layout .cl-dirlist-block.cl-block-500 .panel-heading:before {
  content: "\f0d6"; }
.cl-new-layout .cl-dirlist-block.cl-block-600 .panel-heading:before {
  content: "\f015"; }
.cl-new-layout .cl-dirlist-block.cl-block-700 .panel-heading:before {
  content: "\f015"; }
.cl-new-layout .cl-dirlist-block.cl-block-800 .panel-heading:before {
  content: "\f0d1"; }
.cl-new-layout .cl-dirlist-block.cl-block-900 .panel-heading:before {
  content: "\f1b9"; }
.cl-new-layout .cl-dirlist-block.cl-block-1000 .panel-heading:before {
  content: "\f0f6"; }
.cl-new-layout .cl-dirlist-block.cl-block-200 .panel-heading:before {
  content: "\f083"; }
.cl-new-layout .cl-dirlist-block.cl-block-2000 .panel-heading:before {
  content: "\f1b0"; }
.cl-new-layout .panel, .cl-new-layout .panel-heading {
  border-radius: 0;
  position: relative; }
.cl-new-layout .panel-heading.cl-panelheader:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #428bca;
  left: 30px;
  bottom: -20px; }
.cl-new-layout .panel {
  margin-bottom: 30px; }
.cl-new-layout .cl-dirlist .panel-heading {
  font-weight: bold;
  font-size: 1.25em;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", "Open Sans";
  padding-left: 45px; }
.cl-new-layout .cl-dirlist .panel-heading .badge {
  font-size: 1em;
  margin-top: 2px; }
.cl-new-layout .cl-dirlist .list-group {
  margin-bottom: 0; }
.cl-new-layout .cl-dirlist .list-group > .list-group-item:first-child {
  border-top: 0; }
.cl-new-layout .cl-dirlist .list-group > .list-group-item {
  border-width: 1px 0 0 0;
  border-style: dotted;
  padding-left: 5px;
  padding-right: 5px; }
.cl-new-layout .cl-row {
  margin: 15px 0;
  padding: 0 15px;
  border-bottom: none; }
  .cl-new-layout .cl-row .cl-box .cl-image-wrap {
    height: 215px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ccc; }
    .cl-new-layout .cl-row .cl-box .cl-image-wrap img {
      position: absolute;
      transform: translateY(-50%);
      top: 50%; }
    .cl-new-layout .cl-row .cl-box .cl-image-wrap .no-image {
      position: absolute;
      left: 50%;
      top: 43%;
      margin-left: -95px;
      font-family: "Open Sans",serif;
      text-transform: uppercase;
      color: #ccc;
      font-size: 18px;
      z-index: 1; }
    .cl-new-layout .cl-row .cl-box .cl-image-wrap .no-image:before {
      content: "\f05e";
      display: block;
      position: absolute;
      top: -40px;
      left: 50%;
      margin-left: -40px;
      font-size: 80px;
      font-family: "FontAwesome";
      color: #eee;
      z-index: -1; }
  .cl-new-layout .cl-row .cl-box .cl-content-wrap {
    padding: 10px 15px 5px; }
    .cl-new-layout .cl-row .cl-box .cl-content-wrap p {
      height: 80px;
      overflow: hidden; }
  .cl-new-layout .cl-row .cl-featured-ad {
    background-color: #dddddd;
    border-radius: 3px;
    border: 2px solid #999999; }
  .cl-new-layout .cl-row .cl-notfeatured-ad {
    border: 1px solid #ccc;
    border-radius: 3px; }
.cl-new-layout .cl-panelheader a {
  color: #ffffff; }
.cl-new-layout .cl-panelheader:first-letter {
  text-transform: capitalize; }
.cl-new-layout .panel-heading .label-classifieds {
  font-size: .65em;
  background: none;
  color: #fff;
  margin-top: 5px;
  border: none;
  border-radius: 0;
  line-height: 18px;
  padding: 0 0 0 5px; }
.cl-new-layout .panel-body .label-as-badge {
  color: #aaa;
  border: 1px solid #aaa;
  background: none;
  line-height: 21px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  padding: 0; }
.cl-new-layout .cl-ad-images {
  margin-bottom: 30px; }
.cl-new-layout #cl-carousel .carousel-indicators {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%; }
  .cl-new-layout #cl-carousel .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    float: left;
    height: auto;
    margin: 0 !important;
    width: 10%; }
    .cl-new-layout #cl-carousel .carousel-indicators li img {
      display: block;
      opacity: 0.5;
      max-width: 100%; }
  .cl-new-layout #cl-carousel .carousel-indicators li.active img {
    opacity: 1; }
  .cl-new-layout #cl-carousel .carousel-indicators li:hover img {
    opacity: 0.75; }
.cl-new-layout #cl-carousel .carousel-indicators.count-0 {
  display: none; }
.cl-new-layout #cl-carousel .carousel-outer {
  position: relative; }
.cl-new-layout .label-classifieds[href]:hover,
.cl-new-layout .label-classifieds[href]:focus {
  background-color: #31b0d5; }
.cl-new-layout .btn-classtop {
  color: #FFFFFF;
  font-family: "Open Sans Condensed",serif;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #c3512f;
  border: none;
  border-bottom: 1px solid #a1300d;
  padding: 14px 10px;
  font-size: 16px;
  border-radius: 4px;
  text-align: center; }
  .cl-new-layout .btn-classtop .label-classifieds {
    background-color: #fff;
    color: #035CB6;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    margin-left: 8px;
    display: inline-block;
    min-width: 20px; }
.cl-new-layout .btn-classtop:hover,
.cl-new-layout .btn-classtop:focus,
.cl-new-layout .btn-classtop:active,
.cl-new-layout .btn-classtop.active {
  color: #FFFFFF;
  background-color: #af4426;
  border-color: #bc4c2d; }
.cl-new-layout .bullClassImg {
  margin-bottom: 5px; }
.cl-new-layout .cl-adp-title {
  color: #333;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em 0;
  border-bottom: 1px dotted #666;
  font-weight: bold; }
.cl-new-layout .cl-adp-text {
  font-size: 1.2em;
  margin-top: 1em; }

@media (max-width: 991px) {
  .cl-new-layout .cl-bigcats > div {
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .cl-new-layout .cl-dirlist-block {
    width: 100%; } }
.electionLevelTitle {
  font-size: 1.5em;
  background-color: #336699;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.electionMain {
  background-color: #aaaaaa;
  color: black;
  margin-bottom: 8px; }
  .electionMain .electionHeadLeft {
    padding-left: 0; }
    .electionMain .electionHeadLeft .electionTitleBar {
      background-color: black;
      color: white;
      padding-left: 5px; }
    .electionMain .electionHeadLeft .electionDesc {
      padding-left: 5px; }
  .electionMain .electionHeadRight {
    padding-right: 0; }
    .electionMain .electionHeadRight .electionLevel {
      background-color: #aaaaaa;
      color: black; }

.electionReport {
  margin-bottom: 15px; }
  .electionReport .electionCandidates {
    background-color: white;
    padding-left: 10px;
    margin-bottom: 8px; }
    .electionReport .electionCandidates .partyCircle {
      padding: 2px 8px 2px 8px;
      border-radius: 15px;
      color: white;
      text-align: right; }
    .electionReport .electionCandidates .progressbarDiv {
      height: 1.2em;
      padding: 0px;
      border: solid 1px #bbbbbb;
      border-radius: 5px; }
      .electionReport .electionCandidates .progressbarDiv .progressBarValue {
        background-color: blue;
        height: 100%;
        border-radius: 5px 0px 0px 5px; }

.rrElectionBox .electionCandidates {
  width: 100%;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 8px; }

.rrElectionBox {
  text-align: left;
  font-size: .8em; }
  .rrElectionBox .rrElectionTitle {
    font-size: 1.5em;
    margin-bottom: 4px; }
  .rrElectionBox .rrElectionName {
    padding-left: 4px;
    padding-right: 2px; }

.electionRail {
  background-color: #ECECEC;
  border: 1px solid #CCCCCC;
  margin-bottom: 10px; }

.rrElectionMoreLink {
  font-size: 1.2em; }

@media (min-width: 2px) and (max-width: 767px) {
  .electionWrapper {
    padding: 10px; }

  .electionReport {
    margin-bottom: 5px; }
    .electionReport .electionCandidates {
      padding-left: 3px;
      margin-bottom: 3px;
      font-size: .9em; }
      .electionReport .electionCandidates .partyCircle {
        padding: 2px 6px 2px 6px;
        border-radius: 12px;
        text-align: right; }
      .electionReport .electionCandidates .voteAndPercentBar {
        padding-left: 1px; }
        .electionReport .electionCandidates .voteAndPercentBar .candidateVoteTotal {
          font-size: .8em;
          padding-left: 1px;
          padding-right: 1px; }
        .electionReport .electionCandidates .voteAndPercentBar .progressbarDiv {
          height: 1em;
          padding: 0px;
          border-radius: 5px; }
        .electionReport .electionCandidates .voteAndPercentBar .candidatePercent {
          font-size: .6em;
          padding-left: 1px;
          padding-right: 0px; } }
.pppTitle {
  font-family: 'Open Sans Condensed';
  font-size: 5.5em;
  font-weight: 300;
  text-shadow: 2px 2px 2px #CCCCCC;
  text-align: center; }
  .pppTitle a {
    color: #000000; }
    .pppTitle a:hover {
      color: #035cb6;
      text-decoration: none; }

.pppResultsInstructions {
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0; }
  .pppResultsInstructions img {
    float: left;
    margin: 0 10px 10px 0; }

.pppUL {
  list-style-type: none;
  text-align: center;
  padding-left: 0px; }

.pppLI {
  display: inline;
  margin-bottom: 0.5em;
  padding-left: 1%; }
  .pppLI a {
    background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%) repeat scroll 0 0 #ECECEC;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.25em 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #263666;
    width: 10em; }
  .pppLI a:hover {
    background: linear-gradient(to top, #2dabf9 5%, #0688fa 100%) repeat scroll 0 0 #ECECEC; }

.pppLINonActive {
  display: inline;
  margin-bottom: 0.5em;
  padding-left: 1%; }
  .pppLINonActive a {
    background: linear-gradient(to bottom, #666666 5%, #aaaaaa 100%) repeat scroll 0 0 #ECECEC;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.25em 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #263666;
    width: 10em; }

.pppDividerLine {
  border: 1px solid #AAAAAA; }

.raceResults {
  padding: 0;
  text-align: left;
  width: 100%; }
  .raceResults .pppTH {
    margin: 2px;
    background: -moz-linear-gradient(top, #000033, #333366, #000033);
    background: -ms-linear-gradient(top, #000033, #333366, #000033);
    background: -o-linear-gradient(top, #000033, #333366, #000033);
    background: -webkit-linear-gradient(top, #000033, #333366, #000033);
    background: linear-gradient(to bottom, #000033, #333366, #000033);
    border-right: 1px solid #FFFFFF;
    text-align: center; }
    .raceResults .pppTH:hover {
      background: -moz-linear-gradient(top, #663333, #990033, #663333);
      background: -ms-linear-gradient(top, #663333, #990033, #663333);
      background: -o-linear-gradient(top, #663333, #990033, #663333);
      background: -webkit-linear-gradient(top, #663333, #990033, #663333);
      background: linear-gradient(to bottom, #663333, #990033, #663333); }
    .raceResults .pppTH a {
      color: #FFFFFF;
      font-size: 1em;
      line-height: .8em;
      text-transform: uppercase;
      text-decoration: none; }
  .raceResults tr {
    height: 10px;
    margin: 5px; }
    .raceResults tr td {
      background: -moz-linear-gradient(top, #F0F0F0, #FFFFFF);
      background: -ms-linear-gradient(top, #F0F0F0, #FFFFFF);
      background: -o-linear-gradient(top, #F0F0F0, #FFFFFF);
      background: -webkit-linear-gradient(top, #F0F0F0, #FFFFFF);
      background: linear-gradient(to bottom, #f0f0f0, #ffffff);
      border-bottom: 1px solid #CCCCCC;
      border-right: 1px solid #CCCCCC;
      margin: 5px;
      padding: 2px 3px; }

.pppBox {
  /*----------------------------
  	Main Section
  -----------------------------*/
  /*----------------------------
  	The Footer
  -----------------------------*/
  /**
   * You can use these classes to hide parts
   * of the countdown that you don't need.
   */ }
  .pppBox .pppTitleRtRail {
    margin-top: 4px; }
  .pppBox #note {
    color: #666666;
    font-size: 12px;
    margin: 0 auto;
    padding: 4px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    width: 100%; }
  .pppBox footer a i b {
    color: #c92020;
    font-weight: normal; }
  .pppBox .countdownHolder {
    width: 100%;
    margin: 0 auto;
    font: 30px 'Open Sans Condensed',sans-serif;
    text-align: center;
    letter-spacing: -3px; }
  .pppBox .position {
    display: inline-block;
    height: 1.6em;
    overflow: hidden;
    position: relative;
    width: 1.05em; }
  .pppBox .digit {
    position: absolute;
    display: block;
    width: 1em;
    background-color: #444;
    border-radius: 0.2em;
    text-align: center;
    color: #fff;
    letter-spacing: -1px; }
  .pppBox .digit.static {
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
    background-image: linear-gradient(to top, #3a3a3a 50%, #444444 50%);
    background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #3A3A3A), color-stop(0.5, #444444)); }
  .pppBox .countDays {
    /* display:none !important;*/ }
  .pppBox .countDiv0 {
    /* display:none !important;*/ }
  .pppBox .countDiv {
    display: inline-block;
    width: 16px;
    height: 1.6em;
    position: relative; }
  .pppBox .countDiv:before,
  .pppBox .countDiv:after {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #444;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    top: 0.5em;
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
    content: ''; }
  .pppBox .countDiv:after {
    top: 0.9em; }

@media (min-width: 3px) and (max-width: 767px) {
  .pppTitle {
    font-size: 2.5em; }

  .pppLI {
    display: block;
    margin-top: 10px; }

  .pppLINonActive {
    display: block; } }
#homeBannerContainer {
  overflow: hidden;
  margin: 10px auto;
  background: #333333;
  padding-top: 15px;
  padding-bottom: 3px; }

.photobanner {
  height: 100px; }
  .photobanner .couponHolder {
    width: 175px;
    height: 97px;
    overflow: hidden;
    float: left;
    margin-left: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .photobanner .couponHolder:hover {
      -webkit-transform: scale(1.4);
      -moz-transform: scale(1.4);
      -o-transform: scale(1.4);
      -ms-transform: scale(1.4);
      transform: scale(1.4);
      cursor: pointer;
      -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); }
  .photobanner a img {
    border: solid 6px #33333; }

.largeCoupon {
  background-color: #333333;
  text-align: center;
  padding: 15px; }

#bannerContainer {
  overflow: hidden;
  background: #333333;
  padding: 20px 0px 10px 0px;
  border: 5px solid #CCCCCC;
  border-radius: 10px;
  box-shadow: 0 0 10px #888888 inset; }
  #bannerContainer #first2 {
    width: 999999;
    margin-top: 0px; }
  #bannerContainer .slideControls {
    color: white;
    font-size: 1.2em;
    text-align: center; }
    #bannerContainer .slideControls .slideButtons {
      background: url("http://statics.bendbulletin.com/images/arrows.png") no-repeat scroll 0 0 transparent;
      cursor: pointer;
      height: 58px;
      position: absolute;
      top: 50%;
      width: 45px; }
    #bannerContainer .slideControls #slideLeft {
      background-position: left top;
      left: -25px; }
      #bannerContainer .slideControls #slideLeft:hover {
        background-position: left bottom; }
    #bannerContainer .slideControls #slideRight {
      background-position: right top;
      right: -25px; }
      #bannerContainer .slideControls #slideRight:hover {
        background-position: right bottom; }
  #bannerContainer .pagePhotoBanner {
    width: 4000px; }
    #bannerContainer .pagePhotoBanner a img.nonActiveAd {
      max-height: 140px;
      overflow: hidden; }
    #bannerContainer .pagePhotoBanner a img.activeAd {
      max-height: 180px;
      overflow: hidden; }
    #bannerContainer .pagePhotoBanner a img {
      /*&:hover {
      	-webkit-transform: scale(1.1);
      	-moz-transform: scale(1.1);
      	-o-transform: scale(1.1);
      	-ms-transform: scale(1.1);
      	transform: scale(1.1);
      	cursor: pointer;
       
      	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
      	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
      	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
      }*/ }

.mobileInstruction {
  font-size: .8em; }

@media (min-width: 769px) {
  .mobileInstruction {
    display: none; } }
@media (min-width: 100px) and (max-width: 768px) {
  .mobileInstruction {
    display: block; }

  #bannerContainer {
    overflow: visible; } }
/*** Overall MovingBoxes Slider ***/
.mb-wrapper {
  border: 5px solid #ccc;
  margin: 0 auto 20px;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 10px;
  box-shadow: inset 0 0 10px #888; }

/* Panel Wrapper */
.mb-slider, .mb-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  /***(>'-')> Control Panel Font size here <('-'<)***/
  font-size: 18px; }

/* active slider border highlight */
.mb-active-slider {
  border-color: #333; }

/*** Slider panel ***/
.mb-slider .mb-panel {
  margin: 0;
  padding: 20px;
  display: block;
  cursor: pointer;
  float: left;
  list-style: none; }

/* Cursor to arrow over current panel, pointer for all others,
change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
  cursor: auto; }

/*** Inside the panel ***/
.mb-inside {
  padding: 10px;
  border: 1px solid #999; }

.mb-inside * {
  max-width: 100%; }

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
  display: block;
  width: 45px;
  height: 58px;
  background: transparent url(../images/arrows.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border: 0; }

a.mb-scrollButtons.mb-left {
  background-position: left top;
  left: -45px; }

a.mb-scrollButtons.mb-right {
  background-position: right top;
  right: -45px; }

a.mb-scrollButtons.mb-left:hover {
  background-position: left bottom; }

a.mb-scrollButtons.mb-right:hover {
  background-position: right bottom; }

a.mb-scrollButtons.disabled {
  display: none; }

/*** Controls added below the panels ***/
.mb-controls {
  margin: 0 auto;
  text-align: center;
  background: #ccc;
  position: relative;
  z-index: 100; }

.mb-controls a {
  color: #666;
  font: 18px/2.2 Georgia, Serif;
  display: inline-block;
  text-decoration: none;
  padding: 2px;
  margin: 0 5px 0 0;
  text-align: center;
  outline: 0; }

.mb-controls a:hover {
  color: black; }

.mb-controls a.current {
  color: white; }

.mb-active-slider .mb-controls {
  background: #333; }

/**
 * BootstrapValidator (http://bootstrapvalidator.com)
 *
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @author      http://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */
.bv-form .help-block {
  margin-bottom: 0; }

.nav-tabs li.bv-tab-success > a {
  color: #3c763d; }

.nav-tabs li.bv-tab-error > a {
  color: #a94442; }

/**
 * Mailchimp newsletter styles
 
 * @author	Justin Grady
 * @created	Fri Jul 11 11:56:51 PDT 2014
 */
/* ---------- main newsletter singup page ---------- */
/* styles for icons in input fields
http://stackoverflow.com/questions/18838964/add-bootstrap-glyphicon-to-input-box
*/
.right-inner-addon {
  position: relative; }

.right-inner-addon input {
  padding-right: 30px; }

.right-inner-addon i {
  position: absolute;
  right: 10px;
  padding: 10px 12px;
  pointer-events: none; }

.left-inner-addon {
  position: relative; }

.left-inner-addon input {
  padding-left: 30px; }

.left-inner-addon i {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none; }

.mc-nl-head {
  margin: 2em 0 1em 0; }

.mc-nl-copy {
  height: 370px;
  margin: 1em 0; }
  .mc-nl-copy img {
    position: absolute;
    z-index: -5;
    top: 0; }
  .mc-nl-copy div {
    position: absolute;
    top: 15px;
    right: 30px;
    background-color: #000000;
    z-index: -2;
    opacity: 0.5;
    height: 333px;
    width: 270px; }
  .mc-nl-copy p {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #ffffff;
    z-index: 0;
    width: 250px;
    font-size: 1.2em;
    line-height: 1.8em; }

.mc-nl-sample img {
  margin: 0 0 1em 0; }

.mc-nl-head-lg p {
  margin: 1em 0; }

@media (max-width: 768px) {
  .mc-nl-copy {
    display: none; } }
@media (max-width: 992px) {
  .mc-nl-sample {
    display: none;
    border: 5px solid red; } }
#mc_embed_signup {
  padding: 1em;
  border: 5px solid #cccccc;
  /* border-radius: 1em; */ }
  #mc_embed_signup .indicates-required {
    margin: 0 0 1em 0;
    padding: 0 0 0.5em 0;
    border-bottom: 1px dotted #ececec;
    font-size: 0.8em;
    color: #333333; }
    #mc_embed_signup .indicates-required .badge {
      background-color: #e67e22;
      color: #000000;
      font-weight: bold; }
  #mc_embed_signup .form-group {
    padding: 0 0 2em 0 !important; }
    #mc_embed_signup .form-group label {
      font-weight: normal;
      padding: 0.5em 0 0 0; }
  #mc_embed_signup button {
    font-weight: normal; }

.footernlform {
  /* background-color: #4a4a4a; */
  /* background-color: #333333; */
  margin: 2em 0 0 0;
  /* padding: 0.25em 1em 1em 1em; */
  border: 5px solid #cccccc; }
  .footernlform h4 {
    margin: 0 0 0.75em 0;
    letter-spacing: 0.05em; }
  .footernlform p {
    margin: 0 0; }
  .footernlform form {
    margin: 1em 0 0 0;
    width: 90%; }
  .footernlform .articlenlinfo {
    display: none; }

.articlenlform {
  display: block;
  padding: 0.25em 1em 1em 1em;
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff; }
  .articlenlform a {
    color: #ffffff;
    text-decoration: underline; }

.articlenlinfo-step {
  display: block;
  padding: 0.25em 1em 1em 1em;
  background-color: #FF9900;
  border: 1px solid #FF9900;
  color: #000000; }
  .articlenlinfo-step a {
    color: #000000;
    text-decoration: underline; }

.articlenlinfo-alert {
  display: block;
  padding: 0.25em 1em 1em 1em;
  background-color: #ffff00;
  border: 1px solid #ffff00;
  color: #000000; }
  .articlenlinfo-alert a {
    color: #000000;
    text-decoration: underline; }

.articlenlinfo-success {
  display: block;
  padding: 0.25em 1em 1em 1em;
  background-color: #009900;
  border: 1px solid #009900;
  color: #ffffff; }
  .articlenlinfo-success a {
    color: #ffffff;
    text-decoration: underline; }

.nlinfo {
  display: none; }

.nlinfo-step {
  display: block;
  padding: 0 15px; }
  .nlinfo-step .emailStepNotifer {
    border: 5px solid #cccccc;
    /* border-radius: 10px; */
    padding: 0 0.5em 0.25em 1.25em;
    margin: 0 0 0 0;
    background-color: #FF9900;
    color: #000000;
    font-size: 1.2em; }
  .nlinfo-step a {
    color: #000000;
    text-decoration: underline; }

.nlinfo-alert {
  display: block;
  padding: 0 15px; }
  .nlinfo-alert .emailStepNotifer {
    border: 5px solid #cccccc;
    /* border-radius: 10px; */
    padding: 0 0.5em 0.25em 1.25em;
    margin: 0 0 0 0;
    background-color: #ffff00;
    color: #000000;
    font-size: 1.2em; }
  .nlinfo-alert a {
    color: #000000;
    text-decoration: underline; }

.nlinfo-success {
  display: block;
  padding: 0 15px; }
  .nlinfo-success .emailStepNotifer {
    border: 5px solid #cccccc;
    /* border-radius: 10px; */
    padding: 0 0.5em 0.25em 1.25em;
    margin: 0 0 0 0;
    background-color: #009900;
    color: #ffffff;
    font-size: 1.2em; }
  .nlinfo-success a {
    color: #ffffff;
    text-decoration: underline; }

.newsletterbutton {
  margin: 1em 0 0 0; }
  .newsletterbutton a {
    text-shadow: 1px 1px 0px rgba(51, 51, 51, 0.75);
    width: 100%;
    font-weight: normal; }

.railnewsletter {
  background-color: #4a4a4a;
  margin: 1em 0 0 0;
  color: #ffffff;
  padding: 0.25em 1em 1em 1em; }
  .railnewsletter h4 {
    margin: 0 0 0.75em 0; }
  .railnewsletter .rnthumb {
    padding: 0.5em;
    background-color: #ffffff;
    border-radius: 10px;
    width: 170px;
    float: left; }
  .railnewsletter p {
    float: left;
    margin: 0 1em 1em 1em;
    width: 130px; }
  .railnewsletter form {
    margin: 1em 0 0 0; }

.railnewsletterdev {
  background-color: #4a4a4a;
  margin: 1em 0 0 0;
  color: #ffffff;
  padding: 0.25em 1em 1em 1em; }
  .railnewsletterdev h4 {
    margin: 0 0 0.75em 0; }
  .railnewsletterdev .rnthumb img {
    border-radius: 1em; }
  .railnewsletterdev p {
    margin: 0 0; }
  .railnewsletterdev form {
    margin: 1em 0 0 0; }

.railsocial {
  margin: 0 0 1em 0;
  background-color: #333333;
  color: #ffffff;
  padding: 0.25em 1em 1em 1em;
  border: 1px solid #333333; }
  .railsocial h4 {
    margin: 0 0 0.75em 0; }

.footersocial {
  margin: 1em 0; }
  .footersocial button {
    margin: 0 0.25em 0 0; }

.chiclet-facebook {
  border-radius: 3px;
  border: 1px solid #333333;
  color: #ffffff;
  background-color: #2591FF;
  font-size: 26px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 1.35em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  margin: 0 0.1em 0 0; }
  .chiclet-facebook:hover {
    background-color: #0077f1; }

.chiclet-twitter {
  border-radius: 3px;
  border: 1px solid #333333;
  color: #ffffff;
  background-color: #25CEFF;
  font-size: 26px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 1.35em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  margin: 0 0.1em 0 0; }
  .chiclet-twitter:hover {
    background-color: #00bbf1; }

.chiclet-pinterest {
  border-radius: 3px;
  border: 1px solid #333333;
  color: #ffffff;
  background-color: #CD2129;
  font-size: 26px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 1.35em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  margin: 0 0.1em 0 0; }
  .chiclet-pinterest:hover {
    background-color: #a11a20; }

.chiclet-youtube {
  border-radius: 3px;
  border: 1px solid #333333;
  color: #ffffff;
  background-color: #A80202;
  font-size: 26px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 1.35em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  margin: 0 0.1em 0 0; }
  .chiclet-youtube:hover {
    background-color: #760101; }

.chiclet-instagram {
  border-radius: 3px;
  border: 1px solid #333333;
  color: #ffffff;
  background-color: #895A4D;
  font-size: 26px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 1.35em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  margin: 0 0.1em 0 0; }
  .chiclet-instagram:hover {
    background-color: #68453b; }

.chiclet-rss {
  border-radius: 3px;
  border: 1px solid #333333;
  color: #ffffff;
  background-color: #FF9900;
  font-size: 26px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 1.35em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  margin: 0 0.1em 0 0; }
  .chiclet-rss:hover {
    background-color: #cc7a00; }

.chiclet-linkedin {
  border-radius: 3px;
  border: 1px solid #333333;
  color: #ffffff;
  background-color: #007BB6;
  font-size: 26px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 1.35em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  margin: 0 0.1em 0 0; }
  .chiclet-linkedin:hover {
    background-color: #005983; }

/***************************************************************************************
	ITEMS THE SAME FOR ALL SCREEN SIZES
***************************************************************************************/
body, body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p.PULSE_body_w_drop_cap:first-letter {
  float: left;
  font-weight: bold;
  font-size: 4em;
  line-height: .6em;
  padding-top: 5px;
  padding-right: 4px;
  font-family: Georgia; }

.largeLayoutTitleDiv {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap {
    text-align: center;
    color: white;
    font-weight: bold;
    position: absolute; }
    .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText {
      font-family: 'Open Sans Condensed', serif;
      line-height: 1; }
      .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText .blkBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText .whtBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .blkBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .whtBckground {
        display: inline;
        border: 10px solid transparent;
        border-width: 0 10px 8px;
        line-height: 150%; }
      .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText .blkBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .blkBckground {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.8); }
      .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText .whtBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .whtBckground {
        color: #000;
        background-color: rgba(255, 255, 255, 0.8); }
      .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText .none, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .none {
        display: inline; }
    .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText {
      margin-top: 10px; }
      .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .blkBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .whtBckground {
        border-bottom-width: 5px; }
    .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList {
      font-size: 1.6em;
      list-style-type: none;
      padding: 0px;
      margin-top: 30px;
      letter-spacing: .04em; }
      .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li {
        float: left;
        padding: 7px 15px;
        position: relative; }
        .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li:before {
          content: "";
          display: block;
          position: absolute;
          width: 1px;
          left: 100%;
          top: 15px;
          bottom: 15px;
          z-index: 1; }
          .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li:before:last-child {
            content: normal; }
        .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground:before {
          background: #fff; }
        .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.whtBckground:before {
          background: #000; }
        .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.none:before {
          background: #000; }
        .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li a {
          text-decoration: none;
          color: #eeeeee;
          padding: 0;
          margin: 0;
          display: inline-block;
          border-bottom: 1px solid transparent;
          position: relative;
          transition: ease-in-out all 0.3s;
          -moz-transition: ease-in-out all 0.3s;
          -webkit-transition: ease-in-out all 0.3s; }
          .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li a:before {
            content: "\f0c1";
            font-family: "FontAwesome";
            font-size: 16px;
            font-weight: normal;
            display: block;
            position: absolute;
            left: -2px;
            top: 6px;
            opacity: 0;
            transition: ease-in-out all 0.3s;
            -moz-transition: ease-in-out all 0.3s;
            -webkit-transition: ease-in-out all 0.3s; }
          .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li a:hover {
            text-decoration: none;
            padding-left: 25px;
            border-bottom-color: rgba(0, 0, 0, 0.8); }
            .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li a:hover:before {
              left: 4px;
              opacity: 0.8; }
        .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground {
          background-color: rgba(0, 0, 0, 0.8);
          color: #fff; }
          .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground a, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground a:before {
            color: #fff !important; }
          .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground a:hover {
            border-bottom-color: rgba(255, 255, 255, 0.8); }
        .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.whtBckground {
          background-color: rgba(255, 255, 255, 0.8);
          color: #000; }
          .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.whtBckground a, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.whtBckground a:before {
            color: #000 !important; }
          .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.whtBckground a:hover {
            border-bottom-color: rgba(0, 0, 0, 0.8); }

.img {
  width: 100%; }

.bigLayoutStoryBody p.PULSE_chap_head {
  font-size: 2em;
  margin-left: 10%;
  margin-right: 10%; }
.bigLayoutStoryBody p.PULSE_body_copy {
  font-size: 1.2em;
  margin-left: 10%;
  margin-right: 10%; }
.bigLayoutStoryBody p.PULSE_tool_box_text {
  font-size: 1.2em;
  margin-left: 10%;
  margin-right: 10%; }
.bigLayoutStoryBody p.PULSE_subhead {
  font-size: 1.2em;
  margin-left: 10%;
  margin-right: 10%; }
.bigLayoutStoryBody p.NormalParagraphStyle {
  font-size: 1.2em; }
.bigLayoutStoryBody p.PULSE_body_w_drop_cap {
  font-size: 1.2em; }
.bigLayoutStoryBody .title {
  font-family: 'Open Sans Condensed', serif;
  font-weight: bold;
  font-size: 5em;
  line-height: 1.1em; }
.bigLayoutStoryBody .subtitle {
  font-size: 2.5em; }
.bigLayoutStoryBody .bylinePubdate {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0; }
  .bigLayoutStoryBody .bylinePubdate #byline {
    font-size: 1.25em;
    text-align: left;
    font-family: Georgia, sans-serif;
    font-style: italic;
    color: #999;
    font-weight: 400;
    padding: 5px 15px; }
  .bigLayoutStoryBody .bylinePubdate #pubdate {
    font-size: 1em;
    font-family: Georgia, sans-serif;
    color: #999;
    font-style: italic;
    text-align: right;
    padding: 7px 15px; }
.bigLayoutStoryBody .inStoryPhotoBox .capCred {
  font-size: .8em;
  text-align: left;
  padding-top: .75em; }
  .bigLayoutStoryBody .inStoryPhotoBox .capCred .credit {
    font-style: italic; }
.bigLayoutStoryBody .picPullLeft {
  float: left;
  text-align: left;
  margin-right: 30px;
  margin-bottom: 30px; }
.bigLayoutStoryBody .picPullCenter {
  text-align: right;
  margin: 30px auto;
  width: 100%; }
.bigLayoutStoryBody .picPullCenter > img {
  width: 100%; }
.bigLayoutStoryBody .picPullRight {
  float: right;
  text-align: right;
  margin-left: 30px;
  margin-bottom: 30px; }
.bigLayoutStoryBody .picFullWidth {
  width: 100%;
  margin: 0 auto 30px; }
  .bigLayoutStoryBody .picFullWidth img {
    margin-left: -22%; }
.bigLayoutStoryBody .picFullWidth > .capCred {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  width: 100%;
  text-align: center; }
.bigLayoutStoryBody .ssPullLeft {
  float: left;
  text-align: left;
  margin-right: 15px !important;
  margin-bottom: 20px;
  width: 55%; }
.bigLayoutStoryBody .ssPullCenter {
  text-align: right;
  margin: 20px auto;
  width: 100%; }
  .bigLayoutStoryBody .ssPullCenter .inner-item img {
    height: 400px !important;
    max-height: 400px !important; }
.bigLayoutStoryBody .ssPullRight {
  float: right;
  text-align: right;
  margin-left: 15px !important;
  margin-bottom: 20px;
  width: 55%; }
.bigLayoutStoryBody .ssFullWidth {
  width: 100%;
  margin-left: -22%;
  margin-bottom: 20px; }
.bigLayoutStoryBody .vidPullLeft {
  float: left;
  text-align: left;
  margin-right: 15px;
  margin-bottom: 20px; }
.bigLayoutStoryBody .vidPullCenter {
  margin-bottom: 20px;
  text-align: center; }
.bigLayoutStoryBody .vidPullRight {
  float: right;
  text-align: right;
  margin-left: 15px;
  margin-bottom: 20px; }
.bigLayoutStoryBody .vidFullWidth {
  width: 100%;
  margin-left: -22%;
  margin-bottom: 20px; }
.bigLayoutStoryBody .widgetPullLeft {
  width: 300px;
  float: left;
  text-align: left;
  margin-right: 15px;
  margin-bottom: 20px; }
.bigLayoutStoryBody .widgetPullCenter {
  margin-bottom: 20px;
  text-align: center; }
.bigLayoutStoryBody .widgetPullRight {
  width: 300px;
  float: right;
  text-align: right;
  margin-left: 15px;
  margin-bottom: 20px; }
.bigLayoutStoryBody .widgetFullWidth {
  width: 100%;
  margin-left: -22%;
  margin-bottom: 20px; }
.bigLayoutStoryBody .inStoryQuoteBox {
  text-align: left;
  padding: 5px;
  font-size: 2.5em; }
.bigLayoutStoryBody .quotePullLeft {
  width: 50%;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px; }
.bigLayoutStoryBody .quotePullCenter {
  margin: 20px auto;
  text-align: center;
  width: 100%; }
.bigLayoutStoryBody .quotePullRight {
  width: 50%;
  float: right;
  margin-left: 15px;
  margin-bottom: 20px; }
.bigLayoutStoryBody .quoteFullWidth {
  width: 100%;
  margin-left: -22%;
  margin-bottom: 20px;
  padding: 10px 15px 0;
  text-align: center; }
.bigLayoutStoryBody .pullQuoteCredit {
  font-size: .7em;
  color: #666666;
  font-style: italic; }
.bigLayoutStoryBody .inStoryToolBox {
  text-align: left;
  padding: 15px;
  font-size: .9em;
  max-height: 400px;
  overflow-y: scroll; }
.bigLayoutStoryBody .toolboxPullLeft {
  width: 50%;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px; }
.bigLayoutStoryBody .toolboxPullCenter {
  margin: 20px auto;
  text-align: left;
  width: 100%; }
.bigLayoutStoryBody .toolboxPullRight {
  width: 50%;
  float: right;
  margin-left: 15px;
  margin-bottom: 20px; }
.bigLayoutStoryBody .toolboxFullWidth {
  width: 100%;
  margin-left: -22%;
  margin-bottom: 20px;
  padding: 10px 15px 0;
  text-align: center; }

.largeLayoutPublished {
  font-size: 1em;
  font-style: italic; }

.anchorTag {
  margin-top: -80px; }

.storyDivider {
  width: 100%;
  padding: 30px 15%;
  position: relative;
  background: #fff; }
  .storyDivider:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 15%;
    width: 70%;
    height: 3px;
    background: #555; }

.sharingSS {
  margin-right: 15%; }

.interstitialOverlay {
  position: fixed;
  left: 10%;
  top: 50px;
  width: 80%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: white;
  border-radius: 15px; }

.overlayInstructions {
  margin: 25px 65% 0;
  margin-top: 15px;
  border: 2px solid white;
  padding: 8px;
  width: 200px;
  cursor: pointer; }

.interstitialAd {
  margin: -40px auto;
  width: 300px; }

.largeDisplayNewsLetter .footernlform {
  margin: 5em 0 0; }

.largeMainContentWrap.wrap-2, .sharing-wrap {
  position: relative;
  background: #fff; }

.sharing-wrap {
  margin-top: 600px; }

#footer {
  position: relative;
  margin-top: 0 !important;
  padding-top: 15px; }

.footer-bottom .container {
  max-width: 1140px !important;
  margin: 0 auto !important; }

.footer-addThis {
  margin: 0 !important;
  padding: 2em 0 0;
  border-bottom: none; }
  .footer-addThis:before, .footer-addThis:after {
    display: table;
    content: " ";
    clear: both; }

/***************************************************************************************
	MEDIA QUERIES -- 768 and up
***************************************************************************************/
@media (min-width: 768px) {
  .largeLayoutTextTitleTextWrap {
    width: 70%;
    margin-left: 15%; }
    .largeLayoutTextTitleTextWrap .largeLayoutTitleText {
      font-size: 5em;
      line-height: 1.2em; }
    .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText {
      font-size: 2em; }

  .bigLayoutStoryBody {
    width: 100%;
    margin: auto;
    padding: 0;
    background-color: #fff;
    position: relative; }
    .bigLayoutStoryBody p {
      margin-bottom: 0;
      padding-bottom: 1.5em; }
    .bigLayoutStoryBody p.Newstext {
      font-size: 1.2em;
      margin-bottom: 0;
      padding-bottom: 1.5em;
      line-height: 1.625em; }
    .bigLayoutStoryBody p.Newstext_tagline {
      margin-left: 15%;
      margin-right: 15%; }
    .bigLayoutStoryBody p.Chapter_head {
      font-size: 1.5em;
      margin-left: 20%;
      margin-right: 20%;
      padding-bottom: .5em;
      padding-top: .5em; } }
@media (min-width: 991px) {
  .largeLayoutTitleDiv {
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%; }

  .bigLayoutStoryBody {
    padding: 0 10%; }
    .bigLayoutStoryBody p.Newstext {
      margin-left: 10%;
      margin-right: 10%; } }
@media (min-width: 1199px) {
  .bigLayoutStoryBody {
    padding: 0 15%; }
    .bigLayoutStoryBody p.Newstext {
      margin-left: 15%;
      margin-right: 15%; } }
@media (min-width: 1400px) {
  .bigLayoutStoryBody p.Newstext {
    margin-left: 20%;
    margin-right: 20%; } }
/***************************************************************************************
	MEDIA QUERIES -- 100 - 1085 (THE POINT TEXT SHOULDN'T BE NEXT TO PHOTO)
***************************************************************************************/
@media (min-width: 100px) and (max-width: 1085px) {
  .largeLayoutTitleDiv {
    position: static;
    height: auto !important; }
    .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText {
      font-size: 3.5em; }

  .sharing-wrap {
    margin-top: 0 !important; }

  .bigLayoutStoryBody {
    padding: 0 30px 0 50px;
    width: 100% !important;
    margin: 0; }
    .bigLayoutStoryBody .title {
      font-size: 3em; }
    .bigLayoutStoryBody .subtitle {
      font-size: 1.75em;
      line-height: 1;
      padding: 10px 0; }
    .bigLayoutStoryBody p.Newstext {
      padding-left: 8%;
      padding-right: 8%; }
    .bigLayoutStoryBody .picFullWidth {
      margin: 0px auto;
      text-align: center; }

  .picPullLeft {
    float: none;
    text-align: center;
    margin-bottom: 8px; }

  .picPullRight {
    float: none;
    text-align: center;
    margin-bottom: 8px; }

  .vidPullLeft {
    float: none;
    text-align: center;
    margin-bottom: 8px; }

  .vidPullRight {
    float: none;
    text-align: center;
    margin-bottom: 8px; }

  .vidFullWidth {
    margin-left: 0px !important; }

  .widgetPullLeft {
    float: none;
    text-align: center;
    margin-bottom: 8px; }

  .widgetPullRight {
    float: none;
    text-align: center;
    margin-bottom: 8px; }

  .quoteFullWidth {
    margin-left: -2% !important; } }
/***************************************************************************************
	MEDIA QUERIES -- 100 - 767 (MOBILE DEVICES)
***************************************************************************************/
@media (min-width: 100px) and (max-width: 767px) {
  body .container .col-md-12 {
    padding-left: 0;
    padding-right: 0; }

  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap {
    width: 96%;
    margin: 0 !important;
    padding: 15px 30px 0 40px;
    position: static; }
    .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText {
      font-size: 2.5em;
      color: #000 !important;
      line-height: 1; }
      .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText .blkBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText .whtBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .blkBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .whtBckground {
        background: none;
        color: #000;
        border: none !important; }
    .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText {
      font-size: 1.25em;
      color: #000 !important; }
    .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList {
      margin-top: 0 !important; }
      .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li {
        font-size: .8em;
        padding: 5px 0 !important; }
        .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li:before {
          content: normal; }
        .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li a {
          color: #000 !important;
          border: 1px solid #000;
          padding: 5px 10px;
          border-radius: 3px;
          margin: 5px; }
        .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground {
          background: none; }
          .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground a, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground a:before {
            color: #000 !important; }
            .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground a:hover, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground a:before:hover {
              border-bottom-color: #000; }

  .sharing-wrap .sharingSS {
    margin: 0 !important;
    padding: 5px 30px;
    text-align: center !important; }

  .bigLayoutStoryBody {
    padding-left: 50px; }
    .bigLayoutStoryBody .title {
      font-size: 2.25em; }
    .bigLayoutStoryBody .subtitle {
      font-size: 1em; }
    .bigLayoutStoryBody .bylinePubdate {
      margin-top: 3px;
      margin-bottom: 3px; }
      .bigLayoutStoryBody .bylinePubdate #pubdate {
        font-size: .85em;
        text-align: left; }
      .bigLayoutStoryBody .bylinePubdate #byline {
        font-size: .85em;
        padding-top: 7px; }
    .bigLayoutStoryBody p.Newstext {
      padding: 0 0 1.5em;
      margin: 0; }
    .bigLayoutStoryBody .inStoryPhotoBox img {
      max-width: 100% !important;
      height: auto !important; }
    .bigLayoutStoryBody .picFullWidth {
      width: 100%;
      margin-left: 0px;
      margin-bottom: 20px; }
    .bigLayoutStoryBody .ssPullCenter {
      text-align: right;
      margin: 5px auto;
      width: 100%; }
      .bigLayoutStoryBody .ssPullCenter .inner-item img {
        height: 200px !important;
        max-height: 200px !important; }
    .bigLayoutStoryBody .vidFullWidth {
      width: 100%;
      margin-left: 0px;
      margin-bottom: 20px; }
    .bigLayoutStoryBody .widgetFullWidth {
      width: 100%;
      margin-left: 0px;
      margin-bottom: 20px; }
    .bigLayoutStoryBody .widgetPullLeft, .bigLayoutStoryBody .widgetPullRight, .bigLayoutStoryBody .picPullLeft, .bigLayoutStoryBody .picPullRight, .bigLayoutStoryBody .inStoryPhotoBox {
      float: none;
      text-align: center;
      width: 90% !important;
      max-width: none;
      clear: both; }
    .bigLayoutStoryBody .inStoryQuoteBox {
      padding: 5px;
      font-size: 1.6em; }
    .bigLayoutStoryBody .quotePullRight {
      float: none;
      margin: 0 auto;
      width: 90%; }
    .bigLayoutStoryBody .quotePullLeft {
      float: none;
      margin: 0 auto;
      width: 90%; }
    .bigLayoutStoryBody .inStoryToolBox {
      margin-bottom: 8px !important; }
    .bigLayoutStoryBody .toolboxPullRight {
      float: none;
      margin: 0 auto;
      width: 95%; }
    .bigLayoutStoryBody .toolboxPullLeft {
      float: none;
      margin: 0 auto;
      width: 95%; }

  .largeMainContentWrap .storyFooterWrapper {
    width: auto !important;
    margin-left: 0 !important;
    padding: 0 30px; } }
/***************************************************************************************
	MEDIA QUERIES -- 100 - 767 (CELL PHONES)
***************************************************************************************/
@media (min-width: 100px) and (max-width: 400px) {
  .interstitialOverlay {
    display: none; } }
@media (max-width: 480px) {
  .bigLayoutStoryBody {
    padding-left: 30px; }

  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap {
    padding-left: 20px; } }
.readerFrame {
  width: 100%;
  height: 1600px;
  border: none; }

.infoHead {
  background-color: blue;
  color: white;
  border-radius: 5px;
  padding: 5px; }

a.contestSubmit {
  background-color: #428bca;
  color: #FFFFFF;
  font-style: bold;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
  margin-left: 10px;
  border-radius: 5px;
  text-decoration: none; }

a.contestSubmit:hover {
  background-color: #357ebd; }

@media (min-width: 768px) and (max-width: 7000px) {
  .contestSubmitButton {
    margin-bottom: 8px; }

  .readerFrame {
    margin-top: 20px; } }
@media (min-width: 100px) and (max-width: 767px) {
  .contestSubmitButton {
    margin-bottom: 0px; }

  .readerFrame {
    margin-top: 0px; } }
.registerinstructions h2 {
  margin-top: 0; }
.registerinstructions .row {
  border: 5px solid #cccccc;
  border-radius: 10px;
  padding: 1em 0;
  margin: 1.5em 0; }
  .registerinstructions .row span {
    text-transform: uppercase;
    color: #cc0000;
    font-weight: bold; }
    .registerinstructions .row span.num {
      background-color: #cc0000;
      color: #ffffff;
      border-radius: 5px;
      border: 1px solid #cc0000;
      padding: 0 0.25em;
      margin: 0 0.25em 0 0; }
  .registerinstructions .row hr {
    color: #cccccc; }
  .registerinstructions .row img {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1em;
    margin: 1em 0; }
  .registerinstructions .row .registerButtton {
    background-color: #428bca;
    color: white;
    padding: 10px;
    border-radius: 3px;
    text-decoration: none; }
    .registerinstructions .row .registerButtton:hover {
      background-color: #3276b1; }
.registerinstructions .remembernotice div {
  border: 0; }
.registerinstructions .remembernotice h3 {
  color: #cc0000; }
.registerinstructions .remembernotice a {
  font-weight: bold; }

.blockGrid4 .blockGridCol:nth-of-type(4n+1) {
  margin-left: 0;
  clear: left; }

.blockGridCol {
  background: #333;
  float: left;
  margin-left: .7%;
  margin-bottom: 30px;
  overflow: hidden; }

.blockGridHover {
  display: none; }

@media (min-width: 768px) and (max-width: 10000px) {
  .blockGridHover {
    display: none;
    background: #555;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px;
    color: white;
    font-size: 1.4em; }
    .blockGridHover #blockGridPub {
      font-size: .7em;
      font-style: italic; } }
/* blockGrid4 blockGridCol */
.blockGrid4 .blockGridCol {
  width: 24.4%;
  position: relative; }

.blockGridCar .blockGridCol {
  position: relative; }

.blockGridCol a .holderDiv {
  display: table;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  text-align: center; }
  .blockGridCol a .holderDiv .blockTitleText {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    color: white;
    padding-bottom: 15px; }
    .blockGridCol a .holderDiv .blockTitleText .textWrapper {
      background-color: rgba(50, 50, 50, 0.8);
      color: white;
      width: 100%;
      padding: 5px;
      text-align: center;
      display: inline-block;
      font-size: 1.3em;
      line-height: 1.2em; }
  .blockGridCol a .holderDiv .blockTitleTextNoPhoto {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
    .blockGridCol a .holderDiv .blockTitleTextNoPhoto .textWrapperNoPhoto {
      width: 90%;
      font-size: 2em;
      color: white; }

.blockGridColSlider {
  background: #333;
  float: left;
  margin-left: .7%;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative; }
  .blockGridColSlider a .blockTitleTextNoPhoto {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 90%;
    font-size: 1.5em;
    color: white;
    text-align: left; }
  .blockGridColSlider a .holderDiv {
    display: table;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: center; }
    .blockGridColSlider a .holderDiv .blockTitleText {
      display: table-cell;
      vertical-align: bottom;
      width: 100%;
      color: white; }
      .blockGridColSlider a .holderDiv .blockTitleText .textWrapper {
        background-color: rgba(50, 50, 50, 0.8);
        color: white;
        width: 100%;
        padding: 5px;
        text-align: center;
        display: inline-block;
        font-size: 1em;
        line-height: 1.2em; }

.blockGridColBlob {
  background: #333;
  float: left;
  margin-left: .7%;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative; }
  .blockGridColBlob a .blockTitleTextNoPhoto {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 90%;
    font-size: 1.5em;
    color: white;
    text-align: left; }
  .blockGridColBlob a .holderDiv {
    display: table;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: center; }
    .blockGridColBlob a .holderDiv .blockTitleText {
      display: table-cell;
      vertical-align: bottom;
      width: 100%;
      color: white; }
      .blockGridColBlob a .holderDiv .blockTitleText .textWrapper {
        background-color: rgba(50, 50, 50, 0.8);
        color: white;
        width: 100%;
        padding: 5px;
        text-align: center;
        display: inline-block;
        font-size: 1em;
        line-height: 1.2em; }
    .blockGridColBlob a .holderDiv .blockTitleTextNoPhoto {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
      .blockGridColBlob a .holderDiv .blockTitleTextNoPhoto .textWrapperNoPhoto {
        width: 90%;
        font-size: 1em;
        color: white; }
  .blockGridColBlob a .holderDivNoPhoto {
    display: table;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: left;
    font-size: 1.5em;
    padding-left: 10%;
    padding-right: 10%; }
    .blockGridColBlob a .holderDivNoPhoto .blockTitleTextNoPhoto2 {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
      .blockGridColBlob a .holderDivNoPhoto .blockTitleTextNoPhoto2 .textWrapperNoPhoto2 {
        width: 90%;
        font-size: 1em;
        color: white; }
  .blockGridColBlob a .holderDivOpinion {
    background-color: white;
    color: black;
    border: 2px solid #bbb;
    display: table;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: left;
    font-size: 1.5em;
    padding-left: 10%;
    padding-right: 10%; }
    .blockGridColBlob a .holderDivOpinion .blockTitleTextNoPhotoOpinion {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
      .blockGridColBlob a .holderDivOpinion .blockTitleTextNoPhotoOpinion .textWrapperNoPhotoOpinion {
        width: 90%;
        font-size: 1em;
        color: black; }

.blockGridAd {
  border: 2px solid black;
  background: white;
  text-align: center; }

.citySpWidget {
  height: 270px; }

@media (min-width: 1356) and (max-width: 19000) {
  .citySpWidget {
    height: 270px; } }
@media (min-width: 1184px) and (max-width: 1355px) {
  .blockGrid4 .blockGridCol {
    margin-left: 1.7%;
    width: 31.2%; }

  .blockGrid4 .blockGridCol:nth-of-type(3n+1) {
    margin-left: 1.7%;
    clear: none; }

  .blockGrid4 .blockGridCol:nth-of-type(4n+1) {
    margin-left: 1.7%;
    clear: none; }

  .blockGrid4 .blockGridCol:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left; }

  .blockGridAd {
    background-color: #eee; }

  .citySpWidget {
    height: 292px; } }
@media (min-width: 992px) and (max-width: 1183px) {
  .blockGrid4 .blockGridCol {
    width: 32.8%; }

  .blockGrid4 .blockGridCol:nth-of-type(2n+1) {
    margin-left: .7%;
    clear: none; }

  .blockGrid4 .blockGridCol:nth-of-type(4n+1) {
    margin-left: .7%;
    clear: none; }

  .blockGrid4 .blockGridCol:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left; }

  .blockGridAd {
    background-color: #eee; }

  .citySpWidget {
    height: 256.7px; } }
@media (min-width: 767px) and (max-width: 991px) {
  .blockGrid4 .blockGridCol:nth-of-type(1n+1) {
    margin-left: 2.6%;
    clear: none; }

  .blockGrid4 .blockGridCol {
    margin-left: 2.6%;
    width: 48.4%; }

  .blockGrid4 .blockGridCol:nth-of-type(3n+1) {
    clear: none; }

  .blockGrid4 .blockGridCol:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left; }

  .blockGridAd {
    background-color: #eee; }

  .citySpWidget {
    height: 290px; } }
@media (max-width: 767px) {
  /* change grid4 to 2-column */
  .blockGrid4 .blockGridCol {
    width: 95%; }

  .blockGrid4 .blockGridCol:nth-of-type(2n+1) {
    clear: none; }

  .blockGrid4 .blockGridCol:nth-of-type(1n+1) {
    margin-left: 2%;
    clear: left; }

  .citySpWidget {
    height: 230px; } }
.popTimeFrame {
  margin-bottom: 1.6em; }
  .popTimeFrame .timeFrameList {
    text-decoration: none;
    list-style-type: none;
    padding-left: 0px; }
    .popTimeFrame .timeFrameList .timeFrameItem {
      display: inline; }
      .popTimeFrame .timeFrameList .timeFrameItem a {
        text-decoration: none;
        padding: .4em 1.5em;
        color: #fff;
        background-color: #428bca;
        border-radius: 4px; }
        .popTimeFrame .timeFrameList .timeFrameItem a:hover {
          color: #fff;
          background-color: #369; }
    .popTimeFrame .timeFrameList .timeFrameInstructions {
      font-size: 1.2em;
      font-weight: bold;
      margin-right: 4px; }

.ytVideoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.ytVideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sectionHeaderTitle {
  font-family: 'Open Sans Condensed';
  font-size: 3.5em;
  font-weight: 300;
  text-shadow: 2px 2px 2px #CCCCCC;
  text-align: center;
  wdith: 100%; }

.spacerSection {
  height: 30px; }

.nattyHeader {
  background-image: url("http://statics.bendbulletin.com/images/nattyBanner.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  color: #5cad5c; }

.nattyHeaderLose {
  background-image: url("http://statics.bendbulletin.com/images/nattyLose.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  color: #dfdfdf; }

@media (min-width: 1195px) and (max-width: 100000px) {
  .nattyHeader {
    height: 165px; }

  .nattyHeaderLose {
    height: 280px; } }
@media (min-width: 992px) and (max-width: 1194px) {
  .nattyHeader {
    height: 145px; }

  .nattyHeaderLose {
    height: 230px; } }
@media (min-width: 580px) and (max-width: 991px) {
  .nattyHeader {
    height: 165px; }

  .nattyHeaderLose {
    height: 280px; } }
@media (min-width: 1px) and (max-width: 579px) {
  .nattyHeader {
    height: 105px; }

  .nattyHeaderLose {
    height: 240px; } }
.butWrap {
  background-color: #428bca;
  border: 1px solid #357ebd;
  padding: 10px 5px;
  border-radius: 20px;
  margin: 10px;
  width: 98%;
  height: 120px;
  padding-left: 8px; }

.butWrap:hover {
  background-color: #3276b1; }

.SubButLink {
  color: white;
  text-decoration: none; }

.formsIFrame {
  width: 100%;
  border: none; }

.eventsIFrame {
  width: 100%;
  border: none; }

.worshipIFrame {
  width: 100%;
  border: none; }

.SportsMenu {
  color: #2E9AFE; }

.SportsDiv {
  background-color: #2E9AFE; }

.NewsMenu {
  color: #FE2EF7; }

.NewsDiv {
  background-color: #FE2EF7; }

.SlideshowsMenu {
  color: #FFBF00; }

.SlideshowsDiv {
  background-color: #FFBF00; }

.EntertainmentMenu {
  color: #DF0174; }

.EntertainmentDiv {
  background-color: #DF0174; }

.VideosMenu {
  color: #A5DF00; }

.VideosDiv {
  background-color: #A5DF00; }

.FeaturesMenu {
  color: #088A85; }

.FeaturesDiv {
  background-color: #088A85; }

.LocalMenu {
  color: #8904B1; }

.LocalDiv {
  background-color: #8904B1; }

.teenCouponDiv {
  background-color: #456789; }

.StateMenu {
  color: #F7819F; }

.StateDiv {
  background-color: #F7819F; }

.NationMenu {
  color: #B40431; }

.NationDiv {
  background-color: #B40431; }

.HealthMenu {
  color: #58ACFA; }

.HealthDiv {
  background-color: #58ACFA; }

.ObituariesMenu {
  color: #FE2E2E; }

.ObituariesDiv {
  background-color: #FE2E2E; }

.BusinessMenu {
  color: #8A4B08; }

.BusinessDiv {
  background-color: #8A4B08; }

.LifestyleMenu {
  color: #086A87; }

.LifestyleDiv {
  background-color: #086A87; }

.OpinionMenu {
  color: #8904B1; }

.OpinionDiv {
  background-color: #8904B1; }

.OutdoorsMenu {
  color: #380B61; }

.OutdoorsDiv {
  background-color: #380B61; }

.WebpagesMenu {
  color: #dddddd; }

.WebpagesDiv {
  border: 1px solid #000000; }

.NoneMenu {
  color: white; }

.NoneDiv {
  border: 1px solid #000000;
  background-color: white;
  color: black !important; }

.teenPageBody #loadmoreajaxloader {
  position: fixed;
  width: 10%;
  left: 45%;
  top: 45%; }

.storyPopUp {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  overflow-x: hidden;
  z-index: 1000; }
  .storyPopUp .closeStoryPopup {
    background-color: black;
    margin-bottom: 10px; }
  .storyPopUp #teenStoryMenu {
    margin-bottom: 0px; }
    .storyPopUp #teenStoryMenu li {
      display: inline;
      list-style-type: none; }
      .storyPopUp #teenStoryMenu li a {
        color: white; }
      .storyPopUp #teenStoryMenu li .teenCloseButton {
        cursor: pointer; }
  .storyPopUp .teenStoryWrap {
    overflow-y: scroll; }
    .storyPopUp .teenStoryWrap .teenHeadline {
      font-size: 2em !important; }
    .storyPopUp .teenStoryWrap #sectionPageCarousel {
      background-color: transparent !important; }
      .storyPopUp .teenStoryWrap #sectionPageCarousel #fullStoryCaption p {
        color: white !important; }
      .storyPopUp .teenStoryWrap #sectionPageCarousel .photoCaption p {
        color: white !important; }
  .storyPopUp .toolbox1 {
    color: black; }
  .storyPopUp #teenFacebook {
    cursor: pointer; }
  .storyPopUp .article-content .fbCommentsStyView {
    background-color: #dddddd; }

body.teenPageBody {
  background-color: black;
  color: white; }
  body.teenPageBody .teenFooter {
    height: 80px;
    background-color: #444444;
    background-repeat: repeat;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
    width: 100%;
    display: none;
    text-align: center;
    z-index: 100; }
    body.teenPageBody .teenFooter .footerContents {
      height: 80px;
      width: 100%;
      margin: auto;
      padding-top: 20px; }
  body.teenPageBody .teen-page-wrap .teenHeaderImg {
    margin-left: 10%;
    width: 80%; }
  body.teenPageBody .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap {
    background: #dddddd;
    border-radius: 10px;
    color: black; }
    body.teenPageBody .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryText {
      background-color: white;
      border-radius: 5px;
      cursor: pointer; }
      body.teenPageBody .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryText a {
        color: black;
        text-decoration: none; }
      body.teenPageBody .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryText .teenReadMore {
        font-size: .6em; }
    body.teenPageBody .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryTextNoPhoto {
      cursor: pointer; }
      body.teenPageBody .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryTextNoPhoto .teenReadMore {
        font-size: .6em; }
    body.teenPageBody .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenCatWrap {
      color: white;
      font-size: 1.2em;
      padding: 5px;
      border-radius: 5px;
      margin-left: 5%;
      width: 90%; }
    body.teenPageBody .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryImage {
      cursor: pointer; }
    body.teenPageBody .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .loadCommentsBackup {
      cursor: pointer; }
  body.teenPageBody .teen-page-wrap .teenBody .teenRightRail {
    border-radius: 5px;
    background-color: #333333;
    padding: 10px 5px;
    margin-top: 20px; }
    body.teenPageBody .teen-page-wrap .teenBody .teenRightRail .teenFilter {
      list-style-type: none; }
      body.teenPageBody .teen-page-wrap .teenBody .teenRightRail .teenFilter li .filterNav {
        color: white; }
    body.teenPageBody .teen-page-wrap .teenBody .teenRightRail .teenRailTitle {
      border-bottom: 1px solid #555555;
      padding-left: 8px;
      font-size: 1.2em; }

@media (min-width: 1200px) and (max-width: 7000px) {
  .mobileMenu {
    display: none; }

  .teen-page-wrap img {
    margin-top: 20px; }
  .teen-page-wrap .menuLogoWrapper .teenLogoDiv {
    margin-top: -80px;
    padding: 0px; }
    .teen-page-wrap .menuLogoWrapper .teenLogoDiv img {
      width: 40%;
      margin-left: 30%; }
  .teen-page-wrap .menuLogoWrapper .teenNavBar {
    border-bottom: 5px solid white;
    text-align: center; }
  .teen-page-wrap .teenBody {
    width: 60%;
    margin-left: 20%;
    margin-top: 10px; }
    .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap {
      padding: 15px;
      margin-top: 20px; }
      .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryText {
        margin-left: 5%;
        width: 90%;
        padding: 14px;
        font-size: 1.7em;
        margin-top: 5px; }
      .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryTextNoPhoto {
        margin-left: 5%;
        padding: 10px 0px;
        font-size: 3em; }
        .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryTextNoPhoto a {
          color: black;
          text-decoration: none; }
      .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryImage {
        margin-left: 5%;
        border-radius: 5px; }
      .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenCatWrap {
        padding: 5px;
        margin-left: 20px;
        margin-bottom: 10px; }

  .storyPopUp {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-left: 20%;
    padding-right: 18%; }
    .storyPopUp .closeStoryPopup {
      font-size: 1.5em;
      padding: 5px;
      margin-bottom: 10px; }
    .storyPopUp #teenStoryMenu li {
      padding-right: 10px; }
    .storyPopUp .teenStoryWrap {
      height: 1000px; }
      .storyPopUp .teenStoryWrap .teenHeadline {
        font-size: 2em !important; }
    .storyPopUp .toolbox1 {
      font-size: .8em; }
    .storyPopUp .article-content .fbCommentsStyView {
      width: 60%;
      margin-left: 20%; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .mobileMenu {
    display: none; }

  .teen-page-wrap img {
    margin-top: 20px; }
  .teen-page-wrap .menuLogoWrapper .teenLogoDiv {
    margin-top: -80px;
    padding: 0px; }
    .teen-page-wrap .menuLogoWrapper .teenLogoDiv img {
      width: 40%;
      margin-left: 30%; }
  .teen-page-wrap .menuLogoWrapper .teenNavBar {
    border-bottom: 5px solid white;
    text-align: center; }
  .teen-page-wrap .teenBody {
    width: 94%;
    margin-left: 3%;
    margin-top: 5px; }
    .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap {
      padding: 15px;
      margin-top: 20px; }
      .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryText {
        margin-left: 5%;
        width: 90%;
        padding: 14px;
        font-size: 1.7em;
        margin-top: 5px; }
      .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryTextNoPhoto {
        margin-left: 5%;
        padding: 10px 0px;
        font-size: 2em; }
        .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryTextNoPhoto a {
          color: black;
          text-decoration: none; }
      .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryImage {
        margin-left: 5%;
        border-radius: 5px; }
      .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenCatWrap {
        padding: 5px;
        margin-left: 20px;
        margin-bottom: 5px; }
    .teen-page-wrap .teenBody .teenRightRail ul {
      padding-left: 5px !important; }

  .storyPopUp {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-left: 10%;
    padding-right: 10%; }
    .storyPopUp .closeStoryPopup {
      font-size: 1.5em;
      padding: 5px;
      margin-bottom: 10px; }
    .storyPopUp #teenStoryMenu li {
      padding-right: 10px; }
    .storyPopUp .teenStoryWrap {
      height: 1000px; }
      .storyPopUp .teenStoryWrap .teenHeadline {
        font-size: 2em !important; }
    .storyPopUp .toolbox1 {
      font-size: .8em; }
    .storyPopUp .article-content .fbCommentsStyView {
      width: 80%;
      margin-left: 10%; } }
@media (min-width: 1px) and (max-width: 767px) {
  .mobileMenu {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #333333;
    text-align: right;
    font-size: 2em;
    padding-right: 8%;
    cursor: pointer; }
    .mobileMenu .mobileMenuDropdown {
      text-align: left;
      margin-left: 5%; }
      .mobileMenu .mobileMenuDropdown .mobileTitle {
        border-bottom: 1px solid grey; }
      .mobileMenu .mobileMenuDropdown .mobileTitle:not(first-child) {
        margin-top: 15px; }
      .mobileMenu .mobileMenuDropdown .mobileItem {
        margin-left: 5%; }
        .mobileMenu .mobileMenuDropdown .mobileItem a {
          color: white;
          text-decoration: none; }
      .mobileMenu .mobileMenuDropdown .teenFilter {
        line-height: 1em;
        margin-left: 5%; }

  .teen-page-wrap .teenHeaderImg {
    margin-top: 50px; }
  .teen-page-wrap .menuLogoWrapper .teenLogoDiv {
    margin-top: -40px;
    padding: 0px; }
    .teen-page-wrap .menuLogoWrapper .teenLogoDiv img {
      width: 60%;
      margin-left: 20%; }
  .teen-page-wrap .menuLogoWrapper .teenNavBar {
    border-bottom: 5px solid white;
    text-align: center; }
  .teen-page-wrap .teenBody {
    width: 98%;
    margin-left: 1%;
    margin-top: 5px; }
    .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap {
      padding: 5px;
      margin-top: 10px; }
      .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryText {
        margin-left: 5%;
        width: 90%;
        padding: 5px;
        font-size: 1.2em;
        margin-top: 5px; }
      .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryTextNoPhoto {
        margin-left: 5%;
        padding: 10px 0px;
        font-size: 1.5em; }
        .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryTextNoPhoto a {
          color: black;
          text-decoration: none; }
      .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenSummaryImage {
        margin-left: 5%;
        border-radius: 5px; }
      .teen-page-wrap .teenBody .teenStoryLists .teenStorySummaryWrap .teenCatWrap {
        margin-left: 10px;
        margin-bottom: 5px; }
    .teen-page-wrap .teenBody .teenRightRail {
      display: none;
      border-radius: 2px;
      padding: 10px 5px;
      margin-top: 20px; }
      .teen-page-wrap .teenBody .teenRightRail .teenFilter {
        list-style-type: none;
        padding-left: 0px; }
      .teen-page-wrap .teenBody .teenRightRail .teenRailTitle {
        border-bottom: 1px solid #555555;
        padding-left: 2px;
        font-size: 1em; }

  .teenFooter {
    height: 40px; }

  .storyPopUp {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-left: 2%;
    padding-right: 2%; }
    .storyPopUp .closeStoryPopup {
      font-size: 1em;
      padding: 5px;
      margin-bottom: 10px; }
    .storyPopUp #teenStoryMenu li {
      padding-right: 3px; }
    .storyPopUp .teenStoryWrap {
      height: 1000px; }
      .storyPopUp .teenStoryWrap .teenHeadline {
        font-size: 1.2em !important;
        margin-top: 5px; }
    .storyPopUp .toolbox1 {
      font-size: .8em; }
    .storyPopUp .article-content p {
      font-size: 1em; }
    .storyPopUp .article-content .fbCommentsStyView {
      width: 100%; } }
.railClassAdd {
  text-align: left; }

.rtRailClassHead {
  color: white;
  font-weight: bold;
  background-color: #3399ff;
  padding: 3px; }

.rtRailClassDiv {
  border: 1px solid #dddddd;
  padding-left: 2%;
  padding-right: 2%; }

.rtRailClassImage {
  width: 100%;
  max-height: 80px; }

@media (min-width: 1151) {
  .rtRailClassDiv {
    width: 98%; }

  .rtRailClassHead {
    width: 100%; } }
@media (min-width: 985px) and (max-width: 1150px) {
  .rtRailClassDiv {
    width: 80%;
    margin-left: 10%; }

  .rtRailClassHead {
    width: 91%; } }
@media (max-width: 984px) {
  .rtRailClassDiv {
    width: 50%; }

  .rtRailClassHead {
    width: 51%; } }
.pm-page-wrap {
  visibility: visible;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  background-color: rgba(49, 49, 49, 0.95); }
  .pm-page-wrap .pm-bg-0 {
    background-image: url("http://imagehosting.bendbulletin.com/paymeter/Wpopuptrees2015.jpg"); }
  .pm-page-wrap .pm-bg-1 {
    background-image: url("http://imagehosting.bendbulletin.com/paymeter/Wpopupriverreflection23.jpg"); }
  .pm-page-wrap .pm-bg-4 {
    background-image: url("http://imagehosting.bendbulletin.com/paymeter/Wpopupflowers.jpg"); }
  .pm-page-wrap .pm-bg-8 {
    background-image: url("http://imagehosting.bendbulletin.com/paymeter/Wpopupsnowtrees.jpg"); }
  .pm-page-wrap .pm-bg-12 {
    background-image: url("http://imagehosting.bendbulletin.com/paymeter/Wpopupwebsunsetlake2.jpg"); }
  .pm-page-wrap .pm-ss-wrap {
    z-index: 2147483651;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
    opacity: 1; }
    .pm-page-wrap .pm-ss-wrap .firstTopText {
      font-weight: bold; }
    .pm-page-wrap .pm-ss-wrap .firstTopText1 {
      font-weight: bold;
      color: red; }
    .pm-page-wrap .pm-ss-wrap .firstTopText4 {
      font-weight: bold; }
    .pm-page-wrap .pm-ss-wrap .firstTopText8 {
      font-weight: bold; }
    .pm-page-wrap .pm-ss-wrap .firstTopText12 {
      font-weight: bold; }
    .pm-page-wrap .pm-ss-wrap .secondTopText1 {
      font-weight: bold;
      color: black; }
      .pm-page-wrap .pm-ss-wrap .secondTopText1 .pmStoryCount1 {
        color: red;
        text-transform: uppercase;
        font-weight: 900; }
    .pm-page-wrap .pm-ss-wrap .secondTopText4 {
      font-weight: bold; }
      .pm-page-wrap .pm-ss-wrap .secondTopText4 .pmStoryCount4 {
        color: #e7dc6e;
        text-transform: uppercase;
        font-weight: 900; }
    .pm-page-wrap .pm-ss-wrap .secondTopText8 {
      font-weight: bold; }
      .pm-page-wrap .pm-ss-wrap .secondTopText8 .pmStoryCount8 {
        color: #90c3d4;
        text-transform: uppercase;
        font-weight: 900; }
    .pm-page-wrap .pm-ss-wrap .secondTopText12 {
      color: black; }
    .pm-page-wrap .pm-ss-wrap .thirdTopText1 {
      color: black; }
    .pm-page-wrap .pm-ss-wrap .buttonRowSubscribe {
      padding-top: 1.5em !important; }
      .pm-page-wrap .pm-ss-wrap .buttonRowSubscribe a.subButton {
        background: #54ce87;
        /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#54ce87, #bbeccf, #54ce87);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#54ce87, #bbeccf, #54ce87);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#54ce87, #bbeccf, #54ce87);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(#54ce87, #bbeccf, #54ce87);
        /* Standard syntax */
        color: black;
        text-decoration: none; }
    .pm-page-wrap .pm-ss-wrap .buttonRowSubscribeL {
      text-align: right; }
    .pm-page-wrap .pm-ss-wrap .buttonRowNotNow {
      padding-top: 1.5em !important; }
      .pm-page-wrap .pm-ss-wrap .buttonRowNotNow a.nnButton {
        background: #ff6309;
        /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#ff6309, yellow, #ff6309);
        /* For Safari */
        background: -o-linear-gradient(#ff6309, yellow, #ff6309);
        /* For Opera */
        background: -moz-linear-gradient(#ff6309, yellow, #ff6309);
        /* For Firefox */
        background: linear-gradient(#ff6309, #ffff00, #ff6309);
        /* Standard syntax */
        color: black;
        text-decoration: none; }
    .pm-page-wrap .pm-ss-wrap .buttonPullRight {
      text-align: right;
      margin-right: 20px; }
    .pm-page-wrap .pm-ss-wrap .buttonRowSignIn {
      margin-top: 1em; }
      .pm-page-wrap .pm-ss-wrap .buttonRowSignIn a.signButton {
        font-weight: bold;
        color: #e7dc6e;
        text-decoration: underline; }
    .pm-page-wrap .pm-ss-wrap .bottomText1 {
      text-transform: uppercase; }
    .pm-page-wrap .pm-ss-wrap .bottomText2 {
      text-align: center; }
      .pm-page-wrap .pm-ss-wrap .bottomText2 .pmPubText {
        font-weight: bold; }
    .pm-page-wrap .pm-ss-wrap .pm-welcome {
      font-weight: bold; }
    .pm-page-wrap .pm-ss-wrap .pmCountRem {
      color: red;
      text-transform: uppercase;
      font-weight: bold; }

.fixWhiteText {
  background-color: rgba(49, 49, 49, 0.5); }

/***************************************************************************************
	MEDIA QUERIES -- 800 and up
***************************************************************************************/
@media (min-width: 800px) {
  .pm-page-wrap .pm-ss-wrap .firstTopText {
    padding-top: 1em;
    font-size: 4em; }
  .pm-page-wrap .pm-ss-wrap .firstTopText8 {
    padding-top: 0em;
    font-size: 5em; }
  .pm-page-wrap .pm-ss-wrap .firstTopText1 {
    padding-top: 0em;
    font-size: 4em; }
  .pm-page-wrap .pm-ss-wrap .firstTopText4 {
    padding-top: 0em;
    font-size: 5em; }
  .pm-page-wrap .pm-ss-wrap .firstTopText12 {
    padding-top: 0em;
    font-size: 7em; }
  .pm-page-wrap .pm-ss-wrap .secondTopText {
    font-size: 2em;
    padding-top: .7em;
    padding-left: 20px;
    padding-right: 20px; }
  .pm-page-wrap .pm-ss-wrap .secondTopText1 {
    font-size: 2em;
    padding-top: 0em;
    padding-left: 20px;
    padding-right: 20px; }
    .pm-page-wrap .pm-ss-wrap .secondTopText1 .pmStoryCount1 {
      font-size: 2em; }
  .pm-page-wrap .pm-ss-wrap .secondTopText4 {
    font-size: 2em;
    padding-top: 0em;
    padding-left: 20px;
    padding-right: 20px; }
    .pm-page-wrap .pm-ss-wrap .secondTopText4 .pmStoryCount4 {
      font-size: 2em; }
  .pm-page-wrap .pm-ss-wrap .secondTopText8 {
    font-size: 2em;
    padding-top: 0em;
    padding-left: 20px;
    padding-right: 20px; }
    .pm-page-wrap .pm-ss-wrap .secondTopText8 .pmStoryCount8 {
      font-size: 2em; }
  .pm-page-wrap .pm-ss-wrap .secondTopText12 {
    font-size: 2em;
    padding-top: 0em;
    padding-left: 20px;
    padding-right: 20px; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText {
    font-size: 2em;
    padding-top: .7em;
    font-weight: bold; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText1 {
    font-size: 1.8em; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText4 {
    font-size: 1.8em; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText8 {
    font-size: 2em; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText12 {
    font-size: 2em;
    padding-top: .7em;
    font-weight: bold; }
  .pm-page-wrap .pm-ss-wrap .buttonRowSubscribe .buttonRowText {
    font-size: 1.5em; }
  .pm-page-wrap .pm-ss-wrap .buttonRowSubscribe a.subButton {
    border: 3px solid white;
    border-radius: 25px;
    padding: 5px 25px;
    font-size: 1.3em; }
  .pm-page-wrap .pm-ss-wrap .buttonRowNotNow .buttonRowText {
    font-size: 1.5em; }
  .pm-page-wrap .pm-ss-wrap .buttonRowNotNow a.nnButton {
    border: 3px solid white;
    border-radius: 25px;
    padding: 5px 33px;
    font-size: 1.3em; }
  .pm-page-wrap .pm-ss-wrap .buttonRowSignIn .buttonRowText {
    font-size: 1.5em; }
  .pm-page-wrap .pm-ss-wrap .buttonRowSignIn a.signButton {
    font-size: 1.5em; }
  .pm-page-wrap .pm-ss-wrap .pmSepLine {
    border: 3px solid white;
    margin-top: 1em; }
  .pm-page-wrap .pm-ss-wrap .bottomText1 {
    padding-top: .8em; }
  .pm-page-wrap .pm-ss-wrap .pm-welcome {
    font-size: 2em;
    padding-top: .5em; }
  .pm-page-wrap .pm-ss-wrap .pmCountRem {
    font-size: 2em; }

  .pwNoLtPadding {
    padding-left: 0px !important; }

  .footer1Wrap {
    margin-top: 3.5em; }

  .footer4Wrap {
    margin-top: 1.4em; }

  .footer8Wrap {
    margin-top: 1.5em; }

  .pushDownRow1 {
    margin-top: 2em; }

  .pmBottomSmall {
    font-size: .8em; } }
/***************************************************************************************
	MEDIA QUERIES -- 556-799
***************************************************************************************/
@media (min-width: 556px) and (max-width: 799px) {
  .pm-page-wrap .pm-ss-wrap .firstTopText {
    padding-top: .5em;
    font-size: 4em; }
  .pm-page-wrap .pm-ss-wrap .firstTopText1 {
    padding-top: 0em;
    font-size: 3.4em; }
  .pm-page-wrap .pm-ss-wrap .firstTopText4 {
    padding-top: 0em;
    font-size: 3.4em; }
  .pm-page-wrap .pm-ss-wrap .firstTopText8 {
    padding-top: 0em;
    font-size: 4em; }
  .pm-page-wrap .pm-ss-wrap .firstTopText12 {
    padding-top: .5em;
    font-size: 3em; }
  .pm-page-wrap .pm-ss-wrap .secondTopText {
    font-size: 1.8em;
    padding-top: .7em;
    padding-left: 12px;
    padding-right: 12px; }
  .pm-page-wrap .pm-ss-wrap .secondTopText1 {
    font-size: 2em;
    padding-top: 0em;
    padding-left: 20px;
    padding-right: 20px; }
    .pm-page-wrap .pm-ss-wrap .secondTopText1 .pmStoryCount1 {
      font-size: 1.4em; }
  .pm-page-wrap .pm-ss-wrap .secondTopText4 {
    font-size: 2em;
    padding-top: 0em;
    padding-left: 10px;
    padding-right: 10px; }
    .pm-page-wrap .pm-ss-wrap .secondTopText4 .pmStoryCount4 {
      font-size: 1.4em; }
  .pm-page-wrap .pm-ss-wrap .secondTopText8 {
    font-size: 2em;
    padding-top: 0em;
    padding-left: 20px;
    padding-right: 20px; }
    .pm-page-wrap .pm-ss-wrap .secondTopText8 .pmStoryCount4 {
      font-size: 1.4em; }
  .pm-page-wrap .pm-ss-wrap .secondTopText12 {
    font-size: 1.6em;
    padding-top: .2em;
    padding-left: 12px;
    padding-right: 12px; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText {
    font-size: 2em;
    padding-top: .7em;
    font-weight: bold; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText1 {
    font-size: 1.2; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText4 {
    font-size: 1.2; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText8 {
    font-size: 1.5; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText12 {
    font-size: 2em;
    padding-top: .7em;
    font-weight: bold; }
  .pm-page-wrap .pm-ss-wrap .buttonRowSubscribe .buttonRowText {
    font-size: 1.3em; }
  .pm-page-wrap .pm-ss-wrap .buttonRowSubscribe a.subButton {
    border: 3px solid white;
    border-radius: 25px;
    padding: 5px 20px;
    font-size: 1.1em; }
  .pm-page-wrap .pm-ss-wrap .buttonRowNotNow .buttonRowText {
    font-size: 1.3em; }
  .pm-page-wrap .pm-ss-wrap .buttonRowNotNow a.nnButton {
    border: 3px solid white;
    border-radius: 25px;
    padding: 5px 25px;
    font-size: 1.1em; }
  .pm-page-wrap .pm-ss-wrap .buttonRowSignIn .buttonRowText {
    font-size: 1.3em; }
  .pm-page-wrap .pm-ss-wrap .buttonRowSignIn a.signButton {
    font-size: 1.3em; }
  .pm-page-wrap .pm-ss-wrap .pmSepLine {
    border: 2px solid white;
    margin-top: 1em; }
  .pm-page-wrap .pm-ss-wrap .bottomText1 {
    padding-top: .8em; }
  .pm-page-wrap .pm-ss-wrap .pm-welcome {
    font-size: 3em; }
  .pm-page-wrap .pm-ss-wrap .pmCountRem {
    font-size: 1em; }

  .footer4Wrap {
    margin-top: 4.4em; }

  .footer1Wrap {
    margin-top: 1.4em; }

  .footer8Wrap {
    margin-top: 4.5em; } }
/***************************************************************************************
	MEDIA QUERIES -- 1-555
***************************************************************************************/
@media (min-width: 1px) and (max-width: 555px) {
  .pm-page-wrap .pm-ss-wrap .firstTopText {
    padding-top: .5em;
    font-size: 2.2em; }
  .pm-page-wrap .pm-ss-wrap .firstTopText1 {
    padding-top: 0em;
    font-size: 1.8em;
    padding: 10px;
    font-size: 2.5; }
  .pm-page-wrap .pm-ss-wrap .firstTopText4 {
    padding-top: 0em;
    font-size: 1.8em; }
  .pm-page-wrap .pm-ss-wrap .firstTopText8 {
    padding-top: 0em;
    font-size: 2em; }
  .pm-page-wrap .pm-ss-wrap .firstTopText12 {
    padding-top: .5em;
    font-size: 2.2em; }
  .pm-page-wrap .pm-ss-wrap .secondTopText {
    font-size: 1.1em;
    padding-top: .7em;
    padding-left: 3px;
    padding-right: 3px; }
  .pm-page-wrap .pm-ss-wrap .secondTopText1 {
    font-size: 1em;
    padding-top: 0em;
    padding-left: 5px;
    padding-right: 5px; }
    .pm-page-wrap .pm-ss-wrap .secondTopText1 .pmStoryCount1 {
      font-size: 1.5em; }
  .pm-page-wrap .pm-ss-wrap .secondTopText4 {
    font-size: 1em;
    padding-top: 0em;
    padding-left: 5px;
    padding-right: 5px; }
    .pm-page-wrap .pm-ss-wrap .secondTopText4 .pmStoryCount4 {
      font-size: 1.5em; }
  .pm-page-wrap .pm-ss-wrap .secondTopText8 {
    font-size: 1em;
    padding-top: 0em;
    padding-left: 5px;
    padding-right: 5px; }
    .pm-page-wrap .pm-ss-wrap .secondTopText8 .pmStoryCount8 {
      font-size: 1.5em; }
  .pm-page-wrap .pm-ss-wrap .secondTopText12 {
    font-size: 1em;
    padding-top: .2em;
    padding-left: 3px;
    padding-right: 3px; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText {
    font-size: 2em;
    padding-top: .7em;
    font-weight: bold; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText1 {
    font-size: 1em; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText4 {
    font-size: 1em; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText8 {
    font-size: 1.2em; }
  .pm-page-wrap .pm-ss-wrap .thirdTopText12 {
    font-size: 1em;
    padding-top: .7em;
    font-weight: bold; }
  .pm-page-wrap .pm-ss-wrap .buttonRowSubscribe .buttonRowText {
    font-size: 1.3em; }
  .pm-page-wrap .pm-ss-wrap .buttonRowSubscribe a.subButton {
    border: 3px solid white;
    border-radius: 25px;
    padding: 5px 20px;
    font-size: 1.1em; }
  .pm-page-wrap .pm-ss-wrap .buttonRowNotNow .buttonRowText {
    font-size: 1.3em; }
  .pm-page-wrap .pm-ss-wrap .buttonRowNotNow a.nnButton {
    border: 3px solid white;
    border-radius: 25px;
    padding: 5px 27px;
    font-size: 1.1em; }
  .pm-page-wrap .pm-ss-wrap .buttonRowSignIn {
    padding-left: 10px;
    padding-right: 10px; }
    .pm-page-wrap .pm-ss-wrap .buttonRowSignIn .buttonRowText {
      font-size: 1.3em; }
    .pm-page-wrap .pm-ss-wrap .buttonRowSignIn a.signButton {
      font-size: 1.3em; }
  .pm-page-wrap .pm-ss-wrap .pmSepLine {
    border: 2px solid white;
    margin-top: 1em; }
  .pm-page-wrap .pm-ss-wrap .bottomText1 {
    padding-top: .5em;
    font-size: .7em; }

  .footer4Wrap {
    margin-top: 4.5em; }

  .footer1Wrap {
    margin-top: 4.5em; }

  .footer8Wrap {
    margin-top: 4.5em; }

  .footer12Wrap {
    margin-top: 3.5em; }

  .fixWhiteTextMobile {
    background-color: rgba(49, 49, 49, 0.5); } }
.twentytwentyWrapper {
  /* Grid HTML Classes */
  /* Styles for screens that are atleast 768px; */ }
  .twentytwentyWrapper .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwentyWrapper .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwentyWrapper .twentytwenty-vertical .twentytwenty-handle:before, .twentytwentyWrapper .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
  .twentytwentyWrapper .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwentyWrapper .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px; }
  .twentytwentyWrapper .twentytwenty-vertical .twentytwenty-handle:before, .twentytwentyWrapper .twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px; }
  .twentytwentyWrapper .twentytwenty-before-label, .twentytwentyWrapper .twentytwenty-after-label, .twentytwentyWrapper .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .twentytwentyWrapper .twentytwenty-before-label, .twentytwentyWrapper .twentytwenty-after-label, .twentytwentyWrapper .twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  .twentytwentyWrapper .twentytwenty-before-label, .twentytwentyWrapper .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity; }
  .twentytwentyWrapper .twentytwenty-before-label:before, .twentytwentyWrapper .twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em; }
  .twentytwentyWrapper .twentytwenty-before-label:before, .twentytwentyWrapper .twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .twentytwentyWrapper .twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwentyWrapper .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px; }
  .twentytwentyWrapper .twentytwenty-vertical .twentytwenty-before-label:before, .twentytwentyWrapper .twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px; }
  .twentytwentyWrapper .twentytwenty-left-arrow, .twentytwentyWrapper .twentytwenty-right-arrow, .twentytwentyWrapper .twentytwenty-up-arrow, .twentytwentyWrapper .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute; }
  .twentytwentyWrapper .twentytwenty-left-arrow, .twentytwentyWrapper .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px; }
  .twentytwentyWrapper .twentytwenty-up-arrow, .twentytwentyWrapper .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px; }
  .twentytwentyWrapper .twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none; }
  .twentytwentyWrapper .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwentyWrapper .twentytwenty-container.active .twentytwenty-overlay, .twentytwentyWrapper .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: transparent; }
  .twentytwentyWrapper .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
  .twentytwentyWrapper .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwentyWrapper .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
  .twentytwentyWrapper .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0; }
  .twentytwentyWrapper .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .twentytwentyWrapper .twentytwenty-before-label {
    opacity: 0; }
  .twentytwentyWrapper .twentytwenty-before-label:before {
    content: "Before"; }
  .twentytwentyWrapper .twentytwenty-after-label {
    opacity: 0; }
  .twentytwentyWrapper .twentytwenty-after-label:before {
    content: "After"; }
  .twentytwentyWrapper .twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px; }
  .twentytwentyWrapper .twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px; }
  .twentytwentyWrapper .twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px; }
  .twentytwentyWrapper .twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px; }
  .twentytwentyWrapper .twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: transparent;
    z-index: 25; }
  .twentytwentyWrapper .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
  .twentytwentyWrapper .twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1; }
  .twentytwentyWrapper .twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1; }
  .twentytwentyWrapper .twentytwenty-before {
    z-index: 20; }
  .twentytwentyWrapper .twentytwenty-after {
    z-index: 10; }
  .twentytwentyWrapper .twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer; }
  .twentytwentyWrapper .twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  .twentytwentyWrapper .twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  .twentytwentyWrapper .twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  .twentytwentyWrapper .twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  .twentytwentyWrapper .twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px; }
  .twentytwentyWrapper .twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px; }
  .twentytwentyWrapper .twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px; }
  .twentytwentyWrapper .twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px; }
  .twentytwentyWrapper *,
  .twentytwentyWrapper *:before,
  .twentytwentyWrapper *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .twentytwentyWrapper html,
  .twentytwentyWrapper body {
    font-size: 100%; }
  .twentytwentyWrapper body {
    background: white;
    color: #222222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default; }
  .twentytwentyWrapper a:hover {
    cursor: pointer; }
  .twentytwentyWrapper a:focus {
    outline: none; }
  .twentytwentyWrapper img,
  .twentytwentyWrapper object,
  .twentytwentyWrapper embed {
    max-width: 100%;
    height: auto; }
  .twentytwentyWrapper object,
  .twentytwentyWrapper embed {
    height: 100%; }
  .twentytwentyWrapper img {
    -ms-interpolation-mode: bicubic; }
  .twentytwentyWrapper #map_canvas img,
  .twentytwentyWrapper #map_canvas embed,
  .twentytwentyWrapper #map_canvas object,
  .twentytwentyWrapper .map_canvas img,
  .twentytwentyWrapper .map_canvas embed,
  .twentytwentyWrapper .map_canvas object {
    max-width: none !important; }
  .twentytwentyWrapper .left {
    float: left !important; }
  .twentytwentyWrapper .right {
    float: right !important; }
  .twentytwentyWrapper .text-left {
    text-align: left !important; }
  .twentytwentyWrapper .text-right {
    text-align: right !important; }
  .twentytwentyWrapper .text-center {
    text-align: center !important; }
  .twentytwentyWrapper .text-justify {
    text-align: justify !important; }
  .twentytwentyWrapper .hide {
    display: none; }
  .twentytwentyWrapper .antialiased {
    -webkit-font-smoothing: antialiased; }
  .twentytwentyWrapper img {
    display: inline-block;
    vertical-align: middle; }
  .twentytwentyWrapper textarea {
    height: auto;
    min-height: 50px; }
  .twentytwentyWrapper select {
    width: 100%; }
  .twentytwentyWrapper .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
    *zoom: 1; }
  .twentytwentyWrapper .row:before, .twentytwentyWrapper .row:after {
    content: " ";
    display: table; }
  .twentytwentyWrapper .row:after {
    clear: both; }
  .twentytwentyWrapper .row.collapse .column,
  .twentytwentyWrapper .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .twentytwentyWrapper .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
  .twentytwentyWrapper .row .row:before, .twentytwentyWrapper .row .row:after {
    content: " ";
    display: table; }
  .twentytwentyWrapper .row .row:after {
    clear: both; }
  .twentytwentyWrapper .row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1; }
  .twentytwentyWrapper .row .row.collapse:before, .twentytwentyWrapper .row .row.collapse:after {
    content: " ";
    display: table; }
  .twentytwentyWrapper .row .row.collapse:after {
    clear: both; }
  .twentytwentyWrapper .column,
  .twentytwentyWrapper .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; }
  @media only screen {
    .twentytwentyWrapper .column,
    .twentytwentyWrapper .columns {
      position: relative;
      padding-left: 0.9375em;
      padding-right: 0.9375em;
      float: left; }
    .twentytwentyWrapper .small-1 {
      position: relative;
      width: 8.33333%; }
    .twentytwentyWrapper .small-2 {
      position: relative;
      width: 16.66667%; }
    .twentytwentyWrapper .small-3 {
      position: relative;
      width: 25%; }
    .twentytwentyWrapper .small-4 {
      position: relative;
      width: 33.33333%; }
    .twentytwentyWrapper .small-5 {
      position: relative;
      width: 41.66667%; }
    .twentytwentyWrapper .small-6 {
      position: relative;
      width: 50%; }
    .twentytwentyWrapper .small-7 {
      position: relative;
      width: 58.33333%; }
    .twentytwentyWrapper .small-8 {
      position: relative;
      width: 66.66667%; }
    .twentytwentyWrapper .small-9 {
      position: relative;
      width: 75%; }
    .twentytwentyWrapper .small-10 {
      position: relative;
      width: 83.33333%; }
    .twentytwentyWrapper .small-11 {
      position: relative;
      width: 91.66667%; }
    .twentytwentyWrapper .small-12 {
      position: relative;
      width: 100%; }
    .twentytwentyWrapper .small-offset-0 {
      position: relative;
      margin-left: 0%; }
    .twentytwentyWrapper .small-offset-1 {
      position: relative;
      margin-left: 8.33333%; }
    .twentytwentyWrapper .small-offset-2 {
      position: relative;
      margin-left: 16.66667%; }
    .twentytwentyWrapper .small-offset-3 {
      position: relative;
      margin-left: 25%; }
    .twentytwentyWrapper .small-offset-4 {
      position: relative;
      margin-left: 33.33333%; }
    .twentytwentyWrapper .small-offset-5 {
      position: relative;
      margin-left: 41.66667%; }
    .twentytwentyWrapper .small-offset-6 {
      position: relative;
      margin-left: 50%; }
    .twentytwentyWrapper .small-offset-7 {
      position: relative;
      margin-left: 58.33333%; }
    .twentytwentyWrapper .small-offset-8 {
      position: relative;
      margin-left: 66.66667%; }
    .twentytwentyWrapper .small-offset-9 {
      position: relative;
      margin-left: 75%; }
    .twentytwentyWrapper .small-offset-10 {
      position: relative;
      margin-left: 83.33333%; }
    .twentytwentyWrapper [class*="column"] + [class*="column"]:last-child {
      float: right; }
    .twentytwentyWrapper [class*="column"] + [class*="column"].end {
      float: left; }
    .twentytwentyWrapper .column.small-centered,
    .twentytwentyWrapper .columns.small-centered {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      float: none !important; } }
  @media only screen and (min-width: 768px) {
    .twentytwentyWrapper .large-1 {
      position: relative;
      width: 8.33333%; }
    .twentytwentyWrapper .large-2 {
      position: relative;
      width: 16.66667%; }
    .twentytwentyWrapper .large-3 {
      position: relative;
      width: 25%; }
    .twentytwentyWrapper .large-4 {
      position: relative;
      width: 33.33333%; }
    .twentytwentyWrapper .large-5 {
      position: relative;
      width: 41.66667%; }
    .twentytwentyWrapper .large-6 {
      position: relative;
      width: 50%; }
    .twentytwentyWrapper .large-7 {
      position: relative;
      width: 58.33333%; }
    .twentytwentyWrapper .large-8 {
      position: relative;
      width: 66.66667%; }
    .twentytwentyWrapper .large-9 {
      position: relative;
      width: 75%; }
    .twentytwentyWrapper .large-10 {
      position: relative;
      width: 83.33333%; }
    .twentytwentyWrapper .large-11 {
      position: relative;
      width: 91.66667%; }
    .twentytwentyWrapper .large-12 {
      position: relative;
      width: 100%; }
    .twentytwentyWrapper .row .large-offset-0 {
      position: relative;
      margin-left: 0%; }
    .twentytwentyWrapper .row .large-offset-1 {
      position: relative;
      margin-left: 8.33333%; }
    .twentytwentyWrapper .row .large-offset-2 {
      position: relative;
      margin-left: 16.66667%; }
    .twentytwentyWrapper .row .large-offset-3 {
      position: relative;
      margin-left: 25%; }
    .twentytwentyWrapper .row .large-offset-4 {
      position: relative;
      margin-left: 33.33333%; }
    .twentytwentyWrapper .row .large-offset-5 {
      position: relative;
      margin-left: 41.66667%; }
    .twentytwentyWrapper .row .large-offset-6 {
      position: relative;
      margin-left: 50%; }
    .twentytwentyWrapper .row .large-offset-7 {
      position: relative;
      margin-left: 58.33333%; }
    .twentytwentyWrapper .row .large-offset-8 {
      position: relative;
      margin-left: 66.66667%; }
    .twentytwentyWrapper .row .large-offset-9 {
      position: relative;
      margin-left: 75%; }
    .twentytwentyWrapper .row .large-offset-10 {
      position: relative;
      margin-left: 83.33333%; }
    .twentytwentyWrapper .row .large-offset-11 {
      position: relative;
      margin-left: 91.66667%; }
    .twentytwentyWrapper .push-1 {
      position: relative;
      left: 8.33333%;
      right: auto; }
    .twentytwentyWrapper .pull-1 {
      position: relative;
      right: 8.33333%;
      left: auto; }
    .twentytwentyWrapper .push-2 {
      position: relative;
      left: 16.66667%;
      right: auto; }
    .twentytwentyWrapper .pull-2 {
      position: relative;
      right: 16.66667%;
      left: auto; }
    .twentytwentyWrapper .push-3 {
      position: relative;
      left: 25%;
      right: auto; }
    .twentytwentyWrapper .pull-3 {
      position: relative;
      right: 25%;
      left: auto; }
    .twentytwentyWrapper .push-4 {
      position: relative;
      left: 33.33333%;
      right: auto; }
    .twentytwentyWrapper .pull-4 {
      position: relative;
      right: 33.33333%;
      left: auto; }
    .twentytwentyWrapper .push-5 {
      position: relative;
      left: 41.66667%;
      right: auto; }
    .twentytwentyWrapper .pull-5 {
      position: relative;
      right: 41.66667%;
      left: auto; }
    .twentytwentyWrapper .push-6 {
      position: relative;
      left: 50%;
      right: auto; }
    .twentytwentyWrapper .pull-6 {
      position: relative;
      right: 50%;
      left: auto; }
    .twentytwentyWrapper .push-7 {
      position: relative;
      left: 58.33333%;
      right: auto; }
    .twentytwentyWrapper .pull-7 {
      position: relative;
      right: 58.33333%;
      left: auto; }
    .twentytwentyWrapper .push-8 {
      position: relative;
      left: 66.66667%;
      right: auto; }
    .twentytwentyWrapper .pull-8 {
      position: relative;
      right: 66.66667%;
      left: auto; }
    .twentytwentyWrapper .push-9 {
      position: relative;
      left: 75%;
      right: auto; }
    .twentytwentyWrapper .pull-9 {
      position: relative;
      right: 75%;
      left: auto; }
    .twentytwentyWrapper .push-10 {
      position: relative;
      left: 83.33333%;
      right: auto; }
    .twentytwentyWrapper .pull-10 {
      position: relative;
      right: 83.33333%;
      left: auto; }
    .twentytwentyWrapper .push-11 {
      position: relative;
      left: 91.66667%;
      right: auto; }
    .twentytwentyWrapper .pull-11 {
      position: relative;
      right: 91.66667%;
      left: auto; }
    .twentytwentyWrapper .column.large-centered,
    .twentytwentyWrapper .columns.large-centered {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      float: none !important; }
    .twentytwentyWrapper .column.large-uncentered,
    .twentytwentyWrapper .columns.large-uncentered {
      margin-left: 0;
      margin-right: 0;
      float: left !important; }
    .twentytwentyWrapper .column.large-uncentered.opposite,
    .twentytwentyWrapper .columns.large-uncentered.opposite {
      float: right !important; } }

#leader {
  margin: 5 auto; }

#header .masthead {
  padding: 2px 0 !important; }
  #header .masthead .masthead-body {
    line-height: 125%; }
    #header .masthead .masthead-body a {
      display: inline-block;
      padding-bottom: 10px; }
#header .logo {
  text-align: center;
  margin-top: 4px; }
  #header .logo .logoText {
    margin-bottom: 0px;
    font-style: italic;
    line-height: 1em; }
  #header .logo time {
    font-size: .8em; }
  #header .logo a img {
    width: 50%; }
#header .search {
  text-align: right;
  padding: 25px 0 0 0; }
#header .headerAcctNav {
  /* Wed Sep 24 11:38:41 PDT 2014 JTG */ }
  #header .headerAcctNav p {
    margin: 0 auto 5px auto;
    width: 140px; }
@media (max-width: 767px) {
  #header {
    /* small device */ }
    #header .row {
      padding: 5px 10px; }
    #header .logo p {
      display: none; }
    #header .logo img {
      height: auto;
      max-width: 50%;
      margin: 0 0 5px 0; }
    #header .search {
      padding: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  #header {
    /* small to medium devices */ }
    #header .row {
      padding: 10px 0; }
    #header .logo p {
      color: #666666; }
    #header .logo img {
      height: auto;
      max-width: 80%; }
    #header .search {
      padding: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #header {
    /* medium to large desktops */ }
    #header .row {
      padding: 10px 0; }
    #header .logo p {
      color: #666666; }
    #header .logo img {
      height: auto;
      max-width: 100%; }
    #header .search {
      text-align: right;
      padding: 25px 0 0 0; } }
@media (min-width: 1200px) {
  #header {
    /* large desktops */ }
    #header .row {
      padding: 10px 0; }
    #header .logo p {
      color: #666666; }
    #header .logo img {
      height: auto;
      max-width: 100%; }
    #header .search {
      text-align: right;
      padding: 25px 0 0 0; } }

.union-democrat #header .logo a img {
  width: 80%; }

#nav .navbar-brand {
  display: none;
  color: black; }
#nav.navbar-fixed-top .navbar-brand {
  display: block;
  padding: 5px 0; }

.frontpageContainer {
  margin-top: 1em; }

.bullBread {
  margin-bottom: 0px; }

.sectionTitle {
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
  color: #666666;
  border-bottom: 1px dotted #ececec; }

.ap-headline {
  background-color: #CCCCCC;
  border-radius: 5px; }

.classFeat {
  background-color: #ECECEC;
  border: 1px solid #CCCCCC;
  padding: 0.5em;
  margin: 0 0 1em 0;
  font-size: 12px; }
  .classFeat ul {
    padding: 0;
    list-style-image: none;
    list-style-type: none; }
    .classFeat ul li {
      margin: 0 5px 15px 5px;
      padding: 0 !important;
      float: left;
      background-image: none !important;
      width: 4.85em;
      text-align: center; }
      .classFeat ul li a img {
        border: 1px solid #035CB6;
        background-color: #FFFFFF;
        padding: 0.25em; }
      .classFeat ul li a:hover img {
        border: 1px solid #059AE8;
        background-color: #035CB6; }
      .classFeat ul li a p {
        margin: 0;
        font-weight: bold; }
  .classFeat a.btn {
    margin: 0 5px 20px 0; }

.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  outline: 0; }

.pull-right {
  float: right !important; }

#centerAlign {
  margin: 0 auto;
  width: 75%;
  margin-bottom: 30px;
  padding-top: 10px; }

.cat-movies #centerAlign {
  width: auto; }

@media (min-width: 200px) and (max-width: 767px) {
  #publicNotices {
    display: none; } }
.printPhotos {
  padding-top: 10px; }

.smallMedia {
  padding-top: 5px;
  overflow: hidden;
  zoom: 1;
  margin-left: 5px;
  text-align: left;
  font-size: .75em; }
  .smallMedia a {
    padding-right: 5px;
    font-size: 1.2em;
    text-decoration: none; }

.thumbtext {
  font-size: .95em; }

.searchResults {
  font-size: 1.5em; }

@media (min-width: 768px) {
  li.dropdown:hover ul.dropdown-menu {
    display: block; }

  .row.fullStoryLayout {
    margin-left: 0;
    margin-right: 0; } }
#footer {
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #4A4A4A;
  margin-top: 15px; }
  #footer a {
    color: #fff; }
    #footer a:hover {
      color: #fff; }
  #footer h2, #footer h3, #footer h4 {
    font-size: 18px;
    padding-bottom: 5px;
    margin: 15px 0 10px 0;
    border-bottom: 1px dotted #cccccc;
    font-family: "Open Sans Condensed", sans-serif; }
  #footer hr {
    border-top: 1px dotted #cccccc;
    display: block; }
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0 0 15px 0; }
  #footer ul.social li {
    list-style: none;
    float: left;
    margin-right: 10px; }
    #footer ul.social li a {
      text-indent: -9999px;
      text-decoration: none;
      height: 32px;
      width: 32px;
      display: block;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      color: #fff; }
    #footer ul.social li.facebook a {
      background-color: #2591ff; }
      #footer ul.social li.facebook a:hover {
        background-color: #58abff; }
    #footer ul.social li.twitter a {
      background-color: #25ceff; }
      #footer ul.social li.twitter a:hover {
        background-color: #58d9ff; }
    #footer ul.social li.youtube a {
      background-color: #a80202; }
      #footer ul.social li.youtube a:hover {
        background-color: #da0303; }
    #footer ul.social li.rss a {
      background-color: #ef843d; }
      #footer ul.social li.rss a:hover {
        background-color: #f3a26c; }
  #footer .footer-subscribe {
    margin-top: 3em;
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: normal; }
    #footer .footer-subscribe p {
      margin: 15px 0;
      font-size: 14px; }
    #footer .footer-subscribe a.btn {
      font-size: 2.5em; }
  #footer .footer-bottom .nav a {
    padding: 1px 10px;
    font-size: 12px; }
    #footer .footer-bottom .nav a:hover {
      text-decoration: underline;
      background-color: transparent; }
  #footer .footer-copyright {
    margin: 0 0 15px 0;
    color: #cccccc; }

.tab-content {
  margin: 0 0 1em 0; }

.navHomeIcon {
  font-size: 1.2em;
  line-height: 1em; }

.listStoryAP img {
  margin: 5px 10px 0 0; }

.label-as-badge {
  border-radius: 1em; }

.article-content .News_movie_times_heads {
  font-size: 1.75em;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 30px 0 0;
  position: relative; }
  .article-content .News_movie_times_heads:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd; }
  .article-content .News_movie_times_heads:after {
    content: "\f145";
    font-family: "fontAwesome";
    font-size: 22px;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    float: left;
    margin-top: 2px; }
  .article-content .News_movie_times_heads:first-child {
    margin-top: 0; }
    .article-content .News_movie_times_heads:first-child:before {
      content: normal; }
.article-content .News_movie_times, .article-content .News_movie_times_theaters {
  padding: 15px 20px;
  margin: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
  .article-content .News_movie_times:nth-child(even), .article-content .News_movie_times_theaters:nth-child(even) {
    background: #eee; }
  .article-content .News_movie_times:first-child, .article-content .News_movie_times_theaters:first-child {
    border-top: 1px solid #ddd; }
  .article-content .News_movie_times:last-child, .article-content .News_movie_times_theaters:last-child {
    border-bottom: 1px solid #ddd; }
  .article-content .News_movie_times .movie-title, .article-content .News_movie_times_theaters .movie-title {
    color: #808080;
    font-size: 1.4em;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    padding-bottom: 5px; }
    .article-content .News_movie_times .movie-title .rating, .article-content .News_movie_times_theaters .movie-title .rating {
      font-weight: normal;
      font-style: italic;
      font-size: .6em;
      font-family: "Open Sans", sans-serif; }
  .article-content .News_movie_times .movie-times:first-letter, .article-content .News_movie_times_theaters .movie-times:first-letter {
    text-transform: uppercase; }
  .article-content .News_movie_times .movie-times span, .article-content .News_movie_times_theaters .movie-times span {
    display: inline-block; }
    .article-content .News_movie_times .movie-times span:first-letter, .article-content .News_movie_times_theaters .movie-times span:first-letter {
      text-transform: uppercase; }
    .article-content .News_movie_times .movie-times span.bold, .article-content .News_movie_times_theaters .movie-times span.bold {
      font-weight: bold; }
    .article-content .News_movie_times .movie-times span.normal, .article-content .News_movie_times_theaters .movie-times span.normal {
      font-weight: normal; }
.article-content .News_movie_times_notes {
  padding: 5px 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  clear: both; }
.article-content .Calendar_hd1 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1em; }
.article-content .News_of_Record_Local .movie-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
  margin-top: .75em; }

video {
  width: 100%    !important;
  height: auto   !important; }

.rail-media {
  padding-top: 5px;
  overflow: hidden;
  zoom: 1;
  margin-left: 5px;
  text-align: left;
  font-size: .75em; }
  .rail-media a {
    padding-right: 5px; }

.rail-media-body {
  text-align: left; }
  .rail-media-body a {
    font-size: 1.2em;
    text-decoration: none; }

.relatedStories {
  float: right;
  width: 35%;
  background: #eee;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  margin-left: 5px; }
  .relatedStories .rail-media {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd; }
  .relatedStories h3 {
    font-size: 1.1em;
    background-color: #333333;
    color: white;
    padding-top: 5px;
    margin-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 100%; }
  .relatedStories .relatedDivLine {
    margin: 5px;
    border: 1px solid #AAAAAA; }
  .relatedStories .related-list {
    padding-left: 0;
    margin-bottom: 0; }
    .relatedStories .related-list .thumbtext a {
      font-size: 1.4em;
      line-height: 125%; }
    .relatedStories .related-list .thumbtext p {
      font-size: 1.1em;
      margin-top: 1em; }

.cat-movies .movie-box {
  background: #eee;
  margin-bottom: 15px; }
  .cat-movies .movie-box h3 {
    font-size: 1.5em;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    margin: 0; }
  .cat-movies .movie-box article {
    margin: 0;
    padding: 15px 20px; }
.cat-movies .mainBody .relatedStories, .cat-movies .mainBody #toolbox, .cat-movies .fullStoryLayout .relatedStories, .cat-movies .fullStoryLayout #toolbox {
  float: none;
  width: auto;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 0; }
.cat-movies .mainBody #toolbox p, .cat-movies .fullStoryLayout #toolbox p {
  margin: 0; }
.cat-movies .mainBody .related-list, .cat-movies .fullStoryLayout .related-list {
  width: 100%;
  position: relative; }
  .cat-movies .mainBody .related-list li, .cat-movies .fullStoryLayout .related-list li {
    float: left;
    width: 33.3333%;
    min-height: 100px; }
.cat-movies .mainBody .rail-media a, .cat-movies .fullStoryLayout .rail-media a {
  font-size: 1em;
  max-height: 75px !important;
  height: 75px;
  text-transform: uppercase; }
.cat-movies .rail-media p {
  display: none; }

.mobileNavBottom {
  display: none; }

/* --- Jobs Widget Style Overrides --- */
.jobs-grid-wrap {
  z-index: 0;
  position: static; }

#RmSWContainer {
  min-height: 210px; }
  #RmSWContainer .RmJwSbWrapper {
    width: 100% !important;
    position: static; }
  #RmSWContainer .RmJwSbLoginFloat {
    height: 27px; }

#rmCategoryWidget .rmCategoryToggleWrp {
  text-align: left; }
  #rmCategoryWidget .rmCategoryToggleWrp span {
    color: #fff;
    border: 1px solid #305cb6;
    padding: 5px 12px;
    border-radius: 3px;
    background: #305cb6;
    margin-left: 15px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1120px; } }
@media (max-width: 1199px) {
  .container {
    max-width: 90%; }

  .footer-bottom .container {
    max-width: 90% !important; }

  .cat-movies .mainBody .related-list, .cat-movies .fullStoryLayout .related-list {
    padding-right: 10px; }
    .cat-movies .mainBody .related-list li, .cat-movies .fullStoryLayout .related-list li {
      float: left;
      min-height: 100px;
      padding-bottom: 5px; }
  .cat-movies .mainBody .rail-media .rail-media-body, .cat-movies .fullStoryLayout .rail-media .rail-media-body {
    text-align: center; }
  .cat-movies .mainBody .rail-media a, .cat-movies .fullStoryLayout .rail-media a {
    width: 100%;
    max-height: 90px !important;
    height: 90px;
    float: none;
    text-align: center; }
    .cat-movies .mainBody .rail-media a img, .cat-movies .fullStoryLayout .rail-media a img {
      margin: 0 !important;
      padding: 0;
      width: 100%;
      height: auto; } }
@media (max-width: 991px) {
  body > .container {
    padding-left: 30px; }

  body > #header.container {
    padding-left: 0;
    max-width: 88%; } }
@media (max-width: 767px) {
  .sumome-share-client-open-mobile.sumome-share-client-small.sumome-share-client-counts {
    padding: 6px 10px 10px !important;
    width: 50px !important;
    height: 50px !important; }

  .sumome-share-client-open-mobile.sumome-share-client-small img {
    width: 30px !important;
    height: 30px !important; }

  .sumome-share-client-open-mobile.sumome-share-client-small.sumome-share-client-counts span {
    font-size: 10px !important;
    bottom: 8px !important; }

  .article-content p {
    word-wrap: break-word; }

  .cat-movies .mainBody h3, .cat-movies .fullStoryLayout h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 15px 10px;
    margin: 0; }
    .cat-movies .mainBody h3:hover, .cat-movies .mainBody h3:active, .cat-movies .fullStoryLayout h3:hover, .cat-movies .fullStoryLayout h3:active {
      cursor: pointer;
      background: #222; }
    .cat-movies .mainBody h3 i, .cat-movies .fullStoryLayout h3 i {
      color: #fff;
      font-size: 18px;
      padding: 2px 5px;
      margin-top: -2px;
      border: 1px solid #fff;
      border-radius: 2px;
      float: right; }
  .cat-movies .mainBody .related-list, .cat-movies .fullStoryLayout .related-list {
    display: none;
    border: 1px solid #999;
    border-top: none;
    border-bottom-width: 5px;
    margin-bottom: 30px; }
    .cat-movies .mainBody .related-list li, .cat-movies .fullStoryLayout .related-list li {
      width: 50%; }

  .article-content .News_movie_times .movie-title .rating, .article-content .News_movie_times_theaters .movie-title .rating {
    display: block;
    padding-top: 5px; }

  .mobileNavBottom {
    display: block; }

  .relatedStories {
    width: 100%;
    padding-bottom: 15px;
    margin: 15px 0 30px;
    border-bottom: 3px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .relatedStories h3 {
      font-size: 1.5em;
      margin-bottom: 0;
      padding: 8px 15px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      cursor: pointer;
      position: relative; }
      .relatedStories h3:hover, .relatedStories h3:active {
        background: #222; }
      .relatedStories h3 i {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 39px;
        text-align: center;
        line-height: 39px;
        border-left: 1px solid #666; }
    .relatedStories .related-list {
      display: none; }
    .relatedStories .relThumb1 {
      width: 80px; }
      .relatedStories .relThumb1 img {
        margin: 0 !important;
        width: 100%;
        height: auto; } }
@media (max-width: 480px) {
  body > .container {
    padding-left: 0; }

  body > #header.container {
    max-width: 100%; } }
