@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');
body,
html {
  height: 100%;
  background-color: var(--white);
  min-width: 320px;
  color: var(--text-color);
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
section,
aside,
main,
header,
footer,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

a:hover{
  text-decoration: none;
}

@font-face {
  font-family: 'weblysleekuilight';
  src: url('../fonts/weblysleekuilight/weblysleekuil.eot');
  src: url('../fonts/weblysleekuilight/weblysleekuil.woff') format('woff'), url('../fonts/weblysleekuilight/weblysleekuil.ttf') format('truetype'), url('../fonts/weblysleekuilight/weblysleekuil.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'weblysleekuisemibold';
  src: url('../fonts/weblysleekuisemibold/weblysleekuisb.eot');
  src: url('../fonts/weblysleekuisemibold/weblysleekuisb.woff') format('woff'), url('../fonts/weblysleekuisemibold/weblysleekuisb.ttf') format('truetype'), url('../fonts/weblysleekuisemibold/weblysleekuisb.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

:root {
  --gray: #CCCCCC;
  --lightgray: #E6E6E6;
  --lightgrayish: #E9ECEF;
  --white: #ffffff;
  --black: #000000;
  --dark: #2D2D2D;
  --error-color: #ff3333;
  --text-color: rgba(0, 0, 0, 0.5);
  --black-transparent: rgba(0, 0, 0, 0.6);
  --lightblue: #02BBE1;
  --blue: #0E566C;
  --bluelighter: #B5CBD2;
  --dark-blue: #0A3441;
  --dark-blue-hover: #06242d;
  --red: #FF1616;
  --roof-terracotta: #A62E20;
  --roof-terracotta-hover: #822012;
  --font-xxs: 10px;
  --font-xs: 12px;
  --font-sm: 14px;
  --font-md: 16px;
  --font-lg: 18px;
  --font-xl: 20px;
  --font-xxl: 24px;
  --font-xxxl: 28px;
  --font-4xl: 32px;
  --font-5xl: 40px;
  --font-raleway: 'Raleway', sans-serif;
  --font-light: 'weblysleekuilight', sans-serif;
  --font-semibold: 'weblysleekuisemibold', sans-serif;
  --grey: #F5F6F8;
  --border-color: #DDDDDF;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--black-transparent);
  font-size: var(--font-sm);
  font-family: var(--font-light);
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
  color: var(--black-transparent);
  font-size: var(--font-sm);
  font-family: var(--font-light);
  font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
  color: var(--black-transparent);
  font-size: var(--font-sm);
  font-family: var(--font-light);
  font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
  color: var(--black-transparent);
  font-size: var(--font-sm);
  font-family: var(--font-light);
  font-weight: 300;
}

/* html[lang="hy-AM"] body * {
    font-family: var(--font-light);
} */

html[lang="hy-AM"] body .fa,
html[lang="hy-AM"] body .far,
html[lang="hy-AM"] body .fas {
   font-family: "Font Awesome 5 Free";
}

body{
	min-width: 320px;
}

h1 {
  font-family: var(--font-semibold);
  font-size: var(--font-5xl);
  color: rgba(0,0,0,0.8);
  margin-bottom: 20px; 
  margin-top: 60px;
}

/* html[lang="hy-AM"] body h1 {
    font-family: var(--font-semibold);
    font-size: var(--font-4xl);
} */

h2,h3 {
   color: rgba(0,0,0,0.7);
}

p {
  font-size: var(--font-sm);
  font-family: var(--font-raleway);
  line-height: 26px;
  color: #212121;
}


/* start header styles*/
header{
  position: fixed;
  background-color: var(--white);
  top: 0;
  width: 100%;
  z-index: 10000;
}

.header-menu{
   display: none;
}

/*header.site-header{
  position: sticky;
  position: -webkit-sticky;
}*/

header .header-top {
  padding: 18px 0;
}

header nav{
  background-color: var(--grey);
  display: flex;
  align-items: center;
  margin-left: auto;
  color: var(--white);
  justify-content: flex-end;
}

header nav ul{
  display: flex;
}

header nav ul li{
  margin: 9px 0 9px 60px;
}

html[lang="hy-AM"] header nav ul li{
  margin: 18px 0 16px 40px;
}

header nav a,
header nav a.nav-link,
header nav div.languages-dropdown,
.languages-dropdown{
  color: var(--black);
  font-size: var(--font-sm);
  font-family: var(--font-semibold);
  /*padding: 18px 0 16px 60px;*/
  padding: 0;
  line-height: 19px;
}

.languages-dropdown span{
  display: none !important;
}
header nav div.languages-dropdown{
  padding: 18px 0 16px 60px;
}

 header nav div.languages-dropdown{
  padding-left: 40px;
}

header nav .dropdown-toggle::after{
  border: 0;
}

header .dropdown-menu a {
    font-family: var(--font-light);
    font-size: var(--font-sm);
    color: var(--blue);
    position: relative;
    border-bottom: 0.5px solid var(--bluelighter);
    padding: 5px 0;
}

header .dropdown-menu a.dropdown-item:last-child{
  border-bottom: 0;
}

header .dropdown-menu .dropdown-item.active, 
header .dropdown-menu .dropdown-item:active,
header .dropdown-item:focus, 
header .dropdown-item:hover {
  background-color: transparent;
  color: var(--black);
  border-radius: 0;
}

.wpcf7 .ajax-loader {
  display: none;
}


/*header form input[type="submit"]{
  background-color: var(--roof-terracotta);
  cursor: pointer;
}
*/
/*header form input[type="submit"]:hover{
  background-color: var(--roof-terracotta-hover);
}*/

.text-blue{
  color: var(--blue);
}

.text-terracotta{
  color: var(--roof-terracotta);
}
.text-black{
  color: var(--black);
}

header form {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  margin-left: 20px;
}

header form div{
	display: flex;
}

header form label{
  display: none;
}

header .navbar{
  list-style-type: none;
}



header form .wpcf7-not-valid-tip{
  /*max-width: 220px;*/
  font-size: var(--font-xs);
  color: var(--error-color);
  font-weight: bold;
}

header .wpcf7 form .wpcf7-response-output {
  font-size: var(--font-xs);
  margin: 5px 0 0;
}

header form input{
  background-color: var(--white);
  border: 1px solid var(--border-color);
  color: var(--black-transparent);
    font-size: var(--font-sm);
    font-family: var(--font-raleway);
    font-weight: 300;
    padding: 8px 14px;
    width: 270px;
}


header form button[type="submit"] {
  background-color: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
  padding: 8px 30px 9px;
  font-size: var(--font-sm);
  font-family: var(--font-semibold);
  margin-left: -8px;
  cursor: pointer;
  width: auto;
  position: relative;
  z-index: 10;
  margin-left: -12px;
  text-transform: capitalize;
}

header form button[type="submit"]:hover {
  background-color: #06242d;
}

header form button {
  border-radius: 6px;
}

header .header-right{
    display: none;
}


header .languages-dropdown{
  cursor: pointer;
	display: none;
}

header .wpml-block{
  position: relative;
}

header .languages-dropdown span{
  display: inline-block;
  width: 12px;
  height: 6px;
  background: url('/wp-content/uploads/2019/03/arrow-dropdown.svg') no-repeat center; 
  transition: .3s ease-in-out;
}

header .languages-dropdown.active span{
  transform: rotate(180deg);
}

/*header .wpml {
  display: none;
  right: 0;
  position: absolute;
  top: 40px;
  background-color: var(--white);
  color: var(--blue);
  border-radius: 6px;
  box-shadow: 0px 3px 6px #0000001A;
}
*/
/*header .languages-dropdown.active + .wpml{*/
  /*opacity: 1;*/
/*}*/

/* end header styles */

.bg-blue{
  background-color: var(--blue);
}

.bg-lightgrey{
  background-color: var(--grey);
}

.bg-terracotta{
  background-color: var(--roof-terracotta);
}

.bg-grey {
  background-color: rgba(14, 86, 108, 0.2);
}


/* start content style */
main{
  min-height: 600px;
  padding-bottom: 80px;
  padding-top: 122px;
}

.box{
  border-radius: 8px;
  background-color: var(--white);
  border: 0.5px solid var(--border-color);
  padding: 40px;
}
/* end content style*/

.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  margin: 0 20px 0 0;
  background-color: rgba(14, 86, 108, 0.2);
  transition: all .3s;
}

.social a:last-child {
  margin-right: 0;
}

.social a:hover {
  background-color: rgba(14, 86, 108, 0.5);
  transition: all .3s;
}
/*footer styles start*/

footer {
  background-color: var(--grey);
  padding: 40px 0 0;
  color: var(--black);
  white-space: normal;
  word-wrap: break-word;
}

footer p{
  white-space: normal;
  word-wrap: break-word;
  max-width: 285px;
  font-size: var(--font-sm);
  font-family: var(--font-raleway);
  color: rgba(0,0,0,0.8);
  font-weight: 500;
  line-height: 20px;
  opacity: .5;
}

footer .footer-bottom p{
	max-width: 100%;
}
/* footer .footer-content div:first-child img {
  filter: brightness(30);
} */

footer .contacts {
   color: rgba(255,255,255,0.9);
   
}

footer .contacts a {
   font-family: var(--font-light);
   line-height: 19px;
}

footer .contacts p {
   max-width: 160px;
   line-height: 19px;
   /* margin-left: 20px; */
   line-height: 19px;
   font-family: var(--font-raleway);
}

html[lang="hy-AM"] footer .contacts p {
    font-family: var(--font-light);
}

footer ul{
  list-style-type: none;
}

footer iframe {
  border-radius: 6px;
  margin-top: 10px;
}

footer form {
  margin: 30px 0 45px;
  display: flex;
  align-items: start;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 350px;
}

footer form div{
	max-width: 345px;
}

footer form input[type="submit"] {
  background-color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
  color: var(--white);
  padding: 9px 20px;
  font-size: var(--font-sm);
  font-family: var(--font-semibold);
  margin-left: -5px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

footer form .wpcf7-response-output {
  font-size: var(--font-xs);
  margin: 10px 0 0;
}

footer form .wpcf7-not-valid-tip{
  /*max-width: 220px;*/
  font-size: var(--font-xs);
  color: var(--error-color);
  font-weight: bold;
}

footer form input{
  background-color: var(--white);
  border: 0.3px solid var(--dark-blue);
  color: var(--black-transparent);
  font-size: var(--font-sm);
  font-family: var(--font-raleway);
  font-weight: 300;
  padding: 9px 14px;
  width: 230px;
}

footer form input[type="submit"]{
  width: auto;
  cursor: pointer;
}

footer form input[type="submit"]:hover {
  background-color: var(--dark-blue-hover);
}

footer form input {
  border-radius: 6px;
}

footer .logos{
	margin-top: auto;
}
footer .logos a{
  margin: 50px 20px 10px 0;
}
footer .small-map{
  width: 280px;
  height: 165px;
  border-radius: 8px;
  overflow: hidden;
}

.footer-content{
  padding-bottom: 40px;
}



.footer-content div:first-child p{
  max-width: 205px;
}

.footer-content p{
  margin-bottom: 0; 
}
.footer-content strong {
  font-family: var(--font-raleway);
  font-weight: 600;
  font-size: var(--font-xl);
  line-height: 24px;
  margin-bottom: 15px;
  opacity: .5;
}

.footer-content a {
  display: inline-block;
  text-decoration: none;
  color: var(--black);
  font-family: var(--font-raleway);
  font-size: var(--font-sm);
  line-height: 19px;
  margin-bottom: 10px;
  font-weight: 500;
  opacity: .5;

}

.footer-content .logos a{
  opacity: 1;
}

.footer-content a.old-link{
  font-family: var(--font-semibold);
  text-decoration: underline;
  min-width: 105px;
	display: none;
}

.footer-content a:hover {
  opacity: 1;
}

.footer-content .social{
  margin: 40px  0 20px;
}

.footer-content .social a {
  /*display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  margin: 0 20px 0 0;*/
  background-color: rgba(255,255,255,0.8);
}

.footer-content .social a:hover {
  background-color: var(--white);
}

.linkedin {
  background: url('/wp-content/uploads/2019/03/linkedin.svg') no-repeat center;
  transition:all .3s;
}

.linkedin:hover,
.linkedin-white:hover{
  background: url('/wp-content/uploads/2019/03/linkedin-icon.png') no-repeat center;
}

.facebook {
  background: url('/wp-content/uploads/2019/03/facebook-1.svg') no-repeat center;
  background-size: 35%;
  transition:all .3s;
}

.facebook:hover,
.facebook-white:hover{
  background: url('/wp-content/uploads/2019/03/facebook-icon.png') no-repeat center;
}

.twitter {
  background: url('/wp-content/uploads/2019/03/twitter.svg') no-repeat center;
  transition:all .3s;
}

.twitter:hover,
.twitter-white:hover{
  background: url('/wp-content/uploads/2019/03/twitter-icon.png') no-repeat center;
}

.instagram {
  background: url('/wp-content/uploads/2019/03/instagram.svg') no-repeat center;
  transition:all .3s;
}

.instagram:hover,
.instagram-white:hover {
  background: url('/wp-content/uploads/2019/03/instagram-icon.png') no-repeat center;
}

.linkedin-white {
  background: url('/wp-content/uploads/2019/03/linkedin-white.svg') no-repeat center;
}

.facebook-white {
  background: url('/wp-content/uploads/2019/03/facebook-white.svg') no-repeat center;
  background-size: 35%;
}
.twitter-white {
  background: url('/wp-content/uploads/2019/03/twitter-white.svg') no-repeat center;
}

.instagram-white {
  background: url('/wp-content/uploads/2019/03/instagram-white.svg') no-repeat center;
}

.footer-bottom {
  background-color: var(--white);
  padding: 10px 0;
}

.footer-bottom p {
  font-family: var(--font-semibold);
  color: rgba(14, 86, 108, 0.7);
  font-size: var(--font-sm);
  line-height: 19px;
}

.footer-bottom a {
  font-family: var(--font-semibold);
  color: var(--text-color);
  font-size: var(--font-sm);
  line-height: 19px;
}


/*footer styles end*/

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.btn-terracotta,
.homepage .crrcButton--red,
.wpcf7-submit {
  background-color: var(--roof-terracotta);
  font-size: var(--font-md);
  font-family: var(--font-semibold);
  color: var(--white);
  padding: 13px 30px;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  border: 0;
}

.loadmore{
  padding: 13px 41px;
}

.btn-terracotta:hover,
.wpcf7-submit:hover,
.homepage .crrcButton--red:hover {
  background-color: var(--roof-terracotta-hover);
  color: var(--white);
  text-decoration: none;
}
/* 404 error page*/
.page-error h1{
  padding-top: 40px;
}

.page-error h1 span {
  color: rgba(14, 86, 108, 0.8);
}

.page-error figure{
  margin: 20px auto 40px;
}

/*end 404 page style*/

/* start wa-contact-page */


.wa-contact-page {
  font-size: var(--font-sm);
  font-family: var(--font-semibold);
  color: var(--black);
  margin-bottom: 80px;
}

.wa-contact-page .box {
  max-width: 875px;
  margin: 0 auto;
}

.wa-contact-page a,
.wa-contact-page p{
  color: currentColor;
}

.wa-contact-page label{
  font-family: var(--font-semibold);
  color: var(--black);
  font-size: var(--font-sm);
  display: block;
  margin-bottom: 20px;
}

.wa-contact-page input:not(.wpcf7-submit),
.wa-contact-page textarea {
  border: 0.5px solid var(--border-color);
  font-family: var(--font-light);
  color: var(--black);
  font-size: var(--font-sm);
  border-radius: 6px;
  padding: 11px 15px;
  width: 100%;
  margin-top: 10px;
}

.wa-contact-page textarea {
  resize: none;
  height: 114px;
}

.wa-contact-page .wpcf7-submit {
  border: 0;
  padding: 13px 61px;
  margin-top: 15px;
}

.wa-contact-page .wpcf7-response-output {
  max-width: 280px;
}

.wa-contact-page .contact-form{
  max-width: 284px;
}

.contact-right{
  max-width: 385px;
}

.contact-right p{
  font-family: var(--font-semibold);
}

.contact-right .share-text{
  margin-bottom: 10px;
}

.map-container {
  width: 385px;
  height: 285px;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.wa-contact-page .social a:last-child{
  margin-right: 0;
}

.wpgmza-modern-store-locator {
	display: none;
}


/*.wa-no-results-page {
  padding-bottom: 80px;
}*/

.wa-no-results-page .screen-reader-text {
  display: none;
}

.wa-no-results-page #home-search-form,
.wa-no-results-page #searchform {
  margin-top: 40px;
}

.wa-no-results-page #home-search-form div,
.homepage #home-search-form div,
.wa-no-results-page #searchform div{
  display: flex;
  justify-content: center;
  width: 55%;
  margin: 0 auto;
  max-width: 637px;
}

.wa-no-results-page #home-search-form input,
.homepage #home-search-form input,
.wa-no-results-page #searchform input{
  font-family: var(--font-light);
  font-size: var(--font-sm);
  color: rgba(0,0,0,0.5);
  border:0.3px solid var(--blue);
  border-radius: 6px;
  padding: 11px 15px;
  width: 100%;
}

.wa-no-results-page #home-search-form input[type="submit"],
.homepage #home-search-form input[type="submit"],
.wa-no-results-page #searchform input[type="submit"]{
  font-size: 0;
  border: 0;
  width: auto;
  padding: 5px 15px;
  margin-left: -45px;
  background: url('/wp-content/uploads/2019/03/search-icon.svg') no-repeat right center;
  cursor: pointer;
}
/**/

/* start search page style*/
/*.search-page{
  padding-bottom: 80px;
}
*/
.search-page h1.crrcPageTitle{
  margin-bottom: 80px;
}
.search-page .box{
  padding: 0;
  margin-bottom: 20px;
}

.search-page .box div:first-child{
  width: 200px;
  height: 120px;
  background-color: rgba(14, 86, 108, 0.2);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}

.search-page .box div:first-child span{
  color: var(--text-color);
  font-size: var(--font-sm);
}

.search-page .box figure{
  width: 200px;
  height: 120px;
  margin: 0;
 
}

.search-page .box figure img{
  height: 100%;
  object-fit: contain;
  width: 200px;
}

.search-page .btn-terracotta{
  margin-top: 20px;
}

.search-page .box h2 {
  font-size: var(--font-sm);
  font-family: var(--font-semibold);
  color: var(--dark);
  margin-bottom: 10px;
}

.search-page .box p {
  font-size: var(--font-sm);
  font-family: var(--font-semibold);
  color: var(--text-color);
  height: 58px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.search-page .box div:last-child{
  width: calc(100% - 220px);
  padding: 10px 10px 10px 0;
  margin-left: 20px;
}

/* end search page style*/

/* start carrers feed styles*/
/*.careers-feed {
  padding-bottom: 80px;
}*/
.careers-feed h1{
  margin-bottom: 26px;
}
.careers-feed .box {
  padding: 16px 15px;
  max-width: 590px;
  margin: 0 auto 20px;
}

.careers-feed .box p{
  font-size: var(--font-sm);
  line-height: 18px;
  color: rgba(0,0,0,0.7);
}

.careers-feed .box p strong{
  color: var(--black-transparent);
  display: inline-block;
  margin-right: 10px;
  font-family: var(--font-semibold);
}

.careers-feed .box p span {
  color: var(--text-color);
  font-family: var(--font-semibold);
  color: var(--text-color);
}

.careers-feed h2{
  font-family: var(--font-raleway);
  font-size: var(--font-lg);
  color: rgba(0,0,0,0.7);
  line-height: 21px;
  margin-bottom:10px;
}

html[lang="hy-AM"] .careers-feed .box div:first-child{
	max-width: calc(100% - 135px);
}

.careers-text{
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
}

.careers-text p{
  color: #AEAEB0;
  font-size: 14px;
  line-height: 22px; 
  max-width: 982px;
} 

.careers-text .column{
  margin-bottom: 40px;  
}

.career-content h2{
  padding: 4px;
  text-transform: capitalize;
  font-size: 28px;
  line-height: 38px;
  background-color: var(--blue);
  color: var(--white);
  margin-bottom: 24px;
  border-radius: 6px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.career-content ul{
  list-style: none;
}

.career-content ul li{
  display:flex;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
}

.career-content ul li a{
  font-size: 18px; 
  line-height: 26px;
  color: rgba(0, 0, 0, 0.7);
  max-width: 80%;
}


/* end careers feed styles*/

/* start FAQ styles */
.faq-container {
  max-width: 622px;
  margin: 0 auto;
  color: rgba(0,0,0,0.7);
}

.faq-container .card{
  margin-bottom: 20px;
  border-radius: 6px;
  border-color: var(--border-color);
}

.faq-container .card-header {
  padding: 0;
  background-color: var(--white);
  border-radius: 6px;
  border-bottom: 0;
  /*border-bottom: 0.5px solid var(--blue);*/
}

.faq-container .card h2{
  font-size: var(--font-lg);
  font-family: var(--font-raleway);
  font-weight: normal;
  /*padding: 0 15px;*/
}

.faq-container .card-body {
  font-size: var(--font-sm);
  line-height: 18px;
  font-family: var(--font-semibold);
  color: var(--text-color);
  font-weight: 500;
}

.faq-container .card-body a{
  font-size: var(--font-sm);
  line-height: 18px;
  color: var(--roof-terracotta);
  font-family: var(--font-semibold);
  text-decoration: underline;
}

.faq-container .card h2 a{ 
  color: rgba(0,0,0,0.7);
  padding: 16px 15px 17px;
  cursor: pointer;
  /*border-bottom: 0.5px solid var(--blue);*/
}

.faq-section .mb-0 > a {
  display: block;
  position: relative;
}

.faq-section .mb-0 > a[aria-expanded="true"]{
  border-bottom: 0.5px solid var(--blue);
  border-radius: 6px;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 15px;
}

.faq-section .mb-0 > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 15px;
  font-weight: 600;
}

/* end FAQ styles */

/* start people page styles*/
.people-page .people-nav{
  background-color: var(--blue);
  border-radius: 6px;
  overflow:hidden;
  font-size: var(--font-sm);
  padding: 0 40px 0 20px;
 
}

.people-page .people-nav a,
.people-page .people-nav span{
   color: rgba(255,255,255,0.5);
   margin-left: 20px;
   display: inline-block;
   padding: 14px 0;
}

.people-page .people-nav span{
  color: var(--white);
  text-decoration: underline;
  margin-right: 20px;
  line-height: normal;
}



.people-page .people-nav a:hover,
.people-page .justify-content-end a:hover,
.people-page .people-nav a:active,
.people-page .justify-content-end a.active,
.people-page .people-nav span.active{
   color: var(--white);
   text-decoration: underline;
}

.people-page h2 {
  font-size: var( --font-xxxl);
  line-height: 37px;
  font-family: var(--font-semibold);
  color: rgba(0,0,0,0.8);
  margin: 20px 0;
}

.people-page .members{
  justify-content: space-between;
}

.people-page .members figure figcaption div{
  height: auto;
}

/*.people-page figure{
  background-color: rgba(14, 86, 108, 0.2);
}
*/

.people-page .members a.member,
.people-page .members .team-member{
  display: flex;
  width: calc(100% - 20px);
  margin-bottom: 20px;
  background: transparent;
  overflow: hidden; 
}

.people-page .members a.member .bg-grey{
	border-radius: 8px;
	overflow: hidden;
}
.people-page .members a.member figure{
	width: 100%;
}

.people-page figure.team-member {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.people-page figure.team-member div.bg-grey{
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.people-page figure img{
  width: 100%;
  object-fit: cover;
}


.people-page .team-member img{
  height: 160px;
}

.people-page .member img.avatar{
  height: 155px;
  max-width: 100%;
  padding: 10px;
  object-fit: contain;
}

.people-page figure figcaption{
  padding-top: 12px;
}

.people-page figure figcaption .team-member-figcaption + div{
  min-width: 24px;
}

.people-page h3 {
  font-size: var( --font-lg);
  line-height: 21px;
  font-family: var(--font-medium);
  font-weight: 500;
  white-space: normal;
  word-wrap: break-word;
  color: var(--black);
  margin-bottom: 5px;
}

.people-page span{
  font-size: var( --font-sm);
  line-height: 19px;
  font-family: var(--font-light);
  color: var(--blue);
}

/* end people page styles*/

/* start single person page styles*/
.people-single-page{
  padding: 80px 0;
}

.people-single-page h2,
.people-page h2{
  text-transform: capitalize;
}

.people-single-page figure {
  overflow: hidden;
  border-radius: 8px;
  width: 300px;
  height: 300px;
}

.people-single-page figure img{
  width: 100%;
	height: 100%;
}


.people-single-page h1,
.people-page .director-block .people-single-page-info h2 {
  font-family: var(--font-raleway);
  font-size: var(--font-lg);
  line-height: 21px;
  font-weight: 500;
  color: var(--black);
  margin: 20px 0 0;
  text-transform: capitalize;
}

i.icon-mail{
  display: inline-block;
  min-width: 24px;
  height: 24px;
  background: url('/wp-content/uploads/2019/03/mail-icon.svg') no-repeat center; 
  
}
/*.team-member i.icon-mail{
  margin-right: 5px;
}*/

.people-single-page span{
  font-size: var(--font-sm);
  font-family: var(--font-light);
  line-height: 19px;
  color: var(--blue);
  display: block;
  margin: 6px 0 10px;
}

.people-single-page  p{
  color: var(--black-transparent);
  margin: 15px 0 40px;
}


.people-single-page a[target="_blank"]{
  color: var(--roof-terracotta);
  text-decoration: underline;
  font-family: var(--font-semibold);
  font-size: var(--font-sm);
}

.people-single-page a i{
  color: var(--blue);
}

.director-block a{
  display: none;
}
/* end single person page styles*/

/* single page styles*/
.event-single-page,
.blog-single-page,
.publications-single-page,
.data-initiative-single-page,
.open-data-single-page,
.research-single-page {
  padding-top: 20px;
}

.blog-single-page .category-tag{
    margin-top: 80px;
}
.blog-single-page .category-tag strong {
    font-family: var(--font-semibold);
    font-size: var(--font-lg);
    min-width: 80px;
    display: inline-block;
    margin-right: 15px;
    color: var(--black);
}

.blog-single-page .category-tag span,
.blog-single-page .category-tag strong+a {
    font-family: var(--font-raleway);
    font-size: var(--font-sm);
    color: var(--text-color);
    font-weight: 500;
}

.event-single-page p,
.blog-single-page p,
.publications-single-page p,
.data-initiative-single-page p,
.open-data-single-page p,
.research-single-page p,
.research-page p {
  margin: 15px 0;
}

.event-single-page a,
.blog-single-page a,
.publications-single-page a,
.data-initiative-single-page a,
.open-data-single-page a,
.research-single-page a {
  color: var(--roof-terracotta);
  text-decoration: underline;
}

.event-single-page h1,
.blog-single-page h1,
.publications-single-page h1,
.data-initiative-single-page h1,
.open-data-single-page h1,
.research-single-page h1,
.research-page h1 {
  margin: 30px 0;
  white-space: normal;
  word-break: break-word;
}

.event-single-page ul,
.blog-single-page ul,
.publications-single-page ul,
.data-initiative-single-page ul,
.open-data-single-page ul,
.research-single-page ul,
.research-page ul {
  padding-left: 20px;
}

.event-single-page .content-right,
.blog-single-page .content-right,
.publications-single-page .content-right,
.data-initiative-single-page .content-right,
.open-data-single-page .content-right,
.research-single-page .content-right{
  margin-bottom: 65px;
}

.event-single-page .content-right figure,
.blog-single-page .content-right figure,
.publications-single-page .content-right figure,
.data-initiative-single-page .content-right figure,
.open-data-single-page .content-right figure,
.research-single-page .content-right figure {
	display: flex;
	justify-content: center;
	align-items: center;
}


.research-page{
  margin-top:80px;
}

.content-right img{
  max-width: 100%;
}

.content-left div {
  color: var(--blue);
  font-size: var(--font-sm);
  line-height: 24px;
  font-family: var(--font-semibold);
  margin-bottom: 10px;
}

.content-left div strong{
  color: var(--black);
  font-size: var(--font-lg);
  line-height: 24px;
  min-width: 100px;
  display: inline-block;
  margin-right: 15px;
  /*font-family: var(--font-semibold)*/
}
.content-left div strong+a {
	color: var(--blue);
}

html[lang="hy-AM"] .content-left div strong {
    min-width: 130px;
}

.services-single-page p{
  color: var(--text-color);
}
/* end single page styles*/

.events-feed-page h1+p,
.blog-feed-page h1+p,
.services-page h1+p,
.publications-page h1+p,
.data-initiative-page h1+p,
.open-data-projects-page h1+p,
.research-page h1+p{
    margin-bottom: 80px;
    color: var(--blue);
}

.events-feed-page p,
.blog-feed-page p,
.services-page p,
.publications-page p,
.data-initiative-page p,
.open-data-projects-page p,
.research-page p{
  color: var(--text-color);
}

/* start careers single page styles*/

/*.careers-single-page {
  padding-bottom: 80px;
}*/

.careers-single-page div{
  font-size: var(--font-sm);
  font-family: var(--font-semibold);
  color: var(--text-color);
  line-height: 18px;
}


.careers-single-page div strong{
  font-size: var(--font-lg);
  font-family: var(--font-semibold);
  color: var(--black);
  line-height: 24px;
  display: inline-block;
  margin-bottom:10px;
  min-width: 160px;
}

.careers-single-page  p:first-of-type{
  margin-top: 20px;
}

.careers-single-page h2 {
  font-size: var(--font-lg);
  font-family: var(--font-semibold);
  line-height: 24px;
  color: var(--black);
  margin: 40px 0 20px;
}

.careers-single-page form,
.open-data-projects-page form.wpcf7-form{
  max-width: 285px;
  margin-top:40px;
}

.careers-single-page form label,
.open-data-projects-page form.wpcf7-form label{
  font-family: var(--font-semibold);
  color: var(--black);
  font-size: var(--font-sm);
  display: block;
  margin-bottom: 20px;
}

.careers-single-page form label.cv-label,
.open-data-projects-page form.wpcf7-form label.cv-label{
  margin-bottom: 10px;
}


.careers-single-page form input:not(.wpcf7-submit),
.open-data-projects-page form.wpcf7-form input:not(.wpcf7-submit){
  border: 0.5px solid var(--border-color);
  font-family: var(--font-light);
  color: var(--black);
  font-size: var(--font-sm);
  border-radius: 6px;
  padding: 13px 15px;
  width: 100%;
  margin-top: 10px;
}

.open-data-projects-page form.wpcf7-form input.fileUpload{
	margin-top: 0;
}

.careers-single-page form input.fileUpload,
.open-data-projects-page form input.fileUpload{
  position: absolute;
  top: -55px;
}

.careers-single-page form .wpcf7-submit, 
.open-data-projects-page form.wpcf7-form .wpcf7-submit {
  border: 0;
  padding: 17px 55px;
  margin-top: 40px;
}

.open-data-projects-page form.wpcf7-form .wpcf7-submit {
  padding: 13px 54px;
  margin-bottom: 80px;
}


.file-placeholder {
  position: relative;
  cursor: pointer;
  width: 285px;
  height: 44px;
  display: flex;
  flex-direction: column-reverse;
  /*border:0.5px solid var(--blue);*/
}

.file-placeholder input[type=file] {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 270px;
  height: 44px;
  opacity: 0;
  border-radius: 0;
}
.file-placeholder .file-browse {
  width: 100%;
  min-height: 45px;
 /* border: 0.5px solid var(--blue);*/
  border-radius: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-placeholder .file-browse .file-browse-txt {
  display: block;
  /*float: left;*/
  line-height: 44px;
  height: 44px;
  width: 70%;
  padding-left: 10px;
  font-size: var(--font-xs);
  color: var(--dark-blue-opacity);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  border: 0.5px solid var(--border-color);
  border-right: 0; 
}
.file-placeholder .file-browse .file-browse-txt.hasValue {
  background-color: #ededed;
}

.file-placeholder .file-browse .browse {
  display: block;
  /*float: left;*/
  width: 30%;
  color: var(--dark-blue);
  font-size: var(--font-md);
  background-color:var(--lightgrayish);
  color: rgba(0,0,0,0.7);
  height: 45px;
  line-height: 45px;
  padding: 0 18px;
  text-transform: capitalize;
}


/* end careers single page styles */

.load-more{
  margin-top: 20px;
}

.load-more .btn-terracotta{
  padding: 13px 41px;
}
/* start events styles */

.events-feed-page .event-item,
.blog-feed-page  .blog-item,
.services-page .services-item,
.data-initiative-page .data-item{
  width: calc(50% - 10px);
  padding: 0;
  margin-bottom: 20px;
  color: var(--black);
  max-height: 170px;
  overflow: hidden; 
}
.services-page .services-item{
	max-height: 204px;
}
.events-feed-page .event-item figure,
.blog-feed-page .blog-item figure,
.services-page .services-item figure,
.data-initiative-page .data-item figure{
  /*min-width: 280px;
  max-width: 280px;*/
  width: 100%;
  height: 170px;
  background-color: rgba(14, 86, 108, 0.2);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}

.services-page .services-item figure{
	height: 204px;
}


.events-feed-page .event-item figure img,
.blog-feed-page .blog-item figure img,
.services-page .services-item figure img,
.data-initiative-page .data-item figure img{
  width: 100%;
  height: 170px;
  object-fit: contain;
}

.services-page .services-item figure img{
  height: 204px;
}

.events-feed-page .event-item figure span,
.blog-feed-page .blog-item figure span,
.services-page .services-item figure span{
   font-size: var(--font-md);
   color: var(--text-color);
}

.events-feed-page .event-item h2,
.blog-feed-page .blog-item h2,
.services-page .services-item h2{
  font-size: var(--font-sm);
  font-family: var(--font-semibold);
  margin-bottom: 10px;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; */
}

/*.events-feed-page .d-flex{
  margin-top: auto; 
}*/

.events-feed-page .event-item p,
.blog-feed-page .blog-item p,
.services-page .services-item p {
  font-size: var(--font-sm);
  color: var(--text-color);
  margin-bottom: 10px;
}

.events-feed-page .event-item strong,
.blog-feed-page .blog-item strong{
  font-size: var(--font-xs);
  margin-right: 10px;
  color: var(--black-transparent);
  line-height: 12px;
}

.events-feed-page .event-item strong a,
.blog-feed-page .blog-item strong a,
.services-page .services-item strong a,
.data-initiative-page .data-item strong a,
.events-feed-page .event-item p a,
.blog-feed-page .blog-item p a,
.services-page .services-item p a,
.data-initiative-page .data-item p a,
.events-feed-page .event-item h2 a,
.blog-feed-page .blog-item h2 a,
.services-page .services-item h2 a,
.data-initiative-page .data-item h2 a{
	color: currentColor;
}

.events-feed-page .event-item span,
.blog-feed-page .blog-item span {
  font-family: var(--font-raleway);
  font-size: var(--font-xxs);
  color: var(--text-color);
}
/* end events styles*/


/* start about-us-page styles */

/*.about-us-page {
  padding-bottom: 80px;
}*/
.about-us-page h2{
  font-size: var(--font-xxxl);
  font-family: var(--font-semibold);
  margin: 40px 0 20px;
}
.about-us-page-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.about-us-page a {
  color: var(--roof-terracotta);
  text-decoration: underline;
  font-family: var(--font-raleway);
  font-weight: 600;
}
.about-us-page-links a:not(:last-child)::after {
  content:"|";
  padding: 0 10px;
}

/* end about-us-page styles*/

/* start team page styles*/
.former-team-block .former-team-member-info div{
  width: calc(50% - 20px);
}

/*.former-team-member-info{
  justify-content: space-between;
}/*

/* end team page styles*/

.mb-20{
  margin-bottom: 20px;
}

.services-page .box{
    padding: 0;
    font-family: var(--font-semibold);
    font-size: var(--font-sm);
}

.services-page .service-bottom-description{
  max-width: 90%;
  margin: 60px auto 0;
}

.services-page p{
  color: var(--text-color);
}

/* end services page styles */

/* start publications-page styles*/


.publications-page .bg-blue,
.data-initiative-page .bg-blue,
.open-data-projects-page .bg-blue,
.research-page .bg-blue,
.barometer-page .bg-blue{
  border-radius: 8px;
}

.publications-page .load-more,
.data-initiative-page .load-more,
.open-data-projects-page .load-more,
.research-page .load-more {
  margin: 40px 0 80px;
}

.publications-page .load-more .btn-terracotta,
.data-initiative-page .load-more .btn-terracotta,
.open-data-projects-page .load-more .btn-terracotta,
.research-page .load-more .btn-terracotta{
  padding: 13px 41px;
}


.publications-page .box,
.data-initiative-page .box,
.research-page .box{
  padding: 0;
}

.publications-page .box figure,
.open-data-projects-page .box figure,
.data-initiative-page .box figure,
.research-page .box figure{
  min-width: 200px;
  max-width: 200px;
  height: 120px;
  border-radius: 6px 8px 8px 6px;
  overflow: hidden; 
  margin-right: 20px;
  background-color: rgba(14, 86, 108, 0.2);
}

.publications-page .box figure+p,
.open-data-projects-page .box figure+p,
.data-initiative-page .box figure+p,
.research-page .box figure+p{
  font-family: var(--font-semibold);
  padding-right: 20px;
 /* -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 84px;
  -webkit-line-clamp: 4;
  display: -webkit-box;*/
  display: flex;
  align-items: center;
  white-space: normal;
  word-break: break-word;
}
.publications-page .box figure+p a,
.open-data-projects-page .box figure+p a,
.data-initiative-page .box figure+p a,
.research-page .box figure+p a{
 -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /*height: 84px;*/
  -webkit-line-clamp: 4;
  display: -webkit-box;
}

.publications-page .box p,
.publications-page .box span,
.data-initiative-page .box p,
.data-initiative-page .box span,
.open-data-projects-page .box p,
.open-data-projects-page .box span,
.research-page .box p,
.research-page .box span {
  color: var(--text-color);
  font-family: var(--font-semibold);
  font-size: var(--font-sm);
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /*height: 84px;*/
  -webkit-line-clamp: 4;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  /*display: flex;*/
  /*align-items: center;*/
}

.publications-page .box figure img,
.data-initiative-page .box figure img,
.open-data-projects-page .box figure img,
.research-page .box figure img{
  height: 120px;
  width: 100%;
  object-fit: contain;
}

.mb-12{
  margin-bottom: 12px;
}

.titles-part{
  padding: 11px 0;
  display: none;
}

.titles-part span{
  font-size: var(--font-sm);
  font-family: var(--font-semibold);
  line-height: 19px;
}

.filter-top {
  padding: 20px 0;
}

.filter-top{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.filter-top input,
.filter-top  select{
  border-radius: 6px;
  padding: 12px 15px;
  border: 0;
  color: var(--black-transparent);
  font-size: var(--font-sm);
  font-family: var(--font-light);
  font-weight: 300;
  width: 182px;
}

.filter-top  select{
  cursor: pointer;
  appearance: none;
  background:url('/wp-content/uploads/2019/03/select-arrow.svg') no-repeat var(--white);
  background-position: calc(100% - 10px) center;
}

.filter-top input:focus,
.filter-top  select:focus{
  outline: 0;
  box-shadow: none;
}

.filter-top  select{
  margin-left: 22px;
}

.filter-top input[type="submit"]{
  width: 24px;
  height: 24px;
  background: url('/wp-content/uploads/2019/03/search-icon.svg') no-repeat center;
  margin-left: -35px;
  cursor: pointer;
}
/* end publications-page styles*/


/* start publications-single-page styles */


.output-part strong{
  margin-top: 80px;
}
.output-part strong {
  margin-bottom: 20px;
  color: var(--black);
  font-family: var(--font-semibold);
  font-weight: 600;
}
.output-part h2 {
  font-size: 18px;
  line-height: 26px;
  color: var(--black);
  margin-top: 40px;
}
.output-part h2:nth-child(2) {
  margin-top: 20px;
}
.output-part .pdf-link{
  color: var(--blue);
  white-space: normal;
  word-wrap: break-word;
  border-radius: 6px;
  text-decoration: none;
  /* border: 0.5px solid rgb(14, 86, 108, 0.53); */
  font-family: var(--font-semibold);
  font-size: var(--font-md);
  padding: 0px 16px 0px 45px;
  background: url('/wp-content/uploads/2019/03/pdf-icon-1.svg') no-repeat 10px center; 
  display: block;
  background-repeat: no-repeat;
  width: fit-content;
  margin-top:25px;
  background-size: 24px;
  line-height: 24px;
}
/* end publications-single-page styles */

.pdf-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('/wp-content/uploads/2019/03/pdf-icon-1.svg') no-repeat center; 
  /*background-position: calc(100% - 10px) center;*/
}




.partners-slider img {
  height: 80px;
  max-width: 100%;
  object-fit: contain;
}

/* start homepage styles*/
.homepage .page-search-form{
  margin-top: 20px;
  margin-right: 20px;
}

.page-search-form{
  margin-right: 20px;
}
/* 
.homepage h1+p{
  color: var(--blue);
} */

.homepage .page-search-form #searchform .screen-reader-text{
  display: none;
}

.homepage .top-block {
  margin: 80px 0;
}

.homepage .top-block div{
  /*width: calc(50% - 10px);*/
  border-radius: 10px;
  overflow: hidden;
  padding: 40px;
}

.homepage .top-block h2{
  font-family: var(--font-semibold);
  /* font-family: var(--font-light); */
  color: var(--blue);
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 20px;
  text-transform: capitalize;
  white-space: normal;
  word-wrap: break-word;
}

html[lang="hy-AM"] .homepage .top-block h2{
 font-size: var(--font-xl);
}

.homepage .top-block p{
  color: var(--black);
  margin-bottom: 50px;
  line-height: 22px;
}

.homepage .top-block a{
  display: inline-block;
  border: 1px solid var(--blue);
  font-size: var(--font-md);
  font-family: var(--font-semibold);
  color: var(--blue);
  padding: 12px 20px;
  min-width: 140px;
  text-align: center;
  transition: all .3s;
  text-transform: capitalize;
  border-radius: 10px;
}

.homepage .top-block .red-block h2{
    color: var(--roof-terracotta);
}

.homepage .top-block .red-block a{
  border: 1px solid var(--roof-terracotta);
  color: var(--roof-terracotta);
}


.homepage .top-block a:hover{
  background-color: var(--white); 
}

.homepage .top-block .bg-blue a:hover{
    color: var(--blue); 
}

.homepage .top-block .bg-terracotta a:hover{
    color: var(--roof-terracotta); 
}

.homepage h2.title{
  font-family: var(--font-semibold);
  font-size: var(--font-5xl);
  color: rgba(0,0,0,0.8);
  margin-bottom: 20px; 
/*   text-transform: uppercase; */
}

.homepage .team-member{
  flex-direction: column;
}

.homepage #gmembers-slider{
  margin-bottom: 80px;
}

.homepage .members{
  position: relative;
  margin-top: 40px;
  margin-bottom: 80px;
}

.homepage .members figure div{
  border-radius: 8px;
  overflow: hidden;
  height: 284px;
}

.homepage .members figure img{
  width: 100%;
  height: 284px;
  object-fit: contain;
}

.homepage .members figure img.avatar{
  width: 65%;
  height: 100%;
  margin: 0 auto;
}

.homepage .members figure figcaption{
  padding-top: 12px;
}

.homepage .members figure figcaption div{
  height: auto;
}

.homepage .members figure figcaption div.team-member-figcaption + div{
  min-width: 24px;
}
.homepage .members h3 {
  font-size: var( --font-lg);
  line-height: 21px;
  font-family: var(--font-raleway);
  font-weight: 500;
  white-space: normal;
  word-wrap: break-word;
  color: var(--black);
}

.homepage .members span{
  font-size: var( --font-sm);
  line-height: 19px;
  font-family: var(--font-light);
  color: var(--blue);
}

.homepage .owl-nav{
  /*position: absolute;*/
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.homepage .owl-nav i{
  color: var(--white);
  font-size: 20px;
}

.homepage .owl-nav .owl-next,
.homepage .owl-nav .owl-prev{
  top: 105px;
  position: absolute;
  background-color: var(--bluelighter);
  padding: 26px 5px;
  
}
.homepage .owl-nav .owl-next{
  margin-right: -30px;
  right: 0;
}

.homepage .owl-nav .owl-prev{
  margin-left: -30px; 
}

.homepage .partners-slider .owl-nav .owl-prev,
.homepage .partners-slider .owl-nav .owl-next{
  top: 15px;
  padding: 13px 5px;
}

.partners-slider{
  position: relative;
}

.partners-slider .owl-nav{
  top: 0;
}

.partners-slider figcaption a{
  font-size: var(--font-lg);
  font-family: var(--font-semibold);
  line-height: 24px;
  color: rgba(0,0,0,0.8);
  margin-top: 5px;
  display: inline-block;
}

.homepage .crrcButton--red{
  margin: 40px 0 80px;
  padding: 13px 44px;
}

.homepage #frm_field_23_container,
.homepage #frm_field_19_container{
  margin-left: 15px;
  position: relative;
}

.homepage #frm_field_70_container,
.homepage #frm_field_20_container{
  position: relative;
  margin-top: 30px;
}

.homepage #frm_field_23_container::before,
.homepage #frm_field_70_container::before,
.homepage #frm_field_20_container::before{
  font-size: var(--font-sm);
  font-family: var(--font-semibold);
  position: absolute;
  top: -30px;
}

.homepage #frm_field_23_container::before{
  content: "Currency";
}

