@charset "UTF-8";
/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome/fontawesome-webfont.eot");
  src: url("fonts/fontawesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome/fontawesome-webfont.svg#FontAwesome") format("svg");
}
/*
 * Debugging
 */
/* line 35, ../sass/pages.scss */
.no-break {
  white-space: nowrap;
}

/* line 38, ../sass/pages.scss */
.quoteme {
  margin: 1em 0 1em 2em;
}

/* line 42, ../sass/pages.scss */
#title-area .region-title-area,
#footer-sides-wrapper .inner,
.region-copyright #block-paws-paws-copyright .inner {
  padding: 0 10px;
}

/* line 51, ../sass/pages.scss */
.webform-container-inline label {
  margin-right: 0.25em;
}

/* line 56, ../sass/pages.scss */
.region-sys-warning {
  top: 100px;
  padding: 0.5em;
  color: white;
  background-color: red;
  font-weight: bold;
  margin-bottom: 1em;
}
/* line 63, ../sass/pages.scss */
.region-sys-warning a {
  color: red;
  background-color: white;
  padding: 0 0.25em;
}

/* line 70, ../sass/pages.scss */
#header,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding: 0 10px;
}

/* line 77, ../sass/pages.scss */
#page, .region-bottom {
  margin: auto;
  max-width: none;
  position: relative;
}

/* line 82, ../sass/pages.scss */
#header, #content, #navigation, .region-sidebar-first {
  background-color: white;
}

/* line 86, ../sass/pages.scss */
#header {
  position: fixed;
  z-index: 500;
  height: 125px;
  width: 100%;
  margin: 0 auto 1em;
  border-bottom: 2px solid #0075B0;
  background-color: #ffffff;
  padding: 0 0;
}
@media only screen and (max-width: 745px) {
  /* line 86, ../sass/pages.scss */
  #header {
    height: 137px;
  }
}
/* line 99, ../sass/pages.scss */
#header .inner {
  min-height: 80px;
  margin: 0 auto;
  padding: 10px 20px 0;
}
/* line 103, ../sass/pages.scss */
#header .inner img {
  background-repeat: no-repeat;
}
/* line 106, ../sass/pages.scss */
#header .inner .leftside {
  width: 360px;
  height: auto;
  float: left;
}
@media only screen and (max-width: 480px) {
  /* line 106, ../sass/pages.scss */
  #header .inner .leftside {
    float: none;
    display: block;
    width: 100%;
    max-width: 275px;
  }
}
/* line 117, ../sass/pages.scss */
#header .inner .rightside {
  height: auto;
  float: right;
  margin-top: 10px;
  width: 180px;
}
/* line 122, ../sass/pages.scss */
#header .inner .rightside .powered {
  width: inherit;
}
/* line 125, ../sass/pages.scss */
#header .inner .rightside .menu-part {
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 117, ../sass/pages.scss */
  #header .inner .rightside {
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 745px) {
  /* line 117, ../sass/pages.scss */
  #header .inner .rightside {
    float: none;
    display: none;
    margin-top: 2px;
  }
}
/* line 141, ../sass/pages.scss */
#header .header__region {
  max-width: 1020px;
  min-width: 320px;
  height: 98%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 0 0;
  position: relative;
}
/* line 151, ../sass/pages.scss */
#header #full-wrapper {
  padding: 0 20px;
}
/* line 153, ../sass/pages.scss */
#header #full-wrapper .menu-part {
  display: inline-block;
  width: 100%;
}
/* line 157, ../sass/pages.scss */
#header #full-wrapper .subimage-part {
  position: absolute;
  right: 20px;
  float: right;
  display: inline-block;
  width: 150px;
}
@media only screen and (min-width: 745px) {
  /* line 157, ../sass/pages.scss */
  #header #full-wrapper .subimage-part {
    display: none;
  }
}

/* line 171, ../sass/pages.scss */
#menu {
  margin-bottom: 1.5em;
}

/* line 176, ../sass/pages.scss */
#page {
  min-height: 100%;
  position: relative;
}

/* line 180, ../sass/pages.scss */
#body-inner {
  padding-top: 141px;
}

/* line 183, ../sass/pages.scss */
#main {
  margin: 0 auto 0;
  max-width: 1020px;
  min-width: 320px;
  padding: 0 0 10px;
  background-color: transparent;
  position: relative;
  z-index: 0;
  padding-bottom: 10px !important;
}
/* line 192, ../sass/pages.scss */
#main.has_article {
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  /* line 183, ../sass/pages.scss */
  #main {
    margin-top: 0.5em;
    padding-bottom: 15px !important;
  }
}

/* line 205, ../sass/pages.scss */
.region-menu {
  margin: 1em 0 0;
  border-bottom: 1px solid black;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  /* line 205, ../sass/pages.scss */
  .region-menu {
    padding-bottom: 0;
    margin-top: 0;
  }
}

/* line 214, ../sass/pages.scss */
.responsive-menus.responsified span.toggler {
  background-color: black;
}

/* line 218, ../sass/pages.scss */
.region-above-content {
  min-width: 320px;
  background: url(images/blackboard-bg.jpg) black;
  margin: -1em -20px 1em;
  padding: 0;
}
/* line 223, ../sass/pages.scss */
.region-above-content #block-catdocs-catdocs-banner2 {
  margin: 0 auto;
  max-width: 1020px;
}

/* line 229, ../sass/pages.scss */
#content {
  margin-bottom: 0;
  padding: 0;
}

/* line 233, ../sass/pages.scss */
.region-social-links {
  padding: 0 10px;
}
/* line 235, ../sass/pages.scss */
.region-social-links .block-addtoany {
  max-width: 1020px;
  min-width: 320px;
  margin: 0 auto 1em;
}

