@charset "UTF-8";
/*
Theme Name: E. Samuel Rogers
Description: A Bootstrap 3-based theme for the "green radio" styled family of news websites.
Author: Leon Qi, Kevin Gamble, Vikas Joshi
Version: 1.0
Theme URL: https://github.com/digitalmedia/newsradio_sites
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, sass/base/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, sass/base/_normalize.scss */
body {
  margin: 0;
}

/* line 32, sass/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 52, sass/base/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 65, sass/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 75, sass/base/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 87, sass/base/_normalize.scss */
a {
  background: transparent;
}

/* line 95, sass/base/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 107, sass/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 115, sass/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 124, sass/base/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 133, sass/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 142, sass/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 151, sass/base/_normalize.scss */
small {
  font-size: 80%;
}

/* line 159, sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 182, sass/base/_normalize.scss */
img {
  border: 0;
}

/* line 190, sass/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 201, sass/base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 209, sass/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 219, sass/base/_normalize.scss */
pre {
  overflow: auto;
}

/* line 227, sass/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 250, sass/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 264, sass/base/_normalize.scss */
button {
  overflow: visible;
}

/* line 275, sass/base/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 288, sass/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 300, sass/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 309, sass/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 320, sass/base/_normalize.scss */
input {
  line-height: normal;
}

/* line 332, sass/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 344, sass/base/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 355, sass/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 368, sass/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 377, sass/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 388, sass/base/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 397, sass/base/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 406, sass/base/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 417, sass/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, sass/base/_normalize.scss */
td,
th {
  padding: 0;
}

@media print {
  /* line 8, sass/base/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 15, sass/base/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 20, sass/base/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 24, sass/base/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 29, sass/base/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 34, sass/base/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, sass/base/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 44, sass/base/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, sass/base/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 53, sass/base/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 60, sass/base/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 67, sass/base/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 72, sass/base/_print.scss */
  .navbar {
    display: none;
  }

  /* line 76, sass/base/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 83, sass/base/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, sass/base/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, sass/base/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 95, sass/base/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 25, sass/base/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, sass/base/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 39, sass/base/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 40, sass/base/_glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 41, sass/base/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, sass/base/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, sass/base/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, sass/base/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, sass/base/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, sass/base/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, sass/base/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, sass/base/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, sass/base/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, sass/base/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, sass/base/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, sass/base/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, sass/base/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, sass/base/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, sass/base/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, sass/base/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, sass/base/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, sass/base/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, sass/base/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, sass/base/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, sass/base/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, sass/base/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, sass/base/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, sass/base/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, sass/base/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, sass/base/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, sass/base/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, sass/base/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, sass/base/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, sass/base/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, sass/base/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, sass/base/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, sass/base/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, sass/base/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, sass/base/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, sass/base/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, sass/base/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, sass/base/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, sass/base/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, sass/base/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, sass/base/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, sass/base/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, sass/base/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, sass/base/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, sass/base/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, sass/base/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, sass/base/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, sass/base/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, sass/base/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, sass/base/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, sass/base/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, sass/base/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, sass/base/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, sass/base/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, sass/base/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, sass/base/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, sass/base/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, sass/base/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, sass/base/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, sass/base/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, sass/base/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, sass/base/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, sass/base/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, sass/base/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, sass/base/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, sass/base/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, sass/base/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, sass/base/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, sass/base/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, sass/base/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, sass/base/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, sass/base/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, sass/base/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, sass/base/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, sass/base/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, sass/base/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, sass/base/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, sass/base/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, sass/base/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, sass/base/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, sass/base/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, sass/base/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, sass/base/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, sass/base/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, sass/base/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, sass/base/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, sass/base/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, sass/base/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, sass/base/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, sass/base/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, sass/base/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, sass/base/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, sass/base/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, sass/base/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, sass/base/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, sass/base/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, sass/base/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, sass/base/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, sass/base/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, sass/base/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, sass/base/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, sass/base/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, sass/base/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, sass/base/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, sass/base/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, sass/base/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, sass/base/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, sass/base/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, sass/base/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, sass/base/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, sass/base/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, sass/base/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, sass/base/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, sass/base/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, sass/base/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, sass/base/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, sass/base/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, sass/base/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, sass/base/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, sass/base/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, sass/base/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, sass/base/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, sass/base/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, sass/base/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, sass/base/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, sass/base/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, sass/base/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, sass/base/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, sass/base/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, sass/base/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, sass/base/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, sass/base/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, sass/base/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, sass/base/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, sass/base/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, sass/base/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, sass/base/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, sass/base/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, sass/base/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, sass/base/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, sass/base/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, sass/base/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, sass/base/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, sass/base/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, sass/base/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, sass/base/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, sass/base/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, sass/base/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, sass/base/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, sass/base/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, sass/base/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, sass/base/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, sass/base/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, sass/base/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, sass/base/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, sass/base/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, sass/base/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, sass/base/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, sass/base/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, sass/base/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, sass/base/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, sass/base/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, sass/base/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, sass/base/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, sass/base/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, sass/base/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, sass/base/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, sass/base/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, sass/base/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, sass/base/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, sass/base/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, sass/base/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, sass/base/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, sass/base/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, sass/base/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, sass/base/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, sass/base/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, sass/base/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, sass/base/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, sass/base/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, sass/base/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, sass/base/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, sass/base/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, sass/base/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, sass/base/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, sass/base/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, sass/base/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, sass/base/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, sass/base/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, sass/base/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, sass/base/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, sass/base/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, sass/base/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, sass/base/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, sass/base/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, sass/base/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, sass/base/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 11, sass/layout/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, sass/layout/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, sass/layout/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, sass/layout/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, sass/layout/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, sass/layout/_scaffolding.scss */
a {
  color: #428bca;
  text-decoration: none;
}
/* line 52, sass/layout/_scaffolding.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
/* line 58, sass/layout/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, sass/layout/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, sass/layout/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, sass/layout/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, sass/layout/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, sass/layout/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, sass/layout/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, sass/layout/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, sass/layout/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, sass/layout/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, sass/layout/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #333333;
}
/* line 16, sass/layout/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 24, sass/layout/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, sass/layout/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, sass/layout/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, sass/layout/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, sass/layout/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, sass/layout/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, sass/layout/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, sass/layout/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, sass/layout/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, sass/layout/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, sass/layout/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, sass/layout/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, sass/layout/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, sass/layout/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 84, sass/layout/_type.scss */
cite {
  font-style: normal;
}

/* line 88, sass/layout/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 95, sass/layout/_type.scss */
.text-left {
  text-align: left;
}

/* line 96, sass/layout/_type.scss */
.text-right {
  text-align: right;
}

/* line 97, sass/layout/_type.scss */
.text-center {
  text-align: center;
}

/* line 98, sass/layout/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 99, sass/layout/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 102, sass/layout/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 103, sass/layout/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 104, sass/layout/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 107, sass/layout/_type.scss */
.text-muted {
  color: #999999;
}

/* line 5, sass/helpers/_text-emphasis.scss */
.text-primary {
  color: #428bca;
}

/* line 8, sass/helpers/_text-emphasis.scss */
a.text-primary:hover {
  color: #3071a9;
}

/* line 5, sass/helpers/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, sass/helpers/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, sass/helpers/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, sass/helpers/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, sass/helpers/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, sass/helpers/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, sass/helpers/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, sass/helpers/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 124, sass/layout/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, sass/helpers/_background-variant.scss */
.bg-primary {
  background-color: #428bca;
}

/* line 8, sass/helpers/_background-variant.scss */
a.bg-primary:hover {
  background-color: #3071a9;
}

/* line 5, sass/helpers/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, sass/helpers/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, sass/helpers/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, sass/helpers/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, sass/helpers/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, sass/helpers/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, sass/helpers/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, sass/helpers/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 143, sass/layout/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 154, sass/layout/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 158, sass/layout/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, sass/layout/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 173, sass/layout/_type.scss */
.list-inline {
  margin-left: -5px;
}
/* line 177, sass/layout/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, sass/layout/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, sass/layout/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, sass/layout/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, sass/layout/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, sass/helpers/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, sass/layout/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, sass/layout/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, sass/layout/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 235, sass/layout/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 241, sass/layout/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, sass/layout/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, sass/layout/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}
/* line 265, sass/layout/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, sass/layout/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, sass/layout/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, sass/layout/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, sass/layout/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 300, sass/layout/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, sass/layout/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, sass/layout/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, sass/layout/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, sass/layout/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

/* line 40, sass/layout/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 54, sass/layout/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 65, sass/layout/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, sass/layout/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
/* line 14, sass/helpers/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, sass/layout/_grid.scss */
  .container {
    width: 748px;
  }
}
@media (min-width: 1024px) {
  /* line 10, sass/layout/_grid.scss */
  .container {
    width: 956px;
  }
}
@media (min-width: 1280px) {
  /* line 10, sass/layout/_grid.scss */
  .container {
    width: 1264px;
  }
}

/* line 30, sass/layout/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
/* line 14, sass/helpers/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, sass/layout/_grid.scss */
.row {
  margin-left: -8px;
  margin-right: -8px;
}
/* line 14, sass/helpers/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, sass/helpers/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

/* line 27, sass/helpers/_grid-framework.scss */
.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-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 {
  float: left;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-1 {
  width: 6.25%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-2 {
  width: 12.5%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-3 {
  width: 18.75%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-4 {
  width: 25%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-5 {
  width: 31.25%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-6 {
  width: 37.5%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-7 {
  width: 43.75%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-8 {
  width: 50%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-9 {
  width: 56.25%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-10 {
  width: 62.5%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-11 {
  width: 68.75%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-12 {
  width: 75%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-13 {
  width: 81.25%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-14 {
  width: 87.5%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-15 {
  width: 93.75%;
}

/* line 35, sass/helpers/_grid-framework.scss */
.col-xs-16 {
  width: 100%;
}

/* line 55, sass/helpers/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-1 {
  right: 6.25%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-2 {
  right: 12.5%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-3 {
  right: 18.75%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-4 {
  right: 25%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-5 {
  right: 31.25%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-6 {
  right: 37.5%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-7 {
  right: 43.75%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-8 {
  right: 50%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-9 {
  right: 56.25%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-10 {
  right: 62.5%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-11 {
  right: 68.75%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-12 {
  right: 75%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-13 {
  right: 81.25%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-14 {
  right: 87.5%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-15 {
  right: 93.75%;
}

/* line 50, sass/helpers/_grid-framework.scss */
.col-xs-pull-16 {
  right: 100%;
}

/* line 45, sass/helpers/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-1 {
  left: 6.25%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-2 {
  left: 12.5%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-3 {
  left: 18.75%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-4 {
  left: 25%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-5 {
  left: 31.25%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-6 {
  left: 37.5%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-7 {
  left: 43.75%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-8 {
  left: 50%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-9 {
  left: 56.25%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-10 {
  left: 62.5%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-11 {
  left: 68.75%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-12 {
  left: 75%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-13 {
  left: 81.25%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-14 {
  left: 87.5%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-15 {
  left: 93.75%;
}

/* line 40, sass/helpers/_grid-framework.scss */
.col-xs-push-16 {
  left: 100%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 6.25%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 12.5%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 18.75%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 25%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 31.25%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 37.5%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 43.75%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 50%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 56.25%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 62.5%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 68.75%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 75%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-13 {
  margin-left: 81.25%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-14 {
  margin-left: 87.5%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-15 {
  margin-left: 93.75%;
}

/* line 60, sass/helpers/_grid-framework.scss */
.col-xs-offset-16 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, sass/helpers/_grid-framework.scss */
  .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-sm-13, .col-sm-14, .col-sm-15, .col-sm-16 {
    float: left;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-1 {
    width: 6.25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-2 {
    width: 12.5%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-3 {
    width: 18.75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-4 {
    width: 25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-5 {
    width: 31.25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-6 {
    width: 37.5%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-7 {
    width: 43.75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-8 {
    width: 50%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-9 {
    width: 56.25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-10 {
    width: 62.5%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-11 {
    width: 68.75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-12 {
    width: 75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-13 {
    width: 81.25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-14 {
    width: 87.5%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-15 {
    width: 93.75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-sm-16 {
    width: 100%;
  }

  /* line 55, sass/helpers/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 6.25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 12.5%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 18.75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 31.25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 37.5%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 43.75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 50%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 56.25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 62.5%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 68.75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-13 {
    right: 81.25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-14 {
    right: 87.5%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-15 {
    right: 93.75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-sm-pull-16 {
    right: 100%;
  }

  /* line 45, sass/helpers/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-1 {
    left: 6.25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-2 {
    left: 12.5%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-3 {
    left: 18.75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-4 {
    left: 25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-5 {
    left: 31.25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-6 {
    left: 37.5%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-7 {
    left: 43.75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-8 {
    left: 50%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-9 {
    left: 56.25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-10 {
    left: 62.5%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-11 {
    left: 68.75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-12 {
    left: 75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-13 {
    left: 81.25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-14 {
    left: 87.5%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-15 {
    left: 93.75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-sm-push-16 {
    left: 100%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 6.25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 12.5%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 18.75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 31.25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 37.5%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 43.75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 50%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 56.25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 62.5%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 68.75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-13 {
    margin-left: 81.25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-14 {
    margin-left: 87.5%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-15 {
    margin-left: 93.75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-sm-offset-16 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 27, sass/helpers/_grid-framework.scss */
  .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-md-13, .col-md-14, .col-md-15, .col-md-16 {
    float: left;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-1 {
    width: 6.25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-2 {
    width: 12.5%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-3 {
    width: 18.75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-4 {
    width: 25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-5 {
    width: 31.25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-6 {
    width: 37.5%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-7 {
    width: 43.75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-8 {
    width: 50%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-9 {
    width: 56.25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-10 {
    width: 62.5%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-11 {
    width: 68.75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-12 {
    width: 75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-13 {
    width: 81.25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-14 {
    width: 87.5%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-15 {
    width: 93.75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-md-16 {
    width: 100%;
  }

  /* line 55, sass/helpers/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-1 {
    right: 6.25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-2 {
    right: 12.5%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-3 {
    right: 18.75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-4 {
    right: 25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-5 {
    right: 31.25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-6 {
    right: 37.5%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-7 {
    right: 43.75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-8 {
    right: 50%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-9 {
    right: 56.25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-10 {
    right: 62.5%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-11 {
    right: 68.75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-12 {
    right: 75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-13 {
    right: 81.25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-14 {
    right: 87.5%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-15 {
    right: 93.75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-md-pull-16 {
    right: 100%;
  }

  /* line 45, sass/helpers/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-1 {
    left: 6.25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-2 {
    left: 12.5%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-3 {
    left: 18.75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-4 {
    left: 25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-5 {
    left: 31.25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-6 {
    left: 37.5%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-7 {
    left: 43.75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-8 {
    left: 50%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-9 {
    left: 56.25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-10 {
    left: 62.5%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-11 {
    left: 68.75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-12 {
    left: 75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-13 {
    left: 81.25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-14 {
    left: 87.5%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-15 {
    left: 93.75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-md-push-16 {
    left: 100%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 6.25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 12.5%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 18.75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 31.25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 37.5%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 43.75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 50%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 56.25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 62.5%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 68.75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-13 {
    margin-left: 81.25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-14 {
    margin-left: 87.5%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-15 {
    margin-left: 93.75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-md-offset-16 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  /* line 27, sass/helpers/_grid-framework.scss */
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    float: left;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-1 {
    width: 6.25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-2 {
    width: 12.5%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-3 {
    width: 18.75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-4 {
    width: 25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-5 {
    width: 31.25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-6 {
    width: 37.5%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-7 {
    width: 43.75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-8 {
    width: 50%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-9 {
    width: 56.25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-10 {
    width: 62.5%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-11 {
    width: 68.75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-12 {
    width: 75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-13 {
    width: 81.25%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-14 {
    width: 87.5%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-15 {
    width: 93.75%;
  }

  /* line 35, sass/helpers/_grid-framework.scss */
  .col-lg-16 {
    width: 100%;
  }

  /* line 55, sass/helpers/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 6.25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 12.5%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 18.75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 31.25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 37.5%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 43.75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 50%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 56.25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 62.5%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 68.75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-13 {
    right: 81.25%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-14 {
    right: 87.5%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-15 {
    right: 93.75%;
  }

  /* line 50, sass/helpers/_grid-framework.scss */
  .col-lg-pull-16 {
    right: 100%;
  }

  /* line 45, sass/helpers/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-1 {
    left: 6.25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-2 {
    left: 12.5%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-3 {
    left: 18.75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-4 {
    left: 25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-5 {
    left: 31.25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-6 {
    left: 37.5%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-7 {
    left: 43.75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-8 {
    left: 50%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-9 {
    left: 56.25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-10 {
    left: 62.5%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-11 {
    left: 68.75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-12 {
    left: 75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-13 {
    left: 81.25%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-14 {
    left: 87.5%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-15 {
    left: 93.75%;
  }

  /* line 40, sass/helpers/_grid-framework.scss */
  .col-lg-push-16 {
    left: 100%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 6.25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 12.5%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 18.75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 31.25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 37.5%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 43.75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 50%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 56.25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 62.5%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 68.75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-13 {
    margin-left: 81.25%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-14 {
    margin-left: 87.5%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-15 {
    margin-left: 93.75%;
  }

  /* line 60, sass/helpers/_grid-framework.scss */
  .col-lg-offset-16 {
    margin-left: 100%;
  }
}
/* line 6, sass/layout/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, sass/layout/_tables.scss */
th {
  text-align: left;
}

/* line 16, sass/layout/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 25, sass/layout/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 35, sass/layout/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 44, sass/layout/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 51, sass/layout/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 56, sass/layout/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 69, sass/layout/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 82, sass/layout/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 88, sass/layout/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 95, sass/layout/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 109, sass/layout/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 123, sass/layout/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 135, sass/layout/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, sass/layout/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, sass/helpers/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, sass/helpers/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, sass/helpers/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, sass/helpers/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, sass/helpers/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, sass/helpers/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, sass/helpers/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, sass/helpers/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, sass/helpers/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, sass/helpers/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  /* line 171, sass/layout/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 182, sass/layout/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 190, sass/layout/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 199, sass/layout/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 207, sass/layout/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 211, sass/layout/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 224, sass/layout/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, sass/layout/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, sass/layout/_forms.scss */
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;
}

/* line 32, sass/layout/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, sass/layout/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, sass/layout/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, sass/layout/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, sass/layout/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, sass/layout/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 77, sass/layout/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, sass/layout/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 115, sass/layout/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
  -o-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;
}
/* line 53, sass/helpers/_forms.scss */
.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);
}
/* line 102, sass/helpers/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
/* line 104, sass/helpers/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}
/* line 105, sass/helpers/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}
/* line 141, sass/layout/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, sass/layout/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, sass/layout/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 178, sass/layout/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}
/* line 186, sass/layout/_forms.scss */
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 30px;
}
/* line 189, sass/layout/_forms.scss */
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 46px;
}

/* line 200, sass/layout/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 209, sass/layout/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 217, sass/layout/_forms.scss */
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 224, sass/layout/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 233, sass/layout/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 239, sass/layout/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 248, sass/layout/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 260, sass/layout/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 269, sass/layout/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 279, sass/layout/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 67, sass/helpers/_forms.scss */
.input-sm, .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;
}

/* line 75, sass/helpers/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 80, sass/helpers/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 67, sass/helpers/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 75, sass/helpers/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 80, sass/helpers/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 300, sass/layout/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 305, sass/layout/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 310, sass/layout/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 321, sass/layout/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 326, sass/layout/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, sass/helpers/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
/* line 17, sass/helpers/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
/* line 20, sass/helpers/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 27, sass/helpers/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 33, sass/helpers/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, sass/helpers/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
/* line 17, sass/helpers/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
/* line 20, sass/helpers/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 27, sass/helpers/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 33, sass/helpers/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, sass/helpers/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
/* line 17, sass/helpers/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -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);
}
/* line 20, sass/helpers/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 27, sass/helpers/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 33, sass/helpers/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 345, sass/layout/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 355, sass/layout/_forms.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 365, sass/layout/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 390, sass/layout/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 397, sass/layout/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 403, sass/layout/_forms.scss */
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 407, sass/layout/_forms.scss */
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 415, sass/layout/_forms.scss */
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 419, sass/layout/_forms.scss */
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 427, sass/layout/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 434, sass/layout/_forms.scss */
  .form-inline .radio label, .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 438, sass/layout/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  /* line 448, sass/layout/_forms.scss */
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 465, sass/layout/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 475, sass/layout/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 481, sass/layout/_forms.scss */
.form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px;
}
/* line 14, sass/helpers/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
/* line 485, sass/layout/_forms.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  /* line 493, sass/layout/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 504, sass/layout/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 8px;
}

/* Native Web Ads */
/* Inside "Top Stories"-style layout. */
/* line 4, sass/components/_ads.scss */
#div-centerbar #div-top-stories .substory_div.native-ad-container {
  margin-top: 8px;
}
@media screen and (min-width: 767px) {
  /* line 4, sass/components/_ads.scss */
  #div-centerbar #div-top-stories .substory_div.native-ad-container {
    height: 250px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  /* line 4, sass/components/_ads.scss */
  #div-centerbar #div-top-stories .substory_div.native-ad-container {
    height: 285px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 4, sass/components/_ads.scss */
  #div-centerbar #div-top-stories .substory_div.native-ad-container {
    height: 280px;
  }
}

/* Category Page Stories */
/* line 18, sass/components/_ads.scss */
#page-categories {
  /* Center Column */
}
/* line 20, sass/components/_ads.scss */
#page-categories #div-stories .native-ad-wrap {
  position: relative;
  z-index: 5;
}
/* line 24, sass/components/_ads.scss */
#page-categories #div-stories .native-ad-wrap .substory_div.native-ad-container {
  margin-top: -14px;
}
@media screen and (max-width: 767px) {
  /* line 26, sass/components/_ads.scss */
  #page-categories #div-stories .native-ad-wrap .substory_div.native-ad-container .ad-native-web {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1279px) {
  /* line 38, sass/components/_ads.scss */
  #page-categories #div-list .post_row.native-ad-container .ad-native-web {
    margin: 0 8px;
  }
}
@media screen and (min-width: 767px) {
  /* line 36, sass/components/_ads.scss */
  #page-categories #div-list .post_row.native-ad-container {
    margin-top: -14px;
  }
  /* line 44, sass/components/_ads.scss */
  #page-categories #div-list .post_row.native-ad-container .ad-native-web {
    margin: 16px 8px 0;
  }
}

/* line 9, sass/components/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 25, sass/components/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 30, sass/components/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
/* line 36, sass/components/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -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);
}
/* line 43, sass/components/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 57, sass/components/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, sass/helpers/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 20, sass/helpers/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 28, sass/helpers/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
/* line 38, sass/helpers/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 60, sass/components/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 11, sass/helpers/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
/* line 20, sass/helpers/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 28, sass/helpers/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 38, sass/helpers/_buttons.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 64, sass/components/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, sass/helpers/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 20, sass/helpers/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 28, sass/helpers/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 38, sass/helpers/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 68, sass/components/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, sass/helpers/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 20, sass/helpers/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 28, sass/helpers/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 38, sass/helpers/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 72, sass/components/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, sass/helpers/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 20, sass/helpers/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 28, sass/helpers/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 38, sass/helpers/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 76, sass/components/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, sass/helpers/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 20, sass/helpers/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 28, sass/helpers/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 38, sass/helpers/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 85, sass/components/_buttons.scss */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 91, sass/components/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 98, sass/components/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 104, sass/components/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
/* line 112, sass/components/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 124, sass/components/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 128, sass/components/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 132, sass/components/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 140, sass/components/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 148, sass/components/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 156, sass/components/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, sass/components/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, sass/components/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, sass/components/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, sass/components/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, sass/components/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, sass/components/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, sass/components/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 7, sass/components/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, sass/components/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, sass/components/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, sass/components/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  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;
}
/* line 52, sass/components/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 58, sass/components/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 63, sass/components/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 76, sass/components/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 86, sass/components/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 101, sass/components/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

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

/* line 122, sass/components/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 127, sass/components/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, sass/components/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, sass/components/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, sass/components/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999;
}

/* line 161, sass/components/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 171, sass/components/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 184, sass/components/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 190, sass/components/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 204, sass/components/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, sass/components/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, sass/components/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, sass/components/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, sass/components/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 21, sass/components/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

/* line 30, sass/components/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 39, sass/components/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, sass/helpers/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 43, sass/components/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 47, sass/components/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 54, sass/components/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 59, sass/components/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 61, sass/components/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 66, sass/components/_button-groups.scss */
.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;
}

/* line 72, sass/components/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 75, sass/components/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 79, sass/components/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, sass/components/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 89, sass/components/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 108, sass/components/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 112, sass/components/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 119, sass/components/_button-groups.scss */
.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);
}
/* line 123, sass/components/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 130, sass/components/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 134, sass/components/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 139, sass/components/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 148, sass/components/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, sass/helpers/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 160, sass/components/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 165, sass/components/_button-groups.scss */
.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;
}

/* line 175, sass/components/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 178, sass/components/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 182, sass/components/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 187, sass/components/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 191, sass/components/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 196, sass/components/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 205, sass/components/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 210, sass/components/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 216, sass/components/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 220, sass/components/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 235, sass/components/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 7, sass/components/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, sass/components/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, sass/components/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, sass/components/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, sass/components/_input-groups.scss */
.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;
}

/* line 64, sass/components/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, sass/components/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 85, sass/components/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 90, sass/components/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 97, sass/components/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, sass/components/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, sass/components/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, sass/components/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, sass/components/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, sass/components/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, sass/components/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, sass/components/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 146, sass/components/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 155, sass/components/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 161, sass/components/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, sass/components/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, sass/helpers/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, sass/components/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, sass/components/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, sass/components/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, sass/components/_navs.scss */
.nav > li.disabled > a {
  color: #999999;
}
/* line 34, sass/components/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, sass/components/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
/* line 59, sass/components/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, sass/components/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, sass/components/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, sass/components/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, sass/components/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, sass/components/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, sass/components/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, sass/components/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, sass/components/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, sass/components/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, sass/components/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 144, sass/components/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, sass/components/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, sass/components/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, sass/components/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, sass/components/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, sass/components/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, sass/components/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, sass/components/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, sass/components/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, sass/components/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, sass/components/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, sass/components/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, sass/components/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, sass/components/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, sass/components/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, sass/components/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, sass/components/_navbar.scss */
.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-bottom: 0px !important;
}
/* line 14, sass/helpers/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, sass/components/_navbar.scss */
  .navbar {
    border-radius: 0px;
  }
}

/* line 14, sass/helpers/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 32, sass/components/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 51, sass/components/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, sass/helpers/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 60, sass/components/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 51, sass/components/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 69, sass/components/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 76, sass/components/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 82, sass/components/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 93, sass/components/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 80px;
}
@media (max-width: 480px) and (orientation: landscape) {
  /* line 93, sass/components/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 109, sass/components/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 768px) {
  /* line 109, sass/components/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 129, sass/components/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 129, sass/components/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 139, sass/components/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  /* line 139, sass/components/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 152, sass/components/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 156, sass/components/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 165, sass/components/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 30px 3px;
  font-size: 18px;
  line-height: 20px;
  height: 80px;
  width: 165px;
  position: relative;
  overflow: hidden;
}
/* line 174, sass/components/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 179, sass/components/_navbar.scss */
.navbar-brand img {
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  /* line 190, sass/components/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -8px;
  }
}

/* line 197, sass/components/_navbar.scss */
a {
  outline: 0 !important;
}

/* line 202, sass/components/_navbar.scss */
#search_input {
  height: 30px;
  width: 145px;
  padding: 0px;
  font-size: 18px;
  border: 0;
  margin: 0px;
  float: left;
  padding-left: 5px;
  cursor: text;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

/* line 218, sass/components/_navbar.scss */
#searchbox_div {
  height: 30px;
  width: 36px;
  margin: 25px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}

/* line 226, sass/components/_navbar.scss */
#searchmag_div {
  height: 30px;
  width: 36px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url("http://homehdwallpaper.biz/wp-content/uploads/2014/08/white-search-icon-transparent-background.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  float: left;
  cursor: pointer;
}

/* line 248, sass/components/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 8px;
  padding: 9px 10px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 261, sass/components/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 266, sass/components/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 272, sass/components/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 248, sass/components/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 287, sass/components/_navbar.scss */
.navbar-nav {
  margin: 15px -8px;
}
/* line 290, sass/components/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 298, sass/components/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 306, sass/components/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 310, sass/components/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 312, sass/components/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 287, sass/components/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 325, sass/components/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 328, sass/components/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 334, sass/components/_navbar.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -8px;
  }
}

@media (min-width: 768px) {
  /* line 348, sass/components/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 351, sass/components/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 362, sass/components/_navbar.scss */
.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 23px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  /* line 374, sass/components/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 362, sass/components/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 394, sass/components/_navbar.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -8px;
  }
}

/* line 404, sass/components/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 409, sass/components/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 418, sass/components/_navbar.scss */
.navbar-btn {
  margin-top: 23px;
  margin-bottom: 23px;
}
/* line 421, sass/components/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 424, sass/components/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 29px;
  margin-bottom: 29px;
}

/* line 434, sass/components/_navbar.scss */
.navbar-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 434, sass/components/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
  }
  /* line 443, sass/components/_navbar.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* line 453, sass/components/_navbar.scss */
.navbar-default {
  background-color: #00C64A;
  border-color: #00e756;
}
/* line 457, sass/components/_navbar.scss */
.navbar-default .navbar-brand {
  color: #FFFFFF;
}
/* line 459, sass/components/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #FFFFFF;
  background-color: transparent;
}
/* line 466, sass/components/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 470, sass/components/_navbar.scss */
.navbar-default .navbar-nav {
  text-transform: uppercase;
}
/* line 472, sass/components/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  font-weight: bold;
}
/* line 476, sass/components/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #FFFFFF;
  background-color: transparent;
}
/* line 483, sass/components/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #FFFFFF;
}
/* line 491, sass/components/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #FFFFFF;
  background-color: transparent;
}
/* line 500, sass/components/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 502, sass/components/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 506, sass/components/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 511, sass/components/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #00e756;
}
/* line 520, sass/components/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #00D14E;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  /* line 531, sass/components/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFFFFF;
  }
  /* line 533, sass/components/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFFFFF;
    background-color: transparent;
  }
  /* line 540, sass/components/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    background-color: #00D14E;
  }
  /* line 548, sass/components/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #FFFFFF;
    background-color: transparent;
  }
}
/* line 564, sass/components/_navbar.scss */
.navbar-default .navbar-link {
  color: #FFFFFF;
}
/* line 566, sass/components/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #FFFFFF;
}
/* line 571, sass/components/_navbar.scss */
.navbar-default .btn-link {
  color: #FFFFFF;
}
/* line 573, sass/components/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #FFFFFF;
}
/* line 579, sass/components/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #FFFFFF;
}

/* line 589, sass/components/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 593, sass/components/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #999999;
}
/* line 595, sass/components/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 602, sass/components/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}
/* line 607, sass/components/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
/* line 610, sass/components/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 617, sass/components/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 625, sass/components/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 635, sass/components/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 637, sass/components/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 641, sass/components/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 646, sass/components/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 654, sass/components/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 665, sass/components/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 668, sass/components/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 671, sass/components/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  /* line 673, sass/components/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 680, sass/components/_navbar.scss */
  .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: #fff;
    background-color: #090909;
  }
  /* line 688, sass/components/_navbar.scss */
  .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: #444;
    background-color: transparent;
  }
}
/* line 699, sass/components/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}
/* line 701, sass/components/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 706, sass/components/_navbar.scss */
.navbar-inverse .btn-link {
  color: #999999;
}
/* line 708, sass/components/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 714, sass/components/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, sass/components/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, sass/components/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, sass/components/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 23, sass/components/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4, sass/components/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, sass/components/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, sass/components/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, sass/components/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, sass/components/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, sass/components/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 51, sass/components/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
/* line 63, sass/components/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, sass/helpers/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
/* line 11, sass/helpers/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 17, sass/helpers/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, sass/helpers/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 11, sass/helpers/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 17, sass/helpers/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, sass/components/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, sass/helpers/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, sass/components/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, sass/components/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, sass/components/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, sass/components/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, sass/components/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, sass/components/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, sass/components/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, sass/components/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, sass/components/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, sass/components/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, sass/components/_labels.scss */
.label-default {
  background-color: #999999;
}
/* line 7, sass/helpers/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

/* line 48, sass/components/_labels.scss */
.label-primary {
  background-color: #428bca;
}
/* line 7, sass/helpers/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 52, sass/components/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, sass/helpers/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, sass/components/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, sass/helpers/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, sass/components/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, sass/helpers/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, sass/components/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, sass/helpers/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, sass/components/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
/* line 22, sass/components/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, sass/components/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 31, sass/components/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 39, sass/components/_badges.scss */
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
/* line 44, sass/components/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 51, sass/components/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, sass/components/_jumbotron.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 12, sass/components/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 16, sass/components/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 22, sass/components/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 26, sass/components/_jumbotron.scss */
.container .jumbotron {
  border-radius: 6px;
}
/* line 30, sass/components/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, sass/components/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 38, sass/components/_jumbotron.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 43, sass/components/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, sass/components/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 17, sass/components/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, sass/components/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, sass/components/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

/* line 9, sass/components/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, sass/components/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, sass/components/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 27, sass/components/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 31, sass/components/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, sass/components/_alerts.scss */
.alert-dismissable {
  padding-right: 35px;
}
/* line 44, sass/components/_alerts.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 56, sass/components/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, sass/helpers/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, sass/helpers/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 59, sass/components/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, sass/helpers/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, sass/helpers/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 62, sass/components/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, sass/helpers/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, sass/helpers/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 65, sass/components/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, sass/helpers/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, sass/helpers/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 20, sass/components/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  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);
}

/* line 30, sass/components/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 44, sass/components/_progress-bars.scss */
.progress-striped .progress-bar {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 50, sass/components/_progress-bars.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 56, sass/components/_progress-bars.scss */
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
/* line 61, sass/components/_progress-bars.scss */
.progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/* line 75, sass/components/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 5, sass/helpers/_progress-bar.scss */
.progress-striped .progress-bar-success {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 79, sass/components/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 5, sass/helpers/_progress-bar.scss */
.progress-striped .progress-bar-info {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 83, sass/components/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 5, sass/helpers/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 87, sass/components/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 5, sass/helpers/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 10, sass/components/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 17, sass/components/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 21, sass/components/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 26, sass/components/_media.scss */
.media-object {
  display: block;
}

/* line 31, sass/components/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, sass/components/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}
/* line 43, sass/components/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 53, sass/components/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, sass/components/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, sass/components/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, sass/components/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, sass/components/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 40, sass/components/_list-group.scss */
.list-group-item > .badge {
  float: right;
}
/* line 43, sass/components/_list-group.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 54, sass/components/_list-group.scss */
a.list-group-item {
  color: #555;
}
/* line 57, sass/components/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 62, sass/components/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 72, sass/components/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
}
/* line 79, sass/components/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 82, sass/components/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
/* line 88, sass/components/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 97, sass/components/_list-group.scss */
.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;
}
/* line 100, sass/components/_list-group.scss */
.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;
}

/* line 4, sass/helpers/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, sass/helpers/_list-group.scss */
a.list-group-item-success {
  color: #3c763d;
}
/* line 14, sass/helpers/_list-group.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 18, sass/helpers/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 23, sass/helpers/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, sass/helpers/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, sass/helpers/_list-group.scss */
a.list-group-item-info {
  color: #31708f;
}
/* line 14, sass/helpers/_list-group.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 18, sass/helpers/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 23, sass/helpers/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, sass/helpers/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, sass/helpers/_list-group.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}
/* line 14, sass/helpers/_list-group.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 18, sass/helpers/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 23, sass/helpers/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, sass/helpers/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, sass/helpers/_list-group.scss */
a.list-group-item-danger {
  color: #a94442;
}
/* line 14, sass/helpers/_list-group.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 18, sass/helpers/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 23, sass/helpers/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 122, sass/components/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 126, sass/components/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, sass/components/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  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);
}

/* line 16, sass/components/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, sass/helpers/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, sass/components/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, sass/components/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, sass/components/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, sass/components/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 45, sass/components/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 59, sass/components/_panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}
/* line 62, sass/components/_panels.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 69, sass/components/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 76, sass/components/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 85, sass/components/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 89, sass/components/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 99, sass/components/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 105, sass/components/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 112, sass/components/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 116, sass/components/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 124, sass/components/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 131, sass/components/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 135, sass/components/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 142, sass/components/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
/* line 146, sass/components/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 150, sass/components/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 157, sass/components/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 161, sass/components/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 170, sass/components/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 179, sass/components/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 186, sass/components/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 198, sass/components/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 202, sass/components/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 205, sass/components/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 210, sass/components/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 212, sass/components/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
/* line 216, sass/components/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 218, sass/components/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 226, sass/components/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, sass/helpers/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, sass/helpers/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, sass/helpers/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, sass/helpers/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 229, sass/components/_panels.scss */
.panel-primary {
  border-color: #428bca;
}
/* line 6, sass/helpers/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 11, sass/helpers/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
/* line 14, sass/helpers/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
/* line 20, sass/helpers/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

/* line 232, sass/components/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, sass/helpers/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, sass/helpers/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, sass/helpers/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, sass/helpers/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 235, sass/components/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, sass/helpers/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, sass/helpers/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, sass/helpers/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, sass/helpers/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 238, sass/components/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, sass/helpers/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, sass/helpers/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, sass/helpers/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, sass/helpers/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 241, sass/components/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, sass/helpers/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, sass/helpers/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, sass/helpers/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, sass/helpers/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, sass/components/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, sass/components/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* line 26, sass/components/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 31, sass/components/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, sass/components/_wells.scss */
.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);
}
/* line 15, sass/components/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, sass/components/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, sass/components/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, sass/components/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, sass/components/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 29, sass/components/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, sass/components/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, sass/components/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, sass/components/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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;
}
/* line 36, sass/components/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 38, sass/components/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, sass/components/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, sass/components/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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;
  outline: 0;
}

/* line 64, sass/components/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, sass/components/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, sass/components/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, sass/components/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 85, sass/components/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, sass/components/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, sass/components/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, sass/components/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, sass/helpers/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, sass/components/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, sass/components/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, sass/components/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, sass/components/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, sass/components/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, sass/components/_modals.scss */
  .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);
  }

  /* line 145, sass/components/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  /* line 149, sass/components/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, sass/components/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 16, sass/components/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 17, sass/components/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 18, sass/components/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 19, sass/components/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 20, sass/components/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, sass/components/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 35, sass/components/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, sass/components/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 50, sass/components/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 56, sass/components/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 62, sass/components/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 69, sass/components/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 76, sass/components/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 83, sass/components/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 89, sass/components/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, sass/components/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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);
  white-space: normal;
}
/* line 26, sass/components/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 27, sass/components/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 28, sass/components/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 29, sass/components/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, sass/components/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 43, sass/components/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 52, sass/components/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 62, sass/components/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 65, sass/components/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 71, sass/components/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 78, sass/components/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 86, sass/components/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 93, sass/components/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 101, sass/components/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 108, sass/components/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 117, sass/components/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 124, sass/components/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, sass/components/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, sass/components/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, sass/components/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, sass/components/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
/* line 29, sass/components/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 35, sass/components/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 39, sass/components/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 46, sass/components/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 49, sass/components/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 52, sass/components/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 57, sass/components/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 60, sass/components/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 69, sass/components/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 84, sass/components/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-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);
}
/* line 87, sass/components/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-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);
}
/* line 94, sass/components/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 103, sass/components/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 112, sass/components/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 117, sass/components/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 122, sass/components/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
/* line 132, sass/components/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 137, sass/components/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 148, sass/components/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 159, sass/components/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 180, sass/components/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 191, sass/components/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 202, sass/components/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 213, sass/components/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 222, sass/components/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 226, sass/components/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 233, sass/components/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 240, sass/components/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, sass/helpers/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, sass/helpers/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, sass/vendors/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, sass/vendors/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, sass/vendors/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, sass/vendors/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, sass/vendors/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, sass/vendors/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, sass/vendors/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, sass/vendors/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, sass/vendors/_utilities.scss */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
/* line 18, sass/helpers/_responsive-visibility.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 31, sass/vendors/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, sass/helpers/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, sass/helpers/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, sass/helpers/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, sass/helpers/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 49, sass/vendors/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 54, sass/vendors/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 59, sass/vendors/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 7, sass/helpers/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, sass/helpers/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, sass/helpers/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, sass/helpers/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 68, sass/vendors/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 73, sass/vendors/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 78, sass/vendors/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  /* line 7, sass/helpers/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, sass/helpers/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, sass/helpers/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, sass/helpers/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  /* line 87, sass/vendors/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  /* line 92, sass/vendors/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  /* line 97, sass/vendors/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  /* line 7, sass/helpers/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, sass/helpers/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, sass/helpers/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, sass/helpers/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  /* line 106, sass/vendors/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  /* line 111, sass/vendors/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  /* line 116, sass/vendors/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, sass/helpers/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 18, sass/helpers/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  /* line 18, sass/helpers/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  /* line 18, sass/helpers/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, sass/helpers/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, sass/helpers/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, sass/helpers/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, sass/helpers/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, sass/helpers/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 150, sass/vendors/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 150, sass/vendors/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 157, sass/vendors/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 157, sass/vendors/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 164, sass/vendors/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 164, sass/vendors/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, sass/helpers/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* Common styles, Green and City
-------------------------------------------------------------- */
/* line 4, sass/_common.scss */
html {
  background-color: #f7f7f7;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11, sass/_common.scss */
iframe, object {
  max-width: 100%;
}

/* line 13, sass/_common.scss */
#content_article {
  background-color: #fff;
  padding: 0 10px 60px 10px;
}

/* line 18, sass/_common.scss */
#main-article {
  margin-top: 40px;
  width: 100%;
}
@media all and (max-width: 768px) {
  /* line 23, sass/_common.scss */
  #main-article .big-box-ad {
    padding-bottom: 30px;
    margin: 0 auto !important;
  }
}

/* line 30, sass/_common.scss */
#div-live-watch-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
/* line 37, sass/_common.scss */
#div-live-watch-player > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 46, sass/_common.scss */
#ad_leaderboard_master {
  padding-top: 9px;
  margin-top: 0;
  padding-bottom: 9px;
}

/* line 51, sass/_common.scss */
#ad_leaderboard_master div {
  margin: 0 auto !important;
}

/* line 55, sass/_common.scss */
#div-rightbar-ad-bottom {
  margin-top: 16px;
  text-align: center;
  background: url("images/advertisement.png") center top no-repeat;
  padding-top: 12px;
}

/* line 62, sass/_common.scss */
.div-rightbar-ad {
  width: 100%;
  max-width: none !important;
  margin-top: 16px;
  text-align: center;
  background: url("images/advertisement.png") center top no-repeat;
  padding-top: 12px;
  padding-left: 0px !important;
}

/* line 72, sass/_common.scss */
#sliver-ad {
  text-align: center;
  /* margin: 0px 8px; */
}
@media screen and (max-width: 480px) {
  /* line 72, sass/_common.scss */
  #sliver-ad {
    text-align: none;
    margin: 0px -8px;
  }
}

/* line 82, sass/_common.scss */
.left {
  float: left;
}

/* line 86, sass/_common.scss */
.right {
  clear: right;
}

/* line 90, sass/_common.scss */
.clear {
  clear: both;
}

/*
We'll use a little CSS trick to force images to be 16:9 ratio (the images found inside a DIV with
the "relative_div" class set, that is).
*/
/* line 98, sass/_common.scss */
.relative_div {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

/* line 106, sass/_common.scss */
.summaryshare:hover {
  cursor: pointer;
}

/* line 110, sass/_common.scss */
#highlight-share {
  position: absolute;
  display: none;
  z-index: 9999;
  cursor: pointer;
  width: 106px;
}

/* line 118, sass/_common.scss */
#highlight-share a {
  float: left;
}

/* line 122, sass/_common.scss */
.sharing-open div {
  width: 38px;
  height: 38px;
}

/* line 127, sass/_common.scss */
.sharing-open.top {
  width: 38px;
  height: 115px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 0 0 20px;
}

/* line 136, sass/_common.scss */
#video-single-info .title {
  padding-right: 27px;
}

/* line 140, sass/_common.scss */
.sharing-open.top div {
  float: right;
  transition: width 0.3s;
}

/* line 145, sass/_common.scss */
.sharing-open.top div:hover {
  width: 44px;
  cursor: pointer;
}

/* line 150, sass/_common.scss */
.sharing-open.bottom {
  width: 115px;
  height: 38px;
  position: relative;
  margin: 8px 0 0 9%;
}

/* line 157, sass/_common.scss */
.sharing-open.bottom div {
  float: left;
  position: absolute;
  bottom: 0;
  left: auto;
  transition: height 0.3s;
}

/* line 164, sass/_common.scss */
.sharing-open.bottom div.twitter-box {
  left: 0;
}

/* line 165, sass/_common.scss */
.sharing-open.bottom div.facebook-box {
  left: 38px;
}

/* line 166, sass/_common.scss */
.sharing-open.bottom div.gplus-box {
  left: 76px;
}

/* line 168, sass/_common.scss */
.sharing-open.bottom div:hover {
  height: 44px;
  cursor: pointer;
}

/* line 173, sass/_common.scss */
.sharing-open .twitter-box {
  background: #19a7d4 url("images/logo-twitter.png") center center no-repeat;
}

/* line 177, sass/_common.scss */
.sharing-open .facebook-box {
  background: #2c5692 url("images/logo-facebook.png") center center no-repeat;
}

/* line 181, sass/_common.scss */
.sharing-open .gplus-box {
  background: #d14f35 url("images/logo-gplus.png") center center no-repeat;
}

/* line 192, sass/_common.scss */
.ad-large-spons {
  background-color: transparent;
  line-height: 0;
}

/* line 197, sass/_common.scss */
.ad-poll-spons {
  float: right;
  background-color: transparent;
}

/* line 202, sass/_common.scss */
.ad-featured-spons {
  height: 50px;
  width: 300px;
  background-color: transparent;
  position: absolute;
  top: -51px;
  right: 0px;
}

/* line 211, sass/_common.scss */
#big-box1, #big-box2, #big-box3, #big-box4 {
  display: none;
}

/* for Infinity Scroll */
/* line 216, sass/_common.scss */
.single-post-wrapper {
  margin-bottom: 60px;
  float: left;
  width: 100%;
  max-width: 100%;
}

/* TABLET STYLES */
@media screen and (max-width: 768px) {
  /* line 225, sass/_common.scss */
  .my-style {
    display: none;
  }
}
/* PHONE STYLES */
@media screen and (max-width: 480px) {
  /* line 232, sass/_common.scss */
  .single-post-wrapper {
    padding-bottom: 24px;
    margin-bottom: 30px;
  }

  /* line 237, sass/_common.scss */
  .sharing-open.top {
    margin-left: 20px;
    margin-top: 6px;
  }

  /* line 242, sass/_common.scss */
  .sharing-open.bottom {
    margin: 10px 0;
    position: absolute;
    right: 0;
  }
}
/* line 249, sass/_common.scss */
.breaking-news {
  height: 60px;
  width: 100%;
  background-color: #FF0033;
  padding: 0px 30px;
  line-height: 62px;
  overflow: hidden;
  z-index: 9999999;
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 249, sass/_common.scss */
  .breaking-news {
    padding: 0px;
  }
}
/* line 263, sass/_common.scss */
.breaking-news #inner {
  position: relative;
}
/* line 266, sass/_common.scss */
.breaking-news #inner #content {
  width: 98%;
  float: right;
  overflow: hidden;
}
/* line 271, sass/_common.scss */
.breaking-news #inner #content h2 {
  color: #FFFFFF;
  margin: 0px 0px 0px 20px;
  font-size: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  /* line 271, sass/_common.scss */
  .breaking-news #inner #content h2 {
    font-size: 25px;
    margin: 0px;
    line-height: 60px;
  }
}
/* line 283, sass/_common.scss */
.breaking-news #inner #content h2 a {
  color: #FFFFFF;
  line-height: 60px;
}
/* line 287, sass/_common.scss */
.breaking-news #inner #content h2 a span {
  font-size: 24px;
  text-transform: uppercase;
}
/* line 293, sass/_common.scss */
.breaking-news #inner #content h2 a:hover {
  color: #FFFFFF;
}
/* line 300, sass/_common.scss */
.breaking-news #escape {
  height: 60px;
  width: 60px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  background-color: #FF0033;
}

/* line 313, sass/_common.scss */
.breaking-news-live-stream {
  height: 60px;
  width: 100%;
  background-color: #FAC309;
  padding: 0px 30px;
  line-height: 62px;
  overflow: hidden;
  z-index: 9999999;
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 313, sass/_common.scss */
  .breaking-news-live-stream {
    padding: 0px;
  }
}
/* line 327, sass/_common.scss */
.breaking-news-live-stream #inner {
  position: relative;
}
/* line 330, sass/_common.scss */
.breaking-news-live-stream #inner #content {
  width: 98%;
  float: right;
  overflow: hidden;
}
/* line 335, sass/_common.scss */
.breaking-news-live-stream #inner #content h2 {
  color: #FFFFFF;
  margin: 0px 0px 0px 20px;
  font-size: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  /* line 335, sass/_common.scss */
  .breaking-news-live-stream #inner #content h2 {
    font-size: 25px;
    margin: 0px;
    line-height: 60px;
  }
}
/* line 347, sass/_common.scss */
.breaking-news-live-stream #inner #content h2 a {
  color: #FFFFFF;
  line-height: 60px;
}
/* line 351, sass/_common.scss */
.breaking-news-live-stream #inner #content h2 a span {
  font-size: 24px;
  text-transform: uppercase;
}
/* line 357, sass/_common.scss */
.breaking-news-live-stream #inner #content h2 a:hover {
  color: #FFFFFF;
}
/* line 364, sass/_common.scss */
.breaking-news-live-stream #escape {
  height: 60px;
  width: 60px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  background-color: #FAC309;
}

/* line 377, sass/_common.scss */
.video-play:before {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/samuel/images/green/play_btn.png");
  background-repeat: no-repeat;
  z-index: 10;
  background-size: 25% auto;
  background-position: bottom left;
}

/* line 391, sass/_common.scss */
.video-camera:before {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/samuel/images/video-camera.png");
  background-repeat: no-repeat;
  z-index: 10;
  background-size: 48px 32px;
  background-position: top right;
}

/* line 405, sass/_common.scss */
.video-play-camera:before {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/samuel/images/green/play_btn.png"), url("/wp-content/themes/samuel/images/video-camera.png");
  background-repeat: no-repeat;
  z-index: 10;
  background-size: 25% auto, 48px 32px;
  background-position: bottom left, top right;
}

/************************ START: Common widget CSS. ************************/
/* START: "On Air" widget. */
/* line 422, sass/_common.scss */
#div-on-air {
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  /* line 422, sass/_common.scss */
  #div-on-air {
    margin-top: 0;
  }
}

/* END: "On Air" widget. */
/* START: Common "Big Box" widget. */
/* line 432, sass/_common.scss */
#div-rightbar-ad-top {
  width: 100%;
  background: url("images/advertisement.png") center top no-repeat;
  max-width: none !important;
  margin-top: 16px;
  padding-top: 12px;
  padding-left: 0px !important;
  text-align: center;
}

/* END: Common "Big Box" widget. */
/************************ END: Common widget CSS. ************************/
/* line 445, sass/_common.scss */
#signIn, #returnTraditional {
  width: 300px !important;
}

/* line 449, sass/_common.scss */
#captureProfileLink:before, #captureSignOutLink:before {
  background: none !important;
}

/* line 453, sass/_common.scss */
.img-responsive-16by9 {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

/* line 460, sass/_common.scss */
#leaderboard {
  padding: 9px 0;
}
@media all and (min-width: 768px) {
  /* line 460, sass/_common.scss */
  #leaderboard {
    height: 108px;
  }
}

/* line 468, sass/_common.scss */
#single-post-top-ad {
  margin-top: 20px;
}

/* line 472, sass/_common.scss */
#sticky_ads_container {
  padding-top: 20px;
}

/* line 476, sass/_common.scss */
body.has-leaderboard #sticky_leaderboard {
  #z-index: 100;
  position: fixed;
  top: 0px;
}

/* line 482, sass/_common.scss */
#sidebar-inner {
  width: 100%;
}

/* line 486, sass/_common.scss */
.gsc-search-button-v2 {
  background: #ccc url(https://www.google.com/uds/css/v2/search_box_icon.png) !important;
  background-repeat: no-repeat !important;
  padding: 11px 34px !important;
  background-position: center center !important;
  top: 1px !important;
  position: relative !important;
}

/* line 495, sass/_common.scss */
input.gsc-input {
  background: none !important;
  height: 1em !important;
}

/* line 500, sass/_common.scss */
.gsst_a {
  padding-top: 5px !important;
}

/* line 504, sass/_common.scss */
.sticky_ad_container:nth-child(1) .sticky {
  padding-bottom: 0;
}

/* line 508, sass/_common.scss */
.sidebar-section:last-of-type .sticky_ad_container:nth-child(1) .sticky {
  padding-bottom: 4em;
}

@media all and (min-width: 1024px) {
  /* line 512, sass/_common.scss */
  .articles-wrapper .single-post-wrapper {
    min-height: 850px;
  }
}

@media all and (min-width: 768px) {
  /* line 519, sass/_common.scss */
  .gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
  }
}

