@font-face {
  font-family: 'Abraham';
  font-weight: normal;
  src: url('../fonts/AbrahamRegular.eot');
  src: url('../fonts/AbrahamRegular.eot#iefix') format('embedded-opentype'), url('../fonts/AbrahamRegular.woff2') format('woff2'), url('../fonts/AbrahamRegular.woff') format('woff');
}
@font-face {
  font-family: 'Abraham';
  font-weight: bold;
  src: url('../fonts/AbrahamBold.eot');
  src: url('../fonts/AbrahamBold.eot#iefix') format('embedded-opentype'), url('../fonts/AbrahamBold.woff2') format('woff2'), url('../fonts/AbrahamBold.woff') format('woff');
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes show-in {
  from {
    opacity: 0;
    margin-top: 15px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
@keyframes show-out {
  from {
    opacity: 1;
    margin-top: 0px;
  }
  to {
    opacity: 0;
    margin-top: 15px;
  }
}
.wrapper #header, .wrapper #header *:not(.sub-menu):not(ul), .header-menu, .mobile-menu-btn *, .mobile-menu-btn *:before, .mobile-menu-btn *:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup {
  animation-name: show-in;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button, hr, input {
  overflow: visible;
}
progress, sub, sup {
  vertical-align: baseline;
}
[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, select {
  text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden], template {
  display: none;
}
script, style {
  display: none !important;
}
a {
  color: unset;
  text-decoration: unset;
}
body {
  direction: rtl;
  color: #00234a;
  background: #f7f7f7;
  font-family: 'Abraham', Arial, sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
body:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 8px;
  background: #3ba2ed;
  background: linear-gradient(to left, #3ba2ed, #00234a);
  float: right;
  clear: both;
  position: fixed;
  top: 0;
  z-index: 1;
}
body.admin-bar:before {
  top: 32px;
}
h1, h2, .h1, .h2 {
  font-size: 33px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
}
h3, .h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
h4, h5, .h4, .h5 {
  font-size: 20px;
  font-weight: normal;
  color: #3ba2ed;
  line-height: 1.3;
}
p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}
.pc {
  font-size: 18px;
  font-weight: normal;
  color: #3ba2ed;
  line-height: 1.8;
}
.header-menu, #footer .txt {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
}
.ps, #footer .credit {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
}
.psc, .articles .name {
  font-size: 16px;
  font-weight: normal;
  color: #3ba2ed;
  line-height: 1.3;
}
bold, b, strong {
  font-weight: bold;
}
.fields-wrap .submit-wrap input:hover, .fields-wrap .submit-wrap input:focus, .articles .image span, .single-content .post-image span, .main-featured .txt {
  background: #3ba2ed;
  color: #fff;
}
.events .tag:hover, .slick-slider > button:hover, .single-content h6 a:hover, .single-content .paypalbtn:hover, .single-content .files a:hover, .events .tag:focus, .slick-slider > button:focus, .single-content h6 a:focus, .single-content .paypalbtn:focus, .single-content .files a:focus, .fields-wrap .submit-wrap input, div.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
  background: #00234a;
  color: #fff;
}
#contact-popup .fields-wrap > span textarea, .fields-wrap > span:not(.submit-wrap) input {
  background: #fff;
  border: 1px solid #00234a;
  line-height: 54px;
  padding: 0 13px;
}
.events .tag, .slick-slider > button, .single-content h6 a, .single-content .paypalbtn, .single-content .files a {
  color: #fff;
  padding: 5px 25px;
  display: inline-block;
  cursor: pointer;
  border: none;
  text-align: center;
  background: #3ba2ed;
}
.fields-wrap .submit-wrap input {
  color: #fff;
  padding: 5px 25px;
  display: inline-block;
  cursor: pointer;
  border: none;
  text-align: center;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flexit, .flexit > *, #footer .wrap-footer, #footer .credit, .popup.active, .single-content .files, .posts-navs, .main-featured a, .main-featured .txt, .events-featured a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.flexit > *, .main-featured .txt {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.flexit {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
header, main, footer, setcion {
  width: 100%;
  display: inline-block;
  float: right;
  clear: both;
}
.container {
  width: 1320px;
  max-width: 100%;
  padding: 0 20px;
  clear: both;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  display: table;
  content: " ";
  clear: both;
}
.row, .single-content .files {
  margin-right: -20px;
  margin-left: -20px;
  clear: both;
}
.row:after, .single-content .files:after {
  display: table;
  content: " ";
  clear: both;
}
.header-menu .menu .sub-menu a, .sidebar .menu, .sidebar .menu li, .sidebar .menu a, .headline, .articles .image, .articles .txt, div.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors, .single-content .files a, .home-newsletter {
  width: 100%;
  float: right;
  display: inline-block;
}
.archive-articles article, .events .post-item, .single-content .files span, .fields-wrap > span {
  padding-right: 20px;
  padding-left: 20px;
  float: right;
}
.archive-articles article, .events .post-item, .single-content .files span {
  width: 50%;
}
.wrapper {
  float: right;
  width: 100%;
  overflow: hidden;
}
img {
  width: 100%;
  height: auto;
}
.header-menu .menu .sub-menu, .sidebar > *, .headline, .sub-headline, .articles .txt, .team-loop .image, .floating-btns a, .single-content, .single-team .single-content .post-image, .home-newsletter {
  background: #fff;
  border: 1px solid #ececec;
  padding: 20px;
}
main {
  padding-top: 20px;
}
.main-content {
  width: 66.66667%;
  float: left;
  padding: 0 20px;
}
.no-sidebar .main-content {
  float: none;
  margin: auto;
}
.sidebar {
  float: right;
  width: 33.33333%;
  padding: 0 20px;
}
/************/
/** HEADER **/
/************/
#header {
  padding: 18px 0 8px 0;
  background: #fff;
  border-bottom: 1px solid #ececec;
  position: fixed;
  top: 8px;
  z-index: 2;
  right: 0;
}
.admin-bar #header {
  top: 40px;
}
.wrapper {
  padding-top: 120px;
}
.admin-bar .wrapper {
  padding-top: 152px;
}
.scrolled .wrapper #header {
  padding-top: 8px;
}
.scrolled .wrapper #header .social, .scrolled .wrapper #header .lang-switcher {
  max-height: 0px;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}
