body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-style: normal;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

a {
  text-decoration: none;
}

li {
  margin-top: 5px;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 5px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e7e7e7;
  font-family: 'Libre Baskerville', sans-serif;
  color: #00a3ff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

figcaption {
  margin-top: 0px;
  padding: 8px 10px 10px;
  background-color: #e7e7e7;
  color: dimgrey;
  font-style: italic;
  text-align: center;
}

.navsection {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  overflow: hidden;
  height: 75px;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-image: url('../images/header-map.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: scroll;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
  color: #fff;
}

.newshead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(315deg, #e7e7e7, #fff);
  background-image: linear-gradient(135deg, #e7e7e7, #fff);
}

.menubutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  float: right;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  cursor: pointer;
}

.menubutton:hover {
  opacity: 0.7;
}

.menubutton.s {
  margin-left: 20px;
}

.menubutton.donate {
  height: 75px;
  margin-top: -9px;
  margin-left: 15px;
  padding-top: 2px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  text-transform: uppercase;
}

.icon {
  display: inline-block;
  margin-right: 8px;
}

.menucolumns {
  margin-top: 50px;
  text-align: center;
}

.menuhead {
  display: block;
  padding: 5px;
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.menuhead:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.line {
  display: block;
  width: 80px;
  height: 1px;
  margin: 10px auto 20px;
  background-color: #fff;
}

.menulink {
  display: block;
  padding: 10px 5px;
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.menulink:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.button {
  padding: 10px 20px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: #00c2ff;
  color: #fff;
}

.button.closes {
  margin-top: 20px;
  margin-bottom: 19px;
  padding-left: 40px;
  background-color: #000;
  background-image: url('../images/cross-white.svg');
  background-position: 10px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  letter-spacing: 1px;
}

.button.closes:hover {
  background-color: #00a3ff;
}

.button.closes.closedonate {
  margin-bottom: 80px;
}

.button.next {
  max-width: 400px;
  padding-left: 35px;
  background-color: #000;
  background-image: url('../images/controller-next-white.svg');
  background-position: 8px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
}

.button.next:hover {
  background-color: #00a3ff;
}

.menuicon {
  width: 30px;
}

.logo {
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.logo:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.newsblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  padding: 20px 25px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #00c2ff;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.newsblock:hover {
  background-color: #0085ff;
}

.newsblock.img {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 194, 255, .8), rgba(0, 194, 255, .8));
  background-image: linear-gradient(180deg, rgba(0, 194, 255, .8), rgba(0, 194, 255, .8));
}

.newsblock.img:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 133, 255, .8), rgba(0, 133, 255, .8)), -webkit-linear-gradient(270deg, rgba(0, 194, 255, .8), rgba(0, 194, 255, .8));
  background-image: linear-gradient(180deg, rgba(0, 133, 255, .8), rgba(0, 133, 255, .8)), linear-gradient(180deg, rgba(0, 194, 255, .8), rgba(0, 194, 255, .8));
}