/* line 247, ../sass/pages.scss */
#footer {
  background-color: black;
  margin-top: 2em;
  border-top: 2px solid #E37222;
}
/* line 251, ../sass/pages.scss */
#footer .inner {
  margin: 1.5em auto 0;
  max-width: 1020px;
  min-width: 320px;
}
/* line 258, ../sass/pages.scss */
#footer .first {
  color: #ddd;
  position: relative;
}
/* line 261, ../sass/pages.scss */
#footer .first .newsletter {
  float: left;
  min-width: 300px;
  margin-right: 2%;
}
/* line 265, ../sass/pages.scss */
#footer .first .newsletter h2.newsletter-signup-footer {
  font-size: 1.3rem;
}
/* line 268, ../sass/pages.scss */
#footer .first .newsletter div.newsletter-signup-footer {
  padding-left: 1em;
  padding-top: 0.5em;
}
/* line 270, ../sass/pages.scss */
#footer .first .newsletter div.newsletter-signup-footer a {
  color: #eee;
  background-color: #0075B0;
  border-radius: 0.5em;
  font-size: 1.3em;
  padding: 0.25em 0.5em;
}
@media only screen and (max-width: 767px) {
  /* line 261, ../sass/pages.scss */
  #footer .first .newsletter {
    float: none;
    margin-right: 0;
    margin-bottom: 1.5em;
    text-align: left;
    max-width: none;
    width: 100%;
  }
}
/* line 287, ../sass/pages.scss */
#footer .first .four-cats {
  width: 31%;
  position: absolute;
  top: -60px;
  right: 20px;
}
/* line 293, ../sass/pages.scss */
#footer .first .four-cats .katz {
  color: inherit;
}
/* line 295, ../sass/pages.scss */
#footer .first .four-cats .katz img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 287, ../sass/pages.scss */
  #footer .first .four-cats {
    float: none;
    margin-right: 0;
    margin-bottom: 0.5em;
    text-align: center;
    display: none;
  }
}
/* line 307, ../sass/pages.scss */
#footer .first .social {
  background-color: transparent;
  float: left;
  margin-right: 2%;
  padding-top: 1em;
  width: 31%;
}
/* line 313, ../sass/pages.scss */
#footer .first .social .social-header {
  margin-bottom: 0.25em;
  color: white;
}
@media only screen and (max-width: 767px) {
  /* line 307, ../sass/pages.scss */
  #footer .first .social {
    float: none;
    margin-right: 0;
    margin-bottom: 0.5em;
    text-align: left;
    width: 100%;
  }
  /* line 323, ../sass/pages.scss */
  #footer .first .social .info {
    margin-top: 1em;
  }
}
/* line 327, ../sass/pages.scss */
#footer .first .social .icons {
  text-align: center;
}
/* line 329, ../sass/pages.scss */
#footer .first .social .icons .social-icon {
  display: inline;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  /* line 329, ../sass/pages.scss */
  #footer .first .social .icons .social-icon {
    float: left;
  }
}
/* line 336, ../sass/pages.scss */
#footer .first .social .icons .social-icon.gplus a {
  background: url(../images/social-icons/google-plus.svg) no-repeat 50% 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
}
/* line 344, ../sass/pages.scss */
#footer .first .social .icons .social-icon.facebook a {
  background: url(../images/social-icons/facebook.svg) no-repeat 50% 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
}
/* line 352, ../sass/pages.scss */
#footer .first .social .icons .social-icon.twitter a {
  background: url(../images/social-icons/twitter.svg) no-repeat 50% 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
}
/* line 360, ../sass/pages.scss */
#footer .first .social .icons .social-icon.pinterest a {
  background: url(../images/social-icons/pinterest.svg) no-repeat 50% 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
}
/* line 368, ../sass/pages.scss */
#footer .first .social .icons .social-icon.scoopit a {
  background: url(../images/social-icons/scoopit.svg) no-repeat 50% 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
}
/* line 376, ../sass/pages.scss */
#footer .first .social .icons .social-icon.youtube a {
  background: url(../images/social-icons/youtube.svg) no-repeat 50% 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
}
/* line 385, ../sass/pages.scss */
#footer .first .social .four-cats {
  width: 31%;
}
/* line 389, ../sass/pages.scss */
#footer .first .info {
  text-align: center;
  padding-top: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 389, ../sass/pages.scss */
  #footer .first .info {
    float: none;
    text-align: center;
  }
}
/* line 399, ../sass/pages.scss */
#footer .second {
  margin-top: 3.5em;
  color: #ddd;
}
/* line 402, ../sass/pages.scss */
#footer .second .copyright {
  float: left;
  text-align: left;
  font-size: 0.8em;
}
@media only screen and (max-width: 767px) {
  /* line 402, ../sass/pages.scss */
  #footer .second .copyright {
    float: none;
    margin-bottom: 1em;
  }
}
/* line 411, ../sass/pages.scss */
#footer .second .footer-links {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  /* line 411, ../sass/pages.scss */
  #footer .second .footer-links {
    float: none;
    text-align: center;
  }
}
/* line 418, ../sass/pages.scss */
#footer .second .footer-links ul.menu {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
/* line 422, ../sass/pages.scss */
#footer .second .footer-links ul.menu li {
  float: left;
  list-style-type: none;
  list-style-image: none;
  margin-right: 10px;
}
/* line 427, ../sass/pages.scss */
#footer .second .footer-links ul.menu li a {
  font-size: 0.8em;
  color: white;
}
@media only screen and (max-width: 767px) {
  /* line 399, ../sass/pages.scss */
  #footer .second {
    margin-top: 1em;
  }
}
/* line 439, ../sass/pages.scss */
#footer .account {
  margin: 1em 0;
  color: white;
}
/* line 442, ../sass/pages.scss */
#footer .account .admin {
  display: inline;
}
@media only screen and (max-width: 767px) {
  /* line 442, ../sass/pages.scss */
  #footer .account .admin {
    display: block;
    margin-bottom: 0.5em;
  }
}
/* line 449, ../sass/pages.scss */
#footer .account .af-button {
  font-weight: normal;
  font-size: 1em;
}
/* line 453, ../sass/pages.scss */
#footer .account .logout {
  padding-left: 1em;
}
/* line 455, ../sass/pages.scss */
#footer .account .logout a {
  padding: 0.1em 0.5em 0.1em;
  color: white;
  background-color: #E37222;
  border: 2px solid #E37222;
  border-radius: 0.5em;
  font-size: 0.85em;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
  font-family: raleway, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
/* line 121, ../sass/partials/_custom.scss */
#footer .account .logout a:hover {
  color: #E37222;
  background-color: white;
}
/* line 460, ../sass/pages.scss */
#footer .account .dashboard {
  padding-left: 1em;
}
/* line 462, ../sass/pages.scss */
#footer .account .dashboard a {
  padding: 0.1em 0.5em 0.1em;
  color: white;
  background-color: #0075B0;
  border: 2px solid #0075B0;
  border-radius: 0.5em;
  font-size: 0.85em;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
  font-family: raleway, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
