@charset "UTF-8";
.opt-in:after, .container:after, .clearcontainer:after, .blackcontainer:after, #issues:after, .site-header:after, .site-header__right:after, .site-header__nav:after, .about-container:after,
.about-content:after, .featured:after, .staff-list__row:after {
  content: "";
  display: table;
  clear: both; }

body {
  padding: 20px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
============================
RESET: http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212
============================
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0; }

/*
============================
GLOBAL
============================
 */
body {
  background: #000 url("http://cpaws.org/images/2005Meadowblur.jpg") no-repeat fixed center;
  font-size: 14px;
  line-height: 1.6;
  color: #222;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 1440px) {
    body {
      background-size: cover !important; } }

body#nab {
  background: url("http://cpaws.org/images/backgroundnab.jpg") fixed center; }

ul {
  list-style: none; }

#main-content ul,
#info-page ul,
.campaign-content ul {
  list-style: circle; }

#main-content ol,
#salsa ol,
.campaign-content ol {
  list-style: decimal !important; }

body,
#footer .title,
ul#tabs li span,
#publications dt,
.panel,
p.intro {
  font-family: Georgia; }

#campaign-nav,
h1,
h3,
h4,
.about #sidebar1,
.publications #sidebar1,
#footer,
ul#harkin-winners,
p#tagline,
ul.tabnavigation li,
.action-item dt,
#sidebar,
ul#main-nav,
.site-header {
  font-family: "Droid Sans", Helvetica, Arial;
  font-size: 12px; }

h1, h2, h3, h4, h5 {
  font-weight: 100; }

h2,
ul.tabnavigation li a,
.imgleft,
.imgright,
.featured h3 {
  font-family: "Droid Sans", Helvetica, Arial;
  font-weight: 700; }

h4 {
  font-weight: bold; }

#main ul,
#main-content li,
.about-content ul {
  list-style: circle; }

.about-content ul {
  margin-left: 25px; }

blockquote,
q {
  quotes: none;
  margin-left: 20px;
  padding: 5px;
  border-left: 2px solid #E0E9DD; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

dl {
  margin-bottom: 21px; }

dt {
  font-weight: bold; }

/* Typography  */
a {
  color: #385912;
  text-decoration: underline; }

a:hover {
  color: #d90000;
  text-decoration: none; }

a img {
  border: none; }

li {
  margin-bottom: 6px; }

h1 {
  font-size: 24px;
  margin-bottom: 21px;
  background: #e0e9dd;
  padding: 10px; }

h2 {
  border-bottom: none;
  font-size: 16px;
  text-transform: uppercase; }

h3 {
  font-size: 16px;
  margin-bottom: 7px; }

.clear {
  clear: both; }

img,
object,
embed,
p,
ul,
ol,
blockquote {
  margin-bottom: 24px; }

/*
============================
Opt in
============================
 */
.opt-in {
  background: #fff url("http://cpaws.org/images/mail_add.png") no-repeat right top;
  border: 1px solid #ccc;
  padding: 20px;
  width: 100%; }
  .opt-in p {
    border-top: 0px solid #2d2d2d;
    padding: 10px 0px 0px 0px; }
  @media screen and (min-width: 650px) {
    .opt-in p {
      float: left;
      width: 55%; }
    .opt-in form {
      float: right;
      width: 40%; } }

.intro {
  font-size: 16px; }

.img-left {
  float: left;
  margin: 16px 16px 16px 0; }

.img-right {
  float: right;
  margin: 16px 0 16px 16px; }

.container {
  max-width: 940px;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 10px auto 0;
  padding: 20px; }

.clearcontainer {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px; }

.blackcontainer {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: url("http://cpaws.org/images/draft/containerblack.png");
  background: black;
  background: rgba(0, 0, 0, 0.75);
  max-width: 940px;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 20px; }

@media screen and (min-width: 600px) {
  #main-content {
    max-width: 60%;
    float: left; } }

@media screen and (min-width: 600px) {
  #sidebar {
    max-width: 35%;
    float: right; } }

img {
  max-width: 100%;
  height: auto; }

body {
  padding: 0 20px; }

#header {
  border-top: 10px solid #000;
  height: 140px; }

p#tagline {
  width: 520px;
  font-size: 24px;
  float: right;
  margin-top: 3px;
  color: #eee;
  padding: 2px 20px; }

#search {
  width: 220px;
  height: 0px;
  opacity: .8;
  float: right;
  position: relative;
  top: -85px; }
  #search:hover {
    opacity: 1; }
  #search input[type="text"] {
    float: left;
    height: 20px;
    width: 140px;
    margin-bottom: 5px;
    border: 1px solid #E5E5E5;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    #search input[type="text"]:hover {
      -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
      border: 1px solid #C9C9C9; }
  #search input[type="submit"] {
    float: right;
    background-color: #2d2d2d;
    color: #fff;
    border: 0px solid #2d2d2d;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    #search input[type="submit"]:hover {
      cursor: pointer; }