.homepage #frm_field_70_container::before{
  content: "Person";
}

.homepage #frm_field_20_container::before{
  content: "Type a message";
}

html[lang="hy-AM"] .homepage #frm_field_23_container::before{
  content: "Արժույթ";
}

html[lang="hy-AM"] .homepage #frm_field_70_container::before{
  content: "Անձ";
}

html[lang="hy-AM"] .homepage #frm_field_20_container::before{
  content: "Հաղորդագրություն";
}

.homepage .formSection__formWrapper select{
  cursor: pointer;
  appearance: none;
  background:url('/wp-content/uploads/2019/03/select-arrow.svg') no-repeat var(--white);
  background-position: calc(100% - 10px) center;
}

.item{
  height: 500px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-inner-box{
  
  background-color: var(--white);
  color: var(--black);
  height: 100%;
  /*padding-top: 12%;*/
  padding: 0 40px 0 85px;
}

.item-inner-box p{
  /*min-width: 442px;*/
  /*max-width: 566px;*/
  max-width: 442px;
}

.item-inner-box h1,
.item-inner-box p,
.item-inner-box a{
  color: var(--black);
}

.item-inner-box h1{
  margin-top:0;
  margin-bottom: 34px;
  
}
.item-inner-box p{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}

.item-inner-box a{
  font-size: 16px;
  padding: 14px 50px;
  background-color: rgba(14, 86, 108, 0.05);
  border-radius: 10px;
  display: inline-block;
  border: 0.5px solid var(--blue);
}
.item-inner-box a:hover{
	background-color: rgba(14, 86, 108, 0.15);
}

.item{
  display:flex;
  position: relative;
}

.item:before{
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(165, 165, 165, .6), rgba(165, 165, 165,.1));
}