@media all and (max-width: 1319px) and (min-width: 1025px) {
  /* line 530, sass/_common.scss */
  #radio-roll {
    padding-bottom: 20px;
  }
}
/* line 535, sass/_common.scss */
.medium-live-button {
  display: none;
}
@media all and (max-width: 1280px) and (min-width: 768px) {
  /* line 535, sass/_common.scss */
  .medium-live-button {
    display: block;
  }
}

/* line 543, sass/_common.scss */
.scheduled-banner img {
  max-width: 100%;
  height: auto;
}

/* RSSA */
/* line 551, sass/_common.scss */
.mobile-article .sharetags {
  display: none;
}
/* line 555, sass/_common.scss */
.mobile-article #content_article {
  padding-bottom: 0;
}
/* line 560, sass/_common.scss */
.mobile-article #main-article .big-box-ad.text-center {
  margin-bottom: 30px;
}
/* line 565, sass/_common.scss */
.mobile-article #rssa-big-box {
  margin-top: 20px !important;
}
/* line 569, sass/_common.scss */
.mobile-article#page-extreme-weather #ewc-main-menu .etabs {
  margin: 0;
}
/* line 573, sass/_common.scss */
.mobile-article#page-extreme-weather #ewc-links {
  padding: 0;
}

@media all and (min-width: 1024px) {
  /* line 578, sass/_common.scss */
  .mobile-contest {
    min-height: 100%;
  }
  /* line 582, sass/_common.scss */
  .mobile-contest #bg-wrapper {
    height: 100%;
  }
  /* line 585, sass/_common.scss */
  .mobile-contest #bg-wrapper #content_article {
    height: 100%;
  }
}

/* line 592, sass/_common.scss */
.first-election-story a {
  font-size: 32px !important;
  line-height: 32px !important;
}
@media all and (max-width: 1023px) {
  /* line 592, sass/_common.scss */
  .first-election-story a {
    font-size: 32px !important;
    line-height: 32px !important;
    margin: 15px 0 !important;
    display: block;
  }
}

/* line 604, sass/_common.scss */
#swipebox-top-bar {
  top: 0 !important;
}

/* line 608, sass/_common.scss */
.slide {
  position: relative;
  z-index: 1;
}

/* line 613, sass/_common.scss */
.pswp__scroll-wrap {
  z-index: 1 !important;
}

/* line 617, sass/_common.scss */
.pswp__caption__center {
  background: rgba(0, 0, 0, 0.75);
}

/* line 625, sass/_common.scss */
.swipe-social {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
}

/* line 636, sass/_common.scss */
.swipe-social img {
  width: 40px;
  padding: 5px;
  border: 0;
  box-shadow: 0;
  display: inline;
}

/* line 644, sass/_common.scss */
.swipe-social a {
  text-decoration: none;
}

/* line 648, sass/_common.scss */
.pswp__button--share {
  display: none !important;
}

/* line 652, sass/_common.scss */
.pswp__caption__center {
  text-align: center !important;
  position: relative;
  top: -50px;
}

/* line 658, sass/_common.scss */
.gallery-ad {
  text-align: center;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* line 670, sass/_common.scss */
.pswp {
  z-index: 10000 !important;
}

@media all and (min-width: 1025px) {
  /* line 675, sass/_common.scss */
  body:not(.ios).bc-video .video-js {
    padding-bottom: 53px;
  }
}
@media all and (max-width: 480px) {
  /* line 681, sass/_common.scss */
  .bc-video .vjs-volume-menu-button {
    display: none !important;
  }

  /* line 685, sass/_common.scss */
  .vjs-share-control.vjs-control,
  .vjs-fullscreen-control.vjs-control {
    width: 40px;
  }
}
@media all and (min-width: 481px) {
  /* line 692, sass/_common.scss */
  body.not-ios .bc-video .video-js:not(.vjs-fullscreen) {
    padding-bottom: 53px;
  }
}
/* line 1, sass/green/_offcanvas-navbar.scss */
#nav-switch {
  height: 80px;
  width: 90px;
  margin-left: -8px;
  margin-right: 8px;
  z-index: 99999999;
  float: left;
  background-color: transparent;
  background-image: url("/wp-content/themes/samuel/images/green/680nav.png");
  background-size: 25px 19px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  outline: none;
}
@media screen and (min-width: 1280px) {
  /* line 17, sass/green/_offcanvas-navbar.scss */
  #nav-switch:hover {
    background-color: #212121;
  }
  /* line 20, sass/green/_offcanvas-navbar.scss */
  #nav-switch:hover #div-dropdown {
    display: block;
  }
}
/* line 26, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-mobile-search {
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  display: none;
}
/* line 35, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-mobile-search button[type=submit] {
  height: 30px;
  width: 30px;
  float: left;
  background-color: #3f3f3f;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 0;
  background-image: url("/wp-content/themes/samuel/images/green/search.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
/* line 49, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-mobile-search button[type=reset] {
  height: 30px;
  width: 30px;
  float: left;
  background-color: #3f3f3f;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 0;
  background-image: url("/wp-content/themes/samuel/images/green/green_close_button.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
/* line 63, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-mobile-search ::-webkit-input-placeholder {
  color: #fff;
}
/* line 67, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-mobile-search :-moz-placeholder {
  color: #fff;
}
/* line 71, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-mobile-search ::-moz-placeholder {
  color: #fff;
}
/* line 75, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-mobile-search :-ms-input-placeholder {
  color: #fff;
}
/* line 79, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-mobile-search input[type=text] {
  height: 30px;
  width: 150px;
  border: 0;
  border-radius: 0px;
  background-color: #3f3f3f;
  color: #FFFFFF;
  float: left;
  padding: 0px 5px;
}
/* line 91, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown {
  display: none;
  z-index: 99;
}
/* line 95, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown .menu {
  width: 320px;
  background-color: #212121;
  position: absolute;
  top: 80px;
  z-index: 999999999;
  padding-left: 0px;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  /* line 95, sass/green/_offcanvas-navbar.scss */
  #nav-switch #div-dropdown .menu {
    width: 53%;
  }
}
/* line 108, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown .menu li:nth-child(1) {
  font-size: 24px;
}
/* line 112, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown .menu .menu-item-has-children {
  background-image: url("/wp-content/themes/samuel/images/680_chevron_R_menu_.png");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center right 20px;
}
/* line 118, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown .menu .menu-item-has-children:hover {
  background-image: none;
}
/* line 123, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown .menu li {
  min-height: 44px;
  font-size: 17px;
  line-height: 18px;
  padding: 13px 48px 13px 30px;
  list-style-type: none;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  /* line 123, sass/green/_offcanvas-navbar.scss */
  #nav-switch #div-dropdown .menu li {
    padding: 13px 36px 13px 27px;
  }
}
/* line 135, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown .menu li:hover {
  background-color: #3f3f3f;
}
/* line 138, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown .menu li:hover .sub-menu {
  display: block;
}
/* line 143, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown .menu li a {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 147, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown .menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 153, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown .menu li .sub-menu {
  min-height: 100%;
  width: 320px;
  background-color: #3f3f3f;
  position: absolute;
  top: 0px;
  left: 320px;
  z-index: 999999999;
  padding-left: 0px;
  list-style-type: none;
  display: none;
}
/* line 165, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown .menu li .sub-menu li {
  padding: 13px 12px 13px 23px;
}
@media screen and (max-width: 767px) {
  /* line 153, sass/green/_offcanvas-navbar.scss */
  #nav-switch #div-dropdown .menu li .sub-menu {
    width: 100%;
    left: 100%;
  }
}
/* line 174, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown .menu li .sub-menu li:hover {
  background-color: #4f4f4f;
}
/* line 178, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown .menu li .sub-menu li:nth-child(1) {
  font-size: 17px;
}
/* line 185, sass/green/_offcanvas-navbar.scss */
#nav-switch #div-dropdown #secondary {
  margin-left: 320px;
  background-color: #263757;
}

/* line 192, sass/green/_offcanvas-navbar.scss */
#nav-close {
  height: 100%;
  width: 90px;
  margin-left: -8px;
  margin-right: 8px;
  z-index: 15;
  position: absolute;
  top: 0;
  cursor: pointer;
  outline: none;
  display: none;
}