li.french-link {
  font-size: 10px;
  position: relative;
  top: 4px; }

.site-header {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0; }
  .site-header div {
    margin-bottom: 0; }
  .site-header__left {
    text-align: center; }
  .site-header__right {
    max-width: 300px;
    margin: 0 auto; }
  .site-header .site-header__right .clear {
    display: none; }
  @media screen and (min-width: 700px) {
    .site-header .site-header__right .clear {
      display: block; }
    .site-header__left {
      text-align: left;
      width: 34%;
      float: left; }
    .site-header__right {
      max-width: 100%;
      width: 62%;
      float: right; } }
  .site-header__nav {
    background: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 100;
    -moz-webkit-font-smoothing: antialiased;
    webkit-font-smoothing: antialiased;
    border-radius: 5px;
    padding: 15px 10px;
    margin-top: -25px;
    display: inline-block;
    float: right;
    display: none; }
    @media screen and (min-width: 700px) {
      .site-header__nav {
        display: block !important; } }
    @media screen and (min-width: 800px) {
      .site-header__nav {
        font-size: 14px; } }
    .site-header__nav.mobile {
      position: absolute;
      z-index: 99999;
      background: black;
      margin-top: 36px; }
      .site-header__nav.mobile li {
        float: none;
        margin-right: 0; }
      .site-header__nav.mobile ul {
        position: relative; }
      .site-header__nav.mobile li:hover ul {
        display: none; }
    .site-header__nav li:hover > a {
      color: #6c9c34; }
    .site-header__nav a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 10px; }
      .site-header__nav a:hover {
        background: #000;
        color: #6c9c34;
        border-radius: 5px; }
    .site-header__nav ul {
      display: none;
      position: absolute;
      padding: 12px;
      background: rgba(0, 0, 0, 0.8);
      white-space: nowrap;
      z-index: 99999;
      margin-left: 0;
      border-radius: 5px; }
      .site-header__nav ul li {
        float: none;
        padding: 5px 0; }
    .site-header__nav li {
      float: left;
      position: relative;
      margin-bottom: 0; }
      .site-header__nav li:not(:last-child) {
        margin-right: 10px; }
      .site-header__nav li:hover > ul {
        display: block; }

