@charset "UTF-8";
/****** BEYOND DESIGNS MIXINS **/
/*** Fonts **/
/*** End of Beyond Designs Mixins **/
/*over ride text color */
/*** old web colors **/
/*for gray text*/
/*34495e*/
@import url("https://fonts.googleapis.com/css2?family=Dekko&family=Laila:wght@300;400;600&family=El+Messiri:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fauna+One");
@import url(//fonts.googleapis.com/earlyaccess/notokufiarabic.css);
/* line 1, ../sass/comp/_header.scss */
#navbar-top {
  background: transparent !important;
  padding: 0;
}

/* line 8, ../sass/comp/_header.scss */
#header .dropdown-toggle::after {
  vertical-align: 0;
}
/* line 12, ../sass/comp/_header.scss */
#header .navbar-expand-lg {
  padding: 0;
  background: #fd6a20;
}
/* line 16, ../sass/comp/_header.scss */
#header .menu--main {
  width: 100%;
  padding: 0 10px;
}
/* line 22, ../sass/comp/_header.scss */
#header .menu--main .menu-item--expanded:hover .dropdown-menu {
  display: block;
}
/* line 27, ../sass/comp/_header.scss */
#header .menu--main > ul {
  padding: 0;
}
/* line 29, ../sass/comp/_header.scss */
#header .menu--main > ul > li {
  padding: 0;
  color: #ffffff;
}
/* line 32, ../sass/comp/_header.scss */
#header .menu--main > ul > li > a, #header .menu--main > ul > li > span {
  color: #ffffff;
  padding: 10px 0;
  font-size: 18px;
  display: inline-block;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 32, ../sass/comp/_header.scss */
  #header .menu--main > ul > li > a, #header .menu--main > ul > li > span {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 740px) {
  /* line 41, ../sass/comp/_header.scss */
  #header .menu--main > ul > li > a:after, #header .menu--main > ul > li > span:after {
    content: ' | ';
    padding: 0 10px;
    border: none;
  }
}
/* line 52, ../sass/comp/_header.scss */
#header .menu--main > ul > li:last-child > a:after, #header .menu--main > ul > li:last-child > span:after {
  content: '';
  padding: 0 0px;
  border: none;
}
@media screen and (min-width: 800px) {
  /* line 59, ../sass/comp/_header.scss */
  #header .menu--main > ul > li .dropdown-menu {
    background: #262526;
    top: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  /* line 64, ../sass/comp/_header.scss */
  [dir="rtl"] #header .menu--main > ul > li .dropdown-menu {
    text-align: right;
    right: 0;
    left: auto;
  }
  /* line 69, ../sass/comp/_header.scss */
  #header .menu--main > ul > li .dropdown-menu li {
    background: none !important;
  }
  /* line 71, ../sass/comp/_header.scss */
  #header .menu--main > ul > li .dropdown-menu li a {
    color: #ffffff;
  }
  /* line 73, ../sass/comp/_header.scss */
  #header .menu--main > ul > li .dropdown-menu li a.active {
    color: #ffffff;
  }
  /* line 76, ../sass/comp/_header.scss */
  #header .menu--main > ul > li .dropdown-menu li a:hover {
    color: #fd6a20;
    background: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 59, ../sass/comp/_header.scss */
  #header .menu--main > ul > li .dropdown-menu {
    top: 35px;
  }
}
@media screen and (max-width: 740px) {
  /* line 94, ../sass/comp/_header.scss */
  #header .menu--main > ul > li.dropdown > a:after, #header .menu--main > ul > li.dropdown > span:after {
    content: ' + ';
    padding: 0 10px;
    border: none;
  }
  /* line 103, ../sass/comp/_header.scss */
  #header .menu--main > ul > li.dropdown.show > a:after, #header .menu--main > ul > li.dropdown.show > span:after {
    content: ' - ';
    padding: 0 10px;
    border: none;
  }
}

/* line 117, ../sass/comp/_header.scss */
span.navbar-toggler-icon:after {
  content: '☰';
  color: #ffffff;
  line-height: 1.5;
}