.scrolled .wrapper #header .header-menu {
  margin-top: 12px;
}
.logo {
  float: right;
  max-width: 300px;
}
.scrolled .logo {
  max-width: 180px;
}
.lang-switcher {
  padding: 5px;
  float: right;
  position: relative;
  cursor: pointer;
}
.lang-switcher::first-letter {
  text-transform: uppercase;
}
.lang-switcher > a:after {
  content: "▾";
  margin-left: 5px;
  float: right;
}
.lang-switcher ul {
  position: absolute;
  top: -1000px;
  opacity: 0;
  z-index: 1;
  left: -5px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lang-switcher:hover ul, .lang-switcher:focus ul {
  top: 23px;
  opacity: 1;
  background: #fff;
  padding: 5px 10px;
}
.header-menu {
  float: right;
  margin-bottom: 0;
  margin: 42px 40px 0 40px;
}
.header-menu .menu .sub-menu {
  padding: 0 10px;
  position: absolute;
  z-index: 1;
  width: 180px;
  text-align: center;
  top: -1000px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header-menu .menu .sub-menu a {
  padding: 4px;
  border-bottom: 1px solid #ececec;
}
.header-menu .menu li:hover .sub-menu, .header-menu .menu li:focus .sub-menu {
  top: 46px;
  opacity: 1;
}
.header-menu .menu > li {
  display: inline-block;
  float: right;
  position: relative;
}
.header-menu .menu > li:not(:last-child):after {
  content: '|';
}
.header-menu .menu > li > a {
  padding: 5px 20px;
  display: inline-block;
  position: relative;
  /*&:after {
   content: '';
   display: inline-block;
   width: 100%;
   height: 1px;
   border-bottom: 1px solid;
   position: absolute;
   bottom: 0;
   right: 0;
   }*/
}
.header-menu .menu > li.current-menu-ancestor > a, .header-menu .menu > li.current-menu-parent > a, .header-menu .menu > li.current-menu-item > a, .header-menu .menu > li.current_page_item > a, .header-menu .menu > li.current_page_ancestor > a {
  color: #3ba2ed;
}
.header-actions {
  float: left;
}
.social {
  float: left;
}
.social > * {
  float: right;
}
.social a {
  display: inline-block;
  float: right;
  width: 33px;
  height: 33px;
  margin-right: 5px;
  background: url(../images/social.svg) no-repeat center;
}
.social a.facebook-icon {
  width: 20px;
}
.social a.youtube-icon {
  background-position-x: -73px;
}
.social a.facebook-icon {
  background-position-x: 4px;
}
.social a.twitter-icon {
  background-position-x: -28px;
}
div.search {
  margin-top: 15px;
}
div.search input::-webkit-search-cancel-button {
  display: none;
}
div.search form, div.search {
  float: left;
  clear: both;
}
div.search form {
  background: #f7f7f7;
  padding: 2px 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
div.search ::placeholder {
  color: #3ba2ed;
}
div.search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3ba2ed;
}
div.search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3ba2ed;
}
div.search :-ms-input-placeholder {
  /* IE 10+ */
  color: #3ba2ed;
}
div.search :-moz-placeholder {
  /* Firefox 18- */
  color: #3ba2ed;
}
div.search .screen-reader-text {
  display: none;
}
div.search .search-field {
  padding: 5px 10px;
  outline: none;
  font-size: 20px;
  width: 100px;
}
div.search input {
  background: none;
  border: none;
}
div.search .search-submit {
  cursor: pointer;
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url(../images/search.svg);
  display: inline-block;
  float: left;
  padding: 0;
  margin-top: 6px;
}
/************/
/** FOOTER **/
/************/
#footer {
  padding-bottom: 30px;
}
#footer .logo {
  width: 220px;
}
#footer .txt {
  float: none;
  margin: auto;
  width: 100%;
  max-width: fit-content;
}
#footer .txt > * {
  padding: 10px 15px;
}
#footer .txt .txt-wrap {
  float: right;
}
#footer .credit {
  float: left;
  align-items: center;
}
#footer #menu-footer {
  text-align: center;
}
#footer #menu-footer li {
  display: inline;
}
#footer #menu-footer li a {
  padding: 10px 15px;
}
#footer #menu-footer li:not(:last-child):after {
  content: '|';
}
/***************/
/*** SIDEBAR ***/
/***************/
.sidebar .menu li:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.sidebar .menu li.current_page_item {
  color: #3ba2ed;
}
.sidebar .menu a {
  padding: 15px 0;
}
.sidebar .menu .sub-menu {
  padding-right: 15px;
}
.sidebar .menu .sub-menu a {
  padding: 5px 0;
}
/***************/
/*** ARCHIVE ***/
/***************/
.headline {
  padding: 5px 20px;
  margin: 20px 0;
}
.headline .h1 {
  float: right;
}
.headline a {
  float: left;
  line-height:21px;
  margin-left: 20px;
}
.sub-headline {
  padding: 5px 30px;
  margin-bottom: 5px;
}
article {
  margin-bottom: 40px;
}
.articles .image {
  position: relative;
}
.articles .image img {
  float: right;
}
.articles .image span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  min-width: 290px;
  max-width: 100%;
  line-height: 1.3;
}
.articles .txt {
  padding: 11px;
  background: #fff;
  min-height: 180px;

}
.articles .name {
  line-height: 2;
  margin-bottom: 0;
  min-height: 32px;
}
.events .image {
  width: 47%;
}
.events .txt {
  width: 53%;
  position: relative;
}
.events .tag {
  position: absolute;
  left: 0;
  bottom: 0;
}
.team-loop {
  width: 100%;
}
.team-loop article {
  width: 33.33333%;
}
.team-loop .image {
  padding: 0;
  width: 180px;
  max-width: 60%;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  overflow: hidden;
  float: left;
  margin-bottom: -45px;
}
.team-loop p.excerpt {
  line-height: 1.3;
  height: 5.2em;
  overflow: hidden;
}
.team-loop .read-more {
  float: left;
  line-height: 2em;
}
/****************/
/*** ELEMENTS ***/
/****************/
.slick-slider > button {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
}
.slick-slider > button:before, .slick-slider > button:after {
  content: '';
  width: 10px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  transform: rotate(45deg);
  top: 15px;
  left: 15px;
}
.slick-slider > button:after {
  transform: rotate(-45deg);
  top: 21px;
}
.slick-slider .slick-prev {
  right: -10px;
}
.slick-slider .slick-next {
  left: -10px;
}
.slick-slider .slick-next:after, .slick-slider .slick-next:before {
  right: 15px;
}
.slick-slider .slick-next:after {
  transform: rotate(45deg);
}
.slick-slider .slick-next:before {
  transform: rotate(-45deg);
}
.floating-btns {
  position: fixed;
  left: 0;
  top: 150px;
  width: 95px;
}
.floating-btns a {
  cursor: pointer;
  width: 70%;
  display: inline-block;
  float: left;
  margin-bottom: 6px;
  font-size: 14px;
  color: #3ba2ed;
  text-align: center;
  padding: 10px;
  line-height: 1;
}
.floating-btns a span:not(.icon) {
  width: 100%;
  display: inline-block;
  min-height: 30px;
}
span.icon {
  width: 30px;
  height: 40px;
  display: inline-block;
}
span.icon:not(.icon-img) {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
}
span.icon.icon-contact {
  background-position-y: -30px;
}
span.icon.icon-donate {
  background-position-y: -70px;
}
span.icon.icon-img {
  width: 1000px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}