.mobile-trigger {
  background: black;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 7px;
  border-radius: 5px;
  text-decoration: none;
  float: left;
  line-height: 1.7; }
  .mobile-trigger:hover {
    bckground: black;
    color: #fff; }
  @media screen and (min-width: 700px) {
    .mobile-trigger {
      display: none; } }

.site-header__search {
  float: right; }
  .site-header__search input {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    transition: .3s; }
    .site-header__search input:hover, .site-header__search input:focus {
      background: white; }
    .site-header__search input[type='text'] {
      margin-right: 10px;
      max-width: 115px; }
    .site-header__search input[type='submit'] {
      background: black;
      background: rgba(0, 0, 0, 0.7);
      border: 1px solid rgba(0, 0, 0, 0.9);
      color: #fff; }
      .site-header__search input[type='submit']:hover {
        bckground: black; }

.site-header__logo {
  display: block; }
  .site-header__logo img {
    margin-bottom: 0; }

.donation-bar {
  background: #CA5632;
  padding: 16px;
  margin: 16px 0 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "Droid Sans", Helvetica, Arial;
  display: block;
  text-decoration: none;
  border-radius: 3px;
  transition: .3s; }
  @media screen and (min-width: 650px) {
    .donation-bar {
      display: none; } }
.donation-bar:hover {
    background: #a14528;
    color: #fff; }
.donation-bar p {
    margin: 0; }
.donation-give-button {
  background: #00B285;
  background-image: -webkit-linear-gradient(top, #00B285, #00FFBD);
  background-image: -moz-linear-gradient(top, #00B285, #00FFBD);
  background-image: -ms-linear-gradient(top, #00B285, #00FFBD);
  background-image: -o-linear-gradient(top, #00B285, #00FFBD);
  background-image: linear-gradient(to bottom, #00B285, #00FFBD);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 1px 1px 3px #666666;
  font-weight: bold;
  font-family: "Droid Sans", Helvetica, Arial;
  color: #ffffff;
/*  font-size: 20px;*/
  padding: 10px 10px 10px 10px;
  margin-left: 5px;
  border: solid #AAA 2px;
  text-decoration: none;
  display: inline;
}

.donation-give-button :hover {
  background: #00FFBD;
  text-decoration: none;
}
  
#footer {
  color: #ccc;
  overflow: hidden;
  font-size: 12px; }
  #footer a {
    color: #ccc; }
    #footer a:hover {
      color: #fff; }
  #footer .title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 18px; }
  @media screen and (min-width: 640px) {
    #footer .col1 {
      float: left;
      width: 23%;
      margin-right: 1%;
      margin-bottom: 0px; } }
  #footer ul {
    margin-bottom: 0; }
  #footer ul ul li {
    margin-left: 50px; }
  #footer.small .title {
    text-transform: none;
    margin-bottom: 0; }
    #footer.small .title:hover {
      cursor: pointer;
      color: #fff; }

.social-icons {
  margin-left: -5px !important; }
  .social-icons a {
    display: block;
    width: 32px;
    height: 32px; }
  .social-icons li {
    background: url("http://cpaws.org/images/social-media3.png") no-repeat;
    border-bottom: none !important;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    display: inline-block; }
    .social-icons li.twitter {
      background-position: -40px 0px; }
    .social-icons li.youtube {
      background-position: -80px 0px; }
    .social-icons li.flickr {
      background-position: -120px 0px; }
    .social-icons li.pinterest {
      background-position: -160px 0px; }
    .social-icons li.google-plus {
      background-position: -200px 0px; }
    .social-icons li.linkedin {
      background-position: -240px 0px; }
    .social-icons li.linkedin {
      background-position: -240px 0px; }
    .social-icons li.tumblr {
      background-position: -280px 0px; }
    .social-icons li.vimeo {
      background-position: -320px 0px; }
    .social-icons li.instagram {
      background-position: -360px 0px; }

#main-nav {
  list-style: none;
  margin-top: 0;
  margin-left: -20px;
  border-bottom: 0 solid #000;
  border-right: 2px solid #000;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  font-size: 14px;
  background: url("http://cpaws.org/images/draft/containerblack.png");
  padding: 7px 5px 10px 5px;
  float: right;
  margin-right: -20px; }
  #main-nav li {
    float: left;
    margin-right: 10px; }
  #main-nav a {
    color: #eee;
    padding: 10px;
    display: block; }
  #main-nav a:hover,
  #main-nav li:hover > a {
    background: #000;
    color: #6c9c34;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  #main-nav ul {
    z-index: 1;
    display: none;
    width: 200px;
    position: absolute;
    top: 54px;
    background: url("http://cpaws.org/images/draft/containerblack.png");
    padding-top: 12px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none; }
    #main-nav ul a {
      padding: 5px; }
    #main-nav ul li {
      width: 60%; }
    #main-nav ul a {
      margin-left: 25px; }
  #main-nav li:hover > ul {
    display: block; }
  #main-nav li ul li {
    font-size: 13px;
    width: 200px; }

img.logo {
  float: left;
  padding-top: 10px; }

.meta-nav {
  background: #e0e9dd;
  font-size: 14px;
  float: right;
  margin-bottom: 20px;
  width: 940px; }
  .meta-nav li {
    display: inline-block;
    margin-right: 10px;
    padding: 20px; }
  .meta-nav a:hover {
    color: #fff; }
  .meta-nav .current {
    font-size: 24px;
    padding: 0 10px 10px 20px; }

#sidebar input {
  width: 50%;
  border: 1px solid #ccc;
  padding: 10px; }

img.internal-ad {
  border: 0 solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

img.internal-ad:hover {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

/*Sidebar */
#slider {
  height: 220px;
  width: 280px;
  border: 10px solid #fff;
  -moz-box-shadow: 0px 20px 10px -10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 20px 10px -10px rgba(0, 0, 0, 0.2);
  -box-shadow: 0px 20px 10px -10px rgba(0, 0, 0, 0.2); }

.nivoSlider {
  position: relative; }

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px; }

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 60;
  display: none;
  background: url("http://cpaws.org/images/sliderhack.png");
  filter: alpha(opacity=0);
  opacity: 0; }

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 50;
  height: 100%; }

.nivo-controlNav a {
  display: inline-block;
  position: relative;
  top: 237px;
  left: 100px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 99;
  cursor: pointer;
  background: url("http://cpaws.org/images/icons/slider-nav.png") no-repeat;
  height: 15px;
  width: 20px;
  top: -30px; }

.nivo-controlNav a.active {
  background-position: 0 -14px;
  display: none; }