.item *{
  z-index: 100;
}

.slider-inner-block{
  position: relative;
  margin-top: 16px;
}

#homepage-slider .owl-dots.disabled{
  display: block;
}

#homepage-slider .owl-dots{
  left: 48%;
  transform: translate(-48%, 0);
  position: absolute;
  bottom: 20px;
}

#homepage-slider .owl-dots .owl-dot{
  background-color: #FFF;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  display: inline-block;
  margin-right: 12px;
  opacity: .3;
  border-color: black;
  border-style: solid;
}

#homepage-slider .owl-dots .owl-dot:last-child{
  margin-right: 0;
}

#homepage-slider .owl-dots .owl-dot.active{
  opacity: 1;
  border-color: grey;
  border-style: double;
}

/*.homepage .members figure {
  overflow: hidden;
  border-radius: 8px;
  width: 300px;
  height: 300px;
}

.homepage .members figure img{
  width: 100%;
}*/


/* end homepage styles*/

/* start barometer styles */

.barometer-page p.barometer-description{
  height: 80px;
  padding: 0 90px;
  overflow: hidden;
  transition: all 0.3s;
}
.barometer-page p.text-more{
  height: auto;
}


.barometer-page p.bottom-text{
  margin-top: 80px;
}

.barometer-more{
  display: inline-block;
  margin-top: 30px;
  color: var(--blue);
  text-decoration: underline;
  cursor: pointer;
}