/* line 3, sass/_video.scss */
.videos-page-view #video-ad-region {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  /* line 3, sass/_video.scss */
  .videos-page-view #video-ad-region {
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1, sass/_video.scss */
  .videos-page-view {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  /* line 16, sass/_video.scss */
  .videos-page-view #div_featured_wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 16, sass/_video.scss */
  .videos-page-view #div_featured_wrapper {
    padding-right: 0px;
  }
}
/* line 25, sass/_video.scss */
.videos-page-view #div_nextup_message {
  position: absolute;
  color: #000000;
  font-size: 36px;
  width: 100%;
  height: 100%;
  top: 25%;
  display: none;
}
/* line 34, sass/_video.scss */
.videos-page-view #div_nextup_message #title_nextup {
  font-size: 24px;
}
/* line 38, sass/_video.scss */
.videos-page-view #div_nextup_message #info_nextup {
  font-size: 16px;
  color: #999999;
}
@media screen and (max-width: 768px) {
  /* line 44, sass/_video.scss */
  .videos-page-view .featured-video {
    padding-top: 8px;
    padding-right: 0px;
  }
}
/* line 50, sass/_video.scss */
.videos-page-view .featured-video .title {
  font-size: 34px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  /* line 50, sass/_video.scss */
  .videos-page-view .featured-video .title {
    font-size: 29px;
    line-height: 31px;
  }
}
/* line 60, sass/_video.scss */
.videos-page-view .featured-video .date {
  color: #999999;
  margin-top: 5px;
}
/* line 65, sass/_video.scss */
.videos-page-view .featured-video .summary {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
/* line 71, sass/_video.scss */
.videos-page-view .featured-video .live {
  background-color: #ffcc00;
  font-size: 16px;
  color: #000000;
  width: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
/* line 81, sass/_video.scss */
.videos-page-view .featured-video .breaking {
  background-color: #ff0033;
  font-size: 16px;
  color: #ffffff;
  width: 90px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
/* line 91, sass/_video.scss */
.videos-page-view .featured-video #ad_wrapper {
  width: 100%;
  text-align: center;
  font-size: 10px;
  padding-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 91, sass/_video.scss */
  .videos-page-view .featured-video #ad_wrapper {
    padding-bottom: 24px;
  }
}
/* line 105, sass/_video.scss */
.videos-page-view .BrightcoveExperience {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 105, sass/_video.scss */
  .videos-page-view .BrightcoveExperience {
    min-height: 170px;
  }
}

/* line 114, sass/_video.scss */
.videos-nav {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
  /*@media screen and (max-width: $screen-xs) {
  	margin-bottom: 52px;
  }*/
}
/* line 124, sass/_video.scss */
.videos-nav .mobile-nav {
  line-height: 52px;
  background-color: #212121;
  text-transform: uppercase;
  padding: 0px 16px;
  cursor: pointer;
}
/* line 131, sass/_video.scss */
.videos-nav .mobile-nav span {
  font-size: 14px;
  line-height: 52px;
  color: #FFFFFF;
  font-weight: 700;
  float: left;
}
/* line 139, sass/_video.scss */
.videos-nav .mobile-nav .dropdown-arrow {
  height: 52px;
  width: 100%;
  background-image: url("images/white-arrow-down.png");
  background-size: 23px 14px;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 165, sass/_video.scss */
.videos-nav #menu-video-navigation-menu,
.videos-nav #rdm-video-mobile-nav {
  /*@media screen and (max-width: $screen-sm-min) {
  	width: 100%;
  	position: absolute;
  	background-color: #101C33;
  	color: #fff;
  }
  @media screen and (max-width: $screen-sm) {
  	margin-top: 0px;
  }*/
  /*#mobile-label {
  	display: none;
  	
  	@media screen and (max-width: $screen-sm-min) {
  		display: block;
  		background: url('images/white-arrow-down.png') 95% center no-repeat #101C33;
  		padding-left: 24px;
  		font-weight: 800;
  		height: 55px;
  		padding-top: 19px;	
  		text-transform: uppercase;
  		color: #fff;
  	}
  	&:hover {
  		cursor: pointer;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  /* line 165, sass/_video.scss */
  .videos-nav #menu-video-navigation-menu,
  .videos-nav #rdm-video-mobile-nav {
    display: none;
    margin-top: 0px;
  }
}
/* line 181, sass/_video.scss */
.videos-nav #menu-video-navigation-menu li,
.videos-nav #rdm-video-mobile-nav li {
  /*@media screen and (max-width: $screen-sm-min) {
  	display: none;
  	position: relative;
  	z-index: 100;
  	background-color: #101C33;
  	color: #fff;
  }*/
}
/* line 190, sass/_video.scss */
.videos-nav #menu-video-navigation-menu li a,
.videos-nav #rdm-video-mobile-nav li a {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 18px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 190, sass/_video.scss */
  .videos-nav #menu-video-navigation-menu li a,
  .videos-nav #rdm-video-mobile-nav li a {
    background-color: #212121;
    color: #FFFFFF;
    padding-left: 24px;
    padding-left: 24px;
  }
}
/* line 205, sass/_video.scss */
.videos-nav #menu-video-navigation-menu li a:hover,
.videos-nav #rdm-video-mobile-nav li a:hover {
  color: #000000;
}
@media screen and (max-width: 768px) {
  /* line 205, sass/_video.scss */
  .videos-nav #menu-video-navigation-menu li a:hover,
  .videos-nav #rdm-video-mobile-nav li a:hover {
    color: #FFFFFF;
    background-color: #3F3F3F;
  }
}
/* line 234, sass/_video.scss */
.videos-nav #menu-video-navigation-menu .selected,
.videos-nav #rdm-video-mobile-nav .selected {
  border: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  /* line 234, sass/_video.scss */
  .videos-nav #menu-video-navigation-menu .selected,
  .videos-nav #rdm-video-mobile-nav .selected {
    border: none;
  }
}

@-webkit-keyframes mobileVideoNavRotateUp {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
  }
}
@-webkit-keyframes mobileVideoNavRotateDown {
  0% {
    -webkit-transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes mobileVideoNavRotateUp {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-180deg);
  }
}
@-moz-keyframes mobileVideoNavRotateDown {
  0% {
    -moz-transform: rotate(-180deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes mobileVideoNavRotateUp {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(-180deg);
  }
}
@-o-keyframes mobileVideoNavRotateDown {
  0% {
    -o-transform: rotate(-180deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes mobileVideoNavRotateUp {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(-180deg);
  }
}
@-ms-keyframes mobileVideoNavRotateDown {
  0% {
    -ms-transform: rotate(-180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes mobileVideoNavRotateUp {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes mobileVideoNavRotateDown {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* line 335, sass/_video.scss */
.row-video .row-episode {
  border: 1px solid #ffffff;
  padding: 0;
}
@media screen and (min-width: 1320px) {
  /* line 335, sass/_video.scss */
  .row-video .row-episode {
    width: 20%;
    min-height: 285px;
  }
}
/* line 344, sass/_video.scss */
.row-video .row-episode img {
  width: 100%;
}
@media screen and (min-width: 480px) {
  /* line 344, sass/_video.scss */
  .row-video .row-episode img {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  /* line 344, sass/_video.scss */
  .row-video .row-episode img {
    height: 215px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 344, sass/_video.scss */
  .row-video .row-episode img {
    height: 133px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 344, sass/_video.scss */
  .row-video .row-episode img {
    height: 145px;
  }
}
/* line 365, sass/_video.scss */
.row-video .row-episode a:hover {
  color: #000000;
}
/* line 369, sass/_video.scss */
.row-video .row-episode a .title {
  color: #000000;
  font-size: 16px;
  padding: 10px 10px 0 10px;
  height: 80px;
}
/* line 376, sass/_video.scss */
.row-video .row-episode a .video-thumb {
  position: relative;
}
/* line 379, sass/_video.scss */
.row-video .row-episode a .video-thumb .is-live {
  position: absolute;
  color: #fff;
  background: orange;
  top: 0;
  left: 0;
  padding: 1px 10px;
  z-index: 2;
}
/* line 389, sass/_video.scss */
.row-video .row-episode a .video-thumb .current-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
/* line 398, sass/_video.scss */
.row-video .row-episode a .video-thumb .current-overlay > span {
  position: absolute;
  color: white;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  top: 40%;
  text-align: center;
  opacity: .8;
}
/* line 410, sass/_video.scss */
.row-video .row-episode a .video-thumb .live {
  height: 20px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffcc00;
}
/* line 423, sass/_video.scss */
.row-video .row-episode a .video-thumb .breaking {
  height: 20px;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff0033;
}
/* line 436, sass/_video.scss */
.row-video .row-episode a .video-thumb .icon-play {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 447, sass/_video.scss */
.row-video .row-episode .date {
  color: #000000;
  padding: 0 10px 10px 10px;
  font-size: 12px;
}
/* line 454, sass/_video.scss */
.row-video .message {
  width: 100%;
  top: 40%;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 454, sass/_video.scss */
  .row-video .message {
    display: none;
  }
}
/* line 464, sass/_video.scss */
.row-video .currently-watching {
  background-color: #303030;
  width: 100%;
}
/* line 468, sass/_video.scss */
.row-video .currently-watching img {
  opacity: 0.2;
}
@media (max-width: 767px) {
  /* line 468, sass/_video.scss */
  .row-video .currently-watching img {
    opacity: 1.0;
  }
}
/* line 476, sass/_video.scss */
.row-video .currently-watching .message {
  position: absolute;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
/* line 484, sass/_video.scss */
.row-video .ajax-content-loader, .row-video .featured-list-loading {
  border: 1px solid #000000;
  margin-bottom: 20px;
  cursor: pointer;
}
/* line 489, sass/_video.scss */
.row-video .ajax-content-loader:hover, .row-video .featured-list-loading:hover {
  background-color: #eeeeee;
}
/* line 493, sass/_video.scss */
.row-video .ajax-content-loader .load-container, .row-video .featured-list-loading .load-container {
  padding-top: 22px;
  padding-bottom: 18px;
}
/* line 498, sass/_video.scss */
.row-video .ajax-content-loader .loader, .row-video .featured-list-loading .loader {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

/* line 507, sass/_video.scss */
.current .current-overlay {
  display: block !important;
}

/* line 511, sass/_video.scss */
.load8 .loader {
  margin: 2px auto;
  font-size: 2px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #a2abae;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

/* line 522, sass/_video.scss */
.load8 .loader, .load8 .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 548, sass/_video.scss */
body.post-type-archive-rdm_video,
body.post-type-archive-rdm_video #bg-wrapper,
body.post-type-archive-rdm_video #div-tags,
body.single-rdm_video,
body.single-rdm_video #bg-wrapper,
body.single-rdm_video #div-tags {
  background: #fff !important;
}

/* line 557, sass/_video.scss */
.videos-page-view {
  margin-top: 20px;
}

/* line 562, sass/_video.scss */
#video-grid #video-categories {
  margin-top: 20px;
}
/* line 565, sass/_video.scss */
#video-grid #video-categories .tabs.container {
  float: left;
  margin: 0 0 20px;
  padding: 0;
}
/* line 570, sass/_video.scss */
#video-grid #video-categories .tabs.container > li {
  float: left;
  position: relative;
  display: block;
}
/* line 575, sass/_video.scss */
#video-grid #video-categories .tabs.container > li > a, #video-grid #video-categories .tabs.container > li > .dropdown-toggle {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 18px;
  margin-right: 0;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 20px;
  display: block;
  position: relative;
  cursor: pointer;
}
/* line 590, sass/_video.scss */
#video-grid #video-categories .tabs.container > li > a.current, #video-grid #video-categories .tabs.container > li > .dropdown-toggle.current {
  border: 1px solid #000;
}
/* line 594, sass/_video.scss */
#video-grid #video-categories .tabs.container > li > a:hover, #video-grid #video-categories .tabs.container > li > .dropdown-toggle:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 602, sass/_video.scss */
#video-grid #video-categories .row-video {
  padding: 0;
}
/* line 605, sass/_video.scss */
#video-grid #video-categories .row-video .video-item {
  list-style-type: none;
}
/* line 611, sass/_video.scss */
#video-grid #load-more-button {
  border: 1px solid #000000;
  margin: 20px 0;
  cursor: pointer;
}
/* line 616, sass/_video.scss */
#video-grid #load-more-button:hover {
  background-color: #eeeeee;
}
/* line 620, sass/_video.scss */
#video-grid #load-more-button .load-container {
  padding-top: 22px;
  padding-bottom: 18px;
}
/* line 624, sass/_video.scss */
#video-grid #load-more-button .load-container .load-more > span {
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
/* line 634, sass/_video.scss */
#video-grid #menu-video-navigation-menu {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  top: 0;
}

/* line 643, sass/_video.scss */
img.inactive-video {
  max-width: 100%;
  height: auto;
}

/**
 * Temp fix for RMW-240
 */
/* line 651, sass/_video.scss */
.bc-video .vjs-ima3-ad-container > div {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}

/* line 1, sass/gallery.scss */
.fancybox-container {
  float: left;
  clear: both;
  display: block;
  margin: 25px 0;
  height: 460px;
  width: 100%;
  overflow: hidden;
  background: #000;
}
@media all and (max-width: 1279px) {
  /* line 1, sass/gallery.scss */
  .fancybox-container {
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  /* line 1, sass/gallery.scss */
  .fancybox-container {
    height: 430px;
  }
}
/* line 19, sass/gallery.scss */
.fancybox-container .open-gallery {
  float: right;
  height: 300px;
  width: 25%;
  clear: none;
  display: block;
  text-decoration: none !important;
  display: block;
  cursor: pointer;
}
@media screen {
  /* line 30, sass/gallery.scss */
  .fancybox-container .open-gallery:hover {
    opacity: .85;
  }
}
/* line 35, sass/gallery.scss */
.fancybox-container .open-gallery p {
  color: #fff;
  opacity: 1 !important;
  margin: 0;
  position: relative;
  padding-top: 65px;
  line-height: 20px;
  text-align: center !important;
  font-size: 20px;
  font-weight: 800 !important;
  line-height: 24px !important;
}
/* line 47, sass/gallery.scss */
.fancybox-container .open-gallery p .glyphicon {
  position: relative;
  margin-right: 10px;
  left: auto;
}
/* line 53, sass/gallery.scss */
.fancybox-container .open-gallery p small {
  display: block;
  font-size: 14px;
}
@media all and (max-width: 1279px) {
  /* line 19, sass/gallery.scss */
  .fancybox-container .open-gallery {
    width: 30%;
    float: right;
    height: 150px;
  }
  /* line 64, sass/gallery.scss */
  .fancybox-container .open-gallery p {
    padding-top: 55px;
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  /* line 19, sass/gallery.scss */
  .fancybox-container .open-gallery {
    height: 120px;
    width: 100%;
    float: left;
    clear: both;
  }
  /* line 76, sass/gallery.scss */
  .fancybox-container .open-gallery p {
    padding-top: 35px;
  }
}
/* line 87, sass/gallery.scss */
.fancybox-container > a.swipebox {
  display: none;
  overflow: hidden;
}
/* line 91, sass/gallery.scss */
.fancybox-container > a.swipebox > .img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 98, sass/gallery.scss */
.fancybox-container > a.swipebox:nth-child(1) {
  height: 460px;
  background: #fff;
}
/* line 103, sass/gallery.scss */
.fancybox-container > a.swipebox:nth-child(2), .fancybox-container > a.swipebox:nth-child(3) {
  height: 138px;
  background: #fff;
}
/* line 109, sass/gallery.scss */
.fancybox-container > a.swipebox:nth-child(1) {
  float: left;
  width: 75%;
  clear: none;
  display: block;
}
@media all and (max-width: 1279px) {
  /* line 109, sass/gallery.scss */
  .fancybox-container > a.swipebox:nth-child(1) {
    width: 70%;
  }
}
@media all and (max-width: 767px) {
  /* line 109, sass/gallery.scss */
  .fancybox-container > a.swipebox:nth-child(1) {
    height: 200px;
    width: 100%;
    clear: both;
  }
}
/* line 126, sass/gallery.scss */
.fancybox-container > a.swipebox:nth-child(2), .fancybox-container > a.swipebox:nth-child(3) {
  float: right;
  width: 25%;
  clear: none;
  display: block;
}
@media all and (max-width: 1279px) {
  /* line 126, sass/gallery.scss */
  .fancybox-container > a.swipebox:nth-child(2), .fancybox-container > a.swipebox:nth-child(3) {
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  /* line 126, sass/gallery.scss */
  .fancybox-container > a.swipebox:nth-child(2), .fancybox-container > a.swipebox:nth-child(3) {
    height: 110px;
    width: 50%;
    float: left;
  }
}
@media all and (max-width: 1279px) and (min-width: 768px) {
  /* line 145, sass/gallery.scss */
  .fancybox-container > a.swipebox:nth-child(2) {
    height: 150px;
  }
  /* line 148, sass/gallery.scss */
  .fancybox-container > a.swipebox:nth-child(2) > img {
    height: 100%;
    width: auto;
    min-width: 100%;
  }
  /* line 155, sass/gallery.scss */
  .fancybox-container > a.swipebox:nth-child(3) {
    display: none;
  }
}
/* line 160, sass/gallery.scss */
.fancybox-container > a.swipebox:hover > img {
  -ms-transform: scale(1.025);
  /* IE 9 */
  -webkit-transform: scale(1.025);
  /* Safari */
  transform: scale(1.025);
}

@media all and (min-width: 1440px) {
  /* line 170, sass/gallery.scss */
  .article-body.indented .fancybox-container {
    height: 420px;
  }
  /* line 173, sass/gallery.scss */
  .article-body.indented .fancybox-container .swipebox:nth-child(1) {
    width: 70%;
  }
  /* line 177, sass/gallery.scss */
  .article-body.indented .fancybox-container .swipebox:nth-child(2), .article-body.indented .fancybox-container .swipebox:nth-child(3) {
    width: 30%;
    height: 126px;
  }
  /* line 184, sass/gallery.scss */
  .article-body.indented .fancybox-container .open-gallery {
    width: 30%;
    height: 168px;
  }
}
/* line 192, sass/gallery.scss */
#gallery-ad-container {
  position: absolute;
  width: auto;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 50px;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
/* line 30, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
/* line 47, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
/* line 52, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
/* line 57, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
/* line 64, sass/photoswipe/default-skin/default-skin.scss */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

/* line 68, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/wp-content/themes/samuel/dist/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  /* line 80, sass/photoswipe/default-skin/default-skin.scss */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/wp-content/themes/samuel/dist/photoswipe/default-skin/default-skin.svg);
  }

  /* line 86, sass/photoswipe/default-skin/default-skin.scss */
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
/* line 92, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button--close {
  background-position: 0 -44px;
}

/* line 96, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button--share {
  background-position: -44px -44px;
}

/* line 100, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button--fs {
  display: none;
}

/* line 104, sass/photoswipe/default-skin/default-skin.scss */
.pswp--supports-fs .pswp__button--fs {
  display: block;
}

/* line 108, sass/photoswipe/default-skin/default-skin.scss */
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

/* line 112, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

/* line 117, sass/photoswipe/default-skin/default-skin.scss */
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* line 121, sass/photoswipe/default-skin/default-skin.scss */
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
/* line 127, sass/photoswipe/default-skin/default-skin.scss */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
/* line 137, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

/* line 147, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--left {
  left: 0;
}

/* line 151, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--right {
  right: 0;
}

/* line 155, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

/* line 165, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

/* line 170, sass/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
/* line 182, sass/photoswipe/default-skin/default-skin.scss */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 189, sass/photoswipe/default-skin/default-skin.scss */
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* line 205, sass/photoswipe/default-skin/default-skin.scss */
.pswp__share-modal--hidden {
  display: none;
}

/* line 209, sass/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
/* line 224, sass/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
/* line 232, sass/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
/* line 238, sass/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
/* line 243, sass/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 249, sass/photoswipe/default-skin/default-skin.scss */
.pswp__share-modal--fade-in {
  opacity: 1;
}
/* line 252, sass/photoswipe/default-skin/default-skin.scss */
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
/* line 258, sass/photoswipe/default-skin/default-skin.scss */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

/* line 263, sass/photoswipe/default-skin/default-skin.scss */
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
/* line 278, sass/photoswipe/default-skin/default-skin.scss */
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
/* line 282, sass/photoswipe/default-skin/default-skin.scss */
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

/* line 289, sass/photoswipe/default-skin/default-skin.scss */
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

/* line 296, sass/photoswipe/default-skin/default-skin.scss */
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

/* line 303, sass/photoswipe/default-skin/default-skin.scss */
a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
/* line 315, sass/photoswipe/default-skin/default-skin.scss */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	4. Caption

 */
/* line 334, sass/photoswipe/default-skin/default-skin.scss */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
/* line 341, sass/photoswipe/default-skin/default-skin.scss */
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

/* line 347, sass/photoswipe/default-skin/default-skin.scss */
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

/* line 357, sass/photoswipe/default-skin/default-skin.scss */
.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
/* line 362, sass/photoswipe/default-skin/default-skin.scss */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
/* line 375, sass/photoswipe/default-skin/default-skin.scss */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

/* line 388, sass/photoswipe/default-skin/default-skin.scss */
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

/* line 394, sass/photoswipe/default-skin/default-skin.scss */
.pswp__preloader--active {
  opacity: 1;
}
/* line 397, sass/photoswipe/default-skin/default-skin.scss */
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/wp-content/themes/samuel/dist/photoswipe/default-skin/preloader.gif) 0 0 no-repeat;
}

/* line 404, sass/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
/* line 407, sass/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
/* line 411, sass/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
/* line 416, sass/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
/* line 428, sass/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
/* line 439, sass/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  /* line 456, sass/photoswipe/default-skin/default-skin.scss */
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*
	
	6. Additional styles

 */
/* root element of UI */
/* line 484, sass/photoswipe/default-skin/default-skin.scss */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
/* line 492, sass/photoswipe/default-skin/default-skin.scss */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

/* line 500, sass/photoswipe/default-skin/default-skin.scss */
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
/* line 511, sass/photoswipe/default-skin/default-skin.scss */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

/* line 517, sass/photoswipe/default-skin/default-skin.scss */
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
/* line 524, sass/photoswipe/default-skin/default-skin.scss */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
/* line 533, sass/photoswipe/default-skin/default-skin.scss */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
/* line 537, sass/photoswipe/default-skin/default-skin.scss */
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
/* line 548, sass/photoswipe/default-skin/default-skin.scss */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
/* line 559, sass/photoswipe/default-skin/default-skin.scss */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

/* line 566, sass/photoswipe/default-skin/default-skin.scss */
.pswp__element--disabled {
  display: none !important;
}

/* line 572, sass/photoswipe/default-skin/default-skin.scss */
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* pswp = photoswipe */
/* line 14, sass/photoswipe/main.scss */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
/* line 31, sass/photoswipe/main.scss */
.pswp * {
  box-sizing: border-box;
}
/* line 36, sass/photoswipe/main.scss */
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
/* line 42, sass/photoswipe/main.scss */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 50, sass/photoswipe/main.scss */
.pswp--open {
  display: block;
}

/* line 54, sass/photoswipe/main.scss */
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 61, sass/photoswipe/main.scss */
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

/* line 68, sass/photoswipe/main.scss */
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
/* line 79, sass/photoswipe/main.scss */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* line 92, sass/photoswipe/main.scss */
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 101, sass/photoswipe/main.scss */
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
/* line 113, sass/photoswipe/main.scss */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 122, sass/photoswipe/main.scss */
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 133, sass/photoswipe/main.scss */
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 140, sass/photoswipe/main.scss */
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

/* line 147, sass/photoswipe/main.scss */
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

/* line 152, sass/photoswipe/main.scss */
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 161, sass/photoswipe/main.scss */
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
/* line 173, sass/photoswipe/main.scss */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
/* line 181, sass/photoswipe/main.scss */
.pswp__img--placeholder--blank {
  background: #222;
}

/* line 185, sass/photoswipe/main.scss */
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
/* line 196, sass/photoswipe/main.scss */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

/* line 208, sass/photoswipe/main.scss */
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/* Green styles, common across the site (e.g. navigation bar)
-------------------------------------------------------------- */
/* line 4, sass/green/_common.scss */
body {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 8, sass/green/_common.scss */
a {
  color: #2fac5c;
}

/* line 12, sass/green/_common.scss */
a:hover {
  color: #2fac5c;
  text-decoration: underline;
}

/*a:hover {
	color: #008e50;
}*/
/*
.navbar-nav {
	//border-right: 1px solid #52D684;
	right:0px;
	left:0px;
}

.navbar-nav > li {
	//border-left: 1px solid #52D684;
	font-size: 14px;
	font-weight: bold;

	-webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.navbar-nav > li:hover{
	//background: linear-gradient(#00B845, #008F36);
	background-color: rgba(0,171,64,1);
}*/
/* line 44, sass/green/_common.scss */
#topnav-push-sticky-wrapper {
  position: relative;
  z-index: 10000;
}

/* line 49, sass/green/_common.scss */
.leaderboard-container.sticky-enabled {
  height: auto;
  width: 100%;
  background-color: #efefef;
}
/* line 54, sass/green/_common.scss */
.leaderboard-container.sticky-enabled #sticky_leaderboard {
  background-color: #efefef;
  width: 100%;
  overflow: hidden;
}
/* line 60, sass/green/_common.scss */
.leaderboard-container.sticky-enabled #ad_above_load_btn > div > div,
.leaderboard-container.sticky-enabled .featured-ad > .ad-bigbox > div > div {
  margin: 0 auto !important;
}
/* line 65, sass/green/_common.scss */
.leaderboard-container.sticky-enabled .pinned {
  z-index: 100;
  position: fixed;
  top: 0px;
}
/* line 70, sass/green/_common.scss */
.leaderboard-container.sticky-enabled .slide {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 76, sass/green/_common.scss */
.leaderboard-container.sticky-enabled .slide-pinned {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* line 81, sass/green/_common.scss */
.leaderboard-container.sticky-enabled .slide-unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 88, sass/green/_common.scss */
.navbar-default {
  	/*background:
      linear-gradient(
        	rgba(0,198,74,1), rgba(0,184,69,1)
      );*/
  background-color: #2fac5c;
  border: 0px;
}
/* line 98, sass/green/_common.scss */
.navbar-default .navbar-nav > li > a {
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
/* line 105, sass/green/_common.scss */
.navbar-default .navbar-nav > li > a:hover {
  background-color: #20c35f;
}

/*.navbar-default:hover{
	background:
    linear-gradient(
      	rgba(0,198,74,1), rgba(0,184,69,1)
    ) !important;
}*/
/* line 120, sass/green/_common.scss */
.navbar-default .navbar-brand img {
  width: 163px;
}

/* line 126, sass/green/_common.scss */
.navbar-brand {
  font-size: 22px;
}

/* line 130, sass/green/_common.scss */
#navbar_speaker {
  height: 60px;
  width: 36px;
  cursor: pointer;
  display: block;
  margin: 14px 105px 0px 77px;
  float: left;
  position: relative;
}
/* line 139, sass/green/_common.scss */
#navbar_speaker #listen_live_label {
  height: 80px;
  margin-top: -14px;
  top: 0px;
  width: 110px;
  margin-left: 35px;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
/* line 153, sass/green/_common.scss */
#navbar_speaker #listen_live_label:hover {
  background-color: #20c35f;
}
@media screen and (max-width: 767px) {
  /* line 153, sass/green/_common.scss */
  #navbar_speaker #listen_live_label:hover {
    background-color: transparent;
  }
}
/* line 162, sass/green/_common.scss */
#navbar_speaker #speaker {
  height: 60px;
  width: 32px;
  background-image: url("/wp-content/themes/samuel/images/green/livePlaying0@2x.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  /* line 162, sass/green/_common.scss */
  #navbar_speaker #speaker {
    height: 25px;
  }
}
/* line 180, sass/green/_common.scss */
#navbar_speaker #label {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 83px;
  color: #ffffff;
  font-weight: bold;
}

/* line 191, sass/green/_common.scss */
.row.top-ad {
  background-color: #ededf3;
}

/* line 195, sass/green/_common.scss */
#navigator {
  float: left;
}

/* line 212, sass/green/_common.scss */
.search-form-wrapper {
  height: 80px;
  width: 80px;
  float: left;
  position: relative;
}
/* line 219, sass/green/_common.scss */
.search-form-wrapper:hover input[type="text"] {
  background-color: #2fac5c;
  text-indent: 0px;
  width: 155px;
  border: 1px solid #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 219, sass/green/_common.scss */
  .search-form-wrapper:hover input[type="text"] {
    width: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 219, sass/green/_common.scss */
  .search-form-wrapper:hover input[type="text"] {
    width: 135px;
  }
}
/* line 225, sass/green/_common.scss */
.search-form-wrapper .search-query::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 0.8;
}
/* line 229, sass/green/_common.scss */
.search-form-wrapper .search-query:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
/* line 233, sass/green/_common.scss */
.search-form-wrapper .search-query::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
/* line 237, sass/green/_common.scss */
.search-form-wrapper .search-query-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
/* line 242, sass/green/_common.scss */
.search-form-wrapper input[type="submit"] {
  background-color: transparent;
  background-image: url("/wp-content/themes/samuel/images/green/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border: 0 none;
  cursor: pointer;
  height: 32px;
  left: 23px;
  line-height: 24px;
  margin: 0;
  outline: 0 none;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-indent: -32766px;
  top: 26px;
  width: 32px;
  z-index: 1;
}
/* line 264, sass/green/_common.scss */
.search-form-wrapper input[type="text"] {
  background-color: transparent;
  border: medium none;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  height: 32px;
  left: 18px;
  margin: 0;
  outline: 0 none;
  padding: 3px 20px 3px 36px;
  position: absolute;
  text-indent: -3200px;
  top: 27px;
  transition: width 0.3s ease 0.2s, background-color 0.3s ease 0.2s;
  width: 0;
  z-index: 0;
}
/* line 283, sass/green/_common.scss */
.search-form-wrapper input[type="text"]:focus {
  background-color: #2fac5c;
  text-indent: 0px;
  width: 155px;
  border: 1px solid #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 283, sass/green/_common.scss */
  .search-form-wrapper input[type="text"]:focus {
    width: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 283, sass/green/_common.scss */
  .search-form-wrapper input[type="text"]:focus {
    width: 135px;
  }
}

/* line 289, sass/green/_common.scss */
.tablet-navbar-collapse {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 297, sass/green/_common.scss */
.tablet-navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 289, sass/green/_common.scss */
  .tablet-navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 306, sass/green/_common.scss */
  .tablet-navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 313, sass/green/_common.scss */
  .tablet-navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 319, sass/green/_common.scss */
  .navbar-fixed-top .tablet-navbar-collapse, .navbar-static-top .tablet-navbar-collapse, .navbar-fixed-bottom .tablet-navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 328, sass/green/_common.scss */
#tablet-navbar-search {
  float: left;
  padding-left: 24px;
}
/* line 331, sass/green/_common.scss */
#tablet-navbar-search:after {
  clear: both;
}
@media screen and (max-width: 1279px) {
  /* line 328, sass/green/_common.scss */
  #tablet-navbar-search {
    padding-left: 0;
  }
}

/* line 340, sass/green/_common.scss */
.search-tablet {
  height: 32px;
  width: 32px;
  float: left;
  position: relative;
}
/* line 347, sass/green/_common.scss */
.search-tablet:hover input[type="text"] {
  background-color: #2fac5c;
  text-indent: 0px;
  width: 155px;
  border: 1px solid #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 347, sass/green/_common.scss */
  .search-tablet:hover input[type="text"] {
    width: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 347, sass/green/_common.scss */
  .search-tablet:hover input[type="text"] {
    width: 135px;
  }
}
/* line 352, sass/green/_common.scss */
.search-tablet input[type="submit"] {
  height: 32px;
  width: 32px;
  border: 0 none;
  position: absolute;
  background-image: url("/wp-content/themes/samuel/images/green/search.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  cursor: pointer;
  outline: 0 none;
  overflow: visible;
  padding: 0;
  line-height: 24px;
  margin: 0;
  padding: 0;
  left: 5px;
  top: 6px;
  text-indent: -32766px;
  z-index: 1;
}
/* line 375, sass/green/_common.scss */
.search-tablet input[type="text"] {
  background-color: transparent;
  border: medium none;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  height: 32px;
  left: 0;
  margin: 0;
  outline: 0 none;
  padding: 3px 20px 3px 36px;
  position: absolute;
  text-indent: -3200px;
  top: 6px;
  transition: width 0.3s ease 0.2s, background-color 0.3s ease 0.2s;
  width: 0;
  z-index: 0;
}
/* line 394, sass/green/_common.scss */
.search-tablet input[type="text"]:focus {
  background-color: #2fac5c;
  text-indent: 0px;
  width: 155px;
  border: 1px solid #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 394, sass/green/_common.scss */
  .search-tablet input[type="text"]:focus {
    width: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 394, sass/green/_common.scss */
  .search-tablet input[type="text"]:focus {
    width: 135px;
  }
}

/* line 400, sass/green/_common.scss */
#weather {
  height: 65px;
  padding-top: 15px;
  width: 130px;
  float: right;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}
/* line 408, sass/green/_common.scss */
#weather img {
  width: 52px;
}
/* line 411, sass/green/_common.scss */
#weather #current-temp {
  font-size: 30.59px;
  line-height: 15px;
  margin-top: 20px;
  text-align: right;
  padding: 0;
  width: 52px;
}
/* line 419, sass/green/_common.scss */
#weather #current-icon {
  width: 75px;
  padding: 0;
  margin: 0;
}
/* line 424, sass/green/_common.scss */
#weather #weathermore {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