/* line 121, ../sass/partials/_custom.scss */
#footer .account .dashboard a:hover {
  color: #0075B0;
  background-color: white;
}
/* line 467, ../sass/pages.scss */
#footer .account .db {
  padding-left: 1em;
}
/* line 470, ../sass/pages.scss */
#footer .account .my-account {
  padding-left: 1em;
}
/* line 472, ../sass/pages.scss */
#footer .account .my-account a {
  padding: 0.1em 0.5em 0.1em;
  color: white;
  background-color: #58A618;
  border: 2px solid #58A618;
  border-radius: 0.5em;
  font-size: 0.85em;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
  font-family: raleway, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
/* line 121, ../sass/partials/_custom.scss */
#footer .account .my-account a:hover {
  color: #58A618;
  background-color: white;
}
/* line 477, ../sass/pages.scss */
#footer .account hr {
  margin: 0.25em 0 1em;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  /* line 482, ../sass/pages.scss */
  #footer .account span {
    display: block;
    margin-bottom: 4px;
    padding-left: 0;
  }
}

/* line 496, ../sass/pages.scss */
#block-paws-newsletter-paws-newsletter-sidebar {
  border: 1px solid #989898;
  border-radius: 0.5em;
  padding: 0.5em;
}
/* line 500, ../sass/pages.scss */
#block-paws-newsletter-paws-newsletter-sidebar .catdr {
  text-align: center;
}
/* line 502, ../sass/pages.scss */
#block-paws-newsletter-paws-newsletter-sidebar .catdr .sub-button {
  margin-top: 6px;
}
/* line 504, ../sass/pages.scss */
#block-paws-newsletter-paws-newsletter-sidebar .catdr .sub-button a {
  width: 75px;
  margin: 0 auto;
}

/* line 513, ../sass/pages.scss */
aside.sidebars {
  margin-top: 0;
}

/* line 517, ../sass/pages.scss */
.sidebar-first .region-sidebar-first .block-catdocs {
  margin-bottom: 30px;
  background-color: white;
}
/* line 521, ../sass/pages.scss */
.sidebar-first .region-sidebar-first .content {
  padding: 10px;
}

/* line 526, ../sass/pages.scss */
.sidebar-first #content {
  float: left;
  margin-left: 25%;
  margin-right: -100%;
  width: 75%;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  /* line 526, ../sass/pages.scss */
  .sidebar-first #content {
    margin-right: 0;
    margin-left: 0;
    float: none;
    width: 100%;
  }
}

/* line 540, ../sass/pages.scss */
.sidebar-first .region-sidebar-first {
  background: transparent;
  margin-right: -25%;
  margin-bottom: 1em;
  width: 25%;
  padding-top: 0;
}
/* line 546, ../sass/pages.scss */
.sidebar-first .region-sidebar-first:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 25%;
  content: "";
}
@media only screen and (max-width: 767px) {
  /* line 540, ../sass/pages.scss */
  .sidebar-first .region-sidebar-first {
    margin-right: 0;
    margin-top: 1em;
    padding-top: 1em;
    border-right: none;
    float: none;
    width: 100%;
  }
  /* line 564, ../sass/pages.scss */
  .sidebar-first .region-sidebar-first:before {
    border-right: none;
    display: none;
  }
}

/* line 570, ../sass/pages.scss */
.sidebar-second #content {
  margin-right: -75%;
  width: 70%;
  padding-left: 0;
  padding: 0 2%;
}
@media only screen and (max-width: 767px) {
  /* line 570, ../sass/pages.scss */
  .sidebar-second #content {
    margin: 0 auto;
    width: 96%;
    float: none;
  }
}

/* line 581, ../sass/pages.scss */
.sidebar-second .region-sidebar-second {
  margin-left: 75%;
  width: 25%;
  background-color: white;
  padding: 0 2% 0 0;
  left: 8.5%;
}
@media only screen and (max-width: 767px) {
  /* line 581, ../sass/pages.scss */
  .sidebar-second .region-sidebar-second {
    margin: 1em auto 0;
    border-top: 2px solid #0075B0;
    padding: 1em 2px 0 2px;
    border-left: none;
    width: 96%;
    float: none;
  }
  /* line 594, ../sass/pages.scss */
  .sidebar-second .region-sidebar-second:before {
    border-left: none;
    display: none;
  }
}

/* line 602, ../sass/pages.scss */
.sidebar-second #block-wd-ca-wd-ca {
  margin: 0 auto 2em;
  max-width: 230px;
}
/* line 603, ../sass/pages.scss */
.sidebar-second #block-wd-ca-wd-ca .ca-link {
  padding: 0.1em 0.5em 0.1em;
  color: white;
  background-color: #0075B0;
  border-radius: 0.5em;
  border: 3px solid #0075B0;
  padding: 3px 5px 2px;
  box-sizing: border-box;
  font-size: 1.6em;
  line-height: 1em;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-family: proxima-nova-extra-condensed, "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.1em;
  padding: 2px !important;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  line-height: 1.4;
}
/* line 103, ../sass/partials/_custom.scss */
.sidebar-second #block-wd-ca-wd-ca .ca-link:hover {
  text-decoration: none;
  color: #0075B0;
  background-color: white;
}
/* line 610, ../sass/pages.scss */
.sidebar-second #block-wd-ca-wd-ca .ca-link .line2 {
  font-size: 1.1rem;
}
/* line 614, ../sass/pages.scss */
.sidebar-second #block-wd-ca-wd-ca .ca-teaser {
  text-align: left;
  color: black;
  background-color: white;
  padding: 0 0.5em;
  margin-bottom: 0.25em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