.barometer-page .text-terracotta{
  font-family: var(--font-raleway);
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 10px;
  display: inline-block;
}

.barometer .barometer-year{
  font-family: var(--font-semibold);
  font-size: var(--font-xxxl);
  color: var(--blue);
  min-width: 205px;
}

.barometer{
  font-family: var(--font-semibold);
  font-size: var(--font-sm);
  align-items: center;
  margin-top: 40px; 
  position: relative;
}

.barometer .owl-nav{
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: -1;
}

.barometer .owl-nav i{
  color: var(--white);
  font-size: 20px;
}

.barometer .owl-nav .owl-next,
.barometer .owl-nav .owl-prev{
  top: 24px;
  position: relative;
  background-color: var(--bluelighter);
  padding: 26px 5px;
  
}
.barometer .owl-nav .owl-next{
  margin-right: -30px; 
}

.barometer .owl-nav .owl-prev{
  margin-left: -30px; 
}

.barometer .box{
  padding: 0;
}

.barometer .barometer-item{
  width: calc(100% - 205px);
}

.barometer .barometer-item figure{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background-color: var(--dark-blue);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  /*width:200px;*/
  height: 120px;
}

.barometer .barometer-item .box a{
  width: 100%;
}

.barometer .barometer-item figure span{
  padding: 0 10px;
}