/* line 436, sass/green/_common.scss */
#insider {
  padding: 34px 0px 26px;
  float: right;
  margin-right: 20px;
}
/* line 441, sass/green/_common.scss */
#insider a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

/* line 448, sass/green/_common.scss */
#bg-wrapper {
  position: relative;
}
@media all and (max-width: 1023px) {
  /* line 448, sass/green/_common.scss */
  #bg-wrapper {
    overflow: hidden;
  }
}

/* line 455, sass/green/_common.scss */
#bg-wrapper, #div-tags, .main-container-darkgrey {
  background-color: #EDEDF3;
}
@media screen and (max-width: 1279px) {
  /* line 455, sass/green/_common.scss */
  #bg-wrapper, #div-tags, .main-container-darkgrey {
    background-color: #FFFFFF;
    margin-top: 3px;
  }
}

/* line 464, sass/green/_common.scss */
#div-botbar {
  height: 80px;
  width: 100%;
  background-color: #212121;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1279px) {
  /* line 464, sass/green/_common.scss */
  #div-botbar {
    height: auto;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 464, sass/green/_common.scss */
  #div-botbar {
    padding: 20px 0px 0px;
  }
}
/* line 480, sass/green/_common.scss */
#div-botbar #nav_ul {
  float: left;
  padding: 0px 8px;
  line-height: 80px;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  /* line 480, sass/green/_common.scss */
  #div-botbar #nav_ul {
    padding: 0px 8px 20px 16px;
    line-height: normal;
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  /* line 493, sass/green/_common.scss */
  #div-botbar #nav_ul #toprow {
    margin-top: 30px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  /* line 499, sass/green/_common.scss */
  #div-botbar #nav_ul #bottomrow {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 506, sass/green/_common.scss */
#div-botbar #nav_ul li {
  display: inline-block;
  padding: 0px 60px 0px 0px;
  width: auto;
}
@media screen and (max-width: 1279px) {
  /* line 506, sass/green/_common.scss */
  #div-botbar #nav_ul li {
    display: block;
    float: left;
  }
  /* line 515, sass/green/_common.scss */
  #div-botbar #nav_ul li:nth-child(5) {
    clear: left;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  /* line 506, sass/green/_common.scss */
  #div-botbar #nav_ul li {
    padding: 0px 48px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 506, sass/green/_common.scss */
  #div-botbar #nav_ul li {
    width: 50%;
    padding: 6px;
  }
}
/* line 529, sass/green/_common.scss */
#div-botbar #nav_ul li a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 80px;
  display: block;
}
@media screen and (max-width: 1279px) {
  /* line 529, sass/green/_common.scss */
  #div-botbar #nav_ul li a {
    display: block;
    line-height: 40px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  /* line 529, sass/green/_common.scss */
  #div-botbar #nav_ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  /* line 529, sass/green/_common.scss */
  #div-botbar #nav_ul li a {
    line-height: 20px;
  }
}
/* line 551, sass/green/_common.scss */
#div-botbar #nav_ul li a:visited, #div-botbar #nav_ul li a:hover, #div-botbar #nav_ul li a:active {
  text-decoration: none;
  color: #FFFFFF;
}
/* line 559, sass/green/_common.scss */
#div-botbar #nav_ul a li {
  text-decoration: none;
  color: #FFFFFF;
}
/* line 565, sass/green/_common.scss */
#div-botbar #social-wrapper {
  text-align: right;
}
/* line 568, sass/green/_common.scss */
#div-botbar #social-wrapper #social {
  padding: 0px;
}
@media screen and (max-width: 1279px) {
  /* line 568, sass/green/_common.scss */
  #div-botbar #social-wrapper #social {
    float: right;
  }
}
@media screen and (max-width: 1023px) {
  /* line 568, sass/green/_common.scss */
  #div-botbar #social-wrapper #social {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* line 584, sass/green/_common.scss */
#div-botbar #social-wrapper #social #twitter {
  height: 45px;
  width: 49px;
  background-image: url("/wp-content/themes/citynews/images/botbar_twitter.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 17px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 5px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  /* line 584, sass/green/_common.scss */
  #div-botbar #social-wrapper #social #twitter {
    margin-right: 8px;
  }
}
/* line 600, sass/green/_common.scss */
#div-botbar #social-wrapper #social #facebook {
  height: 45px;
  width: 45px;
  background-image: url("/wp-content/themes/citynews/images/botbar_facebook.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 17px;
  display: inline-block;
  border-radius: 5px;
}
/* line 613, sass/green/_common.scss */
#div-botbar #social-mobile {
  width: 100%;
  float: left;
}
/* line 617, sass/green/_common.scss */
#div-botbar #social-mobile a {
  width: 45%;
  float: left;
}
/* line 622, sass/green/_common.scss */
#div-botbar #social-mobile #twitter {
  height: 55px;
  width: 100%;
  background-image: url("/wp-content/themes/citynews/images/botbar_twitter.png");
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
  background-color: #212121;
  float: left;
}
/* line 633, sass/green/_common.scss */
#div-botbar #social-mobile #facebook {
  height: 55px;
  width: 100%;
  background-image: url("/wp-content/themes/citynews/images/botbar_facebook.png");
  background-repeat: no-repeat;
  background-position: left;
  display: inline-block;
  background-color: #212121;
  float: left;
}

/* line 647, sass/green/_common.scss */
#div-on-air #title {
  padding: 24px 16px 0px 16px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  /* line 647, sass/green/_common.scss */
  #div-on-air #title {
    padding: 0px;
  }
}
/* line 655, sass/green/_common.scss */
#div-on-air #title span {
  font-size: 12px;
  font-weight: bold;
  color: #8C8C8C;
  text-transform: uppercase;
  line-height: 1.42857;
}
/* line 664, sass/green/_common.scss */
#div-on-air #ad-large-spons0 {
  max-width: 300px;
  background: #ffffff;
  margin-left: 2px;
}
/* line 670, sass/green/_common.scss */
#div-on-air .inner-row {
  padding: 9px 16px 3px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  /* line 670, sass/green/_common.scss */
  #div-on-air .inner-row {
    padding: 3px 0px 0px;
  }
}
/* line 679, sass/green/_common.scss */
#div-on-air .inner-margin-row {
  background-color: #FFFFFF;
  padding: 16px;
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  /* line 679, sass/green/_common.scss */
  #div-on-air .inner-margin-row {
    padding: 0px;
  }
}
/* line 688, sass/green/_common.scss */
#div-on-air span {
  font-size: 20px;
  color: #2fac5c;
  line-height: 25px;
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  /* line 688, sass/green/_common.scss */
  #div-on-air span {
    font-size: 14px;
  }
}
/* line 698, sass/green/_common.scss */
#div-on-air #div-on-air-data-now {
  float: left;
  width: 75%;
}
/* line 703, sass/green/_common.scss */
#div-on-air #div-on-air-data-later {
  margin-top: 2px;
  min-height: 160px;
  clear: both;
}
/* line 708, sass/green/_common.scss */
#div-on-air #div-on-air-data-later span {
  font-size: 16px;
  color: #999999;
  display: block;
  line-height: 32px;
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  /* line 708, sass/green/_common.scss */
  #div-on-air #div-on-air-data-later span {
    font-size: 14px;
  }
}
/* line 720, sass/green/_common.scss */
#div-on-air .speaker-outer {
  height: 25px;
  width: 36px;
  position: relative;
  float: right;
}
/* line 726, sass/green/_common.scss */
#div-on-air .speaker-outer .speaker {
  height: 24px;
  width: 24px;
  background-image: url("/wp-content/themes/samuel/images/green/trafficPlaying0@2x.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
/* line 740, sass/green/_common.scss */
#div-on-air .speaker-outer .sound {
  height: 26px;
  width: 20px;
  background-image: url("/wp-content/themes/samuel/images/green/sound-green.png");
  background-size: 16px 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}

/* line 757, sass/green/_common.scss */
#div-footer {
  background-color: #FFFFFF;
  padding-top: 15px;
}
/* line 761, sass/green/_common.scss */
#div-footer #logo {
  margin-bottom: 15px;
}
/* line 765, sass/green/_common.scss */
#div-footer #inner {
  height: 32px;
  position: relative;
}
/* line 770, sass/green/_common.scss */
#div-footer #copyright {
  font-size: 14px;
  color: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 778, sass/green/_common.scss */
#div-footer #logo_img {
  height: 32px;
  width: 150px;
}

/* line 784, sass/green/_common.scss */
.navbar-brand {
  margin-left: -5px !important;
}
/* line 787, sass/green/_common.scss */
.navbar-brand svg {
  top: 1px !important;
}

/* line 794, sass/green/_common.scss */
.navbar-nav li a {
  padding-top: 34px;
  padding-bottom: 26px;
  padding-left: 22px;
  padding-right: 22px;
}

/* line 804, sass/green/_common.scss */
#page-content img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1279px) {
  /* line 811, sass/green/_common.scss */
  #container-topnav {
    position: relative;
  }

  /* line 816, sass/green/_common.scss */
  #nav-expander {
    height: 100px;
  }

  /* line 820, sass/green/_common.scss */
  #tablet-menu {
    width: 100%;
    background-color: #00A53E;
  }

  /* line 825, sass/green/_common.scss */
  .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 830, sass/green/_common.scss */
  nav {
    top: 100px;
  }

  /* line 834, sass/green/_common.scss */
  #div-footer {
    margin-top: 32px !important;
  }
  /* line 837, sass/green/_common.scss */
  #div-footer #inner {
    height: 38px !important;
  }
  /* line 841, sass/green/_common.scss */
  #div-footer #copyright {
    line-height: 22px !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 848, sass/green/_common.scss */
  #container-topnav {
    position: relative;
  }

  /* line 852, sass/green/_common.scss */
  .navbar-brand {
    margin: auto !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  /* line 861, sass/green/_common.scss */
  #navbar_speaker {
    float: right;
    margin: 10px 10px 0px 0px;
  }

  /* line 866, sass/green/_common.scss */
  #div-footer {
    margin-top: 20px;
  }
  /* line 869, sass/green/_common.scss */
  #div-footer #logo {
    margin-bottom: 10px;
    padding: 0px;
  }
  /* line 874, sass/green/_common.scss */
  #div-footer #logo_img {
    height: 24px;
    width: 113px;
    background-size: 113px 24px;
  }
  /* line 880, sass/green/_common.scss */
  #div-footer #vline {
    height: 24px;
  }
  /* line 884, sass/green/_common.scss */
  #div-footer #righttext_bspan {
    font-size: 12px;
  }
  /* line 888, sass/green/_common.scss */
  #div-footer #righttext_ispan {
    font-size: 12px;
  }
  /* line 892, sass/green/_common.scss */
  #div-footer #copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  /* line 866, sass/green/_common.scss */
  #div-footer {
    overflow: hidden;
  }
}

/* line 901, sass/green/_common.scss */
#div-tags {
  padding-top: 12px;
  padding-bottom: 32px !important;
}
/* line 905, sass/green/_common.scss */
#div-tags .tags-row {
  margin-top: 35px;
  padding: 0px;
}
/* line 909, sass/green/_common.scss */
#div-tags .tags-row .link {
  font-size: 14px;
  margin-top: 19px;
  color: #4F4F4F;
  line-height: 17px;
  display: block;
}
/* line 917, sass/green/_common.scss */
#div-tags .tags-row .info {
  font-size: 12px;
  color: #8F8F8F;
  line-height: 16px;
  display: block;
}
/* line 926, sass/green/_common.scss */
#div-tags .tags .tag {
  margin: 0px 1px 1px 0px;
  background-color: #DADAE3;
  display: inline-block;
  padding: 2px 6px 2px 8px;
}
/* line 932, sass/green/_common.scss */
#div-tags .tags .tag a {
  color: #6F6F83;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0px;
}

/*lg new*/
@media screen and (min-width: 1280px) {
  /* line 946, sass/green/_common.scss */
  .container-header {
    max-width: 100%;
  }

  /* line 949, sass/green/_common.scss */
  .hidden-header-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1319px) {
  /* line 954, sass/green/_common.scss */
  #nav-switch {
    width: 64px;
    margin-left: -11px;
  }
}
/*md new*/
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 961, sass/green/_common.scss */
  .container-header {
    max-width: 100%;
  }

  /* line 964, sass/green/_common.scss */
  .hidden-header-md {
    display: none !important;
  }
}
/*sm new*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 970, sass/green/_common.scss */
  .container-header {
    max-width: 100%;
  }

  /* line 973, sass/green/_common.scss */
  .hidden-header-sm {
    display: none !important;
  }
}
/*xs new*/
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 979, sass/green/_common.scss */
  .container-header {
    max-width: 100%;
  }

  /* line 982, sass/green/_common.scss */
  .hidden-header-xs, .hidden-xs {
    display: none !important;
  }

  /* line 986, sass/green/_common.scss */
  #container-topnav {
    position: relative;
  }

  /* line 990, sass/green/_common.scss */
  .navbar-brand {
    margin: auto !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  /* line 999, sass/green/_common.scss */
  #navbar_speaker {
    float: right;
    margin: 10px 10px 0px 0px;
  }

  /* line 1004, sass/green/_common.scss */
  #weather {
    display: none;
  }
}
/* line 1, sass/green/home-page/_app.scss */
#div-app {
  margin-top: 16px;
  padding: 10px 0px;
  float: left;
  border-top: 1px solid #C1C1D0;
  border-bottom: 1px solid #C1C1D0;
}
/* line 8, sass/green/home-page/_app.scss */
#div-app #left {
  width: 17%;
  padding: 0px;
}
/* line 12, sass/green/home-page/_app.scss */
#div-app #left img {
  height: auto;
  width: 100%;
}
/* line 18, sass/green/home-page/_app.scss */
#div-app #right {
  width: 83%;
  text-align: center;
}
/* line 22, sass/green/home-page/_app.scss */
#div-app #right #description {
  color: #6F6F83;
  font-size: 24px;
  display: block;
  line-height: 53px;
}
/* line 29, sass/green/home-page/_app.scss */
#div-app #right a {
  color: #101C33;
  font-size: 24px;
}

/* line 36, sass/green/home-page/_app.scss */
.div-app-alerts {
  margin-top: 16px;
  padding: 10px 0px;
  float: left;
  border-top: 1px solid #C1C1D0;
  border-bottom: 1px solid #C1C1D0;
  width: 100%;
}
/* line 44, sass/green/home-page/_app.scss */
.div-app-alerts .left {
  width: 17%;
  padding: 0px;
}
@media screen and (max-width: 1023px) {
  /* line 44, sass/green/home-page/_app.scss */
  .div-app-alerts .left {
    width: 21%;
  }
}
@media screen and (max-width: 767px) {
  /* line 44, sass/green/home-page/_app.scss */
  .div-app-alerts .left {
    width: 17%;
  }
}
/* line 56, sass/green/home-page/_app.scss */
.div-app-alerts .left #img-alert {
  margin-top: 8px;
}
@media screen and (max-width: 1279px) {
  /* line 56, sass/green/home-page/_app.scss */
  .div-app-alerts .left #img-alert {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 56, sass/green/home-page/_app.scss */
  .div-app-alerts .left #img-alert {
    margin-top: 1px;
  }
}
@media screen and (max-width: 767px) {
  /* line 56, sass/green/home-page/_app.scss */
  .div-app-alerts .left #img-alert {
    margin-top: 8px;
  }
}
/* line 72, sass/green/home-page/_app.scss */
.div-app-alerts .left img {
  height: auto;
  width: 100%;
}
/* line 78, sass/green/home-page/_app.scss */
.div-app-alerts .right {
  width: 83%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  /* line 78, sass/green/home-page/_app.scss */
  .div-app-alerts .right {
    width: 79%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  /* line 78, sass/green/home-page/_app.scss */
  .div-app-alerts .right {
    width: 83%;
    text-align: center;
  }
}
/* line 92, sass/green/home-page/_app.scss */
.div-app-alerts .right .description {
  color: #6F6F83;
  font-size: 20px;
  display: block;
  line-height: 53px;
}
@media screen and (max-width: 1279px) {
  /* line 92, sass/green/home-page/_app.scss */
  .div-app-alerts .right .description {
    font-size: 14px;
    line-height: 39px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 92, sass/green/home-page/_app.scss */
  .div-app-alerts .right .description {
    font-size: 20px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  /* line 92, sass/green/home-page/_app.scss */
  .div-app-alerts .right .description {
    font-size: 20px;
    line-height: 53px;
  }
}
/* line 114, sass/green/home-page/_app.scss */
.div-app-alerts .right a {
  color: #101C33;
  font-size: 19px;
  line-height: 53px;
}
@media screen and (max-width: 1279px) {
  /* line 114, sass/green/home-page/_app.scss */
  .div-app-alerts .right a {
    font-size: 14px;
    line-height: 39px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 114, sass/green/home-page/_app.scss */
  .div-app-alerts .right a {
    font-size: 20px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  /* line 114, sass/green/home-page/_app.scss */
  .div-app-alerts .right a {
    font-size: 20px;
    line-height: 53px;
  }
}

@media screen and (max-width: 767px) {
  /* line 1, sass/green/home-page/_centerbar.scss */
  #div-centerbar {
    width: 100%;
    margin: 2px 0px 16px;
  }
}
/* line 7, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories {
  margin: 16px -16px 0px -16px;
}
/* line 10, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories hr {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 7, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories {
    margin-top: 0px;
  }
}
/* line 18, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories #title {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  margin-right: 8px;
  padding: 25px 16px;
  line-height: 1.42857;
  background-color: #FFFFFF;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  /* line 18, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories #title {
    padding: 0px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  /* line 18, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories #title {
    padding: 16px 0px;
    display: block;
  }
}
/* line 40, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories #div-tablet-middle-ad {
  width: 100%;
  margin: 16px 0px;
  text-align: center;
  float: left;
}
/* line 46, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories #div-tablet-middle-ad div {
  margin: 0px auto !important;
}
/* line 51, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories #hero-story {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1279px) {
  /* line 51, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories #hero-story {
    padding-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  /* line 51, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories #hero-story {
    width: auto !important;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 0px;
  }
}
/* line 66, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories #hero-story .title {
  background-color: #FFFFFF;
  padding: 9px 10px 12px;
  overflow: hidden;
  z-index: 5;
}
@media screen and (max-width: 1279px) {
  /* line 66, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories #hero-story .title {
    padding: 10px 0px 7px;
  }
}
@media screen and (max-width: 767px) {
  /* line 66, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories #hero-story .title {
    padding: 9px 10px 12px;
  }
}
/* line 80, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories #hero-story .title a {
  color: #000000;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  font-family: proxima-nova;
}
@media screen and (max-width: 1279px) {
  /* line 80, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories #hero-story .title a {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  /* line 80, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories #hero-story .title a {
    font-size: 24px;
    line-height: 39px;
  }
}
/* line 99, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories #hero-story img {
  height: auto;
  width: 100%;
}
/* line 104, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories #hero-story svg {
  height: 115px;
  width: 115px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  /* line 104, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories #hero-story svg {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  /* line 104, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories #hero-story svg {
    height: 115px;
    width: 115px;
  }
}
/* line 124, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories #top_nomargin {
  margin-top: 0;
}
@media screen and (max-width: 1279px) {
  /* line 124, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories #top_nomargin {
    margin-top: 24px;
  }
}
/* line 132, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories .substory_div {
  margin-top: 23px;
  height: 265px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  /* line 132, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories .substory_div {
    height: 235px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 132, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories .substory_div {
    height: 215px;
  }
}
@media screen and (max-width: 767px) {
  /* line 132, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories .substory_div {
    height: auto;
  }
}
/* line 151, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories .substory_div .title {
  height: 150px;
  background-color: #FFFFFF;
  padding: 8px 10px;
}
@media screen and (max-width: 1279px) {
  /* line 151, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories .substory_div .title {
    height: 137px;
    padding: 7px 0px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 151, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories .substory_div .title {
    height: 182px;
    padding: 7px 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 151, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories .substory_div .title {
    height: auto;
    padding: 0px;
    margin-top: -1px;
  }
}
/* line 172, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories .substory_div .title a {
  color: #000000;
  font-size: 22px;
  line-height: 26px;
}
@media screen and (max-width: 1279px) {
  /* line 172, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories .substory_div .title a {
    font-size: 20px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  /* line 172, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories .substory_div .title a {
    font-size: 16px;
    line-height: 19px;
    display: block;
  }
}
/* line 189, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories .substory_div .title .tags {
  margin-top: 8px;
}
/* line 192, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories .substory_div .title .tags .tag {
  margin: 0px 1px 1px 0px;
  background-color: #DADAE3;
  display: inline-block;
  padding: 2px 6px 2px 8px;
}
/* line 198, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories .substory_div .title .tags .tag a {
  color: #6F6F83;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0px;
  display: block;
  line-height: normal;
}
/* line 212, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories .substory_div .story_title {
  z-index: 5;
}
/* line 216, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories .substory_div img {
  height: auto;
  width: 100%;
}
/* line 221, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories .substory_div svg {
  height: 70px;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  /* line 221, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories .substory_div svg {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 221, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories .substory_div svg {
    height: 40px;
    width: 40px;
  }
}
/* line 242, sass/green/home-page/_centerbar.scss */
#div-centerbar #div-top-stories #div-latest-news #title {
  padding-top: 12px;
}
@media screen and (max-width: 1279px) {
  /* line 245, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories #div-latest-news .post {
    min-height: 90px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 245, sass/green/home-page/_centerbar.scss */
  #div-centerbar #div-top-stories #div-latest-news .post {
    min-height: 110px;
  }
}

/* line 1, sass/green/home-page/_featured-submission.scss */
#div-featured-submission {
  margin-top: 16px;
  padding: 20px 0px 20px 0px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1279px) {
  /* line 1, sass/green/home-page/_featured-submission.scss */
  #div-featured-submission {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1, sass/green/home-page/_featured-submission.scss */
  #div-featured-submission {
    margin-top: 0px;
    margin-left: -8px;
    margin-right: -8px;
  }
}
/* line 16, sass/green/home-page/_featured-submission.scss */
#div-featured-submission #title {
  display: block;
  margin: 0px 15px 15px 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  /* line 16, sass/green/home-page/_featured-submission.scss */
  #div-featured-submission #title {
    margin: 0px 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  /* line 16, sass/green/home-page/_featured-submission.scss */
  #div-featured-submission #title {
    margin: 0px 15px 15px 15px;
  }
}
/* line 32, sass/green/home-page/_featured-submission.scss */
#div-featured-submission #content_container {
  padding: 20px 15px 0px 15px;
}
/* line 36, sass/green/home-page/_featured-submission.scss */
#div-featured-submission #inner {
  padding: 15px 16px 8px;
}
@media screen and (max-width: 1279px) {
  /* line 36, sass/green/home-page/_featured-submission.scss */
  #div-featured-submission #inner {
    padding: 13px 0px 8px;
  }
}
@media screen and (max-width: 767px) {
  /* line 36, sass/green/home-page/_featured-submission.scss */
  #div-featured-submission #inner {
    padding: 15px 16px 8px;
  }
}
/* line 47, sass/green/home-page/_featured-submission.scss */
#div-featured-submission #inner .title_link {
  color: #000000;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  /* line 47, sass/green/home-page/_featured-submission.scss */
  #div-featured-submission #inner .title_link {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  /* line 47, sass/green/home-page/_featured-submission.scss */
  #div-featured-submission #inner .title_link {
    margin-bottom: 10px;
  }
}
/* line 62, sass/green/home-page/_featured-submission.scss */
#div-featured-submission #inner .content {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}
/* line 68, sass/green/home-page/_featured-submission.scss */
#div-featured-submission #inner .info {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 1279px) {
  /* line 68, sass/green/home-page/_featured-submission.scss */
  #div-featured-submission #inner .info {
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  /* line 68, sass/green/home-page/_featured-submission.scss */
  #div-featured-submission #inner .info {
    line-height: normal;
  }
}
@media screen and (max-width: 1279px) {
  /* line 81, sass/green/home-page/_featured-submission.scss */
  #div-featured-submission #inner #user {
    margin-top: 1px;
  }
}
@media screen and (max-width: 767px) {
  /* line 81, sass/green/home-page/_featured-submission.scss */
  #div-featured-submission #inner #user {
    margin-top: 0px;
  }
}
/* line 92, sass/green/home-page/_featured-submission.scss */
#div-featured-submission img {
  height: auto;
  width: 100%;
}
/* line 97, sass/green/home-page/_featured-submission.scss */
#div-featured-submission .submit_link {
  color: #00BD47;
  font-size: 14px;
  display: block;
  cursor: pointer;
  margin: 1px 16px 0px;
}
@media screen and (max-width: 1279px) {
  /* line 97, sass/green/home-page/_featured-submission.scss */
  #div-featured-submission .submit_link {
    margin: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 97, sass/green/home-page/_featured-submission.scss */
  #div-featured-submission .submit_link {
    font-size: 22px;
    margin: 1px 16px 0px;
  }
}

/* line 115, sass/green/home-page/_featured-submission.scss */
#div-promo-box {
  float: left;
  padding: 10px;
  background-color: #fff;
  margin-top: 20px;
  width: 100%;
}

/* line 1, sass/green/home-page/_featured.scss */
#div-featured {
  background-color: #FFFFFF;
  margin-top: 20px;
  padding: 24px 16px;
  display: block;
}
@media screen and (max-width: 1279px) {
  /* line 1, sass/green/home-page/_featured.scss */
  #div-featured {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1, sass/green/home-page/_featured.scss */
  #div-featured {
    padding: 0px;
    margin-bottom: 20px;
  }
}
/* line 16, sass/green/home-page/_featured.scss */
#div-featured #title {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 23, sass/green/home-page/_featured.scss */
#div-featured #title_absolute {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  position: absolute;
  top: -30px;
  left: 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  /* line 34, sass/green/home-page/_featured.scss */
  #div-featured #title-xs {
    margin-bottom: -8px;
  }
}
/* line 40, sass/green/home-page/_featured.scss */
#div-featured .row_div {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  /* line 40, sass/green/home-page/_featured.scss */
  #div-featured .row_div {
    margin: 46px 0px 16px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  /* line 40, sass/green/home-page/_featured.scss */
  #div-featured .row_div {
    margin: 0px;
    text-align: center;
  }
}
/* line 56, sass/green/home-page/_featured.scss */
#div-featured .post_div {
  width: 19%;
  text-align: left;
  display: inline-block;
  position: relative;
  margin: 0px 2px 0px 2px;
  vertical-align: top;
}
@media screen and (max-width: 1279px) {
  /* line 56, sass/green/home-page/_featured.scss */
  #div-featured .post_div {
    width: 32%;
    margin: 0px 2px 16px;
  }
}
@media screen and (max-width: 767px) {
  /* line 56, sass/green/home-page/_featured.scss */
  #div-featured .post_div {
    width: 100%;
    margin: 0px;
  }
}
/* line 75, sass/green/home-page/_featured.scss */
#div-featured img {
  height: auto;
  width: 100%;
}
/* line 80, sass/green/home-page/_featured.scss */
#div-featured svg {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  /* line 80, sass/green/home-page/_featured.scss */
  #div-featured svg {
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 80, sass/green/home-page/_featured.scss */
  #div-featured svg {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  /* line 80, sass/green/home-page/_featured.scss */
  #div-featured svg {
    height: 40px;
    width: 40px;
  }
}
/* line 104, sass/green/home-page/_featured.scss */
#div-featured .title_link {
  width: 100%;
  display: block;
  color: #000000;
  font-size: 24px;
  margin: 14px 0px 1px;
  text-align: left;
  line-height: 29px;
}
@media screen and (max-width: 1279px) {
  /* line 104, sass/green/home-page/_featured.scss */
  #div-featured .title_link {
    font-size: 20px;
    margin: 8px 0px 1px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  /* line 104, sass/green/home-page/_featured.scss */
  #div-featured .title_link {
    font-size: 16px;
    margin: 0px;
    line-height: 19px;
  }
}
/* line 126, sass/green/home-page/_featured.scss */
#div-featured .content {
  display: block;
  color: #000000;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
  margin-top: 3px;
}
/* line 135, sass/green/home-page/_featured.scss */
#div-featured .info {
  display: block;
  color: #8A8A8A;
  font-size: 13px;
  text-align: left;
  margin-top: 5px;
}
@media screen and (max-width: 1279px) {
  /* line 135, sass/green/home-page/_featured.scss */
  #div-featured .info {
    margin-top: 0px;
  }
}
/* line 147, sass/green/home-page/_featured.scss */
#div-featured .tags {
  margin-left: 8px;
}
/* line 150, sass/green/home-page/_featured.scss */
#div-featured .tags .tag {
  margin-top: 10px;
}
/* line 155, sass/green/home-page/_featured.scss */
#div-featured a {
  width: 100%;
  float: left;
}
@media screen and (max-width: 767px) {
  /* line 155, sass/green/home-page/_featured.scss */
  #div-featured a {
    width: 43.75%;
  }
}
@media screen and (max-width: 767px) {
  /* line 164, sass/green/home-page/_featured.scss */
  #div-featured .featured_post_div {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  /* line 170, sass/green/home-page/_featured.scss */
  #div-featured .featured_post_content {
    margin-top: -1px;
  }
}
@media screen and (max-width: 767px) {
  /* line 176, sass/green/home-page/_featured.scss */
  #div-featured .timestamp {
    float: right;
  }
}

/* line 1, sass/green/home-page/_hot-topics.scss */
#div-hot_topics {
  background-color: #839098;
  position: relative;
  padding: 24px 30px;
  margin-top: 16px;
}
@media screen and (max-width: 1279px) {
  /* line 1, sass/green/home-page/_hot-topics.scss */
  #div-hot_topics {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1, sass/green/home-page/_hot-topics.scss */
  #div-hot_topics {
    padding: 24px 30px;
    margin-left: -8px;
    margin-right: -8px;
  }
}
/* line 17, sass/green/home-page/_hot-topics.scss */
#div-hot_topics #title {
  display: block !important;
  font-size: 12px !important;
  font-weight: bold !important;
  color: #FFFFFF !important;
  text-transform: uppercase !important;
  background-color: transparent !important;
  margin-left: 0 !important;
}
/* line 27, sass/green/home-page/_hot-topics.scss */
#div-hot_topics #content_container {
  margin-top: 10px;
}
@media screen and (max-width: 1279px) {
  /* line 27, sass/green/home-page/_hot-topics.scss */
  #div-hot_topics #content_container {
    margin-top: 3px;
  }
}
@media screen and (max-width: 1279px) {
  /* line 27, sass/green/home-page/_hot-topics.scss */
  #div-hot_topics #content_container {
    margin-top: 10px;
  }
}
/* line 39, sass/green/home-page/_hot-topics.scss */
#div-hot_topics .content {
  color: #FFFFFF;
  font-size: 24px;
  display: block;
  line-height: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 1279px) {
  /* line 39, sass/green/home-page/_hot-topics.scss */
  #div-hot_topics .content {
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  /* line 39, sass/green/home-page/_hot-topics.scss */
  #div-hot_topics .content {
    font-size: 24px;
  }
}
/* line 55, sass/green/home-page/_hot-topics.scss */
#div-hot_topics .list_link {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-top: 16px;
  line-height: 14px;
}