.nivoSlider img {
  border: 0 solid #fff; }

.nivoSlider img:hover {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

ul.tabnavigation {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px; }

ul.tabnavigation li {
  display: inline; }

ul.tabnavigation li a {
  padding: 3px 5px;
  border-bottom: none;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000; }

ul.tabnavigation li a.selected,
ul.tabnavigation li a:hover {
  background-color: #333;
  color: #fff;
  padding-top: 7px; }

ul.tabnavigation li a:focus {
  outline: 0; }

div.tabs > div,
div.tabs2 > div {
  padding: 5px;
  margin-top: 7px; }

.view-more {
  font-weight: bold; }

.donate-now {
  -webkit-transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transform: rotate(0deg);
  -moz-transition: -webkit-transform 0.2s ease-in; }

.donate-now:hover {
  -moz-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg); }

ul.rss-sub {
  text-align: center; }

ul.rss-sub {
  background: url("http://cpaws.org/images/icons/rss.gif") no-repeat 5% 50%; }

.side-social {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  width: 260px; }

/* Recent News  */
.news-home-left p {
  display: none; }
@media screen and (min-width: 640px) {
  .news-home-left {
    float: left;
    width: 15%;
    margin-right: 20px;
    padding: 10px 0; }
    .news-home-left p {
      display: block; } }

#sidebar .recent-news dt {
  width: 60px; }

#sidebar .recent-news dd {
  width: 200px;
  display: inline; }

.news #main-content .recent-news dd a {
  font-weight: bold; }

/* Join list */
form#joinlist {
  margin-top: 10px; }

form#joinlist input[type="text"] {
  height: 20px;
  width: 200px;
  margin-bottom: 5px;
  border: 1px solid #E5E5E5;
  padding: 5px;
  -webkit-border-radius: 5px; }

form#joinlist input[type="text"]:hover {
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid #C9C9C9; }

form#joinlist input[type="submit"] {
  background-color: #DB6440;
  color: #fff;
  border: 0px solid #2d2d2d;
  height: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(#DB6440), to(#aD3713));
  background: -moz-linear-gradient(top, #DB6440, #aD3713); }

form#joinlist input[type="submit"]:hover {
  cursor: pointer;
  background: #aD3713;
  background: -webkit-gradient(linear, left top, left bottom, from(#aD3713), to(#DB4040));
  background: -moz-linear-gradient(top, #aD3713, #DB4040); }

@media screen and (min-width: 700px) {
  .action-options {
    width: 20%;
    float: left; }

  .action-list {
    width: 72%;
    float: right; } }
.action-options form#joinlist input[type="text"] {
  width: 100%; }

.about-left {
  float: left;
  width: 460px; }

.about-right {
  float: right;
  width: 460px; }

#main-big ul {
  margin-left: 25px; }

@media screen and (min-width: 700px) {
  .about #main,
  .publications #main {
    width: 45%;
    float: left;
    margin: 0 20px; }

  #main-big {
    width: 720px;
    float: left;
    margin: 0; }

  .about #sidebar1,
  .publications #sidebar1 {
    width: 18%;
    float: left; }

  .about #sidebar2 {
    width: 30%;
    float: right; } }
.success li {
  clear: left;
  margin-bottom: 25px;
  list-style-type: none; }

.success li span {
  float: left;
  padding-right: 20px;
  font-size: 35px; }

div#note {
  background: #e0e9dd;
  padding: 20px; }

#financial-picture #note ul li {
  display: inline;
  font-size: 14px;
  color: #333; }

#intro p.intro {
  font-size: 18px;
  font-style: italic; }

#intro ul {
  width: 400px;
  float: right; }

.about-nav a {
  text-decoration: none; }

.about-nav ul li {
  border-bottom: 1px dotted #ccc;
  padding: 10.5px 0; }

#harkin-winners {
  margin-left: 0; }

#harkin-winners strong {
  margin-right: 20px; }

#harkin-winners li {
  padding: 7px 0;
  border-bottom: 1px dotted #ccc; }

.item {
  background: #eee;
  margin-bottom: 20px;
  padding: 20px; }

#releases {
  width: 600px;
  float: right;
  margin-left: 20px; }

#chapters .left {
  width: 45%;
  float: left; }

#chapters .right {
  width: 45%;
  float: right; }

#success-list a {
  text-decoration: underline; }

#success-list a:hover {
  text-decoration: none; }

@media screen and (min-width: 700px) {
  .about-nav {
    width: 20%;
    float: left; }

  .about-content {
    width: 77%;
    float: right; }

  .about-main {
    width: 65%;
    float: left; }

  .about-sidebar {
    width: 30%;
    float: right; } }
@media screen and (min-width: 640px) {
  .excerpt {
    float: left;
    width: 80%;
    margin: 0;
    padding: 5px;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0; } }
.news-title {
  background: #e0e9dd;
  border: none;
  max-width: 530px;
  margin-left: -20px;
  text-transform: uppercase;
  border-left: 10px solid #6c9c34;
  padding: 20px; }

h2.news-title a {
  color: #333;
  text-decoration: none; }

h2.news-title {
  margin-bottom: 14px; }

.meta {
  margin-top: 0;
  margin-left: -20px;
  font-size: 12px;
  margin-bottom: 14px;
  padding: 5px 20px; }