.barometer h2{
  font-size: var(--font-sm);
  margin: 8px 0 5px;
  height: 48px;
  /*overflow-y: hidden;*/
  overflow: hidden;
  word-break: break-word;
}

html[lang="hy-AM"] .barometer h2{
  height: 53px;
}

.barometer h2+span{
  color: var(--text-color);
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}

.barometer p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5px;
}
.barometer span{
  font-size: var(--font-sm);
  font-family: var(--font-semibold);
}

/* end barometer styles */

.open-data-projects-page h3{
  margin-bottom: 20px;
  font-size: var(--font-lg);
  font-family: var(--font-semibold)
}

.open-data-projects-page .bottom-description{
  padding: 0 55px;
}


/* start donation block styles*/
.donation-block{
  display: none;
  transition: all .3s;
}

.open-donation-form{
  border: 1px solid var(--roof-terracotta);
  color: var(--roof-terracotta);
  background-color: transparent;
  cursor: pointer;
  margin: 40px 0 70px; 
  padding: 12px 44px;
  transition: all .3s;
  border-radius: 10px;
}

.open-donation-form:hover{
  background-color: var(--roof-terracotta);
  color: var(--white);
}

.formSection__formTitle{
  font-size: var(--font-xxl);
  text-align: center;
  font-family: var(--font-semibold);
  margin: 40px 0 20px;
  text-transform: uppercase;
}