/* line 629, ../sass/pages.scss */
body.ca-colorbox #cboxClose {
  top: 5px !important;
  right: 5px !important;
  background: url(images/close-green.png) no-repeat;
}
/* line 635, ../sass/pages.scss */
body.ca-colorbox #cboxOverlay {
  opacity: 0.5 !important;
}
/* line 638, ../sass/pages.scss */
body.ca-colorbox #cboxWrapper {
  border-radius: 0 !important;
}
/* line 641, ../sass/pages.scss */
body.ca-colorbox #cboxTopLeft, body.ca-colorbox #cboxTopCenter, body.ca-colorbox #cboxTopRight {
  height: 0 !important;
}
/* line 644, ../sass/pages.scss */
body.ca-colorbox #cboxTopLeft, body.ca-colorbox cboxTopRight {
  width: 0 !important;
}
/* line 647, ../sass/pages.scss */
body.ca-colorbox #cboxMiddleLeft, body.ca-colorbox #cboxMiddleRight {
  margin-left: 0;
  margin-right: 0;
  width: 0;
}

/* line 654, ../sass/pages.scss */
#block-catdocs-catdocs-wd-link {
  cursor: pointer;
}
/* line 656, ../sass/pages.scss */
#block-catdocs-catdocs-wd-link a {
  text-decoration: none;
}

/* line 661, ../sass/pages.scss */
#block-catdocs-catdocs-aboutwinner {
  background-color: transparent;
}
/* line 663, ../sass/pages.scss */
#block-catdocs-catdocs-aboutwinner .content {
  text-align: center;
}
/* line 665, ../sass/pages.scss */
#block-catdocs-catdocs-aboutwinner .content img {
  margin: 0 auto;
}

/* line 672, ../sass/pages.scss */
#block-catdocs-catdocs-wd-ad .content {
  text-align: center;
}

/* line 677, ../sass/pages.scss */
#block-catdocs-catdocs-social-links {
  background-color: transparent;
}
/* line 679, ../sass/pages.scss */
#block-catdocs-catdocs-social-links .social-header {
  margin-bottom: 0.25em;
  color: white;
}
/* line 683, ../sass/pages.scss */
#block-catdocs-catdocs-social-links .social-icon {
  display: inline;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 683, ../sass/pages.scss */
  #block-catdocs-catdocs-social-links .social-icon {
    float: right;
  }
}
/* line 690, ../sass/pages.scss */
#block-catdocs-catdocs-social-links .social-icon.gplus a {
  background: url(../images/social-icons/google-plus.svg) no-repeat 50% 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
}
/* line 698, ../sass/pages.scss */
#block-catdocs-catdocs-social-links .social-icon.facebook a {
  background: url(../images/social-icons/facebook.svg) no-repeat 50% 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
}
/* line 706, ../sass/pages.scss */
#block-catdocs-catdocs-social-links .social-icon.twitter a {
  background: url(../images/social-icons/twitter.svg) no-repeat 50% 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
}
/* line 714, ../sass/pages.scss */
#block-catdocs-catdocs-social-links .social-icon.pinterest a {
  background: url(../images/social-icons/pinterest.svg) no-repeat 50% 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
}
/* line 722, ../sass/pages.scss */
#block-catdocs-catdocs-social-links .social-icon.scoopit a {
  background: url(../images/social-icons/scoopit.svg) no-repeat 50% 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
}
/* line 730, ../sass/pages.scss */
#block-catdocs-catdocs-social-links .social-icon.youtube a {
  background: url(../images/social-icons/youtube.svg) no-repeat 50% 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
}

/*
 * Basic elements
 */
/* line 747, ../sass/pages.scss */
html, body {
  font-family: proxima-nova, Arial, Helvetica, sans-serif, sans-serif;
  color: #333;
}

/* line 751, ../sass/pages.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: raleway, Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #0075B0;
  line-height: 1.2em;
  margin: 0 0 0.5em;
}

/* line 759, ../sass/pages.scss */
h2, h3 {
  color: #0075B0;
}

/* line 762, ../sass/pages.scss */
.block__title {
  margin-bottom: 0.5em;
}

/* line 766, ../sass/pages.scss */
strong {
  font-weight: bold;
}

/* line 769, ../sass/pages.scss */
em {
  font-style: italic;
}

/* line 773, ../sass/pages.scss */
table {
  margin: 0;
  width: 100%;
}
/* line 776, ../sass/pages.scss */
table th, table td {
  vertical-align: top;
  padding: 0.2em 0.25em;
}

/* line 781, ../sass/pages.scss */
p {
  margin: 0 0 0.5em;
}

/* line 784, ../sass/pages.scss */
.align-right {
  text-align: right;
}

/* line 787, ../sass/pages.scss */
.block {
  margin: 0;
}

/* line 790, ../sass/pages.scss */
ul {
  margin: 0.25em 0 0.25em 1.5em;
  padding: 0;
}

/* line 795, ../sass/pages.scss */
.sidebar .block {
  margin-bottom: 0;
  padding: 0;
  z-index: 1;
}
/* line 800, ../sass/pages.scss */
.sidebar .block .space-bottom {
  margin-bottom: 1.5rem;
}

/* line 804, ../sass/pages.scss */
.region-sidebar-second .block {
  margin-bottom: 2em;
}

/* line 807, ../sass/pages.scss */
.sidebar h2 {
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

/* line 815, ../sass/pages.scss */
#link-leader {
  margin-top: 1em;
}

/* line 821, ../sass/pages.scss */
.view .vbo-views-form fieldset.form-wrapper {
  margin-bottom: 1em;
}
/* line 825, ../sass/pages.scss */
.view .vbo-views-form tr.odd {
  background-color: rgba(144, 191, 220, 0.23);
}
/* line 828, ../sass/pages.scss */
.view .vbo-views-form tr.even {
  background-color: white;
}
/* line 832, ../sass/pages.scss */
.view .vbo-views-form .form-submit {
  display: inline;
  margin-right: 0.5em;
}
/* line 835, ../sass/pages.scss */
.view .vbo-views-form .form-submit:last-child {
  margin-right: 0;
}

/*
 * Debugging SASS breakpoints
 */
/* line 847, ../sass/pages.scss */
div.debug-widths-wrapper {
  margin: 1em 0;
}