.newsblock.img._1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 194, 255, .8), rgba(0, 194, 255, .8)), url('../images/European_Parliament_Strasbourg_2015-10-28_02-300x196.jpg');
  background-image: linear-gradient(180deg, rgba(0, 194, 255, .8), rgba(0, 194, 255, .8)), url('../images/European_Parliament_Strasbourg_2015-10-28_02-300x196.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.newsblock.img._1:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 133, 255, .8), rgba(0, 133, 255, .8)), url('../images/European_Parliament_Strasbourg_2015-10-28_02-300x196.jpg');
  background-image: linear-gradient(180deg, rgba(0, 133, 255, .8), rgba(0, 133, 255, .8)), url('../images/European_Parliament_Strasbourg_2015-10-28_02-300x196.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.newsblock.img._2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 144, 190, .29), rgba(0, 144, 190, .29)), url('../images/budapestimag.jpg');
  background-image: linear-gradient(180deg, rgba(0, 144, 190, .29), rgba(0, 144, 190, .29)), url('../images/budapestimag.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.newsblock.img._2:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 133, 255, .8), rgba(0, 133, 255, .8)), url('../images/budapestimag.jpg');
  background-image: linear-gradient(180deg, rgba(0, 133, 255, .8), rgba(0, 133, 255, .8)), url('../images/budapestimag.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.newsblock.img._3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 194, 255, .8), rgba(0, 194, 255, .8)), url('../images/map.jpg');
  background-image: linear-gradient(180deg, rgba(0, 194, 255, .8), rgba(0, 194, 255, .8)), url('../images/map.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.newsblock.img._3:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 133, 255, .8), rgba(0, 133, 255, .8)), url('../images/map.jpg');
  background-image: linear-gradient(180deg, rgba(0, 133, 255, .8), rgba(0, 133, 255, .8)), url('../images/map.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.newsblock.img._4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 194, 255, .8), rgba(0, 194, 255, .8)), url('../images/Symeou-and-father.jpg');
  background-image: linear-gradient(180deg, rgba(0, 194, 255, .8), rgba(0, 194, 255, .8)), url('../images/Symeou-and-father.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.newsblock.img._4:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 133, 255, .8), rgba(0, 133, 255, .8)), url('../images/Symeou-and-father.jpg');
  background-image: linear-gradient(180deg, rgba(0, 133, 255, .8), rgba(0, 133, 255, .8)), url('../images/Symeou-and-father.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.newsblock.donate {
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #00c2ff;
  background-image: -webkit-linear-gradient(270deg, #00c2ff 65%, #00a3ff);
  background-image: linear-gradient(180deg, #00c2ff 65%, #00a3ff);
  color: #000;
}

.newsblock.card {
  position: relative;
  overflow: hidden;
  margin: 5px 5px 10px;
  padding-top: 65px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px solid #000;
  background-color: #e7e7e7;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
}

.newsblock.card:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.nopadcol {
  padding-right: 0px;
  padding-left: 0px;
}

.introcol {
  padding-right: 50px;
  padding-left: 50px;
}

.blue {
  font-family: 'Libre Baskerville', sans-serif;
  color: #00c2ff;
  font-weight: 700;
}

.coltext {
  min-height: 40px;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #00c2ff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.readmore {
  margin-top: 5px;
  margin-left: 10px;
  padding: 5px 10px;
  border: 1px solid #00c2ff;
  border-radius: 3px;
  background-color: #fff;
  color: #00c2ff;
  font-weight: 700;
}

.readmore:hover {
  border-color: #0085ff;
  color: #0085ff;
}

.campaigncol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666%;
  height: 600px;
  padding: 30px 20px 50px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7e7e7;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.campaigncol:hover {
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.campaigncol._1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/court1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/court1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.campaigncol._2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/flag-2608475_960_720.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/flag-2608475_960_720.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.campaigncol._6 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DSC02176_sqligallerysliderImage.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DSC02176_sqligallerysliderImage.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.campaigncol._5 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/fence-2163951_1280.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/fence-2163951_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.campaigncol._4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/aircraft-994943_1280.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/aircraft-994943_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.campaigncol._3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/exp.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/exp.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectiontitle {
  margin-top: 0px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  color: #00c2ff;
  text-align: center;
}

.sectiontitle.white {
  color: #fff;
}

.section {
  background-color: #e7e7e7;
}

.campimage {
  max-width: 100px;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sectionsub {
  display: block;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 600;
  text-align: center;
}

.sectionhead {
  padding-top: 45px;
  padding-bottom: 40px;
  text-align: center;
}

.sectionhead.newssign {
  padding-bottom: 20px;
}

.close {
  display: none;
  margin-right: 7px;
}

.introtext {
  padding-right: 20px;
  font-size: 68px;
  line-height: 85px;
}

.shadetext {
  text-shadow: 0 0 50px #000;
}

.newslettersection {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
  background-image: -webkit-linear-gradient(225deg, #00a3ff, #00c2ff 57%);
  background-image: linear-gradient(225deg, #00a3ff, #00c2ff 57%);
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container.whero {
  margin-top: -40px;
  text-align: center;
}

.form-2 {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.checkbox-field {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 400;
}

.field-label {
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.field-label.lefta {
  margin-top: 0px;
  margin-bottom: 3px;
  float: left;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
}

.textfieldfoot {
  height: 50px;
  margin-bottom: 20px;
  border-style: none;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.checkbox {
  width: 15px;
  height: 15px;
}

.social {
  max-height: 40px;
  max-width: 40px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.social:hover {
  opacity: 1;
}

.socialmenu {
  display: block;
  height: 60px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.socialmenu.footer {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: left;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.socialmenu.footer.sharebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 15px;
  float: left;
  border: 1px solid #fff;
}

.socialmenu.pubshare {
  height: auto;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  padding-left: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer {
  padding: 20px;
}

.footerhead {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 18px;
}

.donatetabs {
  width: 100%;
}

.donatetabs.shadow {
  overflow: hidden;
  border-radius: 5px;
  background-color: #00a3ff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .32);
}

.donatetabstab {
  width: 49%;
  padding: 15px 10px;
  background-color: #00c2ff;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.donatetabstab.w--current {
  background-color: #00a3ff;
  text-decoration: underline;
}

.tabpane {
  padding: 15px 15px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a3ff;
}

.rowform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.donatefield {
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  color: #0085ff;
  font-size: 28px;
  font-weight: 700;
}

.donatesubmit {
  margin-top: -10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.donatesubmit:hover {
  background-color: #00a3ff;
}

.donatesubmit.donatepage {
  display: inline-block;
  width: auto;
  margin: 15px 10px 25px;
  font-size: 25px;
  line-height: 40px;
}

.pound {
  margin-top: -4px;
  margin-right: 15px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 30px;
  line-height: 30px;
}

.tabscontent {
  min-height: 0px;
  margin-bottom: -20px;
}

.tagbox {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 3px 5px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.tagbox.help {
  padding-left: 30px;
  background-image: url('../images/lifebuoy-white.svg');
  background-position: 4px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.tagbox.leap {
  padding-left: 23px;
  background-image: url('../images/light-bulb-white.svg');
  background-position: 3px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.tagbox.news {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  background-image: url('../images/news-white.svg');
  background-position: 2px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.tagbox.case {
  padding-left: 23px;
  background-image: url('../images/message-white.svg');
  background-position: 4px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.tagbox.map {
  padding-left: 25px;
  background-image: url('../images/map-white.svg');
  background-position: 3px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.tagbox.petition {
  padding-left: 24px;
  background-image: url('../images/heart-white.svg');
  background-position: 3px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.tagbox.pub {
  display: inline-block;
  padding-left: 25px;
  background-image: url('../images/book-white.svg');
  background-position: 3px 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.tagbox.camp {
  padding-left: 25px;
  background-image: url('../images/megaphone-white.svg');
  background-position: 3px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.tagbox.nap {
  padding-left: 27px;
  background-image: url('../images/flag-white.svg');
  background-position: 5px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.tagbox.pr {
  padding-left: 25px;
  background-image: url('../images/new-white.svg');
  background-position: 4px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.pagesection {
  padding-top: 75px;
  padding-bottom: 40px;
}

.search {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0px;
  margin-top: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
}

.tabs-content {
  padding: 30px 20px 19px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #e7e7e7;
}

.tab-link {
  padding: 20px 50px;
  border: 1px solid #cacaca;
  background-color: #cacaca;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.tab-link.w--current {
  border-style: solid solid none;
  border-width: 1px;
  border-color: #e7e7e7;
  background-color: #fff;
}

.text-field-search {
  margin-bottom: 0px;
  border: 1px solid #000;
}

.text-field-search.countrysearch {
  width: 70%;
  float: left;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-icon {
  max-width: 70px;
  margin-bottom: 20px;
}

.page-icon.donateicon {
  margin-top: 80px;
}

.search-label {
  margin-top: 10px;
  font-weight: 700;
}

.searchbutton {
  background-color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.searchbutton:hover {
  background-color: #00a3ff;
}

.searchbutton.margin {
  margin-top: 15px;
}

.searchbutton.rightfloat {
  width: 30%;
  padding-right: 5px;
  padding-left: 5px;
}

.hero {
  min-height: 400px;
  background-color: #cacaca;
  background-image: url('../images/nimes-2556871_1280.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero.newshero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #e7e7e7;
  background-image: none;
  text-align: center;
}

.hero.helphero {
  min-height: 200px;
  background-color: #e7e7e7;
  background-image: none;
}

.hero.news {
  margin-bottom: 40px;
  background-image: url('../images/flag-2608475_960_720.jpg');
}

.hero.publication {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 50px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #00a3ff;
  background-image: none;
  color: #fff;
  text-align: center;
}

.hero.campaign-hero {
  background-image: url('../images/court1.png');
}

.hero.backpage {
  min-height: 200px;
  margin-bottom: 40px;
  background-image: none;
}

.hero.prhero {
  min-height: 200px;
  margin-bottom: 20px;
  background-image: none;
}

.pagehead {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: #000;
  color: #fff;
}

.responsivegrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.topicbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 15%;
  margin: 5px;
  padding: 10px 10px 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #000;
  background-color: #e7e7e7;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.topicbox:hover {
  background-color: #e7e7e7;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.topicbox.w--current {
  border-color: #00a3ff;
  background-color: #00a3ff;
}

.topicbox.w--current:hover {
  opacity: 1;
}

.topicbox.left {
  margin-left: 24px;
  padding-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  text-transform: none;
}

.topicbox.left.main {
  margin-left: 10px;
  font-size: 25px;
  line-height: 30px;
}

.topicbox.pubbox {
  display: block;
  padding-bottom: 10px;
  text-align: left;
  text-transform: none;
}

.topicimage {
  max-width: 50px;
  margin-top: 9px;
  margin-bottom: 10px;
}

.contentcolumn {
  padding-right: 10%;
  text-align: left;
}

.tabs-content-2 {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.keystats {
  margin: 15px 5px;
  padding: 20px 30px;
  border: 1px solid #000;
  background-color: #e7e7e7;
  text-align: center;
}

.heading-3 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  border-top: 3px solid #000;
}

.keyhead {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.relevant-pages-section {
  position: relative;
  z-index: 2;
  padding: 30px 20px 60px;
  background-color: #e7e7e7;
  text-align: center;
}

.contentrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contentrow.fullwidth {
  width: 100vw;
}

.bgimg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 70%;
  background-image: url('../images/header-map.jpg');
  background-position: 0px 0px;
  background-size: 816px;
}

.bgimg._1 {
  background-image: url('../images/nimes-2556871_1280.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bgimg._2 {
  background-image: url('../images/DSC02176_sqligallerysliderImage.jpg');
  background-size: 300px;
}

.bgimg._3 {
  background-image: url('../images/budapestimag.jpg');
  background-size: 297px;
}

.bgimg._4 {
  background-image: url('../images/article-2542281-00E74EF800000190-10_306x423.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bgimg._4.personc {
  background-color: #000;
  background-image: url('../images/article-2542281-00E74EF800000190-10_306x423.jpg'), -webkit-linear-gradient(270deg, rgba(0, 194, 255, .49), rgba(0, 194, 255, .49)), url('../images/article-2542281-00E74EF800000190-10_306x423.jpg');
  background-image: url('../images/article-2542281-00E74EF800000190-10_306x423.jpg'), linear-gradient(180deg, rgba(0, 194, 255, .49), rgba(0, 194, 255, .49)), url('../images/article-2542281-00E74EF800000190-10_306x423.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 50%, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.bgimg._5 {
  background-image: url('../images/gm.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bgimg._6 {
  background-image: url('../images/justice-300x199.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bgimg._7 {
  background-image: url('../images/image-4-300x225.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bgimg._8 {
  background-image: url('../images/DAPL-Banner-300x182.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bgimg._9 {
  background-image: url('../images/ICPO-Interpol_Lione-300x225.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bgimg._10 {
  background-image: url('../images/Asya_Pic-and-Logo.png'), url('../images/header-map.jpg');
  background-position: 50% 66%, 0px 0px;
  background-size: cover, 816px;
  background-repeat: no-repeat, repeat;
}

.bgimg._11 {
  background-image: url('../images/flavia-e1507220397422.png'), url('../images/header-map.jpg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 816px;
}

.bgimg._12 {
  background-image: url('../images/_73685621_73685620.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.cardhead {
  position: relative;
  z-index: 10;
  margin: 0px -10px 5px 0px;
  padding-top: 7px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e7e7e7;
  font-size: 20px;
  line-height: 26px;
}

.cardhead.big {
  font-size: 28px;
  line-height: 35px;
}

.tagcontainer {
  margin-top: 5px;
  margin-bottom: 10px;
}

.tag {
  display: inline-block;
  margin: 1px;
  padding: 4px 5px;
  background-color: #00a3ff;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
}

.tag:hover {
  background-color: #0085ff;
}

.tag.selected {
  background-color: #000;
}

.filters {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.filteritem {
  width: 100%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.date {
  padding-left: 10px;
  font-size: 12px;
  font-style: italic;
}

.dropdown-toggle {
  display: block;
  padding-left: 40px;
  border: 1px solid #000;
  color: #000;
}

.dropdown-toggle:hover {
  background-color: #e7e7e7;
}

.dropdown-toggle.datef {
  padding-left: 40px;
  background-image: url('../images/calendar.svg');
  background-position: 15px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.dropdown-toggle.tagf {
  background-image: url('../images/tag.svg');
  background-position: 13px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.dropdown-toggle.orderf {
  background-image: url('../images/list.svg');
  background-position: 10px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.dropdown-link {
  border-bottom: 1px solid #cacaca;
  color: #000;
}

.dropdown-link:hover {
  background-color: #e7e7e7;
}

.loadmore {
  display: block;
  width: 150px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.loadmore:hover {
  background-color: #00a3ff;
}

.helpbuttontext {
  margin-top: 8px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
}

.tabs-menu {
  width: 33%;
}

.responsivetabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.tabs-content-3 {
  width: 66%;
  max-width: 600px;
  padding-top: 6px;
  padding-left: 15px;
}

.question {
  display: block;
  margin-bottom: 10px;
}

.dropdown-toggle-2 {
  display: block;
  padding-left: 40px;
  background-image: url('../images/question.svg');
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.dropdownarea.w--open {
  position: relative;
  padding: 15px;
}

.newsinfo {
  margin-top: 8px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.newsinfo.pubinfo {
  display: inline-block;
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.share {
  margin-right: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.pressinline {
  margin-top: 11px;
}

.pubhead {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.downloadbutton {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.downloadbutton:hover {
  background-color: #fff;
}

.fixcol {
  position: fixed;
  top: 100px;
  z-index: 0;
  display: block;
  width: 200px;
  max-width: 200px;
}

.column {
  position: relative;
  z-index: 1;
}

.staycol {
  width: 200px;
  max-width: 200px;
}

.donatemenu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 0px;
  margin-top: 75px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cacaca;
  background-image: url('../images/download.png'), -webkit-linear-gradient(45deg, #00c2ff, #0085ff);
  background-image: url('../images/download.png'), linear-gradient(45deg, #00c2ff, #0085ff);
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  text-align: center;
}

.mapbackground {
  z-index: 1;
  height: 100vh;
}

.mapcol {
  padding-right: 0px;
  padding-left: 0px;
}

.mapinfocol {
  padding-right: 2px;
  padding-left: 0px;
}

.mapinfodiv {
  overflow: auto;
  height: 100vh;
  padding-top: 75px;
  background-color: #e7e7e7;
  background-image: url('../images/Map-tag-bg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
  color: #fff;
}

.countryselector {
  position: absolute;
  z-index: 10;
  overflow: auto;
  width: 20%;
  height: 100vh;
  padding-top: 90px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #0085ff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
  color: #fff;
}

.countrylisthead {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.countrylisthead.inline {
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.countrytitle {
  display: block;
  margin-bottom: 10px;
  padding: 10px 60px 10px 10px;
  border: 1px solid #fff;
  -webkit-transition: border 100ms ease-in-out;
  transition: border 100ms ease-in-out;
  color: #fff;
  font-size: 16px;
}

.countrytitle:hover {
  border-right-width: 40px;
  background-image: url('../images/chevron-thin-right-white.svg');
  background-position: 100% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.countrytitle.chosen {
  background-color: #000;
}

.profile {
  overflow: hidden;
  width: 0px;
  padding: 15px;
  background-color: #3a3a3a;
  opacity: 0;
  color: #fff;
}

.readmoremaplink {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 3px;
  float: right;
  color: #00c2ff;
}

.readmoremaplink:hover {
  color: #0085ff;
}

.profilesection {
  position: relative;
  margin-bottom: 15px;
}

.help-button {
  display: block;
  margin-bottom: 20px;
  padding-left: 33px;
  background-color: #00a3ff;
  background-image: url('../images/lifebuoy-white.svg');
  background-position: 6px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.help-button:hover {
  background-color: #0085ff;
}

.responsivehor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 15px;
}

.people-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.peoplecard {
  max-width: 20%;
  min-width: 20%;
  margin: 10px 5px 20px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #000;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  text-align: left;
}

.peoplecard:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.peopleimage {
  width: 100%;
}

.position {
  margin-top: -10px;
  color: #0085ff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.peopledetails {
  padding-right: 15px;
  padding-left: 10px;
}

.people-head {
  width: 100%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.donatefield2 {
  width: 99%;
  border: 1px solid #fff;
  color: #0085ff;
  font-weight: 700;
}

.donateform {
  overflow: hidden;
  height: 0px;
}

.amount-container {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.person {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .33);
}

.inthenews {
  padding: 40px 20px;
  background-color: #e7e7e7;
  text-align: center;
}

.menuitems {
  margin-top: 20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
}

.map-tag {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  min-height: 30px;
  min-width: 30px;
  background-color: #000;
  box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, .6);
  opacity: 0;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
  text-align: center;
  cursor: pointer;
}

.map-tag:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.map-tag.cs {
  overflow: visible;
  background-image: url('../images/message-white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-align: center;
}

.map-tag.le {
  left: 65%;
  top: 58%;
  background-image: url('../images/megaphone-white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.map-tag.lea {
  left: 65%;
  top: 46%;
  background-image: url('../images/light-bulb-white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.tridown {
  position: relative;
  top: 25px;
  width: 15px;
}

.footlink {
  color: #00c2ff;
  font-style: italic;
}

.snippet {
  padding-left: 10px;
}

.result {
  color: #0085ff;
  font-weight: 700;
}

.onpageform {
  padding: 10px 15px 15px;
  background-color: #0085ff;
  background-image: -webkit-linear-gradient(45deg, #00c2ff, #00a3ff);
  background-image: linear-gradient(45deg, #00c2ff, #00a3ff);
  color: #fff;
}

.textfieldpage {
  height: 50px;
  border-style: none;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.image {
  width: 30px;
  margin-top: 10px;
  margin-right: 6px;
  float: left;
}

.heading-4 {
  text-shadow: 0 0 27px #000;
}

.commission {
  display: block;
  padding: 10px 25px;
  background-color: #e7e7e7;
  color: #3a3a3a;
  font-size: 12px;
  line-height: 16px;
}

.inline {
  display: inline;
}

.italic-text {
  font-size: 11px;
  line-height: 14px;
}

.text-block {
  display: inline;
}

@media (max-width: 991px) {
  .navsection {
    position: relative;
    padding-left: 10px;
  }
  .newshead {
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menucolumns {
    margin-top: 30px;
  }
  .menuhead {
    margin-top: 15px;
  }
  .line {
    margin-top: 5px;
    margin-bottom: 7px;
  }
  .menulink {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: hsla(0, 0%, 100%, .26);
  }
  .newsblock {
    min-height: 0px;
  }
  .newsblock.donate {
    padding-bottom: 5px;
  }
  .readmore {
    margin-bottom: 20px;
  }
  .campaigncol {
    width: 33.3333333%;
    height: 500px;
  }
  .introtext {
    font-size: 30px;
    line-height: 40px;
  }
  .pagesection {
    padding-top: 0px;
  }
  .search {
    margin-top: 0px;
  }
  .hero {
    min-height: 300px;
  }
  .hero.prhero {
    min-height: 100px;
  }
  .topicbox {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 14px;
  }
  .contentrow {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .fixcol {
    display: none;
  }
  .staycol {
    width: auto;
    max-width: 1000px;
  }
  .donatemenu {
    display: block;
    margin-top: 0px;
  }
  .mapinfodiv {
    height: auto;
    padding-top: 0px;
  }
  .countryselector {
    width: 50%;
    padding-top: 20px;
  }
  .menuitems {
    overflow: auto;
    margin-top: 20px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .newshead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icon {
    margin-right: 0px;
  }
  .newsblock {
    min-height: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .newsblock.card {
    margin-bottom: 10px;
  }
  .introcol {
    padding: 5px 15px 15px;
  }
  .coltext {
    display: block;
  }
  .readmore {
    display: inline-block;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .campaigncol {
    width: 100%;
    height: auto;
  }
  .campaigncol._1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .open {
    display: none;
  }
  .introtext {
    font-size: 18px;
    line-height: 25px;
  }
  .footerhead {
    margin-top: 20px;
  }
  .search {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero {
    min-height: 200px;
  }
  .responsivegrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .topicbox {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .topicbox.left {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .topicbox.left.main {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .topicbox.pubbox {
    width: auto;
  }
  .relevant-pages-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contentrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cardhead {
    font-size: 16px;
    line-height: 20px;
  }
  .tabs-menu {
    width: 100%;
  }
  .responsivetabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-content-3 {
    width: 95%;
  }
  .mapbackground {
    height: 80vh;
  }
  .mapinfodiv {
    padding-top: 0px;
  }
  .countryselector {
    width: 100%;
    height: 60vh;
    margin-top: 0px;
    padding-top: 20px;
    border-bottom: 5px solid #000;
  }
  .peoplecard {
    min-width: 40%;
  }
  .menuitems {
    position: relative;
    overflow: auto;
  }
  .paragraph {
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .navsection {
    padding-left: 10px;
    background-repeat: repeat;
  }
  .menubutton {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menubutton.s {
    margin-left: 5px;
  }
  .menubutton.donate {
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .icon {
    max-width: 70%;
    margin-right: 0px;
  }
  .logo {
    max-width: 100px;
    margin-top: 10px;
  }
  .coltext {
    margin-top: 5px;
  }
  .open {
    display: none;
  }
  .donatetabstab {
    display: inline-block;
  }
  .tab-link {
    display: block;
    width: 50%;
    float: left;
  }
  .responsivegrid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .topicbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown-toggle.tagf {
    margin-top: 19px;
  }
  .mapinfodiv {
    background-image: url('../images/Map-tag-bg.svg');
    background-size: 70%;
    background-repeat: no-repeat;
  }
  .countryselector {
    height: 60vh;
  }
  .inline {
    display: inline-block;
  }
}