/* line 126, ../sass/comp/_header.scss */
.lang-switcher-block .links-inline {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
/* line 131, ../sass/comp/_header.scss */
.lang-switcher-block .links-inline span {
  padding-left: 0;
  padding-right: 0;
}
/* line 134, ../sass/comp/_header.scss */
.lang-switcher-block .links-inline span.is-active {
  display: none;
}
/* line 137, ../sass/comp/_header.scss */
.lang-switcher-block .links-inline span a.language-link {
  background: #fd6a20;
  display: inline-block;
  padding: 10px;
  position: relative;
  margin: 0 2px;
  min-width: 36px;
  color: #ffffff;
}
@media screen and (min-width: 740px) {
  /* line 137, ../sass/comp/_header.scss */
  .lang-switcher-block .links-inline span a.language-link {
    top: -20px;
    padding-top: 20px;
  }
}
/* line 149, ../sass/comp/_header.scss */
.lang-switcher-block .links-inline span a.language-link:hover {
  color: #262526;
}

/* line 157, ../sass/comp/_header.scss */
.social-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 740px) {
  /* line 157, ../sass/comp/_header.scss */
  .social-menu {
    position: relative;
  }
}
/* line 166, ../sass/comp/_header.scss */
.social-menu .social-icon {
  display: inline-block;
}
/* line 168, ../sass/comp/_header.scss */
.social-menu .social-icon a {
  display: inline-block;
  font-size: 0;
  margin: 0 10px;
  filter: grayscale(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 174, ../sass/comp/_header.scss */
.social-menu .social-icon a:before {
  font-family: FontAwesome;
  font-size: 30px;
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: 100%;
  background-repeat: no-repeat;
  content: '.';
  font-size: 0;
  background-position: center;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 174, ../sass/comp/_header.scss */
  .social-menu .social-icon a:before {
    font-size: 1.2vw;
  }
}
/* line 190, ../sass/comp/_header.scss */
.social-menu .social-icon a.facebook-link {
  color: #3f67b1;
}
/* line 192, ../sass/comp/_header.scss */
.social-menu .social-icon a.facebook-link:before {
  background-image: url("../images/facebook.png");
}
/* line 197, ../sass/comp/_header.scss */
.social-menu .social-icon a.twitter-link {
  color: #3bbded;
}
/* line 199, ../sass/comp/_header.scss */
.social-menu .social-icon a.twitter-link:before {
  background-image: url("../images/twitter1.png");
}
/* line 204, ../sass/comp/_header.scss */
.social-menu .social-icon a.youtube-link {
  color: #e8252d;
}
/* line 206, ../sass/comp/_header.scss */
.social-menu .social-icon a.youtube-link:before {
  background-image: url("../images/youtube1.png");
}
/* line 211, ../sass/comp/_header.scss */
.social-menu .social-icon a.newsletter-link {
  color: #000000;
}
/* line 213, ../sass/comp/_header.scss */
.social-menu .social-icon a.newsletter-link:before {
  background-image: url("../images/newsletter.png");
}
/* line 217, ../sass/comp/_header.scss */
.social-menu .social-icon a.newsletter-link.orange:before {
  background-image: url("../images/newsletter-o.png");
}
/* line 222, ../sass/comp/_header.scss */
.social-menu .social-icon a:hover {
  filter: grayscale(0);
}
/* line 228, ../sass/comp/_header.scss */
.social-menu .contact-icon a {
  display: inline-block;
  margin-top: 15px;
  font-size: 15px;
  color: #fd6a20;
  font-weight: bold;
  position: relative;
  top: 3px;
  padding: 0 5px;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 228, ../sass/comp/_header.scss */
  .social-menu .contact-icon a {
    font-size: 0.9vw;
  }
}
/* line 240, ../sass/comp/_header.scss */
.social-menu .contact-icon a:hover {
  color: #fd6a20;
  border-bottom: 1px solid #fd6a20;
}

/* line 249, ../sass/comp/_header.scss */
[dir="ltr"] .join-link-block {
  text-align: right;
}
/* line 252, ../sass/comp/_header.scss */
[dir="rtl"] .join-link-block {
  text-align: left;
}
/* line 255, ../sass/comp/_header.scss */
.join-link-block a {
  color: #fd6a20;
}
/* line 257, ../sass/comp/_header.scss */
.join-link-block a:hover {
  color: #262526;
}

/* line 264, ../sass/comp/_header.scss */
.search-block-form .content {
  width: 100%;
}
/* line 266, ../sass/comp/_header.scss */
.search-block-form .content fieldset {
  width: 100%;
}

/* line 271, ../sass/comp/_header.scss */
.search-form {
  position: relative;
}
@media screen and (min-width: 740px) {
  /* line 273, ../sass/comp/_header.scss */
  .search-form .form-search {
    width: 100%;
  }
  /* line 276, ../sass/comp/_header.scss */
  [dir="ltr"] .search-form .form-search {
    float: right;
  }
  /* line 279, ../sass/comp/_header.scss */
  [dir="rtl"] .search-form .form-search {
    float: left;
  }
}
/* line 286, ../sass/comp/_header.scss */
.search-form .form-actions:after {
  content: '\f002';
  font-family: fontAwesome;
  position: absolute;
  top: 10px;
  width: 40px;
  height: 40px;
  z-index: 1;
  color: #262526;
  font-size: 0;
  background: url("../images/search-icon.png") 0 0 no-repeat;
  background-size: 20px;
  background-position: center;
  top: 3px;
}
/* line 300, ../sass/comp/_header.scss */
[dir="ltr"] .search-form .form-actions:after {
  right: 10px;
}
/* line 303, ../sass/comp/_header.scss */
[dir="rtl"] .search-form .form-actions:after {
  left: 10px;
}
/* line 309, ../sass/comp/_header.scss */
.search-form .form-actions .form-submit {
  position: absolute;
  top: 4px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  font-size: 0;
  z-index: 2;
}
/* line 312, ../sass/comp/_header.scss */
[dir="ltr"] .search-form .form-actions .form-submit {
  right: 10px;
}
/* line 315, ../sass/comp/_header.scss */
[dir="rtl"] .search-form .form-actions .form-submit {
  left: 10px;
}

@media screen and (max-width: 740px) {
  /* line 331, ../sass/comp/_header.scss */
  [dir="rtl"] #header .menu--main .menu-item--expanded:hover .dropdown-menu {
    text-align: right;
  }
}
@media screen and (max-width: 740px) {
  /* line 339, ../sass/comp/_header.scss */
  #header .main-menu-area .wrapper {
    width: 100%;
    background: #262526;
  }
  /* line 344, ../sass/comp/_header.scss */
  #header .main-menu-area .wrapper ul li a {
    display: inline;
  }
  /* line 347, ../sass/comp/_header.scss */
  #header .main-menu-area .wrapper ul li ul {
    background: #262526;
  }
}
/* line 2, ../sass/comp/_footer.scss */
footer .site-footer__top {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}
@media screen and (min-width: 740px) {
  /* line 2, ../sass/comp/_footer.scss */
  footer .site-footer__top {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 2, ../sass/comp/_footer.scss */
  footer .site-footer__top {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 2, ../sass/comp/_footer.scss */
  footer .site-footer__top {
    width: 96%;
  }
}
/* line 5, ../sass/comp/_footer.scss */
footer .region-footer-first {
  width: 100% !important;
}
/* line 10, ../sass/comp/_footer.scss */
footer .footer-menu-block .no-footer {
  display: none;
}
/* line 13, ../sass/comp/_footer.scss */
footer .footer-menu-block > ul {
  width: 100%;
  display: block;
}
@media screen and (min-width: 740px) {
  /* line 13, ../sass/comp/_footer.scss */
  footer .footer-menu-block > ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
  }
}
/* line 23, ../sass/comp/_footer.scss */
footer .footer-menu-block > ul > li {
  clear: none;
  margin: 0;
}
/* line 26, ../sass/comp/_footer.scss */
footer .footer-menu-block > ul > li > a, footer .footer-menu-block > ul > li > span {
  color: #ffffff;
}
/* line 29, ../sass/comp/_footer.scss */
footer .footer-menu-block > ul > li > a a, footer .footer-menu-block > ul > li > span a {
  color: #ffffff;
}
/* line 32, ../sass/comp/_footer.scss */
footer .footer-menu-block > ul > li > a:after, footer .footer-menu-block > ul > li > span:after {
  display: none;
}
/* line 36, ../sass/comp/_footer.scss */
footer .footer-menu-block > ul > li ul {
  background: none;
  display: block;
  border: none;
  padding: 0;
}
/* line 41, ../sass/comp/_footer.scss */
footer .footer-menu-block > ul > li ul li {
  margin: 0;
  padding: 0;
}
/* line 44, ../sass/comp/_footer.scss */
footer .footer-menu-block > ul > li ul li:hover {
  background: none;
}
/* line 47, ../sass/comp/_footer.scss */
footer .footer-menu-block > ul > li ul li a {
  color: #ddd;
}
/* line 49, ../sass/comp/_footer.scss */
footer .footer-menu-block > ul > li ul li a:hover {
  color: #ffffff;
}

/* line 60, ../sass/comp/_footer.scss */
.site-footer .block {
  border: none;
}

/* line 2, ../sass/comp/pages/_front.scss */
.path-frontpage #block-beyond-designs-page-title,
.path-frontpage #block-beyond-designs-addameer-system-main {
  display: none;
}
/* line 7, ../sass/comp/pages/_front.scss */
.path-frontpage #main-wrapper,
.path-frontpage #main,
.path-frontpage #content {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 740px) {
  /* line 14, ../sass/comp/pages/_front.scss */
  .path-frontpage .highlighted .flexslider {
    background: black;
    background: black;
  }
}
/* line 19, ../sass/comp/pages/_front.scss */
.path-frontpage .highlighted .container-fluid {
  padding: 0;
}
/* line 23, ../sass/comp/pages/_front.scss */
.path-frontpage .highlighted .container-fluid .slider .slides li {
  position: relative;
}
/* line 28, ../sass/comp/pages/_front.scss */
.path-frontpage .highlighted .container-fluid .slider .slides li .flex-caption {
  width: 100%;
  color: #ffffff;
  padding: 25px;
  height: 100%;
  font-size: 1.1vw;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 740px) {
  /* line 28, ../sass/comp/pages/_front.scss */
  .path-frontpage .highlighted .container-fluid .slider .slides li .flex-caption {
    background: black;
    background: black;
  }
}
@media screen and (max-width: 740px) {
  /* line 28, ../sass/comp/pages/_front.scss */
  .path-frontpage .highlighted .container-fluid .slider .slides li .flex-caption {
    font-size: 12px;
  }
  /* line 39, ../sass/comp/pages/_front.scss */
  .path-frontpage .highlighted .container-fluid .slider .slides li .flex-caption .slider-body,
  .path-frontpage .highlighted .container-fluid .slider .slides li .flex-caption .slider-date {
    display: none;
  }
}
/* line 46, ../sass/comp/pages/_front.scss */
.path-frontpage .highlighted .container-fluid .slider .slides li .flex-caption a {
  color: #fd6a20;
  color: #ffffff;
}
@media screen and (min-width: 740px) {
  /* line 28, ../sass/comp/pages/_front.scss */
  .path-frontpage .highlighted .container-fluid .slider .slides li .flex-caption {
    position: absolute;
    width: 50%;
    top: 0;
    background: black;
    background: rgba(0, 0, 0, 0.6);
    color: white;
  }
  /* line 56, ../sass/comp/pages/_front.scss */
  [dir="ltr"] .path-frontpage .highlighted .container-fluid .slider .slides li .flex-caption {
    right: 0;
  }
  /* line 59, ../sass/comp/pages/_front.scss */
  [dir="rtl"] .path-frontpage .highlighted .container-fluid .slider .slides li .flex-caption {
    left: 0;
  }
}
/* line 66, ../sass/comp/pages/_front.scss */
.path-frontpage .highlighted .container-fluid .slider .slides li .flex-caption .slider-date {
  color: #fd6a20;
}
@media screen and (min-width: 740px) {
  /* line 72, ../sass/comp/pages/_front.scss */
  .path-frontpage .highlighted .container-fluid .slider .flex-control-paging {
    bottom: 20px;
    width: auto;
  }
  /* line 76, ../sass/comp/pages/_front.scss */
  [dir="ltr"] .path-frontpage .highlighted .container-fluid .slider .flex-control-paging {
    left: 10px;
    text-align: left;
  }
  /* line 80, ../sass/comp/pages/_front.scss */
  [dir="rtl"] .path-frontpage .highlighted .container-fluid .slider .flex-control-paging {
    right: 10px;
    text-align: right;
  }
}
/* line 86, ../sass/comp/pages/_front.scss */
.path-frontpage .highlighted .container-fluid .slider .flex-control-paging li a {
  background: #ffffff;
}
/* line 88, ../sass/comp/pages/_front.scss */
.path-frontpage .highlighted .container-fluid .slider .flex-control-paging li a.flex-active {
  background: #fd6a20;
}
/* line 101, ../sass/comp/pages/_front.scss */
.path-frontpage .block > h2 {
  display: inline-block;
  background: #262526;
  color: #ffffff;
  padding: 5px 10px;
  margin-bottom: 0;
}
/* line 107, ../sass/comp/pages/_front.scss */
.path-frontpage .block > h2 a {
  color: #ffffff;
}
/* line 109, ../sass/comp/pages/_front.scss */
.path-frontpage .block > h2 a:hover {
  color: #fd6a20;
}
/* line 116, ../sass/comp/pages/_front.scss */
.path-frontpage .news-block {
  margin-top: 20px;
}
/* line 118, ../sass/comp/pages/_front.scss */
.path-frontpage .news-block .view-news {
  background: #ffffff;
  padding: 10px;
}
/* line 121, ../sass/comp/pages/_front.scss */
.path-frontpage .news-block .view-news .views-row {
  border-bottom: 1px dotted #262526;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 125, ../sass/comp/pages/_front.scss */
.path-frontpage .news-block .view-news .views-row:last-child {
  border-bottom: 0px;
}
/* line 128, ../sass/comp/pages/_front.scss */
.path-frontpage .news-block .view-news .views-row .views-field-field-date {
  background: #fd6a20;
  padding: 5px 10px;
  display: inline-block;
  color: #ffffff;
}
/* line 134, ../sass/comp/pages/_front.scss */
.path-frontpage .news-block .view-news .views-row .views-field-title {
  padding: 5px 10px;
  color: #262526;
}
/* line 137, ../sass/comp/pages/_front.scss */
.path-frontpage .news-block .view-news .views-row .views-field-title a {
  color: #262526;
}
/* line 139, ../sass/comp/pages/_front.scss */
.path-frontpage .news-block .view-news .views-row .views-field-title a:hover {
  color: #000000;
}
/* line 150, ../sass/comp/pages/_front.scss */
.path-frontpage .map-block {
  margin-top: 20px;
}
/* line 155, ../sass/comp/pages/_front.scss */
.path-frontpage .press-release {
  margin-top: 20px;
}
/* line 161, ../sass/comp/pages/_front.scss */
.path-frontpage .press-release .content .view-content .row {
  position: relative;
}
/* line 163, ../sass/comp/pages/_front.scss */
.path-frontpage .press-release .content .view-content .row .views-row {
  padding-left: 0;
  padding-right: 0;
}
/* line 166, ../sass/comp/pages/_front.scss */
.path-frontpage .press-release .content .view-content .row .views-row .views-field-title {
  position: absolute;
  bottom: 5px;
  padding: 10px;
  display: inline-block;
  background: white;
  background: rgba(255, 255, 255, 0.7);
  color: #262526;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 174, ../sass/comp/pages/_front.scss */
.path-frontpage .press-release .content .view-content .row .views-row .views-field-title a {
  color: #262526;
}
/* line 178, ../sass/comp/pages/_front.scss */
.path-frontpage .press-release .content .view-content .row .views-row .views-field-field-date {
  position: absolute;
  top: 10px;
  display: inline-block;
  padding: 5px 10px;
  background: #ffffff;
  color: #262526;
}
/* line 183, ../sass/comp/pages/_front.scss */
[dir="ltr"] .path-frontpage .press-release .content .view-content .row .views-row .views-field-field-date {
  right: 5px;
}
/* line 186, ../sass/comp/pages/_front.scss */
[dir="rtl"] .path-frontpage .press-release .content .view-content .row .views-row .views-field-field-date {
  left: 5px;
}
/* line 193, ../sass/comp/pages/_front.scss */
.path-frontpage .press-release .content .view-content .row .views-row:hover .views-field-title {
  background: white;
  background: white;
}
/* line 203, ../sass/comp/pages/_front.scss */
.path-frontpage .prisoner {
  margin-top: 20px;
}
/* line 208, ../sass/comp/pages/_front.scss */
.path-frontpage .prisoner .view-prisoner {
  background: #ffffff;
}
/* line 210, ../sass/comp/pages/_front.scss */
.path-frontpage .prisoner .view-prisoner .label {
  display: block;
  color: #fd6a20;
  margin-top: 5px;
}
/* line 215, ../sass/comp/pages/_front.scss */
.path-frontpage .prisoner .view-prisoner .val {
  font-size: 1vw;
}
@media screen and (max-width: 740px) {
  /* line 215, ../sass/comp/pages/_front.scss */
  .path-frontpage .prisoner .view-prisoner .val {
    font-size: 14px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 215, ../sass/comp/pages/_front.scss */
  .path-frontpage .prisoner .view-prisoner .val {
    font-size: 0.9vw;
  }
}
/* line 227, ../sass/comp/pages/_front.scss */
.path-frontpage .prisoner .content .views-row {
  background: #ffffff;
}
/* line 230, ../sass/comp/pages/_front.scss */
.path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content {
  display: flex;
}
@media screen and (max-width: 800px) {
  /* line 230, ../sass/comp/pages/_front.scss */
  .path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content {
    display: block;
  }
}
@media screen and (max-width: 740px) {
  /* line 230, ../sass/comp/pages/_front.scss */
  .path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content {
    display: block;
  }
}
/* line 238, ../sass/comp/pages/_front.scss */
.path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content .p-image {
  overflow: hidden;
}
/* line 240, ../sass/comp/pages/_front.scss */
[dir="ltr"] .path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content .p-image {
  padding-left: 0;
}
/* line 243, ../sass/comp/pages/_front.scss */
[dir="rtl"] .path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content .p-image {
  padding-right: 0;
}
/* line 246, ../sass/comp/pages/_front.scss */
.path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content .p-image img {
  max-width: none;
}
@media screen and (max-width: 740px) {
  /* line 246, ../sass/comp/pages/_front.scss */
  .path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content .p-image img {
    width: 100%;
    height: auto;
  }
}
/* line 254, ../sass/comp/pages/_front.scss */
.path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content .p-text {
  padding-top: 10px;
}
/* line 256, ../sass/comp/pages/_front.scss */
[dir="ltr"] .path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content .p-text {
  padding-right: 5px;
}
/* line 259, ../sass/comp/pages/_front.scss */
[dir="rtl"] .path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content .p-text {
  padding-left: 5px;
}
/* line 262, ../sass/comp/pages/_front.scss */
.path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content .p-text h3.title {
  font-size: 1.2vw;
  font-weight: bold;
}
@media screen and (max-width: 740px) {
  /* line 262, ../sass/comp/pages/_front.scss */
  .path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content .p-text h3.title {
    font-size: 16px;
  }
}
/* line 268, ../sass/comp/pages/_front.scss */
.path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content .p-text h3.title a {
  color: #fd6a20;
}
/* line 272, ../sass/comp/pages/_front.scss */
.path-frontpage .prisoner .content .views-row .views-field-field-cover-photo .field-content .p-text .text {
  margin-top: 10px;
}
/* line 283, ../sass/comp/pages/_front.scss */
.path-frontpage .region-content {
  margin-top: 20px;
  background: #ffffff;
}
/* line 289, ../sass/comp/pages/_front.scss */
.path-frontpage .home-bottom-block {
  margin-top: 20px;
}
/* line 291, ../sass/comp/pages/_front.scss */
.path-frontpage .home-bottom-block .view-content {
  padding: 0;
}
/* line 293, ../sass/comp/pages/_front.scss */
.path-frontpage .home-bottom-block .view-content .views-row {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
/* line 297, ../sass/comp/pages/_front.scss */
.path-frontpage .home-bottom-block .view-content .views-row .text {
  position: absolute;
  bottom: 5px;
  padding: 10px;
  display: inline-block;
  width: 100%;
  height: 75px;
  background: white;
  background: rgba(255, 255, 255, 0.7);
  color: #262526;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 307, ../sass/comp/pages/_front.scss */
.path-frontpage .home-bottom-block .view-content .views-row .text a {
  color: #262526;
}
/* line 312, ../sass/comp/pages/_front.scss */
.path-frontpage .home-bottom-block .view-content .views-row:hover .text {
  background: white;
  background: white;
}

/* line 2, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) #main-wrapper {
  padding: 20px;
}
@media screen and (max-width: 740px) {
  /* line 2, ../sass/comp/pages/_not-front.scss */
  body:not(.path-frontpage) #main-wrapper {
    padding: 10px 0;
  }
  /* line 6, ../sass/comp/pages/_not-front.scss */
  body:not(.path-frontpage) #main-wrapper #main {
    padding: 0;
  }
  /* line 8, ../sass/comp/pages/_not-front.scss */
  body:not(.path-frontpage) #main-wrapper #main .main-content {
    padding: 5px;
  }
}
/* line 15, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .after-content {
  width: 100%;
}
/* line 19, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .news-block {
  margin-top: 40px;
  border: 1px solid #262526;
  padding: 0;
}
/* line 23, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .news-block h2 {
  background: #262526;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px 20px;
}
/* line 29, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .news-block .view-news {
  background: #ffffff;
  padding: 10px;
}
/* line 32, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .news-block .view-news .views-row {
  border-bottom: 1px dotted #262526;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 36, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .news-block .view-news .views-row:last-child {
  border-bottom: 0px;
}
/* line 39, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .news-block .view-news .views-row .views-field-field-date {
  background: #fd6a20;
  padding: 5px 10px;
  display: inline-block;
  color: #ffffff;
}
/* line 45, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .news-block .view-news .views-row .views-field-title {
  padding: 5px 10px;
  color: #262526;
}
/* line 48, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .news-block .view-news .views-row .views-field-title a {
  color: #262526;
}
/* line 50, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .news-block .view-news .views-row .views-field-title a:hover {
  color: #000000;
}
/* line 63, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .sidebar .more-link {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
  padding: 0 10px;
}
/* line 68, ../sass/comp/pages/_not-front.scss */
[dir="rtl"] body:not(.path-frontpage) .sidebar .more-link {
  text-align: left;
}
/* line 72, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .sidebar .more-link a:hover {
  color: #262526;
}
/* line 78, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .sidebar-block {
  margin-bottom: 20px;
}
/* line 80, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .sidebar-block .view-content {
  padding: 0;
}
/* line 82, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .sidebar-block .view-content .views-row {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
/* line 86, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .sidebar-block .view-content .views-row .text {
  position: absolute;
  bottom: 5px;
  padding: 10px;
  display: inline-block;
  width: 100%;
  height: 75px;
  background: white;
  background: rgba(255, 255, 255, 0.7);
  color: #262526;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 96, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .sidebar-block .view-content .views-row .text a {
  color: #262526;
}
/* line 101, ../sass/comp/pages/_not-front.scss */
body:not(.path-frontpage) .sidebar-block .view-content .views-row:hover .text {
  background: white;
  background: white;
}

/* line 2, ../sass/comp/pages/_node.scss */
.path-node .region-content {
  background: #ffffff;
  padding: 10px 0;
}
/* line 8, ../sass/comp/pages/_node.scss */
.path-node .region-content article.node .field--name-field-attachments span.file {
  background-color: #ddd;
  background-color: #efefef;
  background-position: 5px center;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 16, ../sass/comp/pages/_node.scss */
.path-node .region-content article.node .field--name-field-attachments span.file:hover {
  background-color: #fd6a20;
}
/* line 19, ../sass/comp/pages/_node.scss */
.path-node .region-content article.node .field--name-field-attachments span.file a {
  display: block;
  padding: 5px 10px;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 24, ../sass/comp/pages/_node.scss */
.path-node .region-content article.node .field--name-field-attachments span.file a:hover {
  color: #ffffff;
}
/* line 31, ../sass/comp/pages/_node.scss */
.path-node .region-content article.node .datetime {
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
/* line 41, ../sass/comp/pages/_node.scss */
.path-node .region-content article.node img[data-align="right"],
.path-node .region-content article.node img.align-right {
  margin-left: 20px;
}
/* line 46, ../sass/comp/pages/_node.scss */
.path-node .region-content article.node img[data-align="left"],
.path-node .region-content article.node img.align-left {
  margin-right: 20px;
}
/* line 51, ../sass/comp/pages/_node.scss */
.path-node .region-content article.node .field--type-text-with-summary {
  clear: both;
  text-align: justify;
}
/* line 58, ../sass/comp/pages/_node.scss */
.path-node .region-content article.node div p {
  font-size: 18px !important;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 63, ../sass/comp/pages/_node.scss */
[dir="ltr"] .path-node .region-content article.node div p {
  font-family: 'Fauna One', 'Noto Kufi Arabic', sans-serif, sans-serif !important;
}
/* line 66, ../sass/comp/pages/_node.scss */
[dir="rtl"] .path-node .region-content article.node div p {
  font-family: 'Noto Kufi Arabic', 'Fauna One', sans-serif !important;
}
/* line 70, ../sass/comp/pages/_node.scss */
.path-node .region-content article.node div p span {
  font-size: 18px !important;
}
/* line 71, ../sass/comp/pages/_node.scss */
[dir="ltr"] .path-node .region-content article.node div p span {
  font-family: 'Fauna One', 'Noto Kufi Arabic', sans-serif, sans-serif !important;
}
/* line 74, ../sass/comp/pages/_node.scss */
[dir="rtl"] .path-node .region-content article.node div p span {
  font-family: 'Noto Kufi Arabic', 'Fauna One', sans-serif !important;
}
/* line 87, ../sass/comp/pages/_node.scss */
.path-node .photoswipe-gallery .field__item {
  width: 46%;
  margin: 20px 1%;
  display: inline-block;
}
@media screen and (min-width: 800px) {
  /* line 87, ../sass/comp/pages/_node.scss */
  .path-node .photoswipe-gallery .field__item {
    width: 30%;
    margin: 20px 1%;
  }
}
/* line 95, ../sass/comp/pages/_node.scss */
.path-node .photoswipe-gallery .field__item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 102, ../sass/comp/pages/_node.scss */
.path-node .photoswipe-gallery .field__item a img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 108, ../sass/comp/pages/_node.scss */
.path-node .photoswipe-gallery .field__item a:after {
  position: absolute;
  content: '.';
  font-size: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/search-icon.png") center no-repeat rgba(255, 255, 255, 0.3);
  background-size: 40px 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$decimal)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern!
  /* Firefox 0.9+, Safari 2?, Chrome any?
  /* Opera 9+, IE 9+ */
  opacity: 0;
  z-index: 1;
  left: 0;
  top: 0;
}
/* line 122, ../sass/comp/pages/_node.scss */
.path-node .photoswipe-gallery .field__item a:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$decimal)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=10);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern!
  /* Firefox 0.9+, Safari 2?, Chrome any?
  /* Opera 9+, IE 9+ */
  opacity: 1;
}
/* line 132, ../sass/comp/pages/_node.scss */
.path-node .inner-translate-link-block .content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0;
}
/* line 139, ../sass/comp/pages/_node.scss */
.path-node .inner-translate-link-block .content .views-row .field-content a {
  display: inline-block;
  margin: 10px;
  background: #262526;
  padding: 10px 20px;
  color: #fd6a20;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 146, ../sass/comp/pages/_node.scss */
.path-node .inner-translate-link-block .content .views-row .field-content a:hover {
  background: #fd6a20;
  color: #ffffff;
}

/* line 158, ../sass/comp/pages/_node.scss */
.node--type-prisoner .block-page-title-block h1 {
  text-transform: capitalize;
}
/* line 162, ../sass/comp/pages/_node.scss */
.node--type-prisoner .field--name-field-previous-arrests {
  width: 100%;
  background: #E6E6E6;
  margin-top: 20px;
}
/* line 166, ../sass/comp/pages/_node.scss */
.node--type-prisoner .field--name-field-previous-arrests .field__label {
  background: #fd6a20;
  padding: 5px;
  color: #ffffff;
}
/* line 171, ../sass/comp/pages/_node.scss */
.node--type-prisoner .field--name-field-previous-arrests .field__items {
  padding: 10px;
}
/* line 173, ../sass/comp/pages/_node.scss */
.node--type-prisoner .field--name-field-previous-arrests .field__items .field__item {
  padding: 10px;
}
/* line 175, ../sass/comp/pages/_node.scss */
.node--type-prisoner .field--name-field-previous-arrests .field__items .field__item a {
  color: #fd6a20;
}
/* line 177, ../sass/comp/pages/_node.scss */
.node--type-prisoner .field--name-field-previous-arrests .field__items .field__item a:before {
  content: '-';
  padding: 0 10px;
  font-weight: bold;
}
/* line 182, ../sass/comp/pages/_node.scss */
.node--type-prisoner .field--name-field-previous-arrests .field__items .field__item a:hover {
  color: #000000;
}

/* line 4, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .highlighted,
.node--type-campaign-fact-sheets .highlighted,
.node--type-campaign-content .highlighted {
  /*
  .view-campaigns.view-display-id-block_1,
  .view-campaigns.view-display-id-block_2,
  .block-views-blockcampaigns-block-2{
    */
}
/* line 5, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .highlighted .wrapper,
.node--type-campaign-fact-sheets .highlighted .wrapper,
.node--type-campaign-content .highlighted .wrapper {
  display: block;
  width: 100%;
}
/* line 14, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .highlighted .view-content,
.node--type-campaign-fact-sheets .highlighted .view-content,
.node--type-campaign-content .highlighted .view-content {
  width: 100%;
}
/* line 17, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .highlighted .view-content .views-row,
.node--type-campaign-fact-sheets .highlighted .view-content .views-row,
.node--type-campaign-content .highlighted .view-content .views-row {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 740px) {
  /* line 17, ../sass/comp/pages/_campaigns.scss */
  .node--type-campaigns .highlighted .view-content .views-row,
  .node--type-campaign-fact-sheets .highlighted .view-content .views-row,
  .node--type-campaign-content .highlighted .view-content .views-row {
    display: flex;
    flex-direction: column;
  }
}
/* line 24, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .highlighted .view-content .views-row .views-field-title,
.node--type-campaign-fact-sheets .highlighted .view-content .views-row .views-field-title,
.node--type-campaign-content .highlighted .view-content .views-row .views-field-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 740px) {
  /* line 24, ../sass/comp/pages/_campaigns.scss */
  .node--type-campaigns .highlighted .view-content .views-row .views-field-title,
  .node--type-campaign-fact-sheets .highlighted .view-content .views-row .views-field-title,
  .node--type-campaign-content .highlighted .view-content .views-row .views-field-title {
    position: relative;
    order: 3;
  }
}
/* line 37, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .highlighted .view-content .views-row .views-field-title .field-content,
.node--type-campaign-fact-sheets .highlighted .view-content .views-row .views-field-title .field-content,
.node--type-campaign-content .highlighted .view-content .views-row .views-field-title .field-content {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 10px 30px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  width: 100%;
  border-top: 2px solid #fd6a20;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 37, ../sass/comp/pages/_campaigns.scss */
  .node--type-campaigns .highlighted .view-content .views-row .views-field-title .field-content,
  .node--type-campaign-fact-sheets .highlighted .view-content .views-row .views-field-title .field-content,
  .node--type-campaign-content .highlighted .view-content .views-row .views-field-title .field-content {
    font-size: 1.1vw;
  }
}
/* line 51, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .highlighted .view-content .views-row .header-no-image,
.node--type-campaign-fact-sheets .highlighted .view-content .views-row .header-no-image,
.node--type-campaign-content .highlighted .view-content .views-row .header-no-image {
  display: block;
  width: 100%;
  height: 150px;
  background: #ffffff;
}
/* line 57, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .highlighted .view-content .views-row img,
.node--type-campaign-fact-sheets .highlighted .view-content .views-row img,
.node--type-campaign-content .highlighted .view-content .views-row img {
  width: 100%;
  height: auto;
}
/* line 70, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .view-campaigns.view-display-id-block_3 .view-content,
.node--type-campaign-fact-sheets .view-campaigns.view-display-id-block_3 .view-content,
.node--type-campaign-content .view-campaigns.view-display-id-block_3 .view-content {
  display: block;
}
/* line 72, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .view-campaigns.view-display-id-block_3 .view-content .group-title,
.node--type-campaign-fact-sheets .view-campaigns.view-display-id-block_3 .view-content .group-title,
.node--type-campaign-content .view-campaigns.view-display-id-block_3 .view-content .group-title {
  font-size: 1.2em;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 72, ../sass/comp/pages/_campaigns.scss */
  .node--type-campaigns .view-campaigns.view-display-id-block_3 .view-content .group-title,
  .node--type-campaign-fact-sheets .view-campaigns.view-display-id-block_3 .view-content .group-title,
  .node--type-campaign-content .view-campaigns.view-display-id-block_3 .view-content .group-title {
    font-size: 1.1vw;
  }
}
/* line 77, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .view-campaigns.view-display-id-block_3 .view-content .group-title a,
.node--type-campaign-fact-sheets .view-campaigns.view-display-id-block_3 .view-content .group-title a,
.node--type-campaign-content .view-campaigns.view-display-id-block_3 .view-content .group-title a {
  color: #262526;
}
/* line 79, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .view-campaigns.view-display-id-block_3 .view-content .group-title a:hover,
.node--type-campaign-fact-sheets .view-campaigns.view-display-id-block_3 .view-content .group-title a:hover,
.node--type-campaign-content .view-campaigns.view-display-id-block_3 .view-content .group-title a:hover {
  color: #fd6a20;
}
/* line 82, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .view-campaigns.view-display-id-block_3 .view-content .group-title a:before,
.node--type-campaign-fact-sheets .view-campaigns.view-display-id-block_3 .view-content .group-title a:before,
.node--type-campaign-content .view-campaigns.view-display-id-block_3 .view-content .group-title a:before {
  content: '.';
  padding: 0 5px;
  font-size: 40px;
  position: relative;
  top: -5px;
}
/* line 92, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .view-campaigns.view-display-id-block_3 .view-content .group-content,
.node--type-campaign-fact-sheets .view-campaigns.view-display-id-block_3 .view-content .group-content,
.node--type-campaign-content .view-campaigns.view-display-id-block_3 .view-content .group-content {
  display: none;
}
@media screen and (min-width: 1290px) {
  /* line 102, ../sass/comp/pages/_campaigns.scss */
  [dir="ltr"] .node--type-campaigns .main-content .sidebar_first, [dir="ltr"]
  .node--type-campaign-fact-sheets .main-content .sidebar_first, [dir="ltr"]
  .node--type-campaign-content .main-content .sidebar_first {
    float: left;
  }
  /* line 105, ../sass/comp/pages/_campaigns.scss */
  [dir="rtl"] .node--type-campaigns .main-content .sidebar_first, [dir="rtl"]
  .node--type-campaign-fact-sheets .main-content .sidebar_first, [dir="rtl"]
  .node--type-campaign-content .main-content .sidebar_first {
    float: right;
  }
}
/* line 110, ../sass/comp/pages/_campaigns.scss */
.node--type-campaigns .main-content .region-content,
.node--type-campaign-fact-sheets .main-content .region-content,
.node--type-campaign-content .main-content .region-content {
  /*
  @media screen and (min-width: $screen-lg-min) {
    width: 66.6%;
    [dir="ltr"] & {
      float: left;
    }
    [dir="rtl"] & {
      float: right;
    }
  }
  */
}