/* line 850, ../sass/pages.scss */
div.debug-widths {
  color: black;
  display: none;
  padding: 0.25em 0.5em;
}
/* line 854, ../sass/pages.scss */
div.debug-widths h2 {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 480px) {
  /* line 858, ../sass/pages.scss */
  div.debug-widths.handhelds {
    background-color: blue;
    color: white;
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 865, ../sass/pages.scss */
  div.debug-widths.medium-screens {
    background-color: yellow;
    color: black;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 872, ../sass/pages.scss */
  div.debug-widths.smaller-screens {
    background-color: green;
    color: white;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 879, ../sass/pages.scss */
  div.debug-widths.tablets {
    background-color: orange;
    color: white;
    display: block;
  }
}

/*
 * Title area
 */
/* line 894, ../sass/pages.scss */
#title-area {
  max-width: 1020px;
  min-width: 320px;
  background-color: white;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding: 0 10px;
}
/* line 902, ../sass/pages.scss */
#title-area .region-title-area {
  max-width: 1020px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
}
/* line 907, ../sass/pages.scss */
#title-area .region-title-area h1 {
  margin: 0;
  padding: 0;
  font-size: 1.8em;
  line-height: 2em;
  font-family: raleway, Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
}
@media only screen and (max-width: 480px) {
  /* line 907, ../sass/pages.scss */
  #title-area .region-title-area h1 {
    line-height: 110%;
    padding: 0.25em 0;
  }
}

/*
 * Body
 */
/* line 929, ../sass/pages.scss */
body {
  background-color: white;
}

/* line 941, ../sass/pages.scss */
body.cke_show_borders {
  background-color: white;
}

/* line 945, ../sass/pages.scss */
.region-banner {
  margin-bottom: 1em;
  padding: 0 60px;
}

/* line 950, ../sass/pages.scss */
.field-collection-container {
  border: none;
  margin: 0 0 1em;
}

/* line 954, ../sass/pages.scss */
.field-collection-container .field-items .field-item {
  margin-bottom: 0;
}

/* line 957, ../sass/pages.scss */
.field-collection-view {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 962, ../sass/pages.scss */
ul.field-collection-view-links {
  display: none;
}

/* line 965, ../sass/pages.scss */
.action-links-field-collection-add {
  display: none;
}

/* line 970, ../sass/pages.scss */
.field-name-field-page-content .field-item .field-collection-item-field-page-content .field-group-div {
  display: none;
}

/* line 973, ../sass/pages.scss */
.field-name-field-page-content .field-item .field-collection-item-field-page-content.no-hide .field-group-div {
  display: block;
}

/* line 976, ../sass/pages.scss */
.field-name-field-page-content .field-item .field-collection-item-field-page-content .field-group-div.showme {
  display: block;
}

/* line 981, ../sass/pages.scss */
.flex-direction-nav a:before {
  content: none !important;
}

/* line 984, ../sass/pages.scss */
.flex-direction-nav a {
  width: 54px;
  height: 54px;
  top: 50% !important;
}

/* line 990, ../sass/pages.scss */
.flex-next {
  background-position: 54px;
}

/* line 993, ../sass/pages.scss */
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
  opacity: 0.5;
}

/* line 997, ../sass/pages.scss */
.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
  opacity: 1;
}

/* line 1001, ../sass/pages.scss */
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-prev:hover {
  left: 40px !important;
}

/* line 1005, ../sass/pages.scss */
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-next:hover {
  right: 40px !important;
}

@media only screen and (max-width: 767px) {
  background-image: url(images/nav/slidenav-mobile.png);
  /* line 1011, ../sass/pages.scss */
  .flex-direction-nav a {
    top: 5%;
    width: 20px;
    height: 20px;
  }
}
/*
 * Tweets
 */
/* line 1026, ../sass/pages.scss */
#block-views-tweets-block h2 {
  text-align: left;
}
/* line 1030, ../sass/pages.scss */
#block-views-tweets-block .view-id-tweets.view-display-id-block ul {
  list-style-type: none;
  padding: 0;
}
/* line 1033, ../sass/pages.scss */
#block-views-tweets-block .view-id-tweets.view-display-id-block ul li {
  list-style-type: none;
  margin-bottom: 1em;
}
/* line 1036, ../sass/pages.scss */
#block-views-tweets-block .view-id-tweets.view-display-id-block ul li.views-row-last {
  margin-bottom: 0;
}
/* line 1041, ../sass/pages.scss */
#block-views-tweets-block .view-id-tweets.view-display-id-block .more-link a {
  padding: 0.1em 0.5em 0.1em;
  color: white;
  background-color: #0075B0;
  border-radius: 0.5em;
  font-size: 0.85em;
  line-height: 1em;
  cursor: pointer;
  text-decoration: none;
}
/* line 78, ../sass/partials/_custom.scss */
#block-views-tweets-block .view-id-tweets.view-display-id-block .more-link a:hover {
  text-decoration: none;
}

/* line 1048, ../sass/pages.scss */
.view-id-tweets.view-display-id-page_all_tweets .views-field-profile-image-url {
  padding-right: 10px;
}

/*
 * Contact Us
 */
/* line 1059, ../sass/pages.scss */
article.contact-us h3 {
  font-size: 1.4em;
  margin-bottom: 0.2em;
}
/* line 1062, ../sass/pages.scss */
article.contact-us h3 .parenthetical {
  font-size: 0.9em;
  font-weight: 300;
}

/* line 1068, ../sass/pages.scss */
#block-formblock-contact-site {
  margin-top: 1em;
}

/* line 1071, ../sass/pages.scss */
#contact-site-form {
  margin-bottom: 2em;
}

/*
 * Taxonomy terms page
 */