/* line 1, sass/green/home-page/_latest-news-right.scss */
#div-latest-news-right, #div-latest-news-right-top {
  margin-top: 16px;
  padding: 24px 16px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1279px) {
  /* line 1, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right, #div-latest-news-right-top {
    margin: 24px 0px 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right, #div-latest-news-right-top {
    margin-top: 21px;
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 16, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right #title-xs, #div-latest-news-right-top #title-xs {
    margin-bottom: -8px;
  }
}
/* line 21, sass/green/home-page/_latest-news-right.scss */
#div-latest-news-right #title-xs #title, #div-latest-news-right-top #title-xs #title {
  font-size: 12px;
  font-weight: bold;
  margin-right: 4px;
}
@media screen and (max-width: 1023px) {
  /* line 21, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right #title-xs #title, #div-latest-news-right-top #title-xs #title {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 21, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right #title-xs #title, #div-latest-news-right-top #title-xs #title {
    margin-right: 4px;
  }
}
/* line 35, sass/green/home-page/_latest-news-right.scss */
#div-latest-news-right #title-xs #subtitle, #div-latest-news-right-top #title-xs #subtitle {
  font-size: 12px;
  font-weight: 600;
  color: #8C8C8C;
  margin-bottom: 9px;
}
@media screen and (max-width: 1279px) {
  /* line 35, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right #title-xs #subtitle, #div-latest-news-right-top #title-xs #subtitle {
    display: inline-block;
    line-height: 8px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 35, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right #title-xs #subtitle, #div-latest-news-right-top #title-xs #subtitle {
    display: block;
    line-height: 8px;
  }
}
@media screen and (max-width: 767px) {
  /* line 35, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right #title-xs #subtitle, #div-latest-news-right-top #title-xs #subtitle {
    display: inline;
    line-height: normal;
    margin-bottom: 0px;
  }
}
/* line 59, sass/green/home-page/_latest-news-right.scss */
#div-latest-news-right .story_title, #div-latest-news-right-top .story_title {
  margin-top: 5px;
}
@media screen and (max-width: 1279px) {
  /* line 59, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right .story_title, #div-latest-news-right-top .story_title {
    margin-top: -3px;
  }
}
@media screen and (max-width: 767px) {
  /* line 59, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right .story_title, #div-latest-news-right-top .story_title {
    margin-top: -1px;
  }
}
/* line 71, sass/green/home-page/_latest-news-right.scss */
#div-latest-news-right a, #div-latest-news-right-top a {
  color: #000000;
  font-size: 16px;
  display: block;
  line-height: 19px;
}
@media screen and (max-width: 1279px) {
  /* line 71, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right a, #div-latest-news-right-top a {
    margin-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  /* line 71, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right a, #div-latest-news-right-top a {
    font-size: 16px;
    line-height: 19px;
    margin-top: 0px;
  }
}
/* line 88, sass/green/home-page/_latest-news-right.scss */
#div-latest-news-right .info, #div-latest-news-right-top .info {
  font-size: 13px;
}
/* line 92, sass/green/home-page/_latest-news-right.scss */
#div-latest-news-right img, #div-latest-news-right-top img {
  height: auto;
  width: 100%;
}
/* line 97, sass/green/home-page/_latest-news-right.scss */
#div-latest-news-right .row, #div-latest-news-right-top .row {
  margin-top: 15px;
}
@media screen and (max-width: 1279px) {
  /* line 97, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right .row, #div-latest-news-right-top .row {
    margin-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  /* line 97, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right .row, #div-latest-news-right-top .row {
    margin-top: 24px;
  }
}
/* line 109, sass/green/home-page/_latest-news-right.scss */
#div-latest-news-right svg, #div-latest-news-right-top svg {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  /* line 109, sass/green/home-page/_latest-news-right.scss */
  #div-latest-news-right svg, #div-latest-news-right-top svg {
    height: 40px;
    width: 40px;
  }
}
/* line 123, sass/green/home-page/_latest-news-right.scss */
#div-latest-news-right #see_more, #div-latest-news-right-top #see_more {
  font-size: 14px;
  color: #00BD47;
  margin-top: 13px;
}

/* line 130, sass/green/home-page/_latest-news-right.scss */
#ad-large-spons1 {
  max-width: 300px;
  background: #ffffff;
  margin-left: 2px;
}

/* line 1, sass/green/home-page/_latest-news.scss */
#div-latest-news {
  background-color: #FFFFFF;
  padding: 24px 16px;
}
@media screen and (max-width: 1279px) {
  /* line 1, sass/green/home-page/_latest-news.scss */
  #div-latest-news {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1, sass/green/home-page/_latest-news.scss */
  #div-latest-news {
    margin-top: 32px;
    padding: 0px 52px 0px 0px;
  }
}
/* line 14, sass/green/home-page/_latest-news.scss */
#div-latest-news #title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42857;
  text-transform: uppercase;
}
/* line 21, sass/green/home-page/_latest-news.scss */
#div-latest-news .post {
  margin: 21px 0px;
}
@media screen and (max-width: 1279px) {
  /* line 21, sass/green/home-page/_latest-news.scss */
  #div-latest-news .post {
    margin: 11px 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 21, sass/green/home-page/_latest-news.scss */
  #div-latest-news .post {
    margin: 21px 0px;
  }
}
/* line 32, sass/green/home-page/_latest-news.scss */
#div-latest-news .post a {
  color: #000000;
  font-family: proxima-nova;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
  display: block;
}
/* line 41, sass/green/home-page/_latest-news.scss */
#div-latest-news .post .info {
  font-size: 13px;
}

/* line 1, sass/green/home-page/_poll.scss */
#mobile_poll {
  padding: 0px;
}
@media screen and (max-width: 767px) {
  /* line 1, sass/green/home-page/_poll.scss */
  #mobile_poll {
    margin-right: -8px;
    margin-left: -8px;
  }
}

/* line 10, sass/green/home-page/_poll.scss */
#div-poll {
  width: 100%;
  margin-top: 24px;
  padding: 0px 8px;
  float: left;
}
@media screen and (max-width: 767px) {
  /* line 10, sass/green/home-page/_poll.scss */
  #div-poll {
    padding: 0px;
  }
}
/* line 20, sass/green/home-page/_poll.scss */
#div-poll .polldaddy-poll {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 50px;
}
/* line 26, sass/green/home-page/_poll.scss */
#div-poll .polldaddy-poll img {
  display: none;
}
/* line 31, sass/green/home-page/_poll.scss */
#div-poll #inner {
  width: 100%;
  background-color: #839098;
  padding: 21px 26px;
  float: left;
}
/* line 37, sass/green/home-page/_poll.scss */
#div-poll #inner #poll-title {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 50px;
}
/* line 44, sass/green/home-page/_poll.scss */
#div-poll #inner #poll-date {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 50px;
}
/* line 50, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-question-top,
#div-poll #inner .pds-question-bottom {
  color: #FFF;
  font-size: 20px;
  text-align: left;
  border: 0 none #eee;
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
  line-height: 28px;
}
/* line 61, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-question-top a,
#div-poll #inner .pds-question-bottom a {
  color: #fff;
  text-decoration: underline;
}
/* line 65, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-question-top a:hover,
#div-poll #inner .pds-question-bottom a:hover {
  color: #2fac5c;
}
/* line 71, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-answer-group {
  display: block;
  margin: 7px 0;
  padding: 0;
  overflow: hidden;
}
/* line 79, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-feedback-group {
  width: 100%;
  padding: 1px 0;
  float: left;
  overflow: hidden;
}
/* line 87, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-answer-input {
  padding: 0;
  position: relative;
  float: left;
}
/* line 94, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-answer-span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-top: -8px;
  line-height: 34px;
  font-style: italic;
  padding-left: 35px;
  color: #FFF;
  cursor: pointer;
}
/* line 106, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-input-label {
  color: #FFF;
  text-align: left;
  padding: 0;
  position: relative;
  float: left;
}
/* line 115, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-vote-button {
  color: #FFF;
  font-size: 16px;
  width: 78px;
  cursor: pointer;
  background-color: #28A3C0;
  font-weight: 700;
  padding: 2px 10px;
  text-decoration: none;
  display: inline-block;
}
/* line 126, sass/green/home-page/_poll.scss */
#div-poll #inner .view_results {
  display: inline-block;
  color: white;
  margin-left: 10px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}
/* line 135, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-votebutton-outer {
  line-height: 30px;
}
/* line 139, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-feedback-group {
  width: 100%;
  padding: 3px 0;
  float: left;
  overflow: hidden;
}
/* line 147, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-answer-input {
  padding: 0;
  position: relative;
  float: left;
}
/* line 154, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-input-label {
  color: #FFF;
  text-align: left;
  padding: 0;
  position: relative;
  float: left;
}
/* line 163, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-feedback-label {
  color: #FFF;
  text-align: left;
  padding: 0;
  position: relative;
  width: 47% !important;
  float: left;
  display: block;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  /* line 163, sass/green/home-page/_poll.scss */
  #div-poll #inner .pds-feedback-label {
    width: 57% !important;
  }
}
/* line 180, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-other-label {
  color: #FFF;
  text-align: left;
  padding: 0;
  width: 268px;
  position: relative;
  float: left;
}
/* line 190, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-view-results {
  color: #FFF;
  text-align: left;
  padding: 8px 10px 0;
  position: relative;
  float: left;
  display: none;
}
/* line 200, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-vote-button {
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
  background-color: #28A3C0;
  font-weight: bold;
  padding: 2px 10px;
  text-decoration: none;
}
/* line 211, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-vote-button-load {
  height: 30px;
  width: 100%;
  background-image: url("/wp-content/themes/samuel/images/poll-load-city.gif");
  background-repeat: no-repeat;
  background-size: 81px 12px;
  background-position: left center;
  text-align: left;
  position: relative;
  float: left;
  min-width: 81px;
}
/* line 224, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-answer-feedback {
  padding: 0;
  height: 32px;
  overflow: hidden;
  width: 45%;
  float: left;
  margin-left: 3%;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1279px) {
  /* line 224, sass/green/home-page/_poll.scss */
  #div-poll #inner .pds-answer-feedback {
    width: 38%;
  }
}
/* line 239, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-answer-feedback-bar {
  padding: 0;
  margin: 0;
  height: 32px;
  position: relative;
  float: left;
  background-position: center;
  background-size: 32px 32px;
  background-color: #28A3C0;
}
/* line 251, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-total-votes {
  color: #333;
  text-align: left;
  border: 0px solid #F0F0F0;
  padding: 0px;
  position: relative;
  float: left;
}
/* line 261, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-feedback-group {
  padding: 2px 0px;
  width: 100%;
  padding: 3px 0px;
  float: left;
  overflow: hidden;
}
/* line 270, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-feedback-result {
  padding: 8px 0px;
}
/* line 275, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-answer-text {
  color: #FFF;
  text-align: left;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  position: relative;
  float: left;
  font-weight: normal;
  line-height: 32px;
}
@media screen and (max-width: 1279px) {
  /* line 275, sass/green/home-page/_poll.scss */
  #div-poll #inner .pds-answer-text {
    font-size: 18px;
  }
}
/* line 292, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-feedback-per {
  color: #333;
  text-align: left;
  padding: 0px;
  margin: -8px !important;
  position: relative;
  float: right;
  display: none;
  margin: -8px;
  display: inline;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 292, sass/green/home-page/_poll.scss */
  #div-poll #inner .pds-feedback-per {
    position: absolute;
    margin-left: 71px !important;
    margin-bottom: 8px !important;
    z-index: 5;
  }
}
@media screen and (max-width: 320px) {
  /* line 292, sass/green/home-page/_poll.scss */
  #div-poll #inner .pds-feedback-per {
    margin-left: 50px !important;
  }
}
/* line 316, sass/green/home-page/_poll.scss */
#div-poll #inner .pds-feedback-votes {
  color: #333;
  text-align: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  float: right;
  display: none;
}
/* line 327, sass/green/home-page/_poll.scss */
#div-poll #inner input[type="radio"] {
  display: none;
}
/* line 331, sass/green/home-page/_poll.scss */
#div-poll #inner label {
  height: 21px;
  width: 21px;
  display: inline-block;
  background-color: #fff;
  border: 2px solid;
  border-radius: 50%;
  cursor: pointer;
}
/* line 341, sass/green/home-page/_poll.scss */
#div-poll .PDS_Poll {
  text-transform: none;
}
/* line 344, sass/green/home-page/_poll.scss */
#div-poll .PDS_Poll .pds-box {
  margin-top: 10px !important;
  background-color: #839098;
}

@media screen and (max-width: 767px) {
  /* line 3, sass/green/home-page/_super-hero.scss */
  #div-super-hero {
    padding: 0px;
  }
}
/* line 8, sass/green/home-page/_super-hero.scss */
#div-super-hero #inner {
  margin: 16px 0px 0px;
  background-color: #2fac5c;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  /* line 8, sass/green/home-page/_super-hero.scss */
  #div-super-hero #inner {
    margin: 0px;
  }
}
/* line 17, sass/green/home-page/_super-hero.scss */
#div-super-hero #inner #video_link {
  width: 100%;
  float: left;
}
/* line 21, sass/green/home-page/_super-hero.scss */
#div-super-hero #inner #video_link .div-relative {
  position: relative;
}
/* line 24, sass/green/home-page/_super-hero.scss */
#div-super-hero #inner #video_link .div-relative img {
  height: auto;
  width: 100%;
}
/* line 29, sass/green/home-page/_super-hero.scss */
#div-super-hero #inner #video_link .div-relative svg {
  height: 150px;
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  /* line 29, sass/green/home-page/_super-hero.scss */
  #div-super-hero #inner #video_link .div-relative svg {
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 29, sass/green/home-page/_super-hero.scss */
  #div-super-hero #inner #video_link .div-relative svg {
    height: 104px;
    width: 104px;
  }
}
@media screen and (max-width: 767px) {
  /* line 29, sass/green/home-page/_super-hero.scss */
  #div-super-hero #inner #video_link .div-relative svg {
    height: 80px;
    width: 80px;
  }
}
/* line 55, sass/green/home-page/_super-hero.scss */
#div-super-hero #inner #breaking-top {
  padding: 8px 16px;
}
/* line 59, sass/green/home-page/_super-hero.scss */
#div-super-hero #inner #event {
  font-family: "Avenir", proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  color: #FFFFFF;
}
/* line 68, sass/green/home-page/_super-hero.scss */
#div-super-hero #inner #title {
  font-family: "Avenir", proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 300;
  display: block;
  color: #FFFFFF;
  word-wrap: normal;
  margin: 12px 0px 9px;
  line-height: 43px;
}
@media screen and (max-width: 1279px) {
  /* line 68, sass/green/home-page/_super-hero.scss */
  #div-super-hero #inner #title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 68, sass/green/home-page/_super-hero.scss */
  #div-super-hero #inner #title {
    font-size: 26px;
    line-height: 28px;
    margin: 11px 0px 3px;
  }
}
@media screen and (max-width: 767px) {
  /* line 68, sass/green/home-page/_super-hero.scss */
  #div-super-hero #inner #title {
    font-size: 27px;
    line-height: 29px;
    margin: 7px 0px 3px;
  }
}
/* line 96, sass/green/home-page/_super-hero.scss */
#div-super-hero #inner #info {
  font-size: 14px;
  font-family: "Avenir", proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  color: #FFFFFF;
  font-weight: 500;
}
/* line 104, sass/green/home-page/_super-hero.scss */
#div-super-hero #inner #story {
  height: 100%;
  padding: 88px 48px 92px 32px;
}
@media screen and (max-width: 1279px) {
  /* line 104, sass/green/home-page/_super-hero.scss */
  #div-super-hero #inner #story {
    padding: 42px 48px 42px 32px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 104, sass/green/home-page/_super-hero.scss */
  #div-super-hero #inner #story {
    padding: 27px 48px 27px 32px;
  }
}
@media screen and (max-width: 767px) {
  /* line 104, sass/green/home-page/_super-hero.scss */
  #div-super-hero #inner #story {
    padding: 20px 25px;
  }
}
/* line 120, sass/green/home-page/_super-hero.scss */
#div-super-hero #inner #story #related {
  margin-top: 16px;
}
/* line 123, sass/green/home-page/_super-hero.scss */
#div-super-hero #inner #story #related span {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 17px;
  margin: 9px 0px;
}
/* line 130, sass/green/home-page/_super-hero.scss */
#div-super-hero #inner #story #related span a {
  color: #FFFFFF;
}

/* line 1, sass/green/home-page/_twitter.scss */
#div-twitter {
  margin-top: 16px;
  padding: 0px;
}
@media screen and (max-width: 1279px) {
  /* line 1, sass/green/home-page/_twitter.scss */
  #div-twitter {
    max-width: 340px;
  }
}
/* line 8, sass/green/home-page/_twitter.scss */
#div-twitter iframe {
  float: left;
}

/* line 1, sass/green/home-page/_partner-featuring.scss */
#partner-featuring {
  margin-top: 16px;
}
@media screen and (max-width: 1279px) {
  /* line 1, sass/green/home-page/_partner-featuring.scss */
  #partner-featuring {
    border-top: 1px #C1C1D0 solid;
    border-bottom: 1px #C1C1D0 solid;
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1, sass/green/home-page/_partner-featuring.scss */
  #partner-featuring {
    margin-top: 32px;
    padding: 0px 52px 0px 0px;
  }
}
/* line 16, sass/green/home-page/_partner-featuring.scss */
#partner-featuring #bg-white {
  background-color: #FFFFFF;
}
/* line 19, sass/green/home-page/_partner-featuring.scss */
#partner-featuring #bg-white #title {
  padding: 17px 0px !important;
}
/* line 23, sass/green/home-page/_partner-featuring.scss */
#partner-featuring #bg-white .post {
  margin: 10px 0px;
  min-height: 40px;
}
@media screen and (max-width: 1279px) {
  /* line 23, sass/green/home-page/_partner-featuring.scss */
  #partner-featuring #bg-white .post {
    margin: 11px 0px;
    min-height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 23, sass/green/home-page/_partner-featuring.scss */
  #partner-featuring #bg-white .post {
    min-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  /* line 23, sass/green/home-page/_partner-featuring.scss */
  #partner-featuring #bg-white .post {
    margin: 21px 0px;
    min-height: 25px;
  }
}
/* line 41, sass/green/home-page/_partner-featuring.scss */
#partner-featuring #bg-white .post a {
  color: #000000;
  font-family: proxima-nova;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
  display: block;
}
/* line 50, sass/green/home-page/_partner-featuring.scss */
#partner-featuring #bg-white .post .info {
  font-size: 13px;
  color: #8C8C8C;
}
/* line 55, sass/green/home-page/_partner-featuring.scss */
#partner-featuring #bg-white #partner-link {
  text-align: right;
  margin-bottom: 21px;
}
/* line 58, sass/green/home-page/_partner-featuring.scss */
#partner-featuring #bg-white #partner-link a {
  color: #000000;
  font-family: proxima-nova;
  font-weight: 400;
  line-height: 22px;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 18, sass/green/_home-page.scss */
body {
  background-color: #ededf3;
}

/* line 22, sass/green/_home-page.scss */
a {
  cursor: pointer;
}

/* line 26, sass/green/_home-page.scss */
#main-container {
  width: 100%;
}

/* line 30, sass/green/_home-page.scss */
.nopad {
  padding: 0px;
}

/* line 35, sass/green/_home-page.scss */
.tags .tag {
  margin: 0px 1px 1px 0px;
  background-color: #DADAE3;
  display: inline-block;
  padding: 2px 6px 2px 8px;
}
/* line 41, sass/green/_home-page.scss */
.tags .tag a {
  color: #6F6F83;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0px;
}

/* line 52, sass/green/_home-page.scss */
.hmpg_sidebar {
  margin-top: 16px;
  color: #8C8C8C;
}

/* line 57, sass/green/_home-page.scss */
.lead-in-text {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  position: absolute;
  text-transform: uppercase;
  padding: 0px 10px 0px 10px;
  z-index: 10;
  top: 0;
}

/* line 70, sass/green/_home-page.scss */
.lead-in-updated {
  background-color: rgba(0, 198, 74, 0.7);
}

/* line 74, sass/green/_home-page.scss */
.lead-in-breaking {
  background-color: rgba(255, 0, 0, 0.7);
}

/* line 78, sass/green/_home-page.scss */
.lead-in-custom {
  background-color: rgba(0, 198, 74, 0.7);
}

/* line 82, sass/green/_home-page.scss */
#div-rightbar-ad-button {
  margin-top: 16px;
  text-align: center;
  background: url("images/advertisement.png") center top no-repeat;
  padding-top: 12px;
  max-width: 300px;
}

/* line 90, sass/green/_home-page.scss */
.polldaddy-poll {
  visibility: hidden;
}

/***BREAKPOINT SASS START**/
@media screen and (min-width: 1023px) and (max-width: 1279px) {
  /* line 97, sass/green/_home-page.scss */
  .container {
    padding: 0px !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  /* line 103, sass/green/_home-page.scss */
  body {
    background-color: #FFFFFF !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 111, sass/green/_home-page.scss */
  #main-container {
    width: 100%;
    padding: 0px;
  }

  /* line 116, sass/green/_home-page.scss */
  body {
    background-color: #FFFFFF !important;
  }

  /* line 120, sass/green/_home-page.scss */
  #weather {
    display: none;
  }

  /* line 124, sass/green/_home-page.scss */
  .div-rightbar-ad {
    margin-top: -30px;
  }
}
/***BREAKPOINT SASS END***/
/* Green News sites, Article Page
-------------------------------------------------------------- */
/* line 4, sass/green/_article.scss */
#main-article {
  margin-top: 40px;
  width: 100%;
}

/*** Headline and Meta ***/
/* line 10, sass/green/_article.scss */
.headline {
  font-size: 52px;
  line-height: 52px;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333333;
}

/* line 18, sass/green/_article.scss */
.categories {
  margin-top: 13px;
  margin-bottom: 18px;
}

/* line 22, sass/green/_article.scss */
ul.post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 28, sass/green/_article.scss */
ul.post-categories li a {
  font-weight: 700;
  padding: 5px 7px 3px 7px;
  background-color: #dadae3;
  color: #6f6f83;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  margin: 0 3px 0 0;
}

/* line 38, sass/green/_article.scss */
ul.post-categories li a:hover {
  background-color: #e5e5ef;
  text-decoration: none;
  cursor: pointer;
}

/* line 43, sass/green/_article.scss */
.well-sm {
  background-color: #f2f3f4;
}

/* line 47, sass/green/_article.scss */
#summary {
  font-size: 18px;
  color: #1D333D;
}

/* line 52, sass/green/_article.scss */
#summary .well {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 5px 16px;
  margin-bottom: 22px;
}

/* line 60, sass/green/_article.scss */
#summary .point_wrapper {
  position: relative;
  border-bottom: 1px solid #dbdbdc;
  padding: 12px 0;
}

/* line 66, sass/green/_article.scss */
#summary .point_wrapper:last-child {
  border-bottom: none;
}

/* line 70, sass/green/_article.scss */
#summary .summary-point {
  margin: 0;
  padding: 0;
  width: 85%;
  line-height: 19px;
  font-size: 16px;
}

/* line 78, sass/green/_article.scss */
#summary .summaryshare {
  float: right;
  margin-right: 10px;
  position: absolute;
  top: 21%;
  right: 0;
}

/* line 86, sass/green/_article.scss */
.article-image {
  width: 100%;
}

/* line 90, sass/green/_article.scss */
.close-caption, .close-gallery-caption {
  color: #2fac5c;
  display: inline;
  float: right;
  margin-top: 8px;
}

/* line 97, sass/green/_article.scss */
.close-caption:hover {
  cursor: pointer;
}