#comments-section {
  margin-top: -40px;
  border-top: 1px dotted #ccc;
  padding-top: 15px; }

.level0 {
  border: 1px solid #ccc;
  background: #fff;
  margin: 20px 0;
  padding: 20px; }

.comments {
  list-style: none; }
  .comments ul {
    margin-left: 25px;
    border: none !important; }

.join-list {
  background: url("http://cpaws.org/images/draft/containerblack.png");
  margin-right: -20px;
  color: #eee;
  border-right: 10px solid #2d2d2d;
  padding: 20px; }
  .join-list input {
    background: #2d2d2d;
    border: 1px solid #000 !important;
    color: #fff; }

.avatar {
  float: left;
  border: 10px solid #fff;
  margin: 0 10px 10px 0;
  width: 100px;
  height: 100px; }

.read-more {
  float: right;
  margin: 10px;
  opacity: 1; }
  .read-more:hover {
    opacity: .7; }

.about-author {
  margin-top: 40px;
  margin-bottom: -42px; }

.news-body {
  padding-top: 7px;
  padding-bottom: 7px; }

.news-body li {
  margin-bottom: 21px;
  margin-left: 14px; }

.news-body h2,
.news-body h3 {
  margin-bottom: 14px; }

.blog-meta {
  margin-bottom: -7px;
  padding-top: 0px; }

.blog-meta ul {
  font-size: 12px; }

.blog-meta ul li {
  display: inline;
  margin: 0 2px; }

.imgleft {
  float: left;
  padding: 0px 20px 20px 0px;
  font-size: 11px; }

.imgright {
  float: right;
  padding: 0px 0px 20px 20px;
  font-size: 11px; }

.share-twitter {
  float: left;
  margin-right: 5px;
  margin-top: -7px; }

blog-meta ul li {
  list-style: none !important; }

.news-body {
  margin-top: 7px; }

div#comment-form {
  border-top: 1px dotted #ccc;
  padding-top: 14px; }

#comment-form span {
  display: block; }

#comment-form input {
  border: 1px solid #ccc;
  margin-right: 25px;
  padding: 10px; }

#campaign-secondary {
  display: none;
  list-style: none;
  margin-top: 0;
  margin-left: -20px;
  padding: 0px;
  float: right;
  margin-right: -20px;
  width: 100%; }

#campaign-secondary li {
  float: left;
  margin-right: 10px;
  border: 1px solid #eee;
  background: #fff; }

#campaign-secondary a {
  color: #222;
  padding: 10px;
  display: block;
  text-decoration: none; }

#campaign-secondary a:hover,
#campaign-secondary li:hover > a {
  background: #e0e9dd;
  color: #6c9c34; }

#campaign-secondary ul {
  z-index: 1;
  display: none;
  width: 250px;
  position: absolute;
  top: 230px;
  background: #e0e9dd;
  padding-top: 20px; }

#campaign-secondary ul a {
  padding: 5px;
  text-decoration: underline; }

#campaign-secondary ul li {
  border: none;
  background: #e0e9dd; }

#campaign-secondary ul li a {
  margin-left: 25px; }

#campaign-secondary li:hover > ul {
  display: block; }

li.campaign-nav-desc {
  background: none !important;
  border: none !important;
  margin-top: 10px; }

@media screen and (min-width: 640px) {
  #campaign-nav {
    float: left;
    width: 20%; }

  .campaign-wrap {
    width: 75%;
    float: right; }

  #campaign-secondary {
    display: block; } }
.campaign-content li {
  list-style: circle;
  margin-left: 25px; }

.campaign-wrap blockquote {
  font-size: 24px;
  color: #7e7e7e;
  margin-left: 0; }

#campaign-nav.fixed {
  position: fixed;
  top: 20px;
  opacity: .8; }

#publications dt {
  font-size: 14px;
  font-variant: small-caps; }

table#campaign-issues {
  background: #fff;
  border: 1px solid #ccc; }

th {
  border: none !important;
  margin-left: 20px !important;
  text-align: left;
  padding: 20px; }

.campaign {
  float: left; }

.campaign td {
  vertical-align: top;
  padding: 20px; }

.campaign tr {
  border-bottom: 1px dotted #ccc; }

.campaign table {
  margin-bottom: 20px; }

td.intro {
  width: 80%; }

.campaign-home-side {
  float: right;
  width: 20%;
  background: #e0e9dd;
  padding: 20px; }

.action-options h3 {
  margin-top: 7px; }

.action-options #success-list {
  font-size: 13px; }

div.action-item {
  clear: both;
  border-bottom: 1px solid #ccc;
  min-height: 180px;
  padding: 20px 0; }

.action-list h2 {
  margin-top: 2px; }