/* line 129, ../sass/comp/pages/_campaigns.scss */
.sidebar .block {
  padding: 0;
}
/* line 131, ../sass/comp/pages/_campaigns.scss */
.sidebar .block h2 {
  background: #fd6a20;
  color: white;
  padding: 10px;
  text-shadow: none;
  font-weight: bold;
}
/* line 138, ../sass/comp/pages/_campaigns.scss */
.sidebar .block .content {
  padding: 10px;
}

/* line 147, ../sass/comp/pages/_campaigns.scss */
.view-campaign-inner-page .view-content .views-view-grid {
  width: 100%;
}
/* line 150, ../sass/comp/pages/_campaigns.scss */
.view-campaign-inner-page .view-content ul {
  list-style: disc;
}
/* line 152, ../sass/comp/pages/_campaigns.scss */
[dir="ltr"] .view-campaign-inner-page .view-content ul {
  padding-left: 20px;
}
/* line 155, ../sass/comp/pages/_campaigns.scss */
[dir="rtl"] .view-campaign-inner-page .view-content ul {
  padding-right: 20px;
}
/* line 158, ../sass/comp/pages/_campaigns.scss */
.view-campaign-inner-page .view-content ul li {
  margin-bottom: 10px;
}
/* line 160, ../sass/comp/pages/_campaigns.scss */
.view-campaign-inner-page .view-content ul li a {
  color: #606060;
}
/* line 162, ../sass/comp/pages/_campaigns.scss */
.view-campaign-inner-page .view-content ul li a:hover {
  color: #fd6a20;
}