/* line 1083, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row {
  margin-bottom: 3em;
}
@media only screen and (max-width: 480px) {
  /* line 1083, ../sass/pages.scss */
  .view-id-taxonomy_term.view-display-id-page .views-row {
    margin-bottom: 1em;
  }
}
/* line 1089, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row .sc-title .content-type {
  display: inline-block;
  margin-right: 10px;
  background-color: #988F86;
}
/* line 1093, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row .sc-title .content-type .inner {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: white;
  padding: 0.25rem;
  text-align: center;
  width: 50px;
}
/* line 1105, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row article.node-blog .sc-title .content-type {
  border-top: 10px solid #0075B0;
}
/* line 1110, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row article.node-news .sc-title .content-type {
  border-top: 10px solid #E37222;
}
/* line 1115, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row article.node-shared-content .sc-title .content-type {
  border-top: 10px solid #58A618;
}
/* line 1119, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row .cats {
  margin-bottom: 0.5rem;
}
/* line 1122, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row .byline, .view-id-taxonomy_term.view-display-id-page .views-row .cats {
  font-size: 0.9em;
  font-style: italic;
}
/* line 1126, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row .field-type-taxonomy-term-reference {
  display: inline;
}
/* line 1128, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row .field-type-taxonomy-term-reference .field-items {
  display: inline;
}
/* line 1130, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row .field-type-taxonomy-term-reference .field-items .field-item {
  display: inline;
}
/* line 1132, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row .field-type-taxonomy-term-reference .field-items .field-item:not(:last-child) {
  padding-right: 0.5em;
}
/* line 1138, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row .read-more {
  text-align: right;
}
/* line 1140, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row .read-more a {
  color: #a1cce1;
  background-color: #0075B0;
  padding: 5px 10px;
  border: 1px solid 0.5em;
  border-radius: 0.5em;
  font-size: 0.8em;
}
/* line 1147, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row .read-more a:after {
  color: #a1cce1;
  font-family: "FontAwesome";
  font-size: 0.8em;
  content: "";
  margin-left: 0.5em;
  text-align: right;
}
/* line 1155, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row .read-more a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 1158, ../sass/pages.scss */
.view-id-taxonomy_term.view-display-id-page .views-row .read-more a:hover:after {
  color: #fff;
}

/* line 1180, ../sass/pages.scss */
body.device-iphone ul.links.inline,
body.device-ipad ul.links.inline {
  display: none;
}
/* line 1183, ../sass/pages.scss */
body.device-iphone a.print-page.share-area,
body.device-ipad a.print-page.share-area {
  display: none;
}

@media only screen and (max-width: 767px) {
  /* line 1189, ../sass/pages.scss */
  iframe.youtube1 {
    width: 300px !important;
    height: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1195, ../sass/pages.scss */
  iframe.youtube2 {
    width: 300px !important;
    height: 225px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1201, ../sass/pages.scss */
  iframe.youtube6 {
    width: 300px !important;
    height: 204px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1207, ../sass/pages.scss */
  iframe.youtube7 {
    width: 300px !important;
    height: 245px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1214, ../sass/pages.scss */
  iframe.cinchcast1 {
    width: 300px !important;
    height: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1220, ../sass/pages.scss */
  iframe.cinchcast2 {
    width: 300px !important;
    height: 277px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1226, ../sass/pages.scss */
  iframe.cinchcast3 {
    width: 300px !important;
    height: 75px !important;
  }
}

/* line 1238, ../sass/pages.scss */
h1 {
  font-size: 200%;
  line-height: 120%;
  text-align: center;
}

/* line 1242, ../sass/pages.scss */
.ImageBlockRight {
  float: right;
}

/* line 1245, ../sass/pages.scss */
.ImageBlockLeft {
  float: left;
}

/* line 1248, ../sass/pages.scss */
.ImageBlock {
  max-width: 100%;
  overflow: hidden;
}

/* line 1254, ../sass/pages.scss */
.node-page .field-name-body table {
  width: 80%;
}
/* line 1257, ../sass/pages.scss */
.node-page .field-name-body img {
  margin: 8px 12px;
}
/* line 1261, ../sass/pages.scss */
.node-page .blogItItem {
  border-bottom: 1px solid #cccccc;
  margin: 18px 0;
}
/* line 1265, ../sass/pages.scss */
.node-page .blogItItem .blogItThumbnail {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  max-width: 150px;
}
/* line 1270, ../sass/pages.scss */
.node-page .blogItItem .blogItThumbnail img {
  max-width: none;
  width: 150px;
  margin-left: 0;
  margin-top: 0;
}
/* line 1277, ../sass/pages.scss */
.node-page .blogItItem .blogItReadMore {
  clear: both;
}
/* line 1280, ../sass/pages.scss */
.node-page h2, .node-page h3, .node-page h4 {
  text-align: center;
}
/* line 1283, ../sass/pages.scss */
.node-page h3 {
  font-size: 125%;
  line-height: 150%;
}

/* line 1288, ../sass/pages.scss */
#reality-tv {
  margin-left: 12px;
}

/* line 1291, ../sass/pages.scss */
.CalloutBox {
  background-color: #660000;
  border: 2px dotted #cc9966;
  color: #ffffcc;
  margin: 18px auto 24px;
  padding: 4px;
  width: 85%;
}
/* line 1298, ../sass/pages.scss */
.CalloutBox p {
  margin: 1em;
}

/* line 1309, ../sass/pages.scss */
#block-catdocs-catdocs-wd-ot-products #ask-a-question {
  margin-bottom: 30px;
  /*Flex items*/
}
/* line 1311, ../sass/pages.scss */
#block-catdocs-catdocs-wd-ot-products #ask-a-question ul, #block-catdocs-catdocs-wd-ot-products #ask-a-question li {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
/* line 1317, ../sass/pages.scss */
#block-catdocs-catdocs-wd-ot-products #ask-a-question p.methods {
  margin-bottom: 1em;
  font-style: italic;
  font-size: 0.9em;
}
/* line 1324, ../sass/pages.scss */
#block-catdocs-catdocs-wd-ot-products #ask-a-question .list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
/* line 1329, ../sass/pages.scss */
#block-catdocs-catdocs-wd-ot-products #ask-a-question .list-item {
  display: flex;
  padding: 1%;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media all and (min-width: 480px) {
  /* line 1337, ../sass/pages.scss */
  #block-catdocs-catdocs-wd-ot-products #ask-a-question .list-item {
    width: 48%;
  }
}
@media all and (min-width: 768px) {
  /* line 1342, ../sass/pages.scss */
  #block-catdocs-catdocs-wd-ot-products #ask-a-question .list-item {
    width: 31.33%;
  }
}
/* line 1346, ../sass/pages.scss */
#block-catdocs-catdocs-wd-ot-products #ask-a-question .list-content {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;
  padding: 0.5em;
  width: 100%;
  box-sizing: border-box;
}
/* line 1355, ../sass/pages.scss */
#block-catdocs-catdocs-wd-ot-products #ask-a-question .list-content h3 {
  color: black;
}
/* line 1358, ../sass/pages.scss */
#block-catdocs-catdocs-wd-ot-products #ask-a-question .list-content div {
  flex: 1 0 auto;
  margin-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
}
/* line 1363, ../sass/pages.scss */
#block-catdocs-catdocs-wd-ot-products #ask-a-question .list-content div.info {
  height: 3em;
}
/* line 1366, ../sass/pages.scss */
#block-catdocs-catdocs-wd-ot-products #ask-a-question .list-content div.price {
  font-weight: bold;
}
/* line 1369, ../sass/pages.scss */
#block-catdocs-catdocs-wd-ot-products #ask-a-question .list-content div.link {
  margin-bottom: 0;
}
/* line 1371, ../sass/pages.scss */
#block-catdocs-catdocs-wd-ot-products #ask-a-question .list-content div.link a {
  padding: 0.1em 0.5em 0.1em;
  color: white;
  background-color: #0075B0;
  border-radius: 0.5em;
  font-size: 0.85em;
  line-height: 1em;
  cursor: pointer;
  text-decoration: none;
}
/* line 78, ../sass/partials/_custom.scss */
#block-catdocs-catdocs-wd-ot-products #ask-a-question .list-content div.link a:hover {
  text-decoration: none;
}