/* line 101, sass/green/_article.scss */
.close-caption, .close-comments, .clickableImage {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

/* line 114, sass/green/_article.scss */
.clickableImage {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}

/* line 123, sass/green/_article.scss */
.inline-photo-caption {
  display: none;
}

@-webkit-keyframes rotateUp {
  0% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes rotateDown {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes rotateUp {
  0% {
    -moz-transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-moz-keyframes rotateDown {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(180deg);
  }
}
@-o-keyframes rotateUp {
  0% {
    -o-transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@-o-keyframes rotateDown {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(180deg);
  }
}
@-ms-keyframes rotateUp {
  0% {
    -ms-transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-ms-keyframes rotateDown {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(180deg);
  }
}
@keyframes rotateUp {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotateDown {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/* line 217, sass/green/_article.scss */
.last-updated, .posted {
  display: inline;
  font-size: 12px;
  color: #999999;
}

/* line 223, sass/green/_article.scss */
#article-meta {
  margin: 10px 0 18px 0;
}

/* line 227, sass/green/_article.scss */
.author {
  color: #2fac5c;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

/* line 234, sass/green/_article.scss */
.author span {
  display: inline;
  font-size: 12px;
  color: #999999;
  text-transform: none;
}

/* line 241, sass/green/_article.scss */
.image-caption {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}

/* line 247, sass/green/_article.scss */
.headline-title,
.bawmrp h3 {
  margin-bottom: 10px;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 257, sass/green/_article.scss */
::selection {
  background: #D7FFD7;
  /* WebKit/Blink Browsers */
}

/* line 262, sass/green/_article.scss */
::-moz-selection {
  background: #D7FFD7;
  /* Gecko Browsers */
}

/***** Image gallery *****/
/* line 267, sass/green/_article.scss */
.gallery-wrapper {
  position: relative;
  max-width: 878px;
  margin-bottom: 10.4%;
}

/* line 272, sass/green/_article.scss */
.gallery-wrapper .counter {
  width: 84px;
  height: 50px;
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 51;
  background-color: black;
  color: #fff;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 15px 0 0 20px;
}

/* line 285, sass/green/_article.scss */
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 290, sass/green/_article.scss */
.article-gallery {
  padding: 0;
  height: 100%;
}

/* line 294, sass/green/_article.scss */
.article-gallery > li {
  margin-top: 72px;
}

/* line 297, sass/green/_article.scss */
.bx-viewport {
  overflow: visible !important;
}

/* line 300, sass/green/_article.scss */
.bx-caption {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 10px;
  width: 95%;
  float: left;
}

/* line 309, sass/green/_article.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 45%;
  margin-top: -16px;
  outline: 0;
  width: 66px;
  height: 123px;
  text-indent: -9999px;
  z-index: 99;
}

/* line 319, sass/green/_article.scss */
.gallery-pager .prev, .gallery-pager .next {
  position: absolute;
  top: 25%;
  width: 20px;
  height: 37px;
  text-indent: -9999px;
  z-index: 50;
}

/* line 327, sass/green/_article.scss */
.bx-wrapper .bx-prev {
  left: 5%;
  background: url("/wp-content/themes/samuel/images/green/gallerycontrols.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 333, sass/green/_article.scss */
.bx-wrapper .bx-next {
  right: 5%;
  background: url("/wp-content/themes/samuel/images/green/gallerycontrols.png");
  background-repeat: no-repeat;
  background-position: -66px 0;
}

/* line 340, sass/green/_article.scss */
.gallery-pager .prev {
  left: 2%;
  background: url("/wp-content/themes/samuel/images/green/gallerycontrols-small.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 347, sass/green/_article.scss */
.gallery-pager .next {
  right: 2%;
  background: url("/wp-content/themes/samuel/images/green/gallerycontrols-small.png");
  background-repeat: no-repeat;
  background-position: -20px 0;
}

/* I hate important tags, but these are necessary to override the JS in-line defaults */
/* line 354, sass/green/_article.scss */
.gallery-pager {
  display: block !important;
  max-width: 100% !important;
  position: absolute !important;
  z-index: 50 !important;
  opacity: 1 !important;
}

/* styles to avoid content-flicker with thumbnails */
/* line 362, sass/green/_article.scss */
.gallery-pager ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  height: 71px;
  overflow: hidden;
}

/* line 370, sass/green/_article.scss */
.gallery-pager li {
  float: left;
  width: auto !important;
  height: auto !important;
}

/* line 375, sass/green/_article.scss */
.gallery-pager ul li img {
  margin: 0 1px 0 0;
}

/*** end image gallery ***/
/* line 381, sass/green/_article.scss */
#article-body-content {
  color: #4F4F4F;
  font-size: 18px;
  position: relative;
}

/* line 388, sass/green/_article.scss */
#article-body-content p {
  margin-bottom: 16px;
  line-height: 26px;
}

/* line 392, sass/green/_article.scss */
#article-body-content img {
  max-width: 100%;
  height: auto;
}

/* line 396, sass/green/_article.scss */
.related-stories h3 {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  margin-bottom: 0;
}

/* line 401, sass/green/_article.scss */
.related-stories a {
  color: #1D333D;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 7px 0 6px 0;
  border-bottom: 1px solid #e3e3e3;
  float: left;
  width: 100%;
}

/* line 412, sass/green/_article.scss */
.related-stories {
  margin-bottom: 20px;
  margin-top: 36px;
}

/* line 417, sass/green/_article.scss */
.circular {
  width: 65px;
  height: 65px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  background-color: #2fac5c;
  margin: 0 -8px;
}

/* line 427, sass/green/_article.scss */
.author-twitter {
  color: #2fac5c;
  display: inline;
  font-size: 16px;
  font-weight: 700;
}

/* line 433, sass/green/_article.scss */
.tweet-name {
  color: #4f4f4f;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

/* line 439, sass/green/_article.scss */
.tweet-description {
  font-style: italic;
  font-size: 14px;
  word-wrap: break-word;
}

/* line 444, sass/green/_article.scss */
.thetweet {
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
  word-wrap: break-word;
}

/* line 451, sass/green/_article.scss */
.listen {
  font-size: 14px;
  color: #2fac5c;
  display: inline;
}

/* line 456, sass/green/_article.scss */
.quote {
  color: #4F4F4F;
  font-size: 24px;
  font-weight: 700;
  padding: 0 30px 0 14px;
  border-left: 7px solid #2fac5c;
  float: left;
  width: 300px;
  display: block;
  margin: 10px 0;
  line-height: 25px;
}

/* line 469, sass/green/_article.scss */
#article-body-content .quote p {
  margin: -4px 0 -7px 0;
}

/* line 473, sass/green/_article.scss */
.quote .attribution {
  font-size: 16px;
  font-weight: 400;
  float: left;
  margin-bottom: -5px;
  margin-top: 4px;
}

/* line 481, sass/green/_article.scss */
.quote .quotetext {
  margin-bottom: -2px;
  float: left;
}

/* line 487, sass/green/_article.scss */
#radio-roll {
  margin-top: 0px;
}

/* line 491, sass/green/_article.scss */
.article_tags {
  text-transform: uppercase;
  font-size: 11px;
  margin-left: -16px;
  line-height: 26px;
  position: relative;
}

/* line 499, sass/green/_article.scss */
.article_tags span {
  margin: 0 10px;
}

/***** SIDEBAR, GREEN ARTICLES *****/
/* line 504, sass/green/_article.scss */
.top-story-roll {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

/* line 511, sass/green/_article.scss */
.top-story-roll img {
  float: left;
}

/* line 515, sass/green/_article.scss */
#content_article #sidebar #div-on-air .inner-margin-row {
  padding-top: 0px;
}

/* line 519, sass/green/_article.scss */
.top-story-title a {
  float: left;
  text-decoration: none;
  color: #1D333D;
  min-height: 71px;
  font-size: 16px;
  line-height: 18px;
  margin-left: -10px;
}

/* line 528, sass/green/_article.scss */
.top-story-roll .col-lg-8, .top-story-roll .col-md-8, .top-story-roll .col-sm-8 {
  padding-left: 0;
  padding-right: 0;
}

/* line 533, sass/green/_article.scss */
#topstories {
  max-width: 309px;
}

/* line 537, sass/green/_article.scss */
#ajaxloading {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  height: 30px;
  z-index: 10;
}

/* line 550, sass/green/_article.scss */
#ajaxloading img {
  margin-top: -10px;
}

/* line 554, sass/green/_article.scss */
#big-box0-mobile {
  display: none;
}

/***** STICKY SIDEBAR *****/
/* line 557, sass/green/_article.scss */
.pinned {
  z-index: 2500000;
  position: fixed;
  left: 0;
}

/* line 562, sass/green/_article.scss */
.slide {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* line 568, sass/green/_article.scss */
.slide-pinned {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* line 573, sass/green/_article.scss */
.slide-unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 578, sass/green/_article.scss */
.sticky {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding-bottom: 4em;
}

/* line 585, sass/green/_article.scss */
.has-leaderboard .sticky {
  top: 208px;
}

/* line 589, sass/green/_article.scss */
#sticky_ads_container {
  float: left;
}

/* line 593, sass/green/_article.scss */
#sidebar-inner {
  float: left;
}

/***** PROGRESS BAR *****/
/* line 598, sass/green/_article.scss */
.progress-sidebar {
  position: relative;
  float: left;
  text-align: left;
  width: 100%;
}

/* line 604, sass/green/_article.scss */
.progress-sidebar .wrapper {
  position: relative;
  width: inherit;
}

/* line 608, sass/green/_article.scss */
.progress-sidebar .bar {
  position: relative;
  display: block;
  width: 100%;
  height: 71px;
  margin-bottom: 16px;
}

/* line 615, sass/green/_article.scss */
.progress-sidebar .bar span {
  position: absolute;
  display: block;
  top: 0;
  width: 0;
  height: 71px;
  z-index: 0;
  background-color: rgba(28, 190, 77, 0.5);
}

/* line 624, sass/green/_article.scss */
.progress-sidebar .bar a {
  position: relative;
  z-index: 1;
}

/***** COMMENTS *****/
/* line 630, sass/green/_article.scss */
.comments {
  margin: 50px 0 0 0;
  float: left;
  clear: both;
  padding: 0;
  overflow: hidden;
}

/* line 637, sass/green/_article.scss */
.close-comments {
  float: left;
  margin-top: -5px;
  margin-left: 10px;
}

/* line 642, sass/green/_article.scss */
.close-comments img {
  width: 17px;
}

/* line 645, sass/green/_article.scss */
.comment-list {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

/* line 650, sass/green/_article.scss */
.comments .headline-title {
  margin: 0;
  float: left;
}

/* line 654, sass/green/_article.scss */
.starter-form {
  width: 100%;
  height: 48px;
  border: 1px solid #2fac5c;
  border-radius: 5px;
  float: left;
  margin: 16px 0 8px 0;
  padding: 13px 10px 5px 19px;
  font-style: italic;
  cursor: pointer;
}

/* line 665, sass/green/_article.scss */
.starter-form:hover {
  cursor: text;
}

/* line 668, sass/green/_article.scss */
.comment-respond {
  display: none;
  float: left;
  width: 100%;
}

/* line 673, sass/green/_article.scss */
.comment-respond .required {
  color: #2fac5c;
}

/* line 676, sass/green/_article.scss */
.comment-respond label {
  font-weight: 400;
  color: #999;
}

/* line 680, sass/green/_article.scss */
.comment-form-author label {
  margin-right: 0%;
}

/* line 683, sass/green/_article.scss */
.comment-respond textarea, .comment-respond input {
  width: 100%;
  border: 1px solid #d8d8e4;
  border-radius: 5px;
  padding: 5px;
}

/* line 689, sass/green/_article.scss */
.comments .comment-form-author, .comments .comment-form-email {
  width: 49%;
  float: left;
  margin-bottom: 21px;
}

/* line 695, sass/green/_article.scss */
.comments .comment {
  border-bottom: 1px solid #e2e2e2;
  padding: 16px 0 8px 0;
  float: left;
  min-width: 100%;
  margin: 0 -8px;
}

/* line 702, sass/green/_article.scss */
.comments .comment .comment-body {
  width: 87%;
}

/* line 706, sass/green/_article.scss */
.comments .comment:nth-last-child {
  border-bottom: 1px solid #e2e2e2;
}

/* line 709, sass/green/_article.scss */
.comment .author-name {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin-top: -8px;
}

/* line 714, sass/green/_article.scss */
.comment .avatar {
  float: left;
}

/* line 717, sass/green/_article.scss */
.comment .avatar-col {
  width: 13%;
}

/* line 720, sass/green/_article.scss */
.comment .reply {
  background: url("/wp-content/themes/samuel/images/green/reply-arrow.jpg") left 1px no-repeat;
  padding-left: 16px;
  float: right;
  font-size: 12px;
  cursor: pointer;
}

/* line 727, sass/green/_article.scss */
.comment .reply a {
  color: #008e50;
}

/* line 730, sass/green/_article.scss */
.comment .mark-offensive {
  padding-left: 16px;
  padding-right: 32px;
  float: right;
  font-size: 12px;
}
/* line 736, sass/green/_article.scss */
.comment .mark-offensive a {
  cursor: pointer;
}
/* line 740, sass/green/_article.scss */
.comment .mark-offensive .loading {
  height: 12px;
  width: 80px;
  background-image: url("/wp-content/themes/samuel/images/poll-load.gif");
  background-size: 80px 12px;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 749, sass/green/_article.scss */
.comment .mark-offensive span {
  color: #008e50;
}

/* line 753, sass/green/_article.scss */
.comments .loadmore {
  float: right;
  margin-top: -5px;
}

/* line 757, sass/green/_article.scss */
.comments .form-submit {
  float: right;
}

/* line 762, sass/green/_article.scss */
.comments .form-submit input {
  background-color: #fff;
  border: none;
  color: #2fac5c;
  font-size: 36px;
  font-weight: 100;
  padding-top: 0;
}
/* line 771, sass/green/_article.scss */
.comments .form-submit input:focus {
  outline: 0;
}

/* UMP Custom Styles */
/* line 777, sass/green/_article.scss */
#janrainModal .janrain-capture-ui .capture_uploadPhoto_container {
  width: 210px !important;
}

/* 1024px STYLES */
@media screen and (max-width: 1319px) and (min-width: 992px) {
  /* line 784, sass/green/_article.scss */
  #sidebar {
    padding-left: 20px;
  }

  /* line 788, sass/green/_article.scss */
  .quote {
    font-size: 24px;
    width: 100%;
  }

  /* line 793, sass/green/_article.scss */
  .quote .attribution {
    float: left;
    margin-top: 3px;
    margin-bottom: -7px;
  }

  /* line 798, sass/green/_article.scss */
  .comments .comment .comment-body {
    width: 80%;
  }

  /* line 802, sass/green/_article.scss */
  .comment .avatar-col {
    width: 20%;
  }

  /* line 805, sass/green/_article.scss */
  .bx-caption {
    width: 90%;
  }

  /* line 807, sass/green/_article.scss */
  .gallery-wrapper {
    margin-bottom: 16%;
  }

  /* line 810, sass/green/_article.scss */
  #radio-roll {
    margin-top: 23px;
  }

  /* line 813, sass/green/_article.scss */
  .big-box-ad {
    margin: 24px 0;
  }

  /* line 816, sass/green/_article.scss */
  .listen-live-tweet {
    font-size: 16px;
    line-height: 16px;
  }

  /* line 820, sass/green/_article.scss */
  .listen-live-tweet .listen {
    font-size: 16px;
  }

  /* line 823, sass/green/_article.scss */
  .related-stories a {
    font-size: 16px;
    line-height: 18px;
  }

  /* line 827, sass/green/_article.scss */
  .article_tags {
    line-height: 29px;
  }

  /* line 830, sass/green/_article.scss */
  .comments .form-submit input {
    font-size: 32px;
    margin-top: -2px;
  }
}
/* 960px STYLES */
@media screen and (max-width: 991px) and (min-width: 769px) {
  /* line 838, sass/green/_article.scss */
  #big-box0-mobile {
    display: block;
  }

  /* line 840, sass/green/_article.scss */
  #covering-story {
    background-color: #f2f3f4;
    padding: 10px 20px;
    float: left;
    margin: 50px 0;
  }

  /* line 846, sass/green/_article.scss */
  .sharetags {
    margin-top: 40px;
  }

  /* line 849, sass/green/_article.scss */
  .bx-caption {
    width: 90%;
  }

  /* line 850, sass/green/_article.scss */
  .gallery-wrapper {
    margin-bottom: 12%;
  }
}
/* TABLET STYLES */
@media screen and (max-width: 768px) and (min-width: 481px) {
  /* line 857, sass/green/_article.scss */
  #big-box0-mobile {
    display: block;
  }

  /* line 859, sass/green/_article.scss */
  #covering-story {
    background-color: #f2f3f4;
    padding: 10px 20px 14px 20px;
    float: left;
    width: 50%;
    margin: 24px 0;
  }

  /* line 867, sass/green/_article.scss */
  #covering-story .headline-title {
    background-color: #fff;
    margin: -10px 0px 18px -20px;
    padding-bottom: 10px;
    width: 125%;
  }

  /* line 874, sass/green/_article.scss */
  .covering-author {
    margin-left: 16px;
  }

  /* line 878, sass/green/_article.scss */
  .listen-live-tweet {
    font-size: 16px;
    margin-top: -3px;
  }

  /* line 882, sass/green/_article.scss */
  .listen-live-tweet .listen {
    font-size: 16px;
  }

  /* line 886, sass/green/_article.scss */
  .sharetags {
    margin-top: 19px;
  }

  /* line 890, sass/green/_article.scss */
  .tweet-description {
    line-height: 16px;
  }

  /* line 894, sass/green/_article.scss */
  .close-caption, .close-gallery-caption {
    margin-top: 12px;
  }

  /* line 898, sass/green/_article.scss */
  .article_tags {
    line-height: 29px;
  }

  /* line 902, sass/green/_article.scss */
  .comments {
    margin: 34px 0 0 0;
  }

  /* line 906, sass/green/_article.scss */
  .related-stories {
    float: left;
    width: 50%;
    margin-top: 0;
    padding: 0 20px;
    margin: 24px 0;
  }

  /* line 914, sass/green/_article.scss */
  .related-stories .headline-title {
    margin-top: 2px;
  }

  /* line 918, sass/green/_article.scss */
  .thetweet {
    font-size: 21px;
    line-height: 24px;
  }

  /* line 923, sass/green/_article.scss */
  .quote {
    font-size: 24px;
    margin-bottom: 26px;
  }

  /* line 928, sass/green/_article.scss */
  .quote .attribution {
    float: left;
    margin-top: 3px;
    margin-bottom: -7px;
  }

  /* line 934, sass/green/_article.scss */
  .circular {
    width: 48px;
    height: 48px;
  }

  /* line 939, sass/green/_article.scss */
  .comments .comment .comment-body {
    width: 85%;
    float: left;
  }

  /* line 944, sass/green/_article.scss */
  .comment .avatar-col {
    width: 15%;
    float: left;
  }

  /* line 948, sass/green/_article.scss */
  .bx-caption {
    width: 90%;
  }

  /* line 949, sass/green/_article.scss */
  .gallery-wrapper {
    margin-bottom: 14%;
  }
}
/* PHONE STYLES */
@media screen and (max-width: 480px) {
  /* line 958, sass/green/_article.scss */
  #big-box0-mobile {
    display: block;
  }

  /* line 960, sass/green/_article.scss */
  #content_article {
    padding: 0 0 60px 0;
  }

  /* line 963, sass/green/_article.scss */
  .headline {
    font-size: 32px;
    line-height: 36px;
  }

  /* line 968, sass/green/_article.scss */
  .categories {
    margin-top: 11px;
  }

  /* line 972, sass/green/_article.scss */
  .last-updated, .posted, .author span {
    font-size: 11px;
  }

  /* line 976, sass/green/_article.scss */
  .author {
    float: left;
    width: 100%;
    margin-bottom: -2px;
  }

  /* line 982, sass/green/_article.scss */
  .image-caption {
    font-size: 12px;
    line-height: 16px;
  }

  /* line 987, sass/green/_article.scss */
  .close-caption, .close-gallery-caption {
    margin-top: 12px;
  }

  /* line 991, sass/green/_article.scss */
  #covering-story {
    background-color: #f2f3f4;
    padding: 24px 24px 19px 24px;
    margin-top: 20px;
  }

  /* line 997, sass/green/_article.scss */
  .author-image {
    margin-right: 5px;
  }

  /* line 1001, sass/green/_article.scss */
  #covering-story .headline-title {
    background-color: #fff;
    margin: -24px -24px 25px -24px;
    padding-bottom: 10px;
  }

  /* line 1007, sass/green/_article.scss */
  .thetweet {
    float: left;
    padding-top: 3px;
    margin-bottom: 12px;
  }

  /* line 1013, sass/green/_article.scss */
  .quote {
    display: none;
  }

  /* line 1015, sass/green/_article.scss */
  .related-stories {
    margin-bottom: 20px;
    margin-top: 46px;
  }

  /* line 1020, sass/green/_article.scss */
  .related-stories a {
    font-size: 16px;
  }

  /* line 1024, sass/green/_article.scss */
  .sharetags {
    margin-top: 36px;
  }

  /* line 1028, sass/green/_article.scss */
  .comment-respond {
    margin-top: -7px;
  }

  /* line 1032, sass/green/_article.scss */
  .comment .avatar-col {
    width: 24%;
  }

  /* line 1036, sass/green/_article.scss */
  .comments .comment .comment-body {
    width: 76%;
  }

  /* line 1040, sass/green/_article.scss */
  #article-body-content {
    font-size: 16px;
  }

  /* line 1044, sass/green/_article.scss */
  .article_tags {
    width: 75%;
  }

  /* line 1047, sass/green/_article.scss */
  .bx-caption {
    width: 90%;
  }

  /* line 1048, sass/green/_article.scss */
  .gallery-wrapper {
    margin-bottom: 20%;
  }

  /* UMP Custom Styles */
  /* line 1052, sass/green/_article.scss */
  #janrainModal .janrain-capture-ui.capture-ui-content.janrain-capture-ui-mobile .capture_signin {
    width: 100% !important;
  }

  /* line 1057, sass/green/_article.scss */
  #janrainModal .janrain_modal_closebutton {
    right: 12px !important;
  }
}
/* line 1063, sass/green/_article.scss */
.next-story-template {
  height: 114px;
  margin: 20px 0;
}

/* line 1068, sass/green/_article.scss */
.next-story-native-ad-template {
  height: 114px;
  margin: 20px 0;
}

/* line 1076, sass/green/_article.scss */
.sidebar-section > div:last-child .sticky {
  padding-botom: 0;
}

/* 
 * TAGS TEMPLATE (tag.php)
 *
 * This is the common SCSS for the Tag template; colour overrides for specific themes are found
 * in sass/green/ or sass/city/ .
 */
/* line 11, sass/green/_tags.scss */
#tag-index #div-stories #main-story .story-image {
  width: 100%;
  float: left;
}
/* line 18, sass/green/_tags.scss */
#tag-index #div-list {
  padding: 24px 8px 35px 8px;
  background-color: #FFFFFF;
}
/* line 22, sass/green/_tags.scss */
#tag-index #div-list #title {
  margin-bottom: 12px;
}
/* line 25, sass/green/_tags.scss */
#tag-index #div-list #title .dark {
  font-size: 36px;
  color: #282E48;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 33, sass/green/_tags.scss */
#tag-index #div-list .post_row {
  margin: 8px 0px;
  padding: 0px;
}
/* line 37, sass/green/_tags.scss */
#tag-index #div-list .post_row img {
  height: auto;
  width: 100%;
}
/* line 42, sass/green/_tags.scss */
#tag-index #div-list .post_row .title {
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  margin: 0px;
}
/* line 49, sass/green/_tags.scss */
#tag-index #div-list .post_row .info {
  display: block;
  font-size: 13px;
  color: #8C8C8C;
}
/* line 56, sass/green/_tags.scss */
#tag-index #div-list #div-pagelinks {
  width: 100%;
  float: left;
  text-align: center;
}
/* line 61, sass/green/_tags.scss */
#tag-index #div-list #div-pagelinks #current {
  font-weight: bold;
}
/* line 65, sass/green/_tags.scss */
#tag-index #div-list #div-pagelinks a {
  margin: 0px 3px;
}

/* 
 * CATEGORIES TEMPLATE (category.php)
 *
 * This is the common SCSS for the Category template; colour overrides for specific themes are found
 * in sass/green/ or sass/city/ .
 */
/* line 9, sass/_pages-categories.scss */
#page-categories #div-stories {
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  /* line 9, sass/_pages-categories.scss */
  #page-categories #div-stories {
    padding-right: 0px;
  }
}
/* line 17, sass/_pages-categories.scss */
#page-categories #div-stories #main-story #hero-story {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1279px) {
  /* line 17, sass/_pages-categories.scss */
  #page-categories #div-stories #main-story #hero-story {
    padding-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  /* line 17, sass/_pages-categories.scss */
  #page-categories #div-stories #main-story #hero-story {
    width: auto;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 0px;
  }
}
/* line 32, sass/_pages-categories.scss */
#page-categories #div-stories #main-story #hero-story .title {
  background-color: #FFFFFF;
  padding: 9px 10px 12px;
  overflow: hidden;
  z-index: 5;
}
@media screen and (max-width: 1279px) {
  /* line 32, sass/_pages-categories.scss */
  #page-categories #div-stories #main-story #hero-story .title {
    padding: 10px 0px 7px;
  }
}
@media screen and (max-width: 767px) {
  /* line 32, sass/_pages-categories.scss */
  #page-categories #div-stories #main-story #hero-story .title {
    padding: 9px 16px 12px;
  }
}
/* line 46, sass/_pages-categories.scss */
#page-categories #div-stories #main-story #hero-story .title a {
  color: #000000;
  font-size: 36px;
  font-weight: 300;
  line-height: 39px;
}
@media screen and (max-width: 1279px) {
  /* line 46, sass/_pages-categories.scss */
  #page-categories #div-stories #main-story #hero-story .title a {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  /* line 46, sass/_pages-categories.scss */
  #page-categories #div-stories #main-story #hero-story .title a {
    font-size: 24px;
    line-height: 39px;
  }
}
/* line 63, sass/_pages-categories.scss */
#page-categories #div-stories #main-story #hero-story .title .tags {
  margin-top: 8px;
}
/* line 66, sass/_pages-categories.scss */
#page-categories #div-stories #main-story #hero-story .title .tags .tag {
  margin: 0px 1px 1px 0px;
  background-color: #DADAE3;
  display: inline-block;
  padding: 2px 6px 2px 8px;
}
/* line 72, sass/_pages-categories.scss */
#page-categories #div-stories #main-story #hero-story .title .tags .tag a {
  color: #6F6F83;
  font-size: 12px !important;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0px;
  display: block;
  line-height: normal !important;
}
/* line 86, sass/_pages-categories.scss */
#page-categories #div-stories #main-story #hero-story img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 93, sass/_pages-categories.scss */
  #page-categories #div-stories #div-category-main-stories {
    margin-left: -24px;
    margin-right: -24px;
  }
}
/* line 100, sass/_pages-categories.scss */
#page-categories #div-stories .substory_div {
  position: relative;
  overflow: hidden;
}
/* line 104, sass/_pages-categories.scss */
#page-categories #div-stories .substory_div .title {
  height: 150px;
  background-color: #FFFFFF;
  padding: 8px 10px;
}
@media screen and (max-width: 1279px) {
  /* line 104, sass/_pages-categories.scss */
  #page-categories #div-stories .substory_div .title {
    height: 137px;
    padding: 7px 0px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 104, sass/_pages-categories.scss */
  #page-categories #div-stories .substory_div .title {
    height: 182px;
    padding: 7px 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 104, sass/_pages-categories.scss */
  #page-categories #div-stories .substory_div .title {
    height: auto;
    padding: 9px 16px 12px;
  }
}
/* line 124, sass/_pages-categories.scss */
#page-categories #div-stories .substory_div .title a {
  color: #000000;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
}
@media screen and (max-width: 1279px) {
  /* line 124, sass/_pages-categories.scss */
  #page-categories #div-stories .substory_div .title a {
    font-size: 20px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  /* line 124, sass/_pages-categories.scss */
  #page-categories #div-stories .substory_div .title a {
    font-size: 24px;
    line-height: 39px;
  }
}
/* line 141, sass/_pages-categories.scss */
#page-categories #div-stories .substory_div .title .tags {
  margin-top: 8px;
}
/* line 144, sass/_pages-categories.scss */
#page-categories #div-stories .substory_div .title .tags .tag {
  margin: 0px 1px 1px 0px;
  background-color: #DADAE3;
  display: inline-block;
  padding: 2px 6px 2px 8px;
}
/* line 150, sass/_pages-categories.scss */
#page-categories #div-stories .substory_div .title .tags .tag a {
  color: #6F6F83;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0px;
  display: block;
  line-height: normal;
}
/* line 164, sass/_pages-categories.scss */
#page-categories #div-stories .substory_div .story_title {
  z-index: 5;
}
/* line 168, sass/_pages-categories.scss */
#page-categories #div-stories .substory_div img {
  height: auto;
  width: 100%;
}
/* line 174, sass/_pages-categories.scss */
#page-categories #div-stories #div-ad-category-top {
  text-align: center;
  padding: 0 0 20px 0;
}
/* line 180, sass/_pages-categories.scss */
#page-categories #div-list {
  padding: 12px 8px;
  background-color: #FFFFFF;
  float: left;
  margin-left: -8px;
}
@media screen and (max-width: 1279px) {
  /* line 180, sass/_pages-categories.scss */
  #page-categories #div-list {
    padding: 0px;
    margin-top: -2px;
  }
}
@media screen and (max-width: 767px) {
  /* line 180, sass/_pages-categories.scss */
  #page-categories #div-list {
    margin-top: 0px;
    margin-left: 0px;
  }
}
/* line 196, sass/_pages-categories.scss */
#page-categories #div-list .post_row {
  margin: 8px 0px;
  padding: 0px;
}
/* line 200, sass/_pages-categories.scss */
#page-categories #div-list .post_row img {
  height: auto;
  width: 100%;
}
/* line 205, sass/_pages-categories.scss */
#page-categories #div-list .post_row .title {
  color: #000000;
  font-size: 16px;
  line-height: 17px;
  margin: 0px;
  display: block;
}
@media screen and (max-width: 1279px) {
  /* line 205, sass/_pages-categories.scss */
  #page-categories #div-list .post_row .title {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  /* line 205, sass/_pages-categories.scss */
  #page-categories #div-list .post_row .title {
    margin-top: 0px;
    color: #4F4F4F;
  }
}
/* line 222, sass/_pages-categories.scss */
#page-categories #div-list .post_row .info {
  display: block;
  font-size: 13px;
  color: #8C8C8C;
}
/* line 229, sass/_pages-categories.scss */
#page-categories #div-list #div-pagelinks {
  width: 100%;
  float: left;
  text-align: center;
}
/* line 234, sass/_pages-categories.scss */
#page-categories #div-list #div-pagelinks #current {
  font-weight: bold;
}
/* line 238, sass/_pages-categories.scss */
#page-categories #div-list #div-pagelinks a {
  margin: 0px 3px;
}
/* line 243, sass/_pages-categories.scss */
#page-categories #div-list #see-more {
  font-size: 14px;
  margin-left: 8px;
}
/* line 249, sass/_pages-categories.scss */
#page-categories #categories-featured {
  padding: 0px 8px;
}
@media screen and (max-width: 767px) {
  /* line 249, sass/_pages-categories.scss */
  #page-categories #categories-featured {
    padding: 0px 16px;
  }
}
/* line 258, sass/_pages-categories.scss */
#page-categories #div-tablet-overflow .post_row {
  padding: 8px 0px;
}
/* line 261, sass/_pages-categories.scss */
#page-categories #div-tablet-overflow .post_row a {
  font-size: 16px;
  color: #4F4F4F;
  line-height: 18px;
}
/* line 267, sass/_pages-categories.scss */
#page-categories #div-tablet-overflow .post_row span {
  display: block;
  font-size: 13px;
  color: #8C8C8C;
}
/* line 274, sass/_pages-categories.scss */
#page-categories #div-tablet-overflow #see-more {
  font-size: 18px;
  padding-top: 8px;
}

/* line 284, sass/_pages-categories.scss */
#page-categories-more #div-stories #main-story .story-image {
  width: 100%;
  float: left;
}
/* line 291, sass/_pages-categories.scss */
#page-categories-more #div-list {
  padding: 24px 8px 35px 8px;
  background-color: #FFFFFF;
}
/* line 296, sass/_pages-categories.scss */
#page-categories-more #div-list #topic-banner img {
  max-width: 100%;
}
/* line 301, sass/_pages-categories.scss */
#page-categories-more #div-list #title {
  margin-bottom: 12px;
}
/* line 304, sass/_pages-categories.scss */
#page-categories-more #div-list #title .light {
  font-size: 36px;
  color: #999999;
  font-weight: bold;
}
/* line 310, sass/_pages-categories.scss */
#page-categories-more #div-list #title .dark {
  font-size: 36px;
  color: #282E48;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
/* line 319, sass/_pages-categories.scss */
#page-categories-more #div-list .post_row {
  margin: 8px 0px;
  padding: 0px;
}
/* line 323, sass/_pages-categories.scss */
#page-categories-more #div-list .post_row img {
  height: auto;
  width: 100%;
}
/* line 328, sass/_pages-categories.scss */
#page-categories-more #div-list .post_row .title {
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  margin: 0px;
}
/* line 335, sass/_pages-categories.scss */
#page-categories-more #div-list .post_row .info {
  display: block;
  font-size: 13px;
  color: #8C8C8C;
}
/* line 342, sass/_pages-categories.scss */
#page-categories-more #div-list #div-pagelinks {
  width: 100%;
  float: left;
  text-align: center;
}
/* line 347, sass/_pages-categories.scss */
#page-categories-more #div-list #div-pagelinks #current {
  font-weight: bold;
}
/* line 351, sass/_pages-categories.scss */
#page-categories-more #div-list #div-pagelinks a {
  margin: 0px 3px;
}

/* Green News sites, Pages Import
-------------------------------------------------------------- */
/* Green News sites, Biography Page
-------------------------------------------------------------- */
/* line 4, sass/green/_pages-author.scss */
#div-biography {
  background-color: #FFFFFF;
  padding: 16px 8px;
}
@media screen and (max-width: 767px) {
  /* line 4, sass/green/_pages-author.scss */
  #div-biography {
    padding: 16px 0px;
  }
}
/* line 12, sass/green/_pages-author.scss */
#div-biography #content_title {
  padding-left: 8px;
}
/* line 16, sass/green/_pages-author.scss */
#div-biography #left {
  padding-right: 80px;
}
/* line 20, sass/green/_pages-author.scss */
#div-biography #left #description_mobile {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #4F4F4F;
  display: block;
  line-height: 23px;
  padding-left: 8px;
}
/* line 30, sass/green/_pages-author.scss */
#div-biography #left .link-more {
  margin-top: 15px;
  margin-left: 8px;
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  /* line 16, sass/green/_pages-author.scss */
  #div-biography #left {
    padding-right: 8px;
  }
}
/* line 41, sass/green/_pages-author.scss */
#div-biography #left img {
  height: auto;
  width: 100%;
}
/* line 48, sass/green/_pages-author.scss */
#div-biography #right {
  padding-top: 40px;
}
/* line 50, sass/green/_pages-author.scss */
#div-biography #right #description {
  font-size: 18px;
  margin-top: 15px;
  color: #4F4F4F;
  display: block;
  line-height: 23px;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  /* line 48, sass/green/_pages-author.scss */
  #div-biography #right {
    padding-top: 0px;
  }
}
/* line 67, sass/green/_pages-author.scss */
#div-biography #name {
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  line-height: 30px;
}
/* line 75, sass/green/_pages-author.scss */
#div-biography #job-title {
  font-size: 14px;
  font-style: italic;
}
/* line 80, sass/green/_pages-author.scss */
#div-biography #div-contact {
  width: 100%;
  margin-top: 15px;
}
/* line 84, sass/green/_pages-author.scss */
#div-biography #div-contact #twitter-handler {
  font-size: 14px;
  margin: 0px 5% 0 0;
}
/* line 89, sass/green/_pages-author.scss */
#div-biography #div-contact #email {
  font-size: 14px;
  margin: 0px 5% 0 0;
}
/* line 94, sass/green/_pages-author.scss */
#div-biography #div-contact #phone {
  font-size: 14px;
}
/* line 99, sass/green/_pages-author.scss */
#div-biography #div-latest-updates {
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  /* line 99, sass/green/_pages-author.scss */
  #div-biography #div-latest-updates {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
/* line 108, sass/green/_pages-author.scss */
#div-biography #div-latest-updates .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42857;
  color: #8C8C8C;
}
/* line 115, sass/green/_pages-author.scss */
#div-biography #div-latest-updates .story {
  margin-top: 15px;
}
/* line 118, sass/green/_pages-author.scss */
#div-biography #div-latest-updates .story .post-title {
  font-size: 14px;
  display: block;
  color: #4F4F4F;
  line-height: 17px;
}
/* line 125, sass/green/_pages-author.scss */
#div-biography #div-latest-updates .story .post-date {
  font-size: 13px;
  display: block;
  color: #8F8F8F;
  line-height: 16px;
}
/* line 134, sass/green/_pages-author.scss */
#div-biography .column-pad {
  padding-left: 0px;
  padding-right: 70px;
}
@media screen and (max-width: 1279px) {
  /* line 134, sass/green/_pages-author.scss */
  #div-biography .column-pad {
    padding-right: 50px;
  }
}

/* Green News sites, Common Page
-------------------------------------------------------------- */
/* line 4, sass/green/_pages-common.scss */
#page-title {
  text-align: left;
  padding-left: 22px;
}
/* line 8, sass/green/_pages-common.scss */
#page-title div {
  padding: 12px;
  margin: 20px 0px 12px 25px;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  background-image: url("/wp-content/themes/samuel/images/title_background.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 43%;
  background-size: 22px;
  padding-left: 35px;
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  /* line 8, sass/green/_pages-common.scss */
  #page-title div {
    padding-left: 30px !important;
    font-size: 25px !important;
    background-size: 20px !important;
  }
}
@media screen and (max-width: 1279px) {
  /* line 4, sass/green/_pages-common.scss */
  #page-title {
    padding-left: 0px;
  }
}

/* line 38, sass/green/_pages-common.scss */
.nopad-left {
  padding-left: 0px;
}

/* Green News sites, Weather Page
-------------------------------------------------------------- */
/* line 3, sass/green/_pages-weather.scss */
#page-weather .last-updated {
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #a1a1a1;
  margin: 8px 0 20px 0;
}