/* line 178, ../sass/comp/pages/_campaigns.scss */
.page-view-campaign-inner-page .region-content {
  background: #ffffff;
  min-height: 300px;
  padding: 10px 0;
}

/* line 188, ../sass/comp/pages/_campaigns.scss */
.page-view-campaign-inner-page .region-content .wrapper {
  display: block;
}

/* line 2, ../sass/comp/views/_std-view.scss */
.page-view-charts .wrapper {
  display: block !important;
}
/* line 5, ../sass/comp/views/_std-view.scss */
.page-view-charts .charts-highchart {
  width: 100%;
}

/* line 11, ../sass/comp/views/_std-view.scss */
.no-image {
  display: block;
  width: 100%;
  min-height: 50px;
  background: #ffffff;
}

/* line 4, ../sass/comp/views/_statics.scss */
.path-statistics .region-after-content {
  display: inline-block;
}

/* line 9, ../sass/comp/views/_statics.scss */
.view-statistics {
  /**views-row**/
}
/* line 11, ../sass/comp/views/_statics.scss */
.view-statistics .views-row {
  padding: 10px 8px;
  padding: 10px 0;
  margin-bottom: 25px;
  overflow: hidden;
}
/* line 17, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field {
  cursor: pointer;
  width: 23%;
  background-size: 40% auto !important;
  margin-right: 2%;
  margin-bottom: 15px;
  height: 70px;
  padding: 10px 8px;
  padding: 10px 0;
  padding-top: 88px;
  float: left;
  padding-top: 105px;
  background-position: center 12px !important;
}
@media screen and (max-width: 800px) {
  /* line 17, ../sass/comp/views/_statics.scss */
  .view-statistics .views-row .views-field {
    width: 47%;
  }
}
/* line 36, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-title {
  width: 100%;
  clear: both;
  height: auto;
  padding: 0;
  font-size: 20px;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 36, ../sass/comp/views/_statics.scss */
  .view-statistics .views-row .views-field.views-field-title {
    font-size: 1.2vw;
  }
}
/* line 45, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-title .field-content {
  font-size: 20px;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 45, ../sass/comp/views/_statics.scss */
  .view-statistics .views-row .views-field.views-field-title .field-content {
    font-size: 1.2vw;
  }
}
/* line 54, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-field-date-of-statistics {
  display: block;
  margin: 10px 0;
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 0 !important;
  height: auto !important;
}
/* line 63, ../sass/comp/views/_statics.scss */
[dir="ltr"] .view-statistics .views-row .views-field.views-field-field-date-of-statistics .field-content {
  text-align: left;
}
/* line 66, ../sass/comp/views/_statics.scss */
[dir="rtl"] .view-statistics .views-row .views-field.views-field-field-date-of-statistics .field-content {
  text-align: right;
}
/* line 71, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-field-total-number-of-political- {
  background: url(../images/stat1.png) center 20px no-repeat #ebe9e9;
  background-size: 90% auto !important;
}
/* line 75, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-field-administrative-detainees- {
  background: url(../images/stat2.png) center 20px no-repeat #ebe9e9;
}
/* line 78, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-field-female-prisoners- {
  background: url(../images/stat4.png) center 20px no-repeat #ebe9e9;
}
/* line 81, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-field-child-prisoners {
  background: url(../images/stat3.png) center 20px no-repeat #ebe9e9;
}
/* line 84, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-field-1948-territories-prisoners {
  background: url(../images/stat-48.png) center 20px no-repeat #ebe9e9;
}
/* line 87, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-field-east-jerusalem-prisoners {
  background: url(../images/stat-jerusalem1.png) center 20px no-repeat #ebe9e9;
}
/* line 91, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-field-gaza-prisoners {
  background: url(../images/stat-gazza.png) center 20px no-repeat #ebe9e9;
}
/* line 94, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-field-palestinian-legislative-co {
  background: url(../images/stat-legistative.png) center 20px no-repeat #ebe9e9;
}
/* line 97, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-field-prisoners-before-oslo {
  background: url(../images/stat-20-in.png) center 20px no-repeat #ebe9e9;
  background-size: 70% auto !important;
}
/* line 101, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-field-prisoners-serving-a-senten {
  background: url(../images/stat-20-out.png) center 20px no-repeat #ebe9e9;
  background-size: 70% auto !important;
}
/* line 105, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-field-prisoners-serving-life-sen {
  background: url(../images/stat-lock.png) center 20px no-repeat #ebe9e9;
  background-size: 70% auto !important;
}
/* line 109, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-field-prisoners-serving-more-20 {
  background: url(../images/stat-20-in.png) center 20px no-repeat #ebe9e9;
  background-size: 70% auto !important;
}
/* line 113, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field.views-field-field-prisoners-serving-more-tha {
  /*25*/
  background: url(../images/stat-25.png) center 20px no-repeat #ebe9e9;
  background-size: 70% auto !important;
}
/* line 118, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field .statistics-value,
.view-statistics .views-row .views-field .field-content {
  font-size: 30px;
  color: #fd6a20;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 118, ../sass/comp/views/_statics.scss */
  .view-statistics .views-row .views-field .statistics-value,
  .view-statistics .views-row .views-field .field-content {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 740px) {
  /* line 118, ../sass/comp/views/_statics.scss */
  .view-statistics .views-row .views-field .statistics-value,
  .view-statistics .views-row .views-field .field-content {
    line-height: 80px;
  }
}
/* line 130, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field .statistics-value .note,
.view-statistics .views-row .views-field .field-content .note {
  font-size: 10px;
  display: block;
  margin-top: -5px;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 130, ../sass/comp/views/_statics.scss */
  .view-statistics .views-row .views-field .statistics-value .note,
  .view-statistics .views-row .views-field .field-content .note {
    font-size: 0.73vw;
  }
}
/* line 139, ../sass/comp/views/_statics.scss */
.view-statistics .views-row .views-field .statistics-label,
.view-statistics .views-row .views-field .views-label {
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  height: 35px;
  width: 100%;
  display: block;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 139, ../sass/comp/views/_statics.scss */
  .view-statistics .views-row .views-field .statistics-label,
  .view-statistics .views-row .views-field .views-label {
    font-size: 1.1vw;
  }
}