/* line 1386, ../sass/pages.scss */
article.node-page.home-page h2:first-child {
  margin-top: 0;
}
/* line 1390, ../sass/pages.scss */
article.node-page.home-page .paragraphs-items-field-page-sections .field-name-field-ps-subtitle {
  margin-bottom: 0.5em;
}
/* line 1393, ../sass/pages.scss */
article.node-page.home-page .paragraphs-items-field-page-sections .field-name-field-ps-image .field-item img {
  border: none;
  padding: 0;
}
/* line 1397, ../sass/pages.scss */
article.node-page.home-page .paragraphs-items-field-page-sections .field-name-field-ps-block {
  margin-top: 2em;
}

/* line 1404, ../sass/pages.scss */
#block-nodeblock-1249,
#block-nodeblock-1251 {
  margin-top: 0.5em;
}
/* line 1407, ../sass/pages.scss */
#block-nodeblock-1249 span.addtoany_list,
#block-nodeblock-1251 span.addtoany_list {
  display: none;
}

/* line 1414, ../sass/pages.scss */
.view-id-testimonials.view-display-id-block {
  border: 1px solid #bfbfbf;
  border-radius: 0.5em;
  padding: 1em 2em;
}

/* line 1419, ../sass/pages.scss */
#edit-field-tes-quote-und-0-format {
  display: none;
}

/* line 1430, ../sass/pages.scss */
#rest-test .resttest {
  color: #333;
}
@media only screen and (max-width: 480px) {
  /* line 1432, ../sass/pages.scss */
  #rest-test .resttest.handhelds {
    color: green;
    font-weight: bold;
  }
}
@media only screen and (min-width: 480px) {
  /* line 1438, ../sass/pages.scss */
  #rest-test .resttest.not-handhelds {
    color: green;
    font-weight: bold;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 1444, ../sass/pages.scss */
  #rest-test .resttest.medium-screens {
    color: green;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1450, ../sass/pages.scss */
  #rest-test .resttest.smaller-screens {
    color: green;
    font-weight: bold;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1456, ../sass/pages.scss */
  #rest-test .resttest.tablets {
    color: green;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1462, ../sass/pages.scss */
  #rest-test .resttest.not-tablets {
    color: green;
    font-weight: bold;
  }
}
@media only screen and (min-width: 1150px) {
  /* line 1468, ../sass/pages.scss */
  #rest-test .resttest.max-desktop {
    color: green;
    font-weight: bold;
  }
}

/* line 1483, ../sass/pages.scss */
#catdoc-linkblock-admin-settings .section {
  padding: 0.25em 0.5em;
  font-weight: bold;
  color: white;
  background-color: #E37222;
  width: 220px;
}
/* line 1489, ../sass/pages.scss */
#catdoc-linkblock-admin-settings .section:not(:first-child) {
  margin-top: 1em;
}
/* line 1494, ../sass/pages.scss */
#catdoc-linkblock-admin-settings .form-item label {
  display: inline;
}
/* line 1497, ../sass/pages.scss */
#catdoc-linkblock-admin-settings .form-item input {
  width: 75%;
}
/* line 1501, ../sass/pages.scss */
#catdoc-linkblock-admin-settings .bottom {
  margin-top: 2em;
  font-style: italic;
}

/* line 1518, ../sass/pages.scss */
#block-catdocs-catdocs-readmore,
#block-catdocs-catdocs-readmore--1,
#block-catdocs-catdocs-readmore--2,
#block-catdocs-catdocs-readmore--3,
#block-catdocs-catdocs-readmore--4 {
  margin: 1em auto 0;
  border-top: 1px dotted #ccc;
  max-width: 1020px;
  min-width: 320px;
  padding: 1em 10px 10px;
}
/* line 1528, ../sass/pages.scss */
#block-catdocs-catdocs-readmore h2,
#block-catdocs-catdocs-readmore--1 h2,
#block-catdocs-catdocs-readmore--2 h2,
#block-catdocs-catdocs-readmore--3 h2,
#block-catdocs-catdocs-readmore--4 h2 {
  margin-bottom: 0;
  color: black;
  text-align: center;
  font-size: 25.6px;
}