/*.homepage .form-field,*/
.homepage .formSection__formTop{
  max-width: 590px;
  margin: 0 auto;
}

.homepage .formSection__amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.homepage .formSection__amount label{
  margin-bottom: 0; 
}

.homepage .formSection__amount .crrcButton {
    border: 0.5px solid var(--dark-blue);
    color: var(--dark-blue);
    border-radius: 6px !important;
    max-width: 130px;
    font-size: var(--font-sm);
    font-family: var(--font-semibold);
    padding: 11px 0;
    margin: 0 5px;
}
.homepage .formSection__amount .crrcButton:first-child{
  margin-left: 0;
}

.homepage .formSection__amount .crrcButton:last-child{
  margin-right: 0;
}

.homepage .formSection__amount .crrcButton:hover,
.homepage .formSection__amount .crrcButton.active {
  background-color: var(--dark-blue);
  color: var(--white);
  outline: 0;
  box-shadow: none;
}

.homepage .formSection__amount .crrcButton:focus{
  outline: 0;
  box-shadow: none;
}

.homepage .formSection__paymentWrapper{
  display: flex;
  flex-wrap: wrap;
  max-width: 590px;
  margin: 0 auto; 
  justify-content: space-between;
}

.homepage .floatingInput{
  display: inline-flex;
  flex-direction: column-reverse;
  width: 100%;
  /*margin-bottom: 15px;*/
}
.homepage #frm_field_51_container{
  display: inline-flex;
  /*flex-direction: column-reverse;*/
  flex-direction: column;
  margin-bottom: 15px;
}

.homepage #frm_field_51_container .frm_description{
  order: -1;
}

.homepage .formSection__formWrapper label,
.homepage .frm_description {
  font-size: var(--font-sm);
  font-family: var(--font-semibold);
}

.homepage .frm_description{
  margin-bottom: 7px;
}

.homepage .formSection__formWrapper input,
.homepage .formSection__formWrapper textarea,
.homepage .formSection__formWrapper select{
    padding: 8px 12px 10px;
    height: auto;
    font-size: var(--font-sm);
    font-family: var(--font-light);
    color: var(--text-color);
}

.homepage .formSection__formWrapper input:focus,
.homepage .formSection__formWrapper textarea:focus,
.homepage .formSection__formWrapper select:focus{
  outline: 0;
  box-shadow: none;
}

.homepage .formSection__formWrapper small.text-danger{
    max-width: 590px;
    margin: 0 auto;
    display: block;
    color: var(--red) !important;
}

.homepage .formSection__paymentWrapper .clearfix{
  display: flex;
  width: 100%;
  justify-content: space-between; 
}

.homepage #frm_field_70_container{
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.homepage #frm_field_20_container textarea{
  resize: none;
  height: 160px;
}


.homepage .frm_half,
.homepage #frm_field_24_container{
  width: calc(50% - 10px);
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.homepage .frm_error{
  color: var(--red);
  font-size: var(--font-xs);
  font-family: var(--font-light);
}

/*.homepage .frm_first{
  margin-right: 15px;
}*/
/* end donation block styles*/

.mobile-adaptive{
  display: flex;
  flex-wrap: wrap;
}

.mobile-adaptive .mobile-item{
  display: flex;
  flex-direction: column;
  border: 0.5px solid var(--blue);
  margin-bottom: 20px;
  border-radius: 8px;
  width: calc(50% - 10px);
  font-size: 14px;
  font-family: var(--font-semibold);
  margin: 0 5px 25px;
}

.mobile-adaptive .mobile-item .top-description{
  padding: 5px 14px 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52.8px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.mobile-adaptive .mobile-item a {
  font-family: var(--font-semibold);
  font-size: var(--font-sm);
}

.mobile-adaptive .mobile-item p{
  font-family: var(--font-semibold);
  color: var(--text-color);
  margin-bottom: 12px;
  line-height: 22px;
}

.mobile-adaptive .mobile-item .toggle-block{
  padding-left: 14px;
  display: none;

}

.mobile-adaptive .mobile-item .toggle-block p{
  margin-bottom: 24px;
}

.mobile-adaptive .mobile-item strong{
  display: block;
  margin-bottom: 8px;
  line-height: 19px;
  border-radius: 8px;
}

.mobile-adaptive figure {
  height: 200px;
  width: 100%; 
  overflow: hidden;
  border-radius: 8px;
  background-color: rgba(14, 86, 108, 0.2); 

}

.mobile-adaptive figure span{
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px;
  height: 100%;
  background-color: rgba(14, 86, 108, 0.2);
  color: var(--black);
}

.mobile-adaptive figure img {
  max-width: 100%;
}


.mobile-adaptive .more-info{
  color: var(--roof-terracotta);
  text-decoration: underline;
  margin: 0 14px 14px 0;
}

.info-section{
  display: none;
}


.events-feed-page .event-item h2+p,
.blog-feed-page .blog-item h2+p,
.services-page .services-item h2+p {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 73px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  font-family: var(--font-semibold);
  line-height: 18px;
}

.services-page .services-item h2+p {
  height: 125px;
   /*height: 140px;*/
  -webkit-line-clamp: 7;
}


.image-place {
  background-color: rgba(14, 86, 108, 0.2);
  text-align: center;
  height: 283px;
  border-radius: 8px;
}

.image-place figure{
  width: 268px; 
}
.nav-item{
  border-bottom: 1px solid transparent;
}
.nav-item:hover{
  border-bottom: 1px solid var(--roof-terracotta);
}

.nav-item:hover .dropdown-menu{
  display: block;
}

/*@media screen and (max-width: 751px) {
  
}
*/
@media screen and (min-width: 1366px) {
  .container{
    max-width: 1232px;
  }
  .item {
    max-width: 52%;
    margin-left: auto;
  }
  .item-inner-box{
    margin-left: auto;
  }
  #homepage-slider .owl-dots {
    left: 52%;
    transform: translate(-52%,0);
  }

 /* .barometer h2{
      margin: 11px 0 10px;
  }*/
}