span.icon.icon-img img {
  max-width: 30px;
}
.popup > div > .close-icon {
  width: 20px;
  height: 20px;
  float: left;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  position: relative;
}
.popup > div > .close-icon:after, .popup > div > .close-icon:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #00234a;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
}
.popup > div > .close-icon:after {
  transform: rotate(-45deg);
}
.popup > div > .close-icon:before {
  transform: rotate(45deg);
}
.popup {
  position: fixed;
  display: none;
  align-content: center;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
}
.popup.animate {
  animation-name: fade-out;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
.popup > div {
  margin: auto;
  width: 920px;
  max-width: 90%;
  padding: 20px 40px 60px 40px;
  position: relative;
  background: #fff;
}
.popup > div > div {
  float: right;
  width: 100%;
}
.popup .icon-wrap {
  text-align: center;
}
.popup .icon-wrap .icon-img {
  width: 57px;
  display: inline-block;
}
.popup .icon-wrap .icon-img img {
  max-width: 57px;
}
.popup h4 {
  text-align: center;
  color: #00234a;
  font-size: 30px;
  padding: 40px 0;
}
.fields-wrap > span {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
#contact-popup .fields-wrap > span {
  width: 100%;
  margin-bottom: 10px;
}
.fields-wrap > span > * {
  width: 100%;
  margin: 0;
  font-size: 24px;
}
#newsletter-popup .fields-wrap .submit-wrap {
  width: 210px;
}
.fields-wrap .submit-wrap input {
  line-height: 56px;
  padding: 0;
}
#newsletter-popup .fields-wrap .your-name {
  width: calc(55% - 105px);
}
#newsletter-popup .fields-wrap .your-email {
  width: calc(45% - 105px);
}
#contact-popup > div > div {
  padding-left: 7.8125vw;
  padding-right: 7.8125vw;
}
#contact-popup .form-popup {
  width: 290px;
  float: left;
}
#contact-popup textarea {
  height: 86px;
  float: left;
  font-size: 18px;
}
#contact-popup input:not(.wpcf7-submit) {
  font-size: 18px;
}
#contact-popup .wpcf7-submit {
  float: left;
  width: auto;
  min-width: 145px;
}
#contact-popup .form-txt {
  float: right;
  width: 290px;
}
#contact-popup .form-txt p {
  margin-bottom: 5px;
}
div.wpcf7 .ajax-loader {
  display: none;
}
div.wpcf7 .ajax-loader.is-active {
  background-image: url(../images/ajax-loader.gif);
  position: fixed;
  display: inline-block;
  top: 50%;
  right: 50%;
  width: 120px;
  height: 120px;
  margin: 0;
  background-size: cover;
  -webkit-transform: translate(50%);
  -moz-transform: translate(50%);
  -ms-transform: translate(50%);
  -o-transform: translate(50%);
  transform: translate(50%);
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 150px -40px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 150px -40px rgba(0, 0, 0, 0.65);
  -ms-box-shadow: 0px 0px 150px -40px rgba(0, 0, 0, 0.65);
  -o-box-shadow: 0px 0px 150px -40px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 150px -40px rgba(0, 0, 0, 0.65);
  z-index: 9999999999;
}
span.wpcf7-not-valid-tip {
  font-size: 16px;
}
div.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
  margin: 0;
  border: none;
  text-align: center;
}
/**************/
/*** SINGLE ***/
/**************/
.single-content {
  padding-left: 5.72917vw;
  padding-right: 5.72917vw;
  margin-bottom: 60px;
}
.single-content p {
  margin-bottom: 1em;
}
.single-content h6 {
  margin-bottom: 30px;
}
.single-content .paypal-form {
  margin-bottom: 30px;
}
.single-content .post-image {
  float: left;
  width: 290px;
  margin: 0 30px 30px -65px;
  position: relative;
  max-width: 100%;
}
.single-content .post-image img {
  float: right;
}
.single-content .post-image span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  min-width: 290px;
  max-width: 100%;
  line-height: 1.3;
}
.single-content .files {
  flex-wrap: wrap;
}
.single-content .files span {
  margin: 7px 0;
}
.posts-navs {
  margin-top: 14.58333vw;
}
.posts-navs .nav-previous {
  margin-left: auto;
  position: relative;
}
.posts-navs .nav-previous a:before {
  content: '→';
  position: absolute;
  right: -20px;
}
.posts-navs .nav-next {
  margin-right: auto;
  position: relative;
}
.posts-navs .nav-next a:before {
  content: '←';
  position: absolute;
  left: -20px;
}
.posts-navs.num-links-3 .all-posts-link {
  margin: auto;
}
.posts-navs .all-posts-link {
  border-bottom: 2px solid #ccc;
}
.post-footer {
  width: 100%;
  display: inline-block;
  margin-top: 50px;
}
.social-share label {
  line-height: 33px;
}
.social-share a {
  margin-right: 20px;
}
/*******************/
/*** SINGLE TEAM ***/
/*******************/
.single-team .single-content {
  margin-top: 110px;
}
.single-team .single-content h1 {
  line-height: 2;
}
.single-team .single-content .name {
  margin-bottom: 90px;
  line-height: 2;
}
.single-team .single-content .post-image {
  width: 220px;
  display: block;
  float: left;
  margin: -90px 30px 30px -40px;
  position: relative;
  padding: 0;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  overflow: hidden;
}
/************/
/*** HOME ***/
/************/
.main-featured, .main-featured .wrap-posts {
  padding: 0 20px;
}
.main-featured article, .main-featured .slick-slide {
  margin: 0;
}
.main-featured ul.slick-dots {
  position: absolute;
  left: 15px;
  bottom: 35px;
}
.main-featured ul.slick-dots li {
  border-radius: 50px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  float: right;
  margin-right: 10px;
}
.main-featured ul.slick-dots li.slick-active {
  background: #00234a;
}
.main-featured ul.slick-dots button {
  display: none;
}
.main-featured a {
  flex-wrap: wrap;
}
.main-featured .image {
  float: right;
  width: 58.33333%;
}
.main-featured img {
  display: inline-block;
  float: right;
}
.main-featured .txt {
  padding: 30px 40px 30px 70px;
  float: right;
  width: 41.66667%;
}
.main-featured p.excerpt {
  max-height: 220px;
  overflow: hidden;
}
.main-featured .read-more {
  margin-top: auto;
}
.main-featured .date {
  width: 70px;
  background: #fff;
  float: right;
  margin-left: 100%;
  margin-bottom: 10px;
  padding: 2px 10px;
}
.main-featured h2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.publication-featured {
  padding: 0 10px;
}
.publication-featured p.excerpt {
  line-height: 1.5;
}
.events-featured p.excerpt {
  height: 80px;
  overflow: hidden;
  line-height: 1.5;
  margin-bottom: 15px;
}
.reports-featured {
  padding: 0 20px;
}
.reports-featured img {
  visibility: hidden;
}
.reports-featured .post-item {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.reports-featured .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 50px 25px 5px 25px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
}
.reports-featured .txt * {
  color: #fff;
}
.media-featured {
  padding: 0 20px;
}
.media-featured .slick-slide {
  margin: 0 20px;
}
.media-featured h5 {
  color: #00234a;
  padding: 0.5em 0;
}
.home-newsletter {
  margin-bottom: 40px;
}
.home-newsletter .icon-wrap {
  float: right;
  width: 67px;
  display: inline-block;
  margin: 40px 20px 20px 20px;
}
.home-newsletter h2 {
  margin: 10px 5px;
}
.home-newsletter .fields-wrap > .wpcf7-form-control-wrap {
  width: calc(50% - 160px);
}
.home-newsletter .fields-wrap .submit-wrap input {
  padding: 0 10px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slide {
  margin: 0 20px;
}
.slick-list {
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .wrapper {
    padding-bottom: 57px;
  }
  #header {
    padding: 5px 0;
    min-height: 52px;
  }
  #header .logo {
    float: left;
    width: 100px;
  }
  #header .logo a {
    display: inline-block;
    margin-top: 4px;
  }
  .header-menu {
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10;
    padding: 76px 10px 10px 10px;
    display: inline-block;
    margin: 0;
  }
  .menu-mobile-active .header-menu {
    right: 0;
  }
  .header-menu .menu > li.menu-item {
    width: 100%;
  }
  .header-menu .menu > li.menu-item a {
    width: 100%;
  }
  .header-menu .menu > li.menu-item:after {
    content: '';
  }
  .header-menu .menu > li.menu-item.menu-item-has-children > a:after {
    content: ' >';
  }
  .header-menu .menu .sub-menu {
    position: relative;
    top: 0 !important;
    width: 100%;
    opacity: 1;
    text-align: right;
    padding-right: 40px;
    font-size: 0.8em;
    background: none;
    height: 0 !important;
    max-height: max-content;
    overflow: hidden;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-menu .menu li.active .sub-menu {
    height: 2000px !important;
    top: 0 !important;
  }
  .mobile-menu-btn {
    z-index: 15;
    display: block;
    right: 20px;
    float: right;
    top: 40px;
    padding: 10px;
    width: 50px;
    height: 41px;
    cursor: pointer;
  }
  .menu-mobile-active .mobile-menu-btn {
    position: fixed;
    top: 13px;
  }
  .mobile-menu-btn > span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .mobile-menu-btn > span span, .mobile-menu-btn > span:before, .mobile-menu-btn > span:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #3ba2ed;
    right: 0;
  }
  .mobile-menu-btn > span span {
    top: 50%;
    margin-top: -1px;
    width: 100%;
  }
  .menu-mobile-active .mobile-menu-btn > span span {
    transform: scaleX(0);
  }
  .mobile-menu-btn > span:before {
    top: 0;
  }
  .menu-mobile-active .mobile-menu-btn > span:before {
    transform: rotate(45deg);
    transform-origin: 0%;
    right: -5px;
    width: 22px;
    top: -5px;
  }
  .mobile-menu-btn > span:after {
    bottom: 0;
  }
  .menu-mobile-active .mobile-menu-btn > span:after {
    transform: rotate(-45deg);
    transform-origin: 0%;
    right: -5px;
    width: 22px;
    bottom: -6px;
  }
  .header-actions {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10;
    padding: 10px;
    display: inline-block;
  }
  .header-actions .search {
    float: right;
    clear: none;
    margin: 0;
  }
  .floating-btns {
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: auto;
  }
  .floating-btns a {
    height: 95px;
    width: 95px;
    margin: 0 5px;
  }
  .main-featured p.excerpt {
    max-height: 45px;
  }
  #footer {
    margin-bottom: 100px;
  }
  .lang-switcher:hover ul, .lang-switcher:focus ul {
    top: -23px;
    right: -5px;
    left: auto;
  }
  .single-content .post-image {
    margin: 0;
  }
  .single-content .post-image span {
    min-width: 100%;
  }
}
@media (max-width: 992px) {
  .home-newsletter .icon-wrap, .home-newsletter .fields-wrap > .wpcf7-form-control-wrap, .home-newsletter .fields-wrap > span, .main-content, .sidebar, .archive-articles article, .events .post-item, .single-content .files span {
    width: 100%;
  }
  .main-featured p.excerpt {
    display: none;
  }
  .floating-btns {
    display: none;
  }
  .media-featured {
    padding: 0;
  }
  .single-content p.files {
    margin-right: 0;
    margin-left: 0;
  }
  .home-newsletter .icon-wrap img {
    width: auto;
  }
  .home-newsletter .icon-wrap, .home-newsletter h2 {
    text-align: center;
  }
  .home-newsletter .fields-wrap > span {
    margin-bottom: 10px;
  }
  #footer {
    margin-bottom: 0;
  }
  #footer .wrap-footer {
    flex-wrap: wrap;
  }
  #footer .wrap-footer > div {
    width: 100%;
    text-align: center;
  }
  #footer .logo img {
    width: auto;
  }
  #footer .social {
    display: none;
  }
  #footer .credit a {
    width: 100%;
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .flexit, .flexit > *, #footer .wrap-footer, #footer .credit, .popup.active, .single-content .files, .posts-navs, .main-featured a, .main-featured .txt, .events-featured a, .archive-articles article, .events .post-item, .single-content .files span, .fields-wrap > span, .events .image, .main-featured .image, .events .txt {
    width: 100%;
    display: inline-block;
  }
  .events p.excerpt, .main-featured p.excerpt {
    display: block;
    max-height: 135px;
  }
  .events .txt, .main-featured .txt {
    padding: 20px;
  }
  .wrap-media-featured {
    margin: 0;
  }
  .single-team .single-content .post-image {
    margin: -130px auto 30px auto;
    float: none;
  }
  .single-team .single-content .name {
    margin-bottom: 30px;
  }
}