/* line 1536, ../sass/pages.scss */
.paragraphs-items-field-sc-readmore,
.paragraphs-items-field-rm-similar {
  margin-top: 1em;
}
/* line 1539, ../sass/pages.scss */
.paragraphs-items-field-sc-readmore .field-label,
.paragraphs-items-field-rm-similar .field-label {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.44em;
  margin-bottom: 0.5em;
}
/* line 1544, ../sass/pages.scss */
.paragraphs-items-field-sc-readmore div.field-name-field-sc-readmore > div.field-items,
.paragraphs-items-field-sc-readmore div.field-name-field-rm-similar > div.field-items,
.paragraphs-items-field-rm-similar div.field-name-field-sc-readmore > div.field-items,
.paragraphs-items-field-rm-similar div.field-name-field-rm-similar > div.field-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
/* line 1550, ../sass/pages.scss */
.paragraphs-items-field-sc-readmore div.field-name-field-sc-readmore > div.field-items > .field-item,
.paragraphs-items-field-sc-readmore div.field-name-field-rm-similar > div.field-items > .field-item,
.paragraphs-items-field-rm-similar div.field-name-field-sc-readmore > div.field-items > .field-item,
.paragraphs-items-field-rm-similar div.field-name-field-rm-similar > div.field-items > .field-item {
  flex: 0 0 220px;
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  /* line 1550, ../sass/pages.scss */
  .paragraphs-items-field-sc-readmore div.field-name-field-sc-readmore > div.field-items > .field-item,
  .paragraphs-items-field-sc-readmore div.field-name-field-rm-similar > div.field-items > .field-item,
  .paragraphs-items-field-rm-similar div.field-name-field-sc-readmore > div.field-items > .field-item,
  .paragraphs-items-field-rm-similar div.field-name-field-rm-similar > div.field-items > .field-item {
    text-align: center;
    flex: none;
    max-width: 220px;
    margin: 0 auto;
  }
  /* line 1558, ../sass/pages.scss */
  .paragraphs-items-field-sc-readmore div.field-name-field-sc-readmore > div.field-items > .field-item:not(:last-child),
  .paragraphs-items-field-sc-readmore div.field-name-field-rm-similar > div.field-items > .field-item:not(:last-child),
  .paragraphs-items-field-rm-similar div.field-name-field-sc-readmore > div.field-items > .field-item:not(:last-child),
  .paragraphs-items-field-rm-similar div.field-name-field-rm-similar > div.field-items > .field-item:not(:last-child) {
    padding-bottom: 0.5em;
    margin-bottom: 1em;
  }
}
/* line 1567, ../sass/pages.scss */
.paragraphs-items-field-sc-readmore div.field-name-field-sc-readmore > div.field-items > .field-item .field-name-field-rml-title,
.paragraphs-items-field-sc-readmore div.field-name-field-rm-similar > div.field-items > .field-item .field-name-field-rml-title,
.paragraphs-items-field-rm-similar div.field-name-field-sc-readmore > div.field-items > .field-item .field-name-field-rml-title,
.paragraphs-items-field-rm-similar div.field-name-field-rm-similar > div.field-items > .field-item .field-name-field-rml-title {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
/* line 1572, ../sass/pages.scss */
.paragraphs-items-field-sc-readmore div.field-name-field-sc-readmore > div.field-items > .field-item .field-name-field-rml-teaser,
.paragraphs-items-field-sc-readmore div.field-name-field-rm-similar > div.field-items > .field-item .field-name-field-rml-teaser,
.paragraphs-items-field-rm-similar div.field-name-field-sc-readmore > div.field-items > .field-item .field-name-field-rml-teaser,
.paragraphs-items-field-rm-similar div.field-name-field-rm-similar > div.field-items > .field-item .field-name-field-rml-teaser {
  font-size: 0.9em;
  line-height: 1.08em;
}
/* line 1578, ../sass/pages.scss */
.paragraphs-items-field-sc-readmore div.field-name-field-sc-readmore > div.field-items > .field-item .field-item,
.paragraphs-items-field-sc-readmore div.field-name-field-rm-similar > div.field-items > .field-item .field-item,
.paragraphs-items-field-rm-similar div.field-name-field-sc-readmore > div.field-items > .field-item .field-item,
.paragraphs-items-field-rm-similar div.field-name-field-rm-similar > div.field-items > .field-item .field-item {
  flex: 0 1 auto;
}
@media only screen and (max-width: 480px) {
  /* line 1544, ../sass/pages.scss */
  .paragraphs-items-field-sc-readmore div.field-name-field-sc-readmore > div.field-items,
  .paragraphs-items-field-sc-readmore div.field-name-field-rm-similar > div.field-items,
  .paragraphs-items-field-rm-similar div.field-name-field-sc-readmore > div.field-items,
  .paragraphs-items-field-rm-similar div.field-name-field-rm-similar > div.field-items {
    display: block;
  }
}

/* line 1592, ../sass/pages.scss */
#block-fieldblock-node-page-default-field-sc-readmore--2 h2,
#block-fieldblock-node-page-default-field-sc-readmore h2 {
  text-align: center;
  font-size: 1.25em;
  line-height: 1.5em;
}

/* line 1599, ../sass/pages.scss */
.region-sidebar-second #block-fieldblock-node-page-default-field-sc-readmore--2 h2 {
  text-transform: none;
}
/* line 1602, ../sass/pages.scss */
.region-sidebar-second #block-fieldblock-node-page-default-field-sc-readmore--2 .field-items {
  display: block;
}
/* line 1604, ../sass/pages.scss */
.region-sidebar-second #block-fieldblock-node-page-default-field-sc-readmore--2 .field-items .field-item:not(:last-child) {
  text-align: center;
  width: 200px;
  flex: none;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
/* line 1611, ../sass/pages.scss */
.region-sidebar-second #block-fieldblock-node-page-default-field-sc-readmore--2 .field-items .field-item:not(:last-child) .field-item {
  width: auto;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/* line 1625, ../sass/pages.scss */
#edit-field-page-sections .field-name-field-ps-img-size .form-type-radios,
#edit-field-page-sections .field-name-field-ps-placement .form-type-radios {
  clear: both;
}
/* line 1628, ../sass/pages.scss */
#edit-field-page-sections .field-name-field-ps-img-size .form-type-radios .form-type-radio,
#edit-field-page-sections .field-name-field-ps-placement .form-type-radios .form-type-radio {
  float: left;
  margin-right: 6px;
}
/* line 1633, ../sass/pages.scss */
#edit-field-page-sections .field-name-field-ps-text,
#edit-field-page-sections field-name-field-ps-block {
  margin-top: 1em;
}
/* line 1637, ../sass/pages.scss */
#edit-field-page-sections .field-name-field-ps-class {
  clear: both;
  margin-top: 3em;
}
/* line 1641, ../sass/pages.scss */
#edit-field-page-sections .field-name-field-ps-placement,
#edit-field-page-sections .field-name-field-ps-image {
  margin-top: 1em;
}
/* line 1645, ../sass/pages.scss */
#edit-field-page-sections .field-name-field-ps-text .filter-wrapper {
  display: none;
}

/* line 1650, ../sass/pages.scss */
#edit-field-sc-readmore-und-0-field-rml-teaser-und-0-format,
#edit-field-sc-readmore-und-1-field-rml-teaser-und-0-format {
  display: none;
}

/* line 1655, ../sass/pages.scss */
.filter-wrapper {
  display: none;
}

/*# sourceMappingURL=pages.css.map */