/* line 159, ../sass/comp/views/_statics.scss */
.view-statistics.view-display-id-page_1 .views-row .views-field {
  height: 275px;
  padding-top: 185px;
}

/* line 169, ../sass/comp/views/_statics.scss */
.block-views-blockcharts-block-1,
.block-views-blockcharts-block-2 {
  margin: 20px 0;
}
/* line 172, ../sass/comp/views/_statics.scss */
.block-views-blockcharts-block-1 h2,
.block-views-blockcharts-block-2 h2 {
  margin: 10px 0;
}
/* line 176, ../sass/comp/views/_statics.scss */
.block-views-blockcharts-block-1 h3,
.block-views-blockcharts-block-2 h3 {
  display: none;
  margin: 10px 0;
}
@media screen and (min-width: 740px) {
  /* line 180, ../sass/comp/views/_statics.scss */
  .block-views-blockcharts-block-1 .view-content,
  .block-views-blockcharts-block-2 .view-content {
    display: flex;
    align-items: center;
    justify-content: start;
  }
}
/* line 186, ../sass/comp/views/_statics.scss */
.block-views-blockcharts-block-1 .view-content .group-content,
.block-views-blockcharts-block-2 .view-content .group-content {
  display: inline-block;
}
@media screen and (min-width: 740px) {
  /* line 186, ../sass/comp/views/_statics.scss */
  .block-views-blockcharts-block-1 .view-content .group-content,
  .block-views-blockcharts-block-2 .view-content .group-content {
    display: inline-flex;
  }
}
/* line 192, ../sass/comp/views/_statics.scss */
.block-views-blockcharts-block-1 .view-content .views-row,
.block-views-blockcharts-block-2 .view-content .views-row {
  display: inline-block;
  margin: 5px 2%;
}
/* line 195, ../sass/comp/views/_statics.scss */
.block-views-blockcharts-block-1 .view-content .views-row:after,
.block-views-blockcharts-block-2 .view-content .views-row:after {
  content: ' | ';
  margin: 0 10px;
  color: #262526;
  ont-size: 30px;
  display: none;
}
/* line 202, ../sass/comp/views/_statics.scss */
.block-views-blockcharts-block-1 .view-content .views-row a,
.block-views-blockcharts-block-2 .view-content .views-row a {
  padding: 10px;
  color: #262526;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 207, ../sass/comp/views/_statics.scss */
.block-views-blockcharts-block-1 .view-content .views-row a:hover, .block-views-blockcharts-block-1 .view-content .views-row a.active,
.block-views-blockcharts-block-2 .view-content .views-row a:hover,
.block-views-blockcharts-block-2 .view-content .views-row a.active {
  background: #E6E6E6;
  color: #fd6a20;
}
/* line 213, ../sass/comp/views/_statics.scss */
.block-views-blockcharts-block-1 .view-content .views-row.shaded,
.block-views-blockcharts-block-2 .view-content .views-row.shaded {
  width: 20%;
  margin: 5px 2%;
  text-align: center;
}
@media screen and (max-width: 740px) {
  /* line 213, ../sass/comp/views/_statics.scss */
  .block-views-blockcharts-block-1 .view-content .views-row.shaded,
  .block-views-blockcharts-block-2 .view-content .views-row.shaded {
    width: 35%;
  }
}
/* line 220, ../sass/comp/views/_statics.scss */
.block-views-blockcharts-block-1 .view-content .views-row.shaded a,
.block-views-blockcharts-block-2 .view-content .views-row.shaded a {
  background: #E6E6E6;
  color: #fd6a20;
}
/* line 223, ../sass/comp/views/_statics.scss */
.block-views-blockcharts-block-1 .view-content .views-row.shaded a:hover, .block-views-blockcharts-block-1 .view-content .views-row.shaded a.active,
.block-views-blockcharts-block-2 .view-content .views-row.shaded a:hover,
.block-views-blockcharts-block-2 .view-content .views-row.shaded a.active {
  background: #262526;
  color: #fd6a20;
}

/* line 233, ../sass/comp/views/_statics.scss */
.block-views-blockcharts-block-2 {
  /**Years**/
}
/* line 236, ../sass/comp/views/_statics.scss */
.block-views-blockcharts-block-2 .view-content .group-content .views-row {
  display: inline-block;
  display: none;
}
/* line 239, ../sass/comp/views/_statics.scss */
.block-views-blockcharts-block-2 .view-content .group-content .views-row:first-child {
  display: block;
}

/**Front Page **/
/* line 250, ../sass/comp/views/_statics.scss */
.block-statistics-block {
  margin-top: 20px;
}
/* line 252, ../sass/comp/views/_statics.scss */
.block-statistics-block .view-statistics {
  /**views-row**/
}
/* line 253, ../sass/comp/views/_statics.scss */
.block-statistics-block .view-statistics .view-content {
  display: block;
}
/* line 255, ../sass/comp/views/_statics.scss */
.block-statistics-block .view-statistics .view-content h3 {
  color: #ffffff;
  background: #fd6a20;
  display: inline-block;
  padding: 5px 10px;
}
/* line 262, ../sass/comp/views/_statics.scss */
.block-statistics-block .view-statistics .views-row {
  padding: 10px 8px;
  width: 100%;
}
/* line 266, ../sass/comp/views/_statics.scss */
.block-statistics-block .view-statistics .views-row .views-field {
  width: 45%;
  margin-bottom: 15px;
  padding: 10px 8px;
  padding-top: 105px;
  float: left;
  background-position: center 20px;
  padding-top: 110px;
  height: 210px;
  background-size: auto 80px !important;
}
@media screen and (max-width: 740px) {
  /* line 266, ../sass/comp/views/_statics.scss */
  .block-statistics-block .view-statistics .views-row .views-field {
    padding-top: 160px;
    height: 260px;
  }
}
@media screen and (min-width: 740px) {
  /* line 266, ../sass/comp/views/_statics.scss */
  .block-statistics-block .view-statistics .views-row .views-field {
    width: 22%;
  }
}
/* line 285, ../sass/comp/views/_statics.scss */
.block-statistics-block .view-statistics .views-row .views-field.views-field-field-total-number-of-political- {
  background: url(../images/stat1.png) center 20px no-repeat #ebe9e9;
  margin-right: 2%;
}
/* line 289, ../sass/comp/views/_statics.scss */
.block-statistics-block .view-statistics .views-row .views-field.views-field-field-administrative-detainees- {
  background: url(../images/stat2.png) center 20px no-repeat #ebe9e9;
}
/* line 292, ../sass/comp/views/_statics.scss */
.block-statistics-block .view-statistics .views-row .views-field.views-field-field-female-prisoners- {
  background: url(../images/stat4.png) center 20px no-repeat #ebe9e9;
  margin-right: 2%;
}
/* line 296, ../sass/comp/views/_statics.scss */
.block-statistics-block .view-statistics .views-row .views-field.views-field-field-child-prisoners {
  background: url(../images/stat3.png) center 20px no-repeat #ebe9e9;
}
/* line 300, ../sass/comp/views/_statics.scss */
.block-statistics-block .view-statistics .views-row .views-field .statistics-container .statistics-value {
  font-size: 28px;
  color: #fd6a20;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 300, ../sass/comp/views/_statics.scss */
  .block-statistics-block .view-statistics .views-row .views-field .statistics-container .statistics-value {
    font-size: 1.3vw;
  }
}
/* line 309, ../sass/comp/views/_statics.scss */
.block-statistics-block .view-statistics .views-row .views-field .statistics-container .statistics-label {
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  height: 35px;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 309, ../sass/comp/views/_statics.scss */
  .block-statistics-block .view-statistics .views-row .views-field .statistics-container .statistics-label {
    font-size: 1.1vw;
  }
}
/* line 322, ../sass/comp/views/_statics.scss */
.block-statistics-block .view-statistics .more-link {
  margin-bottom: 20px;
}

/*&.block-statistics-block*/
/* line 2, ../sass/comp/views/_pager.scss */
[dir="ltr"] .pagination {
  float: right;
}
/* line 5, ../sass/comp/views/_pager.scss */
[dir="rtl"] .pagination {
  float: left;
}
/* line 8, ../sass/comp/views/_pager.scss */
.pagination li.page-item,
.pagination li.pager__item--next,
.pagination li.pager__item--previous,
.pagination li.pager__item--prev {
  border: none;
}
/* line 13, ../sass/comp/views/_pager.scss */
.pagination li.page-item a,
.pagination li.pager__item--next a,
.pagination li.pager__item--previous a,
.pagination li.pager__item--prev a {
  background: #ffffff;
  color: #fd6a20;
  border: none;
}
/* line 19, ../sass/comp/views/_pager.scss */
.pagination li.page-item.active span,
.pagination li.pager__item--next.active span,
.pagination li.pager__item--previous.active span,
.pagination li.pager__item--prev.active span {
  background: #fd6a20;
  color: #ffffff;
  border: none;
}

/* line 30, ../sass/comp/views/_pager.scss */
.view-display-id-page_2 .views-form {
  width: 100%;
  background: #ffffff;
}

/* line 37, ../sass/comp/views/_pager.scss */
.views-table td.views-field-draggableviews.tabledrag-hide {
  display: block !important;
}
/* line 40, ../sass/comp/views/_pager.scss */
.views-table td.views-field-draggableviews.tabledrag-hide a.tabledrag-handle {
  display: block !important;
}
/* line 42, ../sass/comp/views/_pager.scss */
.views-table td.views-field-draggableviews.tabledrag-hide a.tabledrag-handle .handle {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 740px) {
  /* line 2, ../sass/comp/views/_publication.scss */
  .view-new-std .views-row {
    padding: 0 1px;
  }
}
/* line 6, ../sass/comp/views/_publication.scss */
.view-new-std .views-row .row-wrapper {
  padding: 0 20px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  /* line 6, ../sass/comp/views/_publication.scss */
  .view-new-std .views-row .row-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
/* line 23, ../sass/comp/views/_publication.scss */
.view-new-std .views-row .row-wrapper .views-field-field-cover-photo a,
.view-new-std .views-row .row-wrapper .views-field-field-image a,
.view-new-std .views-row .row-wrapper .image a {
  display: block;
}
/* line 26, ../sass/comp/views/_publication.scss */
.view-new-std .views-row .row-wrapper .views-field-field-cover-photo.gallery,
.view-new-std .views-row .row-wrapper .views-field-field-image.gallery,
.view-new-std .views-row .row-wrapper .image.gallery {
  position: relative;
}
/* line 31, ../sass/comp/views/_publication.scss */
.view-new-std .views-row .row-wrapper .views-field-field-cover-photo.gallery a:hover:before,
.view-new-std .views-row .row-wrapper .views-field-field-image.gallery a:hover:before,
.view-new-std .views-row .row-wrapper .image.gallery a:hover:before {
  content: '.';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/camera2.png") center no-repeat rgba(0, 0, 0, 0.4);
  z-index: 3;
  background-size: 90px;
}
/* line 45, ../sass/comp/views/_publication.scss */
.view-new-std .views-row .row-wrapper .views-field-field-cover-photo img,
.view-new-std .views-row .row-wrapper .views-field-field-image img,
.view-new-std .views-row .row-wrapper .image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 740px) {
  /* line 20, ../sass/comp/views/_publication.scss */
  .view-new-std .views-row .row-wrapper .views-field-field-cover-photo,
  .view-new-std .views-row .row-wrapper .views-field-field-image,
  .view-new-std .views-row .row-wrapper .image {
    order: 1;
  }
}
/* line 53, ../sass/comp/views/_publication.scss */
.view-new-std .views-row .row-wrapper .views-field-title,
.view-new-std .views-row .row-wrapper .title {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 40px);
  background: black;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  padding: 10px 10px;
  color: #ffffff;
}
/* line 61, ../sass/comp/views/_publication.scss */
.view-new-std .views-row .row-wrapper .views-field-title a,
.view-new-std .views-row .row-wrapper .title a {
  color: #ffffff;
  display: block;
  padding: 10px 10px;
  text-align: center;
}
@media screen and (max-width: 740px) {
  /* line 53, ../sass/comp/views/_publication.scss */
  .view-new-std .views-row .row-wrapper .views-field-title,
  .view-new-std .views-row .row-wrapper .title {
    position: relative;
    width: 100%;
    order: 4;
  }
}
/* line 74, ../sass/comp/views/_publication.scss */
.view-new-std .views-row .row-wrapper .views-field-field-date-of-publication,
.view-new-std .views-row .row-wrapper .date {
  position: absolute;
  top: 5px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.2em;
  z-index: 2;
  display: inline-block;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  color: #fd6a20;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 74, ../sass/comp/views/_publication.scss */
  .view-new-std .views-row .row-wrapper .views-field-field-date-of-publication,
  .view-new-std .views-row .row-wrapper .date {
    font-size: 1.1vw;
  }
}
/* line 85, ../sass/comp/views/_publication.scss */
[dir="ltr"] .view-new-std .views-row .row-wrapper .views-field-field-date-of-publication, [dir="ltr"]
.view-new-std .views-row .row-wrapper .date {
  right: 20px;
}
/* line 88, ../sass/comp/views/_publication.scss */
[dir="rtl"] .view-new-std .views-row .row-wrapper .views-field-field-date-of-publication, [dir="rtl"]
.view-new-std .views-row .row-wrapper .date {
  left: 20px;
}
/* line 95, ../sass/comp/views/_publication.scss */
.view-new-std .views-row .row-wrapper .type {
  display: inline-block;
  position: absolute;
  top: 40px;
  background: #000000;
  color: #ffffff;
  padding: 5px 10px;
}
/* line 99, ../sass/comp/views/_publication.scss */
[dir="ltr"] .view-new-std .views-row .row-wrapper .type {
  right: 20px;
}
/* line 102, ../sass/comp/views/_publication.scss */
[dir="rtl"] .view-new-std .views-row .row-wrapper .type {
  left: 20px;
}
/* line 109, ../sass/comp/views/_publication.scss */
.view-new-std .views-row .row-wrapper .image {
  max-height: 270px;
  overflow: hidden;
}
/* line 112, ../sass/comp/views/_publication.scss */
.view-new-std .views-row .row-wrapper .image.text {
  background: #ffffff;
  border: 1px solid #606060;
  padding: 5px;
}
/* line 119, ../sass/comp/views/_publication.scss */
.view-new-std .views-row .row-wrapper:hover .views-field-title,
.view-new-std .views-row .row-wrapper:hover .views-field-field-date-of-publication,
.view-new-std .views-row .row-wrapper:hover .title,
.view-new-std .views-row .row-wrapper:hover .date {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: black;
  background: black;
}
/* line 131, ../sass/comp/views/_publication.scss */
.view-new-std.view-publication.view-display-id-page_11 .view-header h2 {
  text-align: center;
}
/* line 133, ../sass/comp/views/_publication.scss */
.view-new-std.view-publication.view-display-id-page_11 .view-header h2 a {
  display: inline-block;
  padding: 10px;
  background: #262526;
  border-radius: 5px;
}