/*july 2019 changes*/


.tax-report_cat p.excerpt {
    display: none;
}




.tax-report_cat .articles .txt {
    min-height: 90px;
}


.single-report span.ps {
    display: none;
}


body.archive.tax-type.term-5 .team-loop p.excerpt {
    line-height: 1.3;
    height: auto;
    overflow: visible;

}


.date_author_name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0px;
}


body.archive.tax-writer aside.sidebar {
    display: none;
}
  
body.archive.tax-writer .main-content{
       width: 100%;
}

@media (min-width: 1024px) {


body.archive.tax-writer .main-content article{
       width: 33%;
}



}



body.tax-publication_types article{
  position: relative;
}


body.tax-publication_types article span.pub_type {
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 1;
    background: #3ba2ed;
    color: #fff;
    padding: 10px 40px;
    line-height: 1;
}


a.writer_link {
    color: #fff;
    padding: 5px 25px;
    display: inline-block;
    cursor: pointer;
    border: none;
    text-align: center;
    background: #3ba2ed;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: auto;
}

.date_writer .writer {
    color: #3ba2ed;
        margin-left: 5px;
}

.date_writer {
    margin-top: 5px;
}

@media (min-width: 1024px) {
.date_writer {
  /*  margin-top: 24px;*/
}

}