img.action-image {
  float: left;
  border: 10px solid #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 20px 10px 0; }

.action-item dt {
  font-size: 21px; }

form#action input {
  width: 20%;
  border: 1px solid #ccc;
  margin-right: 25px;
  padding: 10px; }

#campaign-sidebar-container {
  clear: both; }

ul.minimal-actions {
  padding: 0px 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%; }

#news,
#resources {
  border-bottom: 1px dotted #ccc; }

li.spacer {
  border: none !important; }

ul.recent-news span.date {
  margin-right: 15px; }

.donate label {
  float: left;
  width: 100px; }
.donate input,
.donate select {
  height: 20px; }
.donate li {
  height: 21px; }
.donate #main-content {
  width: 400px; }

#donate-sidebar {
  width: 400px;
  float: right; }

.events #sidebar {
  width: 180px;
  padding-left: 0px;
  padding-right: 20px; }

.section-title {
  margin-bottom: 14px; }
  .section-title a {
    text-decoration: none;
    color: #222; }

.campaign-slider {
  margin-top: 20px; }
  .campaign-slider a {
    display: block;
    position: relative;
    text-decoration: none; }
    @media screen and (min-width: 700px) {
      .campaign-slider a:hover > .campaign-slider__caption {
        background: rgba(0, 0, 0, 0.8);
        padding: 1.25em 1em; } }
  .campaign-slider__caption {
    background: #222;
    transition: .3s;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding: 1em;
    color: #fff;
    font-family: 'Droid Sans', Helvetica, Arial;
    text-transform: uppercase; }
    @media screen and (min-width: 700px) {
      .campaign-slider__caption {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7); } }
    .campaign-slider__caption span {
      font-size: 12px;
      text-transform: none;
      font-style: italic;
      display: block; }
      @media screen and (min-width: 700px) {
        .campaign-slider__caption span {
          display: inline;
          margin-left: 20px; } }
  .campaign-slider .slick-dots {
    margin-top: 10px; }
    .campaign-slider .slick-dots li button:before {
      font-size: 10px;
      margin-top: 10px; }
  .campaign-slider div, .campaign-slider img {
    margin-bottom: 0; }

/* --------------------------------------------------
  ## What we do
-------------------------------------------------- */
.whatwedo .intro {
  background: #e0e9dd;
  margin-left: -20px;
  border-left: 10px solid #6c9c34;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  color: #2e2e2e; }

#issues {
  margin-bottom: 0; }
  #issues li {
    background: url("http://cpaws.org/images/issues.jpg");
    width: 150px;
    height: 150px;
    float: left;
    list-style: none;
    opacity: 1;
    border: 10px solid #fff;
    -webkit-transition: opacity 500ms ease-in;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 14px 14px 0;
    box-sizing: content-box; }
    #issues li.wildlife {
      background-position: 0 0; }
    #issues li.parks {
      background-position: -160px 0; }
    #issues li.forests {
      background-position: -320px 0; }
    #issues li.oceans {
      background-position: -480px 0; }
    #issues li.climate {
      background-position: -640px 0; }
    #issues li.mountains {
      background-position: -800px 0; }
    #issues li.grasslands {
      background: url("http://cpaws.org/uploads/Grasslands-icon.jpg"); }
/*    #issues li.climate span {
      margin-top: -18px; }*/
    #issues li:hover {
      opacity: .7; }
  #issues span {
    background: #000;
    color: #fff;
    display: inline-block;
    width: 130px;
    position: relative;
    top: 112px;
    padding: 10px;
    opacity: .7;
    font-family: Droid Sans;
    font-size: 12px; }
  #issues a {
    display: block;
    height: 150px;
    width: 150px;
    text-decoration: none; }

/* Northern Alberta */
#nab #issues li {
  background: url("http://cpawsnab.org/images/issues.jpg");
  width: 150px;
  height: 150px;
  float: left;
  list-style: none; }
#nab #issues a {
  display: block;
  height: 150px;
  width: 150px;
  text-decoration: none;
  position: relative; }
#nab #issues span {
  background: #000;
  color: #FFF;
  display: inline-block;
  width: 130px;
  position: absolute;
  padding: 10px;
  opacity: .7;
  font-family: Droid Sans;
  font-size: 12px;
  left: 0;
  bottom: 0;
  top: auto; }
#nab #issues li#parks {
  background-position: -9px 0; }
#nab #issues li#landscape {
  background-position: -169px 0px; }
#nab #issues li#wildlife {
  background-position: -329px 0px; }

/* --------------------------------------------------
  ## Email form
-------------------------------------------------- */
.home-opt-in {
  background: #fff url("http://cpaws.org/images/mail_add.png") no-repeat right top;
  border: 1px solid #ccc;
  padding: 20px;
  width: 260px;
  margin-top: 40px; }
  .home-opt-in p {
    border-top: 0px solid #2d2d2d;
    padding: 10px 0px 0px 0px; }