/* line 145, ../sass/comp/views/_publication.scss */
article.node--type-general-use-page .photoswipe-gallery {
  overflow: hidden;
}

/* line 3, ../sass/comp/views/_prisoner.scss */
.view-prisoner.view-display-id-page_1 .views-row {
  margin-bottom: 40px;
}
/* line 5, ../sass/comp/views/_prisoner.scss */
.view-prisoner.view-display-id-page_1 .views-row .views-wrapper {
  background: #ffffff;
}
/* line 8, ../sass/comp/views/_prisoner.scss */
.view-prisoner.view-display-id-page_1 .views-row .views-wrapper .title a {
  color: #ffffff;
  font-weight: bold;
  background: #808080;
  display: block;
  padding: 5px;
  border-bottom: 4px solid #fd6a20;
  margin-bottom: 7px;
}
@media screen and (min-width: 740px) {
  /* line 8, ../sass/comp/views/_prisoner.scss */
  .view-prisoner.view-display-id-page_1 .views-row .views-wrapper .title a {
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 21, ../sass/comp/views/_prisoner.scss */
  .view-prisoner.view-display-id-page_1 .views-row .views-wrapper .information {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
/* line 29, ../sass/comp/views/_prisoner.scss */
.view-prisoner.view-display-id-page_1 .views-row .views-wrapper .information .image {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  /* line 29, ../sass/comp/views/_prisoner.scss */
  .view-prisoner.view-display-id-page_1 .views-row .views-wrapper .information .image {
    margin-bottom: 10px;
    width: 49%;
  }
}
/* line 36, ../sass/comp/views/_prisoner.scss */
.view-prisoner.view-display-id-page_1 .views-row .views-wrapper .information .image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 740px) {
  /* line 42, ../sass/comp/views/_prisoner.scss */
  .view-prisoner.view-display-id-page_1 .views-row .views-wrapper .information .p-ino {
    padding: 5px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 42, ../sass/comp/views/_prisoner.scss */
  .view-prisoner.view-display-id-page_1 .views-row .views-wrapper .information .p-ino {
    width: 49%;
  }
}
/* line 50, ../sass/comp/views/_prisoner.scss */
.view-prisoner.view-display-id-page_1 .views-row .views-wrapper .information .p-ino div {
  margin-bottom: 5px;
}
/* line 52, ../sass/comp/views/_prisoner.scss */
.view-prisoner.view-display-id-page_1 .views-row .views-wrapper .information .p-ino div .label {
  display: block;
  color: #fd6a20;
  margin-top: 5px;
}
/* line 57, ../sass/comp/views/_prisoner.scss */
.view-prisoner.view-display-id-page_1 .views-row .views-wrapper .information .p-ino div .val {
  font-size: 1vw;
}
@media screen and (max-width: 740px) {
  /* line 57, ../sass/comp/views/_prisoner.scss */
  .view-prisoner.view-display-id-page_1 .views-row .views-wrapper .information .p-ino div .val {
    font-size: 14px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 57, ../sass/comp/views/_prisoner.scss */
  .view-prisoner.view-display-id-page_1 .views-row .views-wrapper .information .p-ino div .val {
    font-size: 1vw;
  }
}
/* line 72, ../sass/comp/views/_prisoner.scss */
.view-prisoner .view-filters {
  width: 98%;
  margin: 0 auto;
}
/* line 79, ../sass/comp/views/_prisoner.scss */
.view-prisoner .views-exposed-form .form-row {
  justify-content: flex-start;
}

/* line 84, ../sass/comp/views/_prisoner.scss */
.views-exposed-form {
  background: #ffffff;
  padding: 5px 20px;
  margin-bottom: 40px;
  border-bottom: 4px solid #fd6a20;
  -webkit-box-shadow: 2px 2px 10px #ccc;
  -moz-box-shadow: 2px 2px 10px #ccc;
  box-shadow: 2px 2px 10px #ccc;
}
@media screen and (max-width: 740px) {
  /* line 90, ../sass/comp/views/_prisoner.scss */
  .views-exposed-form .form-row {
    display: block;
  }
}
@media screen and (min-width: 1290px) {
  /* line 90, ../sass/comp/views/_prisoner.scss */
  .views-exposed-form .form-row {
    justify-content: space-around;
  }
  /* line 96, ../sass/comp/views/_prisoner.scss */
  .views-exposed-form .form-row fieldset.js-form-item {
    width: 27%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 90, ../sass/comp/views/_prisoner.scss */
  .views-exposed-form .form-row {
    justify-content: space-around;
  }
  /* line 102, ../sass/comp/views/_prisoner.scss */
  .views-exposed-form .form-row fieldset.js-form-item {
    width: 24%;
  }
}
/* line 106, ../sass/comp/views/_prisoner.scss */
.views-exposed-form .form-row .form-actions {
  align-self: center;
  top: 17px;
  position: relative;
}

/* line 3, ../sass/comp/views/_prisons.scss */
.prisons-info-wrapper .views-help-text {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fd6a20;
}

/* line 13, ../sass/comp/views/_prisons.scss */
.prisons-map-image-area .map-area {
  display: none;
}
/* line 16, ../sass/comp/views/_prisons.scss */
[lang="en"] .prisons-map-image-area .map-area.english {
  display: block;
}
/* line 21, ../sass/comp/views/_prisons.scss */
[lang="es"] .prisons-map-image-area .map-area.spanish {
  display: block;
}
/* line 26, ../sass/comp/views/_prisons.scss */
[lang="ar"] .prisons-map-image-area .map-area.arabic {
  display: block;
}

/* line 26, ../sass/style.scss */
#page, #main-wrapper, .region-primary-menu .menu-item a.is-active, .region-primary-menu .menu-item--active-trail a {
  background: transparent;
}

/* line 29, ../sass/style.scss */
#main-wrapper {
  padding: 20px;
}
/* line 32, ../sass/style.scss */
#main-wrapper .node--type-page {
  background: #ffffff;
  padding: 10px;
}

/* line 44, ../sass/style.scss */
body {
  /*override **/
  font-size: 18px;
  background: url("../images/full-bg1.jpg") repeat;
}
/* line 46, ../sass/style.scss */
body .region-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/* line 51, ../sass/style.scss */
body nav.tabs {
  flex: 0 0 100%;
}
/* line 55, ../sass/style.scss */
body .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 60, ../sass/style.scss */
body img {
  max-width: 100%;
  display: inline-block;
}
@media screen and (max-width: 740px) {
  /* line 44, ../sass/style.scss */
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 44, ../sass/style.scss */
  body {
    font-size: 1.1vw;
  }
}
/* line 79, ../sass/style.scss */
body #loader-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
}
/* line 90, ../sass/style.scss */
body #loader-overlay #progress {
  height: 1px;
  background: #fff;
  position: absolute;
  width: 0;
  top: 50%;
}
/* line 97, ../sass/style.scss */
body #loader-overlay #progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #fff;
}
/* line 109, ../sass/style.scss */
[dir="ltr"] body {
  text-align: left;
}
/* line 113, ../sass/style.scss */
[dir="rtl"] body {
  text-align: right;
}
/* line 20, ../sass/variables/_mixins.scss */
[dir="ltr"] body {
  font-family: 'Fauna One', 'Noto Kufi Arabic', sans-serif, sans-serif;
}
/* line 23, ../sass/variables/_mixins.scss */
[dir="rtl"] body {
  font-family: 'Noto Kufi Arabic', 'Fauna One', sans-serif;
}
/* line 119, ../sass/style.scss */
body .block-page-title-block {
  position: relative;
}
/* line 125, ../sass/style.scss */
body .wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}
@media screen and (min-width: 740px) {
  /* line 125, ../sass/style.scss */
  body .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 125, ../sass/style.scss */
  body .wrapper {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 125, ../sass/style.scss */
  body .wrapper {
    width: 96%;
  }
}
/* line 128, ../sass/style.scss */
body .nopadding {
  padding-left: 0;
  padding-right: 0;
}
/* line 132, ../sass/style.scss */
body a {
  text-decoration: none;
}
/* line 134, ../sass/style.scss */
body a:hover {
  text-decoration: none;
}
/* line 138, ../sass/style.scss */
body .bold-text {
  font-weight: bold;
}
/* line 140, ../sass/style.scss */
body .bold-text * {
  font-weight: bold;
}
/* line 145, ../sass/style.scss */
body .flexslider {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 152, ../sass/style.scss */
body .button-div a {
  display: inline-block;
  background: #fd6a20;
  text-align: center;
  padding: 5px 40px;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 152, ../sass/style.scss */
  body .button-div a {
    font-size: 1.4vw;
  }
}
/* line 165, ../sass/style.scss */
body .button-div a:hover {
  text-decoration: none;
  background: #ddd;
  color: #fd6a20;
}
@media screen and (max-width: 800px) {
  /* line 172, ../sass/style.scss */
  body .simple-link-div {
    display: inline-block;
    margin: 5px 10px;
  }
}
/* line 177, ../sass/style.scss */
body .simple-link-div a {
  display: inline-block;
  margin-bottom: 5px;
  color: #fd6a20;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 177, ../sass/style.scss */
  body .simple-link-div a {
    font-size: 0.9vw;
  }
}
/* line 188, ../sass/style.scss */
body .simple-link-div a:hover {
  text-decoration: none;
  color: #606060;
}
@media screen and (max-width: 800px) {
  /* line 196, ../sass/style.scss */
  body .icon-link-div {
    display: inline-block;
    margin: 5px 10px;
  }
}
/* line 201, ../sass/style.scss */
body .icon-link-div a {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}
/* line 205, ../sass/style.scss */
body .icon-link-div a .svg-inline--fa {
  background: #fd6a20;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  width: 30px;
  height: 30px;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}
/* line 208, ../sass/style.scss */
body .icon-link-div a .svg-inline--fa.fa-trash-alt {
  background: #ddd;
  color: #606060;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 205, ../sass/style.scss */
  body .icon-link-div a .svg-inline--fa {
    font-size: 0.8vw;
  }
}
/* line 224, ../sass/style.scss */
body .icon-link-div a .svg-inline--fa:hover {
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 229, ../sass/style.scss */
body .icon-link-div a .icon-title {
  color: #606060;
}
@media screen and (min-width: 800px) {
  /* line 229, ../sass/style.scss */
  body .icon-link-div a .icon-title {
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$decimal)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=70);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
    left: 120%;
  }
}
/* line 241, ../sass/style.scss */
body .icon-link-div a:hover .icon-title {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$decimal)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=70);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern!
  /* Firefox 0.9+, Safari 2?, Chrome any?
  /* Opera 9+, IE 9+ */
  opacity: 1;
}
/* line 249, ../sass/style.scss */
body .flex-control-nav {
  bottom: 10px;
  z-index: 2;
}