@media screen and (min-width: 1680px){
  .item-inner-box{
    padding-left: 15%;
  }
}
@media screen and (max-width: 1199px) {
  .barometer{
      flex-direction: column;
      align-items: flex-start;
    }
    .barometer .barometer-year{
      margin-bottom: 7px;
    }
    .barometer .barometer-item{
      width: 100%;
    }
    .events-feed-page .event-item,
    .blog-feed-page .blog-item,
    .services-page .services-item {
    max-height: 100%;
  }
  .item-inner-box {
    min-width: 50%;
    max-width: 50%;
    padding: 0% 10px 0 11%;
}
#homepage-slider .owl-dots {
    left: 57%;
    transform: translate(-55%, 0);
}
}

@media screen and (max-width: 991px) {
  .box{
    padding: 20px;
  }

.item-inner-box{
  padding-left: 5%;
}
  .filter-top select[name="research_date"]{
    margin-left: 0;
  }

  .contact-right{
    max-width: 325px;
  }

  .map-container {
    max-width: 325px;
  }
  
  header nav a, 
  header nav a.nav-link{
    padding: 0;
  }

  header nav ul li{
    /*margin: 18px 0 15px 15px;*/
    margin: 10px 0 5px 0;
  }


  header nav div.languages-dropdown{
    padding: 18px 0 15px 0;
  }


}

 header nav,
 header .navbar{
    flex-direction: column;
    align-items: flex-start;
}
 .mobile-menu{
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
  }

  .mobile-menu i{
    width: 24px;
    height: 24px; 
    background: url('/wp-content/uploads/2019/03/menu-mobile.svg') no-repeat center; 
  }

  .mobile-menu.mobile-button i{
    background: url('/wp-content/uploads/2019/03/close-icon.svg') no-repeat center; 
  }
  .bg-blue,
  .bg-lightgrey{
    min-height: 4px;
  }
  .wpml-block{
    display: flex;
    align-items: center;
  }
@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--font-xxl);
    margin-top: 20px;
  }
  #homepage-slider .owl-dots {
    left: 50%;
    transform: translate(-50%, 0);
}
.item-inner-box{
	width: calc(100vw - 20px);
	min-width: 100%;
	margin: 0 auto;
    padding: 15px;
    margin-left: 15%;
}
.item-inner-box h1 {
	margin-bottom: 15px;
}