/* --------------------------------------------------
  ## Featured campaigns
-------------------------------------------------- */
ul.featured-campaigns li,
ul.upcoming-events li {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
  list-style: none;
  list-style: none !important;
  background: url("http://cpaws.org/images/icons/arrow_right.png") no-repeat; }

ul.featured-campaigns a,
ul.upcoming-events a {
  text-decoration: none;
  padding-left: 40px;
  display: block;
  position: relative;
  top: -3px; }

/* --------------------------------------------------
  ## Slider
-------------------------------------------------- */
.main_view {
  position: relative; }

.window {
  margin-left: -10px;
  height: 320px;
  width: 940px;
  overflow: hidden;
  position: relative;
  border: 10px solid #fff;
  -moz-box-shadow: 0px 20px 10px -10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 20px 10px -10px rgba(0, 0, 0, 0.2);
  -box-shadow: 0px 20px 10px -10px rgba(0, 0, 0, 0.2); }

.image_reel {
  position: absolute;
  top: 0;
  left: 0; }

.image_reel img {
  float: left;
  width: 940px; }

.paging {
  position: absolute;
  bottom: 40px;
  right: -7px;
  width: 178px;
  height: 47px;
  z-index: 100;
  text-align: center;
  line-height: 40px;
  background: url(paging_bg2.png) no-repeat;
  display: none; }