.date_writer .writer a {
    text-decoration: underline;
}

.single-publication .post-tags {
    margin-top: 20px;
}

.single-publication .post-tags p {
    margin-bottom: 0;
}

body.archive.tax-writer aside.sidebar {
    display: none;
}
  
body.archive.tax-writer aside.sidebar .menu{
       width: 100%;
}

body.single-publication .headline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

body.single-publication .date_writer {
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
        margin-top: 0;
}


@media (min-width: 768px){
body.single-publication .headline {
      flex-direction: row;
}
}

.floating-btns {
    z-index: 2;
}

@media (min-width: 768px){

  .main-featured .wrap-posts .slick-slide article{
      display: flex;
  }
  .main-featured .wrap-posts .slick-slide article .main-featured .image a{
      flex-wrap: wrap;
      height: 100%;
  }

  .main-featured .post-item article span.image a {
      height: 100%;
  }


  .floating-btns span.icon.icon-img img {
      max-width: 18px;
  }

.floating-btns a {
    font-size: 9px;
    padding: 5px 2px;
    width: 50px;
}
  .floating-btns a span:not(.icon) {
      min-height: 20px;
  }

  span.icon.icon-img {
      height: 25px;
  }

  .floating-btns span.icon.icon-donate {
    background-image: url(../images/donate_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    height: 25px;
  }
  .floating-btns a span:not(.icon) {
    min-height: auto;
}

}


@media (min-width: 1200px){
  .header-menu .menu .sub-menu a {
      padding: 4px;
      border-bottom: 1px solid #ececec;
      line-height: 1.2;
  }
}


.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}


.home .publication-featured .slick-slider .slick-slide article .txt {
    height: 100%;
}

.home .publication-featured .slick-slider .slick-slide article {
    height: 100%;
}

#sidebar-publication .current-publication-ancestor,#sidebar-publication .current-menu-item{
    color: #47a8ee;
}

#sidebar-event .current-menu-item,#sidebar-event .current-event-ancestor {
    color: #47a8ee;  
}

.home .events-featured .post-item {
    margin-bottom: 30px;
}

.main-featured .slick-slider > button {
    top: 49%;
    background-color: #3493d8;
}

.team-loop .image {
    z-index: 1;
}
.articles .txt {
    position: relative;
}
.articles .txt p.read-more.ps {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.slick-slide {
    float: right;
}

a.linkedin-icon {
    background: url(../images/ld.png) no-repeat center;
  	background-size: 20px;
}

.articles.archive-articles.main-content.team-loop .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.articles.archive-articles.main-content.team-loop .row article {
    width: 100%;
}
@media (max-width: 992px){
  .articles.archive-articles.main-content.team-loop .row {
      grid-template-columns: 1fr;
  }
}