.item-inner-box p {
	margin-bottom: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item {
    height: 300px;
}

  .output-part .pdf-link{
  	padding-left: 45px;
  }

  html[lang="hy-AM"] .careers-feed .box div:first-child{
	max-width: 100%;
  }

   html[lang="hy-AM"] header nav ul li{
    /*margin: 18px 0 15px 14px;*/
    margin: 0;
  }

  .people-page .members figure div{
  	min-width: 155px;	
  }

  .research-page{
    margin-top: 20px;
  }
  main{
  	padding-top: 80px;
  }


  .homepage .top-block a{
    width: 100%;
  }
  .partners-slider figcaption a{
    font-size: var(--font-md);
  }

/*  .bg-blue{
    min-height: 4px;
  }*/

/*  .header-menu{
    display: none;
  }*/

  .barometer .barometer-item figure{
    margin-right: 0;
    width: 100%;
  }

  .barometer .barometer-item h2{
    height: auto;
    min-height: 48px;
    white-space: normal; 
  }

  .barometer-page p.bottom-text{
    margin-top: 30px;
  }

  .barometer-page p.barometer-description{
    padding: 0 10px;
  }

  .barometer .owl-nav{
    display: none;
  }

  .open-data-projects-page .bottom-description{
    padding: 0 10px;
  }
 .homepage .top-block{
    margin: 30px 0;
 }

 .homepage .top-block div{
   padding: 20px;
   width: 100%;
 }

 .homepage .members-slider{
    margin-bottom: 25px;
  }
  .homepage .members figure img,
  .homepage .members figure div{
    height: 158px;
  }

  .homepage .members h3{
    font-size: var(--font-md);
  }

  .output-part{
    margin-top: 30px;
  }

  .services-page .service-bottom-description{
    margin-top: 30px;
  }

  .publications-page .load-more,
  .data-initiative-page .load-more,
  .open-data-projects-page .load-more,
  .research-page .load-more{
    margin: 0 0 30px;
  }

  .publications-page .box figure,
  .data-initiative-page .box figure,
  .open-data-projects-page .box figure,
  .research-page .box figure {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .publications-page .box figure+p,
  .data-initiative-page .box figure+p,
  .open-data-projects-page .box figure+p,
  .research-page .box .box figure+p{
    padding-left: 15px;
    margin: 5px 0 10px;
  }

  .filter-top select,
  .filter-top input{
    /*margin-bottom: 12px;*/
    width: 280px;
  }

  .filter-top select{
    margin-left: 0;
    background-position: 253px center;
  }

  header .wpml-block .wpml-ls-display {
    opacity: 0.7;
  }

  header .wpml-block .wpml-ls-link:hover {
    color: var(--white);
  }
 /* .mobile-menu{
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
  }

  .mobile-menu i{
    width: 24px;
    height: 24px; 
    background: url('/wp-content/uploads/2019/03/menu-mobile.svg') no-repeat center; 
  }

  .mobile-menu.mobile-button i{
    background: url('/wp-content/uploads/2019/03/close-icon.svg') no-repeat center; 
  }*/

  header .mobile-menu{
     margin-right: 10px;
  }

  /* header .header-top div:first-child{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  } */

  /*header .header-right{
    display: none;
  }
*/
  header nav a.nav-link, 
  header nav div.languages-dropdown{
    padding: 10px 0;
  }

  header nav a,
  header nav div.languages-dropdown{
    padding: 0 16px;
  }

  header nav .wpml-ls-legacy-list-horizontal,
  header nav .wpml-ls-legacy-list-horizontal a {
    padding: 0;
  }

  header nav .wpml-ls-legacy-list-horizontal a:before {
    content: '/';
    padding-right: 10px;
  }

  .wpml-ls-legacy-list-horizontal a span{
    line-height: 19px;
  }

  /*.wpml-block{
    display: flex;
    align-items: center;
  }*/

  header nav{
    padding-bottom: 30px;
  }

  header nav,
  header .navbar {
    /*flex-direction: column;*/
    align-items: flex-start;
  }

  header .dropdown-menu{
    padding: 5px 15px;
    width: 70vw;
  }

  .search-page h1,
  .careers-feed h1{
    margin-bottom: 20px;
  }

  .map-container {
    width: 100%;
  }

  .search-page .box div:first-child,
  .search-page .box div:last-child{
    width: 100%;
  }
  .search-page .box div:first-child{
    height: 174px;
  }

  .search-page .box figure{
    width: 290px;
    height: 174px;
  }

  .search-page .box figure img{
    height: 174px;
    max-width: 100%;
}

/*   .footer-content div.site-info{
    order: 4;
  }
 */
/*   .footer-content div.donation-col{
    order: -1;
  } */

  footer form{
    margin: 10px 0 20px;
  }

  footer ul {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: space-between;
  }

  footer ul li {
    width: calc(50% - 10px);
    white-space: nowrap;
  }


  .footer-content strong {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .footer-content .donation-col strong{
    margin-top: 10px;
  }

  footer .small-map{
    margin-bottom: 30px;
  }


	/* 
  footer .contacts p {
    margin-left: 12px; 
  } */

  .footer-content .social{
    margin: 20px 0 15px;
  }

  .footer-content a:not(:last-child) {
    margin-bottom: 5px;
  }

  .footer-content div:first-child p{
    max-width: 90%;
  }

  .wa-no-results-page #searchform div,
  .homepage #home-search-form div{
    width: 100%;
  }

  .people-single-page{
    padding: 20px 0;
  }

   .people-single-page figure{
    text-align: center;
    width: 100%;
    height: 283px;
    margin-bottom: 20px;
   }
   .people-single-page .image-place figure{
    width: 268px;
   }

   .image-place{
    width: 100%;
    display: flex;
    justify-content: center;
  }

   .people-single-page-info p,
   .careers-single-page p:first-of-type{
    margin: 10px 0;
   }

   .careers-single-page h2 {
    margin: 20px 0 0;
   }
    
   .people-page .members a.member,
   .people-page .members .team-member {
    width: calc(50% - 10px);
    margin-bottom: 25px;
  }

  .people-page .people-nav{
    padding-right: 10px;
  }

  .people-page .people-nav button{
    filter: invert(1);
  }

  .people-page .people-mobile-block{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .people-page .people-nav .people-mobile-menu{
    display: none;
  }

  .people-page .people-nav .people-mobile-menu a {
    display: block;
    text-align: right;
    padding: 5px 10px 10px;
  }

  .people-page figure.team-member div,
  .people-page figure.team-member img {
    height: 215px;
  } 

  .about-us-page{
    padding-bottom: 40px;
  }
  .about-us-page h2{
    font-size: var(--font-xl);
    margin: 20px 0 10px;
  }
  .former-team-block .former-team-member-info div{
    margin-bottom: 30px;
    width: calc(50% - 20px);
  }

  .event-single-page h1,
  .blog-single-page h1,
  .publications-single-page h1,
  .data-initiative-single-page h1,
  .open-data-single-page h1,
  .research-single-page h1 {
    margin: 20px 0;
    text-align: center;
  }

  .events-feed-page h1+p,
  .blog-feed-page h1+p,
  .services-page h1+p,
  .open-data-single-page h1+p,
  .data-initiative-page h1+p,
  .research-single-page h1+p,
  .open-data-projects-page h1+p,
  .research-page h1+p{
    margin-bottom:30px;
    color: var(--blue);
  }

  .event-single-page .content-right,
  .blog-single-page .content-right,
  .publications-single-page .content-right,
  .data-initiative-single-page .content-right,
  .open-data-single-page .content-right,
  .research-single-page .content-right{
    margin-bottom: 25px;
  }

  .events-feed-page .event-item,
  .blog-feed-page .blog-item,
  .services-page .services-item {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 575px) {
  .people-page figure.team-member div,
  .people-page figure.team-member img {
    height: 155px;
  }

  header .dropdown-menu{
    width: calc(100vw - 60px);
  }

  .footer-bottom p,
  .footer-bottom a {
  	padding-bottom: 5px;
  }

  .mobile-adaptive figure {
    height: 95px;
  }

  .former-team-block .former-team-member-info div{
    width: calc(100% - 10px);
  }

  .homepage .formSection__formBottom .frm_half, 
  .homepage #frm_field_24_container{
    width: 100%;
    display: flex; 
  }

  .homepage .formSection__paymentWrapper .clearfix{
    flex-direction: column-reverse;
  }
  
  .homepage #frm_field_19_container{
    margin-left: 0;
  }

  .homepage .owl-nav .owl-next,
  .homepage .owl-nav .owl-prev{
    display: none;
  }
  .item-inner-box{
    margin-left: 0;
  }
}

@media screen and (max-width: 359px) {
  .box{
    padding: 10px;
  }
  .social a {
    margin: 0 15px 0 0;
  }

  footer form input{
    width: 190px;
  }

  .people-page figure.team-member div,
  .people-page figure.team-member img {
    height: 135px;
  }
 /* .team-member i.icon-mail {
    margin-right: 14px;
  }*/
}

@media screen and (min-width: 300px) and (max-width: 430px) {
    footer form input[type="email"]{
      width: 90%;
      margin-bottom: 10px;
    }
    footer form input[type="submit"]{
      margin-left: 1px;
    }
    footer form .flex-nowrap{
      flex-wrap: wrap !important; 
    } 
    .homepage h2.title{
      font-size: var(--font-4xl);
    }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
	.people-page .member img,
	.people-page .member img.avatar{
		height: 200px;	
	}
}

@media screen and (min-width: 567px) {
  .people-page figure.team-member div{
    /*width: calc(50% - 10px);*/
    height: 245px;
  }
  .people-page figure.team-member img {
    height: 245px;
  }
  .mobile-adaptive figure img {
    height: 200px;
  }

}

header .wpml {
/*   display: none;
  right: 0;
  position: absolute;
  top: 50px; */
  background-color: var(--white);
  color: var(--blue);
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
  z-index: 10;
}



@media screen and (min-width: 768px) {
  header .header-right{
    display: flex;
  }  

header nav,
header .navbar{
	flex-direction: row;
}
.header-menu{
   display: flex;
}

.mobile-menu{
	display: none;
}

html[lang="hy-AM"] header nav div.languages-dropdown,
   header nav div.languages-dropdown {
   padding: 26px 0 15px;
  }


  .contact-right{
  	margin-top: 30px;
  }

  .homepage .top-block div{
	width: calc(50% - 10px);
   }

   header .wpml a{
     color: var(--blue);
     padding-top: 0;
   }

   header .dropdown-menu {
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
    border: 0;
    padding: 10px 15px;
   }

    .research-page h1+p{
      padding: 0 50px;
    }

  .people-page .people-mobile-block{
    display: none;
  }

  .people-mobile-menu{
    display: flex;
    align-items: flex-end;
  }

  .people-mobile-menu a:first-child{
    order: 2;
  }
  .people-mobile-menu a:nth-child(2){
    order: 0;
  }
  .people-mobile-menu a:nth-child(3){
    order: 3;
  }
  .people-mobile-menu a:last-child{
   order: 1;
  }

   .people-single-page .people-single-page-info{
    width: calc(100% - 320px);
    margin-left: 20px;
  }

  .people-page .members a.member,
  .people-page .members .team-member {
    width: calc(33% - 20px);
    margin-bottom: 30px;
  }

  .people-page .member img.avatar{}
  .people-page .members figure div,
  .people-page .members figure img{
    height: 210px;
  }

 .people-page .members img.avatar{
  	margin: 25px auto;
  }



  .former-team-block .former-team-member-info div{
    width: calc(33% - 20px);
    margin-bottom: 40px;
  }

  .homepage .top-block div:first-child{
    margin-right: 20px;
  }
  .titles-part div:last-child span{
  	text-align: center;
  	display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px){
  html[lang="hy-AM"] header nav ul li,
  header nav ul li{
   margin: 18px 0 15px 14px;
  }
   /*html[lang="hy-AM"] header nav div.languages-dropdown,
   header nav div.languages-dropdown {
   padding: 26px 0 15px;
  }*/
  main{
    padding-top:110px;
  }

}

@media screen and (min-width: 992px) {
  /* main{
	 padding-top: 150px;
  } */

  html[lang="hy-AM"] header nav div.languages-dropdown,
   header nav div.languages-dropdown {
   padding: 26px 30px 15px;
  }

  header nav ul li{
    padding: 0;
    margin-left: 45px;
  }


 .barometer .barometer-item figure,
 .barometer .barometer-item a{
    min-width: 200px;
    margin-right: 15px;
    width: 200px; 
  }
  

  .barometer .barometer-item figure+div,
  .barometer .barometer-item a.barometer-info{
    width: calc(100% - 60px);
    min-width: 160px;
  }

  html[lang="hy-AM"] .barometer .barometer-item a.barometer-info{
    width: calc(100% - 144px);
  }


  .mb-12{
     margin-bottom: 0;
  }

}

@media screen and (min-width: 1024px) {
  header form input{
    width: 350px;
  }

  .research-page h1+p{
    padding: 0 100px;
  }

  .mobile-item{
    display: none;
  }

  .mobile-adaptive{
    display: none;
  }

  .titles-part{
    display: flex;
  }

  .info-section{
    display: flex;
  }

  .people-single-page .people-single-page-info{
    width: calc(100% - 405px);
  }

 .people-page .members a.member,
 .people-page .members .team-member {
    width: calc(33% - 20px);
    margin-bottom: 30px;
  }

  .people-page .members figure div,
  .people-page .members figure img{
    height: 283px;
    /* text-align: center; */
  }

  .people-page .members figure img.avatar{
    width: 65%;
    margin: 35px auto;
    height: auto;
    object-fit: contain;
    padding: 0;
  }

 /* .people-page .members figure figcaption div{
    height: auto;
  }*/
  .former-team-block .former-team-member-info div{
    width: calc(25% - 20px);
  }

  .content-left{
    width: calc(100% - 560px);
  }

  .content-right {
    width: 550px;
    /*height: 420px;*/
  }

  .content-right figure{
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(14, 86, 108, 0.2);
    text-align: center;
  }

  .content-right img{
    height: 420px;
    /*width: 100%;*/
  }

}


@media screen and (min-width: 1200px) {
 html[lang="hy-AM"] header nav div.languages-dropdown,
   header nav div.languages-dropdown {
   padding: 26px 5px 15px 35px;
  }
  html[lang="hy-AM"] .donation-col{
	flex-grow: 1;
    max-width: 400px;
  }

  html[lang="hy-AM"] .barometer .barometer-item a.barometer-info {
    width: calc(100% - 100px);
  }

  header nav ul li{
    margin-left: 60px;
  }
  .people-page .members a.member,
  .people-page .members .team-member {
    display: flex;
    width: calc(25% - 10px);
    margin-bottom: 40px;
  }

  .people-single-page figure {
    width: 268px; 
    height: 284px;
  }
	
	.main-image-place figure {
		width: 385px; 
		height: 385px;
  }

  .people-single-page figure img{
    height: 385px;
	  object-fit: cover;
  }

   .content-left{
    width: calc(100% - 710px);
    padding-right: 20px;
  }

  .content-right {
    width: 700px;
  }

  .events-feed-page .event-item figure,
  .blog-feed-page .blog-item figure{
    min-width: 280px;
    max-width: 280px;
    margin-right: 20px;
  }

  .services-page .services-item figure{
    min-width: 340px;
    max-width: 340px;
    margin-right: 20px;
  }

  .events-feed-page .event-item .event-info,
  .blog-feed-page .blog-item .blog-info{
    width: calc(100% - 290px);
  }

  .services-page .services-item .service-info{
    width: calc(100% - 350px);
  }

  .events-feed-page .event-item h2,
  .blog-feed-page .blog-item h2,
  .services-page .services-item h2{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; 
  }

  .footer-content p{
  	max-height: 100px;
    /*min-height: 100px;*/
  	overflow: hidden; 
  }
  .footer-content div:first-child p{
  	max-height: 116px;
    min-height: 116px;
  }
}