.paging a {
  padding: 5px;
  text-decoration: none;
  color: #fff; }

.paging a.active {
  font-weight: bold;
  background: #920000;
  border: 1px solid #610000;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px; }

.paging a:hover {
  font-weight: bold; }

.desc {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 101;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  -moz-border-radius: 0 0 3px 0;
  -khtml-border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
  opacity: .7;
  width: 100%; }

.desc h2,
.desc p {
  display: inline; }

.desc h2 {
  margin-right: 10px; }

.desc a {
  color: #d90000; }

img.left {
  padding: 4px;
  margin: 0 5px 5px 0;
  display: inline;
  float: left; }

img.right {
  padding: 4px;
  margin: 0 0 5px 5px;
  display: inline;
  float: right; }

.button-monthly {
  background-color: #DB6440;
  color: #FFF !important;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "Droid Sans", Helvetica, Arial;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(#DB6440), to(#AD3713));
  background: -moz-linear-gradient(top, #DB6440, #aD3713); }

.button-monthly:focus,
.button-monthly:hover {
  color: #FFF;
  background: #AD3713;
  background: -webkit-gradient(linear, left top, left bottom, from(#AD3713), to(#DB4040));
  background: -moz-linear-gradient(top, #aD3713, #DB4040); }

.button-onetime {
  background-color: #004104;
  color: #FFF !important;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "Droid Sans", Helvetica, Arial;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(#6D991E), to(#004104));
  background: -moz-linear-gradient(top, #6D991E, #004104); }

.button-onetime:focus,
.button-onetime:hover {
  color: #FFF;
  background: #AD3713;
  background: -webkit-gradient(linear, left top, left bottom, from(#004104), to(#6D991E));
  background: -moz-linear-gradient(top, #004104, #6D991E); }

ul#home-news li {
  list-style: none;
  padding: 7px 0;
  border-bottom: 1px dotted #ccc; }

ul#home-news a {
  text-decoration: none; }

ul#home-news span {
  display: block; }
  @media screen and (min-width: 640px) {
    ul#home-news span {
      margin-right: 15px;
      display: inline-block;
      float: left; } }

@media screen and (min-width: 640px) {
  ul#home-news a {
    text-decoration: none;
    display: inline-block;
    max-width: 425px;
    width: 100%; } }
.help h2 a {
  text-decoration: none;
  color: #222; }

.help h2 a:hover {
  color: #6c9c34; }

.help h2 {
  border-bottom: none;
  text-transform: none; }

.panel {
  font-size: 14px; }

.panel .leftc {
  float: left;
  width: 48%; }

.panel .rightc {
  float: right;
  width: 48%; }

#coda-slider {
  width: 540px;
  float: right; }

/*.scroll {height: 700px;width: 540px;overflow: auto;overflow-x: hidden;}
.scrollContainer div.panel {padding: 0 20px;height: 700px;width: 500px;}*/
.scroll {
  width: 540px;
  overflow: auto;
  overflow-x: hidden; }

.scrollContainer div.panel {
  padding: 0 20px;
  width: 500px; }

ul#help-nav {
  width: 180px;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left; }

ul#help-nav li {
  display: block; }

ul#help-nav a {
  color: #000;
  text-decoration: none; }

ul#help-nav a:hover {
  background-color: #f6f6f6; }

ul#help-nav a.selected {
  background-color: #fff; }

ul#help-nav a:focus {
  outline: none; }

.scrollButtons {
  position: absolute;
  top: 175px;
  cursor: pointer; }

.scrollButtons.left {
  left: -40px; }

.scrollButtons.right {
  right: -40px; }

.hide {
  display: none; }

.scrollButtons {
  display: none; }

.smaller-text {
  font-size: 13px; }

.benefits {
  font-size: 14px; }
  @media screen and (min-width: 600px) {
    .benefits {
      width: 180px;
      float: right;
      margin-left: 40px; } }

.benefits ul {
  list-style: circle; }

#snap #search {
  width: 240px; }

#snap ul.rss-sub p,
#qc ul.rss-sub p {
  position: relative;
  left: 30px;
  text-align: left !important; }

#comment-form span {
  float: left;
  width: 75px; }

img.left {
  padding-right: 21px;
  margin-bottom: -7px;
  float: left; }

img.right {
  padding-left: 21px;
  margin-bottom: -7px;
  float: right; }

blockquote {
  margin-left: 0;
  padding-left: 0;
  border-left: none; }

.news-body blockquote {
  padding: 0 50px;
  font-size: 16px; }

.campaign-content table td {
  padding: 0 10px; }

#campaigns li {
  float: left;
  width: 150px;
  margin-right: 36px;
  list-style: none;
  height: 200px; }

#campaigns span {
  background: #000;
  color: #fff;
  padding: 5px;
  display: inline-block;
  opacity: .7;
  position: relative;
  top: -68px;
  left: 10px;
  font-size: 12px;
  font-family: Droid Sans; }

#campaigns a {
  width: 150px; }

ul li ul {
  margin-left: 25px; }

ul li ul li ul {
  margin-left: 25px; }

div.authors {
  margin-top: 8px;
  margin-bottom: 0px; }

div.authors div.picture {
  margin-bottom: 2px; }

div.authors div.picture,
div.authors div.name {
  float: left; }

div.profile div.picture {
  float: left;
  margin-right: 20px; }

div.authors div.picture img {
  max-width: 45px;
  height: auto;
  padding: 3px;
  border-radius: 10px;
  border: 1px solid #fafafa;
  margin-bottom: 0px; }

div.profile div.entries ul {
  margin-left: 25px; }

div.blog-tags ul {
  margin-top: 10px;
  margin-left: 25px; }

.featured {
  background: #eee;
  border: 1px solid #ccc;
  padding: 21px; }

.featured img {
  float: left;
  margin-right: 20px; }

.featured h3 {
  font-size: 24px; }

p.read-more {
  text-align: right;
  margin-top: -18px; }

div {
  margin-bottom: 21px; }

a:hover,
.meta-nav a,
#sidebar1 ul li a {
  color: #222; }

img,
object,
embed,
p,
ul,
ol,
blockquote {
  margin-bottom: 24px; }

img.logo:hover,
.recent-news dd span:hover {
  opacity: .8; }

#sidebar ul#nav li,
#campaign-nav li {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0; }

#sidebar ul#nav li a,
.recent-news dd span a,
#campaign-nav li a {
  color: #000; }

#sidebar ul#nav li a:hover,
h2.news-title a:hover,
#campaign-nav li a:hover {
  color: #6c9c34; }

.whatwedo img:hover,
#campaign img:hover,
ul#tabs li a:hover {
  opacity: .5; }

p.meta:hover,
#campaign-nav.fixed:hover {
  opacity: 1px; }

.meta span,
span.date {
  font-style: italic;
  font-size: 12px; }

dl.publications dt {
  font-size: 14px; }

dl.publications dd {
  min-height: 21px;
  margin-bottom: 7px; }

.right {
  float: right; }

#pub-sidebar h2 a {
  color: #222;
  text-decoration: none; }

#pub-sidebar li ul {
  margin-left: 25px; }

/*
============================
PRESS PAGE
============================
*/
.back-to-press {
  display: block;
  margin: 10px 0;
  text-align: center; }

.recent-news a,
#main-nav a,
#campaign-nav a,
#nav a,
.meta-nav a,
#campaign-home-side a,
#footer a {
  text-decoration: none; }

.col2 {
  float: left;
  width: 445px;
  padding: 10px; }

.col3 {
  float: left;
  width: 290px;
  padding: 10px; }

.col3 h2 {
  border-bottom: none; }

.staff-list__row {
  margin-bottom: 0; }
@media screen and (min-width: 600px) {
  .staff-list__person {
    width: 30%;
    float: left; } }
.staff-list__person img {
  display: block;
  margin: 0;
  border: 10px solid #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }
@media screen and (min-width: 600px) {
  .staff-list__bio {
    width: 65%;
    float: right; } }

/* sidebar slider */
#slider-wrapper {
  display: none; }

/*# sourceMappingURL=style.css.map */