/* line 257, ../sass/style.scss */
.slick-arrow::before {
  background: #535353;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 20px;
  font-family: arial;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 257, ../sass/style.scss */
  .slick-arrow::before {
    font-size: 1.1vw;
  }
}

/* line 272, ../sass/style.scss */
.slick-next::before {
  content: '>';
}

/* line 275, ../sass/style.scss */
.slick-prev::before {
  content: '<';
}

/* line 278, ../sass/style.scss */
.slick-arrow:hover::before {
  color: #ffffff;
  background: #fd6a20;
}

/* line 20, ../sass/variables/_mixins.scss */
[dir="ltr"] .ui-dialog {
  font-family: 'Fauna One', 'Noto Kufi Arabic', sans-serif, sans-serif;
}
/* line 23, ../sass/variables/_mixins.scss */
[dir="rtl"] .ui-dialog {
  font-family: 'Noto Kufi Arabic', 'Fauna One', sans-serif;
}
/* line 287, ../sass/style.scss */
.ui-dialog .ui-widget-header {
  background: none;
  border: none;
  height: 42px;
}
/* line 291, ../sass/style.scss */
.ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
  width: 31px;
  height: 31px;
  border: none;
  background: url("../images/x-icon.png") center no-repeat;
  background-size: 100% auto;
}
/* line 297, ../sass/style.scss */
.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:after {
  content: '.';
  font-size: 0;
}