@media screen and (max-width: 1023px) {
  /* line 12, sass/green/_pages-weather.scss */
  #page-weather {
    padding: 0 24px;
  }
}
/* line 17, sass/green/_pages-weather.scss */
#page-weather #page-title div {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 17, sass/green/_pages-weather.scss */
  #page-weather #page-title div {
    font-size: 20px;
    padding: 7px 9px 5px 9px;
    margin-bottom: 32px;
  }
}
/* line 27, sass/green/_pages-weather.scss */
#page-weather #forecast-today {
  background-color: #fff;
  width: 40.6777%;
  padding: 24px 28px 21px 36px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  /* line 27, sass/green/_pages-weather.scss */
  #page-weather #forecast-today {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 27, sass/green/_pages-weather.scss */
  #page-weather #forecast-today {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 26px;
  }
}
/* line 43, sass/green/_pages-weather.scss */
#page-weather #forecast-today #current-city {
  margin-bottom: 32px;
}
@media screen and (max-width: 1279px) {
  /* line 43, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-city {
    margin-bottom: 10px;
    margin-top: -4px;
  }
}
@media screen and (max-width: 767px) {
  /* line 43, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-city {
    display: none;
  }
}
/* line 57, sass/green/_pages-weather.scss */
#page-weather #forecast-today #current-icon img {
  width: 128px;
  margin-left: -7px;
  margin-top: -8px;
}
@media screen and (max-width: 1279px) {
  /* line 57, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-icon img {
    width: 80px;
    margin-left: -10px;
    margin-top: -7px;
  }
}
@media screen and (max-width: 767px) {
  /* line 57, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-icon img {
    width: 65px;
    float: left;
    margin: -20px 10px 0 10px;
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  /* line 57, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-icon img {
    width: 65px;
    float: left;
    margin: -20px 10px 0 5px;
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  /* line 56, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-icon {
    margin-right: 9px;
  }
}
/* line 88, sass/green/_pages-weather.scss */
#page-weather #forecast-today #current-temp {
  font-size: 145px;
  letter-spacing: -3px;
  padding-left: 0;
  line-height: 112px;
  font-weight: 100;
}
@media screen and (max-width: 1279px) {
  /* line 88, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-temp {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 88, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-temp {
    font-size: 60px;
    line-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  /* line 88, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-temp {
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 36px;
    float: left;
    font-weight: 300;
  }
}
/* line 114, sass/green/_pages-weather.scss */
#page-weather #forecast-today #current-condition {
  font-size: 28px;
  letter-spacing: -0.5px;
  padding-left: 4px;
  margin-bottom: 20px;
  margin-top: 6px;
  line-height: 28px;
}
@media screen and (max-width: 1279px) {
  /* line 114, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-condition {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  /* line 114, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-condition {
    font-size: 16px;
    letter-spacing: 0;
    margin: -10px 0 0 0;
    float: left;
    padding: 0;
  }
}
/* line 138, sass/green/_pages-weather.scss */
#page-weather #forecast-today #current-high, #page-weather #forecast-today #current-low {
  font-size: 28px;
  color: #969c9f;
  font-weight: 100;
  padding-left: 4px;
}
@media screen and (max-width: 1279px) {
  /* line 138, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-high, #page-weather #forecast-today #current-low {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 138, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-high, #page-weather #forecast-today #current-low {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 138, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-high, #page-weather #forecast-today #current-low {
    font-size: 14px;
    float: left;
    margin-top: 6px;
    color: #999;
    padding: 0;
    margin-right: -16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 320px) {
  /* line 138, sass/green/_pages-weather.scss */
  #page-weather #forecast-today #current-high, #page-weather #forecast-today #current-low {
    width: 18.75%;
    margin-right: -8px;
  }
}
@media screen and (max-width: 767px) {
  /* line 167, sass/green/_pages-weather.scss */
  #page-weather #sidebar {
    display: block !important;
    text-align: center;
    overflow: hidden;
  }
  /* line 174, sass/green/_pages-weather.scss */
  #page-weather #sidebar #div-rightbar-ad-top {
    margin-bottom: 40px;
    clear: both;
  }
}
/* line 181, sass/green/_pages-weather.scss */
#page-weather #five-day-forecast, #page-weather #five-day-forecast-mobile {
  padding-left: 0;
}
/* line 185, sass/green/_pages-weather.scss */
#page-weather #five-day-forecast-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 185, sass/green/_pages-weather.scss */
  #page-weather #five-day-forecast-mobile {
    display: block;
    padding: 0 20px 0 0;
  }
  /* line 192, sass/green/_pages-weather.scss */
  #page-weather #five-day-forecast-mobile .forecast-day {
    margin-bottom: 3px;
  }
  /* line 196, sass/green/_pages-weather.scss */
  #page-weather #five-day-forecast-mobile .forecast-high {
    margin-top: 9px;
  }
}
/* line 203, sass/green/_pages-weather.scss */
#page-weather #five-day-forecast {
  display: block;
}
@media screen and (max-width: 1279px) {
  /* line 203, sass/green/_pages-weather.scss */
  #page-weather #five-day-forecast {
    margin-left: -24px;
  }
}
@media screen and (max-width: 1279px) {
  /* line 203, sass/green/_pages-weather.scss */
  #page-weather #five-day-forecast {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  /* line 203, sass/green/_pages-weather.scss */
  #page-weather #five-day-forecast {
    display: none;
  }
}
/* line 219, sass/green/_pages-weather.scss */
#page-weather .forecast-day-wrap {
  background-color: #fff;
  padding: 24px 12px 0px 33px;
  width: 20%;
  border-right: 2px solid #ededf3;
  float: left;
  color: #1d333d;
}
@media screen and (max-width: 1279px) {
  /* line 219, sass/green/_pages-weather.scss */
  #page-weather .forecast-day-wrap {
    padding: 0 0px 0 24px;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 219, sass/green/_pages-weather.scss */
  #page-weather .forecast-day-wrap {
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
}
/* line 239, sass/green/_pages-weather.scss */
#page-weather .forecast-day-wrap .forecast-icon {
  border-radius: 50%;
  float: right;
  margin-right: 8px;
}
@media screen and (max-width: 1279px) {
  /* line 239, sass/green/_pages-weather.scss */
  #page-weather .forecast-day-wrap .forecast-icon {
    margin: 0;
    float: none;
  }
}
/* line 249, sass/green/_pages-weather.scss */
#page-weather .forecast-day-wrap .forecast-icon img {
  width: 59px;
}
@media screen and (max-width: 767px) {
  /* line 249, sass/green/_pages-weather.scss */
  #page-weather .forecast-day-wrap .forecast-icon img {
    width: 30px;
  }
}
/* line 258, sass/green/_pages-weather.scss */
#page-weather .forecast-day-wrap .forecast-description {
  font-size: 14px;
  min-height: 45px;
  margin: 14px 0 6px 0;
  width: 100%;
  float: left;
  line-height: 15px;
}
@media screen and (max-width: 1279px) {
  /* line 258, sass/green/_pages-weather.scss */
  #page-weather .forecast-day-wrap .forecast-description {
    margin: 4px 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  /* line 258, sass/green/_pages-weather.scss */
  #page-weather .forecast-day-wrap .forecast-description {
    margin: 2px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 258, sass/green/_pages-weather.scss */
  #page-weather .forecast-day-wrap .forecast-description {
    display: none;
  }
}
/* line 279, sass/green/_pages-weather.scss */
#page-weather .forecast-day-wrap .forecast-high, #page-weather .forecast-day-wrap .forecast-low {
  font-size: 21px;
  line-height: 28px;
  width: 50%;
  float: left;
}
@media screen and (max-width: 1279px) {
  /* line 279, sass/green/_pages-weather.scss */
  #page-weather .forecast-day-wrap .forecast-high, #page-weather .forecast-day-wrap .forecast-low {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  /* line 279, sass/green/_pages-weather.scss */
  #page-weather .forecast-day-wrap .forecast-high, #page-weather .forecast-day-wrap .forecast-low {
    font-size: 13px;
    color: #333;
    width: 100%;
    line-height: 13px;
    margin-top: 0;
  }
}
/* line 299, sass/green/_pages-weather.scss */
#page-weather .forecast-day-wrap .forecast-high {
  margin-top: 4px;
}
@media screen and (max-width: 1279px) {
  /* line 299, sass/green/_pages-weather.scss */
  #page-weather .forecast-day-wrap .forecast-high {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  /* line 299, sass/green/_pages-weather.scss */
  #page-weather .forecast-day-wrap .forecast-high {
    margin-top: 4px;
  }
}
/* line 313, sass/green/_pages-weather.scss */
#page-weather #met-twitter #covering-story {
  width: 100%;
}
/* line 317, sass/green/_pages-weather.scss */
#page-weather .avatar {
  width: 65px;
  height: 65px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  background-color: #01a13f;
  margin: 0 -8px;
}
/* line 327, sass/green/_pages-weather.scss */
#page-weather .tweet-description {
  color: #888;
}
/* line 331, sass/green/_pages-weather.scss */
#page-weather .thetweet {
  font-size: 30px;
  line-height: 32px;
}
@media screen and (max-width: 1279px) {
  /* line 331, sass/green/_pages-weather.scss */
  #page-weather .thetweet {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  /* line 331, sass/green/_pages-weather.scss */
  #page-weather .thetweet {
    font-size: 22px;
    line-height: 24px;
    padding: 20px 8px;
    margin-bottom: 0;
  }
}
/* line 348, sass/green/_pages-weather.scss */
#page-weather .forecast-day-wrap:last-child {
  border-right: none;
}
/* line 352, sass/green/_pages-weather.scss */
#page-weather #live-video {
  width: 57.627%;
  float: right;
  min-height: 307px;
  margin: 0 8px 14px 0;
  padding: 0;
  background-color: #000;
}
@media screen and (max-width: 1279px) {
  /* line 352, sass/green/_pages-weather.scss */
  #page-weather #live-video {
    min-height: 192px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 352, sass/green/_pages-weather.scss */
  #page-weather #live-video {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 352, sass/green/_pages-weather.scss */
  #page-weather #live-video {
    width: 100%;
  }
}
/* line 373, sass/green/_pages-weather.scss */
#page-weather #met-twitter {
  margin-bottom: 14px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  /* line 373, sass/green/_pages-weather.scss */
  #page-weather #met-twitter {
    margin: 32px 0 32px -8px;
    width: 107%;
  }
}
/* line 383, sass/green/_pages-weather.scss */
#page-weather #met-twitter #covering-story {
  background: #fff;
  padding: 24px 30px 60px 30px;
}
/* line 387, sass/green/_pages-weather.scss */
#page-weather #met-twitter #covering-story .covering-author {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  /* line 387, sass/green/_pages-weather.scss */
  #page-weather #met-twitter #covering-story .covering-author {
    padding-top: 22px;
  }
}
/* line 395, sass/green/_pages-weather.scss */
#page-weather #met-twitter #covering-story .headline-title {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  /* line 395, sass/green/_pages-weather.scss */
  #page-weather #met-twitter #covering-story .headline-title {
    margin-left: 4px;
  }
}
/* line 404, sass/green/_pages-weather.scss */
#page-weather .brightcove-video-containing-block {
  height: 307px;
}
@media screen and (max-width: 1279px) {
  /* line 404, sass/green/_pages-weather.scss */
  #page-weather .brightcove-video-containing-block {
    height: 192px;
  }
}
/* line 413, sass/green/_pages-weather.scss */
#page-weather .brightcove-video-container {
  height: 100%;
}
/* line 418, sass/green/_pages-weather.scss */
#page-weather #airquality, #page-weather #radar {
  margin: 9px 0 0 0;
  padding-left: 3px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 418, sass/green/_pages-weather.scss */
  #page-weather #airquality, #page-weather #radar {
    background-color: transparent;
  }
}
/* line 428, sass/green/_pages-weather.scss */
#page-weather #airquality .headline-title {
  padding: 20px 30px 10px 30px;
}
/* line 432, sass/green/_pages-weather.scss */
#page-weather #airquality img, #page-weather #radar img {
  max-width: 100%;
}
@media screen and (max-width: 1279px) {
  /* line 437, sass/green/_pages-weather.scss */
  #page-weather #met-twitter #covering-story {
    padding: 24px 0px 32px 0;
  }
}
@media screen and (max-width: 1023px) {
  /* line 443, sass/green/_pages-weather.scss */
  #page-weather #met-twitter #covering-story {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 449, sass/green/_pages-weather.scss */
  #page-weather .author-image {
    float: left;
    margin-left: 10px;
    padding-top: 22px;
  }
  /* line 455, sass/green/_pages-weather.scss */
  #page-weather #met-twitter #covering-story .headline-title {
    margin: -16px -16px 0 -16px;
    padding-left: 0px;
  }
  /* line 460, sass/green/_pages-weather.scss */
  #page-weather #met-twitter #covering-story {
    padding: 16px 16px 5px 16px;
    background-color: #f2f3f4;
  }
}

/* line 468, sass/green/_pages-weather.scss */
.disable_wwc {
  background-color: #FFFFFF;
  overflow: hidden;
  margin-left: 10px;
  width: 57.25%;
  height: 307px;
}
/* line 475, sass/green/_pages-weather.scss */
.disable_wwc .thetweet {
  font-size: 26px !important;
  margin-top: 15px;
  margin-left: -5px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  /* line 475, sass/green/_pages-weather.scss */
  .disable_wwc .thetweet {
    margin-left: 0px;
    font-size: 16px !important;
  }
}
/* line 487, sass/green/_pages-weather.scss */
.disable_wwc .covering-author {
  margin-right: 10px;
  margin-left: 32px;
}
@media screen and (max-width: 1279px) {
  /* line 487, sass/green/_pages-weather.scss */
  .disable_wwc .covering-author {
    margin-left: 20px;
    padding-left: 20px;
    font-size: 16px !important;
    width: 45.25%;
  }
}
@media screen and (max-width: 1279px) {
  /* line 468, sass/green/_pages-weather.scss */
  .disable_wwc {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  /* line 468, sass/green/_pages-weather.scss */
  .disable_wwc {
    height: 270px;
  }
}

/* line 507, sass/green/_pages-weather.scss */
#div-weather-free-form {
  margin-top: 16px;
  margin-left: 14px;
  padding: 0px 0px 30px 0px;
  background-color: #FFFFFF;
  width: 300px;
}
@media screen and (max-width: 1279px) {
  /* line 507, sass/green/_pages-weather.scss */
  #div-weather-free-form {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  /* line 507, sass/green/_pages-weather.scss */
  #div-weather-free-form {
    margin: 0 auto;
    background-color: transparent;
  }
}
@media screen and (max-width: 320px) {
  /* line 507, sass/green/_pages-weather.scss */
  #div-weather-free-form {
    width: 100%;
  }
}
/* line 526, sass/green/_pages-weather.scss */
#div-weather-free-form #wg-image {
  padding: 6px 6px 0px 6px;
  pointer-events: none;
}
/* line 531, sass/green/_pages-weather.scss */
#div-weather-free-form #wg-content {
  padding: 0px 7px 0px;
}
/* line 535, sass/green/_pages-weather.scss */
#div-weather-free-form #wg-content #wg-header-text {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  /* line 535, sass/green/_pages-weather.scss */
  #div-weather-free-form #wg-content #wg-header-text {
    margin: 0px 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  /* line 535, sass/green/_pages-weather.scss */
  #div-weather-free-form #wg-content #wg-header-text {
    margin: 0px 15px 15px 15px;
  }
}
/* line 550, sass/green/_pages-weather.scss */
#div-weather-free-form #title {
  display: block;
  margin: 0px 15px 15px 15px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  /* line 550, sass/green/_pages-weather.scss */
  #div-weather-free-form #title {
    margin: 0px 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  /* line 550, sass/green/_pages-weather.scss */
  #div-weather-free-form #title {
    margin: 0px 15px 15px 15px;
  }
}
/* line 566, sass/green/_pages-weather.scss */
#div-weather-free-form #content_container {
  padding: 20px 15px 0px 15px;
}
/* line 570, sass/green/_pages-weather.scss */
#div-weather-free-form #inner {
  padding: 15px 16px 8px;
}
@media screen and (max-width: 1279px) {
  /* line 570, sass/green/_pages-weather.scss */
  #div-weather-free-form #inner {
    padding: 13px 0px 8px;
  }
}
@media screen and (max-width: 767px) {
  /* line 570, sass/green/_pages-weather.scss */
  #div-weather-free-form #inner {
    padding: 15px 16px 8px;
  }
}
/* line 581, sass/green/_pages-weather.scss */
#div-weather-free-form #inner .title_link {
  color: #000000;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  /* line 581, sass/green/_pages-weather.scss */
  #div-weather-free-form #inner .title_link {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  /* line 581, sass/green/_pages-weather.scss */
  #div-weather-free-form #inner .title_link {
    margin-bottom: 10px;
  }
}
/* line 596, sass/green/_pages-weather.scss */
#div-weather-free-form #inner .content {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}
/* line 602, sass/green/_pages-weather.scss */
#div-weather-free-form #inner .info {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 1279px) {
  /* line 602, sass/green/_pages-weather.scss */
  #div-weather-free-form #inner .info {
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  /* line 602, sass/green/_pages-weather.scss */
  #div-weather-free-form #inner .info {
    line-height: normal;
  }
}
@media screen and (max-width: 1279px) {
  /* line 615, sass/green/_pages-weather.scss */
  #div-weather-free-form #inner #user {
    margin-top: 1px;
  }
}
@media screen and (max-width: 767px) {
  /* line 615, sass/green/_pages-weather.scss */
  #div-weather-free-form #inner #user {
    margin-top: 0px;
  }
}
/* line 626, sass/green/_pages-weather.scss */
#div-weather-free-form img {
  height: auto;
  width: 100%;
}
/* line 631, sass/green/_pages-weather.scss */
#div-weather-free-form .submit_link {
  color: #00BD47;
  font-size: 14px;
  font-weight: 600;
  display: block;
  cursor: pointer;
  margin: 1px 7px 0px;
}
@media screen and (max-width: 767px) {
  /* line 631, sass/green/_pages-weather.scss */
  #div-weather-free-form .submit_link {
    font-size: 22px;
    margin: 1px 16px 0px;
  }
}

/* Green News sites, Extreme Weather Centre Page
-------------------------------------------------------------- */
@media screen and (max-width: 1023px) {
  /* line 3, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather {
    padding: 0 24px;
  }
}
/* line 8, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #page-title div {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  /* line 8, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #page-title div {
    font-size: 20px;
    padding: 7px 9px 5px 9px;
    margin-bottom: 32px;
  }
}
/* line 18, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #ewc-main-menu {
  padding: 0;
}
@media screen and (max-width: 767px) {
  /* line 18, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #ewc-main-menu {
    background-color: #2f2f2f;
    position: relative;
    height: 72px;
  }
}
/* line 26, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #ewc-main-menu #tab-container {
  position: relative;
  width: 100%;
}
/* line 31, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #ewc-main-menu .etabs {
  margin: -30px 0 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  /* line 31, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #ewc-main-menu .etabs {
    margin: 0;
    background-color: #2f2f2f;
  }
}
/* line 40, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #ewc-main-menu .tab {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  /* line 40, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #ewc-main-menu .tab {
    display: none;
  }
}
/* line 47, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #ewc-main-menu .tab a {
  font-size: 18px;
  line-height: 2em;
  display: block;
  padding: 20px 18px;
  outline: none;
  color: #161b31;
}
@media screen and (max-width: 767px) {
  /* line 47, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #ewc-main-menu .tab a {
    color: #fff;
    padding: 18px;
  }
}
/* line 60, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #ewc-main-menu .tab a:hover {
  text-decoration: underline;
}
/* line 63, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #ewc-main-menu .tab.active {
  border: 1px solid #161b31;
}
@media screen and (max-width: 767px) {
  /* line 63, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #ewc-main-menu .tab.active {
    border: 0;
    display: block;
    background: url("/wp-content/themes/samuel/images/green/caption-icon-white.png") 95% center no-repeat;
  }
}
/* line 74, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather .tabcontent {
  display: none;
  padding: 12px 8px 0 0;
  width: 100%;
  float: left;
}
@media screen and (max-width: 767px) {
  /* line 74, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .tabcontent {
    padding-right: 0;
  }
}
/* line 86, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather .sharing-open.bottom {
  float: right;
  margin: 0px 8px 16px 0;
}
@media screen and (max-width: 767px) {
  /* line 86, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .sharing-open.bottom {
    display: none;
  }
}
/* line 97, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #forecast-today {
  background-color: #fff;
  width: 100%;
  padding: 24px 28px 21px 36px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1279px) {
  /* line 97, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #forecast-today {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 97, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #forecast-today {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 26px;
    margin-top: 24px;
  }
}
/* line 114, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #forecast-today #current-city {
  margin-bottom: 5px;
}
@media screen and (max-width: 1279px) {
  /* line 114, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #forecast-today #current-city {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  /* line 114, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #forecast-today #current-city {
    display: none;
  }
}
/* line 127, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #forecast-today #current-icon img {
  width: 94px;
  margin-left: -7px;
  margin-top: 4px;
}
@media screen and (max-width: 1279px) {
  /* line 127, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #forecast-today #current-icon img {
    margin-left: -7px;
  }
}
@media screen and (max-width: 767px) {
  /* line 127, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #forecast-today #current-icon img {
    float: left;
    margin: -20px 10px 0 10px;
    padding: 0;
    width: 50px;
  }
}
/* line 145, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #forecast-today #current-temp {
  font-size: 91px;
  letter-spacing: -7px;
  padding-left: 0;
  line-height: 112px;
  font-weight: 100;
}
@media screen and (max-width: 1279px) {
  /* line 145, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #forecast-today #current-temp {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  /* line 145, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #forecast-today #current-temp {
    font-size: 36px;
    letter-spacing: -2px;
    line-height: 36px;
    float: left;
    font-weight: 300;
    margin-top: -8px;
  }
}
/* line 167, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #forecast-today #current-condition {
  font-size: 15px;
  letter-spacing: -0.5px;
  padding-left: 4px;
  margin-bottom: 0px;
  margin-top: -15px;
  line-height: 28px;
}
@media screen and (max-width: 1279px) {
  /* line 167, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #forecast-today #current-condition {
    margin-bottom: 0;
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 167, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #forecast-today #current-condition {
    font-size: 16px;
    letter-spacing: 0;
    margin: -10px 0 0 0;
    float: left;
    padding: 0;
  }
}
/* line 189, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #forecast-today #current-high, #page-extreme-weather #forecast-today #current-low {
  font-size: 28px;
  color: #969c9f;
  font-weight: 100;
  padding-left: 4px;
  width: 37.5%;
}
@media screen and (max-width: 1279px) {
  /* line 189, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #forecast-today #current-high, #page-extreme-weather #forecast-today #current-low {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 189, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #forecast-today #current-high, #page-extreme-weather #forecast-today #current-low {
    font-size: 14px;
    float: left;
    margin-top: 6px;
    color: #999;
    padding: 0;
    margin-right: -16px;
    font-weight: 400;
    width: 20%;
    text-align: left;
    margin-top: -5px;
  }
}
/* line 215, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #div-rightbar-ad-top {
  margin-top: -12px;
}
/* line 219, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #sidebar {
  width: 316px;
}
@media screen and (max-width: 767px) {
  /* line 219, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #sidebar {
    display: block !important;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
/* line 232, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #sidebar #div-rightbar-ad-top {
  margin-bottom: 40px;
  clear: both;
}
@media screen and (max-width: 1279px) {
  /* line 232, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #sidebar #div-rightbar-ad-top {
    padding-right: 0 !important;
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  /* line 232, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #sidebar #div-rightbar-ad-top {
    margin: 0 auto;
  }
}
/* line 246, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #sidebar #five-day-forecast-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 246, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #sidebar #five-day-forecast-mobile {
    display: block;
    padding: 0 20px 0 0;
  }
  /* line 253, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #sidebar #five-day-forecast-mobile .forecast-day {
    margin-bottom: 3px;
  }
  /* line 257, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #sidebar #five-day-forecast-mobile .forecast-high {
    margin-top: 9px;
  }
}
/* line 265, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #ewc-links {
  padding: 24px 28px 21px 36px;
  background-color: #fff;
  margin: 0 0 16px 0;
  width: 100%;
  float: left;
}
/* line 272, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #ewc-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 278, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #ewc-links li a {
  text-decoration: none;
  color: #4f4f4f;
  margin: 0 0 22px 0;
  font-size: 16px;
  float: left;
  width: 100%;
}
/* line 286, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #ewc-links li a:hover {
  text-decoration: underline;
}
/* line 291, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #ewc-links li:first-child a {
  margin-top: 8px;
}
/* line 295, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #ewc-links li:last-child a {
  margin-bottom: 0;
}
/* line 301, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #five-day-forecast {
  padding-left: 0;
  margin-top: 16px;
}
/* line 306, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #five-day-forecast {
  display: block;
}
@media screen and (max-width: 1279px) {
  /* line 306, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #five-day-forecast {
    margin-left: -24px;
  }
}
@media screen and (max-width: 1279px) {
  /* line 306, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #five-day-forecast {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  /* line 306, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #five-day-forecast {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  /* line 322, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #div-tab-ad-bottom {
    padding-left: 0px !important;
    padding-right: 0px !important;
    min-width: 300px;
  }
}
/* line 330, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather .forecast-day-wrap {
  background-color: #fff;
  padding: 24px 12px 0px 33px;
  width: 20%;
  border-right: 2px solid #ededf3;
  float: left;
  color: #1d333d;
}
@media screen and (max-width: 1279px) {
  /* line 330, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .forecast-day-wrap {
    padding: 0 0px 0 24px;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 330, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .forecast-day-wrap {
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
}
/* line 350, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather .forecast-day-wrap .forecast-icon {
  border-radius: 50%;
  float: right;
  margin-right: 8px;
}
@media screen and (max-width: 1279px) {
  /* line 350, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .forecast-day-wrap .forecast-icon {
    margin: 0;
    float: none;
  }
}
/* line 360, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather .forecast-day-wrap .forecast-icon img {
  width: 59px;
}
@media screen and (max-width: 767px) {
  /* line 360, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .forecast-day-wrap .forecast-icon img {
    width: 30px;
  }
}
/* line 369, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather .forecast-day-wrap .forecast-description {
  font-size: 14px;
  min-height: 45px;
  margin: 14px 0 6px 0;
  width: 100%;
  float: left;
  line-height: 15px;
}
@media screen and (max-width: 1279px) {
  /* line 369, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .forecast-day-wrap .forecast-description {
    margin: 4px 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  /* line 369, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .forecast-day-wrap .forecast-description {
    margin: 2px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 369, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .forecast-day-wrap .forecast-description {
    display: none;
  }
}
/* line 390, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather .forecast-day-wrap .forecast-high, #page-extreme-weather .forecast-day-wrap .forecast-low {
  font-size: 21px;
  line-height: 28px;
  width: 50%;
  float: left;
}
@media screen and (max-width: 1279px) {
  /* line 390, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .forecast-day-wrap .forecast-high, #page-extreme-weather .forecast-day-wrap .forecast-low {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  /* line 390, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .forecast-day-wrap .forecast-high, #page-extreme-weather .forecast-day-wrap .forecast-low {
    font-size: 13px;
    color: #333;
    width: 100%;
    line-height: 13px;
    margin-top: 0;
  }
}
/* line 410, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather .forecast-day-wrap .forecast-high {
  margin-top: 4px;
}
@media screen and (max-width: 1279px) {
  /* line 410, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .forecast-day-wrap .forecast-high {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  /* line 410, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .forecast-day-wrap .forecast-high {
    margin-top: 4px;
  }
}
/* line 424, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather .mapContainer {
  width: 100%;
  height: 740px;
  margin: 16px 0 0 0;
  float: left;
}
/* line 431, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather .forecast-day-wrap:last-child {
  border-right: none;
}
/* line 435, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #live-video {
  width: 100%;
  float: right;
  min-height: 175px;
  margin: 16px 0;
  padding: 0;
  background-color: #000;
}
@media screen and (max-width: 1279px) {
  /* line 435, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #live-video {
    min-height: 192px;
  }
}
@media screen and (max-width: 767px) {
  /* line 435, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #live-video {
    display: none;
  }
}
/* line 452, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #met-twitter {
  margin-bottom: 14px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  /* line 452, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #met-twitter {
    margin: 32px 0 32px -8px;
    width: 107%;
  }
}
/* line 462, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #met-twitter #covering-story {
  background: #fff;
  padding: 24px 30px 60px 30px;
}
/* line 466, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #met-twitter #covering-story .covering-author {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  /* line 466, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #met-twitter #covering-story .covering-author {
    padding-top: 22px;
  }
}
/* line 474, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #met-twitter #covering-story .headline-title {
  margin-bottom: 26px;
}
/* line 479, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather .brightcove-video-containing-block {
  height: 175px;
}
@media screen and (max-width: 1279px) {
  /* line 479, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .brightcove-video-containing-block {
    height: 192px;
  }
}
/* line 488, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather .brightcove-video-container {
  height: 100%;
}
/* line 493, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #airquality, #page-extreme-weather #radar {
  margin: 9px 0 0 0;
  padding-left: 3px;
  background-color: #fff;
}
/* line 499, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #airquality .headline-title {
  padding: 20px 30px 10px 30px;
}
/* line 503, sass/green/_pages-extreme-weather.scss */
#page-extreme-weather #airquality img, #page-extreme-weather #radar img {
  max-width: 100%;
}
@media screen and (max-width: 1279px) {
  /* line 508, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #met-twitter #covering-story {
    padding: 24px 0px 32px 0;
  }
}
@media screen and (max-width: 1023px) {
  /* line 514, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #met-twitter #covering-story {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 520, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather .author-image {
    float: left;
    margin-left: 10px;
    padding-top: 22px;
  }
  /* line 526, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #met-twitter #covering-story .headline-title {
    margin: -16px -16px 0 -16px;
    padding-left: 0px;
  }
  /* line 531, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #met-twitter #covering-story {
    padding: 16px 16px 5px 16px;
    background-color: #f2f3f4;
  }
  /* line 536, sass/green/_pages-extreme-weather.scss */
  #page-extreme-weather #div-rightbar-ad-bottom {
    float: left;
    width: 100%;
    margin: 0 auto;
  }
}

/* Green News sites, Traffic Page
-------------------------------------------------------------- */
/* line 6, sass/green/_pages-traffic.scss */
#page-traffic #content {
  background-color: #fff;
  padding: 20px;
}
/* line 11, sass/green/_pages-traffic.scss */
#page-traffic #page-title {
  padding-left: 32px !important;
}
/* line 15, sass/green/_pages-traffic.scss */
#page-traffic ul#cam-dashboard {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 20, sass/green/_pages-traffic.scss */
#page-traffic ul#cam-dashboard li {
  width: 25% !important;
}
@media screen and (max-width: 1279px) {
  /* line 20, sass/green/_pages-traffic.scss */
  #page-traffic ul#cam-dashboard li {
    width: 33% !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 20, sass/green/_pages-traffic.scss */
  #page-traffic ul#cam-dashboard li {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 20, sass/green/_pages-traffic.scss */
  #page-traffic ul#cam-dashboard li {
    width: 50% !important;
  }
}
/* line 36, sass/green/_pages-traffic.scss */
#page-traffic ul#cam-dashboard li img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}
/* line 42, sass/green/_pages-traffic.scss */
#page-traffic ul#cam-dashboard li label {
  font-size: 12px;
}
/* line 49, sass/green/_pages-traffic.scss */
#page-traffic #traffic-content {
  float: left;
  width: 100%;
  margin-top: 20px;
}
/* line 55, sass/green/_pages-traffic.scss */
#page-traffic .div-app-alerts {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  /* line 59, sass/green/_pages-traffic.scss */
  #page-traffic #div-twitter {
    padding: 16px;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 767px) {
  /* line 66, sass/green/_pages-traffic.scss */
  #page-traffic #div-featured {
    padding: 0 20px;
  }
}