/* line 305, ../sass/style.scss */
.share-block {
  width: 100%;
  text-align: right;
}
/* line 308, ../sass/style.scss */
[dir="rtl"] .share-block {
  text-align: left;
}
/* line 311, ../sass/style.scss */
.share-block .a2a_s__default {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 313, ../sass/style.scss */
.share-block .a2a_s__default:hover {
  background: #fd6a20 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$decimal)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=10);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern!
  /* Firefox 0.9+, Safari 2?, Chrome any?
  /* Opera 9+, IE 9+ */
  opacity: 1;
}
/* line 318, ../sass/style.scss */
.share-block .addtoany_list a:hover:hover img, .share-block .addtoany_list a:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$decimal)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=10);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern!
  /* Firefox 0.9+, Safari 2?, Chrome any?
  /* Opera 9+, IE 9+ */
  opacity: 1;
}

/* line 324, ../sass/style.scss */
.fixed-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* line 332, ../sass/style.scss */
.overflow-hide {
  overflow: hidden;
}

/* line 337, ../sass/style.scss */
.ui-dialog.ui-widget.ui-widget-content {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  /* line 337, ../sass/style.scss */
  .ui-dialog.ui-widget.ui-widget-content {
    width: 800px !important;
  }
}

/* line 345, ../sass/style.scss */
.mobile-only {
  display: none;
}
@media screen and (max-width: 740px) {
  /* line 345, ../sass/style.scss */
  .mobile-only {
    display: block;
  }
}

/* line 351, ../sass/style.scss */
.desk-only {
  display: block;
}
@media screen and (max-width: 740px) {
  /* line 351, ../sass/style.scss */
  .desk-only {
    display: none;
  }
}

/* line 358, ../sass/style.scss */
.text-rtl {
  direction: rtl;
  text-align: right;
}

/* line 362, ../sass/style.scss */
.text-ltr {
  direction: ltr;
  text-align: left;
}

/* line 377, ../sass/style.scss */
.block-page-title-block h1 {
  text-transform: uppercase;
}

/* line 383, ../sass/style.scss */
.orange {
  color: #fd6a20 !important;
}

/* line 386, ../sass/style.scss */
.black {
  color: #262526 !important;
}

/* line 389, ../sass/style.scss */
.white {
  color: #ffffff !important;
}

/* line 396, ../sass/style.scss */
[dir="rtl"] .number {
  direction: ltr;
  display: inline-flex;
}

/* line 402, ../sass/style.scss */
.h2, h2 {
  line-height: 1.5;
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 402, ../sass/style.scss */
  .h2, h2 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 740px) {
  /* line 402, ../sass/style.scss */
  .h2, h2 {
    font-size: 16px;
  }
}

/* line 411, ../sass/style.scss */
.h1, h1 {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 740px) {
  /* line 411, ../sass/style.scss */
  .h1, h1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 411, ../sass/style.scss */
  .h1, h1 {
    font-size: 1.7vw;
  }
}

/* line 426, ../sass/style.scss */
.quicktabs-tabs .list-group-item {
  border: none;
}
/* line 428, ../sass/style.scss */
.quicktabs-tabs .list-group-item > a {
  background: #ffffff;
  border: none;
}
/* line 432, ../sass/style.scss */
.quicktabs-tabs .list-group-item.active > a {
  background: #fd6a20 !important;
  color: #ffffff;
}

/* line 439, ../sass/style.scss */
.quicktabs-main .quicktabs-tabpage {
  width: 100% !important;
}
/* line 441, ../sass/style.scss */
.quicktabs-main .quicktabs-tabpage .chart {
  width: 100% !important;
}
/* line 443, ../sass/style.scss */
.quicktabs-main .quicktabs-tabpage .chart .highcharts-container {
  width: 100% !important;
}
/* line 445, ../sass/style.scss */
.quicktabs-main .quicktabs-tabpage .chart .highcharts-container .highcharts-root {
  width: 100% !important;
}

/* line 453, ../sass/style.scss */
.block-quicktabs {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 740px) {
  /* line 456, ../sass/style.scss */
  .block-quicktabs .list-group-item + .list-group-item {
    font-size: 0.8em;
  }
}
/* line 461, ../sass/style.scss */
.block-quicktabs .list-group-item + .list-group-item.active {
  background: #fd6a20;
}

/* line 465, ../sass/style.scss */
.block-system-main-block {
  width: 100%;
}