/* City News, Categories
-------------------------------------------------------------- */
/* line 4, sass/green/_pages-categories.scss */
#page-title-latest {
  font-size: 12px;
  color: #A1A1A1;
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
}

/* line 12, sass/green/_pages-categories.scss */
#inner {
  padding: 0;
}

/* line 15, sass/green/_pages-categories.scss */
#page-title {
  padding-left: 0px !important;
}

/* line 21, sass/green/_pages-categories.scss */
#page-categories #div-tablet-overflow .overflow-title {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

/* line 32, sass/green/_pages-categories.scss */
.mobile-audio-shows {
  padding: 0 !important;
}
/* line 35, sass/green/_pages-categories.scss */
.mobile-audio-shows #page-title {
  padding-left: 17px !important;
}
@media all and (max-width: 767px) {
  /* line 35, sass/green/_pages-categories.scss */
  .mobile-audio-shows #page-title {
    padding-left: 9px !important;
  }
}
/* line 43, sass/green/_pages-categories.scss */
.mobile-audio-shows #div-audio-player {
  margin-top: 0;
}
/* line 47, sass/green/_pages-categories.scss */
.mobile-audio-shows #div-rightbar-audio-ad {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1, sass/green/_pages-audio.scss */
#page-audio {
  margin-bottom: 12px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  /* line 1, sass/green/_pages-audio.scss */
  #page-audio {
    margin-bottom: 48px;
  }
}
/* line 10, sass/green/_pages-audio.scss */
#page-audio #div-audio-index .inner {
  width: 100%;
  background-color: #FFFFFF;
  float: left;
  padding: 24px 16px;
}
@media screen and (max-width: 767px) {
  /* line 10, sass/green/_pages-audio.scss */
  #page-audio #div-audio-index .inner {
    padding: 0px 16px;
  }
}
/* line 20, sass/green/_pages-audio.scss */
#page-audio #div-audio-index .inner #title {
  padding: 0px 0px 0px 8px;
}
/* line 23, sass/green/_pages-audio.scss */
#page-audio #div-audio-index .inner #title span {
  font-size: 36px;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  /* line 23, sass/green/_pages-audio.scss */
  #page-audio #div-audio-index .inner #title span {
    font-size: 12px;
    color: #8C8C8C;
    line-height: 1.42857;
  }
}
@media screen and (max-width: 767px) {
  /* line 20, sass/green/_pages-audio.scss */
  #page-audio #div-audio-index .inner #title {
    padding: 16px 0px 8px;
  }
}
/* line 42, sass/green/_pages-audio.scss */
#page-audio #div-audio-index .inner .post-row {
  width: 100%;
  float: left;
  margin-right: -8px;
}
@media screen and (max-width: 767px) {
  /* line 42, sass/green/_pages-audio.scss */
  #page-audio #div-audio-index .inner .post-row {
    margin-right: 0px;
  }
}
/* line 52, sass/green/_pages-audio.scss */
#page-audio #div-audio-index .inner .post {
  width: 33.33%;
  padding: 8px;
  margin: 12px 0px;
}
@media screen and (max-width: 767px) {
  /* line 52, sass/green/_pages-audio.scss */
  #page-audio #div-audio-index .inner .post {
    width: 100%;
    margin: 0px;
    padding: 10px 0px;
  }
}
/* line 63, sass/green/_pages-audio.scss */
#page-audio #div-audio-index .inner .post .link-image {
  float: left;
}
/* line 66, sass/green/_pages-audio.scss */
#page-audio #div-audio-index .inner .post .link-image img {
  height: auto;
  width: 100%;
  float: left;
}
/* line 73, sass/green/_pages-audio.scss */
#page-audio #div-audio-index .inner .post .link-title {
  font-size: 22px;
  color: #101C33;
  line-height: 25px;
  float: left;
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  /* line 73, sass/green/_pages-audio.scss */
  #page-audio #div-audio-index .inner .post .link-title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 73, sass/green/_pages-audio.scss */
  #page-audio #div-audio-index .inner .post .link-title {
    font-size: 22px;
    line-height: 25px;
    margin: 1px 0px 0px;
  }
}
/* line 95, sass/green/_pages-audio.scss */
#page-audio #div-tablet-middle-ad {
  width: 100%;
  margin: 16px 0px;
  text-align: center;
  float: left;
}
/* line 101, sass/green/_pages-audio.scss */
#page-audio #div-tablet-middle-ad div {
  margin: 0px auto !important;
}

/* line 4, sass/green/_pages-contests.scss */
#pages-contests #div-stories #main-story .story-image {
  width: 100%;
  float: left;
}
/* line 11, sass/green/_pages-contests.scss */
#pages-contests #div-list {
  padding: 24px 8px 35px 8px;
  background-color: #FFFFFF;
}
/* line 15, sass/green/_pages-contests.scss */
#pages-contests #div-list #title {
  margin-bottom: 12px;
}
/* line 18, sass/green/_pages-contests.scss */
#pages-contests #div-list #title .light {
  font-size: 36px;
  color: #999999;
  font-weight: bold;
}
/* line 24, sass/green/_pages-contests.scss */
#pages-contests #div-list #title .dark {
  font-size: 36px;
  color: #282E48;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 32, sass/green/_pages-contests.scss */
#pages-contests #div-list .post_row {
  margin: 8px 0px;
  padding: 0px;
}
/* line 36, sass/green/_pages-contests.scss */
#pages-contests #div-list .post_row img {
  height: auto;
  width: 100%;
}
/* line 41, sass/green/_pages-contests.scss */
#pages-contests #div-list .post_row .title {
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  margin: 0px;
}
/* line 48, sass/green/_pages-contests.scss */
#pages-contests #div-list .post_row .info {
  display: block;
  font-size: 13px;
  color: #8C8C8C;
}
/* line 55, sass/green/_pages-contests.scss */
#pages-contests #div-list #div-pagelinks {
  width: 100%;
  float: left;
  text-align: center;
}
/* line 60, sass/green/_pages-contests.scss */
#pages-contests #div-list #div-pagelinks #current {
  font-weight: bold;
}
/* line 64, sass/green/_pages-contests.scss */
#pages-contests #div-list #div-pagelinks a {
  margin: 0px 3px;
}
/* line 69, sass/green/_pages-contests.scss */
#pages-contests #div-list .login_state {
  margin: 8px 8px;
  padding-left: 12px;
  padding-top: 12px;
}
/* line 74, sass/green/_pages-contests.scss */
#pages-contests #div-list .login_state #user_label_u {
  margin-right: 8px;
}
/* line 78, sass/green/_pages-contests.scss */
#pages-contests #div-list .login_state #user_label_p {
  margin-right: 12px;
}
/* line 82, sass/green/_pages-contests.scss */
#pages-contests #div-list .login_state #loyalty-club {
  width: 50%;
  margin: auto auto;
  text-align: center;
}
/* line 87, sass/green/_pages-contests.scss */
#pages-contests #div-list .login_state #loyalty-club #remember_me_check {
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  /* line 1, sass/green/_pages-audioshow.scss */
  #page-audioshow {
    margin-left: -16px;
    margin-right: -16px;
  }
}
/* line 7, sass/green/_pages-audioshow.scss */
#page-audioshow .img-current-story {
  height: auto;
  width: 100%;
}
/* line 12, sass/green/_pages-audioshow.scss */
#page-audioshow #div-audio-player {
  padding-right: 0px;
}
@media screen and (max-width: 1279px) {
  /* line 12, sass/green/_pages-audioshow.scss */
  #page-audioshow #div-audio-player {
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  /* line 12, sass/green/_pages-audioshow.scss */
  #page-audioshow #div-audio-player {
    padding-right: 8px;
  }
}
/* line 24, sass/green/_pages-audioshow.scss */
#page-audioshow #div-stories {
  overflow-y: auto;
  background-color: #FFFFFF;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  /* line 24, sass/green/_pages-audioshow.scss */
  #page-audioshow #div-stories {
    height: auto !important;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* line 38, sass/green/_pages-audioshow.scss */
#page-audioshow #div-stories #title-latest {
  width: 100%;
  font-size: 12px;
  color: #8C8C8C;
  font-weight: bold;
  padding: 24px 16px 5px;
  float: left;
  line-height: 1.42857;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  /* line 38, sass/green/_pages-audioshow.scss */
  #page-audioshow #div-stories #title-latest {
    padding: 0px 20px 5px;
  }
}
@media screen and (max-width: 767px) {
  /* line 38, sass/green/_pages-audioshow.scss */
  #page-audioshow #div-stories #title-latest {
    padding: 24px 16px 5px;
  }
}
/* line 57, sass/green/_pages-audioshow.scss */
#page-audioshow #div-stories #title-latest-shared {
  width: 100%;
  font-size: 12px;
  color: #8C8C8C;
  font-weight: bold;
  padding: 24px 16px 12px;
  float: left;
  line-height: 1.42857;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  /* line 57, sass/green/_pages-audioshow.scss */
  #page-audioshow #div-stories #title-latest-shared {
    padding: 0px 20px 5px;
  }
}
@media screen and (max-width: 767px) {
  /* line 57, sass/green/_pages-audioshow.scss */
  #page-audioshow #div-stories #title-latest-shared {
    padding: 24px 16px 12px;
  }
}
/* line 76, sass/green/_pages-audioshow.scss */
#page-audioshow #div-stories .story-item {
  width: 100%;
  background-color: #FFFFFF;
  padding: 11px 16px;
  cursor: pointer;
  float: left;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
/* line 88, sass/green/_pages-audioshow.scss */
#page-audioshow #div-stories .story-item:hover {
  background-color: #212121;
}
@media screen and (max-width: 767px) {
  /* line 88, sass/green/_pages-audioshow.scss */
  #page-audioshow #div-stories .story-item:hover {
    background-color: #FFFFFF;
  }
}
/* line 95, sass/green/_pages-audioshow.scss */
#page-audioshow #div-stories .story-item:hover .title, #page-audioshow #div-stories .story-item:hover .info {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  /* line 95, sass/green/_pages-audioshow.scss */
  #page-audioshow #div-stories .story-item:hover .title, #page-audioshow #div-stories .story-item:hover .info {
    color: #000000;
  }
}
/* line 104, sass/green/_pages-audioshow.scss */
#page-audioshow #div-stories .story-item .title {
  font-size: 18px;
  color: #000000;
  line-height: 20px;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 115, sass/green/_pages-audioshow.scss */
#page-audioshow #div-stories .story-item .description {
  display: none;
}
/* line 119, sass/green/_pages-audioshow.scss */
#page-audioshow #div-stories .story-item .info {
  font-size: 14px;
  color: #8C8C8C;
  line-height: 20px;
  display: block;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 132, sass/green/_pages-audioshow.scss */
#page-audioshow #div-stories .see-more {
  width: 100%;
  background-color: #FFFFFF;
  padding: 11px 20px;
  float: left;
  text-align: center;
}
/* line 139, sass/green/_pages-audioshow.scss */
#page-audioshow #div-stories .see-more a {
  font-size: 14px;
  line-height: 16px;
}
/* line 146, sass/green/_pages-audioshow.scss */
#page-audioshow #div-rightbar-audio-ad {
  margin-top: 16px;
  text-align: center;
  background: url("images/advertisement.png") center top no-repeat;
  padding-top: 12px;
}
/* line 153, sass/green/_pages-audioshow.scss */
#page-audioshow #div-tablet-middle-ad {
  width: 100%;
  margin: 16px 0px;
  text-align: center;
  float: left;
}
/* line 159, sass/green/_pages-audioshow.scss */
#page-audioshow #div-tablet-middle-ad div {
  margin: 0px auto !important;
}
/* line 164, sass/green/_pages-audioshow.scss */
#page-audioshow #div-on-air {
  margin-top: 0px;
}

/* Green News sites, Trending Topics Page
-------------------------------------------------------------- */
/* line 6, sass/green/_pages-topics.scss */
#page-topics-zoned #topic-header-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  padding: 0 8px;
}
/* line 12, sass/green/_pages-topics.scss */
#page-topics-zoned #topic-header-image img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  /* line 12, sass/green/_pages-topics.scss */
  #page-topics-zoned #topic-header-image img {
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 12, sass/green/_pages-topics.scss */
  #page-topics-zoned #topic-header-image img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 6, sass/green/_pages-topics.scss */
  #page-topics-zoned #topic-header-image {
    height: auto;
  }
}
/* line 32, sass/green/_pages-topics.scss */
#page-topics-zoned #page-title {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 39, sass/green/_pages-topics.scss */
#page-topics-zoned #page-title div {
  color: #fff;
  border: 1px solid #fff;
  font-size: 36px;
  background-image: none !important;
  padding-left: 12px !important;
}
@media screen and (max-width: 767px) {
  /* line 39, sass/green/_pages-topics.scss */
  #page-topics-zoned #page-title div {
    border: none;
    color: #000;
    font-size: 18px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 32, sass/green/_pages-topics.scss */
  #page-topics-zoned #page-title {
    color: #000;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
  }
}
/* line 63, sass/green/_pages-topics.scss */
#page-topics-zoned #topic-custom-menu {
  width: 100%;
  height: 69px;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  /* line 63, sass/green/_pages-topics.scss */
  #page-topics-zoned #topic-custom-menu {
    background-color: #212121;
    position: relative;
    height: 44px;
    position: relative;
    padding: 0;
  }
}
/* line 76, sass/green/_pages-topics.scss */
#page-topics-zoned #topic-custom-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #212121;
  height: 69px;
}
@media screen and (max-width: 767px) {
  /* line 76, sass/green/_pages-topics.scss */
  #page-topics-zoned #topic-custom-menu ul {
    height: 44px;
    position: absolute;
    z-index: 999;
  }
}
/* line 90, sass/green/_pages-topics.scss */
#page-topics-zoned #topic-custom-menu ul li a {
  height: 69px;
  padding: 20px 27px;
  color: #fff;
  float: left;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 99, sass/green/_pages-topics.scss */
#page-topics-zoned #topic-custom-menu ul li a:hover {
  background-color: #3f3f3f;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  /* line 90, sass/green/_pages-topics.scss */
  #page-topics-zoned #topic-custom-menu ul li a {
    font-size: 18px;
    text-transform: none;
    height: 44px;
    width: 100%;
    padding: 10px 27px;
    background-color: #2f2f2f;
  }
}
@media screen and (max-width: 767px) {
  /* line 116, sass/green/_pages-topics.scss */
  #page-topics-zoned #topic-custom-menu ul li {
    display: none;
  }
  /* line 120, sass/green/_pages-topics.scss */
  #page-topics-zoned #topic-custom-menu ul li:first-child {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  /* line 127, sass/green/_pages-topics.scss */
  #page-topics-zoned #topic-custom-menu ul li:first-child a {
    background: url("/wp-content/themes/samuel/images/green/caption-icon-white.png") 95% center no-repeat;
  }
}
/* line 138, sass/green/_pages-topics.scss */
#page-topics-zoned #div-hot_topics {
  background-color: #fff;
}
/* line 141, sass/green/_pages-topics.scss */
#page-topics-zoned #div-hot_topics #title {
  color: #999;
}
/* line 145, sass/green/_pages-topics.scss */
#page-topics-zoned #div-hot_topics .content {
  color: #2fac5c;
}
/* line 149, sass/green/_pages-topics.scss */
#page-topics-zoned #div-hot_topics .list_link {
  color: #2fac5c;
}

/* Green News sites, Election Page
-------------------------------------------------------------- */
/* line 8, sass/green/_pages-election.scss */
#page-election p, #page-election ul, #page-election li {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4f4f4f;
  font-size: 16px;
}
/* line 15, sass/green/_pages-election.scss */
#page-election h2 {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 2px;
  color: #4d4d4d;
  font-size: 26px;
}
@media screen and (max-width: 1279px) {
  /* line 15, sass/green/_pages-election.scss */
  #page-election h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 15, sass/green/_pages-election.scss */
  #page-election h2 {
    font-size: 20px;
  }
}
/* line 33, sass/green/_pages-election.scss */
#page-election #page-election-content {
  background-color: #fff;
  padding: 6px 28px 20px 28px;
}
/* line 37, sass/green/_pages-election.scss */
#page-election #div-content-instant-analysis, #page-election #div-content-free-form {
  margin-top: 16px;
  padding: 24px 8px 35px 8px;
}
/* line 41, sass/green/_pages-election.scss */
#page-election #div-latest-news {
  padding: 24px 8px 35px 8px;
  background-color: #FFFFFF;
}
/* line 44, sass/green/_pages-election.scss */
#page-election #div-latest-news #title {
  margin-bottom: 12px;
}
/* line 47, sass/green/_pages-election.scss */
#page-election #div-latest-news #title .light {
  font-size: 36px;
  color: #999999;
  font-weight: bold;
}
/* line 53, sass/green/_pages-election.scss */
#page-election #div-latest-news #title .dark {
  font-size: 36px;
  color: #282E48;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
/* line 62, sass/green/_pages-election.scss */
#page-election #div-latest-news .post_row {
  margin: 8px 0px;
  padding: 0px;
}
/* line 66, sass/green/_pages-election.scss */
#page-election #div-latest-news .post_row img {
  height: auto;
  width: 100%;
}
/* line 71, sass/green/_pages-election.scss */
#page-election #div-latest-news .post_row .title {
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  margin: 0px;
}
/* line 78, sass/green/_pages-election.scss */
#page-election #div-latest-news .post_row .info {
  display: block;
  font-size: 13px;
  color: #8C8C8C;
}
/* line 85, sass/green/_pages-election.scss */
#page-election #div-latest-news #div-pagelinks {
  width: 100%;
  float: left;
  text-align: center;
}
/* line 90, sass/green/_pages-election.scss */
#page-election #div-latest-news #div-pagelinks #current {
  font-weight: bold;
}
/* line 94, sass/green/_pages-election.scss */
#page-election #div-latest-news #div-pagelinks a {
  margin: 0px 3px;
}
/* line 100, sass/green/_pages-election.scss */
#page-election #div-tablet-middle-ad-top, #page-election #div-tablet-middle-ad-bottom {
  text-align: center;
}
/* line 105, sass/green/_pages-election.scss */
#page-election #div-rightbar-instant-analysis, #page-election #div-rightbar-free-form {
  margin-top: 16px;
  padding: 0px;
}

/* line 1, sass/green/_audio-module.scss */
.jp-audio {
  width: 100%;
  float: left;
  background-color: #212121;
  padding: 31px 20px;
}
/* line 7, sass/green/_audio-module.scss */
.jp-audio .jp-interface {
  width: 100%;
  position: relative;
  background-color: #101C33;
}
/* line 13, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder {
  width: 100%;
  float: left;
}
/* line 17, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .time {
  float: right;
  margin-top: -16px;
  margin-right: -20px;
  padding: 0px 20px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
}
/* line 27, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .time .jp-current-time, .jp-audio .jp-controls-holder .time .slash, .jp-audio .jp-controls-holder .time .jp-duration {
  color: #FFFFFF;
  font-size: 12px;
  display: inline-block;
}
/* line 33, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .time .jp-duration {
  cursor: pointer;
}
/* line 38, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .jp-controls {
  width: 100%;
  float: left;
}
@media screen and (max-width: 767px) {
  /* line 38, sass/green/_audio-module.scss */
  .jp-audio .jp-controls-holder .jp-controls {
    width: 20%;
    padding: 15px 0px;
  }
}
/* line 47, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .jp-controls .jp-play-pause {
  height: 24px;
  cursor: pointer;
  float: left;
}
/* line 52, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .jp-controls .jp-play-pause div:nth-child(1) {
  height: 12px;
  width: 0;
  margin: 0px;
  border-top: 6px solid rgba(255, 255, 255, 0);
  border-bottom: 6px solid rgba(255, 255, 255, 0);
  border-left: 12px solid white;
  box-sizing: content-box;
  float: left;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 73, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .jp-controls .jp-play-pause div:nth-child(2) {
  height: 0;
  width: 0;
  margin: 6px 0px;
  border-top: 6px solid rgba(255, 255, 255, 0);
  border-bottom: 6px solid rgba(255, 255, 255, 0);
  border-left: 12px solid white;
  box-sizing: content-box;
  float: left;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 95, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .jp-controls .jp-play {
  display: none;
}
/* line 99, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .jp-controls .volume-control {
  height: 38px;
  width: 120px;
  overflow: hidden;
  padding-top: 11px;
  float: right;
  cursor: pointer;
}
/* line 107, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .jp-controls .volume-control .volume-bar {
  height: 100%;
  width: 5px;
  border-radius: 2px;
  background-color: #4B5272;
  margin-left: 1px;
  float: left;
  cursor: pointer;
}
/* line 119, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .jp-progress {
  height: 38px;
  width: 100%;
  float: left;
  padding: 17px 0px;
  margin: 8px 0px;
}
@media screen and (max-width: 767px) {
  /* line 119, sass/green/_audio-module.scss */
  .jp-audio .jp-controls-holder .jp-progress {
    width: 80%;
    padding: 6px 0px 17px;
  }
}
/* line 131, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .jp-progress .jp-seek-bar {
  height: 4px;
  width: 100%;
  background-color: #4B5272;
  cursor: pointer;
}
/* line 137, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .jp-progress .jp-seek-bar .jp-play-bar {
  height: 100%;
  width: 0;
  float: left;
  background-color: #2FAC5C;
}
/* line 145, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .jp-progress .scrubber {
  height: 38px;
  width: 38px;
  float: left;
  cursor: pointer;
  background-image: url("/wp-content/themes/samuel/images/audio-module/scrubber.png");
  background-size: 38px 38px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-top: -21px;
  margin-left: -19px;
  margin-right: -19px;
}
/* line 159, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .jp-progress .scrubber .drag-time {
  height: 27px;
  width: 38px;
  margin-top: -35px;
  position: relative;
  display: none;
}
/* line 166, sass/green/_audio-module.scss */
.jp-audio .jp-controls-holder .jp-progress .scrubber .drag-time .inner-time {
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  background-color: #2FAC5C;
  color: #FFFFFF;
  padding: 0px 12px;
  border-radius: 2px;
  position: absolute;
}
/* line 181, sass/green/_audio-module.scss */
.jp-audio .jp-details {
  width: 85%;
  float: left;
  padding: 35px 8px 4px 0px;
}
@media screen and (max-width: 767px) {
  /* line 181, sass/green/_audio-module.scss */
  .jp-audio .jp-details {
    width: 87%;
    padding-right: 0px;
  }
}
/* line 191, sass/green/_audio-module.scss */
.jp-audio .jp-details .jp-title {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  margin: 0px 0px 35px;
}
/* line 198, sass/green/_audio-module.scss */
.jp-audio .jp-details .jp-description {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 21px;
}
/* line 203, sass/green/_audio-module.scss */
.jp-audio .jp-details .jp-description ul {
  padding: 0px 0px 0px 16px;
}
/* line 209, sass/green/_audio-module.scss */
.jp-audio .share {
  height: 27px;
  width: 15%;
  min-height: 27px;
  float: left;
  background-image: url("/wp-content/themes/samuel/images/audio-module/share.png");
  background-size: 26px 27px;
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  /* line 209, sass/green/_audio-module.scss */
  .jp-audio .share {
    width: 13%;
  }
}
/* line 226, sass/green/_audio-module.scss */
.jp-audio:focus {
  outline: none;
}
/* line 230, sass/green/_audio-module.scss */
.jp-audio button::-moz-focus-inner {
  border: 0;
}

@-webkit-keyframes trap-to-rect {
  0% {
    height: 12px;
    width: 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
  100% {
    height: 24px;
    width: 4px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
}
@-moz-keyframes trap-to-rect {
  0% {
    height: 12px;
    width: 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
  100% {
    height: 24px;
    width: 4px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
}
@-o-keyframes trap-to-rect {
  0% {
    height: 12px;
    width: 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
  100% {
    height: 24px;
    width: 4px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
}
@-ms-keyframes trap-to-rect {
  0% {
    height: 12px;
    width: 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
  100% {
    height: 24px;
    width: 4px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
}
@keyframes trap-to-rect {
  0% {
    height: 12px;
    width: 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
  100% {
    height: 24px;
    width: 4px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
}
@-webkit-keyframes tri-to-rect {
  0% {
    height: 0px;
    width: 0px;
    margin: 6px 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
  100% {
    height: 24px;
    width: 4px;
    margin: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
}
@-moz-keyframes tri-to-rect {
  0% {
    height: 0px;
    width: 0px;
    margin: 6px 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
  100% {
    height: 24px;
    width: 4px;
    margin: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
}
@-o-keyframes tri-to-rect {
  0% {
    height: 0px;
    width: 0px;
    margin: 6px 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
  100% {
    height: 24px;
    width: 4px;
    margin: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
}
@-ms-keyframes tri-to-rect {
  0% {
    height: 0px;
    width: 0px;
    margin: 6px 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
  100% {
    height: 24px;
    width: 4px;
    margin: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
}
@keyframes tri-to-rect {
  0% {
    height: 0px;
    width: 0px;
    margin: 6px 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
  100% {
    height: 24px;
    width: 4px;
    margin: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
}
@-webkit-keyframes rect-to-trap {
  0% {
    height: 24px;
    width: 4px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
  100% {
    height: 12px;
    width: 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
}
@-moz-keyframes rect-to-trap {
  0% {
    height: 24px;
    width: 4px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
  100% {
    height: 12px;
    width: 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
}
@-o-keyframes rect-to-trap {
  0% {
    height: 24px;
    width: 4px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
  100% {
    height: 12px;
    width: 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
}
@-ms-keyframes rect-to-trap {
  0% {
    height: 24px;
    width: 4px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
  100% {
    height: 12px;
    width: 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
}
@keyframes rect-to-trap {
  0% {
    height: 24px;
    width: 4px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
  100% {
    height: 12px;
    width: 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
}
@-webkit-keyframes rect-to-tri {
  0% {
    height: 24px;
    width: 4px;
    margin: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
  100% {
    height: 0px;
    width: 0px;
    margin: 6px 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
}
@-moz-keyframes rect-to-tri {
  0% {
    height: 24px;
    width: 4px;
    margin: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
  100% {
    height: 0px;
    width: 0px;
    margin: 6px 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
}
@-o-keyframes rect-to-tri {
  0% {
    height: 24px;
    width: 4px;
    margin: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
  100% {
    height: 0px;
    width: 0px;
    margin: 6px 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
}
@-ms-keyframes rect-to-tri {
  0% {
    height: 24px;
    width: 4px;
    margin: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
  100% {
    height: 0px;
    width: 0px;
    margin: 6px 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
}
@keyframes rect-to-tri {
  0% {
    height: 24px;
    width: 4px;
    margin: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 8px solid white;
  }
  100% {
    height: 0px;
    width: 0px;
    margin: 6px 0px;
    border-top: 6px solid rbga(255, 255, 255, 0);
    border-bottom: 6px solid rbga(255, 255, 255, 0);
    border-left: 12px solid rbga(255, 255, 255, 1);
  }
}
/* Green News sites, Single Contest Page
-------------------------------------------------------------- */
/* line 6, sass/green/_single-contest.scss */
#single_contest #content {
  background-color: #fff;
  padding: 20px 20px 20px 20px;
}
/* line 11, sass/green/_single-contest.scss */
#single_contest .contest_details {
  margin-top: 19px;
}
/* line 14, sass/green/_single-contest.scss */
#single_contest .contest_details .posted {
  font-size: 14px;
  color: #313131;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 21, sass/green/_single-contest.scss */
#single_contest .contest-image {
  width: 100%;
}
/* line 25, sass/green/_single-contest.scss */
#single_contest .headline {
  margin-top: 6px;
  margin-bottom: 20px;
}
/* line 30, sass/green/_single-contest.scss */
#single_contest #contest_title {
  padding-right: 0px;
  padding-left: 0px;
}

/* Green News sites, About Us Page
-------------------------------------------------------------- */
/* line 8, sass/green/_pages-about.scss */
#page-about-us p, #page-about-us ul, #page-about-us li {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4f4f4f;
  font-size: 16px;
}
@media screen and (max-width: 1279px) {
  /* line 8, sass/green/_pages-about.scss */
  #page-about-us p, #page-about-us ul, #page-about-us li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1279px) {
  /* line 8, sass/green/_pages-about.scss */
  #page-about-us p, #page-about-us ul, #page-about-us li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1279px) {
  /* line 8, sass/green/_pages-about.scss */
  #page-about-us p, #page-about-us ul, #page-about-us li {
    font-size: 16px;
  }
}
/* line 28, sass/green/_pages-about.scss */
#page-about-us h2 {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 2px;
  color: #4d4d4d;
  font-size: 26px;
}
@media screen and (max-width: 1279px) {
  /* line 28, sass/green/_pages-about.scss */
  #page-about-us h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 28, sass/green/_pages-about.scss */
  #page-about-us h2 {
    font-size: 20px;
  }
}
/* line 46, sass/green/_pages-about.scss */
#page-about-us #news-team {
  display: block;
  position: relative;
  top: -15px;
  visibility: hidden;
}
/* line 54, sass/green/_pages-about.scss */
#page-about-us #overview {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 6px 28px 20px 28px;
}
/* line 60, sass/green/_pages-about.scss */
#page-about-us #team-grid {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 20px 20px 25px;
}
/* line 66, sass/green/_pages-about.scss */
#page-about-us #team-header {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  text-transform: uppercase;
}
/* line 74, sass/green/_pages-about.scss */
#page-about-us .title {
  margin-bottom: 20px;
}
/* line 79, sass/green/_pages-about.scss */
#page-about-us .team_member {
  margin-bottom: 49px;
  padding-left: 0px;
  height: 76px;
  overflow: hidden;
}
/* line 86, sass/green/_pages-about.scss */
#page-about-us .member_avatar {
  padding-left: 0px;
  width: 73px;
  height: 73px;
}
/* line 91, sass/green/_pages-about.scss */
#page-about-us .member_avatar img {
  max-width: 100%;
}
/* line 96, sass/green/_pages-about.scss */
#page-about-us .member_info {
  padding-left: 0px;
}
/* line 99, sass/green/_pages-about.scss */
#page-about-us .member_info a:link {
  text-decoration: none;
}
/* line 103, sass/green/_pages-about.scss */
#page-about-us .member_info span {
  display: block;
  line-height: 1.1;
}
/* line 107, sass/green/_pages-about.scss */
#page-about-us .member_info #name {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #676767;
  font-size: 20px;
  font-weight: 500;
}
/* line 113, sass/green/_pages-about.scss */
#page-about-us .member_info #role {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #676767;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
/* line 120, sass/green/_pages-about.scss */
#page-about-us .member_info #social_link {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2fac5c;
  font-size: 14px;
  font-weight: 900;
}
/* line 126, sass/green/_pages-about.scss */
#page-about-us .member_info #email {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2fac5c;
  font-size: 14px;
  font-weight: 500;
}
/* line 135, sass/green/_pages-about.scss */
#page-about-us .div-app-alerts {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  /* line 139, sass/green/_pages-about.scss */
  #page-about-us #div-twitter {
    padding: 16px;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 767px) {
  /* line 146, sass/green/_pages-about.scss */
  #page-about-us #div-featured {
    padding: 0 34px;
  }
}

/* Green News sites, Single Event Page Styles
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  /* line 4, sass/green/_single-event.scss */
  .ai1ec-event-details {
    overflow: visible !important;
    z-index: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 11, sass/green/_single-event.scss */
  .ai1ec-calendar-link {
    z-index: 1;
  }
}

/* Green News sites, 404 Page
-------------------------------------------------------------- */
/* line 6, sass/green/_404.scss */
#search_404 .search input[type="text"] {
  background-color: #01a13f;
  text-indent: 0px;
  width: 155px;
  border: 1px solid #fff;
